/* Homes in 30 Days, hand-written full stylesheet, no framework runtime */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #FAFAF5;
  --cream-2: #F4F1E8;
  --ink: #0B0F1A;
  --ink-soft: #1A2030;
  --mute: #5B6273;
  --mute-2: #8A8F9C;
  --line: #E8E5DC;
  --line-2: #D6D2C6;
  --emerald: #14E6A4;
  --emerald-soft: #5BEBC0;
  --emerald-deep: #0B7E57;
  --emerald-ink: #064A34;
  --coral: #FF6B5C;
  --coral-soft: #FFB5AB;
  --indigo: #6366F1;
  --shadow-soft: 0 1px 2px rgba(11,15,26,.04), 0 8px 24px rgba(11,15,26,.05);
  --shadow-lift: 0 2px 4px rgba(11,15,26,.06), 0 24px 48px -12px rgba(11,15,26,.12);
  --shadow-deep: 0 4px 8px rgba(11,15,26,.06), 0 40px 80px -20px rgba(11,15,26,.18);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --font-serif: 'Instrument Serif', ui-serif, Georgia, serif;
  --font-sans: 'Inter Tight', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.55; -webkit-tap-highlight-color: rgba(20,230,164,.2); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ink); }
img, svg { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; }
::selection { background: rgba(20,230,164,.4); color: var(--ink); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 640px) { .container { padding: 0 32px; } }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); background: rgba(250, 250, 245, 0.72); border-bottom: 1px solid rgba(232, 229, 220, 0.5); transition: box-shadow .25s ease; }
.nav.scrolled { box-shadow: var(--shadow-soft); }
.nav-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-serif); font-size: 22px; letter-spacing: -0.01em; color: var(--ink); }
.brand-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--ink); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 22px; line-height: 1; box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.brand-mark::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 40%, rgba(20,230,164,.4) 50%, transparent 60%); transform: translateX(-100%); transition: transform .6s ease; }
.brand:hover .brand-mark::after { transform: translateX(100%); }
.nav-links { display: none; gap: 28px; font-size: 14px; color: var(--mute); }
@media (min-width: 900px) { .nav-links { display: flex; align-items: center; } }
.nav-links a { transition: color .15s; }
.nav-links a:hover { color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 999px; font-size: 14px; font-weight: 500; line-height: 1; border: none; transition: transform .25s cubic-bezier(.2,.7,.2,1), background-color .2s, color .2s, box-shadow .25s; will-change: transform; }
.btn-primary { background: var(--ink); color: var(--cream); box-shadow: var(--shadow-lift); }
.btn-primary:hover { background: var(--emerald-deep); color: var(--cream); transform: translateY(-1px); }
.btn-secondary { background: var(--cream); color: var(--ink); border: 1px solid var(--line); }
.btn-secondary:hover { border-color: var(--ink); transform: translateY(-1px); }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn .icon { width: 14px; height: 14px; }
.btn-lg .icon { width: 16px; height: 16px; }

.hero { position: relative; padding: 140px 0 80px; overflow: hidden; isolation: isolate; }
@media (min-width: 768px) { .hero { padding: 180px 0 120px; } }
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; animation: blob-float 22s ease-in-out infinite; will-change: transform; }
.blob-1 { width: 60vw; height: 60vw; left: -15%; top: -20%; background: radial-gradient(circle, var(--emerald) 0%, transparent 70%); }
.blob-2 { width: 50vw; height: 50vw; right: -20%; top: 5%; background: radial-gradient(circle, var(--coral) 0%, transparent 70%); animation-delay: -7s; opacity: .35; }
.blob-3 { width: 40vw; height: 40vw; left: 20%; bottom: -20%; background: radial-gradient(circle, var(--indigo) 0%, transparent 70%); animation-delay: -14s; opacity: .3; }
@keyframes blob-float { 0%, 100% { transform: translate(0,0) scale(1); } 33% { transform: translate(5%, -3%) scale(1.06); } 66% { transform: translate(-4%, 4%) scale(0.96); } }
.hero-grain { position: absolute; inset: 0; pointer-events: none; opacity: 0.4; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>"); }
.hero-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 160px; background: linear-gradient(180deg, transparent, var(--cream)); }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.1fr 1fr; gap: 64px; } }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--mute); background: rgba(255,255,255,.6); backdrop-filter: blur(8px); border: 1px solid var(--line); padding: 6px 14px; border-radius: 999px; margin-bottom: 24px; }
.eyebrow .pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 0 rgba(20,230,164,.6); animation: pulse-ring 2.2s ease-out infinite; }
@keyframes pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(20,230,164,.6); } 70% { box-shadow: 0 0 0 8px rgba(20,230,164,0); } 100% { box-shadow: 0 0 0 0 rgba(20,230,164,0); } }

