.rewrite-lp {
  --purple-950: #2e0f5e;
  --purple-900: #3b0764;
  --purple-800: #581c87;
  --purple-700: #6d28d9;
  --purple-600: #7c3aed;
  --purple-500: #8b5cf6;
  --purple-400: #a78bfa;
  --purple-200: #ddd6fe;
  --purple-100: #ede9fe;
  --purple-50: #f7f5fd;
  --ink: #1c1132;
  --amber: #f4b942;
  --rose: #e0577a;
  --gray-900: #201430;
  --gray-600: #5d5773;
  --gray-400: #8b849e;
  --card-bg: rgba(255,255,255,0.08);
  --card-border: rgba(255,255,255,0.18);
}

.rewrite-lp * { box-sizing: border-box; }

.rewrite-lp {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--gray-900);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.rewrite-lp img { max-width: 100%; display: block; }
.rewrite-lp a { text-decoration: none; color: inherit; }
.rewrite-lp p { margin: 0; }
.rewrite-lp h1, .rewrite-lp h2, .rewrite-lp h3 { margin: 0; }

.rewrite-lp .badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rewrite-lp .badge-light { color: rgba(255,255,255,0.85); }
.rewrite-lp .badge-outline { color: var(--purple-600); }
.rewrite-lp .badge.center, .rewrite-lp .center { display: block; text-align: center; margin-left: auto; margin-right: auto; }
.rewrite-lp span.badge.center { display: inline-block; }

.rewrite-lp .section-title {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gray-900);
}
.rewrite-lp .section-title .accent { color: var(--purple-600); }
.rewrite-lp .section-title.center { max-width: 700px; margin: 18px auto 0; }

.rewrite-lp .lede {
  font-size: 1.05rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin-top: 16px;
}
.rewrite-lp .lede.center { max-width: 620px; margin: 16px auto 0; }
.rewrite-lp .fine { font-size: 0.9rem; color: var(--gray-400); margin-top: 18px; }

