:root {
  --navy: #07111f;
  --navy2: #0d1a2d;
  --orange: #ff9900;
  --yellow: #ffc247;
  --ink: #0b1220;
  --muted: #64748b;
  --line: #e5eaf2;
  --bg: #f6f8fb;
  --card: #fff;
  --shadow: 0 18px 60px rgba(2, 6, 23, .10);
  --radius: 24px
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6
}

a {
  text-decoration: none;
  color: inherit
}

button,
a {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff !important;
}

img {
  max-width: 100%;
  display: block
}

.flex-center {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.flex-center>span {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

img {
  max-width: 100%;
  display: block
}

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

.utility {
  background: #050b14;
  color: #fff;
  font-weight: 750;
  font-size: 14px
}

.utility-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap
}

.utility .pill {
  margin-left: auto;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  color: #07111f;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 900
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgb(7 17 31);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 29px
}

.logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange), #ffc267);
  color: #07111f !important;
}

.logo>span {
  color: #fff;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 850
}

.nav-links>a,
.nav-button {
  font: inherit;
  border: 0;
  background: none;
  color: #fff;
  padding: 25px 0;
  cursor: pointer
}


.has-mega {
  position: static
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 128px;
  width: min(1180px, calc(100vw - 42px));
  background: #fff;
  color: #0b1220;
  border: 1px solid #dbe3ed;
  border-top: 5px solid var(--orange);
  border-radius: 0 0 28px 28px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .18s ease;
  overflow: hidden;
  z-index: 9999
}

.mega-menu {
  top: 76px;
  z-index: 9999;
  border-radius: 0 0 22px 22px;
  color: #fff;
  box-shadow: 0 26px 70px rgba(2, 8, 23, .18);
  background: rgba(7, 17, 31, .98);
  border: 1px solid rgba(255, 255, 255, .12);
  border-top: 2px solid #fea41b;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.mega-col {
  padding: 30px;
  border-right: 1px dashed #fff2
}

.mega-col:last-child {
  border-right: 0
}

.mega-col h4 {
  margin: 0 0 14px
}

.mega-col a {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 3px 8px;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.mega-col a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--orange), #ffc267);
  flex-shrink: 0;
  margin: 8px 0;
}

.mega-col a:hover {
  background: #fff3
}

.mega-col span {
  background: #ff7a2f;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px
}

.mobile-toggle {
  display: none;
  border: 0;
  background: #07111f;
  color: #fff;
  border-radius: 14px;
  font-size: 23px;
  padding: 10px 13px
}

.hero {
  color: #fff;
  padding: 86px 0 64px;
  overflow: hidden;
  background: radial-gradient(circle at 16% 20%, rgba(56, 189, 248, .18), transparent 28%), radial-gradient(circle at 82% 18%, rgba(255, 153, 0, .20), transparent 32%), linear-gradient(180deg, #07111f 0%, #0b1526 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .55), transparent 82%);
  pointer-events: none;
  animation: moveGrid 3s linear infinite;
}

@keyframes moveGrid {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 70px 70px;
  }
}

.hero-grid,
.service-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center
}

.eyebrow,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 25px rgba(15, 23, 42, .06);
  border-radius: 999px;
  color: #0b1220;
  padding: 8px 14px;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 12px;
}

.eyebrow::before,
.badge::before {
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, var(--orange), #ffc267);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.9);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 153, 0, 0.7);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(255, 153, 0, 0);
  }

  100% {
    transform: scale(0.9);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 153, 0, 0);
  }
}

.hero .eyebrow {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-color: rgba(255, 255, 255, .18)
}

h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  margin: 18px 0;
  font-weight: 900;
  letter-spacing: -.06em
}

h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 900;
  letter-spacing: -.04em
}

h3 {
  font-size: 24px;
  line-height: 1.16;
  margin: 0 0 10px
}

p {
  color: #475569;
  margin: 0 0 16px
}

.hero p,
.page-hero p {
  color: #dbeafe;
  font-size: 18px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid transparent
}

.btn-orange {
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  color: #07111f
}

.btn-dark {
  background: #07111f;
  color: #fff
}

.btn-light {
  background: #fff;
  color: #07111f
}

.hero-visual,
.image-placeholder {
  background: #fff;
  border-radius: 34px;
  padding: 18px;
  box-shadow: var(--shadow)
}

