/* ── NAV BASE ── */
/* Solid background applied at the base level so the nav is readable on first paint, regardless of the page below it. The .solid class is still toggled by js/main.js on scroll but is now visually equivalent. */
nav{position:fixed;top:0;left:0;right:0;z-index:500;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:2rem;background:rgba(5,15,28,.97);backdrop-filter:blur(20px) saturate(180%);box-shadow:0 1px 0 rgba(255,255,255,.06);transition:background .3s,box-shadow .3s}
nav.solid{background:rgba(5,15,28,.97);backdrop-filter:blur(20px) saturate(180%);box-shadow:0 1px 0 rgba(255,255,255,.06)}
.n-logo{font-size:1.15rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--wh);text-decoration:none;flex-shrink:0}
.n-logo span{color:var(--mn)}
/* ── DESKTOP LINKS ── */
.n-links{display:none;align-items:center;gap:.25rem;list-style:none;flex:1;justify-content:center}
@media(min-width:900px){.n-links{display:flex}}
.n-links>li>a{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.55);text-decoration:none;padding:.5rem .75rem;border-radius:6px;transition:color .2s,background .2s;white-space:nowrap}
.n-links>li>a:hover{color:var(--wh);background:rgba(255,255,255,.06)}
.n-arr{font-size:.6rem;opacity:.5;transition:transform .25s}
.n-drop:hover .n-arr{transform:rotate(180deg)}
/* ── MEGA MENU ── */
.n-drop{position:relative}
.n-drop::before{content:'';position:absolute;top:100%;left:-20px;right:-20px;height:20px;background:transparent}
.n-mega{position:absolute;top:calc(100% + 12px);left:-60px;width:760px;background:var(--wh);border-radius:16px;box-shadow:0 20px 60px rgba(5,15,28,.15),0 0 0 1px rgba(5,15,28,.06);padding:0;display:none;flex-direction:column;overflow:hidden}
.n-drop:hover .n-mega{display:flex}
.n-mega-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;padding:1.75rem 2rem}
.n-mega-col{padding:0 1.5rem;border-right:1px solid var(--g1)}
.n-mega-col:first-child{padding-left:0}
.n-mega-col:last-child{border-right:none;padding-right:0}
.n-mega-label{font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--t2);margin-bottom:.75rem}
.n-mega-col a{display:flex;align-items:flex-start;gap:.6rem;padding:.5rem .45rem;border-radius:8px;text-decoration:none;margin-bottom:.15rem;transition:background .18s}
.n-mega-col a:hover{background:var(--of)}
.n-ico{font-size:.9rem;flex-shrink:0;margin-top:2px}
.n-mega-col a strong{display:block;font-size:.75rem;font-weight:600;color:var(--t1);margin-bottom:1px}
.n-mega-col a em{display:block;font-style:normal;font-size:.64rem;color:var(--t2);font-weight:500}
.n-mega-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 2rem;background:var(--of);border-top:1px solid var(--g1)}
.n-mega-cta-title{font-size:.75rem;font-weight:700;color:var(--t1)}
.n-mega-cta-desc{font-size:.66rem;color:var(--t2);line-height:1.5;font-weight:500}
.n-mega-btn{display:inline-flex;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.55rem 1.1rem;border-radius:50px;background:var(--mn);color:var(--nv);text-decoration:none;transition:transform .2s,box-shadow .2s;white-space:nowrap;flex-shrink:0}
.n-mega-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,212,180,.35)}
/* ── SIMPLE DROPDOWN ── */
.n-drop-menu{position:absolute;top:calc(100% + 12px);left:-10px;width:240px;background:var(--wh);border-radius:14px;box-shadow:0 16px 50px rgba(5,15,28,.14),0 0 0 1px rgba(5,15,28,.06);padding:.625rem;display:none;flex-direction:column}
.n-drop:hover .n-drop-menu{display:flex}
.n-drop-menu a{font-size:.76rem;font-weight:500;color:var(--t2);text-decoration:none;padding:.6rem .875rem;border-radius:8px;transition:background .18s,color .18s}
.n-drop-menu a:hover{background:var(--of);color:var(--tl)}
.n-drop-all{border-top:1px solid var(--g1);margin-top:.375rem;padding-top:.75rem !important;color:var(--tl) !important;font-weight:600 !important}
/* ── RIGHT SIDE ── */
.n-right{display:none;align-items:center;gap:1rem;flex-shrink:0}
@media(min-width:900px){.n-right{display:flex}}
.n-phone{font-size:.68rem;font-weight:500;color:rgba(255,255,255,.38);text-decoration:none;white-space:nowrap;transition:color .2s}
.n-phone:hover{color:var(--wh)}
.n-cta{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:.52rem 1.2rem;border-radius:50px;background:var(--mn);color:var(--nv);text-decoration:none;white-space:nowrap;transition:transform .2s,box-shadow .2s}
.n-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,212,180,.38)}
/* ── HAMBURGER ── */
.n-ham{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:6px 2px;background:none;border:none}
@media(min-width:900px){.n-ham{display:none}}
.n-ham span{width:22px;height:1.5px;background:rgba(255,255,255,.75);border-radius:1px;display:block;transition:transform .3s,opacity .3s}
.n-ham.open span:nth-child(1){transform:rotate(45deg) translate(4.5px,4.5px)}
.n-ham.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.n-ham.open span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}
/* ── MOBILE PANEL ── */
.mob-nav{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:var(--nv);z-index:600;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .38s cubic-bezier(.25,.46,.45,.94);border-left:1px solid rgba(255,255,255,.07);overflow-y:auto}
.mob-nav.open{transform:translateX(0)}
.mob-nav-top{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}
.mob-close{background:none;border:none;color:rgba(255,255,255,.4);font-size:1.25rem;cursor:pointer;padding:.25rem;transition:color .2s;line-height:1}
.mob-close:hover{color:var(--wh)}
.mob-nav-links{flex:1;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto}
.mob-nav-links>a{font-size:.82rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.55);text-decoration:none;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05);transition:color .2s}
.mob-nav-links>a:hover{color:var(--wh)}
.mob-section{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}
.mob-section-label{font-size:.58rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--t2);margin-bottom:.5rem}
.mob-section a{display:block;font-size:.78rem;font-weight:500;color:rgba(255,255,255,.7);text-decoration:none;padding:.5rem 0 .5rem .75rem;transition:color .2s}
.mob-section a:hover{color:var(--mn)}
.mob-nav-footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;display:flex;flex-direction:column;gap:.75rem}
.mob-cta{text-align:center;justify-content:center}
.mob-phone{font-size:.78rem;color:rgba(255,255,255,.4);text-decoration:none;text-align:center;transition:color .2s}
.mob-phone:hover{color:var(--wh)}
.mob-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:550;opacity:0;pointer-events:none;transition:opacity .35s}
.mob-overlay.open{opacity:1;pointer-events:auto}
.hero {
min-height: 100svh; background: var(--nv);
display: flex; flex-direction: column;
position: relative; overflow: hidden;
}
.h-grid {
position: absolute; inset: 0; z-index: 0;
background-image: linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
background-size: 56px 56px;
mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, black 20%, transparent 80%);
}
.orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.o { position: absolute; border-radius: 50%; filter: blur(80px); animation: drift 16s var(--ease) infinite; }
.o1 { width: min(600px, 90vw); height: min(600px, 90vw); background: rgba(13, 148, 136, .09); top: -20%; right: -10%; animation-delay: 0s; }
.o2 { width: min(420px, 70vw); height: min(420px, 70vw); background: rgba(15, 76, 129, .11); bottom: -10%; left: -10%; animation-delay: -6s; }
.o3 { width: min(280px, 50vw); height: min(280px, 50vw); background: rgba(0, 212, 180, .055); top: 40%; right: 22%; animation-delay: -11s; }
.h-in {
position: relative; z-index: 2;
width: 100%; max-width: 1280px; margin: 0 auto;
padding: 80px 5% 56px;
flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 2rem;
}
@media (min-width: 900px) {
.h-in { flex-direction: row; align-items: center; gap: 3rem; padding: 100px 5% 64px; }
.h-left { flex: 1.1; }
.h-right { flex: .9; display: flex !important; align-items: center; justify-content: center; }
}
.h-left { display: flex; flex-direction: column; gap: 0; }
.h-pill {
display: inline-flex; align-items: center; gap: 6px;
font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
color: var(--mn); padding: .32rem .875rem; border-radius: 50px;
border: 1px solid rgba(0, 212, 180, .2); background: rgba(0, 212, 180, .05);
width: fit-content; margin-bottom: 1.25rem;
}
.h-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--mn); animation: pulse 2s infinite; flex-shrink: 0; }
.h-headline {
font-size: clamp(2.6rem, 6.5vw, 5.2rem);
font-weight: 700; letter-spacing: -.035em; line-height: .95;
color: var(--wh); margin-bottom: 1.25rem;
}
.h-headline em {
font-style: normal;
background: linear-gradient(90deg, #14b8a6, #00d4b4, #10b981);
-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.h-sub { font-size: clamp(.92rem, 1rem + .1vw, 1.08rem); color: rgba(255, 255, 255, .85); font-weight: 500; line-height: 1.7; max-width: 400px; margin-bottom: 1.75rem; }
.h-btns { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.h-nwnf { display: inline-flex; align-items: center; gap: .5rem; font-size: .74rem; color: rgba(255, 255, 255, .52); }
.h-nwnf-badge {
background: rgba(245, 158, 11, .1); border: 1px solid rgba(245, 158, 11, .22);
color: #f59e0b; font-size: .64rem; font-weight: 700; letter-spacing: .1em;
text-transform: uppercase; padding: .18rem .5rem; border-radius: 50px;
}
.h-right { display: none; position: relative; }
.h-frame {
width: min(360px, 100%); aspect-ratio: 3/4; margin: 0 auto;
border-radius: 50% 50% 46% 46%/56% 56% 44% 44%;
background: linear-gradient(160deg, rgba(13, 148, 136, .2) 0%, rgba(15, 76, 129, .25) 55%, rgba(5, 15, 28, .5) 100%);
border: 1px solid rgba(255, 255, 255, .07); position: relative; overflow: hidden;
}
.h-frame::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px); background-size: 26px 26px; }
.h-frame::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 35%; background: linear-gradient(to bottom, rgba(0, 212, 180, .06), transparent); }
.h-doc { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-size: 7rem; opacity: .22; user-select: none; line-height: 1; }
.fb {
position: absolute; background: rgba(255, 255, 255, .97);
border-radius: 11px; padding: .7rem .9rem;
display: flex; align-items: center; gap: .55rem;
box-shadow: 0 8px 32px rgba(5, 15, 28, .18), 0 0 0 1px rgba(5, 15, 28, .04);
animation: fbf 6s var(--ease) infinite; z-index: 4;
}
.fb-ic { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .85rem; }
.fb-l { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--t2); margin-bottom: 1px; }
.fb-v { font-size: .9rem; font-weight: 800; color: var(--t1); letter-spacing: -.02em; line-height: 1.1; }
.fb-s { font-size: .62rem; color: var(--t2); margin-top: 1px; }
.fb1 { top: 10%; left: -12%; animation-delay: 0s; }
.fb2 { top: 44%; right: -10%; animation-delay: 1.8s; }
.fb3 { bottom: 12%; left: -9%; animation-delay: 3.4s; }
/* ── HERO GRID (replaces emoji floating boxes) ── */
.hero-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
width: 100%;
max-width: 420px;
}
.hg-card {
background: rgba(255,255,255,.04);
border: 1px solid rgba(255,255,255,.08);
border-radius: 14px;
padding: 1.1rem 1rem;
backdrop-filter: blur(12px);
transition: border-color .3s, background .3s, transform .3s;
}
.hg-card:hover {
background: rgba(255,255,255,.07);
border-color: rgba(0,212,180,.25);
transform: translateY(-2px);
}
.hg-card-accent {
background: rgba(0,212,180,.08);
border-color: rgba(0,212,180,.2);
}
.hg-card-accent:hover {
background: rgba(0,212,180,.14);
border-color: rgba(0,212,180,.4);
}
.hg-icon {
width: 34px;
height: 34px;
border-radius: 9px;
background: rgba(255,255,255,.06);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: .65rem;
color: var(--mn);
}
.hg-card-accent .hg-icon {
background: rgba(0,212,180,.15);
color: var(--mn);
}
.hg-stat {
font-size: 1.35rem;
font-weight: 800;
color: var(--wh);
letter-spacing: -.03em;
line-height: 1.1;
margin-bottom: 2px;
}
.hg-card-accent .hg-stat {
color: var(--mn);
}
.hg-label {
font-size: .7rem;
font-weight: 600;
letter-spacing: .04em;
text-transform: uppercase;
color: rgba(255,255,255,.7);
margin-bottom: 2px;
}
.hg-sub {
font-size: .65rem;
font-weight: 500;
color: rgba(255,255,255,.35);
}
@media(max-width:899px) {
.hero-grid { display: none; }
}
.h-scroll { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 5px; z-index: 2; }
.h-sl { width: 1px; height: 36px; background: linear-gradient(to bottom, rgba(255, 255, 255, .22), transparent); animation: sl 2.2s ease-in-out infinite; }
.h-st { font-size: .6rem; color: rgba(255, 255, 255, .3); letter-spacing: .2em; text-transform: uppercase; }
.ticker { background: var(--nv); border-top: 1px solid rgba(255, 255, 255, .05); border-bottom: 1px solid rgba(255, 255, 255, .05); overflow: hidden; padding: .75rem 0; }
.ticker-t { display: flex; white-space: nowrap; animation: tk 24s linear infinite; }
.ticker-i { display: inline-flex; align-items: center; gap: 1.5rem; padding: 0 2rem; font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .28); }
.ticker-i span { color: var(--mn); }
.ticker-d { width: 3px; height: 3px; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.trust-strip { background: var(--wh); border-bottom: 1px solid var(--g1); padding: 1.25rem 5%; }
.trust-strip-in { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.ts-group { display: flex; align-items: center; gap: .65rem; }
.ts-avs { display: flex; }
.ts-av { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--wh); display: flex; align-items: center; justify-content: center; font-size: .6rem; font-weight: 700; color: var(--wh); margin-right: -5px; flex-shrink: 0; }
.ts-label { margin-left: .75rem; }
.ts-label strong { font-size: .78rem; font-weight: 700; color: var(--t1); display: block; }
.ts-label span { font-size: .74rem; color: var(--t2); }
.ts-stars { display: flex; align-items: center; gap: .3rem; }
.ts-stars .s { color: #f59e0b; font-size: .75rem; letter-spacing: .5px; }
.ts-stars .v { font-size: .76rem; font-weight: 700; color: var(--t1); }
.ts-stars .l { font-size: .72rem; color: var(--t2c); }
.ts-chips { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ts-chip { display: flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 600; color: var(--t2); }
.ts-baa { font-size: .7rem; font-weight: 600; color: var(--tl); padding: .38rem .875rem; border-radius: 50px; background: rgba(13, 148, 136, .06); border: 1px solid rgba(13, 148, 136, .13); white-space: nowrap; }
.stats { background: var(--wh); border-bottom: 1px solid var(--g1); }
.stats-g { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .stats-g { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .stats-g { grid-template-columns: repeat(5, 1fr); } }
.stat-b { padding: 2rem 1.25rem; text-align: center; border-right: 1px solid var(--g1); border-bottom: 1px solid var(--g1); }
.stat-b:last-child { border-right: none; }
@media (min-width: 900px) { .stat-b { border-bottom: none; padding: 2.25rem 1.5rem; } }
.stat-n {
font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; letter-spacing: -.04em;
background: var(--ga); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
line-height: 1; margin-bottom: .3rem;
opacity: 0; transform: translateY(12px); transition: opacity .65s ease, transform .65s ease;
}
.stat-b.iv .stat-n { opacity: 1; transform: translateY(0); }
.stat-l { font-size: .78rem; color: var(--t1); font-weight: 500; letter-spacing: .03em; line-height: 1.4; }
.svs { background: var(--of); overflow: hidden; padding: 4.5rem 0; }
.svs-head { padding: 0 5%; max-width: 1280px; margin: 0 auto 2.25rem; }
.svs-head .lead { max-width: none; }
.smw { position: relative; }
.smw::before, .smw::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.smw::before { left: 0; background: linear-gradient(to right, var(--of), transparent); }
.smw::after { right: 0; background: linear-gradient(to left, var(--of), transparent); }
.smt { display: flex; gap: 1rem; width: max-content; animation: mq 34s linear infinite; padding: 0 5%; }
.smt:hover { animation-play-state: paused; }
.sc {
width: 260px; flex-shrink: 0; background: var(--wh);
border-radius: 18px; padding: 1.5rem;
border: 1px solid rgba(0, 0, 0, .05);
transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
position: relative; overflow: hidden;
}
.sc:hover { transform: translateY(-5px); box-shadow: var(--sh), 0 0 30px rgba(0, 212, 180, .12); border-color: rgba(13, 148, 136, .12); }
.sc-ic { width: 42px; height: 42px; border-radius: 11px; margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; background: linear-gradient(135deg, rgba(13, 148, 136, .08), rgba(0, 212, 180, .05)); }
.sc h3 { font-size: .88rem; font-weight: 700; color: var(--t1); margin-bottom: .4rem; letter-spacing: -.01em; }
.sc p { font-size: .92rem; color: var(--t2); line-height: 1.68; font-weight: 500; margin-bottom: 1rem; }
.sc-link { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--tl); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: gap .18s; }
.sc-link:hover { gap: 8px; }
.oon { background: var(--nv); padding: 4.5rem 5%; position: relative; overflow: hidden; }
.oon::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 85% 25%, rgba(0, 212, 180, .06) 0%, transparent 55%); }
.oon-in { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.oon-g { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 900px) { .oon-g { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } }
.oon-eyebrow { display: inline-flex; align-items: center; gap: 5px; font-size: .64rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #f59e0b; margin-bottom: .875rem; padding: .28rem .7rem; border-radius: 50px; border: 1px solid rgba(245, 158, 11, .22); background: rgba(245, 158, 11, .07); }
.oon-h { font-size: clamp(1.75rem, 3.5vw, 2.8rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.06; color: var(--wh); margin-bottom: .875rem; }
.oon-h em { font-style: normal; color: var(--mn); }
.oon-sub { font-size: .94rem; color: rgba(255, 255, 255, .85); line-height: 1.72; font-weight: 500; margin-bottom: 1.75rem; max-width: 400px; }
.oon-props { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 1.75rem; }
.oon-prop { display: flex; align-items: center; gap: .875rem; padding: .875rem 1rem; background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .06); border-radius: 12px; transition: border-color .22s; }
.oon-prop:hover { border-color: rgba(0, 212, 180, .18); }
.oon-prop-ic { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.oon-prop-title { font-size: .9rem; font-weight: 600; color: var(--wh); }
.oon-right { display: flex; flex-direction: column; gap: 1.1rem; }
.oon-bar-box { background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .07); border-radius: 20px; padding: 1.5rem; }
.oon-bar-title { font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .35); margin-bottom: 1.1rem; }
.oon-row { margin-bottom: .875rem; }
.oon-row:last-of-type { margin-bottom: 0; }
.oon-row-label { display: flex; justify-content: space-between; margin-bottom: .4rem; }
.oon-row-label span { font-size: .8rem; color: rgba(255, 255, 255, .78); }
.oon-row-label .ov { font-size: .8rem; font-weight: 700; color: var(--mn); }
.oon-row-label .ov.dim { color: rgba(255, 255, 255, .55); font-size: .76rem; }
.oon-track { height: 6px; background: rgba(255, 255, 255, .07); border-radius: 3px; overflow: hidden; }
.oon-fill { height: 100%; border-radius: 3px; width: 0; transition: width 1.4s var(--ease); }
.oon-fill-a { background: linear-gradient(90deg, var(--b2), var(--tl)); }
.oon-fill-b { background: linear-gradient(90deg, var(--tl), var(--mn)); }
.nwnf-box { display: flex; align-items: flex-start; gap: 1rem; background: rgba(245, 158, 11, .06); border: 1px solid rgba(245, 158, 11, .18); border-radius: 16px; padding: 1.25rem; }
.nwnf-ic { font-size: 1.5rem; flex-shrink: 0; line-height: 1; }
.nwnf-title { font-size: .88rem; font-weight: 700; color: var(--wh); margin-bottom: .3rem; }
.nwnf-desc { font-size: .88rem; color: rgba(255, 255, 255, .85); line-height: 1.6; font-weight: 500; margin-bottom: .75rem; }
.nwnf-btn { display: inline-flex; align-items: center; gap: 5px; font-family: var(--f); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .55rem 1.1rem; border-radius: 50px; background: #f59e0b; color: #000; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.nwnf-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(245, 158, 11, .38); }
.abt { background: var(--wh); }
.abt-g { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 900px) { .abt-g { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; } }
.abt-vis { position: relative; }
/* ── DEVICE MOCKUP ── */
.dev-mock {
width: 100%;
max-width: 340px;
margin: 0 auto;
background: linear-gradient(165deg, #0a1e35, #0c3d5e 40%, #0d7d73);
border-radius: 32px;
padding: 0;
position: relative;
overflow: hidden;
box-shadow: 0 32px 80px rgba(5,15,28,.28), 0 0 0 1px rgba(255,255,255,.06), inset 0 1px 0 rgba(255,255,255,.08);
}
.dev-notch {
width: 100px;
height: 22px;
background: #050f1c;
border-radius: 0 0 16px 16px;
margin: 0 auto;
}
.dev-status {
display: flex;
justify-content: space-between;
align-items: center;
padding: .5rem 1.25rem;
font-size: .58rem;
color: rgba(255,255,255,.5);
font-weight: 600;
letter-spacing: .06em;
}
.dev-time { font-variant-numeric: tabular-nums; }
.dev-header {
padding: .5rem 1.25rem .75rem;
border-bottom: 1px solid rgba(255,255,255,.08);
}
.dev-header-title {
font-size: .88rem;
font-weight: 700;
color: var(--wh);
letter-spacing: -.01em;
}
.dev-header-sub {
font-size: .64rem;
color: rgba(255,255,255,.45);
font-weight: 500;
margin-top: 2px;
}
.dev-feed {
padding: .5rem 1rem 0;
display: flex;
flex-direction: column;
gap: 0;
}
.dev-item {
display: flex;
align-items: flex-start;
gap: .65rem;
padding: .7rem .25rem;
border-bottom: 1px solid rgba(255,255,255,.05);
opacity: 0;
animation: devFadeIn .5s ease forwards;
}
.dev-anim-1 { animation-delay: .2s; }
.dev-anim-2 { animation-delay: .5s; }
.dev-anim-3 { animation-delay: .8s; }
.dev-anim-4 { animation-delay: 1.1s; }
.dev-anim-5 { animation-delay: 1.4s; }
.dev-anim-6 { animation-delay: 1.7s; }
@keyframes devFadeIn {
from { opacity: 0; transform: translateY(6px); }
to { opacity: 1; transform: translateY(0); }
}
.dev-dot {
width: 8px;
height: 8px;
border-radius: 50%;
flex-shrink: 0;
margin-top: 5px;
}
.dev-dot-green { background: #059669; box-shadow: 0 0 6px rgba(5,150,105,.5); }
.dev-dot-gold { background: #f59e0b; box-shadow: 0 0 6px rgba(245,158,11,.4); }
.dev-dot-teal { background: var(--mn); box-shadow: 0 0 6px rgba(0,212,180,.4); }
.dev-item-body { flex: 1; min-width: 0; }
.dev-item-title {
font-size: .72rem;
font-weight: 700;
color: var(--wh);
line-height: 1.3;
}
.dev-item-meta {
font-size: .62rem;
color: rgba(255,255,255,.5);
font-weight: 500;
margin-top: 1px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.dev-item-time {
font-size: .58rem;
color: rgba(255,255,255,.35);
font-weight: 500;
white-space: nowrap;
flex-shrink: 0;
margin-top: 3px;
}
.dev-bottom-bar {
display: flex;
gap: .5rem;
padding: .75rem 1.25rem 1.25rem;
}
.dev-stat-pill {
flex: 1;
background: rgba(255,255,255,.08);
border-radius: 10px;
padding: .55rem .65rem;
font-size: .62rem;
color: rgba(255,255,255,.6);
font-weight: 600;
text-align: center;
border: 1px solid rgba(255,255,255,.06);
}
.dev-stat-num {
color: var(--mn);
font-weight: 700;
font-size: .78rem;
display: block;
line-height: 1;
margin-bottom: 2px;
}
.abt-card { position: absolute; bottom: -1.25rem; right: -1.25rem; background: var(--wh); border-radius: 18px; padding: 1rem 1.25rem; box-shadow: var(--sh); display: flex; align-items: center; gap: .875rem; border: 1px solid var(--g1); }
.abt-cn { font-size: 1.75rem; font-weight: 700; letter-spacing: -.04em; background: var(--ga); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.abt-cl { font-size: .72rem; color: var(--t2); margin-top: 2px; }
.abt-badge { position: absolute; top: -.875rem; left: -1.25rem; background: var(--nv); border-radius: 11px; padding: .7rem .95rem; }
.abt-badge-t { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--mn); }
.abt-badge-s { font-size: .64rem; color: rgba(255, 255, 255, .45); margin-top: 1px; }
.abt-content .lead { margin: .65rem 0 1.5rem; }
.abt-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--g1); border-radius: 16px; overflow: hidden; border: 1px solid var(--g1); margin-bottom: 1.5rem; }
.abt-stat { background: var(--wh); padding: 1.25rem; display: flex; flex-direction: column; gap: .18rem; transition: background .2s; }
.abt-stat:hover { background: var(--of); }
.abn { font-size: 1.65rem; font-weight: 700; letter-spacing: -.04em; line-height: 1; background: var(--ga); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.abl { font-size: .72rem; font-weight: 600; color: var(--t2); }
.abs { font-size: .62rem; color: var(--t2); font-weight: 500; margin-top: 1px; }
.feat-rows { display: flex; flex-direction: column; gap: .625rem; margin-bottom: 1.5rem; }
.feat-r { display: flex; align-items: center; gap: .75rem; padding: .875rem 1rem; border-radius: 11px; border: 1px solid var(--g1); transition: border-color .22s; }
.feat-r:hover { border-color: rgba(13, 148, 136, .18); }
.feat-ck { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--tl), var(--gn)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat-ck svg { width: 10px; height: 10px; stroke: white; stroke-width: 2.5; fill: none; }
.feat-r span { font-size: .82rem; font-weight: 600; color: var(--t1); }
.how { background: var(--of); }
.how-g { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 600px) { .how-g { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.how-card { background: var(--wh); border-radius: 18px; padding: 1.5rem; border: 1px solid rgba(0, 0, 0, .05); }
.how-num { font-size: 2.2rem; font-weight: 700; letter-spacing: -.04em; background: var(--ga); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: .75rem; }
.how-title { font-size: .9rem; font-weight: 700; color: var(--t1); margin-bottom: .4rem; }
.how-desc { font-size: .78rem; color: var(--t2); line-height: 1.65; font-weight: 500; }
.gtm { background: var(--nv); padding: 4.5rem 5%; position: relative; overflow: hidden; }
.gtm::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 70% at 85% 50%, rgba(0, 212, 180, .05) 0%, transparent 55%); }
.gtm-in { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.gtm-head { margin-bottom: 2.25rem; }
.gtm-head .h2w { margin: .5rem 0 .65rem; }
.gtm-head .lead { color: rgba(255, 255, 255, .36); max-width: 500px; }
.gtm-g { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 700px) { .gtm-g { grid-template-columns: 1fr 1fr; } }
.gtm-card { border-radius: 20px; padding: 1.75rem; }
.gtm-card-a { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); }
.gtm-card-b { background: var(--wh); border: 1px solid rgba(0, 0, 0, .055); }
.gtm-num { font-size: .56rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; padding: .24rem .65rem; border-radius: 50px; width: fit-content; margin-bottom: 1rem; }
.gtm-num-a { background: rgba(0, 212, 180, .1); color: var(--mn); border: 1px solid rgba(0, 212, 180, .18); }
.gtm-num-b { background: rgba(13, 148, 136, .08); color: var(--tl); border: 1px solid rgba(13, 148, 136, .14); }
.gtm-title { font-size: 1rem; font-weight: 700; letter-spacing: -.01em; margin-bottom: .5rem; }
.gtm-title-a { color: var(--wh); }
.gtm-title-b { color: var(--t1); }
.gtm-desc { font-size: .78rem; line-height: 1.68; font-weight: 500; margin-bottom: 1.1rem; }
.gtm-desc-a { color: rgba(255, 255, 255, .42); }
.gtm-desc-b { color: var(--t2); }
.gtm-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.gtm-chip { font-size: .62rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 50px; }
.gtm-chip-a { background: rgba(0, 212, 180, .08); color: var(--mn); border: 1px solid rgba(0, 212, 180, .14); }
.gtm-chip-b { background: rgba(13, 148, 136, .07); color: var(--tl); border: 1px solid rgba(13, 148, 136, .13); }
.prs { background: var(--nv); padding: 4.5rem 5%; position: relative; overflow: hidden; }
.prs::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 55% at 80% 30%, rgba(0, 212, 180, .05) 0%, transparent 55%); }
.prs-in { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.prs-head { max-width: 540px; margin-bottom: 2.75rem; }
.ptabs { display: flex; gap: 0; border: 1px solid rgba(255, 255, 255, .07); border-radius: 50px; padding: 4px; margin-bottom: 2.25rem; width: fit-content; background: rgba(255, 255, 255, .025); flex-wrap: wrap; }
.pt { font-family: var(--f); font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .48rem 1.1rem; border-radius: 50px; background: none; border: none; color: rgba(255, 255, 255, .32); cursor: pointer; transition: all .28s; }
.pt.on { background: var(--mn); color: var(--nv); }
.pt:hover:not(.on) { color: rgba(255, 255, 255, .65); }
.ppa { display: none; } .ppa.on { display: block; }
.pgr { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 900px) { .pgr { grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; } }
.psteps { display: flex; flex-direction: column; }
.ps { display: flex; gap: 1.1rem; padding: 1.1rem; border-left: 1px solid rgba(255, 255, 255, .055); margin-left: 1.1rem; position: relative; cursor: pointer; transition: all .28s; }
.ps::before { content: ''; position: absolute; left: -4.5px; top: 1.35rem; width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .1); transition: background .28s, box-shadow .28s; }
.ps.on::before { background: var(--mn); box-shadow: 0 0 0 4px rgba(0, 212, 180, .12); }
.ps.on { border-left-color: rgba(0, 212, 180, .24); }
.psn { font-size: .58rem; font-weight: 700; color: rgba(255, 255, 255, .16); letter-spacing: .1em; margin-top: 1px; }
.ps.on .psn { color: var(--mn); }
.pst { font-size: .84rem; font-weight: 600; color: rgba(255, 255, 255, .32); margin-bottom: .22rem; transition: color .28s; }
.ps.on .pst { color: var(--wh); }
.psd { font-size: .74rem; color: rgba(255, 255, 255, .72); line-height: 1.62; font-weight: 500; transition: color .28s; }
.ps.on .psd { color: rgba(255, 255, 255, .46); }
.pvp { background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .07); border-radius: 22px; padding: 1.75rem; display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; }
.pvp-ic { font-size: 2.2rem; margin-bottom: 1rem; }
.pvp-t { font-size: 1rem; font-weight: 700; color: var(--wh); margin-bottom: .5rem; letter-spacing: -.02em; }
.pvp-d { font-size: .8rem; color: rgba(255, 255, 255, .85); line-height: 1.72; font-weight: 500; margin-bottom: 1.4rem; }
.pvp-tags { display: flex; flex-wrap: wrap; gap: .38rem; }
.pvp-tag { font-size: .58rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 50px; background: rgba(0, 212, 180, .07); color: var(--mn); border: 1px solid rgba(0, 212, 180, .12); }
.spec { background: var(--of); }
.spec-in { max-width: 1280px; margin: 0 auto; }
.spec-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
.spec-filters { display: flex; gap: .38rem; flex-wrap: wrap; }
.sf { font-family: var(--f); font-size: .62rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: .36rem .8rem; border-radius: 50px; background: var(--wh); border: 1px solid var(--g1); color: var(--t2); cursor: pointer; transition: all .22s; }
.sf.on, .sf:hover { background: var(--nv); color: var(--wh); border-color: var(--nv); }
.spec-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
@media (min-width: 480px) { .spec-g { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 700px) { .spec-g { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 900px) { .spec-g { grid-template-columns: repeat(6, 1fr); } }
.sp-item { background: var(--wh); border-radius: 11px; padding: .875rem .75rem; text-align: center; border: 1px solid rgba(0, 0, 0, .05); cursor: pointer; transition: transform .28s var(--ease), box-shadow .28s, border-color .28s, opacity .28s; text-decoration: none; color: inherit; display: block; }
.sp-item:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--sh); border-color: rgba(13, 148, 136, .12); }
.sp-em { font-size: 1.25rem; display: block; margin-bottom: .32rem; }
.sp-n { font-size: .62rem; font-weight: 600; color: var(--t2); letter-spacing: .02em; }
.mkt { background: var(--wh); }
.mkt-in { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 900px) { .mkt-in { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } }
.mkt-left .lead { margin: .65rem 0 1.5rem; }
.mkt-feats { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 1.5rem; }
.mkt-feat { background: var(--of); border-radius: 12px; padding: 1rem; border: 1px solid var(--g1); transition: border-color .22s; }
.mkt-feat:hover { border-color: rgba(13, 148, 136, .18); }
.mkt-feat-ic { font-size: 1.1rem; margin-bottom: .4rem; }
.mkt-feat-t { font-size: .78rem; font-weight: 600; color: var(--t1); margin-bottom: .2rem; }
.mkt-feat-d { font-size: .68rem; color: var(--t2); line-height: 1.55; font-weight: 500; }
.mkt-right { background: var(--nv); border-radius: 22px; padding: 2rem; position: relative; overflow: hidden; }
.mkt-right::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 70% 30%, rgba(0, 212, 180, .07) 0%, transparent 60%); }
.mkt-right-inner { position: relative; z-index: 1; }
.mkt-pill { display: inline-flex; align-items: center; gap: 5px; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--mn); padding: .28rem .65rem; border-radius: 50px; border: 1px solid rgba(0, 212, 180, .18); background: rgba(0, 212, 180, .05); margin-bottom: .875rem; }
.mkt-h { font-size: 1.35rem; font-weight: 700; color: var(--wh); letter-spacing: -.02em; line-height: 1.1; margin-bottom: .5rem; }
.mkt-sub { font-size: .88rem; color: rgba(255, 255, 255, .72); line-height: 1.65; font-weight: 500; margin-bottom: 1.25rem; }
.mkt-plans { display: flex; flex-direction: column; gap: .5rem; }
.mkt-plan { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); border-radius: 10px; padding: .875rem 1rem; display: flex; align-items: center; justify-content: space-between; transition: border-color .22s; }
.mkt-plan:hover { border-color: rgba(0, 212, 180, .2); }
.mkt-plan-name { font-size: .84rem; font-weight: 600; color: var(--wh); }
.mkt-plan-desc { font-size: .82rem; color: rgba(255, 255, 255, .72); margin-top: 1px; }
.mkt-plan-arr { font-size: .75rem; color: var(--mn); }
.calc { background: var(--of); }
.calc-in { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 900px) { .calc-in { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } }
.calc-left .lead { margin: .65rem 0 1.5rem; }
.calc-proof { display: flex; flex-direction: column; gap: .5rem; }
.calc-proof-item { display: flex; align-items: center; gap: .55rem; font-size: .88rem; color: var(--t1); }
.calc-proof-ck { width: 18px; height: 18px; border-radius: 50%; background: linear-gradient(135deg, var(--tl), var(--gn)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.calc-proof-ck svg { width: 9px; height: 9px; stroke: white; stroke-width: 2.5; fill: none; }
.calc-box { background: var(--wh); border-radius: 22px; padding: 2rem; border: 1px solid var(--g1); }
.calc-box h3 { font-size: .96rem; font-weight: 700; color: var(--t1); margin-bottom: .28rem; letter-spacing: -.01em; }
.calc-sub { font-size: .74rem; color: var(--t2); margin-bottom: 1.5rem; font-weight: 500; }
.calc-row { margin-bottom: 1.4rem; }
.calc-label { display: flex; justify-content: space-between; font-size: .7rem; font-weight: 600; color: var(--t2); margin-bottom: .55rem; }
.calc-v { color: var(--tl); }
.calc-results { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1.5rem; }
.calc-rc { border-radius: 11px; padding: .9rem; text-align: center; }
.calc-rc-light { background: var(--of); border: 1px solid var(--g1); }
.calc-rc-dark { background: var(--nv); border: none; }
.calc-rl { font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--t2); margin-bottom: .3rem; }
.calc-rl-lt { color: rgba(255, 255, 255, .3); }
.calc-rn { font-size: 1.35rem; font-weight: 700; color: var(--t1); letter-spacing: -.03em; }
.calc-rn-grd { background: var(--ga); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.calc-banner { margin-top: 1rem; padding: .75rem .9rem; border-radius: 10px; background: linear-gradient(135deg, rgba(0, 212, 180, .06), rgba(5, 150, 105, .04)); border: 1px solid rgba(0, 212, 180, .12); display: flex; align-items: center; gap: .55rem; font-size: .74rem; color: var(--t2); }
.calc-banner strong { color: var(--tl); font-weight: 700; }
.tst { background: var(--nv); padding: 4.5rem 5%; position: relative; overflow: hidden; }
.tst::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 60% 40%, rgba(0, 212, 180, .06) 0%, transparent 55%); }
.tst-in { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.tst-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.5rem; gap: 1rem; flex-wrap: wrap; }
.tst-ctrls { display: flex; gap: .55rem; }
.tst-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .04); color: rgba(255, 255, 255, .4); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .22s; font-size: .88rem; font-family: var(--f); }
.tst-btn:hover { background: rgba(255, 255, 255, .08); color: white; border-color: rgba(255, 255, 255, .2); }
.tst-track-w { overflow: hidden; }
.tst-track { display: flex; gap: 1rem; transition: transform .5s var(--ease); }
.tst-card { flex: 0 0 calc(100% - 0px); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .065); border-radius: 20px; padding: 1.75rem; transition: border-color .28s; }
@media (min-width: 700px) { .tst-card { flex: 0 0 calc(50% - .5rem); } }
.tst-card:hover { border-color: rgba(0, 212, 180, .12); }
.tst-stars { color: #f59e0b; font-size: .75rem; letter-spacing: 1.5px; margin-bottom: 1rem; }
.tst-q { font-size: .86rem; line-height: 1.78; color: rgba(255, 255, 255, .55); font-weight: 500; margin-bottom: 1.4rem; font-style: italic; }
.tst-div { width: 24px; height: 1px; background: rgba(255, 255, 255, .08); margin-bottom: 1rem; }
.tst-p { display: flex; align-items: center; gap: .75rem; }
.tst-av { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 700; color: white; flex-shrink: 0; }
.tst-n { font-size: .8rem; font-weight: 600; color: var(--wh); }
.tst-r { font-size: .64rem; color: rgba(255, 255, 255, .3); margin-top: 1px; }
.faq { background: var(--of); }
.faq-in { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 900px) { .faq-in { grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; } }
.faq-l .lead { margin-top: .65rem; }
.faq-l .btn-primary { margin-top: 1.5rem; display: inline-flex; }
.faq-list { display: flex; flex-direction: column; }
.faq-it { border-bottom: 1px solid var(--g1); cursor: pointer; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; gap: 1rem; background: none; border: none; width: 100%; font-family: var(--f); font-size: .84rem; font-weight: 600; color: var(--t1); text-align: left; cursor: pointer; transition: color .2s; }
.faq-q:hover { color: var(--tl); }
.faq-ic { width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; border: 1px solid var(--g1); display: flex; align-items: center; justify-content: center; font-size: .88rem; color: var(--t2); transition: transform .32s, background .2s, border-color .2s; }
.faq-it.op .faq-ic { transform: rotate(45deg); background: var(--nv); color: white; border-color: var(--nv); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s var(--ease), padding .26s; font-size: .78rem; color: var(--t2); line-height: 1.72; font-weight: 500; }
.faq-it.op .faq-a { max-height: 240px; padding-bottom: 1rem; }
.ctas { background: var(--nv); padding: 4.5rem 5%; position: relative; overflow: hidden; }
.ctas::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 100% 50%, rgba(0, 212, 180, .055) 0%, transparent 55%), radial-gradient(ellipse 38% 50% at 0% 50%, rgba(15, 76, 129, .08) 0%, transparent 50%); }
.ctas-in { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 3rem; position: relative; z-index: 1; }
@media (min-width: 900px) { .ctas-in { grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; } }
.ctas-l h2 { margin-bottom: .875rem; }
.ctas-l .lead { margin-bottom: 1.75rem; color: rgba(255, 255, 255, .35); }
.ctas-btns { display: flex; gap: .75rem; flex-wrap: wrap; }
.ctas-trust { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .4rem; }
.ctas-trust-row { font-size: .62rem; color: rgba(255, 255, 255, .72); display: flex; align-items: center; gap: .38rem; }
.ctas-trust-row span { color: var(--mn); }
.ctas-r { background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .07); border-radius: 22px; padding: 1.75rem; }
.ctas-r .form-title { font-size: .74rem; font-weight: 600; color: var(--wh); margin-bottom: 1.25rem; }
.ctas-r label { display: block; font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .26); margin-bottom: .38rem; }
.ctas-r input, .ctas-r select { width: 100%; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); border-radius: 8px; padding: .7rem .85rem; font-family: var(--f); font-size: .8rem; color: white; margin-bottom: .9rem; outline: none; transition: border-color .2s, background .2s; }
.ctas-r input:focus, .ctas-r select:focus { border-color: rgba(0, 212, 180, .34); background: rgba(255, 255, 255, .07); }
.ctas-r select option { background: var(--nv); color: white; }
.ctas-r .frow { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.form-submit { width: 100%; padding: .82rem; border-radius: 50px; background: var(--mn); color: var(--nv); font-family: var(--f); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; border: none; cursor: pointer; transition: transform .2s, box-shadow .2s; margin-top: .35rem; }
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 212, 180, .3); }
.form-note { font-size: .6rem; color: rgba(255, 255, 255, .15); text-align: center; margin-top: .55rem; letter-spacing: .04em; }
footer { background: #020a12; padding: 3.5rem 5% 1.75rem; }
.ft-top { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255, 255, 255, .04); }
@media (min-width: 600px) { .ft-top { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .ft-top { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.ft-brand-name { font-size: 1.05rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: white; margin-bottom: .75rem; }
.ft-brand-name span { color: var(--mn); }
.ft-tag { font-size: .72rem; color: rgba(255, 255, 255, .24); line-height: 1.65; margin-bottom: 1.25rem; font-weight: 500; max-width: 230px; }
.ft-contact { display: flex; flex-direction: column; gap: .38rem; }
.ft-cr { display: flex; align-items: center; gap: .48rem; font-size: .7rem; color: rgba(255, 255, 255, .28); }
.ft-cr a { color: rgba(255, 255, 255, .28); text-decoration: none; transition: color .2s; }
.ft-cr a:hover { color: var(--mn); }
.ft-col h5 { font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .15); margin-bottom: 1rem; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.ft-col ul a { font-size: .72rem; color: rgba(255, 255, 255, .32); text-decoration: none; transition: color .2s; font-weight: 500; }
.ft-col ul a:hover { color: var(--mn); }
.ft-bot { max-width: 1280px; margin: 0 auto; padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .875rem; }
.ft-copy { font-size: .62rem; color: rgba(255, 255, 255, .14); }
.ft-legal { display: flex; gap: 1.5rem; }
.ft-legal a { font-size: .62rem; color: rgba(255, 255, 255, .14); text-decoration: none; transition: color .2s; }
.ft-legal a:hover { color: rgba(255, 255, 255, .42); }
.m-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 400; background: var(--nv); border-top: 1px solid rgba(255, 255, 255, .06); padding: .875rem 5%; display: flex; gap: .75rem; align-items: center; }
@media (min-width: 768px) { .m-cta-bar { display: none; } }
.m-cta-bar .btn-primary { flex: 1; justify-content: center; font-size: .7rem; padding: .75rem 1rem; }
.m-cta-bar .btn-ghost { flex-shrink: 0; font-size: .7rem; padding: .75rem 1rem; color: rgba(255, 255, 255, .5); border: 1px solid rgba(255, 255, 255, .12); }
@media (max-width: 899px) {
.abt-card { display: none; }
.abt-badge { top: -.75rem; left: -.75rem; }
.dev-mock { max-width: 280px; }
}
@media (min-width: 900px) {
.dev-mock { max-width: 360px; }
.abt-badge { top: -1rem; left: -1.5rem; z-index: 2; }
.abt-card { bottom: -1.5rem; right: -1.5rem; z-index: 2; }
}
@media (max-width: 599px) {
.trust-strip-in { flex-direction: column; align-items: flex-start; gap: .875rem; }
.ts-stars, .ts-chips, .ts-baa { display: none; }
.ts-group { width: 100%; }
}

/* ── BLOG / ARTICLE PAGES ── */
article.sec{max-width:780px;margin:0 auto;padding:6rem 5% 4rem}
article.sec h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;color:var(--t1);margin-bottom:1.5rem}
article.sec h2{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--t1);margin:2.5rem 0 1rem}
article.sec h3{font-size:1.15rem;font-weight:700;color:var(--t1);margin:2rem 0 .75rem}
article.sec p{font-size:1.05rem;line-height:1.82;color:var(--t2);font-weight:500;margin-bottom:1.25rem;max-width:none}
article.sec ul,article.sec ol{color:var(--t2);font-size:1.05rem;line-height:1.82;margin:1rem 0 1.5rem 1.5rem}
article.sec li{margin-bottom:.5rem}
article.sec a{color:var(--tl);text-decoration:underline;text-underline-offset:3px}
article.sec a:hover{color:var(--b2)}
article.sec blockquote{border-left:3px solid var(--mn);padding:.75rem 0 .75rem 1.25rem;margin:1.5rem 0;font-style:italic;color:var(--t2c)}
article.sec .tag{margin-bottom:1.25rem}
/* Blog index cards */
.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1280px;margin:0 auto}
@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.blog-grid{grid-template-columns:repeat(3,1fr)}}

