/* ============================================================
   Beisammen — premium social meetup platform
   Warm soft white, elegant deep blue, subtle orange accent
   ============================================================ */

:root {
  --bg:           #FAF7F2;
  --bg-tint:      #F4ECE0;
  --bg-card:      #FFFFFF;
  --bg-dark:      #14213D;
  --bg-dark-soft: #1B2D4F;
  --ink:          #14213D;
  --ink-soft:     #4A5878;
  --ink-mute:     #8A92A6;
  --ink-light:    #C5CAD6;
  --ink-invert:   #FAF7F2;
  --blue:         #1B2D4F;
  --blue-2:       #2A4374;
  --blue-3:       #4A6FB0;
  --blue-pale:    #EFF4FB;
  --orange:       #E87B4A;
  --orange-2:     #D26538;
  --orange-pale:  #FCEDE3;
  --green:        #2D7A5C;
  --green-2:      #236249;
  --green-light:  #E8F5F0;
  --green-mid:    #4A9E7E;
  --line:         #ECE5D8;
  --line-soft:    #F2EDE2;
  --line-dark:    rgba(255,255,255,.10);
  --r-sm: 10px; --r: 16px; --r-md: 22px; --r-lg: 32px; --r-pill: 999px;
  --sh-xs: 0 1px 2px rgba(20,33,61,.04), 0 1px 1px rgba(20,33,61,.03);
  --sh-sm: 0 2px 8px rgba(20,33,61,.05), 0 1px 2px rgba(20,33,61,.04);
  --sh:    0 8px 30px rgba(20,33,61,.07), 0 2px 6px rgba(20,33,61,.04);
  --sh-lg: 0 30px 80px rgba(20,33,61,.10), 0 8px 20px rgba(20,33,61,.06);
  --sh-pop:0 12px 30px rgba(45,122,92,.2), 0 4px 10px rgba(20,33,61,.07);
  --f-sans: 'Inter', -apple-system, system-ui, 'Segoe UI', sans-serif;
  --f-serif: 'Instrument Serif', 'Iowan Old Style', Georgia, serif;
  --f-mono: 'JetBrains Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: var(--f-sans); color: var(--ink);
  background: var(--bg); -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.display { font-size: clamp(48px, 7.5vw, 96px); line-height: 1.02; letter-spacing: -0.035em;
  font-weight: 500; margin: 0 0 24px; color: var(--ink); text-wrap: balance; }
.display em { font-family: var(--f-serif); font-style: italic; font-weight: 400; letter-spacing: -0.02em; }
.h2 { font-size: clamp(36px, 4.6vw, 60px); line-height: 1.06; letter-spacing: -0.028em;
  font-weight: 500; margin: 0 0 20px; text-wrap: balance; }
.h2-light { color: var(--ink-invert); }
.h3 { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.15; letter-spacing: -0.018em;
  font-weight: 550; margin: 0 0 12px; }
.h3-sm { font-size: 20px; line-height: 1.25; letter-spacing: -0.012em; font-weight: 550; margin: 0 0 8px; }
.serif { font-family: var(--f-serif); font-weight: 400; font-style: italic; letter-spacing: -0.015em;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.18; margin: 0 0 16px; }
.kicker { display: inline-block; font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green); margin-bottom: 18px; font-weight: 500; }
.kicker-light { color: var(--green-mid); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-soft);
  background: rgba(255,255,255,.7); border: 1px solid var(--line); padding: 7px 14px 7px 12px;
  border-radius: var(--r-pill); margin-bottom: 28px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.eyebrow-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(45,170,110,.18); }
.lede { font-size: clamp(17px, 1.4vw, 21px); line-height: 1.5; color: var(--ink-soft);
  margin: 0 0 36px; max-width: 30em; text-wrap: pretty; }
.sub { font-size: clamp(16px, 1.2vw, 19px); line-height: 1.55; color: var(--ink-soft);
  margin: 0 auto; max-width: 58ch; text-wrap: pretty; }
