:root{--navy:#08233a;--navy2:#0d304d;--gold:#c8922d;--gold2:#e2b55d;--text:#17283a;--muted:#677489;--bg:#fbf8f2;--white:#fff;--line:#eadcc2;--shadow:0 18px 50px rgba(8,35,58,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Tajawal","Cairo","Segoe UI",Arial,sans-serif;direction:rtl;background:var(--bg);color:var(--text);line-height:1.8}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#fff;font-size:14px}.topbar .container,.navbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar .container{padding:8px 0}.top-info{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.ico{color:var(--gold2);margin-inline:4px}.navbar{background:#fff;box-shadow:0 8px 30px rgba(8,35,58,.07);position:sticky;top:0;z-index:20}.navbar .container{padding:14px 0}.brand{display:flex;align-items:center;gap:13px}.logo{width:58px;height:58px;display:grid;place-items:center}.brand-title{font-weight:900;color:var(--navy);font-size:17px;line-height:1.3}.brand-sub{font-weight:800;color:var(--gold);font-size:15px}.menu{display:flex;align-items:center;gap:24px;font-weight:800;color:var(--navy);font-size:15px}.menu a{padding:14px 0;position:relative}.menu a.active,.menu a:hover{color:var(--gold)}.menu a.active:after,.menu a:hover:after{content:"";position:absolute;right:0;bottom:4px;width:100%;height:2px;background:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:13px;padding:12px 22px;font-weight:900;border:0;cursor:pointer;transition:.25s;white-space:nowrap}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#fff;box-shadow:0 10px 25px rgba(200,146,45,.24)}.btn.navy{background:var(--navy);color:#fff}.btn.white{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn:hover{transform:translateY(-3px)}.hamb{display:none;background:var(--navy);color:#fff;border:0;border-radius:12px;padding:10px 12px}.hero{position:relative;overflow:hidden;background:#fff}.hero-wrap{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.hero-img{min-height:560px;background-size:cover;background-position:center}.hero-img.left{background-image:linear-gradient(90deg,rgba(255,255,255,.15),rgba(255,255,255,.65)),url('../images/interior-luxury.webp')}.hero-img.right{background-image:linear-gradient(90deg,rgba(8,35,58,.08),rgba(8,35,58,.15)),url('../images/villa-facade.webp')}.hero-content{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:30px}.hero-card{background:rgba(255,255,255,.84);backdrop-filter:blur(4px);border:1px solid rgba(226,181,93,.25);border-radius:34px;padding:46px;max-width:780px;box-shadow:var(--shadow)}.eyebrow{color:var(--gold);font-weight:900;margin-bottom:8px}.hero h1{font-size:48px;line-height:1.35;margin:0;color:var(--navy);font-weight:900}.hero h1 span,.gold-text{color:var(--gold)}.hero p{max-width:650px;margin:16px auto 24px;color:#3d4a59;font-weight:600}.hero-actions,.cta-actions{display:flex;gap:14px;justify-content:center;align-items:center;flex-wrap:wrap}.phone-box{margin-top:20px;display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);padding:10px 18px;border-radius:18px;box-shadow:0 12px 30px rgba(8,35,58,.08)}.phone-box strong{font-size:26px;color:var(--navy);direction:ltr}.section{padding:76px 0}.section-title{text-align:center;margin-bottom:36px}.section-title h2{font-size:34px;line-height:1.4;margin:4px 0 8px;color:var(--navy);font-weight:900}.section-title p{color:var(--muted);margin:0}.decor-line{width:70px;height:4px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:12px auto 0;border-radius:99px}.grid{display:grid;gap:22px}.services-grid{grid-template-columns:repeat(6,1fr)}.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 28px rgba(8,35,58,.06);transition:.25s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.service-card .thumb{height:135px;background-size:cover;background-position:center}.service-card .body{padding:20px;text-align:center}.service-icon,.feature-icon{width:58px;height:58px;margin:-48px auto 12px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--gold2);font-size:27px;border:4px solid #fff}.service-card h3{margin:0 0 8px;font-size:20px;color:var(--navy)}.service-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.why{background:#fff}.features{grid-template-columns:repeat(4,1fr)}.feature{background:linear-gradient(180deg,#fff,#fffaf0);border:1px solid var(--line);border-radius:var(--radius);padding:28px;text-align:center}.feature-icon{margin:0 auto 10px;background:#fff;color:var(--gold);border-color:var(--line);font-size:31px}.feature h3{margin:8px 0;color:var(--navy)}.feature p{color:var(--muted);margin:0;font-size:15px}.projects-grid{grid-template-columns:repeat(3,1fr)}.project-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(8,35,58,.08)}.project-card img{height:230px;width:100%;object-fit:cover}.project-card .body{padding:20px}.tag{display:inline-flex;background:var(--navy);color:#fff;border-radius:999px;padding:3px 12px;font-size:13px;font-weight:800}.project-card h3{margin:10px 0 4px;color:var(--navy)}.project-card p{margin:0;color:var(--muted)}.about-band{background:linear-gradient(90deg,#fff 0%,#fff9ed 100%);border-block:1px solid var(--line)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.split-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.split-img img{height:430px;width:100%;object-fit:cover}.split h2{font-size:38px;margin:0 0 12px;color:var(--navy);line-height:1.35}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.check{background:#fff;border:1px solid var(--line);padding:16px;border-radius:18px;font-weight:800;color:var(--navy)}.testimonials{background:#fff}.reviews{grid-template-columns:repeat(3,1fr)}.review{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:24px;box-shadow:0 8px 24px rgba(8,35,58,.05)}.stars{color:var(--gold);letter-spacing:2px;font-size:20px}.review p{color:#536173}.review strong{color:var(--navy)}.cta{background:linear-gradient(135deg,rgba(8,35,58,.98),rgba(13,48,77,.96)),url('../images/villa-facade.webp') center/cover;color:#fff;padding:50px 0}.cta .container{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.cta h2{font-size:36px;line-height:1.4;margin:0}.cta p{color:#f5d895;margin:8px 0 0;font-weight:800}.footer{background:#061d31;color:#fff;padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.3fr;gap:32px}.footer h3{color:#fff;margin-top:0}.footer a,.footer p,.footer li{color:#dbe6ef}.footer ul{margin:0;padding:0;list-style:none}.footer li{margin:7px 0}.copy{margin-top:38px;background:var(--gold);padding:13px;text-align:center;font-weight:800}.float-wa{position:fixed;left:22px;bottom:22px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:#fff;font-size:32px;z-index:40;box-shadow:0 14px 30px rgba(34,197,94,.35);border:4px solid #fff}.inner-hero{background:linear-gradient(90deg,rgba(8,35,58,.92),rgba(8,35,58,.62)),url('../images/villa-facade.webp') center/cover;color:#fff;padding:86px 0;text-align:center}.inner-hero.interior{background-image:linear-gradient(90deg,rgba(8,35,58,.9),rgba(8,35,58,.55)),url('../images/interior-luxury.webp')}.inner-hero h1{font-size:50px;margin:0}.breadcrumb{color:#f3d28b;font-weight:900}.stats{grid-template-columns:repeat(4,1fr);margin-top:20px}.stat{background:#fff;border:1px solid var(--line);border-radius:20px;text-align:center;padding:24px}.stat strong{display:block;font-size:30px;color:var(--gold)}.values{grid-template-columns:repeat(5,1fr)}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;text-align:center;position:relative}.step b{position:absolute;top:-16px;right:50%;transform:translateX(50%);background:var(--gold);color:#fff;border-radius:50%;width:34px;height:34px;display:grid;place-items:center}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.contact-card,.form-card,.map-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 30px rgba(8,35,58,.06)}.contact-cards{grid-template-columns:repeat(4,1fr);margin-bottom:28px}.input{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 15px;margin:8px 0 15px;font-family:inherit;background:#fff;color:var(--text)}textarea.input{min-height:140px;resize:vertical}.map-placeholder{height:310px;border-radius:20px;background:linear-gradient(135deg,#eff4f7,#fff);position:relative;overflow:hidden;border:1px solid var(--line)}.map-placeholder:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(8,35,58,.06) 1px,transparent 1px),linear-gradient(rgba(8,35,58,.06) 1px,transparent 1px);background-size:45px 45px}.pin{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);background:var(--navy);color:var(--gold);padding:16px;border-radius:50% 50% 50% 0;rotate:-45deg;font-size:24px}.pin span{display:block;rotate:45deg}.filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.filter{background:#fff;border:1px solid var(--line);padding:10px 22px;border-radius:12px;font-weight:900;color:var(--navy)}.filter.active{background:var(--navy);color:#fff}.featured-project{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);margin-top:34px}.beforeafter{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;border-radius:18px}.beforeafter img{height:330px;width:100%;object-fit:cover}.ba{position:relative}.ba:after{content:attr(data-label);position:absolute;top:16px;right:16px;background:var(--navy);color:#fff;border-radius:9px;padding:4px 12px;font-weight:900}.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 18px;margin-bottom:10px;font-weight:800}.mobile-menu{display:none}@media(max-width:1100px){.services-grid{grid-template-columns:repeat(3,1fr)}.features,.contact-cards,.stats{grid-template-columns:repeat(2,1fr)}.values{grid-template-columns:repeat(3,1fr)}.menu{display:none}.hamb{display:block}.mobile-menu.open{display:grid;gap:8px;background:#fff;padding:14px 4%;box-shadow:0 14px 30px rgba(8,35,58,.08)}.mobile-menu a{font-weight:900;padding:8px;color:var(--navy)}}@media(max-width:820px){.hero-wrap{display:block}.hero-img{min-height:360px}.hero-img.right{display:none}.hero-card{padding:26px}.hero h1{font-size:32px}.section{padding:52px 0}.services-grid,.projects-grid,.reviews,.footer-grid,.split,.contact-layout,.featured-project{grid-template-columns:1fr}.features,.stats,.values,.steps,.contact-cards{grid-template-columns:1fr}.cta .container{text-align:center;justify-content:center}.split-img img{height:300px}.navbar .btn.gold{display:none}.brand-title{font-size:14px}.brand-sub{font-size:13px}.inner-hero h1{font-size:34px}.footer{text-align:center}.checks{grid-template-columns:1fr}}


/* ===== Responsive & SEO polish update ===== */
html{font-size:16px;-webkit-text-size-adjust:100%}body{overflow-x:hidden}.container{width:min(1180px,94%)}
img{height:auto}.navbar{top:0}.topbar a,.footer a,.copy a{color:inherit}.copy a{text-decoration:underline;text-underline-offset:3px}.footer-credit{display:inline-block;margin-inline-start:8px}.btn:focus-visible,.hamb:focus-visible,a:focus-visible,.input:focus-visible{outline:3px solid rgba(226,181,93,.6);outline-offset:3px}
.service-card .thumb,.project-card img,.split-img img,.beforeafter img{background-color:#eee}.service-card,.project-card,.feature,.review,.contact-card,.form-card,.map-card,.stat,.step{content-visibility:auto;contain-intrinsic-size:300px}
@media (min-width:1101px){.section{padding:64px 0}.hero-wrap,.hero-img{min-height:520px}.inner-hero{padding:72px 0}.services-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.service-card .body{padding:18px 14px}.service-card h3{font-size:19px}.service-card p{font-size:13.5px}.project-card img{height:210px}}
@media (max-width:1100px){.topbar .container{justify-content:center;text-align:center}.top-info{justify-content:center}.navbar .container{gap:12px}.brand{min-width:0}.brand-title,.brand-sub{white-space:normal}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.projects-grid,.reviews{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:54px 0}.inner-hero{padding:62px 0}.hero-wrap,.hero-img{min-height:500px}.hero h1{font-size:42px}.values{grid-template-columns:repeat(3,minmax(0,1fr))}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:820px){.container{width:min(100% - 28px,720px)}.topbar{font-size:12.5px}.topbar .container{padding:6px 0;gap:6px;flex-direction:column}.top-info{gap:10px}.navbar .container{padding:9px 0}.logo{width:42px;height:42px}.brand{gap:8px}.brand-title{font-size:12.5px}.brand-sub{font-size:11.5px}.hamb{padding:8px 10px;border-radius:10px}.mobile-menu.open{position:absolute;right:0;left:0;top:100%;z-index:30;padding:12px 16px;border-top:1px solid var(--line)}.mobile-menu a{padding:9px 4px}.hero{min-height:auto}.hero-wrap{display:block;min-height:430px}.hero-img{min-height:430px}.hero-img.left{background-position:center}.hero-img.right{display:none}.hero-content{position:absolute;padding:16px;align-items:center}.hero-card{width:100%;max-width:560px;padding:20px 16px;border-radius:22px;background:rgba(255,255,255,.90)}.hero h1{font-size:26px;line-height:1.45}.hero p{font-size:14px;line-height:1.8;margin:10px auto 16px}.hero-actions,.cta-actions{gap:9px}.btn{padding:10px 14px;border-radius:11px;font-size:14px}.phone-box{margin-top:14px;padding:8px 12px;gap:8px;flex-wrap:wrap;justify-content:center}.phone-box strong{font-size:21px}.section{padding:36px 0}.section-title{margin-bottom:22px}.section-title h2{font-size:24px;line-height:1.45}.section-title p{font-size:14px}.grid{gap:14px}.services-grid,.projects-grid,.reviews,.footer-grid,.split,.contact-layout,.featured-project,.features,.stats,.values,.steps,.contact-cards{grid-template-columns:1fr}.service-card{border-radius:18px}.service-card .thumb{height:145px}.service-card .body{padding:16px}.service-icon,.feature-icon{width:50px;height:50px;font-size:23px;margin:-42px auto 8px}.service-card h3{font-size:18px}.service-card p{font-size:13.5px}.feature{padding:18px;border-radius:18px}.feature p{font-size:14px}.project-card{border-radius:18px}.project-card img{height:185px}.project-card .body{padding:16px}.split{gap:20px}.split h2{font-size:26px}.split-img img{height:220px}.checks{grid-template-columns:1fr;gap:10px}.check{padding:12px}.inner-hero{padding:46px 0}.inner-hero h1{font-size:30px}.inner-hero p{font-size:14px;margin:8px 0 0}.stat,.step,.contact-card,.form-card,.map-card,.review{padding:18px;border-radius:18px}.map-placeholder{height:220px}.beforeafter img{height:210px}.cta{padding:32px 0}.cta .container{text-align:center;justify-content:center}.cta h2{font-size:25px}.cta p{font-size:14px}.cta-actions strong{font-size:24px!important}.footer{padding-top:34px;text-align:center}.footer-grid{gap:22px}.footer .brand{justify-content:center}.copy{margin-top:24px;padding:12px 14px;font-size:12.5px;line-height:1.8}.float-wa{width:54px;height:54px;left:14px;bottom:14px;font-size:26px;border-width:3px}.input{padding:11px 12px;margin-bottom:12px}textarea.input{min-height:110px}.filters{gap:8px;margin-bottom:20px}.filter{padding:8px 14px;font-size:13px}.values .feature,.steps .step{min-height:auto}}
@media (max-width:430px){.container{width:min(100% - 22px,420px)}.brand-title{font-size:11.5px}.brand-sub{font-size:10.5px}.logo{width:38px;height:38px}.hero-wrap,.hero-img{min-height:405px}.hero-card{padding:16px 12px;border-radius:18px}.hero h1{font-size:22px}.hero p{font-size:13px}.btn{width:100%;max-width:260px}.hero-actions .btn{flex:1 1 140px;max-width:none}.phone-box strong{font-size:18px}.section{padding:30px 0}.section-title h2{font-size:21px}.service-card .thumb{height:122px}.project-card img{height:160px}.split-img img{height:190px}.inner-hero{padding:38px 0}.inner-hero h1{font-size:26px}.footer h3{font-size:18px}.top-info span{display:inline-flex;align-items:center}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.btn:hover,.service-card:hover{transform:none!important}}


/* ===== Client requested final updates ===== */
.topbar{display:none!important}.navbar{top:0}.brand-link{transition:.25s}.brand-link:hover{opacity:.9;transform:translateY(-1px)}
.svg-icon{display:inline-block;width:1.1em;height:1.1em;vertical-align:-.18em;background:currentColor;flex:0 0 auto}.svg-icon.phone{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center/contain no-repeat}.svg-icon.wa{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16.04 3C9.02 3 3.3 8.72 3.3 15.74c0 2.25.59 4.44 1.72 6.37L3 29l7.05-1.85a12.7 12.7 0 0 0 5.99 1.52h.01c7.02 0 12.74-5.72 12.74-12.74S23.06 3 16.04 3Zm0 23.52h-.01c-1.9 0-3.76-.51-5.39-1.48l-.39-.23-4.18 1.1 1.12-4.08-.26-.42a10.56 10.56 0 0 1-1.62-5.67c0-5.86 4.77-10.63 10.64-10.63 2.84 0 5.51 1.1 7.52 3.11a10.57 10.57 0 0 1 3.11 7.52c0 5.87-4.77 10.78-10.54 10.78Zm5.83-7.96c-.32-.16-1.89-.93-2.18-1.04-.29-.11-.5-.16-.72.16-.21.32-.82 1.04-1.01 1.25-.18.21-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.59-.95-.85-1.59-1.9-1.78-2.22-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.56.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.54-.72-.55h-.61c-.21 0-.56.08-.85.4-.29.32-1.12 1.09-1.12 2.66s1.15 3.09 1.31 3.3c.16.21 2.27 3.47 5.5 4.86.77.33 1.37.53 1.84.68.77.24 1.47.21 2.03.13.62-.09 1.89-.77 2.16-1.52.27-.75.27-1.39.19-1.52-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16.04 3C9.02 3 3.3 8.72 3.3 15.74c0 2.25.59 4.44 1.72 6.37L3 29l7.05-1.85a12.7 12.7 0 0 0 5.99 1.52h.01c7.02 0 12.74-5.72 12.74-12.74S23.06 3 16.04 3Zm0 23.52h-.01c-1.9 0-3.76-.51-5.39-1.48l-.39-.23-4.18 1.1 1.12-4.08-.26-.42a10.56 10.56 0 0 1-1.62-5.67c0-5.86 4.77-10.63 10.64-10.63 2.84 0 5.51 1.1 7.52 3.11a10.57 10.57 0 0 1 3.11 7.52c0 5.87-4.77 10.78-10.54 10.78Zm5.83-7.96c-.32-.16-1.89-.93-2.18-1.04-.29-.11-.5-.16-.72.16-.21.32-.82 1.04-1.01 1.25-.18.21-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.59-.95-.85-1.59-1.9-1.78-2.22-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.56.16-.19.21-.32.32-.53.11-.21.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.54-.72-.55h-.61c-.21 0-.56.08-.85.4-.29.32-1.12 1.09-1.12 2.66s1.15 3.09 1.31 3.3c.16.21 2.27 3.47 5.5 4.86.77.33 1.37.53 1.84.68.77.24 1.47.21 2.03.13.62-.09 1.89-.77 2.16-1.52.27-.75.27-1.39.19-1.52-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center/contain no-repeat}.btn.gold .svg-icon,.btn.navy .svg-icon,.btn.white .svg-icon{font-size:1.15em}.btn.gold .svg-icon.wa{color:#fff}.btn.navy .svg-icon.phone{color:var(--gold2)}.btn.white .svg-icon.phone{color:var(--gold)}
.fixed-contact{position:fixed;right:18px;bottom:22px;z-index:90;display:grid;gap:12px}.fixed-btn{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 14px 30px rgba(0,0,0,.22);border:4px solid #fff;transition:.25s}.fixed-btn:hover{transform:translateY(-3px)}.fixed-btn .svg-icon{font-size:30px}.fixed-call{background:var(--gold)}.fixed-wa{background:#22c55e}.float-wa{display:none!important}.faq-list{display:grid;gap:10px}.faq-item{padding:0;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;padding:15px 18px;font-weight:900;color:var(--navy);display:flex;align-items:center;justify-content:space-between;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";width:26px;height:26px;border-radius:50%;background:rgba(200,146,45,.14);color:var(--gold);display:grid;place-items:center;font-weight:900}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:0;padding:0 18px 16px;color:var(--muted);font-weight:500;line-height:1.9}.footer .brand-title{color:#fff!important;font-size:18px}.footer .brand-sub{color:var(--gold2)!important}.footer .brand-link:hover{transform:none}.copy{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#071d31}.footer-credit{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.18);border:1px solid rgba(8,35,58,.12);padding:5px 10px;border-radius:999px;margin-inline-start:10px}.footer-credit .dev-name{font-weight:950;color:#061d31;text-decoration:none}.footer-credit .dev-phone{font-weight:950;color:#061d31;text-decoration:none;direction:ltr;display:inline-flex;align-items:center;gap:5px}.footer-credit .svg-icon{font-size:14px}.contact-card h3 .svg-icon,.footer p .svg-icon{color:var(--gold2)}
@media(max-width:820px){.fixed-contact{right:12px;bottom:12px;gap:9px}.fixed-btn{width:50px;height:50px}.fixed-btn .svg-icon{font-size:26px}.footer-credit{margin:8px auto 0;display:inline-flex;flex-wrap:wrap;justify-content:center}.copy{padding-bottom:72px}.navbar .container{padding-top:11px;padding-bottom:11px}}

/* Final requested mobile/footer/link fixes */
.topbar{display:none!important}
.footer a{color:inherit;text-decoration:none}.footer a:hover{color:var(--gold2)}
.copy{background:#061d31!important;color:#fff!important;border-top:1px solid rgba(226,181,93,.22);display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:0!important;padding:13px 14px!important}.footer-credit{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.08)!important;border:1px solid rgba(226,181,93,.35)!important;color:#fff!important;padding:7px 14px!important;border-radius:999px!important;margin:0!important}.footer-credit .credit-label{color:#dfe8f0;font-weight:800}.footer-credit .dev-name{color:var(--gold2)!important;font-weight:950;text-decoration:none!important}.footer-credit .dev-phone{color:#fff!important;font-weight:950;text-decoration:none!important;direction:ltr;display:inline-flex;align-items:center;gap:6px}.footer-credit .svg-icon{color:var(--gold2)!important}
.fixed-contact{position:fixed!important;right:18px!important;bottom:24px!important;z-index:99999!important;display:grid!important;gap:12px!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.fixed-btn{display:grid!important;place-items:center!important}.fixed-call{background:#c8922d!important}.fixed-wa{background:#25D366!important}
@media(max-width:820px){
  .fixed-contact{right:12px!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;gap:9px!important;display:grid!important;z-index:99999!important}.fixed-btn{width:50px!important;height:50px!important;border-width:3px!important}.fixed-btn .svg-icon{font-size:25px!important}
  .hero-wrap,.hero-img{min-height:320px!important}.hero-content{padding:12px!important}.hero-card{padding:15px 12px!important;border-radius:18px!important;max-width:520px!important}.hero h1{font-size:23px!important;line-height:1.4!important}.hero p{font-size:13px!important;line-height:1.65!important;margin:8px auto 12px!important}.hero-actions{gap:7px!important}.hero-actions .btn{padding:9px 11px!important;font-size:13px!important}.phone-box{margin-top:10px!important;padding:6px 10px!important}.phone-box strong{font-size:18px!important}.phone-box small{font-size:11px!important}
  .section{padding:26px 0!important}.section-title{margin-bottom:18px!important}.section-title h2{font-size:22px!important}.inner-hero{padding:32px 0!important}.inner-hero h1{font-size:26px!important}.inner-hero p{font-size:13px!important}.service-card .thumb{height:112px!important}.project-card img{height:145px!important}.split-img img{height:180px!important}.cta{padding:24px 0!important}.cta h2{font-size:22px!important}.reviews .review,.feature,.contact-card,.form-card,.map-card,.stat,.step{padding:15px!important}.map-placeholder{height:190px!important}.beforeafter img{height:170px!important}.footer{padding-top:28px!important}.copy{padding:10px 14px 86px!important}.footer-credit{border-radius:16px!important;flex-wrap:wrap!important;line-height:1.5!important}
}
@media(max-width:430px){
  .hero-wrap,.hero-img{min-height:285px!important}.hero-card{padding:12px 10px!important}.hero h1{font-size:20px!important}.hero p{display:none!important}.hero-actions .btn{width:auto!important;flex:1 1 120px!important;max-width:none!important}.phone-box{display:flex!important}.section{padding:22px 0!important}.service-card .thumb{height:98px!important}.project-card img{height:130px!important}.inner-hero{padding:28px 0!important}.inner-hero h1{font-size:24px!important}.fixed-contact{right:10px!important;bottom:calc(76px + env(safe-area-inset-bottom))!important}.fixed-btn{width:48px!important;height:48px!important}
}

/* Compact mobile hero + fixed contact final fix */
.fixed-contact{
  position:fixed!important;
  right:16px!important;
  top:58%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  z-index:2147483000!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.fixed-btn{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  min-height:56px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  border:3px solid #fff!important;
  box-shadow:0 10px 28px rgba(0,0,0,.24)!important;
  text-decoration:none!important;
  line-height:1!important;
}
.fixed-svg{width:29px!important;height:29px!important;display:block!important;fill:currentColor!important;color:#fff!important;flex:0 0 29px!important}
.fixed-call{background:#c8922d!important}.fixed-wa{background:#25D366!important}.float-wa{display:none!important}
@media(max-width:1024px){
  .fixed-contact{right:10px!important;top:56%!important;bottom:auto!important;transform:translateY(-50%)!important;display:flex!important}
  .fixed-btn{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border-width:3px!important}
  .fixed-svg{width:25px!important;height:25px!important;flex-basis:25px!important}
}
@media(max-width:820px){
  .hero{min-height:0!important;height:auto!important}
  .hero-wrap{min-height:255px!important;height:255px!important;display:block!important;position:relative!important}
  .hero-img{min-height:255px!important;height:255px!important;background-position:center!important}
  .hero-img.right{display:none!important}
  .hero-content{position:absolute!important;inset:0!important;padding:8px 14px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .hero-card{max-width:94%!important;padding:13px 12px!important;border-radius:16px!important;background:rgba(255,255,255,.91)!important;box-shadow:0 10px 22px rgba(8,35,58,.10)!important}
  .hero .eyebrow{display:none!important}
  .hero h1{font-size:20px!important;line-height:1.35!important;margin:0!important}
  .hero p{display:none!important}
  .hero-actions{margin-top:9px!important;gap:7px!important;display:flex!important;flex-wrap:nowrap!important}
  .hero-actions .btn{width:auto!important;flex:1 1 0!important;min-width:0!important;max-width:none!important;padding:8px 8px!important;font-size:12.5px!important;border-radius:10px!important}
  .phone-box{display:none!important}
  .section{padding:20px 0!important}
  .section-title{margin-bottom:14px!important}
  .section-title h2{font-size:20px!important;line-height:1.4!important}
  .section-title p{font-size:13px!important;line-height:1.6!important}
  .inner-hero{padding:24px 0!important}
  .inner-hero h1{font-size:24px!important}
  .cta{padding:20px 0!important}
  .footer{padding-top:24px!important}
}
@media(max-width:430px){
  .hero-wrap,.hero-img{min-height:220px!important;height:220px!important}
  .hero-content{padding:7px 11px!important}
  .hero-card{padding:11px 9px!important;border-radius:15px!important;max-width:96%!important}
  .hero h1{font-size:18px!important;line-height:1.35!important}
  .hero-actions{margin-top:8px!important;gap:6px!important}
  .hero-actions .btn{font-size:12px!important;padding:7px 6px!important}
  .section{padding:16px 0!important}
  .service-card .thumb{height:88px!important}
  .project-card img{height:120px!important}
  .split-img img{height:160px!important}
  .fixed-contact{right:8px!important;top:58%!important}
  .fixed-btn{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}
  .fixed-svg{width:23px!important;height:23px!important;flex-basis:23px!important}
}
@media(max-width:820px){.copy{padding:10px 12px!important}.footer-credit{font-size:12.5px!important;padding:6px 10px!important}.cta .container{gap:12px!important}.cta h2{font-size:20px!important}.cta p{margin-top:4px!important}.footer-grid{gap:16px!important}.footer p,.footer li{font-size:13.5px!important}}
@media(max-width:430px){.copy{padding:9px 10px!important}.footer-credit{font-size:12px!important}.cta{padding:16px 0!important}.cta h2{font-size:18px!important}.cta-actions{gap:7px!important}}


/* === Clean final fix: compact mobile/tablet hero + desktop-style fixed contact buttons === */
.fixed-contact{
  position:fixed!important;
  right:18px!important;
  top:55%!important;
  bottom:auto!important;
  left:auto!important;
  transform:translateY(-50%)!important;
  z-index:2147483647!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  width:auto!important;
  height:auto!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.fixed-contact .fixed-btn{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  border:4px solid #fff!important;
  box-shadow:0 14px 30px rgba(8,35,58,.25)!important;
  text-decoration:none!important;
  padding:0!important;
  line-height:1!important;
  overflow:visible!important;
}
.fixed-contact .fixed-btn .svg-icon{
  display:block!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  font-size:30px!important;
  background:currentColor!important;
  color:#fff!important;
  margin:0!important;
  flex:0 0 auto!important;
}
.fixed-contact .fixed-call{background:var(--gold)!important}
.fixed-contact .fixed-wa{background:#25D366!important}
.float-wa{display:none!important}

@media(max-width:1024px){
  .fixed-contact{right:12px!important;top:56%!important;gap:10px!important;display:flex!important}
  .fixed-contact .fixed-btn{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-width:3px!important}
  .fixed-contact .fixed-btn .svg-icon{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;font-size:28px!important}

  .hero{height:auto!important;min-height:0!important;overflow:hidden!important}
  .hero-wrap{display:block!important;height:250px!important;min-height:250px!important;position:relative!important}
  .hero-img{height:250px!important;min-height:250px!important;background-position:center!important}
  .hero-img.right{display:none!important}
  .hero-content{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:10px 14px!important;text-align:center!important}
  .hero-card{width:min(560px,94%)!important;max-width:94%!important;padding:16px 14px!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 10px 22px rgba(8,35,58,.12)!important}
  .hero .eyebrow,.hero p,.phone-box{display:none!important}
  .hero h1{font-size:23px!important;line-height:1.32!important;margin:0!important}
  .hero-actions{margin-top:10px!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;justify-content:center!important}
  .hero-actions .btn{padding:8px 12px!important;border-radius:10px!important;font-size:13px!important;min-height:38px!important;flex:0 1 auto!important}
}

@media(max-width:820px){
  .hero-wrap,.hero-img{height:180px!important;min-height:180px!important}
  .hero-content{padding:8px 11px!important}
  .hero-card{padding:12px 10px!important;border-radius:16px!important;width:min(480px,94%)!important}
  .hero h1{font-size:19px!important;line-height:1.3!important}
  .hero-actions{margin-top:8px!important;gap:6px!important}
  .hero-actions .btn{font-size:12px!important;padding:7px 9px!important;min-height:34px!important}
  .section{padding:20px 0!important}
  .cta{padding:18px 0!important}
  .inner-hero{padding:24px 0!important}
  .inner-hero h1{font-size:24px!important}
}

@media(max-width:480px){
  .hero-wrap,.hero-img{height:145px!important;min-height:145px!important}
  .hero-content{padding:6px 8px!important}
  .hero-card{padding:9px 8px!important;border-radius:14px!important;max-width:96%!important}
  .hero h1{font-size:16px!important;line-height:1.25!important}
  .hero-actions{margin-top:6px!important;gap:5px!important}
  .hero-actions .btn{font-size:11px!important;padding:6px 7px!important;min-height:30px!important;border-radius:9px!important}
  .fixed-contact{right:8px!important;top:57%!important;gap:8px!important}
  .fixed-contact .fixed-btn{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;border-width:3px!important}
  .fixed-contact .fixed-btn .svg-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;font-size:24px!important}
  .section{padding:16px 0!important}
  .cta{padding:14px 0!important}
}

/* === FINAL DELIVERY FIX 2026-05-15 ===
   Mobile/tablet keeps the same content and visual identity as desktop,
   fixed phone/WhatsApp buttons are bottom-right, and images are not cropped.
*/
html,body{overflow-x:hidden!important}

/* Show full images instead of cropping */
.service-card .thumb,
.hero-img,
.inner-hero{
  background-size:contain!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-color:#f8f3e9!important;
}
.project-card img,
.split-img img,
.beforeafter img,
.about-img img,
img{
  object-fit:contain!important;
  background:#f8f3e9!important;
}
.project-card img{height:250px!important}
.split-img img{height:410px!important}
.service-card .thumb{height:150px!important}
.beforeafter img{height:260px!important;width:100%!important}

/* Desktop-style fixed contact buttons, always bottom-right */
.fixed-contact{
  position:fixed!important;
  right:18px!important;
  left:auto!important;
  bottom:22px!important;
  top:auto!important;
  transform:none!important;
  z-index:2147483647!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:12px!important;
  width:auto!important;
  height:auto!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.fixed-contact .fixed-btn{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  color:#fff!important;
  border:4px solid #fff!important;
  box-shadow:0 14px 30px rgba(8,35,58,.25)!important;
  line-height:1!important;
  text-decoration:none!important;
}
.fixed-contact .fixed-call{background:var(--gold)!important}
.fixed-contact .fixed-wa{background:#25D366!important}
.fixed-contact .svg-icon,
.fixed-contact .fixed-btn .svg-icon{
  display:block!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  font-size:30px!important;
  background:currentColor!important;
  color:#fff!important;
  margin:0!important;
  flex:0 0 30px!important;
}
.float-wa{display:none!important}

/* Tablet: same data and shape as desktop, but compact */
@media(max-width:1024px){
  .navbar .container{padding:10px 0!important}
  .brand-title{font-size:15px!important}.brand-sub{font-size:13px!important}.logo{width:48px!important;height:48px!important}
  .hero{height:auto!important;min-height:0!important;overflow:hidden!important}
  .hero-wrap{display:grid!important;grid-template-columns:1fr 1fr!important;height:310px!important;min-height:310px!important}
  .hero-img{display:block!important;height:310px!important;min-height:310px!important}
  .hero-content{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:12px!important;text-align:center!important}
  .hero-card{width:min(650px,90%)!important;max-width:90%!important;padding:18px 16px!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 10px 22px rgba(8,35,58,.12)!important}
  .hero .eyebrow{display:block!important;font-size:12px!important;margin-bottom:4px!important}
  .hero h1{font-size:24px!important;line-height:1.28!important;margin:0!important}
  .hero p{display:block!important;font-size:12px!important;line-height:1.55!important;margin:7px auto 9px!important;max-width:560px!important}
  .hero-actions{display:flex!important;flex-wrap:nowrap!important;gap:7px!important;margin-top:5px!important;justify-content:center!important}
  .hero-actions .btn{font-size:12px!important;padding:7px 10px!important;min-height:34px!important;border-radius:10px!important}
  .phone-box{display:inline-flex!important;margin-top:8px!important;padding:5px 10px!important;border-radius:12px!important;gap:7px!important}
  .phone-box strong{font-size:17px!important}.phone-box small{font-size:10.5px!important}
  .section{padding:34px 0!important}.section-title{margin-bottom:20px!important}.section-title h2{font-size:24px!important}
  .service-card .thumb{height:130px!important}.project-card img{height:210px!important}.split-img img{height:300px!important}.beforeafter img{height:210px!important}
  .cta{padding:28px 0!important}.cta h2{font-size:25px!important}.inner-hero{padding:40px 0!important}.inner-hero h1{font-size:34px!important}
  .fixed-contact{right:14px!important;bottom:18px!important;top:auto!important;transform:none!important;gap:10px!important}
  .fixed-contact .fixed-btn{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-width:3px!important}
  .fixed-contact .svg-icon,.fixed-contact .fixed-btn .svg-icon{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;font-size:28px!important;flex-basis:28px!important}
}

/* Mobile: compact sections, no missing content, no cropped images */
@media(max-width:820px){
  .container{width:min(94%,720px)!important}
  .navbar .container{gap:10px!important}.menu{gap:12px!important;font-size:12px!important;overflow-x:auto!important;max-width:100%!important}.menu a{padding:8px 0!important}
  .hero-wrap{height:245px!important;min-height:245px!important;grid-template-columns:1fr 1fr!important}
  .hero-img{height:245px!important;min-height:245px!important}
  .hero-card{width:92%!important;max-width:92%!important;padding:12px 10px!important;border-radius:15px!important}
  .hero .eyebrow{font-size:10.5px!important;line-height:1.2!important;margin:0 0 3px!important}
  .hero h1{font-size:18px!important;line-height:1.22!important}
  .hero p{font-size:10.5px!important;line-height:1.45!important;margin:5px auto 7px!important;max-width:95%!important}
  .hero-actions{gap:5px!important;margin-top:4px!important}
  .hero-actions .btn{font-size:10.5px!important;padding:5px 7px!important;min-height:29px!important;border-radius:8px!important;gap:4px!important}
  .btn .svg-icon{width:1em!important;height:1em!important}
  .phone-box{margin-top:6px!important;padding:4px 8px!important;gap:5px!important;border-radius:10px!important}
  .phone-box strong{font-size:14px!important}.phone-box small{font-size:9px!important}
  .section{padding:24px 0!important}.section-title{margin-bottom:16px!important}.section-title h2{font-size:21px!important;line-height:1.35!important}.section-title p{font-size:12.5px!important}
  .service-card .thumb{height:115px!important;background-size:contain!important}.project-card img{height:175px!important}.split-img img{height:230px!important}.beforeafter img{height:175px!important}
  .feature,.review,.contact-card,.form-card,.map-card,.stat,.step{padding:15px!important}
  .cta{padding:22px 0!important}.cta .container{gap:12px!important}.cta h2{font-size:20px!important}.cta p{font-size:12px!important;margin-top:3px!important}.cta-actions strong{font-size:22px!important}
  .inner-hero{padding:30px 0!important;background-size:contain!important}.inner-hero h1{font-size:26px!important}.inner-hero p{font-size:12px!important}
  .fixed-contact{right:10px!important;bottom:14px!important;top:auto!important;transform:none!important;gap:8px!important}
  .fixed-contact .fixed-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-width:3px!important}
  .fixed-contact .svg-icon,.fixed-contact .fixed-btn .svg-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;font-size:24px!important;flex-basis:24px!important}
}

@media(max-width:480px){
  .hero-wrap{height:218px!important;min-height:218px!important}
  .hero-img{height:218px!important;min-height:218px!important}
  .hero-content{padding:5px!important}
  .hero-card{width:94%!important;max-width:94%!important;padding:9px 7px!important;border-radius:13px!important}
  .hero .eyebrow{font-size:9.5px!important}
  .hero h1{font-size:15.5px!important;line-height:1.2!important}
  .hero p{font-size:9.5px!important;line-height:1.35!important;margin:4px auto 5px!important}
  .hero-actions .btn{font-size:9.5px!important;padding:4px 6px!important;min-height:27px!important}
  .phone-box{padding:3px 7px!important;margin-top:4px!important}.phone-box strong{font-size:12.5px!important}.phone-box small{font-size:8px!important}
  .section{padding:18px 0!important}.service-card .thumb{height:100px!important}.project-card img{height:150px!important}.split-img img{height:190px!important}.beforeafter img{height:150px!important}
  .inner-hero{padding:24px 0!important}.inner-hero h1{font-size:23px!important}
  .fixed-contact{right:8px!important;bottom:12px!important;gap:7px!important}
  .fixed-contact .fixed-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
  .fixed-contact .svg-icon,.fixed-contact .fixed-btn .svg-icon{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;font-size:22px!important;flex-basis:22px!important}
}

/* Preserve desktop-like header/nav data on tablet and mobile */
@media(max-width:1100px){
  .hamb{display:none!important}
  .menu{display:flex!important;overflow-x:auto!important;white-space:nowrap!important;gap:16px!important;scrollbar-width:none!important;-ms-overflow-style:none!important}
  .menu::-webkit-scrollbar{display:none!important}
  .navbar .btn.gold{display:inline-flex!important;font-size:12px!important;padding:8px 12px!important}
  .navbar .container{flex-wrap:wrap!important;justify-content:center!important}
  .brand{order:1!important}.menu{order:3!important;width:100%!important;justify-content:flex-start!important;padding:0 4px!important}.navbar .btn.gold{order:2!important}
}
@media(max-width:480px){
  .brand{max-width:calc(100% - 100px)!important}.brand-title{font-size:11.5px!important}.brand-sub{font-size:10.5px!important}.logo{width:38px!important;height:38px!important}
  .menu{font-size:11px!important;gap:13px!important}.navbar .btn.gold{font-size:10.5px!important;padding:6px 9px!important}
}

/* === Footer compact final fix === */
.footer{
  padding:30px 0 0!important;
  position:relative!important;
  z-index:100!important;
}
.footer-grid{
  gap:18px!important;
  align-items:start!important;
}
.footer h3{
  margin:0 0 8px!important;
  font-size:16px!important;
  line-height:1.4!important;
}
.footer p,.footer li{
  margin:4px 0!important;
  line-height:1.55!important;
  font-size:14px!important;
}
.footer .brand{
  gap:8px!important;
  align-items:center!important;
}
.footer .logo{
  width:44px!important;
  height:44px!important;
}
.footer .brand-title{
  font-size:15px!important;
  line-height:1.35!important;
  color:#fff!important;
}
.footer .brand-sub{
  font-size:13px!important;
  line-height:1.3!important;
  color:var(--gold2)!important;
}
.copy{
  min-height:0!important;
  margin-top:18px!important;
  padding:9px 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  position:relative!important;
  z-index:120!important;
}
.footer-credit{
  margin:0 auto!important;
  max-width:max-content!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  text-align:center!important;
}
.fixed-contact{
  z-index:60!important;
}

@media(max-width:1024px){
  .footer{padding-top:22px!important}
  .footer-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important}
  .footer h3{font-size:14px!important;margin-bottom:6px!important}
  .footer p,.footer li{font-size:12.5px!important;line-height:1.45!important;margin:3px 0!important}
  .footer .logo{width:36px!important;height:36px!important}
  .footer .brand-title{font-size:12.5px!important}
  .footer .brand-sub{font-size:11.5px!important}
  .copy{margin-top:12px!important;padding:8px 10px!important;justify-content:center!important;text-align:center!important}
  .footer-credit{font-size:12.5px!important;padding:6px 11px!important;white-space:nowrap!important}
}

@media(max-width:820px){
  .footer{padding-top:18px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:12px 14px!important;text-align:right!important}
  .footer-grid > div{min-width:0!important}
  .footer h3{font-size:13.5px!important;margin-bottom:4px!important}
  .footer p,.footer li{font-size:12px!important;line-height:1.35!important;margin:2px 0!important}
  .footer .brand{justify-content:flex-start!important}
  .footer .brand-title{font-size:12px!important}
  .footer .brand-sub{font-size:11px!important}
  .footer .brand + p,.footer .brand-link + p{font-size:11.5px!important;line-height:1.35!important;margin-top:6px!important}
  .copy{margin-top:10px!important;padding:7px 8px!important;justify-content:center!important;text-align:center!important;width:100%!important}
  .footer-credit{font-size:11.5px!important;padding:6px 10px!important;border-radius:999px!important;margin:0 auto!important;white-space:nowrap!important;max-width:calc(100vw - 24px)!important}
}

@media(max-width:480px){
  .footer{padding-top:14px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:9px 10px!important}
  .footer h3{font-size:12.5px!important}
  .footer p,.footer li{font-size:11px!important;line-height:1.3!important}
  .footer .logo{width:30px!important;height:30px!important}
  .footer .brand-title{font-size:10.5px!important}
  .footer .brand-sub{font-size:10px!important}
  .copy{padding:7px 6px!important;margin-top:8px!important}
  .footer-credit{font-size:10.8px!important;gap:5px!important;padding:6px 8px!important;white-space:nowrap!important}
  .footer-credit .svg-icon{width:12px!important;height:12px!important;font-size:12px!important}
}

@media(max-width:360px){
  .footer-credit{font-size:10px!important;gap:4px!important;padding:5px 6px!important}
}

/* === FINAL MOBILE FOCUS FIX - 2026-05-15 ===
   Fixes requested: keep hero data on mobile like desktop, show full images,
   bottom-right fixed contact buttons, footer quick/services side-by-side,
   and prevent about-page numbers/icons from being clipped.
*/

/* Keep full images visible across all pages */
.service-card .thumb,
.hero-img,
.inner-hero{
  background-size:contain!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-color:#f8f3e9!important;
}
.project-card img,
.split-img img,
.beforeafter img,
.contact-layout img,
.about-band img,
.cta img,
img{
  object-fit:contain!important;
  object-position:center!important;
  background:#f8f3e9!important;
}

/* Fixed contact icons: same desktop style and always bottom-right */
.fixed-contact{
  position:fixed!important;
  right:18px!important;
  left:auto!important;
  bottom:22px!important;
  top:auto!important;
  transform:none!important;
  z-index:2147483647!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  width:auto!important;
  height:auto!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.fixed-contact .fixed-btn,
.fixed-btn{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  border:4px solid #fff!important;
  box-shadow:0 14px 30px rgba(8,35,58,.25)!important;
  padding:0!important;
  line-height:1!important;
  text-decoration:none!important;
}
.fixed-contact .fixed-call{background:var(--gold)!important}
.fixed-contact .fixed-wa{background:#25D366!important}
.fixed-contact .svg-icon,
.fixed-contact .fixed-btn .svg-icon,
.fixed-btn .svg-icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  font-size:30px!important;
  flex:0 0 30px!important;
  background:currentColor!important;
  color:#fff!important;
  margin:0!important;
  display:block!important;
}
.float-wa{display:none!important}

/* About page: prevent timeline numbers/icons from being cut */
.steps,
.stats,
.values,
.features{
  overflow:visible!important;
}
.step{
  overflow:visible!important;
  padding-top:28px!important;
}
.step b{
  top:-12px!important;
  z-index:5!important;
  box-shadow:0 8px 18px rgba(200,146,45,.25)!important;
}
.service-icon,
.feature-icon{
  overflow:visible!important;
  flex-shrink:0!important;
}

@media(max-width:1024px){
  /* Tablet: same desktop data/shape, compact enough */
  .hero{height:auto!important;min-height:0!important;overflow:hidden!important;background:#fff!important}
  .hero-wrap{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    height:340px!important;
    min-height:340px!important;
    position:relative!important;
  }
  .hero-img{
    display:block!important;
    height:340px!important;
    min-height:340px!important;
  }
  .hero-img.right{display:block!important}
  .hero-content{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:14px!important;
    text-align:center!important;
  }
  .hero-card{
    width:min(650px,92%)!important;
    max-width:92%!important;
    padding:18px 16px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.93)!important;
    box-shadow:0 10px 22px rgba(8,35,58,.12)!important;
  }
  .hero .eyebrow{display:block!important;font-size:12px!important;line-height:1.25!important;margin:0 0 4px!important}
  .hero h1{font-size:24px!important;line-height:1.28!important;margin:0!important}
  .hero p{display:block!important;font-size:12px!important;line-height:1.55!important;margin:7px auto 9px!important;max-width:560px!important}
  .hero-actions{display:flex!important;flex-wrap:nowrap!important;gap:7px!important;margin-top:5px!important;justify-content:center!important}
  .hero-actions .btn{font-size:12px!important;padding:7px 10px!important;min-height:34px!important;border-radius:10px!important;gap:5px!important;flex:0 1 auto!important;width:auto!important}
  .phone-box{display:inline-flex!important;margin-top:8px!important;padding:5px 10px!important;border-radius:12px!important;gap:7px!important}
  .phone-box strong{font-size:17px!important}.phone-box small{font-size:10.5px!important}

  .section{padding:34px 0!important}
  .service-card .thumb{height:140px!important}
  .project-card img{height:220px!important}
  .split-img img{height:320px!important}
  .beforeafter img{height:220px!important}

  .fixed-contact{right:14px!important;bottom:18px!important;top:auto!important;transform:none!important;gap:10px!important}
  .fixed-contact .fixed-btn,.fixed-btn{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-width:3px!important}
  .fixed-contact .svg-icon,.fixed-contact .fixed-btn .svg-icon,.fixed-btn .svg-icon{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;font-size:28px!important;flex-basis:28px!important}
}

@media(max-width:820px){
  /* Mobile/tablet footer: quick links and services must face each other */
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:12px 14px!important;text-align:right!important}
  .footer-grid > div:nth-child(2){order:1!important}
  .footer-grid > div:nth-child(3){order:2!important}
  .footer-grid > div:nth-child(1){order:3!important}
  .footer-grid > div:nth-child(4){order:4!important}

  /* Mobile hero keeps all desktop data but does not become huge */
  .hero-wrap{height:310px!important;min-height:310px!important;grid-template-columns:1fr 1fr!important}
  .hero-img{height:310px!important;min-height:310px!important}
  .hero-card{width:94%!important;max-width:94%!important;padding:12px 10px!important;border-radius:15px!important}
  .hero .eyebrow{display:block!important;font-size:10.5px!important;line-height:1.2!important;margin:0 0 3px!important}
  .hero h1{font-size:18px!important;line-height:1.22!important}
  .hero p{display:block!important;font-size:10.5px!important;line-height:1.45!important;margin:5px auto 7px!important;max-width:95%!important}
  .hero-actions{gap:5px!important;margin-top:4px!important;flex-wrap:nowrap!important}
  .hero-actions .btn{font-size:10.5px!important;padding:5px 7px!important;min-height:29px!important;border-radius:8px!important;gap:4px!important}
  .phone-box{display:inline-flex!important;margin-top:6px!important;padding:4px 8px!important;gap:5px!important;border-radius:10px!important}
  .phone-box strong{font-size:14px!important}.phone-box small{font-size:9px!important}

  /* Make all page images fully visible on phone */
  .service-card .thumb{height:125px!important;background-size:contain!important;background-position:center!important}
  .project-card img{height:185px!important;object-fit:contain!important}
  .split-img img{height:250px!important;object-fit:contain!important}
  .beforeafter img{height:185px!important;object-fit:contain!important}
  .map-placeholder{height:200px!important}

  /* Fix about page numbering/cards on mobile */
  .steps{grid-template-columns:1fr!important;gap:18px!important;padding-top:8px!important}
  .step{padding:26px 14px 15px!important}
  .step b{top:-10px!important;width:32px!important;height:32px!important;font-size:12px!important}
  .stats{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
  .stat strong{font-size:24px!important}

  .fixed-contact{right:10px!important;bottom:14px!important;top:auto!important;transform:none!important;gap:8px!important}
  .fixed-contact .fixed-btn,.fixed-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-width:3px!important}
  .fixed-contact .svg-icon,.fixed-contact .fixed-btn .svg-icon,.fixed-btn .svg-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;font-size:24px!important;flex-basis:24px!important}
}

@media(max-width:480px){
  .hero-wrap{height:300px!important;min-height:300px!important}
  .hero-img{height:300px!important;min-height:300px!important}
  .hero-content{padding:6px!important}
  .hero-card{width:95%!important;max-width:95%!important;padding:9px 7px!important;border-radius:13px!important}
  .hero .eyebrow{font-size:9.5px!important}
  .hero h1{font-size:15.5px!important;line-height:1.2!important}
  .hero p{display:block!important;font-size:9px!important;line-height:1.32!important;margin:4px auto 5px!important}
  .hero-actions .btn{font-size:9.5px!important;padding:4px 6px!important;min-height:27px!important}
  .phone-box{display:inline-flex!important;padding:3px 6px!important;margin-top:4px!important;max-width:100%!important}
  .phone-box strong{font-size:12px!important}.phone-box small{font-size:8px!important}

  .section{padding:20px 0!important}
  .service-card .thumb{height:112px!important}
  .project-card img{height:165px!important}
  .split-img img{height:210px!important}
  .beforeafter img{height:160px!important}

  .footer-grid{grid-template-columns:1fr 1fr!important;gap:9px 10px!important}
  .footer h3{font-size:12.5px!important}
  .footer p,.footer li{font-size:11px!important;line-height:1.3!important}

  .fixed-contact{right:8px!important;bottom:12px!important;top:auto!important;transform:none!important;gap:7px!important}
  .fixed-contact .fixed-btn,.fixed-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
  .fixed-contact .svg-icon,.fixed-contact .fixed-btn .svg-icon,.fixed-btn .svg-icon{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;font-size:22px!important;flex-basis:22px!important}
}

/* === FINAL PHONE-ONLY POLISH FIX - 2026-05-15 ===
   Requested mobile fixes: footer two-column links, centered developer box,
   contact buttons lifted above developer bar, no clipped numbers/icons,
   faster loading and cleaner mobile layout.
*/
@media (max-width: 820px){
  /* Footer: make quick links and services face each other, not stacked */
  .footer{padding:18px 0 0!important;overflow:visible!important}
  .footer-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:16px 12px!important;
    align-items:start!important;
    text-align:right!important;
  }
  .footer-grid > div:nth-child(2){order:1!important;grid-column:1!important}
  .footer-grid > div:nth-child(3){order:2!important;grid-column:2!important}
  .footer-grid > div:nth-child(1){order:3!important;grid-column:1 / -1!important;text-align:center!important}
  .footer-grid > div:nth-child(4){order:4!important;grid-column:1 / -1!important;text-align:center!important}
  .footer-grid > div:nth-child(4) .brand,
  .footer-grid > div:nth-child(4) .brand-link{justify-content:center!important;text-align:center!important}
  .footer h3{font-size:14px!important;margin:0 0 8px!important;text-align:center!important;color:#fff!important}
  .footer ul{display:block!important;margin:0!important;padding:0!important}
  .footer li{font-size:12px!important;line-height:1.35!important;margin:5px 0!important;text-align:center!important}
  .footer p{font-size:12px!important;line-height:1.45!important;margin:4px 0!important;text-align:center!important}
  .footer .brand-title{color:#fff!important}
  .footer .brand-sub{color:var(--gold2)!important}

  /* Developer sentence: centered neat box with no extra vertical empty space */
  .copy{
    margin-top:12px!important;
    padding:10px 12px!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
  }
  .footer-credit{
    width:auto!important;
    max-width:calc(100vw - 34px)!important;
    margin:0 auto!important;
    padding:8px 14px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.28)!important;
    color:#061d31!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    line-height:1!important;
    white-space:nowrap!important;
    box-shadow:0 8px 20px rgba(8,35,58,.08)!important;
    font-size:12px!important;
    font-weight:900!important;
  }
  .footer-credit a{color:#061d31!important;font-weight:900!important}
  .footer-credit .dev-phone{display:inline-flex!important;align-items:center!important;gap:4px!important;direction:ltr!important}
  .footer-credit .svg-icon{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;background:#061d31!important;color:#061d31!important;margin:0!important}

  /* Fixed phone/WhatsApp: bottom-right, lifted so they never cover developer box */
  .fixed-contact{
    right:12px!important;
    left:auto!important;
    bottom:92px!important;
    top:auto!important;
    transform:none!important;
    z-index:2147483647!important;
    display:flex!important;
    flex-direction:column!important;
    gap:9px!important;
  }
  .fixed-contact .fixed-btn,
  .fixed-btn{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    min-height:50px!important;
    border:4px solid #fff!important;
    border-radius:50%!important;
    box-shadow:0 12px 26px rgba(8,35,58,.25)!important;
  }
  .fixed-contact .svg-icon,
  .fixed-btn .svg-icon{
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    min-height:25px!important;
    flex:0 0 25px!important;
    display:block!important;
    margin:0!important;
  }

  /* No clipped circles/icons/numbers in process and feature boxes */
  .steps,.features,.stats,.values{overflow:visible!important;padding-top:0!important}
  .step,.feature,.stat{
    overflow:visible!important;
    position:relative!important;
  }
  .step{
    padding:52px 15px 17px!important;
    margin-top:0!important;
  }
  .step b{
    top:12px!important;
    right:50%!important;
    transform:translateX(50%)!important;
    width:34px!important;
    height:34px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    line-height:1!important;
    z-index:3!important;
    overflow:visible!important;
  }
  .feature{padding-top:28px!important;margin-top:0!important}
  .feature-icon,.service-icon{
    line-height:1!important;
    overflow:visible!important;
    display:grid!important;
    place-items:center!important;
    transform:none!important;
  }
}

@media (max-width:480px){
  /* Footer remains compact and balanced on small phones */
  .footer{padding-top:14px!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:12px 10px!important}
  .footer h3{font-size:13px!important;margin-bottom:7px!important}
  .footer li{font-size:12px!important;line-height:1.45!important;margin:4px 0!important}
  .footer p{font-size:11.5px!important;line-height:1.45!important}
  .footer-grid > div:nth-child(4) p{max-width:92%!important;margin-inline:auto!important}
  .copy{padding:9px 8px!important;margin-top:10px!important}
  .footer-credit{font-size:11px!important;padding:8px 10px!important;gap:6px!important;max-width:calc(100vw - 28px)!important}

  .fixed-contact{right:10px!important;bottom:90px!important;gap:8px!important}
  .fixed-contact .fixed-btn,.fixed-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}
  .fixed-contact .svg-icon,.fixed-btn .svg-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;flex-basis:24px!important}

  /* Images on phone: show complete image and avoid hidden/cropped areas */
  .service-card .thumb{height:118px!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#fffaf0!important}
  .project-card img{height:auto!important;max-height:none!important;object-fit:contain!important;background:#fffaf0!important}
  .split-img img,.beforeafter img{height:auto!important;max-height:none!important;object-fit:contain!important;background:#fffaf0!important}
}

@media (max-width:380px){
  .footer-credit{font-size:10.5px!important;padding:7px 8px!important;gap:5px!important}
  .fixed-contact{bottom:88px!important;right:8px!important}
  .fixed-contact .fixed-btn,.fixed-btn{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}
}

/* =========================================================
   REAL FINAL MOBILE FIX - 2026-05-15
   Fixes only responsive/mobile problems reported by client:
   footer columns, developer box, floating buttons, clipped icons/numbers.
   ========================================================= */

/* Safer rendering for all circular icons and numbered badges */
.feature,
.step,
.stat,
.service-card,
.contact-card,
.form-card,
.map-card,
.project-card{overflow:visible!important}
.feature-icon{
  position:static!important;
  transform:none!important;
  margin:0 auto 12px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
  overflow:visible!important;
  font-size:24px!important;
}
.step b{
  overflow:visible!important;
  line-height:1!important;
  display:grid!important;
  place-items:center!important;
  z-index:3!important;
}

@media (max-width:820px){
  html,body{overflow-x:hidden!important}

  /* Keep sections clean and responsive on phone/tablet */
  .container{width:min(100% - 24px,720px)!important}
  .section{padding:28px 0!important}
  .section-title{margin-bottom:20px!important}
  .section-title h2{font-size:24px!important;line-height:1.45!important}

  /* Hero keeps all data but compact */
  .hero-wrap{min-height:360px!important;height:360px!important;display:block!important}
  .hero-img{min-height:360px!important;height:360px!important}
  .hero-img.right{display:none!important}
  .hero-content{padding:10px!important;display:grid!important;place-items:center!important}
  .hero-card{width:94%!important;max-width:560px!important;padding:18px 14px!important;border-radius:20px!important}
  .hero h1{font-size:24px!important;line-height:1.32!important}
  .hero p{font-size:13px!important;line-height:1.65!important;margin:8px auto 12px!important;display:block!important}
  .hero-actions{gap:8px!important}
  .hero-actions .btn{padding:8px 12px!important;font-size:13px!important}
  .phone-box{margin-top:10px!important;padding:7px 10px!important;gap:7px!important}
  .phone-box strong{font-size:20px!important}
  .phone-box small{font-size:11px!important}

  /* Images: show full images in mobile cards instead of cropped details */
  .project-card img,
  .split-img img,
  .beforeafter img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    background:#fffaf0!important;
  }
  .service-card .thumb{
    height:130px!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-color:#fffaf0!important;
  }

  /* Cards with icons: icon fully inside card, never clipped */
  .features{grid-template-columns:1fr!important;gap:14px!important;overflow:visible!important;padding-top:0!important}
  .feature{
    padding:22px 16px!important;
    margin:0!important;
    border-radius:18px!important;
    min-height:auto!important;
    overflow:visible!important;
  }
  .feature-icon{
    width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;
    margin:0 auto 10px!important;
    font-size:22px!important;
    line-height:1!important;
    overflow:visible!important;
  }

  /* Process numbers: keep number badges inside the card with enough top padding */
  .steps{grid-template-columns:1fr!important;gap:14px!important;overflow:visible!important;padding-top:0!important}
  .step{
    padding:56px 16px 18px!important;
    min-height:auto!important;
    margin:0!important;
    position:relative!important;
    overflow:visible!important;
  }
  .step b{
    top:14px!important;
    right:50%!important;
    transform:translateX(50%)!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    font-size:14px!important;
    border:0!important;
  }

  /* Footer mobile layout: quick links and services must be side-by-side */
  .footer{
    padding:18px 0 0!important;
    text-align:center!important;
    overflow:visible!important;
  }
  .footer-grid{
    width:min(100% - 24px,720px)!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:14px 10px!important;
    align-items:start!important;
    margin-inline:auto!important;
  }
  .footer-grid > div{min-width:0!important;max-width:100%!important}
  .footer-grid > div:nth-child(2){order:1!important;grid-column:1!important}
  .footer-grid > div:nth-child(3){order:2!important;grid-column:2!important}
  .footer-grid > div:nth-child(1){order:3!important;grid-column:1 / -1!important}
  .footer-grid > div:nth-child(4){order:4!important;grid-column:1 / -1!important}
  .footer h3{font-size:14px!important;margin:0 0 8px!important;text-align:center!important;color:#fff!important}
  .footer ul{display:block!important;margin:0!important;padding:0!important;list-style:none!important}
  .footer li{font-size:12.5px!important;line-height:1.55!important;margin:4px 0!important;text-align:center!important;white-space:normal!important}
  .footer p{font-size:12px!important;line-height:1.55!important;margin:4px 0!important;text-align:center!important;white-space:normal!important}
  .footer .brand,
  .footer .brand-link{justify-content:center!important;text-align:center!important;display:flex!important;gap:8px!important}
  .footer .logo{width:38px!important;height:38px!important;min-width:38px!important}
  .footer .brand-title{font-size:13px!important;color:#fff!important;line-height:1.4!important}
  .footer .brand-sub{font-size:12px!important;color:var(--gold2)!important;line-height:1.4!important}
  .footer-grid > div:nth-child(4) p{max-width:360px!important;margin:8px auto 0!important}

  /* Developer sentence: compact centered box, no large empty space */
  .copy{
    margin:12px 0 0!important;
    padding:10px 10px!important;
    min-height:0!important;
    height:auto!important;
    background:linear-gradient(135deg,var(--gold),var(--gold2))!important;
    border-top:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .footer-credit{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:6px 8px!important;
    margin:0 auto!important;
    max-width:calc(100vw - 32px)!important;
    padding:8px 13px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.30)!important;
    border:1px solid rgba(255,255,255,.35)!important;
    box-shadow:0 8px 20px rgba(8,35,58,.12)!important;
    color:#061d31!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
  .footer-credit .credit-label{color:#061d31!important;font-weight:900!important}
  .footer-credit .dev-name{color:#061d31!important;font-weight:950!important;text-decoration:none!important}
  .footer-credit .dev-phone{color:#061d31!important;font-weight:950!important;text-decoration:none!important;direction:ltr!important;display:inline-flex!important;align-items:center!important;gap:5px!important}
  .footer-credit .svg-icon{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;background:currentColor!important;color:#061d31!important;margin:0!important}

  /* Fixed contact icons: bottom-right and raised, never over developer box */
  .fixed-contact{
    position:fixed!important;
    right:12px!important;
    left:auto!important;
    bottom:118px!important;
    top:auto!important;
    transform:none!important;
    z-index:2147483647!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:9px!important;
    pointer-events:auto!important;
  }
  .fixed-contact .fixed-btn,
  .fixed-btn{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    border-radius:50%!important;
    border:4px solid #fff!important;
    display:grid!important;
    place-items:center!important;
    box-shadow:0 12px 28px rgba(8,35,58,.28)!important;
  }
  .fixed-call{background:var(--gold)!important}
  .fixed-wa{background:#22c55e!important}
  .fixed-contact .svg-icon,
  .fixed-btn .svg-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
    flex:0 0 26px!important;
    display:block!important;
    margin:0!important;
    background:currentColor!important;
    color:#fff!important;
  }
}

@media (max-width:480px){
  .container{width:calc(100% - 22px)!important}
  .hero-wrap{min-height:335px!important;height:335px!important}
  .hero-img{min-height:335px!important;height:335px!important}
  .hero-card{width:95%!important;padding:13px 10px!important;border-radius:17px!important}
  .hero h1{font-size:20px!important;line-height:1.3!important}
  .hero p{font-size:11.5px!important;line-height:1.55!important;margin:7px auto 9px!important}
  .hero-actions .btn{font-size:11.5px!important;padding:7px 9px!important;border-radius:10px!important}
  .phone-box{padding:6px 8px!important;margin-top:8px!important}
  .phone-box strong{font-size:17px!important}
  .phone-box small{font-size:10px!important}

  .section{padding:24px 0!important}
  .section-title h2{font-size:22px!important}
  .footer-grid{gap:12px 9px!important}
  .footer h3{font-size:13px!important;margin-bottom:7px!important}
  .footer li{font-size:12px!important;line-height:1.55!important;margin:4px 0!important}
  .footer p{font-size:11.5px!important;line-height:1.5!important}
  .footer .brand-title{font-size:12px!important}
  .footer .brand-sub{font-size:11px!important}
  .footer-credit{font-size:11px!important;padding:8px 10px!important;gap:5px 7px!important}

  .fixed-contact{right:10px!important;bottom:112px!important;gap:8px!important}
  .fixed-contact .fixed-btn,.fixed-btn{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important}
  .fixed-contact .svg-icon,.fixed-btn .svg-icon{width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important;flex-basis:25px!important}

  .step{padding-top:54px!important}
  .step b{top:13px!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;font-size:13px!important}
}

@media (max-width:370px){
  .footer-credit{font-size:10px!important;padding:7px 8px!important}
  .fixed-contact{bottom:108px!important;right:8px!important}
  .fixed-contact .fixed-btn,.fixed-btn{width:47px!important;height:47px!important;min-width:47px!important;min-height:47px!important}
  .fixed-contact .svg-icon,.fixed-btn .svg-icon{width:23px!important;height:23px!important;min-width:23px!important;min-height:23px!important}
}
