/* Base reset (Tailwind removed) */
*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}
html{font-family:Segoe UI,Arial,sans-serif;line-height:1.5;tab-size:4;-webkit-tap-highlight-color:transparent}
body{margin:0;line-height:inherit}
h1,h2,h3,h4{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
strong{font-weight:bolder}
button,input{margin:0;padding:0;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit}
button{text-transform:none}
button,input:where([type=button]){appearance:button;-webkit-appearance:button;background-color:transparent;background-image:none}
summary{display:list-item}
blockquote,figure,h1,h2,h3,h4,p{margin:0}
menu,ol,ul{margin:0;padding:0;list-style:none}
img,svg{display:block}
img{max-width:100%;height:auto}
[role=button],button{cursor:pointer}
input::placeholder{color:#9ca3af;opacity:1}
/* Utility layer (plain CSS) */
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bg-brand\/10{background-color:rgba(127,186,211,.1)}
.bg-brand{background-color:rgb(127 186 211)}
.bg-light{background-color:rgb(241 245 249)}
.bg-lighter{background-color:rgb(226 232 240)}
.bg-slate-800{background-color:rgb(30 41 59)}
.bg-surface{background-color:rgb(255 255 255)}
.bg-textMain{background-color:rgb(15 23 42)}
.bg-white{background-color:rgb(255 255 255)}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-slate-700{border-color:rgb(51 65 85)}
.border-slate-800{border-color:rgb(30 41 59)}
.border-surfaceLight{border-color:rgb(203 213 225)}
.border-t{border-top-width:1px}
.duration-300{transition-duration:.3s}
.flex{display:flex}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.font-bold{font-weight:700}
.font-heading,.font-sans{font-family:Segoe UI,Arial,sans-serif}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.gap-1{gap:.25rem}
.gap-12{gap:3rem}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.grid{display:grid}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.group:hover .group-hover\:text-brand{color:rgb(127 186 211)}
.group:hover .group-hover\:text-white{color:rgb(255 255 255)}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-2{height:.5rem}
.h-3{height:.75rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-8{height:2rem}
.h-full{height:100%}
.hidden{display:none}
.hover\:bg-brand:hover{background-color:rgb(127 186 211)}
.hover\:border-brand:hover{border-color:rgb(127 186 211)}
.hover\:text-brand:hover{color:rgb(127 186 211)}
.hover\:text-brandAccent:hover,.hover\:text-brandHover:hover{color:rgb(75 137 169)}
.hover\:text-white:hover{color:rgb(255 255 255)}
.hover\:underline:hover{text-decoration-line:underline}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.leading-relaxed{line-height:1.625}
.line-clamp-2,.line-clamp-3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}
.line-clamp-2{-webkit-line-clamp:2;line-clamp:2}
.line-clamp-3{-webkit-line-clamp:3;line-clamp:3}
.list-decimal{list-style-type:decimal}
.list-disc{list-style-type:disc}
.max-w-3xl{max-width:48rem}
.max-w-7xl{max-width:80rem}
.max-w-none{max-width:none}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-16{margin-bottom:4rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.ml-4{margin-left:1rem}
.mt-0\.5{margin-top:.125rem}
.mt-1{margin-top:.25rem}
.mt-10{margin-top:2.5rem}
.mt-6{margin-top:1.5rem}
.mt-auto{margin-top:auto}
.mx-auto{margin-left:auto;margin-right:auto}
.object-contain{-o-object-fit:contain;object-fit:contain}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.p-6{padding:1.5rem}
.p-7{padding:1.75rem}
.pb-10{padding-bottom:2.5rem}
.pb-4{padding-bottom:1rem}
.pb-5{padding-bottom:1.25rem}
.pl-5{padding-left:1.25rem}
.pt-20{padding-top:5rem}
.pt-8{padding-top:2rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-16{padding-bottom:4rem;padding-top:4rem}
.py-20{padding-bottom:5rem;padding-top:5rem}
.py-24{padding-bottom:6rem;padding-top:6rem}
.py-5{padding-bottom:1.25rem;padding-top:1.25rem}
.relative{position:relative}
.rounded{border-radius:.25rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.scroll-smooth{scroll-behavior:smooth}
.shrink-0{flex-shrink:0}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-brand{color:rgb(127 186 211)}
.text-center{text-align:center}
.text-left{text-align:left}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-slate-400{color:rgb(148 163 184)}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-textGray{color:rgb(71 85 105)}
.text-textMain{color:rgb(15 23 42)}
.text-white{color:rgb(255 255 255)}
.prose-headings\:text-textMain :is(h1,h2,h3,h4,h5,h6){color:rgb(15 23 42)}
.prose-li\:text-textGray li{color:rgb(71 85 105)}
.prose-p\:leading-relaxed p{line-height:1.625}
.prose-p\:text-textGray p{color:rgb(71 85 105)}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:.75rem;line-height:1rem}
.tracking-tight{letter-spacing:-.025em}
.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-3{width:.75rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-8{width:2rem}
.w-full{width:100%}
.whitespace-nowrap{white-space:nowrap}
.z-10{z-index:10}
.flex-row{flex-direction:row}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.hover\:-translate-y-1:hover{transform:translateY(-0.25rem)}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.reveal{backface-visibility:hidden;opacity:0;transform:translate3d(0,10px,0);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity,transform}
.reveal.active{opacity:1;transform:translateZ(0)}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
:root{--page-transition-duration:220ms;--page-transition-easing:cubic-bezier(0.33,1,0.68,1);--surface-bg:#f1f5f9;--button-orange:#ff9500}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:no-preference){body.page-transition-ready{animation:pageFadeIn var(--page-transition-duration) var(--page-transition-easing)}body.page-transition-leaving{opacity:0;transition:opacity var(--page-transition-duration) var(--page-transition-easing)}}@media (prefers-reduced-motion:reduce){body.page-transition-leaving,body.page-transition-ready{animation:none;transition:none}}body,body.bg-light,html{background-color:var(--surface-bg)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0284c7}.top-bar{display:none}@media (width >= 960px){.top-bar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:hsla(0,0%,100%,.9);border-bottom-width:1px;border-color:#cbd5e1;color:#475569;display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem 2rem;justify-content:center;padding:.5rem 1.5rem}}.top-bar-left-content,.top-bar-right-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.top-bar-left-content{gap:1.5rem}.top-bar-right-content{gap:1rem}.top-bar-item{align-items:center;display:flex;gap:.5rem}.top-bar-item .lucide{color:#7fbad3;height:.75rem;width:.75rem}.top-bar-link{transition:color .2s}.top-bar-link:hover{color:#7fbad3}.main-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:hsla(0,0%,100%,.9);border-bottom:1px solid rgba(203,213,225,.5);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:sticky;top:0;z-index:50}.main-nav-container{flex-wrap:wrap;gap:1rem;justify-content:center;margin-left:0;margin-right:0;max-width:none;min-width:0;padding:1rem clamp(1rem,2vw,2rem);width:100%}.logo,.main-nav-container{align-items:center;display:flex}.logo{color:#0f172a;flex:0 0 auto;font-family:Segoe UI,Arial,sans-serif;font-size:1.5rem;font-weight:700;gap:.5rem;letter-spacing:-.025em;text-decoration:none;white-space:nowrap}.logo-img{height:2rem;object-fit:contain;width:2rem}.main-nav-menu{display:none;min-width:0}@media (width >= 960px){.main-nav-menu{align-items:center;display:flex;flex:0 1 auto;flex-wrap:nowrap;font-size:.875rem;font-weight:500;gap:.75rem 1.25rem;justify-content:center;list-style:none;margin:0;overflow:visible;padding:0}}.main-nav-item{position:relative}.main-nav-item,.main-nav-link{align-items:center;display:flex}.main-nav-link{color:#475569;gap:.25rem;text-decoration:none;transition:color .2s;white-space:nowrap}.main-nav-link:hover{color:#7fbad3}.main-nav-link.active{color:#0f172a}@media (width >= 960px){.main-nav-link.main-nav-link-product{background-color:#fff;border-radius:999px;color:#334155;padding:.5rem .85rem}.main-nav-link.main-nav-link-product:hover{background-color:#f8fafc;border-color:#94a3b8;color:#0f172a}.main-nav-link.main-nav-link-product.active{background:linear-gradient(90deg,rgba(127,186,211,.24),rgba(75,137,169,.2));border-color:#7fbad3;color:#0f172a}}.main-nav-dropdown-toggle .lucide{height:1rem;width:1rem}.main-nav-dropdown-menu{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);left:0;margin-top:.5rem;opacity:0;padding:.5rem;position:absolute;top:100%;transition:all .3s;visibility:hidden;width:16rem;z-index:200}.main-nav-dropdown-menu:before{content:"";height:.5rem;left:0;position:absolute;right:0;top:-.5rem}.main-nav-dropdown:hover .main-nav-dropdown-menu{opacity:1;visibility:visible}.main-nav-dropdown:focus-within .main-nav-dropdown-menu{opacity:1;visibility:visible}.main-nav-services-dropdown .main-nav-dropdown-toggle{gap:.35rem}.main-nav-services-menu{left:50%;padding:.9rem;transform:translateX(-50%);width:min(78vw,58rem)}.main-nav-services-grid{display:grid;gap:.55rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media (390px <= width < 960px){.main-nav-services-menu{width:min(88vw,54rem)}}.main-nav-dropdown-header{color:#7fbad3;font-size:.75rem;font-weight:700;margin-bottom:.5rem;padding-left:.75rem;padding-right:.75rem;padding-top:.5rem;text-transform:uppercase}.main-nav-dropdown-link{border-radius:.25rem;color:#475569;display:block;font-size:.875rem;padding:.5rem .75rem;text-decoration:none}.main-nav-dropdown-link:hover{background-color:#f1f5f9;color:#0f172a}.main-nav-actions{display:none}@media (width >= 960px){.main-nav-actions{align-items:center;display:flex;flex:0 0 auto;gap:1rem}}.main-nav-cta-button{background-image:linear-gradient(90deg,#ff9500,#ff6d00);border:none;border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(255,149,0,.2),0 4px 6px -2px rgba(255,149,0,.2);color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s;white-space:nowrap}.main-nav-cta-button:hover{box-shadow:0 20px 25px -5px rgba(255,149,0,.3),0 10px 10px -5px rgba(255,149,0,.3);opacity:.9;transform:translateY(-.125rem)}.mobile-menu-button{background:none;border:none;color:#0f172a;cursor:pointer;flex:0 0 auto}@media (width >= 960px){.mobile-menu-button{display:none}}.mobile-menu-button .lucide{height:1.5rem;width:1.5rem}@media (390px <= width < 960px){.main-nav{top:0}.main-nav-container{justify-content:center;position:relative}.main-nav-actions{margin-left:0}.mobile-menu-button{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}}@media (390px <= width < 960px){.main-nav-container{padding-left:1rem;padding-right:1rem}.main-nav-actions{display:none}}@media (width < 390px){.main-nav-container{gap:.75rem}.logo{font-size:1.25rem}.logo-img{height:1.75rem;width:1.75rem}}.hero{overflow:hidden;padding-bottom:8rem;padding-top:6rem;position:relative}.hero-container{align-items:center;display:grid;gap:3rem;margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1.5rem;padding-right:1.5rem;position:relative;z-index:10}@media (width >= 960px){.hero-container{grid-template-columns:repeat(2,minmax(0,1fr))}}.hero-subtitle{background-color:rgba(127,186,211,.05);border:1px solid rgba(127,186,211,.2);border-radius:9999px;color:#4b89a9;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;padding:.25rem .75rem;text-transform:uppercase}.hero-title{color:#0f172a;font-family:Segoe UI,Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (width >= 960px){.hero-title{font-size:3rem}}@media (width >= 960px){.hero-title{font-size:3.75rem}}.hero-title span{-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#7fbad3,#4b89a9);color:transparent}.hero-title-accent{background:none;color:#ed6b20;-webkit-text-fill-color:currentColor}.hero-description{color:#475569;font-size:1.125rem;line-height:1.625;margin-bottom:2rem;max-width:42rem}.hero-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (width >= 960px){.hero-actions{flex-direction:row}}.hero-cta-button{align-items:center;background-image:linear-gradient(90deg,#ff9500,#ff6d00);border:none;border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(255,149,0,.2),0 4px 6px -2px rgba(255,149,0,.2);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 2rem;text-align:center;transition:all .2s}.hero-cta-button:hover{box-shadow:0 20px 25px -5px rgba(255,149,0,.3),0 10px 10px -5px rgba(255,149,0,.3);opacity:.9;transform:translateY(-.125rem)}.hero-cta-button .lucide{height:1rem;width:1rem}.hero-secondary-button{background-color:#fff;border-radius:.375rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#0f172a;cursor:pointer;font-weight:500;padding:1rem 2rem;text-align:center;transition:all .2s}.hero-secondary-button:hover{background-color:#f1f5f9;border-color:#0f172a}.hero-image-container{display:none}@media (width >= 960px){.hero-image-container{align-items:center;display:flex;height:100%;justify-content:flex-end;min-height:400px;position:relative}}.hero-image-wrapper{max-width:500px;position:relative;width:100%;z-index:10}.hero-image{border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);height:500px;object-fit:cover;width:100%}.hero-image-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.78);border-radius:.75rem;bottom:3rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);left:1.5rem;padding:1.5rem;position:absolute;width:20rem;z-index:20}.trust-logos-section{background:linear-gradient(180deg,#f8fbff,#f1f5f9);border-bottom:0;border-top:0;padding:5rem 0}.trust-logos-container{margin:0 auto;max-width:80rem;padding:0 1.5rem}.trust-logos-panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.86);border-radius:1.25rem;box-shadow:0 20px 38px -30px rgba(15,23,42,.3);padding:1.75rem}.trust-logos-header{margin-bottom:1.35rem}.trust-logos-title{color:#0f172a;font-family:Segoe UI,Arial,sans-serif;font-size:2rem;font-weight:700;line-height:1.1;margin-top:.5rem}.trust-logos-grid{align-items:center;display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (width >= 960px){.trust-logos-panel{padding:2rem}.trust-logos-grid{gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width >= 960px){.trust-logos-panel{padding:2.35rem}.trust-logos-grid{gap:1rem;grid-template-columns:repeat(6,minmax(0,1fr))}}.trust-logo-card{align-items:center;background:linear-gradient(180deg,#fff,#f7fafc);border:1px solid #d6e3ed;border-radius:.95rem;box-shadow:0 10px 22px -20px rgba(15,23,42,.42);display:flex;justify-content:center;min-height:5rem;padding:.85rem;transform:translateY(0);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.trust-logo-card:hover{background:#fff;border-color:rgba(127,186,211,.46);box-shadow:0 18px 34px -24px rgba(75,137,169,.48);transform:translateY(-3px)}.trust-logo-item{filter:grayscale(.1);height:2.35rem;max-width:180px;object-fit:contain;opacity:.95;transition:opacity .22s ease,filter .22s ease;width:100%}.trust-logo-card:hover .trust-logo-item{filter:grayscale(0);opacity:1}.home-faq{background:linear-gradient(180deg,#f8fbff,#f1f5f9);border-top:0;padding-bottom:4rem;padding-top:4rem}.home-faq-shell{display:grid;gap:2rem}.home-faq-header{max-width:48rem}.home-faq-intro{color:#475569;font-size:1.05rem;line-height:1.7;margin:0}.home-faq-grid{align-items:start;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.home-faq h2{color:#0f172a;font-size:1.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.home-faq .service-faq{align-items:start;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.home-faq .service-faq details{align-self:start;background:hsla(0,0%,100%,.96);border:1px solid rgba(203,213,225,.88);border-radius:1.35rem;box-shadow:0 16px 30px -30px rgba(15,23,42,.18);height:fit-content;margin:0;padding:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.home-faq .service-faq details[open]{background:#fff;border-color:rgba(127,186,211,.44);box-shadow:0 24px 42px -34px rgba(75,137,169,.24)}.home-faq .service-faq details:hover{border-color:rgba(127,186,211,.36);transform:translateY(-2px)}.home-faq .service-faq summary{align-items:center;color:#0f172a;cursor:pointer;display:flex;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(1.08rem,1.2vw,1.28rem);font-weight:600;line-height:1.24;list-style:none;min-height:6.9rem;padding:1.35rem 4.8rem 1.35rem 1.35rem;position:relative}.home-faq .service-faq summary::-webkit-details-marker{display:none}.home-faq .service-faq summary:after{background:linear-gradient(#4b89a9,#4b89a9) 50% /.95rem 2px no-repeat,linear-gradient(#4b89a9,#4b89a9) 50% /2px .95rem no-repeat,#f8fbfe;border-radius:999px;content:"";height:2.5rem;position:absolute;right:1.15rem;top:50%;transform:translateY(-50%);transition:background-size .18s ease,border-color .18s ease,background-color .18s ease;width:2.5rem}.home-faq .service-faq details[open] summary:after{background:linear-gradient(#3567e1,#3567e1) 50% /.95rem 2px no-repeat,linear-gradient(#3567e1,#3567e1) 50% /2px 0 no-repeat,#f8fbfe;border-color:rgba(127,186,211,.44)}.home-faq .service-faq p{color:#475569;font-size:.98rem;line-height:1.68;margin:-.35rem 0 0;padding:0 1.35rem 1.35rem}.home-faq .faq-item{background:hsla(0,0%,100%,.96);border:1px solid rgba(203,213,225,.88);border-radius:1.35rem;box-shadow:0 16px 30px -30px rgba(15,23,42,.18);margin:0;overflow:hidden;padding:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.home-faq .faq-item:hover{border-color:rgba(127,186,211,.36);transform:translateY(-2px)}.home-faq .faq-item:has(.faq-content:not(.hidden)){background:#fff;border-color:rgba(127,186,211,.44);box-shadow:0 24px 42px -34px rgba(75,137,169,.24)}.home-faq .faq-btn{align-items:center;color:#0f172a;cursor:pointer;display:flex;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(1.08rem,1.2vw,1.28rem);font-weight:600;justify-content:space-between;line-height:1.24;list-style:none;min-height:6.9rem;padding:1.35rem;position:relative}.home-faq .faq-btn>div{background:#f8fbfe;border-radius:999px;height:2.5rem;margin-left:1rem;min-width:2.5rem;width:2.5rem}.home-faq .faq-btn i{color:#4b89a9}.home-faq .faq-item:has(.faq-content:not(.hidden)) .faq-btn>div{border-color:rgba(127,186,211,.44)}.home-faq .faq-item:has(.faq-content:not(.hidden)) .faq-btn i{color:#3567e1}.home-faq .faq-content{color:#475569;font-size:.98rem;line-height:1.68;margin:-.35rem 0 0;padding:0 1.35rem 1.35rem!important}#blog{border-top:0!important}@media (width >= 960px){.home-faq h2{font-size:2.25rem}}@media (390px <= width < 960px){.home-faq-shell{gap:1.5rem}.home-faq-grid{gap:1rem;grid-template-columns:1fr}.home-faq-intro{font-size:.98rem}.home-faq .service-faq{gap:1rem;grid-template-columns:1fr}.home-faq .service-faq summary{font-size:1.05rem;min-height:5.5rem;padding:1.1rem 4rem 1.1rem 1.1rem}.home-faq .service-faq summary:after{height:2.25rem;right:.95rem;width:2.25rem}.home-faq .service-faq p{padding:0 1.1rem 1.1rem}.home-faq .faq-btn{font-size:1.05rem;min-height:5.5rem;padding:1.1rem}.home-faq .faq-btn>div{height:2.25rem;margin-left:.8rem;min-width:2.25rem;width:2.25rem}.home-faq .faq-content{padding:0 1.1rem 1.1rem!important}}.company-stats{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.6);border-bottom:1px solid #cbd5e1;border-top:1px solid #cbd5e1;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden;padding-bottom:3rem;padding-top:3rem;position:relative;z-index:20}.company-stats-container{align-items:start;display:grid;gap:2rem;margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1.5rem;padding-right:1.5rem;position:relative;z-index:10}@media (width >= 960px){.company-stats-container{grid-template-columns:minmax(0,1fr)}}.company-stats-title-container{grid-column:1/-1}.company-stats-title{color:#0f172a;font-family:Segoe UI,Arial,sans-serif;font-size:1.5rem;font-weight:700}.company-stats-title span{color:#7fbad3}.company-stats-grid{display:grid;gap:2rem;grid-column:1/-1;grid-template-columns:repeat(1,minmax(0,1fr))}@media (width >= 960px){.company-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.company-stats-item{align-items:flex-start;display:flex;gap:1rem}.company-stats-item-icon{align-items:center;background-color:rgba(127,186,211,.1);border-radius:.5rem;color:#7fbad3;display:flex;flex-shrink:0;height:3rem;justify-content:center;margin-top:.25rem;width:3rem}.company-stats-item-icon .lucide{height:1.5rem;width:1.5rem}.company-stats-item-value{color:#0f172a;font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.company-stats-item-label{color:#475569;font-size:.875rem;font-weight:500;line-height:1.25}.service-page-container .advantages,.service-page-container .company-stats{margin:0}.service-page-container .service-proof-stats{border-radius:1.5rem;margin-bottom:2rem}.service-page-container .service-proof-stats+.service-proof-advantages{padding-top:0}@media (390px <= width < 960px){.service-page-container .service-proof-stats{border-radius:1.125rem;padding-bottom:2rem;padding-top:2rem}}@media (width >= 960px){.main-nav-menu{gap:1.25rem}}.main-nav-actions .main-nav-cta-button{align-items:center;display:inline-flex;justify-content:center;text-decoration:none}.main-nav-dropdown-link.active{background-color:#f1f5f9;color:#0f172a;font-weight:600}.mobile-nav-backdrop{background:rgba(15,23,42,.28);inset:0;position:fixed;z-index:45}.mobile-nav-panel{left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:4.55rem;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease;z-index:60}.mobile-nav-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-panel-inner{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background-color:hsla(0,0%,100%,.96);border-bottom:1px solid #cbd5e1;box-shadow:0 8px 24px rgba(15,23,42,.12);max-height:calc(100vh - 4.55rem);overflow-y:auto;padding:1rem 1.5rem 1.2rem}.mobile-nav-group-title{color:#4b89a9;font-size:.72rem;font-weight:700;letter-spacing:.04em;margin-bottom:.35rem;margin-top:.85rem;text-transform:uppercase}.mobile-nav-link{border-radius:.45rem;color:#334155;display:block;font-size:.95rem;line-height:1.3;padding:.55rem .6rem;text-decoration:none}.mobile-nav-link:hover{background:#f1f5f9;color:#0f172a}.mobile-nav-link-main{color:#0f172a;font-weight:600}.mobile-nav-accordion{border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;margin-bottom:.35rem;margin-top:.35rem}.mobile-nav-accordion-summary{border-radius:.45rem;color:#0f172a;cursor:pointer;font-weight:600;list-style:none;padding:.75rem .6rem}.mobile-nav-accordion-summary::-webkit-details-marker{display:none}.mobile-nav-accordion-summary:after{color:#4b89a9;content:"\\25BE";float:right;transition:transform .2s ease}.mobile-nav-accordion[open] .mobile-nav-accordion-summary:after{transform:rotate(180deg)}.mobile-nav-accordion-content{padding-bottom:.5rem}body.mobile-nav-open{overflow:hidden}@media (width >= 960px){.mobile-nav-backdrop,.mobile-nav-panel{display:none!important}}.advantages-container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1.5rem;padding-right:1.5rem}.advantages-header{margin-bottom:4rem;margin-left:0;margin-right:auto;max-width:48rem;text-align:left}.advantages-title{color:#0f172a;font-family:Segoe UI,Arial,sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (width >= 960px){.advantages-title{font-size:2.25rem}}.advantages-subtitle{color:#475569}.advantages-grid{display:grid;gap:1.5rem}@media (width >= 960px){.advantages-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width >= 960px){.advantages-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.advantage-card{background-color:#fff;background-image:linear-gradient(180deg,transparent,rgba(241,245,249,.3));border-radius:.75rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden;padding:2rem;position:relative;transform:translateY(0);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-image .22s ease}.advantage-card:after{background:linear-gradient(135deg,rgba(127,186,211,.14),rgba(127,186,211,0));content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .22s ease}.advantage-card:hover{background-image:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(241,245,249,.7));border-color:rgba(127,186,211,.4);box-shadow:0 18px 38px -24px rgba(15,23,42,.28),0 10px 18px -18px rgba(75,137,169,.32);transform:translateY(-6px)}.advantage-card:hover:after{opacity:1}.advantage-card-icon-wrapper{align-items:center;background-color:#f1f5f9;border-radius:1rem;display:flex;height:3.5rem;justify-content:center;margin-bottom:1.5rem;transition:transform .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease;width:3.5rem}.advantage-card:hover .advantage-card-icon-wrapper{background-color:#f8fbfd;border-color:rgba(127,186,211,.42);box-shadow:0 10px 22px -18px rgba(75,137,169,.55);transform:translateY(-.25rem) scale(1.03)}.advantage-card-icon{color:#7fbad3;height:1.75rem;width:1.75rem}.advantage-card-title{font-family:Segoe UI,Arial,sans-serif;font-size:1.125rem;line-height:1.35}.advantage-card-description{font-size:.95rem;line-height:1.7}.seo-card{background-image:linear-gradient(180deg,transparent,rgba(241,245,249,.3));overflow:hidden;position:relative;transform:translateY(0);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-image .22s ease}.seo-card:after{background:linear-gradient(135deg,rgba(127,186,211,.14),rgba(127,186,211,0));content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .22s ease}.seo-card:hover{background-image:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(241,245,249,.7));border-color:rgba(127,186,211,.4);box-shadow:0 18px 38px -24px rgba(15,23,42,.28),0 10px 18px -18px rgba(75,137,169,.32);transform:translateY(-6px)}.seo-card:hover:after{opacity:1}.seo-card-icon{transition:transform .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease}.seo-card:hover .seo-card-icon{background-color:#f8fbfd;border-color:rgba(127,186,211,.42);box-shadow:0 10px 22px -18px rgba(75,137,169,.55);transform:translateY(-.25rem) scale(1.03)}.seo-card-title-offset{margin-top:36px}.main-services-tabs{display:flex;flex-wrap:wrap;gap:1rem}.main-services-tab{align-items:center;background:#fff;border-radius:999px;box-shadow:0 1px 2px 0 rgba(15,23,42,.04);color:#475569;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.main-services-tab:hover{border-color:#94a3b8;color:#0f172a;transform:translateY(-1px)}.main-services-tab.is-active{background-image:linear-gradient(90deg,#7fbad3,#4b89a9);border-color:transparent;box-shadow:0 10px 18px -12px rgba(75,137,169,.55);color:#fff}.main-services-tab .lucide{height:1rem;width:1rem}.main-services-panels{position:relative}.main-services-panel[hidden]{display:none}.advantage-card-title{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.advantage-card-description{color:#475569;font-size:.875rem;line-height:1.625}.advantages{padding-bottom:6rem;padding-top:6rem}.service-page-main{padding-bottom:5rem;padding-top:3rem}.service-page-container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1.5rem;padding-right:1.5rem}.service-hero{display:grid;gap:1.5rem;margin-bottom:2.5rem}@media (width >= 960px){.service-hero{align-items:stretch;grid-template-columns:2fr 1fr}}.service-hero-card{background:linear-gradient(120deg,rgba(127,186,211,.14),hsla(0,0%,100%,.96));border-radius:1rem;box-shadow:0 20px 40px -28px rgba(15,23,42,.45);padding:2rem}.blog-page-main .blog-hero-band{grid-template-columns:1fr;left:auto;position:static;transform:none;width:auto}.blog-page-main .blog-hero-card{border-left:1px solid #cbd5e1;border-radius:1rem;border-right:1px solid #cbd5e1;padding:2rem;width:auto}.blog-page-main .blog-hero-inner{text-align:left}.blog-page-main .blog-hero-inner,.blog-page-main .blog-hero-inner .service-hero-description{margin-left:0;margin-right:0;max-width:none}.blog-page-main .blog-hero-inner .service-hero-actions{justify-content:flex-start}.blog-page-main #blog-list,.blog-page-main #blog-list .service-grid-card,.blog-page-main .blog-hero-card{background:#fff;background-image:none;border:0;box-shadow:none}.blog-page-main .service-grid-card,.blog-page-main .service-hero-card,.blog-page-main .service-price-box,.blog-page-main .service-section{background:#fff;background-image:none}@media (390px <= width < 960px){.blog-page-main .blog-hero-band{width:auto}.blog-page-main .blog-hero-card{border-left:1px solid #cbd5e1;border-radius:1rem;border-right:1px solid #cbd5e1;padding-left:1rem;padding-right:1rem}}.service-hero-title{color:#0f172a;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media (width >= 960px){.service-hero-title{font-size:2.75rem}}.service-hero-description{color:#475569;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.service-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.service-chip-grid{display:grid;gap:.75rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (width >= 960px){.service-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.service-chip{background:#fff;border-radius:.75rem;color:#0f172a;font-size:.95rem;padding:.875rem 1rem}.service-chip,.service-section{box-shadow:0 1px 3px 0 rgba(15,23,42,.08)}.service-section{background:hsla(0,0%,100%,.84);border-radius:1rem;margin-bottom:1.25rem;padding:2rem}.service-section h2{color:#0f172a;font-size:1.65rem;margin-bottom:.85rem}.service-section p{color:#475569;line-height:1.75}.service-grid-cards{display:grid;gap:.9rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (width >= 960px){.service-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.service-grid-card{background:#fff;border-radius:.85rem;padding:1.15rem}.service-grid-card h3{color:#0f172a;font-size:1.05rem;margin-bottom:.5rem}.service-grid-card p{margin:0}.service-steps{display:grid;gap:.9rem}.service-step{border-left:3px solid #7fbad3;padding-left:.9rem}.service-step h3{color:#0f172a;font-size:1rem;margin-bottom:.3rem}.service-price-box{background:linear-gradient(120deg,rgba(127,186,211,.14),#fff);border:1px solid #7fbad3;border-radius:.85rem;margin-bottom:1rem;padding:1rem 1.1rem}.service-price-box strong{color:#0f172a;display:block;font-size:1.55rem;margin-bottom:.25rem}.service-section--price .service-grid-cards{background:#fff;border:1px solid #d9e2ec;border-radius:.85rem;display:block;gap:0;overflow:hidden}.service-section--price .service-grid-card{background:transparent;border:0;border-bottom:1px solid #d9e2ec;border-radius:0;display:grid;gap:0;grid-template-columns:minmax(180px,32%) 1fr;padding:0}.service-section--price .service-grid-card:last-child{border-bottom:0}.service-section--price .service-grid-card h3{align-items:center;background:#f8fafc;border-right:1px solid #d9e2ec;display:flex;font-size:.98rem;margin:0;padding:.9rem 1rem}.service-section--price .service-grid-card p{margin:0;padding:.9rem 1rem}.service-section--pricelist .service-grid-card{grid-template-columns:3fr 1fr}.service-section--pricelist .service-grid-card h3{font-weight:400}.service-section--pricelist .service-grid-card p{color:#0f172a;font-weight:600;white-space:nowrap}.service-section--price .service-grid-card--full{grid-template-columns:1fr}.service-section--price .service-grid-card--full h3{background:rgba(127,186,211,.1);border-right:0;color:#1e3a5f;font-size:.98rem;font-weight:600}.service-section--price .service-grid-card--header h3,.service-section--price .service-grid-card--header p{background:#1e293b;color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.service-section--price .service-grid-card--header h3{border-right-color:rgba(148,163,184,.2)}.service-faq{display:grid;gap:.75rem}.service-faq details{background:#fff;border-radius:.75rem;padding:.8rem 1rem}.service-faq summary{color:#0f172a;cursor:pointer;font-weight:600}.service-faq p{margin-bottom:0;margin-top:.6rem}@media (390px <= width < 960px){.service-section--price .service-grid-card{display:block}.service-section--price .service-grid-card h3{border-bottom:1px solid #d9e2ec;border-right:0}.service-section--pricelist .service-grid-card p{white-space:normal}.service-section--price .service-grid-card--full{grid-template-columns:1fr}.service-section--price .service-grid-card--header h3,.service-section--price .service-grid-card--header p{font-size:.7rem}}body.bg-light,body.bg-light>.fixed.inset-0.z-\[-2\].bg-light{background-color:var(--surface-bg)}.main-nav-services-dropdown,.mobile-nav-panel-inner>.mobile-nav-accordion:first-of-type{display:none}.about-contact-button,.hero-cta-button,.lead-form-submit,.main-nav-cta-button,.main-services-tab.is-active{background-color:var(--button-orange)!important;background-image:none!important;border-color:transparent!important;color:#fff!important}.main-services-tab.is-active{box-shadow:0 10px 18px -12px rgba(255,109,0,.55)!important}.about-contact-button:hover,.hero-cta-button:hover,.lead-form-submit:hover,.main-nav-cta-button:hover{box-shadow:0 20px 25px -5px rgba(255,149,0,.3),0 10px 10px -5px rgba(255,149,0,.3)!important}.home-page #services .bg-surface,.home-page .advantage-card,.home-page .company-stats,.home-page .hero-image-card,.home-page .home-page .home-faq .faq-btn>div,.home-page .main-services-tab,.home-page .seo-card,.home-page .trust-logo-card,.home-page .trust-logos-panel,.home-page header.hero+section .bg-surface{background:#fff;background-color:#fff;background-image:none}.home-page .company-stats,.home-page .hero-image-card,.home-page .trust-logos-panel{-webkit-backdrop-filter:none;backdrop-filter:none}.home-page #services .bg-surface:hover,.home-page .advantage-card:hover,.home-page .main-services-tab:hover,.home-page .seo-card:hover,.home-page .trust-logo-card:hover,.home-page header.hero+section .bg-surface:hover{background:#fff;background-color:#fff;background-image:none}.bg-light,.bg-lighter,body,main{background-color:var(--surface-bg)!important}.about-page{background:var(--surface-bg)}.about-page-main{padding:3.5rem 0 5.5rem}.about-page-container{margin:0 auto;max-width:80rem;padding:0 1.5rem;position:relative}.about-page-container:before{background:radial-gradient(circle,rgba(127,186,211,.16) 0,rgba(127,186,211,0) 72%);border-radius:999px;content:"";display:none;height:min(28vw,20rem);pointer-events:none;position:absolute;right:-3rem;top:0;width:min(28vw,20rem)}.about-page-container>*{position:relative;z-index:1}.about-hero,.about-section{margin-bottom:4.4rem}.about-hero{align-items:stretch;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,hsla(0,0%,100%,.97),rgba(244,248,252,.92));border-radius:1.65rem;box-shadow:0 28px 55px -42px rgba(15,23,42,.24);display:grid;gap:1.2rem;overflow:hidden;padding:clamp(1.35rem,2.4vw,2rem);position:relative}@media (width >= 960px){.about-hero{grid-template-columns:minmax(0,1.05fr) minmax(22rem,.95fr)}}.about-section{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,hsla(0,0%,100%,.97),rgba(244,248,252,.92));border-radius:1.65rem;box-shadow:0 28px 55px -42px rgba(15,23,42,.24);overflow:hidden;padding:clamp(1.35rem,2.4vw,2rem);position:relative}.about-hero:after,.about-section:after{background:radial-gradient(circle at top right,rgba(127,186,211,.09),transparent 34%);content:"";inset:0;pointer-events:none;position:absolute}.about-hero>*,.about-section>*{position:relative;z-index:1}.about-hero .hero-subtitle{align-items:center;align-self:flex-start;background:hsla(0,0%,100%,.92);border:1px solid rgba(127,186,211,.3);border-radius:999px;box-shadow:0 10px 24px -22px rgba(75,137,169,.5);display:inline-flex;gap:.55rem;padding:.7rem 1rem}.about-hero .hero-subtitle:before{background:linear-gradient(135deg,#7fbad3,#4b89a9);border-radius:999px;content:"";height:.6rem;width:.6rem}.about-hero h1,.about-section h2{color:#0f172a;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(1.8rem,3vw,3rem);font-weight:700;letter-spacing:-.04em;line-height:1.02;margin-bottom:1rem}.about-hero-title-sub{color:#334155;font-size:clamp(1rem,1.5vw,1.28rem);font-weight:500;line-height:1.4;margin:-.3rem 0 1rem;max-width:42rem}.about-hero p,.about-section p{color:#475569;line-height:1.75}.about-hero-lead{color:#475569!important;font-size:1rem;line-height:1.75}.about-hero-secondary{margin-top:1rem}.about-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.8rem}.about-hero-visual{border:0;border-radius:1.1rem;box-shadow:none;overflow:hidden}.about-hero-copy{-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent;border:0;box-shadow:none;padding:0}.about-hero-visual img{display:block;height:100%;object-fit:cover;width:100%}.about-contact-shell,.about-intro-grid{align-items:start;display:grid;gap:1.5rem}.about-contact-shell{background:linear-gradient(160deg,rgba(8,21,34,.98),rgba(17,42,83,.96)),linear-gradient(135deg,rgba(127,186,211,.08),hsla(0,0%,100%,0));border-radius:2rem;box-shadow:0 34px 60px -44px rgba(7,19,30,.9);padding:clamp(1.5rem,2vw,2.25rem)}.about-section--intro{margin-top:1.25rem}.about-section--intro .about-intro-grid{align-items:center;gap:clamp(1.2rem,2.2vw,2rem)}.about-section--intro .about-side-card{background:transparent;border:0;box-shadow:none;padding:0}.about-section--intro:after{display:none}.about-section--metrics{-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent;border:0;box-shadow:none;padding-bottom:0;padding-top:0}.about-section--metrics:after{display:none}.about-section--contact{-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent;border:0;box-shadow:none;padding:0}.about-section--contact:after{display:none}@media (width >= 960px){.about-contact-shell,.about-intro-grid{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr)}}.about-contact-card,.about-side-card{background:hsla(0,0%,100%,.96);border:1px solid rgba(203,213,225,.88);border-radius:1.25rem;box-shadow:0 18px 34px -34px rgba(15,23,42,.22);padding:1.4rem 1.35rem}.about-side-list{display:grid;gap:1rem;list-style:none;margin:0;padding:0}.about-side-list li{color:#334155;font-size:.98rem;line-height:1.55;padding-left:1.15rem;position:relative}.about-side-list li:before{background:linear-gradient(135deg,#7fbad3,#4b89a9);border-radius:999px;box-shadow:0 0 0 4px rgba(127,186,211,.12);content:"";height:.42rem;left:0;position:absolute;top:.5rem;width:.42rem}.about-intro-secondary{margin-top:1rem}.about-metrics-header{margin-bottom:1.5rem;max-width:42rem}.about-metrics-grid{display:grid;gap:1rem}@media (width >= 960px){.about-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.about-metric-card{background:#fff;border:1px solid rgba(203,213,225,.86);border-radius:1rem;box-shadow:0 16px 30px -30px rgba(15,23,42,.22);min-height:100%;padding:1.2rem}.about-metric-card strong{color:#0f172a;display:block;font-size:1.15rem;line-height:1.1;margin-bottom:.7rem}.about-contact-copy{background:transparent;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100%;padding:0}.about-contact-copy h2,.about-contact-copy p{color:#f8fbfe;margin:0}.about-contact-actions{margin-top:.5rem}.about-contact-button{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.08);border:1px solid rgba(148,163,184,.26);border-radius:1.15rem;box-shadow:none;color:#f8fbfe;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;min-width:18rem;padding:1rem 1.5rem;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.about-contact-button:hover{background:hsla(0,0%,100%,.14);border-color:rgba(191,219,254,.3);transform:translateY(-1px)}.about-contact-item+.about-contact-item{margin-top:0}.about-contact-item span{color:#8bc3e2;display:block;font-size:.82rem;font-weight:700;letter-spacing:.08em;margin-bottom:.35rem;text-transform:uppercase}.about-contact-item a,.about-contact-item p{color:#f8fbfe;font-size:1.05rem;line-height:1.55;margin:0}.about-contact-card{align-self:center;background:transparent;border:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:.7rem;justify-content:flex-start;justify-self:end;margin-left:auto;padding:0;width:min(100%,24rem)}@media (width >= 960px){.about-contact-shell{align-items:center}}@media (390px <= width < 960px){.about-page-main{padding-bottom:4rem;padding-top:2.5rem}.about-page-container{padding:0 1rem}.about-hero-copy,.about-section{border-radius:1.25rem;padding:1.2rem}.about-hero-visual{border-radius:1.25rem;min-height:16rem}}.audit-page{background:var(--surface-bg)}.audit-page-main{padding-bottom:5.5rem;padding-top:3.5rem}.audit-page-container{position:relative}.audit-page-container:before{background:radial-gradient(circle,rgba(127,186,211,.16) 0,rgba(127,186,211,0) 72%);border-radius:999px;content:"";display:none;height:min(28vw,20rem);pointer-events:none;position:absolute;right:-3rem;top:0;width:min(28vw,20rem);z-index:0}.audit-page-container>*{position:relative;z-index:1}.service-hero--audit{align-items:stretch;gap:1.25rem;grid-template-columns:minmax(0,1fr);height:660px;margin-bottom:3rem;margin-left:0;margin-right:0;min-height:660px;width:100%}.service-hero--audit .service-hero-card{background:radial-gradient(circle at top right,rgba(127,186,211,.18),transparent 34%),linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(243,248,252,.94));border-radius:1.5rem;box-shadow:0 28px 55px -42px rgba(15,23,42,.38);height:660px;margin-right:0;min-height:660px;overflow:hidden;padding:clamp(2rem,3vw,2.75rem);position:relative;width:100%}.audit-hero-layout{align-items:center;display:grid;gap:1.25rem;position:relative}@media (width >= 960px){.audit-hero-layout{grid-template-columns:minmax(0,1fr)}}.audit-hero-copy{max-width:34rem;min-width:0;position:relative;z-index:2}.service-hero--audit .hero-subtitle{align-items:center;align-self:flex-start;background:hsla(0,0%,100%,.92);border:1px solid rgba(127,186,211,.3);border-radius:999px;box-shadow:0 10px 24px -22px rgba(75,137,169,.5);display:inline-flex;gap:.55rem;padding:.7rem 1rem}.service-hero--audit .hero-subtitle:before{background:linear-gradient(135deg,#7fbad3,#4b89a9);border-radius:999px;content:"";height:.6rem;width:.6rem}.service-hero--audit .service-hero-title{font-family:Segoe UI,Arial,sans-serif;font-size:clamp(1.35rem,2.7vw,2.375rem);font-weight:700;letter-spacing:-.04em;line-height:1.02;margin-bottom:1.2rem;max-width:20ch}.service-hero--audit .service-hero-description{color:#334155;font-size:1.08rem;line-height:1.7;margin-bottom:1rem;max-width:42rem}.service-hero--audit .service-hero-actions{margin-top:3rem}.audit-hero-points{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem;margin-top:1rem;padding-right:0}.audit-hero-point{align-items:center;color:#334155;display:inline-flex;font-size:.92rem;line-height:1.45;min-height:1.5rem;padding-left:1rem;position:relative}.audit-hero-point:before{background:linear-gradient(135deg,#7fbad3,#4b89a9);border-radius:999px;box-shadow:0 0 0 4px rgba(127,186,211,.12);content:"";height:.42rem;left:0;position:absolute;top:.48rem;width:.42rem}.service-hero--audit .text-textGray.mb-6{background:hsla(0,0%,100%,.78);border:1px solid rgba(203,213,225,.78);border-radius:1rem;max-width:44rem;padding:1rem 1.1rem}.audit-hero-visual{align-items:center;background:radial-gradient(circle at center,rgba(127,186,211,.2),rgba(127,186,211,0) 68%),linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(245,249,252,.92));border:1px solid rgba(203,213,225,.82);border-radius:1.4rem;box-shadow:0 22px 38px -34px rgba(15,23,42,.28);display:flex;justify-content:center;min-height:18rem;padding:1rem;position:relative}.audit-hero-visual--inside{background:transparent;border:0;box-shadow:none;justify-content:flex-end;margin-top:0;min-height:100%;padding:0}@media (width >= 960px){.service-hero--audit .service-hero-card{padding-bottom:clamp(2rem,3vw,2.75rem)}.audit-hero-copy,.audit-hero-layout{height:100%;min-height:100%}.audit-hero-copy{display:flex;flex-direction:column;padding-bottom:8.5rem}body:not(.support-page) .service-hero--audit .service-hero-description{max-width:31rem}.audit-hero-footer{bottom:0;left:0;position:absolute;z-index:3}.service-hero--audit .service-hero-actions{bottom:auto;left:auto;margin-top:0;padding-top:0;position:static;z-index:3}.audit-hero-points{align-items:center;display:flex;flex-wrap:nowrap;gap:1.25rem;left:auto;margin-top:16px;padding-right:0;position:static;right:auto;transform:none;z-index:3}.audit-hero-point{flex:0 0 auto;font-size:.8rem;line-height:1.2;min-width:0;white-space:nowrap}.audit-hero-visual--inside{min-height:0;pointer-events:none;position:absolute;right:-2.75rem;top:50%;transform:translateY(-50%);width:min(46vw,38rem);z-index:1}}.audit-hero-image{filter:drop-shadow(0 26px 32px rgba(75,137,169,.18));height:auto;max-width:none;object-fit:contain;width:100%}.audit-page .service-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.88);border:1px solid rgba(203,213,225,.88);border-radius:1.35rem;box-shadow:0 18px 40px -34px rgba(15,23,42,.22);margin-bottom:2.2rem;overflow:hidden;padding:clamp(1.6rem,3vw,2.2rem);position:relative}.audit-page .service-section:after{background:linear-gradient(135deg,rgba(127,186,211,.06),hsla(0,0%,100%,0));content:"";inset:0;pointer-events:none;position:absolute}.audit-page .service-section>*{position:relative;z-index:1}.audit-page .service-section h2{font-family:Segoe UI,Arial,sans-serif;font-size:clamp(1.6rem,2.8vw,2.35rem);font-weight:700;letter-spacing:-.04em;line-height:1.02;margin-bottom:1.15rem;max-width:none}.audit-page .service-section p{line-height:1.75}.audit-page .service-section h2+.service-faq,.audit-page .service-section h2+.service-grid-cards,.audit-page .service-section h2+.service-price-box,.audit-page .service-section h2+.service-steps,.audit-page .service-section h2+form,.audit-page .service-section h2+p{margin-top:.15rem}.service-section--about{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important;padding-bottom:3.5rem;padding-top:3.5rem}.service-section--about h2,.service-section--about p{color:#0f172a}.service-section--about:after{display:none}.service-section--about>*{position:static!important}.about-product-layout{align-items:stretch;display:grid;gap:1.5rem}@media (width >= 960px){.about-product-layout{grid-template-columns:minmax(0,1.15fr) minmax(19rem,.85fr)}}.about-product-copy{min-width:0}.service-section--about p{color:#0f172a;max-width:68rem}.service-section--about .about-product-subtitle{color:#334155;font-size:1.15rem;font-weight:500;line-height:1.55;max-width:40rem}.service-section--about .about-product-highlight{margin-top:1.5rem}.service-section--about .about-product-details{margin-top:1.25rem}.about-product-card{background:hsla(0,0%,100%,.96);border:1px solid rgba(203,213,225,.88);border-radius:1.25rem;box-shadow:0 18px 34px -34px rgba(15,23,42,.22);padding:1.4rem 1.35rem}.about-product-card-icon{border-radius:1.15rem;height:4.25rem;margin-bottom:1rem;width:4.25rem}.about-product-list{display:grid;gap:1rem;list-style:none;margin:0;padding:0}.about-product-list li{color:#334155;font-size:.98rem;line-height:1.55;padding-left:1.15rem;position:relative}.about-product-list li:before{background:linear-gradient(135deg,#7fbad3,#4b89a9);border-radius:999px;box-shadow:0 0 0 4px rgba(127,186,211,.12);content:"";height:.42rem;left:0;position:absolute;top:.5rem;width:.42rem}.service-section--about .text-textGray,.service-section--about [class*=text-textGray]{color:#0f172a!important}.service-section--risks .service-grid-cards,.service-section--tools .service-grid-cards{gap:1rem}.service-section--risks{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important}.service-section--risks:after{display:none}.service-section--risks>*{position:static!important}.service-section--risks h2+.service-grid-cards{margin-top:24px!important}.service-section--risks h2{margin-bottom:0}@media (width >= 960px){.service-section--risks .service-grid-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.service-section--risks .service-grid-card,.service-section--tools .service-grid-card{background:#fff;background-image:linear-gradient(180deg,transparent,rgba(241,245,249,.3));border:1px solid rgba(203,213,225,.86);border-radius:1rem;box-shadow:0 16px 30px -30px rgba(15,23,42,.28);min-height:100%;overflow:hidden;padding:1.2rem;position:relative;transform:translateY(0);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-image .22s ease}.service-section--risks .service-grid-card:after,.service-section--tools .service-grid-card:after{background:linear-gradient(135deg,rgba(127,186,211,.14),rgba(127,186,211,0));content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .22s ease}.service-section--risks .service-grid-card h3,.service-section--steps .service-step h3,.service-section--tools .service-grid-card h3{font-family:Segoe UI,Arial,sans-serif;font-weight:700;letter-spacing:-.025em;line-height:1.12;margin-bottom:.7rem}.service-section--risks .service-grid-card p,.service-section--steps .service-step p,.service-section--tools .service-grid-card p{margin-top:0}.service-section--risks .service-grid-card:before,.service-section--tools .service-grid-card:before{align-items:center;background:linear-gradient(135deg,rgba(127,186,211,.22),rgba(127,186,211,.08));border:1px solid rgba(127,186,211,.24);border-radius:.85rem;color:#4b89a9;content:"";display:inline-flex;font-size:.82rem;font-weight:700;height:2.4rem;justify-content:center;margin-bottom:.95rem;position:relative;transition:transform .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease;width:2.4rem;z-index:1}.service-section--risks .service-grid-card:first-child:before{content:"01"}.service-section--risks .service-grid-card:nth-child(2):before{content:"02"}.service-section--risks .service-grid-card:nth-child(3):before{content:"03"}.service-section--risks .service-grid-card:nth-child(4):before{content:"04"}.service-section--risks .service-grid-card:nth-child(5):before{content:"05"}.service-section--risks .service-grid-card:nth-child(6):before{content:"06"}.service-section--tools .service-grid-card:first-child:before{content:"TG"}.service-section--tools .service-grid-card:nth-child(2):before{content:"AI"}.service-section--risks .service-grid-card:hover,.service-section--tools .service-grid-card:hover{background-image:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(241,245,249,.7));border-color:rgba(127,186,211,.4);box-shadow:0 18px 38px -24px rgba(15,23,42,.28),0 10px 18px -18px rgba(75,137,169,.32);transform:translateY(-6px)}.service-section--risks .service-grid-card:hover:after,.service-section--tools .service-grid-card:hover:after{opacity:1}.service-section--risks .service-grid-card:hover:before,.service-section--tools .service-grid-card:hover:before{background-color:#f8fbfd;border-color:rgba(127,186,211,.42);box-shadow:0 10px 22px -18px rgba(75,137,169,.55);transform:translateY(-.25rem) scale(1.03)}.service-section--steps{overflow:visible}.service-section--quote{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important;margin-bottom:1.75rem;margin-top:1rem;padding:1.5rem clamp(1.6rem,3vw,2.2rem) 1.75rem!important}.service-section--quote:after{display:none}.service-quote{color:#334155;margin:0;max-width:72rem;padding:1.4rem 8rem 1.4rem 0;position:relative}.service-quote:after{color:rgba(127,186,211,.38);content:"\25BE";font-size:7rem;font-weight:700;line-height:.8;pointer-events:none;position:absolute;right:0;top:.25rem}.service-quote p{color:#334155!important;font-size:1.08rem;line-height:1.8;margin:0}.service-quote p+p{margin-top:.85rem}@media (390px <= width < 960px){.service-quote{padding-right:0}.service-quote:after{display:none}}.steps-showcase{display:grid;gap:1.25rem}@media (width >= 960px){.steps-showcase{align-items:start;column-gap:1rem;grid-template-columns:minmax(15rem,20rem) minmax(0,1fr)}}.steps-showcase-header{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}@media (width >= 960px){.steps-showcase-header{min-height:100%}}.steps-showcase-header h2{margin-bottom:0;max-width:9ch}.steps-showcase-controls{display:flex;gap:.65rem}@media (width >= 960px){.steps-showcase-controls{justify-content:flex-start;margin-top:auto}}.steps-showcase-control{align-items:center;background:#fff;border:1px solid rgba(203,213,225,.95);border-radius:999px;box-shadow:0 14px 26px -24px rgba(15,23,42,.32);color:#0f172a;display:inline-flex;font-size:1.1rem;height:2.75rem;justify-content:center;line-height:1;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease;width:2.75rem}.steps-showcase-control:hover{border-color:rgba(127,186,211,.48);box-shadow:0 18px 28px -24px rgba(75,137,169,.38);color:#4b89a9;transform:translateY(-2px)}.steps-showcase-control:disabled{box-shadow:none;cursor:default;opacity:.45;transform:none}.steps-carousel{align-self:start;overflow:hidden;padding-right:0}@media (width >= 960px){.steps-carousel{margin-left:auto;margin-top:-.35rem;position:relative;width:calc(100% + 2.5rem);z-index:2}}.service-section--steps .service-steps{counter-reset:audit-steps;display:flex;gap:1rem;transition:transform .32s cubic-bezier(.16,1,.3,1);will-change:transform}.service-section--steps .service-step{background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(245,248,252,.88));border:1px solid rgba(203,213,225,.82);border-radius:1rem;box-shadow:0 24px 40px -34px rgba(15,23,42,.24);flex:0 0 auto;padding:4rem 1rem 1.1rem;position:relative;width:20rem}.service-section--steps .service-step:before{background:linear-gradient(135deg,#0f172a,#1f3e66);border-radius:.8rem;color:#f8fbfe;content:counter(audit-steps,decimal-leading-zero);counter-increment:audit-steps;display:grid;font-size:.78rem;font-weight:700;height:2.35rem;left:1rem;letter-spacing:.08em;place-items:center;position:absolute;top:1rem;width:2.35rem}.service-section--steps .service-step h3{font-size:1rem;margin-bottom:.7rem}@media (390px <= width < 960px){.service-section--steps .service-step{width:18rem}}@media (390px <= width < 960px){.steps-showcase-header{align-items:flex-start}.steps-showcase-controls{justify-content:flex-start}.service-section--steps .service-step{width:17rem}}.service-section--price{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}.service-section--price:after{display:none}.service-section--price>*{position:static!important}.service-section--price .service-price-layout{align-items:center;display:grid;grid-template-areas:"box visual" "note note";grid-template-columns:minmax(0,1fr) 0;overflow:visible;position:relative}.service-section--price .service-price-main{display:contents}.service-section--price .service-price-box{align-items:flex-start;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(24,64,107,.92)),linear-gradient(180deg,rgba(127,186,211,.16),hsla(0,0%,100%,0));border-color:rgba(127,186,211,.34);border-radius:1.05rem;box-shadow:0 24px 44px -32px rgba(15,23,42,.5);display:flex;flex-direction:column;gap:1.25rem;grid-area:box;min-height:13.25rem;padding:1.35rem 21rem 24px 1.45rem;width:100%}.service-section--price .service-price-visual{align-self:center;grid-area:visual;height:0;justify-self:end;pointer-events:none;position:relative;right:1.35rem;width:0;z-index:2}.service-section--price .service-price-visual img{filter:drop-shadow(0 28px 36px rgba(15,23,42,.22));max-height:22.7rem;max-width:none;object-fit:contain;object-position:right center;position:absolute;right:0;top:50%;transform:translateY(-50%);width:25.3rem}.service-section--price .service-price-copy{min-width:0}.service-section--price .service-price-box span,.service-section--price .service-price-box strong{color:#f8fbfe}.service-section--price h2{margin-bottom:calc(.95rem + 16px)}.service-section--price .service-price-box span{color:rgba(241,245,249,.82);display:block;line-height:1.65}.service-section--price .service-price-action{display:flex;justify-content:flex-start;margin-top:auto;width:100%}.service-section--price .service-price-action .hero-cta-button{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.08);border:1px solid rgba(148,163,184,.26);border-radius:.95rem;box-shadow:none;color:#f8fbfe;justify-content:center;min-width:15rem;padding:.95rem 1.4rem}.service-section--price .service-price-action .hero-cta-button:hover{background:hsla(0,0%,100%,.14);border-color:rgba(191,219,254,.3)}.service-section--price .service-price-main>p{grid-area:note;margin-top:1rem;width:min(100%,42rem)}@media (390px <= width < 960px){.service-section--price .service-price-layout,.service-section--price .service-price-main{display:block}.service-section--price .service-price-box{align-items:stretch;gap:1rem;min-height:0;padding:1.25rem;width:100%}.service-section--price .service-price-main>p{width:100%}.service-section--price .service-price-visual{display:flex;height:auto;justify-content:center;margin-top:.8rem;position:static;right:auto;top:auto;transform:none;width:auto}.service-section--price .service-price-visual img{max-height:13rem;max-width:none;position:static;transform:none;width:min(100%,16rem)}.service-section--price .service-price-action{justify-content:stretch}.service-section--price .service-price-action .hero-cta-button{min-width:0;width:100%}}.service-section--price.service-section--tariffs .service-grid-cards{background:transparent;border:0;border-radius:0;display:grid;gap:1rem;margin-top:54px;overflow:visible}.service-section--price.service-section--tariffs h2{margin-bottom:14px}@media (width >= 960px){.service-section--tariffs .service-grid-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (390px <= width < 960px){.service-section--price.service-section--tariffs .service-grid-cards{margin-top:28px}}.service-section--price.service-section--tariffs .service-grid-card{background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(245,248,252,.88));border:1px solid rgba(203,213,225,.86);border-radius:1rem;box-shadow:0 16px 30px -30px rgba(15,23,42,.28);display:block;gap:.6rem;grid-template-columns:none;min-height:100%;padding:1.3rem 1.2rem 1.2rem}.service-section--price.service-section--tariffs .service-grid-card h3{background:transparent;border-right:0;color:#0f172a;display:block;font-family:Segoe UI,Arial,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-bottom:.8rem;padding:0}.service-section--price.service-section--tariffs .service-grid-card p{line-height:1.75;margin:0;padding:0}.audit-page .service-section.service-section--tools{background:linear-gradient(90deg,#07131e,#081522 46%,#112a53)!important;border-color:rgba(26,54,93,.5);border-radius:2rem;box-shadow:0 34px 70px -48px rgba(7,19,30,.88);isolation:isolate;overflow:hidden;padding:clamp(1.25rem,2.2vw,1.7rem);position:relative}.audit-page .service-section.service-section--tools:before{background:radial-gradient(circle at 74% 32%,rgba(74,118,214,.28),transparent 22%),radial-gradient(circle at top right,hsla(0,0%,100%,.1),transparent 24%),linear-gradient(135deg,rgba(95,137,226,.08),hsla(0,0%,100%,0));content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.audit-page .service-section.service-section--tools:after{display:none}.tools-showcase{align-items:stretch;display:grid;gap:1.2rem;position:relative;z-index:1}@media (width >= 960px){.tools-showcase{grid-template-columns:minmax(0,1.1fr) minmax(28rem,.9fr)}}.tools-showcase-copy{display:flex;flex-direction:column;max-width:36rem;min-height:100%}.tools-showcase-badge{align-items:center;align-self:flex-start;background:hsla(0,0%,100%,.04);border:1px solid rgba(95,137,226,.35);border-radius:999px;color:#c6dbff;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;letter-spacing:.08em;margin-bottom:.7rem;padding:.55rem .9rem;text-transform:uppercase}.audit-page .service-section.service-section--tools .service-grid-card h3,.audit-page .service-section.service-section--tools .service-grid-card p,.audit-page .service-section.service-section--tools .tools-showcase-note,.audit-page .service-section.service-section--tools h2,.audit-page .service-section.service-section--tools p{color:#f8fbfe}.audit-page .service-section.service-section--tools h2{font-size:clamp(1.5rem,2.25vw,2rem);font-weight:600;line-height:1.04;margin-bottom:.7rem;max-width:24ch}.tools-title-line{display:block}.audit-page .service-section.service-section--tools h2.tools-title-two-lines{max-width:46ch}.audit-page .service-section.service-section--tools h2.tools-title-two-lines .tools-title-line{white-space:nowrap}@media (390px <= width < 960px){.audit-page .service-section.service-section--tools h2.tools-title-two-lines .tools-title-line{white-space:normal}}.audit-page .service-section.service-section--tools p{color:rgba(241,245,249,.84)!important;max-width:32rem}.service-section--tools .hero-cta-button{background:linear-gradient(135deg,#ff9500,#ff6d00);box-shadow:0 20px 42px -28px rgba(255,149,0,.78);justify-content:center;min-width:15rem}.tools-showcase-side{display:grid;gap:.85rem;height:100%;min-height:100%;position:relative;z-index:1}.service-section--tools .service-hero-actions{margin-top:auto;padding-top:24px}.audit-page .service-section.service-section--tools .service-grid-cards{gap:1rem;height:100%;position:relative;z-index:1}@media (width >= 960px){.audit-page .service-section.service-section--tools .service-grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.audit-page .service-section.service-section--tools .service-grid-card{background:rgba(7,19,30,.72);border:1px solid rgba(90,124,196,.42);border-radius:1.35rem;box-shadow:none;display:flex;flex-direction:column;height:100%;padding:1rem 1.05rem}.audit-page .service-section.service-section--tools .service-grid-card:before{background:linear-gradient(135deg,rgba(61,110,232,.24),rgba(61,110,232,.1));border:1px solid rgba(82,129,236,.35);border-radius:.9rem;color:#7db1ff;height:2.5rem;width:2.5rem}.audit-page .service-section.service-section--tools .service-grid-card h3{font-size:1rem;margin-bottom:.35rem}.audit-page .service-section.service-section--tools .service-grid-card p{color:rgba(241,245,249,.76);font-size:.88rem;line-height:1.42}.audit-page .service-section.service-section--tools .service-grid-card:hover{border-color:rgba(118,157,238,.62);box-shadow:0 24px 40px -34px rgba(61,110,232,.42)}.tools-showcase-note{color:rgba(241,245,249,.22);font-size:.92rem;font-weight:400;margin-top:auto;padding-top:24px}.service-section--form input{border-color:rgba(203,213,225,.88);box-shadow:inset 0 1px 2px rgba(15,23,42,.03);transition:border-color .18s ease,box-shadow .18s ease}.service-section--form input:focus{border-color:rgba(127,186,211,.9);box-shadow:0 0 0 4px rgba(127,186,211,.12);outline:none}.service-section--lead-full{background:radial-gradient(circle at 18% 22%,rgba(127,186,211,.14),transparent 24%),linear-gradient(180deg,#f7fbfe,#eef5fb);border-left:1px solid rgba(203,213,225,.88);border-radius:1.35rem;border-right:1px solid rgba(203,213,225,.88);box-shadow:none;margin-left:0;margin-right:0;padding:clamp(2rem,4vw,4rem) clamp(1rem,3vw,2rem);width:auto}.service-section--lead-full:after{display:none}.lead-form-shell{align-items:stretch;display:grid;gap:1.5rem;margin:0 auto;max-width:88rem}@media (width >= 960px){.lead-form-shell{gap:2rem;grid-template-columns:minmax(20rem,.9fr) minmax(30rem,1.1fr)}}.lead-form-copy{background:linear-gradient(160deg,rgba(8,21,34,.98),rgba(17,42,83,.96)),linear-gradient(135deg,rgba(127,186,211,.08),hsla(0,0%,100%,0));border-radius:2rem;box-shadow:0 34px 60px -44px rgba(7,19,30,.9);display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:clamp(1.5rem,2vw,2.25rem)}.lead-form-badge{align-items:center;align-self:flex-start;background:hsla(0,0%,100%,.05);border:1px solid rgba(127,186,211,.3);border-radius:999px;color:#c6dbff;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;letter-spacing:.08em;padding:.55rem .9rem;text-transform:uppercase}.service-section--lead-full .lead-form-copy h2,.service-section--lead-full .lead-form-copy p{color:#f8fbfe}.service-section--lead-full .lead-form-copy h2{font-size:clamp(1.92rem,3.05vw,3.2rem);letter-spacing:-.028em;line-height:1.06;margin:0;max-width:11.5ch}.service-section--lead-full .lead-form-copy p{font-size:clamp(1rem,0.55vw,1.12rem);line-height:1.62;margin:0;max-width:29rem}.lead-form-panel{background:transparent;border:0;border-radius:2rem;box-shadow:none;display:grid;gap:1.3rem;padding:clamp(1.35rem,2vw,2rem)}.lead-form-fields{display:grid;gap:.95rem}@media (width >= 960px){.lead-form-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (390px <= width < 960px){.service-hero--audit,.service-hero--audit .service-hero-card{min-height:fit-content}.service-hero--audit{margin-left:0;margin-right:0;width:100%}.audit-hero-visual{min-height:fit-content;padding:.75rem}.audit-hero-image{max-width:18rem}.audit-hero-visual--inside{bottom:auto;min-height:0;padding-top:.25rem;position:relative;right:auto;width:100%}.audit-hero-points{gap:.65rem}}.lead-form-field{display:grid;gap:.45rem}.lead-form-field-full{grid-column:1/-1}.lead-form-field span,.lead-form-topics-title{color:#0f172a;font-size:.92rem;font-weight:700;letter-spacing:-.01em}.lead-form-field input{background:#f8fbfe;border:1px solid rgba(203,213,225,.92);border-radius:1rem;color:#0f172a;font-size:1rem;min-height:3.6rem;outline:none;padding:.95rem 1rem;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;width:100%}.lead-form-field input::placeholder{color:#94a3b8}.lead-form-field input:focus{background:#fff;border-color:rgba(127,186,211,.95);box-shadow:0 0 0 4px rgba(127,186,211,.12)}.lead-form-topics{display:grid;gap:.8rem}.lead-form-topics-grid{display:grid;gap:.75rem}@media (width >= 960px){.lead-form-topics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lead-form-check{align-items:center;background:#f8fbfe;border-radius:1rem;color:#334155;cursor:pointer;display:flex;gap:.8rem;min-height:3.8rem;padding:.95rem 1rem;position:relative;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}.lead-form-check input{opacity:0;pointer-events:none;position:absolute}.lead-form-check span{align-items:center;display:flex;font-size:.96rem;gap:.8rem;line-height:1.4}.lead-form-check span:before{background:#fff;border:1px solid rgba(127,186,211,.55);border-radius:.35rem;box-shadow:inset 0 1px 1px rgba(15,23,42,.03);content:"";flex:0 0 auto;height:1.2rem;width:1.2rem}.lead-form-check:hover{border-color:rgba(127,186,211,.48);box-shadow:0 18px 30px -28px rgba(75,137,169,.28);transform:translateY(-1px)}.lead-form-check input:checked+span:before{background:linear-gradient(135deg,#3d6ee8,#3567e1);border-color:transparent;box-shadow:0 0 0 .2rem rgba(61,110,232,.14)}.lead-form-check input:checked+span{color:#0f172a;font-weight:600}.lead-form-submit{justify-content:center;min-height:3.9rem;width:100%}@media (390px <= width < 960px){.service-section--lead-full{padding-bottom:1.5rem;padding-top:1.5rem}.lead-form-copy,.lead-form-panel{border-radius:1.35rem}.service-section--lead-full .lead-form-copy h2{max-width:none}}.service-section--faq{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0}.service-section--faq:after{display:none}.service-section--faq>*{position:static!important}.service-section--faq h2{font-size:clamp(2.6rem,6vw,4.25rem);font-weight:800;letter-spacing:-.06em;margin-bottom:1.5rem}.service-section--faq .service-faq{align-items:start;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.service-section--faq .service-faq details{align-self:start;background:hsla(0,0%,100%,.96);border:1px solid rgba(203,213,225,.88);border-radius:1.35rem;box-shadow:0 16px 30px -30px rgba(15,23,42,.18);height:fit-content;margin:0;padding:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.service-section--faq .service-faq details[open]{background:#fff;border-color:rgba(127,186,211,.44);box-shadow:0 24px 42px -34px rgba(75,137,169,.24)}.service-section--faq .service-faq details:hover{border-color:rgba(127,186,211,.36);transform:translateY(-2px)}.service-section--faq .service-faq summary{align-items:center;color:#0f172a;cursor:pointer;display:flex;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(1.08rem,1.2vw,1.28rem);font-weight:600;line-height:1.24;list-style:none;min-height:6.9rem;padding:1.35rem 4.8rem 1.35rem 1.35rem;position:relative}.service-section--faq .service-faq summary::-webkit-details-marker{display:none}.service-section--faq .service-faq summary:after{background:linear-gradient(#4b89a9,#4b89a9) 50% /.95rem 2px no-repeat,linear-gradient(#4b89a9,#4b89a9) 50% /2px .95rem no-repeat,#f8fbfe;border-radius:999px;content:"";height:2.5rem;position:absolute;right:1.15rem;top:50%;transform:translateY(-50%);transition:background-size .18s ease,border-color .18s ease,background-color .18s ease;width:2.5rem}.service-section--faq .service-faq details[open] summary:after{background:linear-gradient(#3567e1,#3567e1) 50% /.95rem 2px no-repeat,linear-gradient(#3567e1,#3567e1) 50% /2px 0 no-repeat,#f8fbfe;border-color:rgba(127,186,211,.44)}.service-section--faq .service-faq p{color:#475569;font-size:.98rem;line-height:1.68;margin:-.35rem 0 0;padding:0 1.35rem 1.35rem}.related-solutions-section{padding-bottom:.5rem;padding-top:1.25rem}.related-solutions-badge{margin-bottom:.9rem}.related-solutions-title{font-size:clamp(2rem,3.1vw,3rem);line-height:1.02;margin-bottom:.8rem;max-width:32ch}.related-solutions-text{font-size:1rem;line-height:1.65;margin:0;max-width:46rem}.related-solutions-grid{margin-top:2rem}.related-solutions-card{padding:1.55rem 1.45rem 1.35rem}.related-solutions-card-title{font-size:1.1rem;line-height:1.2;margin-bottom:.65rem}.related-solutions-card-text{font-size:.98rem;line-height:1.65}.related-solutions-link{font-size:1rem;margin-top:1.75rem}.related-solutions-card:hover{background:#0b1f44;border-color:#1f4b8f;box-shadow:0 24px 42px -28px rgba(11,31,68,.85)}.audit-page .related-solutions-section{background:transparent;border:0;border-radius:1rem;box-shadow:none;margin-bottom:2rem;padding:clamp(1.6rem,3vw,2.2rem)}.audit-page .related-solutions-section:after{display:none}.audit-page .related-solutions-section>*{position:static}.audit-page .related-solutions-section .related-solutions-title{margin-bottom:.9rem;max-width:none}.audit-page .related-solutions-section .related-solutions-text{max-width:none}.audit-page .related-solutions-section .related-solutions-grid{margin-top:1.25rem}.audit-page .related-solutions-section .related-solutions-card{background:transparent;border:1px solid #d9e2ec;border-radius:1rem;box-shadow:none;min-height:100%;padding:1.3rem 1.2rem 1.2rem;transition:border-color .18s ease}.audit-page .related-solutions-section .related-solutions-card-title{margin-bottom:.8rem}.audit-page .related-solutions-section .related-solutions-card-text{line-height:1.75;margin:0}.audit-page .related-solutions-section .related-solutions-link{margin-top:1rem}.audit-page .related-solutions-section .related-solutions-card:hover{background:transparent;border-color:#cbd5e1;box-shadow:none;transform:none}.audit-page .related-solutions-section .related-solutions-card:hover .related-solutions-card-title{color:#0f172a!important}.audit-page .related-solutions-section .related-solutions-card:hover .related-solutions-card-text{color:#334155!important}.audit-page .related-solutions-section .related-solutions-card:hover .related-solutions-link{color:#0f766e!important}@media (390px <= width < 960px){.service-section--faq h2{font-size:2.8rem;margin-bottom:1rem}.service-section--faq .service-faq{gap:1rem;grid-template-columns:1fr}.service-section--faq .service-faq summary{font-size:1.05rem;min-height:5.5rem;padding:1.1rem 4rem 1.1rem 1.1rem}.service-section--faq .service-faq summary:after{height:2.25rem;right:.95rem;width:2.25rem}.service-section--faq .service-faq p{padding:0 1.1rem 1.1rem}.related-solutions-section{padding-top:.75rem}.related-solutions-title{font-size:2rem}.related-solutions-grid{margin-top:1.5rem}.audit-page-main{padding-bottom:4rem;padding-top:2.5rem}.service-hero--audit{margin-bottom:2.35rem}.audit-page .related-solutions-section,.audit-page .service-section,.service-hero--audit .service-hero-card{border-radius:1.15rem}}.support-page .service-hero--audit .service-hero-title{max-width:16ch}.support-page .audit-hero-copy{max-width:37rem}.support-page .service-section--about .about-product-subtitle{max-width:38rem}.support-page .service-section--about .about-product-details,.support-page .service-section--about .about-product-highlight{max-width:41rem}.support-page .about-product-card{align-self:stretch}.support-page .steps-showcase-header h2{max-width:11ch}.support-page .service-section--steps .service-step{width:19rem}.support-page .service-section--price h2{max-width:14ch}.support-page .audit-page .service-section.service-section--tools h2,.support-page .service-section.service-section--tools h2{max-width:22ch}.support-page .lead-form-copy h2{max-width:14ch}.security-standard .service-hero--audit .service-hero-title,.support-page .related-solutions-title{max-width:18ch}.security-standard .audit-hero-copy{max-width:38rem}.security-standard .about-product-card{align-self:stretch}.security-standard .service-section--about .about-product-subtitle{max-width:40rem}.security-standard .service-section--about .about-product-details,.security-standard .service-section--about .about-product-highlight{max-width:43rem}.security-standard .about-product-note{display:block;margin-top:.85rem}.security-standard .steps-showcase-header h2{max-width:9ch}.security-standard .service-section--steps .service-step{width:19rem}.security-standard .service-section--price h2{max-width:none;white-space:nowrap}.security-standard .service-section--audience{background:none!important;border:none!important;border-radius:0;box-shadow:none!important;padding:0}.security-standard .service-section--audience h2{padding-left:clamp(1.6rem,3vw,2.2rem);padding-right:clamp(1.6rem,3vw,2.2rem)}.security-standard .service-section--audience .service-grid-cards{gap:1rem}.security-standard .audience-card{animation:audienceCardFade .48s ease both;overflow:hidden;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.security-standard .audience-card:after{background:linear-gradient(135deg,rgba(127,186,211,.12),transparent 55%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .22s ease}.security-standard .audience-card:hover{background-color:#fbfdff;border-color:#9ec7d8;box-shadow:0 18px 36px -28px rgba(15,23,42,.45);transform:translateY(-4px)}.security-standard .audience-card:hover:after{opacity:1}.security-standard .audience-card:nth-child(2){animation-delay:70ms}.security-standard .audience-card:nth-child(3){animation-delay:.14s}.security-standard .audience-card:nth-child(4){animation-delay:.21s}.security-standard .audience-card:nth-child(5){animation-delay:.28s}.security-standard .audience-card:nth-child(6){animation-delay:.35s}.security-standard .audience-card-icon{align-items:center;background:linear-gradient(135deg,rgba(127,186,211,.18),hsla(0,0%,100%,.96));border:1px solid rgba(127,186,211,.35);border-radius:.85rem;box-shadow:0 10px 24px -20px rgba(75,137,169,.65);color:#4b89a9;display:inline-flex;height:2.75rem;justify-content:center;margin-bottom:.9rem;transition:transform .22s ease,background .22s ease,color .22s ease;width:2.75rem}.security-standard .audience-card-icon svg{height:1.35rem;stroke-width:2;width:1.35rem}.security-standard .audience-card:hover .audience-card-icon{background:linear-gradient(135deg,rgba(127,186,211,.28),#fff);color:#2f6f91;transform:translateY(-2px) scale(1.04)}.security-standard .service-section.service-section--tools h2{max-width:34ch}.security-standard .service-section.service-section--tools .tools-title-line{white-space:nowrap} .security-standard .lead-form-copy h2{max-width:11ch}.security-standard .lead-form-submit{-webkit-appearance:none;appearance:none;box-sizing:border-box;font-size:1rem;height:56px!important;line-height:1!important;max-height:56px;min-height:56px!important;padding:0 2rem!important;white-space:nowrap}.security-standard .related-solutions-title{max-width:15ch}@media (width >= 960px){.security-standard .service-hero--audit .service-hero-description{max-width:34rem}}@keyframes audienceCardFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}footer#contacts{max-width:100%;overflow-x:clip;width:100%}footer#contacts ol,footer#contacts ul{list-style:none!important;margin:0;padding:0}footer#contacts li::marker{content:""}footer#contacts .footer-main-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;overflow:visible}footer#contacts .footer-main-row>*{flex:1 1 18rem;min-width:0}footer#contacts .footer-nav-list{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;list-style:none;margin:0;overflow:visible;padding:0}footer#contacts .footer-nav-list li{flex:0 1 auto;margin:0;min-width:0}footer#contacts .footer-nav-list a{overflow-wrap:anywhere;white-space:normal}footer#contacts .footer-nav-list .lucide{display:none}footer#contacts .footer-bottom-row{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start}footer#contacts .footer-bottom-row>*{max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word}footer#contacts .footer-nav-list .lucide{display:none!important}@media (width >= 960px){footer#contacts .footer-main-row{gap:1.5rem 2.5rem;margin-bottom:3rem}footer#contacts .footer-bottom-row{align-items:center;flex-direction:row;gap:1rem;justify-content:space-between}}@media (width >= 960px){footer#contacts .footer-main-row{gap:2rem 3rem}footer#contacts .footer-main-row>*{flex:0 1 auto}}.responsive-grid-2,.responsive-grid-2-3,.responsive-grid-2-4,.responsive-grid-3{grid-template-columns:repeat(1,minmax(0,1fr))}@media (width >= 960px){.responsive-row-sm{flex-direction:row}}@media (width >= 960px){.responsive-heading-xl{font-size:2.25rem;line-height:2.5rem}.responsive-grid-2-3,.responsive-grid-2-4{grid-template-columns:repeat(2,minmax(0,1fr))}.responsive-text-left{text-align:left}.responsive-text-base{font-size:1rem;line-height:1.5rem}}@media (width >= 960px){.responsive-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.responsive-grid-2-3{grid-template-columns:repeat(3,minmax(0,1fr))}.responsive-grid-2-4{grid-template-columns:repeat(4,minmax(0,1fr))}.responsive-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.related-solutions-card{transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease}.related-solutions-card:hover{background:#0b1f44!important;border-color:#1f4b8f!important;box-shadow:0 24px 42px -28px rgba(11,31,68,.85)!important}.related-solutions-card:hover .related-solutions-card-text,.related-solutions-card:hover .related-solutions-card-title{color:#f3f7ff!important}.related-solutions-card:hover .related-solutions-link{color:#8ed8ff!important}.home-solution-card{transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease}.home-solution-card:hover{background:#0b1f44!important;border-color:#1f4b8f!important;box-shadow:0 24px 42px -28px rgba(11,31,68,.85)!important}.home-solution-card:hover .home-solution-text,.home-solution-card:hover .home-solution-title{color:#f3f7ff!important}.home-solution-card:hover .home-solution-link{color:#8ed8ff!important}.related-title-two-lines{max-width:30ch}.related-title-two-lines .tools-title-line{display:block;white-space:nowrap}.blog-article-native-page .service-page-container{max-width:920px}.blog-article-native{background:#fff;border:1px solid #d6deeb;border-radius:20px;padding:clamp(1.2rem,2.8vw,2.4rem)}.blog-article-head{margin-bottom:clamp(1rem,2.5vw,1.8rem)}.blog-article-title{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:.5rem 0 1rem}.blog-article-lead{color:#475569;font-size:clamp(1.06rem,1.6vw,1.2rem);line-height:1.8;margin:0}.blog-article-meta{color:#64748b;margin-top:.9rem}.blog-article-section+.blog-article-section{margin-top:clamp(1.2rem,2.8vw,2rem)}.blog-article-section h2{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2;margin:0 0 .8rem}.blog-article-section h3{font-size:clamp(1.2rem,1.9vw,1.45rem);line-height:1.25;margin:0 0 .7rem}.blog-article-section li,.blog-article-section p{color:#334155;font-size:1.08rem;line-height:1.9}.blog-article-section ol,.blog-article-section ul{margin:.5rem 0 0;padding-left:1.35rem}.blog-article-section li+li{margin-top:.65rem}.blog-article-footer{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;margin-top:clamp(1.3rem,3vw,2rem);padding-top:1rem}.blog-article-legacy-page .service-page-container{background:#fff;border:1px solid #d6deeb;border-radius:20px;max-width:920px;padding:clamp(1.2rem,2.8vw,2.4rem)}.blog-article-legacy-page .service-hero,.blog-article-legacy-page .service-section{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:transparent!important;border:0!important;box-shadow:none!important;margin:0;padding:0}.blog-article-legacy-page .service-hero+.service-section,.blog-article-legacy-page .service-section+.service-section{margin-top:clamp(1.2rem,2.8vw,2rem)}.blog-article-legacy-page .service-hero .service-hero-card{background:transparent!important;border:0!important;box-shadow:none!important;margin:0;padding:0}.blog-article-legacy-page .service-hero .hero-subtitle{margin-bottom:.35rem}.blog-article-legacy-page .service-hero .service-hero-title{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:.5rem 0 1rem}.blog-article-legacy-page .service-hero .service-hero-description{color:#475569;font-size:clamp(1.06rem,1.6vw,1.2rem);line-height:1.8;margin:0}.blog-article-legacy-page .service-chip-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}.blog-article-legacy-page .service-chip{background:#f8fafc;border:1px solid #d6deeb;border-radius:999px;box-shadow:none;color:#64748b;font-size:.9rem;padding:.35rem .6rem}.blog-article-legacy-page .service-section h2{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2;margin:0 0 .8rem}.blog-article-legacy-page .service-section h3{font-size:clamp(1.2rem,1.9vw,1.45rem);line-height:1.25;margin:0 0 .7rem}.blog-article-legacy-page .service-section li,.blog-article-legacy-page .service-section p{color:#334155;font-size:1.08rem;line-height:1.9}.blog-article-legacy-page .service-section ol,.blog-article-legacy-page .service-section ul{margin:.5rem 0 0;padding-left:1.35rem}.blog-article-legacy-page .service-section li+li{margin-top:.65rem}
/* Footer adaptive layout */
footer#contacts .footer-main-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}
footer#contacts .footer-main-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.5rem; align-items: start; }
footer#contacts .footer-main-row > * { min-width: 0; }
footer#contacts .footer-nav-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.6rem 1rem; }
footer#contacts .footer-nav-list li { min-width: 0; }
footer#contacts .footer-nav-list a { display: flex; align-items: flex-start; gap: 0.5rem; line-height: 1.4; }
footer#contacts .footer-bottom-row { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
footer#contacts .footer-main-row .flex.gap-4.mt-6 { flex-wrap: wrap; }

footer#contacts .footer-main-row > * {
    min-width: 0;
}

footer#contacts .footer-nav-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.6rem 1rem;
}

footer#contacts .footer-nav-list li {
    min-width: 0;
}

footer#contacts .footer-nav-list a {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.4;
}

footer#contacts .footer-bottom-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

footer#contacts .footer-main-row .flex.gap-4.mt-6 {
    flex-wrap: wrap;
}

@media (width >= 960px) {
    footer#contacts .footer-nav-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    footer#contacts .footer-main-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 2.5rem;
        row-gap: 2rem;
    }

    footer#contacts .footer-bottom-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Smoother cross-page transitions */
:root {
    --page-transition-duration: 360ms;
    --page-transition-easing: cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes pageFadeInSoft {
    from {
        opacity: 0;
        transform: translate3d(0, 8px, 0);
        filter: blur(1.5px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

:root { --page-transition-duration: 360ms; --page-transition-easing: cubic-bezier(0.22, 1, 0.36, 1); --fixed-top-bar-height: 0px; --fixed-nav-height: 72px; }
@keyframes pageFadeInSoft { from { opacity: 0; transform: translate3d(0, 8px, 0); filter: blur(1.5px); } to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); } }
@media (prefers-reduced-motion: no-preference) {
    body.page-transition-ready {
        animation: pageFadeInSoft var(--page-transition-duration) var(--page-transition-easing);
        animation-fill-mode: both;
        will-change: opacity, transform, filter;
    }

    body.page-transition-leaving {
        opacity: 0;
        transform: translate3d(0, 8px, 0);
        filter: blur(1.5px);
        transition: opacity var(--page-transition-duration) var(--page-transition-easing),
            transform var(--page-transition-duration) var(--page-transition-easing),
            filter var(--page-transition-duration) var(--page-transition-easing);
    }
    body.page-transition-ready { animation: pageFadeInSoft var(--page-transition-duration) var(--page-transition-easing) both; will-change: opacity, transform, filter; }
    body.page-transition-leaving { opacity: 0; transform: translate3d(0, 8px, 0); filter: blur(1.5px); transition: opacity var(--page-transition-duration) var(--page-transition-easing), transform var(--page-transition-duration) var(--page-transition-easing), filter var(--page-transition-duration) var(--page-transition-easing); }
}

/* Blog all articles overrides */
.blog-page-main #blog-all-cta,.blog-page-main #blog-all-list{border:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important}
.blog-page-main #blog-all-cta .service-grid-card,.blog-page-main #blog-all-list .service-grid-card{border:0!important;box-shadow:none!important;background:#fff!important}
.blog-page-main #blog-all-cta .hero-cta-button{display:inline-flex!important;width:auto!important;align-self:flex-start!important}
.blog-page-main #blog-all-cta, .blog-page-main #blog-all-list { border: 0 !important; box-shadow: none !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; background: #fff !important; }
.blog-page-main #blog-all-cta .service-grid-card, .blog-page-main #blog-all-list .service-grid-card { border: 0 !important; box-shadow: none !important; background: #fff !important; }
.blog-page-main #blog-all-cta .hero-cta-button { display: inline-flex !important; width: auto !important; align-self: flex-start !important; }
.blog-page-main #blog-all-cta::after, .blog-page-main #blog-all-list::after { display: none !important; }
.blog-page-main #blog-all-list .service-grid-cards { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; }
.blog-page-main #blog-all-list .service-grid-card { display: flex; flex-direction: column; height: 100%; padding: 0; }
.blog-page-main #blog-all-list .service-grid-card a { margin-top: auto; }

/* Blog all articles list: no borders + 3x3 pagination layout */
.blog-page-main #blog-all-cta::after,
.blog-page-main #blog-all-list::after {
	display: none !important;
}
/* Blog Pagination */
.blog-page-main .blog-all-pagination { display: flex; align-items: center; justify-content: center; gap: 0.6rem; margin-top: 1.25rem; }
.blog-page-main .blog-all-pagination-button { width: 2.1rem; height: 2.1rem; border-radius: 999px; border: 1px solid #d6deeb; background: #fff; color: #334155; font-size: 1rem; font-weight: 700; line-height: 1; display: inline-flex; align-items: center; justify-content: center; transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease; }
.blog-page-main .blog-all-pagination-button:hover:not(:disabled) { border-color: #7fbad3; color: #4b89a9; }
.blog-page-main .blog-all-pagination-button:disabled, .blog-page-main .blog-all-pagination-button.is-disabled { opacity: 0.45; cursor: default; pointer-events: none; }
.blog-page-main .blog-all-pagination-status { min-width: 4.2rem; text-align: center; color: #64748b; font-weight: 600; }

.blog-page-main #blog-all-list .service-grid-cards {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
}
/* Sections & Rhythm */
.blog-page-main #blog-all-list .service-grid-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}
/* Cards */
.blog-page-main #blog-all-list .service-grid-card a {
	margin-top: auto;
}
/* Shared Interactive Cards */
.blog-page-main .blog-all-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	margin-top: 1.25rem;
}
/* Nav elements */
.blog-page-main .blog-all-pagination-button {
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 999px;
	border: 1px solid #d6deeb;
	background: #fff;
	color: #334155;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
/* Legacy Blog Page */
.blog-page-main .blog-all-pagination-button:hover:not(:disabled) {
	border-color: #7fbad3;
	color: #4b89a9;
}
/* Main Nav */
.blog-page-main .blog-all-pagination-button:disabled {
	opacity: 0.45;
	cursor: default;
}
/* Fix white background for specific cards */
.blog-page-main .blog-all-pagination-button.is-disabled {
	opacity: 0.45;
	pointer-events: none;
}
/* Buhgalterskie pages */
.blog-page-main .blog-all-pagination-status {
	min-width: 4.2rem;
	text-align: center;
	color: #64748b;
	font-weight: 600;
}
/* Buhgalterija Rates */
@media (width >= 960px) {
	.blog-page-main #blog-all-list .service-grid-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
/* UI Unified */
/* Home advantages heading spacing */
.advantages {
	padding-top: 4rem;
}
/* Other Grids */
.advantages-header {
	margin-bottom: 2.5rem;
}
/* Page specific adjustments */
.advantages-title {
	margin-bottom: 1rem;
}
/* Nav Panel Modals */
@media (390px <= width < 960px) {
	.advantages {
		padding-top: 3rem;
	}
}
/* Global section rhythm and unified headings */
.home-page main > section,
.audit-page-main .service-page-container > section {
	padding-top: clamp(4rem, 6vw, 5rem);
	padding-bottom: clamp(4rem, 6vw, 5rem);
}
/* Component Safety Nets */
.company-stats-title {
	max-width: none;
	overflow-wrap: anywhere;
	white-space: normal;
}

.service-section--about .about-product-copy,
.buhgalterija-rates,
.buhgalterija-rates .buhgalterija-rates-intro {
	text-align: left;
}

.buhgalterija-rates .buhgalterija-rates-intro {
	max-width: none;
	margin: 0 0 28px;
}

.buhgalterija-rates .buhgalterija-pricing-grid {
	max-width: none;
	margin: 0;
}

#lead-form .service-hero-actions,
.service-section--lead-full .service-hero-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	align-items: stretch;
	gap: 0.75rem;
	width: 100%;
}

#lead-form .service-hero-actions > a,
#lead-form .service-hero-actions > button,
.service-section--lead-full .service-hero-actions > a,
.service-section--lead-full .service-hero-actions > button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	width: 100%;
}
@media (390px <= width < 960px) {
	.home-page main > section,
	.audit-page-main .service-page-container > section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

/* Blog cards and article navigation */
.blog-page-main #blog-list .service-grid-card,
.blog-page-main #blog-all-list .service-grid-card {
	background: #ffffff !important;
	border: 0 !important;
	border-radius: 16px !important;
	box-shadow: 12px 12px 30px -16px rgba(15, 23, 42, 0.42) !important;
	padding: 2rem !important;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-page-main #blog-list .service-grid-card > img,
.blog-page-main #blog-all-list .service-grid-card > img {
	display: none !important;
}

.blog-page-main #blog-list .service-grid-card h3,
.blog-page-main #blog-all-list .service-grid-card h3 {
	color: #0f172a;
	font-weight: 700;
	font-size: clamp(1.45rem, 1.8vw, 1.8rem);
	line-height: 1.2;
	margin: 0;
}

.blog-page-main #blog-list .service-grid-card p,
.blog-page-main #blog-all-list .service-grid-card p {
	color: #334155;
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0;
}

