:root {
  --blue-950: #071d36;
  --blue-800: #0b3f75;
  --blue-600: #1065ad;
  --cyan-400: #27d9ff;
  --cyan-600: #0897c5;
  --red-600: #d5232f;
  --red-700: #b71925;
  --ink: #16202d;
  --muted: #5d6978;
  --line: #dde6ef;
  --soft: #f4f8fc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 29, 54, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #031426;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(16px, 4vw, 56px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 32px rgba(7, 29, 54, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 210px;
  padding: 0;
  border-radius: 6px;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--blue-950);
  font-size: 1.05rem;
  line-height: 1.1;
}

.brand small {
  color: var(--red-600);
  font-weight: 700;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 28px);
}

.site-nav a {
  color: var(--blue-950);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--red-600);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--red-600);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 80px);
  padding: clamp(48px, 7vw, 86px) clamp(16px, 5vw, 72px) clamp(36px, 5vw, 64px);
  background:
    radial-gradient(ellipse at 72% 34%, rgba(39, 217, 255, 0.44) 0%, rgba(8, 151, 197, 0.22) 30%, rgba(7, 29, 54, 0) 61%),
    linear-gradient(122deg, #031426 0%, #061e3a 39%, #073c68 68%, #075e76 100%);
  color: var(--white);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 29%),
    linear-gradient(18deg, rgba(39, 217, 255, 0.16), rgba(39, 217, 255, 0) 36%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 100%;
}

.hero-copy > * {
  max-width: 100%;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red-600);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.82rem;
}

.hero .eyebrow {
  color: var(--cyan-400);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: clamp(2.45rem, 5vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-text {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions,
.trust-row,
.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--red-600);
  color: var(--white);
}

.button.primary:hover,
.header-call:hover {
  background: var(--red-700);
}

.button.secondary {
  background: var(--white);
  color: var(--blue-950);
}

.button.full {
  width: 100%;
}

.trust-row {
  margin-top: 24px;
}

.trust-row span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-reviews {
  display: grid;
  grid-template-columns: minmax(118px, auto) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  max-width: 760px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.3),
    0 7px 0 rgba(7, 17, 31, 0.28);
}

.hero-rating {
  min-width: 116px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-rating strong,
.hero-rating small,
.hero-rating .stars {
  display: block;
}

.hero-rating strong {
  font-size: 2rem;
  line-height: 1;
}

.hero-rating small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  font-weight: 800;
}

.hero-reviews blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.hero-review-list blockquote {
  min-width: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-review-list blockquote:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-reviews cite {
  display: block;
  margin-top: 5px;
  color: #ffb9bd;
  font-style: normal;
  font-weight: 900;
}

.hero-media {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-self: center;
}

.hero-media img {
  background: var(--white);
  border: 5px solid rgba(255, 255, 255, 0.94);
  box-shadow:
    16px 16px 0 rgba(39, 217, 255, 0.25),
    0 24px 46px rgba(0, 0, 0, 0.24);
}

.hero-result-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 8px 0 rgba(39, 217, 255, 0.18);
  backdrop-filter: blur(6px);
}

.hero-result-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 900;
  font-size: 0.9rem;
}

.hero-main {
  width: 100%;
  max-height: 340px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hero-mini-grid img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
}

section {
  scroll-margin-top: 86px;
}

.service-band,
.process-section,
.gallery-section,
.reviews-section,
.quote-section {
  padding: clamp(56px, 8vw, 96px) clamp(16px, 5vw, 72px);
}

.service-band,
.about-section,
.process-section,
.gallery-section,
.quote-section {
  background: var(--blue-950);
  color: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: 24px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}

.section-heading.compact {
  display: block;
  max-width: 820px;
  text-align: center;
}

.section-heading h2,
.about-copy h2,
.quote-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.about-copy p,
.quote-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  perspective: 1200px;
}

