:root {
  --bg: #090d1c;
  --surface: #121a31cc;
  --surface-2: #1a2342cc;
  --text: #f3f6ff;
  --muted: #b6c2e2;
  --line: #ffffff1a;
  --accent: #15d4a9;
  --grad-1: linear-gradient(130deg, #2d7fff 0%, #15d4a9 50%, #ff9f1c 100%);
  --grad-2: linear-gradient(135deg, #3a48ff 0%, #ff4ea8 100%);
  --radius: 18px;
  --shadow: 0 16px 48px #00000055;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

img {
  background: transparent !important;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 20% 10%, #1b2f64 0%, var(--bg) 40%);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3 {
  font-family: "Sora", sans-serif;
  margin: 0;
  line-height: 1.15;
}

p { color: var(--muted); line-height: 1.65; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.bg-grid {
  display: none;
}

.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
  z-index: -2;
}

.orb-a { background: #2b8cff; top: -130px; right: -80px; }
.orb-b { background: #ffa323; bottom: -140px; left: -120px; }

.orb-a { animation: floatA 15s ease-in-out infinite; }
.orb-b { animation: floatB 18s ease-in-out infinite; }

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: -4;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(circle at 15% 20%, #23d5ab33 0%, transparent 38%),
    radial-gradient(circle at 85% 25%, #ff9f1c2e 0%, transparent 40%),
    radial-gradient(circle at 40% 80%, #7f7eff2e 0%, transparent 45%);
  animation: bgPulse 14s ease-in-out infinite alternate;
}

body::after {
  background:
    linear-gradient(115deg, #2d7fff18, transparent 35%),
    linear-gradient(245deg, #ff4ea81a, transparent 40%),
    linear-gradient(15deg, #15d4a91a, transparent 35%);
  mix-blend-mode: screen;
  animation: bgShift 22s linear infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: #070b18cc;
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.brand-logo {
  width: 2.4em;
  height: 2.4em;
  object-fit: contain;
  flex: 0 0 auto;
}

.main-nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.main-nav a { color: #dce6ff; font-weight: 600; font-size: 0.93rem; }

.menu-toggle {
  display: none;
  background: #ffffff12;
  color: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.5rem 0.8rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 12px;
  background: var(--grad-1);
  color: #081122;
  font-weight: 800;
  padding: 0.75rem 1.1rem;
  cursor: pointer;
  box-shadow: 0 10px 26px #15d4a947;
}

.btn-sm { padding: 0.58rem 0.9rem; font-size: 0.88rem; }
.btn-outline {
  background: #ffffff12;
  color: #e8efff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.section { padding: 2.4rem 0 2.9rem; }
.section-head { margin-bottom: 1rem; }
.section-head h2 { font-size: clamp(1.35rem, 3vw, 2.2rem); }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7bd9ff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.text-center { text-align: center; }
.main-title { font-size: clamp(1.8rem, 4vw, 3rem); }

.hero-top-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.main-banner-wrap {
  border: none;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.main-banner {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: contain;
  display: block;
}

.main-text-wrap {
  display: flex;
  align-items: center;
}

.main-text-panel {
  min-height: 620px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #0f1a39dd 0%, #0a1230dd 100%);
  box-shadow: var(--shadow);
  padding: clamp(1.1rem, 2.6vw, 2rem);
  display: grid;
  gap: 0.9rem;
  align-content: center;
}

.hero-chip {
  display: inline-flex;
  width: fit-content;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #ffffff10;
  color: #d7e2ff;
  font-size: 0.85rem;
  margin: 0;
}

.main-text-panel h2 {
  font-size: clamp(1.9rem, 4vw, 4rem);
  line-height: 1.05;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.hero-stats article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff0a;
  padding: 0.75rem;
}

.hero-stats h3 {
  font-size: 1.45rem;
}

.hero-stats p {
  margin: 0.25rem 0 0;
  font-size: 0.88rem;
}

.main-text-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: contain;
}

.section-head-with-icon {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.section-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  padding: 2px;
}

.domain-banner,
.payment-wrap {
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.domain-banner img,
.payment-wrap img {
  display: block;
  width: 100%;
  height: clamp(460px, 44vw, 620px);
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.uniform-banner img {
  height: clamp(460px, 44vw, 620px) !important;
  object-fit: contain;
  object-position: center;
}

.sub-banner-row { margin-top: 1rem; }
.sub-banner {
  display: block;
  width: 100%;
  max-height: none;
  border: none;
  border-radius: 0;
  object-fit: cover;
  background: transparent;
}

.sub-banner-row {
  margin-top: 1rem;
}

.sub-banner-row .sub-banner {
  width: 100%;
  min-height: clamp(520px, 48vw, 920px);
}

.domain-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

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

.recipe-grid {
  grid-template-columns: repeat(4, 1fr);
}

.domain-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
  padding: 0.8rem;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.phone-mockup {
  display: contents;
}

.phone-back {
  display: none;
}

.phone-front {
  display: contents;
}

.phone-front::before {
  content: none;
}

.phone-front::after {
  content: none;
}

.phone-shot-image {
  width: min(94%, 340px);
  height: 460px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto 0.75rem;
  padding: 0;
  border-radius: 1rem;
  border: none;
  background: #ffffff !important;
  box-shadow: 0 14px 28px rgba(8, 16, 34, 0.12);
  mix-blend-mode: normal;
  filter: saturate(1.03) contrast(1.06);
  position: relative;
  z-index: 1;
  transform: none;
  cursor: zoom-in;
  transition: transform 220ms ease, filter 220ms ease;
  image-rendering: auto;
}

.phone-shot-image:hover {
  transform: scale(1.01);
  filter: saturate(1.06) contrast(1.1);
}


.domain-card .icon-visual {
  width: 120px;
  height: 120px;
  margin: 0.7rem auto;
  display: block;
  background: #ffffff !important;
  border: none;
  padding: 0;
  cursor: zoom-in;
  border-radius: 10px;
}

.domain-card h3 {
  margin-top: 0.95rem;
  font-size: 1.02rem;
  position: relative;
  z-index: 3;
  color: #f7fbff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

.domain-card p {
  margin-top: 0.45rem;
  font-size: 0.94rem;
  position: relative;
  z-index: 3;
  color: #d9e2f7;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tab {
  background: #ffffff14;
  color: #f2f5ff;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0.54rem 0.8rem;
  cursor: pointer;
  font-weight: 700;
}

.tab.active { background: var(--grad-2); border-color: transparent; }

.video-panel {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #02040a;
}

.video-panel video {
  display: block;
  width: 100%;
  max-height: 620px;
}

.site-footer { border-top: 1px solid var(--line); margin-top: 2rem; }
.footer-wrap {
  padding: 1rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-icons { display: flex; gap: 0.45rem; }
.mini-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  padding: 3px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.plan-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 1.2rem;
  flex-wrap: wrap;
}

.plan-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(12, 19, 40, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.plan-toggle-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.plan-toggle-btn.active {
  background: var(--grad-2);
  color: #fff;
  box-shadow: 0 8px 18px rgba(53, 85, 176, 0.3);
}

.plan-toggle-note {
  margin: 0;
  color: #dbe6ff;
  font-size: 0.95rem;
}

.plan-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
  padding: 1rem;
  position: relative;
  min-width: 0;
}

.plan-card-popular {
  border-color: #5f8dff;
  box-shadow: 0 10px 25px #3555b044;
}

.plan-badge {
  position: absolute;
  top: 0.6rem;
  right: 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--grad-2);
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
}

.plan-price {
  margin-top: 0.3rem;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}

.plan-price span {
  font-size: 0.95rem;
  color: var(--muted);
  margin-left: 0.2rem;
}

.plan-price-value {
  color: #ffffff;
}

.plan-price-term {
  text-transform: lowercase;
}

.plan-subnote {
  margin: -0.15rem 0 0.85rem;
  color: #dbe6ff;
  font-size: 0.92rem;
}

.plan-card ul {
  margin: 0.6rem 0 0.9rem;
  padding-left: 1rem;
  color: #dbe6ff;
}

.plan-card li {
  margin-bottom: 0.45rem;
}

.plan-btn {
  width: 100%;
  text-align: center;
}

.subscribe-box {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
  padding: 1rem;
}

.subscribe-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.subscribe-form {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.6rem;
  max-width: 560px;
}

.subscribe-form label {
  color: #dbe6ff;
  font-weight: 700;
}

.subscribe-form input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #0b1530;
  color: #fff;
  font: inherit;
  padding: 0.72rem 0.8rem;
}

.subscribe-form select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #0b1530;
  color: #fff;
  font: inherit;
  padding: 0.72rem 0.8rem;
}

.download-wrap {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(120deg, #63c6ff 0%, #89e2f1 100%);
  color: #081122;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
  align-items: center;
}

.download-left p {
  color: #1f3654;
}

.download-left h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.download-right {
  display: grid;
  gap: 0.65rem;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 12px;
  padding: 0.45rem;
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--line);
}

.store-logo {
  width: 230px;
  height: 72px;
  border-radius: 10px;
  background-image: url("app-store-logo.jpg");
  background-repeat: no-repeat;
  background-size: 100% 200%;
  display: block;
}

.store-logo-play {
  background-position: center top;
}

.store-logo-apple {
  background-position: center bottom;
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
  padding: 1rem;
}

.testimonial-head h3 {
  font-size: 1.05rem;
}

.testimonial-head p {
  margin: 0.2rem 0 0.5rem;
  font-size: 0.9rem;
}

.stars {
  color: #ffd25e;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  margin-top: 0.45rem;
}

@keyframes floatA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -20px) scale(1.05); }
}

@keyframes floatB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, 25px) scale(0.95); }
}

@keyframes bgPulse {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.75; }
  100% { transform: translate3d(2%, -3%, 0) scale(1.08); opacity: 1; }
}

@keyframes bgShift {
  0% { transform: rotate(0deg) scale(1); }
  100% { transform: rotate(360deg) scale(1.08); }
}

@keyframes driftGrid {
  0% { transform: translateX(0) translateY(0); }
  100% { transform: translateX(40px) translateY(40px); }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.section-pages-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.page-link-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-2);
  padding: 0.85rem;
}

.page-link-card h3 {
  font-size: 1rem;
}

.page-link-card p {
  margin: 0.45rem 0 0.75rem;
  font-size: 0.92rem;
}

.section-page-main {
  padding-top: 1.6rem;
}

.page-hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.page-hero-banner img {
  width: 100%;
  height: clamp(420px, 42vw, 620px);
  object-fit: contain;
  display: block;
}

.page-hero-copy {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  padding: 1.1rem;
  display: grid;
  align-content: center;
  gap: 0.75rem;
}

.page-hero-copy h1 {
  font-size: clamp(1.5rem, 3.3vw, 2.7rem);
}

.long-description {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0d1632cc;
  padding: 1rem;
}

.related-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.related-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-2);
  padding: 0.75rem;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.related-card > img {
  height: 460px;
}

.related-card h3 {
  margin-top: 0.9rem;
  font-size: 1rem;
  position: relative;
  z-index: 3;
  color: #f7fbff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

.related-card p {
  position: relative;
  z-index: 3;
  color: #d6def3;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 20, 0.82);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 9999;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox-inner {
  position: relative;
  max-width: min(92vw, 1200px);
  max-height: 92vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

.image-lightbox img {
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f6fc 100%);
  padding: 1rem;
  box-shadow:
    inset 0 0 0 10px #dde5f0,
    0 30px 80px rgba(0, 0, 0, 0.35);
}

.image-lightbox-close {
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(10, 16, 30, 0.88);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.section-split {
  margin-top: 1.2rem;
}

.feature-list-wrap {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0f1a39d1;
  padding: 1rem;
}

.feature-list-wrap h3 {
  margin-bottom: 0.6rem;
}

.feature-list {
  margin: 0;
  padding-left: 1rem;
  color: #dce8ff;
}

.feature-list li {
  margin-bottom: 0.45rem;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .domain-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coach-extra-grid { grid-template-columns: repeat(2, 1fr); }
  .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-top-grid { grid-template-columns: 1fr; }
  .main-banner, .main-text-panel { min-height: 420px; }
  .hero-stats { grid-template-columns: 1fr; }
  .subscribe-layout { grid-template-columns: 1fr; }
  .download-wrap { grid-template-columns: 1fr; }
  .testimonial-wrap { grid-template-columns: 1fr; }
  .section-pages-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .menu-toggle { display: block; }

  .main-nav {
    display: none;
    position: absolute;
    right: 1rem;
    top: 61px;
    flex-direction: column;
    width: min(230px, 90vw);
    background: #091127f8;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.6rem;
  }

  .main-nav.open { display: flex; }
  .nav-wrap > .btn-sm { display: none; }
  .plan-toggle-wrap { align-items: flex-start; }

  .section-icon { width: 38px; height: 38px; }

  .domain-grid { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; }
  .coach-extra-grid { grid-template-columns: 1fr; }
  .recipe-grid { grid-template-columns: 1fr; }
  .phone-mockup {
    display: contents;
  }
  .phone-front {
    display: contents;
  }

  .phone-shot-image {
    width: min(94%, 300px);
    height: 400px;
  }

  .phone-shot-image {
    object-position: center top;
  }
  .domain-banner img,
  .payment-wrap img { height: clamp(320px, 78vw, 500px); object-fit: contain; }
  .sub-banner-row .sub-banner { min-height: 320px; object-fit: contain; }
  .main-banner, .main-text-panel { min-height: 280px; }
  .section-pages-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card .phone-front {
    display: contents;
  }
  .phone-shot-image {
    width: min(96%, 300px);
    height: 400px;
  }
}

.coach-bottom-cta-wrap {
  padding-top: 0.6rem;
  padding-bottom: 2rem;
  text-align: center;
}

.coach-bottom-cta {
  display: inline-block;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 3.2vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.coach-bottom-cta:hover {
  color: #7bd9ff;
}

/* ── Video tab loading state ─────────────────────────────── */
.video-panel {
  position: relative;
}

#demoVideo.loading {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#demoVideo {
  transition: opacity 0.3s ease;
}

/* Video play overlay hint */
.video-panel::after {
  content: '';
  pointer-events: none;
}

/* Tab focus ring */
.tab:focus-visible {
  outline: 2px solid #15d4a9;
  outline-offset: 2px;
}

/* ── Extra mobile breakpoints ────────────────────────────── */
@media (max-width: 600px) {
  .section { padding: 1.6rem 0 2rem; }
  .main-title { font-size: clamp(1.5rem, 7vw, 2rem); }
  .section-head h2 { font-size: clamp(1.2rem, 5vw, 1.7rem); }
  .hero-cta-row { flex-direction: column; }
  .hero-cta-row .btn { width: 100%; justify-content: center; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 0.5rem; }
  .plan-toggle-wrap { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .plan-toggle-btn { padding: 0.6rem 0.8rem; font-size: 0.85rem; }
  .tabs { gap: 0.4rem; }
  .tab { padding: 0.46rem 0.65rem; font-size: 0.83rem; }
  .video-panel video { max-height: 480px; }
  .domain-banner img,
  .payment-wrap img { height: clamp(240px, 70vw, 380px); }
  .main-banner { min-height: 220px; }
  .main-text-panel { min-height: auto; padding: 1rem; }
  .main-text-panel h2 { font-size: clamp(1.4rem, 6vw, 2rem); }
  .testimonial-wrap { grid-template-columns: 1fr; }
  .download-wrap { grid-template-columns: 1fr; padding: 1rem; }
  .subscribe-layout { grid-template-columns: 1fr; }
  .subscribe-form { max-width: 100%; }
  .footer-wrap { flex-direction: column; text-align: center; }
  .section-pages-grid { grid-template-columns: 1fr; }
  .page-link-card { padding: 0.75rem; }
  .plan-grid { grid-template-columns: 1fr; }
  .phone-shot-image { width: min(100%, 280px); height: 360px; }
  .brand span { font-size: 0.85rem; }
  .nav-wrap { padding: 0.7rem 0; }
}

@media (max-width: 420px) {
  .hero-stats { grid-template-columns: 1fr; }
  .phone-shot-image { height: 320px; }
}

/* ── Full-width guarantee inside any WP theme wrapper ──────── */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}