.hero-visual img,
.image-placeholder img {
  border-radius: 24px
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px
}

.stat {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 18px
}

.stat b {
  font-size: 30px;
  display: block;
  color: #fff
}

.section {
  padding: 86px 0
}

.section.alt {
  background: var(--bg)
}

.section-head {
  max-width: 790px;
  margin-bottom: 38px
}

.section-head.center {
  text-align: center;
  margin-inline: auto
}

.cards,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.service-card,
.card,
.package,
.review-shot,
.faq details,
.process-step,
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .06)
}

.service-card {
  transition: .2s ease;
  min-height: 260px
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow)
}

.service-icon {
  font-size: 32px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff3de;
  margin-bottom: 18px
}

.service-card span {
  color: #f97316;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0
}

.feature-list li {
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 750;
  display: flex;
  gap: 10px
}

.feature-list li:before {
  content: "✓";
  color: #0b1220;
  background: #ffedd5;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 24px
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: step
}

.process-step:before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #0b1220;
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px
}

.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.package h3 {
  font-size: 28px
}

.price {
  font-size: 30px;
  font-weight: 900;
  margin: 12px 0
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.review-shot {
  padding: 12px;
  overflow: hidden
}

.review-shot img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  border: 1px solid var(--line)
}

.review-shot span {
  display: block;
  font-size: 13px;
  color: #64748b;
  font-weight: 800;
  margin-top: 10px
}

.faq {
  display: grid;
  gap: 14px
}

.faq details {
  padding: 0;
  overflow: hidden
}

.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 900;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px
}

.faq summary:after {
  content: "+";
  color: #f97316
}

.faq details[open] summary:after {
  content: "−"
}

.faq details p {
  padding: 0 24px 22px
}

