:root {
  --ink: #171421;
  --muted: #62616f;
  --line: #e8e5ee;
  --paper: #ffffff;
  --wash: #f6f5f2;
  --lavender: #f1edff;
  --purple: #6937f5;
  --purple-dark: #4c21d4;
  --violet-soft: #ddd4ff;
  --mint: #dff8ea;
  --green: #19bd75;
  --teal: #10898f;
  --amber: #f2c75c;
  --blush: #ffe8d9;
  --shadow: 0 20px 52px rgba(31, 22, 68, 0.12);
  --shadow-soft: 0 10px 28px rgba(31, 22, 68, 0.07);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(105, 55, 245, 0.06), transparent 34rem),
    linear-gradient(180deg, #fbfaf7 0%, #f4f3f0 100%);
  font-family: "Avenir Next", Manrope, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 100;
  width: min(1180px, calc(100% - 28px));
  margin: 10px auto 0;
  border: 1px solid rgba(232, 229, 238, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(23, 20, 33, 0.06);
  backdrop-filter: blur(20px);
}

.header-inner {
  width: 100%;
  min-height: 64px;
  margin: 0 auto;
  padding: 0 10px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand img {
  width: 136px;
  height: auto;
}

.brand picture,
.footer-brand picture {
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-link {
  border: 0;
  background: transparent;
  text-decoration: none;
  font: inherit;
  font-size: 0.84rem;
  color: #292633;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  background: var(--lavender);
  color: var(--purple-dark);
}

.nav-dropdown-wrap {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 250px;
  padding: 10px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.92rem;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus {
  background: var(--wash);
  color: var(--purple-dark);
}

.nav-dropdown-wrap:hover .nav-dropdown,
.nav-dropdown-wrap:focus-within .nav-dropdown,
.nav-dropdown-wrap.open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: var(--purple);
  box-shadow: 0 12px 24px rgba(91, 53, 245, 0.22);
}

.button-primary:hover,
.button-primary:focus {
  background: var(--purple-dark);
}

.button-secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: var(--purple);
  color: var(--purple-dark);
}

.button-light {
  background: #fff;
  color: var(--purple-dark);
}

.nav-cta {
  width: 128px;
  min-width: 128px;
  margin-left: 8px;
  padding-inline: 14px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 28%, rgba(25, 189, 117, 0.16), transparent 16rem),
    radial-gradient(circle at 52% 18%, rgba(105, 55, 245, 0.16), transparent 20rem),
    linear-gradient(135deg, #fff 0%, #f5f1ff 56%, #edf9f4 100%);
}

.hero-inner {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 54px;
  padding: 72px 0 74px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  font-size: 0.88rem;
  color: var(--muted);
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: #a4a8b3;
}

.breadcrumbs span {
  color: var(--purple-dark);
  font-weight: 700;
}

.hero h1 {
  max-width: 700px;
  margin: 0 0 20px;
  font-size: clamp(3.2rem, 5vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-policy-page .hero-inner {
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: 72px;
}

.hero-policy-page h1 {
  max-width: 560px;
  font-size: clamp(2.9rem, 4.15vw, 4.18rem);
  line-height: 1.03;
}

.hero-policy-page .hero-copy {
  max-width: 600px;
}

.hero p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-support {
  margin-top: 18px !important;
  color: #383443 !important;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

.mock-window {
  position: absolute;
  right: -10px;
  top: 82px;
  width: min(56%, 340px);
  height: 238px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(228, 230, 236, 0.9);
  box-shadow: 0 28px 80px rgba(32, 25, 65, 0.14);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.mock-bar {
  height: 46px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.mock-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--purple);
}

.mock-bar span:nth-child(2) {
  background: var(--green);
}

.mock-bar span:nth-child(3) {
  background: var(--amber);
}

.mock-content {
  padding: 26px;
}

.mock-line {
  height: 12px;
  width: 78%;
  background: #e7e9f0;
  border-radius: 999px;
  margin-bottom: 14px;
}

.mock-line.strong {
  height: 34px;
  width: 84%;
  background: var(--ink);
}

.mock-line.short {
  width: 52%;
}

.mock-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.mock-card-row div {
  height: 70px;
  border-radius: var(--radius);
  background: var(--lavender);
  border: 1px solid rgba(91, 53, 245, 0.12);
}

.mock-card-row div:nth-child(2) {
  background: var(--mint);
}

.mock-card-row div:nth-child(3) {
  background: #fff6db;
}

.floating-chip,
.floating-panel {
  position: absolute;
  z-index: 2;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  font-weight: 800;
}

.floating-chip {
  padding: 10px 14px;
  font-size: 0.82rem;
}

.chip-one {
  top: 46px;
  right: 192px;
  color: var(--purple-dark);
}

.chip-two {
  top: 352px;
  right: 96px;
  color: var(--teal);
}

.floating-panel {
  right: 12px;
  bottom: 18px;
  width: 182px;
  padding: 16px;
}

.floating-panel strong,
.floating-panel span {
  display: block;
}

.floating-panel span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-photo {
  position: absolute;
  border-radius: var(--radius);
  border: 7px solid #fff;
  box-shadow: 0 24px 60px rgba(26, 20, 54, 0.15);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(105, 55, 245, 0.04)),
    var(--photo),
    linear-gradient(135deg, var(--violet-soft), var(--mint));
  background-size: cover;
  background-position: var(--photo-position, center);
}

.hero-photo-main {
  left: 0;
  top: 12px;
  width: 372px;
  height: 430px;
}

.hero-photo-support {
  left: 72px;
  bottom: 0;
  width: 320px;
  height: 218px;
}

.hero-roofing-page .hero-photo-main {
  top: 18px;
  width: 364px;
  height: 422px;
}

.hero-roofing-page .mock-window {
  right: -24px;
  top: 96px;
  width: min(52%, 316px);
}

.hero-roofing-page .chip-one {
  right: 176px;
}

.hero-roofing-page .chip-two {
  right: 28px;
  top: 336px;
}

.hero-roofing-page .floating-panel {
  right: -2px;
  bottom: 8px;
}

.hero-roofing-page .success-ring {
  left: 26px;
  bottom: 18px;
}

.success-ring {
  position: absolute;
  left: 12px;
  bottom: 28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, #fff 52%, transparent 53%),
    conic-gradient(var(--green) 0 74%, var(--violet-soft) 74% 100%);
  border: 8px solid #fff;
  box-shadow: var(--shadow);
}

.success-ring span {
  color: var(--purple-dark);
  font-weight: 900;
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: no-preference) {
  html.motion-ready .hero .hero-copy,
  html.motion-ready .hero .hero-photo,
  html.motion-ready .hero .mock-window,
  html.motion-ready .hero .floating-chip,
  html.motion-ready .hero .floating-panel,
  html.motion-ready .hero .success-ring {
    animation-fill-mode: both;
    animation-duration: 760ms;
    animation-timing-function: cubic-bezier(0.18, 0.82, 0.24, 1);
  }

  html.motion-ready.home-hero-motion .hero .hero-copy {
    animation-name: hero-copy-rise;
    animation-delay: 80ms;
  }

  html.motion-ready.home-hero-motion .hero .hero-photo-main {
    animation-name: hero-photo-main-settle;
    animation-delay: 220ms;
  }

  html.motion-ready.home-hero-motion .hero .hero-photo-support {
    animation-name: hero-photo-support-settle;
    animation-delay: 360ms;
  }

  html.motion-ready.home-hero-motion .hero .mock-window {
    animation-name: hero-window-slide;
    animation-delay: 480ms;
  }

  html.motion-ready.home-hero-motion .hero .chip-one {
    animation-name: hero-chip-pop;
    animation-delay: 650ms;
  }

  html.motion-ready.home-hero-motion .hero .chip-two {
    animation-name: hero-chip-pop;
    animation-delay: 760ms;
  }

  html.motion-ready.home-hero-motion .hero .floating-panel {
    animation-name: hero-panel-rise;
    animation-delay: 850ms;
  }

  html.motion-ready.home-hero-motion .hero .success-ring {
    animation-name: hero-ring-ready;
    animation-delay: 940ms;
  }

  html.motion-ready.subpage-hero-motion .hero .hero-copy {
    animation-name: reveal-rise;
    animation-delay: 80ms;
  }

  html.motion-ready.subpage-hero-motion .hero .hero-visual {
    animation: reveal-fade 820ms cubic-bezier(0.18, 0.82, 0.24, 1) 180ms both;
  }
}

@keyframes hero-copy-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-photo-main-settle {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(-28px, 18px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-photo-support-settle {
  from {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(0, 28px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-window-slide {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(34px, 10px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-chip-pop {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.88);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, -2px, 0) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-panel-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-ring-ready {
  from {
    opacity: 0;
    transform: scale(0.82) rotate(-16deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.image-cluster {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 248px;
  height: 210px;
}

.image-shape {
  position: absolute;
  display: block;
  border-radius: var(--radius);
  border: 6px solid #fff;
  box-shadow: 0 12px 34px rgba(26, 22, 44, 0.12);
  background:
    linear-gradient(135deg, rgba(91, 53, 245, 0.16), rgba(32, 183, 118, 0.18)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.45) 0 10px, rgba(255,255,255,0.16) 10px 20px);
}

.shape-one {
  width: 130px;
  height: 150px;
  left: 0;
  bottom: 14px;
}

.shape-two {
  width: 124px;
  height: 98px;
  left: 116px;
  bottom: 0;
  background:
    linear-gradient(135deg, rgba(244, 201, 93, 0.26), rgba(14, 143, 154, 0.16)),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.52) 0 8px, rgba(255,255,255,0.16) 8px 16px);
}

.shape-three {
  width: 108px;
  height: 88px;
  left: 130px;
  top: 8px;
  background:
    linear-gradient(135deg, rgba(91, 53, 245, 0.18), rgba(244, 201, 93, 0.22)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.5) 0 7px, rgba(255,255,255,0.14) 7px 14px);
}

.section {
  padding: 90px 0;
  background: #fff;
}

.section + .section:not(.section-muted) {
  border-top: 1px solid var(--line);
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.44), rgba(255,255,255,0)),
    var(--wash);
}

.direct-answer-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(25, 189, 117, 0.13), transparent 18rem),
    radial-gradient(circle at 16% 82%, rgba(105, 55, 245, 0.08), transparent 20rem),
    #fff;
}

.direct-answer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 34px;
  align-items: stretch;
}

.direct-answer-copy .eyebrow {
  margin-bottom: 18px;
}

.answer-stack {
  position: relative;
  display: grid;
  gap: 14px;
}

.answer-stack::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(var(--purple), var(--green));
  opacity: 0.22;
}

.answer-panel {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 18px;
  padding: 22px 26px 22px 0;
  border: 1px solid rgba(232, 229, 238, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.answer-number {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  border: 7px solid #fff;
  box-shadow: 0 8px 22px rgba(105, 55, 245, 0.18);
  font-size: 0.74rem;
  font-weight: 900;
}

.answer-panel h2 {
  grid-column: 2;
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.12;
}

.answer-panel p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.answer-visual {
  min-height: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.answer-visual span {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 54px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(105, 55, 245, 0.14);
  box-shadow: 0 12px 26px rgba(31, 22, 68, 0.08);
}

.answer-visual span:nth-child(1) {
  top: 34px;
}

.answer-visual span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.answer-visual span:nth-child(3) {
  bottom: 34px;
}

.answer-group-section {
  padding: 70px 0;
  border-top: 1px solid rgba(232, 229, 238, 0.78);
  border-bottom: 1px solid rgba(232, 229, 238, 0.78);
  background:
    radial-gradient(circle at 88% 18%, rgba(25, 189, 117, 0.11), transparent 20rem),
    radial-gradient(circle at 10% 86%, rgba(105, 55, 245, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 247, 255, 0.64));
}

.answer-group-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 28px;
  align-items: stretch;
}

.answer-group-stack {
  position: relative;
  display: grid;
  gap: 14px;
}

.answer-group-stack::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(var(--purple), var(--green));
  opacity: 0.18;
}

.answer-group-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 24px 20px 0;
  border: 1px solid rgba(232, 229, 238, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.answer-group-number {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  border: 6px solid #fff;
  box-shadow: 0 8px 20px rgba(105, 55, 245, 0.16);
  font-size: 0.7rem;
  font-weight: 900;
}

.answer-group-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.32rem, 1.7vw, 1.72rem);
  line-height: 1.14;
}

.answer-group-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.answer-group-card p + p {
  margin-top: 10px;
}

.answer-group-visual {
  position: relative;
  min-height: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(232, 229, 238, 0.92);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(25, 189, 117, 0.18), transparent 9rem),
    radial-gradient(circle at 26% 72%, rgba(105, 55, 245, 0.16), transparent 10rem),
    linear-gradient(135deg, rgba(246, 242, 255, 0.9), rgba(239, 252, 246, 0.88));
  box-shadow: 0 28px 70px rgba(31, 22, 68, 0.09);
}

.answer-visual-window,
.answer-visual-card,
.answer-visual-meter {
  position: absolute;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(105, 55, 245, 0.13);
  box-shadow: 0 16px 34px rgba(31, 22, 68, 0.08);
}

.answer-visual-window {
  left: 28px;
  right: 28px;
  top: 30px;
  height: 96px;
  padding: 20px;
}

.answer-visual-window span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e7e9f0;
  margin-bottom: 12px;
}

.answer-visual-window span:first-child {
  width: 70%;
  background: var(--ink);
}

.answer-visual-window span:nth-child(2) {
  width: 88%;
}

.answer-visual-window span:nth-child(3) {
  width: 52%;
}

.answer-visual-card-one {
  left: 34px;
  right: 58px;
  top: 156px;
  height: 78px;
}

.answer-visual-card-two {
  left: 68px;
  right: 28px;
  bottom: 34px;
  height: 92px;
}

.answer-visual-meter {
  left: 34px;
  bottom: 54px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 48%, transparent 49%),
    conic-gradient(var(--green) 0 70%, var(--violet-soft) 70% 100%);
}

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

