:root {
  --blue-950: #08243c;
  --blue-900: #0a3455;
  --blue-800: #0b5587;
  --blue-700: #006ec6;
  --blue-600: #1689d6;
  --blue-100: #dff1ff;
  --blue-50: #f3f9fd;
  --yellow-500: #fbbd0c;
  --yellow-100: #fff4cf;
  --green-600: #18996f;
  --ink: #10293e;
  --text: #4a6173;
  --muted: #7b8e9d;
  --line: #dce7ef;
  --surface: #ffffff;
  --soft: #f5f9fc;
  --shadow-sm: 0 10px 30px rgba(13, 63, 97, .08);
  --shadow-lg: 0 28px 80px rgba(4, 44, 74, .18);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-color: rgba(15, 80, 122, .1); box-shadow: 0 8px 30px rgba(8, 49, 78, .07); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 168px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #29475d; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; padding: 9px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--blue-700); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--blue-50); color: var(--blue-900); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-button span + span { margin-top: 5px; }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--blue-700);
  border-radius: 14px;
  background: var(--blue-700);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(13, 111, 184, .2);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-800); border-color: var(--blue-800); box-shadow: 0 16px 34px rgba(13, 111, 184, .25); }
.button:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(22, 137, 214, .28); outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 18px; border-radius: 12px; }
.button-secondary { background: #fff; color: var(--blue-800); border-color: var(--line); box-shadow: none; }
.button-secondary:hover { background: var(--blue-50); color: var(--blue-900); border-color: #b9d8ec; }
.button-outline { background: transparent; color: var(--blue-800); border-color: #b8d5e8; box-shadow: none; }
.button-outline:hover { color: #fff; }

.hero { position: relative; min-height: 790px; padding: 160px 0 98px; overflow: hidden; background: radial-gradient(circle at 84% 8%, #e1f2ff 0, rgba(225,242,255,0) 36%), linear-gradient(180deg, #fbfdff 0%, #f4faff 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -170px; top: 210px; background: rgba(21, 143, 219, .14); }
.hero-glow-two { width: 260px; height: 260px; left: -160px; top: 370px; background: rgba(255, 189, 24, .13); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 56px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue-700); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--yellow-500); }
.eyebrow-light { color: #d8ecfa; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 span { color: var(--blue-700); }
.hero-text { max-width: 610px; margin: 24px 0 0; color: var(--text); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #34536a; font-size: 14px; font-weight: 700; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; }
.hero-points svg { width: 19px; color: var(--green-600); stroke-width: 2.8; }

.hero-visual { position: relative; min-width: 0; padding: 20px 0 12px; }
.dashboard-window { position: relative; overflow: hidden; border: 1px solid rgba(25, 96, 145, .16); border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg); transform-origin: center left; }
.window-bar { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid #e9f0f5; background: #fafdff; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #cbdce7; }
.window-dots span:first-child { background: #f7bf55; }
.window-address { padding: 6px 24px; border: 1px solid #e1eaf0; border-radius: 20px; background: #fff; color: #6e8291; font-size: 10px; font-weight: 700; }
.window-user { justify-self: end; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); font-size: 9px; font-weight: 900; }
.dashboard-body { min-height: 480px; display: grid; grid-template-columns: 64px 1fr; background: #f5f9fc; }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 21px; padding: 18px 0; background: var(--blue-950); }
.dashboard-sidebar .mini-logo { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 9px; background: var(--yellow-500); color: var(--blue-950); font-size: 15px; font-weight: 950; }
.dashboard-sidebar > span { width: 20px; height: 4px; border-radius: 9px; background: rgba(255,255,255,.2); }
.dashboard-sidebar > span.active { height: 20px; background: var(--blue-600); box-shadow: 0 0 0 7px rgba(22,137,214,.15); }
.dashboard-content { min-width: 0; padding: 25px; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.dashboard-heading div:first-child { display: flex; flex-direction: column; }
.dashboard-heading small, .metric-card span, .metric-card small, .card-title span, .activity-item small, .floating-card small { color: #80909c; font-size: 9px; }
.dashboard-heading strong { color: #1c364b; font-size: 16px; }
.date-chip { padding: 6px 12px; border: 1px solid #dbe8ef; border-radius: 9px; background: #fff; color: #607989; font-size: 9px; font-weight: 700; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.metric-card { min-width: 0; padding: 16px; border: 1px solid #e4edf2; border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(18, 67, 99, .045); }
.metric-card strong { display: block; margin: 7px 0 3px; color: #17344b; font-size: 17px; white-space: nowrap; }
.metric-card.metric-primary { border-color: transparent; background: linear-gradient(135deg, var(--blue-700), #168cd4); }
.metric-card.metric-primary span, .metric-card.metric-primary small { color: rgba(255,255,255,.76); }
.metric-card.metric-primary strong { color: #fff; }
.dashboard-lower { display: grid; grid-template-columns: 1.25fr .9fr; gap: 12px; margin-top: 12px; }
.chart-card, .activity-card { min-width: 0; padding: 16px; border: 1px solid #e4edf2; border-radius: 14px; background: #fff; }
.card-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.card-title strong { font-size: 11px; }
.chart { height: 145px; display: flex; align-items: end; gap: 8px; padding: 22px 3px 4px; border-bottom: 1px solid #e6eef3; background: repeating-linear-gradient(to bottom, transparent 0, transparent 34px, rgba(215,228,236,.7) 35px); }
.chart span { flex: 1; height: var(--height); min-width: 8px; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, var(--blue-700), #65b8e8); }
.chart span:nth-child(6) { background: linear-gradient(to top, #e8a400, var(--yellow-500)); }
.activity-item { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 8px; padding: 13px 0; border-bottom: 1px solid #edf2f5; }
.activity-item:last-child { border-bottom: 0; padding-bottom: 0; }
.activity-item i { width: 7px; height: 7px; border-radius: 50%; }
.activity-blue { background: var(--blue-600); }
.activity-yellow { background: var(--yellow-500); }
.activity-green { background: var(--green-600); }
.activity-item div { display: flex; flex-direction: column; min-width: 0; }
.activity-item strong, .activity-item b { font-size: 9px; }
.activity-item b { color: #274b62; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(24, 99, 148, .12); border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 15px 35px rgba(13, 73, 111, .16); backdrop-filter: blur(12px); }
.floating-card > div { display: flex; flex-direction: column; }
.floating-card strong { color: #1f3e54; font-size: 11px; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-100); color: var(--blue-700); }
.floating-icon svg { width: 18px; }
.floating-icon-yellow { background: var(--yellow-100); color: #bd8500; }
.floating-stock { left: -28px; bottom: 56px; }
.floating-sale { right: -24px; top: 74px; }

.trust-bar { position: relative; z-index: 3; padding: 0 0 32px; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.trust-grid > div { position: relative; padding: 24px 26px; }
.trust-grid > div:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 22px; bottom: 22px; width: 1px; background: var(--line); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 3px; font-size: 14px; }
.trust-grid span { color: var(--muted); font-size: 12px; }

.section { padding: 108px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .process-copy h2, .faq-intro h2, .contact-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading > p, .split-heading > p, .process-copy > p, .faq-intro > p { color: var(--text); font-size: 17px; }
.section-heading > p { margin: 18px auto 0; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 68px; text-align: left; }
.split-heading .eyebrow { margin-bottom: 14px; }
.split-heading h2 { max-width: 690px; }
.split-heading > p { margin: 0 0 4px; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-card { position: relative; padding: 34px; border: 1px solid #e1ebf2; border-radius: var(--radius); background: #fff; box-shadow: 0 10px 35px rgba(15, 72, 106, .055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.benefit-card:hover { transform: translateY(-7px); border-color: #c1dceb; box-shadow: 0 18px 44px rgba(15, 72, 106, .1); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; background: var(--blue-100); color: var(--blue-700); }
.icon-box svg { width: 25px; }
.benefit-card:nth-child(2) .icon-box { background: var(--yellow-100); color: #c58b00; }
.benefit-card:nth-child(3) .icon-box { background: #dff7ee; color: var(--green-600); }
.benefit-card h3, .feature-card h3 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.benefit-card p, .feature-card p { margin: 10px 0 0; color: var(--text); }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 260px; overflow: hidden; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #b7d6e9; box-shadow: var(--shadow-sm); }
.feature-number { position: absolute; right: 18px; top: 14px; color: #e4edf3; font-size: 36px; font-weight: 900; line-height: 1; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 13px; background: var(--blue-50); color: var(--blue-700); }
.feature-icon svg { width: 23px; }
.feature-card h3 { font-size: 18px; }
.feature-card p { font-size: 14px; }

.process-section { background: var(--blue-950); color: #fff; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.process-copy p { color: #bbcfdd; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: #fff; font-weight: 800; }
.text-link span { color: var(--yellow-500); font-size: 22px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps-list li:first-child { padding-top: 0; }
.steps-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.steps-list > li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; color: var(--yellow-500); font-size: 18px; font-weight: 900; }
.steps-list strong { font-size: 19px; }
.steps-list p { margin: 5px 0 0; color: #aabfcd; }

.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 30px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(13, 70, 106, .045); }
.plan-card.plan-featured { border-color: var(--blue-700); box-shadow: 0 24px 60px rgba(13, 111, 184, .15); transform: translateY(-10px); }
.featured-badge { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); padding: 7px 15px; border-radius: 99px; background: var(--blue-700); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.plan-label { color: var(--blue-700); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-header h3 { margin: 7px 0 6px; font-size: 28px; }
.plan-header p { min-height: 50px; margin: 0; color: var(--text); font-size: 14px; }
.price { display: flex; align-items: baseline; margin: 25px 0 22px; color: var(--blue-950); }
.price small { align-self: flex-start; margin: 10px 5px 0 0; font-size: 14px; font-weight: 800; }
.price strong { font-size: 48px; line-height: 1; letter-spacing: -.045em; }
.price span { color: var(--muted); font-size: 13px; }
.plan-card ul { flex: 1; margin: 0 0 26px; padding: 0; list-style: none; }
.plan-card li { position: relative; padding: 8px 0 8px 25px; color: #435a6c; font-size: 14px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--green-600); font-weight: 900; }
.plan-card .button { width: 100%; }
.plans-note { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-size: 12px; text-align: center; }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.testimonial-card { position: relative; display: flex; flex-direction: column; min-height: 310px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.featured-testimonial { background: var(--blue-950); color: #fff; border-color: var(--blue-950); transform: translateY(-8px); }
.quote-mark { height: 38px; color: var(--yellow-500); font-family: Georgia, serif; font-size: 58px; line-height: .9; }
.testimonial-card blockquote { flex: 1; margin: 22px 0 28px; color: #345064; font-size: 17px; line-height: 1.75; }
.featured-testimonial blockquote { color: #d2e2ec; }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); font-size: 12px; font-weight: 900; }
.featured-testimonial .avatar { background: rgba(255,255,255,.12); color: #fff; }
.testimonial-card footer div { display: flex; flex-direction: column; }
.testimonial-card footer strong { font-size: 14px; }
.testimonial-card footer small { color: var(--muted); }
.featured-testimonial footer small { color: #8fa9ba; }

.faq-section { background: #fbfdff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p { margin: 20px 0 28px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 800; cursor: pointer; }
.accordion-item button i { position: relative; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--blue-50); }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 2px; background: var(--blue-700); transition: transform .2s ease; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-content p { margin: -7px 45px 25px 4px; color: var(--text); }

.contact-section { position: relative; overflow: hidden; padding: 110px 0; background: linear-gradient(135deg, var(--blue-950), #0b4f7c); color: #fff; }
.contact-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -180px; top: -220px; border-radius: 50%; background: rgba(33, 158, 225, .14); }
.contact-section::after { content: ""; position: absolute; width: 300px; height: 300px; left: -140px; bottom: -160px; border-radius: 50%; background: rgba(255, 189, 24, .1); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 82px; align-items: center; }
.contact-copy > p { margin: 22px 0 28px; color: #c0d4e1; font-size: 17px; }
.contact-copy ul { margin: 0; padding: 0; list-style: none; }
.contact-copy li { display: flex; align-items: center; gap: 10px; margin: 13px 0; color: #e4f0f6; }
.contact-copy li svg { width: 20px; color: var(--yellow-500); stroke-width: 2.8; }
.lead-form { padding: 34px; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 28px 70px rgba(2, 23, 38, .3); }
.form-heading { display: flex; flex-direction: column; margin-bottom: 24px; }
.form-heading span { font-size: 24px; font-weight: 900; letter-spacing: -.025em; }
.form-heading small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field > span { color: #314c60; font-size: 13px; font-weight: 800; }
.field > span small { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #d8e4eb; border-radius: 11px; background: #fbfdff; color: var(--ink); outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 105px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9aabb7; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); background: #fff; box-shadow: 0 0 0 4px rgba(22,137,214,.1); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #d84b4b; box-shadow: 0 0 0 4px rgba(216,75,75,.08); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.submit-button { width: 100%; margin-top: 19px; }
.submit-button i { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.submit-button.is-loading i { display: block; }
.submit-button:disabled { cursor: wait; opacity: .82; transform: none; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: 13px; text-align: center; }
.form-status[data-type="error"] { color: #bb3434; }
.form-status[data-type="success"] { color: var(--green-600); }
.form-status[data-type="neutral"] { color: var(--muted); }
.privacy-note { margin: 5px 0 0; color: #8b9ba7; font-size: 11px; text-align: center; }

.site-footer { padding: 64px 0 22px; background: #071f33; color: #d5e2ea; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-bottom: 45px; }
.footer-brand img { width: 155px; padding: 8px; border-radius: 10px; background: #fff; }
.footer-brand p { max-width: 300px; margin: 18px 0 0; color: #91a9b8; }
.footer-column { display: flex; flex-direction: column; gap: 10px; }
.footer-column strong { margin-bottom: 5px; color: #fff; }
.footer-column a, .footer-column span { color: #91a9b8; font-size: 14px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7994a5; font-size: 12px; }
.footer-bottom a { color: #b8cad5; font-weight: 700; }

.toast { position: fixed; z-index: 2000; right: 24px; bottom: 24px; max-width: min(390px, calc(100% - 32px)); padding: 14px 18px; border-radius: 12px; background: var(--blue-950); color: #fff; box-shadow: 0 15px 45px rgba(0,0,0,.22); font-weight: 700; transform: translateY(30px); opacity: 0; visibility: hidden; transition: .25s ease; }
.toast[data-type="error"] { background: #9d3232; }
.toast.is-visible { transform: translateY(0); opacity: 1; visibility: visible; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .hero h1 { font-size: 50px; }
  .dashboard-content { padding: 18px; }
  .metric-card { padding: 12px; }
  .metric-card strong { font-size: 14px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .plans-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .plan-card.plan-featured { transform: none; }
  .contact-grid { gap: 48px; }
  .site-nav { gap: 20px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 75px; }
  .header-inner { min-height: 72px; }
  .brand img { width: 146px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; max-height: calc(100vh - 72px); display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 18px 20px 28px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 24px 44px rgba(7, 42, 65, .14); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: .25s ease; overflow-y: auto; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav > a:not(.button) { padding: 13px 4px; }
  .site-nav .button { margin-top: 8px; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { width: min(100%, 740px); margin-inline: auto; }
  .floating-stock { left: 10px; }
  .floating-sale { right: 8px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2)::after { display: none; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .featured-testimonial { transform: none; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: auto; padding: 116px 0 72px; }
  .hero h1 { font-size: 41px; }
  .hero-text { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { flex-direction: column; align-items: center; gap: 10px; }
  .dashboard-window { transform: none; border-radius: 18px; }
  .window-bar { height: 42px; }
  .window-address { padding-inline: 14px; }
  .dashboard-body { min-height: 350px; grid-template-columns: 45px 1fr; }
  .dashboard-sidebar { gap: 16px; padding-top: 12px; }
  .dashboard-sidebar .mini-logo { width: 25px; height: 25px; }
  .dashboard-sidebar > span { width: 15px; }
  .dashboard-content { padding: 12px; }
  .dashboard-heading strong { font-size: 12px; }
  .metric-grid { gap: 7px; margin-top: 12px; }
  .metric-card { padding: 9px; border-radius: 10px; }
  .metric-card span, .metric-card small { display: none; }
  .metric-card strong { margin: 0; font-size: 10px; }
  .dashboard-lower { grid-template-columns: 1fr; gap: 7px; margin-top: 7px; }
  .chart-card { padding: 10px; }
  .chart { height: 100px; }
  .activity-card { display: none; }
  .floating-card { padding: 9px 10px; }
  .floating-card strong { font-size: 9px; }
  .floating-card small { font-size: 8px; }
  .floating-icon { width: 27px; height: 27px; }
  .floating-stock { left: -4px; bottom: 17px; }
  .floating-sale { right: -4px; top: 52px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 19px 22px; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .trust-grid > div::after { display: none; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .process-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 34px; }
  .section-heading > p, .split-heading > p, .process-copy > p, .faq-intro > p { font-size: 16px; }
  .feature-grid, .plans-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .plan-card { padding: 27px 23px; }
  .process-grid { gap: 42px; }
  .steps-list li { grid-template-columns: 48px 1fr; gap: 15px; }
  .steps-list > li > span { width: 42px; height: 42px; }
  .testimonial-card { min-height: auto; padding: 28px; }
  .contact-section { padding: 78px 0; }
  .lead-form { padding: 24px 18px; border-radius: 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .toast { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* G-Lojas v1 canônica */
.brand-lockup { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-lockup img { width: 162px; height: auto; flex: 0 0 auto; }
.brand-lockup span { max-width: 88px; padding-left: 12px; border-left: 1px solid var(--line); color: #6f8493; font-size: 10px; font-weight: 800; line-height: 1.25; text-transform: uppercase; letter-spacing: .055em; }

.hero { min-height: 760px; padding-top: 150px; background: radial-gradient(circle at 88% 12%, rgba(21, 143, 219, .14), transparent 30%), radial-gradient(circle at 8% 66%, rgba(255, 189, 24, .11), transparent 25%), linear-gradient(180deg, #fcfeff 0%, #f1f8fd 100%); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: linear-gradient(rgba(11, 85, 135, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 85, 135, .055) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero h1 { max-width: 640px; }
.hero h1 span { position: relative; color: var(--blue-700); }
.hero h1 span::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: -4px; height: 7px; border-radius: 99px; background: rgba(255, 189, 24, .38); z-index: -1; }

.product-shell { position: relative; overflow: hidden; border: 1px solid rgba(25, 96, 145, .15); border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.product-shell-top { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid #e9f0f5; background: #fafdff; color: #6e8291; font-size: 10px; font-weight: 800; }
.product-dots { display: flex; gap: 6px; }
.product-dots span { width: 8px; height: 8px; border-radius: 50%; background: #cbdce7; }
.product-dots span:first-child { background: var(--yellow-500); }
.product-avatar { justify-self: end; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); font-size: 9px; font-weight: 950; }
.product-shell-body { min-height: 468px; display: grid; grid-template-columns: 64px 1fr; background: #f5f9fc; }
.product-sidebar { display: flex; flex-direction: column; align-items: center; gap: 21px; padding: 18px 0; background: var(--blue-950); }
.product-mark { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 9px; background: var(--yellow-500); color: var(--blue-950); font-size: 15px; font-weight: 950; }
.product-sidebar i { width: 20px; height: 4px; border-radius: 9px; background: rgba(255,255,255,.2); }
.product-sidebar i.active { height: 20px; background: var(--blue-600); box-shadow: 0 0 0 7px rgba(22,137,214,.15); }
.product-content { min-width: 0; padding: 25px; }
.product-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.product-heading > div { display: flex; flex-direction: column; }
.product-heading small { color: #80909c; font-size: 9px; }
.product-heading strong { color: #1c364b; font-size: 16px; }
.status-chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid #dbe8ef; border-radius: 99px; background: #fff; color: #607989; font-size: 9px; font-weight: 800; white-space: nowrap; }
.status-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-600); }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.module-card { min-width: 0; padding: 16px; border: 1px solid #e4edf2; border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(18, 67, 99, .045); }
.module-card span, .module-card small { display: block; color: #80909c; font-size: 9px; }
.module-card strong { display: block; margin: 7px 0 3px; color: #17344b; font-size: 13px; line-height: 1.35; }
.module-card.module-primary { border-color: transparent; background: linear-gradient(135deg, var(--blue-700), #168cd4); }
.module-card.module-primary span, .module-card.module-primary small { color: rgba(255,255,255,.76); }
.module-card.module-primary strong { color: #fff; }
.product-lower { display: grid; grid-template-columns: 1.2fr .95fr; gap: 12px; margin-top: 12px; }
.chart span { height: 45%; }
.chart span:nth-child(1) { height: 34%; }
.chart span:nth-child(2) { height: 55%; }
.chart span:nth-child(3) { height: 44%; }
.chart span:nth-child(4) { height: 72%; }
.chart span:nth-child(5) { height: 61%; }
.chart span:nth-child(6) { height: 86%; }
.chart span:nth-child(7) { height: 74%; }

.intro-section { padding-top: 88px; padding-bottom: 88px; }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.intro-grid .section-heading { max-width: none; margin: 0; text-align: left; }
.intro-copy { padding-top: 32px; border-top: 1px solid var(--line); }
.intro-copy p { margin: 0; color: var(--text); font-size: 18px; line-height: 1.8; }
.intro-copy p + p { margin-top: 17px; }

.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 246px; }

.hpr-section { position: relative; overflow: hidden; padding: 96px 0; background: linear-gradient(135deg, #071f33 0%, var(--blue-900) 100%); color: #fff; }
.hpr-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -240px; border-radius: 50%; background: rgba(24,137,214,.16); }
.hpr-section::after { content: ""; position: absolute; width: 280px; height: 280px; left: -120px; bottom: -150px; border-radius: 50%; background: rgba(255,189,24,.08); }
.hpr-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 300px 1fr; gap: 80px; align-items: center; }
.hpr-brand { position: relative; min-height: 280px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: rgba(255,255,255,.055); }
.hpr-brand::after { content: "HPR"; position: absolute; inset: auto 20px 9px auto; color: rgba(255,255,255,.04); font-size: 84px; font-weight: 950; letter-spacing: -.06em; }
.hpr-brand img { position: relative; z-index: 1; width: 195px; height: auto; object-fit: contain; }
.hpr-copy { max-width: 700px; }
.hpr-copy h2 { max-width: 650px; margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.1; letter-spacing: -.04em; }
.hpr-copy > p { max-width: 650px; margin: 22px 0 0; color: #bfd2df; font-size: 17px; }
.hpr-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.hpr-facts div { padding: 18px 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.055); }
.hpr-facts strong, .hpr-facts span { display: block; }
.hpr-facts strong { color: #fff; font-size: 16px; }
.hpr-facts span { margin-top: 2px; color: #9fb8c9; font-size: 12px; }
.text-link-light { color: #fff; }

.testimonials-grid { grid-template-columns: repeat(6, 1fr); }
.testimonial-card { grid-column: span 2; min-height: 300px; }
.testimonial-card:nth-child(4) { grid-column: 2 / span 2; }
.testimonial-card:nth-child(5) { grid-column: 4 / span 2; }
.testimonial-featured { border-color: var(--blue-800); background: linear-gradient(145deg, var(--blue-950), var(--blue-900)); color: #fff; box-shadow: 0 22px 56px rgba(8,36,60,.2); }
.testimonial-featured blockquote { color: #d4e3ed; }
.testimonial-featured .avatar { background: rgba(255,255,255,.11); color: #fff; }
.testimonial-featured footer small { color: #9db5c5; }

.field-error { min-height: 15px; margin-top: -2px; color: #b43838; font-size: 11px; font-weight: 650; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #d84b4b; box-shadow: 0 0 0 4px rgba(216,75,75,.08); }
.consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; padding: 2px 1px; color: #637886; font-size: 12px; line-height: 1.5; cursor: pointer; }
.consent-field input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue-700); }
.consent-field a { color: var(--blue-700); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.consent-field.has-error { color: #a73535; }

.footer-brand { display: grid; grid-template-columns: 150px 52px; gap: 14px; align-items: center; }
.footer-brand .footer-glojas { width: 150px; padding: 8px; border-radius: 10px; background: #fff; }
.footer-brand .footer-hpr { width: 50px; height: 50px; object-fit: contain; padding: 2px; }
.footer-brand p { grid-column: 1 / -1; }

.mobile-cta { display: none; }

.legal-page { min-height: 100vh; background: radial-gradient(circle at 90% 5%, rgba(22,137,214,.12), transparent 28%), var(--soft); }
.legal-main { min-height: 100vh; display: grid; place-items: center; padding: 48px 20px; }
.legal-card { width: min(100%, 780px); padding: 46px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-lg); }
.legal-brand { display: inline-block; margin-bottom: 36px; }
.legal-brand img { width: 170px; height: auto; }
.legal-card h1 { margin: 0 0 24px; font-size: clamp(34px, 5vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.legal-card h2 { margin: 30px 0 7px; font-size: 19px; }
.legal-card p { margin: 0; color: var(--text); }
.legal-card p + p { margin-top: 14px; }
.legal-card .button { margin-top: 34px; }
.legal-card-center { text-align: center; }
.legal-card-center .legal-brand { display: table; margin-inline: auto; }
.error-code { display: block; color: var(--blue-700); font-size: 78px; font-weight: 950; line-height: 1; letter-spacing: -.06em; }

@media (max-width: 1080px) {
  .product-content { padding: 18px; }
  .module-card { padding: 12px; }
  .module-card strong { font-size: 12px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .hpr-grid { grid-template-columns: 250px 1fr; gap: 55px; }
}

@media (max-width: 900px) {
  .brand-lockup img { width: 146px; }
  .brand-lockup span { max-width: 82px; }
  .hero { padding-top: 120px; }
  .product-shell { transform: none; }
  .intro-grid, .hpr-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { padding-top: 0; border-top: 0; }
  .hpr-brand { width: min(100%, 420px); min-height: 230px; }
  .hpr-brand img { width: 160px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card, .testimonial-card:nth-child(4), .testimonial-card:nth-child(5) { grid-column: auto; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .brand-lockup { gap: 8px; }
  .brand-lockup img { width: 132px; }
  .brand-lockup span { max-width: 72px; padding-left: 8px; font-size: 8px; }
  .hero { padding-top: 108px; }
  .product-shell { border-radius: 18px; }
  .product-shell-top { height: 42px; }
  .product-shell-body { min-height: 350px; grid-template-columns: 45px 1fr; }
  .product-sidebar { gap: 16px; padding-top: 12px; }
  .product-mark { width: 25px; height: 25px; font-size: 12px; }
  .product-sidebar i { width: 15px; }
  .product-content { padding: 12px; }
  .product-heading strong { font-size: 12px; }
  .status-chip { display: none; }
  .module-grid { gap: 7px; margin-top: 12px; }
  .module-card { padding: 9px; border-radius: 10px; }
  .module-card span, .module-card small { display: none; }
  .module-card strong { margin: 0; font-size: 9px; }
  .product-lower { grid-template-columns: 1fr; gap: 7px; margin-top: 7px; }
  .activity-card { display: none; }
  .intro-section { padding-top: 66px; padding-bottom: 66px; }
  .intro-copy p { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .hpr-section { padding: 76px 0; }
  .hpr-brand { min-height: 190px; border-radius: 24px; }
  .hpr-brand img { width: 135px; }
  .hpr-facts { grid-template-columns: 1fr; }
  .contact-section { padding-bottom: 92px; }
  .lead-form { padding: 24px 18px; }
  .mobile-cta { position: fixed; z-index: 1500; left: 14px; right: 14px; bottom: 12px; min-height: 50px; display: flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 14px; background: var(--yellow-500); color: var(--blue-950); box-shadow: 0 13px 34px rgba(5, 37, 60, .25); font-weight: 900; }
  .mobile-cta.is-hidden { display: none; }
  .legal-card { padding: 30px 22px; border-radius: 20px; }
  .footer-brand { grid-template-columns: 150px 50px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-shell { transform: none; }
}

/* Progressive enhancement */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.footer-brand .footer-hpr { background: transparent; border-radius: 0; }
.noscript-note { margin: 18px 0 0; padding: 12px 14px; border-radius: 10px; background: var(--yellow-100); color: #684c00; font-size: 12px; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}
