:root {
  --ink: #0c2630;
  --muted: #58737c;
  --teal: #00a7b5;
  --mint: #11c68c;
  --orange: #ff7a24;
  --paper: #f7fbfb;
  --line: rgba(12, 38, 48, 0.12);
  --shadow: 0 24px 70px rgba(10, 42, 50, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  background:
    radial-gradient(circle at 72% 8%, rgba(0, 167, 181, 0.18), transparent 24%),
    radial-gradient(circle at 18% 22%, rgba(255, 122, 36, 0.13), transparent 24%),
    linear-gradient(145deg, #ffffff 0%, #edf9f8 48%, #fbfff8 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

#shineScene {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.site-header,
main,
.footer {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 44px rgba(19, 65, 74, 0.11);
  backdrop-filter: blur(18px);
}

.brand img {
  display: block;
  width: 192px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #33515a;
  font-size: 14px;
  font-weight: 700;
}

.nav a,
.header-cta,
.primary-btn,
.ghost-btn {
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav a:hover {
  color: var(--teal);
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 10;
}

.header-cta,
.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 800;
}

.header-cta,
.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--mint) 58%, var(--orange));
  box-shadow: 0 14px 34px rgba(0, 167, 181, 0.28);
}

.header-cta:hover,
.primary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-2px);
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 168px);
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 30px;
  align-items: center;
  padding: 26px 0 54px;
}

.hero-pro {
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: #0c7d88;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 5.8vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 800;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 800;
}

.hero-lede,
.coverage-copy p,
.quote-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 26px;
}

.ghost-btn {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-strip span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #365660;
  font-size: 13px;
  font-weight: 800;
}

.hero-stage {
  position: relative;
  min-height: 520px;
  perspective: 1200px;
}

.hero-stage-pro {
  min-height: 590px;
}

.image-stack {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.stack-image {
  position: absolute;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow);
  transform-origin: center;
}

.stack-image.main {
  right: 0;
  top: 24px;
  width: min(650px, 94%);
  height: 430px;
  border-radius: 34px;
  transform: rotateY(-10deg) rotateX(4deg) translateZ(80px);
}

.stack-image.lower {
  left: 18px;
  bottom: 28px;
  width: 330px;
  height: 210px;
  border-radius: 26px;
  transform: rotateY(13deg) rotateZ(-2deg) translateZ(130px);
}

.stack-image.side {
  right: 8px;
  bottom: 0;
  width: 260px;
  height: 180px;
  border-radius: 24px;
  transform: rotateY(-16deg) rotateZ(3deg) translateZ(170px);
}

.hero-floating-panel {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(10, 42, 50, 0.18);
  backdrop-filter: blur(18px);
}

.hero-floating-panel strong {
  color: var(--ink);
  font-size: 15px;
}

.hero-floating-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.panel-top {
  top: 70px;
  left: 0;
  transform: rotateY(16deg) translateZ(210px);
}

.panel-bottom {
  right: 34px;
  bottom: 154px;
  transform: rotateY(-14deg) translateZ(230px);
}

.hero-photo {
  position: absolute;
  inset: 28px 0 0 auto;
  width: min(620px, 100%);
  height: 490px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
  transform: rotateY(-9deg) rotateX(4deg);
  transform-origin: center;
}

.hero-stage-pro .hero-photo,
.hero-stage-pro .service-orbit,
.hero-stage-pro::before {
  display: none;
}

.hero-stage::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 34px;
  width: 68%;
  height: 42%;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(0, 167, 181, 0.28), rgba(255, 122, 36, 0.22));
  filter: blur(4px);
  transform: translateZ(-80px) rotate(-5deg);
}

.service-orbit {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: tiltFloat 7s ease-in-out infinite;
}

.orbit-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border-radius: 26px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 54px rgba(11, 71, 81, 0.28);
  backdrop-filter: blur(18px);
}

.card-a {
  right: 475px;
  top: 82px;
  background: rgba(0, 167, 181, 0.88);
  transform: translateZ(80px) rotate(-8deg);
}

.card-b {
  right: -8px;
  top: 126px;
  background: rgba(17, 198, 140, 0.9);
  transform: translateZ(110px) rotate(10deg);
}

.card-c {
  right: 60px;
  bottom: 0;
  background: rgba(255, 122, 36, 0.92);
  transform: translateZ(130px) rotate(-4deg);
}

.metrics,
.section,
.coverage,
.quote-section,
.page-hero,
.content-split,
.contact-layout,
.policy-panel,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(21, 74, 82, 0.1);
}

