*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }

:root {
  --blue:      #1e88ff;
  --blue-h:    #0d70e0;
  --dark:      #1a1a1a;
  --dark2:     #272727;
  --dark3:     #333;
  --gray:      #f0f0f0;
  --gray2:     #e2e2e2;
  --muted:     #777;
  --white:     #fff;
}

body {
  font-family: 'Inter', sans-serif;
  background: #fff; color: var(--dark);
  -webkit-font-smoothing: antialiased;
}
body.noscroll { overflow: hidden; }

/* ─── INTRO ────────────────────────────────────── */
#intro {
  position: fixed; inset: 0;
  background: #000; z-index: 99999;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.65s ease;
  pointer-events: all;
}
#intro.out { opacity: 0; pointer-events: none; }

.intro-logo {
  width: clamp(200px, 42vw, 480px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.intro-logo.on { opacity: 1; transform: translateY(0); }

/* ─── NAV ──────────────────────────────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0;
  height: 64px; z-index: 900;
  background: var(--dark);
  display: flex; align-items: center;
  padding: 0 32px;
}
.nav-inner {
  width: 100%; max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center;
  text-decoration: none;
}
.nav-logo-img {
  height: 36px; width: auto;
  filter: drop-shadow(0 0 0 transparent);
}
.nav-links { display: none; list-style: none; gap: 30px; }
@media (min-width: 900px) { .nav-links { display: flex; } }
.nav-links a {
  color: rgba(255,255,255,0.65);
  text-decoration: none; font-size: 11px;
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-cta {
  display: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px; letter-spacing: 0.07em;
  text-transform: uppercase;
  background: var(--blue); color: #fff;
  padding: 10px 22px; text-decoration: none;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--blue-h); }
@media (min-width: 900px) { .nav-cta { display: block; } }
.hamburger {
  background: none; border: none;
  color: #fff; font-size: 21px; cursor: pointer;
  position: relative; z-index: 1001;
  padding: 8px; margin: -8px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
@media (min-width: 900px) { .hamburger { display: none; } }

/* Mobile nav */
.m-nav {
  position: fixed; inset: 0; z-index: 800;
  background: rgba(0,0,0,0.97);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 30px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.m-nav.open { transform: translateX(0); }
.m-close {
  position: absolute; top: 18px; right: 24px;
  background: none; border: none;
  color: #fff; font-size: 24px; cursor: pointer;
}
.m-nav a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(255,255,255,0.75); text-decoration: none;
  transition: color 0.2s;
}
.m-nav a:hover { color: var(--blue); }

/* ─── HERO ─────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh; min-height: 620px;
  display: flex; align-items: center;
  overflow: hidden; padding: 80px 32px 60px;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('bilder/bilvask.jpg');
  background-size: cover; background-position: center 30%;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0.2) 100%),
    linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; width: 100%; margin: 0 auto;
}
.hero-eyebrow {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--blue); margin-bottom: 16px; display: block;
}
.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.02em;
  line-height: 0.88; margin-bottom: 22px;
}
.hero-title .t-outline {
  font-size: clamp(44px, 7.5vw, 96px);
  -webkit-text-stroke: 2px rgba(255,255,255,0.9);
  color: transparent; display: block;
}
.hero-title .t-solid {
  font-size: clamp(58px, 10.5vw, 134px);
  color: #fff; display: block;
}
.hero-sub {
  font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.78);
  max-width: 520px; line-height: 1.8; margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Shared buttons */
.btn-fill {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.07em; text-transform: uppercase;
  background: var(--blue); color: #fff;
  padding: 16px 30px; text-decoration: none;
  transition: background 0.2s, transform 0.2s; border: none; cursor: pointer;
}
.btn-fill:hover { background: var(--blue-h); transform: translateX(3px); }
.btn-fill.dark { background: var(--dark2); }
.btn-fill.dark:hover { background: #000; }
.btn-border {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.07em; text-transform: uppercase;
  background: transparent; color: #fff;
  padding: 14px 30px; text-decoration: none;
  border: 2px solid rgba(255,255,255,0.65);
  transition: border-color 0.2s, transform 0.2s;
}
.btn-border:hover { border-color: #fff; transform: translateX(3px); }

/* ─── ADVANTAGE ─────────────────────────────────── */
.advantage {
  background: linear-gradient(180deg, #f8f8f8 0%, var(--gray) 100%);
  padding: 88px 32px;
}
.advantage-inner { max-width: 1280px; margin: 0 auto; }
.adv-kicker {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--blue); text-align: center; margin-bottom: 10px;
}
.adv-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4.5vw, 52px);
  text-transform: uppercase; letter-spacing: 0.02em;
  text-align: center; margin-bottom: 52px; line-height: 1;
}
.adv-heading .o-dark { -webkit-text-stroke: 2px var(--dark); color: transparent; }
.adv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 36px;
}
.adv-item { text-align: center; }
.adv-icon { font-size: 34px; color: var(--blue); margin-bottom: 14px; }
.adv-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase; letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.adv-text { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* ─── ABOUT ─────────────────────────────────────── */
.about {
  background: #fff;
  padding: 80px 32px;
}
.about-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 4.5vw, 56px);
  text-transform: uppercase; letter-spacing: 0.01em;
  text-align: center; line-height: 1.05;
  max-width: 980px; margin: 0 auto 64px;
}
.about-heading .o-dark { -webkit-text-stroke: 2px var(--dark); color: transparent; }
.about-layout {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  align-items: start; max-width: 1200px; margin: 0 auto;
}
@media (max-width: 768px) { .about-layout { grid-template-columns: 1fr; } }
.about-img { width: 100%; height: 500px; object-fit: cover; display: block; }
.about-card {
  background: #fff;
  padding: 54px 48px;
  margin-top: 80px; margin-left: -60px;
  position: relative; z-index: 2;
  box-shadow: 0 8px 50px rgba(0,0,0,0.1);
}
@media (max-width: 768px) { .about-card { margin: 0; padding: 32px 24px; } }
.about-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 3vw, 34px);
  text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 16px;
}
.about-card p {
  font-size: 14px; font-weight: 300;
  color: var(--muted); line-height: 1.8; margin-bottom: 12px;
}

