:root {
  --ink: #050914;
  --navy: #081321;
  --blue: #315ed8;
  --blue-soft: #5c83ff;
  --silver: #c7c5bd;
  --gold: #b79b65;
  --white: #f7f8fb;
  --muted: #aeb5c0;
  --panel: rgba(11, 24, 39, 0.82);
  --line: rgba(199, 197, 189, 0.22);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.56;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 70px;
  padding: 12px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.scrolled {
  background: rgba(5, 9, 20, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  gap: 2px;
  min-width: max-content;
}

.brand-word {
  color: var(--white);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-pillars {
  color: var(--gold);
  font-size: clamp(0.54rem, 0.8vw, 0.68rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 5rem);
  color: rgba(247, 248, 251, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav .nav-blog {
  padding: 8px 14px;
  border: 1px solid rgba(0, 210, 211, 0.34);
  border-radius: 999px;
  color: var(--white);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.section {
  scroll-margin-top: 78px;
  padding: clamp(62px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.section:not(.hero) {
  min-height: 86vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(104px, 12vw, 168px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(290px, 0.96fr);
  align-items: center;
  min-height: 90vh;
  gap: clamp(30px, 5vw, 70px);
  overflow: hidden;
  padding-top: 98px;
  background:
    linear-gradient(110deg, rgba(5, 9, 20, 0.9) 0%, rgba(8, 19, 33, 0.76) 52%, rgba(5, 9, 20, 0.82) 100%),
    radial-gradient(circle at 84% 28%, rgba(49, 94, 216, 0.34), transparent 28%),
    linear-gradient(135deg, #050914, #102235 60%, #060a13);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(to bottom, transparent, var(--ink));
  pointer-events: none;
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 18px);
  max-width: 720px;
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Rajdhani, Inter, sans-serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: min(740px, 82%);
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3.1vw, 3rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.12rem, 1.45vw, 1.42rem);
  line-height: 1.16;
}

.hero-text,
.section-copy,
.large-copy,
.section-heading p,
.proof-stack p,
.tier-card li,
.contact p,
.rate-note {
  color: var(--muted);
}

.hero-text {
  max-width: 620px;
  font-size: clamp(0.98rem, 1.18vw, 1.08rem);
}

.section-copy,
.section-heading p,
.large-copy {
  font-size: clamp(0.92rem, 1.02vw, 1rem);
}

.detail-copy {
  max-width: min(560px, 100%);
}

.detail-copy p {
  line-height: 1.6;
  text-align: justify;
}


.detail-list1 {
  
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  line-height: 1.8;
}

.detail-list {
  margin-top:150px !important;
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  line-height: 1.8;
}

.hero-actions,
.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.signal-row {
  margin-top: 34px;
}

.signal-row span {
  color: var(--silver);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-row span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: var(--gold);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(49, 94, 216, 0.25);
}

.button.secondary {
  border-color: rgba(199, 197, 189, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: var(--silver);
}

.hero-media {
  min-height: clamp(320px, 38vw, 470px);
}

.dispatch-board {
  position: absolute;
  inset: 6% 2% auto auto;
  width: min(450px, 100%);
  min-height: clamp(310px, 35vw, 430px);
  padding: clamp(14px, 1.6vw, 18px);
  border: 1px solid rgba(199, 197, 189, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), transparent 32%),
    rgba(8, 19, 33, 0.82);
  box-shadow: var(--shadow);
  transform: perspective(900px) rotateY(-9deg) rotateX(3deg);
  animation: board-breathe 7.2s ease-in-out infinite;
}

.board-header {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 10px;
  margin-bottom: 14px;
}

.board-header span,
.job {
  display: block;
  min-height: 38px;
  border: 1px solid rgba(199, 197, 189, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(66px, 7.7vw, 98px);
  gap: 10px;
}

.job {
  position: relative;
  overflow: hidden;
}

.job::before,
.job::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 5px;
  border-radius: 999px;
  background: rgba(247, 248, 251, 0.2);
}

.job::before {
  top: 16px;
}

.job::after {
  top: 30px;
  right: 38%;
}

.job.hot {
  border-color: rgba(183, 155, 101, 0.58);
  background: rgba(183, 155, 101, 0.13);
}

.job.blue {
  border-color: rgba(92, 131, 255, 0.58);
  background: rgba(49, 94, 216, 0.15);
}

.job.silver {
  border-color: rgba(199, 197, 189, 0.48);
  background: rgba(199, 197, 189, 0.12);
}

.job:nth-child(2) {
  animation: job-route-source 5.8s ease-in-out infinite;
}

.job:nth-child(6) {
  animation: job-route-middle 5.8s ease-in-out infinite;
}

.job:nth-child(9) {
  animation: job-route-final 5.8s ease-in-out infinite;
}

.call-panel {
  position: absolute;
  left: 0;
  bottom: 14%;
  width: min(205px, 68vw);
  padding: 13px 14px 14px;
  border: 1px solid rgba(199, 197, 189, 0.24);
  border-radius: 8px;
  background: rgba(5, 9, 20, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: call-panel-route 5.8s ease-in-out infinite;
}

.phone-icon {
  display: block;
  width: 26px;
  height: 26px;
  margin-bottom: 7px;
  border: 2px solid var(--gold);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(42deg);
  animation: phone-ring 5.8s ease-in-out infinite;
}

.phone-icon::before,
.phone-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
}

.phone-icon::before {
  left: -2px;
  bottom: 2px;
  transform: rotate(-18deg);
}

.phone-icon::after {
  right: -2px;
  top: 2px;
  transform: rotate(-18deg);
}

.call-panel span {
  display: block;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.call-panel span:not(.phone-icon)::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: call-underline-route 5.8s ease-in-out infinite;
}

.call-panel strong {
  display: block;
  margin-top: 7px;
  font-size: 1rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.split-inverse {
  grid-template-columns: minmax(320px, 1.12fr) minmax(0, 0.88fr);
}

.split-inverse > div:last-child {
  justify-self: end;
  max-width: 560px;
}

.ops-support .section-copy {
  padding-top: clamp(34px, 4vw, 56px);
}

.about,
.why-us {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    var(--ink);
}

.ops-support {
  background: #070d18;
}

.services {
  background: #08111e;
}

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

.support-list {
  display: grid;
  gap: 11px;
  max-width: 560px;
  margin: 0 0 26px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.support-list li {
  position: relative;
  padding-left: 20px;
}

.support-list li::before,
.tier-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.support-list li::before {
  background: var(--gold);
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 20px);
  align-items: stretch;
  perspective: 1400px;
}

.tier-card,
.proof-stack article,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.tier-card {
  min-height: clamp(360px, 38vh, 440px);
  padding: 0;
  overflow: hidden;
}

.tier-card.featured {
  border-color: rgba(92, 131, 255, 0.56);
  box-shadow: 0 18px 54px rgba(49, 94, 216, 0.13);
}

.tier-flip {
  position: relative;
  border: 0;
  background: transparent;
}

.tier-inner {
  position: relative;
  min-height: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 520ms ease;
}

.tier-flip:hover .tier-inner,
.tier-flip:focus-within .tier-inner,
.tier-flip.is-flipped .tier-inner {
  transform: rotateY(180deg);
}

.tier-face {
  display: flex;
  flex-direction: column;
  min-height: clamp(360px, 38vh, 440px);
  padding: clamp(18px, 2.1vw, 26px);
  border-radius: 8px;
  backface-visibility: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 46%),
    var(--panel);
}

.tier-front {
  border: 1px solid var(--line);
}

.tier-back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  border: 1px solid rgba(183, 155, 101, 0.38);
  background:
    linear-gradient(180deg, rgba(183, 155, 101, 0.09), transparent 50%),
    rgba(7, 15, 27, 0.96);
}

.tier-top span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tier-best {
  min-height: 54px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.tier-card li {
  position: relative;
  padding-left: 18px;
}

.tier-card li::before {
  background: var(--blue-soft);
}

.tier-price {
  margin: auto 0 0;
  padding-top: 18px;
  color: var(--silver);
  font-weight: 800;
}

.rate-calculator {
  margin-top: clamp(18px, 3vw, 30px);
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 48%),
    rgba(5, 9, 20, 0.48);
}

.rate-heading,
.tier-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.rate-heading {
  margin-bottom: 26px;
}

.rate-heading h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}

.rate-total {
  display: grid;
  gap: 3px;
  min-width: 220px;
  text-align: right;
}

.rate-total span,
.rate-control span {
  color: var(--muted);
}

.rate-total strong {
  color: var(--white);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
}

.rate-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rate-control {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.rate-control span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rate-control strong {
  color: var(--silver);
  font-size: 1.08rem;
}

.rate-control input {
  width: 100%;
  accent-color: var(--blue-soft);
}

.rate-note {
  margin: 18px 0 0;
  font-size: 0.86rem;
}

.tier-cta {
  align-items: center;
  margin-top: clamp(16px, 2.5vw, 24px);
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.tier-cta p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.proof-stack {
  display: grid;
  gap: 14px;
}

.proof-stack article {
  padding: 20px;
}

.proof-stack strong {
  display: block;
  margin-bottom: 8px;
  color: var(--silver);
}

.contact {
  background:
    radial-gradient(circle at 72% 0%, rgba(49, 94, 216, 0.22), transparent 28%),
    #050914;
}

.contact-panel {
  display: grid;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(24px, 4vw, 46px);
}

.contact-form {
  display: grid;
  gap: 13px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--silver);
  font-size: 0.84rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(199, 197, 189, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  outline: none;
  padding: 11px 12px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue-soft);
  box-shadow: 0 0 0 3px rgba(49, 94, 216, 0.18);
}

.site-footer {
  padding: clamp(36px, 5vw, 54px) clamp(20px, 4.6vw, 68px);
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #08111e, #040711);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

@keyframes board-breathe {
  0%,
  100% {
    transform: perspective(900px) rotateY(-9deg) rotateX(3deg) translate3d(0, 0, 0);
  }

  48% {
    transform: perspective(900px) rotateY(-7deg) rotateX(2deg) translate3d(-5px, 3px, 0);
  }
}

@keyframes job-route-source {
  0%,
  18%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  38% {
    transform: translate3d(108%, 0, 0);
    opacity: 0.78;
  }
}

@keyframes job-route-middle {
  0%,
  28%,
  100% {
    transform: translate3d(0, 0, 0);
    box-shadow: none;
  }

  52% {
    transform: translate3d(108%, 0, 0);
    border-color: rgba(92, 131, 255, 0.86);
    box-shadow: 0 0 22px rgba(92, 131, 255, 0.26);
  }
}

@keyframes job-route-final {
  0%,
  48% {
    transform: translate3d(0, 0, 0);
    box-shadow: none;
  }

  68%,
  82% {
    transform: translate3d(0, 0, 0) scale(1.025);
    border-color: rgba(116, 245, 210, 0.82);
    box-shadow:
      inset 0 0 18px rgba(116, 245, 210, 0.14),
      0 0 28px rgba(116, 245, 210, 0.24);
  }
}

@keyframes call-panel-route {
  0%,
  68%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  12% {
    transform: translate3d(0, -5px, 0);
  }

  25% {
    transform: translate3d(10px, -5px, 0);
  }
}

@keyframes phone-ring {
  0%,
  8%,
  34%,
  100% {
    transform: rotate(42deg) translate3d(0, 0, 0);
  }

  12% {
    transform: rotate(30deg) translate3d(-1px, 0, 0);
  }

  16% {
    transform: rotate(54deg) translate3d(1px, 0, 0);
  }

  20% {
    transform: rotate(34deg) translate3d(-1px, 0, 0);
  }

  24% {
    transform: rotate(50deg) translate3d(1px, 0, 0);
  }
}

@keyframes call-underline-route {
  0%,
  16%,
  100% {
    transform: translateX(0);
    opacity: 0.55;
  }

  30% {
    transform: translateX(44px);
    opacity: 1;
  }

  46% {
    transform: translateX(78px);
    opacity: 0.2;
  }
}

@media (max-width: 980px) {
  .hero,
  .split,
  .split-inverse {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
    min-height: 380px;
  }

  .dispatch-board {
    inset: 0 auto auto 50%;
    width: min(450px, 100%);
    min-height: 360px;
    animation-name: board-breathe-centered;
    transform: translateX(-50%);
  }

  .split-inverse > div:last-child {
    justify-self: start;
    max-width: none;
  }

  .ops-support .section-copy {
    padding-top: 0;
  }

  .tier-grid,
  .rate-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 64px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 9, 20, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 8px;
  }

  .section {
    padding: clamp(54px, 12vw, 78px) 18px;
  }

  .section:not(.hero) {
    min-height: auto;
    padding-block: clamp(88px, 19vw, 124px);
  }

  .hero {
    padding-top: 82px;
  }

  h1 {
    font-size: clamp(2.28rem, 11vw, 3.9rem);
  }

  .hero-media {
    min-height: 310px;
  }

  .dispatch-board {
    min-height: 285px;
    padding: 14px;
  }

  .board-grid {
    grid-auto-rows: 66px;
  }

  .call-panel {
    bottom: 0;
  }

  .tier-card,
  .tier-face {
    min-height: 560px;
  }

  .tier-flip:hover .tier-inner {
    transform: none;
  }

  .tier-flip.is-flipped .tier-inner,
  .tier-flip:focus-within .tier-inner {
    transform: rotateY(180deg);
  }

  .rate-heading,
  .tier-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .rate-total {
    text-align: left;
  }

  .tier-cta .button,
  .hero-actions .button {
    width: 100%;
  }
}

@keyframes board-breathe-centered {
  0%,
  100% {
    transform: translateX(-50%) translate3d(0, 0, 0);
  }

  48% {
    transform: translateX(-50%) translate3d(-4px, 3px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 430px) {
  .brand-pillars {
    max-width: 170px;
  }

  .contact-panel {
    padding: 22px;
  }
}

/* ============================================================
   RESPONSIVE ADDITIONS — tablet (max 980px) & mobile (max 600px)
   ============================================================ */

/* --- Tablet: why-us-connect split stacks vertically --- */
@media (max-width: 980px) {
  /* form wrapper full width on tablet/mobile */
  #form-review-wrapper {
    width: 100%;
  }

  /* rocket smaller on tablet, float clear */
  .rocket-graphic {
    width: 200px !important;
    height: 200px !important;
    margin: 0 0 1rem 1rem !important;
  }

  /* ios toggle container spacing */
  .ios-toggle-container {
    margin-top: 3rem;
  }

  /* rate controls already 1 col via existing rule */
}

/* --- Mobile: max 600px --- */
@media (max-width: 600px) {

  /* Typography scale down */
  h2 {
    font-size: clamp(1.6rem, 7vw, 2.4rem);
  }

  /* Hero actions — buttons full width */
  .hero-actions {
    flex-direction: column;
    gap: 0.75rem;
  }
  .hero-actions .button {
    width: 100%;
    text-align: center;
  }

  /* Tier cards min-height reduce */
  .tier-card,
  .tier-face {
    min-height: 480px;
  }

  /* Rocket mobile pe float clear — apni jagah pe rahe */
  .rocket-graphic {
    float: none !important;
    width: 140px !important;
    height: 140px !important;
    margin: 0.5rem auto !important;
  }

  /* Form fields full width */
  .inline-contact-form {
    gap: 1rem;
  }
  .inline-contact-form input,
  .inline-contact-form textarea {
    font-size: 16px; /* prevents iOS zoom on focus */
  }
  .inline-contact-form button {
    width: 100%;
  }

  /* Section label smaller */
  .section-label {
    font-size: 0.7rem;
  }

  /* Footer single column already handled — ensure padding */
  .site-footer {
    padding: 2.5rem 1rem 1rem !important;
  }
  .footer-container {
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }

  /* Review popups hidden on mobile (already set for slot IDs, adding class too) */
  .review-popup {
    display: none !important;
  }

  /* iOS toggle container */
  .ios-toggle-container {
    margin-top: 2rem;
  }

  /* Slider full width */
  .top-slider-wrapper {
    padding: 0;
  }

  /* Rate display font size */
  .rate-total .range-display {
    font-size: 3rem;
  }
}