h1.display { font-family: var(--font-serif); font-size: clamp(3rem, 8vw, 6rem); line-height: 0.95; letter-spacing: -0.025em; font-weight: 400; margin-bottom: 24px; }
h1.display em { font-style: italic; color: var(--emerald-deep); font-weight: 400; }
.hero-sub { font-size: 1.125rem; line-height: 1.55; color: var(--mute); max-width: 520px; margin-bottom: 36px; }
@media (min-width: 768px) { .hero-sub { font-size: 1.25rem; } }
.hero-ctas { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 480px) { .hero-ctas { flex-direction: row; flex-wrap: wrap; } }
.hero-meta { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; font-size: 13px; color: var(--mute); }
.hero-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--mute-2); }

.hero-art { position: relative; width: 100%; max-width: 520px; margin: 0 auto; aspect-ratio: 1 / 1; }
.hero-art svg { width: 100%; height: 100%; }

.float-card { position: absolute; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; box-shadow: var(--shadow-deep); animation: card-float 6s ease-in-out infinite; font-size: 13px; }
.float-card.fc-1 { top: 8%; right: -8%; animation-delay: 0s; transform: rotate(3deg); width: 220px; --r: 3deg; }
.float-card.fc-2 { bottom: 12%; left: -10%; animation-delay: -3s; transform: rotate(-2deg); width: 240px; --r: -2deg; }
.float-card .fc-label { color: var(--mute); font-size: 11px; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.08em; }
.float-card .fc-value { font-family: var(--font-serif); font-size: 28px; line-height: 1.1; }
.float-card .fc-hint { color: var(--mute); font-size: 12px; margin-top: 6px; }
.float-card .fc-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 4px 10px; background: rgba(20,230,164,.15); color: var(--emerald-deep); border-radius: 999px; font-size: 11px; font-weight: 500; }
@keyframes card-float { 0%, 100% { transform: rotate(var(--r, 0deg)) translateY(0); } 50% { transform: rotate(var(--r, 0deg)) translateY(-8px); } }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; overflow: hidden; background: var(--cream-2); margin: 40px 0 0; }
.marquee-track { display: flex; gap: 64px; white-space: nowrap; animation: marquee-scroll 32s linear infinite; font-size: 14px; color: var(--mute); width: max-content; }
.marquee span { display: inline-flex; align-items: center; gap: 12px; }
.marquee span::after { content: '·'; color: var(--line-2); margin-left: 64px; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

.section { padding: 100px 0; }
@media (min-width: 768px) { .section { padding: 140px 0; } }
.section-head { max-width: 640px; margin-bottom: 64px; }
.section-eyebrow { font-size: 14px; color: var(--emerald-deep); font-weight: 500; margin-bottom: 12px; letter-spacing: 0.02em; }
h2.section-title { font-family: var(--font-serif); font-size: clamp(2.25rem, 5vw, 3.5rem); letter-spacing: -0.02em; line-height: 1.02; font-weight: 400; }
h2.section-title em { font-style: italic; color: var(--emerald-deep); font-weight: 400; }
.divider-top { border-top: 1px solid var(--line); }

.steps { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.step { position: relative; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .35s; overflow: hidden; }
.step::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,230,164,0) 0%, rgba(20,230,164,0.06) 100%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-2); }
.step:hover::before { opacity: 1; }
.step-num { font-family: var(--font-serif); font-size: 56px; line-height: 1; color: var(--emerald-deep); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.step-num .step-icon { width: 38px; height: 38px; color: var(--emerald-deep); opacity: .65; }
.step h3 { font-family: var(--font-serif); font-size: 28px; letter-spacing: -0.01em; margin-bottom: 12px; font-weight: 400; line-height: 1.15; }
.step p { color: var(--mute); line-height: 1.6; }

.trust { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; isolation: isolate; }
.trust-glow { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0.25; }
.trust-glow .b1 { position: absolute; top: -200px; left: 30%; width: 600px; height: 600px; border-radius: 50%; filter: blur(80px); background: radial-gradient(circle, var(--emerald) 0%, transparent 70%); }
.trust-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
@media (min-width: 768px) { .trust-stats { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.trust-stat .num { font-family: var(--font-serif); font-size: 52px; line-height: 1; margin-bottom: 10px; }
.trust-stat .lbl { font-size: 14px; line-height: 1.55; color: rgba(250,250,245,.6); }
.trust .section-title { color: var(--cream); }
.trust .section-eyebrow { color: var(--emerald); }
.trust-info { margin-top: 64px; padding-top: 40px; border-top: 1px solid rgba(250,250,245,.1); display: flex; flex-wrap: wrap; gap: 8px 32px; font-size: 14px; color: rgba(250,250,245,.6); }
.trust-info svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 6px; color: var(--emerald); }

.faq { max-width: 760px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, box-shadow .25s; overflow: hidden; }
.faq-item:hover { border-color: var(--line-2); }
.faq-item[open] { box-shadow: var(--shadow-soft); border-color: var(--ink-soft); }
.faq-q { padding: 22px 24px; font-weight: 500; font-size: 17px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; user-select: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--cream-2); display: inline-flex; align-items: center; justify-content: center; color: var(--mute); font-size: 18px; font-weight: 400; transition: transform .3s, background .25s, color .25s; flex: 0 0 auto; }
.faq-item[open] .faq-toggle { background: var(--ink); color: var(--cream); transform: rotate(45deg); }
.faq-a { padding: 0 24px 24px; color: var(--mute); line-height: 1.65; }

.cta-final { text-align: center; }
.cta-final h2 { font-family: var(--font-serif); font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -0.025em; line-height: 1.02; font-weight: 400; max-width: 760px; margin: 0 auto; }
.cta-final h2 em { font-style: italic; color: var(--emerald-deep); }
.cta-final p { margin: 24px auto 40px; color: var(--mute); font-size: 18px; max-width: 520px; }
.cta-final .hero-ctas { justify-content: center; }

.footer { border-top: 1px solid var(--line); padding: 56px 0 32px; background: var(--cream); }
.footer-grid { display: flex; flex-direction: column; gap: 32px; }
@media (min-width: 768px) { .footer-grid { flex-direction: row; justify-content: space-between; align-items: flex-start; } }
.footer-brand .name { font-family: var(--font-serif); font-size: 22px; color: var(--ink); margin-bottom: 8px; }
.footer-brand p { color: var(--mute); font-size: 14px; line-height: 1.6; max-width: 360px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 14px; color: var(--mute); }
.footer-links a:hover { color: var(--ink); }
.footer-disclaimer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; color: var(--mute-2); max-width: 720px; line-height: 1.6; }

