:root {
  --white: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --line: #e6eef8;
  --soft: #f4f8ff;
  --accent: #00adef;
  --blue: #264CB7;
  --blue-dark: #13296f;
  --gradient: linear-gradient(135deg, var(--blue), var(--accent));
  --shadow: 0 22px 60px rgba(16, 24, 40, .12);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); margin: 0 0 1rem; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; letter-spacing: -.04em; }
h1 { font-size: clamp(2rem, 3vw, 3rem); }
h2 { font-size: clamp(1.5rem, 2vw, 2rem); }
h3 { font-size: 1.35rem; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.section--soft { background: var(--soft); }
.section--intro { padding-top: 95px; }



.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: #344054; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--accent);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  margin-bottom: 1rem;
}
.skip-link {
  position: absolute;
  z-index: 9999;
  left: 1rem;
  top: -100px;
  background: var(--blue);
  color: #fff;
  padding: .8rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { top: 1rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.25rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border .25s ease;
  min-height: 46px;
}
.btn:hover { transform: translateY(-3px); }
.btn--primary { background: var(--gradient); color: #fff; box-shadow: 0 14px 30px rgba(38, 76, 183, .28); }
.btn--ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.site-header.is-scrolled .btn--ghost,
.site-header:hover .btn--ghost { background: var(--soft); color: var(--blue); border-color: var(--line); }
.btn--glass { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(16px); }
.btn--light { background: #fff; color: var(--blue); }
.btn--outline { background: transparent; color: var(--blue); border: 1px solid rgba(38,76,183,.25); }
.btn--large { padding: 1.05rem 1.6rem; font-size: 1rem; }
.button-row, .hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;  text-align: center;justify-content: center;}
.text-link { color: var(--accent); font-weight: 900; display: inline-flex; gap: .5rem; align-items: end; justify-content: end;}
.text-link .fa-arrow-right {
  font-size: 0.78em;
  line-height: 1;
  transform: translateY(-0.02em);
  height: 3px;
  color:var(--accent);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}
.site-header:hover,
.site-header.is-scrolled {
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 16px 45px rgba(16,24,40,.09);
  backdrop-filter: blur(18px);
}
.quickbar { border-bottom: 1px solid rgba(255,255,255,.15); 
  font-size: .86rem; 
  transition: background .25s ease, color .25s ease, transform .25s ease;

}
.site-header.is-scrolled .quickbar,
.site-header:hover .quickbar { border-color: var(--line); 
   color: #fff;
   background: var(--blue-dark);

}
.quickbar__inner { 
  display: flex; align-items: center; 
  gap: 1.25rem; min-height: 36px;
  justify-content: center;
  text-align: center;
  }
.quickbar a { display: inline-flex; align-items: center; gap: .45rem; opacity: .95; }
.navbar__inner { 
  min-height: 78px; display: grid; 
  grid-template-columns: auto 1fr auto; 
  align-items: center; gap: 1rem; }
.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 240px;
  height: 100px;
  z-index: 2;
}

.brand-logo {
  display: block;
  width: 240px;
  height: auto;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.brand-logo--dark {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.site-header:hover .brand-logo--light,
.site-header.is-scrolled .brand-logo--light {
  opacity: 0;
}

.site-header:hover .brand-logo--dark,
.site-header.is-scrolled .brand-logo--dark {
  opacity: 1;
}

.brand:hover .brand-logo {
  transform: scale(1.03);
}
.footer__logo { filter: drop-shadow(0 8px 24px rgba(0,0,0,.15)); }
.navlinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.navlinks > a:not(.btn) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  font-weight: 800;
  opacity: 0.95;
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.navlinks > a:not(.btn)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(135deg, #00adef 0%, #264CB7 100%);
  opacity: 0;
  transform: scale(0.86);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.navlinks > a:not(.btn)::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.28), rgba(255,255,255,0.08)),
    rgba(255,255,255,0.08);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.navlinks > a:not(.btn):hover,
.navlinks > a.is-active {
  color: #fff;
  opacity: 1;
  transform: translateY(-1px);
  box-shadow:
    0 12px 28px rgba(38, 76, 183, 0.26),
    0 4px 12px rgba(0, 173, 239, 0.18);
}

.navlinks > a:not(.btn):hover::before,
.navlinks > a.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.navlinks > a:not(.btn):hover::after,
.navlinks > a.is-active::after {
  opacity: 1;
}

.navlinks > a:not(.btn):active {
  transform: translateY(0) scale(0.98);
  box-shadow:
    0 7px 18px rgba(38, 76, 183, 0.22),
    0 2px 8px rgba(0, 173, 239, 0.15);
}

.navlinks > a:not(.btn) span,
.navlinks > a:not(.btn) {
  backface-visibility: hidden;
}

.navlinks > a:not(.btn)::after {
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255,255,255,0.18) 35%,
      rgba(255,255,255,0.45) 50%,
      rgba(255,255,255,0.18) 65%,
      transparent 100%
    );
  background-size: 220% 100%;
  background-position: 120% 0;
}