.metrics div {
  padding: 28px;
  background: rgba(255, 255, 255, 0.58);
}

.metrics strong {
  display: block;
  font-size: 34px;
}

.metrics span {
  color: var(--muted);
  font-weight: 750;
}

.section,
.coverage,
.quote-section {
  padding-block: 104px 26px;
  scroll-margin-top: 150px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

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

.service-card,
.package {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(21, 74, 82, 0.1);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.image-service {
  min-height: 430px;
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  padding: 0;
}

.image-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-service > div {
  padding: 22px 22px 26px;
}

.image-service .icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 15px;
  font-size: 22px;
}

.service-card:hover,
.package:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(21, 74, 82, 0.16);
}

.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--mint));
  font-size: 28px;
  font-weight: 900;
}

.service-card p,
.package p {
  color: var(--muted);
  line-height: 1.6;
}

.coverage {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.coverage-pro {
  grid-template-columns: 1fr 0.95fr;
  padding-top: 106px;
  align-items: stretch;
}

.coverage-visual {
  min-height: 460px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.36) 1px, transparent 1px),
    linear-gradient(135deg, rgba(0, 167, 181, 0.86), rgba(17, 198, 140, 0.82) 58%, rgba(255, 122, 36, 0.8));
  background-size: 40px 40px, 40px 40px, auto;
  box-shadow: var(--shadow);
  transform: rotateX(2deg);
}

.map-card {
  width: min(360px, calc(100% - 44px));
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
}

.map-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  color: #124853;
  font-weight: 900;
}

.map-card span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 122, 36, 0.18);
}

.coverage-copy ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.coverage-copy li {
  padding: 16px 18px;
  border-left: 4px solid var(--orange);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  color: #33515a;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(10, 42, 50, 0.06);
}

.coverage-panel {
  display: grid;
  align-content: space-between;
  min-height: 460px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(241, 252, 250, 0.72)),
    radial-gradient(circle at 90% 12%, rgba(255, 122, 36, 0.17), transparent 26%);
  box-shadow: 0 26px 72px rgba(10, 42, 50, 0.14);
  transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.coverage-panel-head {
  display: grid;
  gap: 8px;
}

.coverage-panel-head strong {
  color: var(--ink);
  font-size: 30px;
  line-height: 1.05;
}

.coverage-panel-head span {
  color: var(--muted);
  font-weight: 750;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-block: 26px;
}

.city-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid rgba(12, 38, 48, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #164550;
  font-weight: 900;
}

.city-grid span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(17, 198, 140, 0.14);
}

.coverage-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--mint));
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0, 167, 181, 0.22);
}

.image-slider-section,
.testimonials-3d {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.image-slider-section {
  padding-top: 72px;
}

.top-slider {
  padding-top: 26px;
}

.top-slider-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.45fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 20px;
}

.top-slider-copy h1 {
  max-width: 780px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.96;
}

.top-slider-copy p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.top-slider-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.top-slider .image-slider {
  min-height: 500px;
}

.top-slider + .hero {
  margin-top: 50px;
}

.slider-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.44fr);
  gap: 24px;
  align-items: end;
  max-width: none;
}

.image-slider {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
  background: #0d3b45;
  transform: perspective(1200px) rotateX(1deg);
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 700ms ease, transform 1000ms ease;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 36, 44, 0.72), rgba(7, 36, 44, 0.08) 62%, rgba(7, 36, 44, 0.36));
}

.slide div {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-width: 420px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(14px);
}

.slide strong {
  font-size: 30px;
  line-height: 1;
}

.slide span {
  line-height: 1.55;
  opacity: 0.9;
  font-weight: 750;
}

.slider-controls {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.slider-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
}

.slider-dot.active {
  width: 34px;
  background: #fff;
}

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

.package {
  min-height: 210px;
}

.package strong {
  display: block;
  margin-top: 28px;
  color: var(--teal);
  font-size: 24px;
}

.showcase-3d {
  width: min(1180px, calc(100% - 32px));
  margin: 76px auto 0;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(10, 91, 102, 0.94), rgba(0, 167, 181, 0.88) 55%, rgba(255, 122, 36, 0.82));
  box-shadow: var(--shadow);
  transform: perspective(1000px) rotateX(1.5deg);
}

.showcase-3d h2,
.showcase-3d p,
.showcase-3d .eyebrow {
  color: #fff;
}

