:root{--bg:#120d0e;--card:#1d1617;--card-2:#271e1f;--card-3:#35292a;--text:#f6ecea;--text-soft:#d9c8c5;--text-muted:#b8a4a1;--text-faint:#8a7775;--rose:#ff9d92;--rose-hover:#ffb7ae;--on-rose:#2a1210;--dark-hover:#2a2021;--radius-xl:40px;--pad:clamp(28px, 4vw, 44px)}*{box-sizing:border-box}body{background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}a{color:#ffb3aa}a:hover{color:#ffd3cd}:focus-visible{outline:2px solid var(--rose);outline-offset:3px}.page{background:var(--bg);color:var(--text);min-height:100vh;padding:clamp(8px,1.4vw,14px);font-family:Manrope,system-ui,sans-serif}.container{flex-direction:column;gap:10px;max-width:1240px;margin:0 auto;display:flex}.logo{flex:none;width:32px;height:32px;display:block}.grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,460px),1fr));gap:10px;display:grid}.card{background:var(--card);border-radius:var(--radius-xl);padding:var(--pad)}.nav{z-index:10;-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#201819b8;border:1px solid #ffffff0f;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;padding:8px 8px 8px 18px;display:flex;position:sticky;top:10px}.nav-links{align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.nav-link{color:var(--text-soft);border-radius:999px;padding:10px 14px;text-decoration:none}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-cta{color:var(--on-rose);background:var(--rose);border-radius:999px;padding:10px 18px;text-decoration:none}.nav-cta:hover{background:var(--rose-hover);color:var(--on-rose)}.actions{flex-wrap:wrap;gap:8px;display:flex}.btn{border-radius:999px;align-items:center;padding:16px 24px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s;display:flex}.btn-primary{background:var(--rose);color:var(--on-rose)}.btn-primary:hover{background:var(--rose-hover);color:var(--on-rose);transform:translateY(-2px)}.btn-dark{background:var(--bg);color:var(--text)}.btn-dark:hover{background:var(--dark-hover);color:#fff}.cta .btn-dark:hover{transform:translateY(-2px)}.hero{flex-direction:column;gap:32px;min-height:560px;display:flex}.hero-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.chips{gap:6px;display:flex}.chip{background:var(--card-2);color:var(--text-soft);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.hero-body{flex-direction:column;flex:1;justify-content:flex-end;gap:18px;display:flex}.eyebrow{color:var(--rose);letter-spacing:-.01em;font-size:15px;font-weight:700}.hero-title{letter-spacing:-.05em;color:var(--text);margin:0;font-size:clamp(48px,5.6vw,80px);font-weight:800;line-height:.95}.accent{color:var(--rose)}.hero-lead{color:var(--text-muted);text-wrap:pretty;max-width:26em;margin:0;font-size:clamp(17px,1.5vw,20px);font-weight:500;line-height:1.4}.photo{border-radius:var(--radius-xl);background:var(--card);min-height:420px;position:relative;overflow:hidden}.photo-tall{min-height:560px}.photo-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.photo-fade{background:linear-gradient(#120d0e00 45%,#120d0eb3 100%);position:absolute;inset:0}.badge-soon{-webkit-backdrop-filter:blur(16px);color:#fff;background:#ffffff29;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:700;display:flex;position:absolute;top:24px;left:24px}.badge-dot{background:var(--rose);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #ff9d924d}.notice{-webkit-backdrop-filter:blur(22px)saturate(1.5);background:#1e14148c;border:1px solid #ffffff1f;border-radius:28px;align-items:center;gap:14px;padding:18px 20px;display:flex;position:absolute;bottom:20px;left:20px;right:20px;box-shadow:0 24px 48px -16px #00000080}.notice-text{color:#fff;flex:1;min-width:0;font-size:15px;font-weight:600;line-height:1.35}.notice-time{color:var(--text-soft);font-size:13px}.photo-tags{flex-wrap:wrap;gap:8px;display:flex;position:absolute;bottom:20px;left:20px}.photo-tag{color:var(--on-rose);background:#ffffffe6;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700}.section{flex-direction:column;gap:28px;scroll-margin-top:80px;display:flex}.section-faq{gap:20px}.section-title{letter-spacing:-.045em;margin:0;font-size:clamp(40px,5vw,64px);font-weight:800;line-height:.95}.steps{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:10px;display:grid}.step{background:var(--card-2);border-radius:28px;flex-direction:column;gap:12px;padding:24px;display:flex}.step-number{background:var(--rose);width:44px;height:44px;color:var(--on-rose);border-radius:50%;justify-content:center;align-items:center;font-size:17px;font-weight:800;display:flex}.step-title{letter-spacing:-.02em;margin:8px 0 0;font-size:21px;font-weight:700}.step-body{color:var(--text-muted);text-wrap:pretty;margin:0;font-size:15px;line-height:1.5}.faq-list{flex-direction:column;gap:8px;display:flex}.faq{background:var(--card-2);border-radius:24px}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:18px 22px;font-size:17px;font-weight:700;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-plus{background:var(--card-3);width:32px;height:32px;color:var(--rose);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:20px;font-weight:500;transition:transform .2s;display:flex}.faq[open] .faq-plus{transform:rotate(45deg)}.faq-answer{color:var(--text-muted);text-wrap:pretty;margin:0;padding:0 22px 20px;font-size:15px;line-height:1.55}.cta{color:var(--on-rose);border-radius:var(--radius-xl);padding:var(--pad);background:linear-gradient(160deg,#ffc2ba 0%,#ff9d92 55%,#f07c70 100%);flex-direction:column;justify-content:space-between;gap:40px;min-height:420px;display:flex}.cta-title{letter-spacing:-.05em;text-wrap:balance;margin:0;font-size:clamp(48px,6.4vw,88px);font-weight:800;line-height:.92}.cta-actions{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.cta-label{opacity:.8;font-size:15px;font-weight:600}.footer{color:var(--text-faint);flex-wrap:wrap;justify-content:space-between;gap:12px;padding:16px 20px 20px;font-size:13px;display:flex}@media (prefers-reduced-motion:reduce){.btn,.faq-plus{transition:none}}
