  .ag-contact {
    --bg: #ffffff;
    --track: #f4efe4;
    --gold: #b6905b;
    --gold-soft: rgba(182, 144, 91, 0.35);
    --ink: #211d16;
    --muted: #8a8072;
    --error: #c65f3d;

    background: var(--bg);
    color: var(--ink);
    padding: 96px 24px 88px;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  .ag-contact * { box-sizing: border-box; }

  .ag-wrap {
    max-width: 560px;
    margin: 0 auto;
  }

  .ag-eyebrow {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
    font-weight: 500;
  }

  .ag-headline {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 400;
    color: var(--ink);
    margin: 0 0 12px;
  }

  .ag-headline em {
    font-style: italic;
    color: var(--gold);
  }

  .ag-sub {
    text-align: center;
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.6;
    margin: 0 auto 44px;
    max-width: 400px;
  }

  .ag-promo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin: 0 auto 28px;
    padding: 13px 24px;
    background: var(--track);
    border: 1px solid var(--gold-soft);
    border-radius: 999px;
    font-size: 12.5px;
    line-height: 1.3;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .ag-promo[hidden] {
    display: none;
  }

  .ag-promo-tag {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    white-space: nowrap;
  }

  .ag-promo-divider {
    width: 1px;
    height: 12px;
    background: var(--gold-soft);
  }

  .ag-promo-detail {
    color: var(--ink);
    font-weight: 600;
    font-size: 15.5px;
    letter-spacing: 0.01em;
  }

  .ag-promo-detail strong {
    color: var(--ink);
    font-weight: 700;
    font-size: 17px;
  }

  @media (max-width: 480px) {
    .ag-promo {
      flex-direction: column;
      gap: 4px;
      text-align: center;
      padding: 12px 20px;
    }
    .ag-promo-divider { display: none; }
  }

  /* Toggle */
  .ag-toggle {
    position: relative;
    display: flex;
    width: fit-content;
    margin: 0 auto 44px;
    background: var(--track);
    border-radius: 999px;
    padding: 6px;
  }

  .ag-toggle button {
    position: relative;
    z-index: 2;
    background: none;
    border: none;
    color: var(--muted);
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.35s ease;
  }

  .ag-toggle button.active {
    color: var(--ink);
  }

  .ag-toggle-underline {
    position: absolute;
    top: 6px;
    bottom: 6px;
    z-index: 1;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(33, 29, 22, 0.1), 0 0 0 1px var(--gold-soft);
    transition: left 0.4s cubic-bezier(.65,0,.35,1), width 0.4s cubic-bezier(.65,0,.35,1);
  }

  /* Panels */
  .ag-panel-container {
    position: relative;
  }

  .ag-panel {
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .ag-panel[hidden] {
    display: none;
  }

  .ag-panel.entering {
    opacity: 0;
    transform: translateY(6px);
  }

  /* Existing patient path */
  .ag-choice-row {
    display: flex;
    gap: 14px;
    margin-bottom: 8px;
  }

  .ag-btn-primary,
  .ag-btn-outline {
    flex: 1;
    padding: 16px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease;
  }

  .ag-btn-primary {
    background: var(--gold);
    color: #161310;
    border: 1px solid var(--gold);
  }

  .ag-btn-primary:hover {
    background: #c7a06a;
  }

  .ag-btn-outline {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--gold-soft);
  }

   .ag-btn-outline:focus     {
    border-color: var(--gold);
    color: var(--gold);
    background: transparent;
  }
  .ag-btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: transparent;
  }

  .ag-question-panel {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--gold-soft);
  }

  .ag-question-panel[hidden] { display: none; }

  /* Form fields */
  .ag-field {
    margin-bottom: 22px;
  }

  .ag-field label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
    font-weight: 400;
  }

  .ag-field input,
  .ag-field select,
  .ag-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gold-soft);
    color: var(--ink);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 8px 2px 10px;
    outline: none;
    transition: border-color 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
  }

  .ag-field textarea {
    resize: vertical;
    min-height: 70px;
    line-height: 1.5;
  }

  .ag-field input:focus,
  .ag-field select:focus,
  .ag-field textarea:focus {
    border-color: var(--gold);
  }

  .ag-field select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%23b6905b' fill='none' stroke-width='1.4'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    cursor: pointer;
  }

  .ag-field select option {
    background: #ffffff;
    color: var(--ink);
  }

  .ag-field.error input,
  .ag-field.error select,
  .ag-field.error textarea {
    border-color: var(--error);
  }

  .ag-error-msg {
    display: none;
    font-size: 11.5px;
    color: var(--error);
    margin-top: 6px;
    letter-spacing: 0.02em;
  }

  .ag-field.error .ag-error-msg {
    display: block;
  }

  .ag-submit {
    width: 100%;
    margin-top: 12px;
    background: var(--gold);
    color: #161310;
    border: none;
    padding: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.25s ease;
  }

  .ag-submit:hover, .ag-submit:focus {
    background: #c7a06a;
  }

  .ag-consent {
    font-size: 11px;
    line-height: 1.6;
    color: var(--muted);
    margin-top: 16px;
    text-align: center;
  }

  .ag-consent a {
    color: var(--gold);
    text-decoration: none;
  }

  /* Success state */
  .ag-success {
    text-align: center;
    padding: 20px 0 4px;
  }

  .ag-success-check {
    width: 40px;
    height: 40px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
  }

  .ag-success-check svg {
    width: 16px;
    height: 16px;
  }

  .ag-success h4 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 8px;
    color: var(--ink);
  }

  .ag-success p {
    font-size: 13.5px;
    color: var(--muted);
    margin: 0;
  }

  @media (max-width: 480px) {
    .ag-contact { padding: 64px 20px 60px; }
    .ag-headline { font-size: 34px; }
    .ag-toggle { width: 100%; }
    .ag-toggle button { flex: 1; padding: 13px 14px; font-size: 12px; }
    .ag-choice-row { flex-direction: column; }
  }