.showcase-copy p:not(.eyebrow) {
  margin-bottom: 0;
  line-height: 1.7;
  opacity: 0.88;
}

.step-rail {
  display: grid;
  gap: 14px;
}

.step-rail div {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  min-height: 82px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(12px);
}

.step-rail strong {
  font-size: 28px;
}

.step-rail span {
  font-weight: 850;
}

.package.featured {
  color: #fff;
  background: linear-gradient(135deg, #0e5b66, #00a7b5 58%, #ff7a24);
}

.package.featured p,
.package.featured strong {
  color: #fff;
}

.quote-section {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 90px;
}

.testimonials-3d {
  padding: 42px 0 92px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  perspective: 1100px;
}

.testimonial-card {
  min-height: 270px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 64px rgba(10, 42, 50, 0.13);
  transform: rotateY(4deg) translateZ(0);
}

.testimonial-card:nth-child(3) {
  transform: rotateY(-4deg) translateZ(0);
}

.testimonial-card p {
  color: #264b55;
  font-size: 18px;
  line-height: 1.65;
}

.stars {
  color: #ff9c2f;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1;
  text-shadow: 0 6px 18px rgba(255, 122, 36, 0.22);
}

.testimonial-card strong {
  color: var(--ink);
  font-size: 18px;
}

.testimonial-card span {
  color: var(--muted);
  font-weight: 850;
}

.featured-testimonial {
  color: #fff;
  background: linear-gradient(135deg, #0e5b66, #00a7b5 58%, #ff7a24);
  transform: translateY(-18px) translateZ(70px);
}

.featured-testimonial p,
.featured-testimonial strong,
.featured-testimonial span,
.featured-testimonial .stars {
  color: #fff;
}

.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  color: #0c7d88;
  font-weight: 900;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 60px rgba(21, 74, 82, 0.13);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #31515b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-form label:nth-child(4) {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(12, 38, 48, 0.16);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}

input,
select {
  min-height: 52px;
  padding: 0 14px;
}

textarea {
  min-height: 122px;
  resize: vertical;
  padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 167, 181, 0.12);
}

.quote-form button {
  min-height: 54px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--mint));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.form-note {
  align-self: center;
  margin: 0;
  color: #0c7d88;
  font-weight: 800;
}

.page-hero {
  padding: 104px 0 54px;
  max-width: min(980px, calc(100% - 32px));
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.privacy-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 38px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 16%, rgba(17, 198, 140, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 253, 253, 0.78));
  box-shadow: 0 26px 70px rgba(21, 74, 82, 0.12);
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.privacy-summary div {
  padding: 22px;
  border: 1px solid rgba(7, 150, 154, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 36px rgba(21, 74, 82, 0.08);
}

.privacy-summary strong,
.privacy-summary span {
  display: block;
}

.privacy-summary strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.privacy-summary span {
  color: var(--muted);
  line-height: 1.55;
}

.content-split,
.contact-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 38px;
  align-items: start;
  padding-bottom: 86px;
}

.text-panel,
.contact-card,
.policy-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 60px rgba(21, 74, 82, 0.12);
}

.text-panel,
.contact-card {
  padding: 30px;
}

.text-panel p,
.contact-card p,
.contact-card span,
.policy-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-card {
  display: grid;
  gap: 14px;
}

.contact-card a {
  font-weight: 900;
  color: #0c7d88;
}

.policy-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin-bottom: 88px;
}

.premium-policy {
  gap: 14px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(236, 254, 252, 0.72));
}

.policy-panel article {
  padding: 30px;
  background: rgba(255, 255, 255, 0.62);
}

.premium-policy article {
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) 1fr;
  gap: 28px;
  align-items: start;
  border: 1px solid rgba(7, 150, 154, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
}

.policy-panel h2 {
  font-size: 26px;
  line-height: 1.1;
}

.compact-section {
  padding-top: 0;
  padding-bottom: 92px;
}

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

