/* ==========================================================================
   Clean Cores — shared stylesheet
   Used by the home page and the service pages under /services/.
   (404.html deliberately keeps its own tiny inline CSS so an error page never
   costs an extra request.)
   Cached for a year via netlify.toml; bump the ?v= query in the <link> tags
   when you change this file so browsers pick the new version up immediately.
   ========================================================================== */

:root{
  --navy:#0A2540;
  --navy-soft:#123256;
  --blue:#1E7FD9;
  --sky:#3FA9F5;
  --green:#63BE45;
  --green-deep:#3F9E3A;
  --bg:#F6F9FC;
  --paper:#FFFFFF;
  --ink:#0A2540;
  --ink-soft:#4C5F73;
  --line:#E1E9F0;
  --shadow: 0 20px 50px -20px rgba(10,37,64,0.25);
  --radius: 18px;
  --max: 1180px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Inter', system-ui, sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Sora', sans-serif;
  color:var(--navy);
  margin:0 0 .5em 0;
  line-height:1.12;
  letter-spacing:-0.01em;
}
p{margin:0 0 1em 0;}
a{color:inherit;text-decoration:none;}
img{max-width:100%; height:auto; display:block;}
.wrap{max-width:var(--max);margin:0 auto;padding:0 28px;}
section{position:relative;}
::selection{background:var(--sky);color:#fff;}
:focus-visible{outline:3px solid var(--green);outline-offset:3px;border-radius:6px;}

/* ---------- NAV ---------- */
header.site-nav{
  position:sticky; top:0; z-index:100;
  background:rgba(246,249,252,0.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:var(--max); margin:0 auto; padding:14px 28px;
  display:flex; align-items:center; justify-content:space-between;
}
.brand{display:flex; align-items:center; gap:10px;}
.brand img{height:44px; width:auto;}
.brand-word{font-family:'Sora',sans-serif; font-weight:800; font-size:1.15rem; color:var(--navy); letter-spacing:-0.01em;}
.brand-word span{color:var(--blue);}
nav.links{display:flex; gap:26px; align-items:center;}
nav.links a{
  font-weight:600; font-size:0.95rem; color:var(--navy-soft);
  position:relative; padding:4px 0;
}
nav.links a::after{
  content:''; position:absolute; left:0; bottom:-2px; width:0; height:2px;
  background:var(--green); transition:width .25s ease;
}
nav.links a:hover::after{width:100%;}
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Sora',sans-serif; font-weight:700; font-size:0.92rem;
  padding:13px 24px; border-radius:999px; cursor:pointer; border:none;
  transition:transform .18s ease, box-shadow .18s ease, background .2s ease;
}
.btn-primary{
  background:linear-gradient(135deg, var(--blue), var(--sky));
  color:#fff; box-shadow:0 12px 24px -10px rgba(30,127,217,0.55);
}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 16px 30px -10px rgba(30,127,217,0.65);}
.btn-ghost{
  background:transparent; color:var(--navy); border:1.5px solid var(--line);
}
.btn-ghost:hover{border-color:var(--blue); color:var(--blue);}
.btn-light{background:#fff; color:var(--navy); box-shadow:0 12px 24px -10px rgba(10,37,64,0.25);}
.nav-cta{display:flex; align-items:center; gap:14px;}
.menu-toggle{display:none; background:none; border:none; cursor:pointer; padding:8px;}
.menu-toggle svg{width:26px; height:26px; stroke:var(--navy);}

/* ---------- HERO ---------- */
.hero{
  padding:76px 0 40px;
  overflow:hidden;
  position:relative;
}
.hero .wrap{
  display:grid; grid-template-columns:1.05fr 0.95fr; gap:48px; align-items:center;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Sora',sans-serif; font-weight:700; font-size:0.78rem;
  letter-spacing:0.14em; text-transform:uppercase; color:var(--green-deep);
  background:rgba(99,190,69,0.12); padding:8px 16px; border-radius:999px;
  margin-bottom:22px;
}
.eyebrow .dot{width:6px; height:6px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(99,190,69,0.25);}
.hero h1{font-size:clamp(2.3rem, 4.6vw, 3.6rem); font-weight:800;}
.hero h1 em{
  font-style:normal;
  background:linear-gradient(100deg, var(--blue), var(--green));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero p.lead{font-size:1.12rem; color:var(--ink-soft); max-width:520px; margin-bottom:30px;}
.hero-actions{display:flex; gap:16px; align-items:center; flex-wrap:wrap; margin-bottom:34px;}
.trust-row{display:flex; gap:26px; flex-wrap:wrap;}
.trust-item{display:flex; align-items:center; gap:9px; font-size:0.88rem; color:var(--ink-soft); font-weight:600;}
.trust-item svg{width:18px; height:18px; stroke:var(--green-deep); flex-shrink:0;}

.hero-visual{position:relative; display:flex; align-items:center; justify-content:center;}
.hero-orb{
  position:relative; width:100%; aspect-ratio:1/1; max-width:460px;
  display:flex; align-items:center; justify-content:center;
}
.hero-orb .ring{
  position:absolute; inset:0; border-radius:50%;
  background:conic-gradient(from 200deg, rgba(63,169,245,0.18), rgba(99,190,69,0.14), rgba(63,169,245,0.18));
  filter:blur(0px);
}
.hero-orb img{
  position:relative; width:78%; z-index:2;
  filter:drop-shadow(0 30px 40px rgba(10,37,64,0.22));
  animation:float 6s ease-in-out infinite;
}
@keyframes float{
  0%,100%{transform:translateY(0px);}
  50%{transform:translateY(-14px);}
}
.sparkle{position:absolute; opacity:0.9;}
.sparkle svg{width:100%; height:100%;}
.s1{top:6%; left:8%; width:26px; animation:twinkle 2.6s ease-in-out infinite;}
.s2{top:18%; right:4%; width:18px; animation:twinkle 3.4s ease-in-out infinite .4s;}
.s3{bottom:12%; left:2%; width:20px; animation:twinkle 2.9s ease-in-out infinite .8s;}
@keyframes twinkle{
  0%,100%{opacity:0.25; transform:scale(0.8);}
  50%{opacity:1; transform:scale(1.05);}
}

/* ---------- SWEEP DIVIDER (signature element) ---------- */
.sweep{width:100%; display:block; line-height:0; margin-top:-2px;}
.sweep svg{width:100%; height:auto; display:block;}
.sweep-path{transform-origin:center; animation:sweepDrift 10s ease-in-out infinite;}
@keyframes sweepDrift{
  0%,100%{transform:translateX(0) scaleY(1);}
  50%{transform:translateX(-1.5%) scaleY(1.03);}
}

/* ---------- SECTION HEADERS ---------- */
.section-head{max-width:640px; margin:0 auto 52px; text-align:center;}
.section-head .eyebrow{margin-bottom:16px;}
.section-head h2{font-size:clamp(1.8rem, 3vw, 2.5rem);}
.section-head p{color:var(--ink-soft); font-size:1.04rem;}

/* ---------- SERVICES ---------- */
.services{background:var(--navy); padding:96px 0 110px; position:relative; color:#fff;}
.services h2, .services .eyebrow{color:#fff;}
.services .eyebrow{background:rgba(255,255,255,0.1); color:#BFE3FF;}
.services .section-head p{color:#B9C9DA;}
.service-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:22px;
}
.service-card{
  background:rgba(255,255,255,0.045);
  border:1px solid rgba(255,255,255,0.09);
  border-radius:var(--radius);
  padding:30px 26px;
  display:flex; flex-direction:column;
  transition:transform .25s ease, background .25s ease, border-color .25s ease;
}
.service-card:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,0.075);
  border-color:rgba(63,169,245,0.4);
}
.service-icon{
  width:52px; height:52px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg, var(--blue), var(--green));
  margin-bottom:20px;
}
.service-icon svg{width:26px; height:26px; stroke:#fff; fill:none;}
.service-card h3{color:#fff; font-size:1.12rem; margin-bottom:8px;}
.service-card p{color:#B9C9DA; font-size:0.94rem; margin-bottom:0;}
.service-card ul{
  list-style:none; padding:0; margin:15px 0 0;
  display:flex; flex-direction:column; gap:7px;
}
.service-card li{
  font-size:0.85rem; color:#93AAC2; padding-left:17px; position:relative; line-height:1.45;
}
.service-card li::before{
  content:''; position:absolute; left:0; top:7px;
  width:6px; height:6px; border-radius:50%; background:var(--green); opacity:0.9;
}
/* Link from each home-page card through to that service's own page. The list is
   the flex child that grows, so the six links line up regardless of how many
   bullets each card carries. */
.service-card ul{flex:1;}
.card-link{
  display:inline-flex; align-items:center; gap:7px;
  margin-top:18px; font-size:0.87rem; font-weight:700; color:var(--sky);
}
.card-link:hover{color:#fff;}
.card-link svg{width:15px; height:15px; stroke:currentColor; fill:none; stroke-width:2.2;}

/* ---------- STATS ---------- */
.stats{padding:70px 0; background:var(--paper);}
.stats-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center;
}
.stat-num{
  font-family:'Sora',sans-serif; font-weight:800; font-size:clamp(2rem,4vw,2.6rem);
  background:linear-gradient(135deg, var(--blue), var(--green));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.stat-label{color:var(--ink-soft); font-weight:600; font-size:0.88rem; margin-top:4px;}

/* ---------- PROCESS ---------- */
.process{padding:100px 0; background:var(--paper);}
.process-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:0; position:relative;
}
.process-step{padding:0 30px; position:relative;}
.process-step:not(:last-child)::after{
  content:''; position:absolute; top:26px; right:-10px; width:20px; height:2px;
  background:repeating-linear-gradient(90deg, var(--line) 0 6px, transparent 6px 12px);
}
.step-num{
  font-family:'Sora',sans-serif; font-weight:800; font-size:0.95rem;
  width:52px; height:52px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:var(--paper); border:2px solid var(--blue); color:var(--blue);
  margin-bottom:22px;
}
.process-step h3{font-size:1.18rem; margin-bottom:10px;}
.process-step p{color:var(--ink-soft); font-size:0.96rem;}
/* Same steps on the lighter background, for pages that already use --paper for
   the section above. */
.process.on-bg{background:var(--bg);}
.process.on-bg .step-num{background:var(--bg);}

/* ---------- TESTIMONIALS ---------- */
.testimonials{padding:100px 0; background:var(--bg);}
.t-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.t-card{
  background:var(--paper); border-radius:var(--radius); padding:30px;
  border:1px solid var(--line);
}
.t-stars{display:flex; gap:3px; margin-bottom:16px; color:var(--green); font-size:1.05rem; line-height:1; letter-spacing:2px;}
.t-stars svg{width:16px; height:16px; fill:var(--green); stroke:none;}
.t-card .quote{margin:0 0 22px; padding:0; font-size:0.98rem; color:var(--navy-soft);}
.t-card .quote p{margin:0;}
.t-person{display:flex; align-items:center; gap:12px;}
.t-avatar{
  width:42px; height:42px; border-radius:50%;
  background:linear-gradient(135deg, var(--blue), var(--green));
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-family:'Sora',sans-serif; font-weight:700; font-size:0.85rem;
}
.t-name{font-weight:700; font-size:0.92rem; color:var(--navy);}
.t-role{font-size:0.82rem; color:var(--ink-soft);}

/* ---------- CONTACT ---------- */
.contact{padding:100px 0 110px; background:var(--navy); color:#fff; position:relative; overflow:hidden;}
.contact::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 85% 20%, rgba(63,169,245,0.25), transparent 55%),
             radial-gradient(circle at 10% 85%, rgba(99,190,69,0.2), transparent 50%);
  pointer-events:none;
}
.contact .wrap{position:relative; display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start;}
.contact h2{color:#fff; font-size:clamp(1.9rem,3.2vw,2.5rem);}
.contact p.lead{color:#B9C9DA; max-width:440px; margin-bottom:30px;}
.contact-list{display:flex; flex-direction:column; gap:18px; margin-bottom:34px;}
.contact-list li{list-style:none; display:flex; gap:14px; align-items:flex-start; color:#DCE7F2; font-size:0.95rem;}
.contact-list svg{width:20px; height:20px; stroke:var(--green); flex-shrink:0; margin-top:2px;}
.contact-list ul{padding:0; margin:0; display:flex; flex-direction:column; gap:18px;}
.areas{display:flex; flex-wrap:wrap; gap:9px;}
.area-chip{
  font-size:0.8rem; font-weight:600; padding:7px 14px; border-radius:999px;
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.14); color:#DCE7F2;
  transition:background .2s ease, border-color .2s ease;
}
a.area-chip:hover{background:rgba(255,255,255,0.16); border-color:var(--sky);}
.contact-list a{border-bottom:1px solid rgba(220,231,242,0.3); transition:color .2s ease, border-color .2s ease;}
.contact-list a:hover{color:#fff; border-color:#fff;}

form.quote-form{
  background:#fff; border-radius:20px; padding:32px; box-shadow:var(--shadow);
  display:flex; flex-direction:column; gap:16px;
}
form.quote-form h3{color:var(--navy); font-size:1.2rem; margin-bottom:2px;}
form.quote-form .sub{color:var(--ink-soft); font-size:0.88rem; margin-bottom:6px;}
.field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
label{font-size:0.82rem; font-weight:700; color:var(--navy-soft); margin-bottom:6px; display:block;}
input, select, textarea{
  width:100%; padding:12px 14px; border-radius:10px; border:1.5px solid var(--line);
  font-family:'Inter',sans-serif; font-size:0.94rem; color:var(--ink); background:#fbfdff;
  transition:border-color .2s ease;
}
input:focus, select:focus, textarea:focus{border-color:var(--blue); outline:none;}
textarea{resize:vertical; min-height:80px;}
form.quote-form .btn-primary{width:100%; justify-content:center; padding:14px; font-size:0.98rem; margin-top:4px;}
.form-note{font-size:0.76rem; color:var(--ink-soft); text-align:center;}
.form-status{
  font-size:0.85rem; font-weight:600; text-align:center; margin:0; min-height:0;
}
.form-status:empty{display:none;}
.form-status.ok{color:var(--green-deep);}
.form-status.err{color:#C2413B;}

/* ---------- FOOTER ---------- */
footer{background:#081B30; color:#93A6B9; padding:56px 0 28px;}
.footer-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:40px; padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.08);}
.footer-brand{display:flex; align-items:center; gap:10px; margin-bottom:14px;}
.footer-brand img{height:38px;}
.footer-brand span{font-family:'Sora',sans-serif; font-weight:800; color:#fff; font-size:1.05rem;}
footer p.tag{font-size:0.88rem; max-width:260px;}
footer h4{color:#fff; font-family:'Sora',sans-serif; font-size:0.88rem; margin-bottom:16px; letter-spacing:0.02em;}
footer ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
footer ul a{font-size:0.88rem; transition:color .2s ease;}
footer ul a:hover{color:#fff;}
.footer-bottom{padding-top:24px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; font-size:0.8rem;}
.social-row{display:flex; gap:12px;}
.social-row a{
  width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,0.14);
  display:flex; align-items:center; justify-content:center; transition:background .2s ease, border-color .2s ease;
}
.social-row a:hover{background:rgba(255,255,255,0.08); border-color:var(--blue);}
.social-row svg{width:16px; height:16px; stroke:#DCE7F2;}

/* ---------- A11Y UTILITIES ---------- */
.skip-link{
  position:absolute; left:-9999px; top:0; z-index:200;
  background:var(--navy); color:#fff; padding:12px 20px;
  border-radius:0 0 10px 0; font-family:'Sora',sans-serif; font-weight:700; font-size:0.9rem;
}
.skip-link:focus{left:0;}
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* ---------- WHY US ---------- */
.why{padding:100px 0; background:var(--bg);}
.why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.why-card{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px 26px; transition:transform .25s ease, box-shadow .25s ease;
}
.why-card:hover{transform:translateY(-5px); box-shadow:0 22px 44px -26px rgba(10,37,64,0.35);}
.why-icon{
  width:46px; height:46px; border-radius:13px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(30,127,217,0.1); margin-bottom:18px;
}
.why-icon svg{width:23px; height:23px; stroke:var(--blue); fill:none;}
.why-card h3{font-size:1.06rem; margin-bottom:8px;}
.why-card p{color:var(--ink-soft); font-size:0.94rem; margin-bottom:0;}

/* ---------- SERVICE AREAS ---------- */
.areas-section{padding:96px 0; background:var(--paper);}
.areas-cloud{
  display:flex; flex-wrap:wrap; gap:10px; justify-content:center;
  max-width:860px; margin:0 auto 26px;
}
.areas-cloud span{
  font-family:'Sora',sans-serif; font-size:0.85rem; font-weight:600; color:var(--navy-soft);
  background:var(--bg); border:1px solid var(--line); padding:10px 18px; border-radius:999px;
}
.areas-note{text-align:center; color:var(--ink-soft); font-size:0.95rem; max-width:620px; margin:0 auto;}
.areas-note a{color:var(--blue); font-weight:600;}

/* ---------- FAQ ---------- */
.faq{padding:100px 0; background:var(--bg);}
.faq-list{max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:12px;}
.faq-item{
  background:var(--paper); border:1px solid var(--line); border-radius:14px;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open]{border-color:rgba(30,127,217,0.35); box-shadow:0 14px 32px -20px rgba(10,37,64,0.3);}
.faq-item summary{
  cursor:pointer; list-style:none; display:block;
  padding:20px 58px 20px 24px; position:relative;
  font-family:'Sora',sans-serif; font-weight:700; font-size:1rem; color:var(--navy);
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:''; position:absolute; right:25px; top:50%; width:10px; height:10px;
  border-right:2.5px solid var(--blue); border-bottom:2.5px solid var(--blue);
  transform:translateY(-75%) rotate(45deg); transition:transform .25s ease;
}
.faq-item[open] summary::after{transform:translateY(-25%) rotate(-135deg);}
.faq-item summary:hover{color:var(--blue);}
.faq-answer{padding:0 24px 22px; color:var(--ink-soft); font-size:0.97rem;}
.faq-answer p:last-child{margin-bottom:0;}
.faq-cta{text-align:center; margin-top:40px; color:var(--ink-soft); font-size:0.96rem;}
.faq-cta a{color:var(--blue); font-weight:700;}

/* ==========================================================================
   SERVICE PAGES (/services/<slug>/)
   Everything below is only used by the individual service landing pages.
   ========================================================================== */

/* ---------- BREADCRUMBS ---------- */
.breadcrumbs{padding:24px 0 0;}
.breadcrumbs ol{
  list-style:none; display:flex; flex-wrap:wrap; align-items:center; gap:9px;
  padding:0; margin:0; font-size:0.82rem; color:var(--ink-soft);
}
.breadcrumbs li{display:flex; align-items:center; gap:9px;}
.breadcrumbs li:not(:last-child)::after{content:'/'; color:#C3D2DE;}
.breadcrumbs a{font-weight:600; color:var(--ink-soft);}
.breadcrumbs a:hover{color:var(--blue);}
.breadcrumbs [aria-current="page"]{color:var(--navy); font-weight:700;}

/* ---------- SERVICE PAGE HERO ---------- */
.page-hero{padding:34px 0 62px;}
.page-hero .wrap{max-width:840px;}
.page-hero h1{font-size:clamp(2rem, 4.2vw, 3.05rem); font-weight:800;}
.page-hero h1 em{
  font-style:normal;
  background:linear-gradient(100deg, var(--blue), var(--green));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.page-hero p.lead{font-size:1.1rem; color:var(--ink-soft); margin-bottom:28px;}
.page-hero .hero-actions{margin-bottom:30px;}

/* Body copy blocks on the service pages. Left-aligned rather than centred like
   .section-head, because these run long enough that a ragged centre hurts. */
.prose{max-width:760px; margin:0 auto 48px;}
.prose p{color:var(--ink-soft); font-size:1.01rem; line-height:1.75; margin:0 0 16px;}
.prose p:last-child{margin-bottom:0;}

/* ---------- WHAT'S INCLUDED ---------- */
.includes{padding:92px 0; background:var(--paper);}
.include-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:22px;}
.include-card{
  background:var(--bg); border:1px solid var(--line);
  border-radius:var(--radius); padding:26px 28px;
}
.include-card h3{font-size:1.02rem; margin-bottom:15px;}
.include-card ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
.include-card li{position:relative; padding-left:27px; font-size:0.92rem; color:var(--ink-soft); line-height:1.5;}
.include-card li::before{
  content:''; position:absolute; left:2px; top:4px; width:13px; height:7px;
  border-left:2.5px solid var(--green); border-bottom:2.5px solid var(--green);
  transform:rotate(-45deg);
}

/* ---------- WHO IT SUITS + WHAT IT DOESN'T COVER ---------- */
.suits{padding:92px 0; background:var(--bg);}
.suits-grid{display:grid; grid-template-columns:1.3fr 1fr; gap:26px; align-items:start;}
.suits-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:15px;}
.suits-list li{
  background:var(--paper); border:1px solid var(--line);
  border-radius:14px; padding:20px 22px;
}
.suits-list strong{
  display:block; font-family:'Sora',sans-serif; color:var(--navy);
  margin-bottom:5px; font-size:0.98rem;
}
.suits-list span{font-size:0.93rem; color:var(--ink-soft);}
.note-card{background:var(--navy); color:#B9C9DA; border-radius:var(--radius); padding:28px 26px;}
.note-card h3{color:#fff; font-size:1.02rem; margin-bottom:13px;}
.note-card ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
.note-card li{font-size:0.9rem; padding-left:18px; position:relative; line-height:1.5;}
.note-card li::before{content:''; position:absolute; left:0; top:9px; width:8px; height:2px; background:var(--sky);}
.note-card p{font-size:0.89rem; margin:16px 0 0;}
.note-card a{color:#BFE3FF; border-bottom:1px solid rgba(191,227,255,0.4);}
.note-card a:hover{color:#fff; border-color:#fff;}

/* ---------- FAQ VARIANT ON WHITE ---------- */
.faq.on-paper{background:var(--paper);}
.faq.on-paper .faq-item{background:var(--bg);}

/* ---------- RELATED SERVICES ---------- */
.related{padding:88px 0; background:var(--bg);}
.related-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.related-card{
  display:block; background:var(--paper); border:1px solid var(--line);
  border-radius:var(--radius); padding:24px 26px;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.related-card:hover{
  transform:translateY(-5px); border-color:rgba(30,127,217,0.4);
  box-shadow:0 20px 40px -26px rgba(10,37,64,0.35);
}
.related-card h3{font-size:1rem; margin-bottom:7px;}
.related-card p{font-size:0.9rem; color:var(--ink-soft); margin:0;}
.related-card .go{
  display:inline-block; margin-top:15px;
  font-family:'Sora',sans-serif; font-weight:700; font-size:0.85rem; color:var(--blue);
}

/* ---------- CLOSING CTA BAND ---------- */
.cta-band{padding:84px 0; background:var(--navy); color:#fff; position:relative; overflow:hidden;}
.cta-band::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 80% 22%, rgba(63,169,245,0.25), transparent 55%),
             radial-gradient(circle at 12% 82%, rgba(99,190,69,0.2), transparent 50%);
  pointer-events:none;
}
.cta-band .wrap{position:relative; max-width:700px; text-align:center;}
.cta-band h2{color:#fff; font-size:clamp(1.7rem, 3vw, 2.3rem);}
.cta-band p{color:#B9C9DA; margin-bottom:28px;}
.cta-band .hero-actions{justify-content:center; margin-bottom:0;}

/* ---------- RESPONSIVE ---------- */

/* The horizontal nav needs roughly 1100px to hold the brand, seven links and
   two buttons without crowding, so the hamburger takes over below that rather
   than at a typical phone width. */
@media (max-width: 1100px){
  nav.links{
    position:fixed; top:73px; left:0; right:0; background:#fff;
    flex-direction:column; align-items:flex-start;
    padding:24px 28px; gap:20px;
    border-bottom:1px solid var(--line); box-shadow:var(--shadow);
    transform:translateY(-130%); opacity:0; transition:all .25s ease; pointer-events:none;
  }
  nav.links.open{transform:translateY(0); opacity:1; pointer-events:auto;}
  .menu-toggle{display:block;}
}

@media (max-width: 920px){
  .hero .wrap{grid-template-columns:1fr; text-align:center;}
  .hero p.lead{margin-left:auto; margin-right:auto;}
  .hero-actions, .trust-row{justify-content:center;}
  .hero-visual{order:-1; margin-bottom:10px;}
  .service-grid{grid-template-columns:repeat(2,1fr);}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .stats-grid{grid-template-columns:repeat(2,1fr); gap:34px;}
  .process-grid{grid-template-columns:1fr; gap:34px;}
  .process-step::after{display:none;}
  .t-grid{grid-template-columns:1fr;}
  .contact .wrap{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .include-grid{grid-template-columns:1fr;}
  .suits-grid{grid-template-columns:1fr;}
  .related-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 720px){
  .nav-cta .btn-ghost{display:none;}
  .service-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .faq-item summary{font-size:0.95rem; padding:18px 50px 18px 20px;}
  .faq-answer{padding:0 20px 20px;}
  .field-row{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr; gap:28px;}
  .related-grid{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
  html{scroll-behavior:auto;}
}