.navlinks > a:not(.btn):hover::after,
.navlinks > a.is-active::after {
  opacity: 1;
  animation: navShine 0.85s ease forwards;
}

@keyframes navShine {
  from {
    background-position: 120% 0;
  }
  to {
    background-position: -120% 0;
  }
}
.menu-toggle, .mobile-close { display: none; }
.menu-toggle {
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; width: 26px; background: currentColor; margin: 6px auto; transition: .2s; }

.home-hero, .page-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.home-hero { background: var(--blue-dark); 
  align-items: center;
 text-align: center;
justify-content: center;}
.hero-video, .hero-fallback, .page-hero::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-fallback {
  background-image: url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero-video { z-index: 1; opacity: .68; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 45%, rgba(0,173,239,.32), transparent 32%),
    linear-gradient(90deg, rgba(6,18,48,.92), rgba(6,18,48,.62) 48%, rgba(38,76,183,.18));
  z-index: 2;
}
.home-hero__content, .page-hero__content { 
  position: relative; z-index: 3; padding-top: 120px; max-width: 980px; 

  align-items: center;
 text-align: center;
justify-content: center;
}
.home-hero__content p, .page-hero__content p {
   color: rgba(255,255,255,.86); font-size: clamp(1.1rem, 2vw, 1.35rem); 
    align-items: center;
 text-align: center;
justify-content: center;
}

.page-hero { min-height: 72vh; background-image: var(--hero-image); background-attachment: fixed; background-position: center; background-size: cover; }
.page-hero::before { content: ''; background-image: var(--hero-image); background-position: center; background-size: cover; transform: scale(1.06); }