.blog-page-main #blog-list .service-grid-card .blog-card-date,
.blog-page-main #blog-all-list .service-grid-card .blog-card-date {
	color: #4b89a9;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0 0 0.1rem;
}

.blog-page-main #blog-list .service-grid-card a,
.blog-page-main #blog-all-list .service-grid-card a {
	color: #7fbad3 !important;
	font-weight: 500;
	font-size: 1.05rem;
	margin-top: auto;
	text-transform: lowercase;
	transition: color 0.2s ease;
}

.blog-page-main #blog-list .service-grid-card a:hover,
.blog-page-main #blog-all-list .service-grid-card a:hover {
	color: #4b89a9 !important;
}

.blog-page-main .blog-card-clickable {
	cursor: pointer;
}

.blog-page-main .blog-card-clickable:hover {
	background: #fbfdff !important;
	transform: translate3d(0, -1px, 0);
	box-shadow: 16px 16px 36px -14px rgba(15, 23, 42, 0.5) !important;
}

.blog-page-main .blog-card-clickable:focus-visible {
	outline: 2px solid #7fbad3;
	outline-offset: 2px;
}

.card-forward-clickable {
	cursor: pointer;
}

.card-forward-clickable:focus-visible {
	outline: 2px solid #7fbad3;
	outline-offset: 2px;
}