.form-card {
  box-shadow: var(--shadow)
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.field {
  display: grid;
  gap: 8px
}

.field.full {
  grid-column: 1/-1
}

.field label {
  font-weight: 900
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  font: inherit;
  background: #fff
}

.field textarea {
  min-height: 120px
}

.cta-band {
  background: linear-gradient(135deg, #07111f, #0b1e36);
  color: #fff;
  border-radius: 34px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center
}

.cta-band p {
  color: #dbeafe
}

.placeholder-note {
  display: inline-block;
  background: #fff7ed;
  color: #9a3412;
  border: 1px dashed #fb923c;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  font-size: 13px;
  margin-top: 10px
}

.footer {
  background: #07111f;
  color: #fff;
  padding: 70px 0 26px
}

.footer p,
.footer a {
  color: #cbd5e1
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr .8fr 1fr;
  gap: 34px
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 40px;
  padding-top: 22px;
  color: #94a3b8
}

.footer-logo {
  color: #fff;
  margin-bottom: 16px
}

.page-hero {
  background: linear-gradient(135deg, #07111f, #0d1a2d);
  color: #fff;
  padding: 72px 0
}

.breadcrumb {
  font-weight: 900;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 4px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb::before {
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, var(--orange), #ffc267);
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 1.5s infinite;
}

.mini-nav {
  position: sticky;
  top: 82px;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--line);
  overflow-x: auto
}

.mini-nav .container {
  display: flex;
  gap: 18px;
  padding: 14px 0
}

.mini-nav a {
  white-space: nowrap;
  font-weight: 900;
  color: #334155
}

.quote-safe {
  border-left: 5px solid var(--orange);
  padding: 18px 22px;
  background: #fff7ed;
  border-radius: 0 18px 18px 0;
  font-weight: 800;
  color: #7c2d12
}

@media (max-width:980px) {
  .mobile-toggle {
    display: block
  }

  .nav-links {
    position: fixed;
    inset: 128px 16px auto 16px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 24px;
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 150px);
    overflow: auto;
    gap: 0;
  }

  .nav-links.open {
    display: flex
  }

  .nav-links>a,
  .nav-button {
    padding: 14px 10px;
    text-align: left;
    width: 100%
  }

  .has-mega {
    position: relative
  }

  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border-radius: 18px;
    border: none;
    grid-template-columns: 1fr;
    overflow: visible
  }

  .has-mega.open .mega-menu {
    display: grid
  }

  .mega-col {
    border-right: 0;
    border-bottom: 1px dashed #fff2;
    padding: 18px
  }

  .hero-grid,
  .service-hero-grid,
  .split,
  .cta-band {
    grid-template-columns: 1fr
  }

  .stats,
  .cards,
  .service-grid,
  .process,
  .packages,
  .review-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .mini-nav {
    top: 82px
  }
}

@media (max-width:640px) {
  .container {
    width: min(100% - 28px, 1180px)
  }

  .utility-inner {
    height: auto;
    padding: 10px 0
  }

  .utility .pill {
    margin-left: 0
  }

  .nav {
    height: 76px
  }

  .nav-links {
    inset: 122px 12px auto 12px
  }

  .hero,
  .section {
    padding: 56px 0
  }

  .stats,
  .cards,
  .service-grid,
  .process,
  .packages,
  .review-grid,
  .footer-grid {
    grid-template-columns: 1fr
  }

  .cta-band {
    padding: 28px
  }

  .review-shot img {
    height: 330px
  }

  h1 {
    font-size: 42px
  }

  .logo {
    font-size: 24px
  }

  .logo-mark {
    width: 40px;
    height: 40px
  }

  .page-hero {
    padding: 52px 0
  }
}

:root {
  --navy: #06111f;
  --navy2: #0b1829;
  --orange: #ff9900;
  --yellow: #ffc84d;
  --ink: #08111f;
  --muted: #526174;
  --line: #dfe7f1;
  --bg: #f7f9fc;
  --soft: #fff7e8;
  --shadow: 0 14px 36px rgba(2, 8, 23, .09);
  --shadow-sm: 0 8px 22px rgba(2, 8, 23, .07)
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

body {
  font-size: 16px;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

.container {
  width: min(1180px, calc(100% - 36px))
}

p {
  color: var(--muted)
}

h1,
h2,
h3 {
  color: var(--ink)
}

.hero h1,
.hero h2,
.hero h3,
.page-hero h1,
.page-hero h2,
.page-hero h3,
.footer h1,
.footer h2,
.footer h3,
.cta-band h1,
.cta-band h2,
.cta-band h3 {
  color: #fff
}

.hero p,
.page-hero p,
.cta-band p {
  color: #d9e7f7
}

.utility {
  font-size: 13px;
  letter-spacing: .01em
}

.utility-inner {
  min-height: 42px
}

.utility .pill {
  box-shadow: none
}

.nav {
  height: 76px
}

.logo {
  font-size: 26px
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .08)
}

.nav-cta {
  padding: 11px 16px !important
}

.mega-col {
  padding: 24px 26px
}

.mega-col h4 {
  font-size: 16px;
  color: #fff
}

.mega-col span {
  background: #ff7a2f;
  color: #fff
}

.hero {
  padding: 74px 0 58px
}

.page-hero {
  padding: 64px 0
}

.section {
  padding: 72px 0
}

.section.alt {
  background: #f7f9fc
}

.section-head {
  margin-bottom: 30px
}

.section-head.center {
  max-width: 860px
}

h1 {
  font-size: clamp(40px, 5.2vw, 68px);
  letter-spacing: -.055em
}

.page-hero h1 {
  font-size: clamp(38px, 4.6vw, 62px)
}

h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  letter-spacing: -.035em
}

h3 {
  font-size: 22px
}

.badge,
.eyebrow {
  box-shadow: var(--shadow-sm);
  border-color: #e2e8f0
}

.hero .eyebrow {
  box-shadow: none
}

.btn {
  box-shadow: 0 10px 20px rgba(2, 8, 23, .08);
  transition: transform .18s ease, box-shadow .18s ease
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(2, 8, 23, .12)
}

.service-card,
.card,
.package,
.review-shot,
.faq details,
.process-step,
.form-card {
  border-color: #e1e8f2;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .055);
  border-radius: 22px
}

.service-card:hover {
  box-shadow: 0 18px 40px rgba(2, 8, 23, .10)
}

.hero-visual,
.image-placeholder {
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 40px rgba(2, 8, 23, .12)
}

.feature-list li {
  box-shadow: none;
  background: #fff;
  border-color: #e6edf5
}

.section.alt .feature-list li {
  background: #fff
}

.mini-nav {
  top: 76px;
  box-shadow: 0 7px 20px rgba(15, 23, 42, .035)
}

.mini-nav .container {
  scrollbar-width: none
}

.mini-nav .container::-webkit-scrollbar {
  display: none
}

.mini-nav a {
  font-size: 14px;
  color: #243244
}

.review-grid {
  gap: 18px
}

.review-shot {
  padding: 10px
}

.review-shot img {
  height: 230px;
  object-fit: contain;
  background: #fff;
  border-radius: 16px
}

.review-grid-compact {
  grid-template-columns: repeat(3, 1fr)
}

.review-grid-compact .review-shot img {
  height: 250px
}

.compact-trust-copy {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  background: #fff7e8;
  border: 1px solid #fed7aa;
  color: #7c2d12;
  border-radius: 18px;
  padding: 12px 14px;
  margin: 20px 0
}

.compact-trust-copy span {
  color: #9a3412;
  font-size: 14px;
  font-weight: 700
}

.wall-of-love-section {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f8fafc)
}

