/* ===== New service-page design system (scoped to .fs2 so nav/footer are untouched) ===== */
.fs2{--r:16px}
.fs2 *{box-sizing:border-box}
.fs2 .fs2-wrap{max-width:1180px;margin:0 auto;padding:0 clamp(1.1rem,4vw,2rem)}
.fs2 h1,.fs2 h2,.fs2 h3{font-family:var(--font-h,'Montserrat',sans-serif);color:var(--navy,#0b1f3a);line-height:1.1;margin:0}
.fs2 .fs2-eyebrow{font-family:var(--font-m,'IBM Plex Mono',monospace);font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--teal2,#0096be);margin:0}
.fs2 .fs2-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-h,'Montserrat',sans-serif);font-weight:700;font-size:.98rem;padding:.9rem 1.5rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .15s,box-shadow .15s;text-decoration:none}
.fs2 .fs2-btn:focus-visible{outline:3px solid var(--teal,#00afd8);outline-offset:3px}
.fs2 .fs2-primary{background:var(--teal,#00afd8);color:var(--navy,#0b1f3a)}
.fs2 .fs2-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px -12px rgba(0,175,216,.7)}
.fs2 .fs2-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.fs2 .fs2-ghost:hover{border-color:var(--teal,#00afd8);color:var(--teal,#00afd8)}
.fs2 .fs2-sec{padding:clamp(3rem,6vw,5rem) 0}
.fs2 .fs2-head{max-width:640px;margin:0 auto 2.4rem;text-align:center}
.fs2 .fs2-head h2{font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin:.5rem 0 0}
.fs2 .fs2-head p{color:var(--text2,#5a6a82);margin:.7rem 0 0}
/* hero */
.fs2 .fs2-hero{position:relative;background:radial-gradient(120% 130% at 85% 10%,var(--navy3,#1a3060),var(--navy,#0b1f3a) 55%);color:#fff;overflow:hidden}
.fs2 .fs2-hero .fs2-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:center;padding-top:clamp(3rem,7vw,5rem);padding-bottom:clamp(3rem,7vw,5rem)}
.fs2 .fs2-hero h1{color:#fff;font-size:clamp(2.3rem,5.2vw,3.6rem);font-weight:800;letter-spacing:-.02em;margin:.9rem 0 0}
.fs2 .fs2-hero h1 em{font-style:normal;color:var(--teal,#00afd8)}
.fs2 .fs2-lede{color:#c9d6ea;font-size:clamp(1.05rem,2vw,1.2rem);max-width:34ch;margin:1.1rem 0 0}
.fs2 .fs2-hero .fs2-eyebrow{color:var(--teal,#00afd8)}
.fs2 .fs2-ctarow{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}
.fs2 .fs2-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.9rem}
.fs2 .fs2-chip{display:inline-flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.4rem .8rem;font-size:.8rem;color:#dbe6f5}
.fs2 .fs2-chip svg{width:15px;height:15px;color:var(--teal,#00afd8);flex:none}
.fs2 .fs2-radar{position:relative;justify-self:center;width:min(360px,80vw);aspect-ratio:1}
.fs2 .fs2-radar svg{width:100%;height:100%;overflow:visible}
.fs2 .fs2-ring{fill:none;stroke:var(--teal,#00afd8);opacity:.25}
.fs2 .fs2-pulse{transform-origin:center;transform-box:fill-box;animation:fs2pulse 4.2s ease-out infinite}
.fs2 .fs2-pulse.b{animation-delay:1.4s}.fs2 .fs2-pulse.c{animation-delay:2.8s}
@keyframes fs2pulse{0%{transform:scale(.35);opacity:.6}100%{transform:scale(1.05);opacity:0}}
.fs2 .fs2-sweep{transform-origin:center;transform-box:fill-box;animation:fs2sweep 6s linear infinite}
@keyframes fs2sweep{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.fs2 .fs2-pulse,.fs2 .fs2-sweep{animation:none}}
@media(max-width:820px){.fs2 .fs2-hero .fs2-wrap{grid-template-columns:1fr;gap:1.4rem}.fs2 .fs2-radar{display:none}}
/* creds */
.fs2 .fs2-creds{background:var(--navy2,#122348);color:#b9c7dc}
.fs2 .fs2-creds .fs2-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2.4rem;padding:1rem 2rem;font-family:var(--font-m,monospace);font-size:.78rem;letter-spacing:.04em}
.fs2 .fs2-creds b{color:#fff;font-family:var(--font-h,sans-serif)}
/* quick answer */
.fs2 .fs2-qa{background:var(--offwhite,#f4f7fb)}
.fs2 .fs2-qabox{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--border,#d8e3f0);border-left:5px solid var(--teal,#00afd8);border-radius:var(--r);padding:1.5rem 1.7rem}
.fs2 .fs2-qabox p{margin:.5rem 0 0;font-size:1.05rem;color:var(--text,#2d3748)}
/* cards */
.fs2 .fs2-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.1rem}
.fs2 .fs2-card{display:block;background:#fff;border:1px solid var(--border,#d8e3f0);border-radius:var(--r);padding:1.5rem;transition:transform .18s,box-shadow .18s,border-color .18s;text-decoration:none;color:inherit}
.fs2 a.fs2-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -24px rgba(11,31,58,.4);border-color:var(--teal,#00afd8)}
.fs2 .fs2-ic{width:46px;height:46px;border-radius:12px;background:var(--lightblue,#e6f0fb);display:grid;place-items:center;margin-bottom:1rem}
.fs2 .fs2-ic svg{width:24px;height:24px;color:var(--teal2,#0096be)}
.fs2 .fs2-card h3{font-size:1.12rem;font-weight:700}
.fs2 .fs2-card p{color:var(--text2,#5a6a82);font-size:.92rem;margin:.45rem 0 0}
.fs2 .fs2-card .fs2-more{color:var(--teal2,#0096be);font-weight:700;font-size:.82rem;font-family:var(--font-h,sans-serif);display:inline-block;margin-top:.8rem}
/* steps */
.fs2 .fs2-steps{background:var(--navy,#0b1f3a);color:#fff}
.fs2 .fs2-steps .fs2-head h2{color:#fff}.fs2 .fs2-steps .fs2-head .fs2-eyebrow{color:var(--teal,#00afd8)}
.fs2 .fs2-stepgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.fs2 .fs2-step{background:var(--navy2,#122348);border:1px solid rgba(255,255,255,.09);border-radius:var(--r);padding:1.6rem}
.fs2 .fs2-step .n{font-family:var(--font-m,monospace);font-weight:600;color:var(--teal,#00afd8);font-size:.85rem;letter-spacing:.1em}
.fs2 .fs2-step h3{color:#fff;font-size:1.15rem;margin:.5rem 0}
.fs2 .fs2-step p{color:#b9c7dc;font-size:.9rem;margin:0}
@media(max-width:760px){.fs2 .fs2-stepgrid{grid-template-columns:1fr}}
/* stats + proof */
.fs2 .fs2-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center;margin-bottom:2.6rem}
.fs2 .fs2-stat .num{font-family:var(--font-h,sans-serif);font-weight:800;color:var(--navy,#0b1f3a);font-size:clamp(1.8rem,4vw,2.6rem);line-height:1}
.fs2 .fs2-stat .lab{color:var(--text2,#5a6a82);font-size:.83rem;margin-top:.3rem}
@media(max-width:620px){.fs2 .fs2-stats{grid-template-columns:repeat(2,1fr);gap:1.6rem 1rem}}
.fs2 .fs2-quote{max-width:760px;margin:0 auto;text-align:center}
.fs2 .fs2-quote blockquote{font-family:var(--font-h,sans-serif);font-weight:600;color:var(--navy,#0b1f3a);font-size:clamp(1.2rem,2.6vw,1.6rem);line-height:1.4;margin:0}
.fs2 .fs2-quote cite{display:block;color:var(--text2,#5a6a82);font-style:normal;font-size:.9rem;margin-top:1rem}
.fs2 .fs2-clients{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1.4rem;margin-top:2rem;color:var(--text2,#5a6a82);font-family:var(--font-h,sans-serif);font-weight:700;font-size:.95rem;opacity:.85}
/* pricing */
.fs2 .fs2-price{background:var(--offwhite,#f4f7fb)}
.fs2 .fs2-pcard{max-width:560px;margin:0 auto;background:linear-gradient(160deg,var(--navy,#0b1f3a),var(--navy3,#1a3060));color:#fff;border-radius:20px;padding:2.4rem;text-align:center;box-shadow:0 30px 60px -30px rgba(11,31,58,.6)}
.fs2 .fs2-pcard .fs2-eyebrow{color:var(--teal,#00afd8)}
.fs2 .fs2-amt{font-family:var(--font-h,sans-serif);font-weight:800;font-size:clamp(2rem,5vw,2.8rem);margin:.4rem 0 0}
.fs2 .fs2-amt span{font-size:1rem;font-weight:600;color:#c9d6ea}
.fs2 .fs2-pcard ul{list-style:none;padding:0;margin:1.4rem 0;text-align:left;display:inline-block}
.fs2 .fs2-pcard li{padding:.35rem 0 .35rem 1.8rem;position:relative;color:#dbe6f5;font-size:.95rem}
.fs2 .fs2-pcard li::before{content:"";position:absolute;left:0;top:.7rem;width:13px;height:8px;border-left:2.5px solid var(--teal,#00afd8);border-bottom:2.5px solid var(--teal,#00afd8);transform:rotate(-45deg)}
/* faq */
.fs2 .fs2-faqlist{max-width:800px;margin:0 auto}
.fs2 details{border:1px solid var(--border,#d8e3f0);border-radius:12px;margin-bottom:.7rem;background:#fff;overflow:hidden}
.fs2 details[open]{border-color:var(--teal,#00afd8)}
.fs2 summary{list-style:none;cursor:pointer;padding:1.05rem 1.3rem;font-family:var(--font-h,sans-serif);font-weight:700;color:var(--navy,#0b1f3a);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.fs2 summary::-webkit-details-marker{display:none}
.fs2 .fs2-plus{flex:none;width:20px;height:20px;position:relative}
.fs2 .fs2-plus::before,.fs2 .fs2-plus::after{content:"";position:absolute;background:var(--teal2,#0096be);border-radius:2px}
.fs2 .fs2-plus::before{top:9px;left:2px;right:2px;height:2px}
.fs2 .fs2-plus::after{left:9px;top:2px;bottom:2px;width:2px;transition:opacity .2s}
.fs2 details[open] .fs2-plus::after{opacity:0}
.fs2 .fs2-faqa{padding:0 1.3rem 1.15rem;color:var(--text2,#5a6a82)}
/* final */
.fs2 .fs2-final{background:radial-gradient(120% 140% at 15% 20%,var(--navy3,#1a3060),var(--navy,#0b1f3a));color:#fff;text-align:center}
.fs2 .fs2-final h2{color:#fff;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}
.fs2 .fs2-final p{color:#c9d6ea;max-width:52ch;margin:.9rem auto 0}
/* homepage hero photo variant */
.fs2 .fs2-hero-photo{position:relative;justify-self:center;width:100%}
.fs2 .fs2-hero-photo img{width:100%;height:auto;border-radius:20px;display:block;box-shadow:0 30px 60px -30px rgba(0,0,0,.55)}
.fs2 .fs2-hbadge{position:absolute;left:14px;bottom:14px;display:flex;align-items:center;gap:.6rem;background:rgba(11,31,58,.88);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:.6rem .85rem;color:#fff}
.fs2 .fs2-hbadge svg{width:22px;height:22px;color:var(--teal,#00afd8);flex:none}
.fs2 .fs2-hbadge b{display:block;font-family:var(--font-h,sans-serif);font-size:.85rem}
.fs2 .fs2-hbadge span{font-size:.72rem;color:#c9d6ea}
