:root{--blue:#2057e0;--blue-dark:#143ba8;--blue-deep:#0d2b66;--ink:#10204a;--body:#5d6b8a;--yellow:#ffc527;--yellow-dark:#f0ad00;--green:#25d366;--green-dark:#1faf55;--soft:#f3f7fe;--soft-blue:#e8efff;--white:#fff;--radius:20px;--radius-lg:28px;--shadow-sm:0 4px 16px #10204a14;--shadow-md:0 14px 40px #10204a1f;--shadow-lg:0 24px 60px #10204a29;--font:"Plus Jakarta Sans", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6;overflow-x:clip}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}section[id],div[id]{scroll-margin-top:110px}.container{width:min(1180px,100% - 48px);margin-inline:auto}.section{padding:96px 0}.section--soft{background:var(--soft)}.text-blue{color:var(--blue)}[data-reveal]{opacity:0;transition:opacity .7s ease var(--d,0s), transform .7s cubic-bezier(.22, .8, .32, 1) var(--d,0s);transform:translateY(26px)}[data-reveal].is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none}}.chip{background:var(--soft-blue);color:var(--blue);border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:.84rem;font-weight:700;display:inline-flex}.chip--white{background:var(--white);box-shadow:var(--shadow-sm);color:var(--ink)}.chip__icon{color:var(--blue);flex:none}.chip__text{min-width:0}.btn{cursor:pointer;border:0;border-radius:999px;align-items:center;gap:10px;padding:14px 26px;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--yellow{background:var(--yellow);color:var(--ink);box-shadow:0 10px 24px #ffc52773}.btn--yellow:hover{background:#ffd04a;box-shadow:0 14px 30px #ffc5278c}.btn--blue{background:var(--blue);color:var(--white);box-shadow:0 12px 28px #2057e066}.btn--blue:hover{background:#2e66f0}.btn--lg{padding:16px 30px;font-size:1.05rem}.btn__icon-circle{background:var(--ink);width:26px;height:26px;color:var(--yellow);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}@keyframes flash{0%,to{opacity:1;box-shadow:0 0 #ffc527b3}50%{opacity:.55;box-shadow:0 0 0 10px #ffc52700}}@keyframes pulse-badge{0%,to{transform:scale(1);box-shadow:0 0 #ffc527bf}50%{transform:scale(1.06);box-shadow:0 0 0 14px #ffc52700}}.discount-flash{background:var(--yellow);color:var(--ink);letter-spacing:0;white-space:nowrap;text-transform:uppercase;border-radius:999px;padding:5px 16px;font-weight:800;animation:1.2s ease-in-out infinite flash;display:inline-block}.discount-flash--dark{background:var(--blue);color:var(--white);animation-name:flash}.discount-badge{z-index:3;background:radial-gradient(circle at 32% 28%, #ffdf68, var(--yellow) 68%);width:102px;height:102px;color:var(--ink);outline-offset:-10px;text-align:center;border:3px solid #10204a6b;border-radius:50%;outline:4px dashed #10204a42;flex-direction:column;justify-content:center;align-items:center;font-weight:800;animation:1.6s ease-in-out infinite pulse-badge;display:flex;position:absolute;top:30px;left:86px}.discount-badge__big{font-size:2rem;line-height:1}.discount-badge__small{text-transform:uppercase;letter-spacing:0;font-size:.74rem;line-height:1.05}.topbar{background:linear-gradient(90deg, var(--blue-deep), var(--blue), var(--blue-deep));color:var(--white);z-index:60;padding:10px 0;font-size:.92rem;position:relative;box-shadow:0 8px 18px #10204a2e}.topbar__inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.topbar__text{flex-wrap:wrap;align-items:center;gap:12px;font-weight:700;display:flex}.topbar__phone{white-space:nowrap;font-weight:700}.topbar__phone:hover{color:var(--yellow)}.nav{z-index:50;background:var(--white);transition:box-shadow .25s;position:sticky;top:0}.nav--scrolled{box-shadow:var(--shadow-sm)}.nav__inner{justify-content:space-between;align-items:center;gap:24px;padding:6px 0;display:flex}.logo{flex:none;align-items:center;gap:9px;display:flex}.logo__mark svg{display:block}.logo__text{flex-direction:column;font-size:.92rem;font-weight:600;line-height:1.05;display:flex}.logo__text strong{color:var(--blue);font-weight:800}.logo__text em{letter-spacing:0;text-transform:uppercase;color:var(--body);font-size:.72rem;font-style:normal;font-weight:700}.logo--light .logo__text,.logo--light .logo__text strong{color:var(--white)}.logo--light .logo__text em{color:#fff9}.nav__links{color:var(--ink);align-items:center;gap:28px;font-size:.82rem;font-weight:600;display:flex}.nav__links a{padding:6px 0;position:relative}.nav__links a:after{content:"";background:var(--blue);transform-origin:0;border-radius:2px;width:100%;height:2.5px;transition:transform .25s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav__links a:hover:after{transform:scaleX(1)}.nav__cta--mobile{display:none}.nav__cta{padding:10px 22px;font-size:.82rem}.nav__cta .btn__icon-circle{width:22px;height:22px}.nav__burger{cursor:pointer;background:0 0;border:0;flex-direction:column;gap:5px;padding:8px;display:none}.nav__burger span{background:var(--ink);border-radius:2px;width:24px;height:2.5px;transition:all .25s}.nav__burger--open span:first-child{transform:translateY(7.5px)rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.hero{padding:18px 0 70px;position:relative;overflow:hidden}.hero__blob-bg{background:var(--blue);z-index:0;border-radius:48% 0 0 24%/58% 0 0 42%;width:min(39vw,610px);height:calc(100% + 16px);position:absolute;top:0;bottom:0;right:-86px}.hero__blob-bg:after{content:"";background:var(--white);border-radius:0 58% 48% 0/0 52% 58% 0;width:170px;height:62%;position:absolute;top:16%;left:-72px}.hero__inner{z-index:1;grid-template-columns:.96fr 1.04fr;align-items:start;gap:20px;min-height:430px;display:grid;position:relative}.hero__copy{flex-direction:column;align-items:flex-start;gap:14px;max-width:560px;padding-top:20px;display:flex}.hero__title{letter-spacing:0;font-size:clamp(2rem,3.25vw,2.95rem);font-weight:800;line-height:1.08}.hero__title-accent{color:var(--blue)}.hero__lead{color:var(--body);max-width:52ch;font-size:.9rem;line-height:1.62}.hero__discount-banner{background:linear-gradient(90deg, var(--blue), var(--blue-dark));width:min(100%,540px);color:var(--white);border:3px solid var(--yellow);border-radius:16px;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;padding:12px 16px;animation:1.35s ease-in-out infinite banner-blink;display:grid;box-shadow:0 16px 34px #2057e047}.hero__discount-banner strong{color:var(--yellow);text-transform:uppercase;white-space:nowrap;font-size:clamp(1.25rem,2.6vw,1.8rem);line-height:1}.hero__discount-banner span:last-child{font-size:.86rem;font-weight:700;line-height:1.25}.hero__discount-kicker{background:var(--yellow);color:var(--ink);text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:.74rem;font-weight:800;display:inline-flex}@keyframes banner-blink{0%,to{filter:brightness();transform:translateY(0)}50%{filter:brightness(1.22);transform:translateY(-2px)}}.hero__actions{z-index:3;flex-wrap:wrap;align-items:center;gap:18px;margin-top:4px;display:flex;position:relative}.hero__video{align-items:center;gap:12px;font-weight:700;display:inline-flex}.hero__play{background:var(--yellow);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:inline-flex;box-shadow:0 10px 24px #ffc52773}.hero__play span{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid var(--white);width:0;height:0;margin-left:4px}.hero__video:hover .hero__play{transform:scale(1.08)}.hero__visual{justify-content:center;align-items:center;min-height:430px;display:flex;position:relative;overflow:visible}.hero__person{z-index:1;filter:drop-shadow(0 26px 34px #10204a2e);align-self:start;width:min(350px,100%);height:390px;margin-top:-8px;margin-left:72px;position:relative;overflow:hidden}.hero__person img{width:100%;height:auto;transform:translateY(-8px)}.hero__sun{background:var(--yellow);z-index:0;border-radius:50%;width:305px;height:305px;position:absolute;top:70px;left:126px}.hero__box-mark{z-index:2;color:var(--blue);pointer-events:none;align-items:center;gap:7px;font-size:.8rem;font-weight:800;line-height:1.04;display:inline-flex;position:absolute}.hero__box-mark strong{display:block}.hero__box-mark--top{top:42%;left:35%}.hero__box-mark--bottom{top:61%;left:34%}.hero__box-icon{border:3px solid var(--blue);border-top:0;border-radius:3px;width:25px;height:22px;position:relative}.hero__box-icon:before{content:"";border-left:3px solid var(--blue);border-top:3px solid var(--blue);width:19px;height:19px;position:absolute;top:-12px;left:3px;transform:rotate(45deg)}.hero__box-icon:after{content:"";background:var(--yellow);width:8px;height:8px;box-shadow:-24px 0 0 var(--yellow);border-radius:50%;position:absolute;bottom:-3px;right:-8px}.hero__sparkle{color:var(--yellow);z-index:2;animation:2.4s ease-in-out infinite sparkle;position:absolute}.hero__sparkle--1{top:18%;left:30%}.hero__sparkle--2{animation-delay:1.2s;top:11%;left:26%}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.5;transform:scale(.6)rotate(25deg)}}.hero__arrow{color:var(--yellow);z-index:2;position:absolute;top:50%;right:2%;transform:rotate(18deg)}.hero__card{background:var(--white);box-shadow:var(--shadow-md);z-index:3;border-radius:16px;align-items:flex-start;gap:12px;max-width:210px;padding:14px 16px;font-size:.78rem;font-weight:600;line-height:1.45;display:flex;position:absolute;bottom:50px;right:22px}.hero__card-icon{background:var(--soft-blue);width:38px;height:38px;color:var(--blue);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.hero__form-wrap{z-index:2;margin-top:8px;position:relative}.quote{background:var(--white);box-shadow:var(--shadow-lg);border-radius:18px;padding:20px 28px 22px}.quote__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.quote__title{font-size:1rem;font-weight:800}.quote__discount{background:var(--blue);color:var(--white);text-transform:uppercase;border-radius:999px;margin-bottom:5px;padding:4px 12px;font-size:.78rem;font-weight:800;animation:1.2s ease-in-out infinite flash;display:inline-flex}.quote__benefits{color:var(--body);flex-wrap:wrap;gap:20px;margin:0;padding:0;font-size:.74rem;font-weight:600;list-style:none;display:flex}.quote__benefits li{align-items:center;gap:8px;display:flex}.quote__check{color:var(--blue);flex:none}.quote__form{grid-template-columns:repeat(4,1fr) auto;gap:10px;display:grid}.quote__field{background:var(--white);border:1.5px solid #dfe6f5;border-radius:13px;align-items:center;gap:10px;padding:0 14px;transition:border-color .2s,box-shadow .2s;display:flex}.quote__field:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px #2057e01f}.quote__field-icon{color:#9aa7c4;flex:none;display:inline-flex}.quote__field input,.quote__field select{color:var(--ink);background:0 0;border:0;outline:none;width:100%;padding:12px 0;font-family:inherit;font-size:.82rem}.quote__field input::placeholder{color:#9aa7c4}.quote__field--select select{cursor:pointer;appearance:none;color:var(--ink);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa7c4' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 2px center;background-repeat:no-repeat;padding-right:22px}.quote__field select:invalid{color:#9aa7c4}.quote__submit{white-space:nowrap;justify-content:center;padding:12px 24px;font-size:.82rem}.quote__sent{color:var(--blue);margin-top:16px;font-size:.9rem;font-weight:600}.quote__sent a{text-decoration:underline}.section__head{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:640px;margin:0 auto 56px;display:flex}.section__title{letter-spacing:0;font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:800;line-height:1.2}.section__text{color:var(--body)}.about__inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:72px;display:grid}.about__media{position:relative}.about__media img{aspect-ratio:.95;object-fit:cover;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);z-index:1;position:relative}.about__media-blob{background:var(--soft-blue);border-radius:42% 58% 55% 45%/50% 42% 58% 50%;width:58%;height:58%;position:absolute;inset:-26px auto auto -26px}.about__exp{z-index:2;background:var(--blue);color:var(--white);box-shadow:var(--shadow-md);border-radius:18px;align-items:center;gap:12px;padding:18px 22px;display:flex;position:absolute;bottom:32px;right:-20px}.about__exp-num{font-size:2.4rem;font-weight:800;line-height:1}.about__exp-label{text-transform:uppercase;letter-spacing:0;opacity:.9;font-size:.82rem;font-weight:700;line-height:1.3}.about__copy{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.about__points{gap:12px;margin:0;padding:0;font-size:.95rem;font-weight:600;list-style:none;display:grid}.about__points li{align-items:flex-start;gap:10px;display:flex}.about__point-icon{color:var(--blue);flex:none;margin-top:4px}.stats{background:linear-gradient(115deg, var(--blue) 0%, var(--blue-dark) 100%);color:var(--white);padding:58px 0}.stats__inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.stats__item{flex-direction:column;gap:6px;display:flex}.stats__value{font-size:clamp(2rem,3.6vw,2.9rem);font-weight:800;line-height:1}.stats__label{opacity:.85;font-size:.92rem;font-weight:600}.services__grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);text-align:center;padding:16px 16px 26px;transition:transform .25s,box-shadow .25s}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.service-card__img{aspect-ratio:16/10;border-radius:14px;overflow:hidden}.service-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.service-card:hover .service-card__img img{transform:scale(1.06)}.service-card__icon{background:var(--blue);width:52px;height:52px;color:var(--white);border:4px solid var(--white);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;margin-top:-26px;display:inline-flex;position:relative}.service-card h3{margin:10px 0 8px;font-size:1.06rem;font-weight:800}.service-card p{color:var(--body);padding:0 10px;font-size:.88rem}.services__note{background:var(--soft-blue);border:1.5px dashed var(--blue);color:var(--ink);text-align:center;border-radius:14px;justify-content:center;align-items:center;gap:12px;margin-top:40px;padding:16px 22px;font-size:.94rem;display:flex}.services__note-icon{color:var(--blue);flex:none}.services__cta{text-align:center;margin-top:28px}.process__row{grid-template-columns:.85fr 1.5fr;align-items:stretch;gap:48px;display:grid}.process__photo{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.process__photo img{object-fit:cover;width:100%;height:100%}.process__steps{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.process__step{background:var(--soft);border-radius:var(--radius);text-align:center;padding:28px 22px;position:relative}.process__step--blue{background:var(--blue);color:var(--white)}.process__step--blue p{color:#ffffffd9}.process__num{background:var(--white);width:46px;height:46px;color:var(--blue);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;font-weight:800;display:inline-flex}.process__step--blue .process__num{background:var(--yellow);color:var(--ink)}.process__step h3{margin-bottom:8px;font-size:1.02rem;font-weight:800}.process__step p{color:var(--body);font-size:.85rem}.process__arrow{width:46px;color:var(--ink);z-index:1;position:absolute;top:26px;right:-28px}.process__deposit{text-align:center;border:1.5px dashed var(--yellow-dark);background:#fff8e1;border-radius:14px;margin-top:36px;padding:16px 22px;font-size:.94rem}.team__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:20px;display:grid}.team__item{border-radius:var(--radius);box-shadow:var(--shadow-sm);margin:0;overflow:hidden}.team__item--tall{grid-row:span 2}.team__item img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.team__item:hover img{transform:scale(1.07)}.contact__grid{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:28px;display:grid}.contact__card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:34px}.contact__card--blue{background:linear-gradient(150deg, var(--blue) 0%, var(--blue-dark) 100%);color:var(--white)}.contact__card h3{align-items:center;gap:12px;margin-bottom:6px;font-size:1.2rem;font-weight:800;display:flex}.contact__card-icon{width:40px;height:40px;color:var(--white);background:#ffffff29;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.contact__card-icon--blue{background:var(--soft-blue);color:var(--blue)}.contact__card-sub{opacity:.85;margin-bottom:22px;font-size:.92rem}.wa-btn{background:var(--green);width:100%;color:var(--white);cursor:pointer;font:inherit;text-align:left;border:0;border-radius:16px;align-items:center;gap:14px;margin-bottom:14px;padding:14px 18px;transition:transform .2s,background .2s;display:flex;box-shadow:0 10px 22px #0000002e}.wa-btn:hover{background:var(--green-dark);transform:translateY(-3px)}.wa-btn--mail{background:var(--yellow);color:var(--ink)}.wa-btn--mail:hover{background:#ffd04a}.wa-btn__icon{background:#ffffff38;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.wa-btn--mail .wa-btn__icon{background:#10204a1f}.wa-btn__text{flex-direction:column;line-height:1.3;display:flex}.wa-btn__text strong{font-size:1.05rem;font-weight:800}.wa-btn__text small{opacity:.85;font-size:.78rem}.contact__location{opacity:.92;align-items:center;gap:8px;margin-top:20px;font-size:.9rem;font-weight:600;display:flex}.hours{border-collapse:collapse;width:100%;margin-top:14px;font-size:.95rem}.hours td{border-bottom:1px solid #edf1fa;padding:10px 4px}.hours td:first-child{font-weight:700}.hours td:last-child{text-align:right;color:var(--body);font-weight:600}.hours__closed td:last-child{color:#d4452f}.contact__discount{text-align:center;background:var(--soft);border-radius:14px;margin-top:24px;padding:18px}.contact__discount p{margin-top:8px;font-size:.9rem;font-weight:600}.footer{background:var(--blue-deep);color:#ffffffc7;padding-top:72px;font-size:.92rem}.footer__grid{grid-template-columns:1.35fr 1fr 1fr 1.05fr 1.1fr;gap:36px;padding-bottom:56px;display:grid}.footer__brand p{max-width:30ch;margin-top:18px}.footer__small{opacity:.65;font-size:.8rem}.footer__col h4{color:var(--white);margin-bottom:18px;font-size:1rem;font-weight:800}.footer__col ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.footer__col a:hover{color:var(--yellow)}.footer__hours li{justify-content:space-between;gap:12px;display:flex}.footer__contact li{align-items:center;gap:10px;display:flex}.footer__contact svg{color:var(--yellow);flex:none}.footer__text-button,.legal-page__text-button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:800}.footer__text-button:hover,.legal-page__text-button:hover{color:var(--yellow)}.footer__bottom{border-top:1px solid #ffffff1f;padding:20px 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:.84rem;display:flex}.footer__legal{gap:24px;display:flex}.footer__legal a:hover{color:var(--yellow)}.footer__made{font-weight:700}.footer__made a{color:var(--yellow)}.footer__made a:hover{color:var(--white)}.legal-page{background:var(--soft)}.legal-page__hero{padding:88px 0 104px}.legal-page__back{color:var(--blue);margin-bottom:24px;font-size:.92rem;font-weight:800;display:inline-flex}.legal-page__back:hover{color:var(--blue-dark)}.legal-page__card{background:var(--white);border:1px solid var(--soft-blue);max-width:860px;box-shadow:var(--shadow-md);border-radius:8px;padding:clamp(28px,5vw,54px)}.legal-page__card h1{margin-bottom:34px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.legal-page__content{color:var(--body);gap:26px;display:grid}.legal-page__content h2{color:var(--ink);margin-bottom:8px;font-size:1.08rem}.legal-page__content a,.legal-page__content button{color:var(--blue);font-weight:800}.legal-page__content a:hover,.legal-page__content button:hover{color:var(--blue-dark)}.wa-fab{z-index:80;background:var(--green);width:60px;height:60px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;animation:2.4s ease-in-out infinite flash;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 30px #25d36680}.wa-fab:hover{animation:none;transform:scale(1.1)}@media (width<=1080px){.quote__form{grid-template-columns:repeat(2,1fr)}.quote__submit{grid-column:1/-1}.services__grid{grid-template-columns:repeat(2,1fr)}.process__row{grid-template-columns:1fr}.process__photo{max-height:320px}.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=920px){.nav__links{background:var(--white);visibility:hidden;z-index:40;flex-direction:column;justify-content:center;gap:26px;font-size:1.2rem;transition:transform .3s,visibility 0s linear .3s;position:fixed;inset:0;transform:translate(100%)}.nav__links--open{visibility:visible;transition:transform .3s;transform:translate(0)}.nav__cta{display:none}.nav__cta--mobile{display:inline-flex}.nav__burger{z-index:45;display:flex;position:relative}.hero{padding-top:40px}.hero__blob-bg{opacity:.97;border-radius:46% 0 0 34%/54% 0 0 46%;width:calc(100% + 120px);height:520px;top:auto;bottom:150px;right:-80px}.hero__blob-bg:after{width:96px;height:78%;top:10%;left:-46px}.hero__inner{grid-template-columns:1fr;gap:40px;min-height:0}.hero__visual{min-height:500px}.hero__person{width:min(455px,88vw)}.discount-badge{top:34px;left:max(18px,50% - 230px)}.hero__sun{left:50%;transform:translate(-58%)}.hero__card{right:16px}.about__inner{grid-template-columns:1fr;gap:64px}.about__exp{right:12px}.stats__inner{grid-template-columns:repeat(2,1fr)}.process__steps{grid-template-columns:1fr;gap:18px}.process__arrow{display:none}.team__grid{grid-template-columns:repeat(2,1fr)}.contact__grid{grid-template-columns:1fr}}@media (width<=600px){.container{width:calc(100% - 32px);max-width:1180px}.section{padding:68px 0}.topbar__inner{justify-content:center}.topbar__phone{display:none}.topbar__msg{text-align:center;font-size:.78rem}.hero__discount-banner{grid-template-columns:1fr;justify-items:start;gap:8px;padding:14px}.hero__discount-banner strong{white-space:normal}.quote{padding:26px 22px}.quote__form,.services__grid{grid-template-columns:1fr}.team__grid{grid-template-columns:1fr;grid-auto-rows:230px}.team__item--tall{grid-row:span 1}.hero__visual{flex-direction:column;min-height:460px}.hero__copy{width:100%;min-width:0}.hero__copy .chip{white-space:normal;overflow-wrap:anywhere;grid-template-columns:auto minmax(0,1fr);width:100%;max-width:100%;line-height:1.35;display:grid}.hero__lead{overflow-wrap:anywhere;width:100%;min-width:0;max-width:32ch}.hero__actions{gap:14px;width:100%}.hero__video{flex:100%}.hero__blob-bg{height:470px;bottom:245px}.hero__person{width:min(390px,96vw);height:394px;margin-left:0}.discount-badge{width:92px;height:92px;top:22px;left:12px}.discount-badge__big{font-size:1.74rem}.discount-badge__small{font-size:.68rem}.hero__sun{width:260px;height:260px;bottom:96px}.hero__box-mark{transform-origin:0;font-size:.82rem;transform:scale(.9)}.hero__box-mark--top{top:46%;left:30%}.hero__box-mark--bottom{top:64%;left:29%}.hero__card{max-width:none;margin-top:20px;position:static}.hero__arrow{display:none}.footer__grid{grid-template-columns:1fr;gap:36px}}
