.home-hero{padding:24px 0 0}.home-hero-row{display:grid;grid-template-columns:1.7fr 1fr;grid-gap:20px;gap:20px;margin-bottom:28px}.home-hero-main{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-l);display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:12px;gap:12px;overflow:hidden;position:relative}.home-hero-copy{padding:32px 8px 32px 32px;display:flex;flex-direction:column;gap:14px}.home-eyebrow{display:inline-flex;align-self:flex-start;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--brand-dark);background:var(--brand-light);padding:6px 12px;border-radius:999px}.home-hero-copy h1{font-size:32px;line-height:1.15;font-weight:800;letter-spacing:-.01em}.home-hero-copy p{color:var(--text-mute);font-size:14.5px;max-width:46ch}.home-hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}.home-hero-img{width:100%;height:100%;max-height:380px;object-fit:contain;padding:20px;position:relative;z-index:1}.home-hero-breathe{animation:hero-breathe 6s ease-in-out infinite}.home-hero-glow{position:absolute;top:50%;right:4%;width:340px;height:340px;max-width:60%;transform:translateY(-50%);background:radial-gradient(circle,rgba(255,225,0,.32),rgba(255,225,0,0) 70%);pointer-events:none;z-index:0}.home-hero-side{display:grid;grid-gap:20px;gap:20px}.home-promo-tile{position:relative;display:block;background:var(--ink);color:#fff;border-radius:var(--radius-l);padding:20px;min-height:232px;overflow:hidden;transition:transform .15s ease}.home-promo-tile:hover{transform:translateY(-2px)}.home-promo-tile:nth-child(2){background:var(--brand)}.home-promo-tag{display:inline-block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;background:var(--accent);color:var(--ink);padding:4px 9px;border-radius:5px;margin-bottom:10px}.home-promo-tile h3{font-size:18px;font-weight:800;margin-bottom:4px;max-width:56%}.home-promo-tile p{font-size:12.5px;opacity:.85;max-width:56%}.home-promo-tile img{position:absolute;right:14px;bottom:14px;width:184px;height:184px;object-fit:contain;background:#fff;border-radius:var(--radius-m);padding:10px;box-shadow:0 8px 16px rgba(0,0,0,.35)}.home-cat-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.home-cat-tile{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:var(--radius-m);padding:16px 10px;transition:box-shadow .15s ease,border-color .15s ease,transform .1s ease}.home-cat-tile:hover{box-shadow:var(--shadow-m);border-color:#d6dce5;transform:translateY(-2px)}.home-cat-thumb{width:124px;height:124px;border-radius:var(--radius-m);background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}.home-cat-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.home-cat-tile span{font-size:12.5px;font-weight:700;line-height:1.3}.home-goal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.home-goal-card{text-align:left;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-m);padding:18px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s ease,box-shadow .15s ease}.home-goal-card .ico{display:flex;color:var(--brand)}.home-goal-card h3{font-size:15px;font-weight:800}.home-goal-card p{font-size:12.5px;color:var(--text-mute)}.home-goal-card:hover{border-color:var(--brand)}.home-goal-card.is-active{border-color:var(--brand);background:var(--brand-light);box-shadow:0 0 0 1px var(--brand)}.home-goal-results{margin-top:20px}.home-goal-results-head{font-size:15px;font-weight:800;margin-bottom:14px}.home-goal-empty{color:var(--text-mute);font-size:13px;padding:16px 0}.home-manifesto{background:var(--cream);padding:56px 0;margin:8px 0}.home-manifesto-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:48px;gap:48px;align-items:center}.home-manifesto-eyebrow{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-dark);margin-bottom:10px}.home-manifesto h2{font-family:var(--font-serif);font-size:34px;font-weight:600;line-height:1.2;color:var(--ink)}.home-manifesto-copy p{font-size:14.5px;color:#3a362e;line-height:1.6;margin-bottom:14px}.home-manifesto-stats{display:flex;gap:28px;margin-top:20px;flex-wrap:wrap}.home-manifesto-stat b{display:block;font-family:var(--font-serif);font-size:28px;color:var(--brand)}.home-manifesto-stat span{font-size:12px;color:var(--text-mute)}.home-reviews-avg{display:inline-flex;align-items:center;gap:8px;color:var(--star)}.home-reviews-avg span{font-size:13px;font-weight:700;color:var(--text)}.home-review-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.home-review-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-m);padding:20px;display:flex;flex-direction:column;gap:10px}.home-review-stars{display:inline-flex;align-items:center;gap:2px;color:var(--star)}.home-review-text{font-size:13.5px;color:var(--text);line-height:1.55;flex:1 0 auto}.home-review-who{display:flex;align-items:center;gap:10px;margin-top:auto;flex-wrap:wrap}.home-review-avatar{width:36px;height:36px;border-radius:50%;background:var(--ink);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex:0 0 auto}.home-review-who b{display:block;font-size:13px}.home-review-who small{color:var(--text-faint);font-size:11.5px}.home-review-verified{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--green);font-weight:700}.home-newsletter{background:var(--ink);color:#fff;border-radius:var(--radius-l);padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.home-newsletter h2{font-size:22px;font-weight:800;margin-bottom:6px}.home-newsletter p{color:hsla(0,0%,100%,.7);font-size:13px;max-width:40ch}.home-newsletter-form{display:flex;gap:10px;flex-wrap:wrap;max-width:460px}.home-newsletter-form input{min-width:240px;flex:1 1 240px;padding:12px 14px;border-radius:var(--radius-s);border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08);color:#fff}.home-newsletter-form input::placeholder{color:hsla(0,0%,100%,.5)}.home-newsletter-note{width:100%;font-size:11.5px;color:hsla(0,0%,100%,.5)}@media (max-width:1180px){.home-cat-grid{grid-template-columns:repeat(4,1fr)}.home-goal-grid,.home-review-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:980px){.home-hero-main,.home-hero-row{grid-template-columns:1fr}.home-hero-img{max-height:240px;padding:0 20px 20px}.home-hero-side{grid-template-columns:repeat(2,1fr)}.home-manifesto-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:760px){.home-cat-grid{grid-template-columns:repeat(3,1fr)}.home-cat-thumb{width:108px;height:108px}.home-goal-grid{grid-template-columns:repeat(2,1fr)}.home-hero-side,.home-review-grid{grid-template-columns:1fr}.home-hero-copy{padding:24px}.home-hero-copy h1{font-size:24px}.home-manifesto h2{font-size:26px}.home-newsletter{padding:28px 20px;justify-content:center;text-align:center}.home-newsletter-form{justify-content:center;width:100%;max-width:none}}@media (max-width:520px){.home-cat-grid{grid-template-columns:repeat(2,1fr)}.home-goal-grid{grid-template-columns:1fr}}