/* ============================================
   VuVan ERP – Pastel Silk Style
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Pastel silk palette — richer chroma, still soft */
  --rose:         #EE8AA8;
  --rose-light:   #FFD8E6;
  --rose-dark:    #B8386E;

  --lavender:     #B090EC;
  --lavender-light: #E4DAFC;
  --lavender-dark:  #6640B0;

  --mint:         #72D4B4;
  --mint-light:   #C4F0E2;
  --mint-dark:    #268A6C;

  --peach:        #FFAA78;
  --peach-light:  #FFE4CC;
  --peach-dark:   #B85828;

  --sky:          #82B4F4;
  --sky-light:    #CCE4FC;
  --sky-dark:     #2868C0;

  --gold:         #E8BC48;
  --gold-light:   #F8E8B8;
  --gold-dark:    #886010;

  --cream:        #FFF5F2;
  --bg:           #FFFBFC;
  --bg-purple:    #EAE4FF;

  --text:         #261838;
  --text-muted:   #745A70;
  --white:        #ffffff;
  --border:       #E0D0F0;

  --brand:        var(--rose-dark);
  --brand-grad:   linear-gradient(135deg, #E05090 0%, #A830C0 50%, #7848D8 100%);

  --r:            16px;
  --r-lg:         28px;
  --r-xl:         40px;
  --shadow:       0 4px 28px rgba(120, 48, 200, 0.14);
  --shadow-lg:    0 12px 52px rgba(120, 48, 200, 0.22);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Be Vietnam Pro', 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ====== BUTTONS ====== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-weight: 700; border-radius: 100px; cursor: pointer;
  transition: all .22s; text-decoration: none; border: 2px solid transparent;
  font-size: 15px; padding: 11px 24px; letter-spacing: -.1px;
}
.btn-sm  { padding: 8px 18px; font-size: 13px; }
.btn-lg  { padding: 15px 34px; font-size: 17px; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--brand-grad);
  color: var(--white);
  box-shadow: 0 4px 22px rgba(168, 48, 160, 0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(168, 48, 160, 0.48); filter: brightness(1.05); }

.btn-ghost {
  background: rgba(255,255,255,.18);
  color: var(--white);
  border-color: rgba(255,255,255,.45);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: rgba(255,255,255,.3); border-color: rgba(255,255,255,.7); transform: translateY(-2px); }

.btn-outline-brand {
  background: transparent;
  color: var(--rose-dark);
  border-color: var(--rose);
}
.btn-outline-brand:hover { background: var(--rose-light); border-color: var(--rose-dark); transform: translateY(-1px); }

.btn-white {
  background: var(--white);
  color: var(--rose-dark);
  border-color: var(--white);
}
.btn-white:hover { background: var(--rose-light); transform: translateY(-1px); }

/* ====== NAV ====== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,252,250,.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; gap: 28px; height: 66px; }
.logo { font-weight: 800; font-size: 21px; color: var(--text); text-decoration: none; letter-spacing: -.6px; }
.logo span { background: var(--brand-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 15px; font-weight: 600; transition: color .15s; }
.nav-links a:hover { color: var(--rose-dark); }
.nav-links .btn-primary { color: var(--white); }
.nav-links .btn-primary:hover { color: var(--white); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .2s; }

/* ====== HERO ====== */
.hero {
  background: linear-gradient(140deg, #B03898 0%, #8838C8 38%, #6058D8 72%, #4090E0 100%);
  color: var(--white); padding: 100px 0 0; position: relative; overflow: hidden;
}
.hero-blob {
  position: absolute; border-radius: 50%; opacity: .26; filter: blur(56px); pointer-events: none;
}
.blob-1 { width: 500px; height: 500px; background: var(--rose); top: -100px; right: -100px; animation: drift 12s ease-in-out infinite alternate; }
.blob-2 { width: 400px; height: 400px; background: var(--sky); bottom: 0; left: -80px; animation: drift 15s ease-in-out infinite alternate-reverse; }
.blob-3 { width: 300px; height: 300px; background: var(--gold); top: 40%; left: 40%; animation: drift 10s ease-in-out infinite alternate; }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(30px, 20px) scale(1.08); } }