.sub.left { margin-left: 0; }
.sub.side { max-width: 38ch; margin: 0; align-self: flex-end; }
.sub-light { color: rgba(250,247,242,.75); }
.muted { color: var(--ink-mute); }
.small { font-size: 12px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: var(--r-pill); font-family: inherit; font-size: 15px;
  font-weight: 550; letter-spacing: -0.005em; border: 1px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 18px 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 6px 20px rgba(45,122,92,.25); }
.btn-primary:hover { background: var(--green-2); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.25);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.15); }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.link-quiet { font-size: 14px; font-weight: 500; color: var(--ink-soft); }
.link-quiet:hover { color: var(--ink); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  background: rgba(250,247,242,.65); backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid transparent; }
.nav.nav-scrolled { background: rgba(250,247,242,.85); border-bottom-color: var(--line); }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 16px 32px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; letter-spacing: -0.015em; font-size: 18px; }
.brand-mark { display: inline-flex; align-items: center; gap: 3px; padding: 5px 6px;
  background: var(--ink); border-radius: 8px; }
.brand-mark .dot { width: 5px; height: 5px; border-radius: 50%; background: #fff; }
.brand-mark .dot.a { background: var(--orange); }
.brand-mark .dot.b { background: #F4ECE0; }
.brand-mark .dot.c { background: var(--blue-3); }
.brand-name { letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 28px; justify-content: center; font-size: 14px; font-weight: 500; color: var(--ink-soft); }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 18px; }

/* Hero */
.hero { position: relative; max-width: 1280px; margin: 0 auto; padding: 64px 32px 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr);
  gap: 72px; align-items: center; min-height: 540px; }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; color: var(--ink-soft); }
.hero-meta strong { color: var(--ink); font-weight: 600; }

