.welcome-root{font-family:Jost,sans-serif;color:#1a1a2e}.hero{position:relative;width:100%;padding:32px 48px;box-sizing:border-box;background:#f7f7fb}.hero-slider{width:100%;max-width:1100px;margin:0 auto;height:min(520px,58vw);min-height:320px;overflow:hidden;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.14)}.hero-slider>*{width:100%!important;height:100%!important;border-radius:16px!important}.hero-overlay{position:absolute;inset:32px 48px;pointer-events:none;display:flex;align-items:flex-end;padding:32px 40px;border-radius:16px;max-width:1100px;width:calc(100% - 96px);margin:0 auto;left:50%;transform:translateX(-50%)}.hero-text{max-width:420px}.hero-eyebrow{margin:0 0 10px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(240,236,228,.7)}.hero-title{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(32px,5vw,52px);font-weight:400;line-height:1.15;color:#f0ece4;text-shadow:0 2px 24px rgba(0,0,0,.35)}.value-section{padding:52px 24px;text-align:center;background:#f7f7fb}.value-eyebrow{margin:0 0 10px;font-size:16px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#b08d57}.value-title{margin:0 0 18px;font-family:Cormorant Garamond,serif;font-size:clamp(42px,7vw,68px);font-weight:400;color:#1a1a2e;letter-spacing:-.01em}.value-desc{margin:0 auto;max-width:480px;font-size:15px;color:#6b6055;line-height:1.7}.cta-section{padding:0 24px 64px;display:flex;flex-direction:column;align-items:center;gap:28px;background:#f7f7fb}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;max-width:720px}.cta-card{border-radius:16px;padding:28px 24px}.cta-card--primary{background:#1a1a2e}.cta-card--outline{background:#fff;border:1.5px solid #e0d8ce}.cta-label{margin:0 0 16px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.cta-card--primary .cta-label{color:#d4aa6a}.cta-card--outline .cta-label{color:#6b6055}.cta-form{display:flex;flex-direction:column;gap:10px}.cta-input{height:44px;padding:0 14px;border-radius:8px;border:none;font-size:14px;font-family:Jost,sans-serif;outline:none;background:rgba(255,255,255,.08);color:#f0ece4}.cta-input::placeholder{color:rgba(240,236,228,.45)}.cta-input--outline{background:#faf8f5;border:1.5px solid #e0d8ce;color:#1a1a2e}.cta-input--outline::placeholder{color:#b8a898}.cta-input--outline:focus{border-color:#b08d57}.cta-btn{height:44px;border-radius:8px;border:none;font-size:13px;font-weight:600;letter-spacing:.06em;cursor:pointer;font-family:Jost,sans-serif;transition:all .2s}.cta-btn:disabled{opacity:.65;cursor:not-allowed}.cta-btn--filled{background:#6c5ce7;color:#fff}.cta-btn--filled:not(:disabled):hover{background:#5a4ad1}.cta-btn--outline{background:transparent;color:#6c5ce7;border:1.5px solid #6c5ce7}.cta-btn--outline:not(:disabled):hover{background:rgba(108,92,231,.06)}.cta-error{margin:0;font-size:12px;color:#e05c5c}.cta-sent{margin:0;font-size:14px;color:#b08d57;padding:12px 0}.cta-note{margin:0;font-size:13px;color:#b8a898;letter-spacing:.03em}@keyframes statsBarFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes statItemRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes dividerGrow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes numberPop{0%{transform:scale(.85);opacity:0}60%{transform:scale(1.06)}to{transform:scale(1);opacity:1}}.stats-bar{justify-content:center;background:#faf8f5;border-top:1px solid #ede8e1;border-bottom:1px solid #ede8e1;padding:32px 24px;animation:statsBarFadeIn .6s ease both}.stat-item,.stats-bar{display:flex;align-items:center}.stat-item{flex-direction:column;gap:6px;padding:0 48px;animation:statItemRise .5s ease both}.stat-item:first-child{animation-delay:.1s}.stat-item:nth-child(3){animation-delay:.2s}.stat-item:nth-child(5){animation-delay:.3s}.stat-number{font-family:Cormorant Garamond,serif;font-size:clamp(32px,4.5vw,48px);font-weight:400;color:#1a1a2e;line-height:1;letter-spacing:-.02em;animation:numberPop .5s cubic-bezier(.34,1.56,.64,1) both}.stat-item:first-child .stat-number{animation-delay:.15s}.stat-item:nth-child(3) .stat-number{animation-delay:.25s}.stat-item:nth-child(5) .stat-number{animation-delay:.35s}.stat-label{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#b08d57;animation:statItemRise .5s ease both}.stat-item:first-child .stat-label{animation-delay:.2s}.stat-item:nth-child(3) .stat-label{animation-delay:.3s}.stat-item:nth-child(5) .stat-label{animation-delay:.4s}.stat-divider{width:1px;height:44px;background:#e0d8ce;flex-shrink:0;transform-origin:center;animation:dividerGrow .4s ease both}.stat-divider:nth-child(2){animation-delay:.15s}.stat-divider:nth-child(4){animation-delay:.25s}.signin-nudge{text-align:center;font-size:14px;color:#9a8c80;padding:24px 24px 32px;background:#faf8f5}.signin-nudge-link{color:#b08d57;text-decoration:none;font-weight:500}.signin-nudge-link:hover{text-decoration:underline}@media (max-width:600px){.hero{padding:16px}.hero-slider{height:65vw;min-height:260px;border-radius:12px}.hero-overlay{inset:16px 16px;width:calc(100% - 32px);padding:20px;border-radius:12px}.value-section{padding:52px 20px 36px}.cta-grid{grid-template-columns:1fr;max-width:400px}.cta-section{padding:0 20px 56px}.stat-item{padding:0 18px}.stats-bar{padding:24px 12px}}