:root {
  --green: #8cc63f;
  --green-deep: #6aa523;
  --green-soft: #eaf6d8;
  --ink: #1e222b;
  --ink-soft: #4a5160;
  --cream: #f4f1e8;
  --cream-2: #ebe6d8;
  --white: #fffcf7;
  --panel: #262a33;
  --line: rgba(30, 34, 43, 0.1);
  --shadow: 0 24px 60px rgba(30, 34, 43, 0.14);
  --radius: 14px;
  --font-display: "Montserrat", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --header-h: 112px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(140, 198, 63, 0.22), transparent 55%),
    radial-gradient(900px 500px at -10% 20%, rgba(140, 198, 63, 0.12), transparent 50%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 45%, var(--cream) 100%);
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}

.bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(30, 34, 43, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 34, 43, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 0%, black 20%, transparent 75%);
  z-index: 0;
}

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

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
}

.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;
}

.eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--green-deep);
  letter-spacing: 0.02em;
}

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

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(244, 241, 232, 0.82);
  border-bottom: 1px solid var(--line);
  overflow: visible;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
  overflow: visible;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1.05rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.95rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}

.brand img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  padding: 0;
  overflow: visible;
}

.brand-flip {
  font-weight: 800;
}

.brand-signal {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.brand-signal img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.nav {
  display: flex;
  gap: 1.5rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.nav a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  position: relative;
}

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

.btn-primary {
  background: var(--green);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(140, 198, 63, 0.4);
}

.btn-primary:hover {
  background: #9ad44d;
  box-shadow: 0 14px 36px rgba(140, 198, 63, 0.48);
}

.btn-soft {
  background: var(--green-soft);
  color: var(--ink);
}

.btn-outline {
  background: transparent;
  border-color: var(--ink);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink-soft);
}

.btn-lg {
  padding: 1.05rem 1.85rem;
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn-cursor {
  width: 14px;
  height: 18px;
  margin-left: 0.25rem;
  background:
    linear-gradient(135deg, var(--ink) 50%, transparent 50%) left top / 10px 14px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 3px 12px / 8px 3px no-repeat;
  animation: cursor-nudge 2.4s ease-in-out infinite;
}

@keyframes cursor-nudge {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(3px, 4px); }
}

/* Hero */
.hero {
  position: relative;
  padding: 3.25rem 0 4.5rem;
  min-height: calc(100svh - var(--header-h));
  display: flex;
  align-items: center;
}

.hero-plane {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 78% 35%, rgba(140, 198, 63, 0.18), transparent 60%),
    linear-gradient(180deg, #fbfaf6 0%, var(--cream) 100%);
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 2rem 2.75rem;
  align-items: center;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.95rem, 4vw, 3.05rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-transform: none;
  margin: 0 0 1.1rem;
  color: var(--ink);
}

.hero-lead {
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 34rem;
  margin: 0 0 1.75rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.hero-copy,
.hero-visual {
  animation: rise 0.8s ease both;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 36rem;
}

.hero-visual {
  animation-delay: 0.12s;
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 100%;
  max-width: none;
  justify-self: end;
  transform: translateX(4%);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Laptop product demo — full product mockups */
.laptop {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 980px;
  margin-inline: 0 auto;
  aspect-ratio: 969 / 572;
  background: transparent;
  filter: drop-shadow(0 32px 56px rgba(30, 34, 43, 0.18));
}

.demo-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.55s ease;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
  user-select: none;
}

.demo-slide.is-active {
  opacity: 1;
  z-index: 1;
}

/* How-it-works showcase rows */
.showcase {
  display: grid;
  gap: 3.5rem;
  margin-top: 2.5rem;
}

.showcase-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem 2.5rem;
  align-items: center;
}

.showcase-row.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.showcase-row.reverse .showcase-copy {
  order: 2;
}

.showcase-row.reverse .showcase-media {
  order: 1;
}

.showcase-copy .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--green);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
}

.showcase-copy h2,
.showcase-copy h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.showcase-copy p {
  margin: 0 0 0.85rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 32rem;
}

.showcase-copy p:last-child {
  margin-bottom: 0;
}

.showcase-media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream);
  box-shadow: 0 18px 40px rgba(30, 34, 43, 0.12);
}

.showcase-media img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.product-details {
  padding-top: 1rem;
}

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

.detail-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center top;
}

.detail-card figcaption {
  padding: 0.85rem 1rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-head {
  max-width: 36rem;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.6rem;
}

.section-head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0.9rem 0 0.45rem;
  letter-spacing: -0.02em;
}

.feature p {
  margin: 0;
  color: var(--ink-soft);
}

.feature-icon svg {
  width: 48px;
  height: 48px;
}

.how {
  background: linear-gradient(180deg, transparent, rgba(140, 198, 63, 0.08), transparent);
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  counter-reset: none;
}

.steps li {
  padding: 0 0.5rem 0 0;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  font-weight: 800;
  font-family: var(--font-display);
  margin-bottom: 0.85rem;
}

.steps h3 {
  font-family: var(--font-display);
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}

