:root {
  --ink: #edf7ff;
  --muted: #b3c5d4;
  --dark: #041018;
  --dark-2: #071a26;
  --panel: rgba(6, 20, 30, 0.82);
  --line: rgba(178, 226, 255, 0.18);
  --blue: #0060ff;
  --green: #1ae200;
  --cyan: #22d3ee;
  --yellow: #ffd139;
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% -10%, rgba(0, 96, 255, 0.28), transparent 34rem),
    linear-gradient(135deg, #030a0f 0%, #071722 45%, #03110c 100%);
  overflow-x: hidden;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(34, 211, 238, 0.08) 35% 36%, transparent 36% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 120px);
  opacity: 0.9;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 999;
  transform: translateY(-160%);
  background: var(--green);
  color: #03120d;
  padding: 0.8rem 1rem;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  width: min(1120px, calc(100% - 24px));
  margin: 42px auto 0;
}

.header-logo {
  position: absolute;
  z-index: 3;
  left: clamp(8px, 3vw, 28px);
  top: -34px;
  width: clamp(82px, 12vw, 132px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 4px;
  background: rgba(3, 11, 17, 0.94);
  border: 1px solid rgba(34, 211, 238, 0.62);
  border-radius: var(--radius);
  box-shadow: 0 18px 34px rgba(0,0,0,0.42);
  text-decoration: none;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.nav-shell {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: clamp(0.45rem, 2vw, 1.1rem);
  padding: 0.5rem 0.65rem 0.5rem clamp(6.6rem, 15vw, 10.5rem);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius);
  background: rgba(4, 16, 24, 0.84);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-shell::-webkit-scrollbar {
  display: none;
}

.nav-shell a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.9rem;
  color: var(--muted);
  text-decoration: none;
  font-weight: 750;
  border-radius: var(--radius);
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.nav-shell a:hover,
.nav-shell a:focus-visible {
  color: white;
  background: rgba(255,255,255,0.08);
  transform: translateY(-1px);
}

.nav-shell .nav-call {
  margin-left: auto;
  color: #05120d;
  background: linear-gradient(135deg, var(--green), #b9ff46);
  box-shadow: 0 0 24px rgba(26, 226, 0, 0.28);
}

.section {
  position: relative;
  padding: clamp(4rem, 9vw, 7rem) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: min(880px, calc(100svh - 18px));
  padding: clamp(4.5rem, 8vw, 6.5rem) 0 4.5rem;
  display: grid;
  align-items: center;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(4,16,24,0.96), transparent);
  z-index: -1;
}

.hero-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.hero-lines span {
  position: absolute;
  width: 55vw;
  height: 3px;
  right: -10vw;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--green), transparent);
  transform: rotate(-18deg);
  opacity: 0.45;
  animation: routeSlide 8s linear infinite;
}

.hero-lines span:nth-child(1) {
  top: 22%;
}

.hero-lines span:nth-child(2) {
  top: 52%;
  animation-delay: -2s;
}

.hero-lines span:nth-child(3) {
  top: 78%;
  animation-delay: -4s;
}

.hero-grid {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--cyan);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 9vw, 6.9rem);
  line-height: 0.88;
  margin-bottom: 1.35rem;
}

h2 {
  font-size: clamp(2.15rem, 5vw, 4.1rem);
  line-height: 0.98;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.18rem;
  margin-bottom: 0.65rem;
}

.hero-text,
.section-copy p,
.section-heading p,
.service-card p,
.feature p,
.quote-form label,
.contact-line,
.offer-card p,
.offer-card li,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  max-width: 58ch;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.05rem;
  border: 0;
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #03120c;
  background: linear-gradient(135deg, var(--green), #d4ff39);
  box-shadow: 0 0 32px rgba(26, 226, 0, 0.34);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 0 44px rgba(26, 226, 0, 0.54);
}

.btn-secondary {
  color: white;
  background: linear-gradient(135deg, var(--blue), #00a7ff);
}

.btn-ghost {
  color: white;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.06);
  color: #dceaf2;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 540px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 9% -6% 5% 14%;
  background: linear-gradient(135deg, rgba(0, 96, 255, 0.9), rgba(26, 226, 0, 0.72));
  border-radius: var(--radius);
  transform: rotate(-7deg);
  filter: blur(0.2px);
}

