:root {
    --ink: #071a2f;
    --ink-2: #0a2948;
    --ink-3: #0d375f;
    --panel: #0b223c;
    --orange: #ff8a1f;
    --orange-2: #ffb13b;
    --cyan: #35d5f2;
    --green: #30cf83;
    --blue: #4aa8ff;
    --white: #fff;
    --cloud: #f4f8fc;
    --line: #dbe7f1;
    --text: #10243b;
    --muted: #61748a;
    --muted-dark: #a9bdd0;
    --danger: #d83d54;
    --shadow: 0 24px 80px rgba(5, 28, 52, .14);
    --shadow-lg: 0 40px 120px rgba(1, 15, 31, .28);
    --radius: 24px;
    --radius-sm: 14px;
    --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 6vw, 6rem); }
h2 { font-size: clamp(2.15rem, 4vw, 4.25rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); }
::selection { color: var(--ink); background: var(--orange-2); }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-sm { padding: 72px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-soft { background: var(--cloud); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 50px; align-items: end; margin-bottom: 54px; }
.section-heading.center { display: block; max-width: 820px; margin: 0 auto 54px; text-align: center; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { margin-bottom: 4px; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading p { color: var(--muted-dark); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #ca5b00; font-size: .78rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; content: ""; background: var(--orange); }
.eyebrow.light { color: var(--orange-2); }
.kicker { color: var(--cyan); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.75; }
.muted { color: var(--muted); }
.text-gradient { color: transparent; background: linear-gradient(100deg, var(--orange-2), var(--orange) 48%, #ff6847); -webkit-background-clip: text; background-clip: text; }

.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(53, 213, 242, .8); outline-offset: 3px; }

.top-rail { position: relative; z-index: 80; color: #d5e5f2; background: #031120; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: .76rem; }
.top-rail-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-rail-inner > span, .top-contact, .top-contact a { display: flex; align-items: center; gap: 8px; }
.top-contact { gap: 18px; }
.top-contact a { color: #c0d2e1; }
.top-contact a:hover { color: var(--orange-2); }
.status-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(48, 207, 131, .12); }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.icon-xs { width: 16px; height: 16px; flex: 0 0 auto; }

.site-header { position: sticky; z-index: 70; top: 0; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(10, 41, 72, .08); backdrop-filter: blur(18px); transition: box-shadow .25s ease, transform .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(8, 34, 62, .1); }
.nav-shell { min-height: 86px; display: flex; align-items: center; gap: 24px; }
.brand { min-width: 230px; display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 138px; height: auto; }
.brand-product { padding-left: 13px; border-left: 1px solid var(--line); line-height: 1.2; }
.brand-product b { display: block; color: var(--orange); font-size: .87rem; letter-spacing: .13em; }
.brand-product small { display: block; max-width: 115px; margin-top: 4px; color: var(--muted); font-size: .61rem; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 19px; }
.main-nav a { position: relative; padding: 31px 0; color: #2a415a; font-size: .79rem; font-weight: 760; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; padding: 0; color: var(--ink); background: var(--cloud); border: 1px solid var(--line); border-radius: 12px; }
.menu-close { display: none; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 820; line-height: 1.15; cursor: pointer; transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #0d2035; background: linear-gradient(135deg, var(--orange-2), var(--orange)); box-shadow: 0 12px 30px rgba(255, 138, 31, .24); }
.btn-primary:hover { box-shadow: 0 16px 38px rgba(255, 138, 31, .33); }
.btn-ghost { color: var(--ink); background: transparent; border-color: #cbdbe8; }
.btn-ghost:hover { background: var(--cloud); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-light { color: var(--ink); background: var(--white); }
.btn-sm { min-height: 42px; padding: 10px 14px; font-size: .78rem; border-radius: 11px; }
.btn-lg { min-height: 58px; padding: 16px 25px; }
.btn-wide { width: 100%; }
.btn[disabled] { opacity: .65; cursor: wait; transform: none; }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: 94px 0 105px; color: var(--white); background: #06182c; overflow: hidden; }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #05172b 0%, rgba(5, 23, 43, .97) 45%, rgba(5, 23, 43, .7) 100%), url("../img/hero-command.webp") center right / cover no-repeat; }
.hero::after { position: absolute; inset: 0; content: ""; opacity: .18; background-image: linear-gradient(rgba(53, 213, 242, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(53, 213, 242, .16) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, #000); }
.hero-glow { position: absolute; z-index: 1; width: 520px; height: 520px; top: -260px; left: 38%; background: rgba(255, 138, 31, .18); border-radius: 50%; filter: blur(90px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .98fr) minmax(480px, 1.02fr); gap: 62px; align-items: center; }
.hero-copy h1 { max-width: 720px; margin-bottom: 25px; color: var(--white); font-size: clamp(3rem, 5vw, 5.35rem); }
.hero-copy .lede { max-width: 680px; color: #c9d9e8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.hero-note { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #aac1d4; font-size: .84rem; }
.hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.hero-note .icon-xs { color: var(--green); }
.signal-tag { width: fit-content; display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 13px; color: #d6e9f5; background: rgba(3, 18, 34, .68); border: 1px solid rgba(102, 202, 234, .24); border-radius: 999px; font-size: .76rem; font-weight: 720; letter-spacing: .06em; }
.signal-tag i { width: 9px; height: 9px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 6px rgba(53, 213, 242, .1), 0 0 25px var(--cyan); animation: pulse 2s infinite; }

.product-stage { position: relative; perspective: 1400px; }
.product-stage::before { position: absolute; z-index: -1; inset: 13% -4% -10% 12%; content: ""; background: rgba(35, 171, 222, .2); border-radius: 50%; filter: blur(60px); }
.browser-frame { overflow: hidden; background: #edf4fa; border: 1px solid rgba(187, 222, 240, .34); border-radius: 21px; box-shadow: var(--shadow-lg); transform: rotateY(-5deg) rotateX(2deg); transition: transform .5s ease; }
.product-stage:hover .browser-frame { transform: rotateY(-2deg) rotateX(0); }
.browser-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #f9fcff; border-bottom: 1px solid #d4e4ef; }
.browser-top i { width: 9px; height: 9px; background: #ff746b; border-radius: 50%; }
.browser-top i:nth-child(2) { background: #ffbd4a; }
.browser-top i:nth-child(3) { background: #45d483; }
.browser-address { width: 48%; height: 20px; margin-left: 10px; background: #edf3f7; border-radius: 6px; }
.app-view { min-height: 470px; display: grid; grid-template-columns: 134px 1fr; color: var(--text); }
.app-side { padding: 22px 13px; color: #c2d5e4; background: #071c32; }
.app-side-logo { margin-bottom: 24px; color: var(--orange); font-weight: 900; letter-spacing: .12em; }
.app-side span { display: block; margin-bottom: 9px; padding: 8px 9px; font-size: .6rem; border-radius: 7px; }
.app-side span.active { color: var(--white); background: rgba(255, 138, 31, .2); border-left: 2px solid var(--orange); }
.app-main { padding: 20px; background: #f4f8fc; }
.app-main-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.app-main-head b { color: var(--ink); font-size: 1rem; }
.app-main-head small { color: var(--muted); }
.mini-chip { padding: 5px 9px; color: #08754a; background: #dff8ec; border: 1px solid #bfead7; border-radius: 999px; font-size: .58rem; font-weight: 800; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-bottom: 13px; }
.stat-box { min-width: 0; padding: 13px 11px; background: var(--white); border: 1px solid #dce8f1; border-radius: 11px; box-shadow: 0 5px 14px rgba(11, 49, 81, .05); }
.stat-box span { display: block; color: var(--muted); font-size: .52rem; }
.stat-box b { display: block; margin-top: 5px; color: var(--ink); font-size: .84rem; white-space: nowrap; }
.app-panels { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10px; }
.app-panel { padding: 14px; background: var(--white); border: 1px solid #dce8f1; border-radius: 12px; }
.app-panel-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: var(--ink); font-size: .66rem; font-weight: 800; }
.bar-chart { height: 150px; display: flex; align-items: end; gap: 8px; padding-top: 18px; border-bottom: 1px solid #dce8f1; background-image: linear-gradient(#edf3f7 1px, transparent 1px); background-size: 100% 36px; }
.bar-chart i { flex: 1; height: var(--bar, 40%); background: linear-gradient(to top, #146ea8, var(--cyan)); border-radius: 5px 5px 0 0; }
.bar-chart i:nth-child(2) { --bar: 58%; }
.bar-chart i:nth-child(3) { --bar: 76%; }
.bar-chart i:nth-child(4) { --bar: 66%; }
.bar-chart i:nth-child(5) { --bar: 88%; background: linear-gradient(to top, #e56609, var(--orange-2)); }
.mini-list { display: grid; gap: 8px; }
.mini-list div { padding: 10px; background: #f5f9fc; border-radius: 8px; }
.mini-list span { display: block; color: var(--muted); font-size: .5rem; }
.mini-list b { color: var(--ink); font-size: .65rem; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; color: var(--ink); background: rgba(255, 255, 255, .96); border: 1px solid #d8e8f1; border-radius: 13px; box-shadow: 0 18px 40px rgba(2, 21, 39, .24); animation: float 5s ease-in-out infinite; }
.float-card b { display: block; font-size: .74rem; }
.float-card small { display: block; color: var(--muted); font-size: .58rem; }
.float-card .icon { color: var(--orange); }
.float-one { right: -18px; bottom: 56px; }
.float-two { top: 62px; left: -35px; animation-delay: -2.2s; }

.trust-strip { position: relative; z-index: 4; margin-top: -44px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.trust-item { min-height: 96px; display: flex; align-items: center; gap: 14px; padding: 21px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item .icon { color: var(--orange); }
.trust-item b, .trust-item small { display: block; }
.trust-item b { color: var(--ink); font-size: .92rem; }
.trust-item small { margin-top: 3px; color: var(--muted); font-size: .74rem; }

.flow-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.flow-line::before { position: absolute; top: 27px; right: 10%; left: 10%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--orange), var(--cyan), transparent); }
.flow-step { position: relative; z-index: 1; text-align: center; }
.flow-step b { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 16px; color: var(--ink); background: var(--white); border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 9px 24px rgba(255, 138, 31, .17); }
.flow-step strong { display: block; color: var(--ink); font-size: .94rem; }
.flow-step small { display: block; margin-top: 7px; color: var(--muted); }

.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.bento-card { position: relative; min-height: 260px; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 45px rgba(7, 36, 66, .08); }
.bento-card.span-7 { grid-column: span 7; }
.bento-card.span-5 { grid-column: span 5; }
.bento-card.span-4 { grid-column: span 4; }
.bento-card.dark { color: #d4e4f0; background: var(--ink); border-color: #173b5d; }
.bento-card.dark h3 { color: var(--white); }
.bento-card.orange { color: #2f1a08; background: linear-gradient(145deg, #ffca70, var(--orange)); border: 0; }
.bento-card.orange h3 { color: #251506; }
.bento-card h3 { max-width: 440px; margin-bottom: 12px; font-size: clamp(1.5rem, 2.7vw, 2.3rem); }
.bento-card p { max-width: 560px; margin-bottom: 20px; color: var(--muted); }
.bento-card.dark p { color: #afc4d7; }
.bento-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.bento-tags span { padding: 7px 10px; color: #31516e; background: #edf4f9; border: 1px solid #d8e7f1; border-radius: 999px; font-size: .68rem; font-weight: 750; }
.dark .bento-tags span { color: #c8ddeb; background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .1); }
.orange .bento-tags span { color: #3c2209; background: rgba(255, 255, 255, .42); border-color: rgba(255, 255, 255, .44); }
.bento-visual { position: absolute; right: 22px; bottom: 18px; width: 42%; min-height: 112px; padding: 13px; background: rgba(255, 255, 255, .92); border: 1px solid rgba(31, 76, 112, .12); border-radius: 15px; box-shadow: 0 15px 34px rgba(5, 28, 50, .18); transform: rotate(-2deg); }
.bento-visual .line { height: 8px; margin-bottom: 8px; background: #dfebf3; border-radius: 5px; }
.bento-visual .line:nth-child(2) { width: 68%; }
.bento-visual .line:nth-child(3) { width: 84%; background: #ffe2bf; }
.bento-visual .visual-foot { display: flex; justify-content: space-between; margin-top: 15px; color: #33516b; font-size: .6rem; }

.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.module-card { position: relative; min-height: 265px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.module-card:hover { z-index: 1; transform: translateY(-6px); border-color: #b8d5e7; box-shadow: 0 20px 50px rgba(6, 39, 69, .12); }
.module-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.module-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--orange); background: #fff3e6; border-radius: 13px; }
.module-no { color: #a9bdcd; font-size: .78rem; font-weight: 850; letter-spacing: .13em; }
.module-card h3 { margin-bottom: 11px; }
.module-card p { margin-bottom: 22px; color: var(--muted); font-size: .91rem; }
.module-card .text-link { margin-top: auto; }
.text-link { width: fit-content; display: inline-flex; align-items: center; gap: 8px; color: #bf4e00; font-size: .82rem; font-weight: 850; }
.text-link:hover { color: var(--ink); }

.product-split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: 76px; align-items: center; }
.product-split.reverse > :first-child { order: 2; }
.feature-list { display: grid; gap: 13px; margin: 28px 0 32px; }
.feature-item { display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: start; }
.feature-item > span { width: 34px; height: 34px; display: grid; place-items: center; color: #05754a; background: #dff8eb; border-radius: 10px; }
.feature-item b { display: block; margin: 2px 0 4px; color: var(--ink); }
.feature-item small { color: var(--muted); font-size: .88rem; }
.section-dark .feature-item b { color: var(--white); }
.section-dark .feature-item small { color: var(--muted-dark); }

.ui-window { position: relative; padding: 14px; background: #eaf2f8; border: 1px solid #cfe0eb; border-radius: 23px; box-shadow: var(--shadow); }
.ui-window::before { height: 26px; display: block; content: "•••"; padding-left: 8px; color: #91a8ba; font-size: 22px; letter-spacing: 4px; line-height: 12px; }
.ui-screen { min-height: 420px; padding: 25px; background: #f9fcfe; border-radius: 15px; overflow: hidden; }
.ui-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.ui-head h3 { margin: 0; font-size: 1.15rem; }
.ui-head small { color: var(--muted); }
.ui-button { padding: 7px 11px; color: var(--white); background: var(--ink-2); border-radius: 8px; font-size: .65rem; font-weight: 800; }
.ui-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 15px; }
.ui-card { padding: 14px; background: var(--white); border: 1px solid #dce8f0; border-radius: 11px; }
.ui-card small { display: block; color: var(--muted); font-size: .58rem; }
.ui-card strong { display: block; margin-top: 5px; color: var(--ink); }
.ui-table { background: var(--white); border: 1px solid #dce8f0; border-radius: 12px; overflow: hidden; }
.ui-row { min-height: 42px; display: grid; grid-template-columns: 1.3fr .8fr .8fr .7fr; align-items: center; gap: 8px; padding: 8px 13px; border-bottom: 1px solid #e8f0f5; color: #5b7288; font-size: .62rem; }
.ui-row:last-child { border: 0; }
.ui-row.head { color: #8399aa; background: #f1f6f9; font-size: .55rem; font-weight: 800; text-transform: uppercase; }
.ui-row b { color: var(--ink); }
.status-pill { width: fit-content; padding: 4px 7px; color: #08774c; background: #ddf8eb; border-radius: 999px; font-size: .52rem; font-weight: 800; }
.status-pill.warn { color: #8d5006; background: #fff0d2; }
.ui-bars { display: flex; align-items: end; gap: 10px; height: 175px; padding: 18px 12px 0; background-image: linear-gradient(#e9f0f5 1px, transparent 1px); background-size: 100% 35px; border-bottom: 1px solid #dce8f0; }
.ui-bars i { flex: 1; height: 40%; background: linear-gradient(to top, #0e6b9d, #36d1e9); border-radius: 6px 6px 0 0; }
.ui-bars i:nth-child(2) { height: 64%; }
.ui-bars i:nth-child(3) { height: 49%; }
.ui-bars i:nth-child(4) { height: 82%; background: linear-gradient(to top, #db670b, var(--orange-2)); }
.ui-bars i:nth-child(5) { height: 70%; }
.ui-bars i:nth-child(6) { height: 91%; }

.page-hero { position: relative; padding: 92px 0 82px; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero::before { position: absolute; inset: 0; content: ""; opacity: .24; background-image: radial-gradient(circle at 84% 20%, rgba(53, 213, 242, .55), transparent 28%), radial-gradient(circle at 5% 100%, rgba(255, 138, 31, .42), transparent 26%), linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px); background-size: auto, auto, 48px 48px, 48px 48px; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .58fr); gap: 70px; align-items: center; }
.page-hero h1 { max-width: 850px; margin-bottom: 22px; color: var(--white); font-size: clamp(2.65rem, 5vw, 5.1rem); }
.page-hero p { max-width: 760px; color: #c2d4e3; font-size: 1.12rem; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 27px; color: #9eb8cc; font-size: .75rem; }
.breadcrumb a:hover { color: var(--orange-2); }
.page-orbit { position: relative; width: 290px; height: 290px; display: grid; place-items: center; margin-left: auto; border: 1px solid rgba(53, 213, 242, .24); border-radius: 50%; }
.page-orbit::before, .page-orbit::after { position: absolute; content: ""; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.page-orbit::before { inset: 34px; }
.page-orbit::after { inset: 70px; }
.orbit-core { width: 108px; height: 108px; display: grid; place-items: center; color: var(--orange-2); background: rgba(4, 21, 38, .8); border: 1px solid rgba(255, 173, 57, .3); border-radius: 32px; box-shadow: 0 0 60px rgba(255, 138, 31, .22); transform: rotate(45deg); }
.orbit-core .icon { width: 44px; height: 44px; transform: rotate(-45deg); }
.orbit-node { position: absolute; width: 12px; height: 12px; background: var(--cyan); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 0 0 18px var(--cyan); animation: orbit 10s linear infinite; }
.orbit-node.two { background: var(--orange); animation-duration: 14s; animation-direction: reverse; }

.subnav { position: sticky; z-index: 40; top: 86px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.subnav .shell { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.subnav a { padding: 16px 13px; color: var(--muted); font-size: .78rem; font-weight: 780; white-space: nowrap; }
.subnav a:hover { color: var(--ink); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 19px; }
.feature-card .module-icon { margin-bottom: 22px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.section-dark .feature-card h3 { color: var(--ink); }
.feature-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.feature-card li { position: relative; margin-top: 8px; padding-left: 18px; color: #4f667b; font-size: .84rem; }
.feature-card li::before { position: absolute; top: .62em; left: 0; width: 6px; height: 6px; content: ""; background: var(--orange); border-radius: 50%; }

.compare-table { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.compare-col { padding: 35px; }
.compare-col:first-child { background: #f3f7fa; border-right: 1px solid var(--line); }
.compare-col h3 { display: flex; align-items: center; gap: 10px; }
.compare-list { display: grid; gap: 11px; margin-top: 24px; }
.compare-list div { display: flex; gap: 10px; color: var(--muted); }
.compare-list .icon-xs { margin-top: 5px; color: var(--orange); }
.compare-col:last-child .compare-list .icon-xs { color: var(--green); }

.image-card { overflow: hidden; background: var(--ink); border-radius: 25px; box-shadow: var(--shadow); }
.image-card img { width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; }
.image-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; color: #c6d7e5; font-size: .8rem; }
.image-caption b { color: var(--white); }

.security-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.security-card { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 23px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
.security-card .module-icon { width: 44px; height: 44px; }
.security-card h3 { margin: 2px 0 7px; font-size: 1.02rem; }
.security-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.faq-wrap { max-width: 900px; margin-inline: auto; }
.faq-item { background: var(--white); border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 24px 52px 24px 4px; color: var(--ink); font-size: 1.02rem; font-weight: 820; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 23px; right: 6px; width: 27px; height: 27px; display: grid; place-items: center; content: "+"; color: var(--orange); background: #fff2e5; border-radius: 8px; font-size: 1.2rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { max-width: 780px; padding: 0 52px 25px 4px; color: var(--muted); }

.form-section { padding: 84px 0 110px; background: var(--cloud); }
.form-layout { display: grid; grid-template-columns: minmax(0, .65fr) minmax(560px, 1fr); gap: 50px; align-items: start; }
.form-aside { position: sticky; top: 132px; padding: 34px; color: #c8daea; background: var(--ink); border-radius: 24px; overflow: hidden; }
.form-aside::before { position: absolute; width: 230px; height: 230px; right: -100px; bottom: -100px; content: ""; background: rgba(53, 213, 242, .16); border-radius: 50%; filter: blur(30px); }
.form-aside h2 { color: var(--white); font-size: 2rem; }
.form-aside p { color: #adc2d5; }
.form-aside .feature-list { margin-bottom: 0; }
.form-aside .feature-item b { color: var(--white); }
.form-card { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.form-head { margin-bottom: 28px; }
.form-head h1 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.25rem); }
.form-head p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .group-label { color: var(--ink); font-size: .82rem; font-weight: 800; }
.field label span, .group-label span { color: var(--danger); }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--text); background: #fbfdff; border: 1px solid #cfdfea; border-radius: 11px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: var(--white); border-color: var(--blue); box-shadow: 0 0 0 4px rgba(74, 168, 255, .12); }
.field small { color: var(--muted); font-size: .72rem; }
.choice-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.choice { min-height: 45px; display: flex; align-items: center; gap: 9px; padding: 10px 12px; color: #3c566e; background: #f7fafc; border: 1px solid #dbe7ef; border-radius: 10px; cursor: pointer; }
.choice:hover { border-color: #abc9dd; }
.choice input { width: 17px; height: 17px; accent-color: var(--orange); }
.choice span { font-size: .78rem; font-weight: 700; }
.consent { grid-column: 1 / -1; display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin-top: 4px; color: var(--muted); font-size: .78rem; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); }
.consent a { color: #a64400; text-decoration: underline; }
.form-status { grid-column: 1 / -1; display: none; padding: 13px 15px; border-radius: 10px; font-size: .82rem; }
.form-status.show { display: block; }
.form-status.error { color: #8f2435; background: #fff0f2; border: 1px solid #f5cad1; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; left: -10000px !important; overflow: hidden !important; opacity: 0 !important; }
.form-submit-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; margin-top: 5px; }
.form-submit-row .btn { min-width: 220px; }
.form-submit-row small { color: var(--muted); }

.success-overlay { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(3, 17, 31, .78); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.success-overlay.show { opacity: 1; visibility: visible; }
.success-card { width: min(100%, 500px); padding: 42px; text-align: center; background: var(--white); border-radius: 24px; box-shadow: var(--shadow-lg); }
.success-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 22px; color: #057a4c; background: #dcf8ea; border-radius: 50%; }
.success-mark .icon { width: 34px; height: 34px; }
.success-card h2 { margin-bottom: 11px; font-size: 2rem; }
.success-card p { color: var(--muted); }
.countdown { color: #b84a00; font-weight: 850; }

.thankyou-page { min-height: 70vh; display: grid; place-items: center; padding: 80px 20px; background: var(--cloud); }
.thankyou-card { width: min(100%, 680px); padding: 50px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.thankyou-card .success-mark { margin-bottom: 24px; }
.thankyou-card h1 { font-size: clamp(2.2rem, 5vw, 4rem); }

.final-cta { position: relative; padding: 70px 0; color: #d4e3ef; background: linear-gradient(110deg, #0b2e50, #07192d 68%); overflow: hidden; }
.final-cta::after { position: absolute; width: 420px; height: 420px; right: -180px; bottom: -290px; content: ""; background: var(--orange); border-radius: 50%; filter: blur(85px); opacity: .28; }
.final-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.final-cta h2 { max-width: 720px; margin-bottom: 12px; color: var(--white); font-size: clamp(2rem, 4vw, 3.5rem); }
.final-cta p { max-width: 780px; margin-bottom: 0; color: #b2c7d8; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 240px; }

.site-footer { padding: 75px 0 22px; color: #9fb4c6; background: #030f1d; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .75fr 1fr; gap: 54px; }
.footer-grid h3 { margin-bottom: 19px; color: var(--white); font-size: .9rem; letter-spacing: .04em; }
.footer-grid a { width: fit-content; display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #9fb4c6; font-size: .81rem; }
.footer-grid a:hover { color: var(--orange-2); }
.footer-brand img { width: 205px; height: auto; margin-bottom: 22px; }
.footer-brand p { max-width: 390px; font-size: .84rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-badges span { padding: 5px 8px; color: #b6c8d6; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); border-radius: 999px; font-size: .64rem; }
.footer-contact p { color: #7890a4; font-size: .78rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { margin: 0; }

.floating-actions { position: fixed; z-index: 60; right: 17px; bottom: 17px; display: flex; align-items: center; padding: 5px; color: var(--white); background: rgba(6, 27, 48, .96); border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; box-shadow: 0 12px 35px rgba(3, 17, 31, .27); backdrop-filter: blur(12px); }
.floating-actions a { min-height: 37px; display: grid; place-items: center; padding: 0 12px; border-radius: 999px; font-size: .7rem; font-weight: 820; }
.floating-actions a:first-child { color: var(--ink); background: var(--orange-2); }
.floating-actions .whatsapp { background: #0a8f56; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@keyframes pulse { 50% { opacity: .55; transform: scale(.8); } }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes orbit { from { transform: rotate(0deg) translateX(144px) rotate(0deg); } to { transform: rotate(360deg) translateX(144px) rotate(-360deg); } }

@media (max-width: 1180px) {
    .nav-actions .btn-ghost { display: none; }
    .main-nav { gap: 13px; }
    .main-nav a { font-size: .72rem; }
    .brand { min-width: 205px; }
    .brand img { width: 120px; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 38px; }
    .app-view { grid-template-columns: 110px 1fr; }
    .float-two { left: -10px; }
}

@media (max-width: 1020px) {
    .top-contact { display: none; }
    .nav-shell { min-height: 76px; }
    .nav-toggle { display: grid; margin-left: auto; }
    .nav-actions { display: none; }
    .main-nav { position: fixed; z-index: 75; top: 110px; right: 0; bottom: 0; width: min(88vw, 390px); display: block; padding: 24px; background: var(--white); box-shadow: -25px 40px 70px rgba(5, 25, 45, .2); transform: translateX(105%); transition: transform .28s ease; }
    .main-nav a { display: block; padding: 15px 6px; font-size: .92rem; border-bottom: 1px solid var(--line); }
    .main-nav a::after { display: none; }
    .nav-open .main-nav { transform: translateX(0); }
    .nav-open .menu-open { display: none; }
    .nav-open .menu-close { display: block; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 800px; }
    .product-stage { max-width: 760px; margin: 5px auto 0; }
    .browser-frame { transform: none; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .product-split, .form-layout { grid-template-columns: 1fr; gap: 45px; }
    .product-split.reverse > :first-child { order: initial; }
    .form-aside { position: relative; top: auto; }
    .module-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .page-hero-grid { grid-template-columns: 1fr; }
    .page-orbit { display: none; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .section { padding: 78px 0; }
    .section-sm { padding: 55px 0; }
    .top-rail-inner { min-height: 30px; font-size: .64rem; }
    .brand img { width: 105px; }
    .brand-product { display: none; }
    .main-nav { top: 106px; }
    .hero { padding: 70px 0 84px; }
    .hero::before { background: linear-gradient(rgba(5, 23, 43, .94), rgba(5, 23, 43, .94)), url("../img/hero-command.webp") 60% center / cover no-repeat; }
    .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4.5rem); }
    .hero-actions { display: grid; }
    .hero-actions .btn { width: 100%; }
    .app-view { min-height: 390px; grid-template-columns: 78px 1fr; }
    .app-side { padding: 15px 8px; }
    .app-side span { padding: 7px 5px; font-size: .49rem; }
    .app-main { padding: 13px; }
    .stat-strip { grid-template-columns: repeat(2, 1fr); }
    .app-panels { grid-template-columns: 1fr; }
    .app-panels .app-panel:last-child { display: none; }
    .float-card { display: none; }
    .trust-strip { margin-top: -30px; }
    .trust-item { padding: 18px 15px; }
    .trust-item b { font-size: .78rem; }
    .trust-item small { font-size: .63rem; }
    .section-heading { display: block; }
    .section-heading p { margin-top: 18px; }
    .flow-line { grid-template-columns: 1fr; gap: 14px; }
    .flow-line::before { display: none; }
    .flow-step { display: grid; grid-template-columns: 46px 1fr; gap: 13px; text-align: left; }
    .flow-step b { width: 44px; height: 44px; grid-row: span 2; margin: 0; }
    .flow-step small { margin: 0; }
    .bento { grid-template-columns: 1fr; }
    .bento-card.span-7, .bento-card.span-5, .bento-card.span-4 { grid-column: auto; }
    .bento-card { min-height: 0; padding: 25px; }
    .bento-visual { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 20px; transform: none; }
    .module-grid, .feature-grid, .security-stack { grid-template-columns: 1fr; }
    .module-card { min-height: 0; }
    .product-split { gap: 36px; }
    .ui-window { padding: 8px; border-radius: 17px; }
    .ui-screen { min-height: 360px; padding: 14px; }
    .ui-cards { grid-template-columns: repeat(2, 1fr); }
    .ui-card:last-child { grid-column: 1 / -1; }
    .ui-row { grid-template-columns: 1.2fr .8fr .7fr; }
    .ui-row > :nth-child(3) { display: none; }
    .page-hero { padding: 64px 0 60px; }
    .page-hero h1 { font-size: clamp(2.5rem, 12vw, 4.4rem); }
    .subnav { top: 76px; }
    .compare-table { grid-template-columns: 1fr; }
    .compare-col:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
    .form-section { padding: 56px 0 80px; }
    .form-card, .form-aside { padding: 25px; }
    .form-grid, .choice-grid { grid-template-columns: 1fr; }
    .field.full, .choice-grid, .consent, .form-status, .form-submit-row { grid-column: auto; }
    .form-submit-row { display: grid; }
    .form-submit-row .btn { width: 100%; }
    .final-cta-grid { grid-template-columns: 1fr; gap: 30px; }
    .cta-actions { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 38px; }
    .floating-actions { right: 9px; bottom: 9px; }
}

@media (max-width: 480px) {
    .trust-grid { grid-template-columns: 1fr; }
    .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-item:last-child { border-bottom: 0; }
    .browser-top { height: 34px; }
    .app-view { grid-template-columns: 62px 1fr; }
    .app-side-logo { font-size: .7rem; }
    .app-side span { overflow: hidden; white-space: nowrap; }
    .ui-row { grid-template-columns: 1.2fr .8fr; }
    .ui-row > :nth-child(4) { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-contact { grid-column: auto; }
    .success-card, .thankyou-card { padding: 30px 22px; }
}

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