:root {
  --brand: #e5181d;
  --brand-dark: #c1121a;
  --brand-soft: #fff1f1;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #e5e5ea;
  --tile: #f5f5f7;
  --bg: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.47;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { letter-spacing: -0.025em; }

.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 22px; }

/* ---------- Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.site-header .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 56px; }
.logo { justify-self: start; }
.header-right { justify-self: end; display: flex; align-items: center; gap: 10px; }
.logo img { height: 28px; width: auto; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a { position: relative; color: rgba(0, 0, 0, 0.75); font-size: 14px; font-weight: 500; letter-spacing: 0; padding: 17px 0; transition: color .2s; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 2px; border-radius: 2px; background: var(--brand); transform: scaleX(0); transition: transform .2s ease; }
.nav a:hover, .nav a:active, .nav a.active { color: var(--brand); text-decoration: none; }
.nav a:hover::after, .nav a:active::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { font-weight: 600; }
.nav-cta { font-size: 14px; font-weight: 600; background: var(--brand); color: #fff; padding: 8px 16px; border-radius: 980px; }
.nav-cta:hover { text-decoration: none;  background: var(--brand-dark); color: #fff; }
.menu-toggle { display: none; background: none; border: 0; font-size: 22px; cursor: pointer; color: var(--ink); padding: 6px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--brand); color: #fff; font-size: 17px; font-weight: 500;
  padding: 13px 26px; border-radius: 980px; border: 0;
  cursor: pointer; font-family: inherit; transition: background .2s, transform .2s;
}
.btn:hover { background: var(--brand-dark); text-decoration: none; transform: translateY(-1px); }

/* Store badges */
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-btn {
  display: inline-flex; align-items: center; gap: 10px; background: #000; color: #fff; text-align: left;
  padding: 10px 22px 10px 18px; border-radius: 14px; min-width: 180px; transition: transform .2s, box-shadow .2s;
}
.store-btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.store-btn svg { width: 28px; height: 28px; flex: none; fill: #fff; }
.store-btn small { display: block; font-size: 11px; opacity: .8; line-height: 1.2; }
.store-btn strong { display: block; font-size: 19px; font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
.store-btn.light { background: #fff; color: var(--ink); }
.store-btn.light svg { fill: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 72px 0 40px; overflow: hidden;
  background:
    radial-gradient(900px 500px at 85% 20%, rgba(229, 24, 29, .10), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, rgba(229, 24, 29, .06), transparent 60%),
    #fff;
}
.hero .wrap { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; background: var(--brand-soft); color: var(--brand);
  font-size: 14px; font-weight: 600; padding: 7px 14px; border-radius: 980px; margin-bottom: 22px;
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(229,24,29,.18); }
.hero h1 { font-size: clamp(46px, 6.2vw, 76px); line-height: 1.02; margin: 0; font-weight: 700; }
.hero h1 span { color: var(--brand); }
.hero .lead { font-size: clamp(18px, 1.9vw, 22px); color: var(--muted); margin: 22px 0 32px; max-width: 520px; line-height: 1.4; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 26px; color: var(--muted); font-size: 14px; }
.hero-meta span::before { content: "✓ "; color: var(--brand); font-weight: 700; }

/* ---------- Phone frame with real app screen ---------- */
.hero-art { position: relative; display: flex; justify-content: center; padding: 20px 0; }
.phone {
  position: relative; flex: none; width: 300px; aspect-ratio: 300 / 632; border-radius: 52px; background: #0b0b0c; padding: 11px;
  box-shadow: inset 0 0 0 2px #3a3a3c, 0 0 0 1px #1c1c1e, 0 50px 100px rgba(0, 0, 0, .25), 0 20px 40px rgba(229, 24, 29, .15);
}
.phone::after { /* side button */
  content: ""; position: absolute; right: -3px; top: 150px; width: 3px; height: 70px; border-radius: 0 3px 3px 0; background: #2a2a2c;
}
.screen { height: 100%; border-radius: 42px; overflow: hidden; background: #fff; }
.screen > img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
/* In-page recreation of app screens */
.screen.app { position: relative; display: flex; flex-direction: column; font-size: 12px; color: var(--ink); letter-spacing: -0.01em; }
.island { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 88px; height: 26px; background: #000; border-radius: 20px; z-index: 3; }
.a-status { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px 0 28px; height: 42px; font-weight: 600; font-size: 13px; flex: none; }
.a-sys { display: flex; gap: 5px; align-items: center; }
.a-sys svg { height: 11px; width: auto; fill: currentColor; }
.a-head { display: flex; align-items: center; justify-content: space-between; padding: 8px 14px 10px; border-bottom: 1px solid #f0f0f2; flex: none; }
.a-head b { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; }
.a-ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.a-ico.red { color: var(--brand); }
.a-circ { width: 30px; height: 30px; border-radius: 50%; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,.12); display: grid; place-items: center; }
.a-circ .a-ico { width: 16px; height: 16px; }
.a-banners { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 10px 10px 0; overflow: hidden; }
.banner { position: relative; flex: 1; min-height: 0; border-radius: 14px; overflow: hidden; display: flex; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.25) 50%, transparent); }
.banner h4 { position: relative; margin: 0 0 0 14px; color: #fff; font-size: 15px; font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; }
.banner em { font-style: normal; color: #fde047; }
.banner em.r { color: var(--brand); }
.banner .arr { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-size: 14px; font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.a-tabs { flex: none; display: flex; justify-content: space-around; align-items: flex-end; padding: 8px 4px 26px; margin-top: 10px; border-top: 1px solid #f0f0f2; font-size: 9px; color: #6e6e73; }
.a-tabs span { display: flex; flex-direction: column; align-items: center; gap: 3px; width: 48px; }
.a-tabs .a-ico { width: 18px; height: 18px; }
.a-tabs .on { color: var(--brand); font-weight: 600; }
.a-map i { width: 42px; height: 42px; margin-top: -24px; border-radius: 50%; background: var(--brand); display: grid; place-items: center; box-shadow: 0 4px 12px rgba(229,24,29,.4); border: 3px solid #fff; }
.a-map i svg { width: 20px; height: 20px; fill: #fff; }
.homebar { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); width: 110px; height: 4px; border-radius: 4px; background: #111; }
.screen .a-photo { width: 100%; height: 240px; object-fit: cover; object-position: 75% center; flex: none; }
.a-biz { display: flex; align-items: center; gap: 10px; padding: 12px 14px; flex: none; }
.a-logo { width: 38px; height: 38px; border-radius: 50%; background: #4a2c1d; display: grid; place-items: center; font-size: 18px; }
.a-biz b { display: block; font-size: 15px; }
.a-biz small { color: var(--muted); font-size: 11px; }
.a-price { display: flex; margin: 0 14px; padding: 10px 0; border-top: 1px solid #f0f0f2; border-bottom: 1px solid #f0f0f2; flex: none; }
.a-price > div { flex: 1; display: flex; flex-direction: column; gap: 2px; padding: 0 8px; }
.a-price > div + div { border-left: 1px solid #f0f0f2; }
.a-price small { font-size: 10px; color: var(--muted); }
.a-price s { font-size: 14px; color: #8e8e93; }
.a-price .now small, .a-price .now b { color: var(--brand); }
.a-price .now b { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; }
.a-price .save small { color: #16803c; }
.a-price .save span { align-self: flex-start; background: #e7f8ec; color: #16803c; font-weight: 700; font-size: 13px; padding: 3px 8px; border-radius: 980px; }
.a-note { display: flex; align-items: center; gap: 8px; padding: 12px 14px; flex: 1; align-items: flex-start; font-size: 12px; }
.a-note .a-ico { width: 18px; height: 18px; }
.hero-art .phone { transform: rotate(-2deg); }
.biz-phone .phone { transform: rotate(3deg); }

.float {
  position: absolute; z-index: 4; background: #fff; border-radius: 16px; padding: 10px 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .14); font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 10px;
  animation: bob 5s ease-in-out infinite; text-align: left;
}
.float small { display: block; color: var(--muted); font-weight: 500; font-size: 11px; }
.float .ic { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--brand-soft); font-size: 16px; }
.float.f1 { top: 90px; left: -24px; }
.float.f2 { bottom: 150px; right: -24px; animation-delay: -2.5s; }
.float.f3 { bottom: 40px; left: -24px; animation-delay: -1.2s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .float { animation: none; } }

.gallery-section { padding-bottom: 90px; }
.gallery-section .head { margin-bottom: 44px; }
.gallery {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 10px 22px 40px; scrollbar-width: none;
}
.gallery::-webkit-scrollbar { display: none; }
/* Center the row when all screens fit; still scrolls when they don't */
.gallery > :first-child { margin-left: auto; }
.gallery > :last-child { margin-right: auto; }
.gallery-nav.hidden { display: none; }
.gallery { padding-top: 20px; padding-bottom: 60px; }
.gallery .poster { flex: none; width: 280px; border-radius: 28px; scroll-snap-align: center; box-shadow: 0 18px 44px rgba(0, 0, 0, .14); transition: transform .3s; }
.gallery .poster:hover { transform: translateY(-8px); }
.gallery-nav { display: flex; justify-content: center; gap: 12px; }
.gbtn {
  width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--tile); color: var(--ink);
  font-size: 26px; line-height: 1; cursor: pointer; transition: background .2s;
}
.gbtn:hover { background: #e8e8ed; }

/* ---------- Category ticker ---------- */
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: #fff; }
.ticker-track { display: flex; gap: 48px; padding: 18px 0; width: max-content; animation: scroll 32s linear infinite; }
.ticker-track span { font-size: 20px; font-weight: 600; color: #c7c7cc; white-space: nowrap; }
.ticker-track span b { color: var(--brand); }
@keyframes scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---------- Sections ---------- */
section { padding: 110px 0; }
section.gray { background: var(--tile); }
section.dark { background: #000; color: #f5f5f7; }
.head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.eyebrow { display: block; font-size: 17px; font-weight: 600; color: var(--brand); margin-bottom: 10px; letter-spacing: 0; }
.head h2, .big { font-size: clamp(38px, 5.4vw, 64px); line-height: 1.05; margin: 0; font-weight: 700; }
.head p { color: var(--muted); font-size: clamp(18px, 1.9vw, 21px); margin: 18px auto 0; line-height: 1.4; }

/* Bento grid */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.bento .b { background: #fff; border-radius: 28px; padding: 34px; position: relative; overflow: hidden; min-height: 280px; }
.b h3 { font-size: 26px; line-height: 1.12; margin: 0 0 8px; font-weight: 700; }
.b p { color: var(--muted); margin: 0; font-size: 16px; max-width: 360px; }
.b .ic { width: 44px; height: 44px; margin-bottom: 20px; stroke: var(--brand); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.b-4 { grid-column: span 4; }
.b-2 { grid-column: span 2; }
.b-3 { grid-column: span 3; }
.b.red { background: var(--brand); color: #fff; }
.b.red p { color: rgba(255,255,255,.85); }
.b.red .ic { stroke: #fff; }
.b.black { background: #111; color: #fff; }
.b.black p { color: #a1a1a6; }
.stat { font-size: 64px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; margin-bottom: 10px; }
.b .text { position: relative; z-index: 1; max-width: 46%; }

.map {
  position: absolute; right: -20px; bottom: -20px; width: 56%; height: 90%; border-radius: 24px 0 0 0; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.05) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(135deg, #eef6ee, #f4f1ea);
}
.map::before { content: ""; position: absolute; left: -10%; right: -10%; top: 55%; height: 14px; background: #fff; transform: rotate(-12deg); }
.map::after { content: ""; position: absolute; top: -10%; bottom: -10%; left: 45%; width: 12px; background: #fff; transform: rotate(8deg); }
.pin { position: absolute; width: 30px; height: 30px; z-index: 2; }
.pin svg { width: 100%; height: 100%; fill: var(--brand); filter: drop-shadow(0 4px 6px rgba(229,24,29,.35)); }
.pin.lg { width: 46px; height: 46px; }
.me { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: #0a84ff; border: 3px solid #fff; box-shadow: 0 0 0 10px rgba(10,132,255,.18); z-index: 2; }

/* Category tiles */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 3 / 4; background: #ddd; }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.cat:hover img { transform: scale(1.05); }
.cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.7)); }
.cat div { position: absolute; left: 22px; right: 22px; bottom: 20px; color: #fff; z-index: 1; }
.cat h3 { margin: 0; font-size: 24px; line-height: 1.1; }
.cat p { margin: 4px 0 0; font-size: 14px; opacity: .85; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { border-radius: 28px; padding: 34px; background: var(--tile); }
.step .n { font-size: 56px; font-weight: 800; color: var(--brand); line-height: 1; letter-spacing: -0.04em; }
.step h3 { font-size: 22px; margin: 18px 0 6px; }
.step p { margin: 0; color: var(--muted); font-size: 16px; }

/* Business */
.biz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.biz-grid .big { color: #fff; }
.biz-grid p.lead { color: #a1a1a6; font-size: 20px; line-height: 1.4; margin: 20px 0 0; }
/* Exclusive badge (matches the app's badge) */
.x-badge {
  display: inline-flex; align-items: center; gap: 4px; background: var(--brand); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 980px; box-shadow: 0 2px 6px rgba(229, 24, 29, .35);
}
.x-badge svg { width: 11px; height: 11px; fill: #fff; }
.x-badge.big { font-size: 13px; padding: 7px 14px; margin-bottom: 18px; }
.x-badge.big svg { width: 14px; height: 14px; }
.b-6 { grid-column: span 6; }
.bento .exclusive { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 0; background: linear-gradient(135deg, #fff 55%, var(--brand-soft)); }
.x-card { flex: none; width: 250px; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 18px 40px rgba(0, 0, 0, .12); transform: rotate(2deg); }
.x-img { position: relative; height: 140px; }
.x-img img { width: 100%; height: 100%; object-fit: cover; }
.x-img .x-badge, .a-photo-wrap .x-badge { position: absolute; top: 10px; left: 10px; }
.x-body { padding: 12px 14px 14px; }
.x-body b { display: block; font-size: 15px; }
.x-body small { color: var(--muted); font-size: 12px; }
.x-price { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.x-price s { color: #8e8e93; font-size: 13px; }
.x-price strong { color: var(--brand); font-size: 20px; font-weight: 800; }
.x-price em { font-style: normal; margin-left: auto; background: #e7f8ec; color: #16803c; font-weight: 700; font-size: 12px; padding: 3px 8px; border-radius: 980px; }
.a-photo-wrap { position: relative; flex: none; }
.biz-price { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding: 18px 22px; border-radius: 18px; background: linear-gradient(135deg, #2a0a0b, #1c1c1e); border: 1px solid #3a1416; }
.biz-price b { font-size: 44px; font-weight: 800; letter-spacing: -0.04em; color: #fff; line-height: 1; }
.biz-price span { color: #f5f5f7; font-weight: 600; font-size: 17px; }
.biz-price small { display: block; color: #a1a1a6; font-weight: 400; font-size: 14px; }
.biz-list { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 12px; }
.biz-list li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: #1c1c1e; border-radius: 16px; }
.biz-list li b { color: #fff; display: block; font-size: 17px; }
.biz-list li span { color: #a1a1a6; font-size: 15px; }
.biz-list .ck { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 800; }
.biz-grid .store-row .store-btn { background: #fff; color: var(--ink); }
.biz-grid .store-row .store-btn svg { fill: var(--ink); }
.biz-phone { display: flex; justify-content: center; }

/* CTA */
.cta {
  position: relative; overflow: hidden; border-radius: 40px; padding: 80px 32px; text-align: center; color: #fff;
  background: radial-gradient(700px 300px at 50% 0%, #ff4d4f, transparent 70%), var(--brand);
}
.cta .big { color: #fff; }
.cta p { font-size: 21px; opacity: .9; margin: 16px 0 34px; }
.cta .store-row { justify-content: center; }
.cta-icon { width: 96px; height: 96px; border-radius: 24px; margin: 0 auto 26px; box-shadow: 0 12px 30px rgba(0,0,0,.25); background: #fff; }

/* ---------- Inner pages ---------- */
.page-head { text-align: center; padding: 88px 0 56px; background: radial-gradient(700px 300px at 50% 0%, rgba(229,24,29,.08), transparent 70%); }
.page-head h1 { font-size: clamp(42px, 6vw, 68px); font-weight: 700; margin: 0; line-height: 1.05; }
.page-head p { color: var(--muted); font-size: clamp(19px, 2vw, 23px); margin: 16px auto 0; max-width: 680px; line-height: 1.35; }
.section { padding: 72px 0; }
.section.gray { background: var(--tile); }
.section-title { text-align: center; font-size: clamp(30px, 4vw, 44px); font-weight: 700; margin: 0 0 36px; }

.form-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; }
.form-layout h2 { font-size: 38px; font-weight: 700; margin: 0 0 10px; line-height: 1.1; }
.form-layout > div > p { color: var(--muted); }
.info-list { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.info-item { padding: 20px 22px; border-radius: 20px; background: var(--tile); }
.section.gray .info-item { background: #fff; }
.info-item .icon { display: none; }
.info-item strong { display: block; font-size: 14px; color: var(--muted); font-weight: 500; margin-bottom: 2px; }
.info-item p { margin: 0; font-size: 17px; font-weight: 600; }

form.panel { background: #fff; border-radius: 30px; padding: 38px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { font-weight: 600; font-size: 14px; }
input, select, textarea {
  font: inherit; font-size: 17px; color: var(--ink); background: #fbfbfd;
  border: 1px solid #d2d2d7; border-radius: 14px; padding: 13px 15px; width: 100%;
}
input:focus, select:focus, textarea:focus { outline: none; background: #fff; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(229, 24, 29, 0.14); }
textarea { resize: vertical; min-height: 150px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 12px; color: var(--muted); margin: 14px 0 0; text-align: center; }
.alert { border-radius: 14px; padding: 14px 16px; margin-bottom: 20px; font-size: 15px; display: none; }
.alert.show { display: block; }
.alert.ok { background: #e9f8ee; color: #06623b; }
.alert.err { background: #fdecec; color: #b3261e; }
form.panel .btn { width: 100%; margin-top: 6px; }

.faq { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 19px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--muted); font-size: 28px; font-weight: 300; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin: 12px 0 0; font-size: 17px; }

.legal { max-width: 760px; margin: 0 auto; }
.legal h2 { font-size: 24px; margin: 40px 0 10px; }
.legal p { color: #424245; margin: 0 0 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--tile); color: var(--muted); font-size: 13px; padding: 56px 0 26px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid #d2d2d7; }
.footer-brand img { height: 28px; margin-bottom: 14px; }
.footer-brand p { margin: 0 0 18px; max-width: 280px; }
.footer-brand .store-row { gap: 8px; }
.footer-brand .store-btn { min-width: 0; padding: 7px 14px 7px 12px; border-radius: 10px; }
.footer-brand .store-btn svg { width: 20px; height: 20px; }
.footer-brand .store-btn strong { font-size: 14px; }
.footer-brand .store-btn small { font-size: 9px; }
.site-footer h4 { color: var(--ink); margin: 0 0 12px; font-size: 13px; font-weight: 600; }
.site-footer .col a { color: #424245; display: block; margin-bottom: 10px; }
.site-footer .col a:hover { color: var(--ink); }
.copyright { padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-art { width: 100%; max-width: 440px; margin: 0 auto; }
  .hero .wrap { grid-template-columns: minmax(0, 1fr); }
  .hero .wrap, .biz-grid, .form-layout { grid-template-columns: 1fr; }
  .hero { text-align: center; padding-top: 56px; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero .store-row, .hero-meta { justify-content: center; }
  .b-4, .b-2, .b-3 { grid-column: span 6; }
  .cats { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 734px) {
  body { font-size: 16px; }
  section { padding: 76px 0; }
  .menu-toggle { display: block; }
  .nav {
    display: none; position: absolute; top: 56px; left: 0; right: 0; background: rgba(255,255,255,.98);
    flex-direction: column; align-items: stretch; gap: 0; padding: 12px 30px 28px; border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .nav a { font-size: 24px; font-weight: 600; padding: 8px 0; color: var(--ink); }
  .nav a::after { display: none; }
  .nav a:hover, .nav a.active { color: var(--brand); }
  .nav-cta { padding: 7px 14px; font-size: 13px; }
  .site-header .wrap { display: flex; justify-content: space-between; }
  .logo img { height: 24px; }
  .hero-art .phone { width: 260px; }
  .float { display: none; }
  .gallery .poster { width: 240px; }
  .steps, .row-2 { grid-template-columns: 1fr; }
  .cats { gap: 10px; }
  .cat { border-radius: 20px; }
  .cat h3 { font-size: 19px; }
  .cat div { left: 14px; right: 14px; bottom: 14px; }
  .bento .b { padding: 28px; }
  .b .text { max-width: none; }
  .bento .exclusive { flex-direction: column; align-items: flex-start; }
  .x-card { align-self: center; }
  .map { position: relative; right: auto; bottom: auto; height: 170px; margin: 24px -28px -28px; width: calc(100% + 56px); border-radius: 0; }
  .biz-phone { display: none; }
  .cta { border-radius: 28px; padding: 60px 22px; }
  form.panel { padding: 24px; }
}
.store-btn.soon { cursor: default; opacity: .85; }
.store-btn.soon:hover { transform: none; box-shadow: none; }

@media (min-width: 1100px) { .gallery .poster { width: min(280px, calc((100vw - 160px) / 5)); } }