.steps p {
  margin: 0;
  color: var(--ink-soft);
}

/* Pricing */
.plan {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: relative;
}

.plan-free {
  border-color: rgba(140, 198, 63, 0.55);
  background: linear-gradient(180deg, #f7fbef 0%, var(--white) 48%);
  box-shadow: 0 12px 32px rgba(140, 198, 63, 0.12);
  padding-top: 1.75rem;
}

.plan-free .plan-meta {
  flex: 0;
}

.plan-free .plan-badge {
  background: var(--ink);
  color: #fff;
}

.plan-list {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  flex: 1;
}

.plan-list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.35;
}

.plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-deep);
  font-weight: 700;
}

.plan-list li.limit::before {
  content: "!";
  font-family: var(--font-display);
}

.plan-list li.limit {
  color: var(--ink);
  font-weight: 600;
}

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

.plans-three {
  grid-template-columns: repeat(3, 1fr);
  max-width: 920px;
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .plans,
  .plans-three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .plans-three {
    grid-template-columns: 1fr;
  }
}

.plan h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.plan-for {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
  flex: 1;
}

.plan-price {
  margin: 0;
  color: var(--ink-soft);
}

.plan-price span {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.plan-meta {
  margin: 0 0 0.5rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  flex: 1;
}

.plan .btn {
  width: 100%;
}

.plan-featured {
  border-color: var(--green);
  box-shadow: 0 16px 40px rgba(140, 198, 63, 0.18);
  position: relative;
  transform: translateY(-4px);
}

.plan-badge {
  position: absolute;
  top: -0.7rem;
  left: 1.2rem;
  margin: 0;
  background: var(--green);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}

.compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.compare {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.95rem;
}

.compare th,
.compare td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.compare th {
  background: #f0ebe0;
  font-family: var(--font-display);
  font-weight: 700;
}

.compare td:not(:first-child),
.compare th:not(:first-child) {
  text-align: center;
}

.compare tbody tr:last-child td {
  border-bottom: none;
}

.pricing-footnote {
  text-align: center;
  color: var(--ink-soft);
  margin: 1.25rem 0 0;
  font-size: 0.95rem;
}

/* Trust strip */
.trust-strip {
  padding: 0 0 0.5rem;
}

.trust-line {
  margin: 0;
  padding: 1.15rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.7);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.45;
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.55);
}

.trust-grid p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.trust-grid strong {
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

/* Four-agreement decide section */
.decide {
  background: linear-gradient(180deg, rgba(140, 198, 63, 0.08), transparent 70%);
}

.decide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.decide-list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem 1.3rem;
}

.decide-list h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.decide-list p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-size: 0.98rem;
}

.decide-kicker {
  margin: 1.75rem 0 0;
  max-width: 46rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--ink);
}

/* Bulk section */
.bulk {
  background: linear-gradient(180deg, rgba(140, 198, 63, 0.1), transparent 70%);
}

.bulk-grid .section-head {
  max-width: 46rem;
}

.bulk-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.bulk-points li {
  display: grid;
  gap: 0.35rem;
}

.bulk-points strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.bulk-points span {
  color: var(--ink-soft);
  font-size: 0.98rem;
}

/* SEO answer prose */
.seo-answer {
  padding-top: 2.5rem;
}

.prose {
  max-width: 46rem;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}

.prose-lead {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0 0 1.1rem;
  line-height: 1.45;
}

.prose p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin: 0 0 1rem;
}

.prose strong {
  color: var(--ink);
}

/* FAQ / AEO */
.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 48rem;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0.35rem 0 0.85rem;
}

.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  list-style: none;
  padding: 0.55rem 1.75rem 0.55rem 0;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0.55rem;
  color: var(--green-deep);
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0.15rem 0 0.35rem;
  color: var(--ink-soft);
  max-width: 42rem;
}

.cta-band {
  padding-top: 2rem;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--panel);
  color: var(--white);
  border-radius: 20px;
  padding: 2rem 2.25rem;
  background-image:
    radial-gradient(500px 200px at 90% 20%, rgba(140, 198, 63, 0.35), transparent 60%);
}

.cta-inner h2 {
  font-family: var(--font-display);
  margin: 0 0 0.35rem;
  letter-spacing: -0.03em;
}

.cta-inner p {
  margin: 0;
  color: rgba(255, 252, 247, 0.75);
}

.cta-inner .btn-primary {
  flex-shrink: 0;
}

/* Footer */
.site-footer {
  margin-top: 3rem;
  background: var(--panel);
  color: rgba(255, 252, 247, 0.85);
  padding: 2rem 0 1.25rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: var(--green);
}

.brand-footer {
  color: #fff;
}

.footer-copy {
  padding-top: 1rem;
  font-size: 0.85rem;
  color: rgba(255, 252, 247, 0.55);
}

.footer-copy p {
  margin: 0;
}