.blog-article-top-nav {
	margin-bottom: 1rem;
}

.blog-article-back-link {
	color: #4b89a9;
	display: inline-flex;
	font-weight: 600;
	text-decoration: none;
}

.blog-article-back-link:hover {
	color: #3567e1;
}

.blog-article-next-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5rem;
}

/* Compact buttons inside article pages */
.blog-article-native-page .service-hero-actions,
.blog-article-legacy-page .service-hero-actions {
	margin-top: 0.9rem;
	margin-bottom: 0.9rem;
	gap: 0.55rem;
}

.blog-article-native-page .hero-cta-button,
.blog-article-native-page .hero-secondary-button,
.blog-article-legacy-page .hero-cta-button,
.blog-article-legacy-page .hero-secondary-button {
	font-size: 0.86rem;
	padding: 0.4rem 0.78rem;
	min-height: 2rem;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	border-radius: 0.55rem;
	box-shadow: none;
}

/* Hide inline media inside blog articles */
.blog-article-native-page img,
.blog-article-native-page figure,
.blog-article-legacy-page img,
.blog-article-legacy-page figure {
	display: none !important;
}

/* Unify old article template with native blog article style */
.blog-article-legacy-page .service-hero {
	display: block !important;
	margin-bottom: clamp(1rem, 2.5vw, 1.8rem) !important;
}

