.home-page{background:#f8fafc;}
.hero--nyc{padding:72px 0 48px;background:radial-gradient(circle at top right, rgba(244,197,66,.18), transparent 28%),linear-gradient(180deg,#fff 0%,#f8fafc 100%);}
.hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;}
.hero__content h1{font-size:56px;line-height:1.02;letter-spacing:-.03em;color:#0c1b33;margin-bottom:18px;max-width:760px;}
.hero__text{font-size:18px;line-height:1.7;color:#475569;max-width:700px;margin-bottom:28px;}
.hero__search{display:flex;align-items:center;gap:12px;max-width:700px;margin-bottom:22px;}
.hero__search input{flex:1;height:56px;padding:0 18px;border:1px solid #dbe2ea;border-radius:14px;font-size:16px;background:#fff;}
.hero__search button{height:56px;padding:0 22px;border:0;border-radius:14px;background:#f4c542;color:#111827;font-weight:800;font-size:15px;cursor:pointer;}
.hero__chips{display:flex;flex-wrap:wrap;gap:10px;}
.hero__chips a{padding:10px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:14px;font-weight:700;color:#334155;}
.hero__panel{display:grid;gap:18px;}
.hero-card__label{display:inline-block;font-size:12px;color:#64748b;margin-bottom:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.hero-card strong{display:block;font-size:22px;color:#0f172a;margin-bottom:8px;}
.hero-card p{color:#64748b;line-height:1.6;}
.stack-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #eef2f7;}
.stack-row:last-child{border-bottom:0;}
.stack-row span{color:#475569;font-weight:600;}
.stack-row strong{margin:0;font-size:15px;color:#0c1b33;}
.featured-section,.home-categories,.home-cta{padding:26px 0 50px;}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px;}
.section-head h2{font-size:34px;line-height:1.1;color:#0c1b33;}
.section-link{font-weight:700;color:#0c1b33;}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.category-box strong{display:block;font-size:20px;color:#0f172a;margin-bottom:10px;}
.category-box span{color:#64748b;line-height:1.6;}
.cta-box{background:linear-gradient(135deg,#0c1b33 0%,#13284b 100%);color:#fff;border-radius:24px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.cta-box h2{font-size:34px;margin-bottom:10px;}
.cta-box p{color:rgba(255,255,255,.82);line-height:1.7;max-width:760px;}
.cta-box .section-kicker{color:#fff;background:rgba(244,197,66,.15);border-color:rgba(244,197,66,.25);}