/* ─── SERVICES ──────────────────────────────────── */
.services {
  background: var(--dark2);
  padding: 80px 0 60px;
}
.services-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding: 0 32px; max-width: 1280px; margin: 0 auto 40px;
  flex-wrap: wrap; gap: 16px;
}
.services-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 0.9;
}
.services-title .o-light {
  font-size: clamp(36px, 5.5vw, 72px);
  -webkit-text-stroke: 2px rgba(255,255,255,0.8);
  color: transparent; display: block;
}
.services-title .s-light { font-size: clamp(48px, 7.5vw, 96px); color: #fff; display: block; }

.slider-outer { overflow: hidden; padding: 0 32px; }
.slider-track {
  display: flex; gap: 20px;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.svc-card {
  flex: 0 0 calc(33.333% - 14px);
  position: relative; overflow: hidden; cursor: pointer;
}
@media (max-width: 767px) { .svc-card { flex: 0 0 calc(85% - 10px); } }
.svc-card img {
  width: 100%; height: 370px; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.svc-card:hover img { transform: scale(1.05); }
.svc-card-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 70px 22px 22px;
  background: linear-gradient(transparent, rgba(0,0,0,0.88));
}
.svc-card-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px; letter-spacing: 0.04em;
  text-transform: uppercase; color: #fff;
}
.svc-card-price { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.55); margin-top: 4px; }
.svc-card-more {
  display: inline-flex; align-items: center;
  margin-top: 10px;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.svc-card-more:hover { color: var(--blue); }
.slider-arrows {
  display: flex; gap: 10px;
  padding: 24px 32px 0;
  max-width: 1280px; margin: 0 auto;
}
.arr-btn {
  width: 46px; height: 46px;
  background: none;
  border: 2px solid rgba(255,255,255,0.25);
  color: #fff; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.arr-btn:hover { background: var(--blue); border-color: var(--blue); }

/* ─── BANNER ────────────────────────────────────── */
.banner {
  position: relative;
  min-height: 360px; display: flex; align-items: center;
  overflow: hidden; padding: 80px 32px;
}
.banner-bg {
  position: absolute; inset: 0;
  background-image: url('bilder/klut.jpg');
  background-size: cover; background-position: center;
}
.banner-bg::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.7); }
.banner-inner {
  position: relative; z-index: 2;
  max-width: 1280px; width: 100%; margin: 0 auto;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 28px;
}
.banner-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 0.9;
}
.banner-title .o-light {
  font-size: clamp(28px, 4vw, 52px);
  -webkit-text-stroke: 2px rgba(255,255,255,0.8);
  color: transparent; display: block;
}
.banner-title .s-light { font-size: clamp(42px, 6vw, 80px); color: #fff; display: block; }

/* ─── STATS ─────────────────────────────────────── */
.stats {
  background: linear-gradient(180deg, #ebebeb 0%, var(--gray) 100%);
  padding: 64px 32px;
}
.stats-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px; text-align: center;
}
.stat-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 6vw, 78px);
  color: var(--blue); line-height: 1; letter-spacing: 0.02em;
  margin-bottom: 6px;
  overflow-wrap: break-word; word-break: break-word;
}
.stat-n--stars {
  font-size: clamp(20px, 2.8vw, 34px);
  color: var(--blue);
  letter-spacing: 2px;
}
.stat-n--rating {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue);
  margin-top: -4px;
  margin-bottom: 2px;
}
.stat-lbl {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted);
}