.blog-article-legacy-page .service-hero > :not(.service-hero-card) {
	display: none !important;
}

.blog-article-legacy-page .service-hero .service-hero-title {
	font-size: clamp(2rem, 4vw, 3rem) !important;
	line-height: 1.1 !important;
	margin: 0.5rem 0 1rem !important;
}

.blog-article-legacy-page .service-hero .service-hero-description {
	color: #475569 !important;
	font-size: clamp(1.06rem, 1.6vw, 1.2rem) !important;
	line-height: 1.8 !important;
	margin: 0 !important;
}

.blog-article-legacy-page .service-hero > p {
	display: none !important;
}

.blog-article-legacy-page .service-chip-grid {
	display: none !important;
}

.blog-article-legacy-page .service-section h2 {
	font-size: clamp(1.5rem, 2.4vw, 2rem) !important;
	line-height: 1.2 !important;
	margin: 0 0 0.8rem !important;
}

.blog-article-title,
.blog-article-legacy-page .service-hero .service-hero-title {
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}

/* Keep blog card accent shadow direction (right-bottom), but softer */
.blog-page-main #blog-list .service-grid-card,
.blog-page-main #blog-all-list .service-grid-card {
	box-shadow: 7px 7px 18px -10px rgba(15, 23, 42, 0.25) !important;
}