.section-heading h2 {
  margin: 0;
  font-size: 2.18rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-copy {
  margin-top: 16px;
}

.section-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
}

.article-intro {
  max-width: 820px;
}

.article-intro p,
.article-subsection p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.article-intro p + p,
.article-subsection p + p {
  margin-top: 14px;
}

.article-intro .check-list,
.article-intro .plain-list {
  margin-top: 18px;
}

.article-subsection {
  max-width: 820px;
  margin-top: 28px;
}

.article-subsection h3 {
  margin: 0 0 12px;
  font-size: 1.26rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.article-subsection .check-list,
.article-subsection .plain-list {
  margin-top: 16px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 12px;
  color: var(--purple-dark);
  font-weight: 800;
  font-size: 0.85rem;
}

.eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple) 0 62%, var(--green) 62% 100%);
}

.card-grid,
.linked-card-grid,
.pricing-grid,
.structure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card,
.pricing-card,
.fit-panel {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card:hover,
.pricing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(105, 55, 245, 0.24);
  box-shadow: var(--shadow);
}

.card h3,
.pricing-card h3,
.fit-panel h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.card p,
.pricing-card p,
.fit-panel p {
  color: var(--muted);
  margin: 0;
}

.card > h3,
.card > p,
.card > .text-link,
.card > .plain-list,
.card > .check-list {
  margin-left: 8px;
  margin-right: 8px;
}

