:root{--primary:#2a0d4c;--purple:#54219d;--pink:#e63384;--orange:#ff7a18;--green:#10b85c;--dark:#190c2b;--text:#23172f;--muted:#70657e;--soft:#fbf8ff;--white:#ffffff;--border:#eee6f7;--shadow:0 18px 45px rgba(55,20,95,.12);--radius:24px;--container:1180px;}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Cairo",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;direction:rtl;overflow-x:hidden;}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(var(--container),calc(100% - 32px));margin:auto}.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(84,33,157,.08);}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{font-size:28px;font-weight:900;color:var(--purple);letter-spacing:-.5px;}.brand span{color:#ff5b35}.menu{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:800}.menu a{padding:24px 0;position:relative;color:#25183a}.menu a:hover,.menu a.active{color:var(--pink)}.menu a.active:after{content:"";position:absolute;right:0;left:0;bottom:15px;height:3px;border-radius:10px;background:linear-gradient(90deg,var(--pink),var(--orange));}.header-phone{direction:ltr;display:inline-flex;align-items:center;gap:8px;color:#fff;background:linear-gradient(135deg,var(--purple),var(--pink),var(--orange));padding:10px 18px;border-radius:999px;font-weight:900;box-shadow:0 12px 26px rgba(230,51,132,.18);}.mobile-toggle{display:none;border:0;width:44px;height:44px;border-radius:14px;background:#f5eefc;color:var(--purple);font-size:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 20px;border-radius:14px;border:0;font-family:inherit;font-weight:900;font-size:15px;cursor:pointer;transition:.25s ease;}.btn:hover{transform:translateY(-2px)}.btn-whatsapp{background:#fff;color:var(--primary);box-shadow:0 14px 30px rgba(255,255,255,.12)}.btn-whatsapp strong{color:var(--green);font-size:22px}.btn-call{background:linear-gradient(135deg,#ff6a1a,#ff9130);color:#fff;box-shadow:0 16px 34px rgba(255,122,24,.25)}.btn-primary{background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff}.btn-outline{background:#fff;border:1px solid var(--border);color:var(--purple)}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 8%,rgba(255,122,24,.20),transparent 22%),linear-gradient(135deg,#200b3c 0%,#3a115d 48%,#7b154d 100%);color:#fff;padding:72px 0 58px;}.hero:before{content:"";position:absolute;inset:auto -80px -180px auto;width:420px;height:420px;border-radius:50%;background:rgba(255,122,24,.18);}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.05fr;gap:44px;align-items:center}.kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);font-weight:900;margin-bottom:16px}.hero h1{font-size:clamp(38px,5.7vw,72px);line-height:1.15;margin:0 0 16px;font-weight:900;letter-spacing:-1px}.hero p{font-size:19px;line-height:1.9;color:rgba(255,255,255,.86);margin:0 0 26px;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}.hero-features{display:flex;gap:18px;flex-wrap:wrap}.hero-features span{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:rgba(255,255,255,.9)}.hero-features i{font-style:normal;color:var(--orange);font-size:24px}.hero-img{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:34px;padding:16px;box-shadow:0 24px 70px rgba(0,0,0,.18);}.hero-img img{width:100%;height:440px;object-fit:contain;border-radius:24px;background:rgba(255,255,255,.04)}.section{padding:64px 0}.section-head{text-align:center;max-width:780px;margin:0 auto 36px}.section-title{display:flex;align-items:center;justify-content:center;gap:16px;color:var(--purple);font-size:clamp(30px,4vw,46px);font-weight:900;margin:0 0 10px;}.section-title:before,.section-title:after{content:"";width:72px;height:2px;background:linear-gradient(90deg,var(--orange),var(--pink));border-radius:99px}.section-head p{margin:0;color:var(--muted);font-size:17px;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transition:.25s ease;}.service-card:hover{transform:translateY(-7px)}.service-img{height:210px;background:#fbf8ff;display:grid;place-items:center;overflow:hidden}.service-img img{width:100%;height:100%;object-fit:contain;padding:8px}.service-body{padding:22px;text-align:center}.service-body h3{margin:0 0 8px;color:var(--purple);font-size:21px;font-weight:900}.service-body p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.portfolio{background:linear-gradient(180deg,#fff,#fbf8ff);}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.work-card{background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.work-card img{width:100%;height:230px;object-fit:contain;background:#fbf8ff;padding:8px}.work-card h3{margin:0;padding:16px;text-align:center;color:var(--purple);font-size:19px}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.why-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px 18px;text-align:center;box-shadow:var(--shadow)}.why-card span{font-size:44px;display:block;margin-bottom:8px;color:var(--purple)}.why-card h3{margin:0 0 8px;color:var(--purple);font-size:19px}.why-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.reviews{background:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px;box-shadow:var(--shadow)}.quote{font-size:42px;color:var(--pink);line-height:1;margin-bottom:6px}.review-card p{margin:0 0 14px;color:#51465e;line-height:1.9;font-size:15px}.review-card strong{color:var(--purple);font-weight:900}.cta{margin:20px 0 0;}.cta-box{border-radius:34px;padding:28px 34px;color:#fff;background:linear-gradient(135deg,#2a0d4c,#7b155b,#ff7a18);display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;box-shadow:0 24px 55px rgba(84,33,157,.20);}.cta-box h2{margin:0 0 5px;font-size:28px}.cta-box p{margin:0;color:rgba(255,255,255,.86)}.footer{background:linear-gradient(135deg,#1c0d34,#34135f 70%,#41155e);color:#fff;padding:46px 0 18px;}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:28px;margin-bottom:28px}.footer h3{margin:0 0 14px;font-size:21px}.footer p,.footer li,.footer a{color:rgba(255,255,255,.74);line-height:1.9;font-size:14px}.footer ul{list-style:none;margin:0;padding:0}.dev-line{border-top:1px solid rgba(255,255,255,.10);padding-top:16px;text-align:center;}.dev-line span{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-weight:800;}.dev-line strong{font-weight:900}.dev-line a{color:#fff;font-weight:900;direction:ltr}.float-actions{position:fixed;right:18px;bottom:28px;z-index:1200;display:flex;flex-direction:column;gap:12px;}.float-actions a{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.22);border:3px solid #fff;transition:.25s ease;}.float-actions a:hover{transform:translateY(-3px) scale(1.04)}.float-actions .wa{background:#18c35a}.float-actions .call{background:#ff7a18}.float-actions svg{width:28px;height:28px;fill:currentColor}@media(max-width:1050px){.menu{display:none;position:absolute;right:0;left:0;top:72px;background:#fff;flex-direction:column;gap:0;padding:16px;border-bottom:1px solid var(--border)}.menu.open{display:flex}.menu a{padding:10px 0}.mobile-toggle{display:block}.hero-grid{grid-template-columns:1fr}.hero-img img{height:360px}.services-grid,.portfolio-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.cta-box{grid-template-columns:1fr;text-align:center}}@media(max-width:640px){.nav{height:62px}.brand{font-size:22px}.header-phone{display:none}.hero{padding:42px 0 34px}.hero h1{font-size:34px}.hero p{font-size:15px;line-height:1.75}.hero-img{display:none}.btn{min-height:38px;padding:8px 14px;font-size:13px}.section{padding:42px 0}.section-title{font-size:28px}.section-title:before,.section-title:after{width:36px}.services-grid,.portfolio-grid,.reviews-grid,.why-grid,.footer-grid{grid-template-columns:1fr}.service-img{height:185px}.work-card img{height:190px}.float-actions{right:12px;bottom:16px}.float-actions a{width:50px;height:50px}}.float-actions{position:fixed;right:18px;bottom:24px;z-index:1200;display:flex;flex-direction:column;gap:12px}.float-actions a{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid rgba(0,0,0,.05);box-shadow:0 14px 34px rgba(0,0,0,.16);transition:.25s ease}.float-actions a:hover{transform:translateY(-3px) scale(1.04)}.float-actions .wa{color:#25D366}.float-actions .call{color:#0A84FF}.float-actions svg{width:30px;height:30px;fill:currentColor}@media(max-width:640px){.float-actions{right:12px;bottom:14px}.float-actions a{width:50px;height:50px}.float-actions svg{width:26px;height:26px}}.btn .icon{width:20px;height:20px;flex:0 0 20px;fill:currentColor}.btn-whatsapp{background:#fff!important;color:#12305a!important}.btn-whatsapp .icon-whatsapp{fill:#25D366!important;color:#25D366!important}.btn-call{background:linear-gradient(135deg,#ff7a18,#ff9b2f)!important;color:#fff!important}.btn-call .icon-phone{fill:#fff!important;color:#fff!important}.cta{margin:34px 0 54px!important}.footer{margin-top:0!important}.float-actions{position:fixed!important;right:18px!important;bottom:26px!important;z-index:99999!important;display:flex!important;flex-direction:column!important;gap:12px!important}.float-actions a{width:58px!important;height:58px!important;border-radius:50%!important;display:grid!important;place-items:center!important;border:3px solid #fff!important;box-shadow:0 14px 34px rgba(0,0,0,.22)!important;transition:transform .2s ease,box-shadow .2s ease!important}.float-actions a:hover{transform:translateY(-3px) scale(1.04)!important;box-shadow:0 18px 40px rgba(0,0,0,.28)!important}.float-actions .wa{background:#25D366!important;color:#fff!important}.float-actions .call{background:#ff7a18!important;color:#fff!important}.float-actions svg{width:30px!important;height:30px!important;fill:currentColor!important}*[class*="reveal"],*[data-aos],.lazy,.loading{opacity:1!important;transform:none!important;visibility:visible!important}img{max-width:100%;height:auto}.hero-img img,.service-img img,.work-card img{object-fit:contain!important}@media(max-width:640px){.cta{margin:24px 0 40px!important}.float-actions{right:12px!important;bottom:14px!important;gap:10px!important}.float-actions a{width:50px!important;height:50px!important}.float-actions svg{width:26px!important;height:26px!important}.btn .icon{width:18px;height:18px}}html,body{max-width:100%;overflow-x:hidden}.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:9px 16px!important;line-height:1.2!important;}.btn .btn-icon,.btn .icon,.btn svg,.hero-actions .btn svg,.cta .btn svg,.cta-box .btn svg{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important;max-height:22px!important;flex:0 0 22px!important;display:inline-block!important;fill:currentColor!important;object-fit:contain!important;}.btn-whatsapp{background:#fff!important;color:#150a2b!important;}.btn-whatsapp .wa-svg{color:#25D366!important;fill:#25D366!important;}.btn-call{background:linear-gradient(135deg,#ff7a18,#ff9a27)!important;color:#fff!important;}.btn-call .phone-svg{color:#fff!important;fill:#fff!important;}.hero{min-height:auto!important;}.hero-grid{align-items:center!important;}.hero-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:12px!important;}.hero-features{display:flex!important;flex-wrap:wrap!important;gap:14px!important;}.hero-features span{white-space:normal!important;}.cta{margin:45px 0 70px!important;}.cta-box{overflow:hidden!important;}.float-actions{position:fixed!important;right:18px!important;bottom:24px!important;z-index:999999!important;display:flex!important;flex-direction:column!important;gap:10px!important;width:auto!important;height:auto!important;transform:none!important;}.float-actions a{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important;border-radius:50%!important;padding:0!important;display:grid!important;place-items:center!important;border:3px solid #fff!important;box-shadow:0 12px 28px rgba(0,0,0,.22)!important;line-height:1!important;}.float-actions .wa{background:#25D366!important;color:#fff!important}.float-actions .call{background:#ff7a18!important;color:#fff!important}.float-actions svg,.float-actions .wa-svg,.float-actions .phone-svg{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;min-height:28px!important;max-height:28px!important;display:block!important;fill:#fff!important;color:#fff!important;}@media(max-width:640px){.nav{height:62px!important;padding:0!important}.brand{font-size:22px!important;line-height:1!important}.mobile-toggle{width:44px!important;height:44px!important}.hero{padding:38px 0 38px!important}.hero h1{font-size:34px!important;line-height:1.18!important;text-align:center!important}.hero p{font-size:16px!important;line-height:1.75!important;text-align:center!important}.kicker{display:flex!important;width:max-content!important;max-width:100%!important;margin-inline:auto!important;font-size:15px!important}.hero-actions{justify-content:center!important;gap:12px!important}.btn{min-height:42px!important;padding:9px 14px!important;font-size:14px!important;border-radius:14px!important}.btn .btn-icon,.btn svg,.hero-actions .btn svg,.cta .btn svg,.cta-box .btn svg{width:21px!important;height:21px!important;min-width:21px!important;max-width:21px!important;min-height:21px!important;max-height:21px!important;flex:0 0 21px!important;}.hero-features{justify-content:center!important;gap:12px!important;margin-top:12px!important;}.hero-features span{font-size:15px!important;}.section{padding:44px 0!important}.section-title{font-size:30px!important}.service-img{height:180px!important}.work-card img{height:185px!important}.cta{margin:34px 0 56px!important}.cta-box{border-radius:24px!important;padding:26px 18px!important;gap:18px!important;}.cta-box h2{font-size:27px!important;line-height:1.35!important}.cta-box p{font-size:16px!important;line-height:1.7!important}.float-actions{right:12px!important;bottom:16px!important;gap:9px!important;}.float-actions a{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important;}.float-actions svg{width:25px!important;height:25px!important;min-width:25px!important;max-width:25px!important;min-height:25px!important;max-height:25px!important;}}.hero-actions .btn,.cta-box .btn{width:auto!important;min-width:178px!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 22px!important;border-radius:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;font-size:16px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;}.hero-actions .btn .btn-icon,.cta-box .btn .btn-icon{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;min-height:24px!important;max-height:24px!important;flex:0 0 24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}.hero-actions .btn svg,.cta-box .btn svg{width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;min-height:24px!important;max-height:24px!important;display:block!important;}.hero-actions .btn span:last-child,.cta-box .btn span:last-child{display:inline-block!important;line-height:1.2!important;}.hero-actions .btn-call,.cta-box .btn-call{background:linear-gradient(135deg,#ff7a18,#ff9a27)!important;color:#fff!important;}.hero-actions .btn-whatsapp,.cta-box .btn-whatsapp{background:#fff!important;color:#150a2b!important;}@media(max-width:640px){.hero-actions{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:10px!important;}.hero-actions .btn{min-width:150px!important;width:150px!important;height:50px!important;min-height:50px!important;max-height:50px!important;padding:0 12px!important;border-radius:16px!important;font-size:14px!important;gap:8px!important;}.hero-actions .btn .btn-icon,.hero-actions .btn svg{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important;max-height:22px!important;flex:0 0 22px!important;}.cta-box .btn{width:100%!important;min-width:0!important;height:50px!important;min-height:50px!important;max-height:50px!important;}}@media(max-width:380px){.hero-actions{flex-direction:column!important;}.hero-actions .btn{width:100%!important;max-width:260px!important;}}.btn,.hero-actions .btn,.cta-box .btn,.header-phone{width:auto!important;min-width:auto!important;height:auto!important;min-height:38px!important;max-height:none!important;padding:8px 15px!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:13px!important;font-weight:900!important;line-height:1.2!important;white-space:nowrap!important;}.btn .btn-icon,.btn .icon,.btn svg,.hero-actions .btn svg,.cta-box .btn svg{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;flex:0 0 18px!important;display:inline-block!important;}.hero-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;}.hero-actions .btn{min-width:138px!important;}.cta{margin:46px 0 82px!important;padding-bottom:0!important;}.cta-box{margin-bottom:0!important;}.footer{margin-top:0!important;}@media(max-width:1024px){.btn,.hero-actions .btn,.cta-box .btn,.header-phone{min-height:36px!important;padding:7px 13px!important;border-radius:12px!important;font-size:12.5px!important;gap:6px!important;}.btn .btn-icon,.btn svg,.hero-actions .btn svg,.cta-box .btn svg{width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important;min-height:17px!important;max-height:17px!important;flex:0 0 17px!important;}.hero-actions{justify-content:center!important;}.hero-actions .btn{min-width:128px!important;}.cta{margin:40px 0 72px!important;}}@media(max-width:640px){.btn,.hero-actions .btn,.cta-box .btn{min-height:34px!important;height:auto!important;padding:7px 11px!important;border-radius:11px!important;font-size:12px!important;gap:6px!important;line-height:1.2!important;}.btn .btn-icon,.btn svg,.hero-actions .btn svg,.cta-box .btn svg{width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;}.hero-actions{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;}.hero-actions .btn{width:auto!important;min-width:124px!important;max-width:none!important;}.cta-box .btn{width:auto!important;min-width:126px!important;}.cta-box{gap:16px!important;}.cta{margin:32px 0 66px!important;}}@media(max-width:390px){.hero-actions{flex-direction:row!important;gap:7px!important;}.hero-actions .btn{min-width:112px!important;padding:7px 9px!important;font-size:11.5px!important;}.cta-box .btn{width:100%!important;min-width:0!important;}}@media(max-width:340px){.hero-actions{flex-direction:column!important;}.hero-actions .btn{width:100%!important;max-width:240px!important;}}.hero-actions{display:flex!important;flex-wrap:wrap!important;gap:10px!important;}.hero-actions .btn-whatsapp,.hero-actions .btn-call{min-width:150px!important;height:48px!important;min-height:48px!important;padding:0 14px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;}.hero-actions .btn-whatsapp span:last-child,.hero-actions .btn-call span:last-child{line-height:1.15!important;text-align:center!important;}@media(max-width:640px){.hero-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;max-width:320px!important;margin-inline:auto!important;}.hero-actions .btn-whatsapp,.hero-actions .btn-call{width:100%!important;min-width:0!important;max-width:none!important;height:50px!important;min-height:50px!important;padding:0 10px!important;border-radius:14px!important;justify-content:center!important;}.hero-actions .btn-whatsapp span:last-child,.hero-actions .btn-call span:last-child{display:block!important;text-align:center!important;white-space:normal!important;line-height:1.12!important;font-size:12px!important;}.hero-actions .btn-whatsapp .btn-icon,.hero-actions .btn-call .btn-icon,.hero-actions .btn-whatsapp svg,.hero-actions .btn-call svg{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;flex:0 0 18px!important;}}@media(max-width:340px){.hero-actions{grid-template-columns:1fr!important;max-width:240px!important;}}.card-actions{display:grid!important;grid-template-columns:1fr 72px!important;gap:7px!important;align-items:center!important;margin-top:14px!important;width:100%!important;}.card-btn{min-height:30px!important;height:30px!important;padding:0 8px!important;border-radius:9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;font-size:10.8px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;text-decoration:none!important;overflow:hidden!important;}.card-btn span{white-space:nowrap!important;display:inline-block!important;line-height:1!important;}.card-btn svg{width:12px!important;height:12px!important;min-width:12px!important;max-width:12px!important;min-height:12px!important;max-height:12px!important;flex:0 0 12px!important;display:block!important;fill:currentColor!important;}.quote-btn{background:#25D366!important;color:#fff!important;box-shadow:0 7px 15px rgba(37,211,102,.18)!important;}.call-btn{background:#ff7a18!important;color:#fff!important;box-shadow:0 7px 15px rgba(255,122,24,.18)!important;}.service-body{padding-bottom:18px!important;}.work-card h3{padding-bottom:8px!important;}.work-card .card-actions{padding:0 16px 16px!important;margin-top:0!important;}.work-card{display:flex!important;flex-direction:column!important;}@media(max-width:1024px){.card-actions{grid-template-columns:1fr 66px!important;gap:6px!important;}.card-btn{height:29px!important;min-height:29px!important;padding:0 7px!important;font-size:10.4px!important;border-radius:8px!important;}}@media(max-width:640px){.service-body{padding:15px 13px 16px!important;}.card-actions{grid-template-columns:1fr 64px!important;gap:6px!important;margin-top:12px!important;}.card-btn{height:29px!important;min-height:29px!important;padding:0 6px!important;font-size:10px!important;border-radius:8px!important;gap:3px!important;}.card-btn svg{width:11px!important;height:11px!important;min-width:11px!important;max-width:11px!important;min-height:11px!important;max-height:11px!important;flex-basis:11px!important;}.work-card .card-actions{padding:0 13px 14px!important;}}@media(max-width:360px){.card-actions{grid-template-columns:1fr 58px!important;gap:5px!important;}.card-btn{font-size:9.6px!important;padding:0 5px!important;}}.hero-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;}.hero-actions .btn-whatsapp,.hero-actions .btn-call{width:138px!important;min-width:138px!important;max-width:138px!important;height:46px!important;min-height:46px!important;max-height:46px!important;padding:0 12px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;overflow:hidden!important;}.hero-actions .btn-whatsapp span:last-child,.hero-actions .btn-call span:last-child{white-space:nowrap!important;font-size:14px!important;line-height:1!important;}.hero-actions .btn-whatsapp .btn-icon,.hero-actions .btn-call .btn-icon,.hero-actions .btn-whatsapp svg,.hero-actions .btn-call svg{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;flex:0 0 18px!important;}.card-actions{width:80%!important;margin:14px auto 0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:center!important;}.card-btn{height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 10px!important;border-radius:11px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;font-size:11px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-decoration:none!important;line-height:1!important;box-shadow:0 8px 18px rgba(0,0,0,.08)!important;}.card-btn span{white-space:nowrap!important;line-height:1!important;}.card-btn svg{display:none!important;}.quote-btn{background:#ffffff!important;color:#2b1f4d!important;border:1.5px solid rgba(84,33,157,.18)!important;}.call-btn{background:linear-gradient(135deg,#ff7a18,#ff9a27)!important;color:#ffffff!important;border:none!important;}.service-body{padding-bottom:18px!important;}.work-card .card-actions{padding:0!important;margin:12px auto 16px!important;}@media(max-width:1024px){.hero-actions{justify-content:center!important;}.hero-actions .btn-whatsapp,.hero-actions .btn-call{width:126px!important;min-width:126px!important;max-width:126px!important;height:42px!important;min-height:42px!important;max-height:42px!important;border-radius:13px!important;}.hero-actions .btn-whatsapp span:last-child,.hero-actions .btn-call span:last-child{font-size:13px!important;}.card-actions{width:82%!important;gap:8px!important;}.card-btn{height:32px!important;min-height:32px!important;max-height:32px!important;font-size:10.5px!important;border-radius:10px!important;padding:0 8px!important;}}@media(max-width:640px){.hero-actions{justify-content:center!important;gap:10px!important;}.hero-actions .btn-whatsapp,.hero-actions .btn-call{width:118px!important;min-width:118px!important;max-width:118px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 8px!important;border-radius:12px!important;}.hero-actions .btn-whatsapp span:last-child,.hero-actions .btn-call span:last-child{font-size:12px!important;}.hero-actions .btn-whatsapp .btn-icon,.hero-actions .btn-call .btn-icon,.hero-actions .btn-whatsapp svg,.hero-actions .btn-call svg{width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;}.card-actions{width:80%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:12px auto 0!important;}.card-btn{height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 7px!important;font-size:10px!important;border-radius:9px!important;}.work-card .card-actions{margin:10px auto 14px!important;}}@media(max-width:380px){.hero-actions .btn-whatsapp,.hero-actions .btn-call{width:112px!important;min-width:112px!important;max-width:112px!important;height:38px!important;min-height:38px!important;max-height:38px!important;}.hero-actions .btn-whatsapp span:last-child,.hero-actions .btn-call span:last-child{font-size:11px!important;}.card-actions{width:84%!important;gap:6px!important;}.card-btn{font-size:9.6px!important;padding:0 5px!important;}}.hero-img picture,.hero-img img{display:block;width:100%;height:100%;object-fit:contain}.hero-img img{background:rgba(255,255,255,.04)}@media(max-width:640px){.hero-img{display:none!important}}img{content-visibility:auto}.section,.service-card,.work-card,.review-card,.why-card{contain:layout paint}