/* Avatars */
.avatars { display: inline-flex; }
.avatars .av, .avatars > * { --av-size: 36px; width: var(--av-size); height: var(--av-size);
  border-radius: 50%; background: linear-gradient(135deg, #D9D2C4, #ECE5D8);
  border: 2.5px solid var(--bg); margin-left: -10px; flex: 0 0 var(--av-size); }
.avatars > *:first-child { margin-left: 0; }
.avatars.sm .av, .avatars.sm > * { width: 28px; height: 28px; }
.avatars.xs .av, .avatars.xs > * { width: 22px; height: 22px; border-width: 2px; margin-left: -7px; }
.avatars.xs > *:first-child { margin-left: 0; }

/* Hero Collage */
.hero-collage { position: relative; width: 100%; height: 600px; }
.collage-blob { position: absolute; inset: -8% -6% -12% 8%;
  background: radial-gradient(50% 50% at 40% 40%, rgba(232,123,74,.18), transparent 65%),
              radial-gradient(60% 60% at 70% 70%, rgba(74,111,176,.18), transparent 65%);
  filter: blur(40px); z-index: 0; }
.collage-main { position: absolute; top: 20px; right: 24px; width: 64%; height: 78%;
  border-radius: 28px; background: linear-gradient(160deg, #E6D3BA 0%, #C9A789 60%, #8C715A 100%);
  box-shadow: var(--sh-lg); z-index: 1; overflow: hidden; }
.collage-sec { position: absolute; bottom: 0; left: 0; width: 46%; height: 48%;
  border-radius: 22px; background: linear-gradient(160deg, #A8B5C7, #5A7596);
  box-shadow: var(--sh-lg); z-index: 2; overflow: hidden; }
.collage-tert { position: absolute; top: 0; left: 8%; width: 26%; height: 28%;
  border-radius: 18px; background: linear-gradient(160deg, #EAD2B7, #D9A98A);
  box-shadow: var(--sh); z-index: 2; overflow: hidden; }

/* Float cards */
.float-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px;
  background: rgba(255,255,255,.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: var(--sh); z-index: 5; font-size: 13px; }
.fc-icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.fc-stack { display: flex; flex-shrink: 0; }
.fc-stack .mini-av { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px;
  background: linear-gradient(135deg, #D9D2C4, #B0A691); flex: 0 0 28px; }
.fc-stack .mini-av:first-child { margin-left: 0; }
.fc-title { font-weight: 600; color: var(--ink); }
.fc-sub { color: var(--ink-mute); font-size: 12px; }
.float-card-1 { top: 8%; left: -4%; animation: float 6s ease-in-out infinite; }
.float-card-2 { bottom: 20%; right: -6%; animation: float 7s ease-in-out -2s infinite; }
.float-card-3 { bottom: 6%; left: 28%; animation: float 8s ease-in-out -4s infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Press strip */
.press-strip { margin-top: 56px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding-top: 32px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-soft); }
.press-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }
.press-city { font-weight: 500; font-size: 18px; letter-spacing: -0.01em; color: var(--ink); opacity: .55; }
.dot-sep { color: var(--ink-light); }

/* Sections */
.section { max-width: 1280px; margin: 0 auto; padding: 120px 32px; }
.section-tinted { max-width: none; background: var(--bg-tint); padding: 120px 0; }
.section-tinted > * { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px; }
.section-head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.section-head-row { max-width: 1100px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; text-align: left; align-items: end; }

/* How it works */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.how-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 36px 32px 32px; box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: 14px; min-height: 360px; }
.how-card-accent { background: linear-gradient(180deg, #fff 0%, #FCEDE3 100%); border-color: #F6D9C5; }
.step-num { position: absolute; top: 28px; right: 32px; font-family: var(--f-mono); font-size: 13px; color: var(--ink-mute); letter-spacing: 0.04em; }
.how-icon { width: 56px; height: 56px; background: var(--blue-pale); color: var(--blue); border-radius: 16px; display: grid; place-items: center; margin-bottom: 8px; }
.how-card-accent .how-icon { background: rgba(255,255,255,.7); color: var(--orange-2); }
.how-card h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.018em; margin: 0; }
.how-card p { color: var(--ink-soft); margin: 0; font-size: 15px; line-height: 1.55; }
.how-foot { margin-top: auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; }
.chip { background: var(--bg); border: 1px solid var(--line); padding: 5px 11px; border-radius: var(--r-pill); font-size: 12px; color: var(--ink-soft); font-weight: 500; }
.chip-more { background: transparent; border-style: dashed; color: var(--ink-mute); }
.chat-preview { margin-top: auto; background: rgba(255,255,255,.5); border-radius: 16px; padding: 14px; display: flex; flex-direction: column; gap: 6px; }

/* Bubbles */
.bubble { font-size: 13px; padding: 8px 12px; border-radius: 14px; max-width: 75%; line-height: 1.4; }
.bubble.in { background: #fff; color: var(--ink); border-bottom-left-radius: 4px; align-self: flex-start; }
.bubble.out { background: var(--blue); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.bubble-typing { display: inline-flex; gap: 3px; padding: 10px 12px; }
.bubble-typing span { width: 5px; height: 5px; background: var(--ink-mute); border-radius: 50%; animation: typing 1.2s infinite; }
.bubble-typing span:nth-child(2) { animation-delay: .15s; }
.bubble-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-2px); } }

/* Safety dark */
.section-dark { max-width: none; background: var(--bg-dark); color: var(--ink-invert); padding: 120px 0;
  background-image: radial-gradient(80% 50% at 50% 0%, rgba(232,123,74,.12), transparent 70%),
    radial-gradient(50% 40% at 90% 90%, rgba(74,111,176,.18), transparent 70%); }
.section-dark > * { max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px; }
.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.safety-card { background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); border-radius: var(--r-lg);
  padding: 32px 28px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  transition: background .2s ease, transform .2s ease; }
.safety-card:hover { background: rgba(255,255,255,.07); transform: translateY(-2px); }
.safety-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(45,122,92,.15); color: var(--green);
  display: grid; place-items: center; margin-bottom: 24px; }
.safety-card h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.012em; margin: 0 0 10px; color: #fff; }
.safety-card p { font-size: 14px; line-height: 1.5; color: rgba(250,247,242,.65); margin: 0; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 36px 32px; display: flex; flex-direction: column; gap: 18px; box-shadow: var(--sh-sm); position: relative; }
.price-card-featured { background: var(--green); border-color: var(--ink); color: #fff; transform: scale(1.02); box-shadow: var(--sh-lg); }
.price-card-featured .price-tier { color: var(--orange); }
.price-card-featured .price-amount { color: #fff; }
.price-card-featured .price-line { color: rgba(255,255,255,.7); }
.price-card-featured .price-list { color: rgba(255,255,255,.92); }
.price-card-featured .price-fine { color: rgba(255,255,255,.5); }
.ribbon { position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,.2); color: #fff;
  padding: 5px 12px; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; border-radius: var(--r-pill); }
.price-head { display: flex; flex-direction: column; gap: 4px; }
.price-tier { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--green); font-weight: 500; }
.price-amount { font-size: 48px; font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.price-amount .per { font-size: 14px; color: var(--ink-mute); font-weight: 400; letter-spacing: 0; }
.price-card-featured .per { color: rgba(255,255,255,.5); }
.price-line { color: var(--ink-soft); font-size: 14px; margin: 0; }
.price-list { list-style: none; padding: 0; margin: 8px 0 auto; display: flex; flex-direction: column; gap: 12px; font-size: 14px; color: var(--ink-soft); }
.price-list li { display: flex; align-items: center; gap: 12px; }
.price-card-featured .check { background: rgba(232,123,74,.2); }
.price-card-featured .check::after { border-color: var(--orange); }
.price-fine { margin: 0; font-size: 12px; color: var(--ink-mute); text-align: center; }
.check { width: 18px; height: 18px; border-radius: 50%; background: var(--blue-pale); display: inline-grid; place-items: center; flex-shrink: 0; position: relative; }
.check::after { content: ""; width: 8px; height: 4px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg) translate(1px, -1px); }
.check.accent { background: var(--green-light); }
.check.accent::after { border-color: var(--green); }
.ver-badge { display: inline-grid; place-items: center; width: 16px; height: 16px; background: var(--blue-3); color: #fff; border-radius: 50%; font-size: 10px; font-weight: 700; }

/* Final CTA */
.final-cta { background: var(--bg-dark); color: #fff; padding: 140px 32px; text-align: center; position: relative; overflow: hidden;
  background-image: radial-gradient(60% 50% at 30% 50%, rgba(232,123,74,.18), transparent 70%),
    radial-gradient(50% 50% at 80% 30%, rgba(74,111,176,.22), transparent 70%), linear-gradient(180deg, #14213D 0%, #0E1830 100%); }
.final-cta::before { content: ""; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 400px; background: radial-gradient(50% 50% at 50% 50%, rgba(232,123,74,.15), transparent 70%); filter: blur(60px); }
.final-inner { position: relative; max-width: 900px; margin: 0 auto; }
.final-display { color: #fff; margin-bottom: 20px; }
.final-display em { color: #F6C4A8; }
.final-sub { margin: 0 auto 40px; font-size: 18px; }
.final-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.final-trust { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.65); }
.final-trust strong { color: #fff; font-weight: 600; }

/* Footer */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 80px 32px 32px; }
.footer-grid { max-width: 1280px; margin: 0 auto; display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr); gap: 48px; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.footer-brand .brand-foot { margin-bottom: 16px; display: inline-flex; }
.footer-brand p { font-size: 14px; max-width: 30ch; margin: 0 0 20px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 36px; height: 36px; background: var(--bg-card); border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; font-family: var(--f-mono); font-size: 11px; font-weight: 600; letter-spacing: .04em; color: var(--ink-soft); transition: all .2s ease; }
.socials a:hover { color: var(--ink); border-color: var(--ink); }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-size: 13px; font-family: var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin: 0 0 8px; font-weight: 500; }
.footer-col a { font-size: 14px; color: var(--ink-soft); }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { max-width: 1280px; margin: 0 auto; padding-top: 24px; display: flex;
  justify-content: space-between; font-size: 12px; color: var(--ink-mute); flex-wrap: wrap; gap: 12px; }

/* Sticky CTA */
.sticky-cta { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: rgba(20,33,61,.95); color: #fff; padding: 12px 12px 12px 22px; border-radius: var(--r-pill);
  display: flex; align-items: center; gap: 16px; font-size: 14px; box-shadow: var(--sh-lg);
  z-index: 50; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); animation: stickyIn .4s ease; }
.sticky-cta strong { font-weight: 600; }
@keyframes stickyIn { from { transform: translate(-50%, 30px); opacity: 0; } to { transform: translate(-50%, 0); opacity: 1; } }

/* Community / Testimonials */
.community-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; grid-template-rows: auto auto; gap: 20px; }
.testimonial { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px;
  box-shadow: var(--sh-sm); display: flex; flex-direction: column; gap: 18px; }
.testimonial blockquote { margin: 0; font-size: 17px; line-height: 1.45; letter-spacing: -0.008em; color: var(--ink); }
.testimonial blockquote p { margin: 0 0 14px; }
.testimonial blockquote footer { font-size: 13px; color: var(--ink-mute); font-weight: 500; }
.t-img { width: 100%; height: 220px; border-radius: var(--r-md); background: linear-gradient(160deg, #E6D3BA, #B89472); overflow: hidden; }
.t-img-sm { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #D9D2C4, #B0A691); margin-top: auto; }
.t-1 { grid-column: 1; grid-row: 1; } .t-2 { grid-column: 2; grid-row: 1; } .t-3 { grid-column: 3; grid-row: 1; }
.t-4 { grid-column: 1; grid-row: 2; } .t-5 { grid-column: 2; grid-row: 2; } .t-6 { grid-column: 3; grid-row: 2; }
.t-stat { background: var(--ink); border-color: var(--ink); color: #fff; justify-content: center; align-items: flex-start; }
.t-stat .muted { color: rgba(255,255,255,.6); font-size: 12px; }
.big-stat { display: flex; flex-direction: column; gap: 2px; }
.stat-num { font-family: var(--f-serif); font-size: 96px; line-height: .95; letter-spacing: -0.04em; color: var(--orange); }
.stat-cap { font-size: 14px; color: rgba(255,255,255,.85); max-width: 18ch; }
.t-quote { background: var(--bg-tint); border-color: #E8DBC4; justify-content: center; }
.t-quote .quote-mark { font-family: var(--f-serif); font-size: 100px; line-height: .7; color: var(--orange); margin-bottom: -12px; }
.serif { font-family: var(--f-serif); font-weight: 400; font-style: italic; letter-spacing: -0.015em; font-size: clamp(28px,3vw,40px); line-height: 1.18; margin: 0 0 16px; }

/* Responsive */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .hero-collage { height: 480px; }
  .nav-links { display: none; }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card-featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .safety-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-inner { padding: 14px 20px; gap: 12px; }
  .nav-cta .link-quiet { display: none; }
  .hero { padding: 40px 20px 60px; }
  .display { font-size: 44px; }
  .h2 { font-size: 32px; }
  .section { padding: 80px 20px; }
  .section-tinted, .section-dark { padding: 80px 0; }
  .section-tinted > *, .section-dark > * { padding-left: 20px; padding-right: 20px; }
  .how-grid { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .testimonial { grid-column: 1 !important; grid-row: auto !important; }
  .float-card-1, .float-card-3 { display: none; }
  .final-cta { padding: 100px 20px; }
}
image-slot { border-radius: inherit; }