.mobile-nav {
  position: fixed;
  inset: var(--header-h) 0 auto 0;
  background: rgba(244, 241, 232, 0.97);
  border-bottom: 1px solid var(--line);
  padding: 1rem 1.25rem 1.25rem;
  display: grid;
  gap: 0.85rem;
  z-index: 40;
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav a:not(.btn) {
  font-weight: 600;
  padding: 0.35rem 0;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Privacy page */
.legal {
  padding: 4rem 0 6rem;
}

.legal h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}

.legal h2 {
  font-family: var(--font-display);
  margin: 2rem 0 0.6rem;
  font-size: 1.25rem;
}

.legal p,
.legal li {
  color: var(--ink-soft);
  max-width: 42rem;
  line-height: 1.65;
}

.legal ul {
  margin: 0.75rem 0 1.25rem;
  padding-left: 1.25rem;
  max-width: 42rem;
}

.legal li + li {
  margin-top: 0.4rem;
}

.legal code {
  font-size: 0.92em;
  background: rgba(30, 34, 43, 0.06);
  padding: 0.1em 0.35em;
  border-radius: 4px;
}

.legal a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal a:hover {
  color: var(--green-deep);
}

/* Responsive */
@media (max-width: 960px) {
  .hero-grid,
  .feature-row,
  .steps,
  .plans,
  .trust-grid,
  .bulk-points,
  .showcase-row,
  .showcase-row.reverse,
  .details-grid,
  .decide-list {
    grid-template-columns: 1fr;
  }

  .showcase-row.reverse .showcase-copy,
  .showcase-row.reverse .showcase-media {
    order: unset;
  }

  .hero {
    min-height: auto;
    padding: 2rem 0 3rem;
  }

  .hero-grid {
    gap: 1.75rem;
  }

  .hero-visual {
    margin-left: 0;
    width: 100%;
    transform: none;
    justify-self: center;
  }

  .laptop {
    max-width: 640px;
    margin-inline: auto;
  }

  .detail-card img {
    height: 200px;
  }

  .brand img {
    width: 68px;
    height: 68px;
  }

  .brand {
    font-size: 1.55rem;
  }

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

  .plan-featured {
    transform: none;
  }

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

  .nav,
  .header-inner > #nav-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(1180px, calc(100% - 1.25rem));
  }

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

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand {
    font-size: 1.35rem;
    gap: 0.7rem;
  }

  .laptop {
    max-width: 100%;
  }

  .showcase {
    gap: 2.5rem;
  }

  .cta-inner .btn {
    width: 100%;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .hero-grid {
    gap: 1.5rem 1.75rem;
  }

  .hero-visual {
    transform: translateX(2%);
  }

  .laptop {
    max-width: 820px;
  }
}

.hero-soon {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: var(--green-deep);
  font-weight: 600;
}
.contact-card {
  max-width: 560px;
  background: var(--white);
  border: 1px solid #E8E1D3;
  border-radius: 14px;
  padding: 2rem;
  margin: 0 auto 3rem;
}
.contact-card label { display: block; font-weight: 600; font-size: 0.9rem; margin: 1rem 0 0.35rem; color: var(--ink); }
.contact-card input, .contact-card textarea {
  width: 100%; padding: 0.7rem 0.9rem; border: 1px solid #d9d2c2;
  border-radius: 8px; font: inherit; background: #fffdf9; color: var(--ink);
}
.contact-card input:focus, .contact-card textarea:focus { outline: 2px solid var(--green); border-color: transparent; }
.contact-card button { margin-top: 1.3rem; }

/* Responsive 16:9 video wrapper for the product demo. */
.video-frame {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 24px auto 0;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(30, 36, 51, 0.16);
  background: #1e2433;
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Subhead under the H1: carries the old headline as supporting copy. */
.hero-sub {
  font-size: 1.15rem;
  font-weight: 600;
  color: #4A5266;
  margin: 6px 0 14px;
}

/* ── Early-access signup ─────────────────────────────────────────
   Replaces the install button while the Chrome listing stays unlisted.
   Mobile-first: stacked by default, side by side once there is room.
   Written this way deliberately — an earlier version used `flex: 1 1 14rem`
   on the field, and when the hero stacks into a column that basis applies to
   HEIGHT, which rendered a 224px-tall email box. */
.waitlist {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: stretch;
  width: 100%;
  max-width: 30rem;
}
.waitlist input[type="email"] {
  flex: 0 0 auto;
  width: 100%;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 1rem;
  line-height: 1.3;
  color: #1e2a1e;
  background: #fff;
  border: 1.5px solid rgba(30, 42, 30, 0.18);
  border-radius: 10px;
}
.waitlist input[type="email"]::placeholder { color: rgba(30, 42, 30, 0.42); }
.waitlist input[type="email"]:focus-visible {
  outline: 2px solid #8cc63f;
  outline-offset: 1px;
  border-color: #8cc63f;
}
.waitlist .btn { flex: 0 0 auto; width: 100%; white-space: nowrap; }

@media (min-width: 34rem) {
  .waitlist { flex-direction: row; align-items: center; }
  .waitlist input[type="email"] { flex: 1 1 auto; min-width: 12rem; }
  .waitlist .btn { width: auto; }
}
