:root {
  --green: #3fa37c;
  --green-dark: #1f5f4a;
  --green-deep: #174a3a;
  --green-light: #eaf6f1;
  --beige: #fff8f2;
  --coral: #f28c7a;
  --coral-dark: #dc715f;
  --text: #26332f;
  --muted: #66736e;
  --white: #ffffff;
  --border: #dfeae5;
  --shadow: 0 20px 60px rgba(31, 95, 74, .12);
  --shadow-soft: 0 12px 35px rgba(31, 95, 74, .08);
  --radius: 24px;
  --radius-small: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,234,229,.8);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Nunito", sans-serif; font-weight: 900; }
.brand-logo { width: 186px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav > a { color: var(--muted); transition: .2s; }
.main-nav > a:hover { color: var(--green-dark); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.mobile-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--green-dark); margin: 5px 0; border-radius: 2px; }

.btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: var(--white); box-shadow: 0 10px 24px rgba(63,163,124,.22); }
.btn-primary:hover { background: #348f6c; box-shadow: 0 14px 28px rgba(63,163,124,.28); }
.btn-ghost { color: var(--green-dark); background: var(--green-light); }
.btn-large { min-height: 56px; padding: 0 28px; border-radius: 16px; font-size: 16px; }
.btn-text { color: var(--green-dark); padding-inline: 5px; }
.btn-light { background: var(--white); color: var(--green-dark); }
.btn-coral { background: var(--coral); color: var(--white); box-shadow: 0 12px 26px rgba(242,140,122,.3); }
.btn-coral:hover { background: var(--coral-dark); }

.hero {
  position: relative;
  padding: 72px 0 0;
  background: linear-gradient(135deg, var(--beige) 0%, #fff 46%, #f2fbf7 100%);
  overflow: hidden;
}
.hero-blob { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero-blob-one { width: 380px; height: 380px; background: #d7f1e6; right: -120px; top: 70px; }
.hero-blob-two { width: 260px; height: 260px; background: #ffe0d8; left: -140px; bottom: 40px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 62px; min-height: 600px; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 12px;
  font-weight: 800;
}
.pulse-dot { width: 9px; height: 9px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 6px rgba(242,140,122,.16); }
.hero h1, .section-heading h2, .split-copy h2, .safety-copy h2, .cta-inner h2 {
  font-family: "Nunito", sans-serif;
  margin: 18px 0;
  line-height: 1.08;
  letter-spacing: -1.8px;
}
.hero h1 { font-size: clamp(48px, 5vw, 72px); max-width: 690px; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-lead { font-size: 19px; color: var(--muted); max-width: 610px; margin: 0 0 28px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.launch-offer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  max-width: 520px;
  margin: 26px 0 22px;
  background: rgba(255,255,255,.84);
  border: 1px solid #f0ded6;
  border-radius: 17px;
  box-shadow: var(--shadow-soft);
}
.gift-icon { width: 43px; height: 43px; display: grid; place-items: center; background: #fff0eb; border-radius: 13px; }
.launch-offer strong, .launch-offer span { display: block; }
.launch-offer strong { font-size: 14px; }
.launch-offer span { color: var(--muted); font-size: 12px; margin-top: 2px; }
.launch-offer b { color: var(--coral-dark); }
.trust-row { display: flex; align-items: center; gap: 15px; }
.avatar-stack { display: flex; }
.mini-avatar {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  color: white; font-weight: 800; font-size: 12px; border: 3px solid white; margin-left: -8px;
}
.mini-avatar:first-child { margin-left: 0; }
.avatar-one { background: #567d9a; } .avatar-two { background: #d48b79; } .avatar-three { background: #6a9a7c; } .avatar-four { background: var(--green-dark); }
.stars { color: #f2a540; font-size: 13px; letter-spacing: 1px; }
.trust-copy span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 520px; }
.main-photo {
  position: absolute;
  width: 390px;
  height: 470px;
  border-radius: 38px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-48%, -50%) rotate(1.5deg);
  box-shadow: 0 35px 80px rgba(31,95,74,.2);
  background: linear-gradient(145deg, #d7e9df, #ffe7dc);
}
.photo-placeholder { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(180deg, #d9f0e6 0 52%, #c8a37d 52%); }
.scene-sun { position: absolute; width: 94px; height: 94px; border-radius: 50%; background: rgba(255,244,191,.9); top: 55px; right: 48px; box-shadow: 0 0 80px rgba(255,236,165,.9); }
.scene-person { position: absolute; bottom: 85px; width: 105px; height: 230px; }
.scene-person-one { left: 73px; } .scene-person-two { right: 64px; transform: scaleX(-1); }
.scene-person .head { position: absolute; width: 57px; height: 70px; border-radius: 50% 50% 45% 45%; background: #e8b28c; left: 24px; top: 0; }
.scene-person-one .head::before { content:""; position:absolute; width:62px; height:34px; background:#68483c; border-radius:40px 40px 15px 15px; top:-6px; left:-2px; }
.scene-person-two .head::before { content:""; position:absolute; width:62px; height:30px; background:#4b3c35; border-radius:40px 40px 15px 15px; top:-4px; left:-4px; }
.scene-person .body { position: absolute; width: 105px; height: 165px; background: var(--green-dark); border-radius: 44px 44px 15px 15px; bottom: 0; }
.scene-person-two .body { background: #d9806f; }
.scene-table { position: absolute; width: 290px; height: 20px; border-radius: 50%; background: #7e5e46; bottom: 76px; left: 50px; box-shadow: 0 40px 0 -5px #644632; }
.scene-cup { position:absolute; width:28px; height:25px; border-radius:4px 4px 10px 10px; background:white; bottom:95px; }
.cup-one { left:130px; } .cup-two { right:126px; }
.photo-gradient { position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(23,74,58,.5)); z-index: 2; }
.match-badge {
  position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 3;
  display: flex; align-items: center; gap: 12px; color: white;
}
.match-icon { width: 44px; height: 44px; display:grid; place-items:center; border-radius:14px; background:var(--coral); font-size:20px; }
.match-badge strong,.match-badge small { display:block; } .match-badge small { opacity:.8; }

.profile-card, .safe-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: var(--shadow);
  border-radius: 18px;
  padding: 13px 15px;
  z-index: 4;
}
.profile-card-left { left: -12px; top: 82px; }
.profile-card-right { right: -18px; bottom: 92px; }
.profile-photo { width: 48px; height: 48px; display:grid; place-items:center; border-radius:14px; color:white; font-weight:800; }
.profile-sophie { background: linear-gradient(135deg,#d28f78,#8f5d57); }
.profile-mark { background: linear-gradient(135deg,#4d7c91,#284c5c); }
.profile-title { display:flex; align-items:center; gap:6px; font-size:13px; }
.verified { width:16px; height:16px; border-radius:50%; background:#4aa4d7; color:white; display:grid; place-items:center; font-size:10px; }
.profile-card p { margin:1px 0 5px; color:var(--muted); font-size:11px; }
.availability { display:inline-block; background:var(--green-light); color:var(--green-dark); border-radius:8px; padding:3px 7px; font-size:9px; font-weight:700; }
.safe-badge { left: 48px; bottom: 0; }
.safe-badge span { width:40px; height:40px; display:grid; place-items:center; background:var(--green-light); border-radius:12px; }
.safe-badge strong,.safe-badge small { display:block; } .safe-badge strong { font-size:12px; } .safe-badge small { color:var(--muted); font-size:10px; }

.benefit-strip {
  position: relative; z-index: 3; margin-top: 55px; min-height: 74px;
  display:grid; grid-template-columns:repeat(4,1fr); align-items:center; gap:20px;
  border-top:1px solid var(--border); color:var(--muted); font-size:13px; font-weight:600;
}
.benefit-strip span { color:var(--green); margin-right:7px; }

.section { padding: 100px 0; }
.section-light { background:white; }
.section-soft { background: var(--beige); }
.section-heading { max-width: 680px; text-align:center; margin:0 auto 48px; }
.section-heading h2, .split-copy h2, .safety-copy h2, .cta-inner h2 { font-size: clamp(36px, 4vw, 52px); }
.section-heading p, .split-copy > p { color:var(--muted); font-size:17px; }

.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.feature-card {
  position:relative; padding:32px; border:1px solid var(--border); border-radius:var(--radius);
  background:white; box-shadow:var(--shadow-soft);
}
.feature-card-highlight { border-color:#f1b7aa; transform:translateY(-10px); }
.feature-icon { width:52px; height:52px; border-radius:16px; display:grid; place-items:center; font-size:23px; margin-bottom:20px; }
.icon-mint { background:var(--green-light); color:var(--green-dark); } .icon-coral { background:#fff0ec; color:var(--coral-dark); }
.feature-card h3 { font-family:"Nunito"; font-size:21px; margin:0 0 10px; }
.feature-card p { color:var(--muted); margin:0; font-size:14px; }
.popular-label { position:absolute; top:-13px; right:22px; background:var(--coral); color:white; font-size:10px; font-weight:800; padding:6px 10px; border-radius:20px; text-transform:uppercase; letter-spacing:.6px; }

.how-section { background:linear-gradient(180deg,#f7fcfa,#fff); }
.steps { display:grid; grid-template-columns:1fr 90px 1fr 90px 1fr; align-items:start; }
.step { text-align:center; position:relative; }
.step-number { position:absolute; top:-5px; right:calc(50% - 44px); width:24px; height:24px; border-radius:50%; background:var(--coral); color:white; display:grid; place-items:center; font-size:11px; font-weight:800; }
.step-icon { width:82px; height:82px; margin:0 auto 20px; display:grid; place-items:center; background:var(--green-light); border-radius:25px; font-size:30px; }
.step h3 { font-family:"Nunito"; margin:0 0 8px; font-size:20px; }
.step p { color:var(--muted); font-size:13px; margin:0 auto; max-width:250px; }
.step-line { border-top:2px dashed #bfded1; margin-top:41px; }

.split-section { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.mode-list { display:grid; gap:13px; margin-top:30px; }
.mode-item { display:flex; gap:14px; align-items:center; background:white; border:1px solid #f0e7df; padding:15px; border-radius:16px; }
.mode-icon { width:43px; height:43px; flex:0 0 auto; border-radius:13px; background:var(--green-light); color:var(--green-dark); display:grid; place-items:center; }
.mode-item strong,.mode-item small { display:block; } .mode-item small { color:var(--muted); margin-top:2px; }
.activity-board { background:white; border-radius:28px; padding:24px; box-shadow:var(--shadow); }
.activity-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.activity-header span { font-size:11px; color:var(--green); font-weight:800; text-transform:uppercase; letter-spacing:1px; }
.activity-header h3 { font-family:"Nunito"; margin:3px 0 0; font-size:26px; }
.round-button { width:42px; height:42px; border:0; border-radius:50%; background:var(--green-light); color:var(--green-dark); cursor:pointer; }
.activity-card { display:grid; grid-template-columns:105px 1fr; gap:16px; padding:14px 0; border-top:1px solid var(--border); }
.activity-image { min-height:105px; border-radius:16px; display:grid; place-items:center; font-size:38px; }
.activity-walk { background:linear-gradient(145deg,#d8efdf,#b9d7c4); } .activity-zoo { background:linear-gradient(145deg,#ffe5c4,#eec68e); }
.activity-date { color:var(--coral-dark); font-size:10px; text-transform:uppercase; font-weight:800; }
.activity-content h4 { margin:3px 0 2px; font-size:14px; }
.activity-content p { margin:0; color:var(--muted); font-size:11px; }
.activity-bottom { display:flex; align-items:center; gap:8px; margin-top:10px; }
.small-avatar-stack { display:flex; }
.small-avatar-stack span { width:22px; height:22px; margin-left:-5px; border:2px solid white; border-radius:50%; background:var(--green); color:white; display:grid; place-items:center; font-size:8px; }
.small-avatar-stack span:first-child { margin-left:0; }
.activity-bottom small { color:var(--muted); font-size:10px; }

.safety-section { background:var(--green-dark); color:white; overflow:hidden; }
.safety-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.safety-visual { position:relative; min-height:440px; display:grid; place-items:center; }
.shield-large { width:250px; height:290px; clip-path:polygon(50% 0, 90% 14%, 84% 69%, 50% 100%, 16% 69%, 10% 14%); background:linear-gradient(145deg,#5cc096,#2d8463); display:grid; place-items:center; font-size:88px; filter:drop-shadow(0 30px 30px rgba(0,0,0,.18)); }
.safety-card { position:absolute; display:flex; align-items:center; gap:10px; background:white; color:var(--text); padding:13px 15px; border-radius:16px; box-shadow:0 18px 40px rgba(0,0,0,.18); }
.safety-card span { width:28px; height:28px; border-radius:9px; background:var(--green-light); color:var(--green-dark); display:grid; place-items:center; font-weight:900; }
.safety-card strong,.safety-card small { display:block; } .safety-card strong { font-size:12px; } .safety-card small { color:var(--muted); font-size:9px; }
.safety-card-one { top:35px; left:0; } .safety-card-two { right:-5px; top:160px; } .safety-card-three { bottom:25px; left:20px; }
.light-kicker { color:#a7e0c9; }
.safety-copy p { color:#c8ded5; font-size:17px; }
.check-list { list-style:none; padding:0; margin:28px 0; display:grid; gap:13px; }
.check-list li { display:flex; gap:11px; align-items:center; color:#eaf6f1; }
.check-list span { width:24px; height:24px; border-radius:8px; background:rgba(255,255,255,.12); display:grid; place-items:center; color:#a7e0c9; font-weight:900; }

.stories-section { background:white; }
.quote-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
blockquote { margin:0; background:var(--beige); border:1px solid #f3e5db; border-radius:24px; padding:28px; }
.quote-mark { font-family:Georgia,serif; font-size:60px; color:var(--coral); line-height:.7; }
blockquote p { min-height:105px; }
blockquote footer { display:flex; align-items:center; gap:11px; border-top:1px solid #eadfd7; padding-top:16px; }
.quote-avatar { width:42px; height:42px; border-radius:50%; background:var(--green); color:white; display:grid; place-items:center; font-weight:800; }
blockquote strong,blockquote small { display:block; } blockquote small { color:var(--muted); }

.cta-section { padding:90px 0; background:linear-gradient(135deg,#2d8665,#1f5f4a); color:white; text-align:center; position:relative; overflow:hidden; }
.cta-inner { position:relative; z-index:2; max-width:790px; }
.cta-inner .section-kicker { color:#c8f5e2; }
.cta-inner p { color:#d7ece3; font-size:18px; max-width:650px; margin:0 auto 26px; }
.cta-inner small { display:block; margin-top:18px; color:#c5ddd3; }
.cta-hearts { position:absolute; left:-180px; top:-20px; font-size:100px; color:rgba(255,255,255,.05); }
.cta-hearts span { position:absolute; left:720px; top:120px; }

.site-footer { background:#172e27; color:#d5e0dc; padding:65px 0 24px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:45px; }
.brand-footer .brand-logo { filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { color:#91a8a0; max-width:330px; }
.site-footer h4 { color:white; margin:0 0 15px; }
.site-footer a { display:block; color:#9fb2ab; margin:8px 0; font-size:13px; }
.site-footer a:hover { color:white; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.09); margin-top:45px; padding-top:22px; display:flex; justify-content:space-between; color:#80978f; font-size:12px; }
.footer-bottom div { display:flex; gap:18px; }
.footer-bottom a { margin:0; }

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.auth-modal.open { display: flex; }
.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 46, 39, .52);
  backdrop-filter: blur(8px);
}
.auth-dialog {
  position: relative;
  width: min(940px, 100%);
  max-height: min(760px, calc(100vh - 34px));
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(223, 234, 229, .9);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(23, 74, 58, .25);
}
.auth-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 13px;
  background: rgba(255,255,255,.8);
  color: var(--green-dark);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.auth-panel { padding: 34px; }
.auth-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  color: white;
  background:
    linear-gradient(155deg, rgba(31,95,74,.94), rgba(63,163,124,.82)),
    radial-gradient(circle at 25% 18%, rgba(255,255,255,.24), transparent 34%);
}
.auth-panel-copy .section-kicker { color: #c7f0df; }
.auth-panel-copy h2 {
  font-family: "Nunito", sans-serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 16px 0;
}
.auth-panel-copy p { color: #def1e9; margin: 0; }
.auth-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.auth-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: white;
  font-size: 11px;
  font-weight: 800;
}
.auth-panel-form { overflow-y: auto; }
.auth-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 6px;
  background: var(--green-light);
  border-radius: 16px;
  margin-bottom: 18px;
}
.auth-tab {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--green-dark);
  font-weight: 800;
  cursor: pointer;
}
.auth-tab.active { background: white; box-shadow: 0 8px 20px rgba(31,95,74,.08); }
.auth-form { display: none; gap: 13px; }
.auth-form.active { display: grid; }
.auth-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}
.auth-form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0 14px;
  outline: 0;
  color: var(--text);
  background: #fbfdfc;
}
.auth-form input:focus { border-color: #9ed6c0; box-shadow: 0 0 0 4px rgba(63,163,124,.12); }
.auth-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.auth-check {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px !important;
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.auth-check a { color: var(--green-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.auth-link {
  border: 0;
  background: transparent;
  color: var(--green-dark);
  padding: 0;
  font-weight: 800;
  cursor: pointer;
}
.auth-link-center { justify-self: center; margin-top: 4px; }
.auth-submit { width: 100%; border: 0; margin-top: 4px; }
.auth-help { margin: 0 0 2px; color: var(--muted); font-size: 14px; }
.auth-notice, .auth-errors {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.45;
}
.auth-notice { background: var(--green-light); color: var(--green-dark); font-weight: 800; }
.auth-errors { background: #fff0ec; color: #a94e41; font-weight: 700; }

.public-page-body { background: linear-gradient(180deg,#f7fbf9 0%,#fff 42%,#f7fbf9 100%); }
.public-hero { position: relative; overflow: hidden; padding: 78px 0 54px; background: radial-gradient(circle at 85% 8%,rgba(242,140,122,.18),transparent 28%),linear-gradient(135deg,#fff8f2,#ffffff 48%,#eef8f4); border-bottom: 1px solid var(--border); }
.public-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: stretch; gap: 34px; }
.public-hero h1 { max-width: 820px; margin: 16px 0; font-family: "Nunito",sans-serif; font-size: clamp(42px,5vw,68px); line-height: 1.04; letter-spacing: -1.5px; color: var(--text); }
.public-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.public-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.public-summary-card { display: grid; align-content: start; gap: 18px; padding: 28px; border: 1px solid rgba(223,234,229,.9); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-soft); }
.public-summary-card div { display: grid; gap: 10px; }
.public-summary-card div span { min-height: 46px; display: flex; align-items: center; padding: 0 14px; border-radius: 15px; background: var(--green-light); color: var(--green-dark); font-weight: 900; }
.public-content-section { padding-top: 62px; }
.public-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 28px; align-items: start; }
.public-section-list { display: grid; gap: 14px; }
.public-info-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; padding: 24px; border: 1px solid var(--border); border-radius: 24px; background: white; box-shadow: var(--shadow-soft); }
.public-info-card>span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--green-light); color: var(--green-dark); font-weight: 900; }
.public-info-card h2 { margin: 0 0 8px; font-family: "Nunito",sans-serif; font-size: 26px; line-height: 1.12; }
.public-info-card p { margin: 0; color: var(--muted); }
.public-side-panel { position: sticky; top: 104px; display: grid; gap: 10px; padding: 24px; border: 1px solid #f0ded6; border-radius: 24px; background: var(--beige); box-shadow: var(--shadow-soft); }
.public-side-panel h2 { margin: 0; font-family: "Nunito",sans-serif; font-size: 26px; }
.public-side-panel p { margin: 0 0 8px; color: var(--muted); }
.public-side-panel a { min-height: 44px; display: flex; align-items: center; padding: 0 13px; border-radius: 13px; background: white; color: var(--green-dark); font-weight: 900; }
.public-side-panel a:hover { background: var(--green-light); }
.public-page-body .cta-section { margin-top: 30px; }
.public-page-body .site-footer { margin-top: 0; }

@media (max-width: 980px) {
  .mobile-toggle { display:block; }
  .main-nav {
    position:absolute; top:82px; left:0; right:0; display:none; flex-direction:column; align-items:stretch;
    background:white; padding:24px 20px; border-bottom:1px solid var(--border); box-shadow:var(--shadow-soft);
  }
  .main-nav.open { display:flex; }
  .nav-actions { margin:10px 0 0; flex-direction:column; }
  .nav-actions .btn { width:100%; }
  .hero-grid { grid-template-columns:1fr; padding-top:30px; }
  .hero-copy { text-align:center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content:center; }
  .hero-lead,.launch-offer { margin-left:auto; margin-right:auto; }
  .hero-visual { min-height:540px; max-width:600px; width:100%; margin:auto; }
  .benefit-strip { grid-template-columns:repeat(2,1fr); padding:22px 0; }
  .feature-grid,.quote-grid { grid-template-columns:1fr; }
  .feature-card-highlight { transform:none; }
  .split-section,.safety-grid { grid-template-columns:1fr; }
  .safety-grid { gap:30px; }
  .steps { grid-template-columns:1fr; gap:28px; }
  .step-line { display:none; }
  .footer-grid { grid-template-columns:2fr 1fr 1fr; }
  .auth-dialog { grid-template-columns: 1fr; }
  .auth-panel-copy { min-height: auto; padding-top: 72px; }
  .public-hero-grid,.public-content-grid { grid-template-columns: 1fr; }
  .public-side-panel { position: static; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 28px,1160px); }
  .nav-wrap { min-height:72px; }
  .main-nav { top:72px; }
  .hero { padding-top:40px; }
  .hero h1 { font-size:42px; letter-spacing:-1px; }
  .hero-lead { font-size:16px; }
  .hero-actions { flex-direction:column; gap:8px; }
  .hero-actions .btn { width:100%; }
  .launch-offer { text-align:left; }
  .hero-visual { min-height:460px; }
  .main-photo { width:300px; height:390px; }
  .profile-card { transform:scale(.83); }
  .profile-card-left { left:-32px; top:52px; }
  .profile-card-right { right:-42px; bottom:50px; }
  .safe-badge { left:5px; bottom:-8px; transform:scale(.88); }
  .benefit-strip { grid-template-columns:1fr; gap:9px; padding:20px 0; }
  .section { padding:72px 0; }
  .section-heading h2,.split-copy h2,.safety-copy h2,.cta-inner h2 { font-size:36px; letter-spacing:-1px; }
  .feature-card { padding:24px; }
  .split-section { gap:42px; }
  .activity-card { grid-template-columns:80px 1fr; }
  .activity-image { min-height:90px; }
  .safety-visual { min-height:360px; transform:scale(.82); margin:-35px 0; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; gap:12px; }
  .footer-bottom div { flex-wrap:wrap; gap:12px; }
  .auth-modal { padding: 10px; align-items: flex-end; }
  .auth-dialog { max-height: calc(100vh - 20px); border-radius: 22px; }
  .auth-panel { padding: 22px; }
  .auth-panel-copy { display: none; }
  .auth-tabs { grid-template-columns: 1fr; }
  .auth-row { align-items: flex-start; flex-direction: column; }
  .public-hero { padding: 52px 0 38px; }
  .public-hero h1 { font-size: 38px; letter-spacing: -1px; }
  .public-hero p { font-size: 16px; }
  .public-actions .btn { width: 100%; }
  .public-info-card { grid-template-columns: 1fr; padding: 20px; }
  .public-summary-card,.public-side-panel { padding: 20px; }
}

/* Mobile polish layer: keep public pages and account modals inside the viewport. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.auth-dialog,
.auth-panel,
.auth-form,
.public-hero,
.public-content-section {
  min-width: 0;
}

.auth-panel-form {
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #9ed7c2 #eef8f4;
}

.auth-panel-form::-webkit-scrollbar {
  width: 9px;
}

.auth-panel-form::-webkit-scrollbar-track {
  background: #eef8f4;
  border-radius: 999px;
}

.auth-panel-form::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #9ed7c2, #3fa37c);
  border: 2px solid #eef8f4;
  border-radius: 999px;
}

.auth-check {
  max-width: 100%;
  min-width: 0;
}

.auth-check input {
  flex: 0 0 auto;
}

.auth-legal-check {
  align-items: flex-start !important;
  line-height: 1.45;
}

.auth-legal-check input {
  margin-top: 3px;
}

.auth-legal-check span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .auth-modal {
    padding: 0;
  }

  .auth-dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 24px 24px 0 0;
  }

  .auth-panel-form {
    max-height: 100vh;
    padding: 20px;
  }

  .auth-tabs {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .auth-submit {
    min-height: 54px;
  }
}

@media (max-width: 520px) {
  .auth-panel-form {
    padding: 18px 14px 20px;
  }

  .auth-tabs {
    gap: 5px;
    border-radius: 14px;
  }

  .auth-tab {
    min-height: 40px;
    font-size: 13px;
  }

  .auth-form label {
    font-size: 12px;
  }

  .auth-form input:not([type="checkbox"]) {
    min-height: 46px;
    border-radius: 13px;
  }

  .auth-help,
  .auth-notice,
  .auth-errors {
    font-size: 12px;
  }
}

.public-contact-card {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(207, 226, 217, .95);
  border-radius: 30px;
  background:
    radial-gradient(circle at 94% 0, rgba(255, 132, 116, .14), transparent 180px),
    radial-gradient(circle at 0 100%, rgba(63, 163, 124, .08), transparent 210px),
    linear-gradient(145deg, #fff, #f7fbf9);
  box-shadow: 0 28px 90px rgba(31, 95, 74, .095);
}

.public-contact-card h2 {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: var(--text);
}

.public-contact-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.public-contact-form {
  display: grid;
  gap: 15px;
  padding-top: 4px;
}

.public-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.public-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 900;
  font-size: 14px;
}

.public-contact-form input,
.public-contact-form select,
.public-contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  color: var(--text);
  font: inherit;
  padding: 0 15px;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.public-contact-form input,
.public-contact-form select {
  min-height: 52px;
}

.public-contact-form textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.public-contact-form input:focus,
.public-contact-form select:focus,
.public-contact-form textarea:focus {
  border-color: #9ed6c0;
  box-shadow: 0 0 0 4px rgba(63, 163, 124, .12);
}

.public-contact-form button {
  justify-self: start;
}

.public-contact-security {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid #d5ebe2;
  border-radius: 18px;
  background: linear-gradient(145deg, #f3fbf7, #fff);
}

.public-contact-security b,
.public-contact-security span {
  display: block;
}

.public-contact-security b {
  color: var(--green-dark);
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.public-contact-security span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.public-contact-security label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: white;
  white-space: nowrap;
}

.public-contact-security input {
  min-height: 42px;
  text-align: center;
  font-weight: 900;
}

.public-hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.public-form-status,
.public-form-errors {
  display: grid;
  gap: 4px;
  padding: 13px 15px;
  border-radius: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.public-form-status {
  border: 1px solid #bfe4d5;
  background: #eef8f4;
  color: var(--green-dark);
}

.public-form-errors {
  border: 1px solid #ffd0c6;
  background: #fff0ec;
  color: #a94e41;
}

@media (max-width: 720px) {
  .public-contact-card {
    padding: 22px;
    border-radius: 22px;
  }

  .public-contact-grid {
    grid-template-columns: 1fr;
  }

  .public-contact-security {
    grid-template-columns: 1fr;
  }

  .public-contact-form button {
    width: 100%;
  }
}
