:root {
    --navy-950: #071a3a;
    --navy-900: #0a214a;
    --navy-800: #103568;
    --blue-700: #0f5bd8;
    --blue-600: #146ff2;
    --blue-500: #2c82ff;
    --blue-100: #eaf3ff;
    --blue-50: #f4f8ff;
    --ink: #0a1d40;
    --text: #445571;
    --muted: #77859b;
    --line: #dce6f3;
    --line-soft: #eaf0f7;
    --surface: #ffffff;
    --surface-soft: #f7faff;
    --success: #16a45a;
    --shadow-sm: 0 10px 30px rgba(25, 64, 118, .08);
    --shadow-md: 0 22px 70px rgba(21, 61, 116, .14);
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background: #fff;
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--navy-950); color: white; padding: 10px 14px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 76px;
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid rgba(215, 226, 240, .86);
    backdrop-filter: blur(18px);
}
.nav-wrap { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: start; color: var(--navy-950); font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand strong { color: var(--blue-600); font-weight: 600; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; font-size: 14px; color: var(--ink); font-weight: 500; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--blue-600); border-radius: 999px; transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-cta { justify-self: end; }
.mobile-menu-button { display: none; border: 0; background: transparent; color: var(--ink); width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 10px; }
.mobile-menu-button .close-icon { display: none; }
.mobile-menu-button[aria-expanded="true"] .menu-icon { display: none; }
.mobile-menu-button[aria-expanded="true"] .close-icon { display: block; }
.mobile-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 16px 20px 22px; box-shadow: var(--shadow-sm); }
.mobile-nav.open { display: grid; gap: 4px; }
.mobile-nav a { padding: 11px 4px; color: var(--ink); font-weight: 500; }
.mobile-nav .button { margin-top: 10px; }

.button {
    min-height: 44px;
    padding: 0 19px;
    border-radius: 12px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(20,111,242,.22); outline-offset: 3px; }