.hero-inner { position: relative; text-align: center; padding-bottom: 88px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.32);
  border-radius: 100px; padding: 7px 20px; font-size: 14px; font-weight: 600;
  margin-bottom: 28px; backdrop-filter: blur(10px);
}
.badge-dot { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 3px rgba(114, 212, 180, 0.45); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(114, 212, 180, 0.45); } 50% { box-shadow: 0 0 0 7px rgba(114, 212, 180, 0.18); } }

.hero h1 { font-size: clamp(38px, 5.5vw, 68px); font-weight: 800; line-height: 1.08; margin-bottom: 22px; letter-spacing: -2px; }
.hero h1 em { font-style: normal; background: linear-gradient(90deg, var(--peach), var(--rose), var(--lavender)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: clamp(16px, 2vw, 20px); opacity: .88; max-width: 620px; margin: 0 auto 40px; line-height: 1.65; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.hero-note { font-size: 13px; opacity: .65; }
.hero-wave { line-height: 0; margin-top: 4px; }
.hero-wave svg { width: 100%; height: 80px; display: block; }

/* ====== STATS ====== */
.stats { background: var(--cream); padding: 56px 0; }
.stats-grid { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.stat-item { text-align: center; padding: 12px 48px; }
.stat-num { display: block; font-size: 38px; font-weight: 800; letter-spacing: -1.5px; background: var(--brand-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-plus { font-size: 24px; }
.stat-label { font-size: 14px; color: var(--text-muted); font-weight: 500; margin-top: 2px; display: block; }
.stat-divider { width: 1px; height: 48px; background: var(--border); }

/* ====== TAGS & HEADERS ====== */
.tag {
  display: inline-block; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.2px; padding: 5px 16px;
  border-radius: 100px; margin-bottom: 16px;
  background: var(--rose-light); color: var(--rose-dark);
}
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1.2px; margin-bottom: 14px; line-height: 1.15; }
.section-header p { color: var(--text-muted); font-size: 18px; max-width: 520px; margin: 0 auto; }

/* ====== WAVE HELPERS ====== */
.wave-top, .wave-bottom, .wave-top-light, .wave-bottom-light { line-height: 0; }
.wave-top svg, .wave-bottom svg, .wave-top-light svg, .wave-bottom-light svg { width: 100%; display: block; }

/* ====== FEATURES ====== */
.features { background: var(--cream); padding: 0 0 0; }
.features > .container { padding-top: 80px; padding-bottom: 60px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.feature-card {
  border-radius: var(--r-xl) var(--r) var(--r-xl) var(--r);
  padding: 36px 30px;
  border: 1.5px solid transparent;
  transition: transform .25s, box-shadow .25s;
  position: relative; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 120px; height: 120px; border-radius: 50%; opacity: .26; pointer-events: none;
  transition: transform .4s;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.feature-card:hover::before { transform: scale(1.4); }

.fc-rose   { background: var(--rose-light);     border-color: var(--rose);     }  .fc-rose::before   { background: var(--rose); }
.fc-lavender{ background: var(--lavender-light); border-color: var(--lavender); }  .fc-lavender::before{ background: var(--lavender); }
.fc-mint   { background: var(--mint-light);      border-color: var(--mint);     }  .fc-mint::before   { background: var(--mint); }
.fc-peach  { background: var(--peach-light);     border-color: var(--peach);    }  .fc-peach::before  { background: var(--peach); }
.fc-sky    { background: var(--sky-light);       border-color: var(--sky);      }  .fc-sky::before    { background: var(--sky); }
.fc-gold   { background: var(--gold-light);      border-color: var(--gold);     }  .fc-gold::before   { background: var(--gold); }

.feature-card--hero { border-radius: var(--r) var(--r-xl) var(--r) var(--r-xl); }

.feature-icon-wrap {
  width: 52px; height: 52px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; background: rgba(255,255,255,.7); backdrop-filter: blur(4px);
}
.fc-rose   .feature-icon-wrap { color: var(--rose-dark);     }
.fc-lavender .feature-icon-wrap { color: var(--lavender-dark); }
.fc-mint   .feature-icon-wrap { color: var(--mint-dark);     }
.fc-peach  .feature-icon-wrap { color: var(--peach-dark);    }
.fc-sky    .feature-icon-wrap { color: var(--sky-dark);      }
.fc-gold   .feature-icon-wrap { color: var(--gold-dark);     }

.feature-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.feature-card p  { font-size: 14px; color: var(--text-muted); margin-bottom: 18px; line-height: 1.7; }
.feature-card ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.feature-card li { font-size: 13px; font-weight: 600; color: var(--text-muted); padding-left: 20px; position: relative; }
.feature-card li::before { content: '✦'; position: absolute; left: 0; font-size: 10px; top: 2px; }
.fc-rose   li::before { color: var(--rose-dark); }
.fc-lavender li::before { color: var(--lavender-dark); }
.fc-mint   li::before { color: var(--mint-dark); }
.fc-peach  li::before { color: var(--peach-dark); }
.fc-sky    li::before { color: var(--sky-dark); }
.fc-gold   li::before { color: var(--gold-dark); }

/* ====== FINANCE ====== */
.finance { background: var(--bg-purple); padding: 88px 0; }
.finance-inner { display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center; }
.finance-text h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 800; letter-spacing: -1.2px; margin-bottom: 16px; line-height: 1.15; }
.finance-text > p { color: var(--text-muted); font-size: 16px; margin-bottom: 40px; line-height: 1.7; }
.finance-items { display: flex; flex-direction: column; gap: 28px; }
.finance-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border-radius: var(--r-lg); border: 1.5px solid; }
.fi-rose     { background: var(--rose-light);     border-color: var(--rose);     }
.fi-mint     { background: var(--mint-light);      border-color: var(--mint);     }
.fi-peach    { background: var(--peach-light);     border-color: var(--peach);    }
.fi-icon-wrap {
  width: 42px; height: 42px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.8); flex-shrink: 0;
}
.fi-rose  .fi-icon-wrap { color: var(--rose-dark); }
.fi-mint  .fi-icon-wrap { color: var(--mint-dark); }
.fi-peach .fi-icon-wrap { color: var(--peach-dark); }
.finance-item h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; color: var(--text); }
.finance-item p  { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* Finance visual card */
.fv-card {
  background: var(--white); border-radius: var(--r-xl) var(--r) var(--r-xl) var(--r);
  padding: 28px; box-shadow: var(--shadow-lg); border: 1.5px solid var(--border);
}
.fv-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.fv-header span:first-child { font-weight: 800; font-size: 15px; color: var(--text); }
.fv-live { font-size: 12px; font-weight: 600; color: var(--mint-dark); display: flex; align-items: center; gap: 5px; }
.live-dot { width: 7px; height: 7px; background: var(--mint-dark); border-radius: 50%; animation: pulse 2s infinite; }
.fv-list { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
.fv-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border-radius: var(--r); }
.fv-row:hover { background: var(--cream); }
.fv-name { display: flex; align-items: center; gap: 10px; }
.fv-avatar { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; color: var(--white); flex-shrink: 0; }
.av-rose     { background: linear-gradient(135deg, var(--rose), var(--rose-dark)); }
.av-lavender { background: linear-gradient(135deg, var(--lavender), var(--lavender-dark)); }
.av-mint     { background: linear-gradient(135deg, var(--mint), var(--mint-dark)); }
.av-peach    { background: linear-gradient(135deg, var(--peach), var(--peach-dark)); }
.fv-company { font-size: 14px; font-weight: 700; color: var(--text); }
.fv-due     { font-size: 11px; color: var(--text-muted); margin-top: 1px; }
.fv-val { font-weight: 700; font-size: 14px; }
.positive { color: var(--mint-dark); }
.negative { color: #C04060; }
.fv-total-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 12px; background: var(--cream); border-radius: var(--r); font-weight: 700; font-size: 15px; }
.fv-total-val { font-size: 17px; }
.fv-footer { font-size: 11px; color: var(--text-muted); margin-top: 12px; text-align: center; }

/* ====== RECON ====== */
.recon { background: var(--bg-purple); padding: 0; }
.recon > .container { padding-top: 80px; padding-bottom: 80px; }
.recon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.recon-card {
  border-radius: var(--r) var(--r-xl) var(--r) var(--r-xl);
  padding: 40px 28px; border: 1.5px solid;
  text-align: center; transition: transform .25s, box-shadow .25s;
}
.recon-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.recon-card--center { border-radius: var(--r-xl) var(--r) var(--r-xl) var(--r); }
.rc-rose     { background: var(--rose-light);     border-color: var(--rose);     }
.rc-lavender { background: var(--lavender-light); border-color: var(--lavender); }
.rc-mint     { background: var(--mint-light);      border-color: var(--mint);     }
.rc-icon-wrap {
  width: 60px; height: 60px; margin: 0 auto 20px;
  border-radius: 20px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.7);
}
.rc-rose     .rc-icon-wrap { color: var(--rose-dark); }
.rc-lavender .rc-icon-wrap { color: var(--lavender-dark); }
.rc-mint     .rc-icon-wrap { color: var(--mint-dark); }
.recon-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 12px; color: var(--text); }
.recon-card p  { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ====== PRICING ====== */
.pricing { background: var(--cream); padding: 88px 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.pricing-card {
  border-radius: var(--r-xl) var(--r) var(--r-xl) var(--r);
  padding: 36px 28px; border: 1.5px solid; position: relative;
}
.pc-light { background: var(--white); border-color: var(--border); }
.pc-featured {
  background: var(--brand-grad);
  border-color: transparent; color: var(--white);
  transform: scale(1.03); box-shadow: var(--shadow-lg);
  border-radius: var(--r) var(--r-xl) var(--r) var(--r-xl);
}
.pc-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold-light); color: var(--gold-dark);
  font-size: 12px; font-weight: 700; padding: 4px 18px; border-radius: 100px;
  white-space: nowrap; border: 1px solid var(--gold);
}
.pc-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.pc-featured .pc-label { color: rgba(255,255,255,.7); }
.pc-price { font-size: 32px; font-weight: 800; letter-spacing: -1px; margin-bottom: 8px; color: var(--text); }
.pc-featured .pc-price { color: var(--white); }
.pc-price span { font-size: 13px; font-weight: 500; opacity: .7; }
.pc-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; line-height: 1.65; }
.pc-featured .pc-desc { color: rgba(255,255,255,.8); }
.pc-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 9px; }
.pc-features li { font-size: 14px; font-weight: 500; color: var(--text-muted); padding-left: 22px; position: relative; }
.pc-features li::before { content: '✦'; position: absolute; left: 0; font-size: 10px; top: 3px; color: var(--rose); }
.pc-featured .pc-features li { color: rgba(255,255,255,.85); }
.pc-featured .pc-features li::before { color: var(--gold); }