/* ─── REVIEWS ───────────────────────────────────── */
.reviews {
  background: var(--dark3);
  padding: 80px 0;
}
.reviews-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.02em;
  line-height: 0.9; text-align: center;
  margin-bottom: 52px;
  max-width: 1280px; margin-left: auto; margin-right: auto;
  padding: 0 32px;
}
.reviews-heading .o-light {
  font-size: clamp(36px, 5.5vw, 72px);
  -webkit-text-stroke: 2px rgba(255,255,255,0.8);
  color: transparent; display: block;
}
.reviews-heading .s-light { font-size: clamp(48px, 7.5vw, 96px); color: #fff; display: block; }

.rv-carousel { overflow: hidden; padding: 0 32px; }
.rv-track {
  display: flex; gap: 18px;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.rv {
  flex: 0 0 calc(33.333% - 12px);
  background: #424242;
  padding: 28px 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) { .rv { flex: 0 0 calc(88% - 9px); } }

.rv-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.rv-av {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--blue);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px; color: #fff;
  flex-shrink: 0;
}
.rv-name { font-size: 14px; font-weight: 600; color: #fff; }
.rv-via { display: flex; align-items: center; gap: 5px; font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px; }
.rv-via i { color: #4267B2; }
.rv-via .fa-google { color: #DB4437; }
.rv-av--google { background: #DB4437; }
.rv-stars { color: #f59e0b; font-size: 13px; letter-spacing: 1px; margin-bottom: 12px; }
.rv-text { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.68); line-height: 1.8; font-style: italic; }

.rv-arrows {
  display: flex; gap: 10px; justify-content: center;
  padding: 32px 32px 0;
}

/* ─── CTA SECTION ───────────────────────────────── */
.cta-sec {
  background: var(--dark);
  padding: 90px 32px;
  text-align: center;
}
.cta-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(38px, 7vw, 88px);
  text-transform: uppercase; letter-spacing: 0.02em;
  color: #fff; line-height: 0.9; margin-bottom: 18px;
}
.cta-title .o-light {
  -webkit-text-stroke: 2px rgba(255,255,255,0.7);
  color: transparent; display: block;
  font-size: 0.52em;
}
.cta-sub {
  font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.55);
  max-width: 500px; margin: 0 auto 36px;
  line-height: 1.8;
}
.cta-info {
  display: flex; gap: 36px; justify-content: center;
  flex-wrap: wrap; margin-top: 44px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 40px;
}
.cta-info-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,0.5);
}
.cta-info-item i { color: var(--blue); font-size: 18px; }
.cta-info-item a { color: inherit; text-decoration: none; }

/* ─── HOW IT WORKS ───────────────────────────────── */
.how {
  background: #f5f5f5;
  padding: 88px 32px;
}
.how-inner { max-width: 1280px; margin: 0 auto; }
.how-kicker {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--blue); text-align: center; margin-bottom: 12px;
}
.how-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 64px);
  text-transform: uppercase; letter-spacing: 0.02em;
  text-align: center; line-height: 0.95;
  margin-bottom: 64px;
}
.how-title .o-dark { -webkit-text-stroke: 2px var(--dark); color: transparent; }
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
@media (max-width: 680px) { .how-steps { grid-template-columns: 1fr 1fr; gap: 40px 0; } }
.how-steps::before {
  content: '';
  position: absolute;
  top: 27px; left: calc(12.5% + 28px); right: calc(12.5% + 28px);
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--blue) 0, var(--blue) 8px, transparent 8px, transparent 18px);
}
@media (max-width: 680px) { .how-steps::before { display: none; } }
.how-step { text-align: center; padding: 0 24px; }
.how-num {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--blue);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 22px; color: #fff;
  position: relative; z-index: 1;
}
.how-step-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 18px;
  text-transform: uppercase; letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.how-step-text {
  font-size: 13px; font-weight: 300;
  color: var(--muted); line-height: 1.75;
}

