:root{--bg:#111827;--bg-soft:#222a39;--ink:#fff;--muted:#b8bec9;--lime:#daf66c;--pink:#e92583;--violet:#8b58dc;--blue:#1477f8;--card:#080b10;--line:rgba(255,255,255,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% 5%,rgba(135,80,170,.13),transparent 23%),var(--bg);color:var(--ink);font-family:Lexend,Arial,sans-serif;line-height:1.5;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:8px 12px;background:#fff;color:#111;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.site-header{height:72px;border-bottom:1px solid var(--line);background:rgba(12,18,29,.97);position:relative;z-index:20}
.header-inner{height:100%;max-width:1240px;margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand img{width:116px;height:auto}
.header-actions{display:flex;align-items:center;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:15px;padding:11px 18px;border:1px solid transparent;font-family:Clash,Lexend,sans-serif;font-weight:650;transition:transform .2s,filter .2s,background .2s}
.button:hover{transform:translateY(-2px);filter:brightness(1.06)}
.button-ghost{border-color:#fff;background:rgba(255,255,255,.02)}
.button-lime{background:var(--lime);color:#050807;box-shadow:0 0 16px rgba(218,246,108,.28)}
.button-lime img{width:30px;height:30px;border-radius:50%;object-fit:cover}
.mobile-label{display:none}
.hero-section{max-width:1050px;margin:64px auto 0;padding:0 18px;position:relative}
.hero-card{height:370px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:27px;background:linear-gradient(125deg,rgba(255,255,255,.06),rgba(90,119,118,.16));box-shadow:0 25px 80px rgba(0,0,0,.28)}
.hero-copy{position:relative;z-index:5;width:52%;height:100%;padding:42px 28px 30px 38px;display:flex;flex-direction:column;align-items:flex-end}
.hero-copy h1{width:100%;max-width:560px;margin:0 0 18px;text-align:right;font:700 clamp(38px,3.7vw,52px)/.98 Clash,Lexend,sans-serif;letter-spacing:-.03em}
.hero-copy h1 span,.hero-copy h1 strong{display:block;white-space:nowrap}
.hero-copy h1 strong{color:var(--lime);font-weight:750}
.hero-copy p{max-width:500px;text-align:right;color:#d7dbe3;margin:0;font-size:16px}
.hero-button{margin-top:auto;background:var(--pink);color:#fff;border:2px solid #fff;border-radius:14px;padding:11px 22px;box-shadow:0 0 14px rgba(233,37,131,.55)}
.hero-people{position:absolute;inset:0 0 0 50%;z-index:2}
.hero-person{position:absolute;bottom:-35px;width:auto;object-fit:contain;filter:drop-shadow(0 5px 5px rgba(0,0,0,.22))}
.person-black{height:100%;left:-2%}
.person-nastia{height:108%;left:20%;z-index:3}
.person-floral{height:102%;right:-3%;z-index:2}
.hero-camera{position:absolute;width:76px;right:9%;top:46%;z-index:4;transform:rotate(-12deg)}
.hero-chat-icon{position:absolute;right:4%;bottom:40px;z-index:5;background:white;color:#555;padding:7px 10px;border-radius:50%;font-weight:900;box-shadow:12px 10px 17px #f06}
.hero-tags{display:flex;justify-content:flex-end;gap:8px;margin:14px 12px 0}
.hero-tags span{background:linear-gradient(#d5eb9f,#a9cb6b);color:#111;border:1px solid var(--lime);border-radius:7px;padding:8px 12px;font:600 12px/1 Lexend,sans-serif;white-space:nowrap}
.chat-demo{max-width:690px;margin:42px auto 0;display:flex;flex-direction:column;gap:18px;padding:4px 0 76px}
.message-row{display:flex;align-items:flex-end;gap:10px;width:100%}
.message-row.right{justify-content:flex-end}
.chat-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #2bd58a;flex:0 0 auto}
.bubble{padding:11px 17px;border-radius:22px;font-size:15px;max-width:525px;box-shadow:0 0 12px rgba(190,119,252,.22)}
.bubble.white{background:#fff;color:#151a22;border:1px solid #cb9ee4}
.bubble.blue{background:var(--blue);color:#fff;border-bottom-right-radius:3px}
.wave-row{margin-bottom:-4px}.wave-avatar{display:flex;align-items:center;justify-content:center;width:55px;height:45px;border-radius:25px;background:#fff;color:#111;font-size:23px}
.message-row small{display:block;margin:4px 0 0 4px;color:#e4e4e9}.message-row small em{color:#9da2ad}.ticks{color:#082c69;margin-left:5px}
.chat-photos{display:flex;gap:8px;margin:8px 0}.chat-photos img{width:116px;height:142px;object-fit:cover;border-radius:10px}.photo-caption{margin-top:8px}
.chat-now{align-self:flex-end;background:var(--pink);color:#fff;margin-top:2px;padding:10px 36px;border-radius:12px}
.section-shell{width:min(100% - 36px,1050px);margin-left:auto;margin-right:auto}
.statement{padding:48px 0 105px;text-align:center;border-top:1px solid rgba(255,255,255,.05)}
.statement>p{color:#8f96a2;font:italic 25px Clash,sans-serif;margin:0 0 4px}
.statement h2{margin:0;font:700 clamp(45px,6vw,78px)/1 Clash,sans-serif}.statement h2 span{color:var(--lime)}
.value-row{margin:90px auto 0;display:flex;justify-content:space-around;max-width:900px}
.value-row>div{width:180px;display:flex;flex-direction:column;align-items:center;gap:24px}.value-row b{font-size:11px;line-height:1.35}
.burst{display:block;width:75px;height:75px;background:#9260ee;clip-path:polygon(50% 0,58% 36%,76% 6%,72% 41%,100% 25%,77% 50%,100% 65%,70% 59%,75% 100%,55% 66%,45% 100%,38% 64%,9% 86%,29% 54%,0 43%,37% 45%,23% 10%,46% 36%)}
.burst.lime{background:var(--lime);clip-path:polygon(50% 0,61% 38%,83% 20%,69% 46%,100% 50%,68% 58%,83% 88%,58% 70%,50% 100%,42% 69%,17% 88%,33% 57%,0 50%,33% 44%,17% 20%,40% 38%)}
.smile-line{display:block;width:78px;height:35px;border-bottom:7px solid #b97be8;border-radius:0 0 50% 50%;position:relative}.smile-line:before,.smile-line:after{content:"";position:absolute;bottom:0;width:6px;height:6px;border-radius:50%;background:#b97be8}.smile-line:before{left:0}.smile-line:after{right:0}
.abilities{padding:55px 0 100px}.eyebrow{width:max-content;margin:0 0 20px auto;padding:8px 15px;border-radius:99px;background:var(--pink);border:2px solid #ff78b3;font-size:14px}
.abilities>h2{text-align:right;max-width:790px;margin:0 0 24px auto;font:650 clamp(34px,5vw,56px)/1.08 Clash,sans-serif}
.section-lead{max-width:850px;margin:0 0 18px auto;color:#c7cbd3;font-size:16px;line-height:1.75;text-align:right}.abilities-panel{margin-top:42px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);border-radius:25px;padding:60px 64px;box-shadow:1px -2px 8px rgba(160,121,191,.22)}
.ability-item{display:flex;align-items:flex-start;gap:18px;margin-bottom:72px}.ability-item:last-child{margin-bottom:0}.ability-item>div{min-width:0;flex:1}.check{color:var(--lime);font-size:26px;transform:rotate(5deg);flex:none}.ability-item h3{max-width:34ch;font:650 clamp(20px,2.1vw,24px)/1.16 Clash,sans-serif;margin:0 0 8px;text-wrap:balance;overflow-wrap:break-word}.ability-item mark{background:#000;color:white;padding:1px 5px;text-transform:uppercase}.ability-item p{color:#c7cbd3;margin:5px 0;font-size:16px}.mini-chat{display:flex;align-items:flex-end;gap:8px;margin:20px 0}.mini-chat img{width:38px;height:38px;border-radius:50%;border:2px solid #31dd88}.mini-chat span{background:#fff;color:#171b22;border-radius:18px 18px 18px 3px;padding:10px 14px;font-size:13px}.gallery-item{align-items:flex-start}.gallery-shot{width:260px;margin:6px 14px 0 0;border-radius:12px}.voice-note{display:flex;align-items:center;gap:12px;width:330px;max-width:100%;padding:8px 10px;margin:17px 0;background:#fff;color:#333;border-radius:20px}.voice-note button{width:34px;height:34px;border:0;border-radius:50%;background:#eee}.voice-note span{letter-spacing:2px;overflow:hidden;white-space:nowrap}.voice-note time{font-size:11px}
.story{padding:85px 0}.story>h2,.reasons>h2{text-align:center;font:650 clamp(36px,5vw,56px)/1.1 Clash,sans-serif;margin:0 0 15px}.section-intro{text-align:center;max-width:670px;margin:0 auto 50px;color:#c5cad2}
.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.story-card{position:relative;overflow:hidden;min-height:310px;border-radius:17px;padding:26px;color:#10141c}.story-card h3{position:relative;z-index:1;font:650 23px Clash,sans-serif;margin:8px 0}.story-card p{position:relative;z-index:1;max-width:92%;font-size:14px;line-height:1.65;margin:0}.story-card>img:not(.decor){width:42px;height:42px}.violet{background:#8a5ada;color:#fff}.pink{background:#ee77c1}.white{background:#fff}.lime{background:var(--lime)}.yellow{background:#f0da63}.black{background:#030507;color:#fff}.story-card.tall,.story-card.wide{grid-column:auto;grid-row:auto}.decor{position:absolute;pointer-events:none;opacity:.32}.decor.person{width:150px;right:-25px;bottom:-17px}.decor.friends{width:210px;right:-55px;bottom:-25px}.decor.heart{width:105px;right:-15px;bottom:-8px}.flower-row{position:absolute;bottom:15px;left:20px;color:var(--lime);font-size:33px;letter-spacing:8px}
.reasons{padding:85px 0 110px}.reason-list{display:flex;flex-direction:column;gap:24px}.reason-card{min-height:340px;background:#05070b;border:1px solid rgba(255,255,255,.15);border-radius:25px;display:grid;grid-template-columns:46% 54%;overflow:hidden}.reason-visual{position:relative;background:radial-gradient(circle at 45% 50%,rgba(235,63,204,.22),transparent 54%)}.reason-visual img{width:95%;height:100%;object-fit:contain;object-position:center bottom}.reason-card>div:last-child{padding:36px 42px 30px}.reason-card h3{font:650 33px Clash,sans-serif;margin:0 0 4px}.stars{color:var(--lime);margin-bottom:13px}.reason-card p{color:#c2c7d0;font-size:14px}.button.small{font-size:13px;padding:8px 19px;border-radius:10px;float:right}.button-pink.small{background:var(--pink)}
.faq{padding:70px 0 120px}.faq-heading{text-align:center}.faq-heading h2{font:650 clamp(32px,5vw,52px)/1.08 Clash,sans-serif;margin:0}.faq-heading a{display:inline-block;color:var(--lime);font-size:28px;text-decoration:underline;margin-top:5px}.faq-layout{display:grid;grid-template-columns:270px 1fr;gap:40px;margin-top:65px}.faq-layout aside{background:#8553df;min-height:410px;border-radius:24px;overflow:hidden;padding:25px;position:relative}.faq-layout aside p{margin:0}.faq-layout aside strong{font-size:13px}.faq-layout aside img{position:absolute;width:225px;right:-55px;bottom:-25px}.faq-list details{border-top:1px solid var(--line);padding:18px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;font:550 19px Clash,sans-serif}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--lime);color:#111;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{color:#bec4cd;padding-right:55px}
.reviews{padding:60px 0 105px;position:relative}.reviews:before{content:"";position:absolute;right:10%;top:20px;width:120px;height:220px;border-left:3px solid rgba(255,255,255,.2);border-radius:50%;transform:rotate(-25deg)}.reviews-heading h2{font:650 clamp(36px,5vw,55px)/1.05 Clash,sans-serif;margin:0 0 25px}.reviews-heading>p{max-width:660px;color:#c2c7cf}.reviews-heading a{color:var(--lime);text-decoration:underline}.review-track{margin-top:34px;padding:35px max(24px,calc((100vw - 1050px)/2));display:flex;gap:24px;overflow-x:auto;background:rgba(255,255,255,.025);scroll-snap-type:x mandatory}.review-card{flex:0 0 360px;min-height:560px;background:#020305;border:1px solid #fff;border-radius:24px;padding:33px 28px;scroll-snap-align:start}.review-card header{display:flex;align-items:center;gap:17px}.review-card header img{width:64px;height:64px;border-radius:50%;object-fit:cover}.review-card h3{font:600 23px Clash,sans-serif}.review-card p{font-size:14px;line-height:1.7;color:#e1e1e4}.review-card button{margin-top:15px;border:0;background:transparent;color:var(--lime);cursor:pointer}
.blog{padding:80px 0 100px}.blog-card{display:grid;grid-template-columns:1.1fr 1fr;min-height:450px;background:#f2f2f2;color:#111;border-radius:2px;overflow:hidden}.blog-card>img{width:100%;height:100%;object-fit:cover}.blog-card>div{padding:36px 44px}.blog-card span{font-weight:700;font-size:13px}.blog-card h2{font:650 48px/.95 Clash,sans-serif;margin:16px 0}.blog-card mark{background:#111;color:#fff;padding:2px 8px}.blog-card p{font-size:14px;line-height:1.65}.button-white{background:#fff;border:1px solid #111;color:#111}.closing-line{font:650 56px/1.06 Clash,sans-serif;margin:55px 0 0}
.site-footer{background:var(--violet);padding:65px 20px 30px}.footer-inner{max-width:1180px;margin:auto}.site-footer h2{margin:0 0 70px;color:var(--lime);font:700 clamp(48px,8vw,105px)/.9 Clash,sans-serif;text-transform:uppercase}.footer-top{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:25px}.footer-top img{width:130px}.footer-top>div{display:flex;gap:28px}.footer-columns{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:50px;padding:38px 0}.footer-columns h3{color:var(--lime);font:600 20px Clash,sans-serif;margin:0 0 12px}.footer-columns a{display:block;color:#f2eafa;font-size:12px;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.25);padding-top:22px;display:grid;grid-template-columns:1fr 1fr auto;gap:20px;align-items:center}.footer-bottom>div{display:flex;gap:15px;flex-wrap:wrap}.footer-bottom a,.footer-bottom p{font-size:11px;color:#e7dcf7}.footer-bottom p{margin:0;text-align:right}
@media (max-width:800px){
  .site-header{height:68px}.header-inner{padding:0 8px}.brand img{width:131px}.header-actions{gap:7px}.button-ghost{padding:10px 11px;border-radius:14px;font-size:16px}.header-cta{padding:7px 10px 7px 8px;border-radius:14px;font-size:17px}.header-cta img{width:33px;height:33px}.desktop-label{display:none}.mobile-label{display:inline}
  .hero-section{margin:58px auto 0;padding:0 8px}.hero-section:before{content:"";position:absolute;width:38px;height:66px;border-left:7px solid #9ba0aa;border-bottom:7px solid #9ba0aa;left:50%;top:-72px;transform:translateX(-50%) rotate(-45deg)}
  .hero-card{height:418px;border-radius:22px;background:linear-gradient(160deg,#262c39,#344545)}.hero-copy{width:100%;padding:12px 14px;align-items:flex-end}.hero-copy h1{font-size:37px;line-height:1.01;margin:0;width:100%;position:relative;z-index:6}.hero-copy h1 span,.hero-copy h1 strong{text-align:right}.hero-copy p{display:none}.hero-button{position:absolute;right:13px;bottom:17px;font-size:21px;padding:9px 15px;border-radius:16px;z-index:7}.hero-people{inset:0}.person-black{height:88%;left:-16%;bottom:0}.person-nastia{height:87%;left:6%;bottom:-7px}.person-floral{height:80%;right:-8%;bottom:0}.hero-camera{width:72px;right:22%;top:41%}.hero-chat-icon{right:8%;bottom:68px}.hero-tags{margin:10px 20px 0;gap:5px;justify-content:center}.hero-tags span{font-size:11px;padding:8px 7px;flex:1;text-align:center}
  .chat-demo{margin-top:40px;gap:18px;padding-bottom:64px}.bubble{font-size:17px;max-width:calc(100vw - 78px);padding:11px 16px}.chat-avatar{width:52px;height:52px}.wave-avatar{width:66px;height:54px}.message-row small{font-size:13px}.chat-photos img{width:105px;height:130px}.chat-now{margin-right:8px}
  .statement{padding:45px 0 80px}.statement>p{font-size:20px}.statement h2{font-size:50px}.value-row{margin-top:70px;gap:4px}.value-row>div{width:31%;gap:16px}.value-row b{font-size:8px}.burst{width:54px;height:54px}.smile-line{width:58px}
  .abilities{padding:40px 0 80px}.abilities>h2{font-size:35px}.section-lead{text-align:left;font-size:15px}.abilities-panel{padding:34px 20px}.ability-item{margin-bottom:48px}.gallery-item{display:grid;grid-template-columns:auto 1fr}.gallery-shot{grid-column:1/3;grid-row:3;width:100%;margin:20px 0 0}.ability-item h3{max-width:100%;font-size:21px;line-height:1.2}.ability-item p{font-size:14px}
  .story,.reasons{padding:65px 0}.story-grid{grid-template-columns:1fr}.story-card{min-height:0;padding:24px 22px 42px}.story-card.tall,.story-card.wide{grid-column:auto;grid-row:auto}.reason-card{grid-template-columns:1fr;min-height:0}.reason-visual{height:265px}.reason-card>div:last-child{padding:25px}.reason-card h3{font-size:29px}
  .faq{padding:55px 0 90px}.faq-heading a{font-size:23px}.faq-layout{grid-template-columns:1fr;margin-top:45px}.faq-layout aside{min-height:230px}.faq-layout aside img{width:180px}.faq-list summary{font-size:17px}.faq-list p{padding-right:0}
  .reviews{padding-bottom:75px}.review-card{flex-basis:330px;min-height:590px}.blog-card{grid-template-columns:1fr}.blog-card>img{height:280px}.blog-card>div{padding:28px}.blog-card h2{font-size:42px}.closing-line{font-size:48px}
  .site-footer{padding:50px 18px 28px}.site-footer h2{font-size:51px;margin-bottom:65px}.footer-top{align-items:flex-start}.footer-top>div{flex-direction:column;gap:12px}.footer-top img{width:110px}.footer-columns{grid-template-columns:1fr}.footer-columns>div:first-child,.footer-columns>div:nth-child(2){display:none}.footer-bottom{grid-template-columns:1fr}.footer-bottom p{text-align:left}
}
@media (max-width:460px){
  .brand img{width:128px}.button-ghost{font-size:15px}.header-cta{font-size:15px}.header-cta img{width:31px;height:31px}
  .hero-copy h1{font-size:35px}.hero-tags{margin-left:21px;margin-right:1px}.hero-tags span{font-size:10px;padding:8px 4px}
  .story-grid{gap:10px}.story-card{padding:20px 18px 42px}.story-card h3{font-size:19px}.story-card p{font-size:13px;max-width:100%}.story-card.wide{grid-column:auto}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