/* ====== CONTACT ====== */
.contact { background: var(--bg-purple); padding: 88px 0; position: relative; overflow: hidden; }
.contact-blob { position: absolute; border-radius: 50%; opacity: .18; filter: blur(70px); pointer-events: none; }
.cb-1 { width: 400px; height: 400px; background: var(--rose); top: -80px; right: 10%; }
.cb-2 { width: 300px; height: 300px; background: var(--lavender); bottom: -60px; left: 5%; }
.contact-inner { display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: start; position: relative; }
.contact-text h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; line-height: 1.15; }
.contact-text > p { color: var(--text-muted); font-size: 16px; margin-bottom: 32px; line-height: 1.7; }
.contact-benefits { display: flex; flex-direction: column; gap: 13px; }
.cb-item { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--text); }
.cb-item svg { color: var(--mint-dark); flex-shrink: 0; }

.contact-form {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r-xl) var(--r) var(--r-xl) var(--r);
  padding: 42px; box-shadow: var(--shadow-lg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { font-size: 13px; font-weight: 700; color: var(--text); letter-spacing: .1px; }
.form-group input,
.form-group select,
.form-group textarea {
  border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 12px 16px;
  font-size: 15px; font-family: inherit; color: var(--text);
  background: var(--cream); transition: border-color .15s, box-shadow .15s; outline: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--rose); box-shadow: 0 0 0 4px rgba(244,160,184,.18);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #C0A8B8; }
.form-group textarea { resize: vertical; }
.form-group select { cursor: pointer; }
.form-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 22px; }
.form-check input[type=checkbox] { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--rose-dark); cursor: pointer; flex-shrink: 0; }
.form-check label { font-size: 13px; color: var(--text-muted); line-height: 1.55; cursor: pointer; }
.form-check a { color: var(--rose-dark); text-decoration: none; font-weight: 600; }
.form-check a:hover { text-decoration: underline; }

