.Banner-module__nLOkGa__banner{background:var(--black);grid-template-columns:minmax(330px,1.15fr) minmax(400px,1fr);min-height:calc(100vh - 69px);display:grid;overflow:hidden}.Banner-module__nLOkGa__leftPane{color:var(--off-white);z-index:2;flex-direction:column;justify-content:center;gap:2rem;max-width:780px;padding:clamp(2rem,4vw,4rem) clamp(1.2rem,5vw,5.2rem);display:flex}.Banner-module__nLOkGa__leftPane h1{font-family:var(--font-lora);letter-spacing:-.02em;font-size:clamp(2rem,5vw,4.7rem);font-weight:700;line-height:1.12}.Banner-module__nLOkGa__leftPane p{color:var(--white);font-size:clamp(1rem,1.2vw,1.85rem);line-height:1.5}.Banner-module__nLOkGa__usersRow{align-items:center;gap:1rem;display:inline-flex}.Banner-module__nLOkGa__usersRow span{color:var(--white);font-size:clamp(.9rem,1vw,1.2rem);line-height:1.25}.Banner-module__nLOkGa__rightPane{min-height:100%;position:relative}.Banner-module__nLOkGa__orangeShape{background:var(--linear-orange);border-radius:50%;position:absolute;inset:-18% -24% -8% 10%}.Banner-module__nLOkGa__spiral{z-index:1;width:clamp(400px,48vw,690px);height:auto;position:absolute;top:11%;right:1%}.Banner-module__nLOkGa__hand{z-index:2;width:clamp(360px,42vw,640px);height:auto;position:absolute;bottom:-10%;right:1%}@media (max-width:1150px){.Banner-module__nLOkGa__banner{grid-template-columns:1fr;min-height:auto}.Banner-module__nLOkGa__leftPane{padding-bottom:1.4rem}.Banner-module__nLOkGa__rightPane{min-height:540px}.Banner-module__nLOkGa__orangeShape{inset:-26% -20% -8% 18%}.Banner-module__nLOkGa__spiral{top:6%;right:8%}.Banner-module__nLOkGa__hand{bottom:-13%;right:10%}}@media (max-width:760px){.Banner-module__nLOkGa__leftPane{gap:1.5rem}.Banner-module__nLOkGa__usersRow{flex-direction:column;align-items:flex-start;gap:.6rem}.Banner-module__nLOkGa__rightPane{min-height:420px}.Banner-module__nLOkGa__orangeShape{inset:-18% -32% -18% 8%}.Banner-module__nLOkGa__spiral{width:clamp(290px,85vw,430px);right:2%}.Banner-module__nLOkGa__hand{width:clamp(290px,80vw,460px);bottom:-10%;right:0}}
.StoryOfTheDay-module__Sv1Qva__storySection{background:var(--black);flex-direction:column;justify-content:center;min-height:100vh;display:flex}.StoryOfTheDay-module__Sv1Qva__container{width:100%;max-width:1400px;margin:0 auto}.StoryOfTheDay-module__Sv1Qva__title{color:var(--white);letter-spacing:-.02em;margin-bottom:2.5rem;font-size:clamp(1.3rem,4vw,2rem);font-weight:700}.StoryOfTheDay-module__Sv1Qva__storyCard{grid-template-columns:minmax(280px,420px) 1fr;align-items:center;gap:clamp(2rem,4vw,5rem);display:grid}.StoryOfTheDay-module__Sv1Qva__imageWrapper{width:100%;max-width:380px;position:relative}.StoryOfTheDay-module__Sv1Qva__imageWrapper img{border-radius:8px;width:100%;height:auto;display:block}.StoryOfTheDay-module__Sv1Qva__content{color:var(--white);flex-direction:column;gap:1.4rem;display:flex}.StoryOfTheDay-module__Sv1Qva__label{color:var(--light-grey);font-size:.95rem;font-weight:500}.StoryOfTheDay-module__Sv1Qva__storyTitle{font-size:clamp(2.1rem,5vw,2.5rem);font-weight:800;line-height:1.15}.StoryOfTheDay-module__Sv1Qva__details{flex-direction:column;gap:.6rem;display:flex}.StoryOfTheDay-module__Sv1Qva__details p{color:var(--white);font-size:1rem}.StoryOfTheDay-module__Sv1Qva__value{color:var(--white);font-weight:600}.StoryOfTheDay-module__Sv1Qva__actions{align-items:center;gap:1.2rem;margin-top:1.2rem;display:flex}.StoryOfTheDay-module__Sv1Qva__playButton{background:var(--linear-orange);width:56px;height:56px;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;transition:transform .2s,box-shadow .2s;display:flex}.StoryOfTheDay-module__Sv1Qva__playButton:hover{transform:scale(1.08);box-shadow:0 8px 20px #ff860759}.StoryOfTheDay-module__Sv1Qva__likeButton,.StoryOfTheDay-module__Sv1Qva__moreButton{background:var(--grey-accent);width:48px;height:48px;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s,transform .2s;display:flex}.StoryOfTheDay-module__Sv1Qva__likeButton:hover,.StoryOfTheDay-module__Sv1Qva__moreButton:hover{background:var(--grey-accent-hover);transform:scale(1.05)}@media (max-width:1024px){.StoryOfTheDay-module__Sv1Qva__storyCard{grid-template-columns:1fr;gap:2.5rem}.StoryOfTheDay-module__Sv1Qva__imageWrapper,.StoryOfTheDay-module__Sv1Qva__storyTitle{max-width:100%}}@media (max-width:640px){.StoryOfTheDay-module__Sv1Qva__storySection{padding:2.5rem clamp(1rem,4vw,1.5rem)}.StoryOfTheDay-module__Sv1Qva__title{margin-bottom:1.8rem}.StoryOfTheDay-module__Sv1Qva__storyCard{gap:1.8rem}.StoryOfTheDay-module__Sv1Qva__storyTitle{font-size:1.8rem}.StoryOfTheDay-module__Sv1Qva__details p{font-size:.95rem}.StoryOfTheDay-module__Sv1Qva__actions{gap:.8rem}.StoryOfTheDay-module__Sv1Qva__playButton{width:48px;height:48px;font-size:1.2rem}.StoryOfTheDay-module__Sv1Qva__likeButton,.StoryOfTheDay-module__Sv1Qva__moreButton{width:44px;height:44px}}
