@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #07100c;
  --ink-2: #0a1510;
  --ink-3: #0f1d16;
  --panel: #101b16;
  --panel-2: #14231c;
  --line: rgba(150, 189, 171, .17);
  --line-strong: rgba(97, 221, 159, .38);
  --text: #f2f6f3;
  --muted: #9ba9a2;
  --muted-dark: #6e7d75;
  --green: #20db88;
  --green-2: #86f2b9;
  --green-dark: #123e2a;
  --light: #f0f4f1;
  --light-2: #e4ebe7;
  --light-text: #17231d;
  --light-muted: #6d7b73;
  --radius: 24px;
  --ease: cubic-bezier(.22, .75, .22, 1);
  --shadow: 0 24px 80px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--ink); background: var(--green); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }

.ambient { position: fixed; z-index: -1; width: 540px; height: 540px; pointer-events: none; filter: blur(100px); border-radius: 50%; opacity: .13; background: var(--green); }
.ambient--one { top: 100px; left: -310px; }
.ambient--two { right: -320px; bottom: 8%; opacity: .08; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .24s var(--ease), border-color .24s var(--ease), backdrop-filter .24s var(--ease); }
.site-header.is-scrolled { background: rgba(7, 16, 12, .84); border-color: rgba(142, 185, 164, .12); backdrop-filter: blur(18px); }
.nav-inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 164px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.primary-nav a, .footer-links a { color: #b2c0b8; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.primary-nav a:hover, .footer-links a:hover { color: var(--green-2); }
.nav-action { margin-left: 4px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 4px auto; background: #dce8e1; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 700; letter-spacing: -.01em; transition: transform .18s var(--ease), border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button span { font-size: 18px; line-height: 1; }
.button--primary { color: #04110a; background: var(--green); box-shadow: 0 12px 34px rgba(31, 219, 135, .19); }
.button--primary:hover { background: #55eaa0; box-shadow: 0 16px 42px rgba(31, 219, 135, .3); }
.button--outline { color: #eaf5ed; background: rgba(255,255,255,.04); border-color: rgba(151, 192, 171, .26); }
.button--outline:hover { border-color: var(--green); background: rgba(32, 219, 136, .08); }
.button--small { min-height: 42px; padding-inline: 16px; font-size: 12px; border-radius: 10px; }
.button--dark { color: #f6fbf7; background: var(--ink); }
.button--dark:hover { background: #173b28; }

.hero { position: relative; min-height: 790px; padding: 160px 0 36px; overflow: hidden; background: radial-gradient(circle at 72% 33%, rgba(29, 123, 76, .21), transparent 29%), linear-gradient(115deg, #07100c 5%, #09130f 48%, #0c1912 100%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: linear-gradient(rgba(133, 192, 158, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(133, 192, 158, .09) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 48px; }
.hero-copy { padding: 30px 0 45px; }
.eyebrow, .section-kicker, .micro-label { color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,219,136,.12); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; }
h1 { max-width: 700px; font-size: clamp(44px, 5.7vw, 76px); line-height: 1.02; letter-spacing: -.067em; font-weight: 700; }
h1 em, h2 em { color: var(--green-2); font-style: normal; }
.hero-lead { max-width: 520px; margin-top: 28px; color: #aebdb4; font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { color: #dce8e0; font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; color: var(--green-2); transition: transform .18s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; color: #819187; font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.check-icon { display: inline-grid; place-items: center; width: 17px; height: 17px; color: var(--green); border: 1px solid rgba(32,219,136,.45); border-radius: 50%; font-size: 10px; font-style: normal; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(85, 235, 161, .16); border-radius: 50%; transform: rotate(-22deg); }
.visual-orbit::after { content: ''; position: absolute; top: 10%; left: 10%; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px 6px rgba(32,219,136,.65); }
.visual-orbit--one { width: 560px; height: 260px; animation: orbitFloat 10s ease-in-out infinite alternate; }
.visual-orbit--one::after { top: 22%; left: 18%; }
.visual-orbit--two { width: 500px; height: 220px; transform: rotate(28deg); opacity: .5; animation: orbitFloat 13s ease-in-out infinite alternate-reverse; }
.visual-orbit--two::after { top: 77%; left: 73%; }
.dashboard-shell { position: relative; z-index: 2; width: min(100%, 540px); padding: 16px; border: 1px solid rgba(141, 214, 171, .27); border-radius: 22px; background: linear-gradient(140deg, rgba(26,46,36,.94), rgba(8,19,13,.92)); box-shadow: 0 42px 90px rgba(0,0,0,.34), 0 0 0 8px rgba(58, 146, 97, .045); transform: perspective(1100px) rotateY(-7deg) rotateX(3deg); }
.dashboard-shell::before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(125deg, rgba(255,255,255,.1), transparent 28%, transparent 72%, rgba(43, 228, 137, .08)); }
.dashboard-topbar, .dashboard-heading, .chart-header, .dashboard-foot { display: flex; align-items: center; justify-content: space-between; }
.dashboard-topbar { min-height: 22px; color: #6e8b7b; font-size: 8px; letter-spacing: .12em; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 5px; height: 5px; border-radius: 50%; background: #315342; }
.window-dots span:first-child { background: #5be2a0; }
.live-pill { display: inline-flex; align-items: center; gap: 5px; color: var(--green-2); font-size: 9px; letter-spacing: 0; text-transform: none; }
.live-pill i, .tech-signal i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.dashboard-heading { margin: 32px 8px 20px; align-items: flex-end; }
.micro-label { display: block; color: #739382; font-size: 8px; letter-spacing: .14em; }
.dashboard-heading h2 { margin-top: 7px; color: #eff8f2; font-size: 21px; letter-spacing: -.04em; }
.date-chip, .chart-period { padding: 7px 9px; border: 1px solid rgba(157, 197, 175, .13); border-radius: 7px; color: #a4b9ac; font-size: 9px; }
.date-chip b, .chart-period b { color: var(--green); margin-left: 5px; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.metric-card, .chart-card { padding: 15px; border: 1px solid rgba(148, 191, 166, .12); border-radius: 12px; background: rgba(4, 14, 9, .38); }
.metric-card span, .metric-card small, .chart-header, .chart-axis, .dashboard-foot { color: #789286; font-size: 9px; }
.metric-card strong { display: block; margin: 9px 0 5px; color: #ecf8ef; font-family: 'Manrope', sans-serif; font-size: 22px; letter-spacing: -.06em; }
.metric-card small { color: #5be2a0; }
.metric-card small b { color: #759084; font-weight: 400; }
.chart-card { margin-top: 10px; }
.chart-header { margin-bottom: 11px; color: #c0d0c6; font-size: 10px; }
.chart-period { padding: 5px 7px; font-size: 8px; }
.chart-card svg { display: block; width: 100%; height: auto; overflow: visible; }
.chart-grid { fill: none; stroke: rgba(151, 197, 171, .12); stroke-width: 1; stroke-dasharray: 4 5; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--green); stroke-width: 2.5; stroke-linecap: round; }
.chart-card circle { fill: var(--green); stroke: #b4f9d1; stroke-width: 2; }
.chart-axis { display: flex; justify-content: space-between; padding-top: 2px; font-size: 8px; }
.dashboard-foot { margin: 15px 3px 0; font-size: 8px; }
.dashboard-foot span { display: inline-flex; align-items: center; gap: 5px; }
.secure-icon { color: var(--green); font-size: 8px; }
.status-dot { display: inline-block; width: 5px; height: 5px; margin-left: 3px; border-radius: 50%; background: var(--green); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(136, 203, 160, .24); border-radius: 13px; background: rgba(16, 31, 23, .86); box-shadow: 0 18px 42px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.floating-note--top { top: 64px; right: -18px; animation: noteFloat 5s ease-in-out infinite alternate; }
.floating-note--bottom { bottom: 57px; left: -35px; animation: noteFloat 6.5s ease-in-out .7s infinite alternate-reverse; }
.note-icon { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ink); border-radius: 8px; background: var(--green); font-size: 18px; font-weight: 800; }
.note-icon--soft { color: var(--green); background: rgba(32,219,136,.12); }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { color: #eff8f2; font-size: 10px; }
.floating-note small { margin-top: 3px; color: #7e9487; font-size: 8px; }
.hero-bottom-line { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-top: 56px; color: #657d6e; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.line-mark { width: 56px; height: 1px; background: var(--green); opacity: .7; }

.signal-strip { position: relative; z-index: 2; border-block: 1px solid rgba(133, 177, 150, .12); background: #0b1711; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { display: flex; align-items: center; gap: 16px; min-height: 108px; padding: 20px 30px; border-right: 1px solid rgba(133, 177, 150, .12); }
.signal-grid > div:first-child { padding-left: 0; }
.signal-grid > div:last-child { border-right: 0; }
.signal-number { color: var(--green); font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 700; }
.signal-grid strong, .signal-grid small { display: block; }
.signal-grid strong { color: #e4eee8; font-size: 13px; }
.signal-grid small { margin-top: 5px; color: #708379; font-size: 11px; }

.section { padding: 128px 0; }
.section--light { color: var(--light-text); background: var(--light); }
.section--dark { color: var(--text); background: var(--ink-2); }
.section--deep { color: var(--text); background: #07100c; overflow: hidden; }
.section-heading { max-width: 760px; }
.section-kicker { display: block; margin-bottom: 20px; color: #159a59; }
.section--dark .section-kicker, .section--deep .section-kicker, .final-cta .section-kicker { color: var(--green-2); }
.section-heading h2, .technology-copy h2, .security-copy h2, .support-card h2, .final-cta h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -.065em; }
.section-heading p { max-width: 535px; margin-top: 24px; color: var(--light-muted); font-size: 16px; line-height: 1.75; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.section-heading--split > p { max-width: 390px; margin: 0 0 3px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p { margin-inline: auto; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 57px; }
.feature-card { position: relative; min-height: 285px; padding: 30px; border: 1px solid #d7e1db; border-radius: var(--radius); background: rgba(255,255,255,.53); transition: transform .22s var(--ease), box-shadow .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: #aac5b5; box-shadow: 0 22px 50px rgba(50, 85, 66, .1); }
.feature-index { position: absolute; top: 27px; right: 30px; color: #a4b6aa; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; }
.feature-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 34px; color: #0c8f52; border: 1px solid #a8cdb6; border-radius: 13px; background: #e4f3e9; font-size: 24px; }
.feature-card h3 { color: var(--light-text); font-size: 19px; letter-spacing: -.04em; }
.feature-card p { max-width: 270px; margin-top: 12px; color: var(--light-muted); font-size: 13px; line-height: 1.7; }
.feature-card a { display: inline-flex; gap: 9px; align-items: center; margin-top: 19px; color: #118a50; font-size: 12px; font-weight: 700; }
.feature-card a span { transition: transform .18s ease; }
.feature-card a:hover span { transform: translateX(4px); }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 56px; }
.solution-card { display: flex; align-items: flex-start; gap: 15px; min-height: 175px; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.028); transition: transform .2s var(--ease), background .2s ease, border-color .2s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: var(--line-strong); background: rgba(32,219,136,.055); }
.solution-icon { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; border: 1px solid rgba(48, 211, 137, .28); border-radius: 13px; color: var(--green); background: rgba(32,219,136,.08); font-family: 'Manrope', sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.solution-card h3 { margin-top: 3px; color: #eaf4ec; font-size: 16px; letter-spacing: -.03em; }
.solution-card p { margin-top: 10px; color: #84968b; font-size: 12px; line-height: 1.62; }
.card-arrow { margin-left: auto; color: #608b71; font-size: 17px; transition: color .2s ease, transform .2s ease; }
.solution-card:hover .card-arrow { color: var(--green); transform: translate(2px, -2px); }

.technology-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 100px; }
.technology-copy > p, .security-copy > p { max-width: 500px; margin-top: 24px; color: #93a59a; font-size: 15px; line-height: 1.8; }
.steps { margin-top: 38px; }
.step { display: flex; align-items: center; gap: 17px; padding: 16px 0; border-bottom: 1px solid rgba(125, 174, 144, .14); opacity: .62; transition: opacity .2s ease, transform .2s ease; }
.step.active, .step:hover { opacity: 1; transform: translateX(5px); }
.step > span { color: #5f7568; font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; }
.step.active > span { color: var(--green); }
.step strong, .step small { display: block; }
.step strong { color: #e7f2ea; font-size: 14px; }
.step small { margin-top: 4px; color: #789083; font-size: 11px; }
.tech-panel { position: relative; min-height: 520px; padding: 24px; border: 1px solid rgba(107, 207, 150, .24); border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 50% 48%, rgba(30, 181, 104, .16), transparent 37%), linear-gradient(145deg, #11241a, #07100b 72%); box-shadow: var(--shadow); }
.tech-panel::before { content: ''; position: absolute; inset: 0; opacity: .28; background: linear-gradient(90deg, transparent 49.7%, rgba(113, 214, 155, .16) 50%, transparent 50.3%), linear-gradient(transparent 49.7%, rgba(113, 214, 155, .16) 50%, transparent 50.3%); background-size: 105px 105px; mask-image: radial-gradient(circle, #000, transparent 71%); }
.tech-panel-top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #729184; font-size: 9px; letter-spacing: .13em; }
.tech-signal { display: inline-flex; align-items: center; gap: 6px; color: var(--green-2); font-size: 9px; letter-spacing: 0; }
.tech-orb { position: absolute; top: 50%; left: 50%; width: 320px; height: 320px; transform: translate(-50%, -51%); border-radius: 50%; }
.orb-ring { position: absolute; inset: 0; border: 1px solid rgba(91, 225, 153, .3); border-radius: 50%; transform: rotate(-26deg) scaleY(.32); animation: ringBreath 7s ease-in-out infinite alternate; }
.orb-ring--two { inset: 15%; transform: rotate(54deg) scaleY(.42); opacity: .72; animation-delay: -2s; }
.orb-core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 92px; height: 92px; transform: translate(-50%, -50%); border: 1px solid rgba(107, 237, 168, .68); border-radius: 50%; background: radial-gradient(circle at 33% 27%, #48eca0, #0a5734 45%, #06130c 74%); box-shadow: 0 0 0 18px rgba(40, 206, 125, .05), 0 0 65px rgba(29, 221, 133, .34); }
.orb-core span { color: #e4fff0; font-family: 'Manrope', sans-serif; font-size: 31px; font-weight: 800; }
.orb-point { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,219,136,.1), 0 0 20px var(--green); animation: pointPulse 3.2s ease-in-out infinite alternate; }
.orb-point--one { top: 19%; left: 14%; }
.orb-point--two { right: 9%; top: 39%; animation-delay: -1s; }
.orb-point--three { bottom: 15%; left: 27%; animation-delay: -2s; }
.tech-readout { position: absolute; right: 25px; bottom: 24px; left: 25px; display: flex; align-items: flex-end; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(130, 187, 151, .16); }
.tech-readout span, .tech-readout small { display: block; color: #759084; font-size: 9px; }
.tech-readout strong { display: block; margin-top: 7px; color: #dff9e8; font-size: 15px; }
.tech-readout small { text-align: right; line-height: 1.5; }

.plans-section { position: relative; overflow: hidden; }
.plans-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 360px; pointer-events: none; background: radial-gradient(circle at 50% 0, rgba(34, 199, 115, .1), transparent 60%); }
.plans-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 58px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 480px; padding: 25px 22px 22px; border: 1px solid #d5e0d9; border-radius: 21px; background: rgba(255,255,255,.57); transition: transform .22s var(--ease), box-shadow .22s ease, border-color .22s ease; }
.plan-card:hover { transform: translateY(-7px); border-color: #a7c7b4; box-shadow: 0 22px 56px rgba(40, 80, 56, .13); }
.plan-card--featured { color: #ecfff3; border-color: #1ea76a; background: linear-gradient(145deg, #173a28, #0d2519); box-shadow: 0 24px 70px rgba(19, 115, 68, .22); }
.plan-card--featured:hover { border-color: var(--green); box-shadow: 0 26px 72px rgba(19, 135, 77, .33); }
.popular-badge { position: absolute; top: 19px; right: 18px; padding: 6px 10px; border-radius: 99px; color: #9cf6c1; background: rgba(40, 218, 136, .13); font-size: 9px; font-weight: 800; }
.plan-top { display: flex; justify-content: space-between; color: #7b8c82; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.plan-card--featured .plan-top { color: #73d99f; }
.plan-code { color: #a4b1aa; font-family: 'Manrope', sans-serif; letter-spacing: 0; }
.plan-card h3 { margin-top: 29px; color: var(--light-text); font-size: 26px; letter-spacing: -.055em; }
.plan-card--featured h3 { color: #effff4; }
.plan-card > p { min-height: 42px; margin-top: 8px; color: #6e7d74; font-size: 12px; line-height: 1.5; }
.plan-card--featured > p { color: #94b2a0; }
.plan-price { display: flex; align-items: baseline; gap: 5px; margin-top: 24px; color: #19251f; white-space: nowrap; }
.plan-price small { color: #748178; font-size: 11px; }
.plan-price strong { font-family: 'Manrope', sans-serif; font-size: 31px; letter-spacing: -.065em; }
.plan-price span { color: #7f8e84; font-size: 10px; }
.plan-card--featured .plan-price { color: var(--green-2); }
.plan-card--featured .plan-price small, .plan-card--featured .plan-price span { color: #8eb79d; }
.plan-divider { height: 1px; margin: 25px 0 19px; background: #dce5df; }
.plan-card--featured .plan-divider { background: rgba(150, 219, 175, .17); }
.plan-card ul { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 22px; color: #536259; font-size: 11px; line-height: 1.4; }
.plan-card li::before { content: '✓'; position: absolute; top: -1px; left: 0; display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; color: #159b59; background: #d8f2e1; font-size: 9px; font-weight: 800; }
.plan-card--featured li { color: #b7d2c0; }
.plan-card--featured li::before { color: #0d3020; background: var(--green); }
.button--plan { width: 100%; min-height: 49px; margin-top: auto; color: #1d2922; border-color: #d7dfda; background: #e2e7e3; font-size: 12px; }
.button--plan:hover { color: #0d3e25; border-color: var(--green); background: #c8f4d9; }
.button--plan-featured { color: #052012; border-color: var(--green); background: var(--green); }
.button--plan-featured:hover { background: #72efaa; }

.security-layout { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 100px; }
.security-visual { position: relative; min-height: 350px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(99, 201, 143, .22); border-radius: 28px; background: radial-gradient(circle at 50% 50%, rgba(28, 172, 100, .2), transparent 40%), #0c1c13; }
.security-visual::before, .security-visual::after { content: ''; position: absolute; border: 1px solid rgba(100, 217, 153, .15); border-radius: 50%; transform: scaleY(.42); }
.security-visual::before { width: 310px; height: 310px; animation: ringBreath 8s ease-in-out infinite alternate; }
.security-visual::after { width: 220px; height: 220px; transform: rotate(55deg) scaleY(.45); opacity: .65; }
.shield-lines { position: absolute; width: 190px; height: 224px; border: 1px solid rgba(87, 232, 157, .45); clip-path: polygon(50% 0, 93% 16%, 85% 72%, 50% 100%, 15% 72%, 7% 16%); background: linear-gradient(140deg, rgba(62, 229, 146, .14), transparent 55%); box-shadow: 0 0 45px rgba(32, 219, 136, .16); }
.shield-mark { position: relative; z-index: 1; display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); background: rgba(32,219,136,.09); box-shadow: 0 0 0 13px rgba(32,219,136,.05), 0 0 45px rgba(32,219,136,.23); font-size: 27px; }
.security-visual > span { position: absolute; right: 25px; bottom: 22px; color: #67977a; font-size: 9px; font-weight: 800; letter-spacing: .18em; line-height: 1.5; text-align: right; }
.security-list { margin-top: 35px; }
.security-list > div { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(123, 185, 143, .14); }
.security-list > div > span { display: grid; place-items: center; flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; color: #07150c; background: var(--green); font-size: 11px; font-weight: 800; }
.security-list strong, .security-list small { display: block; }
.security-list strong { color: #def0e3; font-size: 14px; }
.security-list small { margin-top: 5px; color: #789284; font-size: 12px; }

.support-section { padding-top: 110px; padding-bottom: 110px; }
.support-card { display: grid; grid-template-columns: 1.5fr .7fr; align-items: center; gap: 55px; padding: 60px; border: 1px solid #cbdad0; border-radius: 28px; background: linear-gradient(115deg, #e1efe5, #f3f7f4 65%); }
.support-card h2 { color: var(--light-text); }
.support-card p { max-width: 560px; margin-top: 23px; color: #6d7b72; font-size: 15px; line-height: 1.8; }
.support-action { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid #c2d4c7; border-radius: 20px; background: rgba(255,255,255,.53); }
.telegram-mark { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 17px; border-radius: 13px; color: #062014; background: var(--green); font-size: 21px; transform: rotate(-12deg); }
.support-action strong { color: var(--light-text); font-family: 'Manrope', sans-serif; font-size: 15px; }
.support-action small { margin-top: 5px; color: #77867c; font-size: 11px; }
.support-action .button { margin-top: 22px; }

.final-cta { padding: 92px 0; color: #ebfff2; background: #0b1911; border-top: 1px solid rgba(111, 191, 139, .15); }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.final-cta h2 { font-size: clamp(35px, 4vw, 54px); }
.final-cta-inner > div:last-child { max-width: 360px; }
.final-cta p { margin-bottom: 24px; color: #91a699; font-size: 14px; line-height: 1.7; }

.site-footer { color: #899b8f; background: #06100b; }
.footer-top { display: flex; align-items: center; justify-content: space-between; min-height: 117px; border-bottom: 1px solid rgba(126, 181, 143, .13); }
.footer-top .brand img { width: 145px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #8fa397; font-size: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 68px; color: #5e7567; font-size: 10px; }
.footer-bottom > span:last-child { display: inline-flex; align-items: center; gap: 8px; color: #82a18d; }
.footer-bottom i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }

.reveal { opacity: 1; transform: none; transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .08s; }
.reveal--delay-2 { transition-delay: .16s; }
.reveal--delay-3 { transition-delay: .24s; }

@keyframes orbitFloat { from { transform: rotate(-22deg) scale(1); } to { transform: rotate(-13deg) scale(1.04); } }
@keyframes noteFloat { from { transform: translateY(0); } to { transform: translateY(-8px); } }
@keyframes ringBreath { from { transform: rotate(-26deg) scaleY(.32) scale(1); opacity: .5; } to { transform: rotate(-15deg) scaleY(.32) scale(1.05); opacity: .88; } }
@keyframes pointPulse { from { transform: scale(.8); opacity: .55; } to { transform: scale(1.25); opacity: 1; } }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 14px; }
  .hero-copy { max-width: 720px; padding-bottom: 10px; }
  .hero-visual { min-height: 530px; }
  .primary-nav { gap: 18px; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card { min-height: 460px; }
  .technology-layout, .security-layout { gap: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 36px, 560px); }
  .site-header { background: rgba(7,16,12,.72); backdrop-filter: blur(16px); }
  .nav-inner { min-height: 72px; gap: 14px; }
  .brand img { width: 138px; }
  .primary-nav { position: absolute; top: 64px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; border: 1px solid rgba(149, 194, 169, .18); border-radius: 15px; background: rgba(7, 18, 12, .96); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 14px; border-radius: 8px; }
  .primary-nav a:hover { background: rgba(32,219,136,.08); }
  .nav-action { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero { min-height: auto; padding: 132px 0 42px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(42px, 13.5vw, 62px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-proof { gap: 11px 17px; margin-top: 32px; }
  .hero-visual { min-height: 440px; margin-top: 15px; }
  .dashboard-shell { transform: none; }
  .floating-note--top { top: 10px; right: -3px; }
  .floating-note--bottom { bottom: 12px; left: -3px; }
  .hero-bottom-line { margin-top: 20px; font-size: 8px; line-height: 1.5; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div, .signal-grid > div:first-child { min-height: 78px; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(133,177,150,.12); }
  .signal-grid > div:last-child { border-bottom: 0; }
  .section { padding: 84px 0; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 22px; }
  .feature-grid, .solution-grid { grid-template-columns: 1fr; gap: 11px; margin-top: 38px; }
  .feature-card { min-height: 240px; }
  .technology-layout, .security-layout { grid-template-columns: 1fr; gap: 48px; }
  .tech-panel { min-height: 420px; }
  .tech-orb { width: 270px; height: 270px; }
  .plans-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 39px; }
  .plan-card { min-height: 430px; }
  .support-card { grid-template-columns: 1fr; gap: 30px; padding: 32px 24px; }
  .final-cta-inner, .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .final-cta-inner { gap: 30px; }
  .footer-top { gap: 28px; padding: 35px 0; }
  .footer-links { flex-wrap: wrap; gap: 14px 21px; }
  .footer-bottom { gap: 15px; padding: 24px 0; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 28px, 560px); }
  .hero-visual { min-height: 390px; }
  .dashboard-shell { padding: 11px; border-radius: 17px; }
  .dashboard-heading { margin: 22px 5px 15px; }
  .dashboard-heading h2 { font-size: 17px; }
  .metric-card { padding: 11px; }
  .metric-card strong { font-size: 18px; }
  .floating-note { padding: 9px 10px; }
  .floating-note strong { font-size: 9px; }
  .floating-note small { font-size: 7px; }
  .note-icon { width: 24px; height: 24px; font-size: 14px; }
}

@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; }
}

.support-secondary { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: #158c51; font-size: 11px; font-weight: 700; }
.support-secondary span { transition: transform .18s ease; }
.support-secondary:hover span { transform: translate(3px, -3px); }

.support-intro { max-width: 720px; }
.support-intro p { max-width: 620px; margin-top: 22px; color: var(--light-muted); font-size: 15px; line-height: 1.8; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.support-option { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #c9d9cf; border-radius: 22px; background: rgba(255,255,255,.56); transition: transform .22s var(--ease), box-shadow .22s ease, border-color .22s ease; }
.support-option:hover { transform: translateY(-6px); border-color: #9fc2ad; box-shadow: 0 22px 50px rgba(40, 80, 56, .12); }
.support-option--primary { border-color: #a1ceb2; background: linear-gradient(140deg, #d9f0e1, #eef5f0); }
.support-option--secondary { background: rgba(255,255,255,.72); }
.support-option-top { display: flex; align-items: center; justify-content: space-between; }
.support-label { color: #6f8978; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.support-option h3 { margin-top: 24px; color: var(--light-text); font-size: 23px; letter-spacing: -.05em; }
.support-option p { max-width: 430px; margin-top: 11px; color: var(--light-muted); font-size: 13px; line-height: 1.7; }
.support-option .button { align-self: flex-start; margin-top: auto; }
.telegram-mark--light { color: #168851; background: #dcf2e4; }

@media (max-width: 760px) {
  .support-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .support-option { min-height: 285px; padding: 25px; }
}

.button--plans { min-height: 52px; padding-inline: 17px; border-color: rgba(151, 192, 171, .36); background: rgba(255,255,255,.055); }
.button--plans:hover { color: #06130b; border-color: var(--green); background: var(--green); box-shadow: 0 12px 28px rgba(32,219,136,.15); }
.button--plans .button-symbol { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: -1px; border: 1px solid rgba(133, 242, 185, .45); border-radius: 6px; color: var(--green-2); font-size: 11px; }
.button--plans:hover .button-symbol { color: #072013; border-color: rgba(7,32,19,.25); }
.button--plans .button-arrow { margin-left: 2px; color: var(--green-2); font-size: 17px; }
.button--plans:hover .button-arrow { color: #072013; }

@media (max-width: 760px) {
  .hero-actions .button--plans { min-width: 205px; }
}

.social-section { padding: 112px 0; color: var(--text); background: var(--ink-2); border-top: 1px solid rgba(126, 181, 143, .12); }
.social-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.social-head .section-kicker { color: var(--green-2); }
.social-head h2 { font-family: 'Manrope', sans-serif; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.065em; }
.social-head p { max-width: 390px; margin-bottom: 3px; color: #8fa296; font-size: 14px; line-height: 1.75; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 49px; }
.social-card { display: flex; align-items: center; gap: 15px; min-height: 108px; padding: 21px; border: 1px solid rgba(132, 189, 151, .18); border-radius: 17px; background: rgba(255,255,255,.035); transition: transform .2s var(--ease), border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.social-card:hover { transform: translateY(-5px); border-color: rgba(91, 229, 157, .58); background: rgba(32,219,136,.07); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.social-icon { display: grid; place-items: center; flex: 0 0 auto; width: 43px; height: 43px; border: 1px solid rgba(87, 226, 153, .35); border-radius: 12px; color: var(--green); background: rgba(32,219,136,.1); font-size: 19px; font-weight: 800; }
.social-card--youtube .social-icon { color: #ff8b8b; border-color: rgba(255, 139, 139, .3); background: rgba(255, 99, 99, .1); font-size: 15px; }
.social-card--tiktok .social-icon { color: #b5a2ff; border-color: rgba(181, 162, 255, .3); background: rgba(181, 162, 255, .1); }
.social-copy { min-width: 0; }
.social-copy strong, .social-copy small { display: block; }
.social-copy strong { color: #e8f3eb; font-family: 'Manrope', sans-serif; font-size: 15px; }
.social-copy small { margin-top: 5px; color: #819489; font-size: 11px; }
.social-arrow { margin-left: auto; color: #71977f; font-size: 17px; transition: color .2s ease, transform .2s ease; }
.social-card:hover .social-arrow { color: var(--green); transform: translate(3px, -3px); }

@media (max-width: 760px) {
  .social-section { padding: 84px 0; }
  .social-head { display: block; }
  .social-head p { margin-top: 22px; }
  .social-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 34px; }
}

/* Ícones vetoriais: evitam emojis coloridos e mantêm o visual consistente entre dispositivos. */
.icon-arrow { position: relative; display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; }
.icon-arrow::before { content: ''; position: absolute; top: 7px; left: 1px; width: 12px; height: 1.5px; border-radius: 2px; background: currentColor; }
.icon-arrow::after { content: ''; position: absolute; top: 4px; right: 1px; width: 6px; height: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
.button .icon-arrow, .button--plans .button-arrow { margin-left: 2px; }
.social-arrow.icon-arrow { margin-left: auto; color: #71977f; transition: color .2s ease, transform .2s ease; }
.social-card:hover .social-arrow.icon-arrow { color: var(--green); transform: translate(3px, -3px); }

.icon-spark::before { content: ''; position: absolute; top: 4px; left: 8px; width: 3px; height: 12px; border-radius: 3px; background: currentColor; transform: rotate(45deg); }
.icon-spark::after { content: ''; position: absolute; top: 8px; left: 4px; width: 11px; height: 3px; border-radius: 3px; background: currentColor; transform: rotate(45deg); }

.telegram-mark.icon-telegram::before, .social-icon.icon-telegram::before { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 17px solid currentColor; transform: rotate(-28deg) translate(1px, -1px); filter: drop-shadow(-5px 4px 0 currentColor); }
.telegram-mark.icon-lab::before, .social-icon.icon-tiktok::before { content: ''; display: block; width: 4px; height: 15px; border-radius: 3px; background: currentColor; transform: translate(2px, -2px); }
.telegram-mark.icon-lab::after, .social-icon.icon-tiktok::after { content: ''; position: absolute; width: 10px; height: 7px; border: 3px solid currentColor; border-top: 0; border-radius: 0 0 8px 8px; transform: translate(-1px, 6px); }
.telegram-mark.icon-lab, .social-icon.icon-tiktok { position: relative; }
.telegram-mark.icon-lab::before { width: 10px; height: 4px; border: 2px solid currentColor; border-bottom: 0; border-radius: 4px 4px 0 0; background: transparent; transform: translateY(-6px); }
.telegram-mark.icon-lab::after { width: 15px; height: 12px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 8px 8px; transform: translateY(4px); }

.social-icon.icon-youtube::before { content: ''; display: block; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 12px solid currentColor; transform: translateX(2px); }
.social-icon.icon-tiktok::before { width: 3px; height: 17px; transform: translate(2px, -2px) rotate(-6deg); }
.social-icon.icon-tiktok::after { width: 9px; height: 9px; border: 3px solid currentColor; border-top-color: transparent; border-left-color: transparent; border-radius: 50%; transform: translate(-2px, 5px); }

/* Correção final dos ícones: formas simples, sem rotação ou filtros conflitantes. */
.telegram-mark { transform: none; position: relative; }
.icon-telegram, .icon-lab, .icon-youtube, .icon-tiktok, .icon-spark { position: relative; }
.icon-telegram::before, .icon-telegram::after, .icon-lab::before, .icon-lab::after, .icon-youtube::before, .icon-youtube::after, .icon-tiktok::before, .icon-tiktok::after, .icon-spark::before, .icon-spark::after { content: ''; position: absolute; display: block; box-sizing: border-box; filter: none; }
.icon-telegram::before { top: 50%; left: 50%; width: 19px; height: 13px; border: 2px solid currentColor; border-radius: 4px 10px 4px 10px; transform: translate(-50%, -50%) rotate(-18deg); }
.icon-telegram::after { top: 50%; left: 50%; width: 6px; height: 6px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: translate(-50%, -50%) rotate(-18deg); }
.icon-lab::before { top: 50%; left: 50%; width: 16px; height: 2px; border: 0; border-radius: 2px; background: currentColor; transform: translate(-50%, -50%); }
.icon-lab::after { top: 50%; left: 50%; width: 2px; height: 16px; border: 0; border-radius: 2px; background: currentColor; transform: translate(-50%, -50%); }
.icon-youtube::before { top: 50%; left: 50%; width: 21px; height: 15px; border: 2px solid currentColor; border-radius: 4px; transform: translate(-50%, -50%); }
.icon-youtube::after { top: 50%; left: 50%; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid currentColor; transform: translate(-35%, -50%); }
.icon-tiktok::before { top: 50%; left: 50%; width: 3px; height: 18px; border: 0; border-radius: 3px; background: currentColor; transform: translate(-4px, -58%) rotate(-8deg); }
.icon-tiktok::after { top: 50%; left: 50%; width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; transform: translate(-7px, 1px); }
.icon-spark::before { top: 50%; left: 50%; width: 15px; height: 2px; border: 0; border-radius: 2px; background: currentColor; transform: translate(-50%, -50%); }
.icon-spark::after { top: 50%; left: 50%; width: 2px; height: 15px; border: 0; border-radius: 2px; background: currentColor; transform: translate(-50%, -50%); }

/* Ícones Flaticon locais: arquivos reais, sem pseudo-elementos sobrepostos. */
.flaticon-mark { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 43px; height: 43px; margin-bottom: 17px; overflow: hidden; border: 1px solid rgba(36, 167, 105, .22); border-radius: 13px; background: rgba(32,219,136,.1); }
.flaticon-mark img { display: block; width: 29px; height: 29px; object-fit: contain; }
.flaticon-mark--muted { border-color: #c6e2d0; background: #e4f4ea; }
.flaticon-lab-mark { position: relative; display: block; width: 15px; height: 15px; border: 1.5px solid #16925a; border-radius: 3px 3px 6px 6px; }
.flaticon-lab-mark::before { content: ''; position: absolute; top: -6px; left: 4px; width: 5px; height: 6px; border: 1.5px solid #16925a; border-bottom: 0; border-radius: 3px 3px 0 0; }
.flaticon-lab-mark::after { content: ''; position: absolute; right: 2px; bottom: 3px; left: 2px; height: 2px; border-radius: 2px; background: #16925a; }
.flaticon-social { position: relative; display: grid; place-items: center; overflow: hidden; }
.flaticon-social::before, .flaticon-social::after { content: none !important; }
.flaticon-social img { display: block; width: 30px; height: 30px; object-fit: contain; }
.social-card--youtube .flaticon-social img { width: 34px; height: 26px; }
.social-card--tiktok .flaticon-social img { width: 31px; height: 31px; }

.footer-bottom a { color: #8eae99; text-decoration: underline; text-decoration-color: rgba(142,174,153,.35); text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--green-2); }

.solution-icon--image { display: grid; place-items: center; overflow: hidden; }
.solution-icon--image img { display: block; width: 30px; height: 30px; object-fit: contain; }
.solution-card:nth-child(2) .solution-icon--image img { width: 32px; height: 32px; }
.solution-card:nth-child(3) .solution-icon--image img { width: 35px; height: 24px; }
.solution-card:nth-child(4) .solution-icon--image img { width: 30px; height: 30px; }
.solution-card:nth-child(5) .solution-icon--image img { width: 30px; height: 29px; }
.solution-card:nth-child(6) .solution-icon--image img { width: 30px; height: 31px; }
.support-option .flaticon-mark--muted img { width: 29px; height: 29px; }