.footer {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr;
  align-items: start;
  gap: 34px;
  padding: 42px 0 48px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer img {
  width: 174px;
}

.footer p {
  max-width: 440px;
  margin: 0;
}

.footer-brand,
.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-links a,
.footer-contact a {
  font-weight: 850;
  color: #24535d;
}

.footer-contact strong {
  color: var(--ink);
}

@keyframes tiltFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translateY(-14px) rotateX(4deg) rotateY(-5deg);
  }
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .hero-pro,
  .coverage,
  .quote-section,
  .content-split,
  .contact-layout,
  .showcase-3d {
    grid-template-columns: 1fr;
  }

  .coverage-pro {
    padding-top: 80px;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-stage {
    min-height: 560px;
  }

  .hero-stage-pro {
    min-height: 620px;
  }

  .hero-photo {
    inset-inline: 0;
    margin: auto;
  }

  .card-a {
    left: 2%;
    right: auto;
  }

  .service-grid,
  .service-grid.three,
  .service-grid-visual,
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-service {
    min-height: 410px;
  }

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

  .slider-heading,
  .top-slider-copy,
  .privacy-summary,
  .premium-policy article,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .featured-testimonial,
  .testimonial-card,
  .testimonial-card:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: min(100% - 20px, 1180px);
    border-radius: 18px;
    gap: 12px;
    padding: 10px;
  }

  .brand img {
    width: 152px;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .nav {
    gap: 12px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .hero,
  .metrics,
  .section,
  .coverage,
  .quote-section,
  .page-hero,
  .content-split,
  .contact-layout,
  .policy-panel,
  .footer {
    width: min(100% - 22px, 1180px);
  }

  h1 {
    font-size: 40px;
    line-height: 1;
  }

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

  .hero-stage-pro {
    min-height: 500px;
  }

  .stack-image.main {
    top: 20px;
    right: 0;
    width: 96%;
    height: 300px;
    border-radius: 24px;
    transform: rotateY(-4deg) rotateX(2deg) translateZ(60px);
  }

  .stack-image.lower {
    left: 0;
    bottom: 54px;
    width: 58%;
    height: 150px;
    border-radius: 20px;
  }

  .stack-image.side {
    right: 0;
    bottom: 18px;
    width: 48%;
    height: 130px;
    border-radius: 20px;
  }

  .hero-floating-panel {
    width: 180px;
    padding: 12px;
    border-radius: 18px;
  }

  .panel-top {
    top: 0;
    left: 4px;
  }

  .panel-bottom {
    right: 2px;
    bottom: 164px;
  }

  .hero-photo {
    height: 390px;
    border-radius: 24px;
    transform: rotateY(-4deg) rotateX(2deg);
  }

  .orbit-card {
    width: 104px;
    height: 104px;
    border-radius: 20px;
    font-size: 14px;
  }

  .card-a {
    top: 20px;
  }

  .card-b {
    right: 0;
    top: 72px;
  }

  .card-c {
    right: 18px;
    bottom: 4px;
  }

  .metrics,
  .service-grid,
  .service-grid.three,
  .service-grid-visual,
  .package-grid,
  .quote-form,
  .footer {
    grid-template-columns: 1fr;
  }

  .image-service {
    min-height: 390px;
    grid-template-rows: 220px 1fr;
  }

  .image-service > div {
    padding: 20px;
  }

  .section,
  .coverage,
  .quote-section,
  .page-hero {
    padding-block: 72px 20px;
  }

  .privacy-hero {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .coverage-visual {
    min-height: 390px;
  }

  .coverage-panel {
    min-height: auto;
    padding: 22px;
    transform: none;
  }

  .coverage-panel-head strong {
    font-size: 24px;
  }

  .city-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .image-slider-section {
    width: min(100% - 22px, 1180px);
    padding-top: 62px;
  }

  .top-slider {
    padding-top: 18px;
  }

  .top-slider-copy {
    gap: 14px;
    margin-bottom: 16px;
  }

  .top-slider-copy h1 {
    font-size: 38px;
  }

  .top-slider-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .top-slider-actions .primary-btn,
  .top-slider-actions .ghost-btn {
    width: 100%;
    min-height: 48px;
  }

  .top-slider .image-slider {
    min-height: 390px;
  }

  .top-slider + .hero {
    margin-top: 34px;
  }

  .image-slider {
    min-height: 390px;
    border-radius: 26px;
  }

  .slide div {
    left: 16px;
    right: 16px;
    bottom: 72px;
    padding: 18px;
    border-radius: 20px;
  }

  .slide strong {
    font-size: 24px;
  }

  .slider-controls {
    right: 16px;
    bottom: 18px;
  }

  .showcase-3d {
    width: min(100% - 22px, 1180px);
    margin-top: 52px;
    padding: 24px;
    border-radius: 26px;
  }

  .step-rail div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .content-split,
  .contact-layout {
    padding-bottom: 66px;
  }

  .policy-panel {
    margin-bottom: 66px;
  }

  .testimonials-3d {
    width: min(100% - 22px, 1180px);
    padding: 32px 0 64px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 24px;
  }
}