.blog-page-main .blog-card-clickable:hover {
	box-shadow: 10px 10px 22px -10px rgba(15, 23, 42, 0.3) !important;
}

/* Home latest-articles cards: match blog card style */
.home-blog-card {
	background: #fff !important;
	border: 0 !important;
	box-shadow: 7px 7px 18px -10px rgba(15, 23, 42, 0.25) !important;
}

.home-blog-card:hover {
	box-shadow: 10px 10px 22px -10px rgba(15, 23, 42, 0.3) !important;
}

/* Home "Latest articles": no border, shadow only */
#blog .home-blog-card {
	border: none !important;
}

/* Full-width navigation layout */
.main-nav {
	width: 100%;
}

.main-nav-container {
	width: 100%;
	max-width: 100%;
	padding-left: clamp(1rem, 2.8vw, 2.4rem);
	padding-right: clamp(1rem, 2.8vw, 2.4rem);
}

/* Aggregated Media Queries */
@media (width >= 960px) {
	.main-nav-container {
		display: flex;
		flex-wrap: nowrap !important;
		align-items: center;
		gap: clamp(0.25rem, 1vw, 2rem) !important;
		justify-content: space-between;
	}

	.main-nav-menu {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: nowrap !important;
		justify-content: center;
		min-width: 0;
	}
    footer#contacts .footer-nav-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    footer#contacts .footer-main-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 2.5rem; row-gap: 2rem; }
    footer#contacts .footer-bottom-row { flex-direction: row; align-items: center; justify-content: space-between; }
    .blog-page-main #blog-all-list .service-grid-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.buhgalterskie-page #packages .service-grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ui-unified .top-bar-link .lucide, .main-nav-mobile-contacts, .main-nav-mobile-contact, .main-nav-mobile-contact .lucide { display: none !important; }
	.main-nav-container { display: flex; flex-wrap: nowrap !important; align-items: center; gap: clamp(0.25rem, 1vw, 2rem) !important; justify-content: space-between; }
	.main-nav-menu { display: flex; flex: 1 1 auto; flex-wrap: nowrap !important; justify-content: center; min-width: 0; }
    .top-bar { left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 60; }
}

/* White background only for related solution cards with surface/border utility classes */
.related-solutions-card.bg-surface.border.border-surfaceLight.rounded-2xl.shadow-sm.transition-all.reveal.flex.flex-col,
.related-solutions-card.bg-surface.border.border-surfaceLight.rounded-2xl.shadow-sm.transition-all.reveal.flex.flex-col.active {
	background: #fff !important;
}

/* /buhgalterija specific related-solutions hover (same as standard dark hover cards) */
body.buhgalterija-page .related-solutions-card.bg-surface.border.border-surfaceLight.rounded-2xl.shadow-sm.transition-all.reveal.flex.flex-col:hover,
body.buhgalterija-page .related-solutions-card.bg-surface.border.border-surfaceLight.rounded-2xl.shadow-sm.transition-all.reveal.flex.flex-col.active:hover {
	background: #0b1f44 !important;
	border-color: #1f4b8f !important;
	box-shadow: 0 24px 42px -28px rgba(11, 31, 68, 0.85) !important;
}

body.buhgalterija-page .related-solutions-card:hover .related-solutions-card-title,
body.buhgalterija-page .related-solutions-card:hover .related-solutions-card-text {
	color: #f3f7ff !important;
}

body.buhgalterija-page .related-solutions-card:hover .related-solutions-link {
	color: #8ed8ff !important;
}

/* buhgalterskie-uslugi: full-width sections without side stripes */
body.buhgalterskie-page .service-page-main,
body.buhgalterskie-page .service-page-container {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

body.buhgalterskie-page .service-hero,
body.buhgalterskie-page .service-section,
body.buhgalterskie-page .related-solutions-section {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

body.buhgalterskie-page .service-hero {
	margin-top: clamp(2.2rem, 3.8vw, 3.4rem);
	padding-left: 0;
	padding-right: 0;
}

body.buhgalterskie-page .service-section,
body.buhgalterskie-page .related-solutions-section {
	margin-bottom: 2.2rem;
}

body.buhgalterskie-page #packages .service-grid-card h3 {
	color: #0f172a;
	background: #f8fbfe;
	border: 1px solid #dbe6f2;
	border-radius: 10px;
	display: inline-block;
	padding: 0.45rem 0.85rem;
	margin: 0;
}

body.buhgalterskie-page #packages .service-grid-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 1.6rem;
	background: #fff;
	border: 1px solid #d9e2ec;
	border-radius: 1.15rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.buhgalterskie-page #packages .service-grid-card:hover {
	border-color: #cbd5e1;
	box-shadow: 0 12px 24px -12px rgba(15, 23, 42, 0.15);
	transform: translate3d(0, -2px, 0);
}

body.buhgalterskie-page #packages .service-grid-cards {
	display: grid;
	gap: 1.25rem;
	background: transparent;
	border: none;
	grid-template-columns: 1fr;
}

body.buhgalterskie-page #packages .service-grid-card p {
	margin: 0;
	padding: 0;
	line-height: 1.65;
}

body.buhgalterskie-page #packages .service-price-box {
	margin-bottom: 2.25rem;
}

@media (width < 960px) {
    .advantages { padding-top: 3rem; }
    .home-page main > section, .audit-page-main .service-page-container > section { padding-top: 3rem; padding-bottom: 3rem; }
    .buhgalterija-rates .buhgalterija-pricing-grid, .service-section--risks .service-grid-cards.buhgalterija-grid-2x, #accounting-format .service-grid-cards.buhgalterija-grid-2x, .company-stats-grid, .home-faq-grid, .main-services-tabs, .hero-actions, .service-hero-actions, .about-hero-actions { grid-template-columns: 1fr; }
    .buhgalterija-rates .buhgalterija-pricing-card, .buhgalterija-rates .buhgalterija-pricing-card:nth-child(1), .buhgalterija-rates .buhgalterija-pricing-card:nth-child(2), .buhgalterija-rates .buhgalterija-pricing-card:nth-child(3), .buhgalterija-rates .buhgalterija-pricing-card:nth-child(4), .buhgalterija-rates .buhgalterija-pricing-card:nth-child(5) { grid-column: auto; }
    .buhgalterija-rates.is-collapsible .buhgalterija-pricing-card:not(.is-expanded) .buhgalterija-pricing-table, .service-section--price .service-price-visual, .top-bar, .hero-image-container, .hero-image-wrapper, .hero-image, .hero-image-card, .audit-hero-visual, .audit-hero-visual--inside, .about-hero-visual, body.buhgalterija-page .service-hero--audit .audit-hero-visual--inside { display: none !important; }
    .buhgalterija-rates .buhgalterija-pricing-card-footer { align-items: center; flex-direction: column; gap: 10px; }
    #faq.buhgalterija-faq-section .service-faq { gap: 1rem; grid-template-columns: 1fr; }
    .main-nav { min-height: 4.5rem; }
    .main-nav-container { left: 0; position: fixed; right: 0; top: 0; z-index: 70; align-items: center; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; column-gap: 0.6rem; justify-content: initial; padding: 0.8rem 1rem; row-gap: 0.4rem; }
    .logo { font-size: clamp(1.15rem, 2.6vw, 1.35rem); min-width: 0; overflow: hidden; text-overflow: ellipsis; }
    .logo-img { height: 1.7rem; width: 1.7rem; }
    .main-nav-mobile-contacts, .mobile-menu-button { justify-self: end; }
    .mobile-nav-panel { left: auto !important; right: 0 !important; transform: translate3d(100%, 0, 0); transform-origin: right center; transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1) !important; }
    .mobile-nav-panel.is-open { transform: translate3d(0, 0, 0) !important; }
    .hero { padding-bottom: 4rem; padding-top: 2.25rem; overflow: hidden; }
    .hero-container, .audit-hero-layout, .about-page .about-hero { gap: 1rem; grid-template-columns: 1fr !important; }
    .hero-title, .service-hero-title, .about-page .about-hero h1 { font-size: clamp(1.55rem, 7vw, 2rem); line-height: 1.18; overflow-wrap: break-word; word-break: normal; max-width: 100% !important; width: 100%; }
    .hero-description, .service-hero-description, .about-hero-lead, .about-hero-secondary, .about-hero-title-sub { font-size: 0.98rem; line-height: 1.6; max-width: 100% !important; overflow-wrap: anywhere; width: 100%; }
    .hero-actions, .hero-cta-button, .hero-secondary-button, .hero-image-wrapper { width: 100%; }
    .hero-actions > *, .service-hero-actions > *, .about-hero-actions > * { justify-content: center; min-height: 2.8rem; width: 100%; }
    .hero-container > *, .service-hero-card > *, .about-hero-copy > * { min-width: 0; max-width: 100% !important; width: 100% !important; }
    .company-stats-container { padding-left: 1rem; padding-right: 1rem; }
    .company-stats-item { gap: 0.85rem; }
    .main-services-tab { justify-content: flex-start; text-align: left; width: 100%; }
    .main-services-panel, .home-faq-shell { gap: 1rem; }
    .home-blog-card, .related-solutions-card, .home-solution-card { width: 100%; }
    .security-standard .service-section--price h2, .security-standard .service-section.service-section--tools .tools-title-line, .related-title-two-lines .tools-title-line { white-space: normal; }
    .security-standard .lead-form-submit { white-space: normal !important; }
    .about-page-container, .audit-page-container, .main-services-panel, .mobile-nav-panel-inner, .service-grid-cards, .service-page-container { min-width: 0; }
    .service-hero, .about-hero { overflow: hidden; padding-bottom: 1.5rem; padding-top: 1.25rem; }
    .flex.flex-row.gap-6.mt-10 { display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0.85rem; overflow-x: auto; padding-bottom: 0.25rem; scroll-snap-type: x proximity; }
    .flex.flex-row.gap-6.mt-10 > .seo-card { flex: 0 0 min(84vw, 20rem); min-width: 16rem; scroll-snap-align: start; }
    .mobile-menu-button { align-items: center; display: inline-flex; height: 2.4rem; justify-content: center; margin: 0; position: static; right: auto; top: auto; transform: none; width: 2.4rem; z-index: 6; }
    .main-nav-mobile-contacts { align-items: center; display: inline-flex; gap: 0.45rem; justify-content: center; margin: 0; position: static; right: auto; top: auto; transform: none; z-index: 5; }
    .main-nav-mobile-contact { align-items: center; background: transparent; border: 0 !important; border-radius: 0; box-shadow: none !important; color: #0f172a; display: inline-flex; flex: 0 0 2rem; height: 2rem; justify-content: center; line-height: 1; padding: 0; text-decoration: none; width: 2rem; }
    .main-nav-mobile-contact::before { background-image: url("/assets/img/tglogo.svg"); background-position: center; background-repeat: no-repeat; background-size: contain; content: ""; display: block; height: 100%; width: 100%; }
    .contact-modal__dialog { border-radius: 1rem; max-height: calc(100vh - 1rem); max-width: calc(100vw - 1rem); }
    .contact-modal__content { padding: 1rem; }
    .contact-modal__actions { justify-content: stretch; }
    .contact-modal__submit { width: 100%; }
}

/* buhgalterija pricing cards */
.buhgalterija-rates {
	--buh-rates-card-bg: #ffffff;
	--buh-rates-brand: #ff9500;
	--buh-rates-text: #000000;
	--buh-rates-border: #f0f2f5;
	position: relative;
}

.buhgalterija-rates .buhgalterija-rates-intro {
	max-width: 980px;
	margin: 0 auto 22px;
	color: #334155;
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.75;
}

.buhgalterija-rates .buhgalterija-pricing-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.buhgalterija-rates .buhgalterija-pricing-card {
	grid-column: span 2;
	background-color: var(--buh-rates-card-bg);
	border-radius: 12px;
	padding: 28px 22px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	color: var(--buh-rates-text);
}

.buhgalterija-rates .buhgalterija-pricing-card:nth-child(1) {
	grid-column: 2 / span 2;
}

.buhgalterija-rates .buhgalterija-pricing-card:nth-child(2) {
	grid-column: 4 / span 2;
}

.buhgalterija-rates .buhgalterija-pricing-card:nth-child(3) {
	grid-column: 1 / span 2;
}

.buhgalterija-rates .buhgalterija-pricing-card:nth-child(4) {
	grid-column: 3 / span 2;
}

.buhgalterija-rates .buhgalterija-pricing-card:nth-child(5) {
	grid-column: 5 / span 2;
}

.buhgalterija-rates .buhgalterija-pricing-card-title {
	color: var(--buh-rates-brand);
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 18px;
	line-height: 1.4;
	text-align: center;
}

.buhgalterija-rates .buhgalterija-pricing-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 22px;
	flex-grow: 1;
}

.buhgalterija-rates .buhgalterija-pricing-table th {
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 12px;
	vertical-align: top;
	line-height: 1.4;
}

.buhgalterija-rates .buhgalterija-pricing-table th:first-child {
	width: 60%;
}

.buhgalterija-rates .buhgalterija-pricing-table td {
	padding: 12px 0;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid var(--buh-rates-border);
}

.buhgalterija-rates .buhgalterija-pricing-card-footer {
	display: flex;
	justify-content: center;
	margin-top: auto;
}

.buhgalterija-rates .buhgalterija-pricing-btn {
	background-color: var(--buh-rates-brand);
	color: #ffffff;
	border: none;
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
	text-decoration: none;
}

.buhgalterija-rates .buhgalterija-pricing-btn:hover {
	background-color: #e65c00;
}

.buhgalterija-rates .buhgalterija-pricing-btn:active {
	transform: scale3d(0.98, 0.98, 1);
}

@media (max-width: 959px) {

	.buhgalterija-rates.is-vertical-carousel .buhgalterija-pricing-grid {
		display: block;
	}

	.buhgalterija-rates.is-vertical-carousel .buhgalterija-pricing-card {
		display: none !important;
		max-height: none !important;
		overflow: visible !important;
		transform: none !important;
		transition: none !important;
		animation: none !important;
	}

	.buhgalterija-rates.is-vertical-carousel .buhgalterija-pricing-card:not([hidden]) {
		display: flex !important;
	}

	.buhgalterija-rates.is-vertical-carousel .buhgalterija-pricing-table {
		transition: none !important;
		animation: none !important;
	}

	.buhgalterija-rates.is-scroll-lock .buhgalterija-pricing-card {
		max-height: min(78vh, 620px);
		overflow: hidden;
	}

	.buhgalterija-rates.is-scroll-lock .buhgalterija-pricing-card.is-scroll-active {
		overflow-y: auto;
		overscroll-behavior: contain;
		-ms-overflow-style: none;
	}

	.buhgalterija-rates.is-scroll-lock .buhgalterija-pricing-card.is-scroll-active::-webkit-scrollbar {
		display: none;
	}
}

@media (390px <= width < 960px) {
	.buhgalterija-rates .buhgalterija-pricing-grid {
		grid-template-columns: 1fr;
	}

	.buhgalterija-rates .buhgalterija-pricing-card,
	.buhgalterija-rates .buhgalterija-pricing-card:nth-child(1),
	.buhgalterija-rates .buhgalterija-pricing-card:nth-child(2),
	.buhgalterija-rates .buhgalterija-pricing-card:nth-child(3),
	.buhgalterija-rates .buhgalterija-pricing-card:nth-child(4),
	.buhgalterija-rates .buhgalterija-pricing-card:nth-child(5) {
		grid-column: auto;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card:not(.is-expanded) .buhgalterija-pricing-table {
		display: none;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card {
		max-height: 170px;
		overflow: hidden;
		transition: max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, transform 0.28s ease;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card.is-expanded {
		max-height: min(78vh, 620px);
		overflow-y: auto;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card.is-scroll-active {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -1px, 0);
	}

	.buhgalterija-rates .buhgalterija-pricing-card-footer {
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}
}

@media (width < 390px) {
	.buhgalterija-rates .buhgalterija-pricing-card {
		padding: 25px 20px;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card:not(.is-expanded) .buhgalterija-pricing-table {
		display: none;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card {
		max-height: 170px;
		overflow: hidden;
		transition: max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, transform 0.28s ease;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card.is-expanded {
		max-height: min(78vh, 620px);
		overflow-y: auto;
	}

	.buhgalterija-rates.is-collapsible .buhgalterija-pricing-card.is-scroll-active {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
		transform: translateY(-1px);
	}

	.buhgalterija-rates .buhgalterija-pricing-card-footer {
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}
    .buhgalterija-rates .buhgalterija-pricing-card { padding: 25px 20px; }
    .buhgalterija-rates.is-collapsible .buhgalterija-pricing-card:not(.is-expanded) .buhgalterija-pricing-table { display: none; }
    .buhgalterija-rates .buhgalterija-pricing-card-footer { align-items: center; flex-direction: column; gap: 10px; }
    .main-nav-mobile-contacts { gap: 0.35rem; }
    .main-nav-mobile-contact { flex-basis: 1.9rem; height: 1.9rem; width: 1.9rem; }
    .service-grid-card, .related-solutions-card, .home-solution-card, .buhgalterija-pricing-card, .service-grid-card h3, .related-solutions-card-title, .home-solution-title, .buhgalterija-pricing-card-title, p, li { overflow-wrap: break-word; word-break: normal; }
}

/* buhgalterija-inline-migrated */
.service-section--risks .service-grid-cards.buhgalterija-grid-2x,
#accounting-format .service-grid-cards.buhgalterija-grid-2x {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	align-items: stretch;
	column-gap: 32px;
	row-gap: 56px;
}

#accounting-format .service-grid-cards.buhgalterija-grid-2x {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	max-width: 100%;
	align-items: stretch;
	column-gap: 32px;
	row-gap: 1rem;
	max-height: none !important;
	overflow: visible !important;
	padding-right: 0;
}

@media (width < 960px) {
	#accounting-format .service-grid-cards.buhgalterija-grid-2x {
		grid-template-columns: 1fr !important;
	}
}

.service-section--risks .service-grid-card.buhgalterija-fill-card {
	height: 100%;
}

#accounting-format .service-grid-card.buhgalterija-package-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: 0;
}

#accounting-format .about-product-list.buhgalterija-package-list {
	margin-bottom: 18px;
}

#accounting-format .hero-cta-button.buhgalterija-package-cta {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
	align-items: center;
	text-align: center;
	width: 50%;
	min-width: 220px;
	max-width: 320px;
	justify-content: center;
	align-self: center;
}

