    :root {
      --teal: #2C4A5A;
      --teal-soft: #3d6478;
      --teal-dark: #1a3545;
      --gold: #D4A855;
      --gold-light: #e8c882;
      --sage: #4A7C6F;
      --ink: #1e293b;
      --muted: #64748b;
      --slate: #64748b;
      --line: #e2e8f0;
      --bg: #f8fafb;
      --white: #ffffff;
      --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
      --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--sans);
      color: var(--ink);
      background: #fff;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    a { color: var(--teal); text-decoration: none; }
    a:hover { text-decoration: underline; }

    /* ─── HEADER (matches ennhealth.com) ─── */
    .header { background: var(--white); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid #e2e8f0; backdrop-filter: blur(12px); background: rgba(255,255,255,0.95); }
    .header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
    .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
    .logo-mark { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
    .logo-mark img { width: 100%; height: 100%; object-fit: contain; }
    .logo-text { display: flex; flex-direction: column; line-height: 1.1; }
    .logo-name { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--teal); }
    .logo-sub { font-size: 10px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }
    .nav { display: flex; align-items: center; gap: 24px; }
    .nav a { color: var(--slate); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
    .nav a:hover { color: var(--teal); text-decoration: none; }
    .nav-phone { display: flex; align-items: center; gap: 6px; color: var(--teal) !important; font-weight: 600 !important; }
    .nav-cta { background: var(--teal) !important; color: var(--white) !important; padding: 10px 22px; border-radius: 8px; font-weight: 600 !important; transition: all 0.2s !important; }
    .nav-cta:hover { background: var(--teal-dark) !important; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(44,74,90,0.25); }
    .nav-login-wrap { position: relative; border-left: 1px solid #e2e8f0; padding-left: 16px; margin-left: 4px; }
    .nav-login-btn { display: flex; align-items: center; gap: 6px; background: none; border: 1px solid var(--gold); color: var(--gold); padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: inherit; }
    .nav-login-btn:hover { background: var(--gold); color: white; }
    .nav-login-btn svg { flex-shrink: 0; }
    .nav-login-dropdown { display: none; position: absolute; top: 100%; right: 0; margin-top: 8px; background: white; border: 1px solid #e2e8f0; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); min-width: 180px; z-index: 300; overflow: hidden; }
    .nav-login-wrap.open .nav-login-dropdown { display: block; }
    .nav-login-dropdown a { display: block; padding: 12px 16px; font-size: 14px; color: var(--teal-dark) !important; text-decoration: none; transition: background 0.15s; font-weight: 500 !important; }
    .nav-login-dropdown a:hover { background: #f8fafb; color: var(--gold) !important; }
    .mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--teal); }
    .mobile-menu-btn svg { width: 24px; height: 24px; }
    @media (max-width: 900px) {
      .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
      .nav.open { display: flex; }
      .nav a, .nav-cta, .nav-phone, .nav-login-btn { padding: 14px 0; border-bottom: 1px solid #f1f5f8; width: 100%; }
      .nav-cta { text-align: center; margin-top: 12px; border-radius: 10px; padding: 14px 24px; }
      .nav-login-wrap { border-left: none; padding-left: 0; margin-left: 0; }
      .nav-login-btn { width: 100%; justify-content: center; padding: 12px; border-radius: 10px; }
      .nav-login-dropdown { position: static; box-shadow: none; margin-top: 4px; }
      .mobile-menu-btn { display: block; }
      .header-inner { height: 64px; }
      .logo-mark { width: 36px; height: 36px; }
      .logo-name { font-size: 17px; }
    }

    /* ─── HERO ─── */
    .hero {
      padding: 80px 24px 64px;
      background: linear-gradient(180deg, #f1f5f8 0%, #fff 100%);
    }
    .hero-inner { max-width: 900px; margin: 0 auto; text-align: center; }
    .eyebrow {
      color: var(--gold); font-size: 12px; font-weight: 700;
      letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px;
    }
    h1 {
      font-family: var(--serif);
      font-size: clamp(32px, 5vw, 48px);
      font-weight: 400;
      line-height: 1.2;
      color: var(--teal);
      margin-bottom: 20px;
    }
    .hero-sub {
      font-size: 18px; color: var(--muted);
      max-width: 640px; margin: 0 auto 32px;
      line-height: 1.65;
    }
    .hero-ctas {
      display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
    }
    .hero-cta {
      display: inline-block;
      background: var(--gold); color: var(--teal);
      padding: 16px 36px; border-radius: 10px;
      font-weight: 700; font-size: 16px;
      box-shadow: 0 4px 14px rgba(212, 168, 85, 0.3);
      transition: transform 0.15s;
    }
    .hero-cta:hover { transform: translateY(-1px); text-decoration: none; box-shadow: 0 6px 18px rgba(212, 168, 85, 0.4); }
    .hero-cta-secondary {
      display: inline-block;
      background: transparent; color: var(--teal);
      padding: 16px 28px; border-radius: 10px;
      font-weight: 600; font-size: 15px;
      border: 1.5px solid var(--teal);
      cursor: pointer;
      transition: background 0.15s;
      font-family: inherit;
    }
    .hero-cta-secondary:hover { background: var(--teal); color: white; text-decoration: none; }
    .hero-meta {
      margin-top: 20px; font-size: 13px; color: var(--muted);
    }
    .hero-meta strong { color: var(--ink); }

    /* ─── TRUST STRIP ─── */
    .trust-strip {
      background: white;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding: 24px 24px;
    }
    .trust-inner {
      max-width: 1000px; margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 16px;
      text-align: center;
    }
    .trust-item {
      display: flex; flex-direction: column; gap: 4px;
    }
    .trust-num {
      font-family: var(--serif);
      font-size: 22px; color: var(--teal);
      font-weight: 700; line-height: 1.1;
    }
    .trust-label {
      font-size: 11px; letter-spacing: 1.2px;
      color: var(--muted); text-transform: uppercase;
      font-weight: 600;
    }

    /* ─── AUDIT SCREENER MODAL ─── */
    .audit-overlay {
      display: none;
      position: fixed; inset: 0;
      background: rgba(15, 23, 42, 0.6);
      z-index: 100;
      align-items: center; justify-content: center;
      padding: 20px;
      backdrop-filter: blur(4px);
    }
    .audit-overlay.show { display: flex; }
    .audit-modal {
      background: white;
      border-radius: 16px;
      max-width: 520px; width: 100%;
      max-height: 90vh; overflow-y: auto;
      padding: 32px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
      position: relative;
    }
    .audit-close {
      position: absolute; top: 14px; right: 16px;
      background: none; border: none; cursor: pointer;
      font-size: 24px; color: var(--muted); line-height: 1;
      padding: 4px 10px;
    }
    .audit-close:hover { color: var(--ink); }
    .audit-modal h3 {
      font-family: var(--serif); font-size: 22px;
      color: var(--teal); margin-bottom: 6px;
    }
    .audit-intro {
      color: var(--muted); font-size: 14px; margin-bottom: 20px;
    }
    .audit-progress {
      height: 4px; background: var(--line);
      border-radius: 2px; margin-bottom: 24px; overflow: hidden;
    }
    .audit-progress-bar {
      height: 100%; background: var(--gold);
      width: 0%; transition: width 0.25s;
    }
    .audit-question {
      font-weight: 600; color: var(--ink);
      font-size: 16px; margin-bottom: 16px; line-height: 1.5;
    }
    .audit-options {
      display: flex; flex-direction: column; gap: 8px;
    }
    .audit-option {
      text-align: left;
      padding: 12px 16px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: white;
      cursor: pointer;
      font-size: 14px; color: var(--ink);
      font-family: inherit;
      transition: all 0.15s;
    }
    .audit-option:hover {
      border-color: var(--teal);
      background: var(--bg);
    }
    .audit-result {
      text-align: center;
    }
    .audit-score-band {
      display: inline-block;
      padding: 8px 18px; border-radius: 20px;
      font-weight: 700; font-size: 13px;
      letter-spacing: 0.5px; text-transform: uppercase;
      margin: 8px 0 16px;
    }
    .audit-score-band.low { background: #ecfdf5; color: #065f46; }
    .audit-score-band.mid { background: #fffbeb; color: #92400e; }
    .audit-score-band.high { background: #fef2f2; color: #991b1b; }
    .audit-result h4 {
      font-family: var(--serif); font-size: 20px;
      color: var(--teal); margin-bottom: 10px;
    }
    .audit-result p {
      color: var(--ink); font-size: 14px;
      line-height: 1.65; margin-bottom: 16px;
    }
    .audit-result .audit-cta {
      display: inline-block;
      background: var(--gold); color: var(--teal);
      padding: 14px 28px; border-radius: 10px;
      font-weight: 700; font-size: 15px;
      margin-top: 8px;
    }
    .audit-result .audit-cta:hover { text-decoration: none; }
    .audit-disclaimer {
      margin-top: 18px; font-size: 11px;
      color: var(--muted); line-height: 1.5;
    }

    /* ─── SECTIONS ─── */
    section { padding: 64px 24px; }
    .section-inner { max-width: 1000px; margin: 0 auto; }
    h2 {
      font-family: var(--serif);
      font-size: clamp(24px, 3.5vw, 32px);
      font-weight: 400;
      color: var(--teal);
      margin-bottom: 12px;
      text-align: center;
    }
    .section-eyebrow {
      text-align: center; color: var(--gold);
      font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
      text-transform: uppercase; margin-bottom: 8px;
    }
    .section-sub {
      text-align: center; color: var(--muted);
      max-width: 640px; margin: 0 auto 40px;
      font-size: 16px;
    }

    /* ─── WHO IT'S FOR ─── */
    .who-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 16px;
    }
    .who-card {
      background: white; border: 1px solid var(--line);
      border-radius: 12px; padding: 24px;
    }
    .who-card h3 {
      font-size: 16px; color: var(--teal);
      margin-bottom: 8px; font-weight: 700;
    }
    .who-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }

    /* ─── HOW IT WORKS ─── */
    .how { background: var(--bg); }
    .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      margin-top: 8px;
    }
    .step {
      background: white; border: 1px solid var(--line);
      border-radius: 12px; padding: 24px;
      position: relative;
    }
    .step-num {
      display: inline-flex; align-items: center; justify-content: center;
      width: 36px; height: 36px; border-radius: 50%;
      background: var(--teal); color: var(--gold);
      font-family: var(--serif); font-weight: 700; font-size: 18px;
      margin-bottom: 12px;
    }
    .step h3 {
      font-size: 16px; color: var(--teal);
      margin-bottom: 8px;
    }
    .step p { color: var(--muted); font-size: 14px; }

    /* ─── ABOUT NALTREXONE ─── */
    .med {
      background: white;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 40px;
      max-width: 800px; margin: 0 auto;
    }
    .med h3 {
      font-family: var(--serif);
      font-size: 22px; color: var(--teal);
      margin-bottom: 16px;
    }
    .med p { color: var(--ink); margin-bottom: 14px; font-size: 15px; }
    .med ul { margin: 8px 0 16px 20px; }
    .med li { color: var(--muted); margin-bottom: 6px; font-size: 14px; }
    .med .disclaimer {
      margin-top: 24px; padding: 14px 18px;
      background: #fffbeb; border-left: 4px solid var(--gold);
      border-radius: 6px;
      font-size: 13px; color: #78350f;
    }

    /* ─── PRICING ─── */
    .pricing {
      background: linear-gradient(135deg, var(--teal) 0%, var(--teal-soft) 100%);
      color: white;
    }
    .pricing h2 { color: white; }
    .pricing .section-sub { color: rgba(255,255,255,0.75); }
    .price-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 800px; margin: 0 auto;
    }
    .price-card {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 14px; padding: 28px;
      backdrop-filter: blur(8px);
    }
    .price-card h3 {
      color: var(--gold); font-size: 13px;
      letter-spacing: 1.5px; text-transform: uppercase;
      margin-bottom: 12px; font-weight: 700;
    }
    .price-card .price {
      font-family: var(--serif);
      font-size: 36px; font-weight: 400;
      color: white; margin-bottom: 4px;
    }
    .price-card .price small { font-size: 16px; color: rgba(255,255,255,0.7); }
    .price-card .price-note {
      font-size: 13px; color: rgba(255,255,255,0.7);
      margin-bottom: 16px;
    }
    .price-card ul { margin: 16px 0 0 18px; }
    .price-card li {
      color: rgba(255,255,255,0.9); font-size: 13px;
      margin-bottom: 6px; line-height: 1.55;
    }

    /* ─── FAQ ─── */
    .faq { background: var(--bg); }
    .faq-item {
      border-bottom: 1px solid var(--line);
      padding: 20px 0;
    }
    .faq-item summary {
      cursor: pointer;
      font-weight: 600; color: var(--teal);
      font-size: 16px;
      list-style: none;
      display: flex; justify-content: space-between; align-items: center;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after {
      content: '+'; color: var(--gold); font-size: 24px;
      font-weight: 400; transition: transform 0.2s;
    }
    .faq-item[open] summary::after { transform: rotate(45deg); }
    .faq-item p {
      margin-top: 12px; color: var(--muted);
      font-size: 14px; line-height: 1.7;
    }

    /* ─── STATES ─── */
    .states-bar {
      background: var(--bg); padding: 32px 24px;
      text-align: center; border-top: 1px solid var(--line);
    }
    .states-bar h3 {
      font-size: 12px; letter-spacing: 2px;
      color: var(--gold); text-transform: uppercase;
      margin-bottom: 12px; font-weight: 700;
    }
    .states-list {
      color: var(--muted); font-size: 13px;
      max-width: 800px; margin: 0 auto; font-weight: 500;
    }
    .states-note {
      margin-top: 8px; font-size: 12px;
      color: var(--muted); font-style: italic;
    }

    /* ─── BOOKING SECTION ─── */
    .booking {
      background: linear-gradient(180deg, #fff 0%, #f1f5f8 100%);
    }
    .booking-card {
      background: white;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 40px;
      max-width: 580px; margin: 0 auto;
      box-shadow: 0 8px 32px rgba(44, 74, 90, 0.08);
    }
    .booking-card h2 { text-align: left; margin-bottom: 8px; }
    .booking-card p.lead {
      color: var(--muted); margin-bottom: 24px;
      font-size: 14px;
    }
    .form-grid {
      display: grid; gap: 14px;
    }
    .form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
    .form-row.single { grid-template-columns: 1fr; }
    label {
      display: block;
      font-size: 11px; letter-spacing: 0.8px;
      color: var(--muted); text-transform: uppercase;
      font-weight: 600; margin-bottom: 4px;
    }
    input, select, textarea {
      width: 100%;
      border: 1px solid var(--line); border-radius: 8px;
      padding: 10px 12px; font-size: 14px;
      font-family: inherit;
      transition: border-color 0.15s;
    }
    input:focus, select:focus, textarea:focus {
      outline: none; border-color: var(--teal);
    }
    .submit-btn {
      background: var(--teal); color: white;
      border: none; padding: 14px 28px;
      border-radius: 10px; font-weight: 700; font-size: 15px;
      cursor: pointer; margin-top: 8px;
      transition: background 0.15s;
    }
    .submit-btn:hover:not(:disabled) { background: var(--teal-soft); }
    .submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }
    .form-note {
      font-size: 12px; color: var(--muted);
      margin-top: 14px; line-height: 1.6;
    }
    .form-note strong { color: var(--ink); }

    .form-success {
      display: none;
      background: #ecfdf5; border: 1px solid #10b981;
      border-radius: 10px; padding: 20px;
      margin-top: 12px;
    }
    .form-success.show { display: block; }
    .form-success h4 {
      color: #065f46; margin-bottom: 6px;
      font-family: var(--serif); font-size: 18px;
    }
    .form-success p { color: #047857; font-size: 14px; }
    .form-error {
      display: none;
      background: #fef2f2; border: 1px solid #fecaca;
      color: #991b1b; padding: 14px 18px; border-radius: 8px;
      margin-top: 12px; font-size: 14px;
    }
    .form-error.show { display: block; }

    .state-warning {
      display: none;
      background: #fffbeb; border-left: 4px solid var(--gold);
      padding: 14px 18px; border-radius: 6px;
      margin-top: 12px; font-size: 13px; color: #78350f;
    }
    .state-warning.show { display: block; }

    /* ─── 2-step form ─── */
    .form-progress {
      display: flex; align-items: center; gap: 10px;
      margin-bottom: 22px;
      font-size: 12px; color: var(--muted);
      letter-spacing: 0.4px;
    }
    .form-progress-track {
      flex: 1; height: 4px; background: var(--line);
      border-radius: 2px; overflow: hidden;
    }
    .form-progress-bar {
      height: 100%; background: var(--gold);
      width: 50%; transition: width 0.3s ease;
    }
    .form-progress.step-2 .form-progress-bar { width: 100%; }
    .form-step { display: none; }
    .form-step.active { display: block; animation: fadeIn 0.25s ease; }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(4px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .form-step-actions {
      display: flex; gap: 12px; align-items: center;
      margin-top: 8px;
    }
    .form-back-btn {
      background: transparent; color: var(--muted);
      border: none; cursor: pointer;
      font-size: 14px; font-weight: 600;
      padding: 14px 18px; border-radius: 8px;
      font-family: inherit;
      transition: color 0.15s, background 0.15s;
    }
    .form-back-btn:hover { color: var(--teal); background: var(--bg); }
    .form-step-actions .submit-btn { flex: 1; margin-top: 0; }

    /* ─── FOOTER (matches ennhealth.com) ─── */
    .footer { background: var(--teal-dark); color: #8ba8b5; padding: 64px 24px 32px; }
    .footer-inner { max-width: 1200px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
    .footer-brand .logo { margin-bottom: 16px; }
    .footer-brand .logo-name { color: white; }
    .footer-brand p { font-size: 13px; line-height: 1.7; max-width: 280px; }
    .footer h4 { color: white; font-size: 13px; font-weight: 600; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1.5px; }
    .footer ul { list-style: none; padding: 0; margin: 0; }
    .footer ul li { margin-bottom: 10px; }
    .footer ul a { color: #8ba8b5; text-decoration: none; font-size: 13px; transition: color 0.2s; }
    .footer ul a:hover { color: var(--gold); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; font-size: 12px; flex-wrap: wrap; gap: 12px; align-items: center; }
    .footer-badges { display: flex; gap: 12px; }
    .footer-badge { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); padding: 6px 12px; border-radius: 6px; font-size: 11px; font-weight: 600; color: #8ba8b5; }
    .footer-disclaimer { font-size: 11px; color: #5e8090; line-height: 1.6; max-width: 800px; margin: 16px auto 0; text-align: center; }
    .footer-disclaimer a { color: #8ba8b5; text-decoration: underline; }
    .powered { text-align: center; padding: 12px; background: #132a36; }
    .powered span { font-size: 11px; color: #4a7080; }
    .powered a { color: #5e8898; text-decoration: none; font-weight: 600; }
    .powered a:hover { color: var(--gold); }
    @media (max-width: 900px) {
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-bottom { flex-direction: column; text-align: center; }
      .footer-badges { justify-content: center; flex-wrap: wrap; }
    }
    @media (max-width: 540px) {
      .footer-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 600px) {
      .form-row { grid-template-columns: 1fr; }
      .hero { padding: 56px 20px 48px; }
      section { padding: 48px 20px; }
      .booking-card, .med { padding: 28px 22px; }
    }

    /* ─── B2B facilities additions (on AUD base) ─── */
    .b2b-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .b2b-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 32px; transition: box-shadow 0.2s, transform 0.2s; }
    .b2b-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
    .b2b-card.onsite { border-top: 4px solid var(--sage); }
    .b2b-card.er { border-top: 4px solid #c0392b; }
    .b2b-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
    .b2b-label.onsite { color: var(--sage); }
    .b2b-label.er { color: #c0392b; }
    .b2b-card h3 { font-family: var(--serif); font-size: 22px; color: var(--teal); font-weight: 600; margin-bottom: 12px; }
    .b2b-card p { color: var(--muted); font-size: 15px; margin-bottom: 16px; }
    .b2b-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
    .b2b-card li { padding-left: 26px; position: relative; margin-bottom: 10px; font-size: 14px; color: var(--ink); }
    .b2b-card li::before { content: "✓"; position: absolute; left: 0; color: var(--sage); font-weight: 700; }
    .value-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
    .value-item { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
    .value-item .vi-num { font-family: var(--serif); font-size: 28px; color: var(--gold); font-weight: 700; }
    .value-item h4 { color: var(--teal); font-size: 15px; margin: 8px 0 6px; }
    .value-item p { color: var(--muted); font-size: 13px; margin: 0; }
    .b2b-form { max-width: 560px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 32px; }
    .b2b-form .fg { margin-bottom: 16px; }
    .b2b-form label { display: block; font-size: 13px; font-weight: 600; color: var(--teal); margin-bottom: 6px; }
    .b2b-form input, .b2b-form select, .b2b-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; font-family: inherit; font-size: 14px; color: var(--ink); }
    .b2b-form input:focus, .b2b-form select:focus, .b2b-form textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,168,85,0.12); }
    .b2b-form textarea { min-height: 110px; resize: vertical; }
    .b2b-form .fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .b2b-success { display: none; text-align: center; padding: 24px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 12px; color: #166534; }
    @media (max-width: 768px) { .b2b-grid { grid-template-columns: 1fr; } .b2b-form .fg-row { grid-template-columns: 1fr; } }