.love-row {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: loveScroll 55s linear infinite;
  padding-inline: 18px
}

.love-row.reverse {
  animation-direction: reverse;
  animation-duration: 62s
}

.wall-of-love:hover .love-row {
  animation-play-state: paused
}

@keyframes loveScroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.wall-note {
  margin-top: 20px
}

.proof-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.proof-kpis>div {
  background: #fff;
  border: 1px solid #e1e8f2;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .04)
}

.proof-kpis b {
  display: block;
  color: #0f172a
}

.proof-kpis span {
  color: #64748b;
  font-size: 14px;
  font-weight: 700
}

main .section:not(.wall-of-love-section):not(.alt) h1,
main .section:not(.wall-of-love-section):not(.alt) h2,
main .section:not(.wall-of-love-section):not(.alt) h3,
main .section:not(.wall-of-love-section):not(.alt) .section-head h2 {
  color: var(--ink)
}

main .section.alt h1,
main .section.alt h2,
main .section.alt h3 {
  color: var(--ink)
}

main .section .card,
main .section .package,
main .section .form-card,
main .section .review-shot {
  color: var(--ink)
}

main .section .card p,
main .section .package p,
main .section .form-card p {
  color: var(--muted)
}

@media (max-width:1100px) {

  .cards,
  .service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .process,
  .packages,
  .review-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .hero-grid,
  .service-hero-grid {
    gap: 34px
  }
}

@media (max-width:980px) {
  .mobile-toggle {
    display: block
  }

  .nav {
    height: 72px
  }

  .site-header {
    position: sticky;
    top: 0
  }

  .nav-links {
    position: fixed;
    inset: 78px 14px auto 14px;
    max-height: calc(100vh - 92px);
    border-radius: 22px;
    padding: 14px;
    background: #fff;
    z-index: 10000
  }

  .nav-links>a,
  .nav-button {
    font-size: 16px;
    padding: 13px 12px;
    border-radius: 12px
  }

  .nav-links>a:hover,
  .nav-button:hover {
    background: #ddeeff10;
  }

  .mega-menu {
    top: auto;
  }

  .mega-col {
    padding: 14px
  }

  .nav-cta {
    text-align: center !important;
    margin-top: 4px
  }

  .hero-grid,
  .service-hero-grid,
  .split,
  .cta-band {
    grid-template-columns: 1fr
  }

  .hero {
    padding: 58px 0 46px
  }

  .page-hero {
    padding: 48px 0
  }

  .section {
    padding: 58px 0
  }

  .mini-nav {
    top: 72px
  }
}