.hero-visual > img {
  position: relative;
  width: min(440px, 100%);
  height: min(640px, 78vh);
  margin-left: auto;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  animation: floatImage 5s ease-in-out infinite;
}

.move-card {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: min(315px, 78%);
  padding: 1rem;
  background: rgba(3, 12, 18, 0.88);
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.move-card strong,
.move-card span {
  display: block;
}

.move-card strong {
  color: white;
  font-size: 1.25rem;
}

.move-card span {
  color: var(--muted);
  line-height: 1.5;
  margin-top: 0.3rem;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  width: 34px;
  height: 54px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 20px;
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--green);
  animation: scrollPulse 1.6s ease-in-out infinite;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
}

.section-heading {
  max-width: 740px;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.feature-grid,
.cards,
.gallery-grid,
.contact-layout {
  display: grid;
  gap: 1rem;
}

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

.feature,
.service-card,
.contact-panel,
.quote-form,
.offer-card,
.trust-board {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  box-shadow: 0 16px 42px rgba(0,0,0,0.2);
}

.feature,
.service-card {
  padding: 1rem;
}

.feature span {
  display: inline-flex;
  color: var(--green);
  font-weight: 900;
  margin-bottom: 1.1rem;
}

.feature strong {
  display: block;
  color: white;
  font-size: 1.05rem;
}

.feature p {
  margin-bottom: 0;
}

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

.service-card {
  min-height: 210px;
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-card:hover {
  transform: translateY(-7px) rotateX(2deg);
  border-color: rgba(26, 226, 0, 0.48);
  background: linear-gradient(145deg, rgba(0,96,255,0.16), rgba(26,226,0,0.08));
}

.card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 1.15rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: white;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(0, 96, 255, 0.26);
}

.trust-board {
  padding: 1rem;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.trust-row:last-child {
  border-bottom: 0;
}

.trust-row span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(26,226,0,0.55);
}

.text-link {
  display: inline-flex;
  margin-top: 0.7rem;
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.gallery-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: transparent;
  cursor: zoom-in;
  box-shadow: 0 18px 45px rgba(0,0,0,0.24);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.06);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  align-items: start;
}

.contact-panel,
.quote-form {
  padding: clamp(1rem, 3vw, 1.45rem);
}

.contact-line {
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.contact-line span {
  color: var(--cyan);
  font-weight: 850;
}

.contact-line a {
  color: white;
  font-weight: 750;
}

.contact-line p {
  margin: 0;
}

.map-wrap {
  margin-top: 1.1rem;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.12);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.quote-form {
  display: grid;
  gap: 0.7rem;
}

.quote-form label {
  font-weight: 800;
  color: #d8e8f3;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius);
  background: rgba(2, 10, 16, 0.82);
  color: white;
  padding: 0.95rem 1rem;
  font: inherit;
  outline: none;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18);
}

.quote-form button {
  margin-top: 0.7rem;
}

.offer {
  padding-top: 2rem;
}

.offer-card {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(1.3rem, 4vw, 2.4rem);
  background:
    linear-gradient(135deg, rgba(0, 96, 255, 0.20), rgba(26, 226, 0, 0.12)),
    rgba(4, 16, 24, 0.9);
  text-align: center;
}

.offer-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 1.4rem 0;
  padding: 0;
  list-style: none;
}

.offer-card li {
  padding: 0.7rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.05);
}

.offer-button {
  width: min(100%, 420px);
}

.site-footer {
  padding: 3rem 0 calc(6rem + env(safe-area-inset-bottom));
  background: #02090d;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-main {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 2rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.footer-main img {
  border-radius: var(--radius);
  border: 1px solid rgba(34,211,238,0.34);
  background: #07121a;
}

