/* Home — BESONG Architect card only (right column) */
.home-architect {
  --besong-blue: #0062fe;
  --besong-orange: #f36434;
  --white: #ffffff;
  --shadow-lg: 0 34px 100px rgba(7, 21, 42, 0.24);
}

.home-architect-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
}

.home-architect-copy {
  max-width: 720px;
}

.home-architect .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-architect .button:hover {
  transform: translateY(-2px);
}

.home-architect .button--orange {
  background: var(--besong-orange);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(243, 100, 52, 0.24);
  border: 0;
  cursor: pointer;
  font: inherit;
}

.home-architect .button--orange:hover {
  background: #e8582a;
}

.home-architect .button-arrow {
  font-size: 1rem;
}

.home-architect select,
.home-architect textarea,
.home-architect button {
  font: inherit;
}

.home-architect select option {
  color: #0a1d37;
  background: #fff;
}

.home-architect .architect-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  background: linear-gradient(155deg, rgba(18, 43, 74, 0.96), rgba(7, 22, 43, 0.94));
  box-shadow: var(--shadow-lg);
  color: var(--white);
}

.home-architect .architect-card::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: -120px;
  right: -100px;
  border: 1px solid rgba(0, 98, 254, 0.45);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(0, 98, 254, 0.04);
}

.home-architect .architect-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.home-architect .architect-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-architect .architect-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(0, 98, 254, 0.15);
}

.home-architect .architect-mark img {
  width: 36px;
  filter: saturate(0) brightness(2.5);
}

.home-architect .architect-head h2 {
  margin: 0 0 3px;
  font-size: 1.12rem;
  color: var(--white);
}

.home-architect .architect-head p {
  margin: 0;
  color: #8499b1;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-architect .architect-status {
  color: #9af3c2;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-architect .architect-form {
  position: relative;
  display: block;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--white);
}

.home-architect .architect-form label,
.home-architect .field label {
  display: block;
  color: #9db0c7;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-architect .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-architect .field {
  display: grid;
  gap: 7px;
}

.home-architect .field + .field,
.home-architect .form-row + .field,
.home-architect .field + .form-row {
  margin-top: 13px;
}

.home-architect .architect-form input,
.home-architect .architect-form select,
.home-architect .architect-form textarea,
.home-architect .field input,
.home-architect .field select,
.home-architect .field textarea {
  width: 100%;
  border: 1px solid #30455f;
  border-radius: 13px;
  background: #0d2039;
  color: var(--white);
  outline: none;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.home-architect .architect-form input,
.home-architect .architect-form select,
.home-architect .field input,
.home-architect .field select {
  height: 50px;
  padding: 0 14px;
}

.home-architect .architect-form textarea,
.home-architect .field textarea {
  min-height: 96px;
  resize: vertical;
  padding: 13px 14px;
}

.home-architect .architect-form input::placeholder,
.home-architect .architect-form textarea::placeholder,
.home-architect .field textarea::placeholder {
  color: #6f8299;
}

.home-architect .architect-form input:focus,
.home-architect .architect-form select:focus,
.home-architect .architect-form textarea:focus,
.home-architect .field input:focus,
.home-architect .field select:focus,
.home-architect .field textarea:focus {
  border-color: var(--besong-blue);
  box-shadow: 0 0 0 4px rgba(0, 98, 254, 0.13);
  outline: none;
}

.home-architect .architect-form .button {
  width: 100%;
  margin-top: 14px;
}

.home-architect .architect-output {
  margin-top: 17px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.home-architect .architect-output-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.home-architect .architect-output-head strong {
  font-size: 0.81rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
}

.home-architect .architect-output-head span {
  color: var(--besong-orange);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-architect .architect-output p {
  margin-bottom: 0;
  color: #9fb2c8;
  font-size: 0.82rem;
  line-height: 1.65;
}

.home-architect .architect-output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.home-architect .architect-output-grid div {
  padding: 11px;
  border-radius: 10px;
  background: rgba(0, 98, 254, 0.08);
}

.home-architect .architect-output-grid small {
  display: block;
  margin-bottom: 5px;
  color: #748ba4;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-architect .architect-output-grid strong {
  font-size: 0.73rem;
  color: var(--white);
}

@media (max-width: 1020px) {
  .home-architect-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-architect .architect-output-grid,
  .home-architect .form-row {
    grid-template-columns: 1fr;
  }

  .home-architect .form-row .field + .field {
    margin-top: 13px;
  }
}
