*:where(:not(iframe,canvas,img,svg,video):not(svg *,symbol *)) { all: unset; display: revert; }
*,*::before,*::after { box-sizing: border-box; }
html,body { height: 100%; }
:root{
  --hermit-space:#0A0114;
  --hermit-void:#120626;
  --hermit-surface:rgba(23,12,42,0.72);
  --hermit-border:rgba(142,113,255,0.35);
  --hermit-text:#F6F3FF;
  --hermit-muted:#B9B1E8;
  --hermit-heading:#FFFFFF;
  --hermit-primary:#FF5F6D;
  --hermit-secondary:#FF2D94;
  --hermit-tertiary:#FF8A3D;
  --hermit-grad: linear-gradient(135deg, #FF2D94 0%, #FF5F6D 40%, #FF8A3D 80%);
  --hermit-grad-alt: linear-gradient(135deg, rgba(99,102,241,0.6), rgba(236,72,153,0.6));
  --glow-shadow: 0 20px 60px rgba(126,58,242,0.22);
  --glass-border: 1px solid rgba(255,255,255,0.12);
  --card-radius: 20px;
  --backdrop-blur: blur(24px);
}

body {
  font-family: 'Inter', 'SF Pro Display', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  line-height: 1.5;
  color: var(--hermit-text);
  background:
    radial-gradient(1200px 800px at 0% 0%, rgba(144,97,249,0.35), transparent 70%),
    radial-gradient(900px 680px at 100% 0%, rgba(255,95,109,0.32), transparent 75%),
    linear-gradient(180deg, var(--hermit-space) 0%, var(--hermit-void) 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 160% 160%, 180% 180%, cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.container { max-width: 980px; margin: 0 auto; padding: 40px 24px 72px; position: relative; }
.band { position:relative; width:100vw; left:50%; transform:translateX(-50%); margin: 72px 0; padding: 72px 0; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0)); overflow:hidden; }
.band:first-of-type { margin-top: 32px; }
.band.light { background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02)); }
.band.dark { background: linear-gradient(180deg, rgba(18,6,36,0.92), rgba(12,4,26,0.75)); color: var(--hermit-text); }
.band.dark p,
.band.dark li { color: rgba(247,243,255,0.86); }
.band.dark a { color: rgba(255,245,255,0.92); }
.band.dark a:hover { color: white; }
.band::before { content:""; position:absolute; inset:0; background: radial-gradient(60% 200% at 50% 0%, rgba(255,255,255,0.24), transparent 75%); opacity:0.45; pointer-events:none; }
.band > .container { max-width: 1040px; padding: 0 32px; }
.section-heading { text-align:center; margin-bottom: 32px; }
.section-heading h2 { font-size: clamp(26px, 3.4vw, 38px); color: #F8F5FF; letter-spacing:-0.015em; margin-bottom: 10px; text-shadow: 0 12px 32px rgba(0,0,0,0.35); }
.section-heading p { color: rgba(249,246,255,0.88); max-width: 620px; margin: 0 auto; font-size: 16px; }
.band.light .section-heading h2 { color: #16083C; text-shadow: none; }
.band.light .section-heading p { color: rgba(29,15,56,0.82); }
.band.dark .section-heading p { color: rgba(249,246,255,0.86); }
.hero { text-align: center; margin-bottom: 18px; }
.hero h1 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; letter-spacing: -0.03em; color: var(--hermit-heading); }
.tagline { color: var(--hermit-muted); font-size: 18px; }

.container a { color: rgba(255,245,255,0.92); text-decoration:none; }
.container a:hover { color: white; }

.card {
  position: relative;
  background: linear-gradient(160deg, rgba(24,9,45,0.85), rgba(38,13,67,0.65));
  border-radius: var(--card-radius);
  padding: 22px;
  margin: 18px 0;
  border: 1px solid rgba(221,214,254,0.12);
  box-shadow: var(--glow-shadow);
  backdrop-filter: var(--backdrop-blur);
}

.card::after { content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none; border:1px solid rgba(255,255,255,0.05); mix-blend-mode:screen; }

.card.light { background: linear-gradient(160deg, rgba(255,255,255,0.9), rgba(239,232,255,0.64)); color:#1F0D3F; border:1px solid rgba(255,255,255,0.68); box-shadow: 0 26px 52px rgba(8,0,24,0.28); }
.card.light h2, .card.light h3 { color:#271046; }
.card.light p, .card.light li { color: rgba(33,16,59,0.84); }

.card h1, .card h2, .card h3, .card h4 { color: var(--hermit-heading); }
.card p, .card li { color: rgba(241,235,255,0.85); }
.card ul li { margin-bottom: 6px; }

.card.onboarding { background: linear-gradient(160deg, rgba(36,9,57,0.92), rgba(62,15,79,0.62)); overflow:hidden; }
.card.onboarding::before { content:""; position:absolute; inset:-20% 0 0 0; background: radial-gradient(240px 200px at 15% -10%, rgba(255,95,109,0.45), transparent 70%), radial-gradient(260px 220px at 90% 0%, rgba(147,51,234,0.35), transparent 75%); opacity:0.9; pointer-events:none; }
.card.onboarding h2 { font-size: 22px; font-weight: 800; color: var(--hermit-heading); }
.card.onboarding .small { color: rgba(249,240,255,0.85); }
.card.onboarding .progress { position: relative; height: 8px; background: rgba(255,255,255,0.12); border-radius: 999px; margin: 18px 0 14px; overflow:hidden; }
.card.onboarding .progress-bar { position:absolute; inset:0; width:0%; background: var(--hermit-grad); border-radius: inherit; box-shadow: 0 0 20px rgba(255,95,109,0.55); transition: width .35s ease; }
.card.onboarding .checklist { list-style:none; padding:0; margin:0; display:grid; gap:14px; position:relative; }
.card.onboarding .checklist li { display:flex; gap:14px; align-items:flex-start; background: rgba(8,4,20,0.45); border-radius:16px; padding:12px 16px; border:1px solid rgba(255,255,255,0.08); box-shadow: 0 8px 24px rgba(10,0,28,0.25); position:relative; z-index:1; }
.card.onboarding .checklist li.completed { border-color: rgba(74,222,128,0.6); box-shadow: 0 10px 30px rgba(74,222,128,0.18); }
.card.onboarding .checklist li.completed .status { background: rgba(34,197,94,1); color:white; border-color: transparent; }
.card.onboarding .checklist .status { flex-shrink:0; width:28px; height:28px; border-radius:999px; border:2px solid rgba(255,255,255,0.28); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; color:#FDF4FF; background:rgba(255,255,255,0.08); box-shadow: inset 0 0 12px rgba(255,255,255,0.14); }

.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
label { display: grid; gap: 6px; font-size: 14px; color: var(--hermit-muted); font-weight: 500; }
input, select, textarea {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(10,0,26,0.65);
  border: 1px solid rgba(193,168,255,0.25);
  color: var(--hermit-heading);
  transition: border .18s ease, box-shadow .18s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(255,95,109,0.75);
  box-shadow: 0 0 0 2px rgba(255,95,109,0.35);
}
.actions { margin-top: 14px; }
button {
  background: var(--hermit-grad);
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 35px rgba(255,95,109,0.35);
  transition: transform .18s ease, box-shadow .18s ease;
}
button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(255,95,109,0.45); }
.hint { color: rgba(229,220,255,0.6); font-size: 12px; margin-top: 8px; }
.feed { display: grid; gap: 14px; }
.card .post { padding: 16px; border-radius: 18px; border: 1px solid rgba(255,255,255,0.06); background: linear-gradient(145deg, rgba(15,0,35,0.78), rgba(45,13,71,0.58)); box-shadow: 0 12px 28px rgba(16,0,32,0.4); }
.card .post strong { color: var(--hermit-heading); font-weight: 700; }
.card .post.social-proof { border: 1px solid rgba(255,95,109,0.5); background: linear-gradient(135deg, rgba(255,45,148,0.38), rgba(96,34,208,0.55)); position: relative; overflow:hidden; }
.card .post.social-proof::before { content:""; position:absolute; inset:-40% -30% auto; height: 280px; background: radial-gradient(180px at 40% 40%, rgba(255,255,255,0.35), transparent 70%); opacity:0.85; mix-blend-mode:screen; }
.card .post.social-proof .badge { display:inline-flex; align-items:center; gap:6px; background: rgba(0,0,0,0.24); color:#FFEAF8; font-weight:700; padding:4px 12px; border-radius:999px; font-size:12px; text-transform:uppercase; letter-spacing:0.08em; box-shadow: inset 0 0 8px rgba(255,255,255,0.18); }
.card .post.social-proof blockquote { margin:18px 0 8px; font-size:18px; color:#FFF6FF; font-weight:700; }
.card .post.social-proof .who { font-size:14px; color:#FFE1FF; font-weight:600; }

.row { display: flex; gap: 10px; }
.row.center { align-items: center; }
.row.between { justify-content: space-between; }
.small { font-size: 12px; color: var(--hermit-muted); }

.site-header { position: sticky; top:0; z-index: 20; padding-top: 18px; }
.site-header::before { content:""; position:absolute; inset:0; height: 100%; background: linear-gradient(180deg, rgba(10,0,26,0.85), rgba(10,0,26,0)); pointer-events:none; }
.site-header .wrap, .site-footer .wrap { max-width: 1080px; margin:0 auto; padding: 14px 20px; display:flex; align-items:center; justify-content: space-between; background: linear-gradient(160deg, rgba(14,4,30,0.82), rgba(39,13,69,0.6)); border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 18px 40px rgba(10,0,28,0.45); backdrop-filter: blur(24px); position:relative; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand-logo { width:42px; height:42px; object-fit:contain; border-radius: 12px; box-shadow: 0 8px 20px rgba(255,95,109,0.35); }
.brand-logo.small { width:24px; height:24px; }
.brand-name { font-weight:800; letter-spacing:-0.025em; color:#FFE8FF; font-size:18px; }
.nav { display:flex; flex-wrap:wrap; gap: 18px; align-items:center; justify-content:space-between; width:100%; }
.nav-links, .nav-actions { display:flex; align-items:center; gap: 10px; flex-wrap:wrap; }
.nav a { color: rgba(249,240,255,0.78); text-decoration:none; padding:10px 14px; border-radius: 999px; font-weight:600; transition: background .15s ease, color .15s ease, transform .15s ease; position:relative; }
.nav a::after { content:""; position:absolute; inset:auto 0 -4px; height:3px; border-radius:999px; background: transparent; transition: background .2s ease, opacity .2s ease; opacity:0; }
.nav a:hover { color:white; transform: translateY(-1px); background: rgba(255,255,255,0.08); }
.nav a.active { color:white; background: rgba(255,95,109,0.18); }
.nav a.active::after { background: var(--hermit-grad); opacity:1; }
.nav-actions .btn { padding: 10px 18px; }
.nav-actions .btn.primary { color:white; }
.site-footer { margin-top: 64px; padding-bottom: 32px; }
.site-footer .wrap { margin-top: 0; }
.site-footer a { color: rgba(255,255,255,0.7); }

.card.hero.brand { text-align:center; background: linear-gradient(150deg, rgba(52,16,82,0.92), rgba(18,6,36,0.88)); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 24px 48px rgba(10,0,28,0.55); }
.card.hero.brand h1 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 10px; }
.card.hero.brand .tagline { color: rgba(233,227,255,0.8); }

.card.hero.brand img { width:80px; height:80px; border-radius:20px; box-shadow: 0 12px 30px rgba(0,0,0,0.45); margin-bottom: 16px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.chip { padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(226,215,255,0.4); background: rgba(18,10,37,0.8); color: #F6F3FF; font-size: 13px; font-weight:600; transition: transform .15s ease, border .15s ease, background .15s ease; box-shadow: inset 0 0 10px rgba(255,255,255,0.06); }
.chip:hover { background: rgba(255,255,255,0.1); transform: translateY(-1px); }
.chip.selected { background: var(--hermit-grad); border-color: transparent; color:white; box-shadow: 0 12px 28px rgba(255,95,109,0.35); }

.cta { display: inline-flex; gap: 12px; margin-top: 18px; }
.btn { display: inline-flex; align-items:center; justify-content:center; padding: 13px 20px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .12s ease, box-shadow .18s ease; position:relative; overflow:hidden; }
.btn.primary { background: var(--hermit-grad); color:white; box-shadow: 0 18px 36px rgba(255,95,109,0.42); }
.btn.primary:hover { transform: translateY(-2px); box-shadow: 0 24px 50px rgba(255,95,109,0.5); }
.btn.ghost { background: rgba(15,5,32,0.6); color:#FFF1FF; border: 1px solid rgba(255,255,255,0.16); }
.btn.ghost:hover { background: rgba(255,255,255,0.12); }
.btn.brand { background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05)); color:white; border:1px solid rgba(255,255,255,0.25); box-shadow: 0 12px 30px rgba(112,45,197,0.4); }
.btn.small { padding: 8px 14px; font-size: 12px; }

.hero-gradient { position: relative; overflow: visible; border: none; padding: 0; border-radius: 32px; background: transparent; box-shadow: none; }
.hero-shell { position:relative; overflow:hidden; border-radius: 32px; background: linear-gradient(160deg, rgba(42,18,90,0.95), rgba(15,6,30,0.85)); box-shadow: 0 48px 90px rgba(12,0,30,0.62); padding: clamp(36px, 5.6vw, 68px) clamp(26px, 5.6vw, 58px) clamp(36px, 5.6vw, 68px); display:flex; flex-direction:column; gap: clamp(28px, 3.8vw, 44px); }
.hero-gradient::before { content:""; position:absolute; inset:-10% -10% auto; height: 120%; background:
  radial-gradient(460px 380px at 15% 20%, rgba(255,45,148,0.6), transparent 65%),
  radial-gradient(420px 340px at 85% 15%, rgba(255,138,64,0.45), transparent 70%),
  radial-gradient(380px 320px at 50% 90%, rgba(88,51,255,0.45), transparent 72%);
  opacity:0.8;
}
.hero-gradient::after { content:""; position:absolute; inset: 12% 18%; border-radius: 28px; background: rgba(255,255,255,0.05); filter: blur(120px); opacity:0.6; pointer-events:none; }
.hero-gradient .hero-content { position:relative; z-index:2; }
.hero-logo { width:96px; height:96px; border-radius: 24px; box-shadow: 0 18px 40px rgba(0,0,0,0.45); margin-bottom: 18px; }
.hero-gradient h1 { font-size: clamp(42px, 6.4vw, 72px); margin-bottom: 12px; text-shadow: 0 10px 32px rgba(0,0,0,0.55); }
.hero-gradient .tagline { font-size: clamp(18px, 3vw, 22px); color: rgba(252,247,255,0.94); max-width: 620px; }
.hero-pills { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin: 18px auto 0; }
.hero-pills span { background: rgba(15,5,32,0.55); border:1px solid rgba(255,255,255,0.18); padding:6px 14px; border-radius:999px; color: rgba(248,245,255,0.85); font-size:13px; font-weight:600; box-shadow: inset 0 0 10px rgba(255,255,255,0.08); }
.hero-cta { margin-top: 22px; gap: 14px; }
.hero-emoji { position: absolute; right: 32px; bottom: 16px; font-size: 42px; opacity: 0.85; filter: drop-shadow(0 8px 16px rgba(0,0,0,0.45)); animation: floaty 6s ease-in-out infinite; }

.hero-split .hero-content { max-width: none; text-align:left; }
.hero-split .hero-pills { justify-content:flex-start; }

.hero-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(28px, 4vw, 42px); align-items:center; position:relative; z-index:2; }
.hero-left { display:flex; flex-direction:column; gap: 16px; }
.hero-left h1 { font-size: clamp(42px, 5.6vw, 68px); }
.hero-left .tagline { font-size: clamp(18px, 3vw, 22px); max-width: 560px; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:13px; text-transform:uppercase; letter-spacing:0.24em; color: rgba(255,255,255,0.6); background: rgba(17,5,32,0.6); padding:6px 12px; border-radius:999px; border:1px solid rgba(255,255,255,0.18); }

.hero-stats { list-style:none; padding:0; margin: 22px 0 10px; display:flex; flex-wrap:wrap; gap:16px; }
.hero-stats li { flex:1 1 170px; max-width: 220px; background: linear-gradient(160deg, rgba(15,4,30,0.82), rgba(39,13,64,0.75)); border:1px solid rgba(255,255,255,0.16); border-radius:18px; padding:18px 20px; box-shadow: 0 20px 40px rgba(6,0,22,0.35); backdrop-filter: blur(16px); display:flex; flex-direction:column; gap:6px; }
.hero-stats .metric { display:block; font-size: 28px; font-weight:800; color:white; line-height:1.1; }
.hero-stats span { color: rgba(244,240,255,0.72); font-size:12px; text-transform:uppercase; letter-spacing:0.06em; }

.hero-right { position:relative; display:flex; flex-direction:column; gap: 22px; align-items:flex-end; padding-right: 6px; }
.floating-card { width: min(320px, 92%); padding: 18px 20px; border-radius: 22px; border:1px solid rgba(255,255,255,0.18); background: linear-gradient(160deg, rgba(18,5,34,0.92), rgba(36,12,54,0.78)); box-shadow: 0 28px 55px rgba(5,0,18,0.55); backdrop-filter: blur(18px); position:relative; overflow:hidden; }
.floating-card::before { content:""; position:absolute; inset:-30% -30% auto; height: 180px; background: radial-gradient(120px at 20% 30%, rgba(255,255,255,0.18), transparent 70%); opacity:0.6; }
.floating-card.secondary { background: linear-gradient(160deg, rgba(52,16,82,0.95), rgba(15,5,42,0.82)); transform: translateX(-26px); }
.hero-right .floating-card.primary { transform: translateX(-6px); }
.floating-card .card-head { font-size: 13px; text-transform: uppercase; letter-spacing:0.16em; color: rgba(255,255,255,0.65); margin-bottom:8px; }
.floating-card p { font-size: 18px; font-weight:700; color:white; margin-bottom: 12px; }
.floating-card .card-foot { font-size: 13px; color: rgba(230,223,255,0.82); }
.floating-card strong { color:white; }
.floating-bubble { align-self:flex-start; background: rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.24); padding:10px 16px; border-radius:999px; font-weight:600; color:#FFEFFF; box-shadow: 0 18px 38px rgba(8,0,30,0.55); backdrop-filter: blur(14px); transform: translate(-18px, -6px); }

.hero-footer { display:flex; flex-direction:column; gap: 14px; position:relative; z-index:2; }
.hero-badges { list-style:none; display:flex; flex-wrap:wrap; gap: 10px; margin:0; padding:0; justify-content:flex-start; }
.hero-badges li { font-size: 13px; text-transform:uppercase; letter-spacing:0.14em; background: rgba(14,4,32,0.9); color: rgba(248,245,255,0.9); border:1px solid rgba(255,255,255,0.28); border-radius:999px; padding:10px 20px; box-shadow: 0 12px 26px rgba(9,0,22,0.35); display:flex; align-items:center; gap:10px; backdrop-filter: blur(12px); }
.hero-badges li::before { content:""; width:8px; height:8px; border-radius:50%; background: rgba(255,95,197,0.95); box-shadow: 0 0 18px rgba(255,95,197,0.7); }
.hero-scroll { font-size: 12px; letter-spacing:0.24em; text-transform:uppercase; color: rgba(247,244,255,0.58); margin-top:8px; }

.hero-orb { position:absolute; border-radius:50%; filter: blur(0); opacity:0.75; mix-blend-mode: screen; animation: heroPulse 16s linear infinite; }
.hero-orb--pink { width: 220px; height: 220px; top: -60px; left: -40px; background: radial-gradient(circle at 30% 30%, rgba(255,95,197,0.9), rgba(255,95,197,0)); }
.hero-orb--gold { width: 160px; height: 160px; top: 20%; right: 8%; background: radial-gradient(circle at 60% 40%, rgba(255,176,94,0.85), rgba(255,176,94,0)); animation-delay: 4s; }
.hero-orb--violet { width: 340px; height: 340px; bottom: -140px; right: -110px; background: radial-gradient(circle at 50% 50%, rgba(126,102,255,0.8), rgba(126,102,255,0)); animation-delay: 8s; }

.hero-shell::after { content:""; position:absolute; inset:-10%; background: radial-gradient(520px at 80% 20%, rgba(255,255,255,0.12), transparent 70%); opacity:0.35; pointer-events:none; }

.glow-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 18px; margin: 40px 0; }
.glow-grid.wide { grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 24px; }
.glow-card { background: linear-gradient(160deg, rgba(255,255,255,0.78), rgba(241,236,255,0.46)); border:1px solid rgba(255,255,255,0.6); border-radius: 22px; padding: 26px 28px; box-shadow: 0 22px 48px rgba(6,0,18,0.32); position:relative; overflow:hidden; color: rgba(33,15,60,0.9); }
.glow-card.dark { background: linear-gradient(160deg, rgba(15,5,28,0.92), rgba(30,11,45,0.78)); color: rgba(235,229,255,0.9); border-color: rgba(255,255,255,0.12); }
.glow-card::before { content:""; position:absolute; inset:-20% 40% auto 0; height: 120px; background: radial-gradient(100px at 30% 30%, rgba(255,255,255,0.22), transparent 70%); opacity:0.5; }
.glow-card h3 { margin-bottom: 12px; font-size: 24px; font-weight: 700; color: #120830; }
.glow-card p { color: rgba(35,21,70,0.82); }
.glow-card.dark p { color: rgba(235,229,255,0.85); }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 20px; margin: 36px 0; position:relative; }
.feature { background: linear-gradient(160deg, rgba(255,255,255,0.92), rgba(244,238,255,0.78)); border-radius: 22px; padding: 26px 28px; border: 1px solid rgba(255,255,255,0.75); box-shadow: 0 24px 52px rgba(8,0,26,0.28); backdrop-filter: blur(16px); position:relative; overflow:hidden; color: rgba(29,16,55,0.9); }
.feature::before { content:""; position:absolute; inset: -25% -15% auto; height: 200px; background: radial-gradient(140px at 30% 25%, rgba(255,255,255,0.28), transparent 70%); opacity:0.6; pointer-events:none; }
.feature-head { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.feature-icon { width:44px; height:44px; border-radius:16px; display:grid; place-items:center; background: rgba(255,255,255,0.92); color:#2A0F56; border:1px solid rgba(227,210,255,0.8); font-size:20px; box-shadow: 0 14px 30px rgba(18,0,46,0.15); }
.feature h3 { margin:0; font-size: 22px; font-weight: 800; color: #1B0C3C; }
.feature p { color: rgba(33,17,62,0.78); }
.feature.dark { background: linear-gradient(160deg, rgba(18,5,34,0.95), rgba(37,12,58,0.75)); color: rgba(247,243,255,0.82); border: 1px solid rgba(226,215,255,0.12); }
.feature.dark h3 { color: var(--hermit-heading); }
.feature.dark .feature-icon { background: rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.18); color:white; box-shadow: inset 0 0 12px rgba(255,255,255,0.12); }
.feature.dark p { color: rgba(247,243,255,0.82); }

.callout { text-align: center; background: linear-gradient(160deg, rgba(255,255,255,0.96), rgba(242,237,255,0.8)); color:#1A0B38; border:1px solid rgba(255,255,255,0.72); box-shadow: 0 32px 60px rgba(9,0,28,0.26); padding: 34px 32px; }
.callout h2 { color:#12062E; font-weight:800; margin-bottom: 10px; }
.callout p, .callout li { color: rgba(33,16,57,0.85); }

.testimonials { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 20px; margin: 28px 0; }
.quote { background: linear-gradient(155deg, rgba(255,255,255,0.92), rgba(244,238,255,0.74)); border: 1px solid rgba(255,255,255,0.7); border-radius: 22px; padding: 24px 26px; color: rgba(33,17,61,0.9); box-shadow: 0 20px 44px rgba(7,0,24,0.24); position:relative; overflow:hidden; }
.quote::before { content:""; position:absolute; inset:auto auto -35% -10%; width:180px; height:180px; background: radial-gradient(120px, rgba(249,187,255,0.45), transparent 70%); opacity:0.45; }
.quote p { color: inherit; font-size: 18px; line-height: 1.55; }
.quote .who { margin-top: 16px; font-weight: 700; color:#5A28B3; font-size: 15px; }

.faq { display:grid; grid-template-columns: 1fr; gap: 12px; }
.faq details { background: linear-gradient(150deg, rgba(255,255,255,0.32), rgba(241,236,255,0.16)); border: 1px solid rgba(255,255,255,0.42); border-radius: 18px; padding: 18px 22px; color: rgba(31,17,50,0.88); box-shadow: 0 22px 44px rgba(10,0,32,0.22); }
.faq summary { cursor: pointer; font-weight: 700; color: #241042; }
.faq p { color: rgba(39,18,68,0.82); margin-top: 10px; }

.info-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 32px; }
.info-grid .card { background: linear-gradient(160deg, rgba(255,255,255,0.94), rgba(243,237,255,0.7)); border:1px solid rgba(255,255,255,0.72); color:#1B0D3C; box-shadow: 0 26px 50px rgba(9,0,28,0.24); backdrop-filter: blur(16px); padding: 28px 30px; }
.info-grid .card h3 { color:#12082F; margin-bottom: 12px; }
.info-grid .card p { color: rgba(28,15,54,0.82); }
.info-grid .card ul { margin: 14px 0 0 20px; padding:0; }
.info-grid .card li { color: rgba(32,17,57,0.84); margin-bottom:8px; }
.info-grid .card li::marker { color: rgba(122,80,255,0.9); }

.app-container { max-width: 1120px; }
.hero-app { margin-bottom: 24px; }
.hero-app .tagline { max-width: 620px; margin: 0 auto; }
.hero-app .hero-pills { margin-top: 16px; }

#sessionBar { background: linear-gradient(150deg, rgba(18,6,34,0.95), rgba(36,12,54,0.8)); border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 16px 36px rgba(6,0,18,0.45); }
#sessionBar strong { color: var(--hermit-heading); }

#signedOut { text-align:center; }

.map-card { padding-bottom: 28px; }
.map-shell { position: relative; border-radius: 22px; padding: 12px; background: linear-gradient(145deg, rgba(14,5,30,0.95), rgba(43,18,72,0.75)); border: 1px solid rgba(226,215,255,0.12); box-shadow: 0 28px 60px rgba(8,0,26,0.55); overflow:hidden; }
.map-shell::before { content:""; position:absolute; inset: 10% 20%; border-radius: 30px; background: rgba(255,255,255,0.06); filter: blur(110px); opacity:0.7; pointer-events:none; }
.map-shell #map { height: 360px; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); box-shadow: inset 0 0 40px rgba(0,0,0,0.35); }

#feed { margin-top: 12px; }
.post .row button { flex-grow: 0; }

.filters-inline { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top: 12px; }
.filters-inline label { display:flex; align-items:center; gap:8px; background: rgba(17,5,32,0.6); padding: 6px 12px; border-radius: 999px; border:1px solid rgba(226,215,255,0.18); }

.badge-pill { display:inline-flex; align-items:center; gap:6px; padding:6px 12px; border-radius:999px; background: rgba(16,5,30,0.6); border:1px solid rgba(226,215,255,0.18); color: rgba(241,235,255,0.78); font-size:12px; font-weight:600; }

.steps { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 18px; margin: 24px 0; }
.step { border: 1px solid rgba(226,215,255,0.16); border-radius: 18px; padding: 18px; background: linear-gradient(160deg, rgba(16,5,28,0.9), rgba(31,9,49,0.76)); box-shadow: 0 16px 36px rgba(8,0,26,0.45); }
.step h4 { margin-bottom: 6px; font-weight: 700; color: var(--hermit-heading); }
.swoosh { background: var(--hermit-grad); height: 3px; border-radius: 999px; margin: 8px auto; width: 96px; box-shadow: 0 4px 18px rgba(255,95,109,0.5); }

.toast-container { position: fixed; left:50%; transform: translateX(-50%); bottom: 22px; display:flex; flex-direction: column; gap:10px; z-index: 100; }
.toast { background: linear-gradient(135deg, rgba(24,8,46,0.95), rgba(48,16,84,0.85)); color:white; padding:12px 14px; border-radius:14px; opacity:0; transform: translateY(12px); transition: .2s ease; box-shadow: 0 18px 42px rgba(8,0,22,0.55); border: 1px solid rgba(255,255,255,0.12); }
.toast.show { opacity:1; transform: translateY(0); }
.toast.success { background: linear-gradient(135deg, rgba(16,55,40,0.95), rgba(26,148,94,0.92)); }
.toast.error { background: linear-gradient(135deg, rgba(63,12,34,0.95), rgba(220,38,38,0.9)); }

.modal-overlay { position: fixed; inset: 0; background: rgba(9,4,20,0.72); display:flex; align-items:center; justify-content:center; opacity:0; transition: .18s ease; z-index: 10000; }
.modal-overlay.show { opacity:1; backdrop-filter: blur(8px); }
.modal { background: linear-gradient(160deg, rgba(18,5,34,0.95), rgba(38,12,58,0.8)); padding:20px; border-radius:20px; width:min(420px, 92vw); box-shadow: 0 26px 60px rgba(6,0,18,0.55); border: 1px solid rgba(226,215,255,0.22); }
.modal h3 { font-weight:800; margin-bottom:12px; color: var(--hermit-heading); }
.modal-input { width: 100%; padding:12px 14px; border-radius:14px; background: rgba(9,0,22,0.65); border: 1px solid rgba(193,168,255,0.22); color:white; }
.modal-actions { margin-top:14px; display:flex; justify-content:flex-end; gap:10px; }

#feedSection .row h2 { font-weight: 800; color: var(--hermit-heading); }
#feedSection .form-grid { grid-template-columns: minmax(220px,1fr) auto; align-items: end; }
#feedSection .form-grid label { font-weight: 600; color: rgba(231,225,255,0.86); }
#feedSection .form-grid .small { color: rgba(209,201,255,0.66); }

input[type="range"] { width: 100%; height: 8px; background: rgba(255,255,255,0.14); border-radius: 999px; outline: none; -webkit-appearance: none; appearance: none; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--hermit-grad); cursor: pointer; box-shadow: 0 0 0 4px rgba(255,95,109,0.2); border:none; }
input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border:0; border-radius: 50%; background: var(--hermit-grad); cursor: pointer; box-shadow: 0 0 0 4px rgba(255,95,109,0.2); }
input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,45,148,0.6), rgba(255,138,64,0.6)); }
input[type="range"]::-moz-range-track { height: 8px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,45,148,0.6), rgba(255,138,64,0.6)); }

#filter_following { accent-color: #FF65C3; }

ul, ol { margin-top: 0.35rem; margin-bottom: 0.9rem; padding-left: 1.4rem; }
.card ul, .card ol, .container > ul, .container > ol { margin-left: 0; padding-left: 1.4rem; }
li > ul, li > ol { margin-top: 0.3rem; margin-bottom: 0.3rem; }

@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 640px){
  .container { padding: 24px 18px 56px; }
  .hero-gradient { padding: 48px 22px; }
  .hero-emoji { display:none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-left { gap: 14px; }
  .hero-left .tagline { max-width: none; }
  .hero-cta { flex-wrap: wrap; }
  .hero-stats { flex-direction: column; gap:12px; }
  .hero-right { align-items:flex-start; }
  .floating-card { width: 100%; }
  .glow-grid { grid-template-columns: 1fr; }
  .site-header .wrap, .site-footer .wrap { flex-wrap: wrap; gap: 14px; justify-content:center; }
  .nav { flex-wrap: wrap; justify-content:center; }
  .card { padding: 18px; }
  button { width: 100%; justify-content: center; }
}