/* ─── GUARANTEE ──────────────────────────────────── */
.guarantee {
  background: var(--dark);
  padding: 80px 32px;
}
.guarantee-inner {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr;
  gap: 52px; align-items: center;
}
@media (max-width: 640px) { .guarantee-inner { grid-template-columns: 1fr; text-align: center; } }
.guarantee-badge {
  width: 120px; height: 120px; border-radius: 50%;
  border: 3px solid var(--blue);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 640px) { .guarantee-badge { margin: 0 auto; } }
.guarantee-badge-n {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 36px;
  color: var(--blue); line-height: 1;
}
.guarantee-badge-lbl {
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45); margin-top: 2px; text-align: center;
}
.guarantee-text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 52px);
  text-transform: uppercase; letter-spacing: 0.02em;
  color: #fff; line-height: 1; margin-bottom: 14px;
}
.guarantee-text p {
  font-size: 14px; font-weight: 300;
  color: rgba(255,255,255,0.52); line-height: 1.85;
  max-width: 580px;
}

/* ─── FOOTER ─────────────────────────────────────── */
footer {
  background: #111;
  padding: 72px 32px 0;
}
.footer-main {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
@media (max-width: 960px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 540px) {
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
}
.f-logo { display: inline-block; text-decoration: none; margin-bottom: 18px; }
.f-logo-img { height: 44px; width: auto; }
.f-tagline {
  font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,0.35);
  line-height: 1.85; max-width: 260px;
  margin-bottom: 28px;
}
.f-social { display: flex; gap: 10px; }
.f-social-link {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45);
  text-decoration: none; font-size: 15px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.f-social-link:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.f-col-title {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.22);
  margin-bottom: 22px;
}
.f-col { display: flex; flex-direction: column; gap: 11px; }
.f-col a, .f-col span {
  font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,0.48);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.6;
}
.f-col a:hover { color: var(--blue); }
.footer-divider {
  max-width: 1280px; margin: 0 auto;
  padding: 24px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-divider-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.12);
}
.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  padding: 20px 0;
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: space-between;
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.16);
}
.footer-bottom a { color: var(--blue); text-decoration: none; }


/* ─── CONTACT GRID ───────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid .about-card { margin: 0; padding: 32px 24px; }
  .contact-email { font-size: 16px !important; word-break: break-all; }
}

/* ─── SCROLL REVEAL ──────────────────────────────── */
.sr {
  opacity: 0;
  transform: translateY(52px) scale(0.93);
  transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1),
              transform 0.85s cubic-bezier(0.16,1,0.3,1);
}
.sr.in { opacity: 1; transform: translateY(0) scale(1); }
.sr-d1 { transition-delay: 0.1s; }
.sr-d2 { transition-delay: 0.2s; }
.sr-d3 { transition-delay: 0.3s; }
.sr-d4 { transition-delay: 0.4s; }

