/* Premium home and planner experience */
:root{--premium-ink:#21172c;--premium-pink:#e83e73;--premium-soft:#fff8f3;--premium-card:#ffffff;--premium-muted:#6d6673;--premium-border:#ece5ef;--premium-blue:#1f6f78;--premium-yellow:#f4b544;--premium-green:#4f8a3d}
.home-premium{background:#fff;color:var(--premium-ink)}
.home-premium .premium-hero{padding:92px 0 86px;background:radial-gradient(circle at 85% 15%,rgba(232,62,115,.12),transparent 30%),radial-gradient(circle at 15% 85%,rgba(31,111,120,.10),transparent 34%),linear-gradient(180deg,#fffdf9 0%,#fff 100%)}
.home-premium .premium-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:72px;align-items:center}
.home-premium .premium-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid var(--premium-border);border-radius:999px;background:#fff;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--premium-blue);margin-bottom:24px;box-shadow:0 8px 28px rgba(33,23,44,.06)}
.home-premium .premium-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--premium-pink)}
.home-premium .premium-title{font-size:clamp(3.25rem,7vw,5.75rem);line-height:.92;letter-spacing:-.045em;max-width:10ch;margin:0 0 28px}
.home-premium .premium-title span{color:var(--premium-pink)}
.home-premium .premium-lead{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.72;color:var(--premium-muted);max-width:60ch;margin-bottom:34px}
.home-premium .premium-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:26px}
.home-premium .premium-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 25px;border-radius:16px;text-decoration:none;font-weight:800;border:1.5px solid var(--premium-ink);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.home-premium .premium-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(33,23,44,.12)}
.home-premium .premium-btn-primary{background:var(--premium-ink);color:#fff}
.home-premium .premium-btn-secondary{background:#fff;color:var(--premium-ink)}
.home-premium .premium-trust{display:flex;flex-wrap:wrap;gap:10px}
.home-premium .premium-trust span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--premium-border);font-size:.84rem;font-weight:700;color:#514958}
.home-premium .premium-trust i{font-style:normal;color:var(--premium-green)}
.home-premium .assistant-card{position:relative;background:rgba(255,255,255,.92);border:1px solid var(--premium-border);border-radius:32px;padding:34px;box-shadow:0 28px 70px rgba(33,23,44,.14);overflow:hidden}
.home-premium .assistant-card:before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,var(--premium-pink),var(--premium-yellow),var(--premium-blue),var(--premium-green))}
.home-premium .assistant-card small{display:block;color:var(--premium-pink);font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.home-premium .assistant-card h2{font-size:2rem;line-height:1.1;margin-bottom:24px}
.home-premium .assistant-list{display:grid;gap:12px}
.home-premium .assistant-item{display:grid;grid-template-columns:46px 1fr auto;gap:14px;align-items:center;padding:15px;border:1px solid var(--premium-border);border-radius:18px;background:#fff}
.home-premium .assistant-number{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#f7f2f8;font-weight:900}
.home-premium .assistant-item.done .assistant-number{background:#eaf5e8;color:var(--premium-green)}
.home-premium .assistant-item strong{display:block;font-size:1rem;margin-bottom:2px}
.home-premium .assistant-item p{margin:0;color:var(--premium-muted);font-size:.86rem}
.home-premium .assistant-arrow{font-size:1.25rem;color:#a69eaa}
.home-premium .assistant-footer{display:flex;justify-content:space-between;align-items:center;margin-top:22px;padding-top:20px;border-top:1px solid var(--premium-border);font-size:.9rem;color:var(--premium-muted)}
.home-premium .assistant-progress{width:110px;height:8px;border-radius:999px;background:#eee8f0;overflow:hidden}.home-premium .assistant-progress span{display:block;width:28%;height:100%;background:var(--premium-pink)}
.home-premium .premium-section{padding:104px 0}
.home-premium .premium-section-soft{background:#fbf8fc}
.home-premium .premium-heading{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,.55fr);gap:72px;align-items:end;margin-bottom:46px}
.home-premium .premium-kicker{font-size:.76rem;color:var(--premium-pink);font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}
.home-premium .premium-heading h2{font-size:clamp(2.45rem,5vw,4rem);line-height:1;letter-spacing:-.035em;margin:0}
.home-premium .premium-heading p{font-size:1.08rem;line-height:1.75;color:var(--premium-muted);margin:0}
.home-premium .stage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.home-premium .stage-card{display:flex;flex-direction:column;min-height:310px;padding:28px;border-radius:26px;background:#fff;border:1px solid var(--premium-border);text-decoration:none;box-shadow:0 12px 30px rgba(33,23,44,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.home-premium .stage-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(33,23,44,.12);border-color:#d8cbdc}
.home-premium .stage-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:34px}
.home-premium .stage-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#fff4f7;font-size:1.8rem}
.home-premium .stage-number{font-family:var(--font-mono);font-size:.82rem;color:#a59ba9}
.home-premium .stage-card h3{font-size:1.6rem;line-height:1.08;margin-bottom:12px}
.home-premium .stage-card p{color:var(--premium-muted);line-height:1.62;margin:0 0 28px}
.home-premium .stage-link{margin-top:auto;font-weight:900;color:var(--premium-blue)}
.home-premium .stage-card.featured{background:var(--premium-ink);color:#fff;border-color:var(--premium-ink)}
.home-premium .stage-card.featured p{color:rgba(255,255,255,.7)}.home-premium .stage-card.featured .stage-link{color:#fff}.home-premium .stage-card.featured .stage-icon{background:rgba(255,255,255,.12)}
.home-premium .answer-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;padding:52px;border-radius:32px;background:var(--premium-ink);color:#fff}
.home-premium .answer-panel h2{font-size:clamp(2.2rem,4vw,3.45rem);line-height:1.02;margin:8px 0 0}.home-premium .answer-panel p{color:rgba(255,255,255,.75);font-size:1.06rem;line-height:1.8}.home-premium .answer-panel p:last-child{margin-bottom:0}
.home-premium .directory-intro{margin:0 0 40px;padding:38px;border-radius:28px;border:1px solid var(--premium-border);background:#fff;box-shadow:0 10px 30px rgba(33,23,44,.05)}
.home-premium .listing{padding-top:90px}
/* Wizard */
.premium-wizard{min-height:100vh;background:#fbf9fc}.premium-wizard .wizard-shell{max-width:980px;margin:0 auto;padding:72px 24px 96px}.premium-wizard .wizard-top{text-align:center;margin-bottom:42px}.premium-wizard .wizard-top h1{font-size:clamp(2.6rem,6vw,4.8rem);line-height:.98;margin:12px auto 18px;max-width:12ch}.premium-wizard .wizard-top p{max-width:650px;margin:0 auto;color:var(--premium-muted);font-size:1.08rem}.premium-wizard .wizard-progress-card{background:#fff;border:1px solid var(--premium-border);border-radius:22px;padding:20px 24px;margin-bottom:24px;box-shadow:0 10px 30px rgba(33,23,44,.06)}.premium-wizard .wizard-progress-meta{display:flex;justify-content:space-between;gap:20px;margin-bottom:12px}.premium-wizard .wizard-progress-track{height:10px;background:#eee8f0;border-radius:999px;overflow:hidden}.premium-wizard .wizard-progress-track span{display:block;height:100%;width:12.5%;background:linear-gradient(90deg,var(--premium-pink),#f47f9f);transition:width .25s ease}.premium-wizard .wizard-card{display:none;background:#fff;border:1px solid var(--premium-border);border-radius:30px;padding:clamp(28px,5vw,52px);box-shadow:0 26px 60px rgba(33,23,44,.10)}.premium-wizard .wizard-card.active{display:block}.premium-wizard .wizard-step-label{font-size:.78rem;color:var(--premium-pink);font-weight:900;letter-spacing:.12em;text-transform:uppercase}.premium-wizard .wizard-card h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:10px 0 12px}.premium-wizard .wizard-card>p{color:var(--premium-muted);font-size:1.04rem;line-height:1.7;max-width:700px}.premium-wizard .choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:28px 0}.premium-wizard .choice{display:flex;gap:14px;align-items:center;padding:18px;border:1px solid var(--premium-border);border-radius:18px;background:#fff;cursor:pointer}.premium-wizard .choice:hover{border-color:#cfbecf}.premium-wizard .choice input{width:20px;height:20px;accent-color:var(--premium-pink)}.premium-wizard .choice strong{display:block}.premium-wizard .choice small{display:block;color:var(--premium-muted);margin-top:2px}.premium-wizard .wizard-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.premium-wizard button,.premium-wizard .wizard-link{min-height:52px;padding:0 22px;border-radius:15px;border:1.5px solid var(--premium-ink);font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.premium-wizard .next-step{background:var(--premium-ink);color:#fff;margin-left:auto}.premium-wizard .prev-step{background:#fff;color:var(--premium-ink)}.premium-wizard .wizard-summary{display:grid;gap:12px;margin:28px 0}.premium-wizard .summary-row{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--premium-border)}
@media(max-width:940px){.home-premium .premium-hero-grid,.home-premium .premium-heading,.home-premium .answer-panel{grid-template-columns:1fr}.home-premium .premium-hero-grid{gap:48px}.home-premium .assistant-card{max-width:700px}.home-premium .stage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-premium .premium-heading{gap:20px}}
@media(max-width:640px){.home-premium .premium-hero{padding:62px 0 60px}.home-premium .premium-title{font-size:clamp(3rem,16vw,4.3rem)}.home-premium .premium-actions{display:grid}.home-premium .premium-btn{width:100%}.home-premium .assistant-card{padding:26px 20px;border-radius:24px}.home-premium .assistant-item{grid-template-columns:42px 1fr}.home-premium .assistant-arrow{display:none}.home-premium .premium-section{padding:76px 0}.home-premium .stage-grid{grid-template-columns:1fr}.home-premium .answer-panel{padding:34px 24px;border-radius:24px}.home-premium .premium-heading{margin-bottom:32px}.premium-wizard .choice-grid{grid-template-columns:1fr}.premium-wizard .wizard-actions{flex-direction:column-reverse}.premium-wizard button,.premium-wizard .wizard-link{width:100%}}

.planner-preview-static{position:relative}.planner-preview-note{color:var(--premium-muted,#6f6775);line-height:1.55;margin:-4px 0 20px;font-size:.95rem}.planner-preview-cta{display:flex;align-items:center;justify-content:center;margin-top:22px;min-height:52px;border-radius:15px;background:var(--premium-ink,#21172c);color:#fff;text-decoration:none;font-weight:800}.planner-preview-cta:hover{transform:translateY(-1px)}
.recommendation-groups{display:grid;gap:42px;margin-top:34px}.recommendation-group{padding-top:30px;border-top:1px solid var(--premium-border)}.recommendation-group-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.recommendation-group-head h3{font-size:1.55rem;margin:4px 0 0}.recommendation-group-head>a{font-weight:800;color:var(--premium-ink);white-space:nowrap}.recommendation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.recommendation-card{display:block;padding:20px;border:1px solid var(--premium-border);border-radius:20px;text-decoration:none;color:var(--premium-ink);background:#fff;transition:.2s ease}.recommendation-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(33,23,44,.08);border-color:#d8c8d9}.recommendation-card strong{display:block;font-size:1.08rem;margin:6px 0}.recommendation-card p{color:var(--premium-muted);line-height:1.5;margin:0 0 14px;font-size:.93rem}.recommendation-category{font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--premium-pink)}.recommendation-link{font-weight:800}.no-recommendations,.no-category-results{padding:22px;border-radius:18px;background:#f8f4f8;color:var(--premium-muted)}
@media(max-width:720px){.recommendation-grid{grid-template-columns:1fr}.recommendation-group-head{align-items:flex-start;flex-direction:column}.planner-preview-note{font-size:.9rem}}
.home-premium .assistant-main-cta{width:100%;margin-top:22px}
.home-premium .premium-directory{padding:100px 0;background:#fff}
.home-premium .premium-timeline{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:18px}
.home-premium .premium-timeline:before{content:"";position:absolute;left:8%;right:8%;top:30px;height:2px;background:#e8e1ea;z-index:0}
.home-premium .timeline-step{position:relative;z-index:1;text-align:center;padding:0 10px}
.home-premium .timeline-step>span{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 20px;border-radius:50%;background:#fff;border:2px solid var(--premium-ink);font-weight:900;box-shadow:0 10px 25px rgba(33,23,44,.09);transition:.2s ease}
.home-premium .timeline-step:hover>span{transform:translateY(-4px) scale(1.06);background:var(--premium-ink);color:#fff}
.home-premium .timeline-step strong{display:block;font-size:1rem;line-height:1.35;margin-bottom:8px}
.home-premium .timeline-step p{margin:0;color:var(--premium-muted);font-size:.88rem;line-height:1.5}
.home-premium .premium-guides{background:#fbf8fc}
.home-premium .guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.home-premium .guide-grid>a{display:flex;flex-direction:column;min-height:250px;padding:28px;border-radius:24px;border:1px solid var(--premium-border);background:#fff;text-decoration:none;transition:.2s ease}
.home-premium .guide-grid>a:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(33,23,44,.1)}
.home-premium .guide-grid span{font-family:var(--font-mono);font-size:.8rem;color:var(--premium-pink);font-weight:800}
.home-premium .guide-grid h3{font-size:1.45rem;line-height:1.15;margin:30px 0 12px}
.home-premium .guide-grid p{color:var(--premium-muted);line-height:1.6;margin:0 0 24px}
.home-premium .guide-grid strong{margin-top:auto;color:var(--premium-blue)}
@media(max-width:900px){.home-premium .premium-timeline{grid-template-columns:1fr}.home-premium .premium-timeline:before{left:30px;right:auto;top:30px;bottom:30px;width:2px;height:auto}.home-premium .timeline-step{display:grid;grid-template-columns:62px 1fr;column-gap:20px;text-align:left;padding:0}.home-premium .timeline-step>span{grid-row:1/3;margin:0}.home-premium .guide-grid{grid-template-columns:1fr}}
