/* =========================================================
   Clicks Into Clients — stylesheet
   Aesthetic: clean light theme · white + blue
   Display: Schibsted Grotesk · Body: Hanken Grotesk
   ========================================================= */

:root {
  /* surfaces */
  --bg:        #ffffff;
  --bg-2:      #f4f8ff;
  --surface:   #ffffff;
  --surface-2: #eef4ff;
  --line:      #e4eaf3;
  --line-2:    #d2dcec;

  /* type */
  --ink:   #0f1b2e;
  --muted: #586577;
  --faint: #8b96a6;

  /* accents — blue */
  --blue:     #2f6bff;
  --blue-600: #1f54e0;
  --blue-700: #163fb0;
  --sky:      #5b9bff;
  --cyan:     #11b4d4;
  --gold:     #f5a623;
  --grad:     linear-gradient(100deg, #5b9bff 0%, #2f6bff 52%, #163fb0 100%);
  --grad-soft: linear-gradient(120deg, rgba(91,155,255,.14), rgba(47,107,255,.08));
  --glow:     rgba(47, 107, 255, 0.30);

  /* depth */
  --shadow-sm: 0 1px 2px rgba(15,27,46,.05), 0 2px 6px rgba(15,27,46,.05);
  --shadow:    0 14px 34px -16px rgba(15,27,46,.22), 0 4px 12px -6px rgba(15,27,46,.10);
  --shadow-lg: 0 34px 70px -24px rgba(22,63,176,.30), 0 8px 24px -12px rgba(15,27,46,.14);

  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1200px;
  --ease: cubic-bezier(.2, .7, .2, 1);

  --font-display: "Schibsted Grotesk", Georgia, serif;
  --font-body: "Hanken Grotesk", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--blue); color: #fff; }

/* ---------- layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { position: relative; padding: clamp(72px, 11vw, 150px) 0; z-index: 2; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--blue-600); font-weight: 700;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--blue); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.04; letter-spacing: -.02em; color: var(--ink); }
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- header ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px -18px rgba(15,27,46,.4);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
}
.brand { display: flex; align-items: center; }
.brand .logo { height: 30px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 15px; color: var(--muted); font-weight: 500; transition: color .25s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: 15px; letter-spacing: -.01em;
  padding: 13px 22px; border-radius: 100px; border: 1px solid transparent;
  transition: transform .25s var(--ease), box-shadow .3s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad); color: #fff;
  box-shadow: 0 8px 24px -8px var(--glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -10px var(--glow); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-600); transform: translateY(-2px); }
.btn-lg { padding: 17px 30px; font-size: 16px; }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.menu-btn { display: none; background: none; border: 0; color: var(--ink); width: 42px; height: 42px; }
.menu-btn svg { width: 26px; height: 26px; }

/* ---------- hero ---------- */
.hero { position: relative; padding-top: 156px; padding-bottom: 86px; overflow: hidden; z-index: 2; }
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-bg .blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; animation: drift 18s ease-in-out infinite alternate; }
.blob.b1 { width: 560px; height: 560px; top: -180px; right: -120px; background: radial-gradient(circle, rgba(91,155,255,.55), transparent 70%); }
.blob.b2 { width: 460px; height: 460px; top: 80px; left: -180px; background: radial-gradient(circle, rgba(47,107,255,.30), transparent 70%); animation-delay: -6s; }
.blob.b3 { width: 380px; height: 380px; bottom: -140px; left: 45%; background: radial-gradient(circle, rgba(17,180,212,.22), transparent 70%); animation-delay: -10s; }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(36px, 28px) scale(1.12); } }
.hero-grid-lines {
  position: absolute; inset: 0; z-index: -1; opacity: .7;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000 30%, transparent 75%);
}