.gallery-strip { overflow: hidden; padding: 22px 0; background: #fff; border-bottom: 1px solid var(--line); }
.gallery-track { display: flex; gap: 18px; animation: galleryMove 44s linear infinite; width: max-content; }
.gallery-track figure { width: 390px; height: 270px; margin: 0; position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 14px 35px rgba(16,24,40,.12); }
.gallery-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-track figure:hover img { transform: scale(1.08); }
.gallery-track figcaption { position: absolute; inset: auto 12px 12px 12px; padding: .5rem .75rem; background: rgba(255,255,255,.9); border-radius: 999px; font-weight: 900; font-size: .86rem; }
@keyframes galleryMove { to { transform: translateX(-50%); } }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.two-col--center { align-items: center; }
.icon-list { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin: 1.5rem 0 0; }
.icon-list span, .feature-card, .mini-service, .contact-cards article, .process-grid article, .legal-card, .thanks-card, .form-card, .form-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(16,24,40,.07);
}
.icon-list span { padding: .95rem 1rem; color: #344054; font-weight: 800; }
.icon-list i, .feature-card i { color: var(--accent); }
.video-placeholder {
  min-height: 460px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(38,76,183,.92), rgba(0,173,239,.86)), url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1200&q=80') center/cover;
  padding: 22px;
  color: #fff;
  box-shadow: var(--shadow);
}
.video-placeholder__inner { height: 100%; min-height: 416px; border: 1px solid rgba(255,255,255,.28); border-radius: 28px; display: grid; place-content: center; text-align: center; padding: 2rem; }
.video-placeholder i { width: 84px; height: 84px; border-radius: 50%; display: inline-grid; place-items: center; margin: 0 auto 1.2rem; background: #fff; color: var(--blue); font-size: 2rem; }
.video-placeholder p { color: rgba(255,255,255,.8); }

.section-heading { text-align: center; max-width: 800px; margin: 0 auto 3.2rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.flip-card { perspective: 1400px; min-height: 550px; }
.flip-card__inner { position: relative; width: 100%; height: 100%; min-height: 350px; transition: transform .75s cubic-bezier(.2,.75,.2,1); transform-style: preserve-3d; }
.flip-card:hover .flip-card__inner, .flip-card:focus-within .flip-card__inner { transform: rotateY(180deg); }
.flip-card__face {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  overflow: hidden;
  padding: 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  backface-visibility: hidden;
  color: #fff;
  box-shadow: var(--shadow);
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
}
.flip-card__front::before, .flip-card__back::before { content: ''; position: absolute; inset: 0; background-image: var(--card-image); background-size: cover; background-position: center; z-index: -2; transition: transform .35s ease; }
.flip-card:hover .flip-card__front::before { transform: scale(1.08); }
.flip-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 10%, rgba(8,19,44,.88)); z-index: -1; }
.flip-card__back { transform: rotateY(180deg); background: #111; }
.flip-card__bw { position: absolute; inset: 0; background-image: linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.88)), var(--card-image); background-size: cover; background-position: center; filter: grayscale(1); z-index: -1; }
.flip-card i { font-size: 2rem; margin-bottom: 1rem; color: #fff; }
.flip-card h3 { font-size: 1.75rem; }
.flip-indicator { display: inline-flex; align-items: center; gap: .5rem; width: fit-content; padding: .45rem .75rem; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-weight: 800; font-size: .85rem; }
.flip-card__back p { color: rgba(255,255,255,.83); }

.process-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.process-grid article { padding: 2rem; position: relative; overflow: hidden; transition: transform .25s ease; }
.process-grid article:hover, .feature-card:hover, .service-list-card:hover, .mini-service:hover, .contact-cards article:hover { transform: translateY(-6px); }
.process-grid article span { position: absolute; right: 1.5rem; top: 1rem; font-size: 4rem; font-weight: 900; color: rgba(38,76,183,.08); }
.process-grid i { color: var(--accent); font-size: 2.1rem; margin-bottom: 1rem; }
.parallax-band { min-height: 620px; background-image: linear-gradient(135deg, rgba(19,41,111,.88), rgba(0,173,239,.70)), var(--band-image); background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: center; color: #fff; }
.parallax-band p { color: rgba(255,255,255,.84); font-size: 1.15rem; }
.parallax-band__content { max-width: 880px; text-align: center; }

.reviews-section { background: #fff; }
.review-carousel { position: relative; min-height: 330px; }
.review-card { position: absolute; inset: 0; opacity: 0; transform: translateY(24px) scale(.98); transition: .45s ease; padding: 2rem; background: var(--gradient); border-radius: 34px; color: #fff; box-shadow: var(--shadow); }
.review-card.is-active { opacity: 1; transform: none; }
.review-card p { color: rgba(255,255,255,.88); font-size: 1.15rem; }
.stars { color: #fff; margin-bottom: 1rem; }
.review-dots { position: absolute; bottom: 1.2rem; left: 2rem; display: flex; gap: .5rem; }
.review-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.review-dots button.is-active { background: #fff; width: 26px; border-radius: 999px; }
.quote-teaser__inner { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 2rem; background: var(--gradient); border-radius: 36px; color: #fff; box-shadow: var(--shadow); }
.quote-teaser p { color: rgba(255,255,255,.82); }
.quote-teaser .eyebrow { color: #fff; }

.glass-panel { background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(244,248,255,.92)); border: 1px solid var(--line); border-radius: 36px; box-shadow: var(--shadow); }
.stats-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 2rem; }
.stat { text-align: center; padding: 1.5rem 1rem; background: #fff; border-radius: 24px; }
.stat strong { display: block; font-size: 2.6rem; color: var(--blue); letter-spacing: -.06em; }
.stat span { color: var(--muted); font-weight: 800; }
.feature-card { padding: 1.5rem; transition: transform .25s ease; }
.feature-card i { font-size: 1.5rem; margin-bottom: 1rem; }
.feature-card p { margin: 0; color: #344054; font-weight: 800; }
.mini-service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .9rem; }
.mini-service { padding: 1.2rem .9rem; text-align: center; display: grid; gap: .75rem; place-items: center; transition: transform .25s ease; }
.mini-service i { font-size: 1.7rem; color: var(--accent); }
.mini-service span { font-weight: 900; }

.service-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.service-list-card { display: grid; grid-template-columns: 220px 1fr; background: #fff; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); transition: transform .25s ease; }
.service-list-card img { width: 100%; height: 100%; object-fit: cover; min-height: 230px; }
.service-list-card div { padding: 1.5rem; }
.service-list-card i { color: var(--accent); font-size: 1.7rem; margin-bottom: .9rem; }
.service-list-card span { color: var(--blue); font-weight: 900; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.tag-cloud span { padding: .75rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; color: #344054; }

.form-shell { padding: clamp(1.2rem, 4vw, 2.2rem); }
.form-intro { max-width: 820px; margin-bottom: 2rem; }
.steps-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-bottom: 2rem; }
.steps-nav button { border: 1px solid var(--line); border-radius: 999px; padding: .85rem; background: #fff; color: var(--muted); font-weight: 900; cursor: pointer; }
.steps-nav button.is-active { background: var(--gradient); color: #fff; box-shadow: 0 12px 25px rgba(38,76,183,.18); }
.form-step { display: none; border: 0; padding: 0; margin: 0; }
.form-step.is-active { display: block; animation: fadeStep .25s ease; }
@keyframes fadeStep { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
legend { font-size: 1.45rem; font-weight: 900; margin-bottom: 1.2rem; }
label, .field-label { display: grid; gap: .5rem; font-weight: 800; color: #344054; margin-bottom: 1rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid #d7e2f0;
  border-radius: 18px;
  padding: .95rem 1rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(0,173,239,.12); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.image-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
.image-choice { position: relative; min-height: 160px; border-radius: 24px; overflow: hidden; cursor: pointer; margin: 0; color: #fff; }
.image-choice input { position: absolute; opacity: 0; pointer-events: none; }
.image-choice img { width: 100%; height: 100%; min-height: 160px; object-fit: cover; filter: brightness(.64); transition: transform .25s ease, filter .25s ease; }
.image-choice span { position: absolute; inset: auto 12px 12px 12px; display: flex; align-items: center; gap: .55rem; padding: .7rem .85rem; border-radius: 999px; background: rgba(0,0,0,.38); backdrop-filter: blur(12px); font-weight: 900; }
.image-choice:has(input:checked) { outline: 4px solid var(--accent); }
.image-choice:has(input:checked) img, .image-choice:hover img { transform: scale(1.07); filter: brightness(.82); }
.check-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-bottom: 1.2rem; }
.check-grid label { margin: 0; display: flex; align-items: center; gap: .6rem; padding: .8rem .9rem; border: 1px solid var(--line); background: #fff; border-radius: 16px; cursor: pointer; }
.check-grid input { width: auto; }
.upload-box, .privacy-note { border: 1px dashed #b9cae6; border-radius: 26px; background: #f8fbff; padding: 1.5rem; text-align: center; margin-bottom: 1rem; }
.upload-box i { color: var(--accent); font-size: 2.2rem; }
.privacy-note { display: flex; text-align: left; gap: 1rem; align-items: flex-start; border-style: solid; }
.privacy-note i { color: var(--blue); font-size: 1.3rem; margin-top: .2rem; }
.form-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.is-hidden { display: none !important; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.alert { display: flex; gap: .65rem; align-items: center; padding: 1rem; border-radius: 18px; margin-bottom: 1rem; font-weight: 800; }
.alert--error { background: #fff1f0; color: #b42318; border: 1px solid #ffd0cc; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: 1.4rem; align-items: start; }
.contact-cards { display: grid; gap: 1rem; }
.contact-cards article { padding: 1.4rem; transition: transform .25s ease; }
.contact-cards i { color: var(--accent); font-size: 1.7rem; margin-bottom: .8rem; }
.contact-cards a { color: var(--blue); font-weight: 900; }
.form-card { padding: 2rem; }
.map-placeholder { min-height: 420px; display: grid; place-content: center; text-align: center; border-radius: 36px; background: linear-gradient(135deg, rgba(38,76,183,.9), rgba(0,173,239,.82)), url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1600&q=80') center/cover; color: #fff; box-shadow: var(--shadow); }
.map-placeholder p { color: rgba(255,255,255,.85); }
.map-placeholder i { font-size: 3rem; margin-bottom: 1rem; }

.faq-wrap { max-width: 900px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 24px; margin-bottom: 1rem; box-shadow: 0 14px 35px rgba(16,24,40,.06); overflow: hidden; }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 1.2rem 1.4rem; font-weight: 900; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding: 0 1.4rem 1.4rem; }
.faq-item[open] summary i { transform: rotate(180deg); }
.faq-item summary i { transition: transform .2s ease; }
.legal-card { padding: 2rem; max-width: 860px; }
.thanks-page { min-height: 80vh; display: grid; place-items: center; background: var(--soft); padding-top: 100px; }
.thanks-card { text-align: center; max-width: 780px; padding: 3rem; }
.thanks-card > i { font-size: 4rem; color: var(--accent); margin-bottom: 1rem; }
.thanks-card .button-row { justify-content: center; }

.footer { background: #071832; color: #fff; padding: 80px 0 26px; }
.footer p, .footer li { color: rgba(255,255,255,.72); }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
.footer h3 { color: #fff; font-size: 1.05rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer a:hover { color: var(--accent); }
.socials { display: flex; gap: .7rem; margin-top: 1rem; }
.socials a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); }
.footer__contact li { display: flex; gap: .6rem; align-items: start; }
.footer__contact i { color: var(--accent); margin-top: .25rem; }
.footer__cta { display: grid; align-content: start; gap: .8rem; }
.footer__bottom { display: grid; justify-content: center; 
  align-items: center;
  text-align: center;
  gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); margin-top: 3rem; padding-top: 1.2rem; color: rgba(255,255,255,.62); font-size: .9rem; }

.credits-link {
  color: #ad8330 !important;
  text-decoration: none;
}

.credits-link i {
  color: #ad8330;
}


@media (max-width: 1024px) {
  .desktop-call { display: none; }
  .navbar__inner { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: inline-block; justify-self: end; }
  .navlinks {
    position: fixed;
    inset: 0;
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(135deg, rgba(19,41,111,.98), rgba(0,173,239,.96));
    color: #fff;
    flex-direction: column;
    gap: .45rem;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform .35s ease, opacity .35s ease;
    z-index: 2000;
    padding: 6rem 2rem 2rem;
  }
  .navlinks.is-open { transform: translateX(0); opacity: 1; pointer-events: auto; }
  .navlinks > a:not(.btn) { font-size: clamp(2rem, 8vw, 4rem); color: #fff; }
  .mobile-close { display: grid; place-items: center; position: absolute; right: 22px; top: 22px; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 1.5rem; cursor: pointer; }
  .quickbar__inner { justify-content: center; flex-wrap: wrap; padding: .4rem 0; }
  .service-grid, .process-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-service-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(2.8rem, 3vw, 3rem); }
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 76px 0; }
  .quickbar span{ display: none; }
  .navbar__inner { min-height: 72px; }
  .brand img { width: 142px; }
  .home-hero, .page-hero { min-height: 92vh; }
  .home-hero__content, .page-hero__content { padding-top: 80px; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr; }
  .two-col, .contact-grid, .service-list-card { grid-template-columns: 1fr; }
  .icon-list, .form-grid { grid-template-columns: 1fr; }
  .service-grid, .process-grid, .feature-grid, .image-choice-grid, .check-grid, .service-list-grid { grid-template-columns: 1fr; }
  .mini-service-grid { grid-template-columns: 1fr 1fr; }
  .stats-panel { grid-template-columns: 1fr; }
  .quote-teaser__inner { flex-direction: column; align-items: flex-start; }
  .steps-nav { grid-template-columns: 1fr 1fr; }
  .form-actions { flex-direction: column; }
  .form-actions .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .parallax-band, .page-hero { background-attachment: scroll; }
}


.survey-video-card {
  position: relative;
  aspect-ratio: 1 / 1;
  width: min(100%, 620px);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 32px;
  background: #07111f;
  box-shadow: 0 28px 80px rgba(9, 20, 40, 0.22);
  isolation: isolate;
}

.survey-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.survey-video-card__label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 18, 32, 0.72);
  backdrop-filter: blur(12px);
  font-weight: 700;
  font-size: 0.95rem;
}

.survey-video-card__label i {
  color: #00adef;
}

@media (max-width: 640px) {
  .survey-video-card {
    border-radius: 24px;
  }

  .survey-video-card__label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 0.85rem;
  }
}



.icon-list span {
  position: relative;
  overflow: hidden;
  transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 1;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.icon-list span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00adef 0%, #264CB7 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}

.icon-list span:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(38, 76, 183, 0.28);
}

.icon-list span:hover::before {
  opacity: 1;
}


.icon-list span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 12px 18px;
  background: #fff;
}

.seo-text{display: none;}


.section--dark-blue {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 173, 239, 0.34), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #07172f 0%, #12368f 48%, #264CB7 100%);
}

.section--dark-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.08) 45%, transparent 70%);
  pointer-events: none;
}

.section--dark-blue .container {
  position: relative;
  z-index: 1;
}

.section--dark-blue h2,
.section--dark-blue h3,
.section--dark-blue p,
.section--dark-blue .lead {
  color: #fff;
}

.section--dark-blue p,
.section--dark-blue .lead {
  opacity: 0.9;
}

.section--dark-blue .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.section--dark-blue .process-grid article,
.section--dark-blue .feature-card,
.section--dark-blue .review-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.section--dark-blue .process-grid article span,
.section--dark-blue .process-grid article i,
.section--dark-blue .feature-card i {
  color: #00adef;
}

.section--dark-blue .text-link {
  color: #fff;
}

.section--dark-blue .text-link:hover {
  color: #00adef;
}


.quote-teaser--parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(135deg, rgba(7, 23, 47, 0.88), rgba(38, 76, 183, 0.78)),
    var(--quote-bg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.quote-teaser--parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 173, 239, 0.35), transparent 34%),
    radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.16), transparent 30%);
  pointer-events: none;
}

.quote-teaser--parallax .quote-teaser__inner {
  position: relative;
  z-index: 1;
  margin-block: 10svh;
}

.quote-teaser--parallax h2,
.quote-teaser--parallax p {
  color: #fff;
}

.quote-teaser--parallax p {
  opacity: 0.92;
}

.quote-teaser--parallax .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

@media (max-width: 900px) {
  .quote-teaser--parallax {
    background-attachment: scroll;
  }
}


html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe,
canvas,
svg {
  max-width: 100%;
}

.container {
  width: min(100% - 32px, var(--container, 1180px));
  margin-inline: auto;
}

section,
main,
header,
footer {
  max-width: 100%;
}