:root {
  --ink: #0b1733;
  --navy: #081f4d;
  --blue: #0b55d9;
  --blue-2: #2878ff;
  --cyan: #44c7f4;
  --ice: #eef6ff;
  --paper: #f7f9fc;
  --line: #dce5f1;
  --muted: #66738c;
  --white: #fff;
  --green: #18a877;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(8, 31, 77, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-shell { position: relative; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: #fff; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: 12px; letter-spacing: .03em; }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: #fff; font-weight: 600; }
.topbar-separator { padding: 0 10px; opacity: .5; }

.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: rgba(11,85,217,.1); box-shadow: 0 8px 28px rgba(8,31,77,.06); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-logo { display:block; width:122px; height:66px; object-fit:contain; }
.brand-light .brand-logo { width:176px; height:auto; padding:8px; background:#fff; border-radius:8px; }
.brand-mark { width: 38px; height: 34px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; top: 4px; width: 16px; height: 27px; background: linear-gradient(145deg,var(--cyan),var(--blue)); }
.brand-mark i:first-child { left: 1px; clip-path: polygon(0 0,100% 23%,100% 77%,0 100%); }
.brand-mark i:last-child { right: 1px; clip-path: polygon(100% 0,0 23%,0 77%,100% 100%); }
.brand-name { font-size: 28px; line-height: 1; font-weight: 800; letter-spacing: -.06em; }
.brand-name span { color: var(--blue); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 36px; margin-left: auto; }
.main-nav a { color: #31405f; font-size: 14px; font-weight: 650; transition: .2s; }
.main-nav a:hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; margin-left: auto; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 100px; font-size: 14px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg,var(--blue),var(--blue-2)); box-shadow: 0 12px 26px rgba(11,85,217,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(11,85,217,.34); }
.button-ghost { color: var(--navy); border-color: var(--line); background: rgba(255,255,255,.68); }
.button-white { color: var(--navy); background: #fff; }
.button-sm { min-height: 44px; padding: 0 18px; }

.hero { padding: 84px 0 0; background: radial-gradient(circle at 92% 9%,#e5f3ff 0,transparent 35%), linear-gradient(180deg,#fff 0,#f5f9ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: center; min-height: 570px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 70px; }
.eyebrow,.kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(68,199,244,.16); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 700px; margin: 22px 0 24px; font-size: clamp(48px,6.3vw,78px); line-height: .99; letter-spacing: -.06em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 580px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0 36px; }
.hero-trust { display: flex; align-items: center; gap: 15px; }
.hero-trust p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-trust strong { color: var(--ink); font-size: 15px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 34px; height: 34px; margin-right: -8px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--navy); font-size: 11px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--blue); }
.avatar-stack span:nth-child(3) { background: var(--cyan); color: var(--navy); }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle,#bce5ff,rgba(188,229,255,0) 67%); filter: blur(5px); }
.dashboard-card { position: relative; z-index: 2; width: min(100%,460px); overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); transform: rotate(2deg); }
.dashboard-head { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.dashboard-logo { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 800; }
.mini-mark { width: 23px; height: 21px; border-radius: 6px 2px; background: linear-gradient(135deg,var(--blue),var(--cyan)); clip-path: polygon(0 0,50% 28%,100% 0,100% 100%,50% 72%,0 100%); }
.status-dot { padding: 7px 10px; border-radius: 99px; color: #087b58; background: #e9faf4; font-size: 10px; font-weight: 700; }
.status-dot::before { content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.dashboard-body { padding: 25px; }
.muted-label { color: #8792a8; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.document-card { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fbfdff; }
.doc-icon { display: grid; place-items: center; width: 42px; height: 48px; border-radius: 8px; color: #fff; background: var(--blue); font-size: 10px; font-weight: 800; }
.document-card strong,.document-card small { display: block; }
.document-card strong { font-size: 13px; }
.document-card small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.check { display: grid; place-items: center; width: 25px; height: 25px; margin-left: auto; border-radius: 50%; color: #fff; background: var(--green); }
.signature-area { margin: 18px 0; padding: 20px; color: #fff; border-radius: 16px; background: linear-gradient(135deg,var(--navy),#174b9c); }
.signature-area span,.signature-area small,.signature-area strong { display: block; }
.signature-area span { color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.signature-area strong { margin: 18px 0 3px; font-family: Georgia,serif; font-size: 17px; font-style: italic; }
.signature-area small { color: rgba(255,255,255,.7); font-size: 9px; }
.progress-row { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.progress-row strong { color: var(--blue); }
.progress { height: 6px; margin-top: 8px; overflow: hidden; border-radius: 20px; background: #e7edf5; }
.progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--blue),var(--cyan)); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 14px 40px rgba(8,31,77,.14); }
.floating-card strong,.floating-card small { display: block; }
.floating-card strong { font-size: 11px; }.floating-card small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.floating-security { top: 43px; left: -16px; }.floating-signed { right: -10px; bottom: 55px; }
.shield-icon,.signed-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--green); font-weight: 800; }
.signed-icon { background: var(--blue); }
.hero-orb { position: absolute; border-radius: 50%; opacity: .6; filter: blur(1px); }
.hero-orb-one { width: 90px; height: 90px; right: 4%; top: 18%; border: 1px solid rgba(11,85,217,.2); }
.hero-orb-two { width: 18px; height: 18px; left: 7%; top: 20%; background: var(--cyan); }
.proof-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; transform: translateY(1px); border-radius: 22px 22px 0 0; overflow: hidden; background: #d8e3f0; }
.proof-strip > div { display: flex; align-items: center; gap: 14px; padding: 24px; background: #fff; }
.proof-strip strong { color: var(--blue); font-size: 22px; letter-spacing: -.04em; }
.proof-strip span { color: var(--muted); font-size: 11px; line-height: 1.5; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 46px; }
.section-heading h2,.use-copy h2,.support-card h2,.final-cta h2 { margin: 12px 0 0; font-size: clamp(38px,5vw,58px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p { max-width: 490px; margin-bottom: 6px; color: var(--muted); line-height: 1.75; }
.section-heading.centered { display: block; max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-heading.centered p { margin: 18px auto 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { position: relative; min-height: 430px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: #bdd2f5; box-shadow: 0 20px 60px rgba(8,31,77,.09); }
.product-card.featured { background: linear-gradient(155deg,#eff6ff,#fff 75%); border-color: #b8d1fa; }
.product-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 36px; border-radius: 16px; color: var(--blue); background: var(--ice); font-size: 26px; }
.icon-token span { width: 17px; height: 35px; border: 3px solid var(--blue); border-radius: 5px; position: relative; }
.icon-token span::before { content: ''; position: absolute; top: -9px; left: 3px; width: 5px; height: 7px; border: 2px solid var(--blue); border-bottom: 0; }
.product-tag { position: absolute; top: 30px; right: 30px; padding: 7px 10px; border-radius: 99px; color: var(--blue); background: #dceaff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card h3 { margin-bottom: 13px; font-size: 24px; letter-spacing: -.035em; }
.product-card p { min-height: 70px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-card ul { padding: 0; margin: 22px 0 30px; list-style: none; }
.product-card li { margin: 10px 0; color: #44516b; font-size: 12px; }
.product-card li::before { content: '✓'; margin-right: 9px; color: var(--green); font-weight: 900; }
.product-card > a { position: absolute; left: 30px; bottom: 28px; color: var(--blue); font-size: 13px; font-weight: 800; }
.product-card > a span { margin-left: 7px; }

.use-cases { color: #fff; background: var(--navy); overflow: hidden; position: relative; }
.use-cases::after { content: ''; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -300px; border-radius: 50%; border: 80px solid rgba(68,199,244,.08); }
.use-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; position: relative; z-index: 1; }
.kicker-light { color: #67d8ff; }
.use-copy p { max-width: 390px; margin: 22px 0 32px; color: rgba(255,255,255,.65); line-height: 1.7; }
.use-list { border-top: 1px solid rgba(255,255,255,.18); }
.use-list a { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 14px; padding: 24px 8px; border-bottom: 1px solid rgba(255,255,255,.18); transition: .2s; }
.use-list a:hover { padding-left: 18px; background: rgba(255,255,255,.04); }
.use-list > a > span { color: #62d7ff; font-size: 11px; font-weight: 800; }
.use-list strong,.use-list small { display: block; }.use-list strong { font-size: 17px; }.use-list small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 11px; }
.use-list i { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-style: normal; }

.pricing { background: var(--paper); }
.price-switch { display: flex; width: max-content; margin: 0 auto 34px; padding: 5px; border: 1px solid var(--line); border-radius: 99px; background: #fff; }
.price-switch button { padding: 10px 18px; border: 0; border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; font-weight: 750; }
.price-switch button.active { color: #fff; background: var(--blue); }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.price-grid.hidden { display: none; }
.price-grid article { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-grid article > span { color: var(--blue); font-size: 13px; font-weight: 800; }
.price-grid h3 { margin: 17px 0 11px; font-size: 36px; letter-spacing: -.05em; }.price-grid h3 small { margin-left: 3px; font-size: 16px; }
.price-grid p { min-height: 44px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.price-grid a { display: block; margin-top: 25px; padding: 13px; border: 1px solid var(--line); border-radius: 11px; text-align: center; color: var(--blue); font-size: 12px; font-weight: 800; }
.price-grid .price-featured { color: #fff; border-color: var(--blue); background: linear-gradient(145deg,#0b55d9,#073a98); transform: translateY(-8px); box-shadow: 0 20px 50px rgba(11,85,217,.22); }
.price-grid .price-featured > span,.price-grid .price-featured p { color: rgba(255,255,255,.75); }.price-grid .price-featured a { color: var(--navy); border-color: #fff; background: #fff; }
.best-choice { position: absolute; top: 17px; right: 18px; padding: 6px 9px; border-radius: 99px; color: var(--navy); background: #8fe3ff; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.price-note { margin: 28px 0 0; text-align: center; color: var(--muted); font-size: 13px; }.price-note a { color: var(--blue); font-weight: 750; }

.process { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.steps article { padding: 36px 45px 0 0; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 45px; }
.steps article:last-child { border: 0; }
.steps span { display: inline-block; margin-bottom: 50px; color: var(--blue); font-size: 12px; font-weight: 800; }
.steps h3 { font-size: 20px; }.steps p { max-width: 280px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.support { background: linear-gradient(180deg,#fff,#f3f8ff); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.support-card { position: relative; min-height: 525px; overflow: hidden; padding: 48px; border-radius: 28px; color: #fff; background: linear-gradient(145deg,#082353,#0b55d9); }
.support-card p { max-width: 430px; color: rgba(255,255,255,.68); line-height: 1.72; }
.support-actions { display: flex; gap: 11px; margin-top: 30px; flex-wrap: wrap; position: relative; z-index: 2; }
.support-actions a { padding: 13px 16px; border-radius: 99px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 800; }
.support-actions a + a { color: #fff; border: 1px solid rgba(255,255,255,.3); background: transparent; }
.support-art span { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }.support-art span:nth-child(1) { width: 300px; height: 300px; right: -90px; bottom: -110px; }.support-art span:nth-child(2) { width: 210px; height: 210px; right: -45px; bottom: -65px; }.support-art span:nth-child(3) { width: 85px; height: 85px; right: 38px; bottom: 25px; background: rgba(68,199,244,.25); }
.faq { padding: 26px 38px; }
.faq .kicker { margin: 11px 0 20px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { font-style: normal; font-size: 20px; color: var(--blue); transition: .2s; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { padding: 0 35px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.resources { background: linear-gradient(180deg,#f5f9ff 0%,#fff 100%); }
.resource-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.resource-card { position: relative; display: flex; min-height: 245px; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 38px rgba(8,31,77,.06); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-4px); border-color: #a9c8f6; box-shadow: 0 20px 48px rgba(8,31,77,.11); }
.resource-card > span { align-self: flex-start; padding: 6px 9px; border-radius: 99px; color: #0b55d9; background: #eaf2ff; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.resource-card h3 { margin: 22px 0 10px; font-size: 22px; line-height: 1.18; letter-spacing: -.035em; }
.resource-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.resource-card b { margin-top: auto; color: var(--blue); font-size: 13px; }
.resource-current { color: #fff; border-color: #0b55d9; background: linear-gradient(145deg,#0a55dc,#082d78); }
.resource-current > span { color: #fff; background: rgba(255,255,255,.16); }
.resource-current p { color: rgba(255,255,255,.76); }
.resource-current b { color: #fff; }
.resources-more { display: flex; justify-content: center; margin-top: 30px; }

.final-cta { padding-top: 90px; }
.final-cta-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; padding: 60px 70px; border-radius: 28px; background: var(--ice); }
.final-cta-inner > div:last-child p { color: var(--muted); line-height: 1.7; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.68); background: #06152f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 54px; }
.brand-light .brand-name { color: #fff; }.footer-brand p { max-width: 290px; margin-top: 22px; font-size: 13px; line-height: 1.7; }
.footer-grid h3 { margin-bottom: 20px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(:first-child) a,.footer-grid > div:not(:first-child) p { display: block; margin: 12px 0; font-size: 12px; line-height: 1.6; }.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.floating-call { position: fixed; left: 20px; right: auto; bottom: 20px; z-index: 80; display: flex; align-items: center; gap: 10px; padding: 7px 14px 7px 7px; border-radius: 99px; color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(11,85,217,.32); }
.floating-call span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.15); }.floating-call i { font-size: 11px; font-style: normal; font-weight: 800; }

/* Live chat + movable consultation form */
.consult-layer[hidden] { display: none; }
.consult-layer { position: fixed; inset: 0; z-index: 900; pointer-events: none; opacity: 0; transition: opacity .18s ease; }
.consult-layer::before { content: ""; position: absolute; inset: 0; background: rgba(8,31,52,.28); backdrop-filter: blur(2px); pointer-events: none; }
.consult-layer.is-open { opacity: 1; }
.consult-card { position: fixed; left: 50%; top: 50%; width: min(650px, calc(100vw - 28px)); max-height: calc(100vh - 32px); overflow: auto; transform: translate(-50%,-50%) scale(.98); border: 1px solid rgba(18,83,126,.18); border-radius: 22px; background: #fff; color: var(--navy); box-shadow: 0 26px 80px rgba(7,35,57,.28); pointer-events: auto; transition: transform .18s ease; }
.consult-layer.is-open .consult-card { transform: translate(-50%,-50%) scale(1); }
.consult-card.is-dragging { box-shadow: 0 34px 95px rgba(7,35,57,.34); user-select: none; transition: none; }
.consult-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); cursor: grab; touch-action: none; }
.consult-card.is-dragging .consult-header { cursor: grabbing; }
.consult-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg,var(--blue),#123e6a); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .02em; }
.consult-header h2 { margin: 0 0 3px; font-size: 20px; letter-spacing: -.025em; }
.consult-header p { margin: 0; color: var(--muted); font-size: 12px; }
.consult-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 12px; color: #4c6072; background: #f8fbfd; font-size: 24px; line-height: 1; cursor: pointer; }
.consult-close:hover { color: var(--navy); border-color: #abc3d4; background: #eef6fb; }
.consult-benefits { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 20px 2px; }
.consult-benefits span { padding: 6px 9px; border-radius: 99px; color: #0a7040; background: #ecf9f1; font-size: 11px; font-weight: 800; }
.consult-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 14px 20px 20px; }
.consult-form label { display: grid; gap: 6px; color: #21394b; font-size: 13px; font-weight: 800; }
.consult-form label em { color: #e24b2a; font-style: normal; }
.consult-form label small { color: var(--muted); font-size: 11px; font-weight: 600; }
.consult-form input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #cad8e2; border-radius: 11px; color: var(--navy); background: #f9fbfc; font: inherit; font-weight: 600; outline: none; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.consult-form input::placeholder { color: #91a2b1; font-weight: 500; }
.consult-form input:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(11,85,217,.11); }
.consult-field-wide { grid-column: 1 / -1; }
.consult-submit { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(90deg,#0b55d9,#063f9f); box-shadow: 0 10px 24px rgba(11,85,217,.22); font: inherit; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.consult-submit:hover { filter: brightness(1.06); transform: translateY(-1px); }
.consult-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.consult-status { margin: -2px 0 0; color: var(--muted); font-size: 11px; font-weight: 600; text-align: center; }
.consult-status a { color: var(--blue); font-weight: 900; }
.consult-status.is-success { padding: 10px; border-radius: 10px; color: #0a7040; background: #ecf9f1; font-size: 13px; }
.consult-response { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }
.consult-launcher { position: fixed; left: 50%; bottom: 20px; z-index: 880; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 7px 15px 7px 7px; border: 0; border-radius: 99px; color: #fff; background: linear-gradient(135deg,#e85424,#c43b11); box-shadow: 0 14px 34px rgba(179,55,16,.28); transform: translateX(-50%); cursor: pointer; }
.consult-launcher span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.17); }
.consult-launcher b { font-size: 12px; }
.floating-call { bottom: 20px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Shared legacy/content pages */
.subpage-main { min-height: 70vh; background: linear-gradient(180deg,#f5f9ff,#fff 40%); }
.subpage-hero { padding: 86px 0 60px; text-align: center; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: 12px; }.breadcrumbs a { color: var(--blue); }
.subpage-hero h1 { max-width: 850px; margin: 0 auto 22px; font-size: clamp(40px,6vw,66px); }.subpage-hero p { max-width: 700px; margin: auto; color: var(--muted); font-size: 17px; line-height: 1.75; }
.content-card { max-width: 920px; margin: 0 auto 100px; padding: 46px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 70px rgba(8,31,77,.08); }
.content-card h2 { margin: 36px 0 14px; font-size: 28px; letter-spacing: -.04em; }.content-card h2:first-child { margin-top: 0; }.content-card p,.content-card li { color: #526079; line-height: 1.8; }.content-card ul { padding-left: 20px; }
.info-callout { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: var(--ice); }.info-callout strong { display: block; margin-bottom: 6px; color: var(--navy); }
.simple-price-table { width: 100%; border-collapse: collapse; margin: 24px 0; }.simple-price-table th,.simple-price-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; }.simple-price-table th { color: var(--navy); background: var(--paper); font-size: 12px; }.simple-price-table td { color: #526079; }

@media (max-width: 960px) {
  .nav-wrap { gap: 20px; }
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding-bottom: 20px; text-align: center; }
  .hero-lead { margin-inline: auto; }.hero-actions,.hero-trust { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .product-grid,.price-grid { grid-template-columns: 1fr; }.product-card { min-height: 390px; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .price-grid .price-featured { transform: none; }
  .use-grid,.support-grid,.final-cta-inner { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar-inner > span { display: none; }.topbar-inner { justify-content: center; }
  .nav-wrap { height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }.main-nav a { padding: 11px; }
  .nav-cta { display: none; }
  .hero { padding-top: 58px; }
  h1 { font-size: 48px; }
  .hero-visual { min-height: 400px; }.dashboard-card { width: 94%; }.floating-security { left: 0; top: 4px; }.floating-signed { right: 0; bottom: 8px; }
  .proof-strip { grid-template-columns: 1fr; }.proof-strip > div { padding: 18px 22px; }
  .section-heading { display: block; }.section-heading > p { margin-top: 22px; }
  .use-list a { grid-template-columns: 34px 1fr auto; }
  .resource-grid { grid-template-columns: 1fr; }.resource-card { min-height: 220px; }
  .steps { grid-template-columns: 1fr; }.steps article,.steps article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }.steps span { margin-bottom: 18px; }
  .support-card { min-height: 500px; padding: 34px 28px; }.faq { padding: 20px 10px; }
  .final-cta-inner { padding: 40px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }.footer-bottom { display: grid; gap: 8px; }
  .floating-call i { display: none; }.floating-call { padding-right: 7px; }
  .consult-card { left: 14px !important; right: 14px !important; top: auto !important; bottom: 14px !important; width: auto; max-height: calc(100vh - 28px); transform: translateY(12px) !important; border-radius: 20px; }
  .consult-layer.is-open .consult-card { transform: none !important; }
  .consult-header { cursor: default; }
  .consult-form { grid-template-columns: 1fr; }
  .consult-field-wide { grid-column: auto; }
  .consult-benefits span { font-size: 10px; }
  .consult-launcher { left: 50%; bottom: 14px; padding-right: 7px; }
  .consult-launcher b { display: none; }
  .floating-call { left: 14px; right: auto; bottom: 14px; }
  .content-card { padding: 28px 22px; }.simple-price-table { font-size: 12px; }
}

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