/* Reelday marketing site. Tokens come from design-language.css; this file only adds
   layout the design language does not cover. No new colors, radii or shadows. */

body { font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section-cream { background: var(--cream); }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--coral-deep); }
.h1 { font-size: clamp(38px, 6vw, 64px); font-weight: 800; line-height: 1.02; letter-spacing: -.035em; margin: 0; }
.h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; margin: 0; }
.lead { font-size: clamp(17px, 1.6vw, 20px); font-weight: 500; color: var(--muted); margin: 0; }
.muted { color: var(--muted); }
.stack { display: flex; flex-direction: column; }
.grid { display: grid; gap: 20px; }
.g-220 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.g-260 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.g-300 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.g-400 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); }
.g-420 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); }
.g-150 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr)); gap: 14px; }

/* nav */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; gap: 18px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.logo-mark { width: 34px; height: 34px; border-radius: 10px; background: var(--grad-primary); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 19px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.btn-nav { min-height: 44px; padding: 11px 18px; font-size: 14px; font-weight: 800; }
/* No hamburger by design. On a narrow phone the two section anchors give way to the
   two actions; the page is one scroll, so nothing becomes unreachable. */
@media (max-width: 560px) {
  .nav-anchor { display: none; }
  .nav-in { gap: 12px; }
  .nav-links { gap: 14px; }
}

/* hero */
.hero { background: linear-gradient(180deg, #FFF6E8 0%, #fff 75%); padding-top: 56px; }
.hero-grid { display: grid; gap: 40px; align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); }
.pill-tag { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  background: #fff; border: var(--bd-line); border-radius: var(--r-pill); padding: 9px 16px;
  font-size: 13px; font-weight: 800; color: var(--coral-deep); }
.dot { width: 8px; height: 8px; border-radius: 999px; background: var(--orange); flex: none; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-xl { min-height: 54px; padding: 15px 26px; font-size: 16px; }
.trust { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; font-weight: 600; color: var(--muted); }
.trust span { display: inline-flex; align-items: center; gap: 7px; }
.trust i { color: var(--green-fg); }
.faces { display: flex; align-items: center; gap: 12px; }
.faces-row { display: flex; }
.faces-row img { width: 40px; height: 40px; border-radius: 999px; border: 3px solid #fff; object-fit: cover; }
.faces-row img + img { margin-left: -12px; }

.phone-wrap { position: relative; display: flex; justify-content: center; padding: 0 clamp(0px, 6vw, 56px); }
.phone-glow { position: absolute; inset: 5% 10%; background: radial-gradient(closest-side, rgba(255,159,90,.35), transparent); }
.phone { position: relative; width: min(300px, 80vw); aspect-ratio: 9 / 19; background: #1F1B2D; padding: 10px;
  border-radius: 44px; box-shadow: 0 30px 80px rgba(31,27,45,.28); animation: float 6s ease-in-out infinite; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 36px; background: #fff; }
@keyframes float { 0%,100% { transform: translateY(-10px);} 50% { transform: translateY(10px);} }
.float-card { position: absolute; z-index: 2; background: #fff; border-radius: 18px; box-shadow: var(--sh-raised);
  padding: 12px 14px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.float-card .sub { font-size: 12px; font-weight: 600; color: var(--muted); }
.float-a { top: 11%; left: max(-14%, -5vw); }
.float-b { bottom: 13%; right: max(-14%, -5vw); }
.badge-sm { width: 30px; height: 30px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; flex: none; }

/* stat strip */
.stat { background: var(--cream); border-radius: var(--r-md); padding: 20px; }
.stat .label { font-size: 13px; font-weight: 600; color: var(--muted); }
.stat .value { font-size: 32px; font-weight: 800; letter-spacing: -.03em; margin: 6px 0 4px; }
.stat .foot { font-size: 13px; font-weight: 800; color: var(--green-fg); }
.stat .foot.neutral { color: var(--muted); }

/* step + testimonial cards */
.step { background: #fff; border-radius: var(--r-xl); padding: 14px 14px 24px; box-shadow: var(--sh-card); }
.step img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); width: 100%; }
.num { width: 36px; height: 36px; border-radius: 12px; background: var(--grad-primary); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin: 18px 0 10px; }
.step h3, .feat h3 { margin: 0 0 8px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.step p, .feat p { margin: 0; color: var(--muted); }

/* reel wall */
.reel { position: relative; aspect-ratio: 9 / 16; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-raised); }
.reel img { width: 100%; height: 100%; object-fit: cover; }
.reel .verdict { position: absolute; top: 10px; left: 10px; padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.reel .plate { position: absolute; left: 10px; bottom: 34px; background: rgba(31,27,45,.85); color: #fff;
  font-size: 14px; font-weight: 800; padding: 6px 10px; border-radius: 10px; }
.reel .stat-line { position: absolute; left: 12px; bottom: 12px; color: #fff; font-size: 12px; font-weight: 800;
  text-shadow: 0 1px 6px rgba(0,0,0,.6); }

/* features */
.feat { border-radius: var(--r-xl); padding: 32px; }
.feat-dark { background: var(--grad-dark-card); color: #fff; box-shadow: var(--sh-raised); }
.feat-dark p { color: rgba(255,255,255,.72); }
.feat-cream { background: var(--cream); }
.feat img { aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--r-md); margin-top: 22px; width: 100%; }
.feat-tile { background: #fff; border: var(--bd-line); border-radius: var(--r-lg); padding: 24px; }
.feat-tile h4 { margin: 12px 0 6px; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.feat-tile p { margin: 0; font-size: 15px; font-weight: 500; color: var(--muted); }

/* testimonials */
.quote { background: #fff; border-radius: var(--r-xl); padding: 24px; }
.quote .tags { display: flex; gap: 8px; margin-bottom: 14px; }
.quote blockquote { margin: 0 0 18px; font-size: 17px; font-weight: 600; line-height: 1.45; }
.who { display: flex; align-items: center; gap: 12px; }
.who img { width: 48px; height: 48px; border-radius: 999px; object-fit: cover; }
.who b { display: block; font-weight: 800; }

/* pricing */
.price-grid { display: grid; gap: 48px; align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); }
/* The note under the button is one or two lines depending on the plan. Reserve the
   taller height so switching plans cannot resize the panel and shift the column
   beside it. */
#plan-note { min-height: 3em; }   /* 36px: the two-line trial note, the tallest of the three */
.checks { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; list-style: none; }
.checks li { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.checks i { color: var(--green-fg); margin-top: 2px; }
.panel { background: var(--cream); border-radius: 32px; padding: clamp(20px, 3vw, 32px); }
.plan-row { position: relative; display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  background: #fff; border: var(--bd-line); border-radius: 22px; padding: 18px; cursor: pointer; font: inherit;
  color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.plan-row[aria-checked="true"] { border-color: var(--orange); box-shadow: 0 10px 30px rgba(255,122,122,.18); }
.radio { width: 28px; height: 28px; border-radius: 999px; border: var(--bd-line); flex: none;
  display: inline-flex; align-items: center; justify-content: center; color: transparent; }
.plan-row[aria-checked="true"] .radio { background: var(--grad-primary); border-color: transparent; color: #fff; }
.plan-mid { flex: 1; min-width: 0; }
.plan-mid .title { font-size: 19px; font-weight: 800; letter-spacing: -.02em; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.plan-mid .sub { font-size: 14px; font-weight: 600; color: var(--muted); margin-top: 3px; }
.plan-right { text-align: right; flex: none; }
.plan-right .big { font-size: 30px; font-weight: 800; letter-spacing: -.03em; }
.plan-right .per { font-size: 12px; font-weight: 600; color: var(--muted); }
.tag-black { background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; padding: 4px 9px; border-radius: 999px; }
.popular { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--grad-primary);
  color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.btn-56 { min-height: 56px; width: 100%; font-size: 16px; }

/* faq */
.faq { max-width: 800px; margin: 0 auto; }
.faq .qa { background: #fff; border-radius: var(--r-md); padding: 20px 24px; }
.faq .q { font-size: 17px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 8px; }
.faq .a { margin: 0; color: var(--muted); font-weight: 500; }

/* cta band */
.cta { background: var(--grad-primary); border-radius: 32px; padding: clamp(36px, 6vw, 64px);
  box-shadow: 0 30px 80px rgba(255,122,122,.35); color: #fff; display: grid; gap: 32px; align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.cta img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); width: 100%; }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); font-weight: 800; }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 32px 0 44px; }
.footer-in { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.footer a { font-size: 13px; font-weight: 600; color: var(--muted); }
.footer .fine { width: 100%; font-size: 13px; font-weight: 500; color: var(--muted); }

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

/* legal + support pages */
.legal { max-width: 760px; padding-top: 48px; padding-bottom: 72px; }
.legal h2 { font-size: 19px; font-weight: 800; letter-spacing: -.02em; margin: 30px 0 8px; }
.legal p, .legal li { color: var(--muted); font-weight: 500; line-height: 1.6; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--coral-deep); text-decoration: underline; }
.legal .note { background: var(--cream); border-radius: var(--r-md); padding: 16px 18px; margin: 22px 0 8px;
  font-size: 14px; font-weight: 600; color: var(--ink); }
.legal .todo { background: var(--yellow); border-radius: 6px; padding: 1px 6px; font-weight: 800; color: var(--ink); }

/* footer business identity — Paddle's review expects this reachable from every page */
.footer .fine { line-height: 1.7; }
.footer .fine a { color: var(--coral-deep); text-decoration: underline; }
.footer .biz { font-weight: 600; color: var(--ink); }
.footer .biz .todo, .legal .todo { background: var(--yellow); border-radius: 6px; padding: 1px 6px; font-weight: 800; color: var(--ink); }

.legal .intro { font-size: 17px; font-weight: 500; color: var(--muted); line-height: 1.6; margin: 18px 0 8px; }
.legal .eyebrow { display: block; margin-bottom: 10px; }