.form-success {
  background: var(--mint-light); color: var(--mint-dark);
  border: 1.5px solid var(--mint); border-radius: var(--r);
  padding: 16px; text-align: center; font-weight: 600; margin-top: 16px; font-size: 15px;
}

/* ====== FOOTER ====== */
.footer { background: var(--text); color: rgba(255,255,255,.65); }
.footer-wave { line-height: 0; }
.footer-wave svg { width: 100%; display: block; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 64px; padding: 48px 0; }
.footer .logo { color: var(--white); }
.footer .logo span { background: var(--brand-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-brand-link { display: inline-block; margin-bottom: 12px; line-height: 0; }
.footer-logo-img { max-height: 52px; width: auto; height: auto; display: block; }
.footer-brand p { margin-top: 0; font-size: 14px; max-width: 280px; line-height: 1.65; }
.footer-links { display: flex; gap: 48px; }
.footer-links > div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 4px; }
.footer-links a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 14px; transition: color .15s; }
.footer-links a:hover { color: var(--rose-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.footer-bottom p { font-size: 13px; text-align: center; }

/* ====== RESPONSIVE ====== */
@media (max-width: 960px) {
  .features-grid,
  .recon-grid { grid-template-columns: repeat(2, 1fr); }
  .finance-inner { grid-template-columns: 1fr; }
  .finance-visual { order: -1; max-width: 480px; }
  .contact-inner { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .pc-featured { transform: none; }
  .stats-grid { gap: 0; }
  .stat-item { padding: 12px 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  .features-grid,
  .recon-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 66px; left: 0; right: 0; background: rgba(255,252,250,.97); padding: 20px 24px 28px; border-bottom: 1px solid var(--border); gap: 18px; z-index: 99; backdrop-filter: blur(16px); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .features > .container, .recon > .container { padding-top: 60px; padding-bottom: 48px; }
  .finance, .pricing, .contact { padding: 64px 0; }
  .contact-form { padding: 28px 20px; }
  .footer-links { flex-direction: column; gap: 24px; }
  .stat-divider { display: none; }
  .stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* ====== LEGAL (standalone pages) ====== */
.legal-page { min-height: 100vh; background: var(--bg); color: var(--text); }
.legal-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,252,250,.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border); padding: 16px 24px;
}
.legal-nav .container { display: flex; align-items: center; justify-content: space-between; }
.legal-back {
  font-size: 14px; font-weight: 600; color: var(--rose-dark); text-decoration: none;
}
.legal-back:hover { text-decoration: underline; }
.legal-main { max-width: 720px; margin: 0 auto; padding: 48px 24px 80px; }
.legal-main h1 { font-size: clamp(1.5rem, 4vw, 2rem); letter-spacing: -0.02em; margin-bottom: 8px; }
.legal-main .legal-updated { font-size: 14px; color: var(--text-muted); margin-bottom: 32px; }
.legal-main h2 { font-size: 1.15rem; margin: 28px 0 10px; color: var(--text); }
.legal-main p,
.legal-main li { font-size: 15px; color: var(--text-muted); margin-bottom: 12px; }
.legal-main ul { padding-left: 1.25rem; margin: 12px 0 16px; }
.legal-main li { margin-bottom: 8px; }
.legal-main a { color: var(--rose-dark); font-weight: 600; text-decoration: none; }
.legal-main a:hover { text-decoration: underline; }