.service-card,
.review-card,
.process-step {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  box-shadow:
    0 22px 38px rgba(0, 0, 0, 0.28),
    0 7px 0 rgba(7, 17, 31, 0.22);
  transform: translateY(0) rotateX(0deg);
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.review-card:hover,
.process-step:hover {
  box-shadow:
    0 30px 48px rgba(0, 0, 0, 0.34),
    0 9px 0 rgba(7, 17, 31, 0.24);
  transform: translateY(-5px) rotateX(1deg);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div,
.review-card,
.process-step {
  padding: 22px;
}

.service-card h3,
.process-step h3,
.review-card strong,
.promise-box h3 {
  margin: 0 0 10px;
  color: var(--blue-950);
  font-size: 1.15rem;
}

.service-card p,
.process-step p,
.review-card p,
.promise-box p {
  margin: 0;
  color: var(--muted);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(56px, 8vw, 96px) clamp(16px, 5vw, 72px);
}

.about-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.about-copy {
  max-width: 680px;
}

.about-copy p {
  margin-top: 18px;
}

.promise-box {
  margin-top: 24px;
  padding: 22px;
  border-left: 5px solid var(--red-600);
  background: var(--white);
  border-radius: 8px;
  box-shadow:
    0 20px 36px rgba(0, 0, 0, 0.26),
    0 6px 0 rgba(7, 17, 31, 0.22);
}

.promise-box h3 {
  color: var(--blue-950);
}

.promise-box p {
  color: var(--ink);
}

.process-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 34px auto 0;
  perspective: 1200px;
}

.process-step span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red-600);
  font-weight: 900;
  font-size: 0.95rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
  perspective: 1200px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow:
    0 20px 36px rgba(0, 0, 0, 0.3),
    0 6px 0 rgba(7, 17, 31, 0.24);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-grid img:hover {
  box-shadow:
    0 28px 46px rgba(0, 0, 0, 0.36),
    0 8px 0 rgba(7, 17, 31, 0.26);
  transform: translateY(-4px);
}

.gallery-grid img:first-child,
.gallery-grid img:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-grid img:nth-child(n+3) {
  grid-column: span 2;
}

.reviews-section {
  background: var(--blue-950);
  color: var(--white);
}

.reviews-section .section-heading h2 {
  color: var(--white);
}

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

.review-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.review-card p,
.review-card span {
  color: rgba(255, 255, 255, 0.82);
}

.review-card strong {
  display: block;
  margin-top: 18px;
  color: var(--white);
}

.review-card span {
  display: block;
  font-size: 0.9rem;
}

.stars {
  color: #ffd15c;
  margin-bottom: 12px;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--blue-950);
}

.quote-copy p {
  margin-top: 18px;
}

.contact-list {
  margin-top: 24px;
}

.contact-list a {
  padding: 10px 13px;
  border-radius: 6px;
  background: var(--blue-950);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  background: var(--white);
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.32),
    0 8px 0 rgba(7, 17, 31, 0.24);
}

label {
  display: grid;
  gap: 6px;
  color: var(--blue-950);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #c9d5e2;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 24px;
  padding: 34px clamp(16px, 5vw, 72px);
  background: #07111f;
  color: rgba(255, 255, 255, 0.82);
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.site-footer img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  max-width: 36px;
  border-radius: 50%;
  color: var(--white);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow: hidden;
  flex: 0 0 36px;
}

.social-icon svg {
  width: 23px;
  height: 23px;
  min-width: 23px;
  max-width: 23px;
  max-height: 23px;
  fill: currentColor;
  flex: 0 0 23px;
}

.facebook-icon {
  background: #1877f2;
  box-shadow: 0 10px 22px rgba(24, 119, 242, 0.32);
}

.facebook-icon:hover,
.facebook-icon:focus-visible {
  background: #0f62d2;
  box-shadow: 0 14px 26px rgba(24, 119, 242, 0.42);
  transform: translateY(-2px);
}

.site-footer p {
  margin: 8px 0 0;
}

.site-footer strong,
.site-footer a {
  color: var(--white);
}

.mobile-cta {
  display: none;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav,
  .header-call {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    border-top: 1px solid var(--line);
  }

  .site-nav.is-open a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-toggle {
    display: grid;
    justify-self: end;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--blue-950);
  }

  .hero,
  .about-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 62px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  h1 {
    font-size: 1.9rem;
    line-height: 1.08;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    width: 100vw;
    max-width: 100vw;
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-copy {
    width: 100%;
    max-width: 320px;
  }

  .hero-text,
  .hero-copy h1 {
    width: 100%;
    max-width: 320px;
  }

  .hero-reviews {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 320px;
  }

  .hero-review-list {
    grid-template-columns: 1fr;
  }

  .hero-rating {
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .hero-main {
    max-height: 230px;
  }

  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-mini-grid img {
    height: 170px;
  }

  .service-grid,
  .process-grid,
  .review-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }

  .gallery-grid img:first-child,
  .gallery-grid img:nth-child(2),
  .gallery-grid img:nth-child(n+3) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--blue-950);
    box-shadow: 0 -10px 30px rgba(7, 17, 31, 0.18);
  }

  .mobile-cta a {
    min-height: 58px;
    display: grid;
    place-items: center;
    color: var(--white);
    font-weight: 900;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .mobile-cta a:first-child {
    background: var(--red-600);
  }
}
