:root{--primary:#062b57;--secondary:#10a82f;--accent:#ff6200;--ink:#10243e;--muted:#617087;--line:#e5ebf2;--soft:#f5f8fb;--white:#fff;--radius:16px;--shadow:0 8px 28px rgba(6,43,87,.09);--wrap:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Tahoma","Arial",sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}body.has-mobile-contact-bar{padding-bottom:calc(58px + env(safe-area-inset-bottom))}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}button,input,select,textarea{font:inherit}.scp-wrap{width:min(calc(100% - 28px),var(--wrap));margin-inline:auto}.narrow{max-width:820px}.screen-reader-text,.skip-link{position:absolute;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}.skip-link:focus{clip:auto;width:auto;height:auto;z-index:9999;background:#fff;padding:10px}.scp-topbar{background:var(--primary);color:#fff;font-size:13px}.scp-topbar .scp-wrap{display:flex;justify-content:space-between;padding-block:5px}.site-header{position:relative;z-index:100;background:var(--header-bg);border-bottom:1px solid var(--line)}.has-sticky-header .site-header{position:sticky;top:0}.header-inner{height:72px;display:flex;align-items:center;gap:20px}.site-branding{flex:0 0 auto}.custom-logo,.scp-text-logo img{width:auto;height:52px;max-width:175px;object-fit:contain}.desktop-nav{margin-inline:auto}.desktop-nav ul,.mobile-nav ul,.site-footer ul{list-style:none;margin:0;padding:0}.desktop-nav>ul{display:flex;align-items:center;gap:22px}.desktop-nav a{font-size:14px;font-weight:700;color:var(--header-text)}.header-number{display:flex;align-items:center;gap:7px;font-weight:800;direction:ltr;white-space:nowrap}.header-number svg,.scp-btn svg,.mobile-actions svg,.mobile-contact-bar svg{width:20px;height:20px;fill:currentColor;flex:none}.desktop-actions .scp-actions{gap:7px}.desktop-actions .scp-btn{padding:9px 12px;font-size:13px}.mobile-actions,.mobile-nav{display:none}.scp-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.scp-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:10px 18px;border:0;border-radius:11px;font-weight:800;color:#fff;cursor:pointer;transition:transform .2s,filter .2s}.scp-btn:hover{color:#fff;filter:brightness(.95);transform:translateY(-1px)}.scp-call,.scp-primary,.scp-submit{background:var(--accent)}.scp-whatsapp{background:#0cad35}.mobile-contact-bar{position:fixed;z-index:1000;bottom:0;inset-inline:0;display:grid;grid-template-columns:1.08fr 1fr;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -5px 22px rgba(0,0,0,.18);background:#fff}.mobile-contact-bar a{min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-weight:900}.mobile-contact-bar a:first-child{background:var(--accent)}.mobile-contact-bar a:last-child{background:#0cad35}.hero{background:linear-gradient(135deg,#f4fbf6 0,#fff 48%,#f4f7fb 100%);padding:48px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.scp-eyebrow{display:inline-block;color:var(--secondary);font-size:14px;font-weight:900;margin-bottom:8px}.hero h1,.page-hero h1{font-size:clamp(32px,4.5vw,58px);line-height:1.25;margin:0 0 14px;color:var(--primary);letter-spacing:-.02em}.hero-copy>p{font-size:18px;color:var(--muted);max-width:650px;margin:0 0 22px}.hero .scp-actions{margin:20px 0 16px}.trust-row{display:flex;gap:15px;flex-wrap:wrap;font-size:14px;font-weight:700}.trust-row span{color:#38506c}.offer{display:inline-block;background:#fff3e9;color:#a84100;border:1px solid #ffd8bd;padding:7px 12px;border-radius:9px;font-weight:800}.hero-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.hero-form h2{margin:0;color:var(--primary);font-size:25px}.hero-form>p{margin:2px 0 14px;color:var(--muted);font-size:14px}.scp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.scp-form label{display:block}.scp-form label span{display:block;font-size:13px;font-weight:700;margin-bottom:3px}.scp-form input,.scp-form select,.scp-form textarea{width:100%;min-height:46px;border:1px solid #ccd6e1;border-radius:9px;padding:9px 11px;background:#fff;color:var(--ink)}.scp-form textarea{min-height:78px;resize:vertical}.scp-form .wide{grid-column:1/-1}.scp-form .scp-submit{width:100%;margin-top:11px}.scp-hp{position:absolute!important;inset-inline-start:-9999px!important}.scp-form-status{margin-top:8px;font-size:14px;font-weight:700}.scp-form-status.success{color:#087d27}.scp-form-status.error{color:#b42318}.section{padding:68px 0}.section.tint{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}.section-head h2,.split h2,.entry-content h2{font-size:clamp(26px,3vw,38px);line-height:1.3;color:var(--primary);margin:0 0 8px}.section-head p,.split p{color:var(--muted);margin:0}.text-link,.card-link{display:inline-flex;align-items:center;gap:2px;color:var(--secondary);font-weight:800;white-space:nowrap}.text-link svg,.card-link svg{width:18px;height:18px;fill:currentColor}.scp-rtl .text-link svg,.scp-rtl .card-link svg{transform:rotate(180deg)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.services-grid{grid-template-columns:repeat(4,1fr)}.scp-card{border:1px solid var(--line);background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 15px rgba(6,43,87,.05);transition:transform .2s,box-shadow .2s}.scp-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-media{aspect-ratio:16/10;display:block;background:#eaf2f9;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover}.fallback-media{display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#14548f);color:#fff;font-size:22px;font-weight:900}.card-icon{height:80px;width:80px;border-radius:18px;background:#eaf8ee;color:var(--secondary);display:grid;place-items:center;margin:18px 18px 0;font-size:36px}.card-body{padding:17px}.card-body h3{font-size:20px;line-height:1.35;margin:0 0 8px;color:var(--primary)}.card-body p{margin:0 0 12px;color:var(--muted);font-size:14px}.post-card time{font-size:12px;color:var(--muted)}.split{display:grid;grid-template-columns:1fr .82fr;gap:48px;align-items:start}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.benefits span{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-weight:700}.process{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:var(--shadow)}.process h3{margin-top:0;color:var(--primary);font-size:24px}.process ol{list-style:none;margin:0;padding:0}.process li{display:flex;gap:13px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.process li:last-child{border:0}.process b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--secondary);color:#fff;flex:none}.process strong,.process span{display:block}.process span{font-size:14px;color:var(--muted)}.area-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.area-card{display:flex;gap:14px;border:1px solid var(--line);border-radius:14px;padding:17px;background:#fff}.area-pin{width:44px;height:44px;border-radius:12px;background:#eaf8ee;color:var(--secondary);display:grid;place-items:center;font-size:24px;flex:none}.area-card h3{margin:0;color:var(--primary)}.area-card p{font-size:14px;color:var(--muted);margin:3px 0 7px}.faq-list{max-width:850px;margin:auto}.faq-list details{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:10px;padding:0 17px}.faq-list summary{cursor:pointer;padding:15px 0;font-weight:800;color:var(--primary)}.faq-list details div,.faq-list details>p{color:var(--muted);margin:0;padding:0 0 15px}.page-hero{padding:48px 0;background:linear-gradient(135deg,#f2f8fd,#f8fcf9);border-bottom:1px solid var(--line)}.page-hero.compact{padding:34px 0}.page-hero p{color:var(--muted);font-size:17px;max-width:700px}.page-hero .scp-actions{margin-top:18px}.breadcrumbs{display:flex;gap:7px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:16px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;align-items:start}.entry-content{font-size:17px}.entry-content h2{font-size:29px;margin-top:34px}.entry-content h3{font-size:21px;color:var(--primary);margin-top:25px}.entry-content p,.entry-content li{color:#344b65}.entry-image{width:100%;border-radius:var(--radius);margin-bottom:25px}.sticky-card{position:sticky;top:96px;background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.sticky-card h2{font-size:23px;color:var(--primary);margin-top:0}.sticky-card .scp-actions{display:grid}.mini-links{display:flex;gap:8px;flex-wrap:wrap}.mini-links a{background:var(--soft);border:1px solid var(--line);border-radius:8px;padding:7px 10px;font-weight:700}.related{margin-top:42px;padding-top:28px;border-top:1px solid var(--line)}.post-meta{display:flex;gap:12px;color:var(--muted);font-size:14px}.post-actions{margin-top:30px}.navigation.pagination{margin-top:30px}.nav-links{display:flex;gap:6px;justify-content:center}.page-numbers{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px}.page-numbers.current{background:var(--primary);color:#fff}.scp-final-cta{background:var(--primary);color:#fff;padding:34px 0}.scp-final-cta .scp-wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}.scp-final-cta h2{font-size:30px;margin:0 0 4px}.scp-final-cta p{margin:0;color:#dce7f3}.site-footer{background:#041f3e;color:#d6e1ec;padding:50px 0 18px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:30px}.site-footer h2{color:#fff;font-size:18px;margin:0 0 13px}.site-footer li{margin:7px 0}.site-footer a{color:#d6e1ec}.footer-brand img{background:#fff;border-radius:8px;padding:4px}.footer-brand p{font-size:14px}.footer-brand .scp-btn{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:13px}.footer-bottom ul{display:flex;gap:14px}.error-404{text-align:center}.big-404{font-size:100px;line-height:1;font-weight:900;color:var(--primary)}.error-404 .scp-actions{justify-content:center;margin-top:20px}
@media(max-width:1024px){.desktop-nav,.header-number{display:none}.desktop-actions{margin-inline-start:auto}.services-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid section:last-child{grid-column:1/-1}.hero-grid{gap:26px}.header-inner{height:66px}}
@media(max-width:768px){body{font-size:15px}.scp-wrap{width:min(calc(100% - 22px),var(--wrap))}.header-inner{height:60px;gap:8px}.site-branding{width:82px}.custom-logo,.scp-text-logo img{height:46px;max-width:82px}.desktop-actions{display:none}.mobile-actions{margin-inline-start:auto;display:flex;align-items:center;gap:5px}.mobile-actions a,.menu-toggle{height:42px;min-width:42px;border-radius:8px;border:0;display:flex;align-items:center;justify-content:center;gap:4px;color:#fff;font-size:11px;font-weight:900;padding:5px 8px}.mini-call{background:var(--accent)}.mini-wa{background:#0cad35}.menu-toggle{background:var(--primary);cursor:pointer}.mobile-actions svg{width:18px}.mobile-nav{position:absolute;top:100%;inset-inline:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 12px 24px rgba(0,0,0,.12);padding:8px 16px}.mobile-nav.open{display:block}.mobile-nav li{border-bottom:1px solid var(--line)}.mobile-nav li:last-child{border:0}.mobile-nav a{display:block;padding:11px 3px;font-weight:800}.hero{padding:28px 0}.hero-grid{grid-template-columns:1fr;gap:22px}.hero h1,.page-hero h1{font-size:32px}.hero-copy>p{font-size:16px}.hero-form{padding:17px}.section{padding:44px 0}.section-head{align-items:start;margin-bottom:18px}.section-head h2,.split h2{font-size:27px}.services-grid,.card-grid{grid-template-columns:repeat(2,1fr);gap:12px}.split,.content-layout{grid-template-columns:1fr;gap:24px}.area-grid{grid-template-columns:1fr}.sticky-card{position:static}.scp-final-cta .scp-wrap{display:block}.scp-final-cta .scp-actions{margin-top:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-grid section:first-child,.footer-grid section:last-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom ul{flex-wrap:wrap}.page-hero{padding:32px 0}.entry-content{font-size:16px}}
@media(max-width:430px){.scp-wrap{width:calc(100% - 18px)}.site-branding{width:70px}.custom-logo,.scp-text-logo img{height:42px;max-width:70px}.mobile-actions a,.menu-toggle{min-width:39px;height:40px;padding:4px 7px}.mini-wa span{display:none}.hero{padding:22px 0}.hero h1,.page-hero h1{font-size:28px}.hero-copy>p{margin-bottom:14px}.hero .scp-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-block:15px}.hero .scp-btn{padding:9px 10px}.trust-row{gap:7px;font-size:12px}.hero-form h2{font-size:22px}.scp-form-grid{grid-template-columns:1fr}.scp-form .wide{grid-column:auto}.section{padding:37px 0}.section-head{display:block}.section-head .text-link{margin-top:8px}.services-grid,.card-grid{grid-template-columns:1fr}.card-icon{height:62px;width:62px;font-size:29px}.benefits{grid-template-columns:1fr}.area-card{padding:14px}.scp-final-cta h2{font-size:25px}.scp-final-cta .scp-actions{display:grid;grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-grid section{grid-column:1!important}.entry-content h2{font-size:25px}.big-404{font-size:72px}}
@media(max-width:360px){.site-branding{width:57px}.custom-logo,.scp-text-logo img{max-width:57px;height:38px}.mobile-actions{gap:3px}.mobile-actions a,.menu-toggle{min-width:37px;height:38px;padding:3px 6px}.mobile-actions span{font-size:10px}.hero h1,.page-hero h1{font-size:25px}.scp-actions .scp-btn{font-size:13px}.mobile-contact-bar a{font-size:14px}}
@media(min-width:769px){body{padding-bottom:0!important}.mobile-contact-bar{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.language-switcher{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden;direction:ltr;flex:none}.language-switcher a{padding:6px 8px;font-size:11px;font-weight:800;color:var(--primary);background:#fff;line-height:1.4}.language-switcher a.active{background:var(--primary);color:#fff}.scp-ltr{direction:ltr;text-align:left}.scp-ltr .scp-form input,.scp-ltr .scp-form select,.scp-ltr .scp-form textarea{text-align:left}@media(max-width:768px){.language-switcher{order:2}.mobile-actions{order:3}.language-switcher a{padding:5px 6px;font-size:10px}}@media(max-width:390px){.language-switcher a:first-child{display:none}.language-switcher a{padding:5px 7px}.scp-ltr .language-switcher a:first-child{display:block}.scp-ltr .language-switcher a:last-child{display:none}}
