
:root {
  --bg: #06130f;
  --bg-soft: #0a1f18;
  --panel: rgba(15, 43, 33, .72);
  --panel-strong: #0d2b21;
  --line: rgba(184, 242, 209, .13);
  --text: #f6fff9;
  --muted: #9bb9aa;
  --muted-2: #789888;
  --green: #48ed93;
  --green-2: #0fc86f;
  --mint: #c9fadd;
  --gold: #d9b56e;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: 'DM Sans', system-ui, sans-serif; line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: -3; background: radial-gradient(circle at 70% 5%, rgba(31, 159, 96, .16), transparent 28rem), radial-gradient(circle at 0% 40%, rgba(15, 96, 66, .1), transparent 30rem), linear-gradient(180deg, #06130f 0%, #071a13 55%, #06130f 100%); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 132px 0; position: relative; }
.sr-only { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.site-noise { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 7px 20px; color: #d3f4df; background: #0b2e21; border-bottom: 1px solid rgba(126, 242, 171, .1); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.announcement-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); }
.announcement-separator { color: var(--green); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(6, 19, 15, .78); border-bottom: 1px solid rgba(173, 238, 200, .08); backdrop-filter: blur(18px); }
.header-inner { min-height: 77px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; letter-spacing: -.04em; }
.brand-logo { display: block; width: 30px; height: 30px; border: 1px solid rgba(188, 255, 215, .28); border-radius: 9px; object-fit: cover; box-shadow: 0 5px 14px rgba(0, 0, 0, .2); }
.brand-wordmark { color: #eafff1; font-size: 1.03rem; white-space: nowrap; } .brand-wordmark strong { color: var(--green); font-weight: 600; }
.brand-fallback-mark { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(188, 255, 215, .7); border-radius: 10px 10px 10px 2px; color: var(--green); font-weight: 700; font-size: .9rem; box-shadow: inset 0 0 20px rgba(72, 237, 147, .12); }
.primary-nav { display: flex; align-items: center; gap: 31px; color: var(--muted); font-size: .82rem; font-weight: 600; }
.primary-nav a { transition: color .25s ease; } .primary-nav a:hover { color: var(--text); }
.primary-nav .nav-cta { display: inline-flex; gap: 8px; align-items: center; padding: 10px 15px; color: #04160d; background: var(--green); border-radius: 10px; box-shadow: 0 8px 24px rgba(72, 237, 147, .12); }
.primary-nav .nav-cta:hover { color: #04160d; background: #98f6bc; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; } .menu-toggle span { width: 23px; height: 2px; display: block; margin: 5px; background: var(--text); }

.hero { min-height: 705px; display: flex; align-items: center; padding-top: 110px; padding-bottom: 110px; overflow: hidden; } .hero-flag-banner { position: absolute; top: 28px; right: clamp(22px, 7vw, 96px); z-index: 4; display: flex; align-items: center; gap: 10px; transform: rotate(-2deg); } .hero-flag-label { color: #bde8ca; font-size: .55rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; } .hero-flag-cloth { position: relative; display: block; width: 144px; height: 96px; overflow: hidden; border: 1px solid rgba(205, 255, 220, .3); border-radius: 4px 10px 10px 4px; background: #087a43; box-shadow: 0 10px 28px rgba(0, 0, 0, .24), 0 0 24px rgba(31, 181, 103, .13); transform-origin: left center; animation: flag-wave 4.2s ease-in-out infinite; } .hero-flag-image { display: block; width: 100%; height: 100%; object-fit: cover; } @keyframes flag-wave { 0%, 100% { transform: perspective(280px) rotateY(0deg) skewY(0deg); } 25% { transform: perspective(280px) rotateY(-8deg) skewY(1deg); } 50% { transform: perspective(280px) rotateY(5deg) skewY(-1deg); } 75% { transform: perspective(280px) rotateY(-4deg) skewY(.5deg); } }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: .72rem; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-flag { color: var(--gold); font-size: 1rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.055em; }
h1 { max-width: 700px; margin: 20px 0 23px; font-size: clamp(3.5rem, 6vw, 5.95rem); line-height: .99; font-weight: 600; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 530px; color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 49px; padding: 13px 19px; border: 1px solid transparent; border-radius: 11px; font-size: .82rem; font-weight: 700; letter-spacing: .02em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); } .button span { font-size: 1rem; transition: transform .25s ease; } .button:hover span { transform: translate(2px, -2px); }
.button-primary { color: #04160d; background: var(--green); box-shadow: 0 13px 30px rgba(72, 237, 147, .16); } .button-primary:hover { color: #04160d; background: #9df6bd; box-shadow: 0 17px 38px rgba(72, 237, 147, .22); }
.button-ghost { color: #d2f3dd; border-color: var(--line); background: rgba(14, 42, 32, .35); } .button-ghost:hover { border-color: rgba(128, 240, 171, .34); background: rgba(27, 71, 51, .48); }
.button-outline { color: var(--green); border-color: rgba(72, 237, 147, .35); background: transparent; } .button-outline:hover { color: #04160d; background: var(--green); }
.button-large { min-height: 56px; padding: 16px 23px; font-size: .88rem; }
.config-note { max-width: 475px; margin: 16px 0 0; color: #d9b878; font-size: .72rem; } code { color: #e9cc93; }
.hero-proof { display: flex; gap: 28px; margin-top: 48px; } .hero-proof > div { display: flex; gap: 8px; align-items: center; color: var(--text); } .proof-mark { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(72, 237, 147, .3); border-radius: 50%; color: var(--green); font-size: .68rem; } .hero-proof strong, .hero-proof small { display: block; } .hero-proof strong { font-size: .73rem; } .hero-proof small { margin-top: 2px; color: var(--muted-2); font-size: .65rem; }
.hero-panel-wrap { min-height: 480px; display: grid; place-items: center; position: relative; }
.hero-panel-wrap::before { content: ''; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(72, 237, 147, .12); border-radius: 50%; box-shadow: 0 0 90px rgba(24, 193, 111, .1); }
.glass-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(22, 64, 47, .84), rgba(7, 25, 18, .7)); box-shadow: var(--shadow); backdrop-filter: blur(17px); }
.offer-panel { width: min(100%, 420px); position: relative; padding: 28px; border-radius: 26px; transform: rotate(2.2deg); animation: panel-float 7s ease-in-out infinite; }
.panel-top, .panel-tool-count, .panel-warranty { display: flex; align-items: center; justify-content: space-between; } .panel-kicker { color: #ccefd8; font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; } .live-dot { display: inline-flex; gap: 6px; align-items: center; color: #b5dfc3; font-size: .65rem; } .live-dot::before { content: ''; width: 5px; height: 5px; background: var(--green); border-radius: 50%; box-shadow: 0 0 10px var(--green); }
.panel-line { height: 1px; margin: 23px 0 28px; background: var(--line); } .panel-price { text-align: left; } .price-label { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; } .panel-price > div { display: flex; align-items: baseline; gap: 8px; margin-top: 3px; } .panel-price strong { font-family: 'Space Grotesk', sans-serif; font-size: 6.3rem; line-height: .95; letter-spacing: -.1em; } .panel-price > div span { color: var(--green); font-size: 1.1rem; font-weight: 700; } .panel-price p { margin: 13px 0 0; color: var(--muted); font-size: .8rem; }
.panel-warranty { justify-content: flex-start; gap: 10px; margin-top: 27px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .warranty-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #062117; background: var(--green); font-size: .72rem; font-weight: 700; } .panel-warranty strong, .panel-warranty small { display: block; } .panel-warranty strong { font-size: .77rem; } .panel-warranty small { color: var(--muted-2); font-size: .65rem; }
.panel-tool-count { justify-content: flex-start; gap: 9px; margin: 21px 0; } .panel-tool-count > span:first-child { color: var(--green); font-family: 'Space Grotesk'; font-size: 1.7rem; font-weight: 700; } .panel-tool-count > span:nth-child(2) { color: var(--muted); font-size: .7rem; } .mini-avatars { display: flex; margin-left: auto; } .mini-avatars i { display: grid; place-items: center; width: 27px; height: 27px; margin-left: -5px; border: 2px solid #0c2a20; border-radius: 50%; color: #062117; background: #bdfbd2; font-size: .5rem; font-style: normal; font-weight: 700; } .mini-avatars i:nth-child(2) { background: #9edcba; } .mini-avatars i:nth-child(3) { background: #d4c58e; } .mini-avatars i:nth-child(4) { color: var(--text); background: #244d3b; }
.panel-button { width: 100%; } .panel-disclaimer { margin: 16px 0 0; color: var(--muted-2); font-size: .63rem; line-height: 1.6; } .panel-disclaimer a { color: #caecd5; text-decoration: underline; text-underline-offset: 2px; }
.floating-chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; color: #d9fae3; border: 1px solid rgba(133, 245, 174, .18); border-radius: 12px; background: rgba(13, 48, 34, .72); box-shadow: 0 15px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(10px); font-size: .69rem; font-weight: 700; } .floating-chip span { color: var(--green); } .chip-ai { top: 31px; left: 5%; animation: chip-float 6s ease-in-out infinite; } .chip-seo { top: 20%; right: 0; animation: chip-float 7s .5s ease-in-out infinite; } .chip-design { bottom: 16%; left: 0; animation: chip-float 6.5s 1s ease-in-out infinite; } .chip-video { bottom: 2%; right: 7%; animation: chip-float 7s 1.5s ease-in-out infinite; }
.hero-ambient { position: absolute; inset: 0; pointer-events: none; } .glow { position: absolute; border-radius: 50%; filter: blur(5px); } .glow-one { width: 600px; height: 600px; top: -350px; right: -100px; background: radial-gradient(circle, rgba(19, 190, 112, .19), transparent 67%); } .glow-two { width: 380px; height: 380px; bottom: -250px; left: 20%; background: radial-gradient(circle, rgba(21, 115, 72, .16), transparent 68%); }
.flag-orbit { position: absolute; top: 10%; right: 11%; width: 420px; height: 420px; border-radius: 50%; opacity: .72; background: radial-gradient(circle, rgba(20, 105, 68, .22), transparent 68%); } .flag-orbit::before { content: ''; position: absolute; inset: 11%; border: 1px solid rgba(170, 243, 194, .13); border-radius: 50%; transform: rotate(22deg) scaleY(.35); } .flag-crescent { display: block; width: 108px; height: 108px; border-radius: 50%; position: absolute; border: 18px solid rgba(187, 252, 205, .36); border-left-color: transparent; border-bottom-color: transparent; transform: rotate(-43deg); } .flag-orbit .flag-crescent { top: 40%; left: 38%; } .flag-star { position: absolute; color: rgba(209, 255, 220, .45); font-size: 38px; } .flag-orbit .flag-star { top: 35%; left: 57%; transform: rotate(12deg); }
.particles i { position: absolute; display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--green); opacity: .45; animation: particle-drift 8s ease-in-out infinite; } .particles i:nth-child(1) { top: 20%; left: 45%; animation-delay: -2s; } .particles i:nth-child(2) { top: 32%; right: 21%; animation-delay: -5s; } .particles i:nth-child(3) { top: 60%; left: 10%; animation-delay: -1s; } .particles i:nth-child(4) { top: 70%; right: 40%; animation-delay: -3s; } .particles i:nth-child(5) { top: 17%; right: 47%; animation-delay: -6s; } .particles i:nth-child(6) { top: 80%; left: 45%; animation-delay: -4s; }
.hero-scroll { position: absolute; bottom: 27px; left: 50%; display: flex; align-items: center; gap: 9px; color: var(--muted-2); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); } .hero-scroll span { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
@keyframes panel-float { 0%, 100% { transform: rotate(2.2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-10px); } } @keyframes chip-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } } @keyframes particle-drift { 0%, 100% { opacity: .2; transform: translate(0, 0); } 50% { opacity: .72; transform: translate(12px, -17px); } }

.ticker-section { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(12, 42, 31, .46); } .ticker { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #b2d6be; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; } .ticker b { color: var(--green); font-weight: 400; }
.section-heading h2 { margin: 16px 0 16px; font-size: clamp(2.5rem, 4.7vw, 4.3rem); line-height: 1.02; } .section-heading > p { max-width: 550px; color: var(--muted); font-size: .96rem; line-height: 1.75; } .section-heading.centered { max-width: 690px; margin: 0 auto 58px; text-align: center; } .section-heading.centered > p { margin-right: auto; margin-left: auto; }
.intro-section { background: linear-gradient(180deg, rgba(11, 31, 23, .24), transparent); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } .category-card { min-height: 310px; padding: 25px; border-radius: 17px; transition: transform .25s ease, border-color .25s ease; } .category-card:hover { transform: translateY(-5px); border-color: rgba(72, 237, 147, .32); } .category-icon { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; border: 1px solid rgba(72, 237, 147, .25); border-radius: 12px; color: var(--green); font-size: 1.1rem; background: rgba(72, 237, 147, .08); } .category-card h3 { margin-bottom: 9px; font-size: 1.18rem; letter-spacing: -.04em; } .category-card > p { min-height: 49px; margin-bottom: 20px; color: var(--muted); font-size: .78rem; line-height: 1.6; } .category-list { display: flex; flex-wrap: wrap; gap: 6px; } .category-list span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; color: #bde9cb; border: 1px solid rgba(149, 220, 174, .12); border-radius: 6px; background: rgba(155, 240, 182, .04); font-size: .63rem; } .category-list img { width: 12px; height: 12px; object-fit: contain; border-radius: 3px; } .text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 20px; color: var(--green); font-size: .76rem; font-weight: 700; } .text-link span { transition: transform .2s ease; } .text-link:hover span { transform: translate(3px, -3px); }
.mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 55px; padding: 23px 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .mid-cta p { margin: 0; color: var(--muted); font-size: .85rem; } .mid-cta strong { color: var(--text); font-weight: 600; }
.tools-section { background: #081b14; } .split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; } .split-heading > p { max-width: 340px; margin-bottom: 3px; }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } .tool-card { min-height: 235px; padding: 19px; border: 1px solid rgba(155, 239, 180, .1); border-radius: 14px; background: rgba(14, 43, 32, .52); transition: background .25s ease, transform .25s ease, border-color .25s ease; } .tool-card:hover { transform: translateY(-4px); border-color: rgba(72, 237, 147, .3); background: rgba(24, 64, 46, .65); } .tool-card-top { display: flex; justify-content: space-between; align-items: start; gap: 6px; } .tool-logo-wrap { display: grid; place-items: center; width: 62px; height: 62px; overflow: hidden; border: 1px solid rgba(183, 250, 204, .18); border-radius: 16px; background: #f3fff6; box-shadow: 0 10px 24px rgba(0, 0, 0, .12); } .tool-logo { display: block; width: 48px; height: 48px; object-fit: contain; } .tool-monogram { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 16px; color: #072116; background: linear-gradient(135deg, #b8f9ce, #53db93); font-size: .9rem; font-weight: 800; } .shared-badge { padding: 4px 5px; border-radius: 4px; color: #86b998; background: rgba(101, 180, 126, .1); font-size: .47rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; } .tool-card h3 { margin: 17px 0 3px; font-size: 1.02rem; letter-spacing: -.035em; } .tool-category { margin-bottom: 9px; color: var(--green); font-size: .64rem; } .tool-description { margin: 0; color: var(--muted-2); font-size: .72rem; line-height: 1.55; } .disclosure-inline { display: flex; gap: 12px; align-items: flex-start; margin-top: 25px; padding: 17px 18px; border: 1px solid rgba(218, 181, 110, .17); border-radius: 12px; background: rgba(80, 56, 22, .12); } .disclosure-icon { display: grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; margin-top: 1px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .7rem; } .disclosure-inline p { margin: 0; color: #b8b09a; font-size: .68rem; line-height: 1.6; }
.why-section { background: radial-gradient(circle at 75% 40%, rgba(20, 117, 76, .1), transparent 28rem); } .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .benefit-card { min-height: 195px; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: rgba(12, 35, 26, .48); } .featured-benefit { background: linear-gradient(145deg, rgba(27, 84, 56, .6), rgba(11, 38, 27, .6)); border-color: rgba(72, 237, 147, .22); } .benefit-number { color: var(--green); font-size: .67rem; font-weight: 700; letter-spacing: .1em; } .benefit-card h3 { margin: 36px 0 8px; font-size: 1.08rem; } .benefit-card p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.65; }
.audience-section { background: #081a13; } .audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; } .audience-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .audience-card { display: flex; gap: 13px; min-height: 130px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(15, 43, 32, .47); transition: transform .25s ease, background .25s ease; } .audience-card:hover { transform: translateY(-4px); background: rgba(25, 64, 46, .6); } .audience-icon { color: var(--green); font-size: 1.1rem; } .audience-card h3 { margin: 1px 0 7px; font-size: .91rem; } .audience-card p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.trust-section { background: linear-gradient(180deg, #081a13, #0b2118); } .trust-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; } .trust-panel { position: sticky; top: 115px; align-self: start; } .trust-panel h2 { margin: 16px 0; font-size: clamp(2.9rem, 5vw, 4.6rem); line-height: .98; } .trust-panel > p { max-width: 310px; color: var(--muted); font-size: .86rem; line-height: 1.7; } .trust-list { border-top: 1px solid var(--line); } .trust-item { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); } .trust-item > span { color: var(--green); font-size: .67rem; font-weight: 700; } .trust-item h3 { margin: 0 0 5px; font-size: 1rem; letter-spacing: -.03em; } .trust-item p { max-width: 620px; margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.pricing-section { padding-top: 115px; padding-bottom: 115px; background: #06140f; } .pricing-card { display: grid; grid-template-columns: 1fr .82fr; min-height: 500px; overflow: hidden; border: 1px solid rgba(72, 237, 147, .22); border-radius: 26px; background: linear-gradient(120deg, #0c3726, #092217); box-shadow: 0 30px 80px rgba(0, 0, 0, .22); } .pricing-copy { position: relative; overflow: hidden; padding: 60px; } .pricing-copy::after { content: ''; position: absolute; width: 410px; height: 410px; right: -180px; bottom: -240px; border: 1px solid rgba(144, 245, 177, .15); border-radius: 50%; box-shadow: 0 0 0 60px rgba(122, 239, 161, .03), 0 0 0 120px rgba(122, 239, 161, .025); } .pricing-copy h2 { position: relative; z-index: 1; margin: 21px 0; font-size: clamp(3rem, 5vw, 5.1rem); line-height: .95; } .pricing-copy > p { position: relative; z-index: 1; max-width: 330px; color: #b1d3ba; font-size: .88rem; line-height: 1.7; } .countdown-wrap { position: relative; z-index: 1; display: inline-flex; flex-direction: column; gap: 3px; margin-top: 45px; padding-top: 15px; border-top: 1px solid rgba(166, 241, 188, .2); } .countdown-label { color: var(--muted-2); font-size: .59rem; letter-spacing: .1em; text-transform: uppercase; } .countdown-wrap strong { color: #d6f9df; font-size: .78rem; font-weight: 600; } .price-stack { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 60px; border-left: 1px solid rgba(177, 246, 197, .15); background: rgba(2, 14, 9, .18); } .price-overline { color: #b8d8c1; font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; } .big-price { display: flex; align-items: baseline; gap: 10px; margin: 11px 0 10px; } .big-price strong { font-family: 'Space Grotesk'; color: var(--green); font-size: 7rem; line-height: .9; letter-spacing: -.11em; } .big-price span { color: #d9f6e0; font-size: 1rem; font-weight: 700; } .warranty-line { display: flex; align-items: center; gap: 8px; color: #d5f5de; font-size: .77rem; } .warranty-line span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #062116; background: var(--green); font-size: .6rem; } .included-line { margin: 14px 0 24px; color: var(--muted); font-size: .74rem; } .price-stack .button { width: 100%; } .pricing-disclaimer { margin: 20px 0 0; color: #8cae99; font-size: .62rem; line-height: 1.65; }
.faq-section { background: #071710; } .faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; } .faq-list { border-top: 1px solid var(--line); } .faq-item { border-bottom: 1px solid var(--line); } .faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; color: var(--text); background: transparent; cursor: pointer; text-align: left; font-size: .88rem; font-weight: 600; } .faq-question:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; } .faq-plus { color: var(--green); font-size: 1.35rem; font-weight: 400; transition: transform .25s ease; } .faq-question[aria-expanded="true"] .faq-plus { transform: rotate(45deg); } .faq-answer { max-width: 660px; padding: 0 38px 20px 0; } .faq-answer p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.final-cta { overflow: hidden; padding: 140px 0 150px; background: radial-gradient(circle at 50% 35%, rgba(36, 163, 99, .22), transparent 28rem), linear-gradient(135deg, #0b3826, #05150e); text-align: center; } .final-cta-inner { position: relative; z-index: 2; } .final-cta h2 { margin: 23px auto 20px; font-size: clamp(2.8rem, 5.3vw, 5rem); line-height: 1; } .final-cta p { color: #c0e7c9; font-size: 1rem; } .final-cta .button { margin-top: 19px; } .final-flag { position: absolute; top: 20%; left: 50%; width: 520px; height: 260px; border: 1px solid rgba(195, 255, 214, .1); border-radius: 50%; transform: translateX(-50%) rotate(-12deg) scaleY(.5); } .final-flag .flag-crescent { top: 60px; left: 42%; opacity: .42; } .final-flag .flag-star { top: 50px; left: 55%; opacity: .44; }
.site-footer { padding: 65px 0 25px; background: #05110c; } .footer-top { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 55px; } .footer-brand { max-width: 320px; } .footer-brand p { margin: 20px 0 0; color: var(--muted-2); font-size: .76rem; line-height: 1.7; } .footer-links { display: flex; gap: 95px; } .footer-links div { display: flex; flex-direction: column; gap: 10px; } .footer-links h3 { margin: 0 0 8px; color: #e4f9e9; font-size: .76rem; letter-spacing: .03em; } .footer-links a { color: var(--muted-2); font-size: .73rem; } .footer-links a:hover { color: var(--green); } .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); } .footer-bottom p { margin: 0; color: #648071; font-size: .61rem; line-height: 1.6; } .footer-bottom p:last-child { max-width: 550px; text-align: right; }
.mobile-sticky-cta { display: none; }

/* Lightweight pages such as Terms, Privacy, and Contact reuse the same visual language. */
.simple-page { min-height: 100vh; } .simple-main { padding: 100px 0 130px; } .simple-card { max-width: 820px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); border-radius: 22px; background: rgba(13, 43, 32, .62); } .simple-card h1 { margin-top: 15px; font-size: clamp(2.8rem, 6vw, 5rem); } .simple-card h2 { margin-top: 40px; font-size: 1.35rem; letter-spacing: -.035em; } .simple-card p, .simple-card li { color: var(--muted); font-size: .88rem; line-height: 1.8; } .simple-card a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1000px) { .hero-grid { gap: 30px; } .tool-grid { grid-template-columns: repeat(3, 1fr); } .audience-grid, .trust-grid, .faq-grid { gap: 55px; } .pricing-copy, .price-stack { padding: 48px; } }
@media (max-width: 780px) { .hero-flag-banner { top: 18px; right: 17px; gap: 6px; transform: rotate(-2deg) scale(.62); transform-origin: right top; } .hero-flag-label { display: none; } .container { width: min(var(--max), calc(100% - 34px)); } .section-pad { padding: 90px 0; } .announcement { font-size: .59rem; gap: 6px; white-space: nowrap; overflow: hidden; } .announcement-separator { display: none; } .header-inner { min-height: 68px; } .menu-toggle { display: block; } .primary-nav { display: none; position: absolute; left: 17px; right: 17px; top: 68px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7, 27, 19, .97); box-shadow: var(--shadow); } .primary-nav.open { display: flex; } .primary-nav a { padding: 13px; } .primary-nav .nav-cta { justify-content: center; margin-top: 7px; } .hero { min-height: auto; padding-top: 75px; padding-bottom: 88px; } .hero-grid { grid-template-columns: 1fr; } h1 { font-size: clamp(3rem, 15vw, 5rem); } .hero-lede { font-size: .93rem; } .hero-proof { gap: 14px; justify-content: space-between; } .hero-proof > div { align-items: flex-start; } .hero-proof small { font-size: .58rem; } .hero-panel-wrap { min-height: 460px; margin-top: 15px; } .hero-panel-wrap::before { width: 340px; height: 340px; } .flag-orbit { top: 25%; right: -15%; width: 390px; height: 390px; } .floating-chip { font-size: .62rem; } .chip-ai { left: 1%; } .chip-seo { right: -3%; } .chip-design { left: -2%; } .chip-video { right: 1%; } .ticker { width: max-content; min-height: 50px; gap: 18px; animation: ticker-move 27s linear infinite; } @keyframes ticker-move { from { transform: translateX(0); } to { transform: translateX(-35%); } } .section-heading.centered { margin-bottom: 38px; } .section-heading h2 { font-size: clamp(2.4rem, 12vw, 4rem); } .category-grid, .benefit-grid { grid-template-columns: 1fr 1fr; } .category-card { min-height: 330px; padding: 20px; } .mid-cta { align-items: flex-start; flex-direction: column; } .split-heading { display: block; margin-bottom: 35px; } .split-heading > p { margin-top: 20px; } .tool-grid { grid-template-columns: repeat(2, 1fr); } .tool-card { min-height: 220px; } .audience-grid, .trust-grid, .faq-grid { grid-template-columns: 1fr; } .audience-grid { gap: 50px; } .trust-panel { position: static; } .trust-list { margin-top: 10px; } .pricing-card { grid-template-columns: 1fr; } .pricing-copy { min-height: 390px; padding: 42px 28px; } .price-stack { padding: 42px 28px; border-top: 1px solid rgba(177, 246, 197, .15); border-left: 0; } .big-price strong { font-size: 6.3rem; } .faq-grid { gap: 45px; } .final-cta { padding: 105px 0 120px; } .final-cta h2 { font-size: clamp(2.6rem, 12vw, 4rem); } .footer-top, .footer-bottom { flex-direction: column; } .footer-links { gap: 70px; } .footer-bottom p:last-child { text-align: left; } .mobile-sticky-cta { display: block; position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 18; } .mobile-sticky-cta a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 10px 15px; border: 1px solid rgba(194, 255, 214, .23); border-radius: 12px; color: #04160d; background: var(--green); box-shadow: 0 10px 30px rgba(0, 0, 0, .3); font-size: .76rem; font-weight: 800; } .mobile-sticky-cta span { color: #956f29; } .mobile-sticky-cta strong { margin-left: 4px; font-size: 1rem; } .simple-main { padding: 65px 0 100px; } .simple-card { padding: 28px 22px; } }
@media (max-width: 440px) { .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); } .hero-proof > div { display: block; } .hero-proof .proof-mark { margin-bottom: 7px; } .hero-proof strong { font-size: .64rem; } .hero-proof small { font-size: .55rem; } .category-grid, .benefit-grid, .audience-cards { grid-template-columns: 1fr; } .category-card { min-height: 0; } .audience-card { min-height: 0; } .tool-card { min-height: 215px; } .tool-card h3 { font-size: .82rem; } .shared-badge { font-size: .42rem; } .offer-panel { padding: 23px; } .panel-price strong { font-size: 5.5rem; } .mini-avatars { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } .hero-flag-cloth { animation: none; } }
