@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{background-color:#1d1d2e;color:#fff}video:fullscreen,video:-webkit-full-screen{object-fit:contain}body{font-family:Outfit,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3{font-family:"DM Serif Display",serif;font-weight:400;line-height:1.2}h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.3}.serif{font-family:"DM Serif Display",serif;font-style:normal}.quote{font-family:"DM Serif Display",serif;font-style:italic;letter-spacing:.01em;line-height:1.7}.button{display:inline-block;border-radius:50px;cursor:pointer;border:none;font-weight:600;letter-spacing:.04em;text-decoration:none;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button--sm{padding:8px 20px;font-size:14px}.button--md{padding:12px 28px;font-size:16px}.button--lg{padding:10px 35px;font-size:clamp(18px,1.8vw,26px);letter-spacing:.06em}.button--xl{padding:20px 56px;font-size:clamp(17px,1.8vw,22px);font-weight:700}.button--primary{background:linear-gradient(to right,#ff8c00,#f04e23 50% 100%);background-size:200% 100%;background-position:right center;color:#fff;box-shadow:0 4px 14px #f04e2366,0 2px 6px #0000001a;transition:background-position .5s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,transform .2s ease}.button--primary:hover{background-position:left center;box-shadow:0 0 18px #ff8c00e6,0 0 45px #ff8c008c,0 0 80px #ff8c0040,0 8px 20px #0003}.btn-arrow{display:inline-block;font-size:1.45em;vertical-align:middle;padding-left:8px}.button:hover .btn-arrow{animation:arrowReenter .5s ease forwards}@keyframes arrowReenter{0%{transform:translate(0);opacity:1}35%{transform:translate(10px);opacity:0}36%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.button--secondary{background:#6b1530;color:#f5f0e8;box-shadow:0 4px 14px #6b153066,0 2px 6px #0000001a}.button--secondary:hover{box-shadow:0 8px 40px #6b1530b3,0 4px 16px #00000026}.button--ghost{background:transparent;color:#f04e23;box-shadow:none;font-weight:700;border:1.5px solid transparent}.button--ghost:hover{background:#f04e231a;border-color:#f04e2373;box-shadow:0 0 22px #f04e232e;transform:translateY(-2px)}.button--ghost-light{background:transparent;color:#f5f0e8;box-shadow:none;font-weight:700;border:1.5px solid transparent}.button--ghost-light:hover{color:#f5f0e8;background:#f04e231a;border-color:#f04e2373;box-shadow:0 0 22px #f04e232e;transform:translateY(-2px)}@media(max-width:1024px){.button--lg{padding:12px 40px;font-size:20px}.button--xl{padding:22px 62px;font-size:20px}}@media(max-width:768px){.button--lg{padding:8px 28px;font-size:16px}.button--xl{padding:15px 40px;font-size:16px}}.notification-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:280px;width:calc(100% - 40px)}.notification{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background-color:#1d1d2e;color:#f5f0e8;font-size:.85rem;box-shadow:0 4px 20px #00000073;animation:notificationSlideIn .3s ease}.notification--success{background-color:#2a7a2a;color:#fff}.notification--error{background-color:#f04e23;color:#fff}.notification--info{background-color:#1d1d2e;border-left:4px solid #F04E23}.notification__message{flex:1;line-height:1.4}.notification__close{background:none;border:none;color:inherit;font-size:1.3rem;cursor:pointer;opacity:.6;padding:0;line-height:1;transition:opacity .2s ease}.notification__close:hover{opacity:1}@keyframes notificationSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.loader{position:fixed;inset:0;background:#1d1d2e;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:0;transition:opacity .8s ease}.loader--visible{opacity:1}.loader--fadeOut{opacity:0}.loader__content{display:flex;align-items:center;justify-content:center;flex:1}.loader__logo{width:clamp(160px,55vw,1200px);height:auto}.loader__bottom{width:100%;padding:0;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.loader__percent{font-size:50px;font-weight:500;padding-right:28px;letter-spacing:.05em;color:#f5f0e8}.loader__tagline{width:100%;text-align:center;font-size:clamp(13px,3vw,55px);font-weight:300;color:#f5f0e8;letter-spacing:.03em}.loader__bar{width:100%;height:25px;background:#f5f0e814;overflow:hidden}.loader__progress{height:100%;background:linear-gradient(to right,#f5f0e8,#6b1530,#f04e23);transition:width .06s linear;border-radius:0 3px 3px 0}@media(max-width:768px){.loader__logo{width:clamp(220px,72vw,1200px)}.loader__tagline{font-size:clamp(18px,4.5vw,55px)}}.whatsapp-btn{position:fixed;bottom:25px;right:25px;z-index:998;width:150px;height:150px;display:block;opacity:0;transform:translateY(20px);transition:opacity 2s ease,transform 2s ease;pointer-events:none}.whatsapp-btn img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 6px 16px rgba(0,0,0,.4)) drop-shadow(0 2px 6px rgba(0,0,0,.25));transition:filter .3s ease}.whatsapp-btn--visible{opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity 2s ease,transform .35s cubic-bezier(.22,1,.36,1)}.whatsapp-btn--visible:hover{transform:scale(1.05)}.whatsapp-btn--visible:hover img{filter:drop-shadow(0 0 6px rgb(240,78,35)) drop-shadow(0 0 18px rgba(240,78,35,.85)) drop-shadow(0 0 40px rgba(240,78,35,.55)) drop-shadow(0 0 70px rgba(240,78,35,.25)) drop-shadow(0 6px 16px rgba(0,0,0,.3))}@media(max-width:768px){.whatsapp-btn{width:108px;height:108px;bottom:5px;right:0}}.scroll-top-btn{position:fixed;bottom:70px;right:180px;z-index:998;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:#1d1d2e;color:#f5f0e8;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .4s ease,transform .4s cubic-bezier(.22,1,.36,1),background .2s ease,box-shadow .2s ease;box-shadow:0 8px 16px #0006}.scroll-top-btn--visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-top-btn:hover{background:#f04e23;box-shadow:0 8 18px #f04e23cc,0 4px 16px #f04e23 0,0,0,.8;transform:translateY(-3px)}.scroll-top-btn:active{transform:translateY(0)}@media(max-width:768px){.scroll-top-btn{width:44px;height:44px;bottom:100px;right:31px;font-size:18px}}.header{position:fixed;top:0;left:0;width:100%;height:150px;z-index:1000;display:flex;align-items:start;justify-content:space-between;padding:28px 48px;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.75) 0%,transparent 100%)}.header__left{display:flex;align-items:center;gap:100px;z-index:1100;position:relative}.header__logo{pointer-events:auto;text-decoration:none;z-index:1100;position:relative;display:flex;align-items:center;transition:opacity .3s ease}.header__logo img{height:42px;width:auto;display:block}.header__logo .header__logo-img--mobile{display:none}.header__logo:hover{opacity:.75}.header__music-btn{pointer-events:auto;width:40px;height:40px;border-radius:50%;border:1.5px solid #F5F0E8;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .3s ease,color .3s ease;color:#f5f0e8;margin-top:7px;animation:musicBtnSlideDown 1.4s cubic-bezier(.22,1,.36,1) 4.8s both}.header__music-btn:hover{box-shadow:0 0 10px #f5f0e88c,0 0 24px #f5f0e847}.header__music-btn svg{display:block}@keyframes burgerLine1Enter{0%{transform:translate(200px)}to{transform:translate(0)}}@keyframes burgerLine2Enter{0%{transform:translate(200px)}to{transform:translate(10px)}}@keyframes musicBtnSlideDown{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}.header--menu-open .header__music-btn{border-color:#f5f0e8;color:#f5f0e8}.header--menu-open .header__music-btn:hover{box-shadow:0 0 10px #f5f0e88c,0 0 24px #f5f0e847}.header__burger{pointer-events:auto;background:none;border:none;cursor:pointer;width:60px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:0;z-index:1100;position:relative}.header__burger span{display:block;width:36px;height:3px;background-color:#f5f0e8;border-radius:2px;transition:transform .4s cubic-bezier(.23,1,.32,1),background-color .3s ease;transform-origin:center}.header__burger span:first-child{animation:burgerLine1Enter 1.4s cubic-bezier(.22,1,.36,1) 4.3s both}.header__burger span:last-child{width:36px;height:3px;transform:translate(10px);animation:burgerLine2Enter 1.4s cubic-bezier(.22,1,.36,1) 4.7s both}.header__burger:hover{filter:drop-shadow(0 0 6px rgba(245,240,232,.65)) drop-shadow(0 0 14px rgba(245,240,232,.3))}.header__burger--open span{background-color:#f5f0e8}.header__burger--open span:first-child{transform:translateY(6px) rotate(45deg)}.header__burger--open span:last-child{transform:translateY(-6px) rotate(-45deg)}.header--menu-open .header__burger span{background-color:#f5f0e8}.nav-backdrop{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:800;opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-backdrop--visible{opacity:1;pointer-events:auto}.nav-panel{position:fixed;inset:0;z-index:900;pointer-events:none;overflow:visible}.nav-panel--open{pointer-events:auto}.nav-panel__stripe{position:absolute;top:50%;left:50%;width:200vmax;height:120px;transform:translate(-50%,-50%) rotate(var(--nav-stripe-angle, -32deg));display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:visible;clip-path:polygon(100% 0,100% 0,100% 110%,100% 110%)}.nav-panel--open .nav-panel__stripe{animation:stripe-reveal .58s cubic-bezier(.22,1,.36,1) forwards}.nav-panel--closing .nav-panel__stripe{animation:stripe-hide .68s ease forwards}@keyframes stripe-reveal{0%{clip-path:polygon(100% 0,100% 0,100% 110%,100% 110%)}to{clip-path:polygon(0% 0,100% 0,100% 110%,0% 110%)}}@keyframes stripe-hide{0%{clip-path:polygon(0% 0,100% 0,100% 110%,0% 110%)}to{clip-path:polygon(100% 0,100% 0,100% 110%,100% 110%)}}.nav-panel__stripe-bg{position:absolute;inset:0;background:#6b1530;filter:url(#paint-rough)}.nav-panel__drips{position:absolute;top:50%;left:50%;width:200vmax;height:120px;transform:translate(-50%,-50%) rotate(var(--nav-stripe-angle, -32deg));pointer-events:none;overflow:visible}.nav-panel--closing .nav-panel__drips{opacity:0;transition:opacity .2s ease}.nav-panel__stripe-rough-b{position:absolute;bottom:0;left:0;width:100%;height:18px;background:#6b1530;filter:url(#paint-rough-b)}.nav-panel__drop{position:absolute;top:100%;background:#6b1530;transform-origin:top center;transform:scaleY(0)}.nav-panel__drop:nth-child(4n+2){border-radius:52% 48% 62% 38%/38% 38% 65% 65%}.nav-panel__drop:nth-child(4n+3){border-radius:42% 58% 68% 32%/45% 55% 62% 38%}.nav-panel__drop:nth-child(4n){border-radius:60% 40% 48% 52%/42% 58% 68% 32%}.nav-panel__drop:nth-child(4n+1){border-radius:38% 62% 55% 45%/55% 45% 60% 40%}.nav-panel--open .nav-panel__drop{animation:drop-hang var(--dur, .42s) cubic-bezier(.34,1.2,.64,1) forwards;animation-delay:var(--dt, .4s)}@keyframes drop-hang{0%{transform:scaleY(0)}72%{transform:scaleY(1.12)}to{transform:scaleY(1)}}.nav-panel__splat-b{position:absolute;background:#6b1530;transform:scale(0);transform-origin:center}.nav-panel__splat-b:nth-child(4n){border-radius:72% 28% 63% 37%/45% 55% 38% 62%}.nav-panel__splat-b:nth-child(4n+1){border-radius:38% 62% 45% 55%/65% 35% 72% 28%}.nav-panel__splat-b:nth-child(4n+2){border-radius:55% 45% 28% 72%/42% 58% 65% 35%}.nav-panel__splat-b:nth-child(4n+3){border-radius:28% 72% 55% 45%/58% 42% 38% 62%}.nav-panel--open .nav-panel__splat-b{animation:splat-b .3s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:var(--dt, .65s)}@keyframes splat-b{0%{transform:scale(0)}62%{transform:scale(1.4)}to{transform:scale(1)}}.nav-panel__splat-t{position:absolute;background:#6b1530;transform:scale(0) rotate(18deg);transform-origin:center}.nav-panel__splat-t:nth-child(4n){border-radius:40% 60% 70% 30%/55% 45% 65% 35%}.nav-panel__splat-t:nth-child(4n+1){border-radius:65% 35% 45% 55%/30% 70% 40% 60%}.nav-panel__splat-t:nth-child(4n+2){border-radius:30% 70% 60% 40%/65% 35% 50% 50%}.nav-panel__splat-t:nth-child(4n+3){border-radius:55% 45% 35% 65%/40% 60% 30% 70%}.nav-panel--open .nav-panel__splat-t{animation:splat-t .27s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:var(--dt, .52s)}@keyframes splat-t{0%{transform:scale(0) rotate(18deg)}58%{transform:scale(1.3) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.nav-panel__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;align-items:center;position:relative;z-index:2;pointer-events:none}.nav-panel__item{opacity:0;pointer-events:auto}.nav-panel--open .nav-panel__item{animation:link-fade-in .3s ease forwards;animation-delay:calc(.18s + var(--i) * .05s)}@keyframes link-fade-in{0%{opacity:0}to{opacity:1}}.nav-panel__link{display:block;font-size:clamp(13px,1.4vw,22px);font-weight:700;color:#f5f0e8;text-decoration:none;letter-spacing:.08em;padding:6px 40px;white-space:nowrap;transition:color .2s ease}.nav-panel__link:hover,.nav-panel__link.active{color:#f04e23}.nav-panel__sep{width:5px;height:5px;border-radius:50%;background:#f5f0e866;flex-shrink:0;opacity:0}.nav-panel--open .nav-panel__sep{animation:link-fade-in .3s ease .3s forwards}@media(max-width:1024px){.header{align-items:center;padding-top:38px;height:100px}.header__left{flex:1;gap:0}.header__music-btn{margin-left:auto;margin-right:18px;margin-top:0;width:34px;height:34px}.header__music-btn svg{width:24px;height:24px}.nav-backdrop{display:none}.nav-panel{background:#6b1530db;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);overflow:hidden;opacity:0;transform:translateY(-100%);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.nav-panel--open{opacity:1;transform:translateY(0)}.nav-panel--closing{opacity:0;transform:translateY(-100%);pointer-events:none;transition:opacity .38s ease-in,transform .38s ease-in}.nav-panel__stripe{position:relative;top:auto;left:auto;width:100%;height:100%;transform:none;clip-path:none;background:transparent;display:flex;align-items:center;justify-content:center;pointer-events:none}.nav-panel--open .nav-panel__stripe{animation:none;clip-path:none}.nav-panel--closing .nav-panel__stripe{animation:none}.nav-panel__stripe-bg,.nav-panel__stripe-rough-b,.nav-panel__drips{display:none}.nav-panel__list{flex-direction:column;align-items:center;gap:0;pointer-events:auto}.nav-panel__sep{display:none}.nav-panel__item{opacity:0}.nav-panel--open .nav-panel__item{animation:mobile-link-in .55s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.28s + (5 - var(--i)) * .07s)}.nav-panel--closing .nav-panel__item{animation:mobile-link-out .26s ease-in forwards;animation-delay:calc(var(--i) * .04s)}.nav-panel__link{font-size:clamp(26px,6.5vw,40px);padding:20px 40px;text-align:center;letter-spacing:.12em}@keyframes mobile-link-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-link-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-22px)}}}@media(max-width:768px){.header{padding:22px 28px}}@media(max-width:600px){.header__logo .header__logo-img--desktop{display:none}.header__logo .header__logo-img--mobile{display:block;width:36vw;height:auto}}.footer{width:100%;background-color:#1d1d2e;color:#f5f0e8;padding:56px 48px 50px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.footer__logo{font-size:22px;font-weight:800;letter-spacing:.16em;color:#f04e23}.footer__tagline{font-size:14px;opacity:.6;letter-spacing:.08em}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px}.footer__nav a{color:#f5f0e8;text-decoration:none;font-size:14px;opacity:.75;transition:opacity .2s ease,color .2s ease}.footer__nav a:hover{opacity:1;color:#f04e23}.footer__socials{display:flex;gap:24px}.footer__socials a{color:#f5f0e8;font-size:20px;opacity:.7;transition:opacity .2s ease,color .2s ease}.footer__socials a:hover{opacity:1;color:#f04e23}.footer__divider{width:80px;height:1px;background:#f5f0e833}.footer__legal{display:flex;align-items:center;gap:8px;font-size:13px;opacity:.5}.footer__legal a{color:#f5f0e8;text-decoration:none}.footer__legal a:hover{opacity:1;color:#f04e23}.footer__copyright{font-size:13px;opacity:.45}@media(max-width:600px){.footer{gap:16px}}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-layout__content{flex:1;display:flex;flex-direction:column;padding:0}.home-section-inner{max-width:1300px;margin:0 auto;padding:100px 24px}.home-link-cta{margin-top:48px}@keyframes title-fade-zoom{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.home-hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.home-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-hero__overlay{position:absolute;inset:0;background:#1d1d2e9e}.home-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:5% 32px 0;width:100%;max-width:1400px}.home-hero__counter-row{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2.5vw,40px);flex-wrap:wrap;margin-bottom:15px}.home-hero__tagline{font-size:clamp(18px,2.5vw,40px);color:#f5f0e8;white-space:nowrap;min-height:1.3em;text-shadow:0 2px 10px rgba(0,0,0,.5)}.home-hero__cursor{animation:cursorBlink 1s step-end infinite;color:#f04e23;font-weight:300}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.home-hero__counter{font-size:clamp(56px,9vw,96px);font-weight:600;color:#f04e23;line-height:1;font-variant-numeric:tabular-nums;opacity:0;text-shadow:0 4px 20px rgba(0,0,0,.35)}.home-hero__remate{font-size:clamp(36px,5.8vw,110px);font-weight:800;color:#f04e23;margin-bottom:60px;opacity:0;text-shadow:0 2px 4px rgba(0,0,0,.3),0 6px 24px rgba(0,0,0,.35)}.home-hero__cta-wrapper{opacity:0;transform:translateY(36px)}.home--active .home-hero__counter{animation:heroFadeIn .8s ease .4s forwards}.home--active .home-hero__remate{animation:heroFadeIn .7s ease 1s forwards}.home--active .home-hero__cta-wrapper{animation:heroSlideUp .6s cubic-bezier(.22,1,.36,1) 1.6s forwards}@keyframes heroFadeIn{to{opacity:1}}@keyframes heroSlideUp{to{opacity:1;transform:translateY(0)}}.home-problem{background:#1d1d2e;color:#f5f0e8}.home-problem__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;margin-bottom:56px;text-align:center;opacity:0;transform:scale(.92)}.home-problem__title--visible{animation:title-fade-zoom 1.2s ease forwards}.home-problem__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;margin-bottom:80px}.home-problem__cards--visible .home-problem__card:nth-child(1){animation:problem-from-left 2s cubic-bezier(.22,1,.36,1) 0s forwards}.home-problem__cards--visible .home-problem__card:nth-child(2){animation:problem-fade-in 2s ease .15s forwards}.home-problem__cards--visible .home-problem__card:nth-child(3){animation:problem-from-right 2s cubic-bezier(.22,1,.36,1) .3s forwards}@keyframes problem-from-left{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes problem-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes problem-from-right{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.home-problem__card{background:#f5f0e8;border:1px solid rgba(29,29,46,.1);border-radius:30px;padding:48px 36px;transition:box-shadow .3s ease,transform .3s ease;box-shadow:0 14px 44px #1d1d2e4d;opacity:0}.home-problem__card p{font-size:clamp(14px,1.2vw,18px)}.home-problem__card:hover{box-shadow:0 14px 44px #f5f0e880}.home-problem__card-title{font-size:clamp(17px,1.6vw,25px);font-weight:700;color:#f04e23;margin-bottom:20px;line-height:1.3;text-align:center}.home-problem__card-text{font-size:clamp(14px,1.2vw,16px);line-height:1.7;color:#1d1d2ea6;text-align:center}.home-problem__remate{text-align:center}.home-problem__remate h3{font-size:clamp(20px,2.4vw,32px);font-weight:600;color:#f5f0e8;line-height:1.4}.home-problem__remate-sub{color:#f04e23!important;font-weight:800!important;margin-top:12px}.home-services{background:#f5f0e8}.home-services .home-link-cta{opacity:0}.home-services__cta--visible{animation:problem-from-left 3s cubic-bezier(.22,1,.36,1) 1s forwards}.home-services__title{font-size:clamp(36px,5vw,72px);color:#1d1d2e;text-align:center;margin-bottom:56px;opacity:0;transform:scale(.92)}.home-services__title--visible{animation:title-fade-zoom 1.2s ease forwards}.home-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-bottom:16px}.home-services__grid--visible .home-services__card:nth-child(1){animation:problem-from-left 2s cubic-bezier(.22,1,.36,1) 0s forwards}.home-services__grid--visible .home-services__card:nth-child(2){animation:problem-fade-in 2s ease .15s forwards}.home-services__grid--visible .home-services__card:nth-child(3){animation:problem-from-right 2s cubic-bezier(.22,1,.36,1) .3s forwards}.home-services__card{perspective:700px;height:400px;cursor:pointer;opacity:0;transition:transform .3s ease,box-shadow .3s ease}.home-services__card:hover{transform:scale(1.04)}.home-services__card-inner{position:relative;width:100%;height:100%;transition:transform .75s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}.home-services__card:hover .home-services__card-inner{transform:rotateY(180deg)}.home-services__card-front,.home-services__card-back{position:absolute;inset:0;border-radius:30px;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;align-items:center;justify-content:center;transition:box-shadow .4s ease}.home-services__card:hover .home-services__card-front,.home-services__card:hover .home-services__card-back{box-shadow:0 24px 60px #0009}.home-services__card-name{font-size:clamp(28px,4vw,45px);font-weight:800;color:#ffffffe6;letter-spacing:.08em}.home-services__card-back{transform:rotateY(180deg);flex-direction:column;align-items:flex-start;justify-content:center;padding:36px 40px;background:#00000026}.home-services__card-back-title{font-family:Outfit,sans-serif;font-size:38px;font-weight:800;color:#ffffff80;letter-spacing:.08em;margin-bottom:20px}.home-services__card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.home-services__card-list li{font-size:clamp(14px,1.3vw,18px);color:#fff;font-weight:500;padding-left:16px;position:relative}.home-services__card-list li:before{content:"—";position:absolute;left:0;color:#ffffff73}.home-process{background:#fff}.home-process .home-link-cta{opacity:0}.home-process__cta--visible{animation:problem-from-left 3s cubic-bezier(.22,1,.36,1) 3s forwards}.home-process__title{font-size:clamp(36px,5vw,72px);color:#1d1d2e;text-align:center;margin-bottom:64px;opacity:0;transform:scale(.92)}.home-process__title--visible{animation:title-fade-zoom 1.2s ease forwards}.home-process__timeline{max-width:720px;margin:0 auto 16px;display:flex;flex-direction:column;gap:0}.home-process__timeline--visible .home-process__step:nth-child(1) .home-process__step-number{animation:process-zoom-in .5s cubic-bezier(.34,1.56,.64,1) 0s forwards}.home-process__timeline--visible .home-process__step:nth-child(1) .home-process__step-card{animation:process-swipe .6s cubic-bezier(.22,1,.36,1) .1s forwards}.home-process__timeline--visible .home-process__step:nth-child(1) .home-process__step-number:after{animation:process-line-draw .5s ease .3s forwards}.home-process__timeline--visible .home-process__step:nth-child(2) .home-process__step-number{animation:process-zoom-in .5s cubic-bezier(.34,1.56,.64,1) .65s forwards}.home-process__timeline--visible .home-process__step:nth-child(2) .home-process__step-card{animation:process-swipe .6s cubic-bezier(.22,1,.36,1) .75s forwards}.home-process__timeline--visible .home-process__step:nth-child(2) .home-process__step-number:after{animation:process-line-draw .5s ease .9s forwards}.home-process__timeline--visible .home-process__step:nth-child(3) .home-process__step-number{animation:process-zoom-in .5s cubic-bezier(.34,1.56,.64,1) 1.3s forwards}.home-process__timeline--visible .home-process__step:nth-child(3) .home-process__step-card{animation:process-swipe .6s cubic-bezier(.22,1,.36,1) 1.4s forwards}.home-process__timeline--visible .home-process__step:nth-child(3) .home-process__step-number:after{animation:process-line-draw .5s ease 1.55s forwards}.home-process__timeline--visible .home-process__step:nth-child(4) .home-process__step-number{animation:process-zoom-in .5s cubic-bezier(.34,1.56,.64,1) 1.95s forwards}.home-process__timeline--visible .home-process__step:nth-child(4) .home-process__step-card{animation:process-swipe .6s cubic-bezier(.22,1,.36,1) 2.05s forwards}@keyframes process-zoom-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes process-swipe{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes process-line-draw{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.home-process__step{display:grid;grid-template-columns:56px 1fr;gap:0 28px;align-items:flex-start;position:relative;padding-bottom:48px}.home-process__step:last-child{padding-bottom:0}.home-process__step:not(:last-child) .home-process__step-number:after{content:"";position:absolute;top:56px;left:28px;width:2px;height:calc(100% - 8px);background:#6b153040;transform:scaleY(0);transform-origin:top center}.home-process__step-number{width:56px;height:56px;border-radius:50%;background:#6b1530;color:#f5f0e8;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;flex-shrink:0;position:relative;opacity:0;transform:scale(0)}.home-process__step-card{background:#f5f0e8;border-radius:10px;padding:18px 24px;margin-top:8px;clip-path:inset(0 100% 0 0)}.home-process__step-card p{font-size:clamp(15px,1.5vw,19px);color:#1d1d2e;line-height:1.5;font-weight:500;margin:0}.home-about{background:#6b1530}.home-about__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;text-align:center;margin-bottom:56px;opacity:0;transform:scale(.92)}.home-about__title--visible{animation:title-fade-zoom 1.2s ease forwards}.home-about__inner{display:flex;align-items:center;gap:64px}.home-about__photo{width:320px;height:400px;flex-shrink:0;border-radius:30px;overflow:hidden;display:block;opacity:0}.home-about__photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.home-about__text{display:flex;flex-direction:column;gap:20px}.home-about__text p{font-size:clamp(17px,1.7vw,21px);color:#f5f0e8e6;line-height:1.7;margin:0;font-style:italic;clip-path:inset(0 100% 0 0)}.home-about .home-link-cta{opacity:0;align-self:flex-start}.home-about__inner--visible .home-about__photo{animation:about-fade-in 4.5s ease 0s forwards}.home-about__inner--visible .home-about__text p:nth-child(1){animation:process-swipe .8s cubic-bezier(.22,1,.36,1) .3s forwards}.home-about__inner--visible .home-about__text p:nth-child(2){animation:process-swipe .8s cubic-bezier(.22,1,.36,1) .7s forwards}.home-about__inner--visible .home-about__text p:nth-child(3){animation:process-swipe .8s cubic-bezier(.22,1,.36,1) 1.1s forwards}.home-about__inner--visible .home-about__text p:nth-child(4){animation:process-swipe .8s cubic-bezier(.22,1,.36,1) 1.5s forwards}.home-about__cta--visible{animation:problem-from-left 3s cubic-bezier(.22,1,.36,1) 1s forwards}@keyframes about-fade-in{0%{opacity:0}to{opacity:1}}.home-testimonials{background:#f5f0e8}.home-testimonials .home-link-cta{opacity:0}.home-testimonials__cta--visible{animation:problem-from-left 3s cubic-bezier(.22,1,.36,1) 1s forwards}.home-testimonials__title{font-size:clamp(36px,5vw,72px);color:#1d1d2e;text-align:center;margin-bottom:56px;font-family:"DM Serif Display",serif;opacity:0;transform:scale(.92)}.home-testimonials__title--visible{animation:title-fade-zoom 1.2s ease forwards}.home-testimonials__grid{display:grid;grid-template-columns:1fr;gap:60px;max-width:340px;margin:0 auto 16px}.home-testimonials__grid--visible .home-testimonials__card:nth-child(1){animation:testimonial-card-in .9s cubic-bezier(.22,1,.36,1) 0s forwards}@keyframes testimonial-card-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.home-testimonials__card{display:flex;flex-direction:column;gap:20px;opacity:0}.home-testimonials__card-video{width:100%;aspect-ratio:9/16;border-radius:30px;background:#1d1d2e;overflow:hidden;position:relative}.home-testimonials__card-video video{width:100%;height:100%;object-fit:cover;display:block}.home-testimonials__card-video video:fullscreen,.home-testimonials__card-video video:-webkit-full-screen{object-fit:contain}.home-testimonials__card-video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px;color:#f5f0e8}.home-testimonials__card-video-soon{font-size:clamp(13px,1.1vw,15px);font-style:italic;text-align:center;color:#f5f0e899;line-height:1.5;margin:0}.home-testimonials__card-info{display:flex;flex-direction:column;gap:4px;padding:0 4px}.home-testimonials__card-name{font-size:clamp(16px,1.5vw,24px);font-weight:700;color:#1d1d2e}.home-testimonials__card-profession{font-size:clamp(13px,1.1vw,15px);color:#1d1d2e73;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}.home-testimonials__card-text{font-size:clamp(14px,1.2vw,18px);color:#1d1d2ebf;line-height:1.7;font-style:italic;margin:0}.home-final-cta{background:#1d1d2e}.home-final-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.home-final-cta__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;margin-bottom:56px;max-width:870px;line-height:1.2;opacity:0;transform:scale(.92)}.home-final-cta__title--visible{animation:title-fade-zoom 1.2s ease forwards}.home-final-cta__sub{font-size:clamp(16px,1.8vw,25px);color:#f5f0e8b3;margin-bottom:48px;max-width:680px}.home-final-cta__sub strong{color:#f04e23;font-weight:800}@media(max-width:1024px){.home-hero__video{object-position:20% center}.home-hero__remate{font-size:clamp(48px,7.5vw,110px)}.home-problem__title,.home-services__title,.home-process__title,.home-about__title,.home-testimonials__title,.home-final-cta__title{font-size:clamp(40px,5.8vw,72px)}}@media(max-width:900px){.home-section-inner{padding:70px 100px}.home-problem__title,.home-services__title,.home-process__title,.home-about__title,.home-testimonials__title,.home-final-cta__title{font-size:clamp(44px,7.5vw,66px)}.home-problem__cards,.home-services__grid{grid-template-columns:1fr;gap:20px}.home-services__card{height:320px}.home-about__inner{flex-direction:column;gap:40px}.home-about__photo{width:100%;height:380px}}@media(max-width:600px){.home-testimonials__grid{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.home-section-inner{padding:45px 35px}.home-hero__video{object-position:25% center}.home-hero__counter{font-size:clamp(72px,18vw,96px)}.home-hero__remate{font-size:clamp(50px,13vw,110px);line-height:1.15;margin-top:6%}.home-hero__counter-row{flex-direction:column;gap:0;align-items:stretch}.home-hero__tagline{white-space:normal;font-size:clamp(22px,5.2vw,26px);text-align:center;min-height:0}.home-problem__title,.home-services__title,.home-process__title,.home-about__title,.home-testimonials__title,.home-final-cta__title{font-size:clamp(42px,9.5vw,64px);margin-bottom:30px;line-height:1.14}.home-problem__cards{margin-bottom:60px}.home-problem__card{padding:30px}.home-services__card{height:300px}.home-about__text p{line-height:1.6}.home-link-cta{margin-top:20px}}.srv-section-inner{max-width:1400px;margin:0 auto;padding:100px 24px}.srv-section__category{font-size:clamp(36px,5vw,72px);color:#f5f0e88c;text-align:center;margin-bottom:16px;opacity:0;transform:scale(.92)}.srv-section__category--light{color:#f5f0e8}.srv-section__category--visible{animation:srv-fade-in 1.2s ease forwards}.srv-section__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;text-align:center;margin-bottom:16px;opacity:0;transform:scale(.92)}.srv-section__title--light{color:#f5f0e8}.srv-section__title--visible{animation:srv-fade-in 1.2s ease forwards}.srv-section__sub{font-size:clamp(16px,1.7vw,25px);color:#f5f0e88c;text-align:center;max-width:750px;margin:0 auto 64px;line-height:1.6}.srv-section__sub--light{color:#f5f0e899}.srv-section__sub--nowrap{max-width:none;white-space:nowrap}.srv-section__footnote{text-align:center;font-size:clamp(13px,1.2vw,16px);color:#f5f0e880;font-style:italic;margin-top:48px}.srv-section__footnote--light{color:#f5f0e866}.srv-hero{background:#f5f0e8;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:160px 24px 100px;text-align:center}.srv-hero__title{font-size:clamp(36px,5.8vw,110px);color:#1d1d2e;line-height:1.1;margin-bottom:60px;animation:srv-fade-in 2.8s ease .2s both}.srv-hero__sub{font-size:clamp(18px,2.2vw,35px);color:#1d1d2e8c;animation:srv-slide-up 1s cubic-bezier(.22,1,.36,1) .45s both}@keyframes srv-fade-in{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes srv-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.srv-web{background:#6b1530}.srv-marketing{background:#1d1d2e}.srv-section__cards{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.srv-section__cards--2col .srv-card{flex:0 1 calc((100% - 32px)/2)}.srv-card{flex:0 1 calc((100% - 64px) / 3);min-width:260px;background:#f5f0e8;border:1px solid rgba(29,29,46,.1);border-radius:30px;padding:40px 36px;opacity:0;transform:translateY(30px);display:flex;flex-direction:column;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;box-shadow:0 14px 44px #1d1d2e4d}.srv-card:hover{box-shadow:0 14px 44px #f5f0e880}.srv-card--dark{background:#f5f0e8;border-color:#1d1d2e1a;box-shadow:0 14px 44px #1d1d2e4d}.srv-card--dark:hover{box-shadow:0 14px 44px #f5f0e880}.srv-card__title{font-size:clamp(18px,2.2vw,35px);text-align:center;font-weight:800;color:#1d1d2e;margin-bottom:15px}.srv-card--dark .srv-card__title{color:#f04e23}.srv-card__for{font-size:clamp(13px,1.1vw,15px);color:#f04e23;font-style:italic;font-weight:500;margin-bottom:16px;line-height:1.5}.srv-card__desc{font-size:clamp(14px,1.4vw,18px);color:#1d1d2ea6;line-height:1.7;margin-bottom:20px;flex:1}.srv-card--dark .srv-card__desc{color:#1d1d2ea6}.srv-card__includes-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#1d1d2e66;margin-top:12px;margin-bottom:12px}.srv-card--dark .srv-card__includes-label{color:#1d1d2e66}.srv-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.srv-card__list li{font-size:clamp(13px,1.4vw,18px);color:#1d1d2e99;padding-left:16px;position:relative;line-height:1.5}.srv-card__list li:before{content:"·";position:absolute;left:4px;color:#f04e23;font-weight:900;font-size:1.2em;line-height:1}.srv-card--dark .srv-card__list li{color:#1d1d2e99}.srv-section__cards--visible .srv-card:nth-child(1){animation:srv-card-in 2s cubic-bezier(.22,1,.36,1) 0s forwards}.srv-section__cards--visible .srv-card:nth-child(2){animation:srv-card-in 2s cubic-bezier(.22,1,.36,1) .3s forwards}.srv-section__cards--visible .srv-card:nth-child(3){animation:srv-card-in 2s cubic-bezier(.22,1,.36,1) .6s forwards}.srv-section__cards--visible .srv-card:nth-child(4){animation:srv-card-in 2s cubic-bezier(.22,1,.36,1) .9s forwards}.srv-section__cards--visible .srv-card:nth-child(5){animation:srv-card-in 2s cubic-bezier(.22,1,.36,1) 1.2s forwards}.srv-section__cards--visible .srv-card:nth-child(6){animation:srv-card-in 2s cubic-bezier(.22,1,.36,1) 1.5s forwards}@keyframes srv-card-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.srv-packages{background:#f04e23;padding-bottom:50px}.srv-packages__grid{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:32px;align-items:stretch}.srv-pkg-card{padding:40px 36px;display:flex;flex-direction:column;gap:18px;opacity:0;background:#f5f0e8;border:1px solid rgba(29,29,46,.1);border-radius:30px;transform:translateY(30px);transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;box-shadow:0 14px 44px #1d1d2e80}.srv-pkg-card:hover{box-shadow:0 14px 44px #f5f0e880}.srv-pkg-card--recommended{background:#f5f0e8eb;border:4px solid rgba(29,29,46,.7);box-shadow:0 45px 80px #0000008c;margin-block:-20px}.srv-pkg-card--recommended:hover{transform:translateY(-6px);box-shadow:0 45px 80px #f5f0e8a6}.srv-packages__grid--visible .srv-pkg-card:nth-child(1){animation:srv-pkg-in .8s cubic-bezier(.22,1,.36,1) 0s forwards}.srv-packages__grid--visible .srv-pkg-card:nth-child(2){animation:srv-pkg-in .8s cubic-bezier(.22,1,.36,1) .15s forwards}.srv-packages__grid--visible .srv-pkg-card:nth-child(3){animation:srv-pkg-in .8s cubic-bezier(.22,1,.36,1) .3s forwards}@keyframes srv-pkg-in{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.srv-pkg-card__badge{display:block;font-size:11px;font-weight:800;letter-spacing:.1em;color:#f04e23;text-transform:uppercase}.srv-pkg-card__name{font-size:clamp(28px,3vw,42px);font-weight:800;color:#1d1d2e;line-height:1}.srv-pkg-card__tagline{font-size:clamp(14px,1.3vw,17px);color:#f04e23;font-style:italic;font-weight:500}.srv-pkg-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.srv-pkg-card__list li{font-size:clamp(14px,1.2vw,16px);color:#0000008c;padding-left:20px;position:relative;line-height:1.5}.srv-pkg-card__list li:before{content:"✓";position:absolute;left:0;color:#f04e23;font-weight:700}.srv-pkg-card__ideal{flex:1;padding-top:16px;border-top:1px solid rgba(245,240,232,.12);margin:20px 0}.srv-pkg-card__ideal-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#1d1d2e66;margin-bottom:8px}.srv-pkg-card__ideal p{font-size:clamp(13px,1.1vw,15px);color:#1d1d2e99;font-style:italic;line-height:1.6}.srv-cta{background:#1d1d2e}.srv-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(40px)}.srv-cta__inner--visible{animation:srv-slide-up 1s cubic-bezier(.22,1,.36,1) 0s forwards}.srv-cta__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;margin-bottom:24px;font-family:"DM Serif Display",serif;transform:scale(.92)}.srv-cta__title--visible{animation:srv-cta-zoom 1.2s ease forwards}@keyframes srv-cta-zoom{to{transform:scale(1)}}.srv-cta__text{font-size:clamp(16px,1.6vw,22px);color:#f5f0e899;max-width:600px;line-height:1.7;margin-bottom:48px}@media(max-width:1024px){.srv-hero__title{font-size:clamp(48px,7.5vw,110px)}.srv-section__category,.srv-section__title,.srv-cta__title{font-size:clamp(40px,5.8vw,72px)}.srv-card{padding:30px}.srv-card__title{font-size:clamp(23px,2.2vw,35px)}}@media(max-width:900px){.srv-section-inner{padding:70px 100px}.srv-section__category,.srv-section__title,.srv-cta__title{font-size:clamp(44px,7.5vw,66px)}.srv-card{flex:0 1 100%}.srv-packages__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.srv-card{padding:30px}.srv-card__title{font-size:clamp(24px,2.2vw,35px)}.srv-packages__grid{gap:50px}}@media(max-width:768px){.srv-section-inner{padding:45px 35px}.srv-hero{padding-top:100px}.srv-hero__title{font-size:clamp(50px,13vw,110px);line-height:1.15}.srv-section__category,.srv-section__title,.srv-cta__title{font-size:clamp(42px,9.5vw,64px);line-height:1.14}.srv-section__sub{font-size:clamp(16px,4.5vw,22px);margin-bottom:50px}.srv-section__sub--nowrap{white-space:normal}.srv-section__cards--2col .srv-card{flex:0 1 100%}.srv-card{padding:30px}.srv-card__title{font-size:clamp(24px,2.2vw,35px)}.srv-packages__grid{gap:50px}}.res-section-inner{max-width:1150px;margin:0 auto;padding:100px 24px}@keyframes res-title-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes res-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes res-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.res-hero{background:#1d1d2e;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:160px 24px 100px;text-align:center}.res-hero__inner{display:flex;flex-direction:column;align-items:center;gap:28px}.res-hero__title{font-size:clamp(40px,6.5vw,110px);color:#f5f0e8;line-height:1.1;max-width:900px;animation:res-title-in 2.8s ease .2s both}.res-hero__sub{font-size:clamp(18px,2.2vw,35px);color:#f5f0e866;animation:res-slide-up 1s cubic-bezier(.22,1,.36,1) .5s both}.res-stats{background:#f5f0e8;padding-bottom:50px}.res-stats__intro{font-size:clamp(36px,5vw,72px);color:#1d1d2e;text-align:center;margin-bottom:72px;opacity:0;transform:scale(.92);line-height:1.15}.res-stats__intro--visible{animation:res-title-in 1.2s ease forwards}.res-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.res-stats__grid--visible .res-stat:nth-child(1){animation:res-fade-in-up .8s cubic-bezier(.22,1,.36,1) 0s forwards}.res-stats__grid--visible .res-stat:nth-child(2){animation:res-fade-in-up .8s cubic-bezier(.22,1,.36,1) .15s forwards}.res-stats__grid--visible .res-stat:nth-child(3){animation:res-fade-in-up .8s cubic-bezier(.22,1,.36,1) .3s forwards}.res-stats__grid--visible .res-stat:nth-child(4){animation:res-fade-in-up .8s cubic-bezier(.22,1,.36,1) .45s forwards}.res-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;opacity:0;transform:translateY(30px);padding:40px 16px;border-radius:20px;background:#1d1d2e1a;border:1px solid rgba(29,29,46,.08)}.res-stat__number{font-size:clamp(52px,7.5vw,96px);font-weight:800;color:#f04e23;line-height:1;font-variant-numeric:tabular-nums}.res-stat__label{font-size:clamp(13px,1.2vw,18px);color:#1d1d2e8c;font-weight:500;max-width:140px;line-height:1.4}.res-cases{background:#6b1530;padding-bottom:50px}.res-cases__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;text-align:center;margin-bottom:64px;opacity:0;transform:scale(.92)}.res-cases__title--visible{animation:res-title-in 1.2s ease forwards}.res-cases__list{display:flex;flex-direction:column;gap:48px}.res-case{background:#f5f0e8;border:1px solid rgba(29,29,46,.1);border-radius:30px;padding:56px 60px;opacity:0;transform:translateY(40px);transition:border-color .4s ease,box-shadow .4s ease;box-shadow:0 14px 44px #1d1d2e99}.res-case:hover{border-color:#1d1d2e33;box-shadow:0 14px 44px #1d1d2e73}.res-cases__list--visible .res-case:nth-child(1){animation:res-fade-in-up 1s cubic-bezier(.22,1,.36,1) 0s forwards}.res-cases__list--visible .res-case:nth-child(2){animation:res-fade-in-up 1s cubic-bezier(.22,1,.36,1) .2s forwards}.res-cases__list--visible .res-case:nth-child(3){animation:res-fade-in-up 1s cubic-bezier(.22,1,.36,1) .4s forwards}.res-case__header{display:flex;align-items:center;gap:24px;margin-bottom:40px;padding-bottom:36px;border-bottom:2px solid rgba(29,29,46,.12)}.res-case__avatar{width:68px;height:68px;border-radius:50%;background:#6b1530;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:26px;font-weight:800;color:#f5f0e8;font-family:"DM Serif Display",serif}.res-case__identity{display:flex;flex-direction:column}.res-case__sector{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#f04e23}.res-case__client{font-size:clamp(19px,2vw,30px);font-weight:700;color:#6b1530;margin:0;font-family:"DM Serif Display",serif}.res-case__location{font-size:clamp(13px,1.1vw,15px);color:#1d1d2e73;margin:0}.res-case__content{display:grid;grid-template-columns:1fr 260px;gap:48px;align-items:start}.res-case__body{display:flex;flex-direction:column;gap:50px}.res-case__block{display:flex;flex-direction:column;gap:8px;padding-left:20px;border-left:2px solid rgba(29,29,46,.12)}.res-case__block p{font-size:clamp(16px,1.6vw,20px);color:#1d1d2ea6;line-height:1.5;margin:0}.res-case__block--result{border-left-color:#f04e23}.res-case__block--result p{color:#6b1530;font-weight:500}.res-case__block-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#1d1d2e59}.res-case__block--result .res-case__block-label{color:#f04e23}.res-case__testimonial{position:sticky;top:32px;display:flex;flex-direction:column;gap:14px}.res-case__testimonial-video{width:100%;aspect-ratio:9/16;border-radius:20px;background:#1d1d2e;display:block;object-fit:cover}.res-case__testimonial-placeholder{width:100%;aspect-ratio:9/16;border-radius:20px;background:#1d1d2e;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px;color:#f5f0e8}.res-case__testimonial-soon{font-size:clamp(13px,1.1vw,15px);font-style:italic;text-align:center;color:#f5f0e899;line-height:1.5;margin:0}.res-case__testimonial-caption{font-size:clamp(13px,1.1vw,15px);color:#1d1d2e66;font-style:italic;text-align:center}.res-cta{background:#1d1d2e;border-top:1px solid rgba(245,240,232,.07)}.res-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(40px)}.res-cta__inner--visible{animation:res-slide-up 1s cubic-bezier(.22,1,.36,1) 0s forwards}.res-cta__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;margin-bottom:24px;max-width:1100px;transform:scale(.92)}.res-cta__title--visible{animation:res-cta-zoom 1.2s ease forwards}@keyframes res-cta-zoom{to{transform:scale(1)}}.res-cta__sub{font-size:clamp(16px,1.6vw,22px);color:#f5f0e88c;max-width:540px;line-height:1.7;margin-bottom:48px}@media(max-width:1024px){.res-hero__title{font-size:clamp(48px,7.5vw,110px)}.res-stats__intro,.res-cases__title,.res-cta__title{font-size:clamp(40px,5.8vw,72px)}}@media(max-width:900px){.res-section-inner{padding:70px 100px}.res-stats__intro,.res-cases__title,.res-cta__title{font-size:clamp(44px,7.5vw,66px)}.res-stats__grid{grid-template-columns:repeat(2,1fr);gap:32px}.res-case__content{grid-template-columns:1fr;gap:40px}.res-case__testimonial{position:static}}@media(max-width:768px){.res-section-inner{padding:45px 35px}.res-hero{padding-top:100px}.res-hero__title{font-size:clamp(50px,13vw,110px);line-height:1.15}.res-stats__intro,.res-cases__title,.res-cta__title{font-size:clamp(42px,9.5vw,64px);line-height:1.14}.res-cta__sub{font-size:clamp(16px,4.5vw,22px)}.res-case{padding:40px 28px}}@media(max-width:600px){.res-stats__grid{gap:24px}.res-case__header{flex-direction:column;align-items:flex-start}}.sob-section-inner{max-width:1150px;margin:0 auto;padding:100px 24px}@keyframes sob-title-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes sob-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes sob-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.sob-hero{background:#6b1530;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:160px 24px 100px;text-align:center}.sob-hero__inner{display:flex;flex-direction:column;align-items:center;gap:24px}.sob-hero__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#f5f0e873;animation:sob-fade-up 1s ease .1s both}.sob-hero__sub{font-size:clamp(18px,2.2vw,35px);color:#f5f0e866;animation:sob-slide-up 1s cubic-bezier(.22,1,.36,1) .5s both}.sob-hero__title{font-size:clamp(40px,6.5vw,110px);color:#f5f0e8;line-height:1.1;max-width:900px;animation:sob-title-in 2.8s ease .3s both}.sob-story{background:#f5f0e8}.sob-story__layout{display:flex;align-items:stretch}.sob-story__photo{width:42%;flex-shrink:0;position:sticky;top:0;height:100vh;overflow:hidden}.sob-story__photo img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.sob-story__text-col{flex:1;padding:100px 80px}.sob-story__body{display:flex;flex-direction:column;gap:28px}.sob-story__p{font-size:clamp(17px,1.8vw,22px);color:#1d1d2eb8;line-height:1.85;margin:0;opacity:0;transform:translateY(24px)}.sob-story__p--strong{font-family:"DM Serif Display",serif;font-size:clamp(21px,2.3vw,30px);color:#1d1d2e;line-height:1.4}.sob-story__p--highlight{font-family:"DM Serif Display",serif;font-size:clamp(23px,2.6vw,34px);color:#f04e23;line-height:1.3;padding-top:12px}.sob-story__body--visible .sob-story__p:nth-child(1){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) 0s forwards}.sob-story__body--visible .sob-story__p:nth-child(2){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) .3s forwards}.sob-story__body--visible .sob-story__p:nth-child(3){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) .6s forwards}.sob-story__body--visible .sob-story__p:nth-child(4){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) .9s forwards}.sob-story__body--visible .sob-story__p:nth-child(5){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) 1.2s forwards}.sob-story__body--visible .sob-story__p:nth-child(6){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) 1.5s forwards}.sob-story__body--visible .sob-story__p:nth-child(7){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) 1.8s forwards}.sob-story__body--visible .sob-story__p:nth-child(8){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) 2.1s forwards}.sob-story__body--visible .sob-story__p:nth-child(9){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) 2.4s forwards}.sob-story__body--visible .sob-story__p:nth-child(10){animation:sob-fade-up 2.2s cubic-bezier(.22,1,.36,1) 2.7s forwards}.sob-quote{background:#f04e23;height:45vh;align-content:center}.sob-quote__inner{display:flex;justify-content:center;opacity:0;transform:translateY(40px)}.sob-quote__inner--visible{animation:sob-slide-up 1s cubic-bezier(.22,1,.36,1) 0s forwards}.sob-quote__text{font-family:"DM Serif Display",serif;font-size:clamp(20px,2.6vw,38px);color:#f5f0e8;font-style:italic;line-height:1.55;text-align:center;max-width:1000px;margin:0;quotes:none}.sob-cta{background:#1d1d2e;border-top:1px solid rgba(245,240,232,.07)}.sob-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(40px)}.sob-cta__inner--visible{animation:sob-slide-up 1s cubic-bezier(.22,1,.36,1) 0s forwards}.sob-cta__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;margin-bottom:24px;max-width:900px;transform:scale(.92)}.sob-cta__title--visible{animation:sob-cta-zoom 1.2s ease forwards}@keyframes sob-cta-zoom{to{transform:scale(1)}}.sob-cta__sub{font-size:clamp(16px,1.6vw,22px);color:#f5f0e88c;max-width:540px;line-height:1.7;margin-bottom:48px}@media(max-width:1024px){.sob-hero__title{font-size:clamp(48px,7.5vw,110px)}.sob-cta__title{font-size:clamp(40px,5.8vw,72px)}.sob-story__photo{width:50%}}@media(max-width:900px){.sob-section-inner{padding:70px 100px}.sob-cta__title{font-size:clamp(44px,7.5vw,66px)}}@media(max-width:768px){.sob-section-inner{padding:45px 35px}.sob-hero{padding-top:100px}.sob-hero__title{font-size:clamp(44px,9vw,72px);line-height:1.15}.sob-cta__title{font-size:clamp(42px,9.5vw,64px);line-height:1.14}.sob-cta__sub{font-size:clamp(16px,4.5vw,22px)}.sob-quote{height:auto;padding:60px 0}.sob-story__p{line-height:1.5}.sob-story__layout{flex-direction:column}.sob-story__photo{width:100%;height:520px;position:static}.sob-story__text-col{padding:45px 35px}}.mt-section-inner{max-width:1400px;margin:0 auto;padding:100px 24px}.mt-hero{background:#1d1d2e;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:160px 24px 100px;text-align:center}.mt-hero__inner{max-width:1200px}.mt-hero__title{font-size:clamp(36px,5.8vw,110px);color:#f5f0e8;line-height:1.1;margin-bottom:60px;animation:mt-fade-in 2.8s ease .2s both}.mt-hero__sub{font-size:clamp(18px,2.2vw,35px);color:#f5f0e88c;animation:mt-slide-up 1s cubic-bezier(.22,1,.36,1) .45s both}@keyframes mt-fade-in{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes mt-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.mt-portfolio{background:#f5f0e8;padding-bottom:30px}.mt-filters__title{font-size:clamp(28px,3.5vw,52px);color:#1d1d2e;text-align:center;margin-bottom:40px;opacity:0;transform:translateY(24px)}.mt-filters__title--visible{animation:mt-slide-up 1.8s cubic-bezier(.22,1,.36,1) forwards}.mt-filters__buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:72px;opacity:0;transform:translateY(20px)}.mt-filters__buttons--visible{animation:mt-slide-up 1.8s cubic-bezier(.22,1,.36,1) .25s forwards}.mt-filter-btn{padding:10px 26px;border:2px solid rgba(29,29,46,.22);border-radius:100px;background:transparent;font-family:Outfit,sans-serif;font-size:clamp(13px,1.2vw,15px);font-weight:500;color:#1d1d2e99;cursor:pointer;transition:border-color .25s ease,color .25s ease,background .25s ease}.mt-filter-btn:hover{border-color:#f04e23;color:#f04e23}.mt-filter-btn--active{background:#f04e23;border-color:#f04e23;color:#f5f0e8;font-weight:700}.mt-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.mt-project-card{background:#1d1d2e12;border:1px solid rgba(29,29,46,.1);border-radius:24px;padding:36px 32px;display:flex;flex-direction:column;gap:14px;opacity:0;transform:translateY(30px);box-shadow:none;transition:box-shadow .3s ease}.mt-project-card:hover{box-shadow:0 8px 32px #1d1d2e1f}.mt-card__preview{width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#1d1d2e;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.mt-card__preview-img{width:100%;height:100%;object-fit:cover;display:block}.mt-card__preview-placeholder{color:#f5f0e840}.mt-card__visit-btn{align-self:flex-start;display:inline-block;padding:10px 24px;border:2px solid rgba(29,29,46,.35);border-radius:100px;background:transparent;font-family:Outfit,sans-serif;font-size:clamp(13px,1.2vw,15px);font-weight:500;color:#1d1d2ea6;text-decoration:none;cursor:pointer;transition:border-color .25s ease,color .25s ease,background .25s ease;margin:15px 0}.mt-card__visit-btn:hover{border-color:#f04e23;color:#f04e23;background:#f04e2312}.mt-card__visit-btn:disabled{opacity:.38;cursor:not-allowed}.mt-projects--visible .mt-project-card:nth-child(1){animation:mt-card-in .9s cubic-bezier(.22,1,.36,1) 0s forwards}.mt-projects--visible .mt-project-card:nth-child(2){animation:mt-card-in .9s cubic-bezier(.22,1,.36,1) .15s forwards}.mt-projects--visible .mt-project-card:nth-child(3){animation:mt-card-in .9s cubic-bezier(.22,1,.36,1) .3s forwards}.mt-projects--visible .mt-project-card:nth-child(4){animation:mt-card-in .9s cubic-bezier(.22,1,.36,1) .45s forwards}.mt-projects--visible .mt-project-card:nth-child(5){animation:mt-card-in .9s cubic-bezier(.22,1,.36,1) .6s forwards}@keyframes mt-card-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mt-card__type{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f04e23;background:#f04e2314;border-radius:100px;padding:4px 14px;align-self:flex-start}.mt-card__name{font-size:clamp(20px,2vw,28px);font-weight:800;color:#1d1d2e;line-height:1.2}.mt-card__client{font-size:clamp(12px,1vw,13px);color:#1d1d2e66;font-style:italic;margin-top:-4px}.mt-card__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1d1d2e59;margin-top:10px;margin-bottom:-10px}.mt-card__text{font-size:clamp(14px,1.2vw,16px);color:#1d1d2ea6;line-height:1.5}.mt-card__result{font-size:clamp(14px,1.2vw,16px);color:#f04e23;font-weight:600;line-height:1.6}.mt-card__tech{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:8px}.mt-card__tech-tag{font-size:12px;padding:4px 10px;border-radius:100px;background:#1d1d2e21;color:#1d1d2e8c;font-weight:500}.mt-process{background:#6b1530;padding-bottom:50px}.mt-process__title{font-size:clamp(28px,3.5vw,56px);color:#f5f0e8;text-align:center;margin-bottom:72px;line-height:1.25;opacity:0;transform:scale(.94)}.mt-process__title--visible{animation:mt-zoom-in 1.1s ease forwards}@keyframes mt-zoom-in{to{opacity:1;transform:scale(1)}}.mt-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.mt-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:40px 20px;border-radius:20px;background:#f5f0e8;border:1px solid rgba(29,29,46,.1);opacity:0;transform:translateY(30px);box-shadow:0 14px 44px #1d1d2e4d;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.mt-step:hover{box-shadow:0 14px 44px #f5f0e880}.mt-steps--visible .mt-step:nth-child(1){animation:mt-card-in .8s cubic-bezier(.22,1,.36,1) 0s forwards}.mt-steps--visible .mt-step:nth-child(2){animation:mt-card-in .8s cubic-bezier(.22,1,.36,1) .12s forwards}.mt-steps--visible .mt-step:nth-child(3){animation:mt-card-in .8s cubic-bezier(.22,1,.36,1) .24s forwards}.mt-steps--visible .mt-step:nth-child(4){animation:mt-card-in .8s cubic-bezier(.22,1,.36,1) .36s forwards}.mt-steps--visible .mt-step:nth-child(5){animation:mt-card-in .8s cubic-bezier(.22,1,.36,1) .48s forwards}.mt-step__num{font-size:clamp(36px,3.6vw,60px);font-family:"DM Serif Display",serif;color:#f04e23;line-height:1}.mt-step__title{font-size:clamp(14px,1.3vw,20px);font-weight:700;color:#6b1530;line-height:1.3}.mt-step__desc{font-size:clamp(12px,1vw,15px);color:#1d1d2e99;line-height:1.7}.mt-cta{background:#1d1d2e}.mt-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(40px)}.mt-cta__inner--visible{animation:mt-slide-up 1s cubic-bezier(.22,1,.36,1) forwards}.mt-cta__title{font-size:clamp(32px,4.5vw,72px);color:#f5f0e8;margin-bottom:24px;font-family:"DM Serif Display",serif;opacity:0;transform:scale(.93)}.mt-cta__title--visible{animation:mt-fade-in 1.2s ease .1s forwards}.mt-cta__sub{font-size:clamp(16px,1.6vw,22px);color:#f5f0e899;max-width:600px;line-height:1.7;margin-bottom:48px}@media(max-width:1024px){.mt-hero__title{font-size:clamp(48px,7.5vw,110px)}.mt-cta__title{font-size:clamp(40px,5.8vw,72px)}.mt-steps{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.mt-section-inner{padding:70px 100px}.mt-cta__title{font-size:clamp(44px,7.5vw,66px)}.mt-projects{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mt-section-inner{padding:45px 35px}.mt-hero{padding-top:100px}.mt-hero__title{font-size:clamp(50px,13vw,110px);line-height:1.15}.mt-cta__title{font-size:clamp(42px,9.5vw,64px);line-height:1.14}.mt-cta__sub{font-size:clamp(16px,4.5vw,22px)}.mt-projects{grid-template-columns:1fr;gap:50px}.mt-project-card{padding:28px 20px}}@media(max-width:600px){.mt-steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}.mt-filters__buttons{margin-bottom:50px}.mt-projects{gap:50px}.mt-step__title{font-size:clamp(18px,1.4vw,20px)}}.ctc-section-inner{max-width:1300px;margin:0 auto;padding:100px 24px}@keyframes ctc-fade-in{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes ctc-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes ctc-card-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes ctc-zoom-in{to{opacity:1;transform:scale(1)}}.ctc-hero{background:#f5f0e8;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:160px 24px 100px;text-align:center}.ctc-hero__inner{max-width:900px}.ctc-hero__title{font-size:clamp(36px,5.8vw,110px);color:#1d1d2e;line-height:1;margin-bottom:48px;animation:ctc-fade-in 2.8s ease .2s both}.ctc-hero__sub{font-size:clamp(18px,2.2vw,35px);color:#1d1d2e80;animation:ctc-slide-up 1s cubic-bezier(.22,1,.36,1) .45s both}.ctc-forms{background:#1d1d2e}.ctc-forms__title{font-size:clamp(28px,3.5vw,56px);color:#f5f0e8;text-align:center;margin-bottom:20px;line-height:1.25;opacity:0;transform:scale(.93)}.ctc-forms__title--visible{animation:ctc-fade-in 1.2s ease forwards}.ctc-forms__sub{font-size:clamp(15px,1.6vw,22px);color:#f5f0e880;text-align:center;margin-bottom:72px}.ctc-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;opacity:0;transform:translateY(30px)}.ctc-cols--visible{animation:ctc-slide-up 1s cubic-bezier(.22,1,.36,1) forwards}.ctc-col{display:flex;flex-direction:column;gap:24px;background:#f5f0e8;border:1px solid rgba(29,29,46,.1);border-radius:28px;padding:48px 40px}.ctc-col--wa{align-self:start}.ctc-col__title{font-size:clamp(20px,2vw,28px);font-weight:800;color:#1d1d2e;line-height:1.2}.ctc-form{display:flex;flex-direction:column;gap:20px}.ctc-form .button{margin-top:15px}.ctc-form__field{display:flex;flex-direction:column;gap:8px}.ctc-form__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#1d1d2e73}.ctc-form__input{background:#1d1d2e0d;border:1.5px solid rgba(29,29,46,.15);border-radius:12px;padding:14px 18px;font-family:Outfit,sans-serif;font-size:clamp(14px,1.2vw,16px);color:#1d1d2e;outline:none;transition:border-color .25s ease,background .25s ease;width:100%;box-sizing:border-box}.ctc-form__input::placeholder{color:#1d1d2e47}.ctc-form__input:focus{border-color:#f04e23;background:#1d1d2e14}.ctc-form__input--textarea{resize:vertical;min-height:120px;line-height:1.6}.ctc-form__error{font-size:13px;color:#f04e23;font-weight:500;margin-top:-4px}.ctc-success{display:flex;flex-direction:column;gap:20px;animation:ctc-slide-up .8s cubic-bezier(.22,1,.36,1) forwards}.ctc-success__headline{font-size:clamp(20px,2vw,26px);font-weight:800;color:#f04e23;line-height:1.3}.ctc-success__text{font-size:clamp(14px,1.3vw,17px);color:#1d1d2ea6;line-height:1.7}.ctc-wa-card{display:flex;flex-direction:column;gap:20px}.ctc-wa-icon{width:56px;height:56px;flex-shrink:0}.ctc-wa-text{font-size:clamp(14px,1.3vw,17px);color:#1d1d2e99;line-height:1.7}.ctc-wa-btn{align-self:flex-start;display:inline-block;padding:10px 24px;border:2px solid rgba(37,211,102,.6);border-radius:100px;background:transparent;font-family:Outfit,sans-serif;font-size:clamp(13px,1.2vw,15px);font-weight:700;color:#25d366;text-decoration:none;cursor:pointer;transition:border-color .25s ease,background .25s ease}.ctc-wa-btn:hover{border-color:#25d366;background:#25d36633}.ctc-steps{background:#6b1530;padding-bottom:50px}.ctc-steps__title{font-size:clamp(36px,5vw,72px);color:#f5f0e8;text-align:center;margin-bottom:64px;opacity:0;transform:scale(.94)}.ctc-steps__title--visible{animation:ctc-zoom-in 1.1s ease forwards}.ctc-steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ctc-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:40px 20px;border-radius:20px;background:#f5f0e8;border:1px solid rgba(29,29,46,.1);opacity:0;transform:translateY(30px);box-shadow:0 14px 44px #1d1d2e4d;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.ctc-step:hover{box-shadow:0 14px 44px #f5f0e880}.ctc-steps__grid--visible .ctc-step:nth-child(1){animation:ctc-card-in .8s cubic-bezier(.22,1,.36,1) 0s forwards}.ctc-steps__grid--visible .ctc-step:nth-child(2){animation:ctc-card-in .8s cubic-bezier(.22,1,.36,1) .12s forwards}.ctc-steps__grid--visible .ctc-step:nth-child(3){animation:ctc-card-in .8s cubic-bezier(.22,1,.36,1) .24s forwards}.ctc-steps__grid--visible .ctc-step:nth-child(4){animation:ctc-card-in .8s cubic-bezier(.22,1,.36,1) .36s forwards}.ctc-step__num{font-size:clamp(36px,3.6vw,60px);font-family:"DM Serif Display",serif;color:#f04e23;line-height:1}.ctc-step__desc{font-size:clamp(12px,1vw,18px);color:#1d1d2eb3;line-height:1.7}.ctc-data{background:#f5f0e8;padding:30px 0}.ctc-data__inner{opacity:0;transform:translateY(30px)}.ctc-data__inner--visible{animation:ctc-slide-up 3.2s cubic-bezier(.22,1,.36,1) forwards}.ctc-data__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.ctc-data-item{display:flex;flex-direction:column;gap:10px;padding:32px 24px;border-radius:20px;background:#1d1d2e0d;border:1px solid rgba(29,29,46,.1)}.ctc-data-item__label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f04e23}.ctc-data-item__value{font-size:clamp(14px,1.4vw,18px);color:#1d1d2e;line-height:1.5;font-weight:500}.ctc-data-item__value--link{text-decoration:none;color:#1d1d2e;font-weight:600;transition:color .2s ease}.ctc-data-item__value--link:hover{color:#f04e23}@media(max-width:1024px){.ctc-hero__title{font-size:clamp(48px,7.5vw,110px)}.ctc-steps__title{font-size:clamp(40px,5.8vw,72px)}}@media(max-width:900px){.ctc-section-inner{padding:70px 100px}.ctc-steps__title{font-size:clamp(44px,7.5vw,66px)}.ctc-cols{grid-template-columns:1fr;max-width:560px;margin:0 auto}.ctc-forms{margin-bottom:30px}.ctc-forms__sub{margin-bottom:50px}.ctc-steps__grid,.ctc-data__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ctc-section-inner{padding:45px 35px}.ctc-hero{padding-top:100px}.ctc-hero__title{font-size:clamp(50px,13vw,110px);line-height:1.15}.ctc-steps__title{font-size:clamp(42px,9.5vw,64px);line-height:1.14}.ctc-col{padding:36px 24px}.ctc-forms{margin-bottom:30px}.ctc-forms__sub{margin-bottom:50px}}@media(max-width:600px){.ctc-forms{margin-bottom:30px}.ctc-forms__sub{margin-bottom:50px}.ctc-steps__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.ctc-data__grid{grid-template-columns:1fr}}.legal{background:#f5f0e8;min-height:100vh;padding:160px 24px 120px}.legal__inner{max-width:820px;margin:0 auto}.legal__title{font-size:clamp(40px,5.5vw,80px);color:#1d1d2e;line-height:1.05;margin-bottom:12px;overflow-wrap:break-word}.legal__meta{font-size:clamp(13px,1.1vw,15px);color:#1d1d2e66;margin-bottom:52px;font-style:italic}.legal__divider{border:none;border-top:1px solid rgba(29,29,46,.12);margin:48px 0}.legal__h2{font-size:clamp(18px,2vw,24px);font-weight:800;color:#1d1d2e;margin-bottom:16px;margin-top:0;line-height:1.3}.legal__h3{font-size:clamp(14px,1.4vw,17px);font-weight:700;color:#1d1d2e;margin-bottom:10px;margin-top:28px}.legal__p{font-size:clamp(14px,1.2vw,16px);color:#1d1d2eb3;line-height:1.9;margin-bottom:16px}.legal__address{font-style:normal;font-size:clamp(14px,1.2vw,16px);color:#1d1d2eb3;line-height:1.9;margin-bottom:16px}.legal__link{color:#f04e23;text-decoration:none;transition:opacity .2s ease}.legal__link:hover{opacity:.75;text-decoration:underline}.legal__list{margin:0 0 16px 20px;padding:0}.legal__list li{font-size:clamp(14px,1.2vw,16px);color:#1d1d2eb3;line-height:1.9;margin-bottom:6px}.legal__section{margin-bottom:8px}@media(max-width:768px){.legal{padding:120px 24px 80px}.legal__title{font-size:clamp(28px,7vw,40px)}.legal__meta{margin-bottom:40px}.legal__divider{margin:38px 0}.legal__p{line-height:1.7;margin-top:20px}}.appFade{animation:appFadeIn .8s ease}.appFade--hidden{visibility:hidden;overflow:hidden}@keyframes appFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
