/* ===== site.css ===== */
:root{--ink:#06174f;--blue:#1689ee;--sky:#eef6ff;--line:#dfeafa;--muted:#65718a;--white:#fff;--dark:#061447;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Tahoma,Arial,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(6,23,79,.06);backdrop-filter:blur(12px)}.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:20px}.brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#55c4ff,#1471da);font-size:17px}.site-nav{margin-right:auto}.site-nav__list,.footer-links{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none;font-weight:700;font-size:14px}.site-nav a:hover,.footer-links a:hover,.text-link:hover{color:var(--blue)}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 24px;border:0;border-radius:8px;background:linear-gradient(135deg,#44bafd,#1479e4);color:#fff;font:700 15px inherit;cursor:pointer;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(22,137,238,.24)}.button--small{min-height:40px;padding:0 16px;font-size:13px}.button--outline{border:1px solid #2ba3f2;background:transparent;color:#167fe2}.text-link{font-weight:800;color:#197fe0}.text-link b{display:inline-block;margin-right:6px;transition:transform .2s}.text-link:hover b{transform:translateX(-4px)}.menu-toggle{display:none}.hero{overflow:hidden;padding:78px 0 64px;background:radial-gradient(circle at 15% 30%,#1669d1 0,#08184d 49%,#07184a 100%);color:#fff}.hero-grid,.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.hero-copy h1{max-width:620px;margin:14px 0;font-size:clamp(37px,5vw,68px);line-height:1.16;letter-spacing:-1.5px}.hero-copy h1 span{color:#6fcbff}.hero-copy>p{max-width:570px;color:#dce8ff;font-size:18px}.eyebrow{display:inline-flex;margin:0 0 8px;padding:3px 10px;border-radius:4px;background:#e2f1ff;color:#1785e8;font-size:12px;font-weight:800}.eyebrow--light{background:rgba(96,202,255,.16);color:#8ed7ff}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:30px}.hero .text-link{color:#fff}.hero-stats{display:flex;gap:42px;margin-top:45px}.hero-stats div{display:grid}.hero-stats strong{font-size:28px;color:#61c7ff}.hero-stats span{font-size:13px;color:#d5e4ff}.hero-media{position:relative}.hero-media img{width:100%;min-height:470px;object-fit:cover;clip-path:polygon(9% 0,100% 0,100% 88%,89% 100%,0 100%,0 9%);border-radius:24px}.hero-badge{position:absolute;bottom:25px;right:-20px;padding:16px 20px;background:#fff;color:var(--ink);box-shadow:0 16px 45px rgba(0,0,0,.2);border-radius:12px;font-size:13px}.hero-badge strong{color:#1887ec}.section{padding:98px 0}.section--muted{background:var(--sky)}.section--dark{background:var(--dark);color:#fff}.section-heading{text-align:center;max-width:680px;margin:0 auto 46px}.section-heading h2,.about-copy h2,.contact h2{margin:0;font-size:clamp(28px,3.5vw,46px);line-height:1.25;letter-spacing:-.7px}.section-heading>p:not(.eyebrow){margin:12px 0 0;color:var(--muted)}.section-heading--row{max-width:none;display:flex;justify-content:space-between;align-items:end;text-align:right}.section-heading--row .text-link{margin-bottom:7px}.section-heading--light .eyebrow{background:rgba(255,255,255,.12)}.section-heading--light>p:not(.eyebrow){color:#dbe6ff}.service-grid,.project-grid,.post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(15,62,135,.11)}.service-card i{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#e8f5ff;color:#1688ed;font-style:normal;font-size:27px}.service-card h3{margin:18px 0 8px;font-size:19px}.service-card p{margin:0 0 15px;color:var(--muted);font-size:14px}.service-card a{color:#1689ed;font-weight:800;font-size:13px}.about-media{position:relative}.about-media img{width:90%;height:470px;object-fit:cover;border-radius:24px}.floating-stat{position:absolute;left:0;bottom:28px;padding:18px 25px;background:#fff;box-shadow:0 15px 36px rgba(13,70,155,.13);border-radius:12px}.floating-stat strong{display:block;color:#1689ed;font-size:31px}.floating-stat span{font-size:13px;color:var(--muted)}.about-copy p:not(.eyebrow){color:var(--muted);font-size:17px}.check-list{margin:25px 0;padding:0;list-style:none}.check-list li{position:relative;margin:9px 0;padding-right:26px}.check-list li:before{content:'✓';position:absolute;right:0;top:3px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#1689ed;color:#fff;font-size:11px}.projects{overflow:hidden}.project-grid{grid-template-columns:repeat(3,1fr)}.project-card{position:relative;min-height:270px;overflow:hidden;border-radius:15px;background:#e6edf7}.project-card img{width:100%;height:100%;min-height:270px;object-fit:cover;transition:transform .5s}.project-card:hover img{transform:scale(1.06)}.project-overlay{position:absolute;inset:auto 0 0;display:flex;align-items:end;gap:5px;padding:42px 20px 18px;color:#fff;background:linear-gradient(transparent,rgba(1,13,49,.88))}.project-overlay small{position:absolute;bottom:49px;color:#aee4ff}.project-overlay strong{font-size:18px}.project-overlay b{margin-right:auto;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#1f9df3}.testimonial-slider{overflow:hidden}.testimonial-track{display:flex;gap:20px;transition:transform .5s ease}.testimonial{flex:0 0:calc((100% - 40px)/3);flex-basis:calc((100% - 40px)/3);min-height:270px;margin:0;padding:30px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(255,255,255,.06)}.stars{color:#58c3ff;letter-spacing:3px}.testimonial blockquote{margin:18px 0;font-size:16px}.testimonial figcaption{display:flex;align-items:center;gap:10px}.testimonial figcaption>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#1a99ea;color:#fff;font-weight:800}.testimonial figcaption div{display:grid}.testimonial figcaption small{color:#a9c6e8}.slider-controls{display:flex;justify-content:center;gap:10px;margin-top:25px;direction:rtl}.slider-controls button{display:grid;place-items:center;width:45px;height:45px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#fff;color:var(--ink);font-size:20px;cursor:pointer}.post-grid{grid-template-columns:repeat(3,1fr)}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff}.post-card img{width:100%;height:205px;object-fit:cover}.post-card>div{padding:20px}.post-card small,.post-date{color:#6580a4;font-size:13px}.post-card h3,.post-card h2{margin:8px 0 15px;font-size:20px;line-height:1.45}.contact{padding:80px 0;background:linear-gradient(125deg,#06154a,#0e4fa7);color:#fff}.contact-grid{gap:90px}.contact p:not(.eyebrow){color:#cfddfa;font-size:17px}.contact-phone{display:inline-block;margin-top:13px;font-size:23px;font-weight:800;direction:ltr}.contact-form{display:grid;gap:12px;padding:27px;background:#fff;border-radius:15px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #dbe7f5;border-radius:7px;padding:13px 14px;font:inherit;color:var(--ink);resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid #8cd1ff;border-color:transparent}.form-status{margin:0;color:#1478d5;font-size:13px}.site-footer{padding-top:55px;background:#f4f8fe}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:42px}.brand--footer{margin-bottom:12px}.footer-grid p{color:var(--muted);max-width:310px}.footer-grid h3{margin:0 0 10px;font-size:17px}.footer-grid a{display:block;margin:5px 0;color:var(--muted)}.footer-links{display:grid;gap:4px}.footer-bottom{padding:16px 0;border-top:1px solid #dce7f4;color:#71809a;font-size:13px}.page-hero{padding:85px 0 50px;background:var(--sky)}.page-content,.single-post{padding:60px 0;max-width:850px}.single-post h1{font-size:clamp(33px,4vw,56px);line-height:1.25}.single-post>img{margin:25px 0;border-radius:14px}.entry-content{font-size:18px}.screen-reader-text{position:absolute!important;overflow:hidden;width:1px;height:1px;clip:rect(1px,1px,1px,1px)}@media(max-width:900px){.header-inner{gap:15px}.site-nav{display:none;position:absolute;top:78px;right:0;left:0;padding:20px;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.1)}.is-menu-open .site-nav{display:block}.site-nav__list{display:grid;gap:12px}.menu-toggle{display:inline-flex;align-items:center;gap:7px;margin-right:auto;border:0;background:transparent;color:var(--ink);font:700 14px inherit}.menu-toggle span{width:18px;height:12px;border-block:2px solid;position:relative}.menu-toggle span:after{content:'';position:absolute;right:0;left:0;top:4px;border-top:2px solid}.header-inner>.button{display:none}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:35px}.hero{padding-top:55px}.hero-media{order:-1}.hero-media img{min-height:330px}.hero-copy h1{font-size:43px}.service-grid{grid-template-columns:repeat(2,1fr)}.about-media img{width:100%;height:360px}.project-grid{grid-template-columns:repeat(2,1fr)}.testimonial{flex-basis:100%}.post-grid{grid-template-columns:1fr}.section{padding:70px 0}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.hero-copy h1{font-size:35px}.hero-stats{gap:20px}.hero-actions{gap:15px}.service-grid,.project-grid{grid-template-columns:1fr}.section-heading--row{display:grid;gap:15px;align-items:start}.project-card,.project-card img{min-height:245px}.footer-grid{grid-template-columns:1fr;gap:20px}.contact{padding:60px 0}.hero-badge{right:12px}.testimonial{min-height:245px}}


/* ===== reference.css ===== */
.ref-home{overflow:hidden;color:#07194f}.ref-home h1,.ref-home h2,.ref-home h3,.ref-home p{margin-top:0}.ref-section{padding:88px 0}.ref-label{display:inline-block;margin-bottom:10px;padding:4px 11px;border-radius:3px;background:#e4f3ff;color:#168bed;font-size:11px;font-weight:800}.ref-label--dark{background:rgba(88,191,255,.16);color:#bfe8ff}.ref-title{max-width:620px;margin:0 auto 38px;text-align:center}.ref-title h2{margin-bottom:10px;font-size:clamp(29px,3.4vw,43px);line-height:1.22}.ref-title--row{max-width:none;display:flex;align-items:end;justify-content:space-between;text-align:right}.ref-hero{position:relative;padding:70px 0 0;color:#fff;background:linear-gradient(108deg,#061545 0%,#061b58 57%,#123d85 100%)}.ref-hero:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 15% 10%,rgba(49,180,255,.28),transparent 24%)}.ref-hero__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:420px;align-items:center;gap:40px}.ref-hero h1{font-size:clamp(40px,5vw,67px);line-height:1.06;letter-spacing:-1.6px}.ref-hero h1 em{font-style:normal;color:#57c4ff}.ref-hero p{max-width:570px;color:#d8e8ff}.ref-actions{display:flex;align-items:center;gap:13px;margin-top:25px}.ref-actions small{color:#c4dcff}.ref-play{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#1597f5;color:#fff}.ref-hero__image{height:100%;align-self:end;overflow:hidden;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%,0 14%)}.ref-hero__image img{width:100%;height:420px;object-fit:cover;opacity:.8}.ref-hero__features{position:relative;bottom:-28px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ref-hero__features article{display:flex;align-items:center;gap:13px;padding:19px;background:#fff;color:#07194f;border-radius:7px;box-shadow:0 14px 27px rgba(1,18,70,.14)}.ref-hero__features b{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#e1f3ff;color:#168bed}.ref-hero__features strong,.ref-hero__features span{display:block;font-size:13px}.ref-hero__features span{color:#78849a;font-size:11px}.ref-intro{padding-top:125px}.ref-two{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.ref-experience{position:relative;max-width:460px;margin:auto}.ref-experience img{width:100%;height:390px;object-fit:cover;border-radius:50%;border:15px solid #eef7ff}.ref-experience div{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;transform:translate(-50%,-50%);width:175px;height:175px;border-radius:50%;background:#fff;box-shadow:0 16px 40px rgba(19,90,170,.18)}.ref-experience strong{color:#1b9bf0;font-size:42px}.ref-experience span{font-size:12px}.ref-two h2{font-size:clamp(30px,3.5vw,47px);line-height:1.2}.ref-two p,.ref-service-grid p,.ref-why p,.ref-process__grid p,.ref-blog-grid p{color:#71809a}.ref-list{padding:0;list-style:none}.ref-list li{margin:9px 0;padding-right:25px;position:relative}.ref-list li:before{content:'✓';position:absolute;right:0;top:3px;color:#fff;background:#168bed;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;font-size:10px}.ref-brands{display:flex;justify-content:space-between;gap:20px;margin-top:55px;color:#4776b6;font-weight:800;font-size:15px}.ref-services,.ref-contact,.ref-blog{background:#f3f9ff}.ref-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ref-service-grid article{padding:31px 23px;border-radius:8px;background:#fff;text-align:center;box-shadow:0 15px 30px rgba(22,73,139,.06)}.ref-service-grid i{display:grid;place-items:center;width:42px;height:42px;margin:-51px auto 18px;border-radius:50%;background:#168bed;color:#fff;font-style:normal}.ref-service-grid h3{font-size:16px}.ref-service-grid p{font-size:12px}.ref-service-grid a,.ref-blog-grid a{color:#188ce9;font-size:12px;font-weight:800}.ref-why__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:75px}.ref-why h2{font-size:clamp(30px,3.5vw,45px)}.ref-mini-stats{display:flex;gap:17px}.ref-mini-stats div{padding:17px 24px;border-radius:6px;background:#fff;box-shadow:0 12px 29px rgba(27,77,147,.1)}.ref-mini-stats strong,.ref-mini-stats span{display:block}.ref-mini-stats strong{color:#168bed;font-size:27px}.ref-mini-stats span{font-size:11px;color:#6e7d95}.ref-why__cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ref-vision{grid-row:span 2;position:relative;min-height:315px;overflow:hidden;border-radius:8px;background:#0a265f}.ref-vision img{width:100%;height:100%;object-fit:cover;opacity:.65}.ref-vision span{position:absolute;right:20px;bottom:20px;color:#fff;font-size:21px;font-weight:800}.ref-why__cards article{min-height:150px;display:grid;place-content:center;gap:9px;border-radius:8px;background:#eef7ff;color:#168bed;font-size:28px;text-align:center}.ref-why__cards strong{color:#07194f;font-size:15px}.ref-form{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:970px;margin:auto;padding:30px;border-radius:8px;background:#fff;box-shadow:0 17px 40px rgba(27,78,146,.1)}.ref-form__inputs{display:grid;grid-template-columns:1fr 1fr;gap:13px}.ref-form input,.ref-form textarea{width:100%;padding:13px;border:1px solid #e0eaf7;border-radius:4px;font:inherit}.ref-form textarea{margin-bottom:12px;resize:vertical}.ref-projects{padding-bottom:70px}.ref-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ref-project{position:relative;min-height:230px;overflow:hidden;border-radius:7px;background:#dceafa}.ref-project img{width:100%;height:100%;min-height:230px;object-fit:cover}.ref-project a{position:absolute;inset:auto 0 0;padding:35px 16px 14px;color:#fff;background:linear-gradient(transparent,rgba(2,15,55,.9))}.ref-project small,.ref-project strong{display:block}.ref-project strong{font-size:15px}.ref-project b{position:absolute;left:16px;bottom:15px}.ref-counters{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:26px;border:1px solid #e5effa;background:#e5effa}.ref-counters span{padding:16px;background:#fff;text-align:center;color:#748097;font-size:12px}.ref-counters b{display:block;color:#168bed;font-size:23px}.ref-process{background:#f6fbff}.ref-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:27px;text-align:center}.ref-process__grid i{display:grid;place-items:center;width:45px;height:45px;margin:auto auto 14px;border-radius:50%;background:#168bed;color:#fff;font-style:normal;font-size:12px;box-shadow:0 0 0 8px #e7f5ff}.ref-process__grid h3{font-size:15px}.ref-process__grid p{font-size:12px}.ref-video{padding:0 0 86px;background:#f6fbff}.ref-video__image{position:relative;overflow:hidden;height:270px;border-radius:7px}.ref-video__image:after{content:'';position:absolute;inset:0;background:rgba(3,20,65,.38)}.ref-video__image img{width:100%;height:100%;object-fit:cover}.ref-video__image button{position:absolute;z-index:1;top:50%;right:50%;width:65px;height:65px;border:0;border-radius:50%;background:#2ba9fb;color:#fff;font-size:22px;transform:translate(50%,-50%);cursor:pointer}.ref-testimonials{background:#eef7ff}.ref-testimonial-wrap{display:grid;grid-template-columns:340px 1fr;align-items:center;gap:75px;max-width:910px}.ref-testimonial-wrap>img{width:300px;height:300px;object-fit:cover;border-radius:50%;margin:auto}.ref-stars{margin:15px 0;color:#1a9cf0;letter-spacing:3px}.ref-testimonial-wrap blockquote{margin:0 0 18px;font-size:17px;line-height:1.9}.ref-client{display:flex;align-items:center;gap:10px}.ref-client>b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#168bed;color:#fff}.ref-client span{display:grid}.ref-client small{color:#758199}.ref-arrows{display:flex;gap:8px;margin-top:15px}.ref-arrows button{width:30px;height:30px;border:1px solid #d5e9fb;border-radius:50%;background:#fff;color:#168bed}.ref-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ref-blog-grid article{overflow:hidden;border-radius:7px;background:#fff}.ref-blog-grid img{width:100%;height:170px;object-fit:cover}.ref-blog-grid article>div{padding:17px}.ref-blog-grid small{color:#6d8cb4}.ref-blog-grid h3{margin:8px 0;font-size:17px;line-height:1.45}.ref-blog-grid p{font-size:12px}.ref-home+.site-footer{background:#06164b;color:#fff}.ref-home+.site-footer .footer-grid p,.ref-home+.site-footer .footer-grid a,.ref-home+.site-footer .footer-bottom{color:#c8d8f5}.ref-home+.site-footer .footer-bottom{border-color:rgba(255,255,255,.12)}
@media(max-width:900px){.ref-hero__grid,.ref-two,.ref-why__grid,.ref-testimonial-wrap{grid-template-columns:1fr;gap:35px}.ref-hero__grid{padding-bottom:50px}.ref-hero__image{display:none}.ref-hero__features,.ref-service-grid,.ref-process__grid{grid-template-columns:repeat(2,1fr)}.ref-hero__features{bottom:-22px}.ref-intro{padding-top:95px}.ref-brands{flex-wrap:wrap}.ref-form{grid-template-columns:1fr}.ref-project-grid,.ref-blog-grid{grid-template-columns:repeat(2,1fr)}.ref-testimonial-wrap>img{display:none}}@media(max-width:560px){.ref-section{padding:62px 0}.ref-hero{padding-top:55px}.ref-hero h1{font-size:39px}.ref-hero__features,.ref-service-grid,.ref-process__grid,.ref-project-grid,.ref-blog-grid,.ref-form__inputs{grid-template-columns:1fr}.ref-hero__features{position:static;margin-top:20px}.ref-title--row{display:grid;gap:15px;align-items:start}.ref-brands{justify-content:center}.ref-project{min-height:245px}.ref-project img{min-height:245px}.ref-counters{grid-template-columns:repeat(2,1fr)}.ref-form{padding:20px}.ref-video__image{height:200px}}


/* ===== precision.css ===== */
/* Homepage rebuilt from the supplied reference: compact, card based and motion ready. */
.ref-hero{background-image:url('../../../../uploads/2025/07/hero-3-2.jpg')}
:root{--ink:#07194f;--blue:#168bed;--sky:#f1f8ff;--line:#dcecff;--radius:6px}.container{max-width:1180px}.site-topbar{height:22px;background:#071443;color:#b9d5f7;font-size:9px}.site-topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between}.site-topbar a{color:inherit}.site-header{position:relative;z-index:30;height:50px;background:#fff;box-shadow:0 1px 0 rgba(6,25,79,.07)}.header-inner{height:50px}.site-nav__list{gap:27px}.site-nav__list a{font-size:12px}.brand{font-size:18px}.brand-mark{width:27px;height:27px}.site-header .button--small{padding:8px 14px;font-size:11px}
.ref-home{background:#fff}.ref-section{padding:75px 0}.ref-label{padding:5px 12px;margin-bottom:13px;font-size:10px;border-radius:2px}.ref-title{margin-bottom:43px}.ref-title h2{font-size:34px;letter-spacing:-.5px}.ref-title p{font-size:13px}.ref-hero{padding:0;background:#06174b url('../../../../uploads/2025/04/hero-3.jpg') center/cover no-repeat;isolation:isolate}.ref-hero:before{z-index:-1;background:linear-gradient(90deg,rgba(3,15,54,.94) 0%,rgba(4,22,67,.82) 42%,rgba(4,20,58,.35) 100%)}.ref-hero:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(130deg,transparent 0 75%,rgba(33,164,251,.22) 75% 100%)}.ref-hero__grid{min-height:388px;grid-template-columns:1.04fr .96fr;gap:0}.ref-hero__grid>div:first-child{max-width:560px;justify-self:end}.ref-hero__image{display:none}.ref-hero h1{font-size:50px;line-height:1.05;letter-spacing:-1.2px;margin-bottom:16px}.ref-hero h1 em{color:#42b8ff}.ref-hero p{font-size:14px;line-height:1.8;max-width:475px}.ref-actions{margin-top:21px}.ref-actions .button{padding:13px 20px;font-size:13px}.ref-play{width:42px;height:42px;box-shadow:0 0 0 7px rgba(40,163,246,.18)}.ref-hero__features{bottom:-19px;gap:12px;max-width:950px}.ref-hero__features article{min-height:68px;padding:14px 17px;border-radius:4px;box-shadow:0 10px 24px rgba(1,18,70,.15)}.ref-hero__features b{width:29px;height:29px;font-size:13px}.ref-hero__features strong{font-size:11px}.ref-hero__features span{font-size:9px;margin-top:3px}
.ref-intro{padding:93px 0 50px}.ref-two{grid-template-columns:.95fr 1.05fr;gap:74px;max-width:1030px}.ref-experience{width:370px;margin:0 auto}.ref-experience:before{content:'';position:absolute;inset:-18px;border:2px dashed #1a9cf0;border-radius:50%;opacity:.55;animation:spin-slow 22s linear infinite}.ref-experience img{height:330px;border-width:10px}.ref-experience div{width:128px;height:128px}.ref-experience strong{font-size:36px}.ref-experience span{font-size:10px}.ref-two h2{font-size:34px;margin-bottom:15px}.ref-two p{font-size:13px;line-height:1.85}.ref-list li{font-size:12px;margin:8px 0}.ref-list li:before{width:14px;height:14px;font-size:9px}.button--outline{padding:11px 18px;font-size:12px}.ref-brands{max-width:1060px;margin:45px auto 0;font-size:12px;color:#4c75ac}
.ref-services{padding:82px 0 92px}.ref-service-grid{gap:14px;max-width:980px;margin:auto}.ref-service-grid article{min-height:142px;padding:26px 16px 15px;border-radius:3px}.ref-service-grid i{width:39px;height:39px;margin:-47px auto 13px;transform:rotate(45deg);border-radius:3px}.ref-service-grid i::first-letter{display:block;transform:rotate(-45deg)}.ref-service-grid h3{font-size:13px;margin-bottom:6px}.ref-service-grid p{font-size:10px;line-height:1.65;margin-bottom:8px}.ref-service-grid a{font-size:10px}
.ref-why{padding:75px 0}.ref-why__grid{max-width:1020px;grid-template-columns:1fr 1fr;gap:68px}.ref-why h2{font-size:33px}.ref-why p{font-size:13px;line-height:1.8}.ref-mini-stats div{padding:14px 20px}.ref-mini-stats strong{font-size:24px}.ref-why__cards{gap:9px}.ref-vision{min-height:265px;border-radius:4px}.ref-why__cards article{min-height:128px;border-radius:4px;font-size:23px}.ref-why__cards strong{font-size:12px}
.ref-contact{padding:75px 0 86px}.ref-contact .ref-title{margin-bottom:30px}.ref-form{max-width:920px;padding:25px;gap:17px;border-radius:4px}.ref-form input,.ref-form textarea{font-size:11px;padding:12px}.ref-form textarea{height:160px}.ref-form .button{font-size:11px;padding:12px 18px}
.ref-projects{padding:70px 0 55px}.ref-title--row{align-items:center;margin-bottom:28px}.ref-title--row h2{font-size:30px;margin:0}.ref-filters{display:flex;gap:5px}.ref-filters button{padding:7px 13px;border:1px solid #d6e7f8;border-radius:2px;background:#fff;color:#5e6d80;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.ref-filters .is-active{background:#168bed;border-color:#168bed;color:#fff}.ref-project-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:160px 160px;gap:8px}.ref-project{min-height:0;border-radius:3px}.ref-project img{min-height:0}.ref-project--1,.ref-project--4{grid-row:span 2}.ref-project--1 img,.ref-project--4 img{height:328px}.ref-project a{padding:25px 12px 11px;opacity:0;transition:opacity .25s}.ref-project:hover a{opacity:1}.ref-project strong{font-size:12px}.ref-project small{font-size:9px}.ref-counters{max-width:980px;margin:25px auto 0}.ref-counters span{padding:10px;font-size:10px}.ref-counters b{display:inline;margin-left:7px;font-size:19px}
.ref-process{padding:67px 0 58px}.ref-process .ref-title{margin-bottom:36px}.ref-process__grid{max-width:960px;margin:auto;gap:25px;position:relative}.ref-process__grid:before{content:'';position:absolute;top:21px;right:11%;left:11%;border-top:2px dashed #9bd4ff}.ref-process__grid article{position:relative;z-index:1}.ref-process__grid i{width:42px;height:42px;margin-bottom:13px;font-size:10px}.ref-process__grid h3{font-size:12px}.ref-process__grid p{font-size:10px;line-height:1.6}.ref-video{padding:0 0 75px}.ref-video__image{height:205px;border-radius:3px}.ref-video__image button{width:58px;height:58px;font-size:18px;box-shadow:0 0 0 8px rgba(41,169,251,.14)}
.ref-testimonials{padding:72px 0}.ref-testimonial-wrap{grid-template-columns:275px 1fr;gap:66px;max-width:850px}.ref-testimonial-wrap>img{width:245px;height:245px}.ref-testimonial-wrap blockquote{font-size:15px;line-height:1.8;max-width:420px}.ref-stars{font-size:15px;margin:12px 0}.ref-client b{width:34px;height:34px}.ref-arrows{margin-top:11px}.ref-arrows button{width:28px;height:28px;cursor:pointer}.ref-blog{padding:72px 0 80px}.ref-blog-grid{max-width:980px;margin:auto;gap:15px}.ref-blog-grid img{height:142px}.ref-blog-grid article>div{padding:14px}.ref-blog-grid h3{font-size:14px}.ref-blog-grid p{font-size:10px;line-height:1.65}.footer-cta{padding:44px 0 48px;background:#f1f8ff;text-align:center}.footer-cta h2{margin:0 0 15px;color:#07194f;font-size:25px;line-height:1.25}.footer-cta .button{padding:11px 20px;font-size:12px}.site-footer{padding-top:0}.footer-grid{grid-template-columns:1.25fr 1fr 1fr 1fr;padding:42px 0 28px}.footer-grid h3{font-size:13px;margin-bottom:12px}.footer-grid p,.footer-grid a{font-size:11px}.footer-grid>div:not(:first-child){display:grid;align-content:start;gap:8px}.footer-subscribe{display:flex;max-width:180px;margin-top:15px}.footer-subscribe input{min-width:0;width:100%;padding:8px;border:0;border-radius:2px 0 0 2px;font:inherit;font-size:10px}.footer-subscribe button{width:35px;border:0;border-radius:0 2px 2px 0;background:#168bed;color:#fff;cursor:pointer}
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-visible{opacity:1;transform:none}.ref-project{transition:transform .25s ease,box-shadow .25s ease}.ref-project:hover{transform:translateY(-4px);box-shadow:0 12px 25px rgba(2,20,65,.16)}@keyframes spin-slow{to{transform:rotate(360deg)}}
@media(max-width:900px){.ref-hero__grid{grid-template-columns:1fr;min-height:440px}.ref-hero__grid>div:first-child{justify-self:stretch}.ref-hero h1{font-size:43px}.ref-project-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:180px 180px 180px}.ref-project--1,.ref-project--4{grid-row:span 1}.ref-project--1 img,.ref-project--4 img{height:180px}.ref-testimonial-wrap{grid-template-columns:1fr}.ref-testimonial-wrap>img{display:block}.site-nav__list{gap:15px}}
@media(max-width:560px){.site-topbar{display:none}.site-header,.header-inner{height:60px}.ref-hero__grid{min-height:410px}.ref-hero h1{font-size:35px}.ref-hero__features{display:grid}.ref-project-grid{grid-template-columns:1fr;grid-template-rows:none}.ref-project,.ref-project--1,.ref-project--4,.ref-project--1 img,.ref-project--4 img{height:220px}.ref-process__grid:before{display:none}.ref-counters{grid-template-columns:repeat(2,1fr)}}
.soodec-video-modal{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:25px;background:rgba(1,10,37,.86)}.soodec-video-modal>div{position:relative;width:min(880px,100%);aspect-ratio:16/9;background:#000}.soodec-video-modal iframe{width:100%;height:100%;border:0}.soodec-video-modal button{position:absolute;z-index:1;top:-14px;left:-14px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#07194f;font-size:25px;line-height:1;cursor:pointer}


/* ===== native-pages.css ===== */
.native-hero{padding:105px 0 95px;background:linear-gradient(120deg,#061544,#0b3278);color:#fff;text-align:center}.native-hero span{display:inline-block;margin-bottom:12px;padding:5px 12px;background:rgba(84,191,255,.18);color:#9ad8ff;font-size:12px}.native-hero h1{margin:0 0 14px;font-size:clamp(37px,5vw,62px);line-height:1.08}.native-hero p{max-width:620px;margin:auto;color:#d7eaff;line-height:1.8}.native-section{padding:85px 0;background:#fff}.native-services-grid,.native-projects-grid,.native-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.native-services-grid article,.native-pricing article{padding:30px;border:1px solid #e2edf8;border-radius:6px;background:#fff;box-shadow:0 12px 28px rgba(6,38,91,.06)}.native-services-grid i{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e4f3ff;color:#168bed;font-style:normal}.native-services-grid h2,.native-pricing h2{font-size:22px}.native-services-grid p{color:#63748f;line-height:1.8}.native-services-grid a{color:#168bed;font-weight:800}.native-project-card{position:relative;min-height:260px;overflow:hidden;border-radius:6px;background:#e5effa}.native-project-card img{width:100%;height:100%;min-height:260px;object-fit:cover;transition:transform .3s ease}.native-project-card:hover img{transform:scale(1.05)}.native-project-card a:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(2,14,55,.92))}.native-project-card span,.native-project-card h2{position:absolute;z-index:1;right:18px;color:#fff}.native-project-card span{bottom:58px;font-size:12px}.native-project-card h2{bottom:10px;margin:0;font-size:20px}.native-pricing{max-width:1000px;margin:auto}.native-pricing article{text-align:center}.native-pricing article:nth-child(2){border:2px solid #168bed;transform:translateY(-10px)}.native-pricing span{color:#168bed;font-size:12px;font-weight:800}.native-pricing strong{display:block;margin:21px 0;font-size:23px;color:#07194f}.native-faq{max-width:850px}.native-faq details{border-bottom:1px solid #dae7f6}.native-faq summary{display:flex;justify-content:space-between;padding:22px 4px;color:#07194f;font-size:19px;font-weight:800;cursor:pointer}.native-faq summary::marker{content:''}.native-faq summary b{color:#168bed}.native-faq p{padding:0 4px 20px;color:#66758d;line-height:1.85}.native-contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:25px;max-width:1000px}.native-contact aside{padding:38px;background:#07194f;color:#fff;border-radius:6px}.native-contact aside a{display:block;margin:16px 0;color:#aee0ff}.native-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:30px;background:#f3f9ff;border-radius:6px}.native-form input,.native-form textarea{width:100%;padding:14px;border:1px solid #d7e6f5;background:#fff;font:inherit}.native-form textarea{grid-column:span 2}.native-form .button{justify-self:start}.native-case__body{max-width:900px;padding:70px 0}.native-case__body>img{width:100%;margin-bottom:35px;border-radius:7px}.native-case__body .entry-content{line-height:2;color:#43516a}.native-case__body .button{margin-top:25px}@media(max-width:800px){.native-services-grid,.native-projects-grid,.native-pricing{grid-template-columns:1fr 1fr}.native-contact{grid-template-columns:1fr}.native-pricing article:nth-child(2){transform:none}}@media(max-width:520px){.native-services-grid,.native-projects-grid,.native-pricing,.native-form{grid-template-columns:1fr}.native-form textarea{grid-column:auto}.native-section{padding:60px 0}.native-hero{padding:80px 0}.native-faq summary{font-size:16px}}


/* ===== home3-exact.css ===== */
/* Native reconstruction of the Home 3 hero slider. */
.ref-hero.home3-slider{height:496px;padding:0;background:#06174b!important;overflow:visible}.home3-slider .home3-slide{position:absolute;inset:0;z-index:0;opacity:0;transform:scale(1.04);background:center/cover no-repeat;transition:opacity .8s ease,transform 6s ease}.home3-slider .home3-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,54,.96) 0%,rgba(4,20,62,.82) 38%,rgba(4,24,72,.28) 100%)}.home3-slider .home3-slide.is-active{opacity:1;transform:scale(1)}.home3-slider .ref-hero__grid{position:relative;z-index:2;min-height:420px}.home3-slider .ref-hero__grid>div:first-child{justify-self:start;text-align:right}.home3-slider .ref-hero__features{z-index:3;bottom:-26px}.home3-slider .ref-label--dark{opacity:.9}.home3-slider .home3-controls{position:absolute;z-index:4;top:50%;left:max(18px,calc((100% - 1210px)/2));display:grid;gap:8px;transform:translateY(-50%)}.home3-slider .home3-controls button{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(5,25,73,.18);color:#fff;font-size:17px;cursor:pointer;transition:.2s}.home3-slider .home3-controls button:hover{background:#168bed;border-color:#168bed}.home3-slider .home3-dots{position:absolute;z-index:4;bottom:73px;left:max(20px,calc((100% - 1210px)/2));display:flex;gap:7px}.home3-slider .home3-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#fff;opacity:.42;cursor:pointer;transition:.2s}.home3-slider .home3-dots button.is-active{width:25px;border-radius:6px;opacity:1;background:#1fa9ff}.home3-slider .ref-hero__image{display:none}@media(max-width:900px){.ref-hero.home3-slider{height:auto;min-height:540px}.home3-slider .ref-hero__grid{min-height:450px}.home3-slider .home3-controls{display:none}.home3-slider .home3-dots{bottom:36px;left:50%;transform:translateX(-50%)}}@media(max-width:560px){.ref-hero.home3-slider{min-height:620px}.home3-slider .ref-hero__grid{min-height:450px}.home3-slider .ref-hero__features{bottom:-16px}.home3-slider .home3-dots{bottom:177px}}


/* ===== scale.css ===== */
/* Desktop scale pass: restores the spacious proportions of the original Home 3 demo. */
@media(min-width:901px){
  .container{max-width:1320px;padding-right:28px;padding-left:28px}.site-topbar{height:27px;font-size:11px}.site-header,.header-inner{height:68px}.site-nav__list{gap:31px}.site-nav__list a{font-size:14px}.brand{font-size:21px}.brand-mark{width:32px;height:32px}.site-header .button--small{padding:11px 20px;font-size:13px}
  .ref-hero.home3-slider{height:610px}.home3-slider .ref-hero__grid{min-height:520px}.ref-hero h1{font-size:clamp(54px,4.8vw,76px);line-height:1.04}.ref-hero p{max-width:590px;font-size:17px}.ref-actions{margin-top:30px}.ref-actions .button{padding:16px 27px;font-size:15px}.ref-play{width:55px;height:55px;font-size:18px}.ref-actions small{font-size:14px}.home3-slider .home3-controls button{width:44px;height:44px;font-size:23px}.home3-slider .home3-dots{bottom:100px}.home3-slider .ref-hero__features{bottom:-36px;max-width:1140px;gap:20px}.ref-hero__features article{min-height:94px;padding:21px 24px}.ref-hero__features b{width:41px;height:41px;font-size:17px}.ref-hero__features strong{font-size:15px}.ref-hero__features span{font-size:12px}
  .ref-section{padding:115px 0}.ref-intro{padding-top:155px}.ref-title{max-width:760px;margin-bottom:55px}.ref-title h2{font-size:46px}.ref-title p{font-size:16px}.ref-label{font-size:12px;padding:7px 15px}.ref-two{max-width:1180px;gap:100px}.ref-experience{width:440px}.ref-experience img{height:410px}.ref-experience div{width:155px;height:155px}.ref-experience strong{font-size:44px}.ref-two h2,.ref-why h2{font-size:46px}.ref-two p,.ref-why p{font-size:16px}.ref-list li{font-size:15px;margin:13px 0}.ref-brands{max-width:1180px;margin-top:70px;font-size:15px}
  .ref-services{padding:120px 0 135px}.ref-service-grid{max-width:1150px;gap:22px}.ref-service-grid article{min-height:194px;padding:38px 24px 22px}.ref-service-grid i{width:54px;height:54px;margin:-65px auto 23px}.ref-service-grid h3{font-size:19px}.ref-service-grid p{font-size:13px}.ref-service-grid a{font-size:13px}.ref-why__grid{max-width:1170px;gap:95px}.ref-vision{min-height:350px}.ref-why__cards article{min-height:170px}.ref-mini-stats div{padding:21px 30px}.ref-mini-stats strong{font-size:31px}
  .ref-contact{padding:110px 0 120px}.ref-form{max-width:1100px;padding:38px;gap:26px}.ref-form input,.ref-form textarea{padding:16px;font-size:14px}.ref-form textarea{height:195px}.ref-form .button{padding:15px 24px;font-size:14px}.ref-projects{padding:105px 0 80px}.ref-title--row h2{font-size:42px}.ref-filters button{padding:10px 18px;font-size:14px}.ref-project-grid{grid-template-rows:220px 220px;gap:13px}.ref-project--1 img,.ref-project--4 img{height:453px}.ref-project a{padding:38px 20px 17px}.ref-project strong{font-size:17px}.ref-project small{font-size:12px}.ref-counters{max-width:1130px;margin-top:35px}.ref-counters span{padding:18px;font-size:13px}.ref-counters b{font-size:27px}
  .ref-process{padding:100px 0 90px}.ref-process__grid{max-width:1120px;gap:40px}.ref-process__grid i{width:58px;height:58px;font-size:13px}.ref-process__grid h3{font-size:17px}.ref-process__grid p{font-size:13px}.ref-video{padding-bottom:105px}.ref-video__image{height:330px}.ref-video__image button{width:76px;height:76px;font-size:24px}.ref-testimonials{padding:105px 0}.ref-testimonial-wrap{grid-template-columns:350px 1fr;gap:90px;max-width:1050px}.ref-testimonial-wrap>img{width:320px;height:320px}.ref-testimonial-wrap blockquote{font-size:20px;max-width:540px}.ref-blog{padding:105px 0 115px}.ref-blog-grid{max-width:1130px;gap:24px}.ref-blog-grid img{height:190px}.ref-blog-grid article>div{padding:20px}.ref-blog-grid h3{font-size:19px}.ref-blog-grid p{font-size:13px}.footer-cta{padding:57px 0 62px}.footer-cta h2{font-size:34px}.footer-grid{max-width:1320px;padding:55px 28px 38px}
}


/* ===== team-page.css ===== */
.native-team-section{background:#f3f9ff}.native-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.native-team-card{overflow:hidden;border-radius:6px;background:#fff;box-shadow:0 13px 30px rgba(6,39,93,.08)}.native-team-card img{width:100%;height:280px;object-fit:cover}.native-team-card div{padding:19px}.native-team-card span{color:#168bed;font-size:12px}.native-team-card h2{margin:7px 0 12px;font-size:20px}.native-team-card a{font-size:13px;color:#168bed;font-weight:800}@media(max-width:800px){.native-team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.native-team-grid{grid-template-columns:1fr}.native-team-card img{height:330px}}


/* ===== home3-components.css ===== */
.ref-intro{padding:115px 0 70px;background:#fff}.h3-about{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;direction:ltr}.h3-about__art{position:relative;min-height:465px}.h3-about__shape{width:100%;max-width:520px;height:465px;object-fit:contain}.h3-about__years{position:absolute;top:142px;right:130px;text-align:center;color:#168bed}.h3-about__years b{display:block;font-size:82px;line-height:1}.h3-about__years span{color:#3e4b61;font-size:17px}.h3-about__photo{position:absolute;right:12px;bottom:25px;width:194px;height:194px;object-fit:cover;border-radius:50%;border:6px solid #fff}.h3-about__copy{direction:rtl;text-align:right}.h3-about__copy h2{margin:0 0 20px;font-size:42px;line-height:1.16;color:#07194f}.h3-about__copy>p{max-width:620px;color:#66758d;font-size:16px;line-height:1.85}.h3-about__notice{margin:22px 0;padding:18px 25px;border-right:4px solid #168bed;background:#fff;box-shadow:0 15px 35px rgba(7,35,89,.08);color:#58667a;font-size:15px}.h3-about__checks{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}.h3-about__checks span{position:relative;padding-right:23px;color:#4d596c;font-size:14px}.h3-about__checks span:before{content:'✓';position:absolute;right:0;top:-1px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#168bed;color:#fff;font-size:10px}.h3-about__action{display:flex;align-items:center;gap:13px;margin-top:29px}.h3-about__action img{width:51px;height:51px;border-radius:50%;object-fit:cover}.h3-about__action div{display:grid;color:#566175;font-size:13px}.h3-about__action strong{color:#07194f;font-size:21px;direction:ltr;text-align:right}.ref-intro .ref-brands{margin-top:42px}@media(max-width:900px){.h3-about{grid-template-columns:1fr;gap:20px}.h3-about__art{max-width:510px;width:100%;margin:auto}.h3-about__copy{text-align:center}.h3-about__notice{text-align:right}.h3-about__action{justify-content:center}}@media(max-width:560px){.h3-about__art{min-height:330px}.h3-about__shape{height:330px}.h3-about__years{top:100px;right:85px}.h3-about__years b{font-size:55px}.h3-about__photo{width:130px;height:130px}.h3-about__copy h2{font-size:31px}.h3-about__checks{grid-template-columns:1fr}.h3-about__action{flex-wrap:wrap}}


/* ===== home3-services.css ===== */
.ref-services{position:relative;min-height:720px;padding:105px 0;overflow:hidden;background:#f1f8ff!important}.h3-services__title{text-align:center}.h3-services__title h2{margin:14px 0 75px;color:#07194f;font-size:44px;line-height:1.2}.h3-services__viewport{max-width:1120px;margin:auto;overflow:hidden;padding:42px 0 20px}.h3-services__track{display:flex;gap:20px;transition:transform .65s ease}.h3-service-card{position:relative;flex:0 0 calc(25% - 15px);min-height:312px;padding:73px 29px 25px;overflow:hidden;border-radius:7px;background:#fff;text-align:center;box-shadow:0 15px 30px rgba(7,39,92,.05)}.h3-service-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s}.h3-service-card:hover>img{opacity:.15}.h3-service-card>*:not(img){position:relative;z-index:1}.h3-service-icon{position:absolute;z-index:2;top:-28px;right:calc(50% - 28px);display:grid;place-items:center;width:56px;height:56px;transform:rotate(45deg);border-radius:7px;background:linear-gradient(140deg,#168bed,#4bb6ff);color:#fff;font-size:26px}.h3-service-icon::first-letter{transform:rotate(-45deg)}.h3-service-line{width:92px;height:4px;margin:0 auto 26px;background:#168bed}.h3-service-card h3{margin:0 0 17px;color:#07194f;font-size:20px}.h3-service-card p{min-height:52px;margin:0;color:#5d6a80;font-size:14px;line-height:1.8}.h3-service-card a{display:inline-flex;gap:8px;margin-top:22px;color:#168bed;font-weight:800}.h3-services__arrows{display:flex;justify-content:space-between;position:absolute;top:50%;right:8%;left:8%;pointer-events:none}.h3-services__arrows button{width:52px;height:52px;border:1px solid #07194f;border-radius:50%;background:#fff;color:#07194f;font-size:23px;pointer-events:auto;cursor:pointer}.h3-services__shape{position:absolute;border:2px solid #d8e9ff;border-radius:50%;opacity:.9}.h3-services__shape--one{right:-210px;bottom:-240px;width:520px;height:520px}.h3-services__shape--two{left:-110px;bottom:70px;width:350px;height:350px;border-style:dashed}@media(max-width:1000px){.h3-service-card{flex-basis:calc(50% - 10px)}.h3-services__arrows{display:none}}@media(max-width:560px){.ref-services{min-height:0;padding:70px 0}.h3-services__title h2{font-size:31px;margin-bottom:45px}.h3-service-card{flex-basis:100%}.h3-services__viewport{padding-top:35px}}


/* ===== home3-why.css ===== */
.ref-why{padding:120px 0!important;background:#fff!important}.h3-why{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:100px;direction:ltr}.h3-why__copy{direction:rtl;text-align:right}.h3-why__copy h2{margin:14px 0 25px;color:#07194f;font-size:48px;line-height:1.18}.h3-why__copy>p{max-width:560px;color:#56647b;font-size:16px;line-height:1.9}.h3-why__facts{display:flex;gap:45px;margin-top:38px}.h3-why__facts>div{display:grid;gap:9px;max-width:210px}.h3-why__facts b{color:#07194f;font-size:16px;line-height:1.45}.h3-why__facts small{color:#627087;font-size:14px}.h3-why__avatars{letter-spacing:-10px;color:#168bed;font-size:36px;direction:ltr}.h3-why__facts i{color:#168bed;font-size:39px;font-style:normal}.h3-why__cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;position:relative}.h3-why__cards article{display:grid;place-content:center;gap:14px;min-height:205px;border-radius:8px;background:#eef6ff;color:#07194f;text-align:center}.h3-why__cards article i{color:#168bed;font-size:37px;font-style:normal}.h3-why__cards article strong{font-size:22px}.h3-why__mission{position:relative;overflow:hidden;background:#06194e!important;color:#fff!important}.h3-why__mission img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}.h3-why__mission div{position:relative;z-index:1;padding:28px}.h3-why__mission span{max-width:190px;font-size:14px;line-height:1.6}.h3-why__mission strong,.h3-why__mission span{display:block}.h3-why__cards article:nth-child(3){transform:translateY(35px)}.h3-why__cards article:nth-child(4){transform:translateY(35px)}@media(max-width:900px){.h3-why{grid-template-columns:1fr;gap:55px}.h3-why__copy{text-align:center}.h3-why__facts{justify-content:center}.h3-why__cards{max-width:650px;margin:auto}}@media(max-width:560px){.h3-why__copy h2{font-size:34px}.h3-why__facts{gap:15px}.h3-why__facts b{font-size:13px}.h3-why__cards{gap:10px}.h3-why__cards article{min-height:150px}.h3-why__cards article strong{font-size:17px}.h3-why__cards article:nth-child(3),.h3-why__cards article:nth-child(4){transform:none}}

/* Why-us section — reference-inspired layout while retaining dashboard content. */
.ref-why{position:relative;isolation:isolate;overflow:hidden;padding:92px 0!important;background:linear-gradient(112deg,#fff 0%,#fff 47%,#edf7ff 100%)!important}
.ref-why:before,.ref-why:after{content:"";position:absolute;z-index:-1;border:1px solid #bfe1ff;border-radius:50%;opacity:.75}
.ref-why:before{width:390px;height:390px;left:-155px;bottom:-170px;box-shadow:0 0 0 29px #dcefff;animation:h3WhyDrift 12s ease-in-out infinite}
.ref-why:after{width:460px;height:460px;right:-260px;top:-240px;box-shadow:0 0 0 32px #eff8ff;animation:h3WhyDrift 15s ease-in-out infinite reverse}
.h3-why{max-width:1260px;grid-template-columns:minmax(310px,.94fr) minmax(510px,1.06fr);gap:76px!important}
.h3-why__copy{padding:20px 0}.h3-why__copy .ref-label{display:inline-flex;padding:8px 14px;border-radius:5px;background:#e5f3ff;color:#087ee5;font-size:12px;font-weight:800}
.h3-why__copy h2{margin:20px 0 16px!important;font-size:42px!important;line-height:1.34!important;letter-spacing:-.7px}.h3-why__copy>p{max-width:490px!important;color:#66789c!important;line-height:2!important}
.h3-why__facts{gap:34px!important;margin-top:42px!important}.h3-why__facts>div{gap:7px!important;max-width:185px!important}.h3-why__facts b{font-size:15px!important}.h3-why__facts small{font-size:12px!important;line-height:1.8!important}.h3-why__fact-icon{margin-bottom:4px}
.h3-why__cards{gap:18px!important}.h3-why__cards .h3-why__card{min-height:218px!important;border:1px solid #e1effc!important;border-radius:13px!important;box-shadow:0 12px 35px rgba(15,74,134,.05)!important}.h3-why__cards article:nth-child(3),.h3-why__cards article:nth-child(4){transform:none!important}.h3-why__card-content{gap:9px!important;padding:24px!important}.h3-why__card-content strong{font-size:21px!important}.h3-why__card-content span{font-size:13px!important}.h3-why__cards .h3-why__card:hover,.h3-why__cards .h3-why__card.is-active{transform:translateY(-8px)!important;box-shadow:0 24px 44px rgba(0,117,223,.23)!important}.h3-why__cards .h3-why__card.is-active .h3-why__card-content i{color:#168bed!important}
@keyframes h3WhyDrift{50%{transform:translate(28px,-20px) scale(1.05)}}
@media(max-width:900px){.ref-why{padding:65px 0!important}.h3-why{grid-template-columns:1fr;gap:30px!important}.h3-why__copy{text-align:center}.h3-why__copy>p{margin-right:auto;margin-left:auto}.h3-why__facts{justify-content:center}.h3-why__cards{max-width:650px;margin:auto}}
@media(max-width:560px){.ref-why{padding:52px 0!important}.h3-why__copy h2{font-size:30px!important}.h3-why__cards{gap:12px!important}.h3-why__cards .h3-why__card{min-height:174px!important}.h3-why__card-content{padding:16px!important}.h3-why__card-content i{width:42px!important;height:42px!important;font-size:21px!important}.h3-why__card-content strong{font-size:17px!important}.h3-why__card-content span{font-size:11px!important;line-height:1.6!important}.h3-why__facts{gap:18px!important;margin-top:30px!important}}


/* ===== final-scale.css ===== */
@media(min-width:901px){.container{max-width:1450px!important}.home3-slider .ref-hero__grid{direction:ltr;min-height:560px}.home3-slider .ref-hero__grid>div:first-child{justify-self:start;direction:rtl;text-align:right;max-width:610px}.ref-hero.home3-slider{height:660px}.ref-hero h1{font-size:74px}.ref-hero p{font-size:19px}.ref-section{padding-top:145px!important;padding-bottom:125px!important}.ref-intro{padding-top:165px!important}.h3-about{gap:100px}.h3-about__art{min-height:530px}.h3-about__shape{max-width:600px;height:530px}.h3-about__years{top:155px;right:150px}.h3-about__years b{font-size:94px}.h3-about__photo{width:220px;height:220px}.h3-about__copy h2{font-size:52px}.h3-about__copy>p,.h3-about__notice{font-size:18px}.h3-about__checks span{font-size:16px}.ref-services{min-height:810px!important;padding-top:135px!important}.h3-services__title h2{font-size:54px}.h3-service-card{min-height:365px;padding:86px 32px 30px}.h3-service-card h3{font-size:23px}.h3-service-card p{font-size:16px}.h3-service-icon{width:68px;height:68px;right:calc(50% - 34px);font-size:30px}.h3-services__arrows{right:4%;left:4%}.h3-why{gap:125px}.h3-why__copy h2{font-size:55px}.h3-why__copy>p{font-size:18px}.h3-why__cards article{min-height:240px}.h3-why__cards article strong{font-size:25px}}
.home3-slider .home3-controls{left:4%}.home3-slider .home3-dots{left:4%}
.h3-testimonials{background:#f1f8ff!important}.h3-testimonials__title{text-align:center}.h3-testimonials__title h2{margin:13px 0 45px;color:#07194f;font-size:42px}.h3-testimonials__viewport{max-width:1220px;margin:auto;overflow:hidden}.h3-testimonials__track{display:flex;gap:20px;transition:transform .65s ease}.h3-testimonial{flex:0 0 calc(33.333% - 14px);padding:34px;border-radius:8px;background:#fff;box-shadow:0 17px 35px rgba(14,54,105,.09);text-align:center}.h3-testimonial .stars{color:#23a6fa;font-size:20px;letter-spacing:3px}.h3-testimonial p{min-height:92px;color:#526078;font-size:15px;line-height:1.9}.h3-testimonial img{width:60px;height:60px;border-radius:50%;object-fit:cover}.h3-testimonial strong,.h3-testimonial small{display:block}.h3-testimonial strong{margin-top:10px;color:#07194f;font-size:17px}.h3-testimonial small{color:#6f7d94}.h3-testimonials__controls{display:flex;justify-content:center;gap:12px;margin-top:28px}.h3-testimonials__controls button{width:46px;height:46px;border:1px solid #cce5fa;border-radius:50%;background:#fff;color:#07194f;font-size:21px;cursor:pointer}@media(max-width:850px){.h3-testimonial{flex-basis:calc(50% - 10px)}}@media(max-width:560px){.h3-testimonial{flex-basis:100%}.h3-testimonials__title h2{font-size:31px}}


/* ===== services-page.css ===== */
.native-hero--services{background:linear-gradient(90deg,rgba(3,18,57,.88),rgba(4,34,91,.78)),url('../../../../uploads/2025/07/hero-3-2.jpg') center/cover}.native-services-details{background:#fff}.native-services-details .native-services-grid article i{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#168bed;color:#fff;font-style:normal;font-weight:800}.service-archive-section{padding:92px 0 105px;background:#fff}.service-archive-intro{max-width:650px;margin:0 auto 44px;text-align:center}.service-archive-intro h2,.service-journey h2{margin:12px 0;color:#07194f;font-size:42px;line-height:1.22}.service-archive-intro p,.service-journey__heading>p{margin:0;color:#66758d}.service-archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.service-archive-card{position:relative;isolation:isolate;min-height:390px;overflow:hidden;border-radius:16px;background:#eff7ff;box-shadow:0 12px 30px rgba(6,39,94,.08);transition:transform .35s ease,box-shadow .35s ease}.service-archive-card:hover{transform:translateY(-10px);box-shadow:0 25px 45px rgba(6,39,94,.2)}.service-archive-card>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.12);transition:opacity .45s ease,transform .55s ease}.service-archive-card:hover>img{opacity:1;transform:scale(1)}.service-archive-card__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(242,249,255,.96),rgba(238,247,255,.98));transition:background .4s ease}.service-archive-card:hover .service-archive-card__overlay{background:linear-gradient(180deg,rgba(3,19,62,.35),rgba(3,19,62,.9))}.service-archive-card__content{display:flex;flex-direction:column;align-items:flex-start;height:100%;padding:31px 27px;color:#07194f;transition:color .35s ease}.service-archive-card:hover .service-archive-card__content{color:#fff}.service-archive-card i{display:grid;place-items:center;width:56px;height:56px;border-radius:17px;background:linear-gradient(135deg,#45baff,#1479e4);color:#fff;font-size:25px;font-style:normal}.service-archive-card h2{margin:28px 0 12px;font-size:24px;line-height:1.3}.service-archive-card p{margin:0;color:#61718a;line-height:1.8;transition:color .35s ease}.service-archive-card:hover p{color:#e4f2ff}.service-archive-card a{margin-top:auto;padding-top:24px;color:#168bed;font-weight:800;transition:color .35s ease}.service-archive-card:hover a{color:#8cdaff}.service-journey{padding:100px 0;background:#f1f8ff;overflow:hidden}.service-journey__heading{max-width:560px;margin:0 auto 58px;text-align:center}.service-journey__items{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.service-journey__items:before{content:'';position:absolute;right:16.5%;left:16.5%;top:52px;border-top:2px dashed #87c9ff}.service-journey__items article{position:relative;z-index:1;display:grid;justify-items:center;text-align:center}.service-journey__number{display:grid;place-items:center;width:62px;height:62px;border:9px solid #e5f4ff;border-radius:50%;background:#168bed;color:#fff;font-weight:800;box-shadow:0 10px 25px rgba(22,137,238,.24)}.service-journey__items i{display:grid;place-items:center;width:56px;height:56px;margin:18px 0 13px;border-radius:50%;background:#fff;color:#168bed;font-size:24px;font-style:normal;box-shadow:0 10px 25px rgba(6,39,94,.07)}.service-journey__items strong{color:#07194f;font-size:21px}.service-journey__items p{max-width:245px;margin:9px 0 0;color:#66758d;line-height:1.75}@media(max-width:900px){.service-archive-grid{grid-template-columns:repeat(2,1fr)}.service-journey__items:before{display:none}}@media(max-width:560px){.service-archive-section,.service-journey{padding:60px 0}.service-archive-intro h2,.service-journey h2{font-size:31px}.service-archive-grid,.service-journey__items{grid-template-columns:1fr}.service-archive-card{min-height:350px}}


/* ===== native-footer.css ===== */
.native-footer{background:#fff;color:#07194f}.native-footer__grid{display:grid;grid-template-columns:1.15fr .8fr 1fr;gap:105px;padding:85px 25px 78px}.native-footer .brand{justify-content:flex-start;font-size:29px}.native-footer .brand-mark{width:44px;height:44px}.native-footer p{color:#526078;line-height:1.9}.native-footer__brand>p{max-width:300px;margin:24px 0}.native-footer h2,.native-footer h3{margin:0 0 25px;color:#07194f;font-size:23px}.native-footer h3{font-size:17px}.native-subscribe{position:relative;display:flex;width:min(325px,100%);background:#f0f6fd}.native-subscribe input{width:100%;border:0;background:transparent;padding:16px 55px 16px 16px;font:inherit}.native-subscribe button{position:absolute;top:6px;bottom:6px;left:6px;width:42px;border:0;border-radius:4px;background:#32a5f4;color:#fff;font-size:18px;cursor:pointer}.native-subscribe .form-status{position:absolute;top:100%;right:0;margin:5px 0;font-size:12px}.native-social{display:flex;gap:19px;margin-top:35px}.native-social a{display:grid;place-items:center;width:24px;height:24px;color:#2c3545;font-weight:800}.native-footer__links{display:grid;gap:16px}.native-footer__links a{color:#168bed;font-size:16px}.native-footer__contact{display:grid;gap:20px}.native-footer__contact p{display:flex;align-items:center;gap:17px;margin:0}.native-footer__contact i{display:grid;flex:0 0 auto;place-items:center;width:56px;height:56px;border-radius:50%;background:#269cf0;color:#fff;font-style:normal;font-size:24px}.native-footer__contact span{display:grid;color:#168bed;font-size:13px}.native-footer__contact a,.native-footer__contact strong{color:#07194f;font-size:17px;line-height:1.5}.native-footer__bottom{background:#051547;color:#fff}.native-footer__bottom .container{display:flex;justify-content:space-between;align-items:center;min-height:62px}.native-footer__bottom span,.native-footer__bottom a{color:#fff}.native-footer__bottom nav{display:flex;gap:22px}@media(max-width:900px){.native-footer__grid{grid-template-columns:1fr 1fr;gap:45px}.native-footer__brand{grid-column:span 2}}@media(max-width:560px){.native-footer__grid{grid-template-columns:1fr;padding:60px 24px;gap:42px}.native-footer__brand{grid-column:auto}.native-footer__bottom .container{flex-direction:column;gap:10px;padding:18px 24px}.native-footer__bottom nav{gap:14px;font-size:12px}}


/* ===== polish.css ===== */
/* Final desktop polish: follows the Home 3 proportions and stays responsive. */
@media (min-width: 901px) {
  .site-topbar { height: 38px; background: #fff; color: #354458; border-bottom: 1px solid #e4eaf2; font-size: 12px; }
  .site-topbar .container { max-width: 1710px; padding: 0 70px; direction: ltr; }
  .site-topbar span:last-child { color: #126fd2; }
  .site-header, .header-inner { height: 80px; }
  .site-header { background: #fff; box-shadow: 0 1px 0 #e7edf5; }
  .site-header { width:100%; }
  .site-header .header-inner { width:100vw !important; max-width:none !important; margin:0 !important; padding:0; display:grid; grid-template-columns:300px minmax(450px,1fr) 92px 240px; direction:rtl; }
  .site-header .header-inner > .brand { grid-column:1; }
  .site-header .header-inner > .site-nav { grid-column:2; }
  .site-header .header-inner > .header-search { grid-column:3; }
  .site-header .header-inner > .button--small { grid-column:4; }
  .brand { align-self: stretch; min-width: 0; padding: 0 66px; color: #fff; background: linear-gradient(120deg, #39acf4, #1373d6); position: relative; font-size: 26px; font-weight: 800; }
  .header-brand img { width: 160px; height: auto; }
  .brand:after { content: ''; position: absolute; right: 100%; top: 0; border-top: 80px solid #1373d6; border-left: 60px solid transparent; }
  .brand .brand-mark { width: 41px; height: 41px; background: rgba(255,255,255,.18); color: #fff; }
  .site-nav { height: 100%; padding-right: 0; display: flex; align-items: center; direction: rtl; transform:translateX(48px); }
  .site-nav__list { gap: 36px; }
  .site-nav__list, .site-nav__list li, .site-nav__list a { white-space: nowrap; flex-wrap: nowrap; }
  .site-nav__list a { color: #06144b; font-size: 15px; font-weight: 700; }
  .site-nav__list a:hover { color: #168bed; }
  .header-search { height: 80px; display: grid; place-items: center; border-right: 1px solid #e5eaf1; border-left: 1px solid #e5eaf1; color: #06144b; font-size: 28px; line-height: 1; }
  .site-header .button--small { justify-self: center; padding: 15px 29px; font-size: 15px; border-radius: 4px; }

  .ref-section { padding-top: 92px !important; padding-bottom: 92px !important; }
  .ref-intro { padding-top: 116px !important; padding-bottom: 72px !important; }
  .ref-services { padding-top: 100px !important; padding-bottom: 86px !important; }
  .ref-why { padding-top: 92px !important; padding-bottom: 90px !important; }
  .ref-contact { padding: 82px 0 !important; }
  .ref-projects { padding: 82px 0 62px !important; }
  .ref-testimonials { padding: 82px 0 !important; }
  .ref-blog { padding: 84px 0 !important; }

  .ref-contact .ref-title { margin-bottom: 26px; }
  .ref-contact .ref-form { max-width: 1060px; padding: 27px 36px; gap: 24px; }
  .ref-contact .ref-form input { height: 54px; padding: 13px 16px; }
  .ref-contact .ref-form textarea { height: 150px; margin-bottom: 10px; padding: 15px; }
  .ref-contact .ref-form .button { min-width: 132px; padding: 13px 22px; }

  .ref-projects .container { max-width: 1380px; }
  .ref-project-grid { grid-template-rows: 300px 300px; gap: 16px; }
  .ref-project, .ref-project img { min-height: 0 !important; }
  .ref-project--1 img, .ref-project--4 img { height: 616px !important; }
  .ref-project img { width: 100%; height: 100%; object-fit: cover !important; object-position: center; }
  .ref-counters { margin-top: 24px; }
  .ref-counters span { display: flex; min-height: 74px; align-items: center; justify-content: center; gap: 7px; padding: 11px 14px; }
  .ref-counters span:before { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #e9f5ff; color: #168bed; font-size: 16px; font-weight: 800; }
  .ref-counters span:nth-child(1):before { content: '♟'; }
  .ref-counters span:nth-child(2):before { content: '▤'; }
  .ref-counters span:nth-child(3):before { content: '✓'; }
  .ref-counters span:nth-child(4):before { content: '♥'; }
}
/* Project statistics are edited from Soodec Options. */
.ref-counters span:before{display:none!important}.ref-counters span>i{width:29px;height:29px;display:grid;place-items:center;flex:0 0 29px;border-radius:50%;background:#e9f5ff;color:#168bed;font-size:16px;font-style:normal;font-weight:800;line-height:1}.ref-counters span>b{margin:0!important}.ref-counters span>em{font-style:normal}
@media(max-width:900px){.site-header .site-nav{transform:translateX(110%)!important}.site-header.is-menu-open .site-nav{transform:translateX(0)!important}}

/* Active final override: show the complete stage number above each image. */
.service-journey__items{padding-top:32px!important}
.service-journey__items article{overflow:visible!important}
.service-journey__items article>img,.service-journey__items article:after{border-radius:20px!important}

/* Final journey-number fix: must load after the earlier card crop rule. */
.service-journey__items{padding-top:32px!important}
.service-journey__items article{overflow:visible!important}
.service-journey__items article>img,.service-journey__items article:after{border-radius:20px!important}

/* Keep journey step numbers fully visible above the image cards. */
.service-journey__items{padding-top:31px!important}
.service-journey__items article{overflow:visible!important}
.service-journey__items article>img,.service-journey__items article:after{border-radius:20px!important}

/* Final override: homepage "Why us" preview layout.  This file loads last. */
.ref-why{position:relative!important;isolation:isolate!important;overflow:hidden!important;padding:92px 0!important;background:linear-gradient(112deg,#fff 0%,#fff 47%,#edf7ff 100%)!important}.ref-why:before,.ref-why:after{content:""!important;position:absolute!important;z-index:-1!important;border:1px solid #bfe1ff!important;border-radius:50%!important;opacity:.75!important}.ref-why:before{width:390px!important;height:390px!important;left:-155px!important;bottom:-170px!important;box-shadow:0 0 0 29px #dcefff!important;animation:soodecWhyDrift 12s ease-in-out infinite!important}.ref-why:after{width:460px!important;height:460px!important;right:-260px!important;top:-240px!important;box-shadow:0 0 0 32px #eff8ff!important;animation:soodecWhyDrift 15s ease-in-out infinite reverse!important}.h3-why{display:grid!important;max-width:1260px!important;grid-template-columns:minmax(310px,.94fr) minmax(510px,1.06fr)!important;align-items:center!important;gap:76px!important;direction:ltr!important}.h3-why__copy{padding:20px 0!important;direction:rtl!important;text-align:right!important}.h3-why__copy .ref-label{display:inline-flex!important;padding:8px 14px!important;border-radius:5px!important;background:#e5f3ff!important;color:#087ee5!important;font-size:12px!important;font-weight:800!important}.h3-why__copy h2{margin:20px 0 16px!important;color:#07194f!important;font-size:42px!important;line-height:1.34!important;letter-spacing:-.7px!important}.h3-why__copy>p{max-width:490px!important;color:#66789c!important;font-size:16px!important;line-height:2!important}.h3-why__facts{display:flex!important;gap:34px!important;margin-top:42px!important}.h3-why__facts>div{display:grid!important;gap:7px!important;max-width:185px!important}.h3-why__facts b{font-size:15px!important}.h3-why__facts small{font-size:12px!important;line-height:1.8!important}.h3-why__fact-icon{margin-bottom:4px!important}.h3-why__cards{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;position:relative!important}.h3-why__cards .h3-why__card{position:relative!important;min-height:218px!important;border:1px solid #e1effc!important;border-radius:13px!important;box-shadow:0 12px 35px rgba(15,74,134,.05)!important}.h3-why__cards article:nth-child(3),.h3-why__cards article:nth-child(4){transform:none!important}.h3-why__card-content{gap:9px!important;padding:24px!important}.h3-why__card-content strong{font-size:21px!important}.h3-why__card-content span{font-size:13px!important}.h3-why__cards .h3-why__card:hover,.h3-why__cards .h3-why__card.is-active{transform:translateY(-8px)!important;box-shadow:0 24px 44px rgba(0,117,223,.23)!important}@keyframes soodecWhyDrift{50%{transform:translate(28px,-20px) scale(1.05)}}@media(max-width:900px){.ref-why{padding:65px 0!important}.h3-why{grid-template-columns:1fr!important;gap:30px!important}.h3-why__copy{text-align:center!important}.h3-why__copy>p{margin-right:auto!important;margin-left:auto!important}.h3-why__facts{justify-content:center!important}.h3-why__cards{max-width:650px!important;margin:auto!important}}@media(max-width:560px){.ref-why{padding:52px 0!important}.h3-why__copy h2{font-size:30px!important}.h3-why__cards{gap:12px!important}.h3-why__cards .h3-why__card{min-height:174px!important}.h3-why__card-content{padding:16px!important}.h3-why__card-content i{width:42px!important;height:42px!important;font-size:21px!important}.h3-why__card-content strong{font-size:17px!important}.h3-why__card-content span{font-size:11px!important;line-height:1.6!important}.h3-why__facts{gap:18px!important;margin-top:30px!important}}

/* Refined top contact bar with a dedicated client-area action. */
@media(min-width:901px){
  .site-topbar{position:relative!important;overflow:hidden!important;height:48px!important;min-height:48px!important;border-top:3px solid #09214e!important;border-bottom:1px solid #e6edf7!important;background:#fff!important;color:#60708a!important}
  .site-topbar:before{content:''!important;position:absolute!important;inset:0 auto 0 0!important;width:35%!important;background:linear-gradient(90deg,#f8fbff,transparent)!important;pointer-events:none!important}
  .site-topbar .site-topbar__inner{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;max-width:1320px!important;height:45px!important;min-height:45px!important;margin:auto!important;padding:0 28px!important;direction:ltr!important}
  .site-topbar__left{display:flex!important;align-items:center!important;gap:13px!important}
  .site-topbar__slogan{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#667691!important;font-size:12px!important;font-weight:500!important;direction:rtl!important;white-space:nowrap!important}
  .site-topbar__slogan b{color:#1d9aee!important;font-size:15px!important}
  .site-topbar__contact{display:flex!important;align-items:center!important;gap:18px!important;direction:ltr!important}
  .site-topbar__contact a{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:0!important;color:#187edc!important;font-size:12px!important;font-weight:600!important;text-decoration:none!important;transition:color .2s ease!important}
  .site-topbar__contact a+a{padding-left:18px!important;border-left:1px solid #dce7f3!important}
  .site-topbar__contact a:hover{color:#07194f!important}
  .site-topbar__contact svg,.site-topbar__client svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .site-topbar__client{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:30px!important;padding:0 13px!important;border-radius:6px!important;background:linear-gradient(135deg,#43baff,#1479e4)!important;color:#fff!important;font-size:11px!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 6px 15px rgba(22,139,233,.22)!important;direction:rtl!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}
  .site-topbar__client span,.site-topbar__client svg{color:#fff!important}
  .site-topbar__client:hover{background:#0968cf!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px rgba(19,128,225,.3)!important}
}
@media(max-width:900px){
  .mobile-nav__client{display:grid!important;place-items:center!important;min-height:47px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:12px!important;color:#fff!important;text-decoration:none!important;font-size:14px!important;font-weight:800!important}
}

/* Arabic typography and the motion/finishing layer. */
body, button, input, textarea { font-family: "Tajawal", "Cairo", "Segoe UI", Tahoma, Arial, sans-serif; }
.site-header { position: sticky; top: 0; z-index: 1000; }
.site-header.is-stuck { box-shadow: 0 12px 32px rgba(6,25,79,.14); }
.ref-home h1, .ref-home h2, .ref-home h3, .native-hero h1 { font-family: "Tajawal", "Cairo", "Segoe UI", Tahoma, Arial, sans-serif; font-weight: 800; }
.home3-slider .ref-hero h1,
.h3-about__copy h2,
.h3-services__title h2,
.h3-why__copy h2,
.ref-contact .ref-title h2,
.ref-projects .ref-title h2,
.ref-testimonials .ref-title h2,
.ref-blog .ref-title h2 { font-size:30px !important; line-height:1.3; }
.h3-about__shape { animation: aboutRing 18s linear infinite; transform-origin: 50% 50%; }
.h3-about__photo { animation: photoFloat 4.8s ease-in-out infinite; box-shadow: 0 18px 45px rgba(11,86,180,.22); }
.h3-about__art { transition: transform .28s ease-out; }
.ref-brands { align-items: center; }
.ref-brands span { position: relative; padding: 0; color: #1e559f; transition: transform .25s ease, color .25s ease; }
.ref-brands span:before { display: none; }
.ref-brands img { display: block; width: auto; height: 37px; max-width: 165px; object-fit: contain; filter: saturate(.9); }
.ref-brands span:hover { transform: translateY(-5px); color: #07194f; }
@keyframes aboutRing { to { transform: rotate(360deg); } }
@keyframes photoFloat { 50% { transform: translateY(-12px); } }

.h3-why__cards article { transition: transform .35s ease, box-shadow .35s ease, background .35s ease; transform-style: preserve-3d; }
.h3-why__cards article:hover { box-shadow: 0 20px 42px rgba(11,64,136,.18); background: #fff; }
.h3-why__mission img { transition: transform .6s ease; }
.h3-why__mission:hover img { transform: scale(1.08); }
.h3-why__mission div { transition: opacity .24s ease, transform .24s ease; }

.ref-contact { position: relative; background: linear-gradient(135deg, #eef8ff, #f8fbff) !important; overflow: hidden; }
.ref-contact:before, .ref-contact:after { content: ''; position: absolute; border: 1px solid #cfe7ff; border-radius: 50%; }
.ref-contact:before { width: 340px; height: 340px; right: -200px; top: 30px; }
.ref-contact:after { width: 260px; height: 260px; left: -160px; bottom: -80px; }
.ref-contact .container { position: relative; z-index: 1; }
.ref-contact .ref-form { border: 1px solid rgba(127,186,238,.25); border-radius: 16px; box-shadow: 0 22px 58px rgba(16,79,143,.12); }
.ref-contact .ref-form input, .ref-contact .ref-form textarea { border: 1px solid #d8e9fa; border-radius: 9px; background: #fbfdff; transition: border-color .2s, box-shadow .2s, background .2s; }
.ref-contact .ref-form input:focus, .ref-contact .ref-form textarea:focus { outline: 0; border-color: #2096ed; background: #fff; box-shadow: 0 0 0 4px rgba(32,150,237,.12); }
.ref-contact .ref-form .button { border-radius: 8px; box-shadow: 0 10px 20px rgba(22,139,237,.24); }

.ref-process { position: relative; overflow: hidden; }
.ref-process__grid { padding-top: 12px; }
.ref-process__grid:before { border-top-width: 3px; border-color: #48a9f4; }
.ref-process__grid article { transition: transform .28s ease; }
.ref-process__grid article:hover { transform: translateY(-8px); }
.ref-process__grid i { border: 8px solid #e6f5ff; box-sizing: content-box; box-shadow: 0 10px 24px rgba(16,125,220,.18); }
.ref-process__grid h3 { font-size: 18px; }

.ref-blog-grid article { border: 1px solid #e4edf7; border-radius: 12px; box-shadow: 0 14px 36px rgba(18,73,132,.08); transition: transform .3s ease, box-shadow .3s ease; }
.ref-blog-grid article:hover { transform: translateY(-9px); box-shadow: 0 24px 46px rgba(18,73,132,.16); }
.ref-blog-grid img { transition: transform .6s ease; }
.ref-blog-grid article:hover img { transform: scale(1.08); }
.ref-blog-grid article>div { padding: 24px; }
.ref-blog-grid h3 { font-size: 20px; }
.ref-blog-grid a:last-child { display: inline-flex; padding: 9px 14px; border-radius: 5px; background: #eaf6ff; }

.native-footer .footer-brand { width: max-content; min-height: 56px; padding: 0; background: transparent; color: #07194f; }
.native-footer .footer-brand:after { display: none; }
.native-footer .footer-brand img { width: 165px; height: auto; object-fit: contain; }

.ref-title--row h2 { white-space: nowrap; }
.ref-title p,.h3-services__title p,.native-hero p { font-size:14px !important; line-height:1.75; }
.ref-video { position:relative; padding:50px 0 115px; background:linear-gradient(135deg,#f6fbff,#eef7ff); }
.ref-video__image { max-width:1120px; height:410px; margin:auto; border-radius:18px; box-shadow:0 24px 50px rgba(4,29,83,.18); }
.ref-video__image:before { content:''; position:absolute; z-index:1; inset:16px; border:1px solid rgba(255,255,255,.32); border-radius:11px; }
.ref-video__image:after { background:linear-gradient(105deg,rgba(2,18,62,.62),rgba(13,113,205,.28)); }
.ref-video__image button { width:84px; height:84px; font-size:28px; box-shadow:0 0 0 13px rgba(56,171,255,.19),0 15px 30px rgba(2,28,82,.25); transition:transform .25s ease,box-shadow .25s ease; }
.ref-video__image button:hover { transform:translate(50%,-50%) scale(1.1); box-shadow:0 0 0 18px rgba(56,171,255,.15),0 18px 35px rgba(2,28,82,.32); }
@media(max-width:800px){.ref-title--row h2{white-space:normal}.ref-video__image{height:260px}}
@media(max-width:560px){.home3-slider .ref-hero h1,.h3-about__copy h2,.h3-services__title h2,.h3-why__copy h2,.ref-contact .ref-title h2,.ref-projects .ref-title h2,.ref-testimonials .ref-title h2,.ref-blog .ref-title h2{font-size:26px !important;}}

.native-service-detail { display:grid; grid-template-columns:260px minmax(0,1fr); gap:52px; align-items:start; }
.native-service-detail>aside { position:sticky; top:115px; display:grid; gap:15px; padding:30px; border-radius:16px; background:linear-gradient(150deg,#07194f,#157fd9); color:#fff; box-shadow:0 17px 36px rgba(8,46,106,.17); }
.native-service-detail>aside span { color:#aee2ff; font-size:13px; }.native-service-detail>aside strong { font-size:27px; line-height:1.35; }.native-service-detail>aside a { display:inline-flex; justify-content:center; padding:10px; border-radius:7px; background:#fff; color:#168bed; font-weight:800; }
.native-service-detail .entry-content,.single-post__body .entry-content { font-size:18px; color:#45536b; line-height:2; }.native-service-detail .entry-content h2,.native-service-detail .entry-content h3,.single-post__body .entry-content h2,.single-post__body .entry-content h3 { color:#07194f; line-height:1.4; }.native-service-detail .entry-content h2,.single-post__body .entry-content h2 { font-size:32px; margin-top:0; }.native-service-detail .entry-content h3,.single-post__body .entry-content h3 { font-size:24px; margin-top:35px; }.native-service-detail .entry-content li,.single-post__body .entry-content li { margin:10px 0; }
.single-post__body { display:grid; grid-template-columns:minmax(0,1fr) 270px; gap:48px; padding:85px 0; }.single-post__body>img { grid-column:1/-1; width:100%; max-height:490px; object-fit:cover; border-radius:16px; }.single-post__body aside { align-self:start; padding:28px; border-radius:14px; background:#f0f8ff; }.single-post__body aside strong { color:#07194f; font-size:21px; }.single-post__body aside p { color:#65728a; }.single-post__body aside .button { min-height:42px; padding:0 16px; }
@media(max-width:800px){.native-service-detail,.single-post__body{grid-template-columns:1fr}.native-service-detail>aside{position:static}.single-post__body{padding:55px 0}.single-post__body>img{grid-column:auto}}

/* Interior page polish. */
.native-about-mission{padding:105px 0 115px;background:#f3f9ff}.native-about-mission>.container{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.native-about-mission__intro h2{margin:12px 0 18px;color:#07194f;font-size:42px;line-height:1.25}.native-about-mission__intro p{color:#64718a;font-size:17px;line-height:1.9}.native-about-mission__grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.native-about-mission__grid article{display:grid;place-content:center;gap:12px;min-height:205px;padding:28px;border-radius:12px;background:#fff;color:#07194f;box-shadow:0 14px 34px rgba(15,75,142,.08);text-align:center}.native-about-mission__grid i{color:#168bed;font-size:34px;font-style:normal}.native-about-mission__grid b{font-size:21px}.native-about-mission__grid span{color:#65728a;line-height:1.7}.native-about-mission__feature{position:relative;overflow:hidden;grid-row:span 2;color:#fff!important}.native-about-mission__feature:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,20,64,.9),rgba(2,20,64,.15))}.native-about-mission__feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.native-about-mission__feature div{position:relative;z-index:1}.native-about-mission__feature b,.native-about-mission__feature span{color:#fff}
.native-news{background:linear-gradient(135deg,#f5faff,#fff)}.native-news .posts-grid{max-width:1180px;margin:auto}.native-news .post-card{border:0;border-radius:16px;box-shadow:0 15px 38px rgba(12,70,137,.10);transition:transform .28s ease,box-shadow .28s ease}.native-news .post-card:hover{transform:translateY(-9px);box-shadow:0 25px 45px rgba(12,70,137,.17)}.native-news .post-card img{height:225px;transition:transform .45s ease}.native-news .post-card:hover img{transform:scale(1.06)}.native-news .post-card>div{padding:24px}.native-news .post-card h2{min-height:82px;font-size:21px}.native-news__more{display:inline-flex;gap:8px;margin-top:10px;padding:9px 13px;border-radius:6px;background:#eaf6ff;color:#168bed;font-weight:800}
body:not(.home) .native-footer{margin-top:72px;border-top:1px solid #dceafa}
@media(max-width:800px){.native-about-mission>.container{grid-template-columns:1fr;gap:38px}.native-about-mission__grid{max-width:650px;margin:auto}} 

/* Service archive: /services/ is a CPT archive, so it has its own complete design. */
.native-hero--services { position: relative; overflow: hidden; background: linear-gradient(112deg,rgba(5,18,63,.92),rgba(10,67,143,.78)),url('../../../../uploads/2025/07/hero-3-2.jpg') center/cover; }
.native-hero--services:after { content:''; position:absolute; inset:auto -5% -160px auto; width:430px; height:430px; border:1px solid rgba(255,255,255,.2); border-radius:50%; }
.native-hero--services .container { position:relative; z-index:1; }
.service-archive-section { padding: 112px 0 105px; background:#f4faff; }
.service-archive-intro { max-width:650px; margin:0 auto 68px; text-align:center; }
.service-archive-intro h2 { margin:10px 0 0; color:#07194f; font-size:clamp(34px,4vw,52px); line-height:1.22; }
.service-archive-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:23px; }
.service-archive-card { position:relative; min-height:325px; padding:62px 28px 28px; overflow:hidden; border:1px solid #e0edf9; border-radius:14px; background:#fff; box-shadow:0 16px 38px rgba(15,72,145,.08); transition:transform .28s ease,box-shadow .28s ease; }
.service-archive-card:hover { transform:translateY(-10px); box-shadow:0 26px 48px rgba(15,72,145,.17); }
.service-archive-card i { position:absolute; top:-27px; right:calc(50% - 28px); display:grid; place-items:center; width:56px; height:56px; border-radius:12px; background:linear-gradient(135deg,#48baff,#1377df); color:#fff; font-size:26px; font-style:normal; transform:rotate(45deg); }
.service-archive-card i::first-letter { transform:rotate(-45deg); }
.service-archive-card:before { content:''; display:block; width:86px; height:4px; margin:0 auto 27px; background:#178bed; }
.service-archive-card h2 { margin:0 0 15px; color:#07194f; font-size:22px; text-align:center; }
.service-archive-card p { min-height:78px; margin:0; color:#65728b; text-align:center; line-height:1.85; }
.service-archive-card a { display:flex; justify-content:center; gap:10px; margin-top:22px; color:#168bed; font-weight:800; }
.service-journey { padding:105px 0; background:#fff; }
.service-journey>.container { display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; align-items:center; }
.service-journey h2 { margin:10px 0 0; color:#07194f; font-size:42px; line-height:1.24; }
.service-journey__items { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.service-journey__items article { min-height:195px; padding:25px; border-radius:12px; background:#eff7ff; }
.service-journey__items b,.service-journey__items strong,.service-journey__items span { display:block; }
.service-journey__items b { margin-bottom:20px; color:#168bed; font-size:26px; }
.service-journey__items strong { margin-bottom:9px; color:#07194f; font-size:17px; }
.service-journey__items span { color:#63718a; font-size:14px; line-height:1.7; }

.native-about-page { padding:110px 0; background:#fff; }
.native-about-page>.container { display:grid; grid-template-columns:1fr 1fr; gap:95px; align-items:center; }
.native-about-page__art { position:relative; min-height:470px; }
.native-about-page__art>img:first-child { width:80%; height:450px; object-fit:cover; border-radius:20px 20px 80px 20px; box-shadow:0 20px 45px rgba(6,39,94,.15); }
.native-about-page__art>img:last-child { position:absolute; left:0; bottom:0; width:46%; height:205px; object-fit:cover; border:8px solid #fff; border-radius:18px; box-shadow:0 16px 34px rgba(6,39,94,.16); }
.native-about-page__copy h2 { margin:12px 0 22px; color:#07194f; font-size:46px; line-height:1.22; }
.native-about-page__copy>p { color:#63718a; font-size:17px; line-height:1.9; }
.native-about-page__copy ul { margin:28px 0; padding:0; list-style:none; }
.native-about-page__copy li { position:relative; margin:11px 0; padding-right:28px; color:#283b5b; }
.native-about-page__copy li:before { content:'✓'; position:absolute; right:0; top:2px; display:grid; place-items:center; width:18px; height:18px; border-radius:50%; background:#168bed; color:#fff; font-size:11px; }
.native-about-values { padding:0 0 105px; background:#fff; }
.native-about-values>.container { display:grid; grid-template-columns:repeat(4,1fr); overflow:hidden; border:1px solid #dceafa; border-radius:12px; }
.native-about-values article { display:grid; gap:4px; padding:29px; text-align:center; border-left:1px solid #dceafa; }
.native-about-values article:last-child { border-left:0; }
.native-about-values b { color:#168bed; font-size:34px; }
.native-about-values span { color:#65728a; }

/* Curved visual journey instead of a single straight dotted line. */
.ref-process__grid { min-height:216px; }
.ref-process__grid:before { display:none; }
.ref-process__grid .process-flow { position:absolute; z-index:0; top:0; right:7%; width:86%; height:88px; pointer-events:none; overflow:visible; }
.ref-process__grid .process-flow path { fill:none; stroke:#44aaf3; stroke-width:2; stroke-dasharray:5 5; }
.ref-process__grid .process-flow marker path { fill:#44aaf3; stroke:none; }
.ref-process__grid article:nth-of-type(even) { padding-top:49px; }
.ref-process__grid article:nth-of-type(odd) { padding-top:0; }

@media(max-width:900px) {
  .service-archive-grid { grid-template-columns:repeat(2,1fr); }
  .service-journey>.container { grid-template-columns:1fr; gap:38px; }
  .native-about-page>.container { grid-template-columns:1fr; gap:45px; }
  .ref-process__grid .process-flow { display:none; }
  .ref-process__grid article:nth-of-type(even),.ref-process__grid article:nth-of-type(odd) { padding-top:0; }
}
@media(max-width:560px) {
  .service-archive-section,.service-journey { padding:72px 0; }
  .service-archive-grid,.service-journey__items { grid-template-columns:1fr; }
  .native-about-page { padding:70px 0; }
  .native-about-page__copy h2 { font-size:35px; }
  .native-about-values>.container { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 1150px) and (min-width: 901px) {
  .header-inner { grid-template-columns: 250px minmax(360px, 1fr) 62px 185px; }
  .brand { padding: 0 38px; }
  .site-nav { padding-right: 0; transform:translateX(24px); }
  .site-nav__list { gap: 21px; }
}

.native-project-card { overflow: hidden; }
.native-project-card a { display: block; height: 100%; }
.native-project-card img { width: 100%; height: 300px; display: block; object-fit: cover; object-position: center; transition: transform .45s ease; }
.native-project-card:hover img { transform: scale(1.055); }

@media (max-width: 900px) {
  .header-search { display: none; }
  .ref-contact .ref-form { max-width: 92%; }
  .ref-project-grid .ref-project img { object-fit: cover; }
}

/* Final service presentation overrides: prevent cropped home cards and refine the journey. */
.h3-services__arrows{display:none!important}
@media (min-width: 901px){
  .ref-services{min-height:900px!important;padding:125px 0!important}
  .h3-services__viewport{max-width:1280px!important;overflow:visible!important;padding:30px 0 45px!important}
  .h3-service-card{flex-basis:calc(25% - 15px)!important;min-height:500px!important;height:auto!important;padding:112px 28px 30px!important;overflow:hidden!important;border:1px solid #dceafa!important;border-radius:16px!important}
  .h3-service-icon{position:absolute!important;top:25px!important;right:calc(50% - 31px)!important;width:62px!important;height:62px!important}
  .h3-service-line{margin-bottom:32px!important}
  .h3-service-card h3{margin-bottom:16px!important;font-size:22px!important}
  .h3-service-card p{min-height:0!important;font-size:15px!important;line-height:1.95!important}
  .h3-service-card a{margin-top:18px!important}
  .h3-service-card:hover>img{opacity:.34!important}
  .h3-service-card:hover{box-shadow:0 23px 42px rgba(6,39,94,.18)!important}
}
.service-journey{padding:92px 0 104px!important;background:radial-gradient(circle at 14% 22%,rgba(96,195,255,.16),transparent 21%),linear-gradient(135deg,#f5fbff,#eaf5ff)!important}.service-journey>.container{display:block!important}.service-journey__heading{max-width:660px!important;margin:0 auto 62px!important;text-align:center!important}.service-journey h2{font-size:40px!important}.service-journey__items{position:relative!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:26px!important}.service-journey__items:before{content:''!important;position:absolute!important;z-index:0!important;top:40px!important;right:17%!important;left:17%!important;display:block!important;border-top:2px dashed #6cbcff!important}.service-journey__items article{position:relative!important;z-index:1!important;display:grid!important;justify-items:center!important;min-height:245px!important;padding:66px 25px 28px!important;border:1px solid rgba(116,195,255,.36)!important;border-radius:20px!important;background:rgba(255,255,255,.86)!important;box-shadow:0 15px 35px rgba(7,39,91,.08)!important;text-align:center!important;transition:transform .3s ease,box-shadow .3s ease!important}.service-journey__items article:hover{transform:translateY(-9px)!important;box-shadow:0 23px 42px rgba(7,39,91,.16)!important}.service-journey__number{position:absolute!important;top:-30px!important;display:grid!important;place-items:center!important;width:62px!important;height:62px!important;margin:0!important;border:8px solid #e9f6ff!important;border-radius:50%!important;background:#168bed!important;color:#fff!important;font-size:16px!important;font-weight:800!important;box-shadow:0 10px 24px rgba(22,137,238,.22)!important}.service-journey__items i{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;margin:0 0 15px!important;border-radius:16px!important;background:#e8f6ff!important;color:#168bed!important;font-size:24px!important;font-style:normal!important}.service-journey__items strong{margin:0 0 8px!important;color:#07194f!important;font-size:20px!important}.service-journey__items p{max-width:230px!important;margin:0!important;color:#64758e!important;font-size:14px!important;line-height:1.8!important}@media(max-width:900px){.service-journey__items{grid-template-columns:1fr!important;max-width:500px;margin:auto}.service-journey__items:before{display:none!important}.service-journey__items article{min-height:0!important}}
.service-journey__items article{isolation:isolate;overflow:hidden!important}.service-journey__items article>img{position:absolute!important;inset:0!important;z-index:-2!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;opacity:0!important;transform:scale(1.1)!important;transition:opacity .45s ease,transform .55s ease!important}.service-journey__items article:after{content:''!important;position:absolute!important;inset:0!important;z-index:-1!important;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,248,255,.9))!important;transition:background .4s ease!important}.service-journey__items article:hover>img{opacity:1!important;transform:scale(1)!important}.service-journey__items article:hover:after{background:linear-gradient(145deg,rgba(3,20,66,.38),rgba(3,20,66,.9))!important}.service-journey__items article:hover strong,.service-journey__items article:hover p{color:#fff!important}.service-journey__items article:hover i{background:rgba(255,255,255,.93)!important}.h3-services__viewport{cursor:grab!important;touch-action:pan-y!important;user-select:none!important}.h3-services__viewport.is-dragging{cursor:grabbing!important}.h3-services__viewport.is-dragging .h3-services__track{transition:none!important}
.service-journey__items article>img{opacity:1!important;transform:none!important}.service-journey__items article:after{background:linear-gradient(145deg,rgba(3,20,66,.35),rgba(3,20,66,.88))!important}.service-journey__items article strong,.service-journey__items article p{color:#fff!important}.service-journey__items article i{background:rgba(255,255,255,.94)!important}.service-journey__items article:hover{transform:translateY(-7px)!important}.service-journey__items article:hover:after{background:linear-gradient(145deg,rgba(3,20,66,.24),rgba(3,20,66,.78))!important}.h3-services__viewport{overflow:hidden!important}.h3-services__track{will-change:transform!important}.h3-service-card{cursor:grab!important}.h3-services__viewport.is-dragging,.h3-services__viewport.is-dragging .h3-service-card{cursor:grabbing!important}
.h3-services__arrows{display:flex!important;z-index:6!important;right:2%!important;left:2%!important}.h3-services__arrows button{border:1px solid #07194f!important;background:rgba(255,255,255,.78)!important;color:#07194f!important;box-shadow:none!important;transition:background .25s ease,color .25s ease,transform .25s ease!important}.h3-services__arrows button:hover{background:#168bed!important;color:#fff!important;transform:scale(1.08)!important}.service-archive-card{padding-top:94px!important}.service-archive-card i{top:22px!important;right:calc(50% - 28px)!important}.service-archive-card:before{margin-bottom:27px!important}
.ref-services{isolation:isolate!important;background:radial-gradient(circle at 10% 78%,rgba(110,195,255,.2),transparent 18%),radial-gradient(circle at 93% 16%,rgba(86,171,250,.17),transparent 16%),#f1f8ff!important}.ref-services:before,.ref-services:after{content:'';position:absolute;z-index:-1;pointer-events:none}.ref-services:before{left:-130px;bottom:25px;width:390px;height:390px;border:2px dashed rgba(63,160,244,.28);border-radius:50%;box-shadow:inset 0 0 0 28px rgba(255,255,255,.35)}.ref-services:after{right:7%;top:125px;width:140px;height:140px;background-image:radial-gradient(#65bafa 1.5px,transparent 1.5px);background-size:12px 12px;opacity:.34}.h3-services__shape--one{border-width:2px!important;border-color:rgba(45,151,240,.23)!important}.h3-services__shape--two{border-color:rgba(45,151,240,.3)!important}
.ref-services{min-height:710px!important;padding:72px 0 100px!important}.ref-services:before{animation:serviceOrbit 18s linear infinite!important}.ref-services:after{animation:serviceDots 7s ease-in-out infinite!important}.h3-services__shape--one{animation:serviceFloat 6s ease-in-out infinite!important}.h3-services__shape--two{animation:serviceFloat 8s ease-in-out -2s infinite!important}.h3-services__title h2{margin:20px 0 82px!important}.h3-services__viewport{max-width:1320px!important;padding:31px 0 25px!important}.h3-service-card{min-height:310px!important;padding:99px 28px 30px!important;overflow:visible!important;border-radius:10px!important;box-shadow:0 14px 31px rgba(18,73,132,.05)!important}.h3-service-card>img{border-radius:10px!important}.h3-service-icon{top:-31px!important;right:calc(50% - 31px)!important;width:62px!important;height:62px!important;border-radius:9px!important}.h3-service-line{width:92px!important;margin:0 auto 26px!important}.h3-service-card h3{margin:0 0 17px!important;font-size:21px!important}.h3-service-card p{min-height:52px!important;font-size:15px!important;line-height:1.9!important}.h3-service-card a{margin-top:22px!important}.h3-service-card:hover>img{opacity:.52!important}.h3-service-card:hover{transform:translateY(-8px)!important;box-shadow:0 23px 44px rgba(7,39,91,.18)!important}@keyframes serviceOrbit{to{transform:rotate(360deg)}}@keyframes serviceFloat{50%{transform:translate(10px,-17px)}}@keyframes serviceDots{50%{opacity:.62;transform:translateY(13px)}}
.service-archive-section{padding:92px 0 105px!important;background:#f1f8ff!important}.service-archive-grid{gap:20px!important}.service-archive-card{min-height:310px!important;padding:99px 28px 30px!important;overflow:visible!important;border-radius:10px!important;box-shadow:0 14px 31px rgba(18,73,132,.05)!important}.service-archive-card>img,.service-archive-card__overlay{border-radius:10px!important}.service-archive-card i{top:-31px!important;right:calc(50% - 31px)!important;width:62px!important;height:62px!important;border-radius:9px!important}.service-archive-card:before{width:92px!important;margin:0 auto 26px!important}.service-archive-card h2{margin:0 0 17px!important;font-size:21px!important}.service-archive-card p{min-height:52px!important;font-size:15px!important;line-height:1.9!important}.service-archive-card a{justify-content:center!important;margin-top:22px!important}.service-archive-card:hover>img{opacity:1!important}.service-archive-card:hover .service-archive-card__overlay{background:linear-gradient(145deg,rgba(3,20,66,.35),rgba(3,20,66,.9))!important}.service-archive-card:hover h2,.service-archive-card:hover p{color:#fff!important}

/* Service details: native WordPress content with a polished, readable layout. */
.native-service-hero{background:linear-gradient(120deg,rgba(4,17,63,.93),rgba(11,72,151,.76)),url('../../../../uploads/2025/07/hero-3-2.jpg') center/cover}.native-service-detail-wrap{padding:85px 0 100px;background:linear-gradient(180deg,#f5faff 0,#fff 100%)}.native-service-detail{display:grid;grid-template-columns:290px minmax(0,1fr);gap:42px;max-width:1120px}.native-service-detail>aside{position:sticky;top:110px;align-self:start;padding:34px 30px;border-radius:14px;background:#07194f;color:#fff;box-shadow:0 18px 40px rgba(4,23,73,.18)}.native-service-detail>aside span{display:inline-block;margin-bottom:18px;color:#71c7ff;font-size:13px}.native-service-detail>aside strong{display:block;font-size:28px;line-height:1.3}.native-service-detail>aside p{margin:18px 0 24px;color:#cde4ff;line-height:1.75}.native-service-detail__content{min-width:0}.native-service-detail__content>img{width:100%;height:360px;object-fit:cover;border-radius:16px;box-shadow:0 18px 42px rgba(7,39,91,.14)}.native-service-detail .entry-content{padding:38px 4px 25px;font-size:17px;line-height:2;color:#4e5d73}.native-service-detail .entry-content h2{margin:0 0 16px;color:#07194f;font-size:31px}.native-service-detail .entry-content h3{margin:30px 0 10px;color:#07194f;font-size:23px}.native-service-detail .entry-content li{margin:9px 0}.native-service-detail__cta{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:25px 30px;border-radius:14px;background:#eaf6ff}.native-service-detail__cta span{display:block;color:#168bed;font-size:13px;font-weight:800}.native-service-detail__cta strong{display:block;margin-top:5px;color:#07194f;font-size:21px}.native-service-detail__cta .button{margin:0;white-space:nowrap}@media(max-width:800px){.native-service-detail{grid-template-columns:1fr}.native-service-detail>aside{position:static}.native-service-detail__content>img{height:280px}.native-service-detail__cta{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.native-service-detail-wrap{padding:55px 0}.native-service-detail .entry-content{padding:28px 0;font-size:16px}.native-service-detail .entry-content h2{font-size:26px}.native-service-detail__content>img{height:220px}}

/* Native content pages. */
.native-news-hero,.native-about-hero,.native-project-hero{background:linear-gradient(120deg,rgba(4,17,63,.92),rgba(11,72,151,.74)),url('../../../../uploads/2025/07/hero-3.jpg') center/cover}.native-news-home{padding:80px 0 110px;background:#f4f9ff}.native-news-home .ref-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.native-news-home .ref-blog-grid article{overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 15px 38px rgba(7,39,91,.1);transition:transform .3s ease,box-shadow .3s ease}.native-news-home .ref-blog-grid article:hover{transform:translateY(-8px);box-shadow:0 25px 46px rgba(7,39,91,.17)}.native-news-home .ref-blog-grid img{width:100%;height:225px;object-fit:cover}.native-news-home .ref-blog-grid article>div{padding:24px}.native-news-home .ref-blog-grid h3{margin:10px 0;font-size:21px;line-height:1.45}.native-news-home .ref-blog-grid p{min-height:50px;color:#66758d;line-height:1.75}.native-news-home .ref-blog-grid article>div>a{color:#168bed;font-weight:800}.native-about-page__art img{transition:transform .45s ease,box-shadow .45s ease}.native-about-page__art:hover img:first-child{box-shadow:0 28px 56px rgba(6,39,94,.23)}.native-about-mission__card{border:0;cursor:pointer;font:inherit}.native-about-mission__card.is-active{background:#168bed!important;color:#fff!important;transform:translateY(-8px);box-shadow:0 20px 40px rgba(22,139,237,.28)!important}.native-about-mission__card.is-active i,.native-about-mission__card.is-active span{color:#fff}.native-about-mission__feature{transition:transform .35s ease,box-shadow .35s ease}.native-about-mission__feature.mission-change{animation:missionChange .45s ease}.native-about-mission__feature:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(7,39,91,.2)}@keyframes missionChange{0%{opacity:.45;transform:scale(.98)}100%{opacity:1;transform:scale(1)}}.native-project-detail{padding:82px 0 110px;background:linear-gradient(180deg,#f5faff,#fff)}.native-project-detail__image{width:100%;height:480px;object-fit:cover;border-radius:18px;box-shadow:0 22px 48px rgba(6,39,94,.16)}.native-project-detail__grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:52px;padding:54px 0}.native-project-detail aside{align-self:start;padding:32px;border-radius:14px;background:#07194f;color:#fff}.native-project-detail aside span{display:block;color:#78ceff;font-size:13px}.native-project-detail aside strong{display:block;margin:10px 0;font-size:26px;line-height:1.35}.native-project-detail aside ul{padding-right:20px;color:#d5e9ff;line-height:2}.native-project-detail .entry-content{font-size:17px;line-height:2;color:#4e5d73}.native-project-detail .entry-content h2{color:#07194f;font-size:31px}.native-project-detail .text-link{font-size:16px}@media(max-width:850px){.native-news-home .ref-blog-grid{grid-template-columns:repeat(2,1fr)}.native-project-detail__grid{grid-template-columns:1fr}.native-project-detail__image{height:320px}}@media(max-width:560px){.native-news-home{padding:55px 0}.native-news-home .ref-blog-grid{grid-template-columns:1fr}.native-project-detail{padding:55px 0}.native-project-detail__image{height:230px}.native-project-detail__grid{padding:35px 0}.native-project-detail .entry-content h2{font-size:26px}}
.native-related-links{display:grid;gap:10px;margin-top:42px;padding:24px 26px;border:1px solid #d8ebfb;border-radius:14px;background:#f2f9ff}.native-related-links strong{color:#07194f;font-size:20px}.native-related-links a{color:#168bed;font-weight:800}.native-related-links a:before{content:'←';display:inline-block;margin-left:8px}
.header-brand img{width:176px!important;height:60px!important;object-fit:contain!important}.h3-why__facts{align-items:flex-start!important}.h3-why__facts>div{gap:10px!important}.h3-why__fact-icon{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;border-radius:14px!important;background:linear-gradient(135deg,#e2f4ff,#fff)!important;color:#168bed!important;font-size:30px!important;letter-spacing:-7px!important;box-shadow:0 10px 24px rgba(16,111,208,.12)!important}.h3-why__fact-icon--people{font-size:21px!important;letter-spacing:-5px!important}.h3-why__cards{gap:18px!important}.h3-why__cards .h3-why__card{position:relative!important;isolation:isolate!important;min-height:205px!important;overflow:hidden!important;border-radius:12px!important;background:#eef6ff!important;cursor:pointer!important;transition:transform .35s ease,box-shadow .35s ease!important}.h3-why__cards .h3-why__card>img{position:absolute!important;inset:0!important;z-index:-3!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:0!important;transform:scale(1.08)!important;transition:opacity .4s ease,transform .55s ease!important}.h3-why__card-overlay{position:absolute!important;inset:0!important;z-index:-2!important;background:linear-gradient(145deg,rgba(239,247,255,.98),rgba(229,242,255,.94))!important;transition:background .4s ease!important}.h3-why__card-content{position:relative!important;z-index:1!important;display:grid!important;place-content:center!important;justify-items:center!important;gap:12px!important;height:100%!important;padding:25px!important;text-align:center!important}.h3-why__card-content i{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;border-radius:16px!important;background:#fff!important;color:#168bed!important;font-size:26px!important;font-style:normal!important;box-shadow:0 8px 20px rgba(8,77,155,.1)!important}.h3-why__card-content strong{color:#07194f!important;font-size:22px!important}.h3-why__card-content span{display:none!important;max-width:215px!important;color:#eaf5ff!important;font-size:14px!important;line-height:1.8!important}.h3-why__cards .h3-why__card:hover,.h3-why__cards .h3-why__card.is-active{transform:translateY(-8px)!important;box-shadow:0 22px 40px rgba(6,39,94,.22)!important}.h3-why__cards .h3-why__card:hover>img,.h3-why__cards .h3-why__card.is-active>img{opacity:1!important;transform:scale(1)!important}.h3-why__cards .h3-why__card:hover .h3-why__card-overlay,.h3-why__cards .h3-why__card.is-active .h3-why__card-overlay{background:linear-gradient(145deg,rgba(2,20,66,.33),rgba(2,20,66,.9))!important}.h3-why__cards .h3-why__card:hover strong,.h3-why__cards .h3-why__card.is-active strong{color:#fff!important}.h3-why__cards .h3-why__card:hover span,.h3-why__cards .h3-why__card.is-active span{display:block!important}.h3-why__cards .h3-why__card:hover i,.h3-why__cards .h3-why__card.is-active i{background:rgba(255,255,255,.92)!important}.ref-contact .ref-form{gap:28px!important;padding:32px!important}.ref-contact .ref-form__inputs{gap:18px!important}.ref-contact .ref-form input{min-height:58px!important;padding:15px 18px!important}.ref-contact .ref-form textarea{min-height:160px!important;padding:18px!important}.ref-contact .ref-form>div:last-child{display:grid!important;gap:16px!important;align-content:start!important}.ref-contact .ref-form .button{justify-self:center!important;min-width:150px!important}
.site-header .site-nav{margin:0!important;transform:none!important;justify-content:center!important}.site-header .site-nav__list{justify-content:center!important}.header-brand img{filter:drop-shadow(0 2px 3px rgba(0,0,0,.16))}
/* WordPress adds `single-post` to <body>; keep article sizing from affecting the page shell. */
body.single-post{width:auto!important;max-width:none!important;padding:0!important}
/* About page — concise vertical stack for mission, vision and values. */
.native-about-mission{padding:95px 0 105px!important;background:radial-gradient(circle at 7% 16%,rgba(82,184,249,.16),transparent 25%),#f3f9ff!important}.native-about-mission>.container{grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr)!important;gap:76px!important}.native-about-mission__intro p{max-width:490px!important}.native-about-mission__facts{display:flex;gap:36px;margin-top:34px}.native-about-mission__facts>div{display:grid;gap:3px}.native-about-mission__facts i{color:#168bed;font-size:25px;font-style:normal;line-height:1}.native-about-mission__facts b{color:#07194f;font-size:17px}.native-about-mission__facts span{color:#71819c;font-size:12px}.native-about-mission__grid--stack{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.native-about-mission__grid--stack .native-about-mission__card{position:relative!important;isolation:isolate!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) 42px!important;align-items:center!important;gap:16px!important;min-height:114px!important;padding:20px 22px!important;overflow:hidden!important;border:1px solid #d6eaff!important;border-radius:16px!important;background:#fff!important;color:#07194f!important;box-shadow:0 14px 34px rgba(7,53,115,.08)!important;text-align:right!important;transition:transform .3s ease,box-shadow .3s ease,color .3s ease!important}.native-about-mission__grid--stack .native-about-mission__card:before{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,rgba(3,20,70,.96),rgba(8,77,157,.78));opacity:0;transition:opacity .35s ease}.native-about-mission__grid--stack .native-about-mission__card>img{position:absolute!important;z-index:-2!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:0!important;transform:scale(1.08)!important;transition:opacity .35s ease,transform .55s ease!important}.native-about-mission__grid--stack .native-about-mission__card>i{display:grid!important;place-items:center!important;width:55px!important;height:55px!important;border-radius:15px!important;background:linear-gradient(135deg,#4fc1ff,#1679e4)!important;color:#fff!important;font-size:25px!important;font-style:normal!important;box-shadow:0 10px 20px rgba(22,139,237,.25)!important}.native-about-mission__grid--stack .native-about-mission__card>div{display:grid;gap:4px}.native-about-mission__grid--stack .native-about-mission__card b{font-size:21px!important}.native-about-mission__grid--stack .native-about-mission__card span{color:#697a96!important;font-size:13px!important;line-height:1.75!important;transition:color .3s ease}.native-about-mission__grid--stack .native-about-mission__card em{display:grid;place-items:center;justify-self:end;width:42px;height:42px;border:1px solid #d5eaff;border-radius:50%;background:#f4faff;color:#168bed;font-size:13px;font-style:normal;font-weight:800;transition:.3s}.native-about-mission__grid--stack .native-about-mission__card:hover{color:#fff!important;transform:translateX(-8px)!important;box-shadow:0 24px 46px rgba(7,53,115,.2)!important}.native-about-mission__grid--stack .native-about-mission__card:hover:before,.native-about-mission__grid--stack .native-about-mission__card:hover>img{opacity:1!important}.native-about-mission__grid--stack .native-about-mission__card:hover>img{transform:scale(1)!important}.native-about-mission__grid--stack .native-about-mission__card:hover span{color:#e4f3ff!important}.native-about-mission__grid--stack .native-about-mission__card:hover em{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.35);color:#fff}@media(max-width:800px){.native-about-mission>.container{grid-template-columns:1fr!important;gap:38px!important}.native-about-mission__intro{text-align:center}.native-about-mission__intro p{margin-right:auto;margin-left:auto}.native-about-mission__facts{justify-content:center}.native-about-mission__grid--stack{max-width:650px!important;margin:auto!important}}@media(max-width:480px){.native-about-mission{padding:62px 0 70px!important}.native-about-mission__intro h2{font-size:30px!important}.native-about-mission__facts{gap:17px}.native-about-mission__facts b{font-size:14px}.native-about-mission__grid--stack .native-about-mission__card{grid-template-columns:46px minmax(0,1fr)!important;gap:12px!important;min-height:104px!important;padding:16px!important}.native-about-mission__grid--stack .native-about-mission__card>i{width:46px!important;height:46px!important;border-radius:13px!important;font-size:21px!important}.native-about-mission__grid--stack .native-about-mission__card b{font-size:18px!important}.native-about-mission__grid--stack .native-about-mission__card span{font-size:11px!important}.native-about-mission__grid--stack .native-about-mission__card em{display:none}}
article.single-post{width:100%!important;max-width:none!important;padding:0!important}
/* Avoid a 100vw header overflow when the vertical scrollbar is present. */
.site-header .header-inner{width:100%!important}
.native-hero--cover{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(120deg,rgba(4,18,62,.9),rgba(9,78,164,.72)),var(--native-page-cover,none) center/cover!important}.native-hero--cover:after{content:"";position:absolute;z-index:-1;inset:auto -5% -170px auto;width:350px;height:350px;border:1px solid rgba(174,226,255,.28);border-radius:50%;box-shadow:0 0 0 40px rgba(174,226,255,.06),0 0 0 95px rgba(174,226,255,.04)}
/* Modern mobile navigation drawer. */
.mobile-nav__head,.mobile-nav__label,.mobile-nav__footer{display:none}
.whatsapp-float{position:fixed;z-index:46;left:26px;bottom:26px;display:inline-flex;align-items:center;gap:9px;min-height:52px;padding:0 17px;border-radius:999px;background:#25d366;color:#fff!important;text-decoration:none;box-shadow:0 13px 28px rgba(15,129,67,.3);font-size:14px;transition:transform .25s ease,box-shadow .25s ease}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(15,129,67,.38)}.whatsapp-float span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:rgba(255,255,255,.18);font-size:17px;line-height:1}.whatsapp-float b{font-weight:800}
@media(max-width:900px){
  body{overflow-x:hidden}.site-topbar{display:none}.site-header,.header-inner{height:70px!important}.site-header .header-inner{display:flex!important;width:100%!important;min-height:70px!important;padding:0 18px!important;direction:rtl}.site-header .header-brand{order:1;margin-right:0!important;margin-left:auto!important;padding:0!important;background:transparent!important}.site-header .header-brand:after{display:none}.header-brand img{width:138px!important;height:48px!important;filter:none!important}.site-header .header-search,.site-header .button--small{display:none!important}.menu-toggle{order:2!important;display:inline-grid!important;grid-auto-flow:column;align-items:center;gap:8px;margin:0!important;padding:9px 12px!important;border:0!important;border-radius:10px!important;background:#f1f8ff!important;color:#07194f!important;font-size:13px!important;font-weight:800!important}.menu-toggle span{width:18px!important;height:13px!important;border:0!important;background:linear-gradient(#168bed 0 2px,transparent 2px 5px,#168bed 5px 7px,transparent 7px 10px,#168bed 10px 12px)!important}.menu-toggle span:after{display:none!important}
  .site-header:before{content:"";position:fixed;z-index:70;inset:0;background:rgba(1,13,44,.48);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.site-header.is-menu-open:before{opacity:1;visibility:visible}.site-nav{position:fixed!important;z-index:71;top:0!important;right:0!important;bottom:0!important;left:auto!important;display:flex!important;flex-direction:column!important;width:min(88vw,365px)!important;min-height:100dvh!important;padding:0!important;margin:0!important;overflow-y:auto!important;background:linear-gradient(160deg,#07194f,#09286e 58%,#137edb)!important;box-shadow:-20px 0 48px rgba(1,15,56,.34)!important;transform:translateX(110%)!important;opacity:1!important;visibility:visible!important;transition:transform .38s cubic-bezier(.2,.8,.2,1)!important}.site-header.is-menu-open .site-nav{transform:translateX(0)!important}.site-nav:before{content:"";position:absolute;z-index:0;top:-110px;left:-110px;width:265px;height:265px;border:1px solid rgba(124,210,255,.28);border-radius:50%;box-shadow:0 0 0 30px rgba(124,210,255,.05),0 0 0 70px rgba(124,210,255,.04)}
  .mobile-nav__head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:14px 18px 12px;border-bottom:1px solid rgba(255,255,255,.12)}.mobile-nav__head img{width:132px;height:43px;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 2px 5px rgba(0,0,0,.2))}.menu-close{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:11px;background:rgba(255,255,255,.1);color:#fff;font-size:23px;line-height:1;cursor:pointer}.mobile-nav__label{position:relative;z-index:1;display:block;margin:13px 20px 6px;color:#8fd6ff;font-size:10px;font-weight:800;letter-spacing:.4px}.site-nav .site-nav__list{position:relative;z-index:1;display:grid!important;align-items:stretch!important;gap:3px!important;width:100%!important;margin:0!important;padding:0 12px!important;list-style:none!important}.site-nav .site-nav__list li{display:block!important;width:100%}.site-nav .site-nav__list a{display:flex!important;align-items:center!important;min-height:43px!important;padding:0 13px!important;border-radius:11px!important;color:#fff!important;font-size:14px!important;font-weight:800!important;transition:background .22s ease,box-shadow .22s ease!important}.site-nav .site-nav__list li.current-menu-item>a,.site-nav .site-nav__list a:hover{background:rgba(255,255,255,.14)!important;box-shadow:inset 3px 0 0 #53c5ff!important}.mobile-nav__footer{position:relative;z-index:1;display:grid;gap:9px;margin-top:auto;padding:13px 18px 16px;border-top:1px solid rgba(255,255,255,.12)}.mobile-nav__quote{display:grid;place-items:center;min-height:42px;border-radius:11px;background:#fff;color:#0878d6!important;font-size:13px;font-weight:800;text-decoration:none}.mobile-nav__contacts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-nav__phone,.mobile-nav__whatsapp{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;border:1px solid rgba(255,255,255,.22);border-radius:11px;color:#eaf7ff!important;text-decoration:none;font-size:10px;font-weight:700;direction:ltr}.mobile-nav__whatsapp{border-color:rgba(81,239,157,.58);background:rgba(37,211,102,.13);font-size:11px;direction:rtl}.mobile-nav__phone span,.mobile-nav__whatsapp span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:rgba(255,255,255,.12);font-size:12px;direction:rtl}.mobile-nav__whatsapp span{background:#25d366;color:#fff}.whatsapp-float{left:16px;bottom:16px;min-height:50px;padding:0 15px}.whatsapp-float b{display:none}
}
@media(max-width:900px){.site-header .site-nav{transform:translateX(110%)!important}.site-header.is-menu-open .site-nav{transform:translateX(0)!important}}
/* Home contact form: intentional separation between the two field rows. */
.ref-contact .ref-form__inputs{column-gap:18px!important;row-gap:42px!important}
.ref-contact .ref-form .button{justify-self:center!important}

/* Dynamic company phone in the introductory section. */
.h3-about__phone{color:#07194f;font-size:21px;font-weight:800;direction:ltr;text-align:right;text-decoration:none}

/* Dynamic project categories: one source for filters, archives and SEO copy. */
.ref-projects__category-description{min-height:25px;margin:-12px auto 26px;max-width:720px;color:#70809a;font-size:14px;line-height:1.75;text-align:center}.ref-project[hidden]{display:none!important}.native-project-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;padding:28px 20px;background:#f4faff}.native-project-categories a{padding:9px 15px;border:1px solid #cfe6fb;border-radius:8px;background:#fff;color:#42637f;font-size:14px;font-weight:800;text-decoration:none;transition:.22s}.native-project-categories a:hover,.native-project-categories a.is-active{border-color:#168bed;background:#168bed;color:#fff;box-shadow:0 8px 18px rgba(22,139,237,.2)}@media(max-width:560px){.ref-filters{flex-wrap:wrap}.ref-projects__category-description{margin:4px auto 20px;padding:0 15px;font-size:13px}.native-project-categories{gap:7px;padding:20px 12px}.native-project-categories a{padding:8px 11px;font-size:12px}}

/* Keep the transparent desktop logo comfortably inside the right header edge. */
@media (min-width:901px){
  .site-header .header-brand{
    padding-right:42px!important;
    padding-left:20px!important;
    background:transparent!important;
  }
  .site-header .header-brand:after{display:none!important}
}

/* Service FAQs: readable, native accordion with RTL-first spacing. */
.native-service-faq{margin-top:54px;padding-top:46px;border-top:1px solid #dceafa}.native-service-faq header{margin-bottom:23px}.native-service-faq header span{display:inline-flex;padding:5px 11px;border-radius:5px;background:#e2f3ff;color:#168bed;font-size:12px;font-weight:800}.native-service-faq h2{margin:11px 0 0;color:#07194f;font-size:29px;line-height:1.35}.native-service-faq__items{display:grid;gap:12px}.native-service-faq details{overflow:hidden;border:1px solid #dbeafa;border-radius:12px;background:#fff;transition:box-shadow .25s ease,border-color .25s ease}.native-service-faq details[open]{border-color:#b5defd;box-shadow:0 12px 28px rgba(8,77,155,.08)}.native-service-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;color:#07194f;font-size:16px;font-weight:800;list-style:none}.native-service-faq summary::-webkit-details-marker{display:none}.native-service-faq summary b{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:#e5f4ff;color:#168bed;font-size:21px;font-weight:400;line-height:1;transition:transform .25s ease,background .25s ease}.native-service-faq details[open] summary b{transform:rotate(45deg);background:#168bed;color:#fff}.native-service-faq details p{margin:0;padding:0 20px 20px;color:#61718b;font-size:15px;line-height:1.9}@media(max-width:560px){.native-service-faq{margin-top:38px;padding-top:34px}.native-service-faq h2{font-size:24px}.native-service-faq summary{padding:16px;font-size:14px}.native-service-faq details p{padding:0 16px 17px;font-size:14px}}


/* ===== service-packages.css ===== */
.native-service-packages{position:relative;overflow:hidden;padding:82px 0 94px;background:linear-gradient(135deg,#edf7ff,#f9fcff 50%,#eef8ff)}
.native-service-packages:before,.native-service-packages:after{content:'';position:absolute;border:1px solid rgba(41,151,237,.2);border-radius:50%;pointer-events:none}.native-service-packages:before{width:440px;height:440px;top:-245px;right:-150px}.native-service-packages:after{width:390px;height:390px;bottom:-260px;left:-130px}.native-service-packages .container{position:relative;z-index:1}
.native-service-packages__heading{max-width:650px;margin:0 auto 42px;text-align:center}.native-service-packages__heading>span{display:inline-block;padding:7px 13px;border-radius:4px;background:#dff1ff;color:#168bea;font-size:11px;font-weight:800}.native-service-packages__heading h2{margin:15px 0 12px;color:#081b51;font-size:32px;line-height:1.35}.native-service-packages__heading p{margin:0;color:#687b99;font-size:14px;line-height:1.9}
.native-service-packages__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.native-service-package{position:relative;overflow:hidden;padding:31px 29px 28px;border:1px solid #dceaf8;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(13,82,156,.08);transition:transform .25s ease,box-shadow .25s ease}.native-service-package:hover{transform:translateY(-7px);box-shadow:0 25px 52px rgba(13,82,156,.15)}.native-service-package.is-featured{border:2px solid #2499ef;background:linear-gradient(160deg,#fff,#f1f9ff);transform:translateY(-10px)}.native-service-package.is-featured:hover{transform:translateY(-15px)}.native-service-package__popular{position:absolute;top:0;left:26px;padding:8px 15px;border-radius:0 0 9px 9px;background:#178cea;color:#fff;font-size:11px;font-weight:800}
.native-service-package__top{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:20px;border-bottom:1px solid #e7eff8;color:#627796;font-size:12px}.native-service-package__top i{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#e5f4ff;color:#168bea;font-size:22px;font-style:normal}.native-service-package h3{margin:20px 0 7px;color:#081b51;font-size:22px}.native-service-package>p{min-height:50px;margin:0;color:#70809a;font-size:13px;line-height:1.8}.native-service-package__price{display:flex;align-items:baseline;gap:7px;margin:22px 0}.native-service-package__price strong{font-size:25px;color:#071a50}.native-service-package__price small{color:#6b7c94;font-size:12px}.native-service-package ul{padding:0;margin:0 0 25px;list-style:none}.native-service-package li{position:relative;margin:11px 0;padding-right:25px;color:#42536f;font-size:13px}.native-service-package li:before{content:'✓';position:absolute;right:0;top:2px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#d9f1ff;color:#1187e5;font-size:10px;font-weight:800}.native-service-package>a{display:block;padding:13px;border-radius:8px;background:#e7f4ff;color:#1389e7;text-align:center;text-decoration:none;font-size:13px;font-weight:800;transition:.2s}.native-service-package.is-featured>a,.native-service-package>a:hover{background:#168dea;color:#fff}
@media(max-width:800px){.native-service-packages__grid{grid-template-columns:1fr 1fr}.native-service-package.is-featured{transform:none}}@media(max-width:520px){.native-service-packages{padding:64px 0}.native-service-packages__grid{grid-template-columns:1fr}.native-service-packages__heading h2{font-size:27px}}


/* ===== journey-fix.css ===== */
/* Service journey: the number sits above the card and must never be cropped. */
.service-journey__items {
  padding-top: 32px !important;
}

.service-journey__items article {
  overflow: visible !important;
}

.service-journey__items article > img,
.service-journey__items article::after {
  border-radius: 20px !important;
}


/* ===== mobile-polish.css ===== */
/* Final responsive pass for phones and narrow tablets. */
@media (max-width: 900px) {
  .site-header:not(.is-menu-open) .site-nav {
    transform: translateX(110%) !important;
    pointer-events: none !important;
  }

  .site-header.is-menu-open .site-nav {
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  .home3-slider .home3-controls {
    top: auto !important;
    right: 18px !important;
    bottom: 28px !important;
    left: auto !important;
    display: flex !important;
    gap: 8px !important;
    transform: none !important;
  }

  .home3-slider .home3-controls button {
    width: 36px !important;
    height: 36px !important;
    background: rgba(5, 25, 73, .52) !important;
    backdrop-filter: blur(6px);
  }

  .home3-slider .home3-dots {
    right: auto !important;
    bottom: 43px !important;
    left: 20px !important;
    transform: none !important;
  }

  .ref-section { padding: 58px 0 !important; }
  .ref-intro { padding: 62px 0 46px !important; }
  .ref-contact { padding: 60px 0 !important; }
  .ref-projects { padding: 60px 0 48px !important; }
  .ref-process { padding: 58px 0 !important; }
  .ref-video { padding-bottom: 58px !important; }
  .ref-testimonials, .ref-blog { padding: 58px 0 !important; }
  .ref-title { margin-bottom: 30px !important; }
}

@media (max-width: 560px) {
  /* Keep the three benefit cards in their own layer while hero images fade. */
  .ref-hero.home3-slider { min-height: 670px !important; overflow: visible !important; isolation: isolate; }
  .home3-slider .home3-slides { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
  .home3-slider .ref-hero__grid { min-height: 420px !important; position: relative; z-index: 2; }
  .home3-slider .ref-hero__features {
    position: relative !important;
    z-index: 5 !important;
    bottom: auto !important;
    margin-top: 12px !important;
  }
  .home3-slider .home3-controls { bottom: 24px !important; }
  .home3-slider .home3-dots { bottom: 39px !important; }
  .h3-about__art { min-height: 285px !important; }
  .h3-about__shape { height: 285px !important; }
  .h3-about__years { top: 84px !important; }
  .ref-contact .ref-form { padding: 20px !important; gap: 18px !important; }
  .ref-contact .ref-form textarea { min-height: 145px !important; }
  .ref-project { min-height: 215px !important; }
  .ref-project img { min-height: 215px !important; }
}
/* Contact split panel */.ref-contact--split .ref-contact__card{display:grid;grid-template-columns:.88fr 1.12fr;overflow:hidden;max-width:1100px;margin:auto;border:1px solid rgba(125,185,233,.34);border-radius:20px;background:#fff;box-shadow:0 24px 60px rgba(18,74,132,.14)}.ref-contact--split .ref-contact__visual{position:relative;display:flex;align-items:flex-end;min-height:430px;padding:34px;background-position:center;background-size:cover;color:#fff}.ref-contact--split .ref-contact__visual:before{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.26);border-radius:14px}.ref-contact--split .ref-contact__visual>div{position:relative;z-index:1}.ref-contact--split .ref-contact__visual i{display:grid;place-items:center;width:54px;height:54px;margin-bottom:17px;border-radius:15px;background:#218fea;color:#fff;font-size:25px;font-style:normal;box-shadow:0 12px 26px rgba(0,0,0,.2)}.ref-contact--split .ref-contact__visual h3{margin:0 0 9px;color:#fff;font-size:26px;line-height:1.45}.ref-contact--split .ref-contact__visual p{max-width:300px;margin:0;color:#e4f4ff;font-size:13px;line-height:2}.ref-contact--split .ref-contact__visual span{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:8px 12px;border-radius:8px;background:rgba(255,255,255,.14);font-size:11px}.ref-contact--split .ref-contact__visual b{color:#6bcaff}.ref-contact--split .ref-form{display:grid;grid-template-columns:1fr 1fr;align-content:start;max-width:none;margin:0;padding:38px;background:#fff;box-shadow:none;border-radius:0;gap:18px}.ref-contact--split .ref-form__heading,.ref-contact--split .ref-form__message{grid-column:1/-1}.ref-contact--split .ref-form__heading h3{margin:0;color:#071b56;font-size:24px}.ref-contact--split .ref-form__heading p{margin:7px 0 4px;color:#6c7d98;font-size:12px}.ref-contact--split .ref-form__inputs{display:contents}.ref-contact--split .ref-form input{min-height:53px;padding:14px 16px;border:1px solid #d7e8f9;border-radius:9px;background:#fbfdff;font-size:13px}.ref-contact--split .ref-form textarea{width:100%;min-height:130px;margin:0 0 14px;padding:15px 16px;border:1px solid #d7e8f9;border-radius:9px;background:#fbfdff;font-size:13px}.ref-contact--split .ref-form .button{display:block;min-width:144px;margin:auto;padding:13px 22px;font-size:13px}.ref-contact--split .form-status{text-align:center}@media(max-width:800px){.ref-contact--split .ref-contact__card{grid-template-columns:1fr}.ref-contact--split .ref-contact__visual{min-height:280px;padding:26px}.ref-contact--split .ref-contact__visual h3{font-size:22px}.ref-contact--split .ref-form{padding:27px 23px}}@media(max-width:520px){.ref-contact--split .ref-form{grid-template-columns:1fr;gap:14px}.ref-contact--split .ref-form__heading,.ref-contact--split .ref-form__message{grid-column:auto}.ref-contact--split .ref-contact__visual{min-height:245px}.ref-contact--split .ref-contact__visual:before{inset:13px}.ref-contact--split .ref-form textarea{min-height:135px}}
/* Contact form feedback: clear request delivery state. */
.ref-contact--split .form-status{display:none;margin:0;padding:11px 14px;border-radius:9px;text-align:center;font-size:13px;font-weight:700;line-height:1.7}.ref-contact--split .form-status.is-pending,.ref-contact--split .form-status.is-success,.ref-contact--split .form-status.is-error{display:block}.ref-contact--split .form-status.is-pending{background:#edf7ff;color:#167bd0}.ref-contact--split .form-status.is-success{background:#e8f8ef;color:#157347;border:1px solid #bde8ce}.ref-contact--split .form-status.is-error{background:#fff0f1;color:#b42332;border:1px solid #ffd0d5}
.ref-contact--split input[type="tel"],.native-form input[type="tel"]{direction:rtl;text-align:right}
.native-faq-page{background:linear-gradient(180deg,#f7fbff 0,#fff 100%)}.native-faq-page .native-service-faq{max-width:940px}.native-faq-page .native-service-faq header{text-align:center;margin:0 auto 30px;max-width:680px}.native-faq-page .native-service-faq header p{margin:12px 0 0;color:#66758d;line-height:1.9}.native-faq-page .native-service-faq__items{gap:14px}.native-faq-page .native-service-faq details{border-color:#d6e8f8}.native-faq-page .native-faq-page__cta{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:30px;padding:22px;border-radius:14px;background:#eef7ff}.native-faq-page .native-faq-page__cta p{margin:0;color:#314a6d;font-weight:700}@media(max-width:560px){.native-faq-page .native-faq-page__cta{display:grid;gap:12px;text-align:center}.native-faq-page .native-service-faq h2{font-size:25px}}
.native-about-approach{padding:98px 0;background:#fff}.native-about-approach header{max-width:680px;margin:0 auto 38px;text-align:center}.native-about-approach h2{margin:10px 0 12px;color:#07194f;font-size:clamp(29px,3.4vw,43px);line-height:1.28}.native-about-approach header p{margin:0;color:#66758d;line-height:1.9}.native-about-approach__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:about-step}.native-about-approach__grid article{position:relative;isolation:isolate;min-height:270px;overflow:hidden;border:1px solid #dceafa;border-radius:16px;background:#07194f;box-shadow:0 14px 34px rgba(7,53,115,.12)}.native-about-approach__grid article>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease;z-index:-2}.native-about-approach__grid article:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,24,76,.15),rgba(3,21,68,.92));z-index:-1}.native-about-approach__grid article:hover>img{transform:scale(1.08)}.native-about-approach__body{min-height:270px;padding:25px;display:flex;flex-direction:column;justify-content:flex-end}.native-about-approach__grid b{display:inline-grid;place-items:center;position:absolute;top:20px;right:20px;width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#4fc1ff,#1679e4);color:#fff;font-size:15px;box-shadow:0 10px 20px rgba(22,139,237,.24)}.native-about-approach__grid h3{margin:0 0 8px;font-size:21px;color:#fff}.native-about-approach__grid p{position:relative;z-index:1;margin:0;color:#e2efff;line-height:1.9}.native-privacy-hero{padding:94px 0 78px;background:radial-gradient(circle at 80% 20%,rgba(64,179,255,.3),transparent 24%),linear-gradient(115deg,#061548,#0c59ae)}.native-privacy-hero span{display:inline-block;padding:5px 12px;border-radius:4px;background:rgba(132,211,255,.17);color:#bde9ff;font-size:12px;font-weight:800}.native-privacy-hero h1{margin:12px 0;font-size:clamp(36px,4.8vw,57px)}.native-privacy-hero p{max-width:650px;margin:0;color:#d5e9ff;font-size:17px}.native-privacy{padding:78px 0 110px;background:linear-gradient(180deg,#f6fbff,#fff 72%)}.native-privacy__grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px;align-items:start}.native-privacy__aside{position:sticky;top:135px;padding:27px;border-radius:16px;background:#07194f;color:#fff;box-shadow:0 18px 44px rgba(7,35,89,.17)}.native-privacy__aside span{display:block;color:#91d5ff;font-size:13px}.native-privacy__aside strong{display:block;margin:5px 0 13px;font-size:25px}.native-privacy__aside p{margin:0 0 20px;color:#cbdfff;font-size:14px;line-height:1.9}.native-privacy__content{padding:12px 0}.native-privacy__content section{margin-bottom:18px;padding:27px 30px;border:1px solid #dbeaf8;border-radius:15px;background:#fff;box-shadow:0 12px 30px rgba(7,53,115,.05)}.native-privacy__content h2{margin:0 0 11px;color:#07194f;font-size:24px}.native-privacy__content p,.native-privacy__content li{color:#566780;line-height:2}.native-privacy__content p{margin:0}.native-privacy__content ul{margin:0;padding-right:22px}.native-privacy__contact{border-right:4px solid #1f96ef!important;background:#f0f8ff!important}.native-privacy__contact a{color:#167edb;font-weight:800}@media(max-width:820px){.native-about-approach__grid{grid-template-columns:1fr}.native-privacy__grid{grid-template-columns:1fr}.native-privacy__aside{position:static;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.native-privacy__aside p{width:100%;margin:0}.native-privacy__aside .button{margin-right:auto}}@media(max-width:560px){.native-about-approach,.native-privacy{padding:62px 0}.native-about-approach__grid article{min-height:245px}.native-about-approach__body{min-height:245px;padding:24px}.native-privacy-hero{padding:70px 0 58px}.native-privacy__content section{padding:22px 19px}.native-privacy__content h2{font-size:21px}}