/* ── SERVICE & SPECIALTY INTERIOR PAGES ── */
.interior-hero{background:var(--nv);padding:7rem 5% 3.5rem;text-align:center}
.interior-hero .tag{color:var(--mn)}
.interior-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--wh);letter-spacing:-.03em;line-height:1.1;max-width:720px;margin:0 auto .75rem}
.interior-hero p{font-size:1.05rem;color:rgba(255,255,255,.72);max-width:580px;margin:0 auto;line-height:1.78}
.interior-body{max-width:860px;margin:0 auto;padding:3rem 5%}
.interior-body p{font-size:1.02rem;line-height:1.8;color:var(--t2);margin-bottom:1.25rem;max-width:none}
.interior-body h2{font-size:1.5rem;font-weight:700;color:var(--t1);margin:2.5rem 0 1rem;letter-spacing:-.02em}
.interior-body h3{font-size:1.15rem;font-weight:700;color:var(--t1);margin:2rem 0 .75rem}
.calc-spec-btn,.calc-sit-btn{font-size:.62rem;font-weight:600;letter-spacing:.06em;padding:.32rem .7rem;border-radius:50px;border:1px solid var(--g1);background:var(--wh);color:var(--t2);cursor:pointer;transition:all .2s;text-transform:uppercase}
.calc-spec-btn:hover,.calc-sit-btn:hover{border-color:var(--tl);color:var(--tl)}
.calc-spec-btn.on,.calc-sit-btn.on{background:var(--mn);color:var(--nv);border-color:var(--mn)}

.h-services{display:flex;flex-wrap:wrap;gap:.38rem;margin-top:.875rem}
.h-services a{font-size:.6rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .7rem;border-radius:50px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.45);text-decoration:none;transition:all .2s}
.h-services a:hover{border-color:rgba(0,212,180,.3);color:var(--mn)}
