
:root{--bg:#f4f5f6;--paper:#fff;--ink:#17191c;--muted:#73777d;--line:#dfe2e6;--orange:#e85b26;--orange2:#ff7a46;--blue:#4e8fd8;--soft:#eef3f7;--container:min(1560px,calc(100vw - 72px));--shadow:0 24px 70px rgba(28,39,52,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Onest",Arial,sans-serif;font-weight:400;line-height:1.45;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.container{width:var(--container);margin:auto}.section{padding:118px 0}.kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--orange)}.display{font-weight:300;letter-spacing:-.055em;line-height:.94;margin:0;font-size:clamp(48px,5vw,78px)}.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:700px}.btn{height:54px;padding:0 24px;border:1px solid transparent;display:inline-flex;align-items:center;gap:12px;justify-content:center;font-weight:500;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:#cf4d1d;transform:translateY(-1px)}.btn-ghost{background:rgba(255,255,255,.82);border-color:rgba(29,39,49,.14);backdrop-filter:blur(12px)}.btn-ghost:hover{background:#fff}.arrow{font-size:19px}

/* header */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:108px;display:grid;grid-template-columns:270px 1fr auto;align-items:center;gap:36px}.brand img{width:244px;height:auto}.menu{display:flex;justify-content:center;align-items:center;gap:31px;font-size:17px;font-weight:400}.menu a{position:relative;padding:12px 0}.menu a:after{content:"";position:absolute;left:0;right:100%;height:1px;bottom:5px;background:var(--orange);transition:.2s}.menu a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:12px}.header-actions .btn{height:50px}.hamb{display:none;width:48px;height:48px;border:1px solid var(--line);background:#fff;font-size:22px}.mobile-menu{display:none}

/* hero */
.hero{margin:0;background:#fff}.hero-stage{position:relative;min-height:525px;background-image:url("../images/hero-commerce-dark.svg");background-size:cover;background-position:center 42%;overflow:hidden}.hero-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 28%,rgba(255,255,255,.68) 47%,rgba(255,255,255,.12) 69%,rgba(255,255,255,0) 100%)}.hero-stage:after{content:"";position:absolute;left:0;top:0;bottom:0;width:min(860px,61vw);background:linear-gradient(90deg,rgba(236,244,250,.66),rgba(255,255,255,.2),transparent);pointer-events:none}.hero-inner{position:relative;z-index:2;min-height:525px;display:flex;align-items:center}.hero-copy{max-width:760px;padding:44px 0 48px}.hero-copy .kicker{color:#4e7497}.hero-copy h1{font-size:clamp(50px,5.2vw,82px);font-weight:300;letter-spacing:-.058em;line-height:.94;margin:14px 0 0;max-width:760px}.hero-copy h1 span{color:var(--orange);font-weight:400}.hero-copy p{font-size:18px;color:#515960;max-width:650px;margin:22px 0 0;line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:34px;max-width:700px;border-top:1px solid rgba(38,57,74,.16)}.hero-proof div{padding:16px 22px 0 0;border-right:1px solid rgba(38,57,74,.14)}.hero-proof div:last-child{border-right:0;padding-left:24px}.hero-proof div:nth-child(2){padding-left:24px}.hero-proof b{display:block;font-size:15px;font-weight:500}.hero-proof small{display:block;margin-top:4px;color:#7e8790;font-size:12px}

/* intro strip */
.benefit-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{min-height:180px;padding:34px 34px 30px;border-right:1px solid var(--line)}.benefit:first-child{border-left:1px solid var(--line)}.benefit .num{color:var(--orange);font-size:12px;letter-spacing:.1em}.benefit h3{font-size:21px;font-weight:400;letter-spacing:-.02em;margin:34px 0 8px}.benefit p{font-size:14px;color:var(--muted);margin:0;max-width:290px}

/* section head */
.section-head{display:grid;grid-template-columns:1fr .72fr;gap:80px;align-items:end;margin-bottom:52px}.section-head .lead{margin:0}

/* services editorial */
.services-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px}.services-rail{border-top:1px solid var(--ink);padding-top:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:650px}.services-rail h3{font-size:32px;font-weight:300;letter-spacing:-.035em;margin:0;max-width:420px}.services-rail p{color:var(--muted);max-width:410px}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service{position:relative;min-height:316px;padding:32px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:.2s ease}.service:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service.featured{grid-row:span 2;min-height:650px;background:#242b31;color:#fff;border-color:#242b31}.service.orange{background:#eef4f8;border-color:#d9e5ef}.service .index{font-size:12px;color:var(--orange);letter-spacing:.1em}.service.featured .index{color:#ff9a70}.service h3{font-size:clamp(27px,2.3vw,40px);line-height:1.03;font-weight:300;letter-spacing:-.04em;margin:0;max-width:520px}.service p{font-size:15px;color:var(--muted);max-width:480px}.service.featured p{color:rgba(255,255,255,.66)}.service-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.tag{padding:8px 11px;border:1px solid var(--line);font-size:12px;color:var(--muted)}.featured .tag{border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.74)}.orb{position:absolute;right:-100px;top:-100px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 54px rgba(255,255,255,.035),0 0 0 108px rgba(255,255,255,.018)}

/* numbers */
.numbers{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.numbers-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.numbers-title{position:sticky;top:140px}.numbers-title .display{font-size:clamp(46px,4.7vw,72px)}.numbers-expertise{margin-top:34px;padding-top:24px;border-top:1px solid var(--line);max-width:560px}.numbers-expertise strong{display:block;font-size:18px;font-weight:500;letter-spacing:-.02em;margin-bottom:9px}.numbers-expertise p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.numbers-expertise-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.numbers-expertise-tags span{padding:8px 10px;border:1px solid #d8dddf;background:#fafafa;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#555e63}.numbers-list{border-top:1px solid var(--ink)}.number-row{display:grid;grid-template-columns:180px 1fr;gap:38px;padding:30px 0;border-bottom:1px solid var(--line);align-items:center}.number-row strong{font-size:50px;font-weight:300;letter-spacing:-.05em;color:var(--orange)}.number-row div{font-size:17px}.number-row span{display:block;color:var(--muted);font-size:13px;margin-top:5px}
.numbers-geo{margin-top:24px;padding:26px 28px;background:#1e2b31;color:#fff;display:grid;grid-template-columns:92px 1fr;gap:24px;align-items:center;overflow:hidden;position:relative}
.numbers-geo:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.10);border-radius:50%;right:-72px;top:-68px;box-shadow:0 0 0 32px rgba(255,255,255,.025),0 0 0 64px rgba(255,255,255,.02)}
.numbers-geo-mark{width:76px;height:76px;border:1px solid rgba(255,255,255,.20);border-radius:50%;display:grid;place-items:center;position:relative;z-index:1}
.numbers-geo-mark:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--orange);top:17px;right:13px;box-shadow:-32px 20px 0 rgba(236,105,50,.45),-7px 38px 0 rgba(236,105,50,.28)}
.numbers-geo-mark strong{font-size:20px;font-weight:500;letter-spacing:.08em;color:#fff}
.numbers-geo-copy{position:relative;z-index:1}
.numbers-geo-copy small{display:block;color:rgba(255,255,255,.58);font-size:11px;letter-spacing:.10em;text-transform:uppercase;margin-bottom:7px}
.numbers-geo-copy b{display:block;font-size:22px;font-weight:450;letter-spacing:-.025em;margin-bottom:7px}
.numbers-geo-copy p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.55;max-width:520px}
@media(max-width:680px){.numbers-geo{grid-template-columns:64px 1fr;padding:22px 20px;gap:18px}.numbers-geo-mark{width:58px;height:58px}.numbers-geo-mark strong{font-size:16px}.numbers-geo-copy b{font-size:19px}}

/* directions */
.directions{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink)}.direction{padding:30px 28px 0 0;min-height:250px;border-right:1px solid var(--line)}.direction+.direction{padding-left:28px}.direction:last-child{border-right:0}.direction .idx{font-size:12px;color:var(--orange)}.direction h3{font-weight:300;font-size:30px;letter-spacing:-.035em;margin:48px 0 12px}.direction p{font-size:14px;color:var(--muted);margin:0}

/* cases */
.cases-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.case{background:#fff;border:1px solid var(--line);transition:.2s ease;overflow:hidden}.case:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.case-preview{height:410px;padding:28px;background:linear-gradient(145deg,#e7edf2,#f7f8f9)}.case.small .case-preview{background:linear-gradient(145deg,#f3e8df,#faf6f2)}.browser{height:100%;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 45px rgba(28,39,52,.09);overflow:hidden}.browser-head{height:46px;border-bottom:1px solid #eceff1;display:flex;justify-content:space-between;align-items:center;padding:0 18px;font-size:11px;font-weight:500}.browser-body{height:calc(100% - 46px);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:34px;background:#fafbfc}.case-title{font-size:38px;font-weight:300;line-height:1;letter-spacing:-.045em}.case-title span{color:var(--orange)}.shape{width:86%;aspect-ratio:1.6;background:linear-gradient(135deg,#20252a,#67717a);border-radius:55% 25% 45% 65%;transform:rotate(-8deg);box-shadow:0 28px 50px rgba(31,39,46,.16)}.burst{width:80%;aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(from 0deg,#ec6932 0 4deg,transparent 4deg 13deg)}.case-body{padding:28px 30px 34px}.case-body small{font-size:11px;letter-spacing:.1em;color:var(--orange)}.case-body h3{font-size:30px;font-weight:300;letter-spacing:-.04em;margin:8px 0}.case-body p{font-size:14px;color:var(--muted);margin:0;max-width:620px}

/* marketplaces */
.market{background:#eaf1f6;border-top:1px solid #d7e1e9;border-bottom:1px solid #d7e1e9}.market-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.market-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #9caebb}.market-item{min-height:190px;padding:28px;border-right:1px solid #cbd8e1;border-bottom:1px solid #cbd8e1;background:rgba(255,255,255,.34)}.market-item:nth-child(2n){border-right:0}.market-item b{font-size:28px;font-weight:400;letter-spacing:-.035em}.market-item p{font-size:13px;color:#6b7882;margin:30px 0 0}.ozon{color:#1268ff}.wb{color:#b32cd0}.ym{color:#202020}.avito{color:#2870d8}

/* reviews */
.review-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.quote{background:#fff;border:1px solid var(--line);padding:48px}.quote-mark{font-size:70px;line-height:.7;color:var(--orange)}.quote p{font-size:26px;font-weight:300;line-height:1.4;letter-spacing:-.025em;max-width:850px;margin:28px 0 40px}.quote-meta{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:var(--muted)}.trust{background:#252d33;color:#fff;padding:44px;display:flex;flex-direction:column;justify-content:space-between}.trust h3{font-size:38px;font-weight:300;letter-spacing:-.04em;line-height:1.05;margin:16px 0}.trust p{color:rgba(255,255,255,.64)}.trust-list{display:grid;gap:0;margin-top:30px}.trust-list div{padding:17px 0;border-top:1px solid rgba(255,255,255,.13);font-size:14px}

/* cta/footer */
.cta{padding:0 0 110px}.cta-box{background:var(--orange);color:#fff;padding:58px 64px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.cta-box h2{font-size:clamp(42px,4.7vw,70px);font-weight:300;letter-spacing:-.05em;line-height:.95;margin:0;max-width:960px}.cta-box p{font-size:17px;color:rgba(255,255,255,.76);max-width:700px;margin:18px 0 0}.cta-box .btn{background:#fff;color:var(--ink);min-width:220px}footer{background:#23272b;color:#f4f3ef;padding:60px 0 0;border-top:1px solid #363b40}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:60px;padding-bottom:42px}.footer-name{font-size:22px;font-weight:500;letter-spacing:-.02em;color:#fff;margin:0 0 18px}.footer-copy{color:#d7dadb;font-size:13px;line-height:1.7;max-width:380px;margin:0}.footer-legal-meta{margin-top:14px;color:#9ea3a6;font-size:12px;line-height:1.6}.footer-col h4{font-size:11px;letter-spacing:.12em;color:#94999d;text-transform:uppercase;margin:0 0 18px}.footer-col a,.footer-col div{display:block;margin:9px 0;font-size:14px;color:#e1e3e3;transition:color .2s ease}.footer-col a:hover{color:#f07b49}.footer-col a:focus-visible{outline:2px solid #f07b49;outline-offset:4px}.footer-bottom{border-top:1px solid #3d4247;display:flex;justify-content:space-between;align-items:center;gap:28px;padding:22px 0 26px;color:#9ea3a6;font-size:12px;line-height:1.5}.footer-bottom div:last-child{text-align:right}.footer-policy-links{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.footer-policy-links a{color:#c7cbcd;transition:color .2s ease}.footer-policy-links a:hover{color:#fff}.footer-policy-links .sep{color:#666c71}

.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:1150px){:root{--container:min(100% - 40px,1560px)}.menu{display:none}.header-actions .btn{display:none}.hamb{display:flex}.nav{grid-template-columns:1fr auto}.hero-stage,.hero-inner{min-height:540px}.hero-stage{background-position:62% 42%}.hero-stage:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 43%,rgba(255,255,255,.4) 70%,rgba(255,255,255,.04) 100%)}.benefit-grid{grid-template-columns:1fr 1fr}.benefit:nth-child(2){border-right:0}.benefit:nth-child(n+3){border-top:1px solid var(--line)}.section-head,.services-layout,.numbers-wrap,.market-layout{grid-template-columns:1fr;gap:42px}.services-rail{min-height:auto}.services-grid{grid-template-columns:1fr 1fr}.directions{grid-template-columns:1fr 1fr}.direction:nth-child(2){border-right:0}.direction:nth-child(n+3){border-top:1px solid var(--line)}.cases-grid,.review-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-menu{position:fixed;left:20px;right:20px;top:118px;z-index:80;background:#fff;border:1px solid var(--line);padding:12px;box-shadow:var(--shadow)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:14px 12px;border-bottom:1px solid var(--line)}}
@media(max-width:720px){:root{--container:min(100% - 24px,1560px)}.nav{height:88px}.brand img{width:190px}.section{padding:82px 0}.hero-stage,.hero-inner{min-height:575px}.hero-stage{background-position:72% center}.hero-stage:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 65%,rgba(255,255,255,.52) 100%)}.hero-copy{padding:38px 0 42px}.hero-copy h1{font-size:44px;line-height:.98}.hero-copy p{font-size:16px}.hero-proof{grid-template-columns:1fr;gap:0;margin-top:26px}.hero-proof div,.hero-proof div:nth-child(2),.hero-proof div:last-child{padding:14px 0;border-right:0;border-bottom:1px solid rgba(38,57,74,.12)}.benefit-grid,.services-grid,.directions,.market-grid{grid-template-columns:1fr}.benefit,.benefit:first-child{border-left:0;border-right:0}.benefit:nth-child(n+2){border-top:1px solid var(--line)}.service.featured{grid-row:auto;min-height:470px}.numbers-title{position:static}.number-row{grid-template-columns:120px 1fr}.number-row strong{font-size:40px}.direction,.direction+.direction{padding:26px 0;border-right:0;border-top:1px solid var(--line)}.case-preview{height:300px;padding:16px}.case-title{font-size:27px}.market-item{border-right:0}.quote{padding:30px}.quote p{font-size:20px}.trust{padding:30px}.cta-box{grid-template-columns:1fr;padding:40px 28px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;padding:20px 0 24px}.footer-bottom div:last-child{text-align:left}.footer-policy-links{justify-content:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* ===== V12 compact services cluster ===== */
.services-section{padding-top:104px;padding-bottom:108px}
.services-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:70px;align-items:end;margin-bottom:42px;border-bottom:1px solid var(--line);padding-bottom:38px}
.services-title .display{max-width:900px;font-size:clamp(46px,4.35vw,72px)}
.services-intro{max-width:620px;justify-self:end}
.services-intro p{margin:0;color:var(--muted);font-size:17px;line-height:1.62}
.services-flow{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:24px;font-size:12px;color:#5f646a;text-transform:uppercase;letter-spacing:.06em}
.services-flow span{padding:8px 10px;background:#fff;border:1px solid var(--line)}
.services-flow i{font-style:normal;color:var(--orange)}
.service-cluster{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:18px;min-height:500px}
.service-main{position:relative;overflow:hidden;background:#232a30;color:#fff;min-height:500px;padding:38px 40px;display:flex;flex-direction:column;justify-content:space-between}
.service-main:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-155px;top:-145px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 56px rgba(255,255,255,.028),0 0 0 112px rgba(255,255,255,.014)}
.service-main-top{display:flex;align-items:center;gap:16px;position:relative;z-index:2}
.service-no{font-size:12px;color:#ff9a70;letter-spacing:.1em}.service-label{font-size:12px;color:rgba(255,255,255,.48);text-transform:uppercase;letter-spacing:.08em}
.service-main-body{position:relative;z-index:2;max-width:710px}
.service-main h3{font-size:clamp(34px,3.1vw,54px);line-height:1.02;font-weight:300;letter-spacing:-.045em;margin:0}
.service-main p{font-size:16px;line-height:1.62;color:rgba(255,255,255,.66);max-width:650px;margin:20px 0 0}
.service-main .service-tags{margin-top:26px}.service-main .tag{border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.75);background:rgba(255,255,255,.02)}
.service-main-mark{position:absolute;right:34px;bottom:30px;text-align:right;font-size:54px;line-height:.82;letter-spacing:-.07em;font-weight:300;color:rgba(255,255,255,.055);pointer-events:none}
.service-main-mark span{display:block}
.service-side-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.service-compact{min-height:241px;background:#fff;border:1px solid var(--line);padding:28px;display:flex;flex-direction:column;transition:.2s ease}
.service-compact:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.service-compact.blue{background:#edf4f8;border-color:#d9e6ee}.service-compact.soft{background:#f8f5f0}.service-compact.orange-line{border-top:3px solid var(--orange);padding-top:26px}
.compact-top{display:flex;gap:14px;align-items:flex-start}.compact-top span{font-size:11px;letter-spacing:.08em;color:var(--orange);padding-top:4px}.compact-top b{font-size:23px;line-height:1.08;font-weight:400;letter-spacing:-.03em}
.service-compact p{margin:18px 0 24px;color:var(--muted);font-size:14px;line-height:1.55;max-width:360px}
.compact-link{margin-top:auto;border-top:1px solid rgba(115,119,125,.18);padding-top:14px;font-size:12px;color:#5e6267;display:flex;justify-content:space-between;gap:18px}.compact-link span{color:var(--orange);font-size:16px}
@media(max-width:1150px){.services-head{grid-template-columns:1fr;gap:24px}.services-intro{justify-self:start;max-width:760px}.service-cluster{grid-template-columns:1fr}.service-main{min-height:430px}.service-side-grid{grid-template-columns:1fr 1fr}.service-compact{min-height:220px}}
@media(max-width:720px){.services-section{padding-top:78px;padding-bottom:82px}.services-head{margin-bottom:28px;padding-bottom:28px}.services-title .display{font-size:46px}.services-flow{gap:6px}.services-flow i{display:none}.service-main{min-height:410px;padding:30px 26px}.service-main h3{font-size:36px}.service-main-mark{font-size:42px;right:20px}.service-side-grid{grid-template-columns:1fr;gap:12px}.service-compact{min-height:0;padding:24px}.compact-top b{font-size:21px}}



/* ===== V13: real client gratitude letters ===== */
.reviews-section{background:#eef1f2;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.reviews-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);gap:80px;align-items:end;margin-bottom:46px}
.reviews-head .display{max-width:950px}
.reviews-note{border-left:1px solid #cfd5d8;padding-left:28px;color:var(--muted);font-size:15px;line-height:1.65}
.reviews-note b{display:block;color:var(--ink);font-size:18px;font-weight:500;margin-bottom:7px}
.reviews-actions{display:flex;align-items:center;gap:18px;margin-top:18px;flex-wrap:wrap}
.reviews-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;border-bottom:1px solid #b9c1c5;padding-bottom:3px}
.letters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:start}
.letter-card{appearance:none;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;min-width:0;color:inherit;font:inherit}
.letter-sheet{position:relative;background:#fff;border:1px solid #d9dddf;padding:11px;box-shadow:0 22px 55px rgba(32,43,50,.10);transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}
.letter-card:nth-child(1) .letter-sheet{transform:rotate(-1.1deg)}
.letter-card:nth-child(2) .letter-sheet{transform:translateY(22px) rotate(.7deg)}
.letter-card:nth-child(3) .letter-sheet{transform:rotate(-.4deg)}
.letter-card:nth-child(4) .letter-sheet{transform:translateY(14px) rotate(.9deg)}
.letter-card:hover .letter-sheet{transform:translateY(-5px) rotate(0deg);box-shadow:0 30px 70px rgba(32,43,50,.15)}
.letter-card:focus-visible{outline:3px solid rgba(236,105,50,.28);outline-offset:7px}
.letter-sheet:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.24),transparent 28%);z-index:2}
.letter-sheet img{width:100%;aspect-ratio:724/1024;object-fit:cover;object-position:top center;display:block;background:#f7f7f7;filter:saturate(.94) contrast(1.015)}
.letter-meta{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:16px 2px 0}
.letter-meta strong{font-size:17px;font-weight:400;letter-spacing:-.02em}
.letter-meta span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;padding-top:4px}
.letter-caption{font-size:12px;color:var(--muted);margin-top:5px}
.letter-dialog{width:min(900px,calc(100vw - 36px));max-height:92vh;border:0;padding:0;background:#fff;box-shadow:0 35px 110px rgba(0,0,0,.28)}
.letter-dialog::backdrop{background:rgba(17,23,28,.68);backdrop-filter:blur(5px)}
.dialog-bar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border-bottom:1px solid #e2e5e6;background:#fafafa;position:sticky;top:0;z-index:3}
.dialog-bar strong{font-size:15px;font-weight:500}.dialog-close{width:38px;height:38px;border-radius:50%;border:1px solid #d7dcde;background:#fff;cursor:pointer;font-size:20px;line-height:1}.dialog-body{padding:20px;background:#eef1f2;max-height:calc(92vh - 58px);overflow:auto}.dialog-body img{width:100%;height:auto;display:block;background:#fff}.dialog-fallback{display:none;padding:24px;background:#fff;color:var(--muted);font-size:14px}
@media(max-width:1050px){.reviews-head{grid-template-columns:1fr;gap:28px}.reviews-note{max-width:720px}.letters-grid{grid-template-columns:repeat(2,1fr);gap:24px}.letter-card:nth-child(1) .letter-sheet,.letter-card:nth-child(2) .letter-sheet,.letter-card:nth-child(3) .letter-sheet,.letter-card:nth-child(4) .letter-sheet{transform:none}}
@media(max-width:680px){.reviews-head{margin-bottom:34px}.reviews-note{border-left:0;border-top:1px solid #cfd5d8;padding:20px 0 0}.letters-grid{grid-template-columns:1fr;gap:32px}.letter-card:nth-child(1) .letter-sheet,.letter-card:nth-child(2) .letter-sheet,.letter-card:nth-child(3) .letter-sheet,.letter-card:nth-child(4) .letter-sheet{transform:none}.letter-meta strong{font-size:18px}.letter-dialog{width:calc(100vw - 16px)}}



/* ===== V15: scalable gratitude-letter carousel ===== */
.letters-carousel{position:relative}
.letters-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 26px;padding-top:2px}
.letters-counter{font-size:12px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.letters-nav{display:flex;align-items:center;gap:10px}
.letters-arrow{width:50px;height:50px;border-radius:50%;border:1px solid #cbd1d4;background:rgba(255,255,255,.72);color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:23px;font-weight:300;transition:.2s ease;backdrop-filter:blur(10px)}
.letters-arrow:hover:not(:disabled){background:#fff;border-color:#aeb7bb;transform:translateY(-1px)}
.letters-arrow:focus-visible{outline:3px solid rgba(236,105,50,.25);outline-offset:3px}
.letters-arrow:disabled{opacity:.3;cursor:default}
.letters-viewport{overflow:hidden;margin:-10px -8px -48px;padding:10px 8px 48px;scroll-behavior:smooth}
.letters-track{display:flex;gap:20px;align-items:flex-start;will-change:transform;transition:transform .48s cubic-bezier(.2,.75,.25,1)}
.letters-track .letter-card{flex:0 0 calc((100% - 80px)/5);min-width:0}
.letters-track .letter-card:nth-child(1) .letter-sheet{transform:rotate(-1deg)}
.letters-track .letter-card:nth-child(2) .letter-sheet{transform:translateY(16px) rotate(.55deg)}
.letters-track .letter-card:nth-child(3) .letter-sheet{transform:rotate(-.35deg)}
.letters-track .letter-card:nth-child(4) .letter-sheet{transform:translateY(11px) rotate(.7deg)}
.letters-track .letter-card:nth-child(5) .letter-sheet{transform:rotate(-.6deg)}
.letters-track .letter-card:nth-child(6) .letter-sheet{transform:translateY(18px) rotate(.45deg)}
.letters-track .letter-card:hover .letter-sheet{transform:translateY(-5px) rotate(0deg)}
.letters-status{font-variant-numeric:tabular-nums}
@media(max-width:1050px){
 .letters-track .letter-card{flex-basis:calc((100% - 20px)/2)}
 .letters-track .letter-card .letter-sheet{transform:none!important}
 .letters-track .letter-card:hover .letter-sheet{transform:translateY(-4px)!important}
}
@media(max-width:680px){
 .letters-toolbar{margin-bottom:18px}
 .letters-counter{font-size:11px}
 .letters-arrow{width:46px;height:46px}
 .letters-track{gap:14px}
 .letters-track .letter-card{flex-basis:100%}
 .letters-viewport{margin-left:-2px;margin-right:-2px;padding-left:2px;padding-right:2px}
}



/* ===== V16: certificates & verified competencies ===== */
.cert-section{background:#f8f7f3;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cert-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:70px;align-items:end;margin-bottom:44px}
.cert-head .display{max-width:880px}
.cert-note{border-left:1px solid #cfd5d8;padding-left:28px;color:var(--muted);font-size:15px;line-height:1.65}
.cert-note b{display:block;color:var(--ink);font-size:18px;font-weight:500;margin-bottom:8px}
.cert-platforms{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.cert-platforms span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:8px 10px;border:1px solid #d7dcde;background:#fff;color:#52595d}
.cert-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:14px;font-weight:500;border-bottom:1px solid #b9c1c5;padding-bottom:3px}
.cert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}
.cert-card{appearance:none;border:1px solid #d9dddf;background:#fff;padding:0;text-align:left;cursor:pointer;color:inherit;font:inherit;min-width:0;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.cert-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(32,43,50,.10);border-color:#c8ced1}
.cert-card:focus-visible{outline:3px solid rgba(236,105,50,.26);outline-offset:4px}
.cert-card.wide{grid-column:span 2}
.cert-card.wide.cert-card--boost .cert-visual{padding:8px 10px}
.cert-card.wide.cert-card--boost .cert-visual img{width:112%;height:112%;object-fit:cover;object-position:center;transform:translateX(-10px)}
.cert-visual{background:#eef1f1;padding:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #e0e4e5}
.cert-card.wide .cert-visual{aspect-ratio:16/10}
.cert-card:not(.wide) .cert-visual{aspect-ratio:3/4}
.cert-visual img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;box-shadow:0 10px 28px rgba(22,32,38,.08)}
.cert-meta{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:17px 18px 19px}
.cert-meta strong{display:block;font-size:16px;font-weight:450;letter-spacing:-.02em;line-height:1.25}
.cert-meta small{display:block;font-size:12px;color:var(--muted);margin-top:5px;line-height:1.4}
.cert-meta span{font-size:11px;color:var(--muted);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;padding-top:3px}
.cert-dialog{width:min(1080px,calc(100vw - 36px));max-height:92vh;border:0;padding:0;background:#fff;box-shadow:0 35px 110px rgba(0,0,0,.28)}
.cert-dialog::backdrop{background:rgba(17,23,28,.70);backdrop-filter:blur(5px)}
.cert-dialog .dialog-body{display:flex;align-items:center;justify-content:center}
.cert-dialog .dialog-body img{width:auto;max-width:100%;max-height:calc(92vh - 100px);object-fit:contain;background:#fff}
@media(max-width:1050px){
 .cert-head{grid-template-columns:1fr;gap:28px}.cert-note{max-width:760px}
 .cert-grid{grid-template-columns:repeat(2,1fr)}.cert-card.wide{grid-column:span 1}.cert-card.wide .cert-visual,.cert-card:not(.wide) .cert-visual{aspect-ratio:4/3}.cert-card.wide.cert-card--boost .cert-visual img{width:106%;height:106%;transform:translateX(-6px)}
}
@media(max-width:680px){
 .cert-head{margin-bottom:32px}.cert-note{border-left:0;border-top:1px solid #cfd5d8;padding:20px 0 0}
 .cert-grid{grid-template-columns:1fr;gap:14px}.cert-card.wide{grid-column:auto}.cert-card.wide .cert-visual,.cert-card:not(.wide) .cert-visual{aspect-ratio:4/3}.cert-card.wide.cert-card--boost .cert-visual img{width:104%;height:104%;transform:translateX(-4px)}
 .cert-meta{padding:15px 16px 17px}.cert-dialog{width:calc(100vw - 16px)}
}



/* ===== V18: real project portfolio ===== */
.portfolio-section{background:#f5f4f0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.portfolio-head{align-items:center}.portfolio-head .display{max-width:930px}.portfolio-head .kicker{font-size:18px;letter-spacing:.04em;text-transform:none;font-weight:500;margin-bottom:14px}.portfolio-head .lead{align-self:center;max-width:620px;font-size:17px;line-height:1.65}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}
.portfolio-card{min-width:0;background:#fff;border:1px solid #d8dde0;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;overflow:hidden}
.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(32,43,50,.10);border-color:#c8ced1}
.portfolio-card--featured{grid-column:span 2}
.portfolio-card--hidden{display:none}
.portfolio-shot{display:block;color:inherit;background:#e9edef;border-bottom:1px solid #dfe3e5;overflow:hidden}
.portfolio-browserbar{height:38px;display:grid;grid-template-columns:72px 1fr 28px;align-items:center;gap:10px;padding:0 13px;background:#f7f8f8;border-bottom:1px solid #e1e4e6;font-size:11px;color:#6f777c;letter-spacing:.015em}
.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;background:#cbd1d4}.browser-dots i:first-child{background:#ec9a7e}.browser-dots i:nth-child(2){background:#e9c37c}.browser-dots i:nth-child(3){background:#9bc8a6}
.portfolio-browserbar>b{font-size:15px;font-weight:400;text-align:right;color:#353c40}
.portfolio-screen{position:relative;aspect-ratio:16/10;background:linear-gradient(145deg,#edf0f1,#dfe5e7);overflow:hidden}
.portfolio-card--featured .portfolio-screen{aspect-ratio:16/8.7}
.portfolio-screen img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .25s ease;background:#edf0f1}
.portfolio-card:hover .portfolio-screen img{transform:scale(1.025)}
.portfolio-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#e7ecee,#f8f9f8);color:#343b40;z-index:0;text-align:center;padding:24px}
.portfolio-fallback strong{font-size:28px;font-weight:350;letter-spacing:-.04em}.portfolio-fallback span{font-size:12px;color:#7b8387;letter-spacing:.06em}
.portfolio-screen img{position:relative;z-index:1}.portfolio-screen.is-fallback img{display:none}
.portfolio-copy{padding:23px 24px 25px}
.portfolio-meta{display:flex;justify-content:space-between;gap:18px;font-size:10px;letter-spacing:.10em;text-transform:uppercase;color:#7c8589;margin-bottom:17px}
.portfolio-meta span:first-child{color:var(--orange);font-weight:500}
.portfolio-copy h3{font-size:26px;font-weight:350;letter-spacing:-.035em;line-height:1.05;margin:0}
.portfolio-card--featured .portfolio-copy h3{font-size:32px}
.portfolio-copy p{font-size:14px;line-height:1.55;color:var(--muted);margin:12px 0 18px;min-height:66px}
.portfolio-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;border-bottom:1px solid #c8cfd2;padding-bottom:3px}.portfolio-link span{color:var(--orange)}
.portfolio-more{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;padding-top:22px;border-top:1px solid #d4d9db}
.portfolio-count{font-size:12px;color:#7c8488;letter-spacing:.06em;text-transform:uppercase}
.portfolio-more-btn{appearance:none;border:1px solid #cbd1d4;background:#fff;color:#20262a;min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:.2s ease}
.portfolio-more-btn:hover{border-color:#9ca6ab;transform:translateY(-1px)}.portfolio-more-btn span{color:var(--orange);font-size:17px}.portfolio-more-btn:disabled{opacity:.48;cursor:default;transform:none}
@media(max-width:1150px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-card--featured{grid-column:span 2}}
@media(max-width:720px){.portfolio-grid{grid-template-columns:1fr;gap:15px}.portfolio-card--featured{grid-column:auto}.portfolio-screen,.portfolio-card--featured .portfolio-screen{aspect-ratio:16/10}.portfolio-copy{padding:20px}.portfolio-copy h3,.portfolio-card--featured .portfolio-copy h3{font-size:25px}.portfolio-copy p{min-height:0}.portfolio-more{align-items:stretch;flex-direction:column}.portfolio-more-btn{width:100%}}


/* ===== V19: modern internal case cards ===== */
.portfolio-section{background:linear-gradient(180deg,#f5f4f0 0%,#f1f2f1 100%)}
.portfolio-grid{gap:24px}
.portfolio-card{
  position:relative;border-radius:22px;border:1px solid #d7dcde;background:#fff;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease;
}
.portfolio-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(31,41,48,.12);border-color:#c3cbd0}
.portfolio-shot{position:relative;border-bottom:0;background:#e8edef;overflow:hidden}
.portfolio-card--featured .portfolio-shot{border-radius:21px 21px 0 0}
.portfolio-shot:after{content:"";position:absolute;inset:auto 0 0;height:28%;background:linear-gradient(180deg,transparent,rgba(12,20,25,.12));pointer-events:none;z-index:2}
.portfolio-browserbar{height:42px;background:rgba(248,249,249,.96);border-bottom:1px solid rgba(216,222,225,.9);padding:0 16px}
.portfolio-browserbar>b{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #d8dde0;color:var(--orange);font-size:13px}
.portfolio-screen{background:#e9edef}
.portfolio-card:hover .portfolio-screen img{transform:scale(1.045)}
.portfolio-copy{position:relative;padding:24px 25px 27px}
.portfolio-meta{align-items:center;margin-bottom:15px}
.portfolio-meta span:first-child{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fff2ec;border:1px solid #f3d7ca;color:#c94e1c;font-size:9px}
.portfolio-meta span:last-child{font-size:11px;color:#9aa1a5}
.portfolio-copy h3{font-size:28px;font-weight:380;line-height:1.02;margin-right:54px}
.portfolio-card--featured .portfolio-copy h3{font-size:36px}
.portfolio-copy p{margin:13px 0 23px;min-height:65px}
.portfolio-link{
  min-height:44px;padding:0 15px 0 17px;border:1px solid #d4dadd;border-radius:999px;
  display:inline-flex;align-items:center;gap:12px;background:#fff;font-size:13px;font-weight:500;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.portfolio-link:hover{background:#20262a;border-color:#20262a;color:#fff}
.portfolio-link span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#f3f5f5;color:var(--orange);transition:.2s ease}
.portfolio-link:hover span{background:rgba(255,255,255,.12);color:#fff;transform:translateX(2px)}
.portfolio-card:before{content:"CASE";position:absolute;right:24px;bottom:28px;font-size:9px;letter-spacing:.16em;color:#b0b6b9;z-index:2}
.portfolio-card--featured:before{font-size:10px}
@media(max-width:720px){.portfolio-copy h3,.portfolio-card--featured .portfolio-copy h3{font-size:27px}.portfolio-card:before{display:none}.portfolio-copy p{min-height:0}.portfolio-link{width:100%;justify-content:space-between}}



/* ===== V20: nine-case 3×3 portfolio grid ===== */
.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;grid-auto-rows:1fr;align-items:stretch}
.portfolio-card{display:flex;flex-direction:column;height:100%;border-radius:20px}
.portfolio-card--featured{grid-column:auto}
.portfolio-shot{flex:0 0 auto;border-radius:19px 19px 0 0}
.portfolio-screen,.portfolio-card--featured .portfolio-screen{aspect-ratio:16/10}
.portfolio-copy{display:flex;flex-direction:column;flex:1;padding:24px 25px 27px}
.portfolio-copy h3,.portfolio-card--featured .portfolio-copy h3{font-size:28px}
.portfolio-copy p{min-height:0;flex:1}
.portfolio-link{margin-top:auto;align-self:flex-start}
.portfolio-more{display:none!important}
.portfolio-all-wrap{display:flex;justify-content:center;margin-top:34px;padding-top:4px}.portfolio-all-cases{min-width:220px;height:54px;box-shadow:0 14px 32px rgba(232,91,38,.16)}.portfolio-all-cases:hover{box-shadow:0 18px 38px rgba(207,77,29,.22)}
@media(max-width:720px){.portfolio-all-wrap{margin-top:24px}.portfolio-all-cases{width:100%}}
@media(max-width:1150px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.portfolio-card--featured{grid-column:auto}}
@media(max-width:720px){.portfolio-grid{grid-template-columns:1fr;gap:15px}.portfolio-copy h3,.portfolio-card--featured .portfolio-copy h3{font-size:27px}.portfolio-link{width:100%;justify-content:space-between}}



/* ===== V27: portfolio headline refinement ===== */
.portfolio-head .display{font-size:clamp(42px,4.15vw,62px);line-height:1.02;max-width:900px;letter-spacing:-.045em}
@media(max-width:720px){.portfolio-head .display{font-size:clamp(36px,10vw,48px);line-height:1.04}}

/* ===== V21: tighter certificates 3 × 2 ===== */
.cert-section{
  padding-top:76px;
  padding-bottom:96px;
}
.cert-head{
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:46px;
  align-items:center;
  margin-bottom:32px;
}
.cert-head .display{
  max-width:920px;
  font-size:clamp(46px,4.45vw,70px);
  line-height:.96;
}
.cert-note{
  padding:18px 0 18px 26px;
  font-size:14px;
  line-height:1.55;
}
.cert-note b{
  font-size:16px;
  line-height:1.35;
  margin-bottom:6px;
}
.cert-platforms{margin-top:14px;gap:6px}
.cert-platforms span{padding:7px 9px;font-size:10px}
.cert-link{margin-top:14px}
.cert-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.cert-card,
.cert-card.wide{
  grid-column:auto;
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.cert-visual,
.cert-card.wide .cert-visual,
.cert-card:not(.wide) .cert-visual{
  aspect-ratio:4/3;
  min-height:0;
  padding:14px;
  background:#eef1f2;
}
.cert-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.cert-card.wide.cert-card--boost .cert-visual{
  padding:8px;
}
.cert-card.wide.cert-card--boost .cert-visual img{
  width:108%;
  height:108%;
  object-fit:cover;
  object-position:center;
  transform:none;
}
.cert-meta{
  flex:1;
  min-height:84px;
  align-items:flex-start;
  padding:16px 17px 18px;
}
.cert-meta strong{font-size:15px}
.cert-meta small{font-size:11px}
@media(max-width:1050px){
  .cert-section{padding-top:68px;padding-bottom:84px}
  .cert-head{grid-template-columns:1fr;gap:22px;margin-bottom:28px}
  .cert-note{border-left:0;border-top:1px solid #cfd5d8;padding:18px 0 0;max-width:none}
  .cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .cert-card.wide.cert-card--boost .cert-visual img{width:106%;height:106%;transform:none}
}
@media(max-width:680px){
  .cert-section{padding-top:58px;padding-bottom:72px}
  .cert-head{margin-bottom:24px}
  .cert-grid{grid-template-columns:1fr;gap:14px}
  .cert-visual,.cert-card.wide .cert-visual,.cert-card:not(.wide) .cert-visual{aspect-ratio:4/3}
  .cert-card.wide.cert-card--boost .cert-visual img{width:104%;height:104%;transform:none}
}



/* V100: refined certificate gallery */
.cert-grid{
  counter-reset:certificate;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.cert-card,
.cert-card.wide{
  counter-increment:certificate;
  grid-column:auto;
  position:relative;
  isolation:isolate;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(24,40,54,.13);
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 38px rgba(24,40,54,.08);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.cert-card:before{
  content:"0" counter(certificate);
  position:absolute;
  z-index:3;
  top:17px;
  left:17px;
  min-width:36px;
  height:28px;
  padding:0 9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(11,24,35,.76);
  color:rgba(255,255,255,.9);
  font-size:10px;
  font-weight:600;
  line-height:1;
  letter-spacing:.12em;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
}
.cert-card:hover{
  transform:translateY(-6px);
  border-color:rgba(232,91,38,.48);
  box-shadow:0 26px 64px rgba(24,40,54,.14);
}
.cert-card:focus-visible{
  outline:3px solid rgba(232,91,38,.3);
  outline-offset:4px;
}
.cert-visual,
.cert-card.wide .cert-visual,
.cert-card:not(.wide) .cert-visual,
.cert-card.wide.cert-card--boost .cert-visual{
  position:relative;
  flex:none;
  aspect-ratio:4/3;
  min-height:0;
  padding:26px;
  overflow:hidden;
  border:0;
  background:
    radial-gradient(circle at 84% 12%,rgba(232,91,38,.2),transparent 32%),
    linear-gradient(145deg,#172633 0%,#223847 58%,#1a2c39 100%);
}
.cert-visual:after{
  content:"";
  position:absolute;
  left:26px;
  right:26px;
  bottom:0;
  height:2px;
  border-radius:2px 2px 0 0;
  background:linear-gradient(90deg,var(--orange),rgba(232,91,38,0));
}
.cert-visual img,
.cert-card.wide.cert-card--boost .cert-visual img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:contain;
  object-position:center;
  transform:none;
  border-radius:6px;
  background:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.28);
  transition:transform .28s ease,box-shadow .28s ease;
}
.cert-card:hover .cert-visual img,
.cert-card.wide.cert-card--boost:hover .cert-visual img{
  transform:scale(1.018);
  box-shadow:0 22px 50px rgba(0,0,0,.32);
}
.cert-meta{
  flex:1;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 20px 21px;
  border-top:1px solid rgba(24,40,54,.08);
  background:linear-gradient(180deg,#fff,#fbfbfa);
}
.cert-meta strong{
  display:block;
  color:var(--ink);
  font-size:16px;
  font-weight:500;
  line-height:1.25;
  letter-spacing:-.02em;
}
.cert-meta small{
  display:block;
  margin-top:6px;
  color:#747e85;
  font-size:11px;
  line-height:1.4;
}
.cert-meta>span{
  width:38px;
  height:38px;
  flex:0 0 38px;
  padding:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(232,91,38,.3);
  border-radius:50%;
  background:#fff5f0;
  color:var(--orange);
  font-size:0;
  line-height:1;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.cert-meta>span:before{
  content:"↗";
  font-size:17px;
  font-weight:500;
}
.cert-card:hover .cert-meta>span{
  transform:rotate(7deg);
  background:var(--orange);
  color:#fff;
}
@media(max-width:1050px){
  .cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
}
@media(max-width:680px){
  .cert-grid{grid-template-columns:1fr;gap:16px}
  .cert-visual,
  .cert-card.wide .cert-visual,
  .cert-card:not(.wide) .cert-visual,
  .cert-card.wide.cert-card--boost .cert-visual{padding:20px}
  .cert-visual:after{left:20px;right:20px}
  .cert-meta{min-height:88px;padding:17px 18px 18px}
}

/* ===== V22: marketplace integration system ===== */
.marketplace-pro{background:#edf3f6;border-top:1px solid #d6e0e5;border-bottom:1px solid #d6e0e5;padding-top:94px;padding-bottom:66px}
.mp-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.65fr);gap:76px;align-items:end;margin-bottom:42px}
.mp-head-copy .display{max-width:930px;margin-top:12px}
.mp-head-copy .lead{max-width:900px;margin-top:22px;font-size:17px;line-height:1.7}
.mp-head-points{display:grid;border-top:1px solid #aebdc6}
.mp-head-points>div{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:17px 0;border-bottom:1px solid #c9d4da;align-items:start}
.mp-head-points strong{font-size:11px;letter-spacing:.09em;color:#8797a1;font-weight:500;padding-top:3px}
.mp-head-points span{font-size:14px;line-height:1.45;color:#34444d}

.mp-system{display:grid;grid-template-columns:minmax(300px,.78fr) 120px minmax(0,1.55fr);gap:0;align-items:stretch;margin-top:16px}
.mp-source{background:#1f2a31;color:#fff;padding:38px 36px 34px;min-height:460px;display:flex;flex-direction:column;box-shadow:0 22px 55px rgba(24,39,48,.13)}
.mp-source-top{display:flex;gap:16px;align-items:center}
.mp-source-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#ec6934;color:#fff;font-size:22px}
.mp-source small{display:block;color:rgba(255,255,255,.48);font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}
.mp-source h3{font-size:29px;font-weight:400;letter-spacing:-.035em;margin:0}
.mp-source p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.68);margin:34px 0 0;max-width:500px}
.mp-data-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
.mp-data-pills span{font-size:11px;color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.15);padding:8px 10px;background:rgba(255,255,255,.035)}
.mp-source-note{margin-top:auto;padding-top:28px;border-top:1px solid rgba(255,255,255,.13);font-size:12px;line-height:1.55;color:rgba(255,255,255,.50)}

.mp-flow{position:relative;display:flex;flex-direction:column;justify-content:center;gap:54px;padding:0 16px;background:linear-gradient(90deg,#1f2a31 0 1px,transparent 1px calc(100% - 1px),#cbd7dd calc(100% - 1px));overflow:hidden}
.mp-flow-line{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;position:relative}
.mp-flow-line span{display:block;width:100%;height:1px;background:#90a4af;position:relative}
.mp-flow-line span:after{content:"";position:absolute;right:-1px;top:50%;width:7px;height:7px;border-top:1px solid #738a96;border-right:1px solid #738a96;transform:translateY(-50%) rotate(45deg)}
.mp-flow-line.reverse span:after{right:auto;left:-1px;transform:translateY(-50%) rotate(-135deg)}
.mp-flow-line b{font-size:9px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#758a95;font-weight:500;white-space:nowrap}

.mp-channels{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #c7d3d9;border-left:1px solid #c7d3d9}
.mp-channel{background:rgba(255,255,255,.63);padding:26px 26px 24px;min-height:230px;border-right:1px solid #c7d3d9;border-bottom:1px solid #c7d3d9;display:flex;flex-direction:column;transition:.22s ease}
.mp-channel:hover{background:#fff;transform:translateY(-3px);box-shadow:0 18px 45px rgba(42,62,73,.08);position:relative;z-index:2}
.mp-channel-top{display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:32px}
.mp-status{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:#83929a;border:1px solid #d6dfe3;padding:5px 7px;background:#fff}
.mp-channel h3{font-size:22px;font-weight:450;letter-spacing:-.03em;margin:22px 0 0}
.mp-channel p{font-size:13px;line-height:1.55;color:#697981;margin:10px 0 0;max-width:420px}
.mp-channel-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:20px}
.mp-channel-tags span{font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:#677880;background:#eef3f5;padding:6px 8px}

.mp-logo{display:inline-flex;align-items:center;line-height:1;white-space:nowrap}
.mp-logo-ozon{font-size:22px;font-weight:700;letter-spacing:-.06em;color:#1268ff}
.mp-logo-wb{font-size:15px;font-weight:700;letter-spacing:-.04em;background:linear-gradient(90deg,#9d25dc,#e31c87);-webkit-background-clip:text;background-clip:text;color:transparent}
.mp-logo-yandex{gap:5px;font-size:15px}.mp-logo-yandex i{font-style:normal;font-size:23px;font-weight:650;color:#ff3d27}.mp-logo-yandex b{font-weight:600;color:#222}
.mp-logo-avito{gap:3px;font-size:15px}.mp-logo-avito i{display:block;width:7px;height:7px;border-radius:50%}.mp-logo-avito i:nth-child(1){background:#04a9f4}.mp-logo-avito i:nth-child(2){background:#ff4053}.mp-logo-avito i:nth-child(3){background:#97cf26}.mp-logo-avito i:nth-child(4){background:#a43cd1}.mp-logo-avito b{margin-left:4px;font-size:17px;font-weight:600;color:#2d3440}

.mp-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border-top:1px solid #aebdc6;border-bottom:1px solid #c9d4da}
.mp-benefits article{padding:26px 26px 28px 0;min-height:180px;border-right:1px solid #c9d4da;margin-right:26px}
.mp-benefits article:last-child{border-right:0;margin-right:0}
.mp-benefits article>span{font-size:10px;letter-spacing:.1em;color:#8797a1}
.mp-benefits h3{font-size:18px;font-weight:450;letter-spacing:-.025em;margin:30px 0 8px}
.mp-benefits p{font-size:13px;line-height:1.55;color:#6b7a82;margin:0}


@media(max-width:1150px){
 .mp-head{grid-template-columns:1fr;gap:28px}.mp-head-points{max-width:760px}
 .mp-system{grid-template-columns:1fr}.mp-source{min-height:auto}.mp-flow{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:26px 0;background:transparent}.mp-flow-line{padding:0 30px}.mp-flow-line.reverse span:after{left:auto;right:-1px;transform:translateY(-50%) rotate(45deg)}
 .mp-benefits{grid-template-columns:1fr 1fr}.mp-benefits article:nth-child(2){border-right:0;margin-right:0}.mp-benefits article:nth-child(n+3){border-top:1px solid #c9d4da}
}
@media(max-width:760px){
 .marketplace-pro{padding-top:74px;padding-bottom:56px}.mp-head-copy .lead{font-size:15px}.mp-head-points>div{grid-template-columns:38px 1fr}
 .mp-channels{grid-template-columns:1fr}.mp-channel{min-height:210px;border-right:0}.mp-source{padding:30px 24px}.mp-source h3{font-size:25px}
 .mp-flow{grid-template-columns:1fr}.mp-flow-line{padding:0 20px}.mp-flow-line.reverse span:after{left:auto;right:-1px;transform:translateY(-50%) rotate(45deg)}
 .mp-benefits{grid-template-columns:1fr}.mp-benefits article,.mp-benefits article:nth-child(2){border-right:0;margin-right:0;padding-right:0}.mp-benefits article+article{border-top:1px solid #c9d4da}
}


/* ===== V28: unified section heading scale ===== */
.section .display,
.cta-box h2{
  font-size:clamp(42px,4.15vw,62px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
@media(max-width:720px){
  .section .display,
  .cta-box h2{
    font-size:clamp(36px,10vw,48px)!important;
    line-height:1.04!important;
  }
}


/* ===== V32: Webasyst Shop-Script plugin development ===== */
.plugins-section{
  position:relative;overflow:hidden;background:#f7f9fb;border-bottom:1px solid var(--line);
  padding-top:104px;padding-bottom:108px;
}
.plugins-section:before{
  content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-260px;top:-300px;
  background:radial-gradient(circle,rgba(32,126,255,.12) 0%,rgba(32,126,255,0) 70%);pointer-events:none;
}
.plugins-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.62fr);gap:76px;align-items:end;margin-bottom:42px;position:relative;z-index:1}
.plugins-head .display{max-width:900px}
.plugins-head .lead{margin:0;max-width:610px;font-size:16px;line-height:1.7}
.plugin-showcase{
  position:relative;z-index:1;display:grid;grid-template-columns:minmax(390px,.92fr) minmax(0,1.08fr);
  min-height:570px;background:#fff;border:1px solid #d8e0e6;border-radius:28px;overflow:hidden;
  box-shadow:0 30px 80px rgba(24,49,74,.08);
}
.plugin-visual{
  position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;
  min-height:570px;padding:38px 40px 36px;
  background:linear-gradient(145deg,#081b46 0%,#0a4dc6 50%,#078bf2 100%);overflow:hidden;color:#fff;
}
.plugin-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 10%,rgba(71,220,255,.34),transparent 32%),radial-gradient(circle at 82% 88%,rgba(255,164,0,.22),transparent 30%)}
.plugin-visual:after{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.16);border-radius:20px;pointer-events:none}
.plugin-brand{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:center;padding-top:4px}
.plugin-logo-wrap{width:min(72%,300px);aspect-ratio:1;display:flex;align-items:center;justify-content:center}
.plugin-logo-wrap img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 26px 38px rgba(0,20,77,.32));transition:transform .35s ease}
.plugin-showcase:hover .plugin-logo-wrap img{transform:translateY(-4px) scale(1.015)}
.plugin-visual-copy{position:relative;z-index:2;width:100%;margin-top:12px}
.plugin-visual-eyebrow{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.68);margin-bottom:12px}
.plugin-visual-copy h3{margin:0;font-size:28px;font-weight:420;letter-spacing:-.03em;line-height:1.08}
.plugin-visual-copy p{margin:11px 0 0;max-width:420px;font-size:13px;line-height:1.62;color:rgba(255,255,255,.74)}
.plugin-visual-points{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:22px}
.plugin-visual-point{min-height:76px;padding:14px 15px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.plugin-visual-point span{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.52);margin-bottom:7px}
.plugin-visual-point strong{display:block;font-size:13px;font-weight:450;line-height:1.35;color:#fff}
.plugin-visual-label{position:relative;z-index:3;margin-top:22px;color:rgba(255,255,255,.62);font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.plugin-product{padding:54px 56px 48px;display:flex;flex-direction:column;min-width:0}
.plugin-status{display:flex;align-items:center;gap:10px;margin-bottom:26px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#5e6a71}
.plugin-status i{width:9px;height:9px;border-radius:50%;background:#13b95d;box-shadow:0 0 0 5px rgba(19,185,93,.1)}
.plugin-product h3{font-size:clamp(38px,4vw,58px);font-weight:320;letter-spacing:-.05em;line-height:.96;margin:0 0 20px}
.plugin-product>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:760px;margin:0}
.plugin-capabilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:36px;border-top:1px solid #dfe5e8;border-left:1px solid #dfe5e8}
.plugin-capability{min-height:138px;padding:24px 24px 22px;border-right:1px solid #dfe5e8;border-bottom:1px solid #dfe5e8;background:#fbfcfc}
.plugin-capability span{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#1f75dc;margin-bottom:11px}
.plugin-capability strong{display:block;font-size:18px;font-weight:450;letter-spacing:-.02em;margin-bottom:7px}
.plugin-capability p{margin:0;font-size:13px;line-height:1.55;color:#727b80}
.plugin-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:auto;padding-top:34px}
.plugin-tech{display:flex;gap:8px;flex-wrap:wrap}
.plugin-tech span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #d7dfe3;border-radius:999px;background:#fff;font-size:11px;color:#59646a}
.plugin-cta{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;border-bottom:1px solid #b8c3c9;padding-bottom:4px;white-space:nowrap}
.plugin-cta b{color:var(--orange);font-size:18px;font-weight:400}
.plugin-roadmap{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:start;margin-top:24px;padding:23px 0 0;border-top:1px solid #d8e0e4;color:#68747a;font-size:13px;line-height:1.6}
.plugin-roadmap strong{color:#20272b;font-size:12px;letter-spacing:.09em;text-transform:uppercase;font-weight:500}
@media(max-width:1120px){
 .plugins-head{grid-template-columns:1fr;gap:24px}.plugin-showcase{grid-template-columns:1fr}.plugin-visual{min-height:auto;padding:34px 36px 32px}
 .plugin-brand{justify-content:flex-start}.plugin-logo-wrap{width:min(44vw,250px)}.plugin-visual-copy{max-width:760px}.plugin-visual-points{max-width:760px}
 .plugin-product{padding:44px}
}
@media(max-width:720px){
 .plugins-section{padding-top:76px;padding-bottom:78px}.plugins-head{margin-bottom:30px}.plugins-head .lead{font-size:15px}
 .plugin-showcase{border-radius:20px}.plugin-visual{padding:28px 24px 26px}.plugin-visual:after{inset:14px;border-radius:14px}
 .plugin-brand{justify-content:center}.plugin-logo-wrap{width:min(66vw,250px)}.plugin-visual-copy h3{font-size:24px}.plugin-visual-points{grid-template-columns:1fr 1fr}
 .plugin-product{padding:32px 24px 28px}.plugin-product h3{font-size:40px}.plugin-product>p{font-size:15px}
 .plugin-capabilities{grid-template-columns:1fr;margin-top:28px}.plugin-capability{min-height:0;padding:21px}.plugin-bottom{align-items:flex-start;flex-direction:column;margin-top:28px;padding-top:0}
 .plugin-roadmap{grid-template-columns:1fr;gap:8px;margin-top:22px}
}
@media(max-width:480px){.plugin-visual-points{grid-template-columns:1fr}.plugin-logo-wrap{width:min(72vw,230px)}}


/* ===== V37: tighter vertical rhythm between sections ===== */
.section{padding:92px 0}
.services-section{padding-top:80px;padding-bottom:82px}
.marketplace-pro{padding-top:70px;padding-bottom:46px}
.cert-section{padding-top:54px;padding-bottom:70px}
.plugins-section{padding-top:80px;padding-bottom:82px}
.cta{padding-bottom:84px}

@media(max-width:1050px){
  .cert-section{padding-top:50px;padding-bottom:64px}
}
@media(max-width:760px){
  .marketplace-pro{padding-top:56px;padding-bottom:42px}
}
@media(max-width:720px){
  .section{padding:62px 0}
  .services-section{padding-top:60px;padding-bottom:62px}
  .cert-section{padding-top:46px;padding-bottom:54px}
  .plugins-section{padding-top:58px;padding-bottom:60px}
  .cta{padding-bottom:64px}
}


/* ===== V47: compact Digi-Web numbers block ===== */
.numbers-wrap{align-items:start}
.numbers-list{border-top:0}
.number-row{padding:18px 0;gap:32px}
.numbers-geo{margin-top:14px;padding:20px 24px;grid-template-columns:78px 1fr;gap:20px}
.numbers-geo-mark{width:66px;height:66px}
.numbers-geo-copy small{margin-bottom:5px}
.numbers-geo-copy b{margin-bottom:5px}
@media(max-width:720px){
 .number-row{padding:16px 0;gap:24px}
 .numbers-geo{margin-top:12px;padding:18px 18px}
}


/* ===== V48: header contacts ===== */
.header-actions{gap:18px}
.header-contacts{display:flex;flex-direction:column;justify-content:center;gap:3px;padding-left:20px;border-left:1px solid var(--line);min-width:158px;line-height:1.15}
.header-contacts a{display:block;white-space:nowrap;transition:color .2s ease}
.header-contacts .header-phone{font-size:16.5px;font-weight:500;letter-spacing:-.015em;color:var(--ink)}
.header-contacts .header-email{font-size:14px;font-weight:400;color:var(--muted)}
.header-contacts a:hover{color:var(--orange)}
.mobile-contacts{display:none}
@media(max-width:1320px) and (min-width:1151px){
 .nav{grid-template-columns:244px 1fr auto;gap:24px}.brand img{width:222px}.menu{gap:20px;font-size:15.5px}.header-actions{gap:13px}.header-contacts{min-width:145px;padding-left:14px}.header-contacts .header-phone{font-size:15.5px}.header-contacts .header-email{font-size:13.5px}.header-actions .btn{padding-left:18px;padding-right:18px}
}
@media(max-width:1150px){
 .header-contacts{display:none}.mobile-contacts{display:block;padding:14px 12px 4px;border-top:1px solid var(--line);margin-top:4px}.mobile-contacts a{display:block!important;border-bottom:0!important;padding:6px 0!important}.mobile-contacts .mobile-phone{font-size:17px;font-weight:500;color:var(--ink)}.mobile-contacts .mobile-email{font-size:14px;color:var(--muted)}
}


/* ===== V50: floating messenger launcher ===== */
.messenger-fab{position:fixed;right:26px;bottom:26px;z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:inherit}
.messenger-list{display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}
.messenger-item{appearance:none;border:1px solid rgba(31,39,43,.12);background:#fff;color:#20282c;display:flex;align-items:center;gap:10px;height:52px;padding:0 15px 0 8px;border-radius:999px;box-shadow:0 14px 34px rgba(25,34,39,.15);font:inherit;font-size:14px;font-weight:500;cursor:pointer;opacity:0;transform:translateY(14px) scale(.96);transition:opacity .2s ease,transform .24s cubic-bezier(.2,.75,.2,1),box-shadow .2s ease;white-space:nowrap}
.messenger-fab.open .messenger-list{pointer-events:auto}
.messenger-fab.open .messenger-item{opacity:1;transform:translateY(0) scale(1)}
.messenger-fab.open .messenger-item:nth-child(1){transition-delay:.035s}
.messenger-fab.open .messenger-item:nth-child(2){transition-delay:.07s}
.messenger-fab.open .messenger-item:nth-child(3){transition-delay:.105s}
.messenger-item:hover{transform:translateY(-2px) scale(1);box-shadow:0 18px 38px rgba(25,34,39,.19)}
.messenger-item:focus-visible,.messenger-toggle:focus-visible{outline:3px solid rgba(236,105,50,.28);outline-offset:4px}
.messenger-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;flex:0 0 38px}
.messenger-item--telegram .messenger-icon{background:#229ed9;color:#fff}
.messenger-item--max .messenger-icon{background:transparent;color:#fff;overflow:visible;box-shadow:none;border-radius:0}
.messenger-item--max .messenger-icon img{width:38px;height:38px;object-fit:cover;display:block;border-radius:11px;box-shadow:0 6px 14px rgba(71,26,255,.18)}
.messenger-item--phone .messenger-icon{background:var(--orange);color:#fff;box-shadow:0 6px 14px rgba(232,91,38,.22)}
.messenger-item svg{width:20px;height:20px;display:block}
.messenger-toggle{appearance:none;border:0;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#ec6932;color:#fff;box-shadow:0 18px 44px rgba(148,65,31,.32);cursor:pointer;position:relative;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.messenger-toggle:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(148,65,31,.38)}
.messenger-toggle svg{width:27px;height:27px;transition:transform .25s ease,opacity .2s ease}
.messenger-toggle .messenger-close-icon{position:absolute;opacity:0;transform:rotate(-25deg) scale(.75)}
.messenger-fab.open .messenger-toggle .messenger-chat-icon{opacity:0;transform:rotate(25deg) scale(.75)}
.messenger-fab.open .messenger-toggle .messenger-close-icon{opacity:1;transform:rotate(0) scale(1)}
.messenger-hint{position:absolute;right:74px;bottom:13px;background:#20282c;color:#fff;font-size:12px;line-height:1;padding:9px 11px;border-radius:6px;white-space:nowrap;box-shadow:0 10px 24px rgba(0,0,0,.16);opacity:0;transform:translateX(5px);pointer-events:none;transition:.2s}
.messenger-fab:not(.open) .messenger-toggle:hover + .messenger-hint{opacity:1;transform:none}
@media(max-width:680px){
 .messenger-fab{right:16px;bottom:16px;gap:9px}
 .messenger-toggle{width:56px;height:56px}.messenger-toggle svg{width:24px;height:24px}
 .messenger-item{height:48px;padding-right:13px;font-size:13px}.messenger-icon{width:34px;height:34px;flex-basis:34px}.messenger-item--max .messenger-icon img{width:34px;height:34px;border-radius:10px}
 .messenger-hint{display:none}
}
@media(prefers-reduced-motion:reduce){.messenger-item,.messenger-toggle svg,.messenger-toggle,.messenger-hint{transition:none}}


/* v54 CTA full-width image */
#about.section.numbers{padding-bottom:32px}
.cta{padding:0 !important}
.cta-media{position:relative;overflow:hidden}
.cta-media-shell{
  position:relative;
  min-height:430px;
  background:
    linear-gradient(90deg, rgba(13,20,28,.84) 0%, rgba(13,20,28,.72) 33%, rgba(13,20,28,.32) 64%, rgba(13,20,28,.20) 100%),
    linear-gradient(180deg, rgba(13,20,28,.08) 0%, rgba(13,20,28,.26) 100%),
    url("../images/cta-bg.webp") center center / cover no-repeat;
}
.cta-media-shell::before{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(13,20,28,.12) 100%);
  pointer-events:none;
}
.cta-media-container{position:relative; z-index:1; min-height:430px; display:flex; align-items:center}
.cta-panel{
  max-width:760px;
  color:#fff;
  padding:56px 0 58px;
}
.cta-kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 14px; margin:0 0 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.82);
  font-size:12px; letter-spacing:.12em; text-transform:uppercase;
}
.cta-kicker::before{content:""; width:8px; height:8px; border-radius:50%; background:#f07b49; box-shadow:0 0 0 6px rgba(240,123,73,.16)}
.cta-media h2{
  margin:0;
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.04em;
  font-weight:320;
  max-width:820px;
  color:#fff;
}
.cta-media p{
  margin:18px 0 0;
  max-width:650px;
  font-size:17px;
  line-height:1.65;
  color:rgba(255,255,255,.82);
}
.cta-actions{display:flex; flex-wrap:wrap; gap:14px; margin-top:28px}
.cta-media .btn-primary{box-shadow:0 14px 30px rgba(0,0,0,.18)}
.cta-media .btn-ghost{background:rgba(255,255,255,.14); border-color:rgba(255,255,255,.14); color:#fff}
.cta-media .btn-ghost:hover{background:rgba(255,255,255,.2); border-color:rgba(255,255,255,.2)}
footer{margin-top:0}
@media(max-width:1000px){
  #about.section.numbers{padding-bottom:26px}
  .cta-media-shell,.cta-media-container{min-height:392px}
  .cta-panel{padding:50px 0 52px; max-width:680px}
}
@media(max-width:720px){
  #about.section.numbers{padding-bottom:20px}
  .cta-media-shell,.cta-media-container{min-height:360px}
  .cta-panel{padding:38px 0 40px}
  .cta-media h2{font-size:36px; line-height:1.02}
  .cta-media p{font-size:15px; margin-top:14px}
  .cta-actions{margin-top:22px; gap:10px}
}


/* v55 CTA messenger buttons */
.cta-messenger-btn{height:54px;padding:0 20px;gap:10px;border:1px solid rgba(255,255,255,.16);font-weight:500;box-shadow:0 14px 30px rgba(0,0,0,.13)}
.cta-messenger-btn:hover{transform:translateY(-1px)}
.cta-telegram{background:#229ed9;color:#fff;border-color:#229ed9}
.cta-telegram:hover{background:#168fc9;border-color:#168fc9}
.cta-max{background:rgba(255,255,255,.94);color:#20252b;border-color:rgba(255,255,255,.94)}
.cta-max:hover{background:#fff;border-color:#fff}
.cta-messenger-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px}
.cta-messenger-icon svg{width:22px;height:22px;display:block}
.cta-max-icon{width:24px;height:24px;flex-basis:24px;overflow:hidden;border-radius:7px}
.cta-max-icon img{width:24px;height:24px;object-fit:cover;display:block;border-radius:7px}
@media(max-width:720px){
 .cta-actions{align-items:stretch}
 .cta-actions .btn{width:100%;justify-content:center}
}


/* ===== V56: header contacts refinement ===== */
.header-actions{gap:16px}
.header-contacts{padding-left:0;border-left:0;min-width:166px;margin-left:-8px;gap:4px}
.header-contacts .header-phone{font-size:18px;font-weight:500;letter-spacing:-.018em}
.header-contacts .header-email{font-size:15.5px;font-weight:400}
@media(max-width:1320px) and (min-width:1151px){
 .header-actions{gap:12px}
 .header-contacts{min-width:154px;padding-left:0;border-left:0;margin-left:-6px}
 .header-contacts .header-phone{font-size:16.5px}
 .header-contacts .header-email{font-size:14.5px}
}


/* ===== V57: two-level header with contact strip ===== */
header{background:rgba(255,255,255,.96)}
.top-contact-bar{height:38px;background:#f0f2f3;border-bottom:1px solid #e1e4e6}
.top-contact-inner{height:38px;display:flex;align-items:center;justify-content:flex-end}
.top-contact-items{display:flex;align-items:center;justify-content:flex-end;gap:20px;min-width:0}
.top-contact-link{font-size:13.5px;line-height:1;color:#4f555a;white-space:nowrap;transition:color .2s ease}
.top-contact-phone{font-weight:500;color:#292f33;letter-spacing:-.01em}
.top-contact-link:hover{color:var(--orange)}
.top-socials{display:flex;align-items:center;gap:7px;margin-left:2px}
.top-social{width:27px;height:27px;display:grid;place-items:center;transition:transform .18s ease,opacity .18s ease}
.top-social:hover{transform:translateY(-1px)}
.top-social:focus-visible{outline:2px solid rgba(232,91,38,.35);outline-offset:2px}
.top-social--telegram{border-radius:50%;background:#229ed9;color:#fff}
.top-social--telegram svg{width:16px;height:16px;display:block}
.top-social--max{overflow:hidden;border-radius:8px;background:transparent}
.top-social--max img{width:27px;height:27px;object-fit:cover;display:block;border-radius:8px}
.header-actions{gap:12px}
.header-contacts,.mobile-contacts{display:none!important}
@media(max-width:1150px){
 .mobile-menu{top:156px}
}
@media(max-width:720px){
 .top-contact-bar,.top-contact-inner{height:36px}
 .top-contact-items{gap:10px;width:100%;justify-content:space-between}
 .top-contact-link{font-size:12.5px}
 .top-socials{gap:5px;margin-left:auto}
 .top-social{width:25px;height:25px}
 .top-social--telegram svg{width:15px;height:15px}
 .top-social--max img{width:25px;height:25px}
 .mobile-menu{top:134px}
}
@media(max-width:420px){
 .top-contact-items{gap:7px}
 .top-contact-link{font-size:11.5px}
 .top-contact-email{letter-spacing:-.02em}
 .top-social{width:24px;height:24px}
 .top-social--max img{width:24px;height:24px}
}


/* ===== V58: single-level header + contact popover ===== */
.top-contact-bar{display:none!important}
header{background:rgba(255,255,255,.96)}
.header-actions{position:relative;gap:12px}
.header-contact-popover{position:relative;display:flex;align-items:center}
.header-contact-trigger{height:46px;padding:0 15px;border:1px solid #d9dddf;background:#fff;color:var(--ink);display:inline-flex;align-items:center;gap:9px;font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}
.header-contact-trigger>svg{width:19px;height:19px;color:var(--orange);flex:none}
.header-contact-trigger:hover,.header-contact-popover.open .header-contact-trigger{background:#fafafa;border-color:#c8ced1}
.header-contact-card{position:absolute;right:0;top:calc(100% + 14px);width:330px;background:#fff;border:1px solid #dfe3e5;box-shadow:0 24px 70px rgba(27,36,42,.16);padding:0;opacity:0;visibility:hidden;transform:translateY(-7px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:120}
.header-contact-card:before{content:"";position:absolute;right:54px;top:-7px;width:13px;height:13px;background:#fff;border-left:1px solid #dfe3e5;border-top:1px solid #dfe3e5;transform:rotate(45deg)}
.header-contact-popover:hover .header-contact-card,.header-contact-popover:focus-within .header-contact-card,.header-contact-popover.open .header-contact-card{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.header-contact-card-head{padding:22px 22px 16px;border-bottom:1px solid #eceeef}
.header-contact-card-head small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);margin-bottom:6px}
.header-contact-card-head strong{display:block;font-size:19px;font-weight:500;letter-spacing:-.02em;color:var(--ink)}
.header-contact-card-head p{margin:6px 0 0;font-size:13px;line-height:1.5;color:var(--muted)}
.header-contact-main{padding:6px 14px}
.header-contact-row{display:flex;align-items:center;gap:13px;padding:13px 8px;border-bottom:1px solid #edf0f1;transition:background .18s ease}
.header-contact-row:last-child{border-bottom:0}
.header-contact-row:hover{background:#f7f8f8}
.header-contact-row-icon{width:34px;height:34px;border:1px solid #e0e4e6;display:grid;place-items:center;flex:none;font-size:15px;color:var(--orange);background:#fff}
.header-contact-row small{display:block;font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:#8b9195;margin-bottom:3px}
.header-contact-row b{display:block;font-size:15px;font-weight:500;letter-spacing:-.01em;color:var(--ink)}
.header-contact-socials{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:14px;border-top:1px solid #eceeef;background:#fafafa}
.header-social-btn{height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e0e3e5;background:#fff;font-size:13px;font-weight:500;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.header-social-btn:hover{transform:translateY(-1px);border-color:#ccd2d5;box-shadow:0 8px 18px rgba(25,34,40,.07)}
.header-social-icon{width:22px;height:22px;display:grid;place-items:center;flex:none}
.header-social-telegram .header-social-icon{border-radius:50%;background:#229ed9;color:#fff}
.header-social-telegram svg{width:14px;height:14px;display:block}
.header-social-max-icon{overflow:hidden;border-radius:6px}
.header-social-max-icon img{width:22px;height:22px;display:block;object-fit:cover;border-radius:6px}
@media(max-width:1320px) and (min-width:1151px){
 .header-contact-trigger{padding:0 11px;font-size:13px;gap:7px}.header-contact-trigger>svg{width:18px;height:18px}.header-contact-card{right:-12px}
}
@media(max-width:1150px){
 .header-contact-popover{display:none}.mobile-menu{top:118px}
}
@media(max-width:720px){
 .mobile-menu{top:98px}
}


/* ===== V59: aligned contact button + stable popover hover ===== */
.header-contact-trigger{
  height:50px;
  padding:0 24px;
  font-size:16px;
  font-weight:500;
  line-height:1;
}
.header-contact-popover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:16px;
  z-index:119;
}
.header-contact-card{top:calc(100% + 10px)}
@media(max-width:1320px) and (min-width:1151px){
  .header-contact-trigger{height:50px;padding:0 18px;font-size:16px;gap:7px}
}


/* v61: messenger buttons in hero */
.hero-actions--messengers{width:min(920px,calc(100vw - 40px));align-items:center}
.hero-actions--messengers .cta-messenger-btn{box-shadow:0 10px 24px rgba(32,43,50,.09)}
.hero-actions--messengers .cta-max{border-color:rgba(29,39,49,.13)}
.hero-actions--messengers .btn-ghost{white-space:nowrap}
@media(max-width:900px){
 .hero-actions--messengers{width:100%;max-width:720px}
}
@media(max-width:720px){
 .hero-actions--messengers{width:100%;gap:10px}
 .hero-actions--messengers .btn{min-height:52px}
}


/* v62: stronger cases button in hero */
.hero-actions--messengers .hero-cases-btn{
  background:rgba(255,255,255,.96);
  border-color:rgba(236,105,50,.38);
  color:var(--ink);
  box-shadow:0 10px 26px rgba(32,43,50,.13),0 0 0 1px rgba(255,255,255,.5) inset;
  backdrop-filter:blur(14px);
}
.hero-actions--messengers .hero-cases-btn:hover{
  background:#fff;
  border-color:rgba(236,105,50,.62);
  box-shadow:0 14px 32px rgba(32,43,50,.16),0 0 0 1px rgba(255,255,255,.65) inset;
  transform:translateY(-1px);
}


/* ===== V63: project discussion modal ===== */
.project-dialog{width:min(620px,calc(100vw - 32px));max-height:calc(100vh - 32px);padding:0;border:0;border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 34px 100px rgba(22,28,34,.28);overflow:hidden}
.project-dialog::backdrop{background:rgba(19,25,30,.62);backdrop-filter:blur(6px)}
.project-modal{position:relative;padding:38px 38px 34px}
.project-modal-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;border:1px solid #dfe3e5;background:#fff;color:#232a2f;font-size:25px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease}
.project-modal-close:hover{background:#f2f3f3;transform:rotate(4deg)}
.project-modal-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);font-weight:600;margin-bottom:12px}
.project-modal h2{font-size:clamp(34px,4.2vw,48px);font-weight:320;line-height:1;letter-spacing:-.045em;margin:0;max-width:500px}
.project-modal-intro{font-size:15px;line-height:1.65;color:var(--muted);margin:15px 0 25px;max-width:500px}
.project-form{display:grid;gap:16px}
.project-field{display:grid;gap:8px}
.project-field label{font-size:13px;font-weight:500;color:#343b3f}
.project-field input{width:100%;height:54px;border:1px solid #d8dddf;background:#fafafa;border-radius:10px;padding:0 15px;font:inherit;font-size:15px;color:var(--ink);outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.project-field input::placeholder{color:#9aa1a5}
.project-field input:focus{border-color:rgba(236,105,50,.72);box-shadow:0 0 0 4px rgba(236,105,50,.10);background:#fff}
.project-form-bottom{display:flex;align-items:center;gap:18px;margin-top:5px}
.project-submit{min-width:154px;border:0}
.project-privacy{font-size:11px;line-height:1.5;color:#8b9296;max-width:300px}
.project-form-success{display:none;margin-top:18px;padding:14px 16px;border:1px solid #cfe2d4;background:#f3faf5;border-radius:10px;font-size:14px;line-height:1.55;color:#31583b}
.project-form.is-sent .project-form-success{display:block}
@media(max-width:620px){
 .project-dialog{width:calc(100vw - 20px);border-radius:14px}
 .project-modal{padding:32px 22px 26px}
 .project-modal-close{top:12px;right:12px;width:38px;height:38px;font-size:22px}
 .project-modal h2{font-size:34px;padding-right:34px}
 .project-form-bottom{align-items:flex-start;flex-direction:column;gap:10px}
 .project-submit{width:100%}
}


/* ===== V64: contact chooser for project buttons ===== */
.project-contact-dialog{width:min(900px,calc(100vw - 32px));border-radius:22px;overflow:hidden}
.project-contact-modal{position:relative;padding:42px 42px 38px;background:#fff}
.project-contact-modal .project-modal-close{top:18px;right:18px}
.project-contact-modal h2{font-size:clamp(36px,4.2vw,50px);font-weight:320;line-height:1;letter-spacing:-.045em;margin:0;max-width:560px}
.project-contact-modal .project-modal-intro{margin:14px 0 28px;font-size:15px;line-height:1.6;color:var(--muted)}
.project-contact-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.project-contact-option{min-height:168px;border:1px solid #e0e4e6;background:#fafafa;border-radius:16px;padding:24px 18px 20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;outline:0}
.project-contact-option:hover,.project-contact-option:focus-visible{transform:translateY(-3px);box-shadow:0 20px 44px rgba(28,36,42,.10);border-color:#ccd3d6;background:#fff}
.project-contact-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;flex:0 0 58px;color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.12)}
.project-contact-icon svg{width:29px;height:29px;display:block}
.project-contact-copy{display:block}
.project-contact-copy strong{display:block;font-size:19px;font-weight:550;letter-spacing:-.025em;line-height:1.15}
.project-contact-copy small{display:block;margin-top:6px;font-size:12px;line-height:1.4;color:#7f878b}
.project-contact-option--telegram .project-contact-icon{background:#229ed9}
.project-contact-option--whatsapp .project-contact-icon{background:#25d366}
.project-contact-option--phone .project-contact-icon{background:#ec6932}
.project-contact-option--max .project-contact-icon{background:#fff;overflow:hidden;border:1px solid #e3e6e8}
.project-contact-option--max .project-contact-icon img{width:100%;height:100%;object-fit:cover;display:block}
.project-contact-option--telegram:hover{border-color:rgba(34,158,217,.34)}
.project-contact-option--whatsapp:hover{border-color:rgba(37,211,102,.34)}
.project-contact-option--phone:hover{border-color:rgba(236,105,50,.34)}
.project-contact-option--max:hover{border-color:rgba(94,77,255,.34)}
@media(max-width:720px){
 .project-contact-dialog{width:calc(100vw - 18px);border-radius:16px}
 .project-contact-modal{padding:34px 20px 22px}
 .project-contact-modal h2{font-size:34px;padding-right:38px}
 .project-contact-modal .project-modal-intro{margin-bottom:20px}
 .project-contact-options{grid-template-columns:1fr;gap:10px}
 .project-contact-option{min-height:82px;padding:14px 15px;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px}
 .project-contact-icon{width:50px;height:50px;flex-basis:50px}
 .project-contact-icon svg{width:25px;height:25px}
 .project-contact-copy strong{font-size:17px}
}


/* ===== V70: Минцифры accreditation in hero ===== */
.hero-accreditation{
  margin-top:22px;
  max-width:760px;
  min-height:88px;
  display:grid;
  grid-template-columns:235px minmax(0,1fr) auto;
  align-items:stretch;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(42,58,72,.13);
  box-shadow:0 14px 36px rgba(34,51,66,.08);
  backdrop-filter:blur(14px);
  overflow:hidden;
}
.hero-accreditation-brand{display:flex;align-items:center;gap:14px;padding:8px 16px;border-right:1px solid rgba(42,58,72,.1)}
.hero-accreditation-brand img{width:72px;height:72px;object-fit:contain;flex:0 0 auto}
.hero-accreditation-brand strong{display:flex;align-items:center;min-height:72px;font-size:15px;font-weight:600;line-height:1.2;color:#202830}
.hero-accreditation-info{display:flex;flex-direction:column;justify-content:center;padding:12px 18px;min-width:0}
.hero-accreditation-title{font-size:15px;font-weight:550;color:#222b33;line-height:1.25}
.hero-accreditation-number{margin-top:3px;font-size:12px;color:#606b74;line-height:1.45;white-space:normal}
.hero-accreditation-number b{font-weight:550;color:#3f4a53}
.hero-accreditation-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px;font-size:10.5px;color:#7c858d}
.hero-accreditation-status{display:inline-flex;align-items:center;gap:6px}
.hero-accreditation-status i{width:7px;height:7px;border-radius:50%;background:#2fa76f;box-shadow:0 0 0 4px rgba(47,167,111,.12)}
.hero-accreditation-download{min-width:142px;padding:12px 16px;display:flex;align-items:center;justify-content:center;gap:9px;border-left:1px solid rgba(42,58,72,.1);background:rgba(244,247,249,.74);color:#36434e;transition:background .2s ease,color .2s ease}
.hero-accreditation-download:hover{background:#fff;color:var(--orange)}
.hero-accreditation-download svg{width:20px;height:20px;flex:0 0 auto}
.hero-accreditation-download span{font-size:13px;font-weight:550;line-height:1.2}
.hero-accreditation-download small{display:block;margin-top:3px;font-size:10px;font-weight:500;color:#8a9299;letter-spacing:.08em}
@media(max-width:900px){
  .hero-accreditation{grid-template-columns:220px 1fr}.hero-accreditation-download{grid-column:1/-1;border-left:0;border-top:1px solid rgba(42,58,72,.1);min-height:48px}
}
@media(max-width:720px){
  .hero-accreditation{grid-template-columns:1fr;margin-top:20px}.hero-accreditation-brand{border-right:0;border-bottom:1px solid rgba(42,58,72,.1)}
  .hero-accreditation-brand img{width:60px;height:60px}.hero-accreditation-brand strong{min-height:60px}.hero-accreditation-info{padding:14px 16px}.hero-accreditation-download{grid-column:auto}
}


/* ===== V73: pricing tabs ===== */
.pricing-section{background:#f3f5f6;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.pricing-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.62fr);gap:72px;align-items:end;margin-bottom:32px}
.pricing-head .display{max-width:880px}.pricing-head .lead{margin:0;max-width:620px}
.pricing-tabs{display:inline-flex;gap:5px;padding:5px;background:#e5e9eb;border:1px solid #d9dfe2;margin-bottom:24px}
.pricing-tab{appearance:none;border:0;background:transparent;color:#687176;padding:13px 22px;font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:.2s ease}
.pricing-tab:hover{color:var(--ink)}.pricing-tab.is-active{background:#fff;color:var(--ink);box-shadow:0 6px 20px rgba(38,49,55,.07)}
.pricing-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pricing-panel[hidden]{display:none}
.price-card{position:relative;display:flex;flex-direction:column;min-height:570px;padding:28px 28px 25px;background:#fff;border:1px solid #dce2e5;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.price-card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(29,41,48,.09);border-color:#cbd3d7}
.price-card-featured{border-color:#efb49c}.price-card-featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--orange)}
.price-card-pro{background:#202a31;color:#fff;border-color:#202a31}.price-card-pro .price-card-top,.price-card-pro .price-desc,.price-card-pro .price-value small,.price-card-pro .price-list{color:#bfc8cd}.price-card-pro .price-type{border-color:#4c5961;color:#d6dde0}.price-card-pro .price-list li{border-color:#3c4850}.price-card-pro .price-list li:before{color:#ff9d74}.price-card-pro .price-cta{color:#fff;border-color:#56646c}
.price-badge{position:absolute;top:23px;right:23px;padding:6px 9px;background:#fff2ec;color:#c84f22;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}
.price-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#828b90;margin-bottom:34px}.price-no{font-size:11px;letter-spacing:.1em}.price-type{font-size:10px;letter-spacing:.08em;text-transform:uppercase;border:1px solid #dbe1e4;padding:7px 9px}
.price-card h3{margin:0;font-size:28px;font-weight:400;letter-spacing:-.035em;line-height:1.05}.price-desc{margin:14px 0 25px;font-size:14px;line-height:1.65;color:#6e787e;min-height:70px}
.price-value{display:flex;align-items:baseline;gap:8px;margin-bottom:24px}.price-value small{font-size:12px;color:#7b858a}.price-value strong{font-size:36px;font-weight:400;letter-spacing:-.045em;white-space:nowrap}
.price-list{list-style:none;margin:0 0 28px;padding:0;color:#505b61;font-size:13px;line-height:1.5}.price-list li{position:relative;padding:10px 0 10px 22px;border-top:1px solid #edf0f1}.price-list li:before{content:"✓";position:absolute;left:0;top:10px;color:var(--orange);font-weight:700}.price-list li:last-child{border-bottom:1px solid #edf0f1}
.price-cta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:18px;border-top:1px solid #dfe4e6;font-size:14px;font-weight:500}.price-cta span{font-size:18px;color:var(--orange)}
.pricing-note{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding:15px 18px;border:1px solid #d8dfe2;background:#fafbfb;color:#6f797e;font-size:12px;line-height:1.55}.pricing-note span{font-size:16px;color:var(--orange)}.pricing-note p{margin:0}.pricing-note b{color:#39434a;font-weight:550}

/* ===== V73: news carousel ===== */
.news-section{background:#fff;border-top:1px solid var(--line)}
.news-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);gap:72px;align-items:end;margin-bottom:28px}.news-head .display{max-width:900px}
.news-head-side{padding-left:28px;border-left:1px solid #d7dde0}.news-head-side p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.news-all{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:14px;font-weight:500;border-bottom:1px solid #b9c2c6;padding-bottom:3px}
.news-carousel{position:relative}.news-controls{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-bottom:14px}.news-counter{display:flex;align-items:center;gap:7px;font-size:12px;color:#7c858a;letter-spacing:.04em}.news-counter i{font-style:normal;color:#c0c6c9}
.news-arrows{display:flex;gap:8px}.news-arrow{width:42px;height:42px;border:1px solid #d6dde0;background:#fff;color:#263139;font-size:20px;cursor:pointer;transition:.2s ease}.news-arrow:hover:not(:disabled){background:#263139;color:#fff;border-color:#263139}.news-arrow:disabled{opacity:.3;cursor:default}
.news-viewport{overflow:hidden}.news-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:2px 1px 18px}.news-track::-webkit-scrollbar{display:none}
.news-card{scroll-snap-align:start;min-width:0;display:flex;flex-direction:column;border:1px solid #dce2e5;background:#fff;min-height:445px;transition:transform .2s ease,box-shadow .2s ease}.news-card:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(31,42,48,.08)}
.news-visual{height:165px;position:relative;overflow:hidden;background:#eef1f2;border-bottom:1px solid #e3e8ea}.news-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .35s ease}.news-card:hover .news-visual img{transform:scale(1.025)}
.news-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:17px 20px 0;color:#899297;font-size:11px;letter-spacing:.04em}.news-meta span{color:#5d6870;font-weight:500}.news-meta time{color:#9aa2a7;white-space:nowrap}.news-card h3{font-size:20px;line-height:1.18;font-weight:430;letter-spacing:-.025em;margin:13px 20px 0}.news-card p{font-size:13px;line-height:1.6;color:#6f797f;margin:11px 20px 22px}.news-link{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:auto 20px 19px;padding-top:15px;border-top:1px solid #e4e8ea;font-size:13px;font-weight:500}.news-link span{color:var(--orange);font-size:17px}.news-demo-note{margin-top:4px;font-size:11px;color:#92999d}

@media(max-width:1050px){
 .pricing-head,.news-head{grid-template-columns:1fr;gap:24px}.pricing-head .lead,.news-head-side{max-width:760px}.news-head-side{padding:18px 0 0;border-left:0;border-top:1px solid #d7dde0}
 .pricing-panel{grid-template-columns:1fr 1fr}.price-card:last-child{grid-column:1/-1;min-height:520px}
 .news-track{grid-auto-columns:calc((100% - 18px)/2)}
}
@media(max-width:720px){
 .pricing-tabs{display:grid;grid-template-columns:1fr;width:100%;padding:4px}.pricing-tab{text-align:left;padding:12px 15px}
 .pricing-panel{grid-template-columns:1fr}.price-card,.price-card:last-child{grid-column:auto;min-height:0;padding:24px}.price-card h3{font-size:25px}.price-desc{min-height:0}.price-value strong{font-size:32px}
 .news-controls{justify-content:space-between}.news-track{grid-auto-columns:100%}.news-card{min-height:420px}.news-visual{height:190px}
}


/* ===== V74: unified pricing cards ===== */
.price-card{background:#fff;color:var(--ink);border:1px solid #dce2e5}
.price-card .price-card-top{color:#828b90}
.price-card .price-desc{color:#6e787e}
.price-card .price-value small{color:#7b858a}
.price-card .price-type{border-color:#dbe1e4;color:inherit}
.price-card .price-list{color:#505b61}
.price-card .price-list li{border-color:#edf0f1}
.price-card .price-list li:before{color:var(--orange)}
.price-card .price-cta{color:inherit;border-color:#dfe4e6}


/* V78: subtle header separation on scroll */
header{transition:box-shadow .22s ease,border-color .22s ease}
header.is-scrolled{box-shadow:0 5px 18px rgba(28,39,49,.075);border-bottom-color:rgba(28,39,49,.08)}

/* V110: compact sticky header */
header .nav{
  transition:height .34s cubic-bezier(.22,.75,.24,1);
}
header .brand img,
header .brand .custom-logo{
  transition:width .34s cubic-bezier(.22,.75,.24,1);
}
header.is-scrolled .nav{
  height:72px;
}
header.is-scrolled .brand img,
header.is-scrolled .brand .custom-logo{
  width:177px;
}
@media(max-width:1320px) and (min-width:1151px){
  header.is-scrolled .brand img,
  header.is-scrolled .brand .custom-logo{
    width:160px;
  }
}
@media(max-width:1150px){
  header.is-scrolled .brand img,
  header.is-scrolled .brand .custom-logo{
    width:155px;
  }
}
@media(max-width:720px){
  header.is-scrolled .nav{
    height:59px;
  }
  header.is-scrolled .brand img,
  header.is-scrolled .brand .custom-logo{
    width:137px;
  }
}
@media(max-width:1320px){
  header.is-scrolled + .mobile-menu{
    top:82px;
  }
}
@media(max-width:720px){
  header.is-scrolled + .mobile-menu{
    top:69px;
  }
}
@media(prefers-reduced-motion:reduce){
  header .nav,
  header .brand img,
  header .brand .custom-logo{
    transition:none;
  }
}



/* WordPress integration */
.menu-nav{min-width:0}.menu{margin:0;padding:0;list-style:none}.menu li{list-style:none}.mobile-menu{margin:0;padding:0;list-style:none}.mobile-menu li{list-style:none}
.brand .custom-logo{width:244px;height:auto;display:block}.admin-bar>header{top:32px}@media(max-width:782px){.admin-bar>header{top:46px}}
.site-generic{padding:72px 0 96px;min-height:55vh}.site-generic-head{max-width:900px;margin-bottom:36px}.site-generic-title{font-size:clamp(38px,5vw,68px);font-weight:300;letter-spacing:-.05em;line-height:.98;margin:0}.site-generic-content{max-width:980px;font-size:17px;line-height:1.75}.site-generic-content img{height:auto}.post-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.post-card{background:#fff;border:1px solid var(--line);padding:28px;min-height:250px;display:flex;flex-direction:column}.post-card h2{font-size:27px;font-weight:400;letter-spacing:-.03em;margin:12px 0}.post-card p{color:var(--muted)}.post-card .post-meta{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.post-card .post-more{margin-top:auto;font-weight:500}.pagination{margin-top:34px}.pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.pagination a,.pagination span{padding:9px 13px;border:1px solid var(--line);background:#fff}.not-found{text-align:center;padding:120px 0}.not-found strong{display:block;font-size:clamp(72px,12vw,160px);font-weight:300;color:var(--orange)}
@media(max-width:900px){.post-list{grid-template-columns:1fr 1fr}}@media(max-width:620px){.post-list{grid-template-columns:1fr}.site-generic{padding:52px 0 72px}}

/* ===== WordPress v2: full-width Cases page ===== */
.page-id-4686 header{border-bottom:0}
.site-cases{margin-top:0;padding:0 0 96px;background:linear-gradient(180deg,#f7f8f8 0%,#f3f4f3 100%)}
.site-cases .cases-hero{position:relative;z-index:1;backdrop-filter:none;min-height:236px;margin:0;padding:0;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(17,29,40,.84) 0%,rgba(23,38,52,.62) 33%,rgba(24,40,58,.24) 58%,rgba(24,40,58,.08) 100%),url('../images/hero-commerce-dark.svg') center center/cover no-repeat}
.site-cases .cases-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 18%,rgba(8,18,29,.16) 100%)}
.site-cases .cases-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.12)}
.site-cases .cases-hero .container{position:relative;z-index:2;width:var(--container);padding-top:34px;padding-bottom:34px}
.site-cases .cases-hero-inner{max-width:720px}
.site-cases .cases-hero-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;font-size:11px;letter-spacing:.14em;color:rgba(255,255,255,.76);text-transform:uppercase}
.site-cases .cases-hero-kicker:before{content:"";display:inline-block;width:34px;height:2px;background:var(--orange);border-radius:2px}
.site-cases .cases-hero-title{margin:0;color:#fff;font-size:clamp(40px,4.7vw,68px);font-weight:300;line-height:.96;letter-spacing:-.055em;text-wrap:balance;text-shadow:0 10px 34px rgba(0,0,0,.22)}
.site-cases .cases-content{max-width:none;width:100%;font-size:17px;line-height:1.75}
.site-cases .cases-intro{display:grid;grid-template-columns:minmax(180px,.38fr) minmax(0,1fr);gap:64px;align-items:center;padding:36px 0;margin:0;border-bottom:1px solid #d9dddf}
.site-cases .cases-intro-label{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--orange);white-space:nowrap}
.site-cases .cases-intro-label:before{content:"";width:42px;height:2px;background:var(--orange);flex:none}
.site-cases .cases-intro-copy{max-width:920px}
.site-cases .cases-intro-copy strong{display:block;margin:0 0 8px;font-size:clamp(24px,2.1vw,34px);line-height:1.08;font-weight:350;letter-spacing:-.035em;color:#24292d}
.site-cases .cases-intro-copy p{max-width:850px;margin:0;color:#6a7379;font-size:16.5px;line-height:1.62}
.site-cases .portfolio-grid{width:100%;margin-top:36px;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
@media(max-width:1150px){.site-cases .portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-cases .cases-hero{min-height:214px}.site-cases .cases-hero .container{padding-top:28px;padding-bottom:28px}.site-cases .cases-intro{grid-template-columns:180px 1fr;gap:40px;padding:32px 0}.site-cases .portfolio-grid{margin-top:32px}}
@media(max-width:720px){.site-cases{padding-bottom:72px}.site-cases .cases-hero{min-height:188px;background-position:72% center}.site-cases .cases-hero .container{padding-top:24px;padding-bottom:24px}.site-cases .cases-hero-kicker{margin-bottom:12px;font-size:9px}.site-cases .cases-hero-kicker:before{width:24px}.site-cases .cases-hero-title{font-size:36px}.site-cases .cases-intro{grid-template-columns:1fr;gap:14px;padding:28px 0}.site-cases .cases-intro-copy strong{font-size:26px}.site-cases .cases-intro-copy p{font-size:15.5px}.site-cases .portfolio-grid{margin-top:28px;grid-template-columns:1fr;gap:15px}}

/* ===== Single case: editorial project page ===== */
.case-single{background:#f4f5f6;color:var(--ink)}
.case-single-hero{padding:42px 0 78px;background:linear-gradient(180deg,#eef3f6 0%,#f7f8f8 70%,#f4f5f6 100%);overflow:hidden}
.case-single-breadcrumbs{display:flex;align-items:center;gap:10px;font-size:12px;color:#8a9398;margin-bottom:38px}.case-single-breadcrumbs a{color:#5f6b72}.case-single-breadcrumbs a:hover{color:var(--orange)}
.case-single-head{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:72px;align-items:end}.case-single-kicker{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.case-single-kicker:before{content:"";width:42px;height:2px;background:var(--orange)}
.case-single-title-wrap h1{margin:0;font-size:clamp(52px,5.8vw,92px);font-weight:300;line-height:.9;letter-spacing:-.06em;color:#1f2529}.case-single-subtitle{max-width:620px;justify-self:end;padding:0 0 8px;font-size:22px;line-height:1.42;letter-spacing:-.015em;color:#667178}
.case-single-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:44px;border-top:1px solid #ccd5da;border-bottom:1px solid #d5dde1}.case-single-meta>div{padding:19px 24px 20px 0;border-right:1px solid #d5dde1}.case-single-meta>div+div{padding-left:24px}.case-single-meta>div:last-child{border-right:0}.case-single-meta small{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#9aa3a8;margin-bottom:7px}.case-single-meta strong{display:block;font-size:15px;font-weight:500;color:#303a40}.case-single-project-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:#303a40;transition:color .2s ease}.case-single-project-link span{color:var(--orange);font-size:15px;transition:transform .2s ease}.case-single-project-link:hover{color:var(--orange)}.case-single-project-link:hover span{transform:translate(2px,-1px)}
.case-single-browser{background:#fff;border:1px solid rgba(35,48,56,.16);overflow:hidden;box-shadow:0 24px 60px rgba(27,43,53,.11)}.case-single-browser--hero{margin-top:42px;border-radius:18px;box-shadow:0 34px 85px rgba(27,43,53,.15)}.case-single-browserbar{height:42px;display:grid;grid-template-columns:72px 1fr;align-items:center;padding:0 16px;background:#f8f9f9;border-bottom:1px solid #e1e6e8;font-size:10px;color:#788389;letter-spacing:.02em}.case-single-dots{display:flex;gap:5px}.case-single-dots i{width:7px;height:7px;border-radius:50%;background:#cbd2d5}.case-single-dots i:first-child{background:#e89b82}.case-single-dots i:nth-child(2){background:#e2c17d}.case-single-dots i:nth-child(3){background:#98c2a4}.case-single-screen{height:680px;overflow:hidden;background:#e9eef0}.case-single-screen img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.case-single-overview{padding:88px 0;background:#fff;border-top:1px solid #e1e5e7;border-bottom:1px solid #e1e5e7}.case-single-overview-grid,.case-single-result-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:78px;align-items:start}.case-single-section-label{display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:.11em;text-transform:uppercase;color:#7b858b}.case-single-section-label span{color:var(--orange);font-variant-numeric:tabular-nums}.case-single-big-copy{max-width:1040px;font-size:clamp(30px,3vw,48px);font-weight:320;line-height:1.18;letter-spacing:-.035em;color:#252c30}
.case-single-task{padding:92px 0;background:#202b31;color:#fff}.case-single-task-grid{display:grid;grid-template-columns:minmax(260px,.56fr) minmax(0,1.44fr);gap:88px}.case-single-section-label--light{color:rgba(255,255,255,.58)}.case-single-task-side p{max-width:330px;margin:48px 0 0;color:rgba(255,255,255,.54);font-size:14px;line-height:1.65}.case-single-task-copy{border-top:1px solid rgba(255,255,255,.18);padding-top:30px}.case-single-task-copy h2{margin:0;font-size:clamp(38px,4.2vw,66px);font-weight:300;letter-spacing:-.05em;line-height:.98}.case-single-task-copy p{max-width:940px;margin:26px 0 0;font-size:18px;line-height:1.72;color:rgba(255,255,255,.72)}
.case-single-services{padding:92px 0;background:#f7f8f8}.case-single-section-head{display:grid;grid-template-columns:260px minmax(0,1fr);gap:78px;align-items:end;margin-bottom:42px}.case-single-section-head h2{margin:0;font-size:clamp(42px,4.5vw,68px);font-weight:300;letter-spacing:-.05em;line-height:.98}.case-single-services-list{border-top:1px solid #aeb8bd}.case-single-service-row{display:grid;grid-template-columns:80px 1fr 36px;gap:24px;align-items:center;min-height:82px;border-bottom:1px solid #d3dadd;transition:padding .2s ease,background .2s ease}.case-single-service-row>span{font-size:11px;color:#a0a8ac}.case-single-service-row strong{font-size:21px;font-weight:400;letter-spacing:-.025em}.case-single-service-row i{font-style:normal;color:var(--orange);font-size:18px;text-align:center}.case-single-service-row:hover{padding-left:12px;background:#fff}
.case-single-gallery-section{padding:94px 0 104px;background:#eceff0;border-top:1px solid #d7dddf}.case-single-section-head--gallery{margin-bottom:46px}.case-single-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.case-single-shot{margin:0;min-width:0}.case-single-shot:first-child{grid-column:1/-1}.case-single-shot:first-child .case-single-screen{height:690px}.case-single-shot:not(:first-child) .case-single-screen{height:460px}.case-single-shot .case-single-browser{border-radius:14px}.case-single-shot figcaption{display:flex;align-items:center;gap:12px;margin-top:14px;font-size:13px;color:#566168}.case-single-shot figcaption span{font-size:10px;color:var(--orange);letter-spacing:.08em}
.case-single-result{padding:96px 0;background:#fff}.case-single-result-copy{max-width:980px}.case-single-result-copy h2{margin:0 0 26px;font-size:clamp(42px,4.5vw,68px);font-weight:300;line-height:.98;letter-spacing:-.05em}.case-single-result-copy>p{margin:0;font-size:19px;line-height:1.75;color:#626d73}.case-single-editor-content{margin-top:28px;padding-top:28px;border-top:1px solid #e0e5e7;color:#626d73;font-size:16px;line-height:1.75}
.case-single-nav{background:#f3f5f5;border-top:1px solid #d8dee1;border-bottom:1px solid #d8dee1}.case-single-nav-inner{min-height:128px;display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center}.case-single-nav-next{text-align:right}.case-single-nav-project{display:inline-flex;flex-direction:column;gap:6px}.case-single-nav-project small{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#8b9499}.case-single-nav-project strong{font-size:18px;font-weight:450;letter-spacing:-.02em}.case-single-nav-project:hover strong{color:var(--orange)}.case-single-all{min-width:220px;height:54px;padding:0 24px;border:1px solid var(--orange);background:var(--orange);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:14px;font-weight:500;box-shadow:0 14px 32px rgba(232,91,38,.18);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.case-single-all span{font-size:18px;line-height:1;transition:transform .2s ease}.case-single-all:hover{border-color:#cf4d1d;background:#cf4d1d;color:#fff;box-shadow:0 18px 38px rgba(207,77,29,.24);transform:translateY(-2px)}.case-single-all:hover span{transform:translateX(3px)}
.case-single-cta{padding:66px 0;background:#182329;color:#fff}.case-single-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center}.case-single-cta span:first-child{display:block;color:#ef8b61;font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.case-single-cta h2{margin:0;font-size:clamp(42px,4.8vw,72px);font-weight:300;letter-spacing:-.05em;line-height:.96}.case-single-cta p{margin:14px 0 0;color:rgba(255,255,255,.61);font-size:15px}.case-single-cta .btn{min-width:210px}
@media(max-width:1100px){.case-single-screen{height:560px}.case-single-overview-grid,.case-single-result-grid,.case-single-section-head{grid-template-columns:190px 1fr;gap:45px}.case-single-task-grid{gap:55px}.case-single-shot:first-child .case-single-screen{height:560px}.case-single-shot:not(:first-child) .case-single-screen{height:380px}}
@media(max-width:760px){.case-single-hero{padding:28px 0 52px}.case-single-breadcrumbs{margin-bottom:28px}.case-single-head{grid-template-columns:1fr;gap:20px}.case-single-title-wrap h1{font-size:50px}.case-single-subtitle{justify-self:start;max-width:100%;padding:0;font-size:17px;line-height:1.5}.case-single-meta{grid-template-columns:1fr}.case-single-meta>div,.case-single-meta>div+div{padding:14px 0;border-right:0;border-bottom:1px solid #d5dde1}.case-single-meta>div:last-child{border-bottom:0}.case-single-browser--hero{margin-top:30px;border-radius:12px}.case-single-browserbar{height:36px}.case-single-screen{height:390px}.case-single-overview,.case-single-services,.case-single-result{padding:62px 0}.case-single-overview-grid,.case-single-result-grid,.case-single-section-head,.case-single-task-grid{grid-template-columns:1fr;gap:24px}.case-single-big-copy{font-size:30px}.case-single-task{padding:62px 0}.case-single-task-side p{margin-top:20px}.case-single-task-copy{padding-top:24px}.case-single-task-copy h2,.case-single-section-head h2,.case-single-result-copy h2{font-size:42px}.case-single-task-copy p,.case-single-result-copy>p{font-size:16px}.case-single-section-head{margin-bottom:28px}.case-single-service-row{grid-template-columns:48px 1fr 26px;gap:12px;min-height:72px}.case-single-service-row strong{font-size:17px}.case-single-gallery-section{padding:62px 0 68px}.case-single-gallery{grid-template-columns:1fr;gap:28px}.case-single-shot:first-child{grid-column:auto}.case-single-shot:first-child .case-single-screen,.case-single-shot:not(:first-child) .case-single-screen{height:360px}.case-single-nav-inner{grid-template-columns:1fr;gap:18px;padding-top:24px;padding-bottom:24px}.case-single-nav-next{text-align:left}.case-single-all{grid-row:1;justify-self:start}.case-single-cta{padding:52px 0}.case-single-cta-inner{grid-template-columns:1fr;gap:28px}.case-single-cta .btn{width:100%}}

/* ===== Cases v4: stable editorial 2-column showcase ===== */
.site-cases .cases-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:38px;align-items:stretch}
.site-cases .case-editorial-card{min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid #d9dfe2;border-radius:24px;overflow:hidden;box-shadow:0 1px 0 rgba(255,255,255,.85) inset;transition:transform .28s cubic-bezier(.2,.72,.2,1),box-shadow .28s ease,border-color .28s ease}
.site-cases .case-editorial-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(28,39,47,.11);border-color:#c8d0d4}
.site-cases .case-editorial-visual{position:relative;display:block;min-height:460px;overflow:hidden;background:linear-gradient(145deg,#e9eef1 0%,#f7f8f8 62%,#dde5e9 100%);border-bottom:1px solid #e0e5e7}
.site-cases .case-editorial-visual-link{position:absolute;inset:0;z-index:5;display:block;cursor:pointer}
.site-cases .case-editorial-visual-link:focus-visible{outline:3px solid rgba(232,91,38,.34);outline-offset:-7px;border-radius:18px}
.site-cases .case-editorial-card:nth-child(2n) .case-editorial-visual{background:linear-gradient(145deg,#edf1ef 0%,#faf9f6 62%,#e1e6e2 100%)}
.site-cases .case-editorial-card:nth-child(3n) .case-editorial-visual{background:linear-gradient(145deg,#e8eef4 0%,#f7f9fa 62%,#dce5eb 100%)}
.site-cases .case-desktop-frame{position:absolute;display:flex;flex-direction:column;line-height:0;left:3%;top:7%;width:94%;height:86%;background:#fff;border:1px solid rgba(28,40,48,.14);border-radius:13px;overflow:hidden;box-shadow:0 24px 46px rgba(28,39,47,.15);transition:transform .45s cubic-bezier(.2,.72,.2,1)}
.site-cases .case-desktop-bar{height:34px;flex:0 0 34px;display:grid;line-height:1.2;grid-template-columns:52px 1fr;align-items:center;gap:10px;padding:0 12px;background:#f7f8f8;border-bottom:1px solid #e4e8ea;font-size:10px;color:#7b858a}
.site-cases .case-dots{display:flex;gap:4px}.site-cases .case-dots i{display:block;width:6px;height:6px;border-radius:50%;background:#cbd1d4}.site-cases .case-dots i:first-child{background:#e89b82}.site-cases .case-dots i:nth-child(2){background:#e2c17d}.site-cases .case-dots i:nth-child(3){background:#98c2a4}
.site-cases .case-desktop-frame>p{margin:0!important;padding:0!important;flex:1 1 auto;min-height:0;line-height:0;overflow:hidden}
.site-cases .case-desktop-frame>img{width:100%;flex:1 1 auto;min-height:0;height:auto!important;object-fit:cover;object-position:top center;display:block;margin:0!important;padding:0!important;background:#eef1f2}
.site-cases .case-desktop-frame>p>img{width:100%;height:100%!important;object-fit:cover;object-position:top center;display:block;margin:0!important;padding:0!important;background:#eef1f2}
.site-cases .case-phone-frame{position:absolute;right:4.5%;bottom:5%;width:22%;height:72%;padding:7px;background:#1b2227;border:1px solid rgba(17,25,31,.22);border-radius:31px;box-shadow:0 22px 48px rgba(17,24,29,.23);overflow:hidden;transform:rotate(1.4deg);transition:transform .45s cubic-bezier(.2,.72,.2,1);z-index:3}
.site-cases .case-phone-notch{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:40%;height:13px;border-radius:0 0 9px 9px;background:#1b2227;z-index:4}
.site-cases .case-phone-frame>img{position:relative;z-index:2;width:100%;height:100%;display:block;object-fit:cover;object-position:top center;border-radius:25px;background:#fff}
.site-cases .case-editorial-card:hover .case-desktop-frame{transform:translateY(-3px) scale(1.008)}
.site-cases .case-editorial-card:hover .case-phone-frame{transform:rotate(0deg) translateY(-3px)}
.site-cases .case-editorial-copy{display:flex;flex-direction:column;flex:1;padding:27px 29px 29px}
.site-cases .case-editorial-top{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:17px}
.site-cases .case-editorial-category{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#fff2ec;border:1px solid #f1d4c7;color:#c84f20;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.site-cases .case-editorial-no{font-size:11px;color:#a1a8ac;letter-spacing:.08em}
.site-cases .case-editorial-copy h3{margin:0;font-size:clamp(28px,2.25vw,36px);line-height:1.02;font-weight:360;letter-spacing:-.04em;color:#22282c}
.site-cases .case-editorial-copy>p{margin:14px 0 23px;font-size:14.5px;line-height:1.62;color:#687279}
.site-cases .case-editorial-tags{display:none!important}
.site-cases .case-editorial-link{margin-top:auto;align-self:flex-start;min-height:46px;padding:0 16px 0 18px;border:1px solid #d3dadd;border-radius:999px;display:inline-flex;align-items:center;gap:14px;background:#fff;font-size:13px;font-weight:500;transition:background .2s ease,color .2s ease,border-color .2s ease}
.site-cases .case-editorial-link span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#f2f4f5;color:var(--orange);font-size:16px;transition:transform .2s ease,background .2s ease,color .2s ease}
.site-cases .case-editorial-link:hover{background:#20282e;border-color:#20282e;color:#fff}.site-cases .case-editorial-link:hover span{background:rgba(255,255,255,.12);color:#fff;transform:translateX(2px)}

/* Cases pagination */
.site-cases .cases-showcase-grid>.case-editorial-card:nth-child(n+9){display:none}
.site-cases .cases-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:38px 0 0;padding-top:26px;border-top:1px solid #d7dde0}
.site-cases .cases-pagination-pages{display:flex;align-items:center;gap:8px}
.site-cases .cases-pagination button{appearance:none;border:1px solid #d3dade;background:#fff;color:#283137;min-height:46px;font:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,opacity .2s ease}
.site-cases .cases-pagination button:hover:not(:disabled){transform:translateY(-1px);border-color:#abb6bb;background:#f9fafa}
.site-cases .cases-pagination button:focus-visible{outline:3px solid rgba(232,91,38,.2);outline-offset:3px}
.site-cases .cases-pagination-arrow{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;min-width:112px}
.site-cases .cases-pagination-arrow span{color:var(--orange);font-size:17px;line-height:1}
.site-cases .cases-pagination-page{width:46px;padding:0;display:grid;place-items:center}
.site-cases .cases-pagination-page.is-active{background:#20282e;border-color:#20282e;color:#fff}
.site-cases .cases-pagination button:disabled{opacity:.34;cursor:default}
@media(max-width:520px){.site-cases .cases-pagination{gap:8px;margin-top:26px;padding-top:20px}.site-cases .cases-pagination-arrow{min-width:0;padding:0 12px;font-size:12px}.site-cases .cases-pagination-page{width:44px;min-height:44px}}
@media(max-width:1150px){.site-cases .cases-showcase-grid{gap:20px;margin-top:32px}.site-cases .case-editorial-visual{min-height:370px}.site-cases .case-desktop-frame{left:3%;top:7%;width:94%;height:86%}.site-cases .case-phone-frame{right:4%;bottom:5%;width:23%;height:70%}.site-cases .case-editorial-copy{padding:24px 24px 26px}}
@media(max-width:820px){.site-cases .cases-showcase-grid{grid-template-columns:1fr}.site-cases .case-editorial-visual{min-height:435px}.site-cases .case-phone-frame{width:21%;right:6%;bottom:5%;height:72%}}
@media(max-width:520px){.site-cases .cases-showcase-grid{margin-top:22px;gap:16px}.site-cases .case-editorial-card{border-radius:18px}.site-cases .case-editorial-visual{min-height:325px}.site-cases .case-desktop-frame{left:3%;top:7%;width:94%;height:86%;border-radius:10px}.site-cases .case-phone-frame{right:3%;bottom:5%;width:25%;height:69%;padding:5px;border-radius:25px}.site-cases .case-phone-notch{top:4px;height:10px}.site-cases .case-phone-frame>img{border-radius:20px}.site-cases .case-editorial-copy{padding:22px}.site-cases .case-editorial-copy h3{font-size:28px}.site-cases .case-editorial-copy>p{font-size:14px}.site-cases .case-editorial-link{width:100%;justify-content:space-between}}

/* ===== Header logo refinement ===== */
.brand img,.brand .custom-logo{width:266px;max-width:none;height:auto;display:block}
@media(max-width:1320px) and (min-width:1151px){.brand img,.brand .custom-logo{width:240px}}
@media(max-width:1150px){.brand img,.brand .custom-logo{width:232px}}
@media(max-width:720px){.brand img,.brand .custom-logo{width:205px}}

/* ===== Services landing page ===== */
.site-services{background:#f4f5f6;color:var(--ink)}
.services-page-hero{position:relative;z-index:1;top:auto;min-height:236px;margin:0;padding:0;display:flex;align-items:flex-end;overflow:hidden;backdrop-filter:none;color:#fff;background:linear-gradient(100deg,rgba(18,30,41,.94) 0%,rgba(27,45,59,.86) 42%,rgba(35,66,89,.54) 72%,rgba(35,66,89,.24) 100%),url('../images/hero-commerce-dark.svg') center 44%/cover no-repeat}
.services-page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 20%,rgba(232,91,38,.22),transparent 27%),linear-gradient(180deg,rgba(255,255,255,.03),rgba(9,19,27,.18));pointer-events:none}
.services-page-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.65fr);gap:80px;align-items:end;padding-top:34px;padding-bottom:34px}
.services-page-kicker{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.services-page-kicker:before{content:"";width:38px;height:2px;background:var(--orange)}
.services-page-hero h1{margin:0;font-size:clamp(54px,6vw,92px);font-weight:300;line-height:.9;letter-spacing:-.06em;color:#fff}
.services-page-hero p{max-width:600px;margin:0 0 4px;padding:15px 18px 16px;border-left:3px solid var(--orange);background:rgba(16,28,38,.58);box-shadow:0 12px 34px rgba(8,17,24,.14);backdrop-filter:blur(7px);font-size:17px;font-weight:450;line-height:1.58;color:rgba(255,255,255,.96);text-shadow:0 1px 10px rgba(0,0,0,.18)}
.services-page-intro{padding:68px 0 58px;background:#fff;border-bottom:1px solid #dde2e4}
.services-page-intro-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:70px;align-items:start}
.services-page-intro-label{display:flex;align-items:center;gap:12px;padding-top:9px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}
.services-page-intro-label:before{content:"";width:36px;height:1px;background:var(--orange)}
.services-page-intro h2{max-width:900px;margin:0;font-size:clamp(38px,4vw,62px);font-weight:300;line-height:1;letter-spacing:-.05em}
.services-page-intro p{max-width:850px;margin:22px 0 0;font-size:16px;line-height:1.72;color:#687279}
.services-page-catalog{padding:46px 0 82px;background:linear-gradient(180deg,#f3f5f5 0%,#eef1f2 100%)}
.services-page-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;align-items:stretch}
.services-page-card{position:relative;min-height:360px;padding:30px;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #d9dfe2;transition:transform .26s cubic-bezier(.2,.72,.2,1),box-shadow .26s ease,border-color .26s ease}
.services-page-card--1{grid-column:span 7;min-height:430px;background:#202a31;color:#fff;border-color:#202a31}
.services-page-card--2{grid-column:span 5;background:#edf4f8}
.services-page-card--3{grid-column:span 5}
.services-page-card--4{grid-column:span 7;background:#f8f4ef}
.services-page-card--5{grid-column:span 7}
.services-page-card--6{grid-column:span 5;background:#eef1f1}
.services-page-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(29,40,47,.11);border-color:#c7d0d4}
.services-page-card--1:hover{border-color:#202a31;box-shadow:0 30px 72px rgba(19,31,39,.2)}
.services-page-card-link{position:absolute;inset:0;z-index:5}
.services-page-card-top{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:2}
.services-page-card-top>span{font-size:13px;line-height:1.2;font-weight:520;letter-spacing:.09em;color:var(--orange)}
.services-page-card-top small{font-size:13px;line-height:1.2;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#8a9499}
.services-page-card--1 .services-page-card-top small{color:rgba(255,255,255,.46)}.services-page-card--1 .services-page-card-top{position:absolute;right:30px;top:30px;z-index:3;justify-content:flex-end;gap:16px}
.services-page-card-copy{position:relative;z-index:2;margin-top:auto;padding-top:60px}
.services-page-card-copy h2{max-width:760px;margin:0;font-size:clamp(30px,3vw,48px);font-weight:320;line-height:1.02;letter-spacing:-.045em}
.services-page-card:not(.services-page-card--1) .services-page-card-copy h2{font-size:clamp(27px,2.4vw,38px)}
.services-page-card-copy p{max-width:720px;margin:16px 0 0;font-size:14px;line-height:1.65;color:#687279}
.services-page-card--1 .services-page-card-copy p{max-width:750px;color:rgba(255,255,255,.62)}
.services-page-card-bottom{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-top:30px;padding-top:18px;border-top:1px solid #e0e5e7}
.services-page-card--1 .services-page-card-bottom{border-color:rgba(255,255,255,.14)}
.services-page-card-bottom>div{display:flex;flex-wrap:wrap;gap:7px}
.services-page-card-bottom>div span{padding:8px 11px;border:1px solid #d9dfe2;background:rgba(255,255,255,.62);font-size:12px;line-height:1.2;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#69747a}
.services-page-card--1 .services-page-card-bottom>div span{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:rgba(255,255,255,.62)}
.services-page-card-bottom strong{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-size:12px;font-weight:500}
.services-page-card-bottom strong i{font-style:normal;color:var(--orange);font-size:18px;transition:transform .2s ease}
.services-page-card:hover .services-page-card-bottom strong i{transform:translateX(4px)}
.services-page-card--1:before{content:"E-COMMERCE";position:absolute;right:-20px;top:82px;font-size:76px;line-height:1;font-weight:300;letter-spacing:-.06em;color:rgba(255,255,255,.025);pointer-events:none}
.services-page-brandmark{position:absolute;left:22px;top:20px;z-index:2;width:min(42%,330px);padding:10px 24px 11px 15px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.065);backdrop-filter:blur(10px);box-shadow:0 16px 34px rgba(7,16,22,.10)}
.services-page-brandmark-name{display:flex;align-items:center;gap:8px;min-height:78px}
.services-page-brandmark-name img{width:92px;height:84px;flex:0 0 92px;object-fit:contain;object-position:center;display:block;transform:translate(-16px,8px);filter:drop-shadow(0 12px 22px rgba(0,0,0,.2))}
.services-page-brandmark-copy{display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;margin-left:3px}
.services-page-brandmark-copy strong{font-size:27px;line-height:1;font-weight:520;letter-spacing:-.045em;color:#fff;white-space:nowrap}
.services-page-brandmark-copy small{display:block;font-size:9px;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.48);white-space:nowrap}

/* Marketplace logos in service card 02 */
.services-page-marketplaces{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:22px}
.services-page-marketplace{height:68px;min-width:0;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;border:1px solid rgba(135,156,167,.25);background:rgba(255,255,255,.82);box-shadow:0 10px 24px rgba(43,69,83,.055)}
.services-page-marketplace strong{display:block;min-width:0;line-height:1;white-space:nowrap}
.services-page-marketplace--yandex{justify-content:flex-start}
.services-page-yandex-mark{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;background:#ffdc60;color:#f33;font-size:21px;line-height:1;font-weight:650}
.services-page-marketplace--yandex strong{font-size:15px;font-weight:580;letter-spacing:-.025em;color:#24282b}
.services-page-marketplace--ozon strong{font-size:22px;font-weight:720;letter-spacing:-.055em;color:#005bff}
.services-page-marketplace--wildberries{flex-direction:column;gap:4px}
.services-page-marketplace--wildberries strong{font-size:22px;font-weight:760;letter-spacing:-.045em;background:linear-gradient(90deg,#a62bb7 0%,#d2298b 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.services-page-marketplace--wildberries small{font-size:7.5px;line-height:1;letter-spacing:.035em;text-transform:uppercase;color:#a52a9b;white-space:nowrap}
.services-page-marketplace--avito{gap:7px}
.services-page-avito-mark{position:relative;width:34px;height:31px;flex:0 0 34px}
.services-page-avito-mark i{position:absolute;display:block;border-radius:50%}
.services-page-avito-mark i:nth-child(1){width:11px;height:11px;left:1px;top:3px;background:#00aaff}
.services-page-avito-mark i:nth-child(2){width:9px;height:9px;right:2px;top:0;background:#965eeb}
.services-page-avito-mark i:nth-child(3){width:9px;height:9px;left:4px;bottom:1px;background:#ff6163}
.services-page-avito-mark i:nth-child(4){width:12px;height:12px;right:1px;bottom:0;background:#97cf26}
.services-page-marketplace--avito strong{font-size:15px;font-weight:580;letter-spacing:-.035em;color:#24282b}
@media(max-width:760px){
 .services-page-marketplaces{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px}
 .services-page-marketplace{height:60px}
 .services-page-card--2 .services-page-card-copy{padding-top:32px}
}

/* Search engines and rising positions chart in service card 03 */
.services-page-seo-visual{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:10px;margin-top:22px}
.services-page-search-engines{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.services-page-search-engine{height:72px;min-width:0;padding:0 10px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e0e5e7;background:#fafbfb;box-shadow:0 10px 24px rgba(43,69,83,.045)}
.services-page-search-engine strong{display:flex;align-items:center;line-height:1;white-space:nowrap}
.services-page-search-engine--yandex{gap:0}
.services-page-search-engine--yandex b{font-size:27px;line-height:1;font-weight:650;color:#f33}
.services-page-search-engine--yandex strong{font-size:18px;font-weight:560;letter-spacing:-.045em;color:#25292c}
.services-page-search-engine--google strong{font-size:19px;font-weight:610;letter-spacing:-.055em}
.services-page-search-engine--google i{font-style:normal}
.services-page-search-engine--google i:nth-child(1),.services-page-search-engine--google i:nth-child(4){color:#4285f4}
.services-page-search-engine--google i:nth-child(2),.services-page-search-engine--google i:nth-child(6){color:#ea4335}
.services-page-search-engine--google i:nth-child(3){color:#fbbc05}
.services-page-search-engine--google i:nth-child(5){color:#34a853}
.services-page-seo-growth{position:relative;height:72px;overflow:hidden;border:1px solid #dbe3e6;background:linear-gradient(to right,rgba(124,145,155,.10) 1px,transparent 1px) 0 0/28px 100%,linear-gradient(to bottom,rgba(124,145,155,.10) 1px,transparent 1px) 0 0/100% 18px,linear-gradient(145deg,#fafcfc 0%,#edf3f5 100%)}
.services-page-seo-growth small{position:absolute;left:10px;top:8px;z-index:2;font-size:7px;line-height:1;letter-spacing:.11em;text-transform:uppercase;color:#7b878d}
.services-page-seo-growth svg{position:absolute;left:8px;right:8px;bottom:5px;width:calc(100% - 16px);height:58px;overflow:visible}
.services-page-seo-growth polyline,.services-page-seo-growth path{fill:none;stroke:var(--orange);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.services-page-seo-growth circle{fill:var(--orange);filter:drop-shadow(0 3px 5px rgba(232,91,38,.28))}
.services-page-card--3 .services-page-card-copy{padding-top:34px}
@media(max-width:760px){
 .services-page-seo-visual{grid-template-columns:1fr;gap:8px;margin-top:20px}
 .services-page-search-engine{height:58px}
 .services-page-search-engine--yandex b{font-size:25px}
 .services-page-search-engine--yandex strong{font-size:18px}
 .services-page-search-engine--google strong{font-size:20px}
 .services-page-seo-growth{height:70px}
 .services-page-card--3 .services-page-card-copy{padding-top:32px}
}

/* Yandex Direct campaign dashboard in service card 04 */
.services-page-direct-visual{position:relative;z-index:2;display:grid;grid-template-columns:210px minmax(0,1fr);gap:10px;margin-top:22px}
.services-page-direct-brand{height:92px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #e3ddd5;background:rgba(255,255,255,.82);box-shadow:0 10px 24px rgba(78,61,42,.045)}
.services-page-direct-yandex{display:flex;align-items:baseline;line-height:1;white-space:nowrap}
.services-page-direct-yandex b{font-size:30px;line-height:1;font-weight:650;color:#f33}
.services-page-direct-yandex strong{font-size:21px;line-height:1;font-weight:560;letter-spacing:-.045em;color:#25292c}
.services-page-direct-name{padding:8px 10px;background:#ffcc00;color:#252525;font-size:17px;line-height:1;font-weight:580;letter-spacing:-.035em}
.services-page-direct-campaign{height:92px;padding:11px 13px;border:1px solid #ded9d2;background:rgba(255,255,255,.78);box-shadow:0 10px 24px rgba(78,61,42,.04)}
.services-page-direct-campaign-head{display:flex;align-items:center;justify-content:space-between;gap:14px}
.services-page-direct-campaign-head small{font-size:8px;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:#858079}
.services-page-direct-campaign-head span{display:inline-flex;align-items:center;gap:5px;font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.07em;color:#65716a;white-space:nowrap}
.services-page-direct-campaign-head span i{width:7px;height:7px;border-radius:50%;background:#58a86a;box-shadow:0 0 0 3px rgba(88,168,106,.12)}
.services-page-direct-campaign-body{display:grid;grid-template-columns:120px minmax(0,1fr);gap:16px;align-items:end;margin-top:10px}
.services-page-direct-bars{height:48px;padding:0 7px 0 5px;display:flex;align-items:flex-end;gap:7px;border-left:1px solid #dad6d0;border-bottom:1px solid #dad6d0}
.services-page-direct-bars i{width:12px;background:#d6dfe3;border-radius:2px 2px 0 0}
.services-page-direct-bars i:nth-child(1){height:16px}.services-page-direct-bars i:nth-child(2){height:25px}.services-page-direct-bars i:nth-child(3){height:21px}.services-page-direct-bars i:nth-child(4){height:36px;background:#ef9c79}.services-page-direct-bars i:nth-child(5){height:44px;background:var(--orange)}
.services-page-direct-settings{display:grid;gap:6px;padding-bottom:1px}
.services-page-direct-settings>span{display:grid;grid-template-columns:55px minmax(0,1fr);gap:8px;align-items:center}
.services-page-direct-settings small{font-size:7px;line-height:1;text-transform:uppercase;letter-spacing:.07em;color:#7a7772}
.services-page-direct-settings>span>i{position:relative;height:4px;border-radius:4px;background:#dfe2e1}
.services-page-direct-settings>span>i b{position:absolute;top:50%;width:10px;height:10px;margin-top:-5px;border:2px solid #fff;border-radius:50%;background:var(--orange);box-shadow:0 1px 5px rgba(74,54,40,.22)}
.services-page-direct-settings>span:nth-child(1)>i b{left:62%}.services-page-direct-settings>span:nth-child(2)>i b{left:37%}.services-page-direct-settings>span:nth-child(3)>i b{left:74%}
.services-page-card--4 .services-page-card-copy{padding-top:34px}
@media(max-width:760px){
 .services-page-direct-visual{grid-template-columns:1fr;gap:8px;margin-top:20px}
 .services-page-direct-brand{height:72px}
 .services-page-direct-campaign{height:104px}
 .services-page-direct-campaign-body{grid-template-columns:105px minmax(0,1fr)}
 .services-page-card--4 .services-page-card-copy{padding-top:32px}
}

/* Corporate portal architecture in service card 05 */
.services-page-portal-visual{position:relative;z-index:2;display:grid;grid-template-columns:235px minmax(0,1fr);gap:10px;margin-top:22px}
.services-page-portal-brand{height:96px;padding:0 16px;display:flex;align-items:center;gap:13px;border:1px solid #dce3e6;background:#f8fafb;box-shadow:0 10px 24px rgba(43,69,83,.045)}
.services-page-portal-building{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:50%;background:#e9f0f3;color:var(--orange)}
.services-page-portal-building svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.services-page-portal-brand>span:last-child{display:flex;min-width:0;flex-direction:column;gap:7px}
.services-page-portal-brand strong{font-size:17px;line-height:1.08;font-weight:560;letter-spacing:-.035em;color:#263037}
.services-page-portal-brand small{font-size:7px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:#7d898f}
.services-page-portal-map{position:relative;height:96px;padding:14px;display:grid;grid-template-columns:94px minmax(0,1fr);gap:22px;align-items:center;overflow:hidden;border:1px solid #dce3e6;background:linear-gradient(145deg,#f9fbfb 0%,#eef3f5 100%)}
.services-page-portal-map:before{content:"";position:absolute;left:90px;right:28px;top:50%;height:1px;background:#cfd9dd}
.services-page-portal-hub{position:relative;z-index:2;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#26343c;color:#fff;box-shadow:0 10px 20px rgba(31,49,59,.12)}
.services-page-portal-hub svg{width:21px;height:21px;fill:none;stroke:#ef8255;stroke-width:1.6}
.services-page-portal-hub strong{font-size:10px;line-height:1;font-weight:520;letter-spacing:.06em;text-transform:uppercase}
.services-page-portal-modules{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.services-page-portal-modules>span{height:58px;min-width:0;padding:7px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #d9e1e4;background:#fff;color:#53636c}
.services-page-portal-modules svg{width:19px;height:19px;fill:none;stroke:var(--orange);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.services-page-portal-modules b{font-size:8px;line-height:1;font-weight:520;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}
.services-page-card--5 .services-page-card-copy{padding-top:34px}
@media(max-width:760px){
 .services-page-portal-visual{grid-template-columns:1fr;gap:8px;margin-top:20px}
 .services-page-portal-brand{height:76px}
 .services-page-portal-map{height:144px;padding:12px;grid-template-columns:1fr;grid-template-rows:54px 54px;gap:12px}
 .services-page-portal-map:before{left:50%;right:auto;top:62px;width:1px;height:18px}
 .services-page-portal-hub{width:120px;height:54px;justify-self:center}
 .services-page-portal-modules{width:100%}
 .services-page-portal-modules>span{height:54px}
 .services-page-card--5 .services-page-card-copy{padding-top:32px}
}

/* Technical support monitoring in service card 06 */
.services-page-support-visual{position:relative;z-index:2;display:grid;grid-template-columns:190px minmax(0,1fr);gap:10px;margin-top:22px}
.services-page-support-brand{height:96px;padding:0 12px;display:flex;align-items:center;gap:10px;border:1px solid #d8e0e1;background:rgba(255,255,255,.76);box-shadow:0 10px 24px rgba(43,69,83,.04)}
.services-page-support-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:50%;background:#e6edef;color:var(--orange)}
.services-page-support-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.services-page-support-brand>span:last-child{display:flex;min-width:0;flex-direction:column;gap:7px}
.services-page-support-brand strong{font-size:15px;line-height:1;font-weight:560;letter-spacing:-.035em;color:#29343a;white-space:nowrap}
.services-page-support-brand small{font-size:7px;line-height:1.2;letter-spacing:.09em;text-transform:uppercase;color:#7c888e;white-space:nowrap}
.services-page-support-monitor{height:96px;padding:11px 12px;border:1px solid #d7e0e2;background:linear-gradient(145deg,rgba(255,255,255,.84) 0%,rgba(240,245,246,.88) 100%)}
.services-page-support-monitor-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.services-page-support-monitor-head small{font-size:8px;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:#7c888d}
.services-page-support-monitor-head>span{display:inline-flex;align-items:center;gap:5px;font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.07em;color:#65716a;white-space:nowrap}
.services-page-support-monitor-head>span i{width:7px;height:7px;border-radius:50%;background:#58a86a;box-shadow:0 0 0 3px rgba(88,168,106,.12)}
.services-page-support-statuses{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}
.services-page-support-statuses>span{height:53px;min-width:0;padding:7px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid #dce4e6;background:#fff}
.services-page-support-statuses>span>i{width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#58a86a;box-shadow:0 0 0 2px rgba(88,168,106,.17)}
.services-page-support-statuses b{font-size:9px;line-height:1;font-weight:560;letter-spacing:.055em;text-transform:uppercase;color:#3d4a50}
.services-page-support-statuses small{font-size:7px;line-height:1;text-transform:uppercase;letter-spacing:.055em;color:#8a9498}
.services-page-card--6 .services-page-card-copy{padding-top:34px}
@media(max-width:760px){
 .services-page-support-visual{grid-template-columns:1fr;gap:8px;margin-top:20px}
 .services-page-support-brand{height:74px}
 .services-page-support-monitor{height:96px}
 .services-page-card--6 .services-page-card-copy{padding-top:32px}
}

.services-page-system{padding:68px 0;background:#fff;border-top:1px solid #dde2e4;border-bottom:1px solid #dde2e4}
.services-page-system-inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:80px;align-items:center}
.services-page-system-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}
.services-page-system h2{max-width:650px;margin:0;font-size:clamp(34px,3.3vw,52px);font-weight:300;line-height:1.04;letter-spacing:-.045em}
.services-page-system-flow{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.services-page-system-flow span{padding:13px 15px;border:1px solid #d7dde0;background:#f7f8f8;font-size:11px;letter-spacing:.07em;text-transform:uppercase}
.services-page-system-flow i{font-style:normal;color:var(--orange)}
.services-page-cta{padding:68px 0;background:#182329;color:#fff}
.services-page-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center}
.services-page-cta-inner>div>span{display:block;margin-bottom:10px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#ef8b61}
.services-page-cta h2{max-width:880px;margin:0;font-size:clamp(42px,4.5vw,68px);font-weight:300;line-height:.98;letter-spacing:-.05em}
.services-page-cta p{max-width:720px;margin:15px 0 0;font-size:15px;line-height:1.65;color:rgba(255,255,255,.62)}
.services-page-cta .btn{min-width:220px}

/* ===== Services / cases hero note refinement ===== */
.services-page-hero{min-height:236px}
.services-page-hero-inner{padding-top:34px;padding-bottom:34px}
.services-page-hero p{max-width:600px;margin:0 0 4px;padding:13px 18px;border-left:2px solid rgba(232,91,38,.82);background:rgba(14,29,40,.22);backdrop-filter:blur(6px);box-shadow:0 10px 30px rgba(8,20,28,.07);font-size:17px;font-weight:430;line-height:1.7;color:rgba(255,255,255,.94)}
.site-cases .cases-hero .container{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.65fr);gap:80px;align-items:end}
.site-cases .cases-hero-note{max-width:600px;margin:0 0 4px;padding:13px 18px;border-left:2px solid rgba(232,91,38,.82);background:rgba(14,29,40,.22);backdrop-filter:blur(6px);box-shadow:0 10px 30px rgba(8,20,28,.07);font-size:17px;font-weight:430;line-height:1.7;color:rgba(255,255,255,.94)}
@media(max-width:1100px){.site-cases .cases-hero .container{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:38px}.site-cases .cases-hero-note{font-size:15px;line-height:1.55;padding:11px 14px}}
@media(max-width:760px){.site-cases .cases-hero{min-height:236px}.site-cases .cases-hero .container{grid-template-columns:1fr;gap:12px}.site-cases .cases-hero-note{margin:0;max-width:100%;font-size:13px;line-height:1.5;padding:9px 12px}.services-page-hero p{background:rgba(14,29,40,.20)}}

/* ===== Services / cases hero alignment refinement ===== */
.page-id-4750>header{border-bottom:0}
.services-page-kicker,
.site-cases .cases-hero-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;font-size:11px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.76)}
.services-page-kicker:before,
.site-cases .cases-hero-kicker:before{content:"";display:inline-block;width:34px;height:2px;flex:0 0 34px;background:var(--orange);border-radius:2px}
@media(max-width:760px){
 .services-page-kicker,.site-cases .cases-hero-kicker{margin-bottom:12px;font-size:9px;line-height:1.2;letter-spacing:.14em}
 .services-page-kicker:before,.site-cases .cases-hero-kicker:before{width:24px;flex-basis:24px}
}

/* ===== Single service page ===== */
.service-single{background:#f4f5f6;color:var(--ink)}
.service-single-hero{padding:38px 0 72px;background:linear-gradient(180deg,#edf3f6 0%,#f7f8f8 72%,#f4f5f6 100%);overflow:hidden}
.service-single-breadcrumbs{display:flex;align-items:center;gap:10px;margin-bottom:40px;font-size:12px;color:#8b9499}.service-single-breadcrumbs a{color:#5f6b72}.service-single-breadcrumbs a:hover{color:var(--orange)}
.service-single-hero-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(360px,.64fr);gap:70px;align-items:end}
.service-single-kicker{display:flex;align-items:center;gap:12px;margin-bottom:18px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#6c7880}.service-single-kicker span{color:var(--orange)}.service-single-kicker:after{content:"";width:42px;height:1px;background:#cbd3d7}
.service-single-title-wrap h1{max-width:980px;margin:0;font-size:clamp(48px,5vw,80px);font-weight:300;line-height:.94;letter-spacing:-.055em;color:#20272b}
.service-single-hero-side{justify-self:end;max-width:560px;padding-bottom:4px}.service-single-hero-side p{margin:0 0 24px;font-size:20px;line-height:1.48;letter-spacing:-.015em;color:#667178}.service-single-hero-side .btn{min-width:190px}
.service-single-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:44px;border-top:1px solid #cbd4d8;border-bottom:1px solid #d5dde1}
.service-single-facts>div{padding:18px 24px 19px 0;border-right:1px solid #d5dde1}.service-single-facts>div+div{padding-left:24px}.service-single-facts>div:last-child{border-right:0}.service-single-facts small{display:block;margin-bottom:7px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#9aa3a8}.service-single-facts strong{font-size:15px;font-weight:500;color:#303a40}
.service-single-visual{position:relative;height:300px;margin-top:36px;overflow:hidden;border:1px solid #d5dde0;background:linear-gradient(120deg,#1d2a32 0%,#263b49 48%,#31586d 100%);box-shadow:0 26px 66px rgba(26,44,55,.12)}
.service-single-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(232,91,38,.11),transparent 38%),radial-gradient(circle at 74% 32%,rgba(77,157,205,.24),transparent 30%)}
.service-single-visual-no{position:absolute;left:38px;bottom:-26px;font-size:190px;line-height:.8;font-weight:300;letter-spacing:-.08em;color:rgba(255,255,255,.055)}
.service-single-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.service-single-orbit--one{width:420px;height:420px;right:-70px;top:-165px}.service-single-orbit--two{width:290px;height:290px;right:-5px;top:-100px}.service-single-orbit--three{width:150px;height:150px;right:65px;top:-28px;border-color:rgba(232,91,38,.4)}
.service-single-visual-label{position:absolute;right:32px;bottom:26px;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.48)}
.service-single-intro{padding:86px 0;background:#fff;border-top:1px solid #e0e5e7;border-bottom:1px solid #e0e5e7}
.service-single-intro-grid,.service-single-result-grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:75px;align-items:start}
.service-single-section-label{display:flex;align-items:center;gap:13px;padding-top:8px;font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#7b858b}.service-single-section-label span{color:var(--orange);font-variant-numeric:tabular-nums}
.service-single-big-copy{max-width:1050px;font-size:clamp(30px,3vw,48px);font-weight:320;line-height:1.18;letter-spacing:-.035em;color:#252c30}
.service-single-includes{padding:88px 0 96px;background:#f6f7f7}
.service-single-section-head{display:grid;grid-template-columns:250px minmax(0,1fr);gap:75px;align-items:end;margin-bottom:40px}.service-single-section-head h2{margin:0;font-size:clamp(40px,4.2vw,64px);font-weight:300;line-height:.98;letter-spacing:-.05em}
.service-single-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #aeb8bd;border-left:1px solid #d5dcdf}
.service-single-item{min-height:150px;padding:26px 28px;border-right:1px solid #d5dcdf;border-bottom:1px solid #d5dcdf;background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:30px;transition:background .2s ease,transform .2s ease}.service-single-item:hover{background:#fbfcfc;transform:translateY(-2px)}
.service-single-item span{font-size:10px;letter-spacing:.1em;color:var(--orange)}.service-single-item strong{max-width:600px;font-size:20px;font-weight:400;line-height:1.28;letter-spacing:-.025em}
.service-single-process{padding:92px 0 98px;background:#202b31;color:#fff}
.service-single-process-head{display:grid;grid-template-columns:220px minmax(0,1fr) minmax(280px,.55fr);gap:55px;align-items:end;margin-bottom:44px}.service-single-section-label--light{color:rgba(255,255,255,.48)}.service-single-process-head h2{margin:0;font-size:clamp(40px,4.2vw,64px);font-weight:300;line-height:.98;letter-spacing:-.05em}.service-single-process-head p{margin:0;font-size:14px;line-height:1.7;color:rgba(255,255,255,.54)}
.service-single-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.18)}
.service-single-steps article{min-height:220px;padding:25px 26px 0 0;border-right:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column;justify-content:space-between;gap:30px}.service-single-steps article+article{padding-left:26px}.service-single-steps article:last-child{border-right:0}.service-single-steps span{font-size:10px;color:#ef8b61;letter-spacing:.1em}.service-single-steps strong{padding-bottom:28px;font-size:18px;font-weight:400;line-height:1.4;color:rgba(255,255,255,.84)}
.service-single-result{padding:92px 0 98px;background:#fff}.service-single-result-copy{max-width:1000px}.service-single-result-copy h2{margin:0 0 24px;font-size:clamp(40px,4.3vw,66px);font-weight:300;line-height:.98;letter-spacing:-.05em}.service-single-result-copy>p{margin:0;font-size:19px;line-height:1.75;color:#626d73}.service-single-editor-content{margin-top:28px;padding-top:28px;border-top:1px solid #e0e5e7;font-size:16px;line-height:1.75;color:#626d73}.service-single-result-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.service-single-nav{background:#f1f3f4;border-top:1px solid #d8dee1;border-bottom:1px solid #d8dee1}.service-single-nav-inner{min-height:132px;display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center}.service-single-nav-next{text-align:right}.service-single-nav-project{display:inline-flex;flex-direction:column;gap:6px;max-width:360px}.service-single-nav-project small{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#8b9499}.service-single-nav-project strong{font-size:16px;font-weight:450;line-height:1.3;letter-spacing:-.02em}.service-single-nav-project:hover strong{color:var(--orange)}
.service-single-all{min-width:190px;height:54px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:13px;background:var(--orange);color:#fff;font-size:13px;font-weight:500;box-shadow:0 14px 32px rgba(232,91,38,.17);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.service-single-all span{font-size:18px;transition:transform .2s ease}.service-single-all:hover{background:#cf4d1d;transform:translateY(-2px);box-shadow:0 18px 38px rgba(207,77,29,.23)}.service-single-all:hover span{transform:translateX(3px)}
.service-single-cta{padding:66px 0;background:#182329;color:#fff}.service-single-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center}.service-single-cta-inner>div>span{display:block;margin-bottom:10px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#ef8b61}.service-single-cta h2{margin:0;font-size:clamp(42px,4.7vw,70px);font-weight:300;line-height:.96;letter-spacing:-.05em}.service-single-cta p{max-width:720px;margin:14px 0 0;font-size:15px;line-height:1.65;color:rgba(255,255,255,.61)}.service-single-cta .btn{min-width:210px}

@media(max-width:1100px){
 .services-page-hero-inner{grid-template-columns:1fr;gap:24px}.services-page-hero p{max-width:760px}.services-page-intro-grid{grid-template-columns:190px 1fr;gap:45px}.services-page-card--1,.services-page-card--2,.services-page-card--3,.services-page-card--4,.services-page-card--5,.services-page-card--6{grid-column:span 6}.services-page-system-inner{grid-template-columns:1fr;gap:34px}.services-page-system-flow{justify-content:flex-start}
 .service-single-hero-grid{grid-template-columns:1fr;gap:28px}.service-single-hero-side{justify-self:start}.service-single-intro-grid,.service-single-result-grid,.service-single-section-head{grid-template-columns:190px 1fr;gap:45px}.service-single-process-head{grid-template-columns:170px 1fr;gap:40px}.service-single-process-head p{grid-column:2}.service-single-steps{grid-template-columns:repeat(2,1fr)}.service-single-steps article:nth-child(2){border-right:0}.service-single-steps article:nth-child(n+3){border-top:1px solid rgba(255,255,255,.13);padding-top:25px}
}
@media(max-width:760px){
 .services-page-hero{min-height:260px}.services-page-hero-inner{padding-top:38px;padding-bottom:34px}.services-page-hero h1{font-size:50px}.services-page-hero p{font-size:15px}.services-page-intro{padding:52px 0 46px}.services-page-intro-grid{grid-template-columns:1fr;gap:20px}.services-page-intro h2{font-size:38px}.services-page-catalog{padding:46px 0 58px}.services-page-grid{grid-template-columns:1fr;gap:14px}.services-page-card--1,.services-page-card--2,.services-page-card--3,.services-page-card--4,.services-page-card--5,.services-page-card--6{grid-column:auto;min-height:330px;padding:24px}.services-page-card-copy{padding-top:46px}.services-page-card-copy h2,.services-page-card:not(.services-page-card--1) .services-page-card-copy h2{font-size:30px}.services-page-card-bottom{align-items:flex-start;flex-direction:column}.services-page-card--1:before{font-size:50px}.services-page-card--1 .services-page-card-top{position:relative;right:auto;top:auto;justify-content:space-between;gap:20px}.services-page-brandmark{position:relative;left:auto;right:auto;top:auto;width:100%;margin:26px 0 0;padding:16px 18px}.services-page-brandmark-name{min-height:78px;gap:8px}.services-page-brandmark-name img{width:78px;height:72px;flex-basis:78px;transform:translate(-5px,4px)}.services-page-brandmark-copy{margin-left:10px;gap:7px}.services-page-brandmark-copy strong{font-size:24px}.services-page-brandmark-copy small{font-size:8.5px;white-space:normal}.services-page-card--1 .services-page-card-copy{padding-top:32px}.services-page-system{padding:52px 0}.services-page-system-flow{align-items:stretch;flex-direction:column}.services-page-system-flow i{transform:rotate(90deg);align-self:center}.services-page-cta{padding:52px 0}.services-page-cta-inner{grid-template-columns:1fr;gap:28px}.services-page-cta h2{font-size:42px}.services-page-cta .btn{width:100%}
 .service-single-hero{padding:28px 0 52px}.service-single-breadcrumbs{margin-bottom:28px}.service-single-title-wrap h1{font-size:44px}.service-single-hero-side p{font-size:17px}.service-single-hero-side .btn{width:100%}.service-single-facts{grid-template-columns:1fr}.service-single-facts>div,.service-single-facts>div+div{padding:14px 0;border-right:0;border-bottom:1px solid #d5dde1}.service-single-facts>div:last-child{border-bottom:0}.service-single-visual{height:230px;margin-top:28px}.service-single-visual-no{left:20px;font-size:140px}.service-single-orbit--one{width:310px;height:310px}.service-single-orbit--two{width:220px;height:220px}.service-single-orbit--three{width:120px;height:120px}.service-single-intro,.service-single-includes,.service-single-result{padding:60px 0}.service-single-intro-grid,.service-single-result-grid,.service-single-section-head,.service-single-process-head{grid-template-columns:1fr;gap:22px}.service-single-big-copy{font-size:30px}.service-single-section-head{margin-bottom:28px}.service-single-section-head h2,.service-single-process-head h2,.service-single-result-copy h2{font-size:40px}.service-single-items{grid-template-columns:1fr}.service-single-item{min-height:130px}.service-single-process{padding:62px 0}.service-single-process-head p{grid-column:auto}.service-single-steps{grid-template-columns:1fr}.service-single-steps article,.service-single-steps article+article{min-height:150px;padding:22px 0;border-right:0;border-top:1px solid rgba(255,255,255,.13)}.service-single-steps article:first-child{border-top:0}.service-single-steps strong{padding-bottom:0}.service-single-result-copy>p{font-size:16px}.service-single-result-actions .btn{width:100%}.service-single-nav-inner{grid-template-columns:1fr;gap:18px;padding-top:24px;padding-bottom:24px}.service-single-nav-next{text-align:left}.service-single-all{grid-row:1;justify-self:start;width:100%}.service-single-cta{padding:52px 0}.service-single-cta-inner{grid-template-columns:1fr;gap:28px}.service-single-cta h2{font-size:42px}.service-single-cta .btn{width:100%}
}

/* V66: services dropdown in the primary navigation */
.digiweb-services-menu{position:relative}
.menu .digiweb-services-trigger{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
.digiweb-services-chevron{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .2s ease}
.digiweb-services-submenu{position:absolute;left:-20px;top:calc(100% + 14px);z-index:90;width:440px;margin:0;padding:10px;list-style:none;background:rgba(255,255,255,.98);border:1px solid var(--line);box-shadow:0 28px 70px rgba(24,35,44,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(9px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.digiweb-services-submenu:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}
.digiweb-services-menu:hover>.digiweb-services-submenu,.digiweb-services-menu:focus-within>.digiweb-services-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.digiweb-services-menu:hover>.digiweb-services-trigger .digiweb-services-chevron,.digiweb-services-menu:focus-within>.digiweb-services-trigger .digiweb-services-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.menu .digiweb-services-submenu li{display:block;margin:0}
.menu .digiweb-services-submenu a{display:grid;grid-template-columns:34px 1fr 20px;gap:12px;align-items:center;min-height:54px;padding:10px 12px;color:#252a2e;transition:background .18s ease,color .18s ease}
.menu .digiweb-services-submenu a:after{display:none}
.menu .digiweb-services-submenu a:hover,.menu .digiweb-services-submenu a:focus-visible{background:#f2f5f7;color:var(--orange);outline:none}
.digiweb-services-index{align-self:start;padding-top:3px;color:var(--orange);font-size:10px;letter-spacing:.1em}
.digiweb-services-title{font-size:14px;line-height:1.3}
.digiweb-services-arrow{justify-self:end;color:#9da3a8;font-size:15px;transition:transform .18s ease,color .18s ease}
.digiweb-services-submenu a:hover .digiweb-services-arrow,.digiweb-services-submenu a:focus-visible .digiweb-services-arrow{color:var(--orange);transform:translate(2px,-2px)}
.menu .digiweb-services-submenu .digiweb-services-all{margin-top:7px;padding-top:7px;border-top:1px solid var(--line)}
.menu .digiweb-services-submenu .digiweb-services-all a{grid-template-columns:1fr auto;min-height:46px;font-weight:500}

@media(max-width:1320px){
 .menu{display:none}
 .header-actions .btn{display:none}
 .hamb{display:flex}
 .nav{grid-template-columns:1fr auto}
 .mobile-menu{position:fixed;left:20px;right:20px;top:118px;z-index:80;background:#fff;border:1px solid var(--line);padding:12px;box-shadow:var(--shadow)}
 .mobile-menu.open{display:block}
 .mobile-menu a{display:block;padding:14px 12px;border-bottom:1px solid var(--line)}
 .mobile-menu .digiweb-services-menu{display:block}
 .mobile-menu .digiweb-services-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:500;background:#f6f8f9}
 .mobile-menu .digiweb-services-chevron{margin-right:4px}
 .mobile-menu .digiweb-services-submenu{position:static;width:auto;margin:0;padding:0 0 7px;border:0;border-bottom:1px solid var(--line);box-shadow:none;background:#fbfcfc;opacity:1;visibility:visible;pointer-events:auto;transform:none}
 .mobile-menu .digiweb-services-submenu:before{display:none}
 .mobile-menu .digiweb-services-submenu a{display:grid;grid-template-columns:30px 1fr 18px;gap:10px;align-items:center;min-height:0;padding:10px 12px 10px 18px;border-bottom:0;font-size:13px;line-height:1.3}
 .mobile-menu .digiweb-services-index{color:var(--orange);font-size:9px;letter-spacing:.08em}
 .mobile-menu .digiweb-services-arrow{justify-self:end;color:#9da3a8}
 .mobile-menu .digiweb-services-all{margin-top:4px;border-top:1px solid #e8ebed}
 .mobile-menu .digiweb-services-all a{display:flex;justify-content:space-between;font-weight:500}
}

/* ===== V67: Articles and news archive ===== */
.news-archive{background:#f3f5f6;color:var(--ink)}
.news-archive-hero{position:relative;min-height:348px;overflow:hidden;background:linear-gradient(118deg,#17232b 0%,#243843 55%,#294956 100%);color:#fff}
.news-archive-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,22,28,.42),transparent 68%)}
.news-archive-orbit{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%;pointer-events:none}
.news-archive-orbit--one{width:470px;height:470px;right:-90px;top:-205px;box-shadow:0 0 0 74px rgba(255,255,255,.025),0 0 0 148px rgba(255,255,255,.014)}
.news-archive-orbit--two{width:150px;height:150px;right:24%;bottom:-96px;border-color:rgba(237,102,49,.26);box-shadow:0 0 0 34px rgba(237,102,49,.035)}
.news-archive-hero-inner{position:relative;z-index:2;min-height:348px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,.72fr);gap:80px;align-items:end;padding-top:54px;padding-bottom:48px}
.news-archive-kicker{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:rgba(255,255,255,.68);font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.news-archive-kicker:before{content:"";width:40px;height:2px;background:var(--orange)}
.news-archive-hero h1{max-width:920px;margin:0;font-size:clamp(54px,6vw,88px);font-weight:300;line-height:.9;letter-spacing:-.06em;text-wrap:balance}
.news-archive-hero-copy p{max-width:760px;margin:24px 0 0;color:rgba(255,255,255,.66);font-size:17px;line-height:1.62}
.news-archive-hero-meta{display:grid;grid-template-columns:1fr 1fr;align-self:end;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}
.news-archive-hero-meta div{min-height:92px;padding:18px 20px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.news-archive-hero-meta div:last-child{grid-column:1/-1;min-height:72px}
.news-archive-hero-meta strong{display:block;font-size:24px;font-weight:400;letter-spacing:-.03em}
.news-archive-hero-meta span{display:block;margin-top:5px;color:rgba(255,255,255,.55);font-size:11px;line-height:1.35}
.news-archive-toolbar{background:#fff;border-bottom:1px solid var(--line)}
.news-archive-toolbar-inner{min-height:84px;display:grid;grid-template-columns:110px 1fr;gap:30px;align-items:center}
.news-archive-toolbar-label{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#8a9398}
.news-archive-filters{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:12px 0;scrollbar-width:none}
.news-archive-filters::-webkit-scrollbar{display:none}
.news-archive-filters a{flex:none;padding:10px 14px;border:1px solid #dce1e4;background:#fff;color:#616b71;font-size:12px;transition:.18s ease}
.news-archive-filters a:hover,.news-archive-filters a.is-active{border-color:#27343c;background:#27343c;color:#fff}
.news-archive-catalog{padding:76px 0 92px}
.news-archive-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.46fr);gap:70px;align-items:end;margin-bottom:36px}
.news-archive-section-head span{display:flex;align-items:center;gap:11px;margin-bottom:18px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.news-archive-section-head span::before{content:"";width:34px;height:2px;background:var(--orange);flex:none}
.news-archive-section-head h2{max-width:820px;margin:0;font-size:clamp(38px,4vw,58px);font-weight:300;line-height:.96;letter-spacing:-.052em;text-wrap:balance}
.news-archive-section-head p{margin:0;padding-left:24px;border-left:1px solid #ced5d8;color:#727c82;font-size:14px;line-height:1.65}
.news-archive-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}
.news-archive-card{grid-column:span 3;min-height:520px;display:flex;flex-direction:column;background:#fff;border:1px solid #dce2e5;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.news-archive-card:hover{transform:translateY(-4px);border-color:#cfd6da;box-shadow:0 26px 62px rgba(28,41,49,.10)}
.news-archive-card--featured{grid-column:span 6}
.news-archive-card-visual{position:relative;height:210px;display:block;overflow:hidden;background:#e8edef}
.news-archive-card--featured .news-archive-card-visual{height:264px}
.news-archive-card-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(12,21,26,.22))}
.news-archive-card-visual img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.news-archive-card:hover .news-archive-card-visual img{transform:scale(1.035)}
.news-archive-card-number{position:absolute;z-index:2;left:18px;top:16px;min-width:38px;padding:7px 8px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);color:#2e3a41;font-size:10px;letter-spacing:.1em;text-align:center}
.news-archive-card-body{flex:1;display:flex;flex-direction:column;padding:21px 22px 22px}
.news-archive-card--featured .news-archive-card-body{padding:24px 28px 26px}
.news-archive-card-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#929a9f;font-size:10px;letter-spacing:.04em}
.news-archive-card-meta>*+*:before{content:"·";margin-right:9px;color:#bdc3c6}
.news-archive-card-meta a{color:var(--orange);font-weight:500}
.news-archive-card h2{margin:15px 0 0;font-size:24px;font-weight:400;line-height:1.12;letter-spacing:-.035em}
.news-archive-card--featured h2{max-width:740px;font-size:34px;line-height:1.06}
.news-archive-card h2 a{transition:color .18s ease}
.news-archive-card h2 a:hover{color:var(--orange)}
.news-archive-card p{margin:13px 0 22px;color:#6f797f;font-size:13px;line-height:1.62}
.news-archive-card--featured p{max-width:780px;font-size:14px}
.news-archive-card-more{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:16px;border-top:1px solid #e2e6e8;font-size:13px;font-weight:500}
.news-archive-card-more span{color:var(--orange);font-size:18px;transition:transform .18s ease}
.news-archive-card-more:hover span{transform:translateX(4px)}
.news-archive-pagination{margin-top:50px}
.news-archive-pagination ul.page-numbers{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:10px}
.news-archive-pagination li{list-style:none;margin:0;padding:0}
.news-archive-pagination a.page-numbers,.news-archive-pagination span.page-numbers{min-width:48px;height:48px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d5dce0;background:#fff;color:#4e5960;font-size:13px;font-weight:500;line-height:1;white-space:nowrap;box-shadow:0 5px 16px rgba(28,42,50,.035);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.news-archive-pagination a.page-numbers:hover{background:#fff4ef;border-color:var(--orange);color:var(--orange);transform:translateY(-1px)}
.news-archive-pagination span.page-numbers.current{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 8px 22px rgba(232,91,38,.22)}
.news-archive-pagination a.prev,.news-archive-pagination a.next{min-width:118px;border-color:#efb49c;color:#bd4b20}
@media(max-width:620px){.news-archive-pagination ul.page-numbers{gap:6px}.news-archive-pagination a.page-numbers,.news-archive-pagination span.page-numbers{min-width:44px;height:44px;padding:0 12px;font-size:12px}.news-archive-pagination a.prev,.news-archive-pagination a.next{min-width:auto}}
.news-archive-empty{padding:80px;background:#fff;border:1px solid var(--line);text-align:center}
.news-archive-empty>span{color:var(--orange);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.news-archive-empty h2{margin:12px 0 22px;font-size:38px;font-weight:300;letter-spacing:-.04em}
.news-archive-empty a{font-weight:500}
.news-archive-cta{padding:0 0 96px}
.news-archive-cta-inner{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center;padding:50px 54px;background:#202b32;color:#fff}
.news-archive-cta-inner:after{content:"";position:absolute;width:300px;height:300px;right:-135px;top:-150px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.015)}
.news-archive-cta-inner>div,.news-archive-cta-inner>.btn{position:relative;z-index:2}
.news-archive-cta-inner>div>span{color:#f38a5e;font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.news-archive-cta h2{max-width:820px;margin:10px 0 0;font-size:clamp(34px,3.6vw,54px);font-weight:300;line-height:.98;letter-spacing:-.05em}
.news-archive-cta p{max-width:760px;margin:16px 0 0;color:rgba(255,255,255,.64);font-size:14px;line-height:1.6}

/* ===== V67: Single article ===== */
.article-single{background:#f3f5f6;color:var(--ink)}
.article-reading-progress{position:fixed;z-index:100;left:0;right:0;top:0;height:3px;pointer-events:none}
.admin-bar .article-reading-progress{top:32px}
.article-reading-progress span{display:block;width:0;height:100%;background:var(--orange)}
.article-single-hero{padding:34px 0 72px;background:linear-gradient(180deg,#eef3f5 0%,#f7f8f8 100%);border-bottom:1px solid #dce2e5}
.article-single-breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:38px;color:#8a9398;font-size:11px}
.article-single-breadcrumbs a{color:#5f6a70;transition:color .18s ease}.article-single-breadcrumbs a:hover{color:var(--orange)}
.article-single-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(410px,.62fr);gap:72px;align-items:end}
.article-single-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px;color:#899297;font-size:10px;letter-spacing:.05em;text-transform:uppercase}
.article-single-meta>*+*:before{content:"·";margin-right:10px;color:#b6bdc1}
.article-single-meta a{color:var(--orange);font-weight:600}
.article-single-copy h1{max-width:1000px;margin:0;font-size:clamp(48px,5.4vw,78px);font-weight:300;line-height:.94;letter-spacing:-.06em;text-wrap:balance}
.article-single-copy>p{max-width:780px;margin:24px 0 0;color:#667178;font-size:18px;line-height:1.58}
.article-single-visual{position:relative;height:360px;overflow:hidden;background:#dde5e8;box-shadow:0 28px 68px rgba(28,42,50,.13)}
.article-single-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(14,25,31,.62))}
.article-single-visual img{width:100%;height:100%;object-fit:cover}
.article-single-visual span{position:absolute;z-index:2;left:22px;bottom:19px;color:rgba(255,255,255,.86);font-size:10px;letter-spacing:.11em;text-transform:uppercase}
.article-single-main{padding:76px 0 86px}
.article-single-layout{display:grid;grid-template-columns:minmax(0,860px) 280px;gap:90px;justify-content:center;align-items:start}
.article-single-content{max-width:860px;font-size:17px;line-height:1.78;color:#3e484e}
.article-single-content>:first-child{margin-top:0}
.article-single-content p{margin:0 0 25px}
.article-single-content h2{margin:58px 0 20px;font-size:38px;font-weight:350;line-height:1.08;letter-spacing:-.04em;color:#20272b}
.article-single-content h3{margin:38px 0 15px;font-size:27px;font-weight:400;line-height:1.15;letter-spacing:-.03em;color:#273036}
.article-single-content ul,.article-single-content ol{margin:0 0 28px;padding-left:24px}
.article-single-content li{margin:9px 0;padding-left:5px}
.article-single-content li::marker{color:var(--orange)}
.article-single-content a{color:#d65222;border-bottom:1px solid rgba(214,82,34,.34)}
.article-single-content blockquote{margin:38px 0;padding:28px 32px;border-left:3px solid var(--orange);background:#fff;color:#38434a;font-size:20px;line-height:1.55}
.article-single-content figure{margin:40px 0}
.article-single-content img{width:100%;height:auto}
.article-single-content figcaption{margin-top:10px;color:#899297;font-size:11px;text-align:center}
.article-single-content table{width:100%;margin:34px 0;border-collapse:collapse;background:#fff;font-size:14px}
.article-single-content th,.article-single-content td{padding:13px 15px;border:1px solid #dce2e5;text-align:left}
.article-single-content th{background:#eaf0f2;font-weight:500}
.article-single-aside{position:sticky;top:138px;display:grid;gap:14px}
.article-single-aside-card{padding:24px;background:#fff;border:1px solid #dbe1e4}
.article-single-aside-card>span{display:block;margin-bottom:16px;color:#8d969b;font-size:9px;letter-spacing:.13em;text-transform:uppercase}
.article-single-toc nav{display:grid;gap:0}
.article-single-toc nav a{padding:10px 0;border-top:1px solid #e6eaec;color:#4f5a61;font-size:12px;line-height:1.42;transition:color .18s ease}
.article-single-toc nav a:first-child{border-top:0;padding-top:0}
.article-single-toc nav a:hover{color:var(--orange)}
.article-single-toc nav a.is-sub{padding-left:14px;color:#7b858a;font-size:11px}
.article-single-help{background:#223039;color:#fff;border-color:#223039}
.article-single-help>span{color:#f28b60}
.article-single-help strong{display:block;font-size:22px;font-weight:400;line-height:1.12;letter-spacing:-.03em}
.article-single-help p{margin:12px 0 20px;color:rgba(255,255,255,.62);font-size:12px;line-height:1.55}
.article-single-help a{display:flex;align-items:center;justify-content:space-between;padding-top:15px;border-top:1px solid rgba(255,255,255,.16);font-size:12px;font-weight:500}
.article-single-help a b{color:#f28b60;font-size:16px}
.article-single-nav{border-top:1px solid #d9dfe2;border-bottom:1px solid #d9dfe2;background:#fff}
.article-single-nav-inner{min-height:148px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:34px;align-items:center}
.article-single-nav-link{max-width:440px}.article-single-nav-link--next{justify-self:end;text-align:right}
.article-single-nav-link span{display:block;margin-bottom:8px;color:#8b9499;font-size:10px;letter-spacing:.05em;text-transform:uppercase}
.article-single-nav-link strong{display:block;font-size:16px;font-weight:450;line-height:1.35;transition:color .18s ease}
.article-single-nav-link:hover strong{color:var(--orange)}
.article-single-nav-all{padding:11px 15px;border:1px solid #d8dee1;font-size:11px;font-weight:500}
.article-single-nav-all:hover{background:#26343c;color:#fff;border-color:#26343c}
.article-single-cta{padding:76px 0 96px}
.article-single-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center;padding:52px 56px;background:#fff;border:1px solid #dce2e5}
.article-single-cta-inner>div>span{color:var(--orange);font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.article-single-cta h2{max-width:800px;margin:10px 0 0;font-size:clamp(36px,3.8vw,56px);font-weight:300;line-height:.98;letter-spacing:-.05em}
.article-single-cta p{max-width:720px;margin:16px 0 0;color:#6f797f;font-size:14px;line-height:1.62}

@media(max-width:1180px){
 .news-archive-hero-inner{grid-template-columns:1fr;gap:34px}.news-archive-hero-meta{max-width:650px}
 .news-archive-card{grid-column:span 4}.news-archive-card--featured{grid-column:span 8}
 .article-single-head{grid-template-columns:1fr;gap:38px}.article-single-visual{height:420px}
 .article-single-layout{grid-template-columns:minmax(0,1fr) 250px;gap:50px}
}
@media(max-width:900px){
 .news-archive-section-head{grid-template-columns:1fr;gap:24px}.news-archive-section-head p{max-width:700px;padding:18px 0 0;border-left:0;border-top:1px solid #ced5d8}
 .news-archive-card,.news-archive-card--featured{grid-column:span 6}
 .news-archive-card--featured h2{font-size:28px}
 .news-archive-cta-inner,.article-single-cta-inner{grid-template-columns:1fr;gap:30px}
 .article-single-layout{grid-template-columns:1fr}.article-single-aside{position:static;grid-template-columns:1fr 1fr}.article-single-toc{display:none}
 .article-single-nav-inner{grid-template-columns:1fr 1fr}.article-single-nav-all{grid-column:1/-1;grid-row:1;justify-self:center}.article-single-nav-link--next{justify-self:end}
}
@media(max-width:720px){
 .news-archive-hero{min-height:0}.news-archive-hero-inner{min-height:0;padding-top:42px;padding-bottom:38px}.news-archive-hero h1{font-size:48px}.news-archive-hero-copy p{font-size:15px}
 .news-archive-hero-meta{grid-template-columns:1fr 1fr}.news-archive-hero-meta div{min-height:78px;padding:14px}.news-archive-hero-meta div:last-child{min-height:62px}
 .news-archive-toolbar-inner{grid-template-columns:1fr;gap:4px;padding-top:18px;padding-bottom:10px}.news-archive-filters{width:calc(100vw - 24px);margin-right:-12px}
 .news-archive-catalog{padding:54px 0 68px}.news-archive-section-head{margin-bottom:28px}.news-archive-section-head h2{font-size:38px}
 .news-archive-card,.news-archive-card--featured{grid-column:span 12;min-height:0}.news-archive-card-visual,.news-archive-card--featured .news-archive-card-visual{height:220px}.news-archive-card--featured h2{font-size:27px}
 .news-archive-cta{padding-bottom:68px}.news-archive-cta-inner{padding:36px 28px}.news-archive-cta-inner .btn{width:100%}
 .article-reading-progress{top:0}.admin-bar .article-reading-progress{top:46px}
 .article-single-hero{padding:24px 0 48px}.article-single-breadcrumbs{margin-bottom:28px}.article-single-copy h1{font-size:44px}.article-single-copy>p{font-size:16px}.article-single-visual{height:250px}
 .article-single-main{padding:54px 0 64px}.article-single-content{font-size:16px;line-height:1.72}.article-single-content h2{margin-top:44px;font-size:31px}.article-single-content h3{font-size:24px}
 .article-single-aside{grid-template-columns:1fr}.article-single-help{padding:25px}
 .article-single-nav-inner{grid-template-columns:1fr;gap:20px;padding-top:28px;padding-bottom:28px}.article-single-nav-all{grid-column:auto;grid-row:1;justify-self:start;width:100%;text-align:center}.article-single-nav-link--next{justify-self:start;text-align:left}
 .article-single-cta{padding:54px 0 68px}.article-single-cta-inner{padding:34px 26px}.article-single-cta-inner .btn{width:100%}
}

/* V68: unified internal hero for Articles and News */
.news-archive-hero{min-height:236px;background:linear-gradient(90deg,rgba(17,29,40,.84) 0%,rgba(23,38,52,.62) 33%,rgba(24,40,58,.24) 58%,rgba(24,40,58,.08) 100%),url('../images/hero-commerce-dark.svg') center center/cover no-repeat}
.news-archive-hero:before{background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 18%,rgba(8,18,29,.16) 100%)}
.news-archive-hero-inner{min-height:236px;grid-template-columns:minmax(0,1fr) minmax(360px,.58fr);gap:64px;align-items:end;padding-top:34px;padding-bottom:34px}
.news-archive-kicker{margin-bottom:14px;color:rgba(255,255,255,.76)}
.news-archive-hero h1{font-size:clamp(40px,4.7vw,68px);line-height:.96;letter-spacing:-.055em;text-shadow:0 10px 34px rgba(0,0,0,.22)}
body.blog>header,body.archive>header,body.single-post>header{border-bottom:0}
.news-archive-hero-note{max-width:600px;justify-self:end;align-self:end;margin:0 0 4px;padding:13px 18px;border-left:2px solid rgba(232,91,38,.82);background:rgba(14,29,40,.22);backdrop-filter:blur(6px);box-shadow:0 10px 30px rgba(8,20,28,.07);color:rgba(255,255,255,.94);font-size:17px;font-weight:430;line-height:1.7;text-shadow:0 5px 20px rgba(0,0,0,.28)}

@media(max-width:1150px){
 .news-archive-hero{min-height:214px}
 .news-archive-hero-inner{min-height:214px;grid-template-columns:minmax(0,1fr) minmax(310px,.64fr);gap:40px;padding-top:28px;padding-bottom:28px}
}
@media(max-width:760px){
 .news-archive-hero{min-height:188px;background-position:72% center}
 .news-archive-hero-inner{min-height:188px;grid-template-columns:1fr;gap:15px;padding-top:24px;padding-bottom:24px}
 .news-archive-kicker{margin-bottom:11px;font-size:9px}.news-archive-kicker:before{width:24px}
 .news-archive-hero h1{font-size:36px}
 .news-archive-hero-note{max-width:100%;justify-self:start;margin:0;padding:9px 12px;border-left:2px solid rgba(232,91,38,.82);border-top:0;font-size:13px;line-height:1.5}
}

@media(min-width:721px){.news-archive-card{height:560px;min-height:560px}}

/* V69: compact single article hero */
.article-single-hero{position:static;top:auto;padding:24px 0 38px}
.article-single-breadcrumbs{margin-bottom:22px}
.article-single-head{display:block}
.article-single-copy{max-width:1120px}
.article-single-meta{margin-bottom:12px}
.article-single-copy h1{max-width:1080px;font-size:clamp(38px,4.4vw,62px);line-height:.98;letter-spacing:-.052em}
.article-single-copy>p{max-width:920px;margin-top:17px;font-size:16px;line-height:1.55}
@media(max-width:720px){
 .article-single-hero{padding:20px 0 32px}
 .article-single-breadcrumbs{margin-bottom:18px}
 .article-single-meta{margin-bottom:10px}
 .article-single-copy h1{font-size:36px;line-height:1}
 .article-single-copy>p{margin-top:14px;font-size:15px;line-height:1.5}
}

/* V70: improved single article sticky sidebar */
.article-single-aside{top:160px}
.article-single-aside-card>span{margin-bottom:18px;font-size:12px;line-height:1.35;letter-spacing:.11em}
.article-single-toc nav a,.article-single-toc nav a.is-sub{display:flex;align-items:flex-start;gap:10px;padding:12px 0;border-top:1px solid #e6eaec;color:#4f5a61;font-size:14px;line-height:1.45}
.article-single-toc nav a:first-child{padding-top:0}
.article-single-toc nav a::before{content:"";flex:0 0 5px;width:5px;height:5px;margin-top:.58em;border-radius:50%;background:var(--orange)}
.article-single-help strong{font-size:24px;line-height:1.16}
.article-single-help p{margin:14px 0 22px;font-size:14px;line-height:1.55}
.article-single-help a{padding-top:16px;font-size:14px;line-height:1.45}
.article-single-help a b{font-size:18px}

/* V71: compact title and publication details */
.article-single-aside{gap:24px}
.article-single-hero{padding:22px 0 30px}
.article-single-breadcrumbs{margin-bottom:18px}
.article-single-head{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:48px;align-items:end}
.article-single-copy{max-width:none}
.article-single-meta{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0;padding:17px 19px;border:1px solid #dbe1e4;border-left:3px solid var(--orange);background:rgba(255,255,255,.62)}
.article-single-meta-item{display:grid;align-content:start;gap:5px;min-width:0}
.article-single-meta .article-single-meta-label{color:#8d969b;font-size:9px;font-weight:600;line-height:1.3;letter-spacing:.1em;text-transform:uppercase}
.article-single-meta time,.article-single-meta-item>span:last-child{color:#26343c;font-size:15px;font-weight:600;line-height:1.3;white-space:nowrap}
@media(max-width:900px){
 .article-single-head{grid-template-columns:1fr;gap:20px}
 .article-single-meta{width:min(100%,390px)}
}
@media(max-width:720px){
 .article-single-hero{padding:18px 0 26px}
 .article-single-breadcrumbs{margin-bottom:16px}
 .article-single-head{gap:17px}
 .article-single-meta{width:100%;padding:14px 16px}
 .article-single-meta time,.article-single-meta-item>span:last-child{font-size:14px}
}

/* V72: refined article title and aligned publication details */
.article-single-copy h1{padding-left:24px;border-left:4px solid var(--orange);font-size:clamp(38px,4.4vw,60px);line-height:1.08;letter-spacing:-.025em}
.article-single-meta{grid-template-columns:1fr 1fr;gap:0;padding-left:19px;padding-right:19px}
.article-single-meta-item{align-content:center;gap:5px}
.article-single-meta-item::before{content:none!important}
.article-single-meta-item:first-child{padding-right:18px}
.article-single-meta-item:last-child{padding-left:18px;border-left:1px solid #dbe1e4}
@media(max-width:720px){
 .article-single-copy h1{padding-left:16px;border-left-width:3px;font-size:36px;line-height:1.08;letter-spacing:-.02em}
 .article-single-meta-item:first-child{padding-right:14px}
 .article-single-meta-item:last-child{padding-left:14px}
}

/* V73: clearer spacing between words in article titles */
.article-single-copy h1{word-spacing:3px}
@media(max-width:720px){.article-single-copy h1{word-spacing:2px}}

/* V74: primary all articles button */
.article-single-nav-all{min-width:220px;height:58px;padding:0 28px;border:1px solid var(--orange);background:var(--orange);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;line-height:1;box-shadow:0 14px 32px rgba(232,91,38,.2);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.article-single-nav-all:hover{border-color:#cf4d1d;background:#cf4d1d;color:#fff;box-shadow:0 18px 38px rgba(207,77,29,.25);transform:translateY(-2px)}

/* V75: company accreditation in footer */
.footer-accreditation{display:grid;gap:5px;margin-top:18px;padding-left:14px;border-left:2px solid var(--orange)}
.footer-accreditation strong{color:#fff;font-size:13px;font-weight:600;line-height:1.4}
.footer-accreditation span{color:#bfc4c6;font-size:12px;line-height:1.55}
.footer-accreditation b{color:#e5e7e8;font-weight:600}

/* V76: enhanced article topics toolbar */
.news-archive-toolbar{background:#f3f5f5;border-bottom:1px solid #d9dfe2}
.news-archive-toolbar-inner{min-height:108px;grid-template-columns:120px 1fr;gap:32px}
.news-archive-toolbar-label{display:flex;align-items:center;gap:10px;color:#26343c;font-size:12px;font-weight:600;letter-spacing:.11em}
.news-archive-toolbar-label::before{content:"";flex:0 0 26px;width:26px;height:2px;background:var(--orange)}
.news-archive-filters{gap:10px;padding:18px 0}
.news-archive-filters a{min-height:47px;padding:13px 18px;border:1px solid #d7dde0;background:rgba(255,255,255,.88);color:#465158;font-size:14px;font-weight:500;line-height:1.4;box-shadow:0 7px 18px rgba(34,48,57,.045);transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.news-archive-filters a:hover{border-color:var(--orange);background:var(--orange);color:#fff;box-shadow:0 12px 24px rgba(232,91,38,.2);transform:translateY(-2px)}
.news-archive-filters a.is-active{border-color:var(--orange);background:var(--orange);color:#fff;box-shadow:0 12px 25px rgba(232,91,38,.22)}
.news-archive-filters a.is-active:hover{transform:none}
@media(max-width:760px){
 .news-archive-toolbar-inner{gap:11px;padding-top:20px;padding-bottom:12px}
 .news-archive-toolbar-label{font-size:11px}
 .news-archive-filters{gap:8px;padding:4px 0 10px}
 .news-archive-filters a{min-height:44px;padding:12px 16px;font-size:13px}
}

/* V77: keep the primary navigation above page heroes */
body>header{z-index:1000}
.digiweb-services-submenu{z-index:1100}

/* V78: About company page */
body.page-o-nas>header{border-bottom:0}
.about-page{background:#fff}
.about-hero{position:relative;overflow:hidden;min-height:430px;background:linear-gradient(90deg,rgba(15,28,39,.92) 0%,rgba(22,39,53,.78) 48%,rgba(21,39,55,.34) 100%),url('../images/hero-commerce-dark.svg') center/cover no-repeat;color:#fff}
.about-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 26%,rgba(6,17,25,.16))}
.about-hero-inner{position:relative;z-index:1;min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:74px;align-items:end;padding-top:46px;padding-bottom:48px}
.about-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:42px;color:rgba(255,255,255,.62);font-size:12px}
.about-breadcrumbs a{transition:color .18s ease}.about-breadcrumbs a:hover{color:#fff}
.about-kicker{display:flex;align-items:center;gap:12px;margin-bottom:17px;color:#f49b76;font-size:11px;font-weight:600;letter-spacing:.14em}
.about-kicker::before{content:"";width:38px;height:2px;background:var(--orange)}
.about-hero h1{max-width:940px;margin:0;font-size:clamp(52px,5.35vw,82px);font-weight:300;line-height:.95;letter-spacing:-.055em}
.about-hero-card{padding:26px 28px;border:1px solid rgba(255,255,255,.18);border-left:3px solid var(--orange);background:rgba(13,27,37,.42);backdrop-filter:blur(10px);box-shadow:0 18px 48px rgba(7,18,26,.18)}
.about-hero-card>span{color:#f49b76;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.about-hero-card p{margin:13px 0 22px;color:rgba(255,255,255,.84);font-size:15px;line-height:1.7}
.about-hero-card a{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid rgba(255,255,255,.18);font-size:14px;font-weight:600}
.about-hero-card a b{color:#f49b76;font-size:18px}

.about-facts{background:#26343c;color:#fff}
.about-facts-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.about-fact{min-height:138px;padding:30px 28px;border-left:1px solid rgba(255,255,255,.12)}
.about-fact:last-child{border-right:1px solid rgba(255,255,255,.12)}
.about-fact strong{display:block;color:#f28b60;font-size:38px;font-weight:300;line-height:1}
.about-fact span{display:block;max-width:210px;margin-top:12px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.5}

.about-story,.about-expertise,.about-team,.about-principles,.about-details{padding:105px 0}
.about-section-heading>span{display:flex;align-items:center;gap:11px;margin-bottom:18px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.about-section-heading>span::before{content:"";width:34px;height:2px;background:var(--orange)}
.about-section-heading h2{max-width:800px;margin:0;color:#26343c;font-size:clamp(40px,4.25vw,64px);font-weight:300;line-height:.98;letter-spacing:-.05em}
.about-section-heading>p,.about-section-heading--row>p{max-width:520px;margin:0;color:#69747a;font-size:16px;line-height:1.7}
.about-section-heading--row{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:70px;align-items:end;margin-bottom:54px}
.about-section-heading--row>div>span{display:flex;align-items:center;gap:11px;margin-bottom:18px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.about-section-heading--row>div>span::before{content:"";width:34px;height:2px;background:var(--orange)}
.about-section-heading--row h2{max-width:800px;margin:0;color:#26343c;font-size:clamp(40px,4.25vw,64px);font-weight:300;line-height:.98;letter-spacing:-.05em}

.about-story{background:#f3f5f5}
.about-story-grid{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:100px;align-items:start}
.about-story-content{padding-top:4px}
.about-story-content>p{max-width:760px;margin:0 0 19px;color:#5f6b72;font-size:16px;line-height:1.78}
.about-story-content .about-story-lead{color:#26343c;font-size:21px;line-height:1.62}
.about-timeline{display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;border-top:1px solid #cfd6da;border-bottom:1px solid #cfd6da}
.about-timeline>div{min-height:118px;padding:23px 20px;border-left:1px solid #cfd6da}
.about-timeline>div:first-child{border-left:0;padding-left:0}
.about-timeline time{display:block;color:var(--orange);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.about-timeline span{display:block;margin-top:10px;color:#3e4a51;font-size:13px;line-height:1.5}

.about-expertise{background:#fff}
.about-expertise-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #d9dfe2;border-left:1px solid #d9dfe2}
.about-expertise-grid article{position:relative;min-height:315px;padding:36px 38px;border-right:1px solid #d9dfe2;border-bottom:1px solid #d9dfe2;background:#fff;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}
.about-expertise-grid article:hover{z-index:1;background:#f8f9f9;box-shadow:0 22px 50px rgba(35,48,56,.09);transform:translateY(-3px)}
.about-expertise-grid article>span{color:var(--orange);font-size:12px;font-weight:700;letter-spacing:.1em}
.about-expertise-grid h3{margin:44px 0 16px;color:#26343c;font-size:30px;font-weight:400;line-height:1.1;letter-spacing:-.035em}
.about-expertise-grid p{max-width:540px;margin:0;color:#69747a;font-size:14px;line-height:1.7}
.about-expertise-grid a{position:absolute;left:38px;right:38px;bottom:32px;display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #dfe4e6;color:#37434a;font-size:13px;font-weight:600}
.about-expertise-grid a b{color:var(--orange);font-size:18px}

.about-accreditation{padding:0 0 105px;background:#fff}
.about-accreditation-inner{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:80px;align-items:center;padding:58px 64px;background:#223039;color:#fff}
.about-accreditation-kicker{display:block;margin-bottom:15px;color:#f28b60;font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.about-accreditation h2{margin:0;font-size:clamp(40px,4vw,62px);font-weight:300;line-height:.98;letter-spacing:-.05em}
.about-accreditation-copy p{max-width:690px;margin:20px 0 0;color:rgba(255,255,255,.66);font-size:15px;line-height:1.75}
.about-accreditation-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:9px 24px;padding:27px 30px;border:1px solid rgba(255,255,255,.17);border-left:3px solid var(--orange);background:rgba(255,255,255,.04)}
.about-accreditation-card span{color:rgba(255,255,255,.54);font-size:10px;letter-spacing:.09em;text-transform:uppercase}
.about-accreditation-card strong{font-size:14px;font-weight:600;text-align:right}
.about-accreditation-card i{grid-column:1/-1;height:1px;margin:9px 0;background:rgba(255,255,255,.14)}

.about-team{background:#f3f5f5}
.about-team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.about-team-grid article{min-height:278px;padding:24px;background:#fff;border:1px solid #dfe4e6}
.about-team-avatar{width:76px;height:76px;display:grid;place-items:center;margin-bottom:64px;background:#26343c;color:#fff;font-size:20px;font-weight:500;letter-spacing:.04em;box-shadow:inset 0 -3px 0 var(--orange)}
.about-team-grid article>span{display:block;min-height:35px;color:#899297;font-size:10px;line-height:1.45;letter-spacing:.08em;text-transform:uppercase}
.about-team-grid h3{margin:13px 0 0;color:#26343c;font-size:20px;font-weight:450;line-height:1.2;letter-spacing:-.025em}

.about-principles{background:#fff}
.about-principles-grid{display:grid;grid-template-columns:minmax(350px,.78fr) minmax(0,1.22fr);gap:100px;align-items:start}
.about-principles .about-section-heading p{margin-top:24px}
.about-principles-list{border-top:1px solid #d8dee1}
.about-principles-list article{display:grid;grid-template-columns:54px 1fr;gap:22px;padding:27px 0;border-bottom:1px solid #d8dee1}
.about-principles-list article>b{color:var(--orange);font-size:11px;letter-spacing:.08em}
.about-principles-list h3{margin:0 0 8px;color:#26343c;font-size:21px;font-weight:450;letter-spacing:-.025em}
.about-principles-list p{margin:0;color:#6e787e;font-size:14px;line-height:1.65}

.about-details{padding-top:95px;background:#f3f5f5}
.about-details-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #d3dade;border-left:1px solid #d3dade}
.about-details-grid>div{min-height:96px;padding:18px 22px;border-right:1px solid #d3dade;border-bottom:1px solid #d3dade;background:rgba(255,255,255,.55)}
.about-details-grid span{display:block;margin-bottom:11px;color:#899297;font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.about-details-grid strong{color:#344149;font-size:15px;font-weight:500;line-height:1.55}

.about-cta{padding:0 0 110px;background:#f3f5f5}
.about-cta-inner{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;padding:54px 60px;background:var(--orange);color:#fff}
.about-cta-inner span{display:block;margin-bottom:12px;color:rgba(255,255,255,.7);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.about-cta h2{max-width:900px;margin:0;font-size:clamp(36px,3.8vw,58px);font-weight:300;line-height:1;letter-spacing:-.045em}
.about-cta .btn{min-width:224px;height:58px;background:#fff;color:#26343c;font-size:14px;font-weight:600}
.about-cta .btn b{font-size:18px;color:var(--orange)}

@media(max-width:1100px){
 .about-hero-inner{grid-template-columns:minmax(0,1fr) 350px;gap:45px}
 .about-story-grid,.about-principles-grid{gap:60px}
 .about-section-heading--row{grid-template-columns:1fr 400px;gap:45px}
 .about-team-grid{grid-template-columns:repeat(3,1fr)}
 .about-accreditation-inner{grid-template-columns:1fr 390px;gap:45px;padding:50px}
}
@media(max-width:820px){
 .about-hero-inner{grid-template-columns:1fr;gap:28px;align-content:end;padding-top:32px;padding-bottom:36px}
 .about-breadcrumbs{margin-bottom:30px}.about-hero-card{max-width:620px}
 .about-facts-grid{grid-template-columns:repeat(2,1fr)}.about-fact:nth-child(2){border-right:1px solid rgba(255,255,255,.12)}.about-fact:nth-child(n+3){border-top:1px solid rgba(255,255,255,.12)}
 .about-story-grid,.about-principles-grid{grid-template-columns:1fr;gap:46px}
 .about-section-heading--row{grid-template-columns:1fr;gap:24px}
 .about-accreditation-inner{grid-template-columns:1fr;gap:36px}
 .about-team-grid{grid-template-columns:repeat(2,1fr)}
 .about-cta-inner{grid-template-columns:1fr;gap:32px}
 .about-cta .btn{justify-self:start}
}
@media(max-width:560px){
 .about-hero{min-height:0}.about-hero-inner{min-height:0;padding-top:24px;padding-bottom:28px}.about-breadcrumbs{margin-bottom:24px;font-size:11px}.about-kicker{font-size:9px}.about-hero h1{font-size:42px;line-height:.98}.about-hero-card{padding:21px 22px}.about-hero-card p{font-size:14px}
 .about-fact{min-height:120px;padding:24px 18px}.about-fact strong{font-size:32px}.about-fact span{font-size:12px}
 .about-story,.about-expertise,.about-team,.about-principles,.about-details{padding:72px 0}
 .about-section-heading h2,.about-section-heading--row h2{font-size:40px;line-height:1}
 .about-section-heading>p,.about-section-heading--row>p{font-size:14px}
 .about-story-content .about-story-lead{font-size:18px}.about-story-content>p{font-size:14px}
 .about-timeline{grid-template-columns:1fr}.about-timeline>div{min-height:0;padding:18px 0;border-left:0;border-top:1px solid #cfd6da}.about-timeline>div:first-child{border-top:0}
 .about-expertise-grid{grid-template-columns:1fr}.about-expertise-grid article{min-height:300px;padding:30px 26px}.about-expertise-grid h3{margin-top:36px;font-size:27px}.about-expertise-grid a{left:26px;right:26px}
 .about-accreditation{padding-bottom:72px}.about-accreditation-inner{padding:34px 26px}.about-accreditation h2{font-size:40px}.about-accreditation-card{grid-template-columns:1fr;padding:23px}.about-accreditation-card strong{text-align:left;overflow-wrap:anywhere}.about-accreditation-card i{grid-column:auto}
 .about-team-grid{grid-template-columns:1fr}.about-team-grid article{min-height:240px}.about-team-avatar{margin-bottom:48px}
 .about-principles-list article{grid-template-columns:40px 1fr;gap:12px}
 .about-details-grid{grid-template-columns:1fr}.about-details-grid>div{min-height:0;padding:18px}
 .about-cta{padding-bottom:72px}.about-cta-inner{padding:34px 26px}.about-cta h2{font-size:38px}.about-cta .btn{width:100%}
}

/* V79: Contacts page */
body.page-kontakty>header{border-bottom:0}
.contacts-page{background:#fff}
.contacts-hero{position:relative;overflow:hidden;min-height:360px;background:linear-gradient(90deg,rgba(15,28,39,.92) 0%,rgba(22,39,53,.75) 50%,rgba(21,39,55,.28) 100%),url('../images/hero-commerce-dark.svg') center/cover no-repeat;color:#fff}
.contacts-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 24%,rgba(6,17,25,.14))}
.contacts-hero-inner{position:relative;z-index:1;min-height:360px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:76px;align-items:end;padding-top:40px;padding-bottom:42px}
.contacts-breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:42px;color:rgba(255,255,255,.62);font-size:12px}
.contacts-breadcrumbs a{transition:color .18s ease}.contacts-breadcrumbs a:hover{color:#fff}
.contacts-kicker{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#f49b76;font-size:11px;font-weight:600;letter-spacing:.14em}
.contacts-kicker::before{content:"";width:38px;height:2px;background:var(--orange)}
.contacts-hero h1{max-width:920px;margin:0;font-size:clamp(52px,5.4vw,82px);font-weight:300;line-height:.95;letter-spacing:-.055em}
.contacts-hero-note{padding:25px 28px;border:1px solid rgba(255,255,255,.18);border-left:3px solid var(--orange);background:rgba(13,27,37,.42);backdrop-filter:blur(10px)}
.contacts-hero-note>span{display:block;color:#f49b76;font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.contacts-hero-note strong{display:block;margin-top:10px;font-size:22px;font-weight:400;letter-spacing:-.025em}
.contacts-hero-note p{margin:13px 0 0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.7}

.contacts-channels,.contacts-process{padding:100px 0}
.contacts-heading>span,.contacts-heading--row>div>span{display:flex;align-items:center;gap:11px;margin-bottom:17px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.contacts-heading>span::before,.contacts-heading--row>div>span::before{content:"";width:34px;height:2px;background:var(--orange)}
.contacts-heading h2,.contacts-heading--row h2{max-width:790px;margin:0;color:#26343c;font-size:clamp(40px,4.2vw,64px);font-weight:300;line-height:.98;letter-spacing:-.05em}
.contacts-heading--row{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:68px;align-items:end;margin-bottom:52px}
.contacts-heading--row>p{max-width:520px;margin:0;color:#69747a;font-size:15px;line-height:1.7}

.contacts-channel-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #d9dfe2;border-left:1px solid #d9dfe2}
.contacts-channel-card{position:relative;min-width:0;min-height:228px;padding:25px 23px;border-right:1px solid #d9dfe2;border-bottom:1px solid #d9dfe2;background:#fff;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
.contacts-channel-card:hover{z-index:1;background:#f4f6f6;box-shadow:0 20px 42px rgba(34,48,57,.09);transform:translateY(-3px)}
.contacts-channel-card--primary{background:var(--orange);color:#fff;border-color:var(--orange)}
.contacts-channel-card--primary:hover{background:#cf4d1d;color:#fff}
.contacts-channel-card>span{display:block;color:#899297;font-size:10px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}
.contacts-channel-card--primary>span{color:rgba(255,255,255,.68)}
.contacts-channel-card strong{display:block;overflow-wrap:anywhere;margin-top:44px;color:#26343c;font-size:18px;font-weight:450;line-height:1.25;letter-spacing:-.025em}
.contacts-channel-card--primary strong{color:#fff}
.contacts-channel-card small{position:absolute;left:23px;bottom:24px;color:#7a858b;font-size:12px}
.contacts-channel-card--primary small{color:rgba(255,255,255,.72)}
.contacts-channel-card>b{position:absolute;right:23px;bottom:21px;color:var(--orange);font-size:18px}
.contacts-channel-card--primary>b{color:#fff}

.contacts-location{padding:100px 0;background:#f3f5f5}
.contacts-location-grid{display:grid;grid-template-columns:390px minmax(0,1fr);gap:70px;align-items:stretch}
.contacts-location-copy{padding:20px 0}
.contacts-address{margin-top:48px;padding:24px 0;border-top:1px solid #d2d9dc;border-bottom:1px solid #d2d9dc}
.contacts-address>span{display:block;color:#899297;font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.contacts-address strong{display:block;margin-top:10px;color:#26343c;font-size:23px;font-weight:450;line-height:1.25;letter-spacing:-.025em}
.contacts-address p{margin:8px 0 0;color:#788288;font-size:13px;line-height:1.55}
.contacts-schedule{display:grid;gap:0}
.contacts-schedule>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 0;border-bottom:1px solid #d2d9dc}
.contacts-schedule span{color:#6c777d;font-size:12px}.contacts-schedule strong{color:#344149;font-size:13px;font-weight:600}
.contacts-route-link{height:54px;display:flex;align-items:center;justify-content:space-between;margin-top:26px;padding:0 20px;background:#26343c;color:#fff;font-size:13px;font-weight:600}
.contacts-route-link b{color:#f28b60;font-size:18px}
.contacts-map{position:relative;min-height:520px;overflow:hidden;background:#dfe4e6}
.contacts-map iframe{display:block;width:100%;height:100%;min-height:520px;border:0;filter:saturate(.78) contrast(.96)}
.contacts-map-label{position:absolute;left:24px;bottom:24px;display:grid;gap:5px;padding:15px 18px;border-left:3px solid var(--orange);background:rgba(34,48,57,.92);color:#fff;box-shadow:0 12px 34px rgba(22,34,41,.25)}
.contacts-map-label span{color:#f28b60;font-size:9px;font-weight:700;letter-spacing:.13em}.contacts-map-label strong{font-size:13px;font-weight:500}

.contacts-process{background:#fff}
.contacts-process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d9dfe2;border-left:1px solid #d9dfe2}
.contacts-process-grid article{min-height:270px;padding:31px 32px;border-right:1px solid #d9dfe2;border-bottom:1px solid #d9dfe2}
.contacts-process-grid article>b{color:var(--orange);font-size:11px;letter-spacing:.1em}
.contacts-process-grid h3{margin:54px 0 14px;color:#26343c;font-size:25px;font-weight:420;line-height:1.15;letter-spacing:-.03em}
.contacts-process-grid p{max-width:340px;margin:0;color:#6c777d;font-size:14px;line-height:1.7}

.contacts-company{padding:0 0 100px;background:#fff}
.contacts-company-grid{display:grid;grid-template-columns:minmax(0,1fr) 540px;gap:80px;align-items:center;padding:54px 60px;background:#223039;color:#fff}
.contacts-company-copy>span{display:block;margin-bottom:14px;color:#f28b60;font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.contacts-company h2{margin:0;font-size:clamp(40px,4vw,60px);font-weight:300;line-height:1;letter-spacing:-.05em}
.contacts-company-copy p{max-width:600px;margin:18px 0 23px;color:rgba(255,255,255,.65);font-size:14px;line-height:1.7}
.contacts-company-copy a{display:inline-flex;align-items:center;gap:18px;font-size:13px;font-weight:600}.contacts-company-copy a b{color:#f28b60;font-size:18px}
.contacts-company-details{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}
.contacts-company-details>div{min-height:88px;padding:18px 20px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.contacts-company-details .contacts-company-wide{grid-column:1/-1}
.contacts-company-details span{display:block;color:rgba(255,255,255,.48);font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.contacts-company-details strong{display:block;overflow-wrap:anywhere;margin-top:9px;font-size:16px;font-weight:600;line-height:1.45}
.contacts-company-details>div:nth-child(4) strong{font-size:15px;letter-spacing:-.02em;white-space:nowrap;overflow-wrap:normal}
@media(max-width:820px){.contacts-company-details>div:nth-child(4) strong{white-space:normal;overflow-wrap:anywhere}}

.contacts-cta{padding:0 0 110px;background:#fff}
.contacts-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center;padding:54px 60px;background:var(--orange);color:#fff}
.contacts-cta-inner>div>span{display:block;margin-bottom:12px;color:rgba(255,255,255,.72);font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.contacts-cta h2{max-width:880px;margin:0;font-size:clamp(38px,3.9vw,60px);font-weight:300;line-height:1;letter-spacing:-.05em}
.contacts-cta p{margin:16px 0 0;color:rgba(255,255,255,.74);font-size:14px}
.contacts-cta-actions{display:grid;gap:14px;justify-items:stretch;min-width:238px;text-align:center}
.contacts-cta-actions .btn{height:58px;padding:0 24px;background:#fff;color:#26343c;font-size:13px;font-weight:600}
.contacts-cta-actions .btn b{color:var(--orange);font-size:18px}
.contacts-cta-actions>a:last-child{color:#fff;font-size:14px;font-weight:600}

@media(max-width:1120px){
 .contacts-hero-inner{grid-template-columns:minmax(0,1fr) 350px;gap:46px}
 .contacts-heading--row{grid-template-columns:1fr 400px;gap:44px}
 .contacts-channel-grid{grid-template-columns:repeat(3,1fr)}
 .contacts-location-grid{grid-template-columns:350px minmax(0,1fr);gap:45px}
 .contacts-company-grid{grid-template-columns:1fr 490px;gap:44px;padding:48px}
}
@media(max-width:820px){
 .contacts-hero-inner{grid-template-columns:1fr;gap:26px;align-content:end;padding-top:30px;padding-bottom:34px}.contacts-breadcrumbs{margin-bottom:28px}.contacts-hero-note{max-width:620px}
 .contacts-heading--row{grid-template-columns:1fr;gap:22px}
 .contacts-channel-grid{grid-template-columns:repeat(2,1fr)}
 .contacts-location-grid{grid-template-columns:1fr}.contacts-location-copy{padding:0}.contacts-map{min-height:430px}.contacts-map iframe{min-height:430px}
 .contacts-company-grid{grid-template-columns:1fr;gap:34px}
 .contacts-cta-inner{grid-template-columns:1fr;gap:34px}.contacts-cta-actions{justify-self:start}
}
@media(max-width:560px){
 .contacts-hero{min-height:0}.contacts-hero-inner{min-height:0;padding-top:23px;padding-bottom:28px}.contacts-breadcrumbs{margin-bottom:23px;font-size:11px}.contacts-kicker{font-size:9px}.contacts-hero h1{font-size:43px;line-height:.98}.contacts-hero-note{padding:21px 22px}
 .contacts-channels,.contacts-process,.contacts-location{padding:72px 0}
 .contacts-heading h2,.contacts-heading--row h2{font-size:40px}.contacts-heading--row{margin-bottom:38px}.contacts-heading--row>p{font-size:14px}
 .contacts-channel-grid{grid-template-columns:1fr}.contacts-channel-card{min-height:190px}.contacts-channel-card strong{margin-top:34px}
 .contacts-location-grid{gap:36px}.contacts-address{margin-top:38px}.contacts-map{min-height:360px}.contacts-map iframe{min-height:360px}.contacts-map-label{left:14px;right:14px;bottom:14px}
 .contacts-process-grid{grid-template-columns:1fr}.contacts-process-grid article{min-height:240px;padding:27px 25px}.contacts-process-grid h3{margin-top:42px}
 .contacts-company{padding-bottom:72px}.contacts-company-grid{padding:34px 25px}.contacts-company h2{font-size:40px}.contacts-company-details{grid-template-columns:1fr}.contacts-company-details .contacts-company-wide{grid-column:auto}
 .contacts-cta{padding-bottom:72px}.contacts-cta-inner{padding:34px 25px}.contacts-cta h2{font-size:39px}.contacts-cta-actions{width:100%;min-width:0}.contacts-cta-actions .btn{width:100%}
}

/* V80: lightweight office map */
.contacts-map{isolation:isolate}
.contacts-map-canvas{position:absolute;inset:0;overflow:hidden;background-color:#e5eaeb;background-image:linear-gradient(rgba(89,108,118,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(89,108,118,.08) 1px,transparent 1px);background-size:42px 42px}
.contacts-map-canvas::before,.contacts-map-canvas::after{content:"";position:absolute;background:#d4dcdf;border:1px solid rgba(124,142,151,.24)}
.contacts-map-canvas::before{left:12%;top:12%;width:27%;height:22%;box-shadow:470px 20px 0 #d4dcdf,115px 275px 0 #d4dcdf,560px 310px 0 #d4dcdf}
.contacts-map-canvas::after{right:20%;top:42%;width:21%;height:16%;box-shadow:-510px 25px 0 #d4dcdf,-300px -170px 0 #d4dcdf}
.contacts-map-road{position:absolute;z-index:1;display:block;height:22px;background:#f8f9f9;border-top:1px solid #c8d2d6;border-bottom:1px solid #c8d2d6;box-shadow:0 0 0 5px rgba(255,255,255,.55)}
.contacts-map-road--one{left:-8%;right:-8%;top:48%;transform:rotate(-8deg)}
.contacts-map-road--two{left:42%;top:-15%;width:22px;height:130%;transform:rotate(16deg)}
.contacts-map-road--three{left:-10%;top:22%;width:88%;transform:rotate(31deg)}
.contacts-map-pin{position:absolute;z-index:3;left:57%;top:45%;width:34px;height:34px;border:7px solid var(--orange);border-radius:50% 50% 50% 0;background:#fff;transform:rotate(-45deg);box-shadow:0 10px 24px rgba(51,64,71,.24)}
.contacts-map-pin b{position:absolute;inset:5px;border-radius:50%;background:#26343c}
.contacts-map-open{position:absolute;z-index:4;right:24px;bottom:24px;min-width:215px;height:50px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;background:var(--orange);color:#fff;font-size:12px;font-weight:600;box-shadow:0 12px 30px rgba(174,70,30,.22)}
.contacts-map-open b{font-size:17px}
@media(max-width:560px){
 .contacts-map-open{top:14px;right:14px;bottom:auto;min-width:205px;height:48px}
}

/* V81: compact contacts hero aligned with article archive */
.contacts-hero{min-height:236px}
.contacts-hero-inner{min-height:236px;grid-template-columns:minmax(0,1fr) minmax(360px,.58fr);gap:64px;align-items:end;padding-top:34px;padding-bottom:34px}
.contacts-kicker{margin-bottom:14px}
.contacts-hero h1{font-size:clamp(40px,4.7vw,68px);line-height:.96;letter-spacing:-.055em}
.contacts-hero-note{padding:13px 18px}
.contacts-hero-note>span{font-size:9px}
.contacts-hero-note strong{margin-top:6px;font-size:18px}
.contacts-hero-note p{margin-top:7px;font-size:13px;line-height:1.5}
@media(max-width:1150px){
 .contacts-hero{min-height:214px}
 .contacts-hero-inner{min-height:214px;grid-template-columns:minmax(0,1fr) minmax(310px,.64fr);gap:40px;padding-top:28px;padding-bottom:28px}
}
@media(max-width:760px){
 .contacts-hero{min-height:188px;background-position:72% center}
 .contacts-hero-inner{min-height:188px;grid-template-columns:1fr;gap:0;padding-top:24px;padding-bottom:24px}
 .contacts-kicker{margin-bottom:11px;font-size:9px}
 .contacts-hero h1{font-size:36px}
 .contacts-hero-note{display:none}
}

/* V82: internal page header borders */
body.page-id-11>header,
body.page-id-4774>header,
body.page-id-4776>header{border-bottom:0!important}

/* V83: contact channel icons and heading arrow */
.contacts-heading--row h2{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.contacts-heading-arrow{flex:0 0 48px;width:48px;height:48px;display:inline-grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:25px;font-style:normal;font-weight:400;line-height:1;box-shadow:0 10px 26px rgba(232,91,38,.22);transform:translateY(2px)}
.contacts-channel-card{min-height:284px}
.contacts-channel-card>.contacts-channel-icon{width:56px;height:56px;display:grid;place-items:center;margin-top:25px;border:1px solid rgba(232,91,38,.24);border-radius:50%;background:rgba(232,91,38,.08);color:var(--orange);font-size:initial;line-height:1;letter-spacing:0;text-transform:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.contacts-channel-card>.contacts-channel-icon svg{width:25px;height:25px}
.contacts-channel-card--primary>.contacts-channel-icon{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.14);color:#fff}
.contacts-channel-card strong{margin-top:20px}
.contacts-channel-card:hover>.contacts-channel-icon{transform:translateY(-2px) scale(1.04)}
@media(max-width:560px){
 .contacts-heading-arrow{flex-basis:42px;width:42px;height:42px;font-size:22px}
 .contacts-channel-card{min-height:238px}
 .contacts-channel-card>.contacts-channel-icon{width:52px;height:52px;margin-top:21px}
 .contacts-channel-card>.contacts-channel-icon svg{width:23px;height:23px}
 .contacts-channel-card strong{margin-top:17px}
}

/* V84: official messenger icons */
.contacts-channel-card>.contacts-channel-icon--telegram{
  border-color:#229ed9;
  background:#229ed9;
  color:#fff;
}
.contacts-channel-card>.contacts-channel-icon--whatsapp{
  border-color:#25d366;
  background:#25d366;
  color:#fff;
}
.contacts-channel-card>.contacts-channel-icon--max{
  border-color:#dce1e4;
  background:#fff;
  color:inherit;
}
.contacts-channel-card>.contacts-channel-icon--max img{
  width:30px;
  height:30px;
  display:block;
  object-fit:contain;
}

/* V85: compact about hero and standalone facts */
.about-hero{min-height:236px}
.about-hero-inner{min-height:236px;grid-template-columns:minmax(0,1fr) minmax(340px,.56fr);gap:64px;align-items:end;padding-top:30px;padding-bottom:30px}
.about-breadcrumbs{display:none}
.about-kicker{margin-bottom:12px;font-size:10px}
.about-hero h1{max-width:900px;font-size:clamp(38px,3.45vw,50px);line-height:1.02;letter-spacing:-.045em}
.about-hero-card{padding:14px 18px}
.about-hero-card>span{font-size:10px}
.about-hero-card p{margin:7px 0 10px;font-size:12.5px;line-height:1.45}
.about-hero-card a{padding-top:10px;font-size:12px}

.about-facts{padding:44px 0 60px;background:#fff;color:#26343c}
.about-facts-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:20px}
.about-facts-heading>span{display:flex;align-items:center;gap:11px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.about-facts-heading>span::before{content:"";width:34px;height:2px;background:var(--orange)}
.about-facts-heading p{margin:0;color:#7b858a;font-size:14px;line-height:1.5}
.about-facts-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d9dfe2;border-left:1px solid #d9dfe2;background:#fff;box-shadow:0 18px 48px rgba(35,48,56,.08)}
.about-fact{position:relative;min-height:150px;padding:31px 28px;border:0;border-right:1px solid #d9dfe2;border-bottom:1px solid #d9dfe2;background:#fff;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}
.about-fact::before{content:"";position:absolute;top:-1px;left:-1px;width:48px;height:3px;background:var(--orange)}
.about-fact:last-child{border-right:1px solid #d9dfe2}
.about-fact strong{display:block;color:#26343c;font-size:44px;font-weight:300;line-height:1}
.about-fact span{display:block;max-width:230px;margin-top:14px;color:#68747a;font-size:14px;line-height:1.5}
.about-fact:hover{z-index:1;background:#f7f8f8;box-shadow:0 15px 36px rgba(35,48,56,.1);transform:translateY(-3px)}

@media(max-width:1150px){
  .about-hero{min-height:214px}
  .about-hero-inner{min-height:214px;grid-template-columns:minmax(0,1fr) minmax(310px,.62fr);gap:40px;padding-top:27px;padding-bottom:27px}
  .about-hero h1{font-size:40px}
  .about-hero-card p{font-size:12px}
}
@media(max-width:820px){
  .about-facts-grid{grid-template-columns:repeat(2,1fr)}
  .about-fact:nth-child(2){border-right:1px solid #d9dfe2}
  .about-fact:nth-child(n+3){border-top:0}
}
@media(max-width:760px){
  .about-hero{min-height:188px;background-position:72% center}
  .about-hero-inner{min-height:188px;grid-template-columns:1fr;gap:0;padding-top:24px;padding-bottom:24px}
  .about-kicker{margin-bottom:11px;font-size:9px}
  .about-hero h1{font-size:36px}
  .about-hero-card{display:none}
  .about-facts{padding:34px 0 48px}
  .about-facts-heading{display:block;margin-bottom:17px}
  .about-facts-heading p{margin-top:9px;font-size:13px}
}
@media(max-width:560px){
  .about-hero h1{font-size:31px;line-height:1.02}
  .about-facts-grid{grid-template-columns:1fr}
  .about-fact{min-height:124px;padding:25px 22px}
  .about-fact strong{font-size:38px}
  .about-fact span{margin-top:10px;font-size:13px}
}

/* V86: compact homepage hero */
.hero-stage{
  min-height:475px;
  background-image:url("../images/hero-commerce-dark.svg");
  background-position:center 42%;
}
.hero-inner{min-height:475px}
.hero-copy{max-width:1050px;padding:30px 0 32px}
.hero-copy h1{
  max-width:1050px;
  font-size:clamp(48px,4vw,64px);
  line-height:.94;
  letter-spacing:-.055em;
}
.hero-copy h1 .hero-title-first{
  display:block;
  color:inherit;
  font-weight:300;
  white-space:nowrap;
}
.hero-copy p{max-width:740px;margin-top:18px}
.hero-actions{margin-top:20px}
.hero-accreditation{margin-top:16px}

@media(max-width:1150px){
  .hero-stage,.hero-inner{min-height:500px}
  .hero-copy{max-width:940px;padding-top:32px;padding-bottom:34px}
  .hero-copy h1{max-width:940px;font-size:56px}
}
@media(max-width:720px){
  .hero-stage,.hero-inner{min-height:0}
  .hero-copy{max-width:100%;padding:32px 0 36px}
  .hero-copy h1{max-width:100%;font-size:36px;line-height:.98}
  .hero-copy p{margin-top:16px}
  .hero-actions{margin-top:18px}
  .hero-accreditation{margin-top:16px}
}
@media(max-width:560px){
  .hero-copy h1{font-size:32px}
}
@media(max-width:380px){
  .hero-copy h1{font-size:29px}
}

/* V87: OKVED activities on the About page */
.about-okved{margin-top:46px}
.about-okved-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:60px;align-items:end;margin-bottom:22px}
.about-okved-heading>div>span{display:flex;align-items:center;gap:11px;margin-bottom:12px;color:var(--orange);font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.about-okved-heading>div>span::before{content:"";width:32px;height:2px;background:var(--orange)}
.about-okved-heading h3{margin:0;color:#26343c;font-size:44px;font-weight:300;line-height:1;letter-spacing:-.04em}
.about-okved-heading>p{margin:0;color:#717c82;font-size:14px;line-height:1.65}
.about-okved-primary{display:grid;grid-template-columns:190px minmax(0,1fr);gap:36px;align-items:center;padding:25px 30px;border-left:3px solid var(--orange);background:#223039;color:#fff}
.about-okved-primary>div>span{display:block;color:rgba(255,255,255,.54);font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.about-okved-primary>div>strong{display:block;margin-top:8px;color:#f28b60;font-size:34px;font-weight:350;line-height:1}
.about-okved-primary>p{margin:0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.6}
.about-okved-additional-title{display:flex;align-items:center;gap:12px;margin:30px 0 14px;color:#536068;font-size:11px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}
.about-okved-additional-title::before{content:"";width:26px;height:2px;background:var(--orange)}
.about-okved-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d3dade;border-left:1px solid #d3dade}
.about-okved-grid article{min-height:138px;padding:22px 24px;border-right:1px solid #d3dade;border-bottom:1px solid #d3dade;background:rgba(255,255,255,.72);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}
.about-okved-grid article:hover{z-index:1;background:#fff;box-shadow:0 15px 34px rgba(35,48,56,.08);transform:translateY(-2px)}
.about-okved-grid strong{display:block;color:var(--orange);font-size:16px;font-weight:600;letter-spacing:.03em}
.about-okved-grid p{margin:12px 0 0;color:#536068;font-size:13px;line-height:1.55}

@media(max-width:1000px){
  .about-okved-heading{grid-template-columns:1fr;gap:14px}
  .about-okved-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .about-okved{margin-top:34px}
  .about-okved-heading h3{font-size:38px}
  .about-okved-primary{grid-template-columns:1fr;gap:16px;padding:23px 22px}
  .about-okved-primary>p{font-size:14px}
  .about-okved-grid{grid-template-columns:1fr}
  .about-okved-grid article{min-height:0;padding:19px 20px}
}

/* V88: consistent vertical rhythm on the Contacts page */
.contacts-page>.contacts-channels,
.contacts-page>.contacts-process,
.contacts-page>.contacts-company,
.contacts-page>.contacts-legal-details,
.contacts-page>.contacts-location,
.contacts-page>.contacts-cta{
  padding-top:29px;
  padding-bottom:29px;
}
.contacts-page>.contacts-channels{
  padding-top:58px;
}
.contacts-page>.contacts-cta{
  padding-bottom:58px;
}
@media(max-width:1000px){
  .contacts-page>.contacts-channels,
  .contacts-page>.contacts-process,
  .contacts-page>.contacts-company,
  .contacts-page>.contacts-legal-details,
  .contacts-page>.contacts-location,
  .contacts-page>.contacts-cta{
    padding-top:24px;
    padding-bottom:24px;
  }
  .contacts-page>.contacts-channels{
    padding-top:48px;
  }
  .contacts-page>.contacts-cta{
    padding-bottom:48px;
  }
}
@media(max-width:620px){
  .contacts-page>.contacts-channels,
  .contacts-page>.contacts-process,
  .contacts-page>.contacts-company,
  .contacts-page>.contacts-legal-details,
  .contacts-page>.contacts-location,
  .contacts-page>.contacts-cta{
    padding-top:20px;
    padding-bottom:20px;
  }
  .contacts-page>.contacts-channels{
    padding-top:40px;
  }
  .contacts-page>.contacts-cta{
    padding-bottom:40px;
  }
}

/* V89: compact vertical rhythm on the About page */
.about-page>.about-story,
.about-page>.about-accreditation,
.about-page>.about-team,
.about-page>.about-principles,
.about-page>.about-details,
.about-page>.about-cta{
  padding-top:32px;
  padding-bottom:32px;
}
@media(max-width:1000px){
  .about-page>.about-story,
  .about-page>.about-accreditation,
  .about-page>.about-team,
  .about-page>.about-principles,
  .about-page>.about-details,
  .about-page>.about-cta{
    padding-top:28px;
    padding-bottom:28px;
  }
}
@media(max-width:620px){
  .about-page>.about-story,
  .about-page>.about-accreditation,
  .about-page>.about-team,
  .about-page>.about-principles,
  .about-page>.about-details,
  .about-page>.about-cta{
    padding-top:20px;
    padding-bottom:20px;
  }
}

/* V90: tighter junction between About details and CTA */
.about-page>.about-details{padding-bottom:28px}
.about-page>.about-cta{padding-top:28px}
@media(max-width:1000px){
  .about-page>.about-details{padding-bottom:24px}
  .about-page>.about-cta{padding-top:24px}
}
@media(max-width:620px){
  .about-page>.about-details{padding-bottom:20px}
  .about-page>.about-cta{padding-top:20px}
}

/* V91: consistent spacing on the News archive */
.news-archive>.news-archive-catalog{
  padding-top:58px;
  padding-bottom:58px;
}
.news-archive>.news-archive-cta{
  padding-top:0;
  padding-bottom:58px;
}
@media(max-width:1000px){
  .news-archive>.news-archive-catalog{
    padding-top:48px;
    padding-bottom:48px;
  }
  .news-archive>.news-archive-cta{
    padding-bottom:48px;
  }
}
@media(max-width:620px){
  .news-archive>.news-archive-catalog{
    padding-top:40px;
    padding-bottom:40px;
  }
  .news-archive>.news-archive-cta{
    padding-bottom:40px;
  }
}

/* V92: consistent spacing on individual articles */
.article-single>.article-single-main{
  padding-top:58px;
  padding-bottom:58px;
}
.article-single>.article-single-cta{
  padding-top:58px;
  padding-bottom:58px;
}
.article-single-nav-inner{min-height:116px}
@media(max-width:1000px){
  .article-single>.article-single-main{
    padding-top:48px;
    padding-bottom:48px;
  }
  .article-single>.article-single-cta{
    padding-top:48px;
    padding-bottom:48px;
  }
}
@media(max-width:620px){
  .article-single>.article-single-main{
    padding-top:40px;
    padding-bottom:40px;
  }
  .article-single>.article-single-cta{
    padding-top:40px;
    padding-bottom:40px;
  }
  .article-single-nav-inner{
    min-height:0;
    padding-top:22px;
    padding-bottom:22px;
  }
}

/* V93: news-style pagination and consistent spacing on the Cases archive */
.site-cases{
  padding-bottom:0;
}
.site-cases .cases-content{
  padding-top:58px;
  padding-bottom:58px;
}
.site-cases .cases-showcase-grid{
  margin-top:0;
}
.site-cases .cases-pagination{
  gap:10px;
  margin:50px 0 0;
  padding-top:0;
  border-top:0;
}
.site-cases .cases-pagination-pages{
  gap:10px;
}
.site-cases .cases-pagination button{
  min-width:48px;
  width:auto;
  height:48px;
  min-height:48px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid #d5dce0;
  background:#fff;
  color:#4e5960;
  font-size:13px;
  font-weight:500;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 5px 16px rgba(28,42,50,.035);
}
.site-cases .cases-pagination button:hover:not(:disabled){
  background:#fff4ef;
  border-color:var(--orange);
  color:var(--orange);
  transform:translateY(-1px);
}
.site-cases .cases-pagination-page{
  width:48px;
  padding:0;
}
.site-cases .cases-pagination-page.is-active{
  background:var(--orange);
  border-color:var(--orange);
  color:#fff;
  box-shadow:0 8px 22px rgba(232,91,38,.22);
}
.site-cases .cases-pagination-arrow{
  min-width:118px;
  padding:0 16px;
  border-color:#efb49c;
  color:#bd4b20;
}
.site-cases .cases-pagination-arrow span{
  color:currentColor;
}
.site-cases .cases-pagination button:disabled{
  opacity:.36;
  background:#fff;
}
@media(max-width:1000px){
  .site-cases .cases-content{
    padding-top:48px;
    padding-bottom:48px;
  }
}
@media(max-width:620px){
  .site-cases .cases-content{
    padding-top:40px;
    padding-bottom:40px;
  }
  .site-cases .cases-pagination{
    gap:6px;
    margin-top:50px;
    padding-top:0;
  }
  .site-cases .cases-pagination-pages{
    gap:6px;
  }
  .site-cases .cases-pagination button{
    min-width:44px;
    height:44px;
    min-height:44px;
    padding:0 12px;
    font-size:12px;
  }
  .site-cases .cases-pagination-page{
    width:44px;
  }
  .site-cases .cases-pagination-arrow{
    min-width:auto;
  }
}

/* V94: consistent spacing on the Services archive */
.site-services>.services-page-catalog{
  padding-top:58px;
  padding-bottom:58px;
}
.site-services>.pricing-section{
  padding-top:58px;
  padding-bottom:58px;
}
.site-services>.services-page-system{
  padding-top:58px;
  padding-bottom:58px;
}
.site-services>.services-page-cta{
  padding-top:58px;
  padding-bottom:58px;
}
@media(max-width:1000px){
  .site-services>.services-page-catalog,
  .site-services>.pricing-section,
  .site-services>.services-page-system,
  .site-services>.services-page-cta{
    padding-top:48px;
    padding-bottom:48px;
  }
}
@media(max-width:620px){
  .site-services>.services-page-catalog,
  .site-services>.pricing-section,
  .site-services>.services-page-system,
  .site-services>.services-page-cta{
    padding-top:40px;
    padding-bottom:40px;
  }
}

/* V95: consistent vertical rhythm on the homepage */
#top>.section{
  padding-top:58px;
  padding-bottom:58px;
}
#top>#about.section.numbers{
  padding-top:58px;
  padding-bottom:58px;
}
#top>.cta-media .cta-panel{
  padding-top:58px;
  padding-bottom:58px;
}
@media(max-width:1000px){
  #top>.section{
    padding-top:48px;
    padding-bottom:48px;
  }
  #top>#about.section.numbers{
    padding-top:48px;
    padding-bottom:48px;
  }
  #top>.cta-media .cta-panel{
    padding-top:48px;
    padding-bottom:48px;
  }
}
@media(max-width:620px){
  #top>.section{
    padding-top:40px;
    padding-bottom:40px;
  }
  #top>#about.section.numbers{
    padding-top:40px;
    padding-bottom:40px;
  }
  #top>.cta-media .cta-panel{
    padding-top:40px;
    padding-bottom:40px;
  }
}

/* V96: straight, framed client review cards */
#reviews .letters-track{
  align-items:stretch;
}
#reviews .letters-track .letter-card{
  display:flex;
  flex-direction:column;
}
#reviews .letters-track .letter-card .letter-sheet{
  transform:none!important;
  padding:11px;
  border:1px solid rgba(232,91,38,.28);
  border-radius:12px;
  background:#fff;
  box-shadow:0 16px 38px rgba(32,43,50,.10);
}
#reviews .letters-track .letter-card:hover .letter-sheet{
  transform:translateY(-4px)!important;
  border-color:rgba(232,91,38,.56);
  box-shadow:0 22px 48px rgba(32,43,50,.14);
}
#reviews .letter-meta{
  padding-left:4px;
  padding-right:4px;
}
#reviews .letters-arrow{
  border-color:rgba(232,91,38,.42);
  color:#bd4b20;
}
#reviews .letters-arrow:hover:not(:disabled){
  border-color:var(--orange);
  background:#fff4ef;
  color:var(--orange);
}

/* V99: show the marketplace artwork without an added gradient */
.hero-stage:before,
.hero-stage:after{
  background:none;
}
.hero-copy h1{
  color:#fff;
  text-shadow:0 3px 22px rgba(0,0,0,.24);
}
.hero-copy p{
  color:rgba(255,255,255,.78);
  text-shadow:0 2px 14px rgba(0,0,0,.2);
}

/* V101: full-bleed screenshots on the Cases page */
.site-cases .case-desktop-frame{
  left:0;
  top:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:23px 23px 0 0;
  box-shadow:none;
}
.site-cases .case-editorial-card:hover .case-desktop-frame{
  transform:none;
}
@media(max-width:520px){
  .site-cases .case-desktop-frame{
    left:0;
    top:0;
    width:100%;
    height:100%;
    border-radius:17px 17px 0 0;
  }
}

/* V102: square geometry throughout the Cases archive */
.site-cases .case-editorial-card,
.site-cases .case-editorial-visual-link:focus-visible,
.site-cases .case-desktop-frame,
.site-cases .case-phone-frame,
.site-cases .case-phone-frame>img,
.site-cases .case-editorial-category,
.site-cases .case-editorial-link,
.site-cases .case-editorial-link span,
.site-cases .cases-pagination button{
  border-radius:0!important;
}
.site-cases .cases-hero-kicker:before{
  border-radius:0;
}

/* V103: homepage cases match the square two-column archive cards */
#cases .portfolio-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  grid-auto-rows:1fr;
  align-items:stretch;
}
#cases .portfolio-card{
  height:100%;
  border-radius:0;
  border-color:#d9dfe2;
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset;
}
#cases .portfolio-card:before{
  display:none;
}
#cases .portfolio-shot{
  height:460px;
  flex:0 0 auto;
  border-radius:0;
  border-bottom:1px solid #e0e5e7;
  background:#eef1f2;
}
#cases .portfolio-shot:after{
  content:none;
}
#cases .portfolio-browserbar{
  height:42px;
  border-radius:0;
}
#cases .portfolio-screen,
#cases .portfolio-card--featured .portfolio-screen{
  height:calc(100% - 42px);
  aspect-ratio:auto;
}
#cases .portfolio-copy{
  padding:27px 29px 29px;
}
#cases .portfolio-copy h3{
  margin-right:0;
}
#cases .portfolio-meta span:first-child{
  border-radius:0;
}
#cases .portfolio-link{
  min-height:46px;
  padding:0 16px 0 18px;
  border-radius:0;
}
#cases .portfolio-link span{
  border-radius:0;
}
#cases .portfolio-all-cases{
  border-radius:0;
}
@media(max-width:1150px){
  #cases .portfolio-shot{height:370px}
}
@media(max-width:820px){
  #cases .portfolio-grid{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
    gap:20px;
  }
  #cases .portfolio-shot{height:435px}
}
@media(max-width:520px){
  #cases .portfolio-grid{gap:16px}
  #cases .portfolio-shot{height:325px}
  #cases .portfolio-copy{padding:22px}
  #cases .portfolio-link{
    width:100%;
    justify-content:space-between;
  }
}

/* V104: mixed-format light certificate gallery */
.cert-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.cert-card,
.cert-card.wide{
  grid-column:auto;
  border-radius:0;
  border-color:#d7dde0;
  background:#fff;
  box-shadow:0 12px 32px rgba(31,44,53,.07);
}
.cert-card.wide{
  grid-column:span 2;
}
.cert-card:before{
  top:16px;
  left:16px;
  border:1px solid #d5dde1;
  border-radius:0;
  background:rgba(255,255,255,.94);
  color:#66737b;
  box-shadow:0 7px 18px rgba(31,44,53,.1);
  backdrop-filter:blur(6px);
}
.cert-visual,
.cert-card.wide .cert-visual,
.cert-card:not(.wide) .cert-visual,
.cert-card.wide.cert-card--boost .cert-visual{
  border-bottom:1px solid #dce2e5;
  background:
    radial-gradient(circle at 88% 12%,rgba(232,91,38,.09),transparent 34%),
    linear-gradient(145deg,#e9eef0 0%,#f7f7f4 58%,#edf1f2 100%);
}
.cert-card.wide .cert-visual,
.cert-card.wide.cert-card--boost .cert-visual{
  aspect-ratio:1.46/1;
  padding:26px 30px;
}
.cert-card:not(.wide) .cert-visual{
  aspect-ratio:3/4;
  padding:24px;
}
.cert-visual:after{
  background:linear-gradient(90deg,var(--orange),rgba(232,91,38,.12),transparent);
}
.cert-visual img,
.cert-card.wide.cert-card--boost .cert-visual img{
  border-radius:0;
  box-shadow:0 13px 30px rgba(31,44,53,.16);
}
.cert-card:hover .cert-visual img,
.cert-card.wide.cert-card--boost:hover .cert-visual img{
  box-shadow:0 17px 36px rgba(31,44,53,.2);
}
.cert-meta{
  min-height:94px;
  border-top:0;
  background:#fff;
}
.cert-meta>span{
  border-radius:0;
  background:#fff7f2;
}
@media(max-width:1050px){
  .cert-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  .cert-card.wide{
    grid-column:auto;
  }
}
@media(max-width:680px){
  .cert-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .cert-card.wide .cert-visual,
  .cert-card.wide.cert-card--boost .cert-visual{
    aspect-ratio:1.46/1;
    padding:20px;
  }
  .cert-card:not(.wide) .cert-visual{
    aspect-ratio:3/4;
    padding:20px;
  }
}

/* V112: 245px team portraits */
.about-team-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  justify-content:stretch;
  gap:10px;
}
.about-team-grid article{
  box-sizing:border-box;
  min-height:361px;
}
.about-team-grid article:not(.about-team-member--photo){
  display:flex;
  flex-direction:column;
}
.about-team-grid article:not(.about-team-member--photo) .about-team-avatar{
  margin-bottom:0;
}
.about-team-grid article:not(.about-team-member--photo)>span{
  margin-top:auto;
}
.about-team-member--photo{
  overflow:hidden;
  padding:0!important;
}
.about-team-member--photo .about-team-avatar{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1;
  margin:0;
  overflow:hidden;
  background:#e4e8ea;
  box-shadow:inset 0 -2px 0 var(--orange);
}
.about-team-member--photo .about-team-avatar img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-team-member--photo>span{
  margin:20px 24px 0;
}
.about-team-grid h3{
  font-size:18px;
}
.about-team-grid .about-team-member--photo h3{
  margin:13px 18px 22px;
}
.about-team-member--photo>span{
  margin-left:18px;
  margin-right:18px;
}
@media(max-width:1100px){
  .about-team-grid{
    grid-template-columns:repeat(3,245px);
    justify-content:center;
    gap:18px;
  }
}
@media(max-width:820px){
  .about-team-grid{
    grid-template-columns:repeat(2,245px);
  }
}
@media(max-width:560px){
  .about-team-grid{
    grid-template-columns:245px;
    justify-content:center;
  }
}

/* V111: founder portrait and timeline in the About story */
.about-story-grid{
  grid-template-columns:minmax(300px,.76fr) minmax(290px,.62fr) minmax(0,1.05fr);
  grid-template-rows:auto 1fr;
  column-gap:clamp(32px,3.4vw,58px);
  row-gap:26px;
  align-items:start;
}
.about-story-grid>.about-section-heading{
  grid-column:1;
  grid-row:1;
}
.about-story-grid>.about-timeline{
  grid-column:1;
  grid-row:2;
  grid-template-columns:1fr;
  margin:0;
}
.about-story-grid>.about-timeline>div{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  gap:14px;
  align-items:center;
  min-height:0;
  padding:17px 0;
  border-left:0;
  border-top:1px solid #cfd6da;
}
.about-story-grid>.about-timeline>div:first-child{
  padding-left:0;
  border-top:0;
}
.about-story-grid>.about-timeline span{
  margin-top:0;
}
.about-story-content{
  grid-column:3;
  grid-row:1 / span 2;
}
.about-story-content>p{
  max-width:none;
}
.about-founder-photo{
  grid-column:2;
  grid-row:1 / span 2;
  width:100%;
  margin:0;
  overflow:hidden;
  align-self:start;
  border:1px solid #d1d8dc;
  border-top:2px solid var(--orange);
  background:#fff;
  box-shadow:0 18px 42px rgba(29,40,47,.11);
}
.about-founder-photo img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:5/6;
  object-fit:cover;
  object-position:center 34%;
  background:#1b1714;
}
.about-founder-photo figcaption{
  display:grid;
  gap:3px;
  padding:16px 18px 17px;
  border-top:1px solid #d9dfe2;
  background:#fff;
}
.about-founder-photo strong{
  color:#26343c;
  font-size:15px;
  font-weight:700;
  line-height:1.35;
}
.about-founder-photo span{
  color:#7a858b;
  font-size:12px;
  line-height:1.45;
  letter-spacing:.04em;
  text-transform:uppercase;
}
@media(max-width:1180px){
  .about-story-grid{
    grid-template-columns:minmax(0,1fr) minmax(300px,360px);
    grid-template-rows:auto auto auto;
    column-gap:52px;
    row-gap:30px;
  }
  .about-story-grid>.about-section-heading{
    grid-column:1;
    grid-row:1;
  }
  .about-story-grid>.about-timeline{
    grid-column:1;
    grid-row:2;
  }
  .about-founder-photo{
    grid-column:2;
    grid-row:1 / span 2;
  }
  .about-story-content{
    grid-column:1 / -1;
    grid-row:3;
    max-width:940px;
  }
}
@media(max-width:760px){
  .about-story-grid{
    grid-template-columns:1fr;
    grid-template-rows:none;
    gap:30px;
  }
  .about-story-grid>.about-section-heading,
  .about-story-grid>.about-timeline,
  .about-founder-photo,
  .about-story-content{
    grid-column:auto;
    grid-row:auto;
  }
  .about-founder-photo{
    width:min(100%,420px);
  }
  .about-story-content{
    max-width:none;
  }
}
@media(max-width:560px){
  .about-story-grid>.about-timeline>div{
    grid-template-columns:64px minmax(0,1fr);
    gap:12px;
    padding:15px 0;
  }
  .about-founder-photo{
    width:100%;
  }
  .about-founder-photo figcaption{
    padding:14px 15px 15px;
  }
}

/* V110: review letters styled like certificate cards */
#reviews .letters-track{
  align-items:stretch;
}
#reviews .letters-track .letter-card{
  appearance:none;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:0;
  overflow:hidden;
  border:1px solid #d7dde0;
  border-radius:0!important;
  background:#fff;
  color:inherit;
  font:inherit;
  text-align:left;
  cursor:pointer;
  box-shadow:0 12px 32px rgba(31,44,53,.07);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
#reviews .letters-track .letter-card:hover{
  transform:translateY(-5px);
  border-color:rgba(232,91,38,.46);
  box-shadow:0 22px 48px rgba(31,44,53,.13);
}
#reviews .letters-track .letter-card:focus-visible{
  outline:3px solid rgba(232,91,38,.28);
  outline-offset:4px;
}
#reviews .letters-track .letter-card .letter-sheet,
#reviews .letters-track .letter-card:hover .letter-sheet{
  flex:none;
  margin:0;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:0!important;
  background:#f3f5f6;
  box-shadow:none;
  transform:none!important;
}
#reviews .letters-track .letter-card .letter-sheet img{
  width:100%;
  border-radius:0!important;
}
#reviews .letter-meta{
  flex:1;
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0;
  padding:17px 18px 18px;
  border-top:1px solid #dce2e5;
  background:#fff;
}
#reviews .letter-meta strong{
  display:block;
  color:var(--ink);
  font-size:16px;
  font-weight:500;
  line-height:1.3;
  letter-spacing:-.02em;
}
@media(max-width:680px){
  #reviews .letter-meta{
    min-height:76px;
    padding:15px 16px 16px;
  }
}

/* V115: modern marketplace showcase */
.marketplace-pro{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 7% 4%,rgba(18,104,255,.13),transparent 25%),
    radial-gradient(circle at 94% 10%,rgba(227,28,135,.11),transparent 24%),
    linear-gradient(180deg,#f8fbfd 0%,#edf4f7 100%);
  border-color:#d8e3e8;
}
.marketplace-pro::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.3;
  background-image:
    linear-gradient(rgba(72,103,120,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(72,103,120,.08) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 72%);
}
.marketplace-pro>.container{position:relative;z-index:1}
.mp-head{
  position:relative;
  overflow:hidden;
  align-items:center;
  gap:clamp(40px,5vw,86px);
  margin-bottom:28px;
  padding:48px 50px;
  border:1px solid rgba(158,179,190,.62);
  background:rgba(255,255,255,.84);
  box-shadow:0 26px 70px rgba(37,67,84,.11);
  backdrop-filter:blur(12px);
}
.mp-head::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#1268ff 0%,#8e3bdb 32%,#e31c87 58%,#ffb000 78%,#e85b26 100%);
}
.mp-head::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  right:-180px;
  top:-230px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(232,91,38,.16),rgba(232,91,38,0) 69%);
  pointer-events:none;
}
.mp-head-copy{position:relative;z-index:1}
.mp-head-copy .kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:#657984;
}
.mp-head-copy .kicker::before{
  content:"";
  width:9px;
  height:9px;
  flex:none;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 6px rgba(232,91,38,.12);
}
.mp-head-copy .display{
  max-width:900px;
  margin-top:18px;
  color:#20323d;
  font-size:clamp(46px,4.7vw,74px);
  line-height:.95;
}
.mp-head-copy .display span{
  display:block;
  color:var(--orange);
  background:linear-gradient(90deg,#e85b26 0%,#ef7040 42%,#9d25dc 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.mp-head-copy .lead{
  max-width:760px;
  margin-top:22px;
  color:#63737c;
  font-size:16px;
  line-height:1.65;
}
.mp-head-points{
  position:relative;
  z-index:1;
  display:grid;
  gap:10px;
  border:0;
}
.mp-head-points>div{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  gap:3px;
  min-height:74px;
  padding:15px 18px 15px 51px;
  align-content:center;
  border:1px solid #dce5e9;
  background:rgba(255,255,255,.9);
  box-shadow:0 9px 24px rgba(38,65,79,.06);
}
.mp-head-points>div::before{
  content:"";
  position:absolute;
  left:19px;
  top:50%;
  width:11px;
  height:11px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--orange),#f2a43b);
  box-shadow:0 0 0 7px rgba(232,91,38,.1);
  transform:translateY(-50%);
}
.mp-head-points strong{
  padding:0;
  color:#263943;
  font-size:13px;
  font-weight:650;
  letter-spacing:-.01em;
}
.mp-head-points span{
  color:#7a8991;
  font-size:12px;
  line-height:1.4;
}
.mp-system{
  position:relative;
  margin-top:0;
  border:1px solid #cbd9df;
  background:#fff;
  box-shadow:0 30px 75px rgba(36,64,79,.12);
}
.mp-source{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#17262f 0%,#263d49 100%);
  box-shadow:none;
}
.mp-source::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,var(--orange),#f4ad3f);
}
.mp-flow{
  background:rgba(242,247,249,.72);
}
.mp-flow-line span{
  height:2px;
  background:linear-gradient(90deg,#1268ff,#9d25dc,#e31c87,#e85b26);
}
.mp-flow-line span::after{border-color:#e85b26}
.mp-flow-line b{
  padding:6px 8px;
  border:1px solid #d7e1e5;
  background:#fff;
  color:#536b77;
  box-shadow:0 6px 16px rgba(41,68,82,.07);
}
.mp-channel{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.82);
}
.mp-channel::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:#1268ff;
  opacity:.9;
}
.mp-channel:nth-child(2)::before{background:linear-gradient(90deg,#9d25dc,#e31c87)}
.mp-channel:nth-child(3)::before{background:linear-gradient(90deg,#ff3d27,#ffbf00)}
.mp-channel:nth-child(4)::before{background:linear-gradient(90deg,#04a9f4,#a43cd1)}
.mp-channel:hover{
  background:#fff;
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(35,63,78,.12);
}
.mp-status{
  border-color:#dbe4e8;
  background:#f7fafb;
  color:#657882;
  font-weight:600;
}
@media(max-width:1120px){
  .mp-head{gap:32px;padding:42px}
  .mp-head-points{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mp-head-points>div{min-height:86px;padding:17px 15px 17px 43px}
  .mp-head-points>div::before{left:16px}
}
@media(max-width:760px){
  .mp-head{padding:30px 24px}
  .mp-head-copy .display{font-size:42px;line-height:.98}
  .mp-head-copy .lead{font-size:15px}
  .mp-head-points{grid-template-columns:1fr}
  .mp-head-points>div{min-height:68px;padding:14px 16px 14px 47px}
  .mp-head-points>div::before{left:18px}
  .mp-system{box-shadow:0 20px 50px rgba(36,64,79,.1)}
}
@media(prefers-reduced-motion:reduce){
  .mp-channel{transition:none}
}

/* V109: Shop-Script mark in the primary services card */
.service-main:after{
  content:"";
  position:absolute;
  z-index:1;
  width:350px;
  height:265px;
  right:18px;
  top:22px;
  background:url('../images/shop-script-logo.svg') center/contain no-repeat;
  opacity:.76;
  filter:saturate(.94) brightness(.96) drop-shadow(0 18px 32px rgba(0,0,0,.18));
  transform:rotate(-7deg);
  transform-origin:center;
  pointer-events:none;
}
@media(max-width:1150px){
  .service-main:after{
    width:320px;
    height:242px;
    right:14px;
    top:18px;
    opacity:.72;
  }
}
@media(max-width:720px){
  .service-main:after{
    width:245px;
    height:185px;
    right:12px;
    top:14px;
    opacity:.66;
  }
}

/* V118: certificates page header alignment */
body.page-id-4778>header,
body.page-sertifikaty>header,
body.page-template-page-sertifikaty>header,
body.page-template-page-sertifikaty-php>header{
  border-bottom:0!important;
}

/* V117: client reviews page */
body.page-id-4779>header,
body.page-otzyvy-klientov>header,
body.page-template-page-otzyvy-klientov>header,
body.page-template-page-otzyvy-klientov-php>header{
  border-bottom:0!important;
}
.site-client-reviews .reviews-section{
  padding-top:58px;
  padding-bottom:58px;
}
.site-client-reviews #reviews .letters-track .letter-card .letter-sheet img,
body.home #reviews .letters-track .letter-card .letter-sheet img{
  box-sizing:border-box;
  padding:10px;
  background:#fff;
}
@media(min-width:1051px){
  .site-client-reviews #lettersTrack,
  body.home #reviews #lettersTrack{
    justify-content:center;
  }
  .site-client-reviews #client-letters .letters-nav,
  body.home #reviews .letters-nav{
    display:none;
  }
}
.digiweb-about-submenu li+li{
  border-top:1px solid var(--line);
}
@media(max-width:1000px){
  .site-client-reviews .reviews-section{
    padding-top:48px;
    padding-bottom:48px;
  }
}
@media(max-width:620px){
  .site-client-reviews .reviews-section{
    padding-top:40px;
    padding-bottom:40px;
  }
}

/* V116: WordPress mark beside Shop-Script */
.service-wordpress-logo{
  position:absolute;
  z-index:1;
  width:122px;
  height:122px;
  right:362px;
  top:72px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  background:
    url('https://s.w.org/style/images/about/WordPress-logotype-wmark-white.png') center/78% no-repeat,
    radial-gradient(circle at 36% 30%,rgba(50,141,181,.82),rgba(25,91,119,.92));
  box-shadow:
    0 18px 34px rgba(0,0,0,.2),
    0 0 0 10px rgba(255,255,255,.025);
  opacity:.88;
  transform:rotate(4deg);
  transform-origin:center;
  pointer-events:none;
}
@media(max-width:1150px){
  .service-wordpress-logo{
    width:112px;
    height:112px;
    right:330px;
    top:62px;
  }
}
@media(max-width:720px){
  .service-wordpress-logo{
    width:76px;
    height:76px;
    right:250px;
    top:50px;
    background-size:76%;
    opacity:.78;
    box-shadow:
      0 12px 24px rgba(0,0,0,.18),
      0 0 0 7px rgba(255,255,255,.025);
  }
}
@media(max-width:430px){
  .service-wordpress-logo{
    width:64px;
    height:64px;
    right:200px;
    top:56px;
  }
}

/* V108: About dropdown and certificates page */
.digiweb-about-menu{position:relative}
.menu .digiweb-about-trigger{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
.digiweb-about-submenu{
  position:absolute;
  left:-12px;
  right:auto;
  top:calc(100% + 14px);
  z-index:90;
  width:260px;
  margin:0;
  padding:10px;
  list-style:none;
  border:1px solid var(--line);
  background:rgba(255,255,255,.98);
  box-shadow:0 28px 70px rgba(24,35,44,.16);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(9px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.digiweb-about-submenu:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px}
.digiweb-about-menu:hover>.digiweb-about-submenu,
.digiweb-about-menu:focus-within>.digiweb-about-submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.digiweb-about-menu:hover>.digiweb-about-trigger .digiweb-services-chevron,
.digiweb-about-menu:focus-within>.digiweb-about-trigger .digiweb-services-chevron{
  transform:rotate(225deg) translate(-1px,-1px);
}
.menu .digiweb-about-submenu li{display:block;margin:0}
.menu .digiweb-about-submenu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:50px;
  padding:11px 13px;
  color:#252a2e;
  font-size:14px;
  line-height:1.3;
  transition:background .18s ease,color .18s ease;
}
.menu .digiweb-about-submenu a:after{display:none}
.menu .digiweb-about-submenu a:hover,
.menu .digiweb-about-submenu a:focus-visible{
  background:#f2f5f7;
  color:var(--orange);
  outline:none;
}
.digiweb-about-arrow{color:#9da3a8;font-size:15px;transition:transform .18s ease,color .18s ease}
.digiweb-about-submenu a:hover .digiweb-about-arrow,
.digiweb-about-submenu a:focus-visible .digiweb-about-arrow{
  color:var(--orange);
  transform:translate(2px,-2px);
}
.site-certificates{background:var(--bg)}
.certificates-page-hero{position:relative;overflow:hidden}

@media(max-width:1320px){
  .mobile-menu .digiweb-about-menu{display:block}
  .mobile-menu .digiweb-about-trigger{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    font-weight:500;
    background:#f6f8f9;
  }
  .mobile-menu .digiweb-about-trigger .digiweb-services-chevron{margin-right:4px}
  .mobile-menu .digiweb-about-submenu{
    position:static;
    width:auto;
    margin:0;
    padding:0 0 7px;
    border:0;
    border-bottom:1px solid var(--line);
    background:#fbfcfc;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .mobile-menu .digiweb-about-submenu:before{display:none}
  .mobile-menu .digiweb-about-submenu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:0;
    padding:11px 12px 11px 18px;
    border-bottom:0;
    font-size:13px;
    line-height:1.3;
  }
}

/* V107: edge-to-edge mixed-format certificate collection */
.cert-grid{
  display:block;
  counter-reset:none;
}
.cert-row{
  display:grid;
  gap:20px;
  align-items:stretch;
}
.cert-row--landscape{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.cert-row--portrait{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin-top:20px;
}
.cert-row .cert-card{
  grid-column:auto;
  min-width:0;
  cursor:zoom-in;
}
.cert-row .cert-card:before{
  content:none;
  display:none;
}
.cert-row--landscape .cert-card .cert-visual{
  aspect-ratio:1500/1060;
  padding:0;
}
.cert-row--portrait .cert-card .cert-visual{
  aspect-ratio:1447/2048;
  padding:0;
}
.cert-row .cert-visual{
  background:linear-gradient(145deg,#edf1f2 0%,#faf9f6 54%,#eef1f2 100%);
}
.cert-row .cert-visual:after{
  left:12px;
  right:12px;
  height:1px;
}
.cert-row .cert-visual img{
  object-fit:contain;
  background:#fff;
  box-shadow:0 10px 26px rgba(31,44,53,.13);
}
.cert-row--landscape .cert-card .cert-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.018);
  box-shadow:none;
}
.cert-row--landscape .cert-card:hover .cert-visual img{
  transform:scale(1.032);
  box-shadow:none;
}
.cert-row--portrait .cert-card .cert-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.012);
  box-shadow:none;
}
.cert-row--portrait .cert-card:hover .cert-visual img{
  transform:scale(1.026);
  box-shadow:none;
}
.cert-row .cert-meta{
  min-height:94px;
  justify-content:flex-start;
  padding:18px 18px 19px;
}
@media(max-width:1180px){
  .cert-row--portrait{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .cert-row--landscape,
  .cert-row--portrait{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  .cert-row--portrait{margin-top:18px}
}
@media(max-width:620px){
  .cert-row--landscape,
  .cert-row--portrait{
    grid-template-columns:1fr;
    gap:16px;
  }
  .cert-row--portrait{margin-top:16px}
  .cert-row--landscape .cert-card .cert-visual{padding:0}
  .cert-row--portrait .cert-card .cert-visual{padding:0}
  .cert-row .cert-visual:after{left:10px;right:10px}
  .cert-row .cert-meta{min-height:86px;padding:16px 17px 17px}
}

/* V113: compact company details inside the About accreditation block */
.about-accreditation-inner{
  align-items:start;
  row-gap:30px;
}
.about-company-details{
  grid-column:1/-1;
  min-width:0;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.16);
}
.about-company-details-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:17px;
}
.about-company-details-heading span{
  display:flex;
  align-items:center;
  gap:11px;
  color:#f28b60;
  font-size:10px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.about-company-details-heading span:before{
  content:"";
  width:28px;
  height:2px;
  background:var(--orange);
}
.about-company-details-heading strong{
  color:#fff;
  font-size:18px;
  font-weight:500;
  letter-spacing:-.02em;
}
.about-company-details-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) minmax(170px,.8fr) minmax(220px,1.05fr) minmax(280px,1.35fr);
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.035);
}
.about-company-details-grid>div{
  min-width:0;
  padding:15px 17px 16px;
  border-left:1px solid rgba(255,255,255,.13);
}
.about-company-details-grid>div:first-child{border-left:0}
.about-company-details-grid span{
  display:block;
  margin-bottom:7px;
  color:rgba(255,255,255,.47);
  font-size:9px;
  line-height:1.35;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.about-company-details-grid strong{
  display:block;
  color:rgba(255,255,255,.9);
  font-size:13px;
  font-weight:500;
  line-height:1.48;
}
/* Balanced breathing room for the final About CTA */
.about-page>.about-principles + .about-cta{
  padding-top:32px;
  padding-bottom:64px;
}
@media(max-width:1000px){
  .about-page>.about-principles + .about-cta{
    padding-top:28px;
    padding-bottom:56px;
  }
}
@media(max-width:620px){
  .about-page>.about-principles + .about-cta{
    padding-top:20px;
    padding-bottom:40px;
  }
}

@media(max-width:1100px){
  .about-company-details-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .about-company-details-grid>div:nth-child(3){
    border-left:0;
  }
  .about-company-details-grid>div:nth-child(n+3){
    border-top:1px solid rgba(255,255,255,.13);
  }
}
@media(max-width:560px){
  .about-company-details{
    padding-top:22px;
  }
  .about-company-details-heading{
    display:block;
    margin-bottom:15px;
  }
  .about-company-details-heading strong{
    display:block;
    margin-top:10px;
    font-size:16px;
  }
  .about-company-details-grid{
    grid-template-columns:1fr;
  }
  .about-company-details-grid>div{
    padding:14px 15px;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.13);
  }
  .about-company-details-grid>div:first-child{
    border-top:0;
  }
}

/* V114: About process rebuilt as a clear five-step workflow */
.about-process-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:clamp(48px,6vw,92px);
  align-items:end;
  margin-bottom:38px;
}
.about-process-heading>div>span{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:18px;
  color:var(--orange);
  font-size:11px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.about-process-heading>div>span:before{
  content:"";
  width:34px;
  height:2px;
  background:var(--orange);
}
.about-process-heading h2{
  max-width:850px;
  margin:0;
  color:#26343c;
  font-size:clamp(40px,4.25vw,64px);
  font-weight:300;
  line-height:.98;
  letter-spacing:-.05em;
}
.about-process-heading>p{
  max-width:500px;
  margin:0;
  color:#69747a;
  font-size:16px;
  line-height:1.72;
}
.about-process-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.about-process-grid article{
  position:relative;
  display:flex;
  min-width:0;
  min-height:336px;
  flex-direction:column;
  padding:25px 22px 24px;
  overflow:hidden;
  border:1px solid #d9e0e3;
  background:#f5f7f7;
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.about-process-grid article:before{
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  width:52px;
  height:3px;
  background:var(--orange);
  transition:width .22s ease;
}
.about-process-grid article:hover{
  z-index:1;
  background:#fff;
  box-shadow:0 20px 44px rgba(35,48,56,.1);
  transform:translateY(-3px);
}
.about-process-grid article:hover:before{width:calc(100% + 2px)}
.about-process-grid article>b{
  color:var(--orange);
  font-size:34px;
  font-weight:300;
  line-height:1;
  letter-spacing:-.05em;
}
.about-process-grid article>span{
  margin-top:43px;
  color:#899297;
  font-size:9px;
  font-weight:600;
  line-height:1.45;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.about-process-grid h3{
  margin:12px 0 0;
  color:#26343c;
  font-size:21px;
  font-weight:500;
  line-height:1.14;
  letter-spacing:-.03em;
}
.about-process-grid p{
  margin:auto 0 0;
  padding-top:18px;
  color:#6a757b;
  font-size:13px;
  line-height:1.62;
}
.about-process-result{
  display:grid;
  grid-template-columns:210px minmax(0,1fr) auto;
  gap:32px;
  align-items:center;
  margin-top:10px;
  padding:26px 30px;
  border-left:3px solid var(--orange);
  background:#223039;
  color:#fff;
}
.about-process-result strong{
  font-size:18px;
  font-weight:600;
  letter-spacing:-.02em;
}
.about-process-result p{
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.65;
}
.about-process-result span{
  color:#f28b60;
  font-size:10px;
  font-weight:600;
  line-height:1.45;
  letter-spacing:.09em;
  text-align:right;
  text-transform:uppercase;
}

@media(max-width:1100px){
  .about-process-heading{
    grid-template-columns:minmax(0,1fr) 380px;
    gap:44px;
  }
  .about-process-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .about-process-grid article{min-height:300px}
  .about-process-result{
    grid-template-columns:180px minmax(0,1fr);
  }
  .about-process-result span{
    grid-column:2;
    text-align:left;
  }
}
@media(max-width:820px){
  .about-process-heading{
    grid-template-columns:1fr;
    gap:22px;
    margin-bottom:32px;
  }
  .about-process-heading>p{max-width:680px}
  .about-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .about-process-result{
    grid-template-columns:1fr;
    gap:10px;
    padding:24px 26px;
  }
  .about-process-result span{grid-column:auto}
}
@media(max-width:560px){
  .about-process-heading h2{
    font-size:40px;
    line-height:1;
  }
  .about-process-heading>p{font-size:14px}
  .about-process-grid{grid-template-columns:1fr}
  .about-process-grid article{
    min-height:0;
    padding:22px 20px 23px;
  }
  .about-process-grid article>span{margin-top:26px}
  .about-process-grid h3{font-size:22px}
  .about-process-grid p{
    margin-top:18px;
    padding-top:0;
  }
  .about-process-result{padding:22px 20px}
}

/* V97: clickable Webasyst certificate in the homepage hero */
.hero-stage,.hero-inner{min-height:540px}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(432px,516px);
  gap:clamp(28px,3vw,52px);
  align-items:center;
}
.hero-copy{
  min-width:0;
  max-width:none;
  padding-top:48px;
  padding-bottom:48px;
}
.hero-copy h1{max-width:920px;margin-top:0}
.hero-copy p{max-width:720px}
.hero-actions--messengers{max-width:720px}
.hero-accreditation{max-width:720px}
.hero-copy>p,
.hero-copy>.hero-actions,
.hero-copy>.hero-accreditation{margin-top:24px}

.hero-certificate{
  position:relative;
  z-index:4;
  width:100%;
  appearance:none;
  padding:12px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:18px;
  background:rgba(20,34,45,.38);
  color:#fff;
  text-align:left;
  font:inherit;
  cursor:pointer;
  box-shadow:0 26px 64px rgba(12,27,39,.28),0 0 0 1px rgba(20,34,45,.12) inset;
  backdrop-filter:blur(12px);
  transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
}
.hero-certificate:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.24),transparent 38%,rgba(232,91,38,.18));
  pointer-events:none;
}
.hero-certificate:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.78);
  background:rgba(20,34,45,.48);
  box-shadow:0 34px 76px rgba(12,27,39,.34),0 0 0 1px rgba(232,91,38,.18) inset;
}
.hero-certificate:focus-visible{
  outline:3px solid rgba(232,91,38,.42);
  outline-offset:5px;
}
.hero-certificate-image{
  position:relative;
  z-index:1;
  display:block;
  overflow:hidden;
  aspect-ratio:2048/1447;
  border-radius:11px;
  background:#fff;
  box-shadow:0 15px 34px rgba(7,21,31,.24);
}
.hero-certificate-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-certificate-zoom{
  position:absolute;
  right:10px;
  bottom:10px;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border-radius:999px;
  background:rgba(23,35,44,.88);
  color:#fff;
  font-size:11px;
  font-weight:500;
  letter-spacing:.02em;
  box-shadow:0 10px 24px rgba(0,0,0,.24);
  backdrop-filter:blur(8px);
}
.hero-certificate-caption{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:13px 4px 3px;
}
.hero-certificate-caption strong{
  font-size:15px;
  font-weight:500;
  line-height:1.3;
  letter-spacing:-.015em;
}
.hero-certificate-caption small{
  max-width:138px;
  color:rgba(255,255,255,.66);
  font-size:10px;
  line-height:1.35;
  text-align:right;
}

@media(max-width:1280px){
  .hero-inner{
    grid-template-columns:minmax(0,1fr) 432px;
    gap:32px;
  }
  .hero-copy h1{font-size:clamp(46px,4.35vw,62px)}
  .hero-certificate-caption{
    display:block;
  }
  .hero-certificate-caption small{
    display:block;
    max-width:none;
    margin-top:4px;
    text-align:left;
  }
}

@media(max-width:1050px){
  .hero-inner{
    grid-template-columns:minmax(0,1fr) 372px;
    gap:24px;
  }
  .hero-copy h1{font-size:48px}
  .hero-certificate{
    padding:9px;
    border-radius:15px;
  }
  .hero-certificate:before{border-radius:15px}
  .hero-certificate-image{border-radius:9px}
  .hero-certificate-caption{padding:10px 3px 2px}
  .hero-certificate-caption strong{font-size:13px}
}

@media(max-width:820px){
  .hero-stage,.hero-inner{min-height:0}
  .hero-inner{
    grid-template-columns:1fr;
    gap:0;
  }
  .hero-copy{
    max-width:100%;
    padding-top:36px;
    padding-bottom:36px;
  }
  .hero-copy h1{max-width:100%}
  .hero-certificate{
    width:100%;
    max-width:680px;
    margin:0 auto 34px;
    justify-self:center;
  }
  .hero-certificate-caption{
    display:flex;
  }
  .hero-certificate-caption small{
    display:block;
    max-width:180px;
    margin-top:0;
    text-align:right;
  }
}

@media(max-width:560px){
  .hero-certificate{
    padding:7px;
    border-radius:13px;
  }
  .hero-certificate:before{border-radius:13px}
  .hero-certificate-image{border-radius:8px}
  .hero-certificate-zoom{
    right:7px;
    bottom:7px;
    min-height:30px;
    padding:0 10px;
    font-size:10px;
  }
  .hero-certificate-caption{
    display:block;
    padding:10px 3px 3px;
  }
  .hero-certificate-caption strong{font-size:13px}
  .hero-certificate-caption small{
    max-width:none;
    margin-top:3px;
    text-align:left;
  }
}


/* V120: shared quality, accessibility and responsive consistency */
:root{
  --dw-focus-ring:rgba(232,91,38,.48);
  --dw-sticky-offset:100px;
  --dw-mobile-control:44px;
}

/* All internal templates use the same clean header-to-hero junction. */
body.single-digiweb_case>header,
body.single-digiweb_service>header{
  border-bottom:0!important;
}

/* One visible keyboard state across navigation, cards and controls. */
body :where(
  a,
  button,
  input,
  textarea,
  select,
  [tabindex]:not([tabindex="-1"])
):focus-visible{
  outline:3px solid var(--dw-focus-ring);
  outline-offset:3px;
}

/* Anchored content remains visible below the sticky header. */
body :where([id]){
  scroll-margin-top:var(--dw-sticky-offset);
}

/* Keep the principal page headings optically consistent. */
.services-page-hero h1,
.site-cases .cases-hero h1,
.news-archive-hero h1,
.about-hero h1,
.contacts-hero h1{
  text-wrap:balance;
}

/* Prevent long contact details and technical labels from escaping mobile cards. */
.contacts-page :where(a,strong,p),
.about-page :where(a,strong,p),
.service-single :where(a,strong,p),
.case-single :where(a,strong,p){
  overflow-wrap:anywhere;
}

@media(max-width:1320px){
  :root{--dw-sticky-offset:82px}
  .mobile-menu a{
    min-height:var(--dw-mobile-control);
    display:flex;
    align-items:center;
  }
}

@media(max-width:620px){
  :root{--dw-sticky-offset:74px}
  body :where(
    .btn,
    .header-contact-trigger,
    .header-social-btn,
    .cta-messenger-btn,
    .project-contact-option,
    .pricing-tab,
    .letters-arrow,
    .news-arrow,
    .page-numbers,
    .site-cases .cases-pagination button
  ){
    min-height:var(--dw-mobile-control);
  }
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* V121: compact accreditation panel and restored review proportions */
@media(min-width:901px){
  .hero-accreditation{
    grid-template-columns:205px minmax(305px,1fr) 170px;
  }
}
.hero-accreditation-brand{
  gap:10px;
  padding:8px 12px;
}
.hero-accreditation-info{
  padding:10px 14px;
}
.hero-accreditation-title{
  max-width:none;
  white-space:nowrap;
}
.hero-accreditation-number{
  white-space:nowrap;
  line-height:1.3;
}
.hero-accreditation-download{
  min-width:170px;
}
.letter-sheet img{
  display:block;
  width:100%;
  height:auto;
}

@media(max-width:900px){
  .hero-accreditation{
    grid-template-columns:205px 1fr;
  }
  .hero-accreditation-number{
    white-space:nowrap;
  }
}
@media(max-width:430px){
  .hero-accreditation-number{
    white-space:normal;
  }
}

/* V126: refined original 2x2 homepage case cards */
#cases.portfolio-section{
  background:
    radial-gradient(circle at 100% 0,rgba(232,91,38,.055),transparent 28%),
    linear-gradient(180deg,#f5f4f0 0%,#eef0ef 100%);
}
#cases .portfolio-card{
  position:relative;
  isolation:isolate;
  border:1px solid #d3dadd;
  background:#fff;
  box-shadow:0 14px 38px rgba(27,39,46,.07);
  transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,border-color .28s ease;
}
#cases .portfolio-card:hover{
  transform:translateY(-6px);
  border-color:#e85b26;
  box-shadow:0 26px 64px rgba(27,39,46,.14);
}
#cases .portfolio-browserbar{
  background:#222a30;
  border-bottom:1px solid #364149;
  color:#cbd2d6;
}
#cases .portfolio-browserbar>b{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border:0;
  border-radius:0;
  background:#e85b26;
  color:#fff;
  font-size:13px;
  transition:background .2s ease,transform .2s ease;
}
#cases .portfolio-card:hover .portfolio-browserbar>b{
  background:#ca4819;
  transform:translate(2px,-2px);
}
#cases .portfolio-screen img{
  filter:saturate(.94) contrast(.99);
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .3s ease;
}
#cases .portfolio-card:hover .portfolio-screen img{
  transform:scale(1.03);
  filter:saturate(1.04) contrast(1.015);
}
#cases .portfolio-copy{
  position:relative;
  border-top:2px solid #e85b26;
  background:linear-gradient(135deg,#fff 0%,#fbfbf9 100%);
}
#cases .portfolio-copy h3{
  color:#20282e;
  font-weight:430;
  letter-spacing:-.035em;
}
#cases .portfolio-copy p{
  color:#68737a;
  line-height:1.62;
}
#cases .portfolio-link{
  width:max-content;
  min-height:46px;
  padding:0 0 0 18px;
  gap:15px;
  border:1px solid #ccd4d8;
  background:#fff;
  color:#20282e;
  font-size:12px;
  font-weight:650;
  letter-spacing:.055em;
  text-transform:uppercase;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
#cases .portfolio-link span{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  flex:0 0 44px;
  background:#e85b26;
  color:#fff;
  font-size:17px;
  transition:background .2s ease,transform .2s ease;
}
#cases .portfolio-link:hover{
  transform:translateY(-1px);
  border-color:#20282e;
  background:#20282e;
  color:#fff;
}
#cases .portfolio-link:hover span{
  background:#ca4819;
  transform:translateX(2px);
}
@media(max-width:520px){
  #cases .portfolio-link{width:100%;justify-content:space-between}
}

/* ===== V127: simplified, airy homepage ===== */
body.home{
  background:#fff;
}
.home-lite{
  --home-lite-ink:#20282e;
  --home-lite-muted:#68737a;
  --home-lite-line:#dce2e5;
  --home-lite-soft:#f4f6f6;
  background:#fff;
  color:var(--home-lite-ink);
}
.home-lite-anchor{
  position:relative;
  top:-100px;
  display:block;
  width:1px;
  height:1px;
  visibility:hidden;
}
.home-lite-hero{
  position:relative;
  min-height:470px;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(15,27,37,.94) 0%,rgba(18,33,45,.82) 46%,rgba(17,34,48,.38) 74%,rgba(17,34,48,.2) 100%),
    url('../images/hero-commerce-dark.svg') center 44%/cover no-repeat;
}
.home-lite-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(8,18,26,.18));
}
.home-lite-hero-inner{
  position:relative;
  z-index:1;
  min-height:470px;
  display:flex;
  align-items:center;
  padding:72px 0 76px;
}
.home-lite-hero-copy{
  max-width:900px;
}
.home-lite-eyebrow,
.home-lite-kicker{
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--orange);
  font-size:11px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.home-lite-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:#f1a17f;
}
.home-lite-eyebrow::before,
.home-lite-kicker::before{
  content:"";
  width:32px;
  height:2px;
  flex:none;
  background:currentColor;
}
.home-lite-hero h1{
  max-width:860px;
  margin:18px 0 0;
  color:#fff;
  font-size:clamp(50px,5.15vw,78px);
  font-weight:300;
  line-height:.95;
  letter-spacing:-.055em;
  text-wrap:balance;
  text-shadow:0 12px 38px rgba(0,0,0,.22);
}
.home-lite-hero p{
  max-width:710px;
  margin:24px 0 0;
  color:rgba(255,255,255,.76);
  font-size:18px;
  line-height:1.65;
}
.home-lite-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:30px;
}
.home-lite-hero-actions .btn{
  min-width:196px;
  box-shadow:0 14px 32px rgba(0,0,0,.18);
}
.home-lite-text-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:5px 0;
  border-bottom:1px solid #bac3c7;
  color:#263139;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  transition:color .2s ease,border-color .2s ease;
}
.home-lite-text-link span{
  color:var(--orange);
  font-size:17px;
  transition:transform .2s ease;
}
.home-lite-text-link:hover{
  border-color:var(--orange);
  color:var(--orange);
}
.home-lite-text-link:hover span{
  transform:translateX(3px);
}
.home-lite-text-link--light{
  border-color:rgba(255,255,255,.35);
  color:#fff;
}
.home-lite-text-link--light span{
  color:#f6a17c;
}
.home-lite-text-link--light:hover{
  border-color:#fff;
  color:#fff;
}
.home-lite-proof-strip{
  border-bottom:1px solid var(--home-lite-line);
  background:#fff;
}
.home-lite-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.home-lite-proof-grid>div{
  min-height:92px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 34px;
  border-left:1px solid var(--home-lite-line);
}
.home-lite-proof-grid>div:last-child{
  border-right:1px solid var(--home-lite-line);
}
.home-lite-proof-grid strong{
  color:#263139;
  font-size:16px;
  font-weight:600;
  line-height:1.35;
}
.home-lite-proof-grid span{
  margin-top:4px;
  color:#7b858a;
  font-size:12px;
  line-height:1.45;
}
.home-lite-section{
  padding:86px 0;
}
.home-lite-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,500px);
  gap:70px;
  align-items:end;
  margin-bottom:38px;
}
.home-lite-section-head h2,
.home-lite-trust-copy h2,
.home-lite-cta h2{
  max-width:850px;
  margin:16px 0 0;
  color:var(--home-lite-ink);
  font-size:clamp(38px,4vw,58px);
  font-weight:300;
  line-height:1;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.home-lite-section-head>p{
  max-width:500px;
  margin:0;
  color:var(--home-lite-muted);
  font-size:15px;
  line-height:1.7;
}
.home-lite-service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.home-lite-service-card{
  position:relative;
  min-height:310px;
  display:flex;
  flex-direction:column;
  padding:31px 30px 28px;
  overflow:hidden;
  border:1px solid var(--home-lite-line);
  background:#fff;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
.home-lite-service-card::before{
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  width:54px;
  height:3px;
  background:var(--orange);
  transition:width .24s ease;
}
.home-lite-service-card:hover{
  transform:translateY(-5px);
  border-color:#c8d0d4;
  background:#fbfcfc;
  box-shadow:0 22px 52px rgba(28,40,47,.1);
}
.home-lite-service-card:hover::before{
  width:calc(100% + 2px);
}
.home-lite-card-label{
  color:#8a9499;
  font-size:10px;
  font-weight:650;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-lite-service-card h3{
  max-width:390px;
  margin:42px 0 0;
  color:#263139;
  font-size:29px;
  font-weight:420;
  line-height:1.08;
  letter-spacing:-.035em;
}
.home-lite-service-card p{
  max-width:420px;
  margin:17px 0 26px;
  color:var(--home-lite-muted);
  font-size:14px;
  line-height:1.65;
}
.home-lite-card-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid #e2e6e8;
  color:#364149;
  font-size:13px;
  font-weight:600;
}
.home-lite-card-link b{
  color:var(--orange);
  font-size:17px;
  font-weight:500;
  transition:transform .2s ease;
}
.home-lite-service-card:hover .home-lite-card-link b{
  transform:translateX(4px);
}
.home-lite-more{
  display:flex;
  justify-content:flex-end;
  margin-top:26px;
}
.home-lite-cases{
  background:linear-gradient(180deg,#f5f6f6 0%,#eff2f2 100%);
  border-top:1px solid #e1e5e7;
  border-bottom:1px solid #dde2e4;
}
.home-lite-case-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.home-lite-case-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #d8dfe2;
  background:#fff;
  box-shadow:0 10px 30px rgba(28,40,47,.055);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.home-lite-case-card:hover{
  transform:translateY(-5px);
  border-color:#c8d0d4;
  box-shadow:0 24px 58px rgba(28,40,47,.12);
}
.home-lite-case-visual{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  border-bottom:1px solid #dde3e5;
  background:#e9edef;
}
.home-lite-case-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transition:transform .45s cubic-bezier(.2,.72,.2,1),filter .25s ease;
}
.home-lite-case-card:hover .home-lite-case-visual img{
  transform:scale(1.03);
  filter:saturate(1.03);
}
.home-lite-case-copy{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:24px 25px 25px;
}
.home-lite-case-copy>span{
  color:var(--orange);
  font-size:9px;
  font-weight:650;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.home-lite-case-copy h3{
  margin:12px 0 0;
  color:#263139;
  font-size:29px;
  font-weight:420;
  line-height:1.05;
  letter-spacing:-.035em;
}
.home-lite-case-copy p{
  margin:13px 0 23px;
  color:var(--home-lite-muted);
  font-size:14px;
  line-height:1.62;
}
.home-lite-case-copy strong{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:auto;
  padding-top:15px;
  border-top:1px solid #e3e7e9;
  color:#38444b;
  font-size:13px;
  font-weight:600;
}
.home-lite-case-copy strong b{
  color:var(--orange);
  font-size:17px;
  font-weight:500;
  transition:transform .2s ease;
}
.home-lite-case-card:hover .home-lite-case-copy strong b{
  transform:translateX(4px);
}
.home-lite-trust{
  position:relative;
  background:#fff;
}
.home-lite-trust-layout{
  display:grid;
  grid-template-columns:minmax(320px,.76fr) minmax(0,1.24fr);
  gap:68px;
  align-items:start;
}
.home-lite-trust-copy{
  padding:4px 0;
}
.home-lite-trust-copy h2{
  font-size:clamp(38px,3.7vw,54px);
}
.home-lite-trust-copy>p{
  max-width:600px;
  margin:22px 0 0;
  color:var(--home-lite-muted);
  font-size:15px;
  line-height:1.72;
}
.home-lite-trust-list{
  margin-top:31px;
  border-top:1px solid #cfd6da;
}
.home-lite-trust-list>div{
  padding:18px 0;
  border-bottom:1px solid #dbe1e4;
}
.home-lite-trust-list strong{
  display:block;
  color:#2e3940;
  font-size:15px;
  font-weight:600;
}
.home-lite-trust-list span{
  display:block;
  margin-top:5px;
  color:#7a858b;
  font-size:12px;
  line-height:1.5;
}
.home-lite-trust-links{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-top:25px;
}
.home-lite-reviews{
  min-width:0;
  padding:30px;
  border:1px solid #d9dfe2;
  background:var(--home-lite-soft);
}
.home-lite-reviews-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:22px;
}
.home-lite-reviews-head>div>span{
  color:var(--orange);
  font-size:9px;
  font-weight:650;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-lite-reviews-head h3{
  max-width:500px;
  margin:9px 0 0;
  color:#28343b;
  font-size:28px;
  font-weight:400;
  line-height:1.08;
  letter-spacing:-.035em;
}
.home-lite-reviews-head p{
  max-width:230px;
  margin:0;
  color:#7c868b;
  font-size:12px;
  line-height:1.5;
}
.home-lite-letter-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
}
.home-lite .home-lite-letter{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  padding:0;
  border:1px solid #d7dde0;
  background:#fff;
  text-align:left;
  box-shadow:0 8px 22px rgba(31,44,53,.06);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.home-lite .home-lite-letter:hover{
  transform:translateY(-4px);
  border-color:rgba(232,91,38,.48);
  box-shadow:0 16px 34px rgba(31,44,53,.12);
}
.home-lite-letter-image{
  display:block;
  aspect-ratio:3/4;
  overflow:hidden;
  padding:7px;
  border-bottom:1px solid #dce2e5;
  background:#edf0f1;
}
.home-lite-letter-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  background:#fff;
}
.home-lite .home-lite-letter>strong{
  min-height:60px;
  display:flex;
  align-items:center;
  padding:13px 14px;
  color:#303b42;
  font-size:12px;
  font-weight:600;
  line-height:1.35;
}
.home-lite-news{
  background:#f7f8f8;
  border-top:1px solid #e0e5e7;
}
.home-lite-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.home-lite-news-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #dce2e5;
  background:#fff;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.home-lite-news-card:hover{
  transform:translateY(-4px);
  border-color:#cbd3d7;
  box-shadow:0 20px 48px rgba(31,42,48,.09);
}
.home-lite-news-card>a{
  height:100%;
  display:flex;
  flex-direction:column;
}
.home-lite-news-image{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  border-bottom:1px solid #e1e6e8;
  background:#e9edef;
}
.home-lite-news-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.home-lite-news-card:hover .home-lite-news-image img{
  transform:scale(1.03);
}
.home-lite-news-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:19px 21px 0;
  color:#929a9f;
  font-size:10px;
  line-height:1.35;
}
.home-lite-news-meta b{
  color:var(--orange);
  font-weight:650;
}
.home-lite-news-card h3{
  margin:14px 21px 27px;
  color:#263139;
  font-size:23px;
  font-weight:420;
  line-height:1.14;
  letter-spacing:-.03em;
}
.home-lite-news-read{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:auto 21px 20px;
  padding-top:15px;
  border-top:1px solid #e4e8ea;
  color:#465158;
  font-size:12px;
  font-weight:600;
}
.home-lite-news-read b{
  color:var(--orange);
  font-size:17px;
  font-weight:500;
  transition:transform .2s ease;
}
.home-lite-news-card:hover .home-lite-news-read b{
  transform:translateX(4px);
}
.home-lite-cta{
  padding:68px 0;
  background:#202c33;
  color:#fff;
}
.home-lite-cta-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:70px;
  align-items:center;
}
.home-lite-kicker--light{
  color:#f1946d;
}
.home-lite-cta h2{
  max-width:890px;
  color:#fff;
  font-size:clamp(38px,4vw,58px);
}
.home-lite-cta p{
  max-width:720px;
  margin:17px 0 0;
  color:rgba(255,255,255,.64);
  font-size:15px;
  line-height:1.65;
}
.home-lite-cta-actions{
  min-width:230px;
  display:grid;
  gap:13px;
  justify-items:stretch;
  text-align:center;
}
.home-lite-cta-actions .btn{
  min-width:230px;
}
.home-lite-phone{
  color:rgba(255,255,255,.82);
  font-size:15px;
  font-weight:600;
  transition:color .2s ease;
}
.home-lite-phone:hover{
  color:#fff;
}

@media(max-width:1120px){
  .home-lite-section-head{
    grid-template-columns:1fr;
    gap:20px;
  }
  .home-lite-section-head>p{
    max-width:720px;
  }
  .home-lite-service-grid,
  .home-lite-case-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-lite-service-card:last-child,
  .home-lite-case-card:last-child{
    grid-column:1/-1;
  }
  .home-lite-trust-layout{
    grid-template-columns:1fr;
    gap:44px;
  }
  .home-lite-trust-copy{
    max-width:820px;
  }
}
@media(max-width:900px){
  .home-lite-proof-grid{
    grid-template-columns:1fr;
  }
  .home-lite-proof-grid>div,
  .home-lite-proof-grid>div:last-child{
    min-height:72px;
    padding:16px 0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid var(--home-lite-line);
  }
  .home-lite-proof-grid>div:last-child{
    border-bottom:0;
  }
  .home-lite-news-grid{
    grid-template-columns:1fr 1fr;
  }
  .home-lite-news-card:last-child{
    grid-column:1/-1;
  }
  .home-lite-cta-inner{
    grid-template-columns:1fr;
    gap:30px;
  }
  .home-lite-cta-actions{
    justify-self:start;
  }
}
@media(max-width:720px){
  .home-lite-hero,
  .home-lite-hero-inner{
    min-height:0;
  }
  .home-lite-hero{
    background-position:68% center;
  }
  .home-lite-hero-inner{
    padding:58px 0 62px;
  }
  .home-lite-eyebrow{
    font-size:9px;
  }
  .home-lite-eyebrow::before,
  .home-lite-kicker::before{
    width:24px;
  }
  .home-lite-hero h1{
    margin-top:15px;
    font-size:44px;
    line-height:.98;
  }
  .home-lite-hero p{
    margin-top:18px;
    font-size:16px;
  }
  .home-lite-hero-actions{
    align-items:stretch;
    flex-direction:column;
    gap:14px;
    margin-top:24px;
  }
  .home-lite-hero-actions .btn{
    width:100%;
  }
  .home-lite-text-link--light{
    align-self:flex-start;
  }
  .home-lite-section{
    padding:58px 0;
  }
  .home-lite-section-head{
    margin-bottom:28px;
  }
  .home-lite-section-head h2,
  .home-lite-trust-copy h2,
  .home-lite-cta h2{
    font-size:38px;
    line-height:1.02;
  }
  .home-lite-service-grid,
  .home-lite-case-grid,
  .home-lite-news-grid{
    grid-template-columns:1fr;
  }
  .home-lite-service-card:last-child,
  .home-lite-case-card:last-child,
  .home-lite-news-card:last-child{
    grid-column:auto;
  }
  .home-lite-service-card{
    min-height:270px;
    padding:27px 24px 24px;
  }
  .home-lite-service-card h3{
    margin-top:34px;
    font-size:27px;
  }
  .home-lite-case-copy{
    padding:22px;
  }
  .home-lite-reviews{
    padding:23px 20px;
  }
  .home-lite-reviews-head{
    display:block;
  }
  .home-lite-reviews-head p{
    max-width:none;
    margin-top:11px;
  }
  .home-lite-letter-grid{
    gap:9px;
  }
  .home-lite .home-lite-letter>strong{
    min-height:54px;
    padding:11px 10px;
    font-size:10px;
  }
  .home-lite-more{
    justify-content:flex-start;
  }
  .home-lite-cta{
    padding:54px 0;
  }
  .home-lite-cta-actions{
    width:100%;
    min-width:0;
  }
  .home-lite-cta-actions .btn{
    width:100%;
    min-width:0;
  }
}
@media(max-width:520px){
  .home-lite-hero h1{
    font-size:37px;
  }
  .home-lite-letter-grid{
    grid-template-columns:1fr;
  }
  .home-lite-letter-image{
    aspect-ratio:4/3;
  }
  .home-lite .home-lite-letter{
    display:grid;
    grid-template-columns:132px 1fr;
    align-items:stretch;
  }
  .home-lite .home-lite-letter>strong{
    min-height:0;
    padding:15px;
    font-size:12px;
  }
  .home-lite-news-card h3{
    font-size:21px;
  }
}

/* ===== V111: header search, search results and clearer home hero ===== */
.header-search-trigger{
  width:50px;
  height:50px;
  flex:none;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #d9dddf;
  background:#fff;
  color:#343d42;
  cursor:pointer;
  transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease;
}
.header-search-trigger svg{width:22px;height:22px;display:block}
.header-search-trigger:hover,
.header-search-trigger[aria-expanded="true"]{
  color:var(--orange);
  border-color:#e4a185;
  background:#fff8f4;
}
.header-search-trigger:focus-visible{
  outline:2px solid var(--orange);
  outline-offset:3px;
}
body.site-search-open{overflow:hidden}
.site-search-dialog{
  width:min(780px,calc(100vw - 40px));
  max-width:none;
  max-height:calc(100vh - 40px);
  margin:auto;
  padding:0;
  border:0;
  background:transparent;
  color:var(--ink);
  overflow:auto;
}
.site-search-dialog::backdrop{
  background:rgba(11,18,23,.68);
  backdrop-filter:blur(7px);
}
.site-search-panel{
  position:relative;
  padding:42px;
  border:1px solid rgba(255,255,255,.18);
  background:#fff;
  box-shadow:0 32px 100px rgba(8,16,22,.28);
}
.site-search-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #dfe3e5;
  background:#fff;
  color:#5f686d;
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease,background .18s ease;
}
.site-search-close svg{width:20px;height:20px}
.site-search-close:hover{color:var(--orange);border-color:#e4a185;background:#fff8f4}
.site-search-close:focus-visible{outline:2px solid var(--orange);outline-offset:2px}
.site-search-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--orange);
  font-size:11px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.site-search-kicker::before{content:"";width:30px;height:2px;background:currentColor}
.site-search-panel h2{
  max-width:600px;
  margin:17px 60px 0 0;
  font-size:clamp(34px,4.2vw,54px);
  font-weight:300;
  line-height:1;
  letter-spacing:-.05em;
}
.site-search-panel>p{
  max-width:610px;
  margin:17px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}
.site-search-form{margin-top:27px}
.site-search-form-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.site-search-form input,
.site-search-results-form input{
  min-width:0;
  height:62px;
  padding:0 20px;
  border:1px solid #cfd5d8;
  border-radius:0;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-size:17px;
  outline:none;
  appearance:none;
}
.site-search-form input:focus,
.site-search-results-form input:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(232,91,38,.1);
}
.site-search-form button,
.site-search-results-form button{
  height:62px;
  padding:0 25px;
  border:0;
  background:var(--orange);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font:inherit;
  font-size:15px;
  font-weight:500;
  cursor:pointer;
  transition:background .18s ease,transform .18s ease;
}
.site-search-form button:hover,
.site-search-results-form button:hover{background:#cf4d1d}
.site-search-form button:active,
.site-search-results-form button:active{transform:translateY(1px)}
.site-search-form button:focus-visible,
.site-search-results-form button:focus-visible{outline:2px solid #fff;outline-offset:-5px}
.site-search-form button svg,
.site-search-results-form button svg{width:19px;height:19px}
.site-search-scope{
  margin-top:15px;
  color:#8a9296;
  font-size:12px;
  line-height:1.5;
}

body.search header{border-bottom:0}
.site-search-results{min-height:65vh;background:#f4f5f6}
.site-search-results-hero{
  position:relative;
  min-height:236px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(15,27,37,.9),rgba(18,33,45,.58) 58%,rgba(17,34,48,.18)),
    url('../images/hero-commerce-dark.svg') center 46%/cover no-repeat;
}
.site-search-results-hero-inner{position:relative;z-index:1;padding:35px 0 38px}
.site-search-results-hero .site-search-kicker{color:#f1a17f}
.site-search-results-hero h1{
  margin:12px 0 0;
  font-size:clamp(42px,4.6vw,68px);
  font-weight:300;
  line-height:.96;
  letter-spacing:-.055em;
}
.site-search-results-summary{
  margin:13px 0 0;
  color:rgba(255,255,255,.8);
  font-size:15px;
}
.site-search-results-section{padding:58px 0 96px}
.site-search-results-toolbar{
  display:grid;
  grid-template-columns:minmax(0,760px);
  margin-bottom:34px;
}
.site-search-results-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.site-search-results-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.site-search-result-card{
  min-height:270px;
  padding:27px;
  border:1px solid #dbe0e3;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.site-search-result-card:hover{
  transform:translateY(-3px);
  border-color:#cbd2d6;
  box-shadow:0 16px 42px rgba(28,39,49,.08);
}
.site-search-result-type{
  color:var(--orange);
  font-size:10px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.site-search-result-card h2{
  margin:18px 0 0;
  font-size:27px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:-.035em;
}
.site-search-result-card h2 a:hover{color:var(--orange)}
.site-search-result-card p{
  margin:15px 0 22px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.site-search-result-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#30393e;
  font-size:14px;
  font-weight:500;
}
.site-search-result-link span{color:var(--orange);transition:transform .18s ease}
.site-search-result-link:hover span{transform:translateX(4px)}
.site-search-empty{
  padding:42px;
  border:1px solid #dbe0e3;
  background:#fff;
}
.site-search-empty h2{margin:0;font-size:32px;font-weight:400;letter-spacing:-.035em}
.site-search-empty p{max-width:650px;margin:13px 0 0;color:var(--muted);font-size:15px;line-height:1.65}
.site-search-results .pagination{margin-top:36px}

.home-lite-hero{
  background:url('../images/hero-commerce-dark.svg') center 44%/cover no-repeat;
}
.home-lite-hero::after{display:none}
.home-lite-hero h1{
  max-width:850px;
  font-size:clamp(46px,4.65vw,70px);
}
.home-lite-hero h1 span{
  color:var(--orange);
  font-weight:400;
}

@media(max-width:1320px){
  .header-search-trigger{width:48px;height:50px}
}
@media(max-width:980px){
  .site-search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .nav{gap:12px}
  .header-actions{gap:8px}
  .header-search-trigger,.hamb{width:44px;height:44px}
  .brand img,.brand .custom-logo{width:176px}
  .site-search-dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}
  .site-search-panel{padding:32px 20px 24px}
  .site-search-close{top:13px;right:13px;width:38px;height:38px}
  .site-search-panel h2{margin-right:42px;font-size:36px}
  .site-search-form-row,
  .site-search-results-form{grid-template-columns:1fr}
  .site-search-form input,
  .site-search-results-form input,
  .site-search-form button,
  .site-search-results-form button{width:100%;height:56px}
  .site-search-results-hero{min-height:210px}
  .site-search-results-hero-inner{padding:31px 0 33px}
  .site-search-results-hero h1{font-size:44px}
  .site-search-results-section{padding:42px 0 72px}
  .site-search-results-grid{grid-template-columns:1fr}
  .site-search-result-card{min-height:0}
  .home-lite-hero{background-position:68% center}
  .home-lite-hero h1{font-size:40px}
}
@media(max-width:520px){
  .brand img,.brand .custom-logo{width:160px}
  .home-lite-hero h1{font-size:35px}
}

/* ===== V112: compact home hero, six-service grid and unified section rhythm ===== */
.home-lite-hero,
.home-lite-hero-inner{
  min-height:430px;
}
.home-lite-hero-inner{
  padding:56px 0 62px;
}
.home-lite-hero h1{
  margin-top:0;
}
.home-lite-section,
.home-lite-cta{
  padding:80px 0;
}
.home-lite-section-head{
  margin-bottom:38px;
}
.home-lite-more{
  margin-top:26px;
}
.home-lite-service-card:last-child{
  grid-column:auto;
}

@media(max-width:1120px){
  .home-lite-section,
  .home-lite-cta{
    padding:72px 0;
  }
  .home-lite-service-card:last-child{
    grid-column:auto;
  }
}
@media(max-width:720px){
  .home-lite-hero,
  .home-lite-hero-inner{
    min-height:0;
  }
  .home-lite-hero-inner{
    padding:48px 0 54px;
  }
  .home-lite-section,
  .home-lite-cta{
    padding:56px 0;
  }
  .home-lite-section-head{
    margin-bottom:28px;
  }
}

/* ===== V113: tighter home rhythm, clean case titles and reviews action ===== */
.home-lite-section,
.home-lite-cta{
  padding:64px 0;
}
.home-lite-section-head{
  margin-bottom:34px;
}
.home-lite-more{
  margin-top:24px;
}
.home-lite-case-copy h3{
  margin-top:0;
}
.home-lite-reviews-head{
  align-items:center;
}
.home-lite-reviews-head h3{
  margin:0;
}
.home-lite-reviews-all{
  flex:none;
  white-space:nowrap;
}

@media(max-width:1120px){
  .home-lite-section,
  .home-lite-cta{
    padding:56px 0;
  }
}
@media(max-width:720px){
  .home-lite-section,
  .home-lite-cta{
    padding:48px 0;
  }
  .home-lite-section-head{
    margin-bottom:28px;
  }
  .home-lite-reviews-all{
    margin-top:14px;
  }
}

/* ===== V114: square news images and compact article excerpts ===== */
.home-lite-news-card,
.home-lite-news-card>a,
.home-lite-news-image,
.home-lite-news-image img{
  border-radius:0!important;
}
.home-lite-news-card h3{
  margin-bottom:0;
}
.home-lite-news-excerpt{
  min-height:5.1em;
  margin:13px 21px 22px;
  overflow:hidden;
  color:var(--home-lite-muted);
  font-size:14px;
  line-height:1.7;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  line-clamp:4;
}
@media(max-width:720px){
  .home-lite-news-excerpt{
    min-height:0;
    margin-bottom:20px;
  }
}

/* ===== V117: full-bleed news, service palette and modern trust section ===== */

/* News source images contain baked-in rounded corners. A small crop removes them. */
.home-lite-news-image{
  overflow:hidden;
  border-radius:0!important;
  background:#dfe4e6;
  line-height:0;
}
.home-lite-news-image img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  border-radius:0!important;
  transform:scale(1.06);
  transform-origin:center;
}
.home-lite-news-card:hover .home-lite-news-image img{
  transform:scale(1.095);
}
.home-lite-news-meta{
  font-size:12px;
  line-height:1.45;
}
.home-lite-news-meta b{
  font-size:12px;
}
.home-lite-news-read{
  font-size:14px;
}
.home-lite-news-read b{
  font-size:19px;
}

/* Six restrained tints keep the service grid clear without making it loud. */
.home-lite-service-card{
  --service-bg:#f6f9fa;
  --service-border:#dbe4e8;
  --service-accent:#5d8295;
  border-color:var(--service-border);
  background:linear-gradient(145deg,#fff 0%,var(--service-bg) 100%);
  box-shadow:0 12px 32px rgba(36,49,57,.035);
}
.home-lite-service-card:nth-child(1){--service-bg:#eef6fa;--service-border:#d3e4ec;--service-accent:#4f829d}
.home-lite-service-card:nth-child(2){--service-bg:#f5f1fa;--service-border:#e1d8ed;--service-accent:#8068a5}
.home-lite-service-card:nth-child(3){--service-bg:#eef7f1;--service-border:#d4e7da;--service-accent:#56826a}
.home-lite-service-card:nth-child(4){--service-bg:#fff3ed;--service-border:#efd8cc;--service-accent:#bd6442}
.home-lite-service-card:nth-child(5){--service-bg:#eef6f5;--service-border:#d2e4e2;--service-accent:#4f7e79}
.home-lite-service-card:nth-child(6){--service-bg:#faf6eb;--service-border:#e8deca;--service-accent:#90753d}
.home-lite-service-card::before{
  background:var(--service-accent);
}
.home-lite-service-card .home-lite-card-label{
  color:var(--service-accent);
}
.home-lite-service-card:hover{
  border-color:var(--service-border);
  background:linear-gradient(145deg,#fff 0%,var(--service-bg) 100%);
  box-shadow:0 22px 52px rgba(28,40,47,.095);
}

/* Rebuilt trust and competence section. */
.home-trust-modern{
  position:relative;
  overflow:hidden;
  border-top:1px solid #e0e5e7;
  border-bottom:1px solid #dce2e4;
  background:linear-gradient(180deg,#fff 0%,#f2f5f5 100%);
}
.home-trust-modern::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-250px;
  top:-270px;
  border:1px solid rgba(79,109,124,.08);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(79,109,124,.025),0 0 0 140px rgba(79,109,124,.016);
  pointer-events:none;
}
.home-trust-modern>.home-lite-anchor{
  position:absolute;
}
.home-trust-modern-head{
  position:relative;
  z-index:1;
}
.home-trust-proof-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(390px,.78fr) minmax(0,1.22fr);
  gap:18px;
  align-items:stretch;
}
.home-trust-certificate-card,
.home-trust-letters-card{
  min-width:0;
  padding:28px;
  border:1px solid #d8dfe2;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 54px rgba(31,43,51,.065);
}
.home-trust-certificate-card{
  display:flex;
  flex-direction:column;
}
.home-trust-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:21px;
}
.home-trust-card-head>div>span{
  display:block;
  color:var(--orange);
  font-size:10px;
  font-weight:650;
  line-height:1.35;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-trust-card-head h3{
  margin:9px 0 0;
  color:#263239;
  font-size:30px;
  font-weight:400;
  line-height:1.05;
  letter-spacing:-.04em;
}
.home-trust-status{
  flex:none;
  min-height:31px;
  padding:0 10px;
  border:1px solid #d8e7dc;
  background:#f2f8f4;
  color:#52745d;
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.home-trust-status i{
  width:7px;
  height:7px;
  background:#65a175;
  box-shadow:0 0 0 4px rgba(101,161,117,.12);
}
.home-trust-certificate-preview{
  position:relative;
  width:100%;
  appearance:none;
  display:block;
  margin:0;
  padding:17px;
  overflow:hidden;
  border:1px solid #d5dde0;
  border-radius:0;
  background:#edf1f2;
  color:inherit;
  cursor:pointer;
  font:inherit;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.home-trust-certificate-preview:hover{
  transform:translateY(-3px);
  border-color:#c7d1d5;
  box-shadow:0 18px 42px rgba(34,47,55,.12);
}
.home-trust-certificate-preview:focus-visible{
  outline:3px solid rgba(232,91,38,.3);
  outline-offset:3px;
}
.home-trust-certificate-preview img{
  width:100%;
  height:auto;
  aspect-ratio:1500/1060;
  object-fit:contain;
  border-radius:0;
  background:#fff;
  box-shadow:0 10px 28px rgba(34,46,53,.11);
}
.home-trust-certificate-zoom{
  position:absolute;
  right:26px;
  bottom:26px;
  min-height:36px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(27,38,44,.9);
  color:#fff;
  font-size:11px;
  font-weight:500;
  line-height:1;
  box-shadow:0 10px 24px rgba(18,28,34,.2);
}
.home-trust-certificate-zoom b{
  color:#f39a73;
  font-size:15px;
  font-weight:500;
}
.home-trust-certificate-footer{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:end;
  margin-top:auto;
  padding-top:21px;
}
.home-trust-certificate-footer p{
  margin:0;
  color:#6e797f;
  font-size:13px;
  line-height:1.65;
}
.home-trust-certificate-footer .home-lite-text-link{
  white-space:nowrap;
}
.home-trust-letters-card{
  display:flex;
  flex-direction:column;
}
.home-trust-letters-head{
  align-items:center;
}
.home-trust-all-reviews{
  flex:none;
  white-space:nowrap;
}
.home-trust-letters-intro{
  max-width:720px;
  margin:-5px 0 21px;
  color:#727d82;
  font-size:13px;
  line-height:1.65;
}
.home-trust-letter-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:13px;
  margin-top:auto;
}
.home-trust-modern .home-lite-letter{
  min-width:0;
  appearance:none;
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid #d9e0e3;
  border-radius:0;
  background:#fff;
  color:inherit;
  text-align:left;
  font:inherit;
  cursor:pointer;
  box-shadow:0 9px 26px rgba(35,47,54,.055);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.home-trust-modern .home-lite-letter:hover{
  transform:translateY(-3px);
  border-color:#c8d2d6;
  box-shadow:0 16px 34px rgba(35,47,54,.11);
}
.home-trust-modern .home-lite-letter-image{
  display:block;
  width:100%;
  aspect-ratio:724/1024;
  padding:8px;
  overflow:hidden;
  border-bottom:1px solid #e1e6e8;
  background:#f0f3f4;
}
.home-trust-modern .home-lite-letter-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:0;
  background:#fff;
}
.home-trust-modern .home-lite-letter>strong{
  min-height:48px;
  display:flex;
  align-items:center;
  padding:11px 12px;
  color:#364248;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}
.home-trust-facts{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:18px;
  border:1px solid #d8dfe2;
  background:rgba(255,255,255,.82);
}
.home-trust-facts>div{
  min-width:0;
  padding:22px 24px;
  border-right:1px solid #dde3e5;
}
.home-trust-facts>div:last-child{
  border-right:0;
}
.home-trust-facts span{
  display:block;
  color:var(--orange);
  font-size:10px;
  font-weight:650;
  letter-spacing:.12em;
}
.home-trust-facts strong{
  display:block;
  margin-top:18px;
  color:#2e3940;
  font-size:15px;
  font-weight:600;
  line-height:1.35;
}
.home-trust-facts p{
  margin:5px 0 0;
  color:#7a858a;
  font-size:12px;
  line-height:1.5;
}

@media(max-width:1120px){
  .home-trust-proof-grid{
    grid-template-columns:1fr;
  }
  .home-trust-certificate-preview{
    max-width:760px;
  }
}
@media(max-width:900px){
  .home-trust-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-trust-facts>div:nth-child(2){
    border-right:0;
  }
  .home-trust-facts>div:nth-child(n+3){
    border-top:1px solid #dde3e5;
  }
}
@media(max-width:720px){
  .home-trust-certificate-card,
  .home-trust-letters-card{
    padding:20px;
  }
  .home-trust-card-head{
    display:block;
    margin-bottom:18px;
  }
  .home-trust-status,
  .home-trust-all-reviews{
    margin-top:14px;
  }
  .home-trust-card-head h3{
    font-size:27px;
  }
  .home-trust-certificate-preview{
    padding:10px;
  }
  .home-trust-certificate-zoom{
    right:17px;
    bottom:17px;
  }
  .home-trust-certificate-footer{
    grid-template-columns:1fr;
    gap:16px;
  }
  .home-trust-certificate-footer .home-lite-text-link{
    justify-self:start;
  }
  .home-trust-letter-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:520px){
  .home-trust-letter-grid,
  .home-trust-facts{
    grid-template-columns:1fr;
  }
  .home-trust-facts>div,
  .home-trust-facts>div:nth-child(2){
    border-right:0;
    border-top:1px solid #dde3e5;
  }
  .home-trust-facts>div:first-child{
    border-top:0;
  }
  .home-trust-modern .home-lite-letter-image{
    aspect-ratio:4/5;
  }
}

/* ===== V118: section actions beside descriptions ===== */
.home-lite-section-side{
  width:100%;
  max-width:500px;
  justify-self:end;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.home-lite-section-side>p{
  margin:0;
  color:var(--home-lite-muted);
  font-size:15px;
  line-height:1.7;
}
.home-lite-section-link{
  margin-top:15px;
  padding:5px 0 7px;
}
.home-lite-section-link span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  background:#fff1eb;
  color:var(--orange);
  font-size:16px;
  line-height:1;
  transition:color .2s ease,background .2s ease,transform .2s ease;
}
.home-lite-section-link:hover span{
  background:var(--orange);
  color:#fff;
}
@media(max-width:1120px){
  .home-lite-section-side{
    max-width:720px;
    justify-self:start;
  }
}

/* ===== V119: archive cards aligned with home news ===== */
.news-archive-card,
.news-archive-card-visual,
.news-archive-card-visual img{
  border-radius:0!important;
}
.news-archive-card-visual{
  padding:0;
  overflow:hidden;
  line-height:0;
  background:#dfe4e6;
}
.news-archive-card-visual::after{
  display:none;
}
.news-archive-card-visual img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  transform:scale(1.06);
  transform-origin:center;
}
.news-archive-card:hover .news-archive-card-visual img{
  transform:scale(1.095);
}
.news-archive-card-meta{
  font-size:12px;
  line-height:1.45;
  letter-spacing:.03em;
}
.news-archive-card-meta a,
.news-archive-card-meta time,
.news-archive-card-meta span{
  font-size:inherit;
}
.news-archive-card p{
  margin:13px 0 22px;
  overflow:hidden;
  color:#6f797f;
  font-size:14px;
  line-height:1.7;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  line-clamp:4;
}
.news-archive-card-more{
  font-size:14px;
}
.news-archive-card-more span{
  font-size:19px;
}

/* ===== V120: cases archive matches home cards ===== */
.site-cases .cases-page-grid{
  margin-top:36px;
  align-items:stretch;
}
.site-cases .cases-page-grid>.home-lite-case-card:last-child{
  grid-column:auto;
}
.site-cases .cases-page-pagination{
  margin-top:38px;
}
@media(max-width:1120px){
  .site-cases .cases-page-grid{
    margin-top:32px;
  }
}
@media(max-width:720px){
  .site-cases .cases-page-grid{
    margin-top:28px;
  }
  .site-cases .cases-page-pagination{
    margin-top:30px;
  }
}

/* ===== V121: compact modern contacts page ===== */
.contacts-page{
  background:#fff;
}
.contacts-page>.contacts-channels{
  padding:48px 0 22px;
  background:#fff;
}
.contacts-page>.contacts-process{
  padding:22px 0 30px;
  background:#f3f5f5;
}
.contacts-page>.contacts-company{
  padding:30px 0 14px;
  background:#fff;
}
.contacts-page>.contacts-legal-details{
  padding:24px 0 34px;
  background:#f3f5f5;
}
.contacts-page>.contacts-location{
  padding:34px 0 18px;
  background:#fff;
}
.contacts-page>.contacts-cta{
  padding:18px 0 52px;
  background:#fff;
}

/* Compact headings */
.contacts-page .contacts-heading--row{
  grid-template-columns:minmax(0,1fr) minmax(320px,440px);
  gap:48px;
  margin-bottom:30px;
}
.contacts-page .contacts-heading h2,
.contacts-page .contacts-heading--row h2{
  max-width:720px;
  font-size:clamp(36px,3.7vw,52px);
  line-height:1;
}
.contacts-page .contacts-heading--row>p{
  font-size:14px;
  line-height:1.62;
}
.contacts-page .contacts-heading-arrow{
  width:40px;
  height:40px;
  flex-basis:40px;
  font-size:21px;
}

/* Five contact methods: two primary channels and three compact messengers */
.contacts-page .contacts-channel-grid{
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:12px;
  border:0;
}
.contacts-page .contacts-channel-card{
  grid-column:span 2;
  min-height:166px;
  padding:20px;
  border:1px solid #d8dfe2;
  background:#fff;
  box-shadow:0 10px 28px rgba(32,45,53,.045);
}
.contacts-page .contacts-channel-card:nth-child(-n+2){
  grid-column:span 3;
}
.contacts-page .contacts-channel-card--primary{
  border-color:var(--orange);
  background:var(--orange);
}
.contacts-page .contacts-channel-card>.contacts-channel-icon{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  margin:0;
}
.contacts-page .contacts-channel-card>.contacts-channel-icon svg,
.contacts-page .contacts-channel-card>.contacts-channel-icon img{
  width:20px;
  height:20px;
}
.contacts-page .contacts-channel-card strong{
  max-width:calc(100% - 34px);
  margin-top:38px;
  padding-right:12px;
  font-size:16px;
  line-height:1.24;
}
.contacts-page .contacts-channel-card small{
  left:20px;
  bottom:18px;
  font-size:11px;
}
.contacts-page .contacts-channel-card>b{
  right:20px;
  bottom:15px;
  font-size:18px;
}

/* Three steps in one low, readable strip */
.contacts-page .contacts-process-grid{
  gap:12px;
  border:0;
}
.contacts-page .contacts-process-grid article{
  min-height:174px;
  padding:21px 23px;
  border:1px solid #d8dfe2;
  background:rgba(255,255,255,.88);
}
.contacts-page .contacts-process-grid article>b{
  width:34px;
  height:28px;
  display:inline-grid;
  place-items:center;
  background:#fff1eb;
  color:var(--orange);
  font-size:10px;
}
.contacts-page .contacts-process-grid h3{
  margin:22px 0 9px;
  font-size:21px;
  line-height:1.12;
}
.contacts-page .contacts-process-grid p{
  font-size:13px;
  line-height:1.58;
}

/* Company: dark identity card plus a compact light requisites grid */
.contacts-page .contacts-company-grid{
  grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);
  gap:0;
  align-items:stretch;
  padding:0;
  border:1px solid #d8dfe2;
  background:#fff;
  color:#26343c;
  box-shadow:0 16px 48px rgba(30,43,51,.055);
}
.contacts-page .contacts-company-copy{
  padding:34px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#223039;
  color:#fff;
}
.contacts-page .contacts-company h2{
  font-size:clamp(38px,3.6vw,50px);
}
.contacts-page .contacts-company-copy p{
  margin:15px 0 20px;
  font-size:13px;
  line-height:1.62;
}
.contacts-page .contacts-company-details{
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:0;
  background:#fff;
}
.contacts-page .contacts-company-details>div{
  min-height:80px;
  padding:15px 19px;
  border-right:1px solid #e0e5e7;
  border-bottom:1px solid #e0e5e7;
}
.contacts-page .contacts-company-details>div:nth-child(2n){
  border-right:0;
}
.contacts-page .contacts-company-details .contacts-company-wide{
  grid-column:1/-1;
  border-right:0;
  border-bottom:0;
}
.contacts-page .contacts-company-details span{
  color:#8a9499;
  font-size:9px;
}
.contacts-page .contacts-company-details strong,
.contacts-page .contacts-company-details>div:nth-child(4) strong{
  margin-top:7px;
  color:#344149;
  font-size:14px;
  line-height:1.38;
}

/* Banking details and OKVED remain fully visible but use a denser grid */
.contacts-page .contacts-legal-details .about-section-heading--row{
  grid-template-columns:1fr;
  gap:0;
  margin-bottom:28px;
}
.contacts-page .contacts-legal-details .about-section-heading--row h2{
  font-size:clamp(36px,3.7vw,50px);
}
.contacts-page .contacts-legal-details .about-section-heading--row>p{
  font-size:14px;
  line-height:1.62;
}
.contacts-page .contacts-legal-details .about-details-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  border:0;
}
.contacts-page .contacts-legal-details .about-details-grid>div{
  min-height:104px;
  padding:17px 18px;
  border:1px solid #d7dee1;
  background:#fff;
}
.contacts-page .contacts-legal-details .about-details-grid span{
  margin-bottom:8px;
  font-size:9px;
}
.contacts-page .contacts-legal-details .about-details-grid strong{
  overflow-wrap:anywhere;
  font-size:13px;
  line-height:1.45;
}
.contacts-page .about-okved{
  margin-top:30px;
  padding-top:28px;
  border-top:1px solid #d4dbde;
}
.contacts-page .about-okved-heading{
  grid-template-columns:1fr;
  gap:0;
  margin-bottom:17px;
}
.contacts-page .about-okved-heading h3{
  font-size:36px;
}
.contacts-page .about-okved-heading>p{
  font-size:13px;
  line-height:1.58;
}
.contacts-page .about-okved-primary{
  grid-template-columns:150px minmax(0,1fr);
  gap:25px;
  padding:19px 23px;
}
.contacts-page .about-okved-primary>div>strong{
  font-size:29px;
}
.contacts-page .about-okved-primary>p{
  font-size:14px;
  line-height:1.52;
}
.contacts-page .about-okved-additional-title{
  margin:22px 0 11px;
  font-size:10px;
}
.contacts-page .about-okved-grid{
  gap:9px;
  margin-top:16px;
  border:0;
}
.contacts-page .about-okved-grid article{
  min-height:104px;
  padding:16px 18px;
  border:1px solid #d7dee1;
  background:#fff;
}
.contacts-page .about-okved-grid strong{
  font-size:14px;
}
.contacts-page .about-okved-grid p{
  margin-top:8px;
  font-size:12px;
  line-height:1.46;
}

/* Office and map as one compact card */
.contacts-page .contacts-location-grid{
  grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);
  gap:0;
  align-items:stretch;
  border:1px solid #d7dee1;
  background:#f3f5f5;
  box-shadow:0 16px 46px rgba(30,43,51,.05);
}
.contacts-page .contacts-location-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:32px 34px;
}
.contacts-page .contacts-location .contacts-heading h2{
  max-width:none;
  font-size:clamp(34px,3vw,42px);
  line-height:1;
  letter-spacing:-.04em;
  white-space:nowrap;
}
.contacts-page .contacts-address{
  margin-top:27px;
  padding:17px 0;
}
.contacts-page .contacts-address strong{
  margin-top:8px;
  font-size:19px;
}
.contacts-page .contacts-address p{
  font-size:12px;
}
.contacts-page .contacts-schedule>div{
  padding:13px 0;
}
.contacts-page .contacts-route-link{
  height:50px;
  margin-top:20px;
}
.contacts-page .contacts-map,
.contacts-page .contacts-map iframe{
  min-height:360px;
}
.contacts-page .contacts-map{
  border-left:1px solid #d7dee1;
}

/* Final CTA: same information, less height */
.contacts-page .contacts-cta-inner{
  gap:42px;
  padding:35px 40px;
}
.contacts-page .contacts-cta h2{
  font-size:clamp(32px,3.25vw,47px);
}
.contacts-page .contacts-cta p{
  margin-top:12px;
}
.contacts-page .contacts-cta-actions .btn{
  height:54px;
}

@media(max-width:1120px){
  .contacts-page .contacts-channel-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
  }
  .contacts-page .contacts-channel-card:nth-child(-n+2){
    grid-column:span 3;
  }
  .contacts-page .contacts-channel-card:nth-child(n+3){
    grid-column:span 2;
  }
  .contacts-page .contacts-company-grid{
    grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);
  }
  .contacts-page .contacts-legal-details .about-details-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .contacts-page .contacts-location-grid{
    grid-template-columns:330px minmax(0,1fr);
  }
  .contacts-page .contacts-location .contacts-heading h2{
    font-size:34px;
  }
}
@media(max-width:820px){
  .contacts-page .contacts-heading--row,
  .contacts-page .contacts-legal-details .about-section-heading--row,
  .contacts-page .about-okved-heading{
    grid-template-columns:1fr;
    gap:16px;
  }
  .contacts-page .contacts-channel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .contacts-page .contacts-channel-card,
  .contacts-page .contacts-channel-card:nth-child(-n+2),
  .contacts-page .contacts-channel-card:nth-child(n+3){
    grid-column:span 1;
  }
  .contacts-page .contacts-channel-card:last-child{
    grid-column:1/-1;
  }
  .contacts-page .contacts-company-grid,
  .contacts-page .contacts-location-grid{
    grid-template-columns:1fr;
  }
  .contacts-page .contacts-location-copy{
    padding:28px;
  }
  .contacts-page .contacts-map{
    border-left:0;
    border-top:1px solid #d7dee1;
  }
}
@media(max-width:620px){
  .contacts-page>.contacts-channels{
    padding-top:38px;
  }
  .contacts-page>.contacts-channels,
  .contacts-page>.contacts-process,
  .contacts-page>.contacts-company,
  .contacts-page>.contacts-legal-details,
  .contacts-page>.contacts-location,
  .contacts-page>.contacts-cta{
    padding-bottom:18px;
  }
  .contacts-page .contacts-heading h2,
  .contacts-page .contacts-heading--row h2,
  .contacts-page .contacts-legal-details .about-section-heading--row h2{
    font-size:34px;
  }
  .contacts-page .contacts-channel-grid,
  .contacts-page .contacts-process-grid,
  .contacts-page .contacts-legal-details .about-details-grid,
  .contacts-page .about-okved-grid{
    grid-template-columns:1fr;
  }
  .contacts-page .contacts-channel-card,
  .contacts-page .contacts-channel-card:last-child{
    grid-column:auto;
    min-height:150px;
  }
  .contacts-page .contacts-process-grid article{
    min-height:0;
  }
  .contacts-page .contacts-company-copy{
    padding:29px 25px;
  }
  .contacts-page .contacts-company-details{
    grid-template-columns:1fr;
  }
  .contacts-page .contacts-company-details>div,
  .contacts-page .contacts-company-details>div:nth-child(2n){
    border-right:0;
  }
  .contacts-page .contacts-company-details .contacts-company-wide{
    grid-column:auto;
  }
  .contacts-page .about-okved-primary{
    grid-template-columns:1fr;
    gap:12px;
    padding:19px 20px;
  }
  .contacts-page .contacts-location-copy{
    padding:25px 22px;
  }
  .contacts-page .contacts-location .contacts-heading h2{
    font-size:32px;
  }
  .contacts-page .contacts-map,
  .contacts-page .contacts-map iframe{
    min-height:320px;
  }
  .contacts-page .contacts-cta-inner{
    padding:30px 24px;
  }
}


/* V122: unified history timeline on the About page */
.about-story--redesigned .about-story-heading{
  margin-bottom:38px;
}
.about-story--redesigned .about-story-heading>p{
  max-width:500px;
}
.about-history-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  overflow:hidden;
  border:1px solid #d7dee1;
  border-top:2px solid var(--orange);
  background:#fff;
  box-shadow:0 20px 48px rgba(35,48,56,.07);
}
.about-history-card{
  display:flex;
  min-width:0;
  min-height:332px;
  flex-direction:column;
  padding:28px 27px 25px;
  border-right:1px solid #d7dee1;
  background:linear-gradient(180deg,#fff 0%,#fff 72%,#fafbfb 100%);
}
.about-history-card:last-child{
  border-right:0;
}
.about-history-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.about-history-card time{
  color:var(--orange);
  font-size:12px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.about-history-card-top>span{
  color:#c8d0d4;
  font-size:27px;
  font-weight:300;
  line-height:.9;
  letter-spacing:-.04em;
}
.about-history-node{
  position:relative;
  height:12px;
  margin:27px 0 26px;
}
.about-history-node::before{
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:12px;
  height:12px;
  border:3px solid #fff;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 1px var(--orange);
}
.about-history-node::after{
  content:"";
  position:absolute;
  top:6px;
  left:20px;
  right:0;
  height:1px;
  background:linear-gradient(90deg,#e4a58b 0%,#d4dadd 100%);
}
.about-history-card h3{
  margin:0 0 15px;
  color:#26343c;
  font-size:25px;
  font-weight:400;
  line-height:1.12;
  letter-spacing:-.035em;
}
.about-history-card p{
  margin:0;
  color:#667279;
  font-size:14px;
  line-height:1.7;
}
.about-history-meta{
  display:block;
  margin-top:auto;
  padding-top:22px;
  color:#879197;
  font-size:11px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:.055em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}
@media(max-width:1050px){
  .about-history-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .about-history-card{
    min-height:300px;
    border-bottom:1px solid #d7dee1;
  }
  .about-history-card:nth-child(2n){
    border-right:0;
  }
  .about-history-card:nth-last-child(-n+2){
    border-bottom:0;
  }
}
@media(max-width:620px){
  .about-story--redesigned .about-story-heading{
    margin-bottom:28px;
  }
  .about-history-grid{
    grid-template-columns:1fr;
  }
  .about-history-card{
    min-height:0;
    padding:25px 23px 23px;
    border-right:0;
    border-bottom:1px solid #d7dee1;
  }
  .about-history-card:nth-last-child(-n+2){
    border-bottom:1px solid #d7dee1;
  }
  .about-history-card:last-child{
    border-bottom:0;
  }
  .about-history-node{
    margin:21px 0 22px;
  }
  .about-history-card h3{
    font-size:24px;
  }
  .about-history-meta{
    margin-top:25px;
    padding-top:0;
  }
}


/* V123: refined team cards on the About page */
.about-team--redesigned{
  background:
    radial-gradient(circle at 8% 18%,rgba(242,139,96,.13) 0,rgba(242,139,96,0) 27%),
    linear-gradient(135deg,#edf1f2 0%,#f7f8f8 54%,#edf1f2 100%);
}
.about-team--redesigned>.container{
  position:relative;
  z-index:1;
}
.about-team--redesigned .about-section-heading--row{
  margin-bottom:38px;
}
.about-team--redesigned .about-team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  justify-content:stretch;
  gap:18px;
}
.about-team--redesigned .about-team-member--photo{
  position:relative;
  display:grid;
  grid-template-columns:154px minmax(0,1fr);
  grid-template-rows:1fr auto;
  min-width:0;
  min-height:176px;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(38,52,60,.13);
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 34px rgba(35,48,56,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.about-team--redesigned .about-team-member--photo::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:154px;
  height:2px;
  background:var(--orange);
  transform:scaleX(.24);
  transform-origin:left center;
  transition:transform .28s ease;
}
.about-team--redesigned .about-team-member--photo:hover{
  z-index:1;
  border-color:rgba(242,139,96,.48);
  box-shadow:0 22px 48px rgba(35,48,56,.14);
  transform:translateY(-4px);
}
.about-team--redesigned .about-team-member--photo:hover::after{
  transform:scaleX(1);
}
.about-team--redesigned .about-team-member--photo .about-team-avatar{
  position:relative;
  grid-column:1;
  grid-row:1 / span 2;
  width:100%;
  height:100%;
  min-height:174px;
  aspect-ratio:auto;
  margin:0;
  overflow:hidden;
  border-right:1px solid rgba(38,52,60,.1);
  background:#dfe5e7;
  box-shadow:none;
}
.about-team--redesigned .about-team-member--photo .about-team-avatar::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(25,36,43,0),rgba(25,36,43,.13));
}
.about-team--redesigned .about-team-member--photo .about-team-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.about-team--redesigned .about-team-member--photo:hover .about-team-avatar img{
  transform:scale(1.035);
}
.about-team--redesigned .about-team-member--photo>span{
  grid-column:2;
  grid-row:1;
  align-self:end;
  min-height:0;
  margin:0!important;
  padding:23px 24px 8px;
  color:#8a9499;
  font-size:10px;
  font-weight:600;
  line-height:1.45;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.about-team--redesigned .about-team-member--photo h3{
  grid-column:2;
  grid-row:2;
  margin:0!important;
  padding:0 24px 25px;
  color:#26343c;
  font-size:21px;
  font-weight:450;
  line-height:1.16;
  letter-spacing:-.03em;
}
@media(max-width:1100px){
  .about-team--redesigned .about-team-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  .about-team--redesigned .about-team-member--photo{
    grid-template-columns:140px minmax(0,1fr);
  }
  .about-team--redesigned .about-team-member--photo::after{
    left:140px;
  }
}
@media(max-width:700px){
  .about-team--redesigned .about-section-heading--row{
    margin-bottom:30px;
  }
  .about-team--redesigned .about-team-grid{
    grid-template-columns:1fr;
    gap:13px;
  }
  .about-team--redesigned .about-team-member--photo{
    grid-template-columns:126px minmax(0,1fr);
    min-height:154px;
  }
  .about-team--redesigned .about-team-member--photo::after{
    left:126px;
  }
  .about-team--redesigned .about-team-member--photo .about-team-avatar{
    min-height:152px;
  }
}
@media(max-width:420px){
  .about-team--redesigned .about-team-member--photo{
    grid-template-columns:112px minmax(0,1fr);
    min-height:142px;
  }
  .about-team--redesigned .about-team-member--photo::after{
    left:112px;
  }
  .about-team--redesigned .about-team-member--photo .about-team-avatar{
    min-height:140px;
  }
  .about-team--redesigned .about-team-member--photo>span{
    padding:18px 17px 7px;
    font-size:9px;
  }
  .about-team--redesigned .about-team-member--photo h3{
    padding:0 17px 21px;
    font-size:19px;
  }
}


/* V124: equal first-section spacing across company pages */
.contacts-page>.contacts-channels,
.about-page>.about-story,
.site-certificates>.cert-section,
.site-client-reviews>.reviews-section{
  padding-top:48px;
}
@media(max-width:620px){
  .contacts-page>.contacts-channels,
  .about-page>.about-story,
  .site-certificates>.cert-section,
  .site-client-reviews>.reviews-section{
    padding-top:38px;
  }
}

/* V127: uniform spacing between all Contacts page blocks */
.contacts-page>.contacts-channels,
.contacts-page>.contacts-process,
.contacts-page>.contacts-company,
.contacts-page>.contacts-legal-details,
.contacts-page>.contacts-location,
.contacts-page>.contacts-cta{
  padding-top:24px;
  padding-bottom:24px;
}
.contacts-page>.contacts-channels{
  padding-top:48px;
}
.contacts-page>.contacts-cta{
  padding-bottom:48px;
}
@media(max-width:620px){
  .contacts-page>.contacts-channels,
  .contacts-page>.contacts-process,
  .contacts-page>.contacts-company,
  .contacts-page>.contacts-legal-details,
  .contacts-page>.contacts-location,
  .contacts-page>.contacts-cta{
    padding-top:19px;
    padding-bottom:19px;
  }
  .contacts-page>.contacts-channels{
    padding-top:38px;
  }
  .contacts-page>.contacts-cta{
    padding-bottom:38px;
  }
}


/* V125: unified section kickers and first headings */
.section-kicker{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:18px;
  color:var(--orange);
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.section-kicker::before{
  content:"";
  width:34px;
  height:2px;
  flex:0 0 34px;
  background:var(--orange);
}
.site-developments>.plugins-section,
.site-cases .cases-content{
  padding-top:48px;
}
.site-cases .cases-section-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,440px);
  gap:48px;
  align-items:end;
}
.site-cases .cases-section-heading h2{
  max-width:720px;
  margin:0;
  color:#26343c;
  font-size:clamp(36px,3.7vw,52px);
  font-weight:300;
  line-height:1;
  letter-spacing:-.05em;
}
.site-cases .cases-section-heading>p{
  max-width:440px;
  margin:0;
  color:#69747a;
  font-size:14px;
  line-height:1.62;
}
@media(max-width:820px){
  .site-cases .cases-section-heading{
    grid-template-columns:1fr;
    gap:16px;
  }
}
@media(max-width:620px){
  .site-developments>.plugins-section,
  .site-cases .cases-content{
    padding-top:38px;
  }
  .site-cases .cases-section-heading h2{
    font-size:34px;
  }
}


/* V126: aligned News archive and direct Cases content start */
.news-archive>.news-archive-catalog{
  padding-top:48px;
  padding-bottom:48px;
}
.news-archive-pagination{
  margin-top:48px;
  margin-bottom:0;
}
.site-cases .cases-page-grid{
  margin-top:0;
}
@media(max-width:620px){
  .news-archive>.news-archive-catalog{
    padding-top:38px;
    padding-bottom:38px;
  }
  .news-archive-pagination{
    margin-top:38px;
  }
}

/* V128: even spacing around the final CTA on individual articles */
.article-single>.article-single-cta{
  padding-top:48px;
  padding-bottom:48px;
}
@media(max-width:620px){
  .article-single>.article-single-cta{
    padding-top:38px;
    padding-bottom:38px;
  }
}

/* V130: calmer editorial layout for the six service directions */
.site-services>.services-page-catalog{
  background:linear-gradient(180deg,#f4f6f6 0%,#eef2f3 100%);
}
.site-services .services-page-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.site-services .services-page-card{
  grid-column:auto;
  min-height:0;
  padding:32px;
  border:1px solid #dbe1e3;
  background:#fff;
  color:#202a30;
  box-shadow:0 14px 38px rgba(31,48,57,.045);
}
.site-services .services-page-card::after{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  right:0;
  left:0;
  height:2px;
  background:linear-gradient(90deg,var(--orange) 0 72px,#dbe1e3 72px);
  pointer-events:none;
}
.site-services .services-page-card--1{
  background:#202a31;
  color:#fff;
  border-color:#202a31;
}
.site-services .services-page-card--1::after{
  background:linear-gradient(90deg,var(--orange) 0 72px,rgba(255,255,255,.14) 72px);
}
.site-services .services-page-card--2{background:#f5f8f6}
.site-services .services-page-card--3{background:#f3f7fa}
.site-services .services-page-card--4{background:#faf7f2}
.site-services .services-page-card--5{background:#fff}
.site-services .services-page-card--6{background:#f3f6f5}
.site-services .services-page-card:hover{
  transform:translateY(-3px);
  border-color:#cbd4d8;
  box-shadow:0 22px 52px rgba(31,48,57,.09);
}
.site-services .services-page-card--1:hover{
  border-color:#202a31;
  box-shadow:0 24px 56px rgba(18,30,37,.18);
}
.site-services .services-page-card--1::before{
  display:none;
}
.site-services .services-page-card-top{
  order:1;
  align-items:flex-start;
}
.site-services .services-page-card-top>span{
  font-size:12px;
}
.site-services .services-page-card-top small{
  max-width:78%;
  color:#7d898f;
  font-size:10px;
  line-height:1.45;
  letter-spacing:.1em;
  text-align:right;
}
.site-services .services-page-card--1 .services-page-card-top{
  position:relative;
  top:auto;
  right:auto;
  justify-content:space-between;
}
.site-services .services-page-card--1 .services-page-card-top small{
  color:rgba(255,255,255,.5);
}
.site-services .services-page-card-copy{
  order:2;
  margin-top:0;
  padding-top:26px;
}
.site-services .services-page-card-copy h2,
.site-services .services-page-card:not(.services-page-card--1) .services-page-card-copy h2{
  max-width:560px;
  font-size:clamp(29px,2.25vw,36px);
  font-weight:340;
  line-height:1.08;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.site-services .services-page-card--1 .services-page-card-copy h2{
  max-width:600px;
  font-size:clamp(32px,2.55vw,40px);
}
.site-services .services-page-card-copy p{
  max-width:620px;
  margin-top:14px;
  color:#647078;
  font-size:15px;
  line-height:1.68;
}
.site-services .services-page-card--1 .services-page-card-copy p{
  color:rgba(255,255,255,.67);
}
.site-services .services-page-brandmark,
.site-services .services-page-marketplaces,
.site-services .services-page-seo-visual,
.site-services .services-page-direct-visual,
.site-services .services-page-portal-visual,
.site-services .services-page-support-visual{
  order:3;
  margin-top:24px;
}
.site-services .services-page-brandmark{
  position:relative;
  top:auto;
  right:auto;
  left:auto;
  width:100%;
  padding:10px 18px 10px 14px;
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
  box-shadow:none;
}
.site-services .services-page-brandmark-name{
  min-height:70px;
}
.site-services .services-page-brandmark-name img{
  width:72px;
  height:66px;
  flex-basis:72px;
  transform:none;
}
.site-services .services-page-brandmark-copy{
  margin-left:6px;
}
.site-services .services-page-brandmark-copy strong{
  font-size:24px;
}
.site-services .services-page-card-bottom{
  order:4;
  align-items:center;
  margin-top:auto;
  padding-top:24px;
  border-color:#dce2e4;
}
.site-services .services-page-card-bottom>div{
  gap:6px;
}
.site-services .services-page-card-bottom>div span{
  padding:7px 9px;
  border:0;
  background:rgba(225,232,235,.66);
  color:#66727a;
  font-size:10px;
  letter-spacing:.055em;
}
.site-services .services-page-card--1 .services-page-card-bottom{
  border-color:rgba(255,255,255,.14);
}
.site-services .services-page-card--1 .services-page-card-bottom>div span{
  border:0;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.66);
}
.site-services .services-page-card-bottom strong{
  font-size:13px;
}
@media(max-width:980px){
  .site-services .services-page-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .site-services .services-page-card-copy h2,
  .site-services .services-page-card:not(.services-page-card--1) .services-page-card-copy h2{
    max-width:720px;
    font-size:34px;
  }
  .site-services .services-page-card--1 .services-page-card-copy h2{
    max-width:760px;
    font-size:38px;
  }
  .site-services .services-page-card-copy p{
    max-width:780px;
  }
}
@media(max-width:760px){
  .site-services .services-page-grid{
    gap:15px;
  }
  .site-services .services-page-card{
    min-height:0;
    padding:26px;
  }
  .site-services .services-page-card-copy{
    padding-top:24px;
  }
  .site-services .services-page-card-copy h2,
  .site-services .services-page-card:not(.services-page-card--1) .services-page-card-copy h2,
  .site-services .services-page-card--1 .services-page-card-copy h2{
    font-size:31px;
  }
  .site-services .services-page-card-copy p{
    font-size:14px;
    line-height:1.65;
  }
}
@media(max-width:620px){
  .site-services .services-page-grid{
    gap:13px;
  }
  .site-services .services-page-card{
    padding:22px;
  }
  .site-services .services-page-card-top small{
    max-width:74%;
    font-size:9px;
  }
  .site-services .services-page-card-copy{
    padding-top:21px;
  }
  .site-services .services-page-card-copy h2,
  .site-services .services-page-card:not(.services-page-card--1) .services-page-card-copy h2,
  .site-services .services-page-card--1 .services-page-card-copy h2{
    font-size:28px;
  }
  .site-services .services-page-brandmark,
  .site-services .services-page-marketplaces,
  .site-services .services-page-seo-visual,
  .site-services .services-page-direct-visual,
  .site-services .services-page-portal-visual,
  .site-services .services-page-support-visual{
    margin-top:20px;
  }
  .site-services .services-page-card-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
    padding-top:20px;
  }
}

/* V131: cleaned service cards and service-specific pricing */
.site-services .services-page-card-copy{
  padding-bottom:24px;
}
.site-services .services-page-brandmark,
.site-services .services-page-marketplaces,
.site-services .services-page-seo-visual,
.site-services .services-page-direct-visual,
.site-services .services-page-portal-visual,
.site-services .services-page-support-visual{
  margin-top:auto;
}

.service-single-pricing{
  padding:88px 0 96px;
  background:#f3f5f6;
  border-top:1px solid #dce2e5;
  border-bottom:1px solid #d8dee1;
}
.service-single-pricing-head{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:75px;
  align-items:end;
  margin-bottom:40px;
}
.service-single-pricing-head h2{
  max-width:920px;
  margin:0;
  font-size:clamp(40px,4.2vw,64px);
  font-weight:300;
  line-height:.98;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.service-single-pricing-head p{
  max-width:800px;
  margin:20px 0 0;
  color:#657077;
  font-size:16px;
  line-height:1.7;
}
.service-single-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.service-single-price-card{
  position:relative;
  min-width:0;
  min-height:570px;
  display:flex;
  flex-direction:column;
  padding:29px 28px 25px;
  overflow:hidden;
  border:1px solid #dce2e5;
  background:#fff;
  color:#263037;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.service-single-price-card:hover{
  transform:translateY(-3px);
  border-color:#cbd4d8;
  box-shadow:0 22px 52px rgba(29,41,48,.09);
}
.service-single-price-card--featured{
  border-color:#e9aa8f;
  box-shadow:0 16px 40px rgba(41,52,59,.055);
}
.service-single-price-card--featured::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:3px;
  background:var(--orange);
}
.service-single-price-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:30px;
  color:#848e93;
}
.service-single-price-top>span{
  color:var(--orange);
  font-size:11px;
  line-height:1.3;
  letter-spacing:.1em;
}
.service-single-price-top small{
  max-width:72%;
  padding:7px 9px;
  border:1px solid #dbe1e4;
  color:#69747a;
  font-size:9px;
  line-height:1.3;
  letter-spacing:.08em;
  text-align:right;
  text-transform:uppercase;
}
.service-single-price-card h3{
  margin:0;
  font-size:28px;
  font-weight:400;
  line-height:1.08;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.service-single-price-desc{
  min-height:76px;
  margin:14px 0 24px;
  color:#6a757b;
  font-size:14px;
  line-height:1.65;
}
.service-single-price-value{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:24px;
}
.service-single-price-value small{
  color:#7b858a;
  font-size:12px;
}
.service-single-price-value strong{
  font-size:clamp(31px,2.8vw,38px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.045em;
  white-space:nowrap;
}
.service-single-price-list{
  margin:0 0 28px;
  padding:0;
  list-style:none;
  color:#505b61;
  font-size:13px;
  line-height:1.5;
}
.service-single-price-list li{
  position:relative;
  padding:10px 0 10px 22px;
  border-top:1px solid #edf0f1;
}
.service-single-price-list li::before{
  content:"✓";
  position:absolute;
  top:10px;
  left:0;
  color:var(--orange);
  font-weight:700;
}
.service-single-price-list li:last-child{
  border-bottom:1px solid #edf0f1;
}
.service-single-price-cta{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-top:1px solid #dfe4e6;
  font-size:14px;
  font-weight:500;
}
.service-single-price-cta span{
  color:var(--orange);
  font-size:18px;
}
@media(max-width:1050px){
  .service-single-pricing-head{
    grid-template-columns:190px minmax(0,1fr);
    gap:45px;
  }
  .service-single-pricing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .service-single-price-card:last-child{
    grid-column:1/-1;
    min-height:520px;
  }
}
@media(max-width:720px){
  .service-single-pricing{
    padding:60px 0;
  }
  .service-single-pricing-head{
    grid-template-columns:1fr;
    gap:20px;
    margin-bottom:28px;
  }
  .service-single-pricing-head h2{
    font-size:40px;
  }
  .service-single-pricing-head p{
    margin-top:15px;
    font-size:15px;
  }
  .service-single-pricing-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .service-single-price-card,
  .service-single-price-card:last-child{
    grid-column:auto;
    min-height:0;
    padding:24px;
  }
  .service-single-price-card h3{
    font-size:25px;
  }
  .service-single-price-desc{
    min-height:0;
  }
  .service-single-price-value strong{
    font-size:32px;
  }
}
@media(max-width:620px){
  .site-services .services-page-card-copy{
    padding-bottom:20px;
  }
}

