:root {
  --primary: #005082;
  --blue: #14a5ed;
  --orange: #fc8f00;
  --gray: #cccccc;
  --black: #05070a;
  --ink: #f7fbff;
  --muted: #c7d0d8;
  --surface: #0b1118;
  --panel: #101923;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(0, 80, 130, 0.16);
  --lux-line: linear-gradient(90deg, transparent, rgba(20, 165, 237, 0.16), transparent);
}

* {
  box-sizing: border-box;
}

body {
  background: var(--black);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(5, 7, 10, 0.94);
  border-bottom: 1px solid rgba(20, 165, 237, 0.18);
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 18px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand--image img {
  display: block;
  height: clamp(28px, 2.9vw, 40px);
  max-width: min(26vw, 239px);
  object-fit: contain;
  object-position: left center;
  width: auto;
}

nav {
  display: flex;
  gap: 22px;
  justify-content: center;
}

nav a,
.header-cta {
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.header-cta {
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  color: var(--white);
  padding: 12px 16px;
}

.hero {
  background: var(--black);
  color: var(--white);
  display: grid;
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.hero__media {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.9), rgba(5, 7, 10, 0.66) 42%, rgba(5, 7, 10, 0.08)),
    url("assets/images/CoverImage-web.jpg") center right / cover;
  inset: 0;
  position: absolute;
}

.hero__content {
  align-content: center;
  display: grid;
  gap: 26px;
  max-width: 760px;
  padding: 110px clamp(20px, 6vw, 80px);
  position: relative;
  transform: translateY(-25px);
}

.hero__content::before {
  content: none;
}

.hero__content::after {
  background: var(--blue);
  bottom: 10px;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
  content: "";
  height: 5px;
  left: clamp(20px, 6vw, 80px);
  position: absolute;
  width: min(360px, 48vw);
}

.eyebrow,
.kicker {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3rem, 7.5vw, 7rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 0.92;
  margin-bottom: 0;
  max-width: 760px;
  text-transform: uppercase;
}

h1 span {
  color: var(--blue);
  display: block;
}

.subline {
  color: var(--white);
  font-size: clamp(0.95rem, 2vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.26em;
  margin: -12px 0 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0;
  line-height: 1;
}

h3 {
  font-size: 1.1rem;
}

.hero__copy {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.7;
  max-width: 680px;
}

.hero__copy span {
  white-space: nowrap;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  text-decoration: none;
}

.btn--primary {
  background: var(--orange);
  color: var(--black);
}

.btn--secondary {
  border: 2px solid var(--blue);
  color: var(--white);
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.trust-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.trust-strip span {
  background: rgba(16, 25, 35, 0.72);
  border: 1px solid rgba(20, 165, 237, 0.24);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 13px;
}

.section {
  padding: 90px clamp(20px, 6vw, 80px);
  position: relative;
}

.section::before {
  background: var(--lux-line);
  content: "";
  height: 1px;
  left: clamp(20px, 6vw, 80px);
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  right: clamp(20px, 6vw, 80px);
  top: 0;
}

.section > * {
  position: relative;
  z-index: 1;
}

.intro {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.9fr 1.1fr;
  isolation: isolate;
  overflow: hidden;
}

.intro::after,
.why::after {
  background: url("assets/PenguinIcon.png") center / contain no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.intro::after {
  height: clamp(520px, 44vw, 760px);
  opacity: 0.22;
  right: clamp(-300px, -12vw, -110px);
  top: 50%;
  transform: translateY(-48%);
  width: clamp(520px, 44vw, 760px);
}

.why {
  isolation: isolate;
  overflow: hidden;
}

.why::after {
  bottom: -150px;
  height: clamp(300px, 26vw, 460px);
  left: clamp(-210px, -9vw, -90px);
  opacity: 0.11;
  transform: rotate(-8deg);
  width: clamp(300px, 26vw, 460px);
}

.intro-copy p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.8;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.stats {
  background: var(--surface);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.stats div {
  background: var(--panel);
  padding: 34px;
  text-align: center;
}

.stats strong {
  color: var(--primary);
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.stats span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 36px;
  max-width: 820px;
}

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

.service-grid article,
.why-grid article,
.price-card {
  background: var(--panel);
  border: 1px solid rgba(20, 165, 237, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 26px;
}

.why-grid article {
  min-height: 242px;
  position: relative;
}

.why-icon {
  align-items: center;
  background: rgba(20, 165, 237, 0.08);
  border: 1px solid rgba(20, 165, 237, 0.46);
  border-radius: var(--radius);
  box-shadow: 0 0 28px rgba(20, 165, 237, 0.14);
  color: var(--blue);
  display: inline-flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 26px;
  width: 56px;
}

.why-icon svg {
  display: block;
  height: 34px;
  width: 34px;
}

.why-icon svg,
.why-icon path,
.why-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.service-card {
  isolation: isolate;
  position: relative;
}

.service-card::after {
  background:
    linear-gradient(90deg, rgba(16, 25, 35, 0.98), rgba(16, 25, 35, 0.82) 48%, rgba(16, 25, 35, 0.18)),
    var(--service-image, url("assets/images/CoverImage-web.jpg")) center / cover;
  content: "";
  inset: 4px 4px 4px 44%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.service-card h3,
.service-card p {
  max-width: 76%;
}

.service-card--paint {
  --service-image: url("assets/images/PiantProtection-web.jpg");
}

.service-card--interior {
  --service-image: url("assets/images/Interior-web.jpg");
}

.service-card--ceramic {
  --service-image: url("assets/images/CeramicCoating-web.jpg");
}

.service-card--wheels {
  --service-image: url("assets/images/wheels-web.jpg");
}

.service-card--show {
  --service-image: url("assets/images/CarShow-web.jpg");
}

.service-card--fleet {
  --service-image: url("assets/images/Fleet-web.jpg");
}

.service-card--marine {
  --service-image: url("assets/images/SemiBoat-web.jpg");
}

.service-card--sand {
  --service-image: url("assets/images/Extraction-web.jpg");
}

.angle-card {
  border-left-color: var(--blue) !important;
  border-left-width: 2px !important;
}

.service-grid article::before,
.why-grid article::before,
.price-card::before {
  background: var(--blue);
  content: "";
  display: block;
  height: 4px;
  margin: -26px -26px 22px;
}

.service-grid h3::after,
.why-grid h3::after {
  background: var(--blue);
  content: "";
  display: block;
  height: 3px;
  margin-top: 12px;
  width: 46px;
}

.service-grid article {
  min-height: 180px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-grid article:hover {
  border-color: rgba(20, 165, 237, 0.52);
  box-shadow: 0 22px 70px rgba(20, 165, 237, 0.14);
  transform: translateY(-3px);
}

.service-grid p,
.why-grid p,
.contact p {
  color: var(--muted);
  line-height: 1.75;
}

.packages {
  background: var(--surface);
  isolation: isolate;
  overflow: hidden;
}

.packages::after {
  background:
    linear-gradient(90deg, rgba(11, 17, 24, 1) 0%, rgba(11, 17, 24, 0.96) 38%, rgba(11, 17, 24, 0.78) 62%, rgba(11, 17, 24, 0.96) 100%),
    url("assets/images/CeramicCoating-web.jpg") center / cover no-repeat;
  content: "";
  inset: 0;
  opacity: 0.62;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  background: var(--panel);
  min-height: 480px;
  position: relative;
}

.price-card.featured {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-16px);
}

.package-gold::before {
  background: linear-gradient(90deg, var(--orange), #ffd36a);
}

.package-immaculate::before {
  background: linear-gradient(90deg, var(--blue), var(--orange));
}

.package-platinum::before {
  background: linear-gradient(90deg, #d8d8d8, var(--white));
}

.price-card.featured li {
  border-color: rgba(255, 255, 255, 0.18);
}

.badge {
  background: var(--orange);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 7px 12px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.price {
  color: var(--orange);
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  border-top: 1px solid rgba(20, 165, 237, 0.14);
  padding: 12px 0;
}

.promo,
.review-band {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), #071018);
  color: var(--white);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
  padding: 70px clamp(20px, 6vw, 80px);
  position: relative;
}

.promo::after,
.review-band::after {
  background: linear-gradient(90deg, transparent, var(--blue) 18%, transparent 18% 22%, var(--blue) 22% 26%, transparent 26% 30%, var(--blue) 30% 34%, transparent 34%);
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: 28px;
  width: 420px;
}

.promo h2,
.review-band h2 {
  color: var(--white);
}

.promo p {
  max-width: 720px;
}

.review-band {
  background: #080c11;
  grid-template-columns: 0.8fr 1.2fr;
}

.testimonial-slider {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  min-height: 374px;
  padding-top: 12px;
  position: relative;
}

.testimonial-slides {
  min-height: 300px;
}

.testimonial-slide {
  border-left: 4px solid var(--orange);
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 0;
  padding-left: 28px;
  transition: opacity 260ms ease, transform 260ms ease;
}

.testimonial-slide[hidden] {
  display: none;
}

.testimonial-slide.is-entering {
  opacity: 0;
  transform: translateX(10px);
}

cite {
  color: var(--gray);
  display: block;
  font-size: 0.9rem;
  font-style: normal;
  margin-top: 26px;
}

cite strong {
  color: var(--gray);
  font-weight: 800;
}

cite em {
  color: var(--orange);
  font-style: italic;
  font-weight: 400;
}

.testimonial-controls {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 20px;
}

.testimonial-controls[hidden] {
  display: none;
}

.testimonial-arrow,
.testimonial-toggle,
.testimonial-dot {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(20, 165, 237, 0.34);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  transition: background 180ms ease, border-color 180ms ease;
}

.testimonial-arrow,
.testimonial-toggle {
  border-radius: 4px;
  height: 42px;
  width: 42px;
}

.testimonial-arrow svg,
.testimonial-toggle svg {
  fill: none;
  height: 20px;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.testimonial-arrow:hover,
.testimonial-toggle:hover,
.testimonial-dot:hover,
.testimonial-dot.is-active {
  background: rgba(20, 165, 237, 0.14);
  border-color: var(--blue);
}

.testimonial-dots {
  display: flex;
  gap: 9px;
}

.testimonial-dot {
  border-radius: 999px;
  height: 9px;
  padding: 0;
  width: 28px;
}

.testimonial-dot.is-active {
  background: var(--blue);
}

.testimonial-play-icon,
.testimonial-toggle.is-paused .testimonial-pause-icon {
  display: none;
}

.testimonial-toggle.is-paused .testimonial-play-icon {
  display: block;
}

.contact {
  display: grid;
  gap: 44px;
  grid-template-columns: 0.85fr 1.15fr;
}

form {
  background: var(--panel);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
  padding: 26px;
}

label {
  display: grid;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 6px;
}

input,
select,
textarea {
  background: #070b10;
  border: 1px solid rgba(20, 165, 237, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  font: inherit;
  padding: 12px 13px;
}

button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.site-footer {
  align-items: center;
  background: #030405;
  border-top: 1px solid rgba(20, 165, 237, 0.14);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: center;
  padding: 62px clamp(20px, 6vw, 80px) 50px;
}

.footer-logo img {
  display: block;
  height: auto;
  width: clamp(183px, 23.625vw, 284px);
}

.footer-social {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
}

.social-icon {
  align-items: center;
  border: 1px solid rgba(20, 165, 237, 0.32);
  border-radius: 4px;
  color: var(--blue);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 36px;
}

a.social-icon:hover {
  background: rgba(20, 165, 237, 0.12);
  border-color: var(--blue);
  color: var(--white);
}

.social-icon svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.7;
  width: 18px;
}

.social-icon svg path {
  fill: currentColor;
  stroke: none;
}

.social-icon .social-dot {
  fill: currentColor;
  stroke: none;
}

.footer-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
}

.footer-menu a {
  color: rgba(204, 204, 204, 0.8);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-menu a:hover {
  color: var(--blue);
}

.footer-copyright {
  color: rgba(204, 204, 204, 0.78);
  font-size: 8pt;
  line-height: 1.5;
  margin: 4px 0 0;
  text-align: center;
}

.legal-main {
  background: var(--black);
  color: var(--ink);
}

.legal-hero {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96), rgba(5, 7, 10, 0.9)),
    url("assets/PenguinIcon.png") right -180px center / min(560px, 50vw) auto no-repeat;
  border-bottom: 1px solid rgba(20, 165, 237, 0.16);
  padding: 110px clamp(20px, 6vw, 80px) 62px;
}

.legal-hero h1 {
  color: var(--white);
  font-size: clamp(2.6rem, 7vw, 5.7rem);
  line-height: 0.95;
  margin: 0;
  max-width: 920px;
}

.legal-content {
  margin: 0 auto;
  max-width: 980px;
  padding: 70px clamp(20px, 6vw, 80px) 90px;
}

.legal-content section {
  border-top: 1px solid rgba(20, 165, 237, 0.14);
  padding: 28px 0;
}

.legal-content h2 {
  color: var(--white);
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  margin: 0 0 14px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.8;
}

.legal-content ul {
  list-style: disc;
  padding-left: 22px;
}

.legal-content li {
  border: 0;
  padding: 4px 0;
}

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

  .brand--image img {
    height: 28px;
    max-width: min(38vw, 186px);
  }

  nav {
    display: none;
  }

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

  .intro,
  .contact,
  .review-band,
  .promo {
    grid-template-columns: 1fr;
  }

  .testimonial-slider {
    grid-template-rows: minmax(340px, 1fr) auto;
    min-height: 414px;
  }

  .testimonial-slides {
    min-height: 340px;
  }

  .intro::after {
    height: 520px;
    opacity: 0.15;
    right: -270px;
    width: 520px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 14px;
  }

  .brand--image img {
    height: 22px;
    max-width: 40vw;
  }

  .testimonial-slider {
    grid-template-rows: minmax(600px, 1fr) auto;
    min-height: 674px;
  }

  .testimonial-slides {
    min-height: 600px;
  }

  .intro::after {
    height: 430px;
    opacity: 0.1;
    right: -280px;
    top: 58%;
    width: 430px;
  }

  .why::after {
    height: 280px;
    opacity: 0.08;
    width: 280px;
  }

  .hero {
    min-height: 650px;
  }

  .hero__actions,
  .trust-strip,
  .service-grid,
  .why-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .hero__actions {
    display: grid;
  }

  .btn,
  .header-cta {
    width: 100%;
  }
}