/* ═══ PREMIUM UPGRADES ══════════════════════════════ */

/* Glassmorphism nav */
.nav {
  background: rgba(14,14,14,0.72) !important;
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.4s ease;
}

/* Hero gradient text shimmer */
.hero-title .t-solid {
  background: linear-gradient(120deg,
    #fff 0%, #90c0ff 35%, #fff 55%, #c0d8ff 80%, #fff 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: hero-shimmer 7s ease-in-out infinite;
}
@keyframes hero-shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Cursor glow blob */
#cursor-glow {
  position: fixed;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(30,136,255,0.09) 0%, rgba(30,136,255,0.03) 40%, transparent 70%);
  pointer-events: none;
  left: 0; top: 0;
  transform: translate(-50%,-50%);
  z-index: 0;
  will-change: left, top;
  transition: left 0.06s linear, top 0.06s linear;
}

/* Hero dynamic mouse glow */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle 600px at var(--mx,50%) var(--my,60%),
    rgba(30,136,255,0.12) 0%, transparent 65%);
  z-index: 1; pointer-events: none;
  transition: --mx 0.1s, --my 0.1s;
}

/* Hero bg parallax – JS sets transform */
.hero-bg { will-change: transform; }

/* Advantage cards */
.adv-item {
  background: #fff;
  padding: 34px 22px;
  border: 1px solid var(--gray2);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.12s ease, box-shadow 0.35s ease;
  will-change: transform;
}
.adv-item:hover {
  box-shadow: 0 24px 64px rgba(30,136,255,0.14), 0 4px 20px rgba(0,0,0,0.07);
}
.adv-icon {
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
              filter 0.35s ease;
}
.adv-item:hover .adv-icon {
  transform: translateY(-5px) scale(1.12);
  filter: drop-shadow(0 0 14px rgba(30,136,255,0.7));
}

/* Service cards */
.svc-card {
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: transform 0.12s ease, box-shadow 0.35s ease;
  will-change: transform;
}
.svc-card:hover {
  box-shadow: 0 28px 72px rgba(0,0,0,0.55), 0 0 44px rgba(30,136,255,0.12);
}
.svc-card img {
  transition: transform 0.75s cubic-bezier(0.16,1,0.3,1);
}
.svc-card:hover img { transform: scale(1.09); }

/* Review cards */
.rv {
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform 0.12s ease, box-shadow 0.35s ease;
  will-change: transform;
}
.rv:hover {
  box-shadow: 0 18px 52px rgba(0,0,0,0.45), 0 0 32px rgba(30,136,255,0.09);
}

/* Buttons – spring hover + ripple */
.btn-fill {
  position: relative; overflow: hidden;
  transition: background 0.2s,
              transform 0.25s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.25s ease !important;
}
.btn-fill:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 10px 36px rgba(30,136,255,0.38) !important;
}
.btn-fill:active { transform: scale(0.96) !important; }
.btn-fill .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
  transform: scale(0);
  animation: ripple-out 0.55s ease-out forwards;
  pointer-events: none;
}
@keyframes ripple-out {
  to { transform: scale(5); opacity: 0; }
}

/* Guarantee badge pulse */
.guarantee-badge {
  box-shadow: 0 0 0 0 rgba(30,136,255,0.4);
  animation: badge-pulse 3s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(30,136,255,0.4); }
  50%       { box-shadow: 0 0 0 18px rgba(30,136,255,0); }
}

/* How-step hover */
.how-num {
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.35s ease;
}
.how-step:hover .how-num {
  transform: scale(1.18);
  box-shadow: 0 0 28px rgba(30,136,255,0.55);
}

/* Stats hover */
.stat-n {
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
              color 0.3s;
}
.stats-inner > div:hover .stat-n {
  transform: scale(1.07);
  color: #5aa8ff;
}