@media (390px <= width < 960px) {
	.service-section--risks .service-grid-cards.buhgalterija-grid-2x,
	#accounting-format .service-grid-cards.buhgalterija-grid-2x {
		grid-template-columns: 1fr;
	}
}

#faq.buhgalterija-faq-section {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0;
}

#faq.buhgalterija-faq-section .buhgalterija-faq-title {
	color: #0f172a;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: clamp(2rem, 3.1vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin-bottom: 0.9rem;
}

#faq.buhgalterija-faq-section .service-faq {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	max-width: 100%;
	align-items: stretch;
}

#faq.buhgalterija-faq-section .service-faq details {
	height: 100%;
}

@media (390px <= width < 960px) {
	#faq.buhgalterija-faq-section .service-faq {
		gap: 1rem;
		grid-template-columns: 1fr;
	}
}

/* Unified DS Layer v1 (index + template only) */
.ui-unified {
	--ui-brand: #7fbad3;
	--ui-brand-strong: #4b89a9;
	--ui-accent: #ff9500;
	--ui-accent-strong: #ff6d00;
	--ui-text: #0f172a;
	--ui-text-muted: #475569;
	--ui-border: #cbd5e1;
	--ui-surface: #ffffff;
	--ui-surface-soft: #f8fbfe;
	--ui-card-hover-bg: #0b1f44;
	--ui-card-hover-border: #1f4b8f;
	--ui-card-hover-text: #f3f7ff;
	--ui-card-hover-link: #8ed8ff;
	--ui-radius-sm: 0.375rem;
	--ui-radius-md: 0.75rem;
	--ui-radius-lg: 1rem;
	--ui-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.08);
	outline-offset: 2px;
}

@media (width >= 960px) {
	.ui-unified .top-bar-link .lucide {
		display: none !important;
	}
}

.ui-unified .main-nav-cta-button,
.ui-unified .lead-form-submit,
.ui-unified .hero-cta-button {
	background-image: linear-gradient(90deg, var(--ui-accent), var(--ui-accent-strong));
	border-radius: var(--ui-radius-sm);
	box-shadow: 0 10px 15px -3px rgba(255, 149, 0, 0.2), 0 4px 6px -2px rgba(255, 149, 0, 0.2);
	color: #fff;
	transition: transform var(--ui-dur-fast) var(--ui-ease), box-shadow var(--ui-dur-fast) var(--ui-ease), opacity var(--ui-dur-fast) var(--ui-ease);
}

.ui-unified .main-nav-cta-button:hover,
.ui-unified .hero-cta-button:hover {
	box-shadow: 0 20px 25px -5px rgba(255, 149, 0, 0.3), 0 10px 10px -5px rgba(255, 149, 0, 0.3);
	opacity: 0.96;
	transform: translate3d(0, -2px, 0);
}

.ui-unified .hero-secondary-button {
	background: var(--ui-surface);
	border: 1px solid var(--ui-border);
	border-radius: var(--ui-radius-sm);
	color: var(--ui-text);
	transition: border-color var(--ui-dur-fast) var(--ui-ease), background-color var(--ui-dur-fast) var(--ui-ease), color var(--ui-dur-fast) var(--ui-ease), box-shadow var(--ui-dur-fast) var(--ui-ease);
}

.ui-unified .hero-secondary-button:hover {
	background: var(--ui-surface-soft);
	border-color: #94a3b8;
	color: var(--ui-text);
	box-shadow: var(--ui-shadow-sm);
}

.ui-unified .home-solution-card,
.ui-unified .related-solutions-card,
.ui-unified .home-blog-card,
.ui-unified .home-faq .faq-item {
	border-color: var(--ui-border);
	border-radius: var(--ui-radius-lg);
	transition: transform var(--ui-dur-fast) var(--ui-ease), box-shadow var(--ui-dur-fast) var(--ui-ease), border-color var(--ui-dur-fast) var(--ui-ease), background-color var(--ui-dur-fast) var(--ui-ease), color var(--ui-dur-fast) var(--ui-ease);
}

.ui-unified .home-blog-card:hover,
.ui-unified .home-faq .faq-item:hover {
	box-shadow: var(--ui-shadow-md);
	transform: translate3d(0, -2px, 0);
}

.ui-unified .home-solution-card:hover,
.ui-unified .related-solutions-card:hover {
	background: var(--ui-card-hover-bg) !important;
	border-color: var(--ui-card-hover-border) !important;
	box-shadow: 0 24px 42px -28px rgba(11, 31, 68, 0.85) !important;
	transform: translate3d(0, -2px, 0);
}

.ui-unified .home-solution-card:hover .home-solution-title,
.ui-unified .home-solution-card:hover .home-solution-text,
.ui-unified .related-solutions-card:hover .related-solutions-card-title,
.ui-unified .related-solutions-card:hover .related-solutions-card-text {
	color: var(--ui-card-hover-text) !important;
}

.ui-unified .home-solution-card:hover .home-solution-link,
.ui-unified .related-solutions-card:hover .related-solutions-link {
	color: var(--ui-card-hover-link) !important;
}

.ui-unified .home-faq .faq-btn {
	color: var(--ui-text);
}

.ui-unified .home-faq .faq-content {
	color: var(--ui-text-muted);
}

/* buhgalterija page consistency fixes */
body.buhgalterija-page .audit-page-main .service-page-container > section + section,
body.buhgalterija-page .audit-page-main .related-solutions-section {
	margin-top: clamp(1.25rem, 2.2vw, 2rem);
}
body.buhgalterija-page .buhgalterija-rates > h2 {
	text-align: left;
	margin-left: 0;
}

body.buhgalterija-page .buhgalterija-rates .buhgalterija-rates-intro {
	max-width: none;
	margin: 0 0 28px;
	text-align: left;
}

body.buhgalterija-page #lead-form .service-hero-actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	align-items: stretch;
	gap: 0.75rem;
}

body.buhgalterija-page #lead-form .service-hero-actions > .hero-cta-button,
body.buhgalterija-page #lead-form .service-hero-actions > .hero-secondary-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	align-self: stretch;
}

body.buhgalterija-page #lead-form + #faq.buhgalterija-faq-section {
	margin-top: clamp(1rem, 2vw, 1.5rem);
}

/* Mobile overflow guard and off-canvas navigation */
html,
body {
	overflow-x: hidden;
}

body.mobile-nav-open {
	overflow: hidden;
	touch-action: none;
}

.mobile-nav-backdrop {
	background: rgba(15, 23, 42, 0.55);
	inset: 0;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
	will-change: opacity, visibility;
	z-index: 90;
}

.mobile-nav-backdrop.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
}

.mobile-nav-backdrop-close {
	appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #0f172a;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0.75rem;
	top: 0.35rem;
	z-index: 3;
}

.mobile-nav-backdrop-close:hover {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.mobile-nav-backdrop-close:focus-visible {
	outline: none;
	outline-offset: 0;
}

.mobile-nav-backdrop.hidden {
	/* display: none РЎС“Р В±РЎР‚Р В°Р Р…Р С• Р Т‘Р В»РЎРЏ Р С”Р С•РЎР‚РЎР‚Р ВµР С”РЎвЂљР Р…Р С•Р в„– РЎР‚Р В°Р В±Р С•РЎвЂљРЎвЂ№ Р С—Р В»Р В°Р Р†Р Р…Р С•Р С–Р С• РЎРѓР С”РЎР‚РЎвЂ№РЎвЂљР С‘РЎРЏ (transition visibility) */
}

.mobile-nav-panel {
	background: #ffffff;
	bottom: 0;
	box-shadow: -24px 0 48px rgba(15, 23, 42, 0.18);
	display: flex;
	flex-direction: column;
	max-width: 100vw;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: fixed;
	right: 0;
	top: 0;
	opacity: 0;
	transform: translate3d(100%, 0, 0);
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
	will-change: transform, opacity;
	width: min(88vw, 24rem);
	z-index: 100;
}

.mobile-nav-panel.hidden {
	display: none !important;
}

.mobile-nav-panel.is-open {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.mobile-nav-panel-inner {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-height: 100%;
	padding: 5rem 1rem 1rem;
}

.mobile-nav-link {
	align-items: center;
	border-radius: 0.9rem;
	color: #0f172a;
	display: flex;
	font-weight: 600;
	gap: 0.65rem;
	min-width: 0;
	padding: 0.9rem 1rem;
	text-decoration: none;
	white-space: normal;
	word-break: break-word;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
	background: #f8fbfe;
	color: #4b89a9;
}

.mobile-nav-link-main {
	font-size: 1.05rem;
}

.mobile-nav-accordion {
	border: 1px solid #d6deeb;
	border-radius: 1rem;
	overflow: hidden;
}

.mobile-nav-accordion-summary {
	align-items: center;
	background: #f8fafc;
	color: #0f172a;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	list-style: none;
	min-height: fit-content;
	padding: 0.95rem 1rem;
	-webkit-user-select: none;
	user-select: none;
}

.mobile-nav-accordion-summary::-webkit-details-marker {
	display: none;
}

.mobile-nav-accordion-content {
	display: grid;
	gap: 0.35rem;
	padding: 0.8rem 0.65rem 0.9rem;
}

.mobile-nav-group-title {
	color: #7fbad3;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0.4rem 0.35rem 0.2rem;
	text-transform: uppercase;
}

/* Home page: keep the hero and tabbed sections inside the viewport on small screens */
.hero-image-container,
.hero-image-wrapper,
.hero-image-card,
.company-stats-container,
.company-stats-grid,
.company-stats-item,
.main-services-tabs,
.main-services-tab,
.main-services-panels,
.main-services-panel,
.home-faq-shell,
.home-faq-grid,
.home-blog-card {
	min-width: 0;
}

.hero-image-container {
	position: relative;
	width: 100%;
}
.hero-image-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	width: min(100%, 36rem);
}

.hero-image {
	height: auto;
	position: relative;
	z-index: 1;
	width: 100%;
}

.hero-image-card {
	bottom: 1rem;
	position: absolute;
	right: 1rem;
	z-index: 2;
	max-width: min(100%, 18rem);
}

.company-stats-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: clamp(1rem, 2.5vw, 1.5rem);
	padding-right: clamp(1rem, 2.5vw, 1.5rem);
}

