:root {
  --blue: #0969da;
  --blue-dark: #0757b7;
  --blue-soft: #eaf3ff;
  --navy: #071527;
  --navy-2: #102a43;
  --ink: #172b3f;
  --muted: #5d7085;
  --line: #dbe5ef;
  --soft: #f4f7fb;
  --warm: #fbfcfe;
  --white: #fff;
  --green: #20a567;
  --whatsapp: #25d366;
  --danger: #b42318;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(15, 42, 70, .07);
  --shadow: 0 22px 60px rgba(15, 42, 70, .11);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm);
  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; }
img { max-width: 100%; height: auto; }
a { color: var(--blue); }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5.7vw, 4.9rem); margin: 0 0 22px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0 0 18px; }
h3 { font-size: 1.2rem; margin: 0 0 10px; }
p { margin: 0 0 18px; }

.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; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: var(--navy); color: #fff; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-container, .container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section-pad { padding: 88px 0; }
.section-soft { background: var(--soft); }
.section-blue { color: #fff; background: linear-gradient(135deg, #073e78, var(--blue)); }
.section-dark { color: #fff; background: var(--navy); }
.section-blue h2, .section-dark h2, .final-cta h2 { color: #fff; }
.narrow { max-width: 880px; text-align: center; }

.announcement { color: #ddebfa; background: var(--navy); font-size: 13px; }
.announcement-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: center; }
.announcement-links { display: flex; align-items: center; gap: 18px; }
.announcement a { color: #fff; font-weight: 800; text-decoration: none; }
.announcement-phone { position: relative; padding-left: 18px; }
.announcement-phone::before { content: ""; position: absolute; top: 50%; left: 0; width: 7px; height: 7px; transform: translateY(-50%); border-radius: 50%; background: #6ee89b; box-shadow: 0 0 0 3px rgba(110, 232, 155, .15); }
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(219, 229, 239, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 25px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--navy); font-size: 20px; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.brand img { border-radius: 10px; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 4px; }
.site-nav > a, .nav-trigger { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 10px; border: 0; border-radius: 9px; background: transparent; color: #23364a; font-weight: 750; text-decoration: none; cursor: pointer; }
.site-nav > a:hover, .nav-trigger:hover, .nav-trigger[aria-expanded="true"] { color: var(--blue); background: var(--blue-soft); }
.nav-group { position: relative; }
.nav-menu { position: absolute; top: calc(100% + 12px); left: 0; width: 520px; padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; visibility: hidden; opacity: 0; transform: translateY(-8px); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); transition: .18s ease; }
.nav-trigger[aria-expanded="true"] + .nav-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-menu a { display: flex; flex-direction: column; padding: 12px; border-radius: 12px; color: var(--ink); text-decoration: none; }
.nav-menu a:hover { background: var(--soft); }
.nav-menu strong { font-size: 14px; }
.nav-menu span { color: var(--muted); font-size: 12px; }
.nav-menu .nav-menu-all { grid-column: 1/-1; margin-top: 4px; color: var(--blue); font-weight: 800; background: var(--blue-soft); }
.compact-menu { width: 260px; grid-template-columns: 1fr; }
.compact-menu a { font-weight: 750; }
.nav-menu-right { right: 0; left: auto; }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 14px; }
.text-link { color: var(--ink); font-weight: 750; text-decoration: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border: 1px solid transparent; border-radius: 13px; font-weight: 850; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 25px rgba(9, 105, 218, .23); }
.button-primary:hover { color: #fff; background: var(--blue-dark); }
.button-secondary { color: var(--blue); border-color: #bfd5ec; background: #fff; }
.button-white { color: var(--blue); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }
.button-whatsapp { color: #fff; background: var(--whatsapp); }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 14px; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.centered-row { justify-content: center; }
.center-action { margin-top: 34px; text-align: center; }

.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #b9dcff; }
.hero { overflow: hidden; background: radial-gradient(circle at 88% 14%, rgba(32,165,103,.11), transparent 23%), linear-gradient(135deg, #fff 0%, #f3f8ff 70%, #eefaf5 100%); }
.hero.section-pad { padding: 68px 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 52px; align-items: center; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 720px; font-size: clamp(2.55rem, 5vw, 4.25rem); }
.hero-copy h1 span { color: var(--blue); }
.hero-lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.hero-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 15px; }
.hero-links a { font-size: 14px; font-weight: 800; }
.proof-list { display: flex; flex-wrap: wrap; gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; color: #3f556b; font-size: 14px; font-weight: 700; }
.proof-list li { display: flex; align-items: center; gap: 7px; }
.proof-list span { color: var(--green); }

.product-window { min-width: 0; overflow: hidden; border: 1px solid #cdddec; border-radius: 24px; background: #fff; box-shadow: 0 35px 80px rgba(10, 51, 94, .18); }
.window-bar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-bottom: 1px solid var(--line); color: var(--navy); background: #f8fafc; font-size: 13px; font-weight: 850; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; background: #ff6b63; }
.window-dots i:nth-child(2) { background: #f5be3d; }
.window-dots i:nth-child(3) { background: #36b873; }
.pos-preview { min-height: 440px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(190px, .7fr); }
.pos-products { display: grid; align-content: start; gap: 12px; padding: 20px; background: #f4f7fb; }
.preview-search { padding: 12px 14px; border: 1px solid #cdd9e5; border-radius: 11px; color: #5d7085; background: #fff; font-size: 13px; }
.preview-filters { display: flex; gap: 8px; }
.preview-filters span { padding: 6px 10px; border-radius: 99px; color: #53687e; background: #e7edf4; font-size: 11px; font-weight: 800; }
.preview-filters .active { color: var(--blue-dark); background: #d9eaff; }
.preview-item { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 13px; border: 1px solid #dde6ef; border-radius: 13px; background: #fff; }
.item-code { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-soft); font-size: 12px; font-weight: 900; }
.preview-item strong { min-width: 0; color: var(--navy); font-size: 13px; }
.preview-item small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 500; }
.preview-item b { color: var(--blue); font-size: 13px; }
.pos-cart { display: flex; flex-direction: column; padding: 20px; border-left: 1px solid var(--line); background: #fff; }
.pos-cart > div:first-child { display: flex; justify-content: space-between; font-size: 12px; }
.pos-cart ul { flex: 1; margin: 22px 0; padding: 0; list-style: none; }
.pos-cart li { display: flex; justify-content: space-between; gap: 8px; padding: 10px 0; border-bottom: 1px solid #edf1f5; font-size: 11px; }
.cart-total { display: flex; align-items: end; justify-content: space-between; margin-bottom: 14px; }
.cart-total strong { color: var(--navy); font-size: 22px; }
.checkout-button { padding: 12px; border-radius: 10px; color: #fff; background: var(--blue); text-align: center; font-size: 12px; font-weight: 850; }

.trust-strip { padding: 22px 0; border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: 1.5fr repeat(5, auto); gap: 18px; align-items: center; }
.trust-grid p { margin: 0; color: var(--navy); font-weight: 850; }
.trust-grid span { padding-left: 18px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 750; }

.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 780px; }
.section-heading > p, .section-heading > div > p:last-child { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; }
.split-heading > p { max-width: 520px; margin: 0 0 7px; font-size: 17px; }
.centered-heading { max-width: 790px; margin-inline: auto; text-align: center; }
.centered-heading h2 { margin-inline: auto; }
.centered-heading > p:last-child { color: var(--muted); }
.section-lead { color: var(--muted); font-size: 18px; }
.section-lead-light { color: #d5e7f8; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-width: 0; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); color: inherit; background: #fff; box-shadow: 0 1px 2px rgba(15,42,70,.03); text-decoration: none; transition: .18s ease; }
.feature-card:hover { transform: translateY(-3px); border-color: #b4d3f3; box-shadow: var(--shadow-sm); }
.feature-card p { flex: 1; color: var(--muted); }
.feature-card h2 { font-size: 1.65rem; }
.feature-icon, .doc-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 13px; color: var(--blue); background: var(--blue-soft); font-size: 12px; font-weight: 900; letter-spacing: -.02em; }
.card-link { color: var(--blue); font-size: 14px; font-weight: 850; }
.feature-card-large { min-height: 430px; }

.fiscal-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.process-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(255,255,255,.1); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: rgba(255,255,255,.15); font-size: 12px; font-weight: 900; }
.process-list strong { color: #fff; font-size: 18px; }
.process-list p { margin: 2px 0 0; color: #d5e7f8; font-size: 14px; }
.process-list-light li { border-color: var(--line); background: #fff; }
.process-list-light li > span { color: var(--blue); background: var(--blue-soft); }
.process-list-light strong { color: var(--navy); }
.process-list-light p { color: var(--muted); }

.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.industry-card { min-width: 0; display: flex; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; color: inherit; background: #fff; text-decoration: none; }
.industry-card:hover { border-color: #b4d3f3; box-shadow: var(--shadow-sm); }
.industry-card > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 900; }
.industry-card h3 { font-size: 17px; }
.industry-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.industry-grid-large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.industry-card-large { padding: 28px; }
.industry-card-large h2 { font-size: 1.7rem; }
.industry-card-large ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.industry-card-large li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.industry-card-large b { color: var(--blue); font-size: 14px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps-grid li { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.steps-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 900; }
.steps-grid p { margin: 0; color: var(--muted); }

.split-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.plan-stack { display: grid; gap: 12px; }
.mini-plan { display: flex; align-items: center; justify-content: space-between; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.mini-plan.featured { border-color: #8fc0f1; background: var(--blue-soft); }
.mini-plan strong, .mini-plan span { display: block; }
.mini-plan div span { color: var(--muted); font-size: 14px; }

.download-band { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.download-band p:not(.eyebrow) { color: #bfcee0; }
.download-actions { display: grid; gap: 10px; min-width: 270px; }
.download-actions > a:last-child { color: #fff; text-align: center; font-size: 14px; font-weight: 800; }
.help-teaser { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.help-teaser > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.guide-list { display: grid; gap: 8px; }
.guide-list a { display: grid; grid-template-columns: 38px 1fr auto; gap: 13px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 13px; color: inherit; background: #fff; text-decoration: none; }
.guide-list a > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-soft); font-size: 10px; font-weight: 900; }
.guide-list strong, .guide-list small { display: block; }
.guide-list small { color: var(--muted); }
.guide-list b { color: var(--blue); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 40px 20px 0; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--blue); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 35px; color: var(--muted); }
.final-cta { color: #fff; background: linear-gradient(120deg, #0753a5, #0975e6 65%, #189668); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.final-cta p:not(.eyebrow) { margin: 0; color: #d9eafb; }

.page-hero { padding: 95px 0; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% -20%, #dcecff, transparent 53%), #f8fbff; }
.page-hero p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.page-hero .status-pill { margin-bottom: 20px; }
.detail-hero { background: linear-gradient(135deg, #fff, #f1f7ff); }
.detail-hero-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: center; }
.detail-visual { min-height: 330px; display: grid; place-items: center; align-content: center; padding: 40px; border: 1px solid #cfe0f1; border-radius: 28px; background: radial-gradient(circle at 70% 10%, rgba(32,165,103,.15), transparent 32%), var(--blue-soft); text-align: center; box-shadow: var(--shadow); }
.detail-visual > span { width: 92px; height: 92px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 25px; color: #fff; background: var(--blue); font-size: 20px; font-weight: 900; }
.detail-visual strong { color: var(--navy); font-size: 24px; }
.detail-visual p { max-width: 320px; margin: 7px 0 0; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.benefit-card > span { color: var(--green); font-weight: 900; }
.benefit-card h3 { margin-top: 24px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.workflow-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.workflow-row li { padding: 22px; border-radius: 16px; background: var(--navy); }
.workflow-row span, .workflow-row strong { display: block; }
.workflow-row span { margin-bottom: 30px; color: #76b7f8; font-size: 12px; font-weight: 900; }
.workflow-row strong { color: #fff; }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 27px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.compact-checks { margin-top: 14px; }
.compact-checks li { padding-block: 4px; font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.pricing-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: -14px; right: 24px; padding: 5px 12px; border-radius: 99px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.pricing-card h2 { font-size: 2rem; }
.pricing-card > p:not(.eyebrow) { color: var(--muted); }
.pricing-card .check-list { flex: 1; }
.plan-price { display: flex; min-height: 70px; align-items: baseline; gap: 7px; margin: 5px 0 0; color: var(--navy); }
.plan-price > span { align-self: center; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.plan-price strong { font-size: clamp(2.6rem, 5vw, 3.7rem); line-height: 1; letter-spacing: -.06em; }
.plan-price sup { margin-right: 3px; font-size: 15px; letter-spacing: 0; vertical-align: super; }
.plan-price small { color: var(--muted); font-size: 14px; font-weight: 700; }
.pricing-card .annual-price { min-height: 25px; margin: 8px 0 17px; color: var(--blue-dark); font-size: 13px; }
.pricing-card .onboarding-price { margin: 22px -30px -30px; padding: 15px 30px; border-radius: 0 0 19px 19px; background: #f6f9fc; font-size: 13px; }
.pricing-trial-note { margin: 25px auto 0; color: var(--muted); text-align: center; font-size: 14px; }
.addon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.addon-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.addon-grid strong, .addon-grid span { display: block; }
.addon-grid strong { color: var(--navy); }
.addon-grid span { margin: 8px 0; color: var(--blue-dark); font-size: 1.2rem; font-weight: 900; }
.addon-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.pricing-disclosure { margin-top: 22px; padding: 21px 24px; border: 1px solid #c9dced; border-radius: 15px; background: #eef6fd; }
.pricing-disclosure strong { color: var(--navy); }
.pricing-disclosure p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.values-grid, .story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.values-grid article, .story-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.values-grid article > span { color: var(--blue); font-weight: 900; }
.values-grid h2 { margin-top: 42px; font-size: 1.65rem; }
.values-grid p, .story-grid p { color: var(--muted); }
.connection-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.connection-map span { display: grid; place-items: center; aspect-ratio: 1.4; border: 1px solid #bdd7f0; border-radius: 16px; color: var(--blue); background: var(--blue-soft); font-weight: 900; }
.story-grid article { min-height: 310px; display: flex; flex-direction: column; }
.story-grid article > a { margin-top: auto; font-weight: 850; }
.resource-preview-grid article { min-height: 285px; }

.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.resource-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.resource-card-top, .resource-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 12px; }
.resource-card h2 { margin-top: 24px; font-size: 1.75rem; }
.resource-card > p { color: var(--muted); }
.resource-card-footer { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.resource-card-footer a { font-weight: 850; text-decoration: none; }
.resource-header { padding: 78px 0 66px; background: linear-gradient(145deg, #f7fbff, #eef5ff); border-bottom: 1px solid var(--line); }
.resource-header-inner { max-width: 900px; }
.resource-header h1 { max-width: 820px; }
.resource-body { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; padding-top: 72px; padding-bottom: 88px; }
.resource-main { min-width: 0; }
.resource-section { padding-bottom: 48px; }
.resource-section + .resource-section { padding-top: 44px; border-top: 1px solid var(--line); }
.resource-section h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.resource-section p { color: #40566c; font-size: 17px; line-height: 1.8; }
.resource-checklist { display: grid; gap: 10px; padding: 0; list-style: none; }
.resource-checklist li { position: relative; padding: 14px 16px 14px 48px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-weight: 700; }
.resource-checklist li::before { content: "✓"; position: absolute; top: 13px; left: 17px; color: var(--green); font-weight: 900; }
.resource-note { padding: 22px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: var(--blue-soft); }
.resource-note p { margin: 6px 0 0; }
.resource-aside { display: grid; align-content: start; gap: 18px; }
.resource-aside > div { display: grid; gap: 11px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.resource-aside > div:first-child { position: sticky; top: 92px; }
.resource-aside a { color: var(--ink); font-size: 14px; font-weight: 750; line-height: 1.4; text-decoration: none; }
.resource-aside a:hover { color: var(--blue); }
.story-invite { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.release-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.release-card { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.platform-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 900; }
.release-version { color: var(--blue); font-weight: 850; }
.release-copy { color: var(--muted); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 99px; color: #087445; background: #e5f8ef; font-size: 13px; font-weight: 850; }
.status-pill i { width: 8px; height: 8px; border-radius: 50%; background: #20a567; }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.status-grid > div { padding: 24px; border-right: 1px solid var(--line); }
.status-grid > div:last-child { border: 0; }
.status-grid strong, .status-grid small { display: block; }
.status-grid small { color: var(--muted); }
.status-dot { display: block; width: 10px; height: 10px; margin-bottom: 22px; border-radius: 50%; }
.status-dot.good { background: var(--green); }
.status-dot.neutral { background: #95a6b8; }

.help-hero { color: #fff; background: linear-gradient(120deg, #0c3d70, #1466ae); }
.help-hero h1 { color: #fff; }
.help-hero-inner { max-width: 980px; text-align: center; }
.help-hero-inner > div:first-child > p:not(.eyebrow) { color: #d5e7f8; }
.help-search { max-width: 780px; min-height: 62px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; margin: 30px auto 20px; padding: 6px; border-radius: 15px; background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.help-search > span { color: var(--muted); font-size: 25px; }
.help-search input { min-width: 0; height: 48px; border: 0; outline: 0; color: var(--ink); font-size: 16px; }
.help-search button { height: 48px; padding: 0 20px; border: 0; border-radius: 11px; color: #fff; background: var(--blue); font-weight: 850; cursor: pointer; }
.help-hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.help-hero-meta span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #dcecfb; background: rgba(255,255,255,.08); font-size: 12px; }
.category-filters { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 8px; }
.category-filters a { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.category-filters a.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.docs-heading { margin-top: 35px; }
.docs-heading > span { color: var(--muted); }
.docs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.docs-grid-full { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.doc-card { min-width: 0; min-height: 245px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 17px; color: inherit; background: #fff; text-decoration: none; }
.doc-card:hover { border-color: #aaccf0; box-shadow: var(--shadow-sm); }
.doc-card-top { display: flex; justify-content: space-between; align-items: start; }
.doc-card-top > span:last-child { color: var(--blue); }
.doc-card h3 { font-size: 18px; }
.doc-card p { flex: 1; color: var(--muted); font-size: 14px; }
.doc-card small { color: var(--muted); }
.doc-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.doc-meta span { padding: 4px 8px; border-radius: 99px; color: #506980; background: #edf2f7; font-size: 11px; font-weight: 800; }
.empty-state { grid-column: 1/-1; padding: 55px 20px; text-align: center; }
.empty-state > span { color: #91a4b7; font-size: 50px; }
.quick-answer-list { max-width: 900px; margin-inline: auto; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.quick-answer-list details + details { border-top: 1px solid var(--line); }
.quick-answer-list summary { display: flex; align-items: center; gap: 14px; padding: 17px 20px; cursor: pointer; list-style: none; }
.quick-answer-list summary::-webkit-details-marker { display: none; }
.quick-answer-list summary span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-soft); font-size: 10px; font-weight: 900; }
.quick-answer-list ol { margin: 0; padding: 0 24px 20px 72px; list-style: none; }
.quick-answer-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin-top: 10px; }
.quick-answer-list li span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 11px; font-weight: 900; }
.support-band { padding: 45px 0; color: #fff; background: var(--navy); }
.support-band h2 { color: #fff; font-size: 2rem; }
.support-band p { margin: 0; color: #bacadd; }
.support-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.reading-progress { position: fixed; z-index: 1100; top: 0; left: 0; width: 100%; height: 4px; transform: scaleX(0); transform-origin: left; background: var(--green); }
.reader-header { padding: 52px 0 40px; border-bottom: 1px solid var(--line); background: #f4f8fd; }
.reader-header-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 35px; align-items: end; }
.reader-header h1 { max-width: 850px; font-size: clamp(2.2rem, 5vw, 4rem); }
.reader-header p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 18px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.reader-controls { display: flex; align-items: center; gap: 5px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.reader-controls button { min-height: 36px; padding: 6px 9px; border: 0; border-radius: 8px; color: var(--ink); background: transparent; font-weight: 800; cursor: pointer; }
.reader-controls button:hover { color: var(--blue); background: var(--blue-soft); }
.reader-controls span { min-width: 44px; text-align: center; font-size: 11px; font-weight: 800; }
.reader-shell { padding: 48px 0; background: #fff; }
.reader-layout { display: grid; grid-template-columns: 210px minmax(0, 760px) 210px; gap: 42px; justify-content: center; align-items: start; }
.reader-sidebar-inner, .reader-related > div { position: sticky; top: 110px; }
.reader-sidebar strong, .reader-related strong { display: block; margin-bottom: 12px; color: var(--navy); }
.reader-sidebar ul { margin: 0; padding: 0; list-style: none; }
.reader-sidebar ul ul { padding-left: 12px; }
.reader-sidebar li { margin: 7px 0; }
.reader-sidebar a { color: var(--muted); font-size: 13px; text-decoration: none; }
.reader-sidebar a:hover { color: var(--blue); }
.reader-sidebar .headerlink { display: none; }
.reader-back { display: block; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue) !important; font-weight: 800; }
.reader-related { display: grid; gap: 14px; }
.reader-related > div { position: static; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.reader-related dl { margin: 0; }
.reader-related dt { margin-top: 10px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.reader-related dd { margin: 2px 0 0; color: var(--ink); font-size: 13px; }
.reader-related p, .reader-related a { font-size: 13px; }
.document-content { --reader-scale: 1; min-width: 0; color: #213547; font-size: calc(17px * var(--reader-scale)); line-height: 1.75; }
.document-content h1 { font-size: calc(2.25rem * var(--reader-scale)); }
.document-content h2 { margin-top: 2.3em; padding-bottom: .35em; border-bottom: 1px solid var(--line); font-size: calc(1.65rem * var(--reader-scale)); scroll-margin-top: 110px; }
.document-content h3 { margin-top: 1.8em; font-size: calc(1.25rem * var(--reader-scale)); scroll-margin-top: 110px; }
.document-content h4 { color: var(--navy); font-size: calc(1.05rem * var(--reader-scale)); }
.document-content p, .document-content li { color: #334a60; }
.document-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.document-content img { border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.document-content table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; font-size: .9em; }
.document-content th, .document-content td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.document-content th { color: var(--navy); background: var(--soft); }
.document-content blockquote { margin: 22px 0; padding: 15px 18px; border-left: 4px solid var(--blue); color: var(--muted); background: var(--blue-soft); }
.document-content code { padding: 2px 5px; border-radius: 5px; background: #edf2f7; font-size: .9em; }
.document-content pre { overflow-x: auto; padding: 18px; border-radius: 13px; color: #e7f1fb; background: var(--navy); }
.document-content pre code { padding: 0; color: inherit; background: transparent; }
.document-content input[type="checkbox"] { width: 17px; height: 17px; margin-right: 7px; vertical-align: -3px; accent-color: var(--blue); }
.headerlink { margin-left: 8px; color: #a3b3c3; text-decoration: none; opacity: 0; }
.document-content h2:hover .headerlink, .document-content h3:hover .headerlink { opacity: 1; }
.document-pagination { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 65px; }
.document-pagination a { display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); text-decoration: none; }
.document-pagination a.next { text-align: right; }
.document-pagination span { color: var(--muted); font-size: 11px; text-transform: uppercase; }

.flash-stack { padding-top: 16px; }
.flash { padding: 12px 15px; border: 1px solid #bdd8f2; border-radius: 10px; color: #174b79; background: #eaf4ff; }
.flash-success { color: #0d6b43; border-color: #b9e4ce; background: #e8f8f0; }
.flash-error { color: var(--danger); border-color: #f2c3be; background: #fff0ee; }
.qt-apply-wrap, .contact-shell, .dl-shell { width: min(calc(100% - 32px), 1180px); margin-inline: auto; }

.site-footer { padding: 70px 0 25px; color: #b9c9d9; background: #06111e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 45px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 310px; margin-top: 18px; color: #91a5b9; font-size: 14px; }
.whatsapp-link { color: #6ee89b; font-weight: 850; text-decoration: none; }
.footer-grid h2 { margin-bottom: 15px; color: #fff; font-size: 13px; letter-spacing: .02em; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: #91a5b9; font-size: 14px; text-decoration: none; }
.footer-grid a:hover { color: #fff !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #1c2a38; color: #73869a; font-size: 12px; }
.footer-bottom a { color: #9dafc0; }

@media (max-width: 1080px) {
  .header-actions .text-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .product-window { max-width: 800px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid p { grid-column: 1/-1; text-align: center; }
  .trust-grid span { text-align: center; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .reader-layout { grid-template-columns: 180px minmax(0, 1fr); }
  .reader-related { display: none; }
}

@media (max-width: 900px) {
  .announcement-inner { justify-content: space-between; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions { display: none; }
  .site-nav { position: fixed; top: 107px; right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; align-items: stretch; justify-content: flex-start; padding: 18px 20px 45px; background: #fff; }
  .site-nav.is-open { display: block; }
  .site-nav > a, .nav-trigger { width: 100%; justify-content: space-between; padding: 13px 12px; }
  .nav-group { width: 100%; }
  .nav-menu { position: static; width: 100%; display: none; grid-template-columns: 1fr; margin: 3px 0 9px; visibility: visible; opacity: 1; transform: none; box-shadow: none; }
  .nav-trigger[aria-expanded="true"] + .nav-menu { display: grid; }
  .nav-menu .nav-menu-all { grid-column: auto; }
  .section-pad { padding: 68px 0; }
  .split-heading, .fiscal-grid, .split-showcase, .help-teaser, .faq-layout, .detail-hero-grid, .download-band, .final-cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .feature-grid, .benefit-grid, .pricing-grid, .docs-grid, .docs-grid-full { grid-template-columns: repeat(2, 1fr); }
  .steps-grid, .values-grid, .story-grid { grid-template-columns: 1fr; }
  .workflow-row { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.featured { order: -1; }
  .addon-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
  .reader-header-inner { grid-template-columns: 1fr; }
  .reader-controls { width: max-content; max-width: 100%; overflow-x: auto; }
  .reader-layout { grid-template-columns: 1fr; }
  .reader-sidebar { display: none; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .status-grid > div:nth-child(2) { border-right: 0; }
  .status-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .release-grid { grid-template-columns: 1fr; }
  .resource-body { grid-template-columns: 1fr; gap: 36px; }
  .resource-aside > div:first-child { position: static; }
}

@media (max-width: 640px) {
  .site-container, .container { width: min(100% - 28px, var(--container)); }
  .announcement-inner { min-height: 40px; justify-content: center; font-size: 11px; }
  .announcement-message { display: none; }
  .announcement-links { width: 100%; justify-content: space-between; gap: 10px; }
  .announcement-links a { white-space: nowrap; }
  .header-inner { min-height: 66px; }
  .site-nav { top: 106px; }
  .brand { font-size: 18px; }
  .brand img { width: 32px; height: 32px; }
  .section-pad { padding: 52px 0; }
  .hero.section-pad { padding: 52px 0; }
  .page-hero { padding: 65px 0; }
  h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(1.85rem, 8vw, 2.55rem); }
  .hero-grid { gap: 38px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 0; padding: 23px; }
  .resource-card h2 { font-size: 1.5rem; }
  .resource-header { padding: 55px 0 45px; }
  .resource-body { padding-top: 50px; padding-bottom: 58px; }
  .hero-copy, .hero-copy h1, .hero-copy h1 span { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .hero-copy .button, .final-cta .button { width: 100%; }
  .proof-list { display: grid; gap: 9px; }
  .pos-preview { min-height: 0; grid-template-columns: 1fr; }
  .pos-cart { border-top: 1px solid var(--line); border-left: 0; }
  .preview-item:nth-of-type(n+5) { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid span { padding: 0; border: 0; }
  .feature-grid, .benefit-grid, .pricing-grid, .docs-grid, .docs-grid-full, .industry-grid, .industry-grid-large, .steps-grid, .workflow-row { grid-template-columns: 1fr; }
  .addon-grid { grid-template-columns: 1fr; }
  .feature-card-large { min-height: 0; }
  .industry-card-large ul { grid-template-columns: 1fr; }
  .steps-grid li > span { margin-bottom: 24px; }
  .download-actions { min-width: 0; }
  .download-actions .button { width: 100%; }
  .faq-layout { gap: 24px; }
  .support-band-inner, .story-invite { align-items: stretch; flex-direction: column; }
  .support-band .button { width: 100%; }
  .help-search { min-height: 56px; grid-template-columns: 35px 1fr; }
  .category-filters { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
  .help-search button { grid-column: 1/-1; margin-top: 6px; }
  .help-hero-meta { justify-content: flex-start; }
  .reader-header { padding: 38px 0 30px; }
  .reader-controls button[data-copy-link], .reader-controls button:last-child { display: none; }
  .reader-shell { padding-top: 30px; }
  .document-content { font-size: calc(16px * var(--reader-scale)); }
  .document-pagination { grid-template-columns: 1fr; }
  .document-pagination a.next { text-align: left; }
  .release-card { grid-template-columns: 1fr; }
  .status-grid { grid-template-columns: 1fr; }
  .status-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .status-grid > div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-brand { grid-column: 1/-1; grid-row: auto; }
  .footer-bottom { flex-direction: column; }
  .qt-apply-wrap, .contact-shell, .dl-shell { width: min(calc(100% - 20px), 1180px); }
}

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

@media print {
  .announcement, .site-header, .site-footer, .reader-controls, .reader-sidebar, .reader-related, .document-pagination, .reading-progress { display: none !important; }
  .reader-header { padding: 20px 0; background: #fff; }
  .reader-layout { display: block; }
  .document-content { max-width: none; color: #000; font-size: 11pt; }
  .document-content a { color: #000; text-decoration: none; }
}