.button-primary { background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); color: #fff; box-shadow: 0 10px 24px rgba(20,111,242,.23); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(20,111,242,.30); }
.button-secondary { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: 0 8px 20px rgba(21,61,116,.05); }
.button-secondary:hover { border-color: #bdd2ef; box-shadow: var(--shadow-sm); }
.button-large { min-height: 52px; padding-inline: 23px; font-size: 15px; }
.button-white { background: #fff; color: var(--blue-700); }
.button-outline-white { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.40); }

.hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 0;
    background:
        linear-gradient(180deg, #f8fbff 0%, #f4f8ff 78%, #fff 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,75,148,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,75,148,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black 0%, transparent 72%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 620px; height: 620px; right: -250px; top: -210px; background: radial-gradient(circle, rgba(20,111,242,.13), rgba(20,111,242,0) 68%); }
.hero-orb-two { width: 460px; height: 460px; left: -240px; top: 180px; background: radial-gradient(circle, rgba(72,140,255,.08), rgba(20,111,242,0) 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.25fr; align-items: center; gap: 64px; min-height: 565px; }
.hero-copy { padding-bottom: 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); text-transform: uppercase; letter-spacing: .105em; font-size: 12px; font-weight: 600; margin-bottom: 18px; }
.eyebrow span { width: 22px; height: 1px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.hero h1, .section-heading h2, .product-copy h2, .faq-copy h2, .cta-card h2 {
    margin: 0;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.09;
    letter-spacing: -.038em;
}
.hero h1 { font-size: clamp(42px, 4.5vw, 65px); max-width: 650px; }
.hero h1 em { display: block; color: var(--blue-600); font-style: normal; font-weight: 500; }
.hero-copy > p { margin: 24px 0 0; max-width: 600px; color: var(--text); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-points { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 30px; }
.hero-points > div { display: flex; gap: 10px; align-items: center; }
.hero-points > div > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue-600); background: rgba(231,241,255,.9); border-radius: 12px; }
.hero-points p { margin: 0; line-height: 1.25; }
.hero-points b { display: block; color: var(--ink); font-size: 13px; font-weight: 600; }
.hero-points small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.hero-visual { position: relative; padding: 18px 6px 44px; }
.app-window { overflow: hidden; background: white; border: 1px solid #ccd9eb; border-radius: 22px; box-shadow: 0 35px 85px rgba(8,40,91,.22); transform: perspective(1400px) rotateY(-1.4deg) rotateX(.3deg); }
.window-bar { height: 42px; padding: 0 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #0b1c3e; color: #dce8fb; font-size: 11px; }
.window-bar > :last-child { justify-self: end; opacity: .75; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #7487a5; }
.app-window picture, .app-window img { width: 100%; }
.app-window img { aspect-ratio: 1919 / 1029; object-fit: cover; object-position: top left; }
.float-card { position: absolute; z-index: 3; display: flex; gap: 10px; align-items: center; padding: 12px 15px; border: 1px solid rgba(216,227,241,.9); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(8,40,91,.15); backdrop-filter: blur(10px); }
.float-card > span { width: 36px; height: 36px; display: grid; place-items: center; background: var(--blue-100); color: var(--blue-600); border-radius: 10px; }
.float-card p { margin: 0; line-height: 1.2; }
.float-card small { display: block; color: var(--muted); font-size: 10px; margin-bottom: 3px; }
.float-card b { color: var(--ink); font-size: 12px; font-weight: 600; }
.float-stock { top: -2px; right: -12px; }
.float-report { bottom: 12px; left: -20px; }
.value-bar { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(5, 1fr); padding: 21px 24px; margin-top: 22px; transform: translateY(32px); border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-md); }
.value-bar > div { display: flex; align-items: center; gap: 12px; padding: 0 18px; border-right: 1px solid var(--line); }
.value-bar > div:first-child { padding-left: 0; }
.value-bar > div:last-child { border-right: 0; padding-right: 0; }
.value-bar svg { color: var(--blue-600); flex: 0 0 auto; }
.value-bar p { margin: 0; line-height: 1.2; }
.value-bar b { display: block; color: var(--ink); font-weight: 600; font-size: 12px; }
.value-bar small { color: var(--muted); font-size: 10px; }

.section { padding: 112px 0; }
.features { padding-top: 142px; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .product-copy h2, .faq-copy h2 { font-size: clamp(34px, 3.3vw, 48px); }
.section-heading p { max-width: 660px; margin: 18px auto 0; font-size: 16px; color: var(--text); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 266px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(18,55,105,.045); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(18,55,105,.10); border-color: #c9dbf3; }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--blue-100); color: var(--blue-600); }
.feature-icon svg { width: 24px; height: 24px; }
.feature-card h3 { margin: 22px 0 10px; color: var(--ink); font-size: 18px; line-height: 1.3; font-weight: 600; letter-spacing: -.02em; }
.feature-card p { margin: 0; font-size: 14px; line-height: 1.75; color: var(--text); }
.feature-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; color: var(--blue-700); font-size: 13px; font-weight: 600; }
.feature-card a svg { width: 15px; height: 15px; transition: transform .18s; }
.feature-card a:hover svg { transform: translateX(3px); }

.product-section { overflow: hidden; background: linear-gradient(180deg, #f7faff 0%, #f3f8ff 100%); }
.product-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: center; }
.product-copy > p { margin: 20px 0 0; font-size: 16px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--text); font-size: 14px; }
.check-list li > span { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--blue-600); color: #fff; margin-top: 1px; }
.check-list svg { width: 13px; height: 13px; stroke-width: 2.3; }
.product-visual { position: relative; padding: 38px 115px 38px 0; }
.product-screen { overflow: hidden; border-radius: 20px; border: 1px solid #cedcf0; background: white; box-shadow: 0 30px 80px rgba(13,54,112,.18); }
.product-screen img { width: 100%; aspect-ratio: 1919 / 1029; object-fit: cover; object-position: top left; }
.product-tag { position: absolute; right: 0; display: flex; gap: 12px; align-items: center; width: 222px; padding: 15px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-sm); }
.product-tag > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; background: var(--blue-100); color: var(--blue-600); border-radius: 11px; }
.product-tag p { margin: 0; line-height: 1.25; }
.product-tag b { color: var(--ink); font-size: 12px; font-weight: 600; display: block; }
.product-tag small { color: var(--muted); font-size: 10px; display: block; margin-top: 4px; }
.tag-one { top: 11%; }
.tag-two { top: 41%; }
.tag-three { top: 71%; }

.solutions { background: #fff; }
.sector-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.sector-card { overflow: hidden; min-height: 246px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 10px 25px rgba(18,55,105,.045); transition: transform .2s ease, box-shadow .2s ease; }
.sector-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(18,55,105,.10); }
.sector-art { position: relative; height: 126px; overflow: hidden; background: #eef5ff; }
.sector-art img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.sector-card:hover .sector-art img { transform: scale(1.05); }
.sector-card h3 { margin: 18px 18px 7px; color: var(--ink); font-size: 15px; font-weight: 600; }
.sector-card p { margin: 0 18px 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.pricing { background: var(--surface-soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 545px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(18,55,105,.06); }
.price-card.featured { border: 1.5px solid var(--blue-600); box-shadow: 0 25px 60px rgba(20,111,242,.14); transform: translateY(-10px); }
.popular { position: absolute; left: 24px; right: 24px; top: -17px; height: 34px; display: grid; place-items: center; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); font-size: 11px; font-weight: 600; letter-spacing: .02em; box-shadow: 0 8px 20px rgba(20,111,242,.22); }
.price-head { display: flex; align-items: center; gap: 14px; }
.price-head > span { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: var(--blue-100); color: var(--blue-600); }
.price-head h3 { margin: 0; color: var(--ink); font-size: 18px; font-weight: 600; }
.price-head p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.price-title { margin: 29px 0 24px; color: var(--ink); font-size: 31px; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.price-title small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.price-card ul { list-style: none; padding: 23px 0 0; margin: 0 0 28px; border-top: 1px solid var(--line); display: grid; gap: 15px; }
.price-card li { display: flex; gap: 9px; align-items: flex-start; color: var(--text); font-size: 13px; }
.price-card li svg { width: 19px; height: 19px; flex: 0 0 auto; padding: 3px; border-radius: 50%; color: white; background: var(--success); stroke-width: 2.4; }
.price-card .button { width: 100%; margin-top: auto; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.faq-copy { position: sticky; top: 118px; }
.faq-copy p { margin: 20px 0 26px; max-width: 420px; }
.accordion { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
summary { position: relative; list-style: none; padding: 21px 54px 21px 22px; color: var(--ink); font-size: 14px; font-weight: 600; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; right: 23px; top: 50%; width: 12px; height: 1.5px; background: var(--ink); transition: transform .2s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: 0; padding: 0 22px 21px; color: var(--text); font-size: 14px; }

.cta-section { padding: 0 0 88px; }
.cta-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 34px 38px; border-radius: 24px; background: linear-gradient(135deg, #0d56ca, #1478ff); color: #fff; box-shadow: 0 30px 70px rgba(20,111,242,.25); }
.cta-card img { width: 78px; height: 78px; object-fit: contain; background: white; border-radius: 18px; padding: 8px; }
.cta-card span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; opacity: .75; }
.cta-card h2 { color: #fff; font-size: 29px; letter-spacing: -.035em; max-width: 650px; margin-top: 7px; }
.cta-card p { margin: 7px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }
.cta-actions { display: flex; gap: 10px; }

.site-footer { padding: 58px 0 24px; background: var(--navy-950); color: #b9c8dd; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, .75fr); gap: 54px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 360px; margin: 18px 0 0; font-size: 13px; color: #94a8c4; }
.footer-grid h3 { margin: 8px 0 17px; color: #fff; font-size: 14px; font-weight: 600; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span, .footer-link { color: #94a8c4; font-size: 12px; transition: color .18s; }
.footer-grid a:hover, .footer-link:hover { color: white; }
.footer-link { border: 0; padding: 0; background: transparent; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; color: #7890af; }
.footer-bottom a { color: #a8bad1; }


/* Floating back-to-top control */
.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 45;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(20, 111, 242, .22);
    border-radius: 15px;
    background: rgba(255, 255, 255, .94);
    color: var(--blue-600);
    box-shadow: 0 16px 42px rgba(8, 40, 91, .16);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(.96);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.back-to-top svg { width: 22px; height: 22px; stroke-width: 2; }
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.back-to-top:hover,
.back-to-top:focus-visible {
    background: var(--blue-600);
    color: #fff;
    box-shadow: 0 18px 46px rgba(20, 111, 242, .28);
    outline: none;
}
.back-to-top:active { transform: translateY(1px) scale(.98); }

.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,17,42,.66); backdrop-filter: blur(7px); animation: fadeIn .2s ease both; }
.modal-panel { position: relative; z-index: 2; width: min(100%, 650px); max-height: calc(100vh - 40px); overflow: auto; padding: 34px; border-radius: 24px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.32); animation: modalIn .25s ease both; }
.modal-close { position: absolute; right: 17px; top: 17px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); }
.modal-mark { width: 56px; height: 56px; margin-bottom: 14px; }
.modal-head > span { color: var(--blue-700); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.modal-head h2 { margin: 6px 0 8px; color: var(--ink); font-size: 30px; line-height: 1.2; font-weight: 600; letter-spacing: -.035em; }
.modal-head p { margin: 0 0 24px; font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
form label { display: block; margin-bottom: 14px; }
form label > span { display: block; margin-bottom: 6px; color: var(--ink); font-size: 12px; font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); padding: 12px 13px; font-size: 14px; transition: border-color .18s, box-shadow .18s; }
input, select { height: 46px; }
textarea { resize: vertical; min-height: 105px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(20,111,242,.08); outline: none; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; }
.consent input { width: 17px; height: 17px; margin-top: 2px; }
.consent span { color: var(--text); font-size: 11px; line-height: 1.5; font-weight: 400; }
.button-submit { width: 100%; min-height: 50px; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.form-note a { color: var(--blue-700); font-weight: 600; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.legal-panel { width: min(100%, 700px); }
.legal-content { color: var(--text); font-size: 14px; }
.legal-content h3 { margin: 24px 0 6px; color: var(--ink); font-size: 15px; font-weight: 600; }
.legal-content p { margin: 0; }
.toast { position: fixed; z-index: 150; right: 22px; bottom: 22px; width: min(calc(100% - 44px), 430px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px 15px; border-radius: 14px; color: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.22); animation: toastIn .35s ease both; }
.toast-success { background: #0a8f4b; }
.toast-error { background: #b53a3a; }
.toast > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-weight: 600; }
.toast p { margin: 0; font-size: 13px; }
.toast button { border: 0; background: transparent; color: #fff; font-size: 24px; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes toastIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
    .desktop-nav { gap: 20px; }
    .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 36px; }
    .hero h1 { font-size: 50px; }
    .sector-grid { grid-template-columns: repeat(3, 1fr); }
    .product-grid { gap: 42px; }
    .product-visual { padding-right: 82px; }
    .product-tag { width: 190px; }
    .cta-card { grid-template-columns: auto 1fr; }
    .cta-actions { grid-column: 2; }
}

@media (max-width: 900px) {
    .site-header { height: 70px; }
    .nav-wrap { grid-template-columns: 1fr auto; }
    .desktop-nav, .nav-cta { display: none; }
    .mobile-menu-button { display: inline-flex; justify-self: end; }
    .mobile-nav { top: 70px; }
    .brand img { width: 44px; height: 44px; }
    .hero { padding-top: 58px; }
    .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 40px; }
    .hero-copy { text-align: center; }
    .hero h1, .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-points { justify-content: center; }
    .hero-visual { width: min(100%, 720px); margin-inline: auto; }
    .value-bar { grid-template-columns: repeat(3, 1fr); gap: 16px 0; }
    .value-bar > div { border-right: 1px solid var(--line); }
    .value-bar > div:nth-child(3) { border-right: 0; }
    .value-bar > div:nth-child(4), .value-bar > div:nth-child(5) { padding-top: 12px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: 1fr; }
    .product-copy { text-align: center; max-width: 670px; margin: 0 auto; }
    .check-list { text-align: left; max-width: 600px; margin-inline: auto; }
    .product-visual { padding: 20px 75px 20px 0; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
    .price-card { min-height: 0; }
    .price-card.featured { transform: none; margin: 8px 0; }
    .faq-grid { grid-template-columns: 1fr; gap: 40px; }
    .faq-copy { position: static; text-align: center; }
    .faq-copy p { margin-inline: auto; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 78px 0; }
    .features { padding-top: 112px; }
    .hero { padding-top: 44px; }
    .hero h1 { font-size: 39px; }
    .hero-copy > p { font-size: 15px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-points { gap: 14px; align-items: flex-start; }
    .hero-points > div { min-width: calc(50% - 7px); }
    .hero-visual { padding-top: 4px; }
    .app-window { border-radius: 14px; }
    .window-bar { height: 33px; }
    .float-card { transform: scale(.86); }
    .float-stock { transform-origin: top right; right: -8px; top: -11px; }
    .float-report { transform-origin: bottom left; left: -8px; bottom: 11px; }
    .value-bar { grid-template-columns: 1fr 1fr; transform: translateY(28px); padding: 16px; }
    .value-bar > div { padding: 9px 11px; border: 0 !important; }
    .value-bar > div:last-child { grid-column: 1 / -1; justify-content: center; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2, .product-copy h2, .faq-copy h2 { font-size: 33px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 0; }
    .product-visual { padding: 8px 0 190px; }
    .product-tag { right: auto; left: 0; width: calc(50% - 6px); }
    .tag-one { top: auto; bottom: 116px; }
    .tag-two { top: auto; bottom: 57px; left: calc(50% + 6px); }
    .tag-three { top: auto; bottom: -2px; width: 100%; }
    .sector-grid { grid-template-columns: repeat(2, 1fr); }
    .sector-card { min-height: 220px; }
    .sector-art { height: 108px; }
    .cta-card { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; }
    .cta-card img { margin-inline: auto; }
    .cta-actions { grid-column: auto; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { grid-template-columns: 1fr; text-align: center; gap: 11px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .modal-panel { padding: 28px 20px 22px; border-radius: 19px; }
    .modal-head h2 { font-size: 26px; }
}


@media (max-width: 640px) {
    .back-to-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }
}

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