.hp{width:100%;min-height:100vh;overflow-x:hidden;color:var(--color-primary)}.hp-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .3s,box-shadow .3s}.hp-nav-scrolled{background:#ffffffeb;box-shadow:0 1px 12px #4c456e14}.hp-nav-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between}.hp-nav-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--color-primary);font-weight:700;font-size:1rem;flex-shrink:0}.hp-nav-logo img{border-radius:8px}.hp-nav-links{display:flex;gap:.25rem}.hp-nav-link{text-decoration:none;color:var(--color-secondary);font-size:.9rem;font-weight:500;padding:.4rem .85rem;border-radius:8px;transition:background .2s,color .2s}.hp-nav-link:hover{background:#6b5cf614;color:var(--color-accent)}.hp-nav-right{display:flex;align-items:center;gap:.5rem}.hp-nav-profile{display:flex;align-items:center;text-decoration:none;color:var(--color-primary);font-size:.85rem;font-weight:600;padding:.4rem .85rem;border-radius:8px;background:#6b5cf614;transition:background .2s}.hp-nav-profile:hover{background:#6b5cf626}.hp-nav-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.hp-nav-letter{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent),var(--color-secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.hp-nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;width:36px;height:36px;position:relative}.hp-hamburger-icon,.hp-hamburger-icon:before,.hp-hamburger-icon:after{display:block;width:20px;height:2px;background:var(--color-secondary);border-radius:1px;transition:transform .25s ease,opacity .2s ease;position:absolute;left:8px}.hp-hamburger-icon{top:50%;transform:translateY(-50%)}.hp-hamburger-icon:before{content:"";top:-6px}.hp-hamburger-icon:after{content:"";top:6px}.hp-hamburger-open{background:transparent}.hp-hamburger-open:before{top:0;transform:rotate(45deg)}.hp-hamburger-open:after{top:0;transform:rotate(-45deg)}.hp-nav-dropdown{border-top:1px solid rgba(142,123,205,.1);padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.15rem}.hp-nav-dropdown-link{text-decoration:none;color:var(--color-secondary);font-size:.95rem;font-weight:500;padding:.65rem .85rem;border-radius:8px;transition:background .2s}.hp-nav-dropdown-link:hover{background:#6b5cf614}.hp-nav-dropdown-divider{height:1px;background:#8e7bcd1a;margin:.35rem .5rem}.hp-hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(160deg,var(--color-bg) 0%,var(--color-bg-alt) 40%,#EAE5DD 100%);padding:6rem 1.5rem 4rem}.hp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hp-hero-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.45}.hp-hero-orb-1{width:420px;height:420px;background:radial-gradient(circle,rgba(107,92,246,.3),transparent 70%);top:-120px;right:-80px;animation:hp-float 20s ease-in-out infinite}.hp-hero-orb-2{width:320px;height:320px;background:radial-gradient(circle,rgba(155,99,232,.25),transparent 70%);bottom:-60px;left:-60px;animation:hp-float 25s ease-in-out infinite reverse}.hp-hero-orb-3{width:220px;height:220px;background:radial-gradient(circle,rgba(99,179,232,.2),transparent 70%);top:38%;left:58%;animation:hp-float 18s ease-in-out infinite 5s}@keyframes hp-float{0%,to{transform:translate(0)}25%{transform:translate(20px,-30px)}50%{transform:translate(-15px,20px)}75%{transform:translate(25px,15px)}}.hp-hero-content{position:relative;text-align:center;max-width:680px}.hp-hero-tagline{font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin:0 0 1.5rem;opacity:0;animation:hp-slide-up .8s ease forwards .2s}.hp-hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:var(--color-primary);line-height:1.35;margin:0 0 1.5rem;opacity:0;animation:hp-slide-up .8s ease forwards .4s}.hp-hero-subtitle{font-size:clamp(1rem,2vw,1.15rem);color:var(--color-secondary);line-height:1.8;margin:0 0 2.5rem;opacity:0;animation:hp-slide-up .8s ease forwards .6s}.hp-hero-cta{display:inline-block;padding:.95rem 2.5rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--color-accent),var(--color-secondary));color:#fff;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;letter-spacing:.06em;box-shadow:0 8px 24px #6b5cf64d;transition:transform .2s ease,box-shadow .2s ease;opacity:0;animation:hp-slide-up .8s ease forwards .8s}.hp-hero-cta:hover{transform:translateY(-2px);box-shadow:0 14px 36px #6b5cf666}.hp-hero-cta:active{transform:translateY(0)}@keyframes hp-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hp-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-primary);text-align:center;margin:0 0 .5rem}.hp-section-subtitle{font-size:1rem;color:var(--color-secondary);text-align:center;margin:0 0 2.5rem}.hp-fade{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.hp-fade-in{opacity:1;transform:translateY(0)}.hp-philosophy{padding:5rem 1.5rem;background:var(--color-bg-white)}.hp-philosophy-inner{max-width:600px;margin:0 auto;text-align:center}.hp-philosophy-text{font-size:1.05rem;line-height:2;color:var(--color-secondary);margin:1rem 0 0}.hp-philosophy-highlight{margin-top:1.5rem;color:var(--color-accent);font-weight:500}.hp-features{padding:5rem 1.5rem;background:var(--color-bg-white);scroll-margin-top:60px}.hp-features-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-feature-card{display:flex;flex-direction:column;background:var(--color-bg-white);border-radius:1.25rem;padding:2rem 1.5rem;text-decoration:none;color:inherit;border:1px solid rgba(142,123,205,.12);box-shadow:0 4px 20px #4c456e0d;transition:transform .25s ease,box-shadow .25s ease}.hp-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4c456e1f}.hp-feature-accent{width:48px;height:4px;border-radius:2px;margin-bottom:1.25rem}.hp-feature-title{font-size:1.2rem;font-weight:700;color:var(--color-primary);margin:0 0 .75rem}.hp-feature-desc{font-size:.95rem;color:var(--color-secondary);line-height:1.7;margin:0 0 1.5rem;flex:1}.hp-feature-cta{font-size:.9rem;font-weight:600;color:var(--color-accent)}.hp-feature-arrow{display:inline-block;transition:transform .2s ease}.hp-feature-card:hover .hp-feature-arrow{transform:translate(4px)}.hp-stats{padding:4.5rem 1.5rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%)}.hp-stats-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.hp-stat-value{display:block;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--color-bg-white);line-height:1.2}.hp-stat-suffix{font-size:.7em;color:#ffffffa6}.hp-stat-label{display:block;font-size:.9rem;color:#ffffffa6;margin-top:.5rem}.hp-showcase{padding:5rem 1.5rem;background:var(--color-bg-white)}.hp-showcase-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-showcase-card{display:flex;flex-direction:column;padding:1.75rem 1.5rem;border-radius:1.25rem;text-decoration:none;color:inherit;background:linear-gradient(150deg,var(--color-bg-white) 0%,var(--color-bg) 100%);border:1px solid rgba(142,123,205,.1);transition:transform .25s ease,box-shadow .25s ease}.hp-showcase-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #4c456e1a}.hp-showcase-tag{display:inline-block;width:fit-content;font-size:.7rem;font-weight:600;color:var(--color-accent);background:#6b5cf61a;padding:.2rem .6rem;border-radius:6px;margin-bottom:.75rem}.hp-showcase-title{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin:0 0 .5rem}.hp-showcase-desc{font-size:.9rem;color:var(--color-secondary);line-height:1.65;margin:0}.hp-footer{padding:3rem 1.5rem;background:var(--color-primary);color:#fff9}.hp-footer-inner{max-width:900px;margin:0 auto;text-align:center}.hp-footer-brand{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1.5rem;font-weight:600;font-size:.95rem;color:#ffffffd9}.hp-footer-brand img{border-radius:8px}.hp-footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.hp-footer-links a{color:#fff9;text-decoration:none;font-size:.85rem;transition:color .2s}.hp-footer-links a:hover{color:#fffffff2}.hp-footer-copy{font-size:.8rem;line-height:1.7;margin:0;color:#ffffff59}@media (max-width: 767px){.hp-nav-links{display:none}.hp-nav-hamburger{display:block}.hp-nav-profile{display:none}.hp-hero{min-height:80vh;padding:5rem 1.25rem 3rem}.hp-features-grid,.hp-showcase-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.hp-stats-inner{grid-template-columns:repeat(3,1fr);gap:1rem}.hp-philosophy,.hp-features{padding:3.5rem 1.25rem}.hp-stats{padding:3rem 1.25rem}.hp-showcase{padding:3.5rem 1.25rem}}@media (max-width: 480px){.hp-nav-brand{display:none}.hp-stats-inner{grid-template-columns:1fr;gap:1.5rem}.hp-hero-title{font-size:2rem}}@media (prefers-reduced-motion: reduce){.hp-hero-orb{animation:none}.hp-hero-tagline,.hp-hero-title,.hp-hero-subtitle,.hp-hero-cta{animation:none;opacity:1}.hp-fade{transition:none;opacity:1;transform:none}.hp-feature-arrow{transition:none}}
