:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --ink: #0f172a;
  --muted: #475569;
  --brand: #0b6dbf;
  --brand-deep: #084a82;
  --accent: #11a683;
  --line: #d7e0eb;
  --soft: #eaf2fb;
  --radius: 16px;
  --shadow: 0 18px 40px rgba(8, 32, 58, 0.1);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 0% 0%, #e5f0ff 0, #f7f9fc 45%, #f2f7fb 100%);
  color: var(--ink);
}

body {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(7px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-weight: 700;
  color: var(--ink);
}

.brand img {
  width: 142px;
  height: 44px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.nav-links a {
  font-weight: 700;
  color: #223a56;
  font-size: 0.96rem;
}

.nav-links a.active {
  color: var(--brand);
}

.nav-tools {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.mobile-quick {
  display: none;
}

.btn,
button.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.72rem 1.1rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(11, 109, 191, 0.35);
  outline-offset: 2px;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 25px rgba(11, 109, 191, 0.28);
}

.btn-primary:hover {
  background: var(--brand-deep);
}

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

.btn-ghost {
  background: rgba(11, 109, 191, 0.08);
  color: var(--brand-deep);
}

.mobile-toggle {
  display: none;
}

.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #27466a;
}

.hero {
  padding: clamp(2.2rem, 4.2vw, 4.5rem) 0;
}

.hero-grid {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  grid-template-columns: 1.1fr 0.9fr;
}

.hero-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  overflow: hidden;
}

.kicker {
  display: inline-block;
  background: rgba(17, 166, 131, 0.12);
  color: #096b54;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 4.8vw, 3.3rem);
  margin: 0.8rem 0;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 0.7rem;
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-intro {
  max-width: 78ch;
  margin-top: 0;
  margin-bottom: 1rem;
}

.hero-points {
  margin: 0.8rem 0 1rem;
}

.hero-subheadline {
  margin: 0.15rem 0 0.65rem;
  font-weight: 800;
  color: #13467c;
  font-size: 1.05rem;
}

.hero-secondary-link {
  margin-top: 0.35rem;
  font-size: 0.9rem;
}

.hero-secondary-link a {
  color: #406080;
}

.trust-copy {
  margin: 0 0 0.7rem;
}

.trust-strip {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.trust-strip-inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
  padding: 0.2rem 0;
}

.logo-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4rem;
  width: max-content;
  animation: logo-scroll 20s linear infinite;
}

.logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  flex: 0 0 auto;
}

.logo-pill img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 230px;
  object-fit: contain;
  object-position: center;
}

@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
}

.hero-media {
  position: relative;
  min-height: clamp(320px, 42vh, 380px);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.97) 100%);
}

.hero-copy {
  padding: clamp(0.95rem, 1.8vw, 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.surface {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section {
  padding: 2.8rem 0;
}

.page-home main {
  position: relative;
  overflow: clip;
}

.page-home main::before,
.page-home main::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
}

.page-home main::before {
  width: 540px;
  height: 540px;
  top: -210px;
  right: -220px;
  background: radial-gradient(circle, rgba(11, 109, 191, 0.2) 0%, rgba(11, 109, 191, 0) 70%);
}

.page-home main::after {
  width: 420px;
  height: 420px;
  left: -170px;
  top: 580px;
  background: radial-gradient(circle, rgba(17, 166, 131, 0.18) 0%, rgba(17, 166, 131, 0) 68%);
}

.page-home .hero {
  padding: 1.4rem 0 1rem;
}

.page-home .hero-split {
  border-radius: 26px;
  border-color: #d2dfef;
  grid-template-columns: 1.06fr 0.94fr;
}

.page-home .hero-copy h1 {
  font-size: clamp(1.9rem, 4vw, 3.05rem);
  letter-spacing: -0.02em;
}

.page-home .hero-copy .lead {
  font-size: 1rem;
}

.page-home .hero-points {
  margin: 0.65rem 0 0.9rem;
}

.page-home .section {
  padding: 2rem 0;
}

.page-home .section-spotlight h2,
.page-home .features-section h2,
.page-home .contact-section h2 {
  letter-spacing: -0.018em;
  margin-bottom: 0.9rem;
}

.page-home .section-spotlight .surface.card {
  padding: 1.3rem 1.35rem;
  border-radius: 22px;
  border-color: #cfdced;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-home .section-spotlight {
  background: linear-gradient(180deg, rgba(220, 232, 246, 0.52) 0%, rgba(231, 240, 251, 0.2) 100%);
}

.spotlight-shell {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
  align-items: stretch;
}

.spotlight-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0.4rem 0.2rem;
}

.spotlight-visual img {
  width: min(100%, 260px);
  height: auto;
  object-fit: contain;
}

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

.spotlight-main {
  display: grid;
  gap: 1rem;
}

.spotlight-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.spotlight-side {
  min-height: 100%;
}

.spotlight-card h2 {
  margin-bottom: 0.85rem;
}

.spotlight-cta {
  margin-top: auto;
  padding-top: 0.45rem;
}

.page-home .features-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(231, 241, 252, 0.5) 100%);
}

