.home-hero{display:flex;justify-content:center;width:100%;padding:5rem 1.5rem;background:linear-gradient(160deg,var(--site-surface-muted),var(--site-primary-soft))}.home-hero__content{max-width:820px;text-align:center}.home-hero__title{margin:0;line-height:1.15;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;color:var(--site-text-strong)}.home-hero__subtitle{margin:1.25rem auto 0;max-width:620px;font-size:1.15rem;line-height:1.6;color:var(--site-muted)}.home-hero__cta{display:flex;justify-content:center;flex-wrap:wrap;margin-top:2.25rem;gap:1rem}.home-button{display:inline-block;padding:.9rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-transform:uppercase;transition:all .3s ease}.home-button--primary{background-color:var(--site-primary);color:#fff;box-shadow:0 4px 14px #d9775752}.home-button--primary:hover{background-color:var(--site-primary-hover);transform:translateY(-2px)}.home-button--secondary{background-color:#fff;color:var(--site-text-strong);border:1px solid var(--site-border)}.home-button--secondary:hover{border-color:var(--site-primary);color:var(--site-primary-hover);transform:translateY(-2px)}.home-hero__note{margin-top:1.75rem;color:var(--site-muted);font-size:.95rem}.home-categories{max-width:1600px;margin:0 auto;padding:4rem 1.5rem}.home-section-title{margin-bottom:3rem;text-align:center;font-size:2.5rem;font-weight:700;color:var(--site-text-strong)}.home-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.home-category-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.home-category-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.home-category-card{gap:.35rem;padding:1.4rem;min-height:140px}.home-category-card__title{margin:0;font-size:1.15rem;font-weight:600;color:var(--site-text)}.home-category-card__meta{color:var(--site-muted);font-size:.9rem}.home-category-card__more{margin-top:auto;padding-top:.8rem;color:var(--site-primary);font-weight:600}.home-categories__all{margin-top:2rem;text-align:center}.home-categories__all a{color:var(--site-primary-hover);font-weight:600}.home-features{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;padding:4rem 1.5rem;background-color:var(--site-surface-muted)}.home-feature{display:flex;flex-direction:column;align-items:center;max-width:300px;text-align:center}.home-feature__icon{width:70px;height:70px;margin-bottom:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--site-primary-soft);color:var(--site-primary)}.home-feature__title{margin:0 0 1rem;font-size:1.4rem;font-weight:600;color:var(--site-text)}.home-feature__description{margin:0;line-height:1.6;color:var(--site-muted)}.stories{max-width:1600px;margin:0 auto;padding:2rem 1.5rem 0}.stories__row{display:flex;gap:1.5rem;margin:0;padding:.5rem 0;list-style:none;overflow-x:auto;-webkit-overflow-scrolling:touch}.stories__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto}.stories__bubble{width:80px;height:80px;padding:3px;border:none;border-radius:50%;cursor:pointer;background:linear-gradient(45deg,var(--site-primary) 0%,#764ba2 100%);transition:transform .2s ease}.stories__bubble:hover{transform:scale(1.05)}.stories__poster{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;border:3px solid #fff;object-fit:cover;background:linear-gradient(45deg,#667eea,#764ba2)}.stories__poster--placeholder{color:#fff;font-size:1.4rem}.stories__caption{max-width:80px;font-size:.8rem;color:var(--site-text);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stories-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.stories-modal__backdrop{position:absolute;inset:0;border:none;cursor:pointer;background:#000000d9}.stories-modal__player{position:relative;width:360px;max-width:92vw;height:640px;max-height:88vh;border-radius:18px;overflow:hidden;background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 12px 40px #0000007f}.stories-modal__video{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;cursor:pointer}.stories-modal__fallback{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center}.stories-modal__brand{color:#fff;font-size:1.6rem;font-weight:700;text-shadow:0 2px 6px rgb(0 0 0 / 60%)}.stories-modal__progress{position:absolute;top:12px;left:12px;right:12px;z-index:4;display:flex;gap:4px}.stories-modal__bar{flex:1;height:3px;border-radius:2px;background:#ffffff59}.stories-modal__bar--active{background:#fff}.stories-modal__close{position:absolute;top:14px;right:14px;z-index:5;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;background:#0000008c}.stories-modal__play{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:5;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;color:#fff;font-size:1rem;cursor:pointer;background:#0000008c}.stories-modal__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;background:#00000073}.stories-modal__nav--prev{left:10px}.stories-modal__nav--next{right:10px}@media(max-width:768px){.stories{padding:1.5rem 1rem 0}.stories__bubble{width:70px;height:70px}.stories__caption{max-width:70px}.stories-modal__player{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0}}@media(max-width:1200px){.home-categories__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-hero{flex-direction:column;align-items:center;padding:3rem 1rem}.home-hero__content{max-width:100%;width:100%;margin-bottom:2rem;padding:0}.home-hero__title{font-size:2.5rem;text-align:center}.home-hero__subtitle{text-align:center}.home-hero__cta{justify-content:center}.home-categories__grid{grid-template-columns:1fr}.home-features{gap:2rem}}