.form-wrap { background: white; border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 32px; box-shadow: var(--shadow-soft); }
@media (min-width: 640px) { .form-wrap { padding: 40px; } }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; font: inherit; color: var(--ink); transition: border-color .15s, box-shadow .15s, background .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); background: white; box-shadow: 0 0 0 4px rgba(20,230,164,.18); }
.field-help { font-size: 12px; color: var(--mute); margin-top: 8px; }
.field-row { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } }
.consent { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 22px; font-size: 13px; color: var(--mute); line-height: 1.55; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--emerald-deep); flex: 0 0 auto; }
.consent a { color: var(--ink); text-decoration: underline; }
.btn-block { width: 100%; }

.prose { max-width: 720px; margin: 0 auto; padding: 0 24px; color: var(--mute); line-height: 1.7; }
.prose h1 { font-family: var(--font-serif); font-size: clamp(2.75rem, 6vw, 4rem); letter-spacing: -0.02em; line-height: 1; color: var(--ink); font-weight: 400; margin-bottom: 12px; }
.prose .meta { font-size: 13px; color: var(--mute); margin-bottom: 36px; }
.prose h2 { font-family: var(--font-serif); font-size: 1.6rem; letter-spacing: -0.01em; color: var(--ink); font-weight: 400; margin-top: 40px; margin-bottom: 14px; }
.prose p { margin-bottom: 14px; }
.prose ul { margin: 14px 0 18px 20px; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--ink); text-decoration: underline; }
.prose strong { color: var(--ink); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(28px); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } .blob, .float-card, .marquee-track, .pulse-dot, .brand-mark::after { animation: none !important; } html { scroll-behavior: auto; } }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--emerald-deep); outline-offset: 3px; border-radius: 8px; }

.text-center { text-align: center; }
.hidden { display: none !important; }