/* About image subtle float */
.about-img {
  transition: transform 0.35s ease;
}
.about-img:hover { transform: scale(1.02); }

/* ─── CUSTOM CURSOR ──────────────────────────────── */
#custom-cursor,
#custom-cursor-ring {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  will-change: left, top;
}
#custom-cursor {
  width: 8px; height: 8px;
  background: var(--blue);
  left: -100px; top: -100px;
  transition: width 0.18s ease, height 0.18s ease, opacity 0.2s;
}
#custom-cursor-ring {
  width: 38px; height: 38px;
  border: 1.5px solid rgba(30,136,255,0.45);
  left: -100px; top: -100px;
  transition: width 0.35s cubic-bezier(0.16,1,0.3,1),
              height 0.35s cubic-bezier(0.16,1,0.3,1),
              border-color 0.3s;
}
#custom-cursor.hovered   { width: 5px; height: 5px; }
#custom-cursor-ring.hovered { width: 58px; height: 58px; border-color: rgba(30,136,255,0.8); }

/* ─── STATEMENT SECTION ──────────────────────────── */
.statement-sec {
  background: #060606;
  padding: 130px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.statement-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,136,255,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.statement-inner {
  max-width: 960px; margin: 0 auto;
  position: relative; z-index: 1;
}
.statement-eyebrow {
  display: block;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 40px;
}
.statement-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.85;
  margin-bottom: 56px;
}
.st-l {
  display: block;
  font-size: clamp(70px, 13vw, 164px);
  color: #fff;
}
.st-ghost {
  -webkit-text-stroke: 2px rgba(255,255,255,0.18);
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}
.statement-rule {
  width: 48px; height: 1px;
  background: var(--blue);
  margin: 0 auto 32px;
}
.statement-quote {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300; font-style: italic;
  color: rgba(255,255,255,0.45);
  max-width: 600px; margin: 0 auto 18px;
  line-height: 1.85;
}
.statement-attr {
  display: block;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.22);
}

/* ─── SUBPAGE HERO ───────────────────────────────── */
.page-hero {
  background: var(--dark2);
  padding: 120px 32px 64px;
  border-bottom: 4px solid var(--blue);
}
.page-hero-inner { max-width: 1280px; margin: 0 auto; }
.page-eyebrow {
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--blue); margin-bottom: 12px; display: block;
}
.page-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 7vw, 96px);
  text-transform: uppercase; letter-spacing: 0.02em;
  color: #fff; line-height: 0.9;
}
.page-title .o-light {
  -webkit-text-stroke: 2px rgba(255,255,255,0.8);
  color: transparent;
}

/* ─── STATEMENT IMAGES ───────────────────────────── */
.statement-imgs {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto 52px;
}
.statement-imgs img {
  width: 100%; height: 280px;
  object-fit: cover; display: block;
}
@media (max-width: 600px) {
  .statement-imgs { grid-template-columns: 1fr; }
  .statement-imgs img { height: 200px; }
}

/* ─── BEFORE / AFTER ─────────────────────────────── */
.bafa {
  background: #f5f5f5;
  padding: 88px 32px;
}
.bafa-inner { max-width: 1100px; margin: 0 auto; }
.bafa-kicker {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--blue); text-align: center; margin-bottom: 10px;
}
.bafa-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(38px, 6vw, 80px);
  text-transform: uppercase; letter-spacing: 0.02em;
  text-align: center; line-height: 1; margin-bottom: 52px;
}
.bafa-title .o-dark { -webkit-text-stroke: 2px var(--dark); color: transparent; }
.bafa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) { .bafa-grid { grid-template-columns: 1fr; } }
.bafa-item { position: relative; overflow: hidden; }
.bafa-item img {
  width: 100%; height: 500px;
  object-fit: cover; object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}
.bafa-item:hover img { transform: scale(1.03); }
.bafa-tag {
  position: absolute; top: 16px; left: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 16px; z-index: 2;
}
.bafa-tag--before { background: rgba(0,0,0,0.6); color: rgba(255,255,255,0.75); }
.bafa-tag--after  { background: var(--blue); color: #fff; }