.page-home .feature-group {
  border-radius: 20px;
  border-color: #c8d9ed;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  padding: 1.05rem;
}

.page-home .process-section .surface.card,
.page-home .contact-section .surface.card {
  border-radius: 22px;
  border-color: #cad8ea;
}

.page-home .cta-band {
  border-radius: 24px;
  padding: 1.3rem 1.4rem;
  background: linear-gradient(122deg, #0a5ba4 0%, #0b6dbf 55%, #13a48a 100%);
}

.page-home .btn-primary {
  box-shadow: 0 14px 28px rgba(11, 109, 191, 0.33);
}

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

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

.card {
  padding: 1rem;
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.icon-row {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 0 0 44px;
  background: linear-gradient(145deg, #0b6dbf 0%, #11a683 100%);
  box-shadow: 0 10px 18px rgba(11, 109, 191, 0.28);
}

.icon-row img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.feature-head {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.62rem;
  min-height: 44px;
}

.feature-card h3 {
  margin: 0;
  line-height: 1.2;
}

.feature-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem;
}

.feature-card:hover {
  transform: translateY(-2px);
  border-color: #b8d8f4;
  box-shadow: 0 16px 32px rgba(8, 32, 58, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #eaf4ff 100%);
}

.list-clean {
  padding-left: 1.1rem;
  margin: 0.25rem 0 0;
}

.list-clean li {
  margin: 0.22rem 0;
}

.cta-band {
  margin: 2.4rem auto;
  padding: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  background: linear-gradient(120deg, #0b6dbf 0%, #137ece 100%);
  color: #fff;
  border-radius: 16px;
}

.cta-band h3 {
  margin: 0;
}

.cta-band .small {
  color: rgba(255, 255, 255, 0.86);
}

.testimonial {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 0.9rem;
  align-items: center;
}

.testimonial img {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  object-fit: cover;
}

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

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.pricing-card h2 {
  margin-bottom: 0;
  font-size: 1.35rem;
}

.pricing-card .price {
  display: flex;
  align-items: baseline;
  gap: 0.32rem;
}

.pricing-card .price-major {
  font-size: clamp(2.1rem, 5vw, 3rem);
  line-height: 1;
}

.pricing-card .small {
  color: #5f728b;
  font-weight: 600;
}

.pricing-subcopy {
  margin: 0 0 0.25rem;
  color: var(--muted);
}

.pricing-card-main {
  position: relative;
  border-color: #8ebef0;
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  box-shadow: 0 20px 40px rgba(8, 32, 58, 0.14);
  transform: translateY(-10px);
}

.pricing-footnote {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #5f728b;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand-deep);
  margin: 0.5rem 0;
}

.offer-callout {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-right: 5.2rem;
}

.offer-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.15rem;
  height: 1.9rem;
  border-radius: 999px;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(125deg, #0b6dbf 0%, #11a683 100%);
  box-shadow: 0 8px 18px rgba(8, 32, 58, 0.2);
}

.offer-link {
  border: 0;
  padding: 0;
  width: fit-content;
  background: transparent;
  color: var(--brand);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.offer-terms {
  margin: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: start;
}

.faq-grid .faq-item {
  margin-bottom: 0;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  margin-bottom: 0.7rem;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  border: 0;
  padding: 1rem;
  text-align: left;
  font-weight: 800;
  font-size: 1.06rem;
  line-height: 1.35;
  background: #fff;
  cursor: pointer;
}

.faq-a {
  display: none;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.faq-item.open .faq-a {
  display: block;
}

.steps {
  margin: 0.4rem 0 0;
  padding-left: 1.25rem;
}

.steps li {
  margin-bottom: 0.7rem;
}

.compare-card h3 {
  margin-bottom: 0.4rem;
}

.compare-list li {
  margin: 0.35rem 0;
}

.feature-buckets {
  align-items: stretch;
}

.feature-group > h3 {
  margin-bottom: 0.7rem;
}

.feature-group {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-mini-grid {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  flex: 1;
}

.feature-mini h4 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.feature-mini {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.risk-box {
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
}

.checks {
  list-style: none;
  padding-left: 0;
}

.checks li {
  margin: 0.36rem 0;
  position: relative;
  padding-left: 1.4rem;
}

.checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #0b6dbf;
}

.recommendation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.1rem;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0.95rem;
  list-style: none;
}

.recommendation-list li {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.recommendation-list li + li::before {
  content: "•";
  margin-right: 0.55rem;
  color: #315678;
  font-weight: 700;
}

.device-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.device-showcase img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.form-grid .full {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  font: inherit;
}

textarea {
  min-height: 130px;
}

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

.news-card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.news-card img {
  border-radius: 12px;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #eef2f7;
}

.news-sentinel {
  height: 1px;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  padding: 1.8rem 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.social-links a:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.social-links img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer-bottom {
  padding-bottom: 1.3rem;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-links {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-bottom-links img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 4px;
}

.footer-resource-bar {
  border-top: 1px solid var(--line);
  padding: 0.9rem 0 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52rem;
  font-size: 0.92rem;
  color: #34506f;
  flex-wrap: wrap;
  text-align: center;
}

.footer-resource-bar a {
  font-weight: 700;
  color: #1d4268;
}

.small {
  color: var(--muted);
  font-size: 0.92rem;
}

.hidden {
  display: none !important;
}

body.has-mobile-sticky-cta {
  padding-bottom: 6rem;
}

.mobile-sticky-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: min(560px, calc(100% - 1.5rem));
  bottom: 0.75rem;
  z-index: 45;
  border-radius: 12px;
  border: 1px solid #b6d4f4;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 28px rgba(5, 31, 58, 0.2);
  padding: 0.6rem 0.65rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
}

.mobile-sticky-dismiss {
  border: 0;
  background: transparent;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  color: #2f4f74;
}

.mobile-sticky-copy {
  font-size: 0.84rem;
  font-weight: 800;
  color: #15375d;
}

body.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 20, 36, 0.62);
  padding: 1rem;
}

.modal-backdrop.open {
  display: flex;
}

.modal-panel {
  width: min(680px, 100%);
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  padding: 1.25rem;
}

.modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  border: 1px solid var(--line);
  background: #fff;
  color: #355273;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.file-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-weight: 700;
  color: #294665;
}

.file-field input[type="file"] {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.6rem;
  background: #fff;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media (max-width: 1020px) {
  .hero-grid,
  .hero-split,
  .grid-3,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


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

  .spotlight-shell {
    grid-template-columns: 1fr;
  }

  .spotlight-layout {
    grid-template-columns: 1fr;
  }

  .spotlight-visual img {
    width: min(100%, 210px);
  }

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

  .hero-media::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 0.95) 100%);
  }
}

@media (max-width: 760px) {
  .page-home .hero {
    padding: 0;
  }

  .page-home .hero > .container {
    width: 100%;
    margin: 0;
  }

  .page-home .hero-split {
    grid-template-columns: 1fr;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .page-home .hero-copy h1 {
    font-size: clamp(1.45rem, 6.7vw, 1.95rem);
    margin: 0.45rem 0 0.55rem;
    line-height: 1.14;
  }

  .page-home .hero-copy .lead {
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0 0 0.55rem;
  }

  .hero {
    padding: 0;
  }

  .hero > .container {
    width: 100%;
    margin: 0;
  }

  .hero-split {
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .hero-media,
  .hero-copy {
    grid-area: 1 / 1;
  }

  .hero-media {
    min-height: clamp(360px, 66svh, 500px);
  }

  .hero-media::after {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.88) 55%,
      rgba(255, 255, 255, 0.96) 100%
    );
  }

  .hero-copy {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    align-self: stretch;
    background: transparent;
    width: 100%;
    max-width: none;
    padding: 0.85rem 0.9rem 0.95rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.45rem, 6.7vw, 1.95rem);
    margin: 0.45rem 0 0.55rem;
    line-height: 1.14;
  }

  .hero-subheadline {
    margin: 0.1rem 0 0.45rem;
    font-size: 0.95rem;
  }

  .hero-copy .lead {
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0 0 0.55rem;
  }

  .hero-points {
    margin: 0.45rem 0 0.7rem;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .hero-copy .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
  }

  .site-header::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .site-header.open::after {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-toggle {
    display: inline-flex;
    padding: 0.65rem 0.82rem;
    position: relative;
    z-index: 43;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(82vw, 320px);
    height: 100dvh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 42;
    transform: translateX(102%);
    transition: transform 0.24s ease;
    padding: 5.2rem 1rem 1.1rem;
    border-left: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(8px);
    gap: 0.35rem;
  }

  .site-header.open .nav-links {
    transform: translateX(0);
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 0.6rem 0.2rem;
    font-size: 1.02rem;
  }

  .nav-tools {
    display: none;
  }

  .mobile-quick {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    padding-bottom: 0.75rem;
    position: relative;
    z-index: 41;
  }

  .mobile-quick .btn {
    padding: 0.58rem 0.82rem;
    font-size: 0.88rem;
  }

  .hero-grid,
  .hero-split,
  .device-showcase,
  .grid-2,
  .grid-3,
  .pricing-grid,
  .form-grid,
  .news-grid,
  .footer-grid,
  .testimonial,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-card-main {
    transform: none;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-resource-bar {
    justify-content: flex-start;
    text-align: left;
  }

  .feature-head {
    gap: 0.6rem;
  }

  .feature-card h3 {
    font-size: 1.05rem;
  }

  .recommendation-list {
    flex-direction: column;
    gap: 0.25rem;
  }

  .logo-pill {
    height: 36px;
  }

  .logo-pill img {
    max-width: 175px;
  }

  .logo-track {
    gap: 2.8rem;
  }

  .mobile-sticky-cta {
    display: grid;
  }

  .mobile-sticky-cta .btn {
    padding: 0.55rem 0.78rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 760px) {
  .mobile-sticky-cta {
    width: calc(100% - 1.5rem);
  }

  .logo-track {
    animation-duration: 10s;
  }

  body.has-mobile-sticky-cta {
    padding-bottom: 6.2rem;
  }
}