@media (max-width:720px) {
  .utility {
    display: none
  }

  .container {
    width: min(100% - 24px, 1180px)
  }

  .nav {
    height: 68px
  }

  .logo {
    font-size: 22px
  }

  .logo-mark {
    width: 38px;
    height: 38px
  }

  .mobile-toggle {
    padding: 8px 11px
  }

  .nav-links {
    inset: 72px 10px auto 10px;
    max-height: calc(100vh - 82px)
  }

  h1 {
    font-size: clamp(34px, 12vw, 46px);
    line-height: 1
  }

  .page-hero h1 {
    font-size: clamp(32px, 11vw, 44px)
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px)
  }

  h3 {
    font-size: 20px
  }

  .hero p,
  .page-hero p {
    font-size: 16px
  }

  .hero-actions {
    gap: 10px
  }

  .btn {
    width: 100%;
    padding: 13px 18px
  }

  .section {
    padding: 48px 0
  }

  .hero {
    padding: 48px 0 40px
  }

  .page-hero {
    padding: 42px 0
  }

  .cards,
  .service-grid,
  .process,
  .packages,
  .review-grid,
  .review-grid-compact,
  .footer-grid,
  .stats,
  .proof-kpis {
    grid-template-columns: 1fr
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .cta-band {
    padding: 28px 22px;
    border-radius: 24px
  }

  .service-card {
    min-height: auto;
    padding: 22px
  }

  .hero-visual,
  .image-placeholder {
    border-radius: 24px;
    padding: 12px
  }

  .hero-visual img,
  .image-placeholder img {
    border-radius: 16px
  }

  .review-shot img {
    height: auto;
    max-height: 380px;
    object-fit: contain
  }

  .love-row {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    animation: none;
    padding-inline: 12px
  }

  .mini-nav .container {
    padding: 12px 0
  }

  .mini-nav a {
    font-size: 13px
  }

  .feature-list li {
    padding: 12px 14px
  }

  .field input,
  .field select,
  .field textarea {
    padding: 12px 14px
  }

  .footer {
    padding: 48px 0 24px
  }
}

@media (max-width:420px) {
  .container {
    width: min(100% - 20px, 1180px)
  }

  .logo span:last-child {
    font-size: 20px
  }

  .section-head {
    margin-bottom: 22px
  }

  .service-icon {
    width: 50px;
    height: 50px;
    font-size: 26px
  }
}

@media (prefers-reduced-motion:reduce) {
  .love-row {
    animation: none
  }

  .btn,
  .service-card {
    transition: none
  }
}

:root {
  --glass: #ffffffcc;
  --deep: #07111f;
  --deep2: #0b1b31;
  --sharp-shadow: 0 18px 46px rgba(2, 8, 23, .11)
}

body {
  letter-spacing: -.01em
}

.container {
  max-width: 1180px
}

.site-header {
  box-shadow: 0 10px 28px rgba(2, 8, 23, .06)
}

.feature-list li {
  color: var(--ink) !important;
  line-height: 1.45
}

.feature-list li * {
  color: inherit
}

.page-hero .feature-list li,
.hero .feature-list li {
  background: #fff !important;
  color: #08111f !important;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12)
}

.cta-band h1,
.cta-band h2,
.cta-band h3,
.cta-band strong {
  color: #fff !important
}

.cta-band {
  overflow: hidden;
  position: relative
}

.cta-band:before {
  content: "";
  position: absolute;
  inset: -40% auto auto 55%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 153, 0, .28), transparent 68%);
  pointer-events: none
}

.cta-band>* {
  position: relative
}

main .section .cta-band h2 {
  color: #fff !important
}

.page-hero h1 {
  overflow-wrap: anywhere
}

.hero p,
.page-hero p {
  max-width: 760px
}

.mini-nav .container {
  scroll-padding-inline: 16px
}

.mini-nav a {
  padding: 5px 0
}

.mini-nav a:hover {
  color: #f97316
}

.dark-wall {
  background: radial-gradient(circle at top left, rgba(255, 153, 0, .18), transparent 26%), linear-gradient(180deg, #0b1526 0%, #081222 100%);
  color: #fff;
  overflow: hidden
}

.dark-wall .section-head h2 {
  color: #fff !important
}

.dark-wall .section-head p {
  color: #b9c7d9 !important
}

.dark-badge {
  background: rgba(255, 255, 255, .09) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, .15) !important;
  box-shadow: none !important
}

.love-quote-card {
  width: 340px;
  min-height: 250px;
  flex: 0 0 340px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .22);
  border-radius: 24px;
  padding: 24px;
  color: #fff;
  backdrop-filter: blur(14px)
}

.love-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0ea5e9;
  color: #fff;
  font-weight: 900
}

.avatar.amber {
  background: #d97706
}

.avatar.blue {
  background: #2563eb
}

.avatar.red {
  background: #dc2626
}

.avatar.purple {
  background: #7c3aed
}

.avatar.teal {
  background: #0d9488
}

.love-head b {
  display: block;
  color: #fff;
  font-size: 16px
}

.love-head span {
  display: block;
  color: #aebbd0;
  font-size: 13px;
  font-weight: 700
}

.stars {
  color: #facc15;
  letter-spacing: 1px;
  font-size: 14px
}

.love-quote-card p {
  color: #edf4ff !important;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 18px
}

