:root {
  --navy: #273653;
  --navy-deep: #1c2942;
  --coral: #e76f5c;
  --coral-dark: #c95646;
  --teal: #438d87;
  --teal-soft: #dcece9;
  --warm: #faf8f5;
  --warm-deep: #f0e9e1;
  --gray: #f1f3f4;
  --ink: #232832;
  --muted: #626a75;
  --line: #dde1e3;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(28, 41, 66, .08);
  --shadow-lg: 0 24px 70px rgba(28, 41, 66, .13);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; }

h1, h2, h3, .brand {
  font-family: Manrope, "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.035em;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.4rem); line-height: .99; max-width: 820px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.08; margin-bottom: 22px; }
h3 { font-size: 1.25rem; line-height: 1.25; margin-bottom: 10px; }
p { margin-bottom: 20px; }

:focus-visible { outline: 4px solid #f6b74f; outline-offset: 4px; }
::selection { background: #f5c8c0; color: var(--navy-deep); }
.skip-link { position: fixed; z-index: 200; left: 18px; top: 14px; transform: translateY(-160%); padding: 12px 18px; background: var(--white); color: var(--navy); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.centered { text-align: center; margin-inline: auto; }
.narrow { max-width: 790px; }
.section-heading { max-width: 800px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; max-width: 720px; margin-inline: auto; }
.eyebrow { margin-bottom: 14px; color: var(--teal); font-size: .77rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #96d7d1; }
.centered-action { display: flex; justify-content: center; margin-top: 44px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 19px; font-size: .94rem; }
.button-large { min-height: 58px; padding: 16px 28px; }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 10px 24px rgba(231, 111, 92, .25); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 12px 28px rgba(201, 86, 70, .28); }
.button-secondary { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-secondary:hover { color: var(--white); background: var(--navy); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { background: #eef4f5; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy); font-weight: 800; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.text-link:hover { color: var(--teal); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(250, 248, 245, .96); border-bottom: 1px solid rgba(39, 54, 83, .09); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; font-size: 1.23rem; letter-spacing: -.045em; font-weight: 560; width: max-content; }
.brand strong { font-weight: 850; }
.brand-mark { width: 42px; height: 42px; }
.brand-mark rect { fill: var(--navy); }
.brand-mark path { fill: var(--white); stroke: none; }
.brand-mark circle { fill: var(--coral); }
.desktop-nav { display: flex; align-items: center; justify-self: end; gap: 26px; }
.desktop-nav a { position: relative; text-decoration: none; font-weight: 700; font-size: .94rem; color: #354056; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--teal); transition: right .18s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; margin-left: 4px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 11px; border: 0; border-radius: 12px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 99; inset: 76px 0 0; min-height: calc(100dvh - 76px); padding: 24px 20px 34px; background: var(--warm); overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu-inner { width: min(100%, 560px); margin-inline: auto; }
.mobile-menu a:not(.button) { display: flex; align-items: center; gap: 15px; padding: 17px 8px; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--navy); font-size: 1.15rem; font-weight: 800; }
.mobile-menu a:not(.button) > span { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.mobile-menu .button { width: 100%; margin-top: 28px; }
.mobile-menu .mobile-signin { justify-content: center; margin-top: 18px; color: var(--muted) !important; font-size: 1rem !important; text-align: center; border: 0 !important; }

.hero { position: relative; min-height: 710px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--navy-deep); }
.hero-picture, .hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture { z-index: -2; }
.hero-image { z-index: -2; object-fit: cover; object-position: center; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(16, 25, 43, .94) 0%, rgba(23, 36, 60, .79) 37%, rgba(23, 36, 60, .18) 70%, rgba(23, 36, 60, .06) 100%), linear-gradient(0deg, rgba(15, 25, 42, .22), transparent 45%); }
.hero-content { color: var(--white); padding-block: 86px; }
.hero-content h1 { margin-bottom: 26px; text-wrap: balance; }
.hero-content p { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.88); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.55; }

.trust-bar { position: relative; z-index: 2; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 34px 22px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item svg { width: 32px; color: var(--teal); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h2 { margin: 0 0 6px; font-size: 1rem; line-height: 1.25; letter-spacing: -.02em; }
.trust-item p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }

.members-section { background: var(--warm); }
.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.member-card { overflow: hidden; background: var(--white); border: 1px solid rgba(39,54,83,.09); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(28,41,66,.07); transition: transform .2s ease, box-shadow .2s ease; }
.member-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.member-photo { display: block; aspect-ratio: 1.2 / 1; overflow: hidden; background: #ddd; }
.member-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.member-card:hover .member-photo img { transform: scale(1.025); }
.member-body { padding: 25px; }
.member-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.member-title h3 { margin: 0; font-size: 1.34rem; }
.verified { display: inline-flex; align-items: center; gap: 4px; color: var(--teal); font-size: .73rem; font-weight: 850; white-space: nowrap; }
.verified svg { width: 20px; height: 20px; fill: var(--teal); stroke: var(--white); stroke-width: 2; border-radius: 50%; }
.location { margin: 5px 0 17px; color: var(--muted); font-size: .91rem; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 0 0 18px; }
.tags li { padding: 5px 10px; border-radius: 999px; background: #edf5f3; color: #326f6a; font-size: .72rem; font-weight: 760; }
.goal { min-height: 52px; margin-bottom: 14px; color: #3d4654; font-size: .91rem; }

.why-section { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 12%, rgba(231,111,92,.13), transparent 24%), radial-gradient(circle at 92% 82%, rgba(67,141,135,.17), transparent 26%), #eef3f2; }
.why-section::before, .why-section::after { content: ""; position: absolute; border: 1px solid rgba(39,54,83,.08); border-radius: 50%; pointer-events: none; }
.why-section::before { width: 230px; height: 230px; left: -110px; bottom: 80px; }
.why-section::after { width: 150px; height: 150px; right: -55px; top: 70px; }
.why-section .container { position: relative; z-index: 1; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.feature-card { position: relative; min-height: 318px; padding: 34px; overflow: hidden; background: rgba(255,255,255,.92); border-radius: var(--radius); border: 1px solid rgba(67,141,135,.15); box-shadow: 0 18px 44px rgba(39,54,83,.07); }
.feature-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -70px; bottom: -70px; border-radius: 50%; background: rgba(67,141,135,.07); }
.feature-card:first-child { border-top: 5px solid var(--coral); }
.feature-card:last-child { border-top: 5px solid var(--navy); }
.feature-card.featured { color: var(--white); background: linear-gradient(145deg, #438d87, #357a75); border-color: var(--teal); transform: translateY(-14px); box-shadow: 0 24px 54px rgba(45,104,99,.22); }
.feature-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 52px; }
.feature-number { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; color: var(--teal); background: var(--teal-soft); border-radius: 18px; font-size: .82rem; font-weight: 900; }
.featured .feature-number { color: var(--white); background: rgba(255,255,255,.16); }
.feature-icon { width: 50px; height: 50px; padding: 10px; color: var(--navy); background: rgba(39,54,83,.06); border-radius: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.featured .feature-icon { color: var(--white); background: rgba(255,255,255,.13); }
.feature-card h3 { font-size: 1.42rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.featured p { color: rgba(255,255,255,.84); }

.works-section { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--white) 0%, #fbf7f2 100%); }
.works-section::before { content: ""; position: absolute; width: 420px; height: 420px; left: 50%; top: 46%; transform: translate(-50%,-50%); border: 1px solid rgba(231,111,92,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(67,141,135,.025); pointer-events: none; }
.works-section .container { position: relative; z-index: 1; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step-card { position: relative; padding: 16px 16px 34px; border: 1px solid rgba(39,54,83,.12); border-radius: var(--radius); background: rgba(250,248,245,.94); box-shadow: 0 16px 42px rgba(39,54,83,.08); }
.step-card:nth-child(2) { transform: translateY(22px); }
.step-card:nth-child(3) { transform: translateY(44px); }
.step-card::before { content: ""; position: absolute; left: 28px; right: 28px; top: 16px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--coral), var(--teal)); z-index: 2; }
.step-card > p, .step-card > h3 { margin-inline: 14px; }
.step-card > p:last-child { color: var(--muted); margin-bottom: 0; }
.step-kicker { margin-top: 26px; margin-bottom: 9px !important; color: var(--coral); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.ui-preview { height: 265px; padding: 22px; border-radius: 16px; background: linear-gradient(145deg, #fff, #f6faf9); border: 1px solid #e3e6e8; box-shadow: 0 14px 34px rgba(39,54,83,.09); overflow: hidden; }
.ui-top { display: flex; align-items: center; gap: 6px; height: 25px; margin-bottom: 22px; border-bottom: 1px solid #edf0f1; }
.ui-top span { width: 58px; height: 7px; background: var(--navy); border-radius: 5px; margin-right: auto; }
.ui-top i { width: 7px; height: 7px; background: #cbd2d7; border-radius: 50%; }
.ui-avatar { width: 76px; height: 76px; margin: 5px auto 18px; border-radius: 50%; background: linear-gradient(145deg, #b9d7d3, #e4edea); }
.ui-line { width: 55%; height: 8px; margin: 10px auto; background: #dce2e4; border-radius: 8px; }
.ui-line.wide { width: 78%; background: #bac5ca; }
.ui-pills { display: flex; gap: 7px; justify-content: center; margin-top: 23px; }
.ui-pills i { width: 58px; height: 22px; background: var(--teal-soft); border-radius: 20px; }
.mini-card { display: grid; grid-template-columns: 60px 1fr; gap: 13px; padding: 13px; margin-bottom: 12px; background: #f5f7f6; border-radius: 12px; }
.mini-card b { height: 55px; border-radius: 10px; background: linear-gradient(145deg, #d4b9a7, #9ebcb7); }
.mini-card span { display: flex; flex-direction: column; gap: 10px; padding-top: 6px; }
.mini-card i { width: 80%; height: 8px; border-radius: 5px; background: #c9d1d5; }
.mini-card i:last-child { width: 56%; background: var(--teal-soft); }
.bubble { width: 70%; height: 38px; margin-bottom: 12px; border-radius: 16px 16px 16px 5px; background: #e6ebed; }
.bubble.right { margin-left: auto; background: var(--teal-soft); border-radius: 16px 16px 5px 16px; }
.bubble.short { width: 48%; }
.message-box { height: 34px; margin-top: 23px; border: 1px solid #d8dddf; border-radius: 999px; }

.safety-section { padding: 112px 0; color: var(--white); background: var(--navy); }
.safety-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.safety-copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.79); font-size: 1.08rem; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 22px; list-style: none; padding: 0; margin: 34px 0 38px; }
.check-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.9); font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 20px; height: 20px; color: var(--navy); background: #8ad0ca; border-radius: 50%; font-size: .7rem; font-weight: 900; }
.privacy-panel { padding: 28px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 28px 70px rgba(7,15,30,.28); transform: rotate(1.5deg); }
.privacy-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 850; }
.privacy-header svg { width: 24px; fill: none; stroke: var(--teal); stroke-width: 1.8; stroke-linecap: round; }
.setting-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid #edf0f1; }
.setting-row span { display: flex; flex-direction: column; }
.setting-row strong { font-size: .9rem; }
.setting-row small { color: var(--muted); font-size: .75rem; }
.toggle { flex: 0 0 auto; width: 46px; height: 26px; padding: 3px; border: 0; border-radius: 999px; background: #cbd1d5; cursor: default; }
.toggle i { display: block; width: 20px; height: 20px; border-radius: 50%; background: var(--white); transition: transform .2s ease; }
.toggle.on { background: var(--teal); }
.toggle.on i { transform: translateX(20px); }

.blog-preview-section { background: var(--warm); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.article-card { overflow: hidden; border-radius: var(--radius); border: 1px solid rgba(39,54,83,.09); background: var(--white); }
.article-image { position: relative; display: flex; align-items: flex-end; aspect-ratio: 1.55; padding: 20px; color: var(--white); text-decoration: none; background-size: cover; background-position: center; isolation: isolate; overflow: hidden; }
.article-image::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(17,28,46,.8), rgba(17,28,46,.05) 70%); }
.article-image::after { content: ""; position: absolute; inset: 0; z-index: -2; background-image: url('/assets/images/blog-hero.webp'); background-size: 180%; transition: transform .35s ease; }
.article-image:hover::after { transform: scale(1.04); }
.article-image-one::after { background-position: 70% 55%; }
.article-image-two::after { background-image: url('/assets/images/community-kitchen.webp'); background-size: cover; background-position: 50% 45%; }
.article-image-three::after { background-image: url('/assets/images/hero-couple.webp'); background-size: cover; background-position: 70% 45%; }
.article-image span { padding: 6px 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--navy); font-size: .72rem; font-weight: 850; }
.article-body { padding: 27px; }
.article-category { margin-bottom: 9px; color: var(--teal); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.article-body h3 { font-size: 1.28rem; }
.article-body h3 a { text-decoration: none; }
.article-body h3 a:hover { color: var(--teal); }
.article-body > p:not(.article-category) { color: var(--muted); font-size: .92rem; }

.community-section { overflow: hidden; background: var(--white); }
.community-heading { max-width: 980px; margin-bottom: 50px; }
.community-heading h2 { max-width: 920px; margin-bottom: 0; }
.community-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.community-image-wrap { position: relative; padding: 14px; background: linear-gradient(145deg, #dcece9, #f4e4dc); border-radius: calc(var(--radius-lg) + 8px); box-shadow: var(--shadow-lg); }
.community-image-wrap::before { content: ""; position: absolute; width: 86px; height: 86px; right: -28px; top: -28px; border: 2px solid rgba(231,111,92,.25); border-radius: 50%; }
.community-image-wrap img { position: relative; z-index: 1; width: 100%; height: auto; min-height: 0; object-fit: contain; border-radius: var(--radius-lg); box-shadow: none; }
.scenario-list { margin-top: 0; }
.scenario-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid var(--line); }
.scenario-list article:last-child { border-bottom: 1px solid var(--line); }
.scenario-list article > span { color: var(--coral); font-weight: 900; font-size: .8rem; }
.scenario-list h3 { margin-bottom: 7px; }
.scenario-list p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.final-cta { padding: 104px 0; color: var(--navy); background: linear-gradient(135deg, #f5ddd6 0%, #f7e9df 50%, #dcebe7 100%); overflow: hidden; }
.cta-inner { position: relative; max-width: 860px; text-align: center; }
.cta-inner h2 { position: relative; }
.cta-inner p { max-width: 690px; margin: 0 auto 30px; color: #4f5968; font-size: 1.08rem; }
.cta-mark span { position: absolute; width: 260px; height: 260px; border: 2px solid rgba(67,141,135,.15); border-radius: 50%; }
.cta-mark span:first-child { left: -260px; top: -110px; }
.cta-mark span:last-child { right: -260px; bottom: -120px; border-color: rgba(231,111,92,.17); }

.site-footer { padding-top: 82px; color: rgba(255,255,255,.74); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.9fr; gap: 76px; padding-bottom: 64px; }
.footer-grid-home { align-items: start; }
.brand-light { color: var(--white); }
.brand-light .brand-mark rect { fill: var(--white); }
.brand-light .brand-mark path { fill: var(--navy); }
.footer-brand > p { max-width: 260px; margin: 19px 0 0; color: rgba(255,255,255,.86); font-weight: 650; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-nav-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 34px; }
.site-footer a { width: fit-content; color: rgba(255,255,255,.68); text-decoration: none; font-size: .91rem; }
.site-footer a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.site-footer .brand:hover { text-decoration: none; }
.footer-column h2 { min-height: 44px; margin: 5px 0 11px; color: var(--white); font-size: .93rem; line-height: 1.35; letter-spacing: .01em; }
.footer-bottom { display: flex; align-items: center; padding: 23px 0 27px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; font-size: .82rem; }

/* Interior pages */
.interior-hero { padding: 118px 0 86px; color: var(--white); background: var(--navy); }
.interior-hero .eyebrow { color: #9bd5d0; }
.interior-hero h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); max-width: 920px; }
.interior-hero p { max-width: 720px; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.blog-hero { position: relative; min-height: 560px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.blog-hero::before, .blog-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; }
.blog-hero::before { background: url('/assets/images/blog-hero.webp') center / cover no-repeat; }
.blog-hero::after { z-index: -1; background: linear-gradient(90deg, rgba(26,39,61,.9), rgba(26,39,61,.56) 47%, rgba(26,39,61,.08)); }
.content-section { padding: 85px 0 110px; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 50px; font-size: 2rem; }
.prose h3 { margin-top: 32px; }
.prose p, .prose li { color: #4f5865; }
.prose a { color: var(--teal); font-weight: 750; }
.placeholder-note { padding: 18px 20px; border-left: 4px solid var(--teal); background: #eaf3f1; border-radius: 0 12px 12px 0; }
.signup-shell { max-width: 620px; margin: 0 auto; padding: 44px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); }
.signup-shell label { display: block; margin: 18px 0 7px; font-weight: 800; }
.signup-shell input, .signup-shell select { width: 100%; min-height: 52px; padding: 12px 14px; border: 2px solid #cbd2d6; border-radius: 10px; background: var(--white); color: var(--ink); }
.signup-shell .button { width: 100%; margin-top: 26px; }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }
.profile-shell { display: grid; grid-template-columns: 340px 1fr; gap: 54px; align-items: start; }
.profile-shell img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.profile-details { padding-top: 12px; }
.topic-hero { padding: 46px 0 50px; background: var(--warm-deep); }
.topic-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 48px; align-items: center; }
.topic-hero h1 { max-width: 680px; margin-bottom: 20px; color: var(--navy); font-size: clamp(2.35rem, 3.7vw, 3.75rem); line-height: 1.03; text-wrap: balance; }
.topic-hero p:not(.eyebrow) { max-width: 620px; margin-bottom: 24px; color: var(--muted); font-size: 1rem; line-height: 1.58; }
.topic-hero .button { min-height: 48px; padding: 12px 21px; }
.topic-cover { width: 100%; height: auto !important; max-height: 420px; aspect-ratio: auto; object-fit: contain; border-radius: 26px; box-shadow: var(--shadow-lg); }
.related-topics { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 34px 0 0; }
.related-topics a { display: inline-flex; padding: 8px 13px; border: 1px solid #c9d0d3; border-radius: 999px; text-decoration: none; color: var(--navy); font-size: .82rem; font-weight: 750; }
.related-topics a:hover { background: var(--teal-soft); border-color: var(--teal); }

/* Long-form editorial pages */
.article-section { padding: 82px 0 112px; background: var(--white); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 72px; align-items: start; justify-content: center; }
.article-main { min-width: 0; }
.article-main > p:first-of-type { font-size: 1.08rem; color: #414b59; }
.article-main h2 { margin: 58px 0 18px; color: var(--navy); font-size: clamp(1.9rem, 3vw, 2.55rem); }
.article-main h3 { margin: 34px 0 12px; color: var(--navy-deep); font-size: 1.38rem; }
.article-main h4 { margin: 26px 0 8px; color: var(--navy); font-size: 1.05rem; }
.article-main p, .article-main li { color: #4b5563; }
.article-main a { color: #287a73; font-weight: 760; text-underline-offset: 3px; }
.article-main ul, .article-main ol { padding-left: 1.3rem; }
.article-main li + li { margin-top: 8px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 20px; padding-bottom: 24px; margin-bottom: 32px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.quick-answer, .article-callout { padding: 26px 28px; margin: 30px 0; border-radius: 18px; background: #edf6f4; border: 1px solid #cfe5e1; }
.quick-answer h2, .article-callout h3 { margin: 0 0 12px; font-size: 1.35rem; }
.quick-answer p:last-child, .article-callout p:last-child { margin-bottom: 0; }
.article-callout.coral { background: #fff2ee; border-color: #f2cec6; }
.article-callout.navy { color: var(--white); background: var(--navy); border-color: var(--navy); }
.article-callout.navy h3, .article-callout.navy p, .article-callout.navy li { color: var(--white); }
.article-toc { position: sticky; top: 104px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--warm); box-shadow: var(--shadow-sm); }
.article-toc h2 { margin: 0 0 14px; font-size: 1rem; letter-spacing: -.01em; }
.article-toc ol { margin: 0; padding-left: 1.1rem; }
.article-toc li + li { margin-top: 9px; }
.article-toc a { color: #465166; text-decoration: none; font-size: .84rem; line-height: 1.35; }
.article-toc a:hover { color: var(--teal); text-decoration: underline; }
.table-wrap { width: 100%; margin: 26px 0 34px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.data-table { width: 100%; min-width: 620px; border-collapse: collapse; background: var(--white); font-size: .9rem; }
.data-table caption { padding: 15px 17px; color: var(--navy); background: var(--teal-soft); text-align: left; font-weight: 850; }
.data-table th, .data-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { color: var(--navy); background: #f7f8f7; }
.data-table tr:last-child td { border-bottom: 0; }
.script-list { display: grid; gap: 12px; padding: 0 !important; list-style: none; }
.script-list li { padding: 16px 18px; margin: 0 !important; border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0; background: var(--warm); }
.faq-list { margin-top: 28px; }
.faq-list details { padding: 20px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { color: var(--navy); cursor: pointer; font-weight: 850; }
.faq-list details p { margin: 13px 0 0; }
.source-note { padding-top: 24px; margin-top: 46px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.source-note h2 { margin-top: 0; font-size: 1.25rem; }
.article-cta { padding: 34px; margin-top: 52px; text-align: center; border-radius: 22px; background: linear-gradient(135deg, #f7e1da, #dcece9); }
.article-cta h2 { margin-top: 0; font-size: 1.8rem; }
.article-cta p { max-width: 580px; margin-inline: auto; }
.blog-article-hero { padding: 96px 0 76px; background: linear-gradient(135deg, #20304d, #365c65); color: var(--white); }
.blog-article-hero h1 { max-width: 980px; font-size: clamp(2.75rem, 5.5vw, 4.7rem); }
.blog-article-hero p:not(.eyebrow) { max-width: 780px; color: rgba(255,255,255,.82); font-size: 1.12rem; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .compact-header .header-cta { display: inline-flex; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .member-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .steps-grid, .article-grid { grid-template-columns: 1fr; max-width: 660px; margin-inline: auto; }
  .feature-card { min-height: auto; }
  .feature-card.featured { transform: none; }
  .step-card:nth-child(2), .step-card:nth-child(3) { transform: none; }
  .safety-grid, .community-grid { grid-template-columns: 1fr; gap: 58px; }
  .privacy-panel { max-width: 600px; transform: none; }
  .community-image-wrap { max-width: 720px; }
  .community-image-wrap img { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-brand { grid-column: auto; }
  .footer-nav-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
  .topic-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .topic-hero-grid > div { max-width: 760px; }
  .topic-cover { max-width: 760px; max-height: none; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .site-header, .header-inner { min-height: 70px; }
  .brand { font-size: 1.07rem; }
  .brand-mark { width: 38px; height: 38px; }
  .compact-header .header-cta { min-height: 42px; padding: 9px 15px; font-size: .84rem; }
  .mobile-menu { inset-block-start: 70px; min-height: calc(100dvh - 70px); }
  .hero { min-height: 640px; align-items: flex-end; }
  .hero-image { object-position: center center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(16,25,43,.96) 0%, rgba(16,25,43,.78) 49%, rgba(16,25,43,.25) 85%); }
  .hero-content { padding-block: 76px 58px; }
  .hero-content p { font-size: 1.05rem; }
  .hero-content .button { width: 100%; }
  .trust-item { grid-template-columns: 1fr; padding: 26px 15px; }
  .trust-item + .trust-item { border-left: 1px solid var(--line); }
  .trust-item svg { width: 28px; }
  .member-grid { grid-template-columns: 1fr; }
  .member-photo { aspect-ratio: 1.3 / 1; }
  .feature-card { padding: 30px; }
  .feature-top { margin-bottom: 32px; }
  .ui-preview { height: 235px; }
  .safety-section { padding: 80px 0; }
  .check-list { grid-template-columns: 1fr; }
  .privacy-panel { padding: 20px; }
  .community-heading { margin-bottom: 32px; }
  .final-cta { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-nav-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 22px; }
  .footer-column h2 { min-height: 0; }
  .footer-bottom { align-items: flex-start; }
  .profile-shell { grid-template-columns: 1fr; }
  .topic-hero { padding: 38px 0 42px; }
  .topic-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .topic-hero h1 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .article-layout { grid-template-columns: 1fr; gap: 38px; }
  .article-toc { position: static; order: -1; }
  .article-section { padding: 62px 0 82px; }
  .quick-answer, .article-callout { padding: 22px 20px; }
  .signup-shell { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