.rewrite-lp .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease;
}
.rewrite-lp .btn-amber { background: var(--amber); color: #3a2205; }
.rewrite-lp .btn-amber:hover { background: #ffcb63; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(244,185,66,0.45); }
.rewrite-lp .btn-outline-light { background: transparent; border: 1.5px solid rgba(255,255,255,0.5); color: #fff; }
.rewrite-lp .btn-outline-light:hover { background: rgba(255,255,255,0.12); border-color: #fff; transform: translateY(-2px); }
.rewrite-lp .btn-outline-dark { background: transparent; border: 1.5px solid rgba(0,0,0,0.2); color: var(--gray-900); }
.rewrite-lp .btn-outline-dark:hover { background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.35); transform: translateY(-2px); }

/* ===== NAV ===== */
.rewrite-lp .nav {
  background: linear-gradient(120deg, #5b21b6, #7c3aed);
  padding: 18px 0;
}
.rewrite-lp .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rewrite-lp .nav-logo { display: flex; align-items: center; gap: 8px; font-weight: 700; color: #fff; font-size: 1.05rem; transition: opacity .2s ease; }
.rewrite-lp .nav-logo:hover { opacity: 0.8; }
.rewrite-lp .nav-logo-image { width: auto; height: 80px; }
.rewrite-lp .nav-actions { display: flex; align-items: center; gap: 12px; }
.rewrite-lp .nav-actions .btn { padding: 10px 20px; font-size: 0.85rem; }

/* ===== HERO ===== */
.rewrite-lp .hero {
  background: linear-gradient(150deg, #9d5fd6 0%, #7c3aed 30%, #5b21b6 65%, #3b0764 100%);
  padding: 64px 32px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rewrite-lp .hero-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.rewrite-lp .hero-title {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.rewrite-lp .hero-subhead { margin: 20px auto 0; max-width: 640px; color: rgba(255,255,255,0.85); font-size: 1.05rem; line-height: 1.6; }
.rewrite-lp .hero-fineprint { margin: 14px 0 0; color: rgba(255,255,255,0.72); font-size: 0.95rem; line-height: 1.5; }

.rewrite-lp .store-badges { display: flex; gap: 14px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.rewrite-lp .store-badge {
  display: flex; align-items: center; gap: 10px;
  background: #fff; color: #111;
  padding: 10px 18px; border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}
.rewrite-lp .store-badge-sm { background: rgba(255,255,255,0.95); }

/* Hero phone stage */
.rewrite-lp .phone-stage { margin: 70px auto 0; max-width: 1040px; }
.rewrite-lp .hero-phones-img { display: block; width: 100%; height: auto; }

.rewrite-lp .store-badge-img { padding: 0; background: transparent; box-shadow: none; transition: transform .25s ease, filter .25s ease; }
.rewrite-lp .store-badge-img img { display: block; height: 54px; width: auto; }
.rewrite-lp .store-badge-sm.store-badge-img img { height: 46px; }
.rewrite-lp .store-badge-img:hover { transform: translateY(-3px); filter: drop-shadow(0 10px 18px rgba(0,0,0,0.25)); }
@media (min-width: 700px) {
  .rewrite-lp .store-badge-img img { height: 68px; }
  .rewrite-lp .store-badge-sm.store-badge-img img { height: 56px; }
}

.rewrite-lp .apphand-img { display: block; width: 100%; max-width: 460px; margin: 0 auto; height: auto; }
.rewrite-lp .cookbook-img { display: block; width: 100%; max-width: 300px; margin: 0 auto; height: auto; }

/* ===== PROBLEM SECTION ===== */
.rewrite-lp .problem-intro { max-width: 1160px; margin: 0 auto; padding: 100px 32px 60px; }
.rewrite-lp .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.rewrite-lp .problem-intro-right { padding-top: 6px; }
.rewrite-lp .tag-grid-img { display: block; width: 100%; max-width: 420px; margin-top: 20px; height: auto; }

.rewrite-lp .problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
.rewrite-lp .problem-card {
  background: var(--purple-50);
  border-radius: 20px;
  padding: 20px;
  transition: transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s ease;
}
.rewrite-lp .problem-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(90,30,150,0.14); }
.rewrite-lp .problem-mock img { transition: transform .5s ease; }
.rewrite-lp .problem-card:hover .problem-mock img { transform: scale(1.04); }
.rewrite-lp .problem-card h3 { font-size: 1.1rem; font-weight: 700; margin-top: 20px; color: var(--purple-800); }
.rewrite-lp .problem-card p { margin-top: 8px; color: var(--gray-600); font-size: 0.92rem; line-height: 1.5; }

.rewrite-lp .problem-mock { border-radius: 16px; overflow: hidden; }
.rewrite-lp .problem-mock img { display: block; width: 100%; height: auto; }

/* ===== PULL QUOTE ===== */
.rewrite-lp .pull-quote {
  max-width: 800px; margin: 20px auto 0; padding: 32px 40px 60px;
  border-left: 4px solid var(--purple-600);
}
.rewrite-lp .pull-quote p { font-size: 1.15rem; color: var(--purple-800); font-weight: 500; line-height: 1.6; }

/* ===== COMPARISON ===== */
.rewrite-lp .comparison-section { max-width: 1000px; margin: 0 auto; padding: 40px 32px 100px; }
.rewrite-lp .compare-img {
  display: block; width: 100%; height: auto;
  border-radius: 22px; margin-top: 48px;
  box-shadow: 0 20px 50px rgba(90,30,150,0.12);
}

/* ===== FEATURES ===== */
.rewrite-lp .features { max-width: 1160px; margin: 0 auto; padding: 40px 32px 100px; }
.rewrite-lp .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.rewrite-lp .feature-card {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 0 0 rgba(90,30,150,0);
  transition: transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s ease;
}
.rewrite-lp .feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(90,30,150,0.22); }
.rewrite-lp .feature-card-wide { grid-column: span 2; }
.rewrite-lp .feature-card img { display: block; width: 100%; height: auto; transition: transform .5s ease; }
.rewrite-lp .feature-card:hover img { transform: scale(1.03); }

/* ===== CTA APP ===== */
.rewrite-lp .cta-app { background: var(--purple-50); padding: 80px 32px; }
.rewrite-lp .cta-app-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.rewrite-lp .cta-app .lede { max-width: 460px; }
.rewrite-lp .cta-buttons { display: flex; gap: 14px; margin-top: 28px; }

/* ===== FOUNDER QUOTE ===== */
.rewrite-lp .founder-quote { max-width: 1160px; margin: 0 auto; padding: 100px 32px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.rewrite-lp .founder-quote-text p { margin-top: 16px; color: var(--gray-600); line-height: 1.65; }
.rewrite-lp .founder-quote-text .section-title { margin-top: 20px; }
.rewrite-lp .read-more {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 18px; color: var(--rose); font-weight: 700;
  background: none; border: none; padding: 0; font: inherit; cursor: pointer;
}
.rewrite-lp .read-more-icon { display: inline-block; transition: transform .35s ease; }
.rewrite-lp .read-more[aria-expanded="true"] .read-more-icon { transform: rotate(180deg); }
.rewrite-lp .read-more:hover { color: #c23a5e; }
.rewrite-lp .founder-more {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .5s cubic-bezier(.16,.84,.44,1);
}
.rewrite-lp .founder-more.is-open { grid-template-rows: 1fr; }
.rewrite-lp .founder-more > div { overflow: hidden; }
.rewrite-lp .founder-photo-wrap img { display: block; width: 100%; height: auto; border-radius: 20px; }
.rewrite-lp .avatar-thumb.small { border-radius: 50%; width: 34px; height: 34px; flex-shrink: 0; background: linear-gradient(140deg, var(--purple-400), var(--purple-600)); }

/* ===== HERO CARD (secondary) ===== */
.rewrite-lp .hero-card {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #9d5fd6 0%, #7c3aed 40%, #4c1d95 75%, #2e0f5e 100%);
  min-height: 640px;
  display: flex; align-items: center;
}
.rewrite-lp .hero-card-photo {
  position: absolute; left: 0; top: 0; bottom: 0; width: 26%; min-width: 260px;
  -webkit-mask-image: linear-gradient(to right, #000 60%, transparent 100%);
          mask-image: linear-gradient(to right, #000 60%, transparent 100%);
}
.rewrite-lp .hero-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rewrite-lp .hero-card-content { position: relative; z-index: 1; width: 100%; max-width: 1280px; margin: 0 auto; padding: 90px 64px 90px calc(26% + 60px); }
.rewrite-lp .hero-card-title { margin: 24px 0 0; color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; }
.rewrite-lp .hero-card-subhead { margin: 20px 0 0; max-width: 620px; color: rgba(255,255,255,0.82); font-size: 1.05rem; line-height: 1.6; }
.rewrite-lp .card-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; max-width: 960px; margin-top: 48px; }
.rewrite-lp .card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 20px; padding: 26px 22px; backdrop-filter: blur(8px); transition: transform .35s cubic-bezier(.16,.84,.44,1), background-color .35s ease; }
.rewrite-lp .card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.14); }
.rewrite-lp .card-icon { width: 50px; height: 50px; border-radius: 12px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 24px; }
.rewrite-lp .card-icon svg { width: 22px; height: 22px; }
.rewrite-lp .card-title { margin: 0 0 8px; color: #fff; font-size: 1.08rem; font-weight: 700; }
.rewrite-lp .card-text { color: rgba(255,255,255,0.75); font-size: 0.9rem; line-height: 1.5; }

/* ===== TESTIMONIALS GRID ===== */
.rewrite-lp .testimonials { max-width: 1200px; margin: 0 auto; padding: 90px 32px; }
.rewrite-lp .testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.rewrite-lp .testimonial-card { background: var(--purple-50); border-radius: 16px; padding: 18px; transition: transform .3s cubic-bezier(.16,.84,.44,1), box-shadow .3s ease, background-color .3s ease; }
.rewrite-lp .testimonial-card:hover { transform: translateY(-5px); background: #fff; box-shadow: 0 16px 32px rgba(90,30,150,0.12); }
.rewrite-lp .t-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.rewrite-lp .t-icon { width: 22px; height: 22px; border-radius: 50%; background: var(--purple-600); color: #fff; font-size: 0.6rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rewrite-lp .t-icon svg { width: 11px; height: 11px; }
.rewrite-lp .t-days { font-size: 0.68rem; color: var(--gray-400); }
.rewrite-lp .testimonial-card p { font-size: 0.82rem; color: var(--gray-600); line-height: 1.5; min-height: 90px; }
.rewrite-lp .t-foot { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.rewrite-lp .t-foot div:nth-child(2) { flex: 1; }
.rewrite-lp .t-foot b { display: block; font-size: 0.78rem; }
.rewrite-lp .t-foot small { color: var(--gray-400); font-size: 0.68rem; }
.rewrite-lp .t-rating { font-size: 0.75rem; font-weight: 700; color: var(--purple-700); }

/* ===== AUDIENCE ===== */
.rewrite-lp .audience { max-width: 1160px; margin: 0 auto; padding: 40px 32px 100px; }
.rewrite-lp .audience-layout { display: grid; grid-template-columns: 0.6fr 2fr; gap: 32px; margin-top: 48px; }
.rewrite-lp .audience-label h3 { font-size: 1.15rem; font-weight: 700; color: var(--purple-700); }
.rewrite-lp .audience-label p { margin-top: 10px; color: var(--gray-600); font-size: 0.88rem; line-height: 1.5; }
.rewrite-lp .audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.rewrite-lp .audience-card { background: #fff; border: 1px solid #ede9fe; border-radius: 18px; padding: 22px; box-shadow: 0 10px 30px rgba(90,30,150,0.06); transition: transform .3s cubic-bezier(.16,.84,.44,1), box-shadow .3s ease; }
.rewrite-lp .audience-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(90,30,150,0.16); }
.rewrite-lp .audience-card-fill { background: linear-gradient(160deg, var(--purple-700), var(--purple-900)); color: #fff; border: none; }
.rewrite-lp .audience-card h3 { font-size: 1rem; font-weight: 700; margin-top: 16px; }
.rewrite-lp .audience-card p { margin-top: 8px; font-size: 0.85rem; line-height: 1.5; color: var(--gray-600); }
.rewrite-lp .audience-card-fill p { color: rgba(255,255,255,0.8); }
.rewrite-lp .card-icon-fill { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.3); }
.rewrite-lp .audience-card:not(.audience-card-fill) .card-icon { background: var(--purple-100); border-color: var(--purple-200); color: var(--purple-700); }

/* ===== HOW IT WORKS ===== */
.rewrite-lp .how-it-works { max-width: 1160px; margin: 0 auto; padding: 40px 32px 100px; }
.rewrite-lp .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.rewrite-lp .step-card {
  background: linear-gradient(160deg, var(--purple-600), var(--purple-900));
  color: #fff; border-radius: 20px; padding: 30px; position: relative; overflow: hidden;
  transition: transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s ease;
}
.rewrite-lp .step-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(90,30,150,0.3); }
.rewrite-lp .step-card:hover .step-icon { transform: scale(1.08); }
.rewrite-lp .step-icon { transition: transform .35s ease; }
.rewrite-lp .step-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 40px; }
.rewrite-lp .step-icon svg { width: 20px; height: 20px; }
.rewrite-lp .step-number { position: absolute; top: 20px; right: 24px; font-size: 3rem; font-weight: 800; color: rgba(255,255,255,0.18); }
.rewrite-lp .step-card h3 { font-size: 1.1rem; font-weight: 700; }
.rewrite-lp .step-card p { margin-top: 8px; font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.5; }

/* ===== FAQ ===== */
.rewrite-lp .faq { background: var(--purple-50); padding: 90px 32px; }
.rewrite-lp .faq-list { max-width: 760px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.rewrite-lp .faq-item { background: #fff; border-radius: 14px; padding: 18px 22px; }
.rewrite-lp .faq-item summary { cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; align-items: center; list-style: none; }
.rewrite-lp .faq-item summary::-webkit-details-marker { display: none; }
.rewrite-lp .faq-plus { color: var(--purple-600); font-size: 1.2rem; font-weight: 400; }
.rewrite-lp .faq-item[open] .faq-plus { transform: rotate(45deg); }
.rewrite-lp .faq-item p { margin-top: 14px; color: var(--gray-600); font-size: 0.9rem; line-height: 1.5; }

/* ===== FOOTER CTA ===== */
.rewrite-lp .footer-cta { background: linear-gradient(150deg, var(--purple-600), var(--purple-900)); padding: 90px 32px; }
.rewrite-lp .footer-cta-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.rewrite-lp .footer-cta .section-title { color: #fff; }
.rewrite-lp .footer-cta .lede { color: rgba(255,255,255,0.8); max-width: 460px; }

/* ===== SITE FOOTER ===== */
.rewrite-lp .site-footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 60px 32px 24px; }
.rewrite-lp .footer-cols { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 32px; }
.rewrite-lp .footer-col { display: flex; flex-direction: column; gap: 10px; }
.rewrite-lp .footer-col a { transition: color .2s ease, transform .2s ease; display: inline-block; width: fit-content; }
.rewrite-lp .footer-col a:hover { color: #fff; transform: translateX(3px); }
.rewrite-lp .footer-heading { color: #fff; font-weight: 700; margin-bottom: 6px; }
.rewrite-lp .asmi-logo { font-weight: 800; color: #fff; font-size: 1.1rem; letter-spacing: 0.05em; }
.rewrite-lp .social-row { display: flex; gap: 12px; }
.rewrite-lp .social-row a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: background-color .25s ease, transform .25s ease; }
.rewrite-lp .social-row a:hover { background: var(--purple-600); transform: translateY(-3px); }
.rewrite-lp .social-row svg { width: 16px; height: 16px; }
.rewrite-lp .footer-bottom { max-width: 1160px; margin: 40px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; text-align: center; }

/* ===== SCROLL REVEAL ===== */
.rewrite-lp .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1);
}
.rewrite-lp .reveal.is-visible { opacity: 1; transform: none; }
.rewrite-lp .reveal-grid > .reveal:nth-child(1) { transition-delay: 0ms; }
.rewrite-lp .reveal-grid > .reveal:nth-child(2) { transition-delay: 70ms; }
.rewrite-lp .reveal-grid > .reveal:nth-child(3) { transition-delay: 140ms; }
.rewrite-lp .reveal-grid > .reveal:nth-child(4) { transition-delay: 210ms; }
.rewrite-lp .reveal-grid > .reveal:nth-child(5) { transition-delay: 280ms; }
.rewrite-lp .reveal-grid > .reveal:nth-child(6) { transition-delay: 350ms; }
.rewrite-lp .reveal-grid > .reveal:nth-child(7) { transition-delay: 420ms; }
.rewrite-lp .reveal-grid > .reveal:nth-child(8) { transition-delay: 490ms; }
@media (prefers-reduced-motion: reduce) {
  .rewrite-lp .reveal { opacity: 1; transform: none; transition: none; }
  .rewrite-lp .btn, .rewrite-lp .card, .rewrite-lp .problem-card, .rewrite-lp .feature-card,
  .rewrite-lp .testimonial-card, .rewrite-lp .audience-card, .rewrite-lp .step-card,
  .rewrite-lp .store-badge-img, .rewrite-lp .founder-more { transition: none; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .rewrite-lp .two-col, .rewrite-lp .problem-grid, .rewrite-lp .feature-grid, .rewrite-lp .cta-app-inner, .rewrite-lp .founder-quote,
  .rewrite-lp .card-row, .rewrite-lp .testimonial-grid, .rewrite-lp .audience-layout, .rewrite-lp .audience-grid, .rewrite-lp .steps-grid,
  .rewrite-lp .footer-cta-inner, .rewrite-lp .footer-cols {
    grid-template-columns: 1fr !important;
  }
  .rewrite-lp .feature-card-wide { grid-column: span 1; }
  .rewrite-lp .hero-card { min-height: 0; }
  .rewrite-lp .hero-card-photo { position: relative; width: 100%; height: 260px; -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%); mask-image: linear-gradient(to bottom, #000 55%, transparent 100%); }
  .rewrite-lp .hero-card { flex-direction: column; align-items: stretch; }
  .rewrite-lp .hero-card-content { padding: 48px 24px 64px; }
  .rewrite-lp .founder-photo-wrap { margin-top: 40px; }
  .rewrite-lp .nav-inner { flex-direction: column; gap: 14px; }
}