.love-quote-card small {
  color: #aebbd0;
  font-weight: 800
}

.dark-kpis>div {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12)
}

.dark-kpis b {
  color: #fff
}

.dark-kpis span {
  color: #b9c7d9
}

@keyframes loveCardScroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.review-shot img {
  object-fit: contain !important;
  background: #fff !important
}

.review-shot {
  background: #fff;
  color: #08111f
}

.review-shot span {
  color: #526174 !important
}

.field select {
  min-height: 48px;
  color: #0f172a;
  background-color: #fff;
  line-height: 1.2
}

.field select option {
  font-size: 16px;
  color: #111827;
  background: #fff
}

.field textarea {
  resize: vertical
}

@media (max-width:980px) {

  .page-hero .feature-list li,
  .hero .feature-list li {
    padding: 13px 14px
  }

  .love-quote-card {
    width: 320px;
    flex-basis: 320px
  }
}

@media (max-width:720px) {
  .nav {
    height: 66px
  }

  .logo {
    gap: 10px
  }

  .mobile-toggle {
    border-radius: 18px
  }

  .page-hero {
    padding: 38px 0 34px
  }

  .page-hero h1,
  .hero h1 {
    font-size: clamp(34px, 11vw, 44px);
    letter-spacing: -.045em
  }

  .page-hero p,
  .hero p {
    font-size: 16px;
    line-height: 1.65
  }

  .page-hero .feature-list {
    gap: 10px
  }

  .feature-list li {
    border-radius: 16px
  }

  .mini-nav {
    top: 66px
  }

  .mini-nav .container {
    gap: 18px;
    overflow-x: auto
  }

  .cta-band {
    text-align: left;
    border-radius: 26px;
    padding: 28px 22px
  }

  .cta-band .btn {
    width: 100%
  }

  .love-quote-card {
    width: 285px;
    flex-basis: 285px;
    min-height: 260px;
    padding: 20px;
    border-radius: 22px
  }

  .love-head {
    grid-template-columns: auto 1fr;
    gap: 10px
  }

  .stars {
    grid-column: 1/-1
  }

  .love-quote-card p {
    font-size: 15.5px
  }

  .proof-kpis {
    grid-template-columns: 1fr
  }

  .form-card {
    padding: 20px
  }

  .review-shot img {
    max-height: 320px
  }

  .footer-grid ul {
    gap: 6px
  }
}

@media (max-width:430px) {
  .love-quote-card {
    width: 270px;
    flex-basis: 270px
  }

  .avatar {
    width: 40px;
    height: 40px
  }

  .love-head b {
    font-size: 15px
  }

  .love-head span {
    font-size: 12px
  }

  .page-hero h1,
  .hero h1 {
    font-size: 36px
  }

  .nav-links {
    inset: 70px 8px auto 8px
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 16px
  }
}

:root {
  --brand-orange: #ff9900;
  --brand-yellow: #ffc247;
  --brand-navy: #07111f;
  --brand-ink: #0b1220
}

.mega-categories {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  gap: 0
}

.mega-col h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff
}

.mega-col p {
  font-size: 13px;
  line-height: 1.45;
  margin: 12px 0 0;
  color: #64748b
}

.mega-col hr {
  border: 0;
  border-top: 1px dashed #d8e0ea;
  margin: 14px 0
}

.mini-icon,
.brand-icon {
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand-orange), var(--brand-yellow));
  color: #06111f;
  font-weight: 950
}

.mini-icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  font-size: 11px;
  flex: 0 0 28px
}

.brand-icon {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  font-size: 17px;
  box-shadow: 0 12px 30px rgba(255, 153, 0, .24)
}

.service-categories {
  background: linear-gradient(180deg, #fff, #f8fafc)
}

.category-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 22px;
  align-items: stretch
}

.category-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .075);
  overflow: hidden
}

.category-card:after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 153, 0, .10)
}

.category-card.primary {
  background: linear-gradient(135deg, #07111f, #0d1a2d);
  color: #fff
}

.category-card.primary h3,
.category-card.primary p {
  color: #fff
}

.category-card.primary .category-links a {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .16);
  color: #fff
}

.category-top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px
}

.category-top>span:last-child {
  font-weight: 900;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px
}

.category-card h3 {
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -.04em
}

.category-card p {
  color: #526174
}

.category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px
}

