:root{--background:oklch(1 0 0);--foreground:oklch(0.12 0 0);--card:oklch(0.985 0 0);--muted:oklch(0.96 0 0);--muted-foreground:oklch(0.45 0 0);--border:oklch(0.92 0 0);--primary:oklch(0.15 0 0);--primary-foreground:oklch(1 0 0);--secondary:oklch(0.97 0 0);--secondary-foreground:oklch(0.15 0 0);--accent:oklch(0.97 0 0);--radius:0.5rem;--font-sans:"Inter", system-ui, sans-serif;--container:1200px;--header-h:4rem}*,*::before,*::after{box-sizing:border-box;border-color:var(--border)}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}img{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.text-balance{text-wrap:balance}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.icon{width:1.25rem;height:1.25rem;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon--sm{width:1rem;height:1rem}.icon--lg{width:1.5rem;height:1.5rem}.icon--telegram{stroke:none;fill:currentColor;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;line-height:1.25;border-radius:9999px;border:none;cursor:pointer;transition:background 0.15s,color 0.15s,border-color 0.15s,opacity 0.15s,transform 0.1s;text-decoration:none;font-family:inherit;box-sizing:border-box;min-width:13rem}.btn--cta{min-height:3rem;padding:.625rem 1.5rem}.btn--cta-sm{min-height:2.25rem;padding:.375rem 1rem;font-size:.8125rem}.btn:disabled{opacity:.5;pointer-events:none}.btn--default{background:var(--primary);color:var(--primary-foreground)}.btn--default:hover{background:color-mix(in oklch,var(--primary) 90%,transparent)}.btn--outline{background:var(--background);color:var(--foreground);border:1px solid var(--border);box-shadow:0 1px 2px oklch(0 0 0 / .05)}.btn--outline:hover{background:var(--accent)}.btn--secondary{background:var(--secondary);color:var(--secondary-foreground)}.btn--secondary:hover{background:color-mix(in oklch,var(--secondary) 80%,var(--foreground))}.btn--sm{min-height:2rem;padding:0 .75rem;font-size:.875rem}.btn--lg{min-height:2.5rem;padding:0 1.25rem}.btn--hero{min-height:3rem;padding:0 1.5rem}.btn--telegram{background:#229ed9;color:#fff;border:none}.btn--telegram:hover{background:#1f8bc0;color:#fff}.btn--telegram .btn__sub{display:block;font-size:.6875rem;font-weight:400;opacity:.92;margin-top:.125rem;line-height:1.2}.btn--telegram.btn--cta-sm .btn__sub{display:none}@media (min-width:400px){.btn--telegram.btn--cta-sm .btn__sub{display:block;font-size:.625rem}}.cta .btn--telegram,.promo--invert .btn--telegram{background:oklch(.22 0 0);color:#fff;border:1px solid oklch(1 0 0 / .22)}.cta .btn--telegram:hover,.promo--invert .btn--telegram:hover{background:oklch(.3 0 0);color:#fff}.cta .btn--telegram .btn__sub,.promo--invert .btn--telegram .btn__sub{color:oklch(1 0 0 / .82);opacity:1}.cta .btn--telegram .icon--telegram,.promo--invert .btn--telegram .icon--telegram{fill:#fff}.btn--inverted{background:var(--background);color:var(--foreground)}.btn--inverted:hover{background:color-mix(in oklch,var(--background) 92%,var(--foreground))}.btn--block{width:100%}.btn--dark-outline{background:#fff0;color:var(--background);border:1px solid color-mix(in oklch,var(--background) 30%,transparent)}.btn--dark-outline:hover{background:color-mix(in oklch,var(--background) 10%,transparent)}.btn--on-dark{background:var(--background);color:var(--foreground)}.btn--on-dark:hover{background:color-mix(in oklch,var(--background) 90%,transparent)}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in oklch,var(--background) 80%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;height:var(--header-h);align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem}.logo__mark{width:2rem;height:2rem;background:var(--foreground);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--background);font-weight:700;font-size:.875rem}.logo__text{font-size:1rem;font-weight:600;letter-spacing:-.025em}.nav-desktop{display:none;align-items:center;gap:2rem}.nav-desktop a{font-size:.875rem;color:var(--muted-foreground);transition:color 0.15s}.nav-desktop a:hover{color:var(--foreground)}.nav-dropdown{position:relative}.nav-dropdown::after{content:"";position:absolute;left:0;top:100%;width:max(100%, 14rem);height:.75rem;z-index:55;pointer-events:none}.nav-dropdown:hover::after,.nav-dropdown:focus-within::after,.nav-dropdown.is-open::after{pointer-events:auto}.nav-dropdown__trigger{display:inline-flex;align-items:center;gap:.25rem;padding:0;margin:0;font:inherit;font-size:.875rem;color:var(--muted-foreground);background:none;border:none;cursor:pointer;transition:color 0.15s}.nav-dropdown__trigger:hover,.nav-dropdown__trigger:focus-visible{color:var(--foreground);outline:none}.nav-dropdown__chevron{flex-shrink:0;opacity:.65;transition:transform 0.15s}.nav-dropdown.is-open .nav-dropdown__chevron{transform:rotate(180deg)}.nav-dropdown__panel{position:absolute;left:0;top:calc(100% + 0.5rem);min-width:14rem;margin:0;padding:.35rem 0;list-style:none;background:var(--background);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 10px 40px -12px rgb(0 0 0 / .18);z-index:60;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.15s ease-out,visibility 0.15s ease-out}.nav-dropdown:hover .nav-dropdown__panel,.nav-dropdown:focus-within .nav-dropdown__panel,.nav-dropdown.is-open .nav-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown__panel a{display:block;padding:.5rem 1rem;font-size:.8125rem;color:var(--muted-foreground);white-space:nowrap}.nav-dropdown__panel a:hover,.nav-dropdown__panel a:focus-visible{color:var(--foreground);background:var(--muted);outline:none}.nav-dropdown__sep{display:block;height:1px;margin:.35rem .75rem;background:var(--border,rgb(0 0 0 / .08))}.nav-mobile__sub{border:none}.nav-mobile__sub summary{list-style:none;cursor:pointer;font-size:.875rem;color:var(--muted-foreground)}.nav-mobile__sub summary::-webkit-details-marker{display:none}.nav-mobile__summary{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.nav-mobile__summary::after{content:"";width:.5rem;height:.5rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);opacity:.6;flex-shrink:0;transition:transform 0.15s}.nav-mobile__sub[open] .nav-mobile__summary::after{transform:rotate(225deg)}.nav-mobile__sub-links{display:flex;flex-direction:column;gap:.65rem;padding:.65rem 0 .35rem .65rem;margin-top:.35rem;border-left:1px solid var(--border)}.nav-mobile__sub-links a{font-size:.8125rem;color:var(--muted-foreground)}.nav-mobile__sub-links a:hover{color:var(--foreground)}.header-cta{display:none}.menu-toggle{padding:.5rem;background:none;border:none;color:var(--foreground);cursor:pointer}.menu-toggle .icon-menu{display:block}.menu-toggle .icon-x{display:none}.site-header.is-open .icon-menu{display:none}.site-header.is-open .icon-x{display:block}.nav-mobile{display:none;padding:1rem 0;border-top:1px solid var(--border)}.site-header.is-open .nav-mobile{display:block}.nav-mobile__links{display:flex;flex-direction:column;gap:1rem}.nav-mobile a{font-size:.875rem;color:var(--muted-foreground)}.nav-mobile a:hover{color:var(--foreground)}.nav-mobile .btn{width:fit-content;margin-top:.5rem}.hero{padding:5rem 0}.hero__grid{display:grid;gap:3rem;align-items:center;justify-items:center}.hero__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;max-width:40rem}.hero h1{margin:0;font-size:2.25rem;font-weight:600;line-height:1.1;letter-spacing:-.025em}.hero__lead{margin:1.5rem 0 0;font-size:1.125rem;color:var(--muted-foreground);max-width:28rem;line-height:1.625}.hero__lead strong{color:var(--foreground);font-weight:500}.hero__actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.hero__badges{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.875rem;color:var(--muted-foreground);justify-content:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem}.hero__badge--accent{color:var(--foreground);font-weight:500;padding:.35rem .75rem;border-radius:9999px;background:color-mix(in oklch,var(--foreground) 5%,transparent);border:1px solid var(--border)}.hero__badge--accent .icon{width:1rem;height:1rem;flex-shrink:0}a.hero__badge{text-decoration:none;color:inherit;cursor:pointer}a.hero__badge:hover{border-color:color-mix(in oklch,var(--foreground) 25%,transparent);background:color-mix(in oklch,var(--foreground) 8%,transparent)}a.hero__badge:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}.svc-hero{padding:4.25rem 0 3.5rem;background:var(--background);color:var(--foreground);border-bottom:1px solid var(--border)}.svc-hero__wrap{max-width:48rem;margin-inline:auto;text-align:center}.svc-hero__main{display:flex;flex-direction:column;align-items:center}.svc-hero__eyebrow{margin:0 0 1.25rem;font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground)}.svc-hero__title{margin:0;font-size:2.125rem;font-weight:500;line-height:1.12;letter-spacing:-.035em;max-width:min(30ch, 100%)}.svc-hero__lead{margin:1.5rem auto 0;font-size:1rem;line-height:1.7;color:var(--muted-foreground);max-width:36rem;font-weight:400}.svc-hero__lead strong{color:var(--foreground);font-weight:500}.svc-hero__actions{margin-top:2rem}.svc-hero__cta-lure{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;isolation:isolate}.svc-hero__cta-lure>.btn{position:relative;z-index:0}.svc-hero__pointer{position:absolute;z-index:10;right:-.15rem;bottom:-.2rem;width:1.75rem;height:1.75rem;color:var(--foreground);pointer-events:none;transform-origin:20% 15%;filter:drop-shadow(0 1px 2px oklch(0 0 0 / .12));animation:svc-hero-pointer-lure 2.4s ease-in-out infinite;opacity:1;transition:opacity 0.2s ease}.svc-hero__pointer-svg{display:block;width:100%;height:100%}@keyframes svc-hero-pointer-lure{0%,100%{transform:translate(0,0) rotate(-6deg)}18%{transform:translate(-.45rem,.35rem) rotate(-14deg)}36%{transform:translate(-.15rem,.1rem) rotate(-4deg)}54%{transform:translate(-.55rem,.45rem) rotate(-12deg)}72%{transform:translate(-.25rem,.2rem) rotate(-8deg)}}@media (hover:none),(pointer:coarse){.svc-hero__pointer{display:none}}@media (prefers-reduced-motion:reduce){.svc-hero__pointer{animation:none;transform:translate(-.2rem,.15rem) rotate(-8deg)}}.svc-hero__cta-lure:hover .svc-hero__pointer,.svc-hero__cta-lure:focus-within .svc-hero__pointer{animation:none;opacity:0;transition:opacity 0.2s ease}.svc-hero__note{margin:1.5rem 0 0}.svc-hero__link{font-size:.8125rem;color:var(--muted-foreground);text-decoration:none;border-bottom:1px solid color-mix(in oklch,var(--muted-foreground) 35%,transparent);padding-bottom:.05em;transition:color 0.15s,border-color 0.15s}.svc-hero__link:hover{color:var(--foreground);border-bottom-color:var(--foreground)}.svc-hero__link:focus-visible{outline:2px solid var(--foreground);outline-offset:3px;border-bottom-color:#fff0}.hero__visual{position:relative;width:100%;max-width:38rem;margin-inline:auto}.hero__carousel{position:relative;aspect-ratio:4 / 3;border-radius:1rem;overflow:hidden;background:var(--muted)}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 0.7s;pointer-events:none}.hero__slide.is-active{opacity:1}.hero__slide img{width:100%;height:100%;object-fit:cover;display:block}.hero__float{position:absolute;bottom:-1.25rem;left:1rem;background:var(--background);border:1px solid var(--border);border-radius:.75rem;padding:1rem;box-shadow:0 10px 15px -3px oklch(0 0 0 / .1);max-width:220px}.hero__float-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.hero__float-avatar{width:2rem;height:2rem;border-radius:9999px;background:var(--foreground);color:var(--background);display:flex;align-items:center;justify-content:center}.hero__float-title{font-size:.875rem;font-weight:500}.hero__float-type{margin:0;font-size:.75rem;color:var(--muted-foreground)}.hero__dots{position:absolute;bottom:-3rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.hero__dot{width:.5rem;height:.5rem;border-radius:9999px;border:none;background:var(--border);cursor:pointer;padding:0;transition:all 0.2s}.hero__dot:hover{background:var(--muted-foreground)}.hero__dot.is-active{background:var(--foreground);width:1.5rem}.trust{position:relative;padding:4.5rem 0;background:var(--foreground);color:var(--background);overflow:hidden}.trust::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 90% 60% at 50% -30%,oklch(1 0 0 / .09),transparent 50%);pointer-events:none}.trust .container{position:relative;z-index:1}.trust__heading{margin:0 0 .5rem;font-size:1.375rem;font-weight:600;text-align:center;letter-spacing:-.02em;text-wrap:balance;color:var(--background)}.trust__lead{margin:0 auto 2.25rem;max-width:28rem;text-align:center;font-size:.9375rem;line-height:1.5;color:color-mix(in oklch,var(--background) 62%,transparent)}.trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem;text-align:center}.trust__item{display:flex;flex-direction:column;align-items:center;padding:1.375rem 1rem;border-radius:.875rem;border:1px solid oklch(1 0 0 / .14);background:oklch(1 0 0 / .045);transition:background 0.2s ease,border-color 0.2s ease}.trust__item:hover{background:oklch(1 0 0 / .08);border-color:oklch(1 0 0 / .22)}a.trust__item--link{text-decoration:none;color:inherit;cursor:pointer}a.trust__item--link:focus-visible{outline:2px solid oklch(1 0 0 / .75);outline-offset:3px}.trust__item-hint{display:block;margin-top:.625rem;font-size:.6875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:color-mix(in oklch,var(--background) 50%,transparent)}.trust__icon{margin:0 auto .875rem;width:1.5rem;height:1.5rem;color:color-mix(in oklch,var(--background) 48%,transparent)}.trust__value{font-size:1.875rem;font-weight:600;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1.1;color:var(--background)}.trust__label{margin-top:.5rem;font-size:.8125rem;line-height:1.45;color:color-mix(in oklch,var(--background) 66%,transparent)}.trust__icon--fill{stroke:none}.trust__icon--fill path{fill:currentColor;stroke:none}.services{padding:5rem 0}.section-kicker{text-align:center;font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.section-title{text-align:center;margin:0 0 4rem;font-size:1.875rem;font-weight:600;letter-spacing:-.025em}.services__grid{display:grid;gap:1.5rem}.service-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;background:var(--background);border:1px solid var(--border);border-radius:1rem;text-decoration:none;color:inherit;transition:box-shadow 0.3s,transform 0.3s,border-color 0.3s}.service-card:hover{box-shadow:0 10px 15px -3px oklch(0 0 0 / .1);transform:translateY(-4px);border-color:color-mix(in oklch,var(--foreground) 20%,var(--border))}.service-card .icon{margin-bottom:1rem;color:var(--foreground)}.service-card h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.service-card p{margin:0;font-size:.875rem;color:var(--muted-foreground);line-height:1.625;flex:1 1 auto}.service-card__price{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;padding:.5rem .95rem;border-radius:999px;background:var(--primary);color:var(--primary-foreground);font-size:.9rem;font-weight:600;letter-spacing:.01em;line-height:1;white-space:nowrap;box-shadow:0 4px 14px -6px oklch(0 0 0 / .35);transition:transform 0.25s,box-shadow 0.25s,background 0.25s}.service-card:hover .service-card__price{transform:translateY(-1px);box-shadow:0 8px 18px -8px oklch(0 0 0 / .45);background:color-mix(in oklch,var(--primary) 88%,transparent)}.service-card__price--ghost{background:#fff0;color:var(--foreground);border:1px dashed color-mix(in oklch,var(--foreground) 35%,transparent);box-shadow:none;font-weight:500}.service-card:hover .service-card__price--ghost{background:var(--muted);border-color:color-mix(in oklch,var(--foreground) 55%,transparent);box-shadow:none}.promo{padding:3rem 0}.promo--muted .promo__box{background:color-mix(in oklch,var(--muted) 50%,var(--background));border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}.promo--border .promo__box{border:1px solid var(--border);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}.promo--invert .promo__box{background:var(--foreground);color:var(--background);border-radius:1rem;padding:2rem}.promo__row{display:flex;align-items:center;gap:1rem;width:100%}.promo__icon{width:3.5rem;height:3.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.promo__icon--fg{background:var(--foreground);color:var(--background)}.promo--invert .promo__icon--soft{background:color-mix(in oklch,var(--background) 10%,transparent);color:var(--background)}.promo__icon--muted{background:var(--muted);color:var(--foreground)}.promo h2,.promo h3{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;line-height:1.3}.promo p{margin:0;color:var(--muted-foreground)}.promo--invert p{color:color-mix(in oklch,var(--background) 70%,transparent)}.promo__actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.promo--invert .promo__actions{flex-direction:column}.promo-expert__wrapper{display:flex;flex-direction:column;align-items:center;text-align:center}.promo--muted .promo__box.promo-expert__wrapper{flex-direction:column}.promo-expert__wrapper .promo__row{flex-direction:column;justify-content:center;align-items:center;text-align:center;width:550px;max-width:100%}.promo-expert__avatar{width:6rem;height:6rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:2rem;color:var(--foreground);background:var(--muted);overflow:hidden;margin-bottom:1rem}.promo-expert__avatar img{width:100%;height:100%;object-fit:cover}.promo-expert__content{display:flex;flex-direction:column;gap:.5rem;min-width:0;width:100%}.promo-expert__label{margin:0 0 1rem;font-size:1.715rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--foreground);text-align:center}.promo-expert__name{margin:0;font-size:1.25rem;font-weight:600;line-height:1.2}.promo-expert__role{margin:0;font-size:.875rem;color:var(--muted-foreground);line-height:1.4}.promo-expert__bio{margin:0;font-size:.875rem;color:var(--muted-foreground);line-height:1.5}.promo-expert__bio strong{color:var(--foreground);font-weight:600}.promo-expert__content .btn{margin-top:.75rem;align-self:center;width:100%}.ai{padding:5rem 0;background:var(--foreground);color:var(--background)}.ai .section-kicker{color:color-mix(in oklch,var(--background) 60%,transparent);text-align:left}.ai__head{display:grid;gap:3rem;margin-bottom:4rem}.ai h2{margin:0 0 1rem;font-size:1.875rem;font-weight:600;letter-spacing:-.025em}.ai__intro{margin:0 0 1.5rem;color:color-mix(in oklch,var(--background) 70%,transparent)}.ai__grid{display:grid;gap:1.5rem}.ai-card{padding:1.5rem;border-radius:1rem;border:1px solid color-mix(in oklch,var(--background) 20%,transparent);transition:border-color 0.2s,background 0.2s}.ai-card:hover{border-color:color-mix(in oklch,var(--background) 40%,transparent);background:color-mix(in oklch,var(--background) 5%,transparent)}.ai-card__icon{width:3rem;height:3rem;border-radius:.75rem;background:color-mix(in oklch,var(--background) 10%,transparent);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--background)}.ai-card h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.ai-card p{margin:0 0 1rem;font-size:.875rem;color:color-mix(in oklch,var(--background) 60%,transparent);line-height:1.625}.ai-card__price{font-size:.875rem;font-weight:500;color:color-mix(in oklch,var(--background) 80%,transparent)}.ai__site{margin-top:3.5rem;padding-top:3rem;border-top:1px solid color-mix(in oklch,var(--background) 18%,transparent)}.ai__site-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.ai__site-desc{margin:0 0 1.75rem;max-width:42rem;font-size:.9375rem;line-height:1.625;color:color-mix(in oklch,var(--background) 68%,transparent)}.ai-site__grid{display:grid;gap:1.5rem}.ai .ai-site-card{padding:1.5rem;border:1px solid color-mix(in oklch,var(--background) 22%,transparent);border-radius:1rem;background:color-mix(in oklch,var(--background) 6%,transparent);transition:border-color 0.2s,background 0.2s}.ai .ai-site-card:hover{border-color:color-mix(in oklch,var(--background) 42%,transparent);background:color-mix(in oklch,var(--background) 10%,transparent)}.ai .ai-site-card h4{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.ai .ai-site-card p{margin:0;font-size:.875rem;line-height:1.6;color:color-mix(in oklch,var(--background) 62%,transparent)}.features{padding:5rem 0;background:color-mix(in oklch,var(--muted) 30%,var(--background))}.features__block{display:grid;gap:3rem;align-items:center;margin-bottom:6rem}.features__block:last-child{margin-bottom:0}.features__block--reverse .features__img-wrap{order:1}.features__block--reverse .features__text{order:2}.features__img-wrap{position:relative;aspect-ratio:4 / 3;border-radius:.5rem;overflow:hidden;background:var(--muted)}.features__img-wrap img{width:100%;height:100%;object-fit:cover}.features--fit .features__img-wrap{aspect-ratio:auto;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.features--fit .features__img-wrap img{height:auto;object-fit:contain;vertical-align:middle}.features__text .section-kicker{text-align:left}.features__text h2{margin:0 0 1rem;font-size:1.875rem;font-weight:600}.features__text>p{margin:0 0 1.5rem;color:var(--muted-foreground);line-height:1.625}.checklist{list-style:none;margin:0;padding:0}.checklist li{margin-bottom:.75rem;color:var(--foreground)}.checklist li:last-child{margin-bottom:0}.process{padding:5rem 0;background:var(--foreground);color:var(--background)}.process__top{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.process__top h2{margin:0;font-size:1.5rem;font-weight:600}.process__top .section-kicker{text-align:left;margin-bottom:.5rem;color:color-mix(in oklch,var(--background) 60%,transparent)}.process__top p{margin:0;font-size:.875rem;color:color-mix(in oklch,var(--background) 70%,transparent);max-width:28rem}.process__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.process__step{position:relative;padding:1.25rem;border-radius:.75rem;border:1px solid color-mix(in oklch,var(--background) 22%,transparent);background:color-mix(in oklch,var(--background) 6%,transparent);transition:border-color 0.2s,background 0.2s}.process__step:hover{border-color:color-mix(in oklch,var(--background) 42%,transparent);background:color-mix(in oklch,var(--background) 10%,transparent)}.process__step--wide{grid-column:span 2}.process__num{font-size:1.875rem;font-weight:700;color:color-mix(in oklch,var(--background) 35%,transparent);margin-bottom:.75rem}.process__step h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}.process__step p{margin:0;font-size:.875rem;color:color-mix(in oklch,var(--background) 62%,transparent)}.portfolio{padding:5rem 0;background:color-mix(in oklch,var(--muted) 30%,var(--background))}.portfolio .section-kicker,.portfolio .section-title{text-align:left}.portfolio .section-title{margin-bottom:4rem}.portfolio__grid{display:grid;gap:1.5rem}.portfolio__filters-stack{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.75rem}.portfolio__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.portfolio__filters-label{font-size:.8125rem;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em}.portfolio__filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.portfolio__filter-btn{appearance:none;border:1px solid var(--border);background:var(--background);color:var(--foreground);font:inherit;font-size:.875rem;font-weight:500;min-height:2.75rem;padding:.5rem 1.1rem;border-radius:999px;cursor:pointer;transition:background 0.2s,border-color 0.2s,color 0.2s}.portfolio__filter-btn:hover{border-color:color-mix(in oklch,var(--foreground) 25%,var(--border));background:var(--muted)}.portfolio__filter-btn.is-active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.portfolio-card.portfolio-card--hidden{display:none}.portfolio__empty{margin:.5rem 0 0;padding:1rem 1.25rem;text-align:center;font-size:.9375rem;color:var(--muted-foreground);background:var(--background);border:1px dashed var(--border);border-radius:.75rem}.portfolio-card{display:block;background:var(--background);border:1px solid var(--border);border-radius:1rem;overflow:hidden;transition:box-shadow 0.3s,transform 0.3s}.portfolio-card:hover{box-shadow:0 10px 15px -3px oklch(0 0 0 / .1);transform:translateY(-4px)}.portfolio-card__img{position:relative;aspect-ratio:3 / 2;overflow:hidden}.portfolio-card__img img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform 0.5s}.portfolio-card:hover .portfolio-card__img img{transform:scale(1.05)}.portfolio-card__overlay{position:absolute;inset:0;background:color-mix(in oklch,var(--foreground) 0%,transparent);display:flex;align-items:center;justify-content:center;transition:background 0.3s}.portfolio-card:hover .portfolio-card__overlay{background:color-mix(in oklch,var(--foreground) 60%,transparent)}.portfolio-card__overlay span{opacity:0;color:var(--background);font-weight:500;display:flex;align-items:center;gap:.5rem;transition:opacity 0.3s}.portfolio-card:hover .portfolio-card__overlay span{opacity:1}.portfolio-card__body{padding:1.25rem}.portfolio-card__body h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.portfolio-card__body>p{margin:0 0 1rem;font-size:.875rem;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-size:.75rem;padding:.25rem .625rem;background:var(--muted);border-radius:9999px;color:var(--muted-foreground)}#reviews{padding:5rem 0;border-top:1px solid var(--border);background:var(--background)}.reviews .section-kicker,.reviews .section-title{text-align:center}.reviews .section-title{margin-bottom:.75rem}.reviews__sub{margin:0 auto 1.75rem;max-width:34rem;text-align:center;font-size:.875rem;line-height:1.55;color:var(--muted-foreground)}.reviews__strip-outer{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0 1.5rem;box-sizing:border-box;margin-bottom:2rem}.reviews__viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:auto;scrollbar-width:thin;scrollbar-color:color-mix(in oklch,var(--foreground) 25%,transparent) #fff0;outline:none}.reviews__viewport:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--foreground);border-radius:var(--radius)}.reviews__viewport::-webkit-scrollbar{height:6px}.reviews__viewport::-webkit-scrollbar-thumb{background:color-mix(in oklch,var(--foreground) 22%,transparent);border-radius:9999px}.reviews__track{display:flex;flex-direction:row;flex-wrap:nowrap;width:max-content;gap:1rem}.reviews__chunk{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:1rem;flex-shrink:0}.review-card{flex:0 0 auto;width:min(17.5rem, 82vw);margin:0;padding:1.25rem 1.35rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;min-height:0}.review-card__rating{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;flex-shrink:0}.review-card__stars{display:inline-flex;align-items:center;gap:.125rem;color:#ff6b00}.review-card__star{width:.875rem;height:.875rem;flex-shrink:0;fill:currentColor}.review-card__score{font-size:.8125rem;font-weight:600;color:#ff6b00;white-space:nowrap}.review-card blockquote{margin:0;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.review-card blockquote p{margin:0;font-size:.9375rem;line-height:1.6;color:var(--foreground);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:6;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.review-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;flex-shrink:0;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.review-card__who{font-size:.8125rem;color:var(--muted-foreground);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.review-card__project{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;border-bottom:1px solid color-mix(in oklch,var(--foreground) 35%,transparent);padding-bottom:.05rem;transition:border-color 0.15s,color 0.15s}.review-card__project:hover{border-bottom-color:var(--foreground);color:var(--foreground)}.review-card__project:focus-visible{outline:2px solid var(--foreground);outline-offset:3px;border-radius:2px}.review-card__project .icon{width:.875rem;height:.875rem;flex-shrink:0;stroke-width:2}.reviews__cta{margin:0;text-align:center}.reviews__cta .btn .icon{width:1rem;height:1rem}.pricing{padding:5rem 0}.pricing .section-kicker,.pricing .section-title{text-align:center}.pricing .section-title{margin-bottom:1rem}.pricing__sub{text-align:center;margin:0 auto 3rem;max-width:36rem;color:var(--muted-foreground)}.pricing__grid{display:grid;gap:1rem}.price-card{position:relative;padding:1.25rem;border-radius:1rem;border:1px solid var(--border);background:var(--background);display:flex;flex-direction:column;transition:box-shadow 0.3s,transform 0.3s}.price-card:hover{box-shadow:0 10px 15px -3px oklch(0 0 0 / .1);transform:translateY(-4px)}.price-card--featured{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.price-card__badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);padding:.25rem .75rem;background:var(--background);color:var(--foreground);font-size:.75rem;font-weight:500;border-radius:9999px}.price-card h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}.price-card__desc{margin:0 0 .75rem;font-size:.75rem;color:var(--muted-foreground)}.price-card--featured .price-card__desc{color:color-mix(in oklch,var(--background) 70%,transparent)}.price-card__price{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.price-card__features{list-style:none;margin:0 0 1.25rem;padding:0;flex:1}.price-card__features li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;color:var(--muted-foreground)}.price-card--featured .price-card__features li{color:color-mix(in oklch,var(--background) 90%,transparent)}.price-card__features .icon{margin-top:.125rem}.pricing__foot{text-align:center;margin-top:2rem;font-size:.875rem;color:var(--muted-foreground)}.pricing__foot a{text-decoration:underline}.pricing__foot a:hover{color:var(--foreground)}.pricing__foot-action{margin:0;padding:0;border:none;background:none;font:inherit;color:inherit;text-decoration:underline;cursor:pointer}.pricing__foot-action:hover{color:var(--foreground)}.price-feature{position:relative;display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem;font-size:.8125rem;color:var(--muted-foreground);line-height:1.35}.price-feature__check{flex-shrink:0;margin-top:.05rem}.price-feature__label{flex:1;min-width:0}.price-card--featured .price-feature{color:color-mix(in oklch,var(--background) 90%,transparent)}.price-feature__info{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;padding:0;border:0;border-radius:9999px;background:color-mix(in oklch,var(--muted-foreground) 15%,transparent);color:var(--muted-foreground);cursor:help;flex-shrink:0;transition:background 0.15s,color 0.15s}.price-feature__info svg{width:.7rem;height:.7rem}.price-feature__info:hover,.price-feature__info:focus-visible,.price-feature.is-tip-open .price-feature__info{background:var(--foreground);color:var(--background);outline:none}.price-card--featured .price-feature__info{background:color-mix(in oklch,var(--background) 18%,transparent);color:color-mix(in oklch,var(--background) 80%,transparent)}.price-card--featured .price-feature__info:hover,.price-card--featured .price-feature__info:focus-visible,.price-card--featured .price-feature.is-tip-open .price-feature__info{background:var(--background);color:var(--foreground)}.price-feature__tip{position:absolute;z-index:20;left:1.85rem;bottom:calc(100% + 0.4rem);max-width:16rem;width:max-content;padding:.55rem .7rem;border-radius:.5rem;background:var(--foreground);color:var(--background);font-size:.7rem;line-height:1.4;font-weight:400;box-shadow:0 8px 20px -6px oklch(0 0 0 / .25);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity 0.15s,transform 0.15s,visibility 0.15s;pointer-events:none}.price-feature__tip::after{content:"";position:absolute;top:100%;left:.4rem;border:5px solid #fff0;border-top-color:var(--foreground)}.price-card--featured .price-feature__tip{background:var(--background);color:var(--foreground)}.price-card--featured .price-feature__tip::after{border-top-color:var(--background)}.price-feature__info:hover+.price-feature__tip,.price-feature__info:focus-visible+.price-feature__tip,.price-feature.is-tip-open .price-feature__tip{opacity:1;visibility:visible;transform:translateY(0)}.price-feature__tip[data-pos="below"]{bottom:auto;top:calc(100% + 0.4rem)}.price-feature__tip[data-pos="below"]::after{top:auto;bottom:100%;border-top-color:#fff0;border-bottom-color:var(--foreground)}.price-card--featured .price-feature__tip[data-pos="below"]::after{border-bottom-color:var(--background)}.calculator{padding:5rem 0;background:var(--foreground);color:var(--background)}.calculator .section-kicker,.calculator .section-title{text-align:center}.calculator .section-kicker{color:color-mix(in oklch,var(--background) 60%,transparent)}.calculator .section-title{margin-bottom:1rem}.calculator__sub{text-align:center;margin:0 auto 4rem;max-width:36rem;color:color-mix(in oklch,var(--background) 70%,transparent)}.calc-grid{display:grid;gap:2rem;align-items:start}.calc-inputs{display:flex;flex-direction:column;gap:2rem}.calc-step__title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;margin:0 0 1rem}.calc-step__num{width:1.5rem;height:1.5rem;border-radius:9999px;background:var(--foreground);color:var(--background);font-size:.75rem;display:flex;align-items:center;justify-content:center}.calculator .calc-step__num{background:var(--background);color:var(--foreground)}.calc-options{display:grid;gap:.75rem}.calc-support{display:flex;flex-direction:column;gap:.75rem}.calc-option{display:block;width:100%;text-align:left;padding:1rem;border-radius:.75rem;border:1px solid var(--border);background:var(--background);cursor:pointer;font-family:inherit;transition:border-color 0.15s,background 0.15s,color 0.15s}.calc-option:hover{border-color:color-mix(in oklch,var(--foreground) 50%,transparent)}.calc-option.is-selected{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.calc-option__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.calc-option-check{opacity:0;flex-shrink:0}.calc-option.is-selected .calc-option-check{opacity:1}.calc-option__row span:first-child{font-weight:500}.calc-option__meta{font-size:.875rem;color:var(--muted-foreground)}.calc-option.is-selected .calc-option__meta{color:color-mix(in oklch,var(--background) 70%,transparent)}.calc-features{display:flex;flex-direction:column;gap:.5rem}.calc-feature{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;border-radius:.75rem;border:1px solid var(--border);background:var(--background);cursor:pointer;font-family:inherit;transition:border-color 0.15s,background 0.15s}.calc-feature[hidden]{display:none!important}.calc-feature:hover{border-color:color-mix(in oklch,var(--foreground) 50%,transparent)}.calc-feature.is-on{border-color:var(--foreground);background:color-mix(in oklch,var(--foreground) 5%,var(--background))}.calc-feature__left{display:flex;align-items:center;gap:.75rem}.calc-checkbox{width:1.25rem;height:1.25rem;border-radius:.25rem;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.calc-feature.is-on .calc-checkbox{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.calc-feature.is-on .calc-checkbox::after{content:"";width:4px;height:8px;border:solid var(--background);border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.calc-feature__price{font-size:.875rem;color:var(--muted-foreground)}.calc-feature.is-on .calc-feature__price{color:var(--muted-foreground)}.calc-result{position:static}.calc-result__card{background:var(--background);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.calculator .calc-result__card{color:var(--foreground);border-color:var(--border);box-shadow:0 24px 56px -20px oklch(0 0 0 / .45)}.calculator .calc-result__card h3{color:var(--foreground)}.calculator .calc-summary__row span:last-child,.calculator .calc-summary__extra li span:last-child,.calculator .calc-total__usd,.calculator .calc-total__days span:last-child{color:var(--foreground)}.calculator .calc-summary__ai>span:first-of-type{color:var(--foreground)}.calc-result__card h3{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600}.calc-summary{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.calc-summary__row{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem}.calc-summary__row span:first-child{color:var(--muted-foreground);min-width:5rem}.calc-summary__extra{padding-top:.5rem;border-top:1px solid var(--border)}.calc-summary__extra>span{font-size:.875rem;color:var(--muted-foreground)}.calc-summary__extra ul{list-style:none;margin:.5rem 0 0;padding:0}.calc-summary__extra li{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem}.calc-total{padding-top:1rem;border-top:1px solid var(--border);margin-bottom:1.5rem}.calc-total__main{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.5rem}.calc-total__main>span:first-child{color:var(--muted-foreground)}.calc-total__usd{font-size:1.875rem;font-weight:600}.calc-total__uah{margin:0;font-size:.875rem;color:var(--muted-foreground);text-align:right}.calc-total__days{display:flex;justify-content:space-between;font-size:.875rem}.calc-total__days span:first-child{color:var(--muted-foreground)}.calc-result__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.calc-result__note{margin:1rem 0 0;font-size:.75rem;color:var(--muted-foreground);text-align:center}.form-field__hint{font-weight:400;color:var(--muted-foreground);font-size:.75rem}.calc-features-wrap{display:flex;flex-direction:column;gap:.75rem}.calc-features--collapsible:not(.is-expanded) .calc-feature--more{display:none}.calc-features__toggle{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;font-family:inherit;color:var(--foreground);background:var(--muted);border:1px solid var(--border);border-radius:.75rem;cursor:pointer;transition:background 0.15s}.calc-features__toggle:hover{background:color-mix(in oklch,var(--muted) 80%,var(--foreground))}.calc-features__toggle .toggle-chevron{transition:transform 0.2s}.calc-features--collapsible.is-expanded~.calc-features__toggle .toggle-chevron{transform:rotate(180deg)}.calc-ai-block{padding:1.25rem;border-radius:1rem;border:1px solid color-mix(in oklch,var(--foreground) 12%,var(--border));background:color-mix(in oklch,var(--muted) 45%,var(--background))}.calc-ai-badge{display:inline-block;margin-left:.35rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:9999px;background:var(--foreground);color:var(--background);vertical-align:middle}.calc-ai-hint{margin:0 0 1rem;font-size:.8125rem;color:var(--muted-foreground);line-height:1.5}.calc-features--ai{gap:.5rem}.calc-summary__ai>span:first-of-type{font-size:.8125rem;font-weight:600;color:var(--foreground);display:block;margin-bottom:.35rem}.calculator .calc-option{border-color:color-mix(in oklch,var(--background) 22%,transparent);background:color-mix(in oklch,var(--background) 8%,transparent);color:inherit}.calculator .calc-option:hover{border-color:color-mix(in oklch,var(--background) 45%,transparent)}.calculator .calc-option.is-selected{background:var(--background);color:var(--foreground);border-color:var(--background)}.calculator .calc-option__meta{color:color-mix(in oklch,var(--background) 62%,transparent)}.calculator .calc-option.is-selected .calc-option__meta{color:var(--muted-foreground)}.calculator .calc-feature{border-color:color-mix(in oklch,var(--background) 22%,transparent);background:color-mix(in oklch,var(--background) 8%,transparent);color:inherit}.calculator .calc-feature:hover{border-color:color-mix(in oklch,var(--background) 45%,transparent)}.calculator .calc-feature.is-on{border-color:color-mix(in oklch,var(--background) 55%,transparent);background:color-mix(in oklch,var(--background) 14%,transparent)}.calculator .calc-checkbox{border-color:color-mix(in oklch,var(--background) 38%,transparent)}.calculator .calc-feature.is-on .calc-checkbox{background:var(--background);border-color:var(--background)}.calculator .calc-feature.is-on .calc-checkbox::after{border-color:var(--foreground)}.calculator .calc-feature__price{color:color-mix(in oklch,var(--background) 58%,transparent)}.calculator .calc-feature.is-on .calc-feature__price{color:color-mix(in oklch,var(--background) 72%,transparent)}.calculator .calc-features__toggle{color:var(--background);background:color-mix(in oklch,var(--background) 12%,transparent);border-color:color-mix(in oklch,var(--background) 28%,transparent)}.calculator .calc-features__toggle:hover{background:color-mix(in oklch,var(--background) 20%,transparent)}.calculator .calc-ai-block{border-color:color-mix(in oklch,var(--background) 22%,transparent);background:color-mix(in oklch,var(--background) 6%,transparent)}.calculator .calc-ai-badge{background:var(--background);color:var(--foreground)}.calculator .calc-ai-hint{color:color-mix(in oklch,var(--background) 68%,transparent)}.modal[hidden]{display:none!important}.modal.is-open{display:flex!important}.modal{position:fixed;inset:0;z-index:200;align-items:flex-end;justify-content:center;padding:0}@media (min-width:640px){.modal{align-items:center;padding:1.5rem}}.modal__backdrop{position:absolute;inset:0;background:oklch(.2 0 0 / .5);cursor:pointer}.modal__dialog{position:relative;z-index:1;width:100%;max-width:28rem;max-height:min(90vh, 640px);overflow-y:auto;background:var(--background);border-radius:1rem 1rem 0 0;padding:1.5rem;box-shadow:0 -8px 32px oklch(0 0 0 / .15)}@media (min-width:640px){.modal__dialog{border-radius:1rem;box-shadow:0 24px 48px oklch(0 0 0 / .12)}}.modal__close{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;border:none;border-radius:.5rem;background:var(--muted);color:var(--foreground);font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal__close:hover{background:color-mix(in oklch,var(--muted) 70%,var(--foreground))}.modal__title{margin:0 2.5rem 1.25rem 0;font-size:1.25rem;font-weight:600}body.modal-open{overflow:hidden}.modal__after-success{margin-top:1rem}.zoom-images img{cursor:zoom-in}.image-lightbox[hidden]{display:none!important}.image-lightbox{position:fixed;inset:0;z-index:210;display:flex;align-items:center;justify-content:center;padding:1rem}.image-lightbox__backdrop{position:absolute;inset:0;border:0;padding:0;background:oklch(.16 .01 260 / .88);cursor:zoom-out}.image-lightbox__panel{position:relative;z-index:1;max-width:min(96vw, 1600px);max-height:calc(100vh - 2rem)}.image-lightbox__img{display:block;max-width:100%;max-height:calc(100vh - 2rem);width:auto;height:auto;border-radius:.5rem;box-shadow:0 24px 64px oklch(0 0 0 / .35)}.image-lightbox__close{position:absolute;top:-.5rem;right:-.5rem;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:var(--background);color:var(--foreground);font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 4px 16px oklch(0 0 0 / .2)}.image-lightbox__close:hover{background:var(--muted)}@media (min-width:640px){.image-lightbox__close{top:.75rem;right:.75rem}}.btn--telegram.btn--hero{min-height:auto;padding-top:.75rem;padding-bottom:.75rem}.price-card>.btn--block{flex-shrink:0}.cta{padding:5rem 0;background:var(--foreground);color:var(--background);text-align:center}.cta h2{margin:0 0 1rem;font-size:1.875rem;font-weight:600;text-wrap:balance}.cta p{margin:0 auto 2rem;max-width:32rem;color:color-mix(in oklch,var(--background) 70%,transparent)}.cta__actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.contact{padding:5rem 0}.contact .section-kicker,.contact .section-title{text-align:center}.contact .section-title{margin-bottom:1rem}.contact__sub{text-align:center;margin:0 auto 4rem;max-width:32rem;color:var(--muted-foreground)}.contact__grid{display:grid;gap:3rem;align-items:start}.contact__form-wrap{background:color-mix(in oklch,var(--muted) 30%,var(--background));border-radius:1rem;padding:1.5rem}.contact__success{text-align:center;padding:3rem 0}.contact__success-icon{width:4rem;height:4rem;border-radius:9999px;background:var(--foreground);color:var(--background);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.contact__success h3{margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.contact__success p{margin:0;color:var(--muted-foreground)}.form-honeypot{position:absolute;left:-10000px;top:0;width:1px;height:1px;overflow:hidden}.form-grid{position:relative;display:grid;gap:1.25rem}.form-row-2{display:grid;gap:1rem}.form-field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-field input,.form-field textarea{width:100%;border:1px solid var(--border);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;font-family:inherit;background:var(--background);min-height:3rem}.form-field textarea{min-height:6rem;resize:none}.form-hint{margin:0;font-size:.75rem;color:var(--muted-foreground);text-align:center}.contact__aside{display:flex;flex-direction:column;justify-content:space-between}.contact__aside h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.contact-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;border:1px solid var(--border);background:var(--background);transition:background 0.15s}a.contact-link:hover{background:color-mix(in oklch,var(--muted) 50%,var(--background))}.contact-link__icon{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-link__icon--fg{background:var(--foreground);color:var(--background)}.contact-link__icon--telegram{background:#229ed9;color:#fff}.contact-link__icon--telegram .icon--telegram{stroke:none}.contact-link__icon--muted{background:var(--muted);color:var(--foreground)}.contact-link .lbl{font-size:.875rem;color:var(--muted-foreground);margin:0}.contact-link .val{font-weight:500;margin:0}.contact__fop{background:color-mix(in oklch,var(--muted) 50%,var(--background));border-radius:1rem;padding:1.5rem;margin-top:auto}.contact__fop>p:first-child{margin:0 0 .75rem;font-size:.875rem;font-weight:600}.contact__fop .lines{font-size:.875rem;color:var(--muted-foreground)}.contact__fop .lines p{margin:0 0 .5rem}.status-dot{display:inline-block;width:.5rem;height:.5rem;border-radius:9999px;background:#22c55e;margin-right:.5rem;vertical-align:middle}.site-footer{padding:2rem 0;border-top:1px solid var(--border)}.site-footer__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;justify-content:space-between}.site-footer__left{display:flex;flex-direction:column;align-items:center;gap:1rem}.logo--sm .logo__mark{width:1.5rem;height:1.5rem;font-size:.75rem;border-radius:.25rem}.logo--sm .logo__text{font-size:.875rem}.site-footer__copy{font-size:.875rem;color:var(--muted-foreground)}.site-footer__right{display:flex;flex-direction:column;align-items:center;gap:1rem}.site-footer__right a{font-size:.875rem;color:var(--muted-foreground)}.site-footer__right a:hover{color:var(--foreground)}.header-phones{display:none;flex-direction:column;gap:.25rem;line-height:1.2}.header-phones__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;white-space:nowrap;transition:color 0.15s}.header-phones__link:hover{color:var(--accent,#ff6b00)}.header-phones__icon{width:.9rem;height:.9rem;opacity:.55;flex-shrink:0}.site-footer{padding:3.5rem 0 1.5rem;border-top:1px solid var(--border);background:var(--muted,#f7f7f8);color:var(--foreground)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.25rem;margin-bottom:2rem}.site-footer__brand{display:flex;flex-direction:column;gap:.9rem;max-width:22rem}.site-footer__tagline{font-size:.875rem;color:var(--muted-foreground);line-height:1.55;margin:0}.site-footer__contacts{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.4rem}.site-footer__contacts li{font-size:.875rem;color:var(--muted-foreground);line-height:1.4}.site-footer__contacts a{color:var(--foreground);text-decoration:none;transition:color 0.15s}.site-footer__contacts a:hover{color:var(--accent,#ff6b00)}.site-footer__col{display:flex;flex-direction:column}.site-footer__heading{margin:0 0 .85rem;font-size:.875rem;font-weight:600;letter-spacing:.01em;color:var(--foreground);text-transform:none}.site-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.site-footer__list a{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color 0.15s}.site-footer__list a:hover{color:var(--foreground)}.site-footer__legal{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;padding-top:1.25rem;border-top:1px solid var(--border)}.site-footer__legal-left{display:flex;flex-wrap:wrap;gap:.35rem 1rem;align-items:baseline}.site-footer__copy{font-size:.8125rem;color:var(--muted-foreground)}.site-footer__copy--muted{opacity:.75}.site-footer__legal-right a{font-size:.8125rem;color:var(--muted-foreground);text-decoration:none;transition:color 0.15s}.site-footer__legal-right a:hover{color:var(--foreground)}.blog-index__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.blog-card{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem;background:var(--card);border:1px solid var(--border);border-radius:1rem;color:inherit;text-decoration:none;transition:transform 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease;height:100%}.blog-card:hover{transform:translateY(-2px);border-color:var(--foreground);box-shadow:0 12px 32px -18px rgb(0 0 0 / .25)}.blog-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;font-size:.8125rem;color:var(--muted-foreground)}.blog-card__sep{opacity:.5}.blog-card__category{font-weight:600;color:var(--foreground);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.blog-card__title{margin:0;font-size:1.25rem;font-weight:600;line-height:1.35;color:var(--foreground);text-wrap:balance}.blog-card__excerpt{margin:0;font-size:.9375rem;line-height:1.55;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__more{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:.5rem;font-weight:600;font-size:.9375rem;color:var(--foreground)}.blog-card__more svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform 0.2s ease}.blog-card:hover .blog-card__more svg{transform:translateX(3px)}.blog-post{display:block}.blog-post__hero{padding-bottom:2rem}.blog-post__eyebrow{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.4rem}.blog-post__eyebrow a{color:var(--muted-foreground);text-decoration:none;border-bottom:1px solid #fff0;transition:color 0.15s,border-color 0.15s}.blog-post__eyebrow a:hover{color:var(--foreground);border-bottom-color:var(--foreground)}.blog-post__eyebrow-sep{opacity:.5}.blog-post__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:1rem;font-size:.875rem;color:var(--muted-foreground)}.blog-post__meta a{color:var(--foreground);border-bottom:1px solid #fff0;transition:border-color 0.15s}.blog-post__meta a:hover{border-bottom-color:var(--foreground)}.blog-post__meta-sep{opacity:.5}.blog-post__section{padding:2.5rem 0 4rem;border-top:1px solid var(--border)}.blog-post__wrap{max-width:46rem;margin:0 auto}.blog-post__toc{padding:1.25rem 1.5rem;margin-bottom:2.5rem;background:var(--muted);border:1px solid var(--border);border-radius:.875rem}.blog-post__toc-title{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.blog-post__toc-list{margin:0;padding:0 0 0 1.25rem;display:grid;gap:.375rem;font-size:.9375rem;line-height:1.45;color:var(--foreground)}.blog-post__toc-list li::marker{color:var(--muted-foreground);font-variant-numeric:tabular-nums}.blog-post__toc-list a{color:var(--foreground);text-decoration:none;border-bottom:1px solid #fff0;transition:border-color 0.15s,color 0.15s}.blog-post__toc-list a:hover{border-bottom-color:currentColor}.blog-post__body{font-size:1.0625rem;line-height:1.75;color:var(--foreground)}.blog-post__body>:first-child{margin-top:0}.blog-post__body>:last-child{margin-bottom:0}.blog-post__body p{margin:0 0 1.25rem}.blog-post__body p:has(+h2),.blog-post__body p:has(+h3){margin-bottom:.5rem}.blog-post__body h2,.blog-post__body h3,.blog-post__body h4{color:var(--foreground);font-weight:700;letter-spacing:-.01em;text-wrap:balance;scroll-margin-top:calc(var(--header-h) + 1rem)}.blog-post__body h2{margin:2.5rem 0 1rem;padding-top:.5rem;font-size:1.625rem;line-height:1.3}.blog-post__body h3{margin:2rem 0 .75rem;font-size:1.25rem;line-height:1.35}.blog-post__body h4{margin:1.75rem 0 .5rem;font-size:1.0625rem}.blog-post__body strong{font-weight:700;color:var(--foreground)}.blog-post__body em{font-style:italic}.blog-post__body a{color:var(--foreground);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:color-mix(in oklch,var(--foreground) 35%,transparent);transition:text-decoration-color 0.15s}.blog-post__body a:hover{text-decoration-color:currentColor}.blog-post__body ul,.blog-post__body ol{margin:0 0 1.5rem;padding-left:1.5rem}.blog-post__body ul:not(.checklist) li,.blog-post__body ol li{margin-bottom:.5rem;padding-left:.25rem}.blog-post__body ol li::marker{color:var(--muted-foreground);font-weight:600;font-variant-numeric:tabular-nums}.blog-post__body .checklist{margin:0 0 1.75rem;padding:0}.blog-post__body .checklist li{align-items:flex-start;gap:.625rem;margin-bottom:.625rem;line-height:1.55}.blog-post__body .checklist .icon{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.375rem;fill:none;stroke:var(--foreground);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.blog-post__body blockquote{margin:1.75rem 0;padding:.25rem 0 .25rem 1.25rem;border-left:3px solid var(--foreground);font-style:italic;color:var(--muted-foreground)}.blog-post__body blockquote p{margin:0 0 .5rem}.blog-post__body blockquote p:last-child{margin-bottom:0}.blog-post__body code{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:.9em;padding:.125rem .375rem;background:var(--muted);border:1px solid var(--border);border-radius:.375rem}.blog-post__body pre{margin:1.5rem 0;padding:1rem 1.25rem;background:var(--foreground);color:var(--background);border-radius:.75rem;overflow-x:auto;font-size:.875rem;line-height:1.6}.blog-post__body pre code{background:#fff0;border:0;padding:0;color:inherit;font-size:inherit}.blog-post__body img{display:block;max-width:100%;height:auto;margin:1.75rem auto;border-radius:.75rem;border:1px solid var(--border)}.blog-post__body hr{margin:2.5rem 0;border:0;border-top:1px solid var(--border)}.blog-post__body table{width:100%;margin:1.5rem 0;border-collapse:collapse;font-size:.9375rem;border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.blog-post__body table th,.blog-post__body table td{padding:.625rem .875rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.blog-post__body table th{background:var(--muted);font-weight:600}.blog-post__body table tr:last-child td{border-bottom:0}.blog-post__tags{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.section-title{margin-bottom:2.75rem}.pricing__sub{margin-bottom:2.5rem}.services__grid,.ai__grid,.ai-site__grid{gap:1.25rem}.process__grid{gap:1.25rem}.svc-hero{padding:4rem 0 3rem}.svc-hero__lead{margin-top:.875rem}.cta{padding:4.5rem 0}.niche-hero{padding:4rem 0 3rem;border-bottom:1px solid var(--border)}.niche-hero__wrap{max-width:52rem;margin:0 auto;text-align:center}.niche-hero__eyebrow{display:inline-block;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:.75rem}.niche-hero__title{font-size:2rem;line-height:1.15;margin:0 0 1rem;font-weight:700}.niche-hero__lead{font-size:1.0625rem;color:var(--muted-foreground);margin:0 auto 1.75rem;max-width:40rem;line-height:1.55}.niche-hero__actions{display:flex;flex-direction:column;gap:.625rem;justify-content:center;align-items:stretch}@media (min-width:640px){.niche-hero__actions{flex-direction:row;align-items:center}}@media (min-width:768px){.niche-hero{padding:5.5rem 0 4rem}.niche-hero__title{font-size:2.5rem}}.niche-features{padding:4rem 0}.niche-features__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.niche-features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.niche-features__grid{grid-template-columns:repeat(3,1fr)}}.niche-feature{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem 1.5rem 1.625rem;transition:border-color 0.15s,transform 0.15s}.niche-feature:hover{border-color:color-mix(in oklch,var(--foreground) 25%,var(--border));transform:translateY(-2px)}.niche-feature__icon{width:2.25rem;height:2.25rem;border-radius:.5rem;background:color-mix(in oklch,var(--foreground) 8%,transparent);display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;color:var(--foreground)}.niche-feature__icon svg{width:1.125rem;height:1.125rem}.niche-feature h3{font-size:1.0625rem;margin:0 0 .4rem;font-weight:600}.niche-feature p{margin:0;font-size:.9rem;color:var(--muted-foreground);line-height:1.5}.niche-faq{padding:3.5rem 0 4rem}.niche-faq__list{max-width:42rem;margin:2rem auto 0;display:flex;flex-direction:column;gap:.75rem}.niche-faq__item{border:1px solid var(--border);border-radius:.75rem;background:var(--card);padding:1rem 1.25rem;transition:border-color 0.15s}.niche-faq__item[open]{border-color:color-mix(in oklch,var(--foreground) 30%,var(--border))}.niche-faq__item summary{cursor:pointer;list-style:none;font-weight:600;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:1rem}.niche-faq__item summary::-webkit-details-marker{display:none}.niche-faq__item summary::after{content:"+";font-weight:400;font-size:1.25rem;line-height:1;color:var(--muted-foreground);transition:transform 0.15s}.niche-faq__item[open] summary::after{content:"−"}.niche-faq__item p{margin:.875rem 0 0;color:var(--muted-foreground);font-size:.9375rem;line-height:1.55}.niche-related{padding:3rem 0 4.5rem;border-top:1px solid var(--border)}.niche-related__grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media (min-width:640px){.niche-related__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.niche-related__grid{grid-template-columns:repeat(3,1fr)}}.niche-related__card{display:flex;flex-direction:column;gap:.4rem;padding:1.125rem 1.25rem;border:1px solid var(--border);border-radius:.625rem;text-decoration:none;color:inherit;background:var(--card);transition:border-color 0.15s,transform 0.15s}.niche-related__card:hover{border-color:color-mix(in oklch,var(--foreground) 30%,var(--border));transform:translateY(-2px)}.niche-related__card strong{font-size:.9375rem;font-weight:600}.niche-related__card span{font-size:.8125rem;color:var(--muted-foreground);line-height:1.45}.ready-modules{padding:3.5rem 0 4rem;border-top:1px solid var(--border);background:color-mix(in oklch,var(--muted) 22%,var(--background))}.ready-modules .section-title{margin-bottom:0}.ready-modules__sub{max-width:40rem;margin:.875rem 0 0;color:var(--muted-foreground);line-height:1.65}.ready-modules__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}@media (min-width:640px){.ready-modules__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ready-modules__grid{grid-template-columns:repeat(3,1fr)}}.ready-module-card{display:flex;flex-direction:column;height:100%;border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:var(--background);color:inherit;text-decoration:none;transition:border-color 0.15s,box-shadow 0.2s,transform 0.2s}.ready-module-card:hover{border-color:color-mix(in oklch,var(--foreground) 24%,var(--border));box-shadow:var(--shadow-soft);transform:translateY(-3px)}.ready-module-card__media{aspect-ratio:3 / 2;background:var(--muted);overflow:hidden}.ready-module-card__media img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.ready-module-card__media--placeholder{display:flex;align-items:center;justify-content:center;background:color-mix(in oklch,var(--muted) 70%,var(--background))}.ready-module-card__media--placeholder span{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.ready-module-card__body{display:flex;flex-direction:column;flex:1;gap:.5rem;padding:1.125rem 1.25rem 1.25rem}.ready-module-card__platform{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.ready-module-card__body h3{margin:0;font-size:1.0625rem;font-weight:600;line-height:1.3}.ready-module-card__body p{margin:0;flex:1;font-size:.875rem;line-height:1.55;color:var(--muted-foreground)}.ready-module-card__price{margin-top:.25rem;font-size:1rem;font-weight:600;color:var(--foreground)}.ready-module-card__media--logo{position:relative}.ready-module-card__logo{position:absolute;left:.75rem;bottom:.75rem;width:3rem;height:3rem;padding:.35rem;border-radius:.625rem;background:var(--background);border:1px solid var(--border);object-fit:contain;box-shadow:var(--shadow-soft)}.migrations-listing{padding:3.5rem 0 4rem;border-top:1px solid var(--border)}.migrations-listing__grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}@media (min-width:640px){.migrations-listing__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.migrations-listing__grid{grid-template-columns:repeat(3,1fr)}}.migration-card{display:flex;flex-direction:column;height:100%;border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:var(--background);color:inherit;text-decoration:none;transition:border-color 0.15s,box-shadow 0.2s,transform 0.2s}.migration-card:hover{border-color:color-mix(in oklch,var(--foreground) 24%,var(--border));box-shadow:var(--shadow-soft);transform:translateY(-3px)}.migration-card__media{aspect-ratio:16 / 9;background:var(--muted);overflow:hidden}.migration-card__media--logo{position:relative}.migration-card__media--logo-only{display:flex;align-items:center;justify-content:center}.migration-card__logo{position:absolute;left:.75rem;bottom:.75rem;width:3rem;height:3rem;padding:.35rem;border-radius:.625rem;background:var(--background);border:1px solid var(--border);object-fit:contain;box-shadow:var(--shadow-soft)}.migration-card__logo--center{position:static;width:4rem;height:4rem}.migration-card__media img{width:100%;height:100%;object-fit:cover;display:block}.migration-card__body{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.125rem 1.125rem}.migration-card__body strong{font-size:1rem;line-height:1.35}.migration-card__body span{font-size:.875rem;line-height:1.55;color:var(--muted-foreground)}.about-team{padding:3.5rem 0 4rem;border-top:1px solid var(--border)}.about-team .section-kicker,.about-team .section-title{text-align:center}.about-team__lead{text-align:center;max-width:38rem;margin:0 auto 2.25rem;color:var(--muted-foreground);font-size:1rem;line-height:1.6}.about-team__grid{display:grid;gap:1.25rem;grid-template-columns:1fr;max-width:56rem;margin:0 auto}@media (min-width:768px){.about-team__grid{grid-template-columns:1fr 1fr;align-items:stretch}}.about-team__card{border:1px solid var(--border);border-radius:1rem;padding:1.5rem;background:var(--card);display:flex;flex-direction:column}.about-team__photo{margin:0 auto 1rem;width:10rem;height:10rem;border-radius:50%;overflow:hidden;border:2px solid var(--border);flex-shrink:0}.about-team__photo img{width:100%;height:100%;object-fit:cover;display:block}.about-team__card h3{margin:0 0 .35rem;font-size:1.125rem;text-align:center}.about-team__card--secondary h3{text-align:left}.about-team__role{margin:0 0 .75rem;font-size:.875rem;color:var(--muted-foreground);text-align:center}.about-team__card--secondary .about-team__role{text-align:left}.about-team__bio{margin:0 0 .75rem;font-size:.9375rem;line-height:1.55;color:var(--foreground)}.about-team__bio:last-of-type{margin-bottom:0}.about-team__links{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.875rem;justify-content:center;margin-top:auto;padding-top:1rem}.about-team__links a{color:var(--accent,#ff6b00);text-decoration:none}.about-team__links a:hover{text-decoration:underline}.about-team__card--secondary .about-team__bio{color:var(--muted-foreground)}.module-box{padding:4rem 0}.module-box__inner{max-width:56rem;margin:0 auto;border:1px solid var(--border);border-radius:1rem;padding:1.75rem;background:linear-gradient(180deg,color-mix(in oklch,var(--foreground) 4%,transparent) 0%,transparent 100%)}.module-box__head{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.module-box__icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:.625rem;background:var(--foreground);color:var(--background);display:flex;align-items:center;justify-content:center}.module-box__icon svg{width:1.4rem;height:1.4rem}.module-box__title{margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.module-box__sub{margin:0;font-size:.9375rem;color:var(--muted-foreground);line-height:1.5}.module-box__features{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;grid-template-columns:1fr;gap:.5rem 1.25rem}@media (min-width:640px){.module-box__features{grid-template-columns:repeat(2,1fr)}}.module-box__features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.45}.module-box__features li svg{flex-shrink:0;width:.875rem;height:.875rem;margin-top:.2rem;color:var(--foreground)}.module-box__foot{display:flex;flex-direction:column;gap:.875rem;padding-top:1.25rem;border-top:1px solid var(--border)}@media (min-width:640px){.module-box__foot{flex-direction:row;align-items:center;justify-content:space-between}}.module-box__price{font-size:1rem;color:var(--muted-foreground)}.module-box__price strong{color:var(--foreground);font-size:1.125rem;margin-right:.4rem}.product-hero{padding:2.5rem 0 4rem;background:var(--background);border-bottom:1px solid var(--border)}.product-hero__grid{display:grid;gap:2.5rem;align-items:center}.product-hero__media{margin:0;border-radius:1rem;overflow:hidden;background:var(--muted);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.product-hero__media img{width:100%;height:auto;display:block;vertical-align:middle}.product-hero__content{text-align:left}.product-hero__eyebrow{margin:0 0 1rem;font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground)}.product-hero__title{margin:0;font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:600;line-height:1.15;letter-spacing:-.03em}.product-hero__lead{margin:1.25rem 0 0;font-size:1.05rem;line-height:1.7;color:var(--muted-foreground);max-width:34rem}.product-hero__lead strong{color:var(--foreground);font-weight:500}.product-hero__price{margin:1.75rem 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:.875rem}.product-hero__price-value{margin:0;font-size:clamp(2rem, 5vw, 2.75rem);line-height:1;letter-spacing:-.04em;font-weight:600;color:var(--foreground)}.product-hero__meta{margin:0;padding:0;list-style:none}.product-hero__actions{margin-top:1.75rem}.product-about{padding:4rem 0;background:color-mix(in oklch,var(--muted) 30%,var(--background));border-bottom:1px solid var(--border)}.product-about__kicker,.product-about__title{text-align:center}.product-about__title{margin-bottom:0}.product-about__lead{max-width:46rem;margin:1rem auto 0;text-align:center;color:var(--muted-foreground);font-size:1.05rem;line-height:1.75}.product-about__video{max-width:56rem;margin:2.25rem auto 0}.video-embed{position:relative;aspect-ratio:16 / 9;border-radius:1rem;overflow:hidden;background:var(--muted);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-embed--placeholder{display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);font-size:.9375rem;font-weight:500}.price-card__desc{margin:-.5rem 0 .875rem;color:var(--muted-foreground);font-size:.8125rem;line-height:1.4}.price-card--featured .price-card__desc{color:color-mix(in oklch,var(--background) 85%,transparent)}.author-note{padding:3.25rem 0 2rem}.author-note__inner{max-width:52rem;margin:0 auto;padding:1.5rem 1.75rem;background:var(--muted,rgb(0 0 0 / .03));border:1px solid var(--border,rgb(0 0 0 / .08));border-radius:12px}.author-note__avatar{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;background:var(--background);border:1px solid var(--border,rgb(0 0 0 / .08));color:var(--foreground)}.author-note__avatar svg{width:1.4rem;height:1.4rem}.author-note__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .35rem}.author-note__text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--foreground)}.author-note__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.85rem;padding:0;background:none;border:none;color:var(--primary,#2563eb);font:inherit;font-weight:600;cursor:pointer;text-decoration:none}.author-note__cta:hover{text-decoration:underline}.uniq{padding:2.75rem 0}.uniq__kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);margin:0 0 .5rem}.uniq__title{font-size:1.5rem;font-weight:600;margin:0 0 .75rem;line-height:1.25}.uniq__lead{color:var(--muted-foreground);margin:0 0 1.5rem;max-width:40rem}.uniq__body{max-width:52rem}.uniq--kv .uniq__body{max-width:64rem}.breadcrumbs{padding:.9rem 0 .25rem;font-size:.8125rem;color:var(--muted-foreground)}.breadcrumbs__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.5rem}.breadcrumbs__item a{color:var(--muted-foreground);text-decoration:none;border-bottom:1px dashed #fff0;transition:border-color 0.15s ease}.breadcrumbs__item a:hover{color:var(--foreground);border-bottom-color:var(--border,rgb(0 0 0 / .15))}.breadcrumbs__item.is-current span{color:var(--foreground);font-weight:500}.breadcrumbs__sep{color:color-mix(in oklch,var(--muted-foreground) 50%,transparent);font-size:.875rem}.updated-note{padding:.4rem 0 .25rem;font-size:.75rem;color:var(--muted-foreground)}.updated-note__inner{margin:0;display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.updated-note__icon{opacity:.7;flex-shrink:0}.updated-note time{font-weight:500;color:color-mix(in oklch,var(--foreground) 75%,transparent)}.updated-note__sep{opacity:.5}.updated-note__reviewer{opacity:.85}.author-note__sig{margin:.6rem 0 0;font-size:.8125rem}.author-note__siglink{color:var(--muted-foreground);text-decoration:none;border-bottom:1px dashed var(--border,rgb(0 0 0 / .15))}.author-note__siglink:hover{color:var(--foreground);border-bottom-color:var(--foreground)}.lang-switch{position:relative;margin-left:12px}.lang-switch__trigger{font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;color:var(--muted-foreground,#94a3b8)}.lang-switch__trigger:hover,.lang-switch__trigger:focus-visible,.lang-switch.is-open .lang-switch__trigger{color:var(--foreground,#fff);background:rgb(255 255 255 / .08)}.lang-switch .nav-dropdown__panel{left:auto;right:0;min-width:4.5rem}.lang-switch::after{left:auto;right:0;width:max(100%, 4.5rem)}.lang-switch__option{display:block;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--muted-foreground);text-decoration:none;white-space:nowrap;text-align:center}.lang-switch__option:hover,.lang-switch__option:focus-visible{color:var(--foreground);background:var(--muted);outline:none}.lang-switch__option.is-active{color:var(--foreground)}.nav-mobile__lang{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border,rgb(0 0 0 / .08))}.nav-mobile__lang .lang-switch__option.is-active{color:var(--foreground);font-weight:600}.migration-calc{padding:3rem 0 4rem;background:var(--background);color:var(--foreground)}.migration-calc__shell{max-width:52rem;margin:0 auto;border:1px solid var(--border);border-radius:1rem;background:var(--background);overflow:hidden}.migration-calc__hero{padding:1.75rem 1.75rem 1.25rem;border-bottom:1px solid var(--border)}.migration-calc__kicker{font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in oklch,var(--foreground) 50%,transparent);margin-bottom:.5rem}.migration-calc__title{margin:0 0 .4rem;font-size:clamp(1.375rem, 3vw, 1.625rem);font-weight:700;line-height:1.25}.migration-calc__lead{margin:0;font-size:.875rem;color:color-mix(in oklch,var(--foreground) 60%,transparent);line-height:1.5}.migration-calc__prog-wrap{padding:1rem 1.75rem 0}.migration-calc__prog{display:flex;gap:.35rem;margin-bottom:.45rem}.migration-calc__prog-dot{flex:1;height:2px;border-radius:2px;background:color-mix(in oklch,var(--foreground) 12%,transparent)}.migration-calc__prog-dot.is-done,.migration-calc__prog-dot.is-active{background:var(--foreground)}.migration-calc__prog-label{margin:0;padding-bottom:.85rem;font-size:.6875rem;color:color-mix(in oklch,var(--foreground) 45%,transparent)}.migration-calc__body{padding:1.25rem 1.75rem 1.75rem}.mc-step{display:none}.mc-step.is-active{display:block}.mc-step__title{margin:0 0 1rem;font-size:1rem;font-weight:600}.mc-step__note{margin:-.35rem 0 1rem;font-size:.8125rem;line-height:1.45;color:color-mix(in oklch,var(--foreground) 55%,transparent)}.mc-platform-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-bottom:1.25rem}.mc-target-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.25rem}.mc-target-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.mc-design-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:1.25rem}.mc-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:100%;padding:.75rem .5rem;border:1px solid var(--border);border-radius:.625rem;background:var(--background);color:inherit;font-family:inherit;text-align:center;cursor:pointer;transition:border-color 0.15s,background 0.15s}.mc-card--target,.mc-card--design{align-items:flex-start;text-align:left;padding:1rem}.mc-card:hover{border-color:color-mix(in oklch,var(--foreground) 25%,transparent);background:color-mix(in oklch,var(--foreground) 3%,transparent)}.mc-card.is-selected{border-color:var(--foreground);background:color-mix(in oklch,var(--foreground) 6%,transparent)}.mc-card__icon{width:2.25rem;height:2.25rem;border-radius:.45rem;background:var(--mc-icon-bg,var(--foreground));color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.mc-card__icon--sm{width:1.875rem;height:1.875rem}.mc-card__row{display:flex;align-items:center;gap:.625rem}.mc-card__type{font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:color-mix(in oklch,var(--foreground) 45%,transparent)}.mc-card__name{font-size:.8125rem;font-weight:600;line-height:1.3}.mc-card__desc{font-size:.6875rem;color:color-mix(in oklch,var(--foreground) 55%,transparent);line-height:1.35}.mc-card__price{font-size:.8125rem;font-weight:600;margin-top:.15rem}.mc-badge{font-size:.625rem;background:color-mix(in oklch,var(--foreground) 8%,transparent);color:color-mix(in oklch,var(--foreground) 65%,transparent);padding:.15rem .5rem;border-radius:9999px;margin-bottom:.15rem}.mc-checklist-scroll{max-height:min(16rem, 42vh);overflow-y:auto;margin-bottom:.85rem;padding-right:.15rem;-webkit-overflow-scrolling:touch}.mc-checklist-scroll::-webkit-scrollbar{width:5px}.mc-checklist-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:color-mix(in oklch,var(--foreground) 18%,transparent)}.mc-checklist{display:flex;flex-direction:column;gap:.4rem;margin-bottom:0}.mc-custom-func{margin-bottom:1.25rem}.mc-custom-func__label{display:block;margin-bottom:.4rem;font-size:.8125rem;font-weight:600}.mc-custom-func__input{width:100%;padding:.65rem .75rem;border:1px dashed var(--border);border-radius:.5rem;background:var(--background);color:var(--foreground);font-family:inherit;font-size:.8125rem;line-height:1.45;resize:vertical;min-height:4.5rem}.mc-custom-func__input:focus{outline:none;border-color:var(--foreground);border-style:solid}.mc-custom-func__input:not(:placeholder-shown){border-style:solid;border-color:color-mix(in oklch,var(--foreground) 35%,var(--border))}.mc-check{display:flex;align-items:center;gap:.625rem;width:100%;padding:.65rem .8rem;border:1px solid var(--border);border-radius:.5rem;background:var(--background);font-family:inherit;cursor:pointer;text-align:left}.mc-check.is-on{border-color:var(--foreground);background:color-mix(in oklch,var(--foreground) 5%,transparent)}.mc-check__box{width:1.0625rem;height:1.0625rem;border-radius:.25rem;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.6875rem;flex-shrink:0}.mc-check.is-on .mc-check__box{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.mc-check__label{flex:1;font-size:.8125rem}.mc-check__price{font-size:.75rem;color:color-mix(in oklch,var(--foreground) 50%,transparent);white-space:nowrap}.mc-nav{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.mc-hint{font-size:.6875rem;color:color-mix(in oklch,var(--foreground) 40%,transparent)}.mc-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.1rem;border-radius:.5rem;border:1px solid var(--border);background:var(--background);color:inherit;font-family:inherit;font-size:.8125rem;font-weight:600;cursor:pointer}.mc-btn:disabled{opacity:.35;cursor:not-allowed}.mc-btn--next:not(:disabled),.mc-btn--next-on,.mc-btn--cta{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.mc-btn--back{color:color-mix(in oklch,var(--foreground) 60%,transparent)}.mc-btn--cta{width:100%;padding:.85rem 1rem}.mc-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem}.mc-chip{padding:.2rem .65rem;border:1px solid var(--border);border-radius:9999px;font-size:.6875rem;color:color-mix(in oklch,var(--foreground) 60%,transparent);background:color-mix(in oklch,var(--foreground) 3%,transparent)}.mc-chip b{color:var(--foreground);font-weight:600}.mc-result{border:1px solid var(--border);border-radius:.75rem;padding:1.25rem;margin-bottom:.75rem;background:color-mix(in oklch,var(--foreground) 2%,transparent)}.mc-result__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.mc-result__label{margin:0 0 .25rem;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in oklch,var(--foreground) 50%,transparent)}.mc-result__price{margin:0;font-size:clamp(2rem, 5vw, 2.625rem);font-weight:700;line-height:1}.mc-result__price.is-from-quote{display:flex;align-items:baseline;gap:.3rem}.mc-result__from{font-size:.42em;font-weight:600;letter-spacing:.02em;color:color-mix(in oklch,var(--foreground) 65%,transparent)}.mc-result__amount{line-height:1}.mc-result__range{margin:.35rem 0 0;font-size:.8125rem;color:color-mix(in oklch,var(--foreground) 55%,transparent);line-height:1.45}.mc-result__range.is-custom-note{font-size:.75rem;color:color-mix(in oklch,var(--foreground) 50%,transparent)}.mc-result__custom-tag{display:block;margin-bottom:.2rem;font-size:.875rem;font-weight:600;color:color-mix(in oklch,var(--foreground) 70%,transparent)}.mc-result__badge{margin:0;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;background:color-mix(in oklch,var(--foreground) 8%,transparent);color:color-mix(in oklch,var(--foreground) 70%,transparent);white-space:nowrap}.mc-result__lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.mc-result__lines li{display:flex;justify-content:space-between;gap:.75rem;font-size:.8125rem}.mc-result__lines li span:first-child{color:color-mix(in oklch,var(--foreground) 55%,transparent)}.mc-result__lines li.is-total{margin-top:.35rem;padding-top:.5rem;border-top:1px solid var(--border);font-weight:600}.mc-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:.85rem}.mc-meta__item{padding:.65rem .75rem;border-radius:.5rem;background:color-mix(in oklch,var(--foreground) 4%,transparent);border:1px solid var(--border)}.mc-meta__item span{display:block;font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:color-mix(in oklch,var(--foreground) 50%,transparent);margin-bottom:.15rem}.mc-meta__item strong{font-size:.875rem}.mc-restart{display:block;margin:.5rem auto 0;background:none;border:none;font-family:inherit;font-size:.75rem;color:color-mix(in oklch,var(--foreground) 45%,transparent);cursor:pointer;text-decoration:underline}@media (max-width:720px){.mc-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mc-design-grid,.mc-meta{grid-template-columns:1fr}.mc-target-grid,.mc-target-grid--3{grid-template-columns:1fr}.migration-calc__hero,.migration-calc__body,.migration-calc__prog-wrap{padding-left:1rem;padding-right:1rem}}