.wt-hero{position:relative;display:flex;align-items:center;min-height:clamp(440px,62vh,580px);background:var(--header-bg) var(--wt-hero-img) center/cover no-repeat;color:var(--on-dark);overflow:hidden;isolation:isolate}.wt-hero__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,#222b40db,#222b40ad 42%,#222b404d)}.wt-hero__inner{width:100%}.wt-hero__text{max-width:62%}@media(max-width:820px){.wt-hero__text{max-width:100%}.wt-hero__overlay{background:linear-gradient(180deg,#222b40eb,#222b40d1)}.wt-hero{min-height:0;padding-block:clamp(48px,10vw,64px) clamp(40px,9vw,56px)}}.wt-hero__title{font-size:clamp(1.7rem,1.35rem + 1.6vw,2.4rem);font-weight:var(--fw-black);line-height:1.16;letter-spacing:var(--tracking-tight);margin:0 0 var(--s-5);text-wrap:balance}.wt-hl{color:var(--brand-on-dark)}.wt-hero__lead{font-size:1.0625rem;line-height:1.65;color:var(--on-dark-muted);max-width:56ch;margin:0 0 var(--s-7)}.wt-hero__actions{display:flex;flex-wrap:wrap;gap:14px}.wt-hero__chips{display:flex;flex-wrap:wrap;gap:var(--s-3) var(--s-5);margin:var(--s-7) 0 0;padding:0;list-style:none}.wt-hero__chips li{display:inline-flex;align-items:center;gap:8px;font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--on-dark)}.wt-hero__chips .ic{flex:none;color:var(--brand-on-dark)}@media(max-width:600px){.wt-hero__title{margin-bottom:var(--s-4)}.wt-hero__lead{font-size:1rem;margin-bottom:var(--s-6)}.wt-hero__actions{gap:12px}.wt-hero__actions .btn{width:100%;justify-content:center}.wt-hero__chips{margin-top:var(--s-6);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.wt-hero__chips li{align-items:flex-start;line-height:1.45}.wt-hero__chips .ic{margin-top:2px}}.wt-types{background:var(--surface)}.wt-types .section-head{max-width:none}.wt-types .section-head__lead{max-width:82ch;margin-inline:auto}.wt-types__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-5)}@media(max-width:980px){.wt-types__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.wt-types__grid{grid-template-columns:1fr}}.wt-type{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--s-6) var(--s-5);overflow:hidden;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),border-color var(--dur-base)}.wt-type:after{content:"";position:absolute;left:0;top:0;height:3px;width:0;background:var(--brand);transition:width var(--dur-base) var(--ease)}.wt-type:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:transparent}.wt-type:hover:after{width:100%}.wt-type__icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:56px;height:56px;border-radius:var(--r-md);margin-bottom:var(--s-4)}.wt-type__icon .ic{width:26px;height:26px}.wt-type__icon--azure{background:var(--tint-azure);color:var(--brand)}.wt-type__icon--green{background:var(--tint-green);color:var(--ok)}.wt-type__icon--amber{background:var(--tint-amber);color:var(--icon-amber)}.wt-type__icon--indigo{background:var(--tint-indigo);color:var(--icon-indigo)}.wt-type__title{font-size:var(--fs-h4);font-weight:var(--fw-bold);letter-spacing:var(--tracking-tight);margin:0 0 8px}.wt-type__text{margin:0;font-size:var(--fs-sm);line-height:1.6;color:var(--text-muted)}.wt-sectors{background:var(--surface-2)}.wt-sectors .section-head{max-width:none}.wt-sectors .section-head__lead{max-width:82ch;margin-inline:auto}.wt-sectors__slider{position:relative}.wt-sectors__viewport{overflow:hidden}.wt-sectors__track{display:flex;align-items:flex-start;margin:0;padding:0;list-style:none;transition:transform var(--dur-base) var(--ease);will-change:transform}.wt-sec-page{flex:0 0 100%;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--s-4)}.wt-sector{flex:0 0 calc((100% - 2*var(--s-4))/3);position:relative;overflow:hidden;min-height:260px;border-radius:var(--r-lg);box-shadow:var(--sh-sm);isolation:isolate;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease)}.wt-sector:hover{transform:translateY(-4px);box-shadow:var(--sh-lg)}.wt-sector__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform var(--dur-enter) var(--ease)}.wt-sector:hover .wt-sector__img{transform:scale(1.05)}.wt-sector:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#111a2e3d,#111a2e85,#111a2ee6);transition:background var(--dur-base) var(--ease)}.wt-sector__body{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:var(--s-5)}.wt-sector__title{margin:0 0 6px;font-size:var(--fs-h3);font-weight:var(--fw-bold);letter-spacing:var(--tracking-tight);color:#fff;line-height:1.25}.wt-sector__desc{margin:0;font-size:var(--fs-sm);line-height:1.5;color:#ffffffe6}@media(max-width:860px){.wt-sector{flex-basis:calc((100% - var(--s-4))/2)}}@media(max-width:600px){.wt-sector{flex-basis:100%;min-height:220px}.wt-sector__body{padding:var(--s-4)}}.wt-sec-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;background:var(--surface);border:1px solid var(--line-strong);color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--sh-md);transition:background var(--dur-micro),color var(--dur-micro),border-color var(--dur-micro),opacity var(--dur-micro)}.wt-sec-arrow:hover{border-color:var(--brand);color:var(--brand)}.wt-sec-arrow:disabled{opacity:.35;cursor:default}.wt-sec-arrow--prev{left:-6px}.wt-sec-arrow--prev .ic{transform:rotate(180deg)}.wt-sec-arrow--next{right:-6px}.wt-sec-arrow .ic{width:20px;height:20px}@media(max-width:560px){.wt-sec-arrow{width:36px;height:36px}.wt-sec-arrow .ic{width:18px;height:18px}.wt-sec-arrow--prev{left:2px}.wt-sec-arrow--next{right:2px}}.wt-sectors__dots{display:flex;justify-content:center;gap:4px;margin-top:var(--s-5)}.wt-sectors__dot{width:24px;height:24px;padding:0;border:0;cursor:pointer;background:transparent;display:grid;place-items:center}.wt-sectors__dot:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--line-strong);transition:background var(--dur-micro),width var(--dur-micro),border-radius var(--dur-micro)}.wt-sectors__dot:hover:before{background:var(--text-muted)}.wt-sectors__dot.is-active:before{background:var(--brand);width:24px;border-radius:5px}.wt-cross{background:var(--surface)}.wt-cross .section-head{max-width:none}.wt-cross .section-head__lead{max-width:82ch;margin-inline:auto}.wt-cross__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-5);align-items:stretch}@media(max-width:900px){.wt-cross__grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto}}.wt-cross-card{--pc:var(--brand);--pct:var(--brand-tint);--pci:var(--azure-ink);position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--s-6) var(--s-5);overflow:hidden;color:var(--text);text-decoration:none;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),border-color var(--dur-base)}.wt-cross-card:after{content:"";position:absolute;left:0;top:0;height:3px;width:0;background:var(--pc);transition:width var(--dur-base) var(--ease)}.wt-cross-card:hover{transform:translateY(-6px);box-shadow:var(--sh-lg);border-color:transparent;text-decoration:none}.wt-cross-card:hover:after{width:100%}.wt-cross-card__icon{flex:none;display:inline-flex;align-items:center;margin-bottom:var(--s-5)}.wt-cross-card__icon img{width:60px;height:60px;object-fit:contain}.wt-cross-card__title{font-size:var(--fs-h4);font-weight:var(--fw-bold);letter-spacing:var(--tracking-tight);margin:0 0 8px}.wt-cross-card__tag{margin:0 0 var(--s-5);font-size:var(--fs-sm);line-height:1.6;color:var(--text-muted)}.wt-cross-card__list{list-style:none;margin:0 0 var(--s-5);padding:0;display:flex;flex-direction:column;gap:10px}.wt-cross-card__list li{display:flex;align-items:center;gap:10px;font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--text)}.wt-cross-card__list .ic{flex:none;width:15px;height:15px;color:var(--pc)}.wt-cross-card__link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:var(--fs-sm);font-weight:var(--fw-bold);color:var(--pci)}.wt-cross-card__link .ic{transition:transform var(--dur-micro) var(--ease)}.wt-cross-card:hover .wt-cross-card__link .ic{transform:translate(3px)}.wt-cross-card--azure{--pc:var(--brand);--pct:var(--tint-azure);--pci:var(--azure-ink)}.wt-cross-card--green{--pc:var(--ok);--pct:var(--tint-green);--pci:var(--green-ink)}.wt-cross-card--amber{--pc:var(--icon-amber);--pct:var(--tint-amber);--pci:var(--amber-ink)}.wt-cross-card--indigo{--pc:var(--icon-indigo);--pct:var(--tint-indigo);--pci:var(--indigo-ink)}.wt-proc{background:var(--surface-2)}.wt-proc .section-head{max-width:none}.wt-proc .section-head__lead{max-width:82ch;margin-inline:auto}.wt-proc__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-5)}@media(max-width:900px){.wt-proc__grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.wt-proc__grid{grid-template-columns:1fr}}.wt-proc-step{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:0 1px 2px #10162609;padding:var(--s-5);transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease),border-color var(--dur-base)}.wt-proc-step:hover{transform:translateY(-4px);box-shadow:var(--sh-md);border-color:var(--brand-tint)}.wt-proc-step__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--s-4)}.wt-proc-step__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:var(--r-md);background:var(--tint-azure);color:var(--brand)}.wt-proc-step__icon .ic{width:24px;height:24px}.wt-proc-step__num{font-size:var(--fs-h2);font-weight:var(--fw-black);line-height:1;letter-spacing:-.03em;color:var(--text-faint)}.wt-proc-step__title{font-size:var(--fs-h4);font-weight:var(--fw-bold);margin-bottom:var(--s-2)}.wt-proc-step__text{color:var(--text-muted);font-size:var(--fs-sm);line-height:1.7;margin:0}.wt-tech{background:var(--surface)}.wt-tech .section-head{max-width:none}.wt-tech .section-head__lead{max-width:82ch;margin-inline:auto}.wt-tech__row{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--s-6) var(--s-5)}.wt-tech-badge{display:flex;flex-direction:column;align-items:center;gap:var(--s-3);width:104px}.wt-tech-badge__logo{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease)}.wt-tech-badge__logo svg{width:42px;height:42px;display:block}.wt-tech-badge__logo img{height:40px;width:auto;display:block}.wt-tech-badge:hover .wt-tech-badge__logo{transform:translateY(-6px);box-shadow:var(--sh-md)}.wt-tech-badge__name{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--text);letter-spacing:var(--tracking-tight)}.wt-tech-badge--wordpress .wt-tech-badge__logo{background:#e4eff4}.wt-tech-badge--woocommerce .wt-tech-badge__logo{background:#f3eaf1}.wt-tech-badge--shopify .wt-tech-badge__logo{background:#e9f2dc}.wt-tech-badge--php .wt-tech-badge__logo{background:#ecedf6}.wt-tech-badge--html5 .wt-tech-badge__logo{background:#fceae3}.wt-tech-badge--css .wt-tech-badge__logo{background:#eee7f5}.wt-tech-badge--javascript .wt-tech-badge__logo{background:#fbf4ce}.wt-tech-badge--mysql .wt-tech-badge__logo{background:#e7eef4}.wt-tech-badge--more .wt-tech-badge__logo{background:transparent;border:1.5px dashed var(--line-strong);color:var(--text-faint)}.wt-tech-badge--more:hover .wt-tech-badge__logo{border-color:var(--brand);color:var(--brand);box-shadow:none}.wt-tech-badge--more .wt-tech-badge__name{color:var(--text-muted)}.wt-why{background:var(--surface-2)}.wt-why__inner{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(32px,5vw,64px);align-items:stretch}@media(max-width:880px){.wt-why__inner{grid-template-columns:1fr;gap:var(--s-6)}}.wt-why__media{position:relative;align-self:stretch;min-height:300px;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-lg)}.wt-why__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}@media(max-width:880px){.wt-why__media{min-height:0;aspect-ratio:5/4}}.wt-why__content{min-width:0;display:flex;flex-direction:column;justify-content:center}.wt-why__title{font-size:var(--fs-h2);font-weight:var(--fw-black);line-height:1.2;letter-spacing:var(--tracking-tight);margin:0 0 var(--s-4)}.wt-why__text>p{margin:0;font-size:var(--fs-body);line-height:1.7;color:var(--text-muted)}.wt-why__text>p+p{margin-top:var(--s-4)}.wt-why__chips{list-style:none;margin:var(--s-6) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:var(--s-4) var(--s-5)}.wt-chip{display:inline-flex;align-items:center;gap:10px;font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--text)}.wt-chip__bx{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--r-md);background:var(--surface);border:1px solid var(--line);box-shadow:0 1px 2px #1016260d}.wt-chip__bx .ic{width:16px;height:16px;color:var(--brand)}.marquee__group{list-style:none;margin:0;padding:0}.wt .reviews,.wt .wt-price{background:var(--surface)}.wt .reviews+.wt-price{background:var(--surface-2)}.wt .faq{background:var(--surface-2)}.wt .reviews~.faq{background:var(--surface)}.wt-price{background:var(--surface-2)}.wt-price .section-head{max-width:none}.wt-price .section-head__lead{max-width:82ch;margin-inline:auto}.wt-price__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--s-5);align-items:stretch;margin-top:var(--s-3)}@media(max-width:900px){.wt-price__grid{grid-template-columns:minmax(0,1fr);max-width:430px;margin-inline:auto;gap:var(--s-7)}}.wt-plan{--pc:var(--brand-strong);--pct:var(--brand-tint);position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);min-width:0;overflow-wrap:break-word;padding:var(--s-6);box-shadow:0 1px 2px #1016260a;transition:transform var(--dur-base) var(--ease),box-shadow var(--dur-base) var(--ease)}.wt-plan:hover{transform:translateY(-6px);box-shadow:var(--sh-lg)}.wt-plan--green{--pc:#11854F;--pct:var(--tint-green)}.wt-plan--blue{--pc:#0A6BD6;--pct:var(--tint-azure)}.wt-plan--purple{--pc:#4448BF;--pct:var(--tint-indigo)}.wt-plan--featured{box-shadow:0 12px 32px #0b12221a}.wt-plan__badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:2;display:inline-flex;align-items:center;gap:6px;background:var(--pc);color:#fff;font-size:var(--fs-label);font-weight:var(--fw-bold);letter-spacing:.02em;padding:6px 14px;border-radius:var(--r-pill);box-shadow:0 4px 12px #0b12222e;white-space:nowrap}.wt-plan__badge .ic{width:13px;height:13px}.wt-plan__head{display:flex;align-items:flex-start;gap:var(--s-4);margin-bottom:var(--s-5)}.wt-plan__icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:var(--r-lg);background:var(--pct);color:var(--pc)}.wt-plan__icon .ic{width:30px;height:30px}.wt-plan__headtext{min-width:0}.wt-plan__name{font-size:var(--fs-h3);font-weight:var(--fw-black);letter-spacing:var(--tracking-tight);margin:0 0 5px}.wt-plan__tag{font-size:var(--fs-sm);line-height:1.5;color:var(--text-muted);margin:0;min-height:2.8em}.wt-plan__price{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:var(--s-4);border-top:1px solid var(--line);margin-bottom:var(--s-5)}.wt-plan__amount{font-size:clamp(1.65rem,1.35rem + .95vw,2.05rem);font-weight:var(--fw-black);line-height:1;letter-spacing:-.02em;color:var(--pc)}.wt-plan__currency{font-size:.55em;font-weight:var(--fw-bold);margin-right:1px;vertical-align:.1em}.wt-plan__note{text-align:right;line-height:1.4}.wt-plan__note b{display:block;font-size:var(--fs-sm);font-weight:var(--fw-bold);color:var(--pc)}.wt-plan__note span{display:block;font-size:var(--fs-xs);font-weight:var(--fw-medium);color:var(--text-muted)}.wt-plan__cta{width:100%;justify-content:center;margin-bottom:var(--s-6);background:var(--pc);color:#fff;border-color:transparent}.wt-plan__cta:hover{filter:brightness(.93);color:#fff}.wt-plan__features{list-style:none;margin:0;padding:var(--s-5) 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:var(--s-3)}.wt-plan__features li{display:flex;align-items:center;gap:12px;min-height:34px;font-size:var(--fs-sm);line-height:1.35;color:var(--text)}.wt-plan__feat-txt{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wt-em{font-weight:inherit}.wt-tip{position:relative;flex:none;display:inline-flex;margin-left:2px}.wt-tip__btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;background:none;color:var(--text-faint);cursor:help;border-radius:50%;transition:color var(--dur-micro)}.wt-tip__btn:hover,.wt-tip__btn:focus-visible{color:var(--brand)}.wt-tip__btn .ic{width:14px;height:14px}.wt-tip__bubble{position:absolute;bottom:calc(100% + 9px);right:-6px;z-index:6;width:max-content;max-width:230px;background:var(--ink-2);color:#fff;font-size:var(--fs-xs);font-weight:var(--fw-body);line-height:1.5;padding:9px 12px;border-radius:var(--r-md);box-shadow:var(--sh-lg);white-space:normal;text-align:left;opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .18s var(--ease),transform .18s var(--ease),visibility .18s}.wt-tip__bubble:after{content:"";position:absolute;top:100%;right:12px;border:6px solid transparent;border-top-color:var(--ink-2)}.wt-tip:hover .wt-tip__bubble,.wt-tip__btn:focus-visible+.wt-tip__bubble,.wt-tip__btn:focus+.wt-tip__bubble{opacity:1;visibility:visible;transform:none}.wt-plan__fic{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--pct);color:var(--pc)}.wt-plan__fic .ic{width:16px;height:16px}.wt-plan__feat--off .wt-plan__fic{background:var(--surface-2);color:var(--text-faint)}.wt-plan__feat--off .wt-plan__feat-txt{color:var(--text-muted)}.wt-price__foot{text-align:center;margin:var(--s-7) auto 0;max-width:64ch;font-size:var(--fs-sm);line-height:1.6;color:var(--text-muted)}.wt-types__grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.wt-types__grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.wt-types__grid--3{grid-template-columns:1fr}}.wt-types.seo-alt{background:var(--surface-2)}.seo .reviews{background:var(--surface)}.seo .refs__action{margin-top:var(--s-6)}.seo-price,.seo .faq{background:var(--surface)}.seo .reviews+.faq{background:var(--surface-2)}.wt-plan__amount--custom{font-size:clamp(1.4rem,1.2rem + .7vw,1.75rem)}.seo-price .wt-plan__features li{align-items:flex-start}.seo-price .wt-plan__feat-txt{white-space:normal;padding-top:6px}.seo-price .wt-tip{margin-top:6px}.wt-tech-badge--googleanalytics .wt-tech-badge__logo{background:#fcefe0}.wt-tech-badge--googlesearchconsole .wt-tech-badge__logo{background:#e7f0fe}.wt-tech-badge--semrush .wt-tech-badge__logo{background:#ffe9e1}.wt-tech-badge--yoast .wt-tech-badge__logo{background:#f6e4ef}.wt-tech-badge--lighthouse .wt-tech-badge__logo{background:#fde8e2}.wt-tech-badge--googletagmanager .wt-tech-badge__logo{background:#e4edfb}.wt-tech-badge--googleads .wt-tech-badge__logo{background:#e7effe}.wt-tech-badge--ahrefs .wt-tech-badge__logo{background:#fdeedd}.wt-tech-badge--photoshop .wt-tech-badge__logo{background:#e4f2ff}.wt-tech-badge--illustrator .wt-tech-badge__logo{background:#fceedd}.wt-tech-badge--indesign .wt-tech-badge__logo{background:#fce3ec}.wt-tech-badge--lightroom .wt-tech-badge__logo{background:#e2effb}.wt-tech-badge--aftereffects .wt-tech-badge__logo{background:#ece9fd}.wt-tech-badge--figma .wt-tech-badge__logo{background:#fce7e0}.wt-tech-badge--canva .wt-tech-badge__logo{background:#dcf5f6}.gr-price{background:var(--surface)}.gr-price .wt-plan__features li{align-items:flex-start}.gr-price .wt-plan__feat-txt{white-space:normal;padding-top:6px}.gr-price .wt-tip{margin-top:6px}.gr .wt-cross{background:var(--surface-2)}.gr .refs{background:var(--surface)}.gr .faq{background:var(--surface-2)}.gr .reviews+.faq{background:var(--surface)}.wt-tech-badge--facebook .wt-tech-badge__logo{background:#e7f0fe}.wt-tech-badge--instagram .wt-tech-badge__logo{background:#fce6f0}.wt-tech-badge--youtube .wt-tech-badge__logo{background:#fde6e6}.wt-tech-badge--linkedin .wt-tech-badge__logo{background:#e3edf9}.wt-tech-badge--x .wt-tech-badge__logo{background:#eceef1}.wt-tech-badge--tiktok .wt-tech-badge__logo{background:#e9f7f8}.wt-tech-badge--whatsapp .wt-tech-badge__logo{background:#dff5e6}.dig-price{background:var(--surface)}.dig-price .wt-plan__features li{align-items:flex-start}.dig-price .wt-plan__feat-txt{white-space:normal;padding-top:6px}.dig-price .wt-tip{margin-top:6px}.dig .wt-cross{background:var(--surface-2)}.dig .refs{background:var(--surface)}.dig .faq{background:var(--surface-2)}.dig .reviews+.faq{background:var(--surface)}.seo-analiz{position:relative;isolation:isolate;color:var(--on-dark);background:#0b1222 var(--seo-analiz-bg) center/cover no-repeat;background-attachment:fixed;padding-block:clamp(64px,10vw,120px)}.seo-analiz__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0b1222bd,#0b12229e)}@media(max-width:820px){.seo-analiz{background-attachment:scroll}}.seo-analiz__inner{max-width:920px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.seo-analiz__tool{display:inline-flex;align-items:center;gap:9px;background:#fff;border-radius:var(--r-pill);padding:7px 16px 7px 13px;font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--ink);box-shadow:var(--sh-md);margin-bottom:var(--s-5)}.seo-analiz__tool svg{width:20px;height:20px;display:block}.seo-analiz__title{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.3rem);font-weight:var(--fw-black);line-height:1.18;letter-spacing:var(--tracking-tight);margin:0 0 var(--s-4);color:#fff;text-wrap:balance;max-width:24ch}.seo-analiz__hl{color:var(--brand-on-dark)}.seo-analiz__text{font-size:1.0625rem;line-height:1.65;color:var(--on-dark-muted);max-width:52ch;margin:0 0 var(--s-6)}.seo-analiz__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.seo-analiz__micro{margin:var(--s-5) 0 0;font-size:var(--fs-sm);color:var(--on-dark-muted)}@media(hover:none){.wt-type:hover,.wt-sector:hover,.wt-cross-card:hover,.wt-proc-step:hover,.wt-plan:hover,.stat:hover,.marquee__item:hover,.wt-tech-badge:hover .wt-tech-badge__logo{transform:none}}.wt-price__micro{text-align:center;margin:var(--s-4) auto 0;max-width:64ch;font-size:var(--fs-sm);line-height:1.6;color:var(--text-muted)}.wt-price{scroll-margin-top:96px}.wt .section-head__lead,.seo .section-head__lead,.gr .section-head__lead,.dig .section-head__lead{max-width:64ch}