.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 8px; border-radius: 100px;
  border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm);
  font-size: 13.5px; color: var(--muted); margin-bottom: 28px;
}
.hero-tag b { color: var(--ink); font-weight: 600; }
.hero-tag .pill { background: var(--grad); color: #fff; font-weight: 700; font-size: 11px; letter-spacing: .04em; padding: 4px 10px; border-radius: 100px; text-transform: uppercase; }

.hero h1 { font-size: clamp(42px, 7.2vw, 88px); max-width: 16ch; margin-bottom: 24px; }
.hero p.lead { font-size: clamp(17px, 2.1vw, 21px); color: var(--muted); max-width: 56ch; margin-bottom: 36px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { font-size: 14px; color: var(--faint); display: flex; align-items: center; gap: 8px; margin-top: 22px; }
.hero-note svg { width: 16px; height: 16px; color: var(--blue); }

.hero-stats {
  margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.hero-stats .cell { background: #fff; padding: 26px; }
.hero-stats .num { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 4vw, 44px); line-height: 1; letter-spacing: -.03em; color: var(--ink); }
.hero-stats .lbl { font-size: 13.5px; color: var(--muted); margin-top: 8px; }

/* ---------- logo marquee ---------- */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; overflow: hidden; position: relative; z-index: 2; background: var(--bg-2); }
.marquee::before, .marquee::after { content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; }
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg-2), transparent); }
.marquee::after { right: 0; background: linear-gradient(270deg, var(--bg-2), transparent); }
.marquee-label { text-align: center; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); margin-bottom: 22px; font-weight: 600; }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: scroll 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: var(--faint); white-space: nowrap; transition: color .3s; }
.marquee-track span:hover { color: var(--blue-600); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- section heads ---------- */
.sec-head { max-width: 720px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-size: clamp(32px, 5vw, 56px); margin: 18px 0 0; }
.sec-head p { color: var(--muted); margin-top: 18px; font-size: 18px; }

/* ---------- problem / contrast ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare .card { padding: 34px; border-radius: var(--radius-lg); border: 1px solid var(--line); }
.compare .bad { background: var(--bg-2); }
.compare .good { background: #fff; border-color: rgba(47,107,255,.35); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.compare .good::after { content: ""; position: absolute; width: 240px; height: 240px; top: -110px; right: -90px; background: radial-gradient(circle, var(--glow), transparent 70%); filter: blur(10px); }
.compare h3 { font-size: 22px; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.compare .tagchip { font-size: 11px; font-family: var(--font-body); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; border-radius: 7px; }
.compare .bad .tagchip { background: #e7ecf4; color: var(--muted); }
.compare .good .tagchip { background: var(--grad); color: #fff; }
.compare ul { list-style: none; display: flex; flex-direction: column; gap: 15px; position: relative; z-index: 1; }
.compare li { display: flex; gap: 13px; font-size: 15.5px; color: var(--muted); }
.compare .good li { color: var(--ink); }
.compare .ico { flex: none; width: 22px; height: 22px; margin-top: 1px; }
.compare .bad .ico { color: var(--faint); }
.compare .good .ico { color: var(--blue); }

/* ---------- services ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc {
  position: relative; padding: 36px 32px 34px; border-radius: var(--radius-lg);
  background: #fff; border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(47,107,255,.25); }
.svc .glowline { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.svc:hover .glowline { transform: scaleX(1); }
.svc .svc-ico { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: var(--surface-2); border: 1px solid rgba(47,107,255,.18); margin-bottom: 24px; }
.svc .svc-ico svg { width: 28px; height: 28px; color: var(--blue-600); }
.svc h3 { font-size: 24px; margin-bottom: 12px; }
.svc p { color: var(--muted); font-size: 15.5px; margin-bottom: 22px; }
.svc ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.svc li { font-size: 14.5px; color: var(--muted); display: flex; gap: 10px; align-items: center; }
.svc li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex: none; }

/* ---------- process / steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.step { padding: 38px 30px; border-right: 1px solid var(--line); position: relative; transition: background .35s; }
.step:last-child { border-right: 0; }
.step:hover { background: var(--bg-2); }
.step .n { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--blue); letter-spacing: .1em; }
.step h3 { font-size: 21px; margin: 16px 0 12px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---------- big stats band ---------- */
.statband { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }
.statgrid .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(44px, 7vw, 76px); line-height: .95; letter-spacing: -.04em; }
.statgrid .cap { color: var(--muted); font-size: 15px; margin-top: 12px; }

