:root {
  --bg: #070b17;
  --bg-soft: #0b1120;
  --surface: #10182a;
  --surface-2: #151e33;
  --line: rgba(255, 255, 255, .1);
  --text: #f6f8ff;
  --muted: #a4aec2;
  --green: #4ff3a4;
  --green-dark: #1dbb73;
  --purple: #8e6bff;
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; padding: 10px 14px; color: #06100b; background: var(--green); border-radius: 8px; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: rgba(7, 11, 23, .83); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 900; letter-spacing: .14em; }
.brand img { filter: drop-shadow(0 0 14px rgba(79, 243, 164, .2)); }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; color: #c9d0df; }
.main-nav > a:not(.button) { transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--green); }
.menu-button { display: none; border: 0; padding: 9px; color: white; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.button { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; color: #07150e; background: var(--green); }
.button-primary { color: #06150e; background: var(--green); box-shadow: 0 13px 35px rgba(79, 243, 164, .19); }
.button-primary:hover { background: #6affb5; box-shadow: 0 16px 42px rgba(79, 243, 164, .28); }
.button-ghost { border-color: var(--line); background: rgba(255, 255, 255, .035); }
.button-ghost:hover { border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .07); }

.hero { position: relative; min-height: 850px; padding: 158px 0 0; overflow: hidden; background: radial-gradient(circle at 48% -10%, rgba(67, 103, 188, .13), transparent 43%), var(--bg); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .33; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 45px; min-height: 568px; }
.hero-copy { padding-bottom: 38px; }
.eyebrow { margin: 0 0 19px; display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 23px; height: 1px; background: currentColor; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; letter-spacing: -.052em; }
h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 595px; margin: 27px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 27px 0 0; padding: 0; color: #c1c9da; list-style: none; font-size: 12px; }
.trust-list li { display: flex; align-items: center; gap: 6px; }
.trust-list span { display: grid; place-items: center; width: 18px; height: 18px; color: #07150e; background: rgba(79,243,164,.9); border-radius: 50%; font-size: 11px; font-weight: 900; }

.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-green { width: 560px; height: 560px; right: -330px; top: 100px; background: rgba(42, 219, 132, .09); }
.hero-glow-purple { width: 470px; height: 470px; left: -290px; top: 260px; background: rgba(142, 107, 255, .07); }
.product-stage { position: relative; min-height: 540px; display: grid; place-items: center; perspective: 1200px; }
.dashboard { position: relative; width: 660px; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; overflow: hidden; background: #0d1424; box-shadow: 0 55px 100px rgba(0,0,0,.45), 0 0 0 8px rgba(255,255,255,.025); transform: rotateY(-5deg) rotateX(2deg); transition: transform .25s ease-out; }
.dashboard-topbar { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.075); background: #10182a; }
.dash-brand { display: flex; align-items: center; gap: 9px; color: #dfe5f1; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.window-controls { display: flex; gap: 6px; }
.window-controls i { width: 7px; height: 7px; border-radius: 50%; background: #313b50; }
.dashboard-body { display: grid; grid-template-columns: 56px 1fr; min-height: 389px; }
.dash-sidebar { padding: 25px 0; display: flex; flex-direction: column; align-items: center; gap: 22px; border-right: 1px solid rgba(255,255,255,.06); background: #0a101e; }
.dash-sidebar b { width: 15px; height: 15px; border: 2px solid #455068; border-radius: 5px; }
.dash-sidebar b:first-child { border-color: var(--green); box-shadow: 0 0 13px rgba(79,243,164,.34); }
.dash-content { padding: 27px; min-width: 0; }
.dash-heading { display: flex; justify-content: space-between; align-items: flex-end; }
.dash-heading div { display: grid; gap: 6px; }
.dash-heading small { color: #68738b; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.dash-heading strong { font-size: 17px; }
.dash-heading > span { padding: 5px 9px; color: var(--green); border: 1px solid rgba(79,243,164,.22); border-radius: 20px; background: rgba(79,243,164,.07); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.stat-card { position: relative; min-height: 94px; padding: 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; display: flex; flex-direction: column; justify-content: center; }
.stat-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -35px; bottom: -48px; border: 18px solid rgba(255,255,255,.08); border-radius: 50%; }
.stat-card.green { color: #05130c; border-color: transparent; background: linear-gradient(135deg, #56f4a9, #26c77c); }
.stat-card.purple { border-color: transparent; background: linear-gradient(135deg, #7256dd, #a066f2); }
.stat-card.dark { background: #151e33; }
.stat-card span { margin-bottom: 9px; opacity: .68; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.stat-card strong { font-size: 15px; }
.stat-card i { position: absolute; right: 13px; top: 12px; font-size: 16px; font-style: normal; opacity: .7; }
.dash-lower { display: grid; grid-template-columns: 1.75fr .75fr; gap: 12px; margin-top: 12px; }
.chart-card, .quick-card { height: 167px; padding: 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: #111a2c; }
.chart-label { display: flex; justify-content: space-between; font-size: 10px; }
.chart-label small { color: #69748a; }
.chart-card svg { width: 100%; height: 108px; margin-top: 9px; overflow: visible; }
.chart-line { fill: none; stroke: var(--green); stroke-width: 2.3; filter: drop-shadow(0 0 5px rgba(79,243,164,.45)); }
.chart-area { fill: url(#area); }
.quick-card { display: flex; flex-direction: column; gap: 10px; }
.quick-card span { color: #69748a; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.quick-card b { padding: 9px 10px; border-radius: 7px; color: #cbd2e0; background: rgba(255,255,255,.035); font-size: 9px; font-weight: 600; }
.floating-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(17,26,44,.92); box-shadow: 0 20px 35px rgba(0,0,0,.36); backdrop-filter: blur(14px); }
.floating-credit { right: -10px; bottom: 45px; width: 158px; padding: 15px 17px; display: grid; gap: 6px; }
.floating-credit span { color: #7c879d; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.floating-credit strong { font-size: 12px; }
.floating-status { left: 6px; top: 52px; padding: 11px 14px; display: flex; align-items: center; gap: 8px; color: #cbd4e4; font-size: 10px; }
.floating-status i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 10px var(--green); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 620px; height: 620px; border-color: rgba(79,243,164,.05); }

.proof-strip { position: relative; z-index: 3; min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-top: 1px solid var(--line); }
.proof-strip p { margin: 0; color: #737f95; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.proof-strip div { display: flex; align-items: center; gap: 22px; color: #c5ccda; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.proof-strip i { width: 3px; height: 3px; background: #3c465a; border-radius: 50%; }

.section { padding: 118px 0; }
.section-intro { border-top: 1px solid rgba(255,255,255,.035); background: #090e1b; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading h2 { max-width: 650px; margin: 0; font-size: clamp(38px, 4.4vw, 61px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.feature-preview article { min-height: 210px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.feature-preview article > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.feature-preview h3 { margin: 35px 0 12px; font-size: 19px; }
.feature-preview p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.bento-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.bento-card { position: relative; min-height: 315px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #0e1627; }
.bento-card h3 { max-width: 480px; margin: 13px 0 12px; font-size: 24px; letter-spacing: -.025em; }
.bento-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.bento-large { grid-column: span 8; min-height: 400px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 28px; }
.bento-purple { grid-column: span 4; background: linear-gradient(145deg, #1b1741, #11162c); }
.bento-green { grid-column: span 4; color: #06150e; border: 0; background: linear-gradient(145deg, #61f7ae, #2bc77d); }
.bento-green p, .bento-green .card-kicker { color: rgba(6,21,14,.7); }
.bento-list { grid-column: span 4; }
.card-kicker { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.mini-icon { position: absolute; right: 27px; top: 27px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; font-size: 18px; }
.report-visual { min-width: 0; padding: 22px; border: 1px solid rgba(255,255,255,.075); border-radius: 15px; background: #0a111f; }
.report-top { display: flex; justify-content: space-between; font-size: 10px; }
.report-top small { color: #677289; }
.report-bars { height: 150px; display: flex; align-items: end; gap: 9px; padding-top: 23px; border-bottom: 1px solid rgba(255,255,255,.07); }
.report-bars i { flex: 1; height: var(--bar); border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(79,243,164,.22), var(--green)); box-shadow: 0 0 18px rgba(79,243,164,.08); }
.report-legend { margin-top: 15px; display: flex; justify-content: space-between; color: #8792a9; font-size: 8px; }
.report-legend span i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.report-legend b { color: #8792a9; font-weight: 600; }
.screen-visual { min-height: 150px; padding: 27px 0 20px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 11px; }
.screen-visual i { min-height: 91px; padding: 14px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; display: grid; place-items: center; align-content: center; gap: 8px; background: linear-gradient(145deg, #17233a, #0d1423); font-style: normal; }
.screen-visual i:nth-child(2) { min-height: 120px; border-color: rgba(79,243,164,.22); background: linear-gradient(145deg, rgba(79,243,164,.16), #0d1e1a); box-shadow: 0 12px 26px rgba(0,0,0,.22); }
.screen-visual i:nth-child(3) { min-height: 103px; border-color: rgba(142,107,255,.2); background: linear-gradient(145deg, rgba(142,107,255,.14), #17152e); }
.screen-visual b { font-size: 13px; letter-spacing: .05em; }
.screen-visual small { color: #7d889c; font-size: 8px; }
.phone-visual { position: absolute; right: 32px; bottom: -37px; width: 135px; height: 193px; padding: 35px 14px 14px; display: grid; align-content: start; gap: 10px; border: 7px solid #2f285b; border-radius: 25px; background: #0a1020; transform: rotate(7deg); box-shadow: -18px 18px 45px rgba(0,0,0,.27); }
.phone-visual::before { content: ""; position: absolute; left: 43px; top: 8px; width: 39px; height: 6px; background: #2f285b; border-radius: 10px; }
.phone-visual i { height: 42px; border-radius: 8px; background: linear-gradient(135deg, #7b5ef1, #aa71ef); }
.phone-visual b { height: 12px; border-radius: 4px; background: #19233a; }
.asset-row { position: absolute; left: 31px; right: 31px; bottom: 29px; display: flex; gap: 10px; }
.asset-row i, .asset-row span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: linear-gradient(145deg, #24304b, #131a2b); }
.asset-row i:nth-child(2) { background: linear-gradient(145deg, #47318b, #1a1a3d); }
.asset-row i:nth-child(3) { background: linear-gradient(145deg, #19744d, #132d27); }
.asset-row span { color: #6d788e; background: transparent; font-size: 21px; }
.network-visual { position: absolute; width: 190px; height: 80px; right: 17px; bottom: 14px; }
.network-visual span, .network-visual i { position: absolute; width: 29px; height: 29px; border: 6px solid #1c293f; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px rgba(255,255,255,.07); }
.network-visual span { left: 79px; top: 0; background: var(--purple); }
.network-visual i:nth-child(2) { left: 15px; bottom: 3px; }
.network-visual i:nth-child(3) { left: 80px; bottom: 0; }
.network-visual i:nth-child(4) { right: 15px; bottom: 3px; }
.network-visual::before { content: ""; position: absolute; left: 30px; right: 30px; top: 33px; height: 1px; background: #2d3950; transform: rotate(-7deg); box-shadow: 0 20px 0 #2d3950; }

.centered-heading { max-width: 740px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { max-width: 610px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.steps-section { background: #070b17; }
.steps-list { position: relative; max-width: 1000px; margin: 67px auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.steps-list::before { content: ""; position: absolute; left: 16.6%; right: 16.6%; top: 28px; height: 1px; background: linear-gradient(90deg, var(--green), var(--purple)); opacity: .33; }
.steps-list li { position: relative; padding: 0 20px; text-align: center; }
.step-number { position: relative; z-index: 1; width: 56px; height: 56px; margin: 0 auto 25px; border: 1px solid rgba(79,243,164,.28); border-radius: 17px; display: grid; place-items: center; color: var(--green); background: #0b1221; font-size: 12px; font-weight: 850; box-shadow: 0 0 0 8px #070b17; }
.steps-list li:nth-child(2) .step-number { color: #ac96ff; border-color: rgba(142,107,255,.35); }
.steps-list h3 { margin: 0 0 11px; font-size: 19px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.process-note { max-width: 600px; margin: 48px auto 0; display: flex; align-items: center; justify-content: center; gap: 9px; color: #7e899f; font-size: 11px; }
.process-note span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #3d485d; border-radius: 50%; font-family: Georgia, serif; }

.credit-logic-section { border-block: 1px solid rgba(255,255,255,.04); background: radial-gradient(circle at 80% 50%, rgba(79,243,164,.08), transparent 32%), #0a0f1d; }
.credit-logic-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.credit-logic-copy h2 { margin: 0; font-size: clamp(39px, 4.8vw, 62px); line-height: 1.04; letter-spacing: -.047em; }
.credit-logic-copy > p:not(.eyebrow) { margin: 23px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.credit-equation { position: relative; min-height: 350px; padding: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; display: grid; grid-template-columns: 128px 30px 1fr; align-items: center; gap: 18px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); box-shadow: 0 35px 60px rgba(0,0,0,.2); }
.credit-token { aspect-ratio: 1; border-radius: 24px; display: grid; place-items: center; align-content: center; color: #06140d; background: linear-gradient(145deg, #6affb6, #26c77b); box-shadow: 0 19px 40px rgba(79,243,164,.19); }
.credit-token strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.credit-token span { margin-top: 6px; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.equation-arrow { color: #58647a; text-align: center; }
.distribution-list { display: grid; gap: 10px; }
.distribution-list > div { padding: 15px 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; display: grid; gap: 4px; background: rgba(255,255,255,.025); }
.distribution-list strong { font-size: 14px; }
.distribution-list span { color: #8590a5; font-size: 10px; }
.distribution-list > b { color: #a3adc0; font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: .12em; }
.credit-equation > p { position: absolute; left: 38px; right: 38px; bottom: 21px; margin: 0; color: #6f7a8f; font-size: 9px; text-align: center; }

.pricing-section { background: #0a0f1d; border-block: 1px solid rgba(255,255,255,.04); }
.pricing-heading { align-items: center; }
.pricing-heading .eyebrow { margin-bottom: 17px; }
.pricing-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #0e1627; }
.price-card-top { display: flex; align-items: center; justify-content: space-between; color: #7f8aa0; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card-top i { font-style: normal; }
.price-card h3 { margin: 36px 0 10px; font-size: 26px; letter-spacing: -.03em; }
.price-card > p { min-height: 68px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price-placeholder { margin: 25px 0; padding: 15px 0; border-block: 1px solid rgba(255,255,255,.07); color: #dce3ef; font-size: 14px; font-weight: 750; }
.price-card ul { min-height: 110px; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; list-style: none; color: #b7c0d1; font-size: 12px; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.price-card .button { width: 100%; }
.button-outline { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.02); }
.button-outline:hover { border-color: rgba(79,243,164,.45); color: var(--green); }
.price-featured { border-color: rgba(79,243,164,.42); background: linear-gradient(160deg, rgba(79,243,164,.07), #0e1627 46%); box-shadow: 0 30px 60px rgba(0,0,0,.2); }
.popular-tag { position: absolute; right: 21px; top: -13px; padding: 7px 11px; color: #07150e; border-radius: 20px; background: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-foot { margin-top: 25px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #7f8ba0; font-size: 12px; }
.pricing-foot p { margin: 0; }
.pricing-foot a, .text-link { color: var(--green); font-weight: 750; }
.profile-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.profile-card { min-height: 430px; }
.profile-card > p { min-height: 68px; }
.profile-master { border-color: rgba(142,107,255,.31); background: linear-gradient(155deg, rgba(142,107,255,.08), #0e1627 45%); }
.profile-minimum { margin: 25px 0; padding: 17px 0; border-block: 1px solid rgba(255,255,255,.075); display: flex; align-items: baseline; gap: 10px; }
.profile-minimum small { color: #7f8aa0; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.profile-minimum strong { font-size: 25px; letter-spacing: -.03em; }
.pricing-actions { margin-top: 30px; display: flex; justify-content: center; gap: 12px; }

.trust-section { background: #070b17; }
.trust-panel { padding: 62px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 15% 20%, rgba(142,107,255,.12), transparent 33%), #0d1424; }
.trust-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.trust-copy > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.trust-facts { display: grid; gap: 12px; }
.trust-facts > div { padding: 19px 21px; display: grid; grid-template-columns: 37px 1fr; gap: 4px 13px; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; background: rgba(255,255,255,.025); }
.trust-facts span { grid-row: span 2; width: 35px; height: 35px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(79,243,164,.2); border-radius: 10px; font-size: 9px; }
.trust-facts strong { font-size: 14px; }
.trust-facts p { margin: 0; color: #7f8aa0; font-size: 11px; line-height: 1.5; }

.faq-section { background: #090e1b; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.1fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin: 0; font-size: clamp(38px, 4vw, 55px); line-height: 1.06; letter-spacing: -.045em; }
.faq-intro > p:last-child { max-width: 390px; margin: 20px 0 0; color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 5px; top: 33px; width: 14px; height: 1px; background: var(--green); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 50px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-cta-section { padding-top: 40px; background: #090e1b; }
.final-cta { position: relative; padding: 80px 55px; overflow: hidden; border: 1px solid rgba(79,243,164,.23); border-radius: 28px; text-align: center; background: linear-gradient(145deg, #111b2e, #0c1423); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 38px 38px; mask-image: radial-gradient(circle, black, transparent 75%); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 750px; margin: 0 auto; font-size: clamp(40px, 5vw, 65px); line-height: 1.02; letter-spacing: -.05em; }
.final-cta > p:not(.eyebrow) { margin: 22px auto 0; color: var(--muted); }
.final-cta .hero-actions { justify-content: center; }
.final-cta-glow { position: absolute; z-index: 0; width: 500px; height: 300px; left: calc(50% - 250px); bottom: -220px; border-radius: 50%; background: rgba(79,243,164,.32); filter: blur(55px); }

.site-footer { padding: 75px 0 30px; background: #060a14; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 265px; margin: 18px 0 0; color: #707b90; font-size: 12px; line-height: 1.6; }
.footer-main nav { display: flex; flex-direction: column; gap: 13px; color: #7f899c; font-size: 12px; }
.footer-main nav strong { margin-bottom: 5px; color: #e8ebf3; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-main nav a:hover { color: var(--green); }
.footer-bottom { margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #8e99ad; font-size: 11px; }
.mobile-cta { display: none; }

/* Internal pages */
.inner-page { background: #070b17; }
.page-hero { position: relative; padding: 155px 0 88px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.05); background: radial-gradient(circle at 70% 0%, rgba(142,107,255,.11), transparent 38%), #070b17; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; bottom: -280px; border: 1px solid rgba(79,243,164,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(79,243,164,.018), 0 0 0 160px rgba(79,243,164,.012); }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 35px; color: #929db1; font-size: 11px; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb i { width: 3px; height: 3px; border-radius: 50%; background: #465166; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 780px; font-size: clamp(47px, 6vw, 78px); }
.page-hero h1 em { color: var(--green); }
.page-hero-side { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.1); }
.page-hero-side p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.page-hero-side .button { margin-top: 24px; }
.content-section { padding: 90px 0; }
.content-section.alt { background: #090f1c; border-block: 1px solid rgba(255,255,255,.04); }
.narrow { max-width: 820px; }
.content-heading { max-width: 760px; margin-bottom: 43px; }
.content-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.07; letter-spacing: -.04em; }
.content-heading > p { margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.info-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #0e1627; }
.info-card > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.info-card h3 { margin: 27px 0 11px; font-size: 19px; }
.info-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-tools-grid { grid-template-columns: repeat(3, 1fr); }
.notice-panel { padding: 27px 30px; border: 1px solid rgba(142,107,255,.25); border-radius: 17px; display: grid; grid-template-columns: auto 1fr; gap: 17px; background: rgba(142,107,255,.055); }
.notice-panel > span { width: 31px; height: 31px; display: grid; place-items: center; color: #c4b6ff; border: 1px solid rgba(142,107,255,.3); border-radius: 9px; font-family: Georgia, serif; }
.notice-panel strong { display: block; margin-bottom: 6px; font-size: 13px; }
.notice-panel p { margin: 0; color: #9ca6ba; font-size: 12px; line-height: 1.65; }
.detail-list { display: grid; gap: 14px; counter-reset: item; }
.detail-item { padding: 29px; display: grid; grid-template-columns: 54px 1fr; gap: 22px; border: 1px solid var(--line); border-radius: 18px; background: #0d1525; }
.detail-item::before { counter-increment: item; content: counter(item, decimal-leading-zero); width: 48px; height: 48px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(79,243,164,.22); border-radius: 14px; font-size: 11px; font-weight: 800; }
.detail-item h3 { margin: 2px 0 8px; font-size: 19px; }
.detail-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.check-panel { padding: 31px; border: 1px solid var(--line); border-radius: 19px; background: #0d1525; }
.check-panel h3 { margin: 0 0 21px; font-size: 21px; }
.check-list { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; color: #b4bed0; font-size: 13px; }
.check-list li { display: grid; grid-template-columns: 21px 1fr; gap: 10px; line-height: 1.55; }
.check-list li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; color: #06150e; border-radius: 50%; background: var(--green); font-size: 10px; font-weight: 900; }
.legal-copy h2 { margin: 50px 0 13px; font-size: 25px; letter-spacing: -.025em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin: 30px 0 10px; font-size: 18px; }
.legal-copy p, .legal-copy li { color: #a6b0c3; font-size: 14px; line-height: 1.8; }
.legal-copy ul, .legal-copy ol { padding-left: 22px; }
.legal-copy a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { margin-bottom: 38px; color: #707b90; font-size: 11px; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support-card { padding: 29px; border: 1px solid var(--line); border-radius: 20px; background: #0e1627; }
.support-card .mini-icon { position: static; margin-bottom: 30px; }
.support-card h2 { margin: 0 0 10px; font-size: 21px; }
.support-card p { min-height: 68px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.support-card a { color: var(--green); font-size: 12px; font-weight: 800; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.platform-card { position: relative; min-height: 360px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, rgba(255,255,255,.038), rgba(255,255,255,.012)), #0d1525; }
.platform-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -75px; top: -75px; border-radius: 50%; background: rgba(79,243,164,.07); filter: blur(8px); }
.platform-icon { width: 52px; height: 52px; margin-bottom: 50px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(79,243,164,.22); border-radius: 15px; background: rgba(79,243,164,.055); font-size: 13px; font-weight: 900; letter-spacing: -.03em; }
.platform-card > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.platform-card h3 { margin: 12px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.platform-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.platform-card ul { margin: 26px 0 0; padding: 20px 0 0; display: grid; gap: 10px; border-top: 1px solid var(--line); color: #bdc5d4; font-size: 12px; list-style: none; }
.platform-card li { display: flex; align-items: center; gap: 9px; }
.platform-card li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(79,243,164,.5); }
.app-activation-layout { gap: 80px; align-items: center; }
.section-title { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.07; letter-spacing: -.04em; }
.section-copy { margin: 20px 0 26px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.activation-steps { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.activation-steps li { padding: 18px 20px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 15px; background: #0d1525; }
.activation-steps li > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--green); border-radius: 12px; background: rgba(79,243,164,.07); font-size: 10px; font-weight: 850; }
.activation-steps strong { display: block; margin-bottom: 3px; font-size: 14px; }
.activation-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.status-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(79,243,164,.18); border-radius: 20px; color: var(--green); background: rgba(79,243,164,.045); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.inner-cta { padding: 55px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(79,243,164,.22); border-radius: 23px; background: linear-gradient(135deg, rgba(79,243,164,.07), rgba(142,107,255,.06)), #0d1525; }
.inner-cta h2 { margin: 0 0 9px; font-size: clamp(29px, 4vw, 43px); letter-spacing: -.04em; }
.inner-cta p { margin: 0; color: var(--muted); }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guide-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-grid-compact .guide-card { min-height: 310px; }
.guides-preview-section { border-block: 1px solid rgba(255,255,255,.04); background: radial-gradient(circle at 15% 10%, rgba(79,243,164,.055), transparent 31%), #090f1c; }
.guides-preview-action { margin-top: 28px; display: flex; justify-content: center; }
.guide-card { min-width: 0; padding: 31px; border: 1px solid var(--line); border-radius: 21px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: transform .2s, border-color .2s; }
.guide-card:hover { transform: translateY(-3px); border-color: rgba(79,243,164,.3); }
.guide-meta { display: flex; align-items: center; gap: 10px; color: #748096; font-size: 10px; }
.guide-meta span { color: var(--green); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-card h2 { margin: 35px 0 12px; font-size: clamp(24px, 3vw, 32px); line-height: 1.13; letter-spacing: -.035em; }
.guide-card p { margin: 0 0 30px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.guide-card > a { margin-top: auto; color: var(--green); font-size: 12px; font-weight: 800; }
.article-shell { display: grid; grid-template-columns: minmax(0, 750px) 260px; gap: 80px; align-items: start; }
.article-body { min-width: 0; }
.article-body .lead { margin: 0 0 42px; color: #cad1df; font-size: 19px; line-height: 1.75; }
.article-body h2 { margin: 52px 0 17px; font-size: 31px; line-height: 1.15; letter-spacing: -.035em; scroll-margin-top: 105px; }
.article-body h3 { margin: 33px 0 12px; font-size: 20px; }
.article-body p, .article-body li { color: #a7b1c4; font-size: 15px; line-height: 1.82; }
.article-body ul, .article-body ol { padding-left: 23px; }
.article-body li { margin-block: 8px; padding-left: 4px; }
.article-body strong { color: #e9edf6; }
.article-body a { color: var(--green); text-decoration: underline; text-decoration-color: rgba(79,243,164,.35); text-underline-offset: 3px; }
.article-callout { margin: 35px 0; padding: 24px 27px; border-left: 3px solid var(--green); border-radius: 0 14px 14px 0; background: rgba(79,243,164,.055); }
.article-callout p { margin: 0; color: #c0c8d7; font-size: 14px; }
.article-summary { margin: 0 0 40px; padding: 25px 27px; border: 1px solid rgba(142,107,255,.24); border-radius: 16px; background: linear-gradient(135deg, rgba(142,107,255,.08), rgba(79,243,164,.035)); }
.article-summary strong { display: block; margin-bottom: 12px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.article-summary ul { margin: 0; }
.article-table-wrap { width: 100%; margin: 30px 0 38px; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: #0c1423; -webkit-overflow-scrolling: touch; }
.article-table { width: 100%; min-width: 610px; border-collapse: collapse; }
.article-table th, .article-table td { padding: 15px 17px; border-bottom: 1px solid rgba(255,255,255,.07); text-align: left; vertical-align: top; }
.article-table th { color: #eef2f8; background: rgba(255,255,255,.035); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.article-table td { color: #a7b1c4; font-size: 13px; line-height: 1.55; }
.article-table tr:last-child td { border-bottom: 0; }
.article-table td strong { white-space: nowrap; }
.article-next { margin-top: 46px; padding: 28px; border: 1px solid rgba(79,243,164,.2); border-radius: 17px; background: rgba(79,243,164,.045); }
.article-next h2 { margin: 0 0 12px; font-size: 25px; }
.article-next p { margin: 0 0 20px; }
.article-next .button { color: #06150e; text-decoration: none; }
.related-guides { margin-top: 75px; }
.related-guides > h2 { margin-bottom: 24px; }
.article-aside { position: sticky; top: 110px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #0d1525; }
.article-aside strong { display: block; margin-bottom: 17px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.article-aside nav { display: grid; gap: 12px; }
.article-aside a { color: #8f9aaf; font-size: 12px; line-height: 1.45; }
.article-aside a:hover { color: var(--green); }
.article-aside .button { width: 100%; margin-top: 24px; color: #06150e; }

/* Official brand */
.brand { min-width: 126px; }
.brand-logo { width: 168px; height: auto; max-width: none; margin: -20px -18px; filter: drop-shadow(0 0 16px rgba(79, 243, 164, .16)); }
.dash-brand img { width: 92px; height: auto; max-width: none; margin: -10px -9px; }
.dash-user { display: flex; align-items: center; gap: 7px; color: #9ba6ba; font-size: 9px; font-weight: 700; }
.dash-user i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px rgba(79,243,164,.65); }

/* Dashboard inspired by the real panel, with fictional data */
.product-stage { min-width: 0; }
.dashboard { width: min(680px, 100%); transform: rotateY(-3deg) rotateX(1deg); }
.dashboard-topbar { height: 57px; }
.dashboard-body { grid-template-columns: 54px 1fr; min-height: 486px; }
.dash-sidebar { padding-top: 21px; gap: 13px; }
.dash-sidebar b { width: 31px; height: 31px; border: 0; border-radius: 9px; display: grid; place-items: center; color: #637087; background: transparent; font-size: 12px; font-weight: 500; }
.dash-sidebar b.active { color: #07150e; background: var(--green); box-shadow: 0 8px 20px rgba(79,243,164,.19); }
.dash-content { padding: 18px; }
.panel-security { min-height: 48px; padding: 9px 12px; border: 1px solid rgba(79,243,164,.18); border-radius: 11px; display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; background: linear-gradient(90deg, rgba(79,243,164,.09), rgba(79,243,164,.025)); }
.security-icon { width: 28px; height: 28px; display: grid; place-items: center; color: #07150e; border-radius: 9px; background: var(--green); font-size: 12px; font-weight: 900; }
.panel-security div { display: grid; gap: 2px; }
.panel-security strong { font-size: 10px; }
.panel-security small { color: #7e899f; font-size: 8px; }
.panel-security > b { padding: 5px 8px; color: var(--green); border-radius: 20px; background: rgba(79,243,164,.08); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.dash-heading { margin-top: 16px; align-items: center; }
.dash-heading > span { color: #8590a5; border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
.test-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 13px; }
.test-action { min-width: 0; min-height: 59px; padding: 11px 12px; border-radius: 11px; display: grid; grid-template-columns: 27px 1fr auto; gap: 9px; align-items: center; }
.test-action.green { color: #06150e; background: linear-gradient(135deg, #65f9b3, #29ca7f); }
.test-action.purple { background: linear-gradient(135deg, #6e50d8, #9d66eb); }
.test-action > i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: rgba(7,11,23,.14); font-style: normal; font-size: 15px; }
.test-action span { min-width: 0; display: grid; gap: 3px; }
.test-action strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.test-action small { opacity: .68; font-size: 7px; }
.test-action > b { font-size: 13px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 9px; }
.metric-card { min-width: 0; min-height: 68px; padding: 10px; border: 1px solid rgba(255,255,255,.065); border-radius: 10px; display: grid; gap: 3px; background: #121c2f; }
.metric-card span { overflow: hidden; color: #778398; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.metric-card strong { font-size: 16px; letter-spacing: -.03em; }
.metric-card small { color: #667187; font-size: 6px; }
.dash-lower.modern { grid-template-columns: 1.5fr .8fr; margin-top: 9px; }
.dash-lower.modern .chart-card, .dash-lower.modern .quick-card { height: 128px; padding: 12px; }
.dash-lower.modern .chart-card svg { height: 82px; margin-top: 4px; }
.quick-card b { display: flex; align-items: center; gap: 6px; }
.quick-card b i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(79,243,164,.5); }
.floating-credit { right: -4px; bottom: 20px; }
.floating-status { left: -2px; top: 41px; }

/* Feature cards with meaningful visual content */
.feature-preview article { min-height: 0; padding: 27px; display: flex; flex-direction: column; align-items: flex-start; }
.feature-preview article > span { margin-top: 21px; }
.feature-preview h3 { margin: 10px 0 10px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(79,243,164,.23); border-radius: 14px; color: var(--green); background: rgba(79,243,164,.055); }
.feature-icon svg, .mini-icon svg, .master-medal svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-highlight-purple .feature-icon { color: #b39fff; border-color: rgba(142,107,255,.27); background: rgba(142,107,255,.07); }
.feature-highlight-blue .feature-icon { color: #79c8ff; border-color: rgba(73,174,255,.24); background: rgba(73,174,255,.06); }
.mini-icon { color: currentColor; }
.bento-large { grid-template-columns: .72fr 1.28fr; }
.plan-comparison { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; display: grid; gap: 8px; background: #0a111f; }
.plan-row { padding: 11px 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 11px; display: grid; grid-template-columns: 90px 1fr; gap: 12px; align-items: center; background: rgba(255,255,255,.022); }
.plan-row.is-featured { border-color: rgba(79,243,164,.2); background: rgba(79,243,164,.045); }
.plan-row > span { display: grid; gap: 3px; }
.plan-row b { font-size: 11px; }
.plan-row small { color: #929caf; font-size: 9px; }
.plan-row > div { min-width: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.plan-row i { min-width: 0; padding: 8px 4px; border: 1px solid #26344b; border-radius: 8px; color: #b8c1d1; background: #152137; font-size: 9px; font-style: normal; text-align: center; }
.plan-row i.p2p { color: var(--green); border-color: rgba(79,243,164,.25); background: rgba(79,243,164,.07); }
.plan-row i.nexus { color: #c2b3ff; border-color: rgba(142,107,255,.24); background: rgba(142,107,255,.07); }
.plan-row i.krator { grid-column: span 3; color: #ffb5ee; border-color: rgba(233,83,191,.25); background: rgba(233,83,191,.07); }
.plan-comparison > p { margin: 2px 2px 0; display: flex; gap: 7px; color: #929caf; font-size: 9px; }
.plan-comparison > p span { color: var(--green); }
.hybrid-visual { position: relative; margin-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; }
.hybrid-visual > span { min-width: 0; padding: 13px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; display: grid; gap: 4px; background: rgba(7,11,23,.32); }
.hybrid-visual small { color: #9c91cb; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.hybrid-visual b { font-size: 10px; }
.hybrid-visual > i { font-style: normal; color: #c2b3ff; }
.hybrid-visual > em { position: absolute; left: 50%; bottom: -22px; padding: 4px 10px; transform: translateX(-50%); border-radius: 20px; color: #17102c; background: #b9a8ff; font-size: 7px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.platform-pills { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 7px; }
.platform-pills span { padding: 8px 10px; border: 1px solid rgba(6,21,14,.18); border-radius: 9px; background: rgba(255,255,255,.22); font-size: 10px; font-weight: 850; }
.app-name-grid { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.app-name-grid span { padding: 9px 10px; border: 1px solid rgba(255,255,255,.075); border-radius: 9px; color: #bac3d3; background: rgba(255,255,255,.025); font-size: 10px; }
.operation-list { margin-top: 21px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.operation-list > span { min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; display: grid; grid-template-columns: 24px 1fr; gap: 2px 8px; background: rgba(255,255,255,.022); }
.operation-list i { grid-row: span 2; width: 24px; height: 24px; display: grid; place-items: center; color: var(--green); border-radius: 8px; background: rgba(79,243,164,.07); font-size: 10px; font-style: normal; }
.operation-list b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.operation-list small { color: #929caf; font-size: 9px; }

/* Packages */
#pacotes, #volume { scroll-margin-top: 88px; }
.package-track { margin-top: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.packages-section .package-track { margin-top: 0; }
.package-card { --plan-accent: var(--green); position: relative; min-width: 0; min-height: 520px; padding: 28px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--plan-accent) 28%, transparent); border-radius: 22px; display: flex; flex-direction: column; background: linear-gradient(160deg, color-mix(in srgb, var(--plan-accent) 8%, transparent), #0e1627 43%); box-shadow: 0 24px 50px rgba(0,0,0,.13); }
.package-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--plan-accent), transparent 82%); }
.package-card-growth { --plan-accent: #8e7dff; }
.package-card-master { --plan-accent: #f0b74a; border-color: rgba(240,183,74,.52); background: radial-gradient(circle at 100% 0, rgba(240,183,74,.18), transparent 34%), linear-gradient(160deg, rgba(240,183,74,.07), #111827 46%); box-shadow: 0 30px 70px rgba(240,183,74,.08), 0 24px 50px rgba(0,0,0,.2); }
.package-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--plan-accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.package-card-top i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--plan-accent) 30%, transparent); border-radius: 11px; background: color-mix(in srgb, var(--plan-accent) 8%, transparent); font-size: 9px; font-style: normal; }
.package-card h3 { margin: 29px 0 9px; font-size: 27px; letter-spacing: -.035em; }
.package-card > p { min-height: 45px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.package-price { margin: 22px 0; padding: 18px 0; border-block: 1px solid rgba(255,255,255,.075); display: grid; gap: 6px; }
.package-price strong { font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.package-price span { color: var(--plan-accent); font-size: 12px; font-weight: 750; }
.package-card ul { margin: 0 0 25px; padding: 0; display: grid; gap: 11px; list-style: none; color: #bdc6d6; font-size: 12px; line-height: 1.45; }
.package-card li { display: grid; grid-template-columns: 15px 1fr; gap: 7px; }
.package-card li::before { content: "✓"; color: var(--plan-accent); font-weight: 900; }
.package-card .button { width: 100%; margin-top: auto; }
.package-card .button-outline:hover { border-color: var(--plan-accent); color: var(--plan-accent); }
.saving-chip { align-self: flex-start; margin: -11px 0 18px; padding: 6px 9px; color: #c8c0ff; border: 1px solid rgba(142,125,255,.22); border-radius: 20px; background: rgba(142,125,255,.07); font-size: 8px; font-weight: 750; }
.master-medal { position: absolute; right: 22px; top: 71px; width: 48px; height: 48px; display: grid; place-items: center; color: #f5c96f; border: 1px solid rgba(240,183,74,.32); border-radius: 15px; background: rgba(240,183,74,.09); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.master-medal svg { width: 26px; height: 26px; }
.button-master { color: #1d1405; border-color: #f0b74a; background: linear-gradient(135deg, #ffd77c, #e4a638); box-shadow: 0 13px 35px rgba(240,183,74,.16); }
.button-master:hover { background: #ffda89; box-shadow: 0 16px 40px rgba(240,183,74,.24); }
.swipe-hint { display: none; }
.swipe-cue { position: relative; flex: 0 0 58px; width: 58px; height: 30px; overflow: hidden; border: 1px solid rgba(79,243,164,.22); border-radius: 999px; background: rgba(79,243,164,.055); box-shadow: inset 0 0 0 1px rgba(255,255,255,.018); }
.swipe-cue::before { content: ""; position: absolute; left: 13px; top: 50%; width: 27px; height: 1px; background: linear-gradient(90deg, transparent, rgba(79,243,164,.38)); }
.swipe-arrow { position: absolute; left: 14px; top: 50%; color: var(--green); font-size: 18px; line-height: 1; transform: translate(-5px, -54%); animation: swipe-cue 1.45s ease-in-out infinite; }
@keyframes swipe-cue {
  0% { opacity: .28; transform: translate(-5px, -54%); }
  55% { opacity: 1; }
  100% { opacity: .28; transform: translate(18px, -54%); }
}
.volume-offer { margin-top: 18px; padding: 22px 25px; border: 1px solid rgba(79,243,164,.18); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: linear-gradient(100deg, rgba(79,243,164,.07), rgba(142,107,255,.055)), #0c1423; transition: border-color .2s, transform .2s; }
a.volume-offer:hover { border-color: rgba(79,243,164,.38); transform: translateY(-2px); }
.volume-offer > span { display: grid; gap: 5px; }
.volume-offer small { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.volume-offer strong { font-size: 20px; letter-spacing: -.025em; }
.volume-offer em { color: #8e99ae; font-size: 10px; font-style: normal; }
.volume-offer > b { color: #bcc5d5; font-size: 12px; }
.volume-offer > b i { margin-left: 8px; color: var(--green); font-style: normal; }
.volume-offer-card { display: grid; grid-template-columns: auto 1fr auto; justify-content: initial; }
.volume-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #07150e; border-radius: 16px; background: var(--green); font-size: 13px; font-weight: 900; }
.volume-offer-card .button { min-width: 210px; }
.package-help { margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #7f8ba0; font-size: 11px; }
.package-help > span { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #3e495e; border-radius: 50%; }
.package-help p { margin: 0; }
.package-help a { color: var(--green); font-weight: 800; }
.master-panel { border-color: rgba(240,183,74,.22); background: linear-gradient(145deg, rgba(240,183,74,.05), #0d1525); }
.plan-info-grid .info-card { position: relative; overflow: hidden; }
.plan-info-grid .info-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -60px; top: -60px; border-radius: 50%; background: rgba(79,243,164,.08); }
.plan-info-grid .info-card:nth-child(2)::after { background: rgba(142,107,255,.1); }
.plan-info-grid .info-card:nth-child(3)::after { background: rgba(233,83,191,.09); }
.plan-info-grid .info-card > b { display: inline-block; margin-top: 24px; padding: 7px 9px; color: var(--green); border-radius: 8px; background: rgba(79,243,164,.06); font-size: 9px; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 80px; }
  .hero-copy { max-width: 760px; padding-bottom: 0; }
  .product-stage { min-height: 520px; }
  .dashboard { width: min(680px, 100%); transform: none; }
  .floating-credit { right: 5%; }
  .floating-status { left: 6%; }
  .proof-strip { flex-direction: column; justify-content: center; padding-block: 28px; }
  .guide-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 78px 20px auto; padding: 22px; border: 1px solid var(--line); border-radius: 16px; display: none; flex-direction: column; align-items: stretch; gap: 18px; background: rgba(11,17,32,.98); box-shadow: 0 20px 50px rgba(0,0,0,.45); }
  .main-nav.is-open { display: flex; }
  .main-nav .button { width: 100%; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .package-track { width: auto; margin: 42px -20px 0; padding: 7px 20px 18px; display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: inline mandatory; scroll-padding-inline: 20px; overscroll-behavior-inline: contain; scrollbar-color: rgba(79,243,164,.4) rgba(255,255,255,.04); scrollbar-width: thin; }
  .packages-section .package-track { margin-top: 0; }
  .package-card { flex: 0 0 min(64vw, 390px); scroll-snap-align: start; scroll-snap-stop: always; }
  .swipe-hint { margin: 0 0 12px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: #a6b0c3; font-size: 12px; font-weight: 650; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 68px; }
  .brand { min-width: 116px; }
  .brand-logo { width: 155px; margin: -18px -17px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 68px 14px auto; padding: 22px; border: 1px solid var(--line); border-radius: 16px; display: none; flex-direction: column; align-items: stretch; gap: 18px; background: rgba(11,17,32,.98); box-shadow: 0 20px 50px rgba(0,0,0,.45); }
  .main-nav.is-open { display: flex; }
  .main-nav .button { width: 100%; }
  .hero { min-height: auto; padding-top: 116px; }
  .hero-grid { gap: 32px; padding-bottom: 58px; }
  h1 { font-size: clamp(41px, 12.2vw, 57px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .product-stage { min-height: 0; margin: 10px 0 0; overflow: visible; perspective: none; }
  .dashboard { width: 100%; border-radius: 16px; transform: none; box-shadow: 0 28px 65px rgba(0,0,0,.38), 0 0 0 5px rgba(255,255,255,.02); }
  .dashboard-topbar { height: 45px; padding-inline: 11px; }
  .dash-brand img { width: 78px; margin: -8px -8px; }
  .dash-brand span { font-size: 8px; }
  .dash-user span { display: none; }
  .dashboard-body { min-height: 0; grid-template-columns: 1fr; }
  .dash-sidebar { display: none; }
  .dash-content { padding: 10px; }
  .panel-security { min-height: 43px; padding: 7px 9px; grid-template-columns: 26px 1fr auto; gap: 7px; }
  .security-icon { width: 25px; height: 25px; }
  .panel-security strong { font-size: 8px; }
  .panel-security small { font-size: 7px; }
  .panel-security > b { padding-inline: 6px; }
  .dash-heading { margin-top: 12px; }
  .dash-heading small { font-size: 7px; }
  .dash-heading strong { font-size: 12px; }
  .dash-heading > span { padding: 4px 6px; font-size: 6px; }
  .test-actions { gap: 7px; margin-top: 10px; }
  .test-action { min-height: 53px; padding: 8px; grid-template-columns: 23px 1fr; gap: 6px; }
  .test-action > i { width: 23px; height: 23px; font-size: 12px; }
  .test-action strong { font-size: 7px; }
  .test-action small { font-size: 6px; }
  .test-action > b { display: none; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 7px; }
  .metric-card { min-height: 57px; padding: 8px; }
  .metric-card strong { font-size: 14px; }
  .metric-card small { font-size: 6px; }
  .dash-lower.modern { grid-template-columns: 1fr; gap: 0; margin-top: 7px; }
  .dash-lower.modern .chart-card { height: 104px; padding: 9px; }
  .dash-lower.modern .chart-card svg { height: 69px; }
  .dash-lower.modern .quick-card { display: none; }
  .orbit { display: none; }
  .floating-card { display: none; }
  .proof-strip div { width: 100%; justify-content: space-between; gap: 8px; overflow: hidden; }
  .proof-strip div span:nth-of-type(4), .proof-strip div i:nth-of-type(3) { display: none; }
  .split-heading, .feature-preview { grid-template-columns: 1fr; gap: 20px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-large, .bento-purple, .bento-green, .bento-list { min-height: 0; padding: 25px; grid-column: auto; }
  .bento-large { grid-template-columns: 1fr; gap: 24px; }
  .report-visual { margin-top: 15px; }
  .plan-row { grid-template-columns: 77px 1fr; padding: 9px; gap: 8px; }
  .plan-row > div { gap: 4px; }
  .plan-row i { padding-inline: 2px; font-size: 6px; }
  .hybrid-visual { margin-bottom: 21px; }
  .app-name-grid, .operation-list { grid-template-columns: 1fr 1fr; }
  .steps-list, .pricing-grid, .profile-grid, .trust-panel, .faq-layout, .footer-main, .credit-logic-grid { grid-template-columns: 1fr; }
  .steps-list { gap: 39px; }
  .steps-list::before { display: none; }
  .steps-list li { display: grid; grid-template-columns: 56px 1fr; gap: 19px; padding: 0; text-align: left; }
  .step-number { margin: 0; }
  .pricing-grid { gap: 22px; }
  .package-track { width: auto; margin: 33px -14px 0; padding: 6px 14px 17px; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: inline mandatory; scroll-padding-inline: 14px; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; scrollbar-color: rgba(79,243,164,.4) rgba(255,255,255,.04); scrollbar-width: thin; }
  .packages-section .package-track { margin-top: 0; }
  .package-track::-webkit-scrollbar { height: 5px; }
  .package-track::-webkit-scrollbar-track { background: rgba(255,255,255,.035); border-radius: 10px; }
  .package-track::-webkit-scrollbar-thumb { background: rgba(79,243,164,.4); border-radius: 10px; }
  .package-card { flex: 0 0 min(86vw, 340px); min-height: 515px; padding: 25px; scroll-snap-align: start; scroll-snap-stop: always; }
  .package-card h3 { margin-top: 26px; }
  .package-card > p { min-height: 42px; }
  .swipe-hint { margin: 0 0 13px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: #a6b0c3; font-size: 12px; font-weight: 650; }
  .package-track-home + .volume-offer { margin-top: 15px; }
  .volume-offer { padding: 19px; align-items: flex-start; flex-direction: column; }
  .volume-offer > b { width: 100%; display: flex; justify-content: space-between; }
  .volume-offer-card { display: flex; }
  .volume-offer-card .volume-icon { width: 50px; height: 50px; }
  .volume-offer-card .button { width: 100%; min-width: 0; }
  .package-help { align-items: flex-start; flex-wrap: wrap; text-align: center; }
  .package-help p { flex-basis: calc(100% - 32px); text-align: left; }
  .price-card > p, .price-card ul { min-height: auto; }
  .pricing-foot { flex-direction: column; text-align: center; }
  .credit-logic-grid { gap: 42px; }
  .credit-equation { min-height: 430px; padding: 28px 22px 55px; grid-template-columns: 1fr; }
  .credit-token { width: 128px; margin-inline: auto; }
  .equation-arrow { transform: rotate(90deg); }
  .credit-equation > p { left: 20px; right: 20px; }
  .profile-card, .profile-card > p { min-height: auto; }
  .pricing-actions { align-items: stretch; flex-direction: column; }
  .trust-panel { padding: 38px 24px; gap: 38px; }
  .faq-layout { gap: 45px; }
  .faq-intro { position: static; }
  .final-cta { padding: 61px 22px; }
  .footer-main { gap: 35px; }
  .footer-main nav { padding-top: 27px; border-top: 1px solid var(--line); }
  .footer-bottom { flex-direction: column; gap: 8px; padding-bottom: 60px; }
  .mobile-cta { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; min-height: 48px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; color: #06150e; border-radius: 13px; background: var(--green); box-shadow: 0 12px 35px rgba(0,0,0,.45); font-size: 13px; font-weight: 850; }
  .pricing-page .mobile-cta { display: none; }
  .page-hero { padding: 122px 0 70px; }
  .pricing-hero { padding-bottom: 62px; }
  .page-hero-grid, .info-grid, .support-grid, .platform-grid, .two-column, .guide-grid, .article-shell { grid-template-columns: 1fr; }
  .platform-card { min-height: auto; }
  .page-hero-grid { gap: 35px; }
  .page-hero-side { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .content-section { padding: 72px 0; }
  .detail-item { grid-template-columns: 45px 1fr; padding: 23px 20px; gap: 15px; }
  .detail-item::before { width: 42px; height: 42px; }
  .inner-cta { padding: 39px 23px; align-items: stretch; flex-direction: column; }
  .article-aside { position: static; }
  .guide-card, .guide-grid-compact .guide-card { min-height: 0; }
  .guide-card h2 { margin-top: 27px; }
  .article-table-wrap { margin-inline: 0; }
  .article-next { padding: 23px; }
  .section { padding-block: 88px; }
  .feature-preview { margin-top: 42px; }
  .feature-preview article > span { margin-top: 18px; }
}

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