/* ============================================================================
   SendMe.me — Landing (landing.css)
   ========================================================================== */

/* ---- Hero ---- */
.hero { position: relative; padding: 72px 0 40px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero__copy { max-width: 560px; }
.hero h1 { font-size: clamp(2.6rem, 5.2vw, 4.2rem); line-height: 1.02; }
.hero h1 em { font-style: normal; display: inline-block; }
.hero__sub { margin-top: 22px; font-size: 1.18rem; color: var(--text-muted); max-width: 30em; line-height: 1.6; }

.badge-row { display: inline-flex; align-items: center; gap: 10px; padding: 7px 7px 7px 14px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--border); font-size: var(--t-sm); font-weight: 500; color: var(--text-muted); margin-bottom: 26px; }
.badge-row b { color: var(--text); font-weight: 600; }
.badge-row .tag { background: var(--grad-brand); color: #fff; font-weight: 700; font-size: 11px; padding: 4px 9px; border-radius: 999px; letter-spacing: .03em; }

/* claimer */
.claimer { margin-top: 32px; max-width: 480px; }
.claimer__field { display: flex; align-items: center; gap: 0; background: var(--ink-900); border: 1.5px solid var(--border-strong); border-radius: var(--r-full); padding: 6px 6px 6px 18px; transition: border-color var(--dur), box-shadow var(--dur); }
.claimer__field:focus-within { border-color: var(--brand-500); box-shadow: 0 0 0 4px rgba(124,92,255,.18); }
.claimer__prefix { color: var(--text-dim); font-weight: 500; font-size: var(--t-base); white-space: nowrap; }
.claimer__input { flex: 1; min-width: 0; height: 44px; border: none; background: transparent; outline: none; font-size: var(--t-base); font-weight: 600; color: var(--text); }
.claimer__status { display: flex; align-items: center; gap: 7px; margin-top: 12px; font-size: var(--t-sm); height: 20px; font-weight: 500; }
.claimer__status.ok { color: var(--money-500); }
.claimer__status.bad { color: var(--warning); }
.claimer__status svg { width: 16px; height: 16px; }
.ref-banner { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; padding: 12px 16px; border-radius: 14px; background: linear-gradient(90deg, rgba(34,224,161,.12), rgba(124,92,255,.12)); border: 1px solid rgba(34,224,161,.3); font-size: var(--t-sm); color: var(--text); max-width: 480px; }
.ref-banner svg { width: 20px; height: 20px; color: var(--money-500); flex: none; }
.ref-banner b { font-weight: 700; }

.trust { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.trust__avatars { display: flex; }
.trust__avatars span { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -10px; background-size: cover; display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff; }
.trust__avatars span:first-child { margin-left: 0; }
.trust__text { font-size: var(--t-sm); color: var(--text-muted); }
.trust__text b { color: var(--text); }
.hero__stars { color: #ffce4a; letter-spacing: 2px; font-size: 13px; }

/* phone preview */
.phone-wrap { position: relative; display: flex; justify-content: center; }
.phone { position: relative; width: 308px; height: 632px; border-radius: 48px; padding: 11px; background: linear-gradient(145deg, #25283a, #0d0e16); box-shadow: 0 50px 120px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.06), inset 0 0 0 2px rgba(255,255,255,.04); z-index: 2; }
.phone__notch { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 110px; height: 28px; background: #04050a; border-radius: 999px; z-index: 3; }
.phone__screen { width: 100%; height: 100%; border-radius: 38px; overflow: hidden; background: #0a0b12; position: relative; }
.phone__screen iframe { width: 100%; height: 100%; border: 0; display: block; }
.phone__glow { position: absolute; inset: -40px; z-index: 1; background: radial-gradient(circle at 50% 40%, rgba(124,92,255,.4), transparent 60%); filter: blur(40px); }
.float-chip { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 14px; background: rgba(20,22,34,.82); backdrop-filter: blur(14px); border: 1px solid var(--border-strong); box-shadow: var(--shadow-lg); font-size: 13px; font-weight: 600; animation: floaty 5s var(--ease) infinite; }
.float-chip .ic { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; }
.float-chip .ic svg { width: 18px; height: 18px; }
.float-chip--a { top: 80px; left: -18px; animation-delay: 0s; }
.float-chip--b { top: 280px; right: -32px; animation-delay: 1.2s; }
.float-chip--c { bottom: 96px; left: -34px; animation-delay: 2.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---- Marquee ---- */
.marquee { margin-top: 30px; padding: 28px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__label { text-align: center; color: var(--text-dim); font-size: var(--t-xs); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px; }
.marquee__track { display: flex; gap: 14px; width: max-content; animation: scroll-x 36s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes scroll-x { to { transform: translateX(-50%); } }
.m-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px 10px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); white-space: nowrap; font-weight: 600; font-size: var(--t-sm); }
.m-pill .ic { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; }
.m-pill .ic svg { width: 17px; height: 17px; }

/* ---- Section scaffolding ---- */
.section { padding: 92px 0; }
.section__head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section__head h2 { font-size: clamp(2rem, 4vw, 3rem); }
.section__head p { margin-top: 16px; font-size: 1.12rem; color: var(--text-muted); }

/* ---- Feature grid ---- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 26px; border-radius: var(--r-lg); background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); border: 1px solid var(--border); transition: transform var(--dur), border-color var(--dur); }
.feature:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.feature__ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--surface-3); color: var(--brand-300); margin-bottom: 18px; }
.feature__ic svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.18rem; margin-bottom: 8px; }
.feature p { color: var(--text-muted); font-size: var(--t-sm); line-height: 1.6; }

/* ---- Steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 28px; border-radius: var(--r-lg); background: var(--bg-elevated); border: 1px solid var(--border); }
.step__n { width: 38px; height: 38px; border-radius: 11px; background: var(--grad-brand); color: #fff; font-family: var(--font-display); font-weight: 800; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--text-muted); font-size: var(--t-sm); line-height: 1.6; }

/* ---- Compare ---- */
.compare { max-width: 760px; margin: 0 auto; border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; background: var(--bg-elevated); }
.compare__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; }
.compare__row + .compare__row { border-top: 1px solid var(--border); }
.compare__row > div { padding: 16px 20px; display: flex; align-items: center; gap: 8px; font-size: var(--t-sm); }
.compare__row--head > div { font-weight: 700; font-size: var(--t-base); background: var(--surface); }
.compare__row > div:first-child { color: var(--text-muted); font-weight: 500; }
.compare__us { background: linear-gradient(180deg, rgba(124,92,255,.08), transparent); font-weight: 600; }
.compare svg { width: 18px; height: 18px; flex: none; }
.c-yes { color: var(--money-500); }
.c-no { color: var(--ink-400); }
.brandcell { display: flex; align-items: center; gap: 8px; }
.brandcell .dotmark { width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; background: var(--grad-brand); }
.brandcell .dotmark svg { width: 13px; height: 13px; color: #fff; }

/* ---- Pricing ---- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { display: flex; flex-direction: column; padding: 30px; border-radius: var(--r-xl); background: var(--bg-elevated); border: 1px solid var(--border); position: relative; }
.plan--pro { border-color: transparent; background: linear-gradient(180deg, rgba(124,92,255,.14), var(--bg-elevated) 40%); box-shadow: var(--shadow-glow); }
.plan__tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--grad-brand); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 999px; letter-spacing: .04em; }
.plan__name { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; }
.plan__price { margin: 14px 0 4px; font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; letter-spacing: -.03em; }
.plan__price span { font-size: 1rem; font-weight: 500; color: var(--text-dim); }
.plan__price--soon { font-size: 1.5rem; color: var(--text-dim); }
.try-pro-note { margin-top: 10px; font-size: 12.5px; color: var(--text-dim); text-align: center; min-height: 16px; line-height: 1.4; }
.try-pro-note.bad { color: var(--warning); }
.plan__desc { color: var(--text-muted); font-size: var(--t-sm); margin-bottom: 22px; min-height: 40px; }
.plan ul { display: flex; flex-direction: column; gap: 12px; margin: 22px 0 26px; }
.plan li { display: flex; gap: 10px; font-size: var(--t-sm); color: var(--text); }
.plan li svg { width: 18px; height: 18px; color: var(--money-500); flex: none; margin-top: 1px; }
.plan .btn { margin-top: auto; }

/* ---- CTA band ---- */
.cta-band { position: relative; margin: 40px auto; max-width: var(--maxw); border-radius: var(--r-2xl); padding: 72px 40px; text-align: center; background: radial-gradient(120% 160% at 50% 0%, rgba(124,92,255,.35), transparent 60%), var(--bg-elevated); border: 1px solid var(--border-strong); overflow: hidden; }
.cta-band h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-band p { color: var(--text-muted); font-size: 1.15rem; margin: 16px auto 32px; max-width: 30em; }

/* ---- Footer ---- */
.footer { border-top: 1px solid var(--border); padding: 56px 0 40px; margin-top: 40px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.footer h4 { font-size: var(--t-sm); color: var(--text-dim); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer ul { display: flex; flex-direction: column; gap: 11px; }
.footer a { color: var(--text-muted); font-size: var(--t-sm); transition: color var(--dur); }
.footer a:hover { color: var(--text); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--border); color: var(--text-dim); font-size: var(--t-sm); }
.footer__tm { margin-top: 14px; font-size: 11px; color: var(--text-dim); line-height: 1.6; max-width: 760px; }
.footer__copy { max-width: 30em; color: var(--text-muted); font-size: var(--t-sm); margin-top: 14px; }

/* mobile nav */
.menu-btn { display: none; }

@media (max-width: 940px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__copy { max-width: 100%; text-align: center; margin: 0 auto; }
  .claimer, .hero__sub { margin-left: auto; margin-right: auto; }
  .trust { justify-content: center; }
  .features, .steps, .pricing { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .menu-btn { display: grid; }
}
@media (max-width: 520px) {
  .phone { width: 270px; height: 556px; }
  .float-chip--b { right: -10px; } .float-chip--c { left: -10px; }
  .compare__row { grid-template-columns: 1.3fr .8fr .8fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