.company-stats-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-stats-item {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.company-stats-item-content {
	flex: 1;
	min-width: 0;
}

.company-stats-item-value,
.company-stats-item-label {
	overflow-wrap: break-word;
	word-break: normal;
}

.main-services-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.main-services-tab {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	color: #0f172a;
	display: inline-flex;
	gap: 0.5rem;
	justify-content: center;
	min-width: 0;
	padding: 0.9rem 1.1rem;
	text-align: center;
	white-space: normal;
}

/* Р СњР В°РЎРѓРЎвЂљРЎР‚Р С•Р в„–Р С”Р С‘ Р С–Р С‘Р В±Р С”Р С•РЎРѓРЎвЂљР С‘ Р С‘ РЎР‚Р В°Р В·Р СР ВµРЎР‚Р С•Р Р† Р Т‘Р В»РЎРЏ Р Р…Р В°Р Р†Р С‘Р С–Р В°РЎвЂ Р С‘Р С‘ */
@media (width >= 960px) {
	.main-nav-actions {
		flex-shrink: 0;
		flex-wrap: nowrap;
	}
}

@media (min-width: 1024px) {
	.main-nav-menu {
		gap: clamp(12px, 1.5vw, 32px) !important;
	}
	.main-nav-link {
		max-width: 34rem !important;
		white-space: normal !important;
		font-size: clamp(13px, 2vw, 30px) !important;
	}
}

.main-services-tab.is-active {
	background: linear-gradient(90deg, rgba(127, 186, 211, 0.14), rgba(75, 137, 169, 0.12));
	border-color: #7fbad3;
	color: #0f172a;
}

.main-services-panel {
	align-items: start;
	min-width: 0;
}

.home-faq-shell {
	display: grid;
	gap: 1.5rem;
}

.home-faq-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-blog-card {
	min-width: 0;
}

@media (390px <= width < 960px) {
	.main-nav-container {
		align-items: center;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		column-gap: 0.55rem;
		justify-content: initial;
		padding-left: clamp(0.8rem, 2.6vw, 1.2rem);
		padding-right: clamp(0.8rem, 2.6vw, 1.2rem);
	}

	.logo {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (390px <= width < 960px) {
	.company-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-faq-grid {
		grid-template-columns: 1fr;
	}
}

@media (390px <= width < 960px) {
	.main-nav-container {
		padding-left: 1rem;
		padding-right: 3.25rem;
	}

	.hero {
		padding-bottom: 4rem;
		padding-top: 2.25rem;
	}

	.hero-container {
		gap: 1.75rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hero-title {
		font-size: clamp(2rem, 10vw, 2.75rem);
	}

	.hero-description {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}

	.hero-actions {
		width: 100%;
	}

	.hero-cta-button,
	.hero-secondary-button {
		width: 100%;
	}

	.hero-image-wrapper {
		width: 100%;
	}

	.hero-image-container,
	.hero-image-wrapper,
	.hero-image {
		max-width: none !important;
		width: 100% !important;
	}

	.hero-image-card {
		max-width: calc(100% - 1rem);
		bottom: 0.75rem;
		right: 0.75rem;
	}

	.company-stats-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.company-stats-grid {
		grid-template-columns: 1fr;
	}

	.company-stats-item {
		gap: 0.85rem;
	}

	.main-services-tabs {
		display: grid;
		grid-template-columns: 1fr;
	}

	.main-services-tab {
		justify-content: flex-start;
		text-align: left;
		width: 100%;
	}

	.main-services-panel {
		gap: 1.5rem;
	}

	.home-faq-shell {
		gap: 1rem;
	}

	.security-standard .service-section--price h2,
	.security-standard .service-section.service-section--tools .tools-title-line,
	.related-title-two-lines .tools-title-line {
		white-space: normal;
	}

	.security-standard .lead-form-submit {
		white-space: normal !important;
	}

	.home-blog-card,
	.related-solutions-card,
	.home-solution-card {
		width: 100%;
	}
}

/* Contact modal */
body.contact-modal-open {
	overflow: hidden;
}

.contact-modal {
	inset: 0;
	position: fixed;
	z-index: 220;
}

.contact-modal.hidden {
	display: none !important;
}

.contact-modal__backdrop {
	background: rgba(15, 23, 42, 0.62);
	inset: 0;
	position: absolute;
}

.contact-modal__dialog {
	background: #ffffff;
	border: 1px solid #d6deeb;
	border-radius: 1.2rem;
	box-shadow: 0 36px 64px -42px rgba(15, 23, 42, 0.62);
	left: 50%;
	max-height: calc(100vh - 2rem);
	max-width: min(38rem, calc(100vw - 2rem));
	overflow: auto;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
}

.contact-modal__content {
	padding: clamp(1.1rem, 2.8vw, 1.8rem);
}

.contact-modal__close {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d6deeb;
	border-radius: 999px;
	color: #334155;
	cursor: pointer;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 0.85rem;
	top: 0.85rem;
	width: 2rem;
}

.contact-modal__close:hover {
	border-color: #7fbad3;
	color: #0f172a;
}

.contact-modal__subtitle {
	color: #4b89a9;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.4rem;
	text-transform: uppercase;
}

.contact-modal__title {
	color: #0f172a;
	font-size: clamp(1.4rem, 3.4vw, 1.8rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.55rem;
}

.contact-modal__text {
	color: #475569;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.contact-modal__form {
	display: grid;
	gap: 0.85rem;
}

.contact-modal__field {
	display: grid;
	gap: 0.4rem;
}

.contact-modal__field > span {
	color: #0f172a;
	font-size: 0.9rem;
	font-weight: 600;
}

.contact-modal__field input,
.contact-modal__field textarea {
	background: #f8fbfe;
	border: 1px solid #d6deeb;
	border-radius: 0.8rem;
	color: #0f172a;
	font: inherit;
	padding: 0.75rem 0.85rem;
	width: 100%;
}

.contact-modal__field input:focus,
.contact-modal__field textarea:focus {
	background: #fff;
	border-color: #7fbad3;
	outline: none;
}

.contact-modal__field textarea {
	min-height: 7rem;
	resize: vertical;
}

.contact-modal__actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.15rem;
}

.contact-modal__submit {
	background-image: linear-gradient(90deg, #ff9500, #ff6d00);
	border: none;
	border-radius: 0.7rem;
	color: #fff;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 600;
	min-height: 2.75rem;
	padding: 0.65rem 1.2rem;
}

.contact-modal__submit[disabled] {
	cursor: default;
	opacity: 0.65;
}

.contact-modal__status {
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0.2rem 0 0;
	min-height: 1.2em;
}

.contact-modal__status.is-success {
	color: #0f766e;
}

.contact-modal__status.is-error {
	color: #b91c1c;
}

@media (390px <= width < 960px) {
	.contact-modal__dialog {
		border-radius: 1rem;
		max-height: calc(100vh - 1rem);
		max-width: calc(100vw - 1rem);
	}

	.contact-modal__content {
		padding: 1rem;
	}

	.contact-modal__actions {
		justify-content: stretch;
	}

	.contact-modal__submit {
		width: 100%;
	}
}

/* Mobile override layer (priority: overflow -> nav -> hero -> cards -> service) */
@media (390px <= width < 960px) {
	/* Hide hero visuals on mobile across pages */
	.hero-image-container,
	.hero-image-wrapper,
	.hero-image,
	.hero-image-card,
	.audit-hero-visual,
	.audit-hero-visual--inside,
	.about-hero-visual {
		display: none !important;
	}

	.hero-container,
	.audit-hero-layout,
	.about-page .about-hero {
		grid-template-columns: 1fr !important;
	}

	/* Match /buhgalterija text width behavior in all hero blocks */
	.hero-content,
	.audit-hero-copy,
	.about-page .about-hero-copy,
	.service-hero-card {
		max-width: 100% !important;
		width: 100% !important;
	}

	.hero-title,
	.hero-description,
	.service-hero-title,
	.service-hero-description,
	.about-page .about-hero h1,
	.about-page .about-hero-title-sub,
	.about-page .about-hero-lead,
	.about-page .about-hero-secondary {
		max-width: 100% !important;
		width: 100%;
	}

	/* Force full-width text flow in all hero variants (same behavior as /buhgalterija) */
	.hero .hero-title,
	.hero .hero-description,
	.service-hero .service-hero-title,
	.service-hero .service-hero-description,
	.service-hero .hero-subtitle,
	.audit-page .audit-hero-copy > *,
	.about-page .about-hero-copy > * {
		max-width: 100% !important;
		width: 100% !important;
	}

	/* overflow guard */
	.about-page-container,
	.audit-page-container,
	.hero-container,
	.main-services-panel,
	.mobile-nav-panel-inner,
	.service-grid-cards,
	.service-page-container {
		min-width: 0;
	}

	.hero,
	.service-hero,
	.about-hero {
		overflow: hidden;
		padding-bottom: 1.5rem;
		padding-top: 1.25rem;
	}
}

@media (390px <= width < 960px) {
	/* mobile nav: single source for right side panel behavior */
	.main-nav {
		min-height: 4.5rem;
	}

	.main-nav-container {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 70;
	}

	.mobile-nav-panel {
		left: auto !important;
		right: 0 !important;
		transform: translate3d(100%, 0, 0);
		transform-origin: right center;
		transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1) !important;
	}

	.mobile-nav-panel.is-open {
		transform: translate3d(0, 0, 0) !important;
	}
}

@media (390px <= width < 960px) {
	/* hero blocks */
	.hero-container,
	.about-page .about-hero,
	.audit-hero-layout {
		gap: 1rem;
	}
	.hero-container > *,
	.service-hero-card > *,
	.about-hero-copy > * {
		min-width: 0;
	}

	.hero-title,
	.service-hero-title,
	.about-page .about-hero h1 {
		font-size: clamp(1.55rem, 7vw, 2rem);
		line-height: 1.18;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.hero-description,
	.service-hero-description,
	.about-hero-lead,
	.about-hero-secondary,
	.about-hero-title-sub {
		font-size: 0.98rem;
		line-height: 1.6;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.hero-actions,
	.service-hero-actions,
	.about-hero-actions {
		align-items: stretch;
		display: grid;
		gap: 0.65rem;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.hero-actions > *,
	.service-hero-actions > *,
	.about-hero-actions > * {
		justify-content: center;
		min-height: 2.8rem;
		width: 100%;
	}

	.hero-subtitle,
	.service-hero .hero-subtitle {
		margin-bottom: 0.7rem;
	}

	.hero-subtitle,
	.service-hero .hero-subtitle,
	.about-page .about-hero-copy .hero-subtitle {
		max-width: 100%;
		width: fit-content !important;
	}

	.hero-image,
	.audit-hero-image,
	.about-hero-visual img {
		height: auto;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}

	.audit-hero-visual,
	.about-hero-visual {
		border-radius: 1rem;
		min-height: 11rem;
		overflow: hidden;
		width: 100%;
	}

	.service-hero-card,
	.about-page .about-hero {
		border-radius: 1rem;
		padding: 1rem;
	}

	.audit-hero-copy,
	.about-hero-copy {
		max-width: 100%;
	}

	/* about hero order */
	.about-page .about-hero {
		display: grid;
	}

	.about-page .about-hero-copy {
		display: contents;
	}

	.about-page .about-hero-copy .hero-subtitle,
	.about-page .about-hero-copy h1,
	.about-page .about-hero-copy .about-hero-title-sub {
		order: 1;
	}

	.about-page .about-hero-visual {
		order: 2;
	}

	.about-page .about-hero-actions {
		order: 3;
	}

	.about-page .about-hero-copy .about-hero-lead,
	.about-page .about-hero-copy .about-hero-secondary {
		order: 4;
	}
}

@media (390px <= width < 960px) {
	/* cards: hybrid behavior (seo cards -> horizontal slider, others remain column/grid) */
	.flex.flex-row.gap-6.mt-10 {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0.85rem;
		overflow-x: auto;
		padding-bottom: 0.25rem;
		scroll-snap-type: x proximity;
	}
}

@media (390px <= width < 960px) {
	/* service blocks */
	.service-section--price .service-price-visual {
		display: none !important;
	}
}

/* Mobile contacts in nav container */
.main-nav-mobile-contacts {
	display: none;
}

@media (390px <= width < 960px) {
	.top-bar {
		display: none !important;
	}

	.mobile-menu-button {
		align-items: center;
		display: inline-flex;
		height: 2.4rem;
		justify-content: center;
		margin: 0;
		position: static;
		right: auto;
		top: auto;
		transform: none;
		width: 2.4rem;
		z-index: 6;
	}

	.main-nav-mobile-contacts {
		align-items: center;
		display: inline-flex;
		gap: 0.45rem;
		justify-content: center;
		margin: 0;
		position: static;
		right: auto;
		top: auto;
		transform: none;
		z-index: 5;
	}

	.main-nav-mobile-contact {
		align-items: center;
		background: #ffffff;
		border: 1px solid #cbd5e1;
		border-radius: 999px;
		color: #0f172a;
		display: inline-flex;
		flex: 0 0 2rem;
		height: 2rem;
		justify-content: center;
		line-height: 1;
		padding: 0;
		text-decoration: none;
		width: 2rem;
	}

	.main-nav-mobile-contact .lucide {
		display: none;
	}

	.main-nav-mobile-contact::before {
		background-image: url("/assets/img/tglogo.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 0.95rem;
		width: 0.95rem;
	}
}

@media (width < 390px) {
	.main-nav-mobile-contacts {
		gap: 0.35rem;
	}

	.main-nav-mobile-contact {
		flex-basis: 1.9rem;
		height: 1.9rem;
		width: 1.9rem;
	}
}

.main-nav-mobile-contact .lucide {
	display: none !important;
}

/* /buhgalterija hero stability after content restore */
body.buhgalterija-page .service-hero--audit .audit-hero-layout {
	align-items: center;
	display: grid;
	gap: clamp(1.25rem, 2.6vw, 2.4rem);
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

body.buhgalterija-page .service-hero--audit .audit-hero-visual--inside {
	bottom: auto;
	display: flex;
	justify-content: center;
	min-height: 0;
	padding: 0.35rem 0 0;
	position: relative;
	right: auto;
	width: 100%;
}

body.buhgalterija-page .service-hero--audit .audit-hero-image {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	object-fit: cover;
	transform: none;
	width: 100%;
}

@media (390px <= width < 960px) {
	body.buhgalterija-page .service-hero--audit .audit-hero-layout {
		grid-template-columns: 1fr;
	}
}

/* /buhgalterija 650x960 stabilization */
@media (390px <= width < 960px) {
	.main-nav-container {
		align-items: center;
		column-gap: 0.6rem;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		padding: 0.8rem 1rem;
		row-gap: 0.4rem;
	}

	.main-nav-container .logo {
		font-size: clamp(1.15rem, 2.6vw, 1.35rem);
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.main-nav-container .logo-img {
		height: 1.7rem;
		width: 1.7rem;
	}

	.main-nav-mobile-contacts,
	.mobile-menu-button {
		justify-self: end;
	}

	body.buhgalterija-page .service-hero--audit .service-hero-card {
		padding: 1.15rem 1.1rem 1.25rem;
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-layout {
		align-items: center;
		column-gap: 1rem;
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-copy {
		min-width: 0;
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-visual--inside {
		align-self: stretch;
		bottom: auto;
		display: flex;
		justify-content: flex-end;
		min-height: 0;
		padding: 0.6rem 0 0;
		position: relative;
		right: auto;
	}

body.buhgalterija-page .service-hero--audit .audit-hero-image {
		margin-left: auto;
		margin-right: 0;
		max-width: 100%;
		object-fit: cover;
		transform: none;
		width: 100%;
	}
}

/* Hero top spacing reset */
.hero,
.service-hero,
.about-hero {
	padding-top: 0 !important;
}

@media (width >= 960px) {
	.home-page .hero {
		margin-top: clamp(2.2rem, 3.8vw, 3.4rem);
	}
}

/* /buhgalterija mobile hero: hide visual image block */
@media (390px <= width < 960px) {
	body.buhgalterija-page .service-hero--audit .audit-hero-layout {
		grid-template-columns: 1fr !important;
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-visual--inside {
		display: none !important;
	}
}

/* /buhgalterija desktop hero visual: keep image block noticeably larger */
@media (width >= 960px) {
	body.buhgalterija-page .service-hero--audit .audit-hero-layout {
		grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-visual,
	body.buhgalterija-page .service-hero--audit .audit-hero-visual--inside {
		align-items: stretch;
		display: flex;
		min-height: clamp(20rem, 34vw, 30rem);
		width: 100%;
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-visual--inside {
		padding-top: 0;
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-image {
		height: 100%;
		margin: 0 auto;
		max-width: none;
		object-fit: contain;
		width: 100%;
	}
}

/* Mobile Telegram logo: no frame and no inner offsets */
@media (390px <= width < 960px) {
	.main-nav-mobile-contact {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}

	.main-nav-mobile-contact::before {
		height: 100%;
		width: 100%;
	}
}

/* Telegram icon: remove frame/border */
.main-nav-mobile-contact {
	border: 0 !important;
	box-shadow: none !important;
}

footer#contacts a[href*="t.me/proverengrp"] {
	border: 0 !important;
	box-shadow: none !important;
}

/* Fixed top navigation panel */
:root {
	--fixed-top-bar-height: 0px;
	--fixed-nav-height: 72px;
}

@media (390px <= width < 960px) {
	:root {
		--fixed-nav-height: 78px;
	}
}

@media (width >= 960px) {
	:root {
		--fixed-top-bar-height: 34px;
		--fixed-nav-height: 84px;
	}

	.top-bar {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 60;
	}
}

.main-nav {
	left: 0;
	position: fixed;
	right: 0;
	top: var(--fixed-top-bar-height);
	width: 100%;
}

/* ==========================================================================
   Hardware Acceleration to prevent font jumping on hover/transitions
   ========================================================================== */
.hero-cta-button, .hero-secondary-button, .main-nav-cta-button, .about-contact-button, .lead-form-submit,
.advantage-card, .seo-card, .service-grid-card, .home-solution-card, .related-solutions-card, 
.buhgalterija-pricing-card, .trust-logo-card, .faq-item, .faq-btn, summary, details, .blog-card-clickable,
.steps-showcase-control, .lead-form-check, .main-services-tab, .audience-card, .audience-card-icon {
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
}

.trust-logo-card:hover { transform: translate3d(0, -3px, 0); }
.advantage-card:hover, .seo-card:hover { transform: translate3d(0, -6px, 0); }
.steps-showcase-control:hover { transform: translate3d(0, -2px, 0); }
.home-faq .service-faq details:hover, .home-faq .faq-item:hover, .service-section--faq .service-faq details:hover { transform: translate3d(0, -2px, 0); }
.about-contact-button:hover, .lead-form-check:hover, .main-services-tab:hover { transform: translate3d(0, -1px, 0); }
.audience-card:hover { transform: translate3d(0, -4px, 0); }
.audience-card:hover .audience-card-icon { transform: translate3d(0, -2px, 0) scale(1.04); }

body {
	font-size: clamp(var(--type-body-min), var(--type-body-fluid), var(--type-body-max));
	line-height: 1.6;
	padding-top: calc(var(--fixed-top-bar-height) + var(--fixed-nav-height));
}

/* Steps carousel behavior on desktop */
@media (width >= 960px) {
	.steps-showcase {
		grid-template-columns: 1fr !important;
	}

	.service-section--steps .steps-showcase {
		padding-bottom: 4.5rem;
		position: relative;
	}

	.steps-showcase-header {
		min-height: 0 !important;
		margin-bottom: 2rem;
	}

	.service-section--steps .steps-showcase-controls {
		bottom: 0;
		display: flex !important;
		gap: 0.5rem;
		justify-content: flex-end !important;
		left: auto !important;
		position: absolute;
		right: 0 !important;
		transform: none;
		width: auto !important;
	}

	.service-section--steps .steps-carousel,
	.service-section--steps [data-steps-carousel] {
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
		overflow: hidden !important;
	}

	.service-section--steps .service-steps,
	.service-section--steps [data-steps-track] {
		display: flex !important;
		gap: 1rem;
		transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
		will-change: transform;
	}

	.service-section--steps .service-step {
		flex: 0 0 auto;
	}
}

/* Р Р€Р В±Р С‘РЎР‚Р В°Р ВµР С Р С‘РЎРѓР С”РЎС“РЎРѓРЎРѓРЎвЂљР Р†Р ВµР Р…Р Р…РЎвЂ№Р в„– Р С—Р ВµРЎР‚Р ВµР Р…Р С•РЎРѓ Р В·Р В°Р С–Р С•Р В»Р С•Р Р†Р С”Р С•Р Р† Р В±Р В»Р С•Р С”Р С•Р Р† РЎв‚¬Р В°Р С–Р С•Р Р† Р Р…Р В° Р Р†РЎРѓР ВµРЎвЂ¦ РЎРЊР С”РЎР‚Р В°Р Р…Р В°РЎвЂ¦ */
.steps-showcase-header h2,
.support-page .steps-showcase-header h2,
.security-standard .steps-showcase-header h2 {
	max-width: none !important;
}

/* Р вЂ™РЎвЂ№РЎР‚Р В°Р Р†Р Р…Р С‘Р Р†Р В°Р Р…Р С‘Р Вµ Р С”Р Р…Р С•Р С—Р С•Р С” РЎРѓР В»Р В°Р в„–Р Т‘Р ВµРЎР‚Р В° РЎв‚¬Р В°Р С–Р С•Р Р† Р С—Р С• Р С—РЎР‚Р В°Р Р†Р С•Р СРЎС“ Р С”РЎР‚Р В°РЎР‹ (Р Т‘Р В»РЎРЏ Р С—Р В»Р В°Р Р…РЎв‚¬Р ВµРЎвЂљР С•Р Р† Р С‘ РЎРѓР СР В°РЎР‚РЎвЂљРЎвЂћР С•Р Р…Р С•Р Р†) */
@media (width < 960px) {
	.service-section--steps .steps-showcase,
	.service-section--steps .steps-carousel,
	.service-section--steps [data-steps-carousel] {
		width: 100%;
	}

	.service-section--steps .steps-showcase {
		padding-bottom: 4.5rem;
		position: relative;
	}

	.service-section--steps .steps-showcase-controls {
		bottom: 0;
		display: flex;
		gap: 0.5rem;
		justify-content: flex-end !important;
		left: auto !important;
		position: absolute;
		right: 0 !important;
		transform: none;
		width: auto !important;
	}

	.service-section--steps .steps-showcase-control,
	.service-section--steps [data-steps-control] {
		height: 2.5rem;
		width: 2.5rem;
	}

	.service-section--steps .steps-carousel,
	.service-section--steps [data-steps-carousel] {
		margin-inline: auto !important;
		overflow: hidden !important;
	}

	.service-section--steps .service-steps,
	.service-section--steps [data-steps-track] {
		display: flex !important;
		gap: 1rem;
		transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
		will-change: transform;
	}

	.service-section--steps .service-step {
		flex: 0 0 auto;
	}
}

/* Canonical typography system for key public pages */
:root {
	--type-h1-min: 1.9rem;
	--type-h1-max: 3.35rem;
	--type-h1-fluid: calc(3.4vw + 1.05rem);
	--type-h1-lh: 1.12;
	--type-h1-tracking: -0.018em;

	--type-h2-min: 1.5rem;
	--type-h2-max: 2.35rem;
	--type-h2-fluid: calc(2.15vw + 1rem);
	--type-h2-lh: 1.18;
	--type-h2-tracking: -0.012em;

	--type-h3-min: 1.16rem;
	--type-h3-max: 1.5rem;
	--type-h3-fluid: calc(1.1vw + 0.98rem);
	--type-h3-lh: 1.3;

	--type-body-min: 0.99rem;
	--type-body-max: 1.1rem;
	--type-body-fluid: calc(0.35vw + 0.95rem);
	--type-body-lh: 1.66;

	--type-nav-min: 0.84rem;
	--type-nav-max: 0.96rem;
	--type-nav-fluid: calc(0.42vw + 0.73rem);
	--type-nav-lh: 1.24;
	--type-nav-topbar-min: 0.72rem;
	--type-nav-topbar-max: 0.82rem;
	--type-nav-topbar-fluid: calc(0.2vw + 0.68rem);
	--type-nav-logo-min: 1.26rem;
	--type-nav-logo-max: 1.58rem;
	--type-nav-logo-fluid: calc(0.55vw + 1.04rem);
	--type-nav-logo-gap: clamp(0.38rem, 0.55vw, 0.62rem);
	--type-nav-logo-icon: clamp(1.7rem, 1.25vw, 2rem);
	--type-nav-link-gap: clamp(0.2rem, 0.45vw, 0.38rem);
	--type-nav-link-pad-y: clamp(0.4rem, 0.5vw, 0.56rem);
	--type-nav-link-pad-x: clamp(0.6rem, 0.85vw, 0.95rem);
	--type-nav-dropdown-pad-y: clamp(0.44rem, 0.5vw, 0.58rem);
	--type-nav-dropdown-pad-x: clamp(0.62rem, 0.82vw, 0.88rem);
	--type-nav-dropdown-header-min: 0.68rem;
	--type-nav-dropdown-header-max: 0.78rem;
	--type-nav-dropdown-header-fluid: calc(0.18vw + 0.65rem);
	--type-nav-cta-font-min: 0.83rem;
	--type-nav-cta-font-max: 0.97rem;
	--type-nav-cta-font-fluid: calc(0.3vw + 0.76rem);
	--type-nav-cta-pad-y: clamp(0.56rem, 0.65vw, 0.66rem);
	--type-nav-cta-pad-x: clamp(1rem, 1.2vw, 1.25rem);

	--type-space-h1-after: clamp(0.85rem, 1.6vw, 1.3rem);
	--type-space-h2-after: clamp(0.72rem, 1.2vw, 1.05rem);
	--type-space-h3-after: clamp(0.52rem, 0.9vw, 0.78rem);
	--type-space-p-after: clamp(0.6rem, 0.8vw, 0.88rem);
	--type-space-li-gap: clamp(0.3rem, 0.5vw, 0.5rem);
	--type-space-heading-after-text: clamp(1rem, 1.7vw, 1.45rem);
}

@media (width < 960px) {
	:root {
		--type-h1-min: 1.58rem;
		--type-h1-max: 2.15rem;
		--type-h1-fluid: calc(5.1vw + 0.88rem);

		--type-h2-min: 1.3rem;
		--type-h2-max: 1.78rem;
		--type-h2-fluid: calc(3.25vw + 0.85rem);

		--type-h3-min: 1.06rem;
		--type-h3-max: 1.3rem;
		--type-h3-fluid: calc(1.75vw + 0.84rem);

		--type-body-min: 0.96rem;
		--type-body-max: 1.02rem;
		--type-body-fluid: calc(0.92vw + 0.82rem);

		--type-nav-min: 0.82rem;
		--type-nav-max: 0.98rem;
		--type-nav-fluid: calc(0.55vw + 0.75rem);
		--type-nav-topbar-min: 0.7rem;
		--type-nav-topbar-max: 0.78rem;
		--type-nav-topbar-fluid: calc(0.36vw + 0.63rem);
		--type-nav-logo-min: 1.14rem;
		--type-nav-logo-max: 1.36rem;
		--type-nav-logo-fluid: calc(1.1vw + 0.9rem);
		--type-nav-logo-gap: clamp(0.34rem, 0.85vw, 0.5rem);
		--type-nav-logo-icon: clamp(1.56rem, 2.2vw, 1.78rem);
		--type-nav-link-gap: clamp(0.2rem, 0.7vw, 0.34rem);
		--type-nav-link-pad-y: clamp(0.76rem, 1.1vw, 0.9rem);
		--type-nav-link-pad-x: clamp(0.82rem, 1.8vw, 1rem);
		--type-nav-dropdown-pad-y: clamp(0.62rem, 1vw, 0.78rem);
		--type-nav-dropdown-pad-x: clamp(0.72rem, 1.6vw, 0.94rem);
		--type-nav-dropdown-header-min: 0.67rem;
		--type-nav-dropdown-header-max: 0.76rem;
		--type-nav-dropdown-header-fluid: calc(0.42vw + 0.6rem);
		--type-nav-cta-font-min: 0.82rem;
		--type-nav-cta-font-max: 0.92rem;
		--type-nav-cta-font-fluid: calc(0.5vw + 0.72rem);
		--type-nav-cta-pad-y: clamp(0.52rem, 0.95vw, 0.62rem);
		--type-nav-cta-pad-x: clamp(0.9rem, 1.8vw, 1.1rem);

		--type-space-h1-after: 0.9rem;
		--type-space-h2-after: 0.72rem;
		--type-space-h3-after: 0.55rem;
		--type-space-p-after: 0.62rem;
		--type-space-li-gap: 0.34rem;
		--type-space-heading-after-text: 1.06rem;
	}
}

.top-bar {
	font-size: clamp(var(--type-nav-topbar-min), var(--type-nav-topbar-fluid), var(--type-nav-topbar-max));
}

.logo {
	font-size: clamp(var(--type-nav-logo-min), var(--type-nav-logo-fluid), var(--type-nav-logo-max));
	gap: var(--type-nav-logo-gap);
}

.logo-img {
	height: var(--type-nav-logo-icon);
	width: var(--type-nav-logo-icon);
}

.main-nav-link,
.main-nav-dropdown-link,
.mobile-nav-link {
	font-size: clamp(var(--type-nav-min), var(--type-nav-fluid), var(--type-nav-max));
	line-height: var(--type-nav-lh);
	letter-spacing: 0;
}

.main-nav-link {
	gap: var(--type-nav-link-gap);
}

.main-nav-link.main-nav-link-product {
	padding: var(--type-nav-link-pad-y) var(--type-nav-link-pad-x);
}

.main-nav-dropdown-header {
	font-size: clamp(var(--type-nav-dropdown-header-min), var(--type-nav-dropdown-header-fluid), var(--type-nav-dropdown-header-max));
}

.main-nav-dropdown-link {
	padding: var(--type-nav-dropdown-pad-y) var(--type-nav-dropdown-pad-x);
}

.main-nav-cta-button {
	font-size: clamp(var(--type-nav-cta-font-min), var(--type-nav-cta-font-fluid), var(--type-nav-cta-font-max));
	padding: var(--type-nav-cta-pad-y) var(--type-nav-cta-pad-x);
}

.mobile-nav-link {
	padding: var(--type-nav-link-pad-y) var(--type-nav-link-pad-x);
}

body.home-page .hero-title,
body.audit-page .service-hero-title,
body.support-page .service-hero-title,
body.security-page .service-hero-title,
body.buhgalterija-page .service-hero-title,
body.juridicheskie-page .service-hero-title,
body.kontakty-page .service-hero-title,
body.about-page .about-page-main h1,
.blog-page-main .service-hero-title {
	font-size: clamp(var(--type-h1-min), var(--type-h1-fluid), var(--type-h1-max));
	line-height: var(--type-h1-lh);
	letter-spacing: var(--type-h1-tracking);
	margin-block: 0 var(--type-space-h1-after);
	text-transform: none;
}

body.home-page .company-stats-title,
body.home-page .main-services-section > h2,
body.audit-page .service-section > h2,
body.buhgalterija-page .service-section > h2,
body.buhgalterija-page #faq .buhgalterija-faq-title,
body.buhgalterija-page .related-solutions-title,
body.juridicheskie-page .service-section > h2,
body.kontakty-page .service-section > h2,
body.about-page .about-page-main h2,
.blog-page-main .service-section > h2 {
	font-size: clamp(var(--type-h2-min), var(--type-h2-fluid), var(--type-h2-max));
	line-height: var(--type-h2-lh);
	letter-spacing: var(--type-h2-tracking);
	margin-block: 0 var(--type-space-h2-after);
	text-transform: none;
}

body.audit-page .service-grid-card h3,
body.support-page .service-grid-card h3,
body.security-page .service-grid-card h3,
body.buhgalterija-page .service-grid-card h3,
body.juridicheskie-page .service-grid-card h3,
body.kontakty-page .service-grid-card h3,
body.about-page .about-page-main h3,
.blog-page-main .service-grid-card h3,
.related-solutions-card-title,
.home-solution-title,
.buhgalterija-pricing-card-title {
	font-size: clamp(var(--type-h3-min), var(--type-h3-fluid), var(--type-h3-max));
	line-height: var(--type-h3-lh);
	letter-spacing: 0;
	margin-block: 0 var(--type-space-h3-after);
}

body.home-page main p,
body.home-page main li,
body.audit-page .service-page-main p,
body.audit-page .service-page-main li,
body.support-page .service-page-main p,
body.support-page .service-page-main li,
body.security-page .service-page-main p,
body.security-page .service-page-main li,
body.buhgalterija-page .service-page-main p,
body.buhgalterija-page .service-page-main li,
body.juridicheskie-page .service-hero-description,
body.juridicheskie-page .service-section p,
body.juridicheskie-page .service-section li,
body.kontakty-page .service-hero-description,
body.kontakty-page .service-section p,
body.kontakty-page .service-section li,
body.about-page .about-page-main p,
body.about-page .about-page-main li,
.blog-page-main .service-hero-description,
.blog-page-main .service-section p,
.blog-page-main .service-section li {
	font-size: clamp(var(--type-body-min), var(--type-body-fluid), var(--type-body-max));
	line-height: var(--type-body-lh);
	letter-spacing: 0;
	margin-block: 0 var(--type-space-p-after);
}

.blog-page-main #blog-list .service-grid-card h3,
.blog-page-main #blog-all-list .service-grid-card h3 {
	font-size: clamp(var(--type-h3-min), var(--type-h3-fluid), var(--type-h3-max));
	line-height: var(--type-h3-lh);
}

.blog-page-main #blog-list .service-grid-card p,
.blog-page-main #blog-all-list .service-grid-card p {
	font-size: clamp(var(--type-body-min), var(--type-body-fluid), var(--type-body-max));
	line-height: var(--type-body-lh);
}

body.home-page main :is(p, li) + :is(h2, h3),
body.audit-page .service-page-main :is(p, li) + :is(h2, h3),
body.support-page .service-page-main :is(p, li) + :is(h2, h3),
body.security-page .service-page-main :is(p, li) + :is(h2, h3),
body.buhgalterija-page .service-page-main :is(p, li) + :is(h2, h3),
body.juridicheskie-page .service-page-main :is(p, li) + :is(h2, h3),
body.kontakty-page .service-page-main :is(p, li) + :is(h2, h3),
body.about-page .about-page-main :is(p, li) + :is(h2, h3),
.blog-page-main .service-page-main :is(p, li) + :is(h2, h3) {
	margin-top: var(--type-space-heading-after-text);
}

body.home-page main li + li,
body.audit-page .service-page-main li + li,
body.support-page .service-page-main li + li,
body.security-page .service-page-main li + li,
body.buhgalterija-page .service-page-main li + li,
body.juridicheskie-page .service-page-main li + li,
body.kontakty-page .service-page-main li + li,
body.about-page .about-page-main li + li,
.blog-page-main .service-page-main li + li {
	margin-top: var(--type-space-li-gap);
}

body.audit-page .service-hero--audit .audit-hero-points,
body.support-page .service-hero--audit .audit-hero-points,
body.security-page .service-hero--audit .audit-hero-points,
body.buhgalterija-page .service-hero--audit .audit-hero-points {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.65rem;
	min-width: 0;
}

body.audit-page .service-hero--audit .audit-hero-points > *,
body.support-page .service-hero--audit .audit-hero-points > *,
body.security-page .service-hero--audit .audit-hero-points > *,
body.buhgalterija-page .service-hero--audit .audit-hero-points > * {
	flex: 1 1 0;
	min-width: 0;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Home hero CTA: keep "Р В Р В°РЎРѓРЎРѓРЎвЂЎР С‘РЎвЂљР В°РЎвЂљРЎРЉ РЎРѓРЎвЂљР С•Р С‘Р СР С•РЎРѓРЎвЂљРЎРЉ" centered */
body.home-page .hero .hero-description {
	margin-bottom: clamp(1.35rem, 2.6vw, 2.2rem);
}

body.home-page .hero .hero-actions {
		justify-content: flex-start;
		align-items: flex-start;
}

body.home-page .hero .hero-actions .hero-cta-button {
	display: inline-flex;
	justify-content: center;
	text-align: center;
		margin-inline: 0;
}

/* Navigation spacing: fluid gaps and paddings */
@media (width >= 960px) {
	.top-bar {
		gap: clamp(0.45rem, 0.5vw, 0.9rem) clamp(1rem, 2vw, 2rem);
	}

	.top-bar-left-content {
		gap: clamp(0.9rem, 1.5vw, 1.7rem);
	}

	.top-bar-right-content {
		gap: clamp(0.65rem, 1vw, 1.15rem);
	}

	.main-nav-container {
		column-gap: clamp(0.7rem, 1.4vw, 1.7rem);
		row-gap: clamp(0.4rem, 0.75vw, 0.9rem);
	}

	.main-nav-menu {
		gap: clamp(0.55rem, 0.95vw, 1.2rem);
	}

	.main-nav-actions {
		gap: clamp(0.65rem, 0.95vw, 1.2rem);
	}

	.main-nav-link.main-nav-link-product {
		padding: var(--type-nav-link-pad-y) var(--type-nav-link-pad-x);
	}
}

@media (390px <= width < 960px) {
	.main-nav-container {
		column-gap: clamp(0.45rem, 1.4vw, 0.85rem);
		row-gap: clamp(0.25rem, 0.9vw, 0.5rem);
		padding: clamp(0.68rem, 1.4vw, 0.9rem) clamp(0.82rem, 2.2vw, 1.1rem);
	}

	.main-nav-mobile-contacts {
		gap: clamp(0.3rem, 0.9vw, 0.5rem);
	}
}

/* Prevent hyphen-based wraps in the hero title on /kompleksnoe-soprovozhdenie */
.service-hero-title--no-hyphen {
	-webkit-hyphens: none;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

/* Do not split words inside audit hero points */
body.audit-page .service-hero--audit .audit-hero-points > .audit-hero-point,
body.support-page .service-hero--audit .audit-hero-points > .audit-hero-point,
body.security-page .service-hero--audit .audit-hero-points > .audit-hero-point,
body.buhgalterija-page .service-hero--audit .audit-hero-points > .audit-hero-point {
	-webkit-hyphens: none;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
	white-space: nowrap;
}


@media (width >= 960px) {
	body.home-page .hero .hero-actions .hero-cta-button {
		width: auto;
		margin-left: 0;
	}
}

/* Final nav fit: single-line, fluid, no wrap/no horizontal scroll */
.main-nav,
.main-nav-container {
	overflow-x: clip;
}

@media (width >= 960px) {
	.main-nav-container {
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: space-between;
		gap: clamp(0.35rem, 0.8vw, 1rem) !important;
		white-space: nowrap;
	}

	.logo {
		font-size: clamp(1.02rem, 0.7vw + 0.76rem, 1.26rem);
	}

	.main-nav-menu {
		flex: 1 1 auto;
		min-width: 0;
		flex-wrap: nowrap !important;
		justify-content: center;
		gap: clamp(0.35rem, 0.6vw, 0.85rem);
	}

	.main-nav-link {
		font-size: clamp(0.76rem, 0.52vw + 0.66rem, 0.9rem);
		white-space: nowrap;
	}

	.main-nav-link.main-nav-link-product {
		padding: clamp(0.34rem, 0.45vw, 0.5rem) clamp(0.5rem, 0.65vw, 0.75rem);
	}

	.main-nav-actions {
		flex: 0 0 auto;
		gap: clamp(0.45rem, 0.7vw, 0.85rem);
	}

	.main-nav-cta-button {
		font-size: clamp(0.76rem, 0.3vw + 0.68rem, 0.88rem);
		padding: clamp(0.46rem, 0.5vw, 0.58rem) clamp(0.74rem, 0.9vw, 1rem);
		white-space: nowrap;
	}
}

@media (960px <= width < 1360px) {
	.main-nav-container {
		gap: clamp(0.22rem, 0.45vw, 0.55rem) !important;
		padding-left: clamp(0.62rem, 1vw, 0.95rem);
		padding-right: clamp(0.62rem, 1vw, 0.95rem);
	}

	.logo {
		font-size: clamp(0.92rem, 0.45vw + 0.7rem, 1.08rem);
	}

	.main-nav-menu {
		gap: clamp(0.2rem, 0.35vw, 0.5rem);
	}

	.main-nav-link {
		font-size: clamp(0.68rem, 0.34vw + 0.58rem, 0.8rem);
	}

	.main-nav-link.main-nav-link-product {
		padding: clamp(0.3rem, 0.35vw, 0.42rem) clamp(0.42rem, 0.45vw, 0.58rem);
	}

	.main-nav-actions {
		gap: clamp(0.28rem, 0.4vw, 0.52rem);
	}

	.main-nav-cta-button {
		font-size: clamp(0.68rem, 0.26vw + 0.58rem, 0.78rem);
		padding: clamp(0.36rem, 0.36vw, 0.45rem) clamp(0.5rem, 0.55vw, 0.7rem);
	}
}

@media (390px <= width < 960px) {
	.main-nav-container {
		grid-template-columns: minmax(0, 1fr) auto auto;
		flex-wrap: nowrap !important;
		row-gap: 0;
		column-gap: clamp(0.42rem, 1vw, 0.72rem);
		white-space: nowrap;
		padding: clamp(0.62rem, 1.2vw, 0.84rem) clamp(0.72rem, 1.9vw, 1rem);
	}

	.main-nav-container .logo {
		font-size: clamp(1rem, 2.1vw, 1.22rem);
	}
}

/* Desktop nav layout: logo | menu | CTA. Menu must fit between sides. */
@media (width >= 960px) {
	.main-nav-container {
		display: grid !important;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		column-gap: clamp(0.3rem, 0.8vw, 0.95rem) !important;
		row-gap: 0;
		flex-wrap: nowrap !important;
	}

	.logo {
		justify-self: start;
		min-width: max-content;
	}

	.main-nav-actions {
		justify-self: end;
		min-width: max-content;
		margin-left: 0;
	}

	.main-nav-menu {
		justify-self: stretch;
		min-width: 0;
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap !important;
		overflow: hidden;
		gap: clamp(0.16rem, 0.5vw, 0.62rem);
	}

	.main-nav-item {
		flex: 0 1 auto;
		min-width: 0;
	}

	.main-nav-link {
		font-size: clamp(0.66rem, 0.34vw + 0.56rem, 0.82rem);
		padding-inline: clamp(0.24rem, 0.45vw, 0.55rem);
		white-space: nowrap;
	}

	.main-nav-link.main-nav-link-product {
		padding: clamp(0.28rem, 0.34vw, 0.4rem) clamp(0.42rem, 0.52vw, 0.62rem);
	}

	.main-nav-cta-button {
		font-size: clamp(0.67rem, 0.25vw + 0.58rem, 0.78rem);
		padding: clamp(0.34rem, 0.34vw, 0.44rem) clamp(0.5rem, 0.58vw, 0.72rem);
		white-space: nowrap;
	}
}




/* Global fluid typography */
html{font-size:clamp(14px,0.28vw + 13px,17px);} 
body{font-size:1rem;}

/* Final desktop nav safeguard: keep menu between logo and CTA */
@media (width >= 960px){
	.main-nav-menu{gap:clamp(0.16rem,0.45vw,0.58rem)!important;}
	.main-nav-link,
	.main-nav-link.main-nav-link-product{
		font-size:clamp(0.66rem,0.3vw + 0.56rem,0.82rem)!important;
		padding-inline:clamp(0.24rem,0.42vw,0.5rem)!important;
		white-space:nowrap;
	}
	.main-nav-cta-button{
		font-size:clamp(0.67rem,0.24vw + 0.58rem,0.78rem)!important;
		padding:clamp(0.34rem,0.34vw,0.44rem) clamp(0.5rem,0.58vw,0.72rem)!important;
	}
}

/* Buhgalteriya hero points: keep one-line row without wrapping */
body.buhgalterija-page .service-hero--audit .audit-hero-points{
	display:flex;
	flex-wrap:nowrap;
	gap:clamp(0.65rem,1.2vw,1rem);
}
body.buhgalterija-page .service-hero--audit .audit-hero-points > .audit-hero-point{
	white-space:nowrap !important;
	overflow-wrap:normal;
	word-break:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:clamp(0.84rem,0.6vw,0.92rem);
	line-height:1.3;
	min-width:0;
	flex:1 1 0;
}

/* Unified lead form typography */
.service-section--lead-full .lead-form-copy h2,.service-section--lead-full .lead-form-copy p{color:#f8fbfe}
.service-section--lead-full .lead-form-copy h2{font-size:clamp(1.92rem,2vw,3.2rem);font-weight:700;letter-spacing:-.028em;line-height:1.06;margin:0;max-width:18ch}
.service-section--lead-full .lead-form-copy p{font-size:clamp(1rem,0.55vw,1.12rem);line-height:1.62;margin:0;max-width:29rem}
@media (390px <= width < 960px){.service-section--lead-full .lead-form-copy h2{max-width:18ch}}

/* Pixel-fit heading for /kompleksnoe-soprovozhdenie lead form */
.service-section--lead-full .lead-form-copy .lead-form-title--komplex{font-size:clamp(1.92rem,2vw,3.2rem);font-weight:700;letter-spacing:-.028em;line-height:1.06;max-width:18ch;-webkit-hyphens:none;hyphens:none;overflow-wrap:normal;word-break:normal}
@media (390px <= width < 960px){.service-section--lead-full .lead-form-copy .lead-form-title--komplex{max-width:18ch}}

/* Force unified lead-form title width on pages that still have legacy per-page max-width overrides */
.support-page .service-section--lead-full .lead-form-copy h2,
.security-standard .service-section--lead-full .lead-form-copy h2{max-width:18ch}
@media (390px <= width < 960px){
	.support-page .service-section--lead-full .lead-form-copy h2,
	.security-standard .service-section--lead-full .lead-form-copy h2{max-width:18ch}
}

/* Slightly wider global content containers */
.max-w-7xl,
.hero-container,
.trust-logos-container,
.company-stats-container,
.advantages-container{
	max-width:84rem;
}

/* Wrap stability fixes */
@media (min-width: 1024px) {
	.main-nav-link {
		font-size: clamp(0.82rem, 0.35vw + 0.72rem, 0.96rem) !important;
	}
}

.hero-title,
.service-hero-title,
.about-page .about-hero h1,
.related-solutions-title,
.home-solution-title,
.related-solutions-card-title,
.main-services-tab {
	overflow-wrap: anywhere;
	word-break: normal;
}

@media (width <= 1280px) {
	.related-title-two-lines .tools-title-line,
	.security-standard .service-section.service-section--tools .tools-title-line,
	.security-standard .service-section--price h2 {
		white-space: normal !important;
	}
}

@media (width <= 1280px) {
	body.audit-page .service-hero--audit .audit-hero-points,
	body.support-page .service-hero--audit .audit-hero-points,
	body.security-page .service-hero--audit .audit-hero-points,
	body.buhgalterija-page .service-hero--audit .audit-hero-points {
		flex-wrap: wrap !important;
	}

	body.audit-page .service-hero--audit .audit-hero-points > .audit-hero-point,
	body.support-page .service-hero--audit .audit-hero-points > .audit-hero-point,
	body.security-page .service-hero--audit .audit-hero-points > .audit-hero-point,
	body.buhgalterija-page .service-hero--audit .audit-hero-points > .audit-hero-point {
		white-space: normal !important;
		overflow: visible;
		text-overflow: clip;
		flex: 1 1 calc(50% - 0.5rem);
	}
}

@media (width < 768px) {
	body.audit-page .service-hero--audit .audit-hero-points > .audit-hero-point,
	body.support-page .service-hero--audit .audit-hero-points > .audit-hero-point,
	body.security-page .service-hero--audit .audit-hero-points > .audit-hero-point,
	body.buhgalterija-page .service-hero--audit .audit-hero-points > .audit-hero-point {
		flex-basis: 100%;
	}
}

/* /buhgalterija hero: align with common audit/service hero layout */
@media (width >= 960px) {
	body.buhgalterija-page .service-hero--audit .audit-hero-layout {
		align-items: center;
		display: grid;
		gap: clamp(1.25rem, 2.3vw, 2rem);
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-visual.audit-hero-visual--inside {
		align-items: center;
		bottom: auto !important;
		display: flex !important;
		justify-content: flex-end;
		min-height: 0 !important;
		padding: 0 !important;
		position: relative !important;
		right: auto !important;
		width: 100% !important;
	}

	body.buhgalterija-page .service-hero--audit .audit-hero-image {
		height: auto !important;
		margin-left: auto;
		margin-right: 0;
		max-width: 100%;
		object-fit: contain !important;
		transform: none !important;
		width: 100%;
	}
}

/* Generic audit-hero points wrap fix (prevents right-side clipping) */
.service-hero--audit .audit-hero-points {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem 1rem !important;
	align-items: start;
	width: 100%;
}

.service-hero--audit .audit-hero-points > .audit-hero-point {
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	overflow-wrap: anywhere;
	word-break: normal;
	min-width: 0;
}

@media (width < 960px) {
	.service-hero--audit .audit-hero-points {
		grid-template-columns: 1fr;
	}
}

/* Home hero desktop alignment fix (force top alignment and stable columns) */
@media (width >= 960px) {
	body.home-page .hero-container {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: start !important;
		gap: 3rem !important;
	}

	body.home-page .hero-content {
		flex: 1 1 0 !important;
		min-width: 0;
	}

	body.home-page .hero-image-container {
		align-items: flex-start !important;
		align-self: start !important;
		display: flex !important;
		flex: 1 1 0 !important;
		height: auto !important;
		justify-content: flex-end;
		margin-top: 0 !important;
		min-height: 0 !important;
		padding-top: 0 !important;
		top: 0 !important;
		transform: none !important;
	}

	body.home-page .hero-image-wrapper {
		margin-left: auto;
		margin-right: 0;
		max-width: 500px;
		margin-top: 0 !important;
		width: 100%;
	}

	body.home-page .hero-image {
		height: 500px;
		object-fit: cover;
	}

	body.home-page .hero-image-card {
		bottom: 3rem;
		left: 1.5rem;
		max-width: 20rem;
		right: auto;
	}
}

/* Final wrap/spacing fixes for numbered content blocks */
#accounting-format .about-product-list.buhgalterija-package-list {
	margin-bottom: 14px;
	display: block !important;
	gap: 0 !important;
	row-gap: 0 !important;
	column-gap: 0 !important;
}

#accounting-format .about-product-list.buhgalterija-package-list li {
	margin-block: 0 !important;
	padding-block: 0 !important;
	min-height: 0 !important;
	line-height: 1.45;
}

#accounting-format .about-product-list.buhgalterija-package-list li + li {
	margin-top: 0.45rem !important;
	padding-top: 0 !important;
}

.service-grid-card h3,
.service-grid-card p,
.audit-hero-point,
.about-product-list li {
	-webkit-hyphens: none;
	hyphens: none;
}

.service-grid-card :is([class*="badge"], [class*="index"], [class*="num"]) {
	max-width: 34rem !important;
	white-space: normal !important;
}

/* Numbered risk cards: clean badge + stable heading wrapping */
.service-section--risks .service-grid-card {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	row-gap: 0.7rem;
	align-items: start;
}

.service-section--risks .service-grid-card::before {
	float: none !important;
	margin: 0 !important;
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: start;
	min-width: 2.65rem;
	height: 2.35rem;
	padding: 0 0.7rem;
	border-radius: 0.85rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.service-section--risks .service-grid-card > :is([class*="badge"], [class*="index"], [class*="num"]) {
	float: none !important;
	margin: 0 !important;
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: start;
}

.service-section--risks .service-grid-card > h3 {
	margin: 0 !important;
	grid-column: 1;
	grid-row: 2;
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.service-section--risks .service-grid-card > p {
	margin: 0 !important;
	grid-column: 1;
	grid-row: 3;
	padding-top: 0.1rem;
}

@media (width < 960px) {
	.service-grid-card::before,
	.service-grid-card > :is([class*="badge"], [class*="index"], [class*="num"]) {
		float: none !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		margin: 0 0 0.6rem 0 !important;
		align-self: flex-start;
	}
}

@media (width >= 960px) {
	.service-hero-description {
		max-width: 34rem !important;
		white-space: normal !important;
	}
}

/* Audit hero points: single row, no wrapping */
.service-hero--audit .audit-hero-points {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0.75rem !important;
	overflow: visible !important;
	min-width: 0;
	width: max-content;
	max-width: 100%;
}

.service-hero--audit .audit-hero-points > .audit-hero-point {
	flex: 0 0 auto !important;
	width: max-content;
	max-width: 100%;
	min-width: 0;
	white-space: nowrap !important;
	overflow: visible !important;
	text-overflow: clip !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

/* Smooth FAQ expansion */
.faq-content {
	display: block;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translate3d(0, -6px, 0);
	transition: max-height .35s ease, opacity .25s ease, transform .35s ease;
	will-change: max-height, opacity, transform;
}

.faq-item.is-open .faq-content {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* Kompleksnoe soprovozhdenie: forbid word breaks inside hero title */
body.buhgalterija-page .service-hero-title {
	-webkit-hyphens: none !important;
	hyphens: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.faq-btn svg,
.faq-btn i[data-lucide],
.faq-btn i {
	transition: transform .25s ease;
}

/* Lead form section must have full border on all sides */
.service-section.service-section--form.service-section--lead-full.reveal.active {
	border: 1px solid rgba(203, 213, 225, 0.88) !important;
}

.service-section h2 {
	font-size: 1.5rem;
}

.audit-page .service-section h2 {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}

.audit-page .service-section--risks > h2 {
	display: block;
}

.audit-page .service-section--risks > h2::before {
	content: none !important;
	display: none !important;
}

body.support-page .service-section--risks > h2 {
	display: block;
}

body.support-page .service-section--risks > h2::before {
	content: none !important;
	display: none !important;
}

@media (width >= 960px) {
	body.home-page .hero .hero-actions {
		padding-left: clamp(2rem, 7vw, 6rem);
	}
}

@media (width < 960px) {
	body.buhgalterija-page .buhgalterija-rates.is-mobile-slider .buhgalterija-pricing-grid {
		display: flex !important;
		gap: 0.9rem;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.35rem;
	}

	body.buhgalterija-page .buhgalterija-rates.is-mobile-slider .buhgalterija-pricing-grid::-webkit-scrollbar {
		display: none;
	}

	body.buhgalterija-page .buhgalterija-rates.is-mobile-slider .buhgalterija-pricing-card {
		flex: 0 0 calc(100% - 0.2rem);
		max-width: calc(100% - 0.2rem);
		scroll-snap-align: start;
		min-width: 0;
	}

	body.buhgalterija-page .buhgalterija-rates .buhgalterija-rates-controls {
		display: flex;
		justify-content: center;
		gap: 0.6rem;
		margin-top: 0.9rem;
	}

	body.buhgalterija-page .buhgalterija-rates .buhgalterija-rates-control {
		width: 2.35rem;
		height: 2.35rem;
		border-radius: 999px;
		border: 1px solid #cbd5e1;
		background: #fff;
		color: #1e293b;
		font-size: 1rem;
		line-height: 1;
		cursor: pointer;
	}

	body.buhgalterija-page .buhgalterija-rates .buhgalterija-rates-control:disabled {
		opacity: 0.4;
		cursor: default;
	}

	.service-section--faq .service-faq,
	.home-faq .service-faq {
		grid-template-columns: 1fr !important;
	}
}

/* Kompleksnoe: fixed two-line hero title */
.service-hero-title--no-hyphen {
	white-space: normal;
}

.service-hero-title--no-hyphen br {
	display: block;
}

.service-hero-title--no-hyphen .title-line-nowrap {
	white-space: nowrap;
	display: inline-block;
}