.card-media {
  min-height: 152px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(232, 229, 238, 0.9);
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(105, 55, 245, 0.04)),
    var(--photo),
    linear-gradient(135deg, var(--violet-soft), var(--mint));
  background-size: cover;
  background-position: var(--photo-position, center);
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  html.motion-ready .reveal-item {
    opacity: 0;
    filter: blur(6px);
    transform: translate3d(0, 22px, 0);
    transition:
      opacity 720ms cubic-bezier(0.18, 0.82, 0.24, 1),
      filter 720ms cubic-bezier(0.18, 0.82, 0.24, 1),
      transform 720ms cubic-bezier(0.18, 0.82, 0.24, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter;
  }

  html.motion-ready .reveal-item.is-revealed {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }

  html.motion-ready .reveal-fade {
    transform: none;
  }

  html.motion-ready .reveal-left {
    transform: translate3d(-20px, 0, 0);
  }

  html.motion-ready .reveal-right {
    transform: translate3d(20px, 0, 0);
  }
}

@keyframes reveal-rise {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes reveal-fade {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

.linked-card:nth-child(2n) .card-media,
.card:nth-child(3n) .card-media {
  background-position: center 35%;
}

.card-mark {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--lavender);
  border: 7px solid #fff;
  box-shadow: 0 0 0 1px rgba(91, 53, 245, 0.18), inset 0 0 0 7px var(--purple);
  margin: -30px 0 14px 12px;
  position: relative;
  z-index: 1;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--purple-dark);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  text-decoration: underline;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.proof-item {
  min-height: 132px;
  border-radius: var(--radius);
  border: 1px solid rgba(91, 53, 245, 0.14);
  background:
    linear-gradient(135deg, rgba(246, 241, 255, 0.92), rgba(224, 248, 240, 0.7)),
    #fff;
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.proof-item span {
  display: block;
  margin-bottom: 18px;
  color: var(--purple-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-item strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.28;
}

.before-after-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.screenshot-board-single {
  grid-template-columns: minmax(0, 1fr);
}

.screen-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px;
  box-shadow: var(--shadow);
}

.screen-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--lavender);
  color: var(--purple-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.screen-before .screen-label {
  background: #f2ebe7;
  color: #5a4438;
}

.screen-frame {
  height: 640px;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid rgba(232, 229, 238, 0.95);
  background: #f7f5f1;
  overflow: hidden;
}

.screenshot-board-single .screen-frame {
  height: 760px;
}

.screen-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.logo-compare article {
  min-height: 156px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 22px;
  box-shadow: var(--shadow-soft);
}

.logo-compare span,
.prime-logo-panel span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.logo-compare img {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
}

.prime-board {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1.1fr;
  gap: 18px;
  margin-top: 28px;
}

.prime-board article {
  min-height: 230px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.prime-logo-panel {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 24px;
}

.prime-logo-panel img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.prime-photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.check-list,
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-list li,
.plain-list li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(31, 22, 68, 0.04);
}

.check-list li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
}

.plain-list li::before {
  background: #a5acba;
}

.visual-strip {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.visual-tile,
.visual-note {
  min-height: 220px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.visual-tile {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(105, 55, 245, 0.06)),
    var(--photo),
    linear-gradient(135deg, var(--violet-soft), var(--mint));
  background-size: cover;
  background-position: var(--photo-position, center);
  position: relative;
  overflow: hidden;
}

.visual-tile-small {
  min-height: 280px;
  background-position: center 35%;
}

.image-visual {
  background-image:
    radial-gradient(circle at 18% 18%, rgba(105, 55, 245, 0.2), transparent 12rem),
    radial-gradient(circle at 84% 82%, rgba(25, 189, 117, 0.2), transparent 10rem),
    linear-gradient(135deg, #ffffff, #f4f0ff 55%, #ecfbf3);
}

.image-visual::before,
.image-visual::after {
  content: "";
  position: absolute;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(105, 55, 245, 0.14);
  box-shadow: 0 14px 34px rgba(31, 22, 68, 0.08);
}

.image-visual::before {
  left: 18px;
  top: 18px;
  width: 58%;
  height: 48%;
}

.image-visual::after {
  right: 18px;
  bottom: 18px;
  width: 48%;
  height: 34%;
}

.visual-ai-readiness {
  background:
    linear-gradient(90deg, rgba(105, 55, 245, 0.18) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(180deg, rgba(16, 137, 143, 0.12) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(135deg, #ffffff, #f3efff 48%, #eafaf3);
}

.visual-ai-readiness::before {
  width: 66%;
  height: 54%;
  background:
    linear-gradient(#191623 0 0) 22px 24px / 52% 12px no-repeat,
    linear-gradient(#dfe3eb 0 0) 22px 52px / 72% 8px no-repeat,
    linear-gradient(#dfe3eb 0 0) 22px 72px / 48% 8px no-repeat,
    #fff;
}

.visual-ai-readiness::after {
  background:
    radial-gradient(circle at 22px 22px, var(--green) 0 9px, transparent 10px),
    linear-gradient(#4c21d4 0 0) 48px 18px / 48% 9px no-repeat,
    linear-gradient(#dfe3eb 0 0) 48px 38px / 62% 7px no-repeat,
    #fff;
}

.visual-service-structure::before {
  background:
    linear-gradient(#6937f5 0 0) 22px 22px / 46% 12px no-repeat,
    linear-gradient(#e4e6ec 0 0) 22px 52px / 74% 8px no-repeat,
    linear-gradient(#e4e6ec 0 0) 22px 74px / 58% 8px no-repeat,
    #fff;
}

.visual-service-structure::after {
  background:
    linear-gradient(90deg, var(--lavender) 0 31%, var(--mint) 31% 64%, #fff6db 64%) center / 82% 62% no-repeat,
    #fff;
}

.visual-local-discovery::before {
  background:
    radial-gradient(circle at 52% 42%, var(--purple) 0 12px, transparent 13px),
    radial-gradient(circle at 52% 42%, rgba(105, 55, 245, 0.16) 0 54px, transparent 55px),
    linear-gradient(135deg, rgba(16, 137, 143, 0.12), rgba(25, 189, 117, 0.12)),
    #fff;
}

.visual-local-discovery::after {
  background:
    linear-gradient(#191623 0 0) 18px 22px / 58% 10px no-repeat,
    linear-gradient(#dfe3eb 0 0) 18px 46px / 74% 7px no-repeat,
    linear-gradient(#dfe3eb 0 0) 18px 64px / 48% 7px no-repeat,
    #fff;
}

.visual-conversion-paths::before {
  background:
    linear-gradient(#191623 0 0) 18px 22px / 64% 12px no-repeat,
    linear-gradient(90deg, var(--purple), var(--green)) 18px 62px / 46% 16px no-repeat,
    #fff;
}

.visual-conversion-paths::after {
  background:
    radial-gradient(circle at 24px 26px, var(--green) 0 9px, transparent 10px),
    linear-gradient(#dfe3eb 0 0) 48px 22px / 48% 8px no-repeat,
    linear-gradient(#dfe3eb 0 0) 48px 44px / 62% 8px no-repeat,
    #fff;
}

.visual-trust-signals::before {
  background:
    radial-gradient(circle at 34px 36px, var(--purple) 0 16px, transparent 17px),
    linear-gradient(#191623 0 0) 68px 26px / 46% 11px no-repeat,
    linear-gradient(#dfe3eb 0 0) 68px 52px / 62% 8px no-repeat,
    #fff;
}

.visual-trust-signals::after {
  background:
    linear-gradient(90deg, var(--green) 0 18%, #dfe3eb 18% 100%) 18px 24px / 68% 8px no-repeat,
    linear-gradient(90deg, var(--green) 0 28%, #dfe3eb 28% 100%) 18px 50px / 76% 8px no-repeat,
    #fff;
}

.visual-website-foundation::before,
.visual-before-after::before {
  width: 64%;
  background:
    linear-gradient(#191623 0 0) 22px 22px / 62% 13px no-repeat,
    linear-gradient(#dfe3eb 0 0) 22px 52px / 70% 8px no-repeat,
    linear-gradient(#f1edff 0 0) 22px 86px / 28% 34px no-repeat,
    linear-gradient(#dff8ea 0 0) 44% 86px / 28% 34px no-repeat,
    #fff;
}

.visual-process::before,
.visual-launch-checklist::before {
  background:
    radial-gradient(circle at 28px 28px, var(--purple) 0 12px, transparent 13px),
    radial-gradient(circle at 28px 68px, var(--green) 0 12px, transparent 13px),
    linear-gradient(#dfe3eb 0 0) 58px 24px / 60% 8px no-repeat,
    linear-gradient(#dfe3eb 0 0) 58px 64px / 70% 8px no-repeat,
    #fff;
}

.visual-competitor-review::before,
.visual-editorial::before {
  width: 62%;
  background:
    linear-gradient(#191623 0 0) 20px 22px / 54% 11px no-repeat,
    linear-gradient(#dfe3eb 0 0) 20px 48px / 76% 7px no-repeat,
    linear-gradient(#dfe3eb 0 0) 20px 68px / 58% 7px no-repeat,
    linear-gradient(90deg, #f1edff 0 48%, #dff8ea 48%) 20px 96px / 76% 38px no-repeat,
    #fff;
}

.visual-note {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: #fff;
}

.visual-note strong {
  font-size: 1.42rem;
  line-height: 1.15;
}

.visual-note span {
  margin-top: 12px;
  color: #d9d8df;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.timeline li,
.detailed-timeline li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
}

.timeline span,
.detailed-timeline span {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-weight: 800;
}

.timeline strong {
  padding-top: 5px;
}

.detailed-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.detailed-timeline h3 {
  margin: 0 0 4px;
  font-size: 1.08rem;
}

.detailed-timeline p {
  margin: 0;
  color: var(--muted);
}

.cta-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-launch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-panel {
  padding: 22px;
}

.contact-panel h3 {
  margin-bottom: 12px;
}

.contact-panel p {
  color: var(--muted);
}

.contact-panel-muted {
  background: linear-gradient(180deg, #fff 0%, #fbfaff 100%);
}

.contact-email-note {
  margin: 18px 0 0;
  color: var(--muted);
}

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

.contact-email-note a {
  color: var(--purple-dark);
  font-weight: 800;
  text-decoration: none;
}

.contact-email-note a:hover,
.contact-email-note a:focus {
  text-decoration: underline;
}

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

.fit-good {
  border-top: 4px solid var(--green);
}

.fit-bad {
  border-top: 4px solid #a5acba;
}

.section-pricing-note .section-copy p:nth-child(2),
.price {
  color: var(--purple-dark);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.pricing-card {
  min-height: 280px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.pricing-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--lavender);
  opacity: 0.76;
}

.pricing-card-featured {
  background: #1d1930;
  border-color: #1d1930;
  color: #fff;
}

.pricing-card-featured p,
.pricing-card-featured .price {
  color: #fff;
}

.pricing-card-featured .pricing-link {
  color: var(--purple-dark);
  background: #fff;
}

.pricing-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.pricing-number {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  font-weight: 900;
  font-size: 0.82rem;
}

.pricing-card h3 {
  margin: 0;
  max-width: 80%;
}

.pricing-card .price {
  margin: 26px 0 14px;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
  position: relative;
  z-index: 1;
}

.pricing-card p:not(.price) {
  position: relative;
  z-index: 1;
}

.pricing-link {
  width: fit-content;
  margin-top: auto;
}

.final-cta {
  padding: 80px 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(25, 189, 117, 0.22), transparent 18rem),
    linear-gradient(135deg, #1a1626 0%, #322158 100%);
  color: #fff;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
}

.final-cta h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.final-cta p {
  margin: 12px 0 0;
  color: #d8d7df;
  max-width: 720px;
}

.final-cta .button {
  justify-self: start;
  width: auto;
  max-width: 320px;
  white-space: normal;
}

.final-cta-kicker {
  color: #d8d7df;
  font-weight: 800;
}

.final-cta-compact {
  padding: 54px 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.related-section {
  background: #fff;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--wash);
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
}

.related-links a:hover,
.related-links a:focus {
  border-color: var(--purple);
  color: var(--purple-dark);
  background: var(--lavender);
}

.faq-list details {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.site-footer {
  background: #15131d;
  color: #fff;
  padding: 68px 0 28px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 2.8fr);
  gap: 42px;
}

.footer-brand img {
  width: 150px;
  height: auto;
}

.footer-brand p {
  max-width: 330px;
  color: #d8d7df;
  margin: 18px 0 0;
}

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

.footer-title {
  font-weight: 900;
  margin: 0 0 12px;
}

.footer-column a {
  display: block;
  color: #d8d7df;
  text-decoration: none;
  margin: 9px 0;
  font-size: 0.92rem;
}

.footer-column a:hover,
.footer-column a:focus {
  color: #fff;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #b9b7c2;
  font-size: 0.9rem;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #d8d7df;
  text-decoration: none;
  margin-left: 0;
}

@media (max-width: 1120px) {
  .site-header {
    top: 0;
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .nav-link {
    width: 100%;
    text-align: left;
    border-radius: var(--radius);
  }

  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 14px;
    min-width: auto;
  }

  .nav-cta {
    width: 100%;
    margin: 8px 0 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-policy-page .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-policy-page h1 {
    max-width: 700px;
  }

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

  .answer-group-inner {
    grid-template-columns: 1fr;
  }

  .answer-group-visual {
    min-height: 240px;
  }

  .card-grid,
  .structure-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prime-board {
    grid-template-columns: 1fr 1fr;
  }

  .prime-logo-panel {
    grid-column: 1 / -1;
  }

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

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .hero-inner {
    padding: 42px 0 54px;
    gap: 24px;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .hero-policy-page h1 {
    font-size: 2.6rem;
  }

  .hero p {
    font-size: 1rem;
  }

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

  .mock-window {
    width: 68%;
    height: 200px;
    top: 78px;
    right: -18px;
  }

  .mock-content {
    padding: 22px;
  }

  .floating-chip {
    display: none;
  }

  .hero-photo-main {
    width: 230px;
    height: 252px;
    left: 0;
    top: 0;
  }

  .hero-photo-support {
    width: 226px;
    height: 146px;
    left: 22px;
    bottom: 12px;
  }

  .success-ring {
    width: 74px;
    height: 74px;
    left: auto;
    right: 18px;
    bottom: 18px;
  }

  .floating-panel {
    display: none;
  }

  .answer-group-section {
    padding: 56px 0;
  }

  .answer-group-visual {
    display: none;
  }

  .answer-group-card {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 18px 18px 18px 0;
  }

  .answer-group-number {
    width: 40px;
    height: 40px;
    border-width: 6px;
  }

  .answer-group-stack::before {
    left: 19px;
  }

  .section {
    padding: 62px 0;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 1.86rem;
  }

  .card-grid,
  .pricing-grid,
  .structure-grid,
  .proof-grid,
  .before-after-board,
  .logo-compare,
  .prime-board,
  .contact-launch-grid,
  .direct-answer-inner,
  .two-column,
  .timeline,
  .fit-grid,
  .visual-strip,
  .footer-columns,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    min-height: 0;
  }

  .screen-frame {
    height: 440px;
  }

  .screenshot-board-single .screen-frame {
    height: auto;
  }

  .prime-logo-panel {
    grid-column: auto;
  }

  .answer-visual {
    min-height: 240px;
  }

  .visual-tile,
  .visual-note {
    min-height: 160px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom a {
    margin: 0 14px 0 0;
  }
}

@media (max-width: 430px) {
  .brand img {
    width: 130px;
  }

  .header-inner {
    min-height: 68px;
  }

  .hero h1 {
    font-size: 2.25rem;
  }

  .button {
    width: 100%;
  }

  .direct-answer-section {
    padding: 56px 0;
  }

  .answer-panel {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 18px 18px 18px 0;
  }

  .answer-number {
    width: 40px;
    height: 40px;
    border-width: 6px;
  }

  .answer-stack::before {
    left: 19px;
  }

  .final-cta .button,
  .cta-row .button,
  .pricing-link {
    width: auto;
    max-width: 100%;
  }

  .mock-window {
    width: 68%;
  }

  .floating-panel {
    right: 6px;
    width: 156px;
  }
}