.footer-main strong {
  display: block;
  color: white;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.footer-main p {
  margin: 0.12rem 0;
}

.footer-main a,
.minipage-credit a {
  color: var(--cyan);
  font-weight: 800;
}

.minipage-credit {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
  color: #91a8b7;
  font-size: 0.88rem;
}

.mobile-cta {
  position: fixed;
  z-index: 60;
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  padding: 0.45rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  background: rgba(3, 12, 18, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.38);
}

.mobile-cta a {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.08);
  color: white;
  text-decoration: none;
  font-weight: 850;
}

.mobile-cta a:first-child {
  color: #03120d;
  background: var(--green);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(100%, 1100px);
  max-height: 84vh;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 0;
  border-radius: var(--radius);
  background: white;
  color: #041018;
  font-weight: 850;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes routeSlide {
  0% {
    transform: translateX(18vw) rotate(-18deg);
  }
  100% {
    transform: translateX(-120vw) rotate(-18deg);
  }
}

@keyframes floatImage {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes scrollPulse {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-grid,
  .split,
  .split.reverse,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-visual > img {
    width: min(100%, 430px);
    height: 520px;
    margin: 0 auto;
  }

  .move-card {
    left: 1rem;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    width: min(100% - 18px, 1120px);
    top: 8px;
    margin-top: 28px;
  }

  .header-logo {
    width: 78px;
    left: 8px;
    top: -22px;
  }

  .nav-shell {
    min-height: 56px;
    padding-left: 84px;
    padding-right: 0.45rem;
  }

  .nav-shell a:not(.nav-call) {
    display: none;
  }

  .nav-shell .nav-call {
    width: 100%;
    margin-left: 0;
    font-size: 0.92rem;
  }

  .hero {
    padding-top: 3.25rem;
  }

  h1 {
    max-width: 11ch;
  }

  .hero-actions .btn {
    width: 100%;
  }

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

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual > img {
    height: 430px;
  }

  .move-card {
    width: calc(100% - 2rem);
    bottom: 1rem;
  }

  .scroll-cue {
    display: none;
  }

  .feature-grid,
  .service-cards,
  .offer-card ul {
    grid-template-columns: 1fr;
  }

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

  .gallery-item.tall,
  .gallery-item.wide {
    grid-row: auto;
    grid-column: auto;
  }

  .footer-main {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .mobile-cta {
    display: grid;
  }
}

/* Bright refresh: white-first, fresh, and still branded with L.A.M blue/green. */
:root {
  --ink: #102c3a;
  --muted: #526d7c;
  --dark: #ffffff;
  --dark-2: #f3fbff;
  --panel: rgba(255, 255, 255, 0.94);
  --line: rgba(0, 96, 255, 0.16);
  --blue: #006fee;
  --green: #22d13b;
  --cyan: #00a8c8;
  --yellow: #ffcf3c;
  --shadow: 0 20px 48px rgba(35, 89, 123, 0.15);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 111, 238, 0.12), transparent 33rem),
    radial-gradient(circle at 86% 18%, rgba(34, 209, 59, 0.14), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 48%, #ffffff 100%);
}

body::before {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(0, 168, 200, 0.08) 34% 35%, transparent 35% 100%),
    repeating-linear-gradient(90deg, rgba(0, 96, 255, 0.05) 0 1px, transparent 1px 120px);
  opacity: 0.7;
}

.header-logo {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 168, 200, 0.42);
  box-shadow: 0 16px 36px rgba(22, 76, 108, 0.18);
}

.nav-shell {
  border-color: rgba(0, 96, 255, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.nav-shell a {
  color: #496778;
}

.nav-shell a:hover,
.nav-shell a:focus-visible {
  color: #102c3a;
  background: rgba(0, 168, 200, 0.1);
}

.hero::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), transparent);
}

.hero-lines span {
  opacity: 0.32;
}

h1,
h2,
h3,
.move-card strong,
.feature strong,
.trust-row strong,
.contact-line a,
.footer-main strong {
  color: #102c3a;
}

.btn-ghost {
  color: #102c3a;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(0, 96, 255, 0.16);
}