/* ---------- case studies ---------- */
.cs-full { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; margin-bottom: 28px; box-shadow: var(--shadow-sm); }
.cs-full .cs-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; }
.cs-full .cs-copy { padding: clamp(30px, 4vw, 52px); }
.cs-full .cs-side { padding: clamp(30px,4vw,52px); border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 26px; }
.cs-full .cs-side.solar { background: linear-gradient(160deg, #eaf2ff, #f6f9ff); }
.cs-full .cs-side.roof  { background: linear-gradient(160deg, #e9eeff, #f5f7ff); }
.cs-full .cs-side.hvac  { background: linear-gradient(160deg, #e6f7fb, #f4fcfe); }
.cs-full .chip { color: var(--blue-600); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.cs-full h3 { font-size: clamp(26px, 3.4vw, 38px); margin: 16px 0 18px; }
.cs-full .cs-copy p { color: var(--muted); margin-bottom: 16px; }
.cs-full .cs-copy p strong { color: var(--ink); }
.cs-full .big-metric .bm { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 6vw, 64px); line-height: .9; }
.cs-full .big-metric .bl { color: var(--muted); margin-top: 8px; font-size: 14px; }
.cs-full .metrics-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.cs-full .metrics-list .m .mn { font-family: var(--font-display); font-weight: 700; font-size: 28px; color: var(--ink); }
.cs-full .metrics-list .m .ml { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { padding: 32px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--gold); letter-spacing: 3px; font-size: 15px; margin-bottom: 18px; }
.quote blockquote { font-size: 17px; line-height: 1.55; flex: 1; color: var(--ink); }
.quote .who { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.quote .av { width: 44px; height: 44px; border-radius: 50%; flex: none; background: var(--grad); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; }
.quote .who .nm { font-weight: 600; font-size: 15px; }
.quote .who .ro { font-size: 13px; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-inner {
  position: relative; border-radius: var(--radius-lg); padding: clamp(48px, 7vw, 88px) clamp(28px,5vw,72px);
  background: var(--grad); color: #fff; text-align: center; overflow: hidden; box-shadow: var(--shadow-lg);
}
.cta-inner::after {
  content: ""; position: absolute; inset: 0; opacity: .35; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2 { color: #fff; font-size: clamp(32px, 5.5vw, 60px); margin-bottom: 18px; }
.cta-inner p { font-size: 19px; max-width: 52ch; margin: 0 auto 34px; opacity: .92; }
.cta-inner .btn-primary { background: #fff; color: var(--blue-700); box-shadow: 0 10px 30px -10px rgba(0,0,0,.3); }
.cta-inner .btn-primary:hover { background: #eef4ff; }

/* ---------- footer ---------- */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 70px 0 36px; position: relative; z-index: 2; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer .brand { margin-bottom: 18px; }
.footer .brand .logo { height: 34px; }
.footer .tag { color: var(--muted); font-size: 15px; max-width: 32ch; }
.footer h4 { font-family: var(--font-body); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer a { color: var(--muted); font-size: 15px; transition: color .25s; }
.footer a:hover { color: var(--blue-600); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13.5px; gap: 16px; flex-wrap: wrap; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.contact-info h2 { font-size: clamp(34px, 5vw, 56px); margin: 18px 0 22px; }
.contact-info > p { color: var(--muted); font-size: 18px; margin-bottom: 38px; }
.info-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 36px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-item .ii-ico { width: 46px; height: 46px; border-radius: 12px; flex: none; display: grid; place-items: center; background: var(--surface-2); border: 1px solid rgba(47,107,255,.18); }
.info-item .ii-ico svg { width: 22px; height: 22px; color: var(--blue-600); }
.info-item .lab { font-size: 13px; color: var(--faint); text-transform: uppercase; letter-spacing: .1em; }
.info-item .val { font-size: 17px; font-weight: 500; margin-top: 3px; }
.guarantee { padding: 24px; border-radius: var(--radius); background: var(--surface-2); border: 1px solid rgba(47,107,255,.25); display: flex; gap: 14px; }
.guarantee svg { width: 26px; height: 26px; color: var(--blue-600); flex: none; }
.guarantee p { font-size: 14.5px; color: var(--ink); }
.guarantee b { color: var(--blue-700); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 9px; color: var(--ink); }
.field label .req { color: var(--blue); }
.field input, .field select, .field textarea {
  width: 100%; background: #fff; border: 1px solid var(--line-2); border-radius: 12px;
  padding: 14px 16px; color: var(--ink); font-family: inherit; font-size: 15.5px;
  transition: border-color .25s, box-shadow .25s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,107,255,.15);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23586577' stroke-width='2'%3E%3Cpath d='M2 4l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form-card .btn-primary { width: 100%; margin-top: 6px; }
.form-msg { display: none; padding: 16px 18px; border-radius: 12px; margin-bottom: 20px; font-size: 15px; }
.form-msg.show { display: block; }
.form-msg.ok { background: #e8f7ee; border: 1px solid #aee0c0; color: #1c7a44; }
.field.error input, .field.error select, .field.error textarea { border-color: #e5484d; }
.err-text { display: none; color: #e5484d; font-size: 13px; margin-top: 6px; }
.field.error .err-text { display: block; }
.form-foot { font-size: 13px; color: var(--faint); text-align: center; margin-top: 16px; }

/* ---------- page hero (interior) ---------- */
.page-hero { padding: 150px 0 60px; position: relative; overflow: hidden; z-index: 2; }
.page-hero .hero-bg { position: absolute; inset: 0; z-index: -1; }
.page-hero h1 { font-size: clamp(40px, 6.5vw, 78px); max-width: 18ch; margin: 22px 0 22px; }
.page-hero p { color: var(--muted); font-size: 20px; max-width: 60ch; }

/* ---------- faq ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; color: var(--ink); text-align: left; padding: 26px 0; font-family: var(--font-display); font-size: 20px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-q .pm { flex: none; width: 26px; height: 26px; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--blue); transition: transform .3s var(--ease); }
.faq-q .pm::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.faq-q .pm::after { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); }
.faq-item.open .pm::after { transform: translateX(-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { color: var(--muted); padding-bottom: 26px; font-size: 16px; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.load-up { opacity: 0; transform: translateY(20px); animation: loadUp .9s var(--ease) forwards; }
@keyframes loadUp { to { opacity: 1; transform: none; } }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .15s; } .d3 { animation-delay: .25s; }
.d4 { animation-delay: .35s; } .d5 { animation-delay: .45s; } .d6 { animation-delay: .55s; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .menu-btn { display: grid; place-items: center; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; gap: 4px; position: absolute; top: 76px; left: 0; right: 0;
    background: rgba(255,255,255,.97); backdrop-filter: blur(18px); padding: 18px 24px 26px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav.open .nav-links a { padding: 12px 0; font-size: 18px; }
  .services, .cases, .quotes { grid-template-columns: 1fr; }
  .steps, .statgrid, .hero-stats { grid-template-columns: 1fr 1fr; }
  .step { border-right: 0; border-bottom: 1px solid var(--line); }
  .step:nth-child(odd) { border-right: 1px solid var(--line); }
  .compare { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .cs-full .cs-head { grid-template-columns: 1fr; }
  .cs-full .cs-side { border-left: 0; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero-stats, .statgrid { grid-template-columns: 1fr 1fr; }
  .statgrid { gap: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
