@media (max-width: 820px) and (hover: none) and (pointer: coarse) {
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 15px;
}

:root {
  --font-size-base: 0.92rem;
}

body {
  padding-bottom: calc(132px + env(safe-area-inset-bottom));
}

body.beta-notice-visible {
  padding-top: 0;
}

main {
  padding: calc(var(--header-height) + var(--header-offset) + 16px) 0 48px;
}

.container,
.section,
.panel,
.contact-section,
.footer-nav {
  padding-inline: clamp(16px, 5vw, 22px);
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  word-break: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
}

p,
.section-lead,
.hero-copy,
.plan-card p,
.card p {
  font-size: 0.95rem;
}

.beta-notice__inner {
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 16px;
  gap: 12px;
}

.beta-notice__actions {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.beta-notice__action,
.beta-notice__dismiss {
  width: 100%;
  text-align: center;
  font-size: 0.78rem;
  padding: 6px 14px;
}

.hero,
.section,
.timeline-section,
.faq-section,
.contact-section,
.footer-cta {
  padding: clamp(24px, 6vw, 34px) clamp(16px, 5vw, 22px);
  margin-bottom: 24px;
  border-radius: var(--radius-card);
}

.hero {
  padding: clamp(24px, 7vw, 36px) 0;
}

.hero__inner {
  width: 100%;
  gap: 16px;
  padding-inline: clamp(16px, 6vw, 24px);
}

.hero h1 {
  font-size: clamp(1.5rem, 6.6vw, 2rem);
  letter-spacing: 0.02em;
  line-height: 1.18;
}

.hero.hero--solo h1 {
  font-size: clamp(1.5rem, 6.6vw, 1.95rem);
  letter-spacing: 0.02em;
  max-width: none;
}

.section h2,
.section h3,
.timeline-section h2,
.faq-section h2,
.contact-section h2,
.footer-cta h2 {
  letter-spacing: 0.06em;
}

.eyebrow {
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

.hero-chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
}

.hero-chip {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  padding: 8px 10px;
  width: 100%;
  text-align: center;
  white-space: normal;
}

.hero__actions {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.hero__actions .btn {
  width: 100%;
}

.site-nav__hamburger {
  display: inline-flex !important;
  position: absolute;
  right: clamp(10px, 3.6vw, 16px);
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(77, 210, 224, 0.45);
  background: rgba(6, 18, 34, 0.9);
  box-shadow: 0 14px 30px rgba(3, 10, 24, 0.55);
  color: rgba(214, 238, 255, 0.95);
}

.site-nav__hamburger::before,
.site-nav__hamburger::after {
  left: 10px;
  right: 10px;
  height: 2px;
}

.site-nav__hamburger::before {
  top: 12px;
  box-shadow: 0 7px 0 currentColor;
}

.site-nav__hamburger::after {
  bottom: 12px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: grid;
  gap: 8px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(2, 10, 20, 0.2), rgba(2, 10, 20, 0.92));
  border-top: 1px solid rgba(77, 210, 224, 0.25);
  box-shadow: 0 -18px 36px rgba(2, 8, 18, 0.7);
  backdrop-filter: blur(12px);
}

.sticky-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.74rem;
  gap: 8px;
  padding: 8px 16px;
}

.sticky-cta .btn-neon {
  background: linear-gradient(110deg, #36e5ff, #5a7dff);
  color: #04121a;
  border: 0;
  box-shadow: 0 18px 36px rgba(54, 140, 255, 0.45);
}

.sticky-cta .btn-outline {
  background: rgba(5, 16, 30, 0.9);
  border: 1px solid rgba(77, 210, 224, 0.45);
  color: #dff6ff;
  box-shadow: inset 0 0 18px rgba(20, 64, 120, 0.25);
}

.sticky-cta .btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.6;
}

.site-footer {
  padding: 22px 16px calc(20px + env(safe-area-inset-bottom));
}

.site-footer__row--top {
  padding-bottom: 16px;
  gap: 16px;
}

.footer-brand {
  max-width: none;
  gap: 0.35rem;
}

.footer-brand__copy {
  font-size: 0.85rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-brand__status {
  font-size: 0.68rem;
  padding: 0.35rem 0.7rem;
  letter-spacing: 0.06em;
}

.footer-nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.footer-links__group {
  gap: 0.35rem;
}

.footer-links__label {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.footer-links__items {
  display: block;
  column-count: 2;
  column-gap: 0.75rem;
}

.footer-links a {
  display: block;
  break-inside: avoid;
  padding: 2px 0;
}

.footer-links a {
  font-size: 0.82rem;
}

.footer-actions {
  gap: 0.5rem;
}

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

.footer-chip {
  justify-content: center;
  font-size: 0.7rem;
  padding: 0.45rem 0.75rem;
  letter-spacing: 0.06em;
}

.footer-actions__email {
  font-size: 0.82rem;
}

.footer-social-link {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.site-footer__row--meta {
  padding-top: 14px;
  gap: 12px;
}

.site-footer__signature {
  font-size: 0.78rem;
  gap: 0.3rem;
}

.site-footer__disclaimer {
  font-size: 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cookie-preferences {
  padding: 0.6rem 0.8rem;
  border-radius: 14px;
  gap: 6px;
}

.cookie-preferences__title {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.cookie-preferences__status {
  font-size: 0.72rem;
}

.cookie-preferences__copy {
  font-size: 0.72rem;
  margin-bottom: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cookie-preferences__toggle {
  padding: 0.35rem 0.9rem;
  font-size: 0.66rem;
}

.cookie-preferences__hint {
  display: none;
}

.card-grid,
.plan-grid,
.mini-cards,
.pricing__grid,
.addons__chips,
.hero-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.card,
.plan-card,
.pricing-overview-card {
  width: 100%;
  box-sizing: border-box;
}

.card {
  padding: clamp(18px, 5vw, 24px);
}

.pricing-overview-card {
  padding: clamp(20px, 6vw, 30px);
}

.plan-card h3 {
  font-size: clamp(1.1rem, 4.2vw, 1.35rem);
  letter-spacing: 0.06em;
}

.plan-card ul {
  font-size: 0.9rem;
}

.plan-addons {
  grid-template-columns: 1fr;
}

.plan-addons > div {
  padding: clamp(16px, 4.5vw, 22px);
}

.contact-preview__panel {
  grid-template-columns: 1fr;
  padding: clamp(16px, 5vw, 24px);
}

.comparison__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.comparison__table thead {
  display: none;
}

.comparison__table tbody {
  display: grid;
  gap: 12px;
}

.comparison__table tr {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(77, 206, 216, 0.26);
  border-radius: 14px;
  background: rgba(6, 18, 34, 0.78);
}

.comparison__table th,
.comparison__table td {
  border: none;
  padding: 0;
  text-align: left;
  font-size: 0.95rem;
  color: rgba(210, 230, 255, 0.92);
}

.comparison__table td::before {
  content: attr(data-label);
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(170, 205, 235, 0.88);
  margin-bottom: 2px;
}

.comparison__table th[scope="row"],
.comparison__table td:first-child {
  font-family: var(--font-heading);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.comparison__table td:first-child::before {
  display: none;
}
}

@media (max-width: 480px) and (hover: none) and (pointer: coarse) {
  html {
    font-size: 14px;
  }

  .hero h1 {
    font-size: clamp(1.4rem, 7.2vw, 1.85rem);
  }

  .hero.hero--solo h1 {
    font-size: clamp(1.4rem, 7.2vw, 1.8rem);
  }
}
