.hero{position:relative;width:100%;--hero-banner-h: 64px;min-height:calc(50dvh - var(--hero-banner-h));background:var(--color-primary);display:flex;align-items:flex-start;overflow:hidden}.hero__inner{width:100%;max-width:1140px;margin:0 auto;padding:48px 48px 100px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__anim{opacity:0;animation:fadeSlideUp .5s cubic-bezier(.22,1,.36,1) forwards}.hero__anim--1{animation-delay:0s}.hero__anim--2{animation-delay:.2s}.hero__anim--3{animation-delay:.4s}.hero__anim--4{animation-delay:.6s}.hero__anim--5{animation-delay:.8s}.hero__anim--6{animation-delay:1s}.hero__anim--7{animation-delay:1.2s}.hero__anim--8{animation-delay:1.4s}.hero__anim--9{animation-delay:2.2s}.hero__left{display:flex;flex-direction:column;gap:24px}.hero__badge{display:inline-flex;align-items:center;gap:8px;background:#1a1a1a1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 18px;border-radius:999px;font-size:13px;font-weight:500;color:var(--color-text);width:fit-content}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--color-text);animation:dotBlink 2s ease-in-out infinite}@keyframes dotBlink{0%,to{opacity:1}50%{opacity:.3}}.hero__heading-row{display:flex;align-items:flex-start;gap:24px}.hero__heading{font-family:var(--font-page);font-size:clamp(36px,5vw,58px);font-weight:700;line-height:1.08;color:var(--color-text);margin:0}.hero__heading-accent{color:#fff}.hero__subtitle{font-size:clamp(15px,1.3vw,18px);line-height:1.6;color:#1a1a1abf;max-width:420px;margin:0}.hero__price-block{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hero__price{font-size:clamp(36px,4vw,52px);font-weight:700;color:var(--color-text);line-height:1}.hero__price-old{font-size:20px;color:#1a1a1a73;text-decoration:line-through}.hero__price-discount{background:#1a1a1a33;color:#fff;font-weight:700;font-size:20px;padding:4px 20px;border-radius:6px}.hero__rating{display:inline-flex;align-items:center;gap:10px;font-size:clamp(15px,1.3vw,18px);color:var(--color-text);text-decoration:none;width:fit-content;transition:transform .2s}.hero__rating:hover{transform:translateY(-2px)}.hero__rating-label{font-weight:700}.hero__rating-stars{display:flex;gap:2px;color:#fff;font-size:18px}.hero__rating-count{font-weight:800;color:#000;animation:ratingPulse 2.5s ease-in-out infinite;display:inline-block;transform-origin:center}@keyframes ratingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--color-text);color:#fff;font-weight:600;font-size:17px;padding:18px 40px;border-radius:14px;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;text-decoration:none;width:fit-content}.hero__cta:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.hero__trust{display:flex;gap:10px;align-items:center}.hero__trust-item{display:flex;align-items:center;gap:8px;font-size:clamp(12px,1vw,14px);font-weight:600;color:var(--color-text);padding:8px 14px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;animation:trustFloat 3s ease-in-out infinite}.hero__trust-item:nth-child(1){animation-delay:0s}.hero__trust-item:nth-child(2){animation-delay:.4s}.hero__trust-item:nth-child(3){animation-delay:.8s}@keyframes trustFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hero__trust-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--color-text);flex-shrink:0}.hero__trust-logo{height:52px;width:auto;filter:grayscale(1) contrast(1.2);margin-left:4px}.hero__right{display:flex;flex-direction:column;align-items:center;gap:36px}.hero__right>*{width:100%}.hero__chart{display:flex;flex-direction:column;gap:6px;width:100%;max-width:380px;margin:0 auto}.hero__chart-row{display:flex;align-items:center;gap:10px}.hero__chart-bar{height:32px;border-radius:4px 8px 8px 4px}.hero__chart-bar--a{background:#2d8a4e;width:35%}.hero__chart-bar--b{background:#73b748;width:45%}.hero__chart-bar--c{background:#c6cf3a;width:55%}.hero__chart-bar--d{background:#f0d926;width:65%}.hero__chart-bar--e{background:#f0a620;width:75%}.hero__chart-bar--f{background:#e8701a;width:85%}.hero__chart-bar--g{background:#d63c1f;width:95%}.hero__chart-label{font-weight:600;font-size:14px;color:var(--color-text);min-width:18px;text-align:center}.hero__chart--desktop .hero__chart-row{opacity:0;transform:translate(-20px);animation:barSlideIn .4s ease-out forwards}.hero__chart--desktop .hero__chart-row:nth-child(1){animation-delay:1.55s}.hero__chart--desktop .hero__chart-row:nth-child(2){animation-delay:1.65s}.hero__chart--desktop .hero__chart-row:nth-child(3){animation-delay:1.75s}.hero__chart--desktop .hero__chart-row:nth-child(4){animation-delay:1.85s}.hero__chart--desktop .hero__chart-row:nth-child(5){animation-delay:1.95s}.hero__chart--desktop .hero__chart-row:nth-child(6){animation-delay:2.05s}.hero__chart--desktop .hero__chart-row:nth-child(7){animation-delay:2.15s}@keyframes barSlideIn{to{opacity:1;transform:translate(0)}}.hero__chart--desktop{display:flex}.hero__chart--mobile{display:none}.hero__chart--mini{max-width:130px;flex-shrink:0;gap:3px;margin-top:4px}.hero__chart--mini .hero__chart-bar{height:18px;border-radius:3px 5px 5px 3px}.hero__chart--mini .hero__chart-label{font-size:11px;min-width:14px}.hero__chart--mini .hero__chart-row{gap:6px;opacity:0;transform:translate(-12px);animation:barSlideIn .35s ease-out forwards}.hero__chart--mini .hero__chart-row:nth-child(1){animation-delay:.35s}.hero__chart--mini .hero__chart-row:nth-child(2){animation-delay:.42s}.hero__chart--mini .hero__chart-row:nth-child(3){animation-delay:.49s}.hero__chart--mini .hero__chart-row:nth-child(4){animation-delay:.56s}.hero__chart--mini .hero__chart-row:nth-child(5){animation-delay:.63s}.hero__chart--mini .hero__chart-row:nth-child(6){animation-delay:.7s}.hero__chart--mini .hero__chart-row:nth-child(7){animation-delay:.77s}.hero__steps{display:flex;align-items:flex-start;justify-content:center;gap:0;width:100%;max-width:440px;margin:0 auto}.hero__step{display:flex;flex-direction:column;align-items:center;gap:10px;flex:1;text-align:center}.hero__step-circle{width:56px;height:56px;border-radius:50%;background:var(--color-text);color:var(--color-primary);font-weight:700;font-size:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__step-title{font-weight:600;font-size:15px;color:var(--color-text)}.hero__step-desc{font-size:12px;color:#1a1a1a8c;margin-top:-4px}.hero__step-arrow{display:flex;align-items:center;height:56px;padding:0 4px;flex-shrink:0}.hero__step-arrow svg{width:28px;height:28px;color:#1a1a1a59;animation:arrowSlide 1.8s ease-in-out infinite}.hero__step-arrow--1 svg{animation-delay:2.5s}.hero__step-arrow--2 svg{animation-delay:2.8s}@keyframes arrowSlide{0%,to{transform:translate(0);opacity:.35}50%{transform:translate(6px);opacity:1}}.hero__bottom-banner{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:18px;background:var(--color-text);color:#fff;text-align:center;padding:12px 24px;font-size:14px;line-height:1.5;flex-wrap:wrap;opacity:0;animation:fadeSlideUp .5s cubic-bezier(.22,1,.36,1) 2.6s forwards}.hero__bottom-banner-content{display:flex;align-items:center;gap:10px}.hero__bottom-banner-text{font-size:18px}.hero__bottom-banner strong{color:var(--color-primary)}.hero_bottom-banner-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;box-shadow:0 0 6px #ef4444;flex-shrink:0;animation:dotBlink 2s ease-in-out infinite}.hero__bottom-banner-btn{display:inline-flex;align-items:center;gap:6px;background:var(--color-primary);color:var(--color-text);padding:7px 16px;border-radius:8px;font-weight:700;font-size:13px;text-decoration:none;transition:transform .15s,background .2s,box-shadow .2s;white-space:nowrap}.hero__bottom-banner-btn:hover{transform:translateY(-1px);background:#fff;box-shadow:0 4px 12px #0003}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;padding:88px 32px 72px;gap:36px}.hero__right{align-items:flex-start}.hero__chart--desktop{max-width:340px}.hero__steps{max-width:400px}}@media(max-width:640px){.hero{--hero-banner-h: auto;min-height:auto}.hero__inner{padding:40px 20px 120px;gap:0px}.hero__left{gap:18px}.hero__chart--desktop{display:none}.hero__chart--mobile{display:flex}.hero__bottom-banner-text{font-size:14px}.hero__cta{width:100%;justify-content:center;padding:16px 32px;border-radius:12px}.hero__trust{gap:12px}.hero__trust-item{font-size:14px;padding:6px 10px;gap:6px}.hero__trust-logo{height:18px}.hero__steps{max-width:100%}.hero__step-circle{width:48px;height:48px;font-size:18px}.hero__step-arrow{height:48px}.hero__step-arrow svg{width:22px;height:22px}.hero__bottom-banner{font-size:13px;padding:12px 16px;text-align:left;gap:12px}.hero__bottom-banner-content{flex:1}.hero__bottom-banner-btn{font-size:12px;padding:6px 12px}}.stats-bar{padding:48px 0 0}.stats-bar__heading{font-family:var(--font-page);font-size:clamp(24px,2.8vw,44px);font-weight:700;text-align:center;margin:0 0 28px;color:var(--color-text);line-height:1.2}.stats-bar__heading-accent{color:var(--color-primary)}.stats-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stats-bar__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:24px 16px;border:2px solid var(--color-primary);border-radius:12px;background-color:#fff8e8;box-shadow:0 2px 8px #0000000f;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.stats-bar__card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.stats-bar__value{font-family:var(--font-page);font-size:26px;font-weight:700;color:var(--color-text);line-height:1.15}.stats-bar__label{font-size:13px;color:var(--color-text-muted)}.stats-bar__card--sm .stats-bar__value{font-size:15px;line-height:1.3;font-weight:700}.stats-bar__card--sm .stats-bar__label{font-size:12px}@media(max-width:768px){.stats-bar{padding:32px 0 0}.stats-bar__heading{margin-bottom:20px;text-align:left}.stats-bar__grid{grid-template-columns:1fr 1fr;gap:12px}.stats-bar__value{font-size:22px}.stats-bar__card--sm .stats-bar__value{font-size:13px}}.stats-bar__rotator{display:inline-grid;vertical-align:baseline;perspective:800px}.stats-bar__rotator-word{grid-area:1 / 1;place-self:stretch;background-color:var(--color-primary);color:var(--color-text);text-align:center;white-space:nowrap;transform:rotateX(-90deg);opacity:0;transform-origin:center center;transition:transform .5s ease,opacity .4s ease;will-change:transform,opacity}.stats-bar__rotator-word.is-active{transform:rotateX(0);opacity:1}@media(prefers-reduced-motion:reduce){.stats-bar__rotator-word{transition:opacity .2s ease;transform:none}}.video-section{padding:48px 0}.video-section__caption{font-family:var(--font-page);font-size:clamp(28px,3.4vw,44px);font-weight:700;text-align:center;margin:0 0 32px;color:var(--color-text);line-height:1.2}.video-section__frame{position:relative;width:100%;margin:0 auto;aspect-ratio:21 / 7;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #0000001f}.video-section__poster{position:absolute;inset:0;width:100%;height:100%;padding:0;border:none;background:#000;cursor:pointer;display:block}.video-section__poster-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.video-section__poster:hover .video-section__poster-img{transform:scale(1.03)}.video-section__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76px;height:76px;background:var(--color-primary);color:var(--color-text);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000004d;transition:transform .2s ease,box-shadow .2s ease;pointer-events:none}.video-section__poster:hover .video-section__play{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 12px 32px #0006}.video-section__play svg{margin-left:4px}.video-section__iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media(max-width:768px){.video-section{padding:32px 0}.video-section__caption{margin-bottom:20px;text-align:left}.video-section__frame{border-radius:12px}.video-section__play{width:60px;height:60px}}.process{padding:0}.process__banner{background:var(--color-primary);margin-bottom:48px}.process__banner-container{padding:48px 0;display:grid;grid-template-columns:1fr 2fr;align-items:center;max-width:1440px;margin:0 auto;justify-content:space-between;gap:32px}.process__banner-left{flex-shrink:0}.process__banner-title{font-size:30px;font-weight:700;margin:0 0 4px;color:var(--color-text)}.process__banner-desc{font-size:20px;margin:0;color:#1a1a1ab3}.process__banner-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.process__banner-portals-desc{font-size:18px;margin:0;color:#1a1a1acc;text-align:right;line-height:1.4;font-weight:500}.process__banner-partners{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.process__partner{padding:14px 32px;background:#fff9;border-radius:8px;font-size:23px;font-weight:600;color:var(--color-text);white-space:nowrap}.process__steps-block{display:flex;flex-direction:column;align-items:center;gap:46px}.process__title{font-size:38px;font-weight:700;text-align:center;margin:0}.process__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12rem;width:100%}.process__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.process__step-circle{width:100px;height:100px;border-radius:50%;background:var(--color-primary);color:var(--color-text);font-weight:700;font-size:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.process__step-content{display:flex;flex-direction:column;gap:6px}.process__step-title{font-weight:700;font-size:25px;color:var(--color-text)}.process__step-desc{font-size:18px;color:var(--color-text-muted);line-height:1.6}.process__cta{display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary);color:var(--color-text);font-weight:600;font-size:17px;padding:18px 64px;border-radius:12px;cursor:pointer;border:2px solid black;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s}.process__cta:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #eeb64a66}.process__phone-bar{background-color:#f5f5f5;box-shadow:0 2px 8px #0000000d;margin-top:48px}.process__phone-container{display:flex;align-items:center;flex-direction:row;width:100%;justify-content:space-between;margin:0 auto;padding:16px 24px;max-width:1440px}.process__phone-container a{font-weight:600;text-decoration:underline}.process__phone-left{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:var(--color-text)}.process__phone-number{font-size:18px;color:var(--color-text);text-decoration:none;transition:color .2s}.process__phone-number:hover{color:var(--color-primary-dark)}@media(max-width:1024px){.process__banner-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.process__banner-right{align-items:flex-start;max-width:100%}.process__banner-portals-desc{text-align:left}.process__banner-partners{justify-content:flex-start}}@media(max-width:768px){.process__banner-container{padding:24px 20px}.process__banner-partners{gap:8px}.process__partner{padding:6px 14px;font-size:12px}.process__title{font-size:22px;text-align:left}.process__steps{grid-template-columns:1fr;gap:24px}.process__step{flex-direction:row;text-align:left;align-items:flex-start}.process__step-circle{width:48px;height:48px;font-size:20px}.process__cta{width:100%;padding:16px 32px}.process__phone-bar{flex-direction:row;gap:8px;padding:14px 20px}}.services{padding:48px 0}.services__badge-wrap{text-align:center;margin-bottom:32px}.services__guarantee-badge{display:inline-block;padding:10px 15px;background-color:var(--color-primary);border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--color-text)}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.svc-card{border:2px solid #f0f0f0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.svc-card.popular{border:2px solid var(--color-primary)}.svc-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.svc-card__image-wrap{position:relative;overflow:hidden}.svc-card__body.business-card{background-image:linear-gradient(#fff8e8e0,#fff8e8e0),url(/build/assets/Placeholder6-C3LD0Maw.jpg);background-size:cover;background-position:center;justify-content:flex-start;gap:2rem}.svc-card__image{width:100%;aspect-ratio:5 / 2;object-fit:cover;display:block;transition:transform .4s ease}.svc-card:hover .svc-card__image{transform:scale(1.05)}.svc-card__badge{position:absolute;top:12px;left:12px;background:var(--color-primary);padding:6px 14px;border-radius:6px;font-size:11px;font-weight:600;color:var(--color-text);z-index:2}.svc-card__body{padding:20px;display:flex;flex-direction:column;gap:6px;flex:1}.svc-card__name{font-size:22px;font-weight:700;color:var(--color-text)}.svc-card__prices{display:flex;align-items:baseline;gap:8px}.svc-card__price{font-size:26px;font-weight:700;color:var(--color-text)}.svc-card__old-price{font-size:14px;color:var(--color-text-muted);text-decoration:line-through}.svc-card__turnaround{font-size:12px;color:var(--color-text-muted);line-height:1.5;margin-bottom:8px}.svc-card__btn{display:flex;align-items:center;justify-content:center;padding:12px 24px;border:2px solid var(--color-primary);border-radius:12px;font-size:13px;font-weight:600;color:var(--color-text);text-decoration:none;background:transparent;cursor:pointer;transition:background .2s,color .2s,transform .15s}.svc-card__btn:hover{background:var(--color-text);border-color:var(--color-text);color:#fff;transform:translateY(-1px)}.svc-card__btn--outline{border-color:#000}.svc-card--business .svc-card__body{gap:10px;border:2px solid var(--color-primary);border-radius:0 0 16px 16px;padding:40px 20px}@media(max-width:1024px){.services__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.services{padding:32px 0 48px}.services__grid{grid-template-columns:1fr;gap:16px}.svc-card__name{font-size:20px}.svc-card__price{font-size:22px}}.whencompare{padding:80px 0;background:var(--color-gray-bg)}.whencompare__row{display:grid;gap:13rem;align-items:center}.whencompare__row--image-right{grid-template-columns:1.5fr 1fr}.whencompare__row--image-left{grid-template-columns:1fr 1.5fr;margin-top:80px;padding-top:80px;border-top:1px solid #e5e5e5}.whencompare__content{display:flex;flex-direction:column;gap:28px}.whencompare__title{font-size:28px;font-weight:700;margin:0;line-height:1.3}.whencompare__title-accent{color:var(--color-primary)}.whencompare__items{display:flex;flex-direction:column;gap:20px}.whencompare__item{display:flex;align-items:flex-start;gap:16px}.whencompare__icon-wrap{width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.whencompare__item-title{font-weight:700;font-size:16px;margin-bottom:4px;color:var(--color-text)}.whencompare__item-desc{font-size:13px;color:var(--color-text-muted);line-height:1.6}.whencompare__image{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 4px 16px #0000001a}.whencompare__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;width:fit-content}.whencompare__btn--primary{background:var(--color-primary);color:var(--color-text);border:2px solid var(--color-primary)}.whencompare__btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #eeb64a66}.whencompare__btn--outline{background:transparent;color:var(--color-text);border:2px solid var(--color-primary)}.whencompare__btn--outline:hover{background:var(--color-text);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@media(max-width:1024px){.whencompare__row{gap:4rem}.whencompare__row--image-right,.whencompare__row--image-left{grid-template-columns:1.6fr 1fr}}@media(max-width:768px){.whencompare{padding:48px 0}.whencompare__row,.whencompare__row--image-right,.whencompare__row--image-left{grid-template-columns:1fr;gap:28px;margin-top:0;padding-top:0;border-top:none}.whencompare__row--image-left{margin-top:48px;padding-top:40px;border-top:1px solid #e5e5e5}.whencompare__row .whencompare__image{order:1}.whencompare__row .whencompare__content{order:2}.whencompare__title{font-size:24px}.whencompare__btn{width:100%}}.warning{padding:48px 0}.warning__box{display:flex;align-items:flex-start;gap:16px;border-radius:12px;padding:24px 28px;border:1px solid #fecaca;background:#fef2f2;box-shadow:0 2px 8px #0000000d}.warning__icon{flex-shrink:0;margin-top:2px}.warning__title{font-size:18px;font-weight:700;margin:0 0 8px;color:var(--color-text)}.warning__desc{font-size:14px;color:var(--color-text-muted);line-height:1.7;margin:0}.warning__desc strong{color:#ef4444;font-weight:700}@media(max-width:768px){.warning__box{flex-direction:column;padding:20px}.warning__title{font-size:16px}}