.hero-points span {
  border-color: rgba(0, 96, 255, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: #244553;
  box-shadow: 0 10px 24px rgba(35, 89, 123, 0.08);
}

.hero-visual::before {
  background: linear-gradient(135deg, rgba(0, 111, 238, 0.36), rgba(34, 209, 59, 0.32));
}

.hero-visual > img,
.gallery-item {
  box-shadow: 0 22px 50px rgba(35, 89, 123, 0.2);
}

.move-card,
.feature,
.service-card,
.contact-panel,
.quote-form,
.offer-card,
.trust-board {
  border-color: rgba(0, 96, 255, 0.13);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 250, 255, 0.86));
  box-shadow: var(--shadow);
}

.service-card:hover {
  border-color: rgba(34, 209, 59, 0.42);
  background: linear-gradient(145deg, rgba(238, 249, 255, 0.98), rgba(237, 255, 239, 0.92));
}

.trust-row,
.contact-line {
  border-bottom-color: rgba(0, 96, 255, 0.11);
}

.gallery-item {
  border-color: rgba(0, 96, 255, 0.12);
  background: #ffffff;
}

.map-wrap {
  border-color: rgba(0, 96, 255, 0.14);
}

.quote-form label {
  color: #244553;
}

.quote-form input,
.quote-form textarea {
  border-color: rgba(0, 96, 255, 0.16);
  background: #ffffff;
  color: #102c3a;
}

.offer-card {
  background:
    linear-gradient(135deg, rgba(0, 111, 238, 0.12), rgba(34, 209, 59, 0.13)),
    rgba(255, 255, 255, 0.98);
}

.offer-card li {
  border-color: rgba(0, 96, 255, 0.13);
  background: rgba(255, 255, 255, 0.82);
}

.site-footer {
  background: #f4fbff;
  border-top-color: rgba(0, 96, 255, 0.13);
}

.footer-main img {
  border-color: rgba(0, 168, 200, 0.3);
  background: #ffffff;
}

.minipage-credit {
  color: #557181;
}

.mobile-cta {
  border-color: rgba(0, 96, 255, 0.15);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(35, 89, 123, 0.18);
}

.mobile-cta a {
  background: #eef8ff;
  color: #102c3a;
}

.quote-builder {
  gap: 1rem;
}

.form-intro {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 96, 255, 0.11);
}

.form-intro .eyebrow {
  margin-bottom: 0.35rem;
}

.form-intro h3 {
  margin-bottom: 0.45rem;
}

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

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.quote-step {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(0, 96, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.quote-step legend {
  padding: 0 0.35rem;
  color: #102c3a;
  font-weight: 900;
}

.field-hint {
  color: #526d7c;
  font-weight: 850;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.compact-options {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.extras-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.option-grid label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.option-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-grid span {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 0.62rem 0.5rem;
  border: 1px solid rgba(0, 96, 255, 0.16);
  border-radius: var(--radius);
  background: #ffffff;
  color: #244553;
  font-weight: 850;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.option-grid input:checked + span {
  border-color: rgba(34, 209, 59, 0.72);
  background: linear-gradient(135deg, rgba(34, 209, 59, 0.18), rgba(0, 168, 200, 0.1));
  color: #082615;
  box-shadow: 0 10px 20px rgba(34, 209, 59, 0.14);
}

.option-grid input:focus-visible + span {
  outline: 3px solid rgba(0, 168, 200, 0.24);
  outline-offset: 2px;
}

.option-grid label:hover span {
  transform: translateY(-1px);
}

.quote-form select,
.quote-form input[type="date"] {
  width: 100%;
  min-height: 51px;
  border: 1px solid rgba(0, 96, 255, 0.16);
  border-radius: var(--radius);
  background: #ffffff;
  color: #102c3a;
  padding: 0.9rem 1rem;
  font: inherit;
  outline: none;
}

.quote-form select:focus,
.quote-form input[type="date"]:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.18);
}

.quote-preview {
  display: grid;
  gap: 0.55rem;
}

.quote-preview textarea {
  min-height: 250px;
  background: linear-gradient(180deg, #ffffff, #f4fbff);
  color: #244553;
  resize: vertical;
}

.quote-preview textarea[readonly] {
  cursor: text;
}

@media (max-width: 720px) {
  .form-grid,
  .option-grid,
  .compact-options,
  .extras-options {
    grid-template-columns: 1fr 1fr;
  }

  .quote-step {
    padding: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