.category-links a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 9px 12px;
  color: #243244;
  background: #fff;
  font-weight: 850;
  font-size: 13px
}

.category-links a:hover {
  border-color: #ff9900;
  background: #fff7e8;
  color: #9a3412
}

.love-marquee {
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 18px 0 30px;
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%)
}

.love-marquee .love-row {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: v18LoveScroll 72s linear infinite;
  padding-inline: 18px
}

.love-marquee .love-row-b {
  animation-duration: 84s
}

.love-marquee .love-row-c {
  animation-duration: 78s
}

.love-marquee .reverse {
  animation-direction: reverse
}

.love-marquee:hover .love-row {
  animation-play-state: paused
}

.love-marquee .love-quote-card {
  width: 315px;
  flex: 0 0 315px;
  min-height: 215px;
  border-radius: 22px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .13)
}

@keyframes v18LoveScroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.faq details {
  background: #fff !important
}

.faq summary {
  color: #111827 !important
}

.faq details p {
  color: #475569 !important
}

.page-hero .feature-list li,
.hero .feature-list li {
  color: #0f172a !important;
  background: #fff !important;
  min-height: auto !important;
  font-size: 15px !important;
  align-items: flex-start
}

.page-hero .feature-list li::before,
.hero .feature-list li::before {
  color: #07111f !important;
  content: "✓" !important
}

.cta-band h1,
.cta-band h2,
.cta-band h3,
.dark-wall h1,
.dark-wall h2,
.dark-wall h3 {
  color: #fff !important
}

.dark-wall p {
  color: #b9c7d9 !important
}

.service-icon {
  font-family: Inter, system-ui, sans-serif
}

.service-icon.icon-min {
  font-size: 16px;
  font-weight: 950;
  color: #07111f
}

.section-head p {
  color: #64748b
}

.category-card.primary .category-top>span:last-child {
  color: #ffcf70
}

@media (max-width:1120px) {
  .mega-categories {
    grid-template-columns: 1fr 1fr 1fr !important
  }

  .category-grid {
    grid-template-columns: 1fr 1fr
  }

  .category-card.primary {
    grid-column: 1/-1
  }
}

@media (max-width:980px) {
  .mega-categories {
    grid-template-columns: 1fr !important
  }

  .mega-col p {
    display: none
  }

  .mega-col h4 {
    font-size: 15px
  }

  .mega-col a {
    font-size: 14px
  }

  .category-grid {
    grid-template-columns: 1fr
  }

  .category-card {
    padding: 22px;
    border-radius: 24px
  }

  .love-marquee {
    gap: 12px;
    mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4%, #000 96%, transparent 100%)
  }

  .love-marquee .love-row {
    gap: 12px;
    animation-duration: 48s
  }

  .love-marquee .love-quote-card {
    width: 275px;
    flex-basis: 275px;
    min-height: 230px;
    padding: 18px
  }

  .page-hero .feature-list li {
    font-size: 14px !important
  }

  .mini-nav {
    overflow-x: auto
  }

  .mini-nav .container {
    width: auto;
    min-width: max-content;
    padding-left: 14px;
    padding-right: 14px
  }

  .nav-links {
    color: #fff !important;
    background: #0b1220 !important
  }

  .nav-links.open {
    display: flex !important
  }
}

@media (max-width:720px) {
  .service-categories .section-head {
    text-align: left
  }

  .category-card h3 {
    font-size: 25px
  }

  .category-links a {
    font-size: 12.5px;
    padding: 8px 10px
  }

  .love-marquee {
    padding-top: 4px
  }

  .love-marquee .love-row {
    animation-duration: 42s
  }

  .love-marquee .love-row-b {
    animation-duration: 50s
  }

  .love-marquee .love-row-c {
    animation-duration: 46s
  }

  .love-marquee .love-quote-card {
    width: 258px;
    flex-basis: 258px
  }

  .love-quote-card p {
    font-size: 14.5px !important
  }

  .proof-kpis {
    gap: 10px
  }

  .page-hero {
    padding-top: 36px !important
  }

  .page-hero h1 {
    font-size: 34px !important
  }

  .site-header {
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08)
  }
}

@media (prefers-reduced-motion:reduce) {
  .love-marquee .love-row {
    animation: none
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  border-radius: 999px;
  color: #07111f !important;
  padding: 6px 22px !important;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--orange), var(--yellow)) !important;
}