@charset "UTF-8";.hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:120px 0;overflow:hidden}@media screen and (max-width:768px){.hero{min-height:auto;padding-top:clamp(80px,30vh,520px);padding-bottom:240px}}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:40px;max-width:900px;text-align:center}@media screen and (max-width:768px){.hero__content{padding:0 20px}}.hero__brand{display:flex;flex-direction:column;align-items:center;gap:8px}.hero__title{display:flex;align-items:center;justify-content:center;margin:0;font-family:var(--font-hero);font-size:12rem;letter-spacing:.1em;line-height:1}@media screen and (max-width:1350px){.hero__title{padding:30px 50px;font-size:10rem}}@media screen and (max-width:800px){.hero__title{padding:0;font-size:8rem}}@media screen and (max-width:600px){.hero__title{font-size:clamp(4rem,40vw,5rem)}}.hero__title-letter,.hero__title-letter--accent{position:relative;display:inline-block;opacity:0;transform:translateY(40px);animation:letter-fade-in .8s ease-out forwards;animation-delay:calc(var(--i, 0) * .1s + .8s);color:var(--color-text)}.hero__title-letter:before,.hero__title-letter--accent:before{content:attr(data-letter);position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(var(--grad-angle, 135deg),var(--color-accent-primary) 0%,var(--color-accent-secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;opacity:0;will-change:opacity;transition:opacity 2s ease-in-out}.hero__title-letter.gradient-active:before,.hero__title-letter--accent.gradient-active:before{opacity:1}[data-palette=warm] .hero__title-letter--accent:before{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:initial!important;animation:warm-foma-pulse 12s ease-in-out infinite}@keyframes warm-foma-pulse{0%,to{color:var(--color-accent-primary)}50%{color:var(--color-accent-secondary)}}@keyframes letter-fade-in{to{opacity:1;transform:translateY(0)}}@keyframes gradient-shift{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(20deg)}}.hero__subtitle{margin:0;font-family:var(--font-hero);font-size:1rem;font-weight:400;letter-spacing:.8em;color:var(--color-dark-gray);opacity:0;animation:fade-in-up .6s ease forwards .8s}@media screen and (max-width:600px){.hero__subtitle{letter-spacing:.6em;font-size:.7rem}}@media screen and (max-width:480px){.hero__subtitle{letter-spacing:.4em;font-size:.65rem}}.hero__subtitle-accent{background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__tagline{display:flex;flex-direction:column;font-size:1rem;position:relative;z-index:20;opacity:0;animation:fade-in-up .6s ease forwards 1s}@media screen and (max-width:480px){.hero__tagline{font-size:.8rem}}.hero__tagline-text{margin:0;color:var(--color-dark-gray);line-height:1.6}.hero__tagline-link{color:var(--color-accent-secondary);text-decoration:none;font-weight:600;position:relative;transition:color .3s ease}.hero__tagline-link:hover{color:var(--color-accent-primary)}.hero__tagline-description{margin:0;color:var(--color-text-muted);line-height:1.7}.hero__cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;opacity:0;animation:fade-in-up .6s ease forwards 1.2s;position:relative;z-index:20}@media screen and (max-width:480px){.hero__cta{gap:12px}}.hero__cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.hero__cta-btn i{font-size:1rem;transition:transform .3s ease}@media screen and (max-width:480px){.hero__cta-btn{width:100%;padding:16px 24px}}.hero__cta-btn--primary{background:var(--color-accent-gradient);color:var(--color-btn-text);border:none;box-shadow:0 4px 20px var(--shadow-accent)}.hero__cta-btn--primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px var(--shadow-accent-hover)}.hero__cta-btn--primary:hover i{transform:translate(4px)}.hero__cta-btn--primary:active{transform:translateY(-1px)}.hero__cta-btn--secondary{background:transparent;color:var(--color-accent-secondary);border:2px solid var(--color-accent-secondary)}.hero__cta-btn--secondary:hover{background:var(--color-accent-secondary);color:var(--color-btn-text);transform:translateY(-3px);box-shadow:0 8px 25px var(--shadow-accent-secondary)}.hero__cta-btn--secondary:hover i{transform:scale(1.1)}.hero__cta-btn--secondary:active{transform:translateY(-1px)}.hero__badges{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:0}@media screen and (max-width:1024px){.hero__badges{display:none}}.hero__badge-wrapper{position:absolute;will-change:transform}.hero__badge{position:relative;display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:50px;font-size:.85rem;font-weight:600;color:var(--color-text);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a;opacity:0;animation:badge-float 6s ease-in-out infinite}.hero__badge i{font-size:1rem}.hero__badge-pos--1{top:-20%;right:-10%}.hero__badge-pos--1 .hero__badge{animation:fade-in-up .6s ease forwards 1.4s,badge-float 10s ease-in-out infinite 1.4s}.hero__badge-pos--1 .hero__badge i{color:var(--color-accent-primary)}.hero__badge-pos--2{top:-20%;right:10%}.hero__badge-pos--2 .hero__badge{animation:fade-in-up .6s ease forwards 1.6s,badge-float 8s ease-in-out infinite 1.6s}.hero__badge-pos--2 .hero__badge i{color:var(--color-accent-secondary)}.hero__badge-pos--3{top:-30%;right:0%}.hero__badge-pos--3 .hero__badge{animation:fade-in-up .6s ease forwards 1.8s,badge-float 6s ease-in-out infinite 1.8s}.hero__badge-pos--3 .hero__badge i{background:var(--color-accent-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero__scroll-indicator{position:absolute;bottom:40px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;animation:fade-in-up .6s ease forwards 2s}@media screen and (max-width:768px){.hero__scroll-indicator{bottom:24px}}.hero__scroll-mouse{width:26px;height:42px;border:2px solid var(--color-dark-gray);border-radius:13px;display:flex;justify-content:center;padding-top:8px;transition:border-color .3s ease}.hero__scroll-mouse:hover{border-color:var(--color-accent-primary)}.hero__scroll-mouse:hover .hero__scroll-wheel{background:var(--color-accent-primary)}.hero__scroll-wheel{width:4px;height:10px;background:var(--color-dark-gray);border-radius:2px;animation:scroll-wheel 2s ease-in-out infinite}@keyframes scroll-wheel{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.3}}.hero__scroll-text{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-dark-gray)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}#about{padding:150px 0}#about .about__container{padding:40px 20px;gap:40px}@media(max-width:1024px){#about .about__container{flex-direction:column;align-items:center}}#about .about__container .about__author-card{cursor:pointer;display:flex;flex-direction:column;gap:20px;max-width:480px;padding:32px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1)}#about .about__container .about__author-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px var(--hover-accent-bg);border-color:var(--color-accent-primary)}#about .about__container .about__author-card .about__author-header{display:flex;align-items:flex-start;gap:16px}#about .about__container .about__author-card .about__author-header .about__author-title{display:flex;flex-direction:column;gap:2px}#about .about__container .about__author-card .about__author-header .about__author-title .about__author-name{font-size:1.2rem;text-transform:uppercase;font-weight:700;letter-spacing:.05em;color:var(--color-text);margin-bottom:2px}#about .about__container .about__author-card .about__author-header .about__author-title .about__author-profession{color:var(--color-text-muted);font-size:.85rem;font-weight:500;margin-bottom:8px}#about .about__container .about__author-card .about__author-header .about__author-title .about__author-email{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:var(--color-accent-secondary);font-weight:500;transition:all .3s ease}#about .about__container .about__author-card .about__author-header .about__author-title .about__author-email i{font-size:.9rem}#about .about__container .about__author-card .about__author-header .about__author-title .about__author-email:hover{color:var(--color-accent-primary);transform:translate(4px)}#about .about__container .about__author-card .about__author-header .about__author-avatar-link{transition:all .3s ease}#about .about__container .about__author-card .about__author-header .about__author-avatar-link:hover{opacity:.9}#about .about__container .about__author-card .about__review{color:var(--color-text-description);font-size:.95rem;line-height:1.7}#about .about__container .about__author-card .about__review p{margin:0 0 12px;text-indent:0;text-align:left}#about .about__container .about__author-card .about__review p:last-child{margin-bottom:0;color:var(--color-text-muted);font-size:.85rem;font-weight:500}#about .about__container .about__author-card .about__social-links{display:flex;justify-content:flex-start;gap:12px;margin-top:auto;padding-top:20px}#about .about__container .about__author-card .about__social-links .social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid var(--border-color);border-radius:12px;color:var(--color-accent-secondary);transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}#about .about__container .about__author-card .about__social-links .social-link i,#about .about__container .about__author-card .about__social-links .social-link span{color:inherit;transition:inherit}#about .about__container .about__author-card .about__social-links .social-link i{font-size:1.2rem}#about .about__container .about__author-card .about__social-links .social-link span{display:none}#about .about__container .about__author-card .about__social-links .social-link:first-child{width:auto;padding:0 16px;gap:8px}#about .about__container .about__author-card .about__social-links .social-link:first-child span{display:block;font-size:.8rem;font-family:var(--font-code);letter-spacing:.05em;text-transform:uppercase;font-weight:500}#about .about__container .about__author-card .about__social-links .social-link:hover{background-color:var(--color-accent-primary);border-color:var(--color-accent-primary);color:#fff!important;transform:translateY(-3px);box-shadow:0 6px 20px var(--shadow-accent)}#about .about__container .about__author-card .about__social-links .social-link:hover i,#about .about__container .about__author-card .about__social-links .social-link:hover span{color:#fff!important}.author-img{width:80px;height:80px;border-radius:50%;border:3px solid transparent;background-origin:border-box;background-clip:padding-box,border-box;flex-shrink:0;transition:transform .3s ease}.author-img:hover{transform:scale(1.05)}#leftAuthorPhoto{background-image:url(/imgs/nikita.jpg);background-color:var(--color-accent-primary);background-position:center -10px;background-size:cover}#rightAuthorPhoto{background-image:url(/imgs/nastya.jpg);background-color:var(--color-accent-primary);background-position-x:5px;background-size:90%}
