.hp-bg{--hp-bg:#08090b;--hp-card-bg:#111318;--hp-card-border:#ffffff0f;--hp-text:#f5f0e8;--hp-text-secondary:#a6a3a0;--hp-text-muted:#77736c;--hp-gold:#d9a441;--hp-gold-border:#d9a44159;--hp-violet:#8b6fc4;--hp-blue:#5b8def;--hp-border:#ffffff1a;--hp-shadow:0 8px 32px #0000004d;--hp-shadow-hover:0 16px 48px #00000073;--hp-shadow-center:0 12px 40px #d9a4410f, 0 20px 60px #0006;--hp-grain-opacity:.35;--hp-overlay:linear-gradient(180deg, transparent 30%, #08090ba6 100%);--hp-icon-bg:#ffffff0f;background:var(--hp-bg);min-height:100vh;transition:background .3s;position:relative;overflow:hidden}.hp-bg.light-mode{--hp-bg:#f7f4ee;--hp-card-bg:#fff;--hp-card-border:#e7e1d8;--hp-text:#191919;--hp-text-secondary:#66635f;--hp-text-muted:#8a8680;--hp-gold:#c88a32;--hp-gold-border:#c88a3266;--hp-violet:#7b5fb4;--hp-blue:#4a7de0;--hp-border:#e7e1d8;--hp-shadow:0 4px 16px #0000000f;--hp-shadow-hover:0 8px 28px #0000001a;--hp-shadow-center:0 8px 24px #c88a3214, 0 12px 32px #00000014;--hp-grain-opacity:0;--hp-overlay:linear-gradient(180deg, transparent 60%, #00000026 100%);--hp-icon-bg:#0000000a}.hp-grain{pointer-events:none;opacity:var(--hp-grain-opacity,.35);z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");transition:opacity .3s;position:fixed;inset:0}.hp-container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.hp-hero{text-align:center;padding:3rem 0 2rem}.hp-hero-content{max-width:700px;margin:0 auto}.hp-hero-title{color:var(--hp-text);margin:0;font-family:Dancing Script,cursive;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:500;line-height:1.3;transition:color .3s}.hp-hero-highlight{color:var(--hp-gold);font-weight:600;position:relative}.hp-hero-highlight:after{content:"";background:var(--hp-gold);opacity:.5;border-radius:1px;height:2px;position:absolute;bottom:-2px;left:0;right:0}.hp-cards-section{padding:1.5rem 0 .5rem}.hp-cards-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}.hp-card{background:var(--hp-card-bg);border:1px solid var(--hp-card-border);color:inherit;box-shadow:var(--hp-shadow);border-radius:18px;flex-direction:column;text-decoration:none;transition:all .3s ease-out;display:flex;position:relative;overflow:hidden}.hp-card:hover{box-shadow:var(--hp-shadow-hover);border-color:var(--hp-border);transform:translateY(-4px)}.hp-card-featured{border-color:var(--hp-gold-border);box-shadow:var(--hp-shadow-center);z-index:2}.hp-card-featured:hover{border-color:#d9a44180;transform:translateY(-6px);box-shadow:0 16px 48px #d9a44114,0 20px 60px #0006}.hp-card-img-wrap{flex-shrink:0;height:200px;position:relative;overflow:hidden}.hp-card-img{object-fit:cover;filter:brightness(.82)saturate(.85);width:100%;height:100%;transition:transform .5s}.light-mode .hp-card-img{filter:brightness()saturate(1.03)contrast(1.02)}.hp-card:hover .hp-card-img{filter:brightness(.88)saturate();transform:scale(1.06)}.light-mode .hp-card:hover .hp-card-img{filter:brightness(1.02)saturate(1.05)contrast(1.02)}.hp-card-img-overlay{background:var(--hp-overlay);pointer-events:none;position:absolute;inset:0}.hp-card-body{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:1.5rem 1.25rem 1.75rem;display:flex}.hp-card-title{color:var(--hp-text);margin:0 0 .4rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;transition:color .3s}.hp-title-purple{color:var(--hp-violet)}.hp-title-gold{color:var(--hp-gold)}.hp-title-blue{color:var(--hp-blue)}.hp-card-text{color:var(--hp-text-secondary);margin:0 0 .8rem;font-family:Inter,sans-serif;font-size:.78rem;line-height:1.55}.hp-card-cta{align-items:center;gap:.3rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600;display:inline-flex}.hp-cta-purple{color:var(--hp-violet)}.hp-cta-gold{color:var(--hp-gold)}.hp-cta-blue{color:var(--hp-blue)}.hp-cta-arrow{transition:transform .2s}.hp-card:hover .hp-cta-arrow{transform:translate(3px)}.hp-tagline{text-align:center;padding:2rem 0}.hp-tagline-1{color:var(--hp-text);margin:0 0 .5rem;font-family:DM Serif Display,Georgia,serif;font-size:1.15rem;transition:color .3s}.hp-tagline-2{color:var(--hp-text-muted);max-width:520px;margin:0 auto;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.6}.hp-why{padding:2rem 0 3rem}.hp-section-title{color:var(--hp-text);text-align:center;margin:0 0 1.5rem;font-family:DM Serif Display,Georgia,serif;font-size:1.4rem;font-weight:400;transition:color .3s}.hp-why-row{background:var(--hp-card-bg);border:1px solid var(--hp-card-border);border-radius:16px;align-items:flex-start;gap:1.25rem;margin-bottom:1rem;padding:1.25rem 1.5rem;transition:all .25s;display:flex}.hp-why-row:hover{border-color:var(--hp-border);box-shadow:0 4px 16px #0000001a}.hp-why-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hp-wi-quiz{color:var(--hp-violet);background:#8b6fc41f}.hp-wi-streak{color:var(--hp-gold);background:#d9a4411f}.hp-wi-tools{color:var(--hp-violet);background:#8b6fc41f}.hp-why-content{flex:1}.hp-why-title{color:var(--hp-text);margin:0 0 .5rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:color .3s}.hp-why-list{margin:0;padding-left:1.2rem;list-style:outside}.hp-why-list li{color:var(--hp-text-secondary);margin-bottom:.15rem;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.6}.hp-tools-inline{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.hp-tool-inline{align-items:flex-start;gap:.5rem;display:flex}.hp-tool-inline-icon{flex-shrink:0;margin-top:2px;font-size:1.2rem}.hp-tool-inline-name{color:var(--hp-text);margin-bottom:.15rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;display:block}.hp-tool-inline-desc{color:var(--hp-text-muted);margin:0;font-family:Inter,sans-serif;font-size:.73rem;line-height:1.45}.hp-message{padding:2rem 0 3rem}.hp-message-card{background:var(--hp-card-bg);border:1px solid var(--hp-card-border);border-radius:20px;align-items:center;gap:2rem;padding:2.5rem 2rem;transition:all .3s;display:flex}.hp-message-decor-left{flex-shrink:0;justify-content:center;align-items:center;width:80px;display:flex}.hp-msg-notes{width:80px;height:80px}.hp-message-text-wrap{flex:1}.hp-message-title{color:var(--hp-text);margin:0 0 1rem;font-family:DM Serif Display,Georgia,serif;font-size:1.35rem;font-weight:400;transition:color .3s}.hp-msg-heart{color:var(--hp-gold)}.hp-message-body{color:var(--hp-text-secondary);margin:0 0 1rem;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.7}.hp-message-closing{color:var(--hp-gold);margin:0;font-family:DM Serif Display,Georgia,serif;font-size:.95rem;font-style:italic}.hp-message-sticky{flex-shrink:0;width:160px}.hp-sticky-note{background:#f5e6c8;border-radius:4px;padding:1.25rem;position:relative;transform:rotate(2deg);box-shadow:0 4px 16px #00000026}.hp-sticky-note:before{content:"";background:linear-gradient(90deg,#d9a4414d,#8b6fc433);border-radius:4px 4px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.hp-sticky-text{color:#3a3028;margin:0;font-family:Dancing Script,cursive;font-size:.78rem;line-height:1.5}.hp-footer{border-top:1px solid var(--hp-border);padding:2rem 0;transition:border-color .3s}.hp-footer-inner{justify-content:center;align-items:center;gap:.6rem;display:flex}.hp-footer-heart{color:var(--hp-gold);opacity:.6;font-size:.85rem}.hp-footer-email-icon{font-size:.85rem}.hp-footer-email{color:var(--hp-text-secondary);font-family:Inter,sans-serif;font-size:.78rem;text-decoration:none;transition:color .2s}.hp-footer-email:hover{color:var(--hp-gold)}@media (width<=900px){.hp-cards-grid{grid-template-columns:1fr;gap:1.25rem;max-width:360px;margin:0 auto}.hp-card-featured{transform:none}.hp-card-featured:hover{transform:translateY(-4px)}.hp-tools-inline{grid-template-columns:1fr;gap:.75rem}}@media (width<=768px){.hp-container{padding:0 1.25rem}.hp-hero{padding:1.5rem 0 0}.hp-hero-title{font-size:1.6rem}.hp-card-img-wrap{height:170px}.hp-card-featured .hp-card-img-wrap{height:190px}.hp-why-row{flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.hp-why-icon{width:40px;height:40px}.hp-message-card{text-align:center;flex-direction:column;padding:1.5rem}.hp-message-decor-left{display:none}.hp-message-sticky{width:100%;max-width:200px;margin:0 auto}}@media (width<=480px){.hp-hero-title{font-size:1.4rem}.hp-section-title,.hp-message-title{font-size:1.15rem}.hp-tools-inline{grid-template-columns:1fr}}
