:root{--bg:#f4f1ea;--surface:#fbfaf7;--card:#fff;--text:#16211b;--ink:#10251d;--muted:#68736c;--brand:#164e3d;--brand-dark:#0d3025;--brand2:#e2eee8;--accent:#b9864d;--line:#dddcd6;--shadow:0 24px 70px #10251d1a;--radius:22px;--radius-lg:34px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:SF Arabic,Segoe UI,Tahoma,Arial,sans-serif;line-height:1.72}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,100% - 36px);margin:auto}.topbar{background:var(--brand-dark);color:#f7f5ef;text-align:center;letter-spacing:.01em;padding:7px 0;font-size:.82rem}.header{z-index:20;backdrop-filter:blur(18px);background:#f4f1eaed;border-bottom:1px solid #10251d14;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:22px;min-height:76px;display:flex}.brand-logo img{width:176px;height:auto}.navlinks{color:#34423b;align-items:center;gap:24px;font-size:.92rem;font-weight:800;display:flex}.navlinks a{padding:7px 0;position:relative}.navlinks a:after{content:"";background:var(--brand);width:0;height:1px;transition:width .2s;position:absolute;bottom:0;right:0}.navlinks a:hover:after{width:100%}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px #164e3d29}.btn-primary:hover{background:#103e30}.btn-secondary{border-color:var(--line);background:#ffffffdb}.btn-dark{background:var(--ink);color:#fff}.btn-large{min-height:54px;padding-inline:25px}.text-link{border-bottom:1px solid #10251d40;align-items:center;gap:8px;padding:11px 2px;font-weight:900;display:inline-flex}.text-link:hover{border-color:var(--brand)}.hero{padding:64px 0 54px}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:42px;display:grid}.eyebrow{background:var(--brand2);color:var(--brand);border-radius:999px;align-items:center;padding:7px 12px;font-size:.82rem;font-weight:900;display:inline-flex}.eyebrow-plain{text-transform:uppercase;letter-spacing:.07em;background:0 0;border-radius:0;padding:0}.eyebrow-dark{color:#e8efe9;background:#ffffff14}.hero h1{text-wrap:balance;letter-spacing:-.035em;max-width:920px;margin:18px 0;font-size:clamp(2.5rem,5vw,5rem);line-height:1.05}.lead{color:var(--muted);max-width:760px;font-size:1.14rem}.lead-strong{color:#4e5c54;font-size:1.2rem;line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:26px;display:flex}.trust-row{color:#415047;flex-wrap:wrap;gap:18px;margin-top:24px;font-size:.92rem;display:flex}.trust-row span{align-items:center;gap:6px;display:inline-flex}.trust-row span:before{content:"✓";background:var(--brand2);width:22px;height:22px;color:var(--brand);border-radius:50%;place-items:center;font-weight:900;display:grid}.hero-visual{box-shadow:var(--shadow);background:#e7ece8;border-radius:32px;position:relative;overflow:hidden}.hero-visual img{aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:inherit;width:100%}.floating-note{backdrop-filter:blur(10px);background:#fffffff0;border-radius:16px;max-width:235px;padding:12px 15px;font-weight:800;position:absolute;bottom:20px;right:20px;box-shadow:0 12px 34px #16211b1f}.hero-card,.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 10px 30px #17211b0b}.section{padding:70px 0}.section-soft{background:#ffffff57;border-top:1px solid #10251d12;border-bottom:1px solid #10251d12}.section h2{letter-spacing:-.025em;text-wrap:balance;margin:0 0 14px;font-size:clamp(2rem,3.6vw,3.7rem);line-height:1.08}.section-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.muted{color:var(--muted)}.grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.service-card{transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.service-card:hover{border-color:#c8d5cf;transform:translateY(-3px);box-shadow:0 18px 45px #17211b14}.service-icon{background:var(--brand2);border-radius:15px;place-items:center;width:46px;height:46px;margin-bottom:14px;font-size:1.2rem;display:grid}.service-card h3{margin:.1rem 0 .35rem;font-size:1.15rem}.service-card p{margin:.35rem 0 .7rem}.image-strip{grid-template-columns:1.15fr .85fr .85fr;gap:16px;display:grid}.visual-card{border:1px solid var(--line);min-height:260px;box-shadow:var(--shadow);background:#e3ebe5;border-radius:28px;position:relative;overflow:hidden}.visual-card img{object-fit:cover;width:100%;height:100%}.visual-card .caption{background:#ffffffeb;border-radius:16px;padding:12px 14px;font-weight:900;position:absolute;inset:auto 16px 16px}.content{max-width:880px}.content h1{letter-spacing:-.025em;font-size:clamp(2.2rem,4vw,4rem);line-height:1.08}.faq{border-top:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:900}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field.full{grid-column:1/-1}label{font-weight:800}input,select,textarea{width:100%;font:inherit;color:var(--text);background:#fff;border:1px solid #cfd4ce;border-radius:14px;padding:12px 14px}textarea{min-height:110px}.notice{background:#fff7e8;border:1px solid #e9d5aa;border-radius:14px;padding:14px}.footer{color:#e8f2ed;background:#0e241c;margin-top:0;padding:56px 0 96px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:30px;display:grid}.footer-logo img{filter:brightness(0)invert();opacity:.95;width:190px}.sticky-actions{z-index:30;backdrop-filter:blur(14px);border-top:1px solid var(--line);background:#fffffff5;gap:8px;padding:8px;display:none;position:fixed;bottom:0;left:0;right:0}.sticky-actions a{flex:1}.breadcrumbs{color:var(--muted);margin:24px 0;font-size:.88rem}.calculator-result{white-space:pre-wrap;background:#eef7f3;border:1px solid #cde3da;border-radius:14px;margin-top:14px;padding:15px}.skip{position:absolute;inset-inline-start:-9999px}.skip:focus{inset-inline-start:12px;z-index:100;background:#fff;border-radius:8px;padding:10px;top:12px}.home-hero{padding:54px 0 34px}.home-hero-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:50px;display:grid}.home-hero-copy h1{letter-spacing:-.055em;max-width:760px;margin:18px 0 25px;font-size:clamp(3.5rem,7.1vw,7rem);line-height:.92}.home-hero-copy h1 span{color:var(--brand)}.editorial-photo{background:#d9ddd8;position:relative;overflow:hidden}.editorial-photo img{object-fit:cover;width:100%;height:100%}.hero-photo{border-radius:8px 8px 42px;height:min(72vh,760px);min-height:560px}.hero-photo:after{content:"";background:linear-gradient(#0000 50%,#05140f6b);position:absolute;inset:0}.photo-label{z-index:2;color:#fff;justify-content:space-between;align-items:end;gap:18px;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.photo-label span{letter-spacing:.17em;font-size:.72rem}.photo-label strong{max-width:260px;font-size:1.08rem;line-height:1.4}.proof-line{border-top:1px solid #10251d2e;grid-template-columns:repeat(3,1fr);gap:0;margin-top:46px;padding-top:18px;display:grid}.proof-line div{border-inline-start:1px solid #10251d1f;padding-inline:16px}.proof-line div:first-child{border-inline-start:0;padding-inline-start:0}.proof-line strong{color:var(--accent);letter-spacing:.08em;margin-bottom:5px;font-size:.78rem;display:block}.proof-line span{font-size:.82rem;font-weight:800;line-height:1.5;display:block}.brand-strip{background:#ede9e0;border-top:1px solid #10251d1a;border-bottom:1px solid #10251d1a}.brand-strip-inner{white-space:nowrap;letter-spacing:.015em;justify-content:space-between;align-items:center;gap:14px;min-height:58px;font-size:.78rem;font-weight:900;display:flex;overflow:hidden}.brand-strip-inner i{background:var(--accent);border-radius:50%;flex:none;width:4px;height:4px}.editorial-heading{grid-template-columns:1.15fr .7fr;align-items:end;gap:50px;margin-bottom:34px;display:grid}.editorial-heading h2{margin-top:12px}.editorial-heading>p{color:var(--muted);max-width:430px;margin:0 0 8px;font-size:1rem}.service-mosaic{grid-template-rows:330px 330px;grid-template-columns:1.2fr .8fr .8fr;gap:12px;display:grid}.service-feature{color:#fff;background:#18261f;border-radius:6px;min-height:300px;position:relative;overflow:hidden}.service-feature-wide{grid-row:1/3}.service-feature img{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.2,.65,.2,1)}.service-feature:hover img{transform:scale(1.025)}.service-feature-overlay{background:linear-gradient(#0000000a 20%,#071812d1 100%);position:absolute;inset:0}.service-feature-copy{z-index:2;position:absolute;bottom:20px;left:22px;right:22px}.service-feature-copy>span{text-transform:uppercase;letter-spacing:.09em;opacity:.82;font-size:.72rem}.service-feature-copy h3{max-width:440px;margin:8px 0 9px;font-size:clamp(1.35rem,2vw,2.2rem);line-height:1.12}.service-feature-copy p{color:#e8efe9;max-width:440px;margin:0 0 11px;font-size:.9rem;line-height:1.6}.service-feature-copy strong{font-size:.85rem}.visit-section{background:#e9e3d8}.visit-layout{grid-template-columns:.2fr .95fr 1.05fr;align-items:start;gap:42px;display:grid}.visit-number{color:#10251d30;letter-spacing:-.06em;font-size:5rem;font-weight:200;line-height:1}.visit-copy h2{margin-top:14px}.visit-copy .lead{max-width:610px}.visit-list{border-top:1px solid #10251d2e}.visit-list>div{border-bottom:1px solid #10251d29;grid-template-columns:52px 1fr;gap:8px 16px;padding:18px 0;display:grid}.visit-list span{color:var(--accent);grid-row:1/3;font-size:.78rem;font-weight:900}.visit-list strong{font-size:1.03rem}.visit-list p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.6}.smart-editorial-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px;display:grid}.smart-photo{border-radius:42px 7px 7px;height:650px}.photo-index{letter-spacing:.09em;background:#ffffffeb;padding:8px 11px;font-size:.7rem;font-weight:900;position:absolute;top:18px;left:18px}.smart-copy h2{margin-top:12px;font-size:clamp(3rem,5vw,5.2rem)}.smart-pills{flex-wrap:wrap;gap:8px;margin:25px 0;display:flex}.smart-pills span{background:#ffffff73;border:1px solid #10251d29;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:800}.microcopy{color:var(--muted);border-top:1px solid var(--line);max-width:650px;margin-top:26px;padding-top:14px;font-size:.79rem}.section-dark{color:#eef3ef;background:#0e241c}.section-dark p{color:#b9c5bd}.dark-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:72px;display:grid}.guide-stack{border-top:1px solid #fff3}.guide-stack a{border-bottom:1px solid #ffffff29;grid-template-columns:50px 1fr 24px;align-items:center;gap:14px;padding:22px 0;display:grid}.guide-stack a span{color:#b99468;font-size:.74rem}.guide-stack a strong{font-size:1.05rem}.guide-stack a i{font-style:normal;transition:transform .2s}.guide-stack a:hover i{transform:translate(-4px)}.request-editorial{background:#f7f5ef}.request-editorial-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:60px;display:grid}.request-editorial-grid>div:first-child{position:sticky;top:120px}.request-editorial-grid .card{box-shadow:none;background:#fff}@media (width<=980px){.navlinks{display:none}.home-hero-grid,.editorial-heading,.smart-editorial-grid,.dark-grid,.request-editorial-grid{grid-template-columns:1fr}.home-hero-copy{order:2}.hero-photo{order:1;height:480px;min-height:0}.home-hero-copy h1{font-size:clamp(3rem,11vw,5rem)}.proof-line{margin-top:30px}.service-mosaic{grid-template-rows:390px 300px 300px;grid-template-columns:1fr 1fr}.service-feature-wide{grid-area:auto/1/auto/-1}.visit-layout{grid-template-columns:70px 1fr}.visit-list{grid-column:2}.smart-photo{height:520px}.request-editorial-grid>div:first-child{position:static}}@media (width<=820px){body{padding-bottom:76px}.container{width:min(100% - 28px,1180px)}.topbar{padding:6px 0;font-size:.73rem;line-height:1.45}.nav{gap:10px;min-height:64px}.brand-logo img{width:148px}.header .btn{padding:9px 14px}.hero{padding:34px 0 28px}.hero-grid{grid-template-columns:1fr;gap:24px}.hero-visual{order:-1;max-width:680px;margin:auto}.hero h1{margin:12px 0;font-size:clamp(2rem,9.2vw,2.9rem);line-height:1.12}.lead{margin:8px 0;font-size:1rem;line-height:1.8}.hero-actions{margin-top:18px}.trust-row{gap:10px 16px;margin-top:18px;font-size:.86rem}.hero-visual{border-radius:24px}.hero-visual img{aspect-ratio:16/11}.floating-note{max-width:190px;padding:10px 12px;font-size:.86rem;bottom:12px;right:12px}.hero-card,.card{border-radius:19px;padding:18px}.section{padding:50px 0}.section h2{font-size:clamp(1.9rem,8.2vw,2.8rem);line-height:1.15}.section-head{margin-bottom:18px;display:block}.section-head .btn{margin-top:10px}.grid,.footer-grid{grid-template-columns:1fr;gap:12px}.service-card{min-height:0}.service-icon{border-radius:14px;width:42px;height:42px;margin-bottom:10px;font-size:1.05rem}.service-card h3{font-size:1.08rem}.service-card p{margin:.25rem 0 .55rem;line-height:1.65}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.sticky-actions{padding:7px 12px calc(7px + env(safe-area-inset-bottom));display:flex}.sticky-actions .btn{min-height:50px}.footer{padding-bottom:36px}.brand-logo{align-items:center;display:flex}.footer-logo img{width:160px}.home-hero{padding:18px 0 30px}.home-hero-grid{gap:28px}.hero-photo{border-radius:5px 5px 28px;height:390px}.home-hero-copy h1{margin:12px 0 20px;font-size:clamp(3.15rem,15vw,4.7rem)}.home-hero-copy .lead-strong{font-size:1.03rem}.proof-line{border-top:1px solid #10251d2e;grid-template-columns:1fr;gap:0;padding-top:0}.proof-line div{border-inline-start:0;border-bottom:1px solid #10251d1f;grid-template-columns:42px 1fr;align-items:center;padding:12px 0;display:grid}.proof-line strong{margin:0}.brand-strip-inner{scrollbar-width:none;justify-content:flex-start;gap:12px;overflow-x:auto}.brand-strip-inner::-webkit-scrollbar{display:none}.editorial-heading{gap:12px;margin-bottom:24px}.service-mosaic{scroll-snap-type:x mandatory;gap:10px;margin-left:-14px;padding-left:14px;display:flex;overflow-x:auto}.service-feature,.service-feature-wide{scroll-snap-align:start;min-width:84vw;height:430px}.visit-layout{grid-template-columns:1fr;gap:22px}.visit-number{font-size:3rem}.visit-list{grid-column:auto}.smart-editorial-grid{gap:30px}.smart-photo{border-radius:28px 5px 5px;height:420px}.smart-copy h2{font-size:clamp(2.9rem,13vw,4.2rem)}.dark-grid{gap:30px}.request-editorial-grid{gap:28px}.photo-label{display:block;bottom:15px;left:16px;right:16px}.photo-label span{margin-bottom:4px;display:block}.photo-label strong{font-size:.94rem}}@media (width<=520px){.image-strip{grid-template-columns:1fr}.image-strip .visual-card:first-child{grid-column:auto}.visual-card{min-height:210px}.brand-logo img{width:140px}.hero-actions .btn{flex:1}.hero-actions .text-link{flex-basis:100%;justify-content:flex-start}.hero-visual img{aspect-ratio:1.35}.card{box-shadow:0 7px 22px #17211b0a}.service-feature,.service-feature-wide{min-width:88vw;height:390px}.smart-photo{height:360px}.visit-list>div{grid-template-columns:38px 1fr}}.footer-logo img{opacity:1;filter:none!important}@media (width<=980px){.home-hero-copy{order:1!important}.hero-photo{order:2!important;height:390px!important;min-height:0!important}}@media (width<=820px){.home-hero{padding:28px 0 24px}.home-hero-grid{gap:24px}.home-hero-copy h1{margin:14px 0 18px;font-size:clamp(2.8rem,14vw,4.4rem);line-height:.94}.home-hero-copy .lead-strong{font-size:1rem;line-height:1.75}.hero-photo{border-radius:6px 6px 28px;height:330px!important}.proof-line{border-top:0;grid-template-columns:1fr;gap:0;margin-top:26px;padding-top:0}.proof-line div{border-bottom:1px solid #10251d1f;grid-template-columns:34px 1fr;align-items:center;gap:8px;display:grid;border-inline-start:0!important;padding:10px 0!important}.proof-line div:last-child{border-bottom:0}.proof-line strong{margin:0}.brand-strip-inner{scrollbar-width:none;justify-content:flex-start;padding-inline:2px;overflow-x:auto}.brand-strip-inner::-webkit-scrollbar{display:none}.footer{padding:42px 0 92px}.footer-grid{grid-template-columns:1fr 1fr!important;gap:26px 18px!important}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:first-child p{margin:.35rem 0}.footer-grid>div:not(:first-child)>div{margin:.4rem 0}.footer-logo img{width:172px}}@media (width<=520px){.hero-photo{height:285px!important}.photo-label{bottom:14px;left:15px;right:15px}.photo-label strong{font-size:.92rem}.home-hero-copy .hero-actions{align-items:stretch}.home-hero-copy .hero-actions .btn{width:100%}.home-hero-copy .hero-actions .text-link{width:max-content}}:root{--polish-border:#10251d1f;--polish-shadow:0 28px 80px #0d302521}.btn{border-radius:12px}.btn-primary{box-shadow:0 10px 26px #164e3d2e}.btn-ghost{color:var(--ink);background:0 0;border-color:#10251d38}.btn-ghost:hover{background:#ffffffb3;border-color:#10251d59}.topbar .container{justify-content:center;align-items:center;gap:10px;display:flex}.topbar b{color:#c69a68;font-size:.68rem}.header{box-shadow:0 1px #10251d0a}.header-cta{min-height:44px;padding-inline:18px}.mobile-menu{display:none;position:relative}.mobile-menu summary{cursor:pointer;background:#ffffff9e;border:1px solid #10251d24;border-radius:12px;place-content:center;gap:4px;width:44px;height:44px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--ink);border-radius:2px;width:18px;height:1.5px;display:block}.mobile-menu-panel{top:calc(100% + 12px);z-index:80;background:#fbfaf7;border:1px solid #10251d1f;border-radius:18px;width:min(330px,100vw - 36px);padding:10px;position:absolute;inset-inline-end:0;box-shadow:0 24px 60px #0d30252e}.mobile-menu-panel a{border-bottom:1px solid #10251d14;grid-template-columns:1fr auto;gap:2px 12px;padding:13px 14px;display:grid}.mobile-menu-panel a:last-child{border-bottom:0}.mobile-menu-panel strong{font-size:.95rem}.mobile-menu-panel span{color:var(--muted);grid-column:1/-1;font-size:.77rem}.home-hero{padding:58px 0 46px;position:relative;overflow:hidden}.home-hero:before{content:"";inset-inline-start:-220px;pointer-events:none;background:radial-gradient(circle,#b9864d1f,#0000 68%);border-radius:50%;width:540px;height:540px;position:absolute;top:-250px}.home-hero-grid{z-index:1;position:relative}.hero-kicker{color:var(--brand);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:9px;font-size:.78rem;font-weight:900;display:flex}.hero-kicker i{background:var(--accent);width:22px;height:1px}.home-hero-copy h1{max-width:700px}.home-hero-copy h1 span{display:inline-block;position:relative}.home-hero-copy h1 span:after{content:"";background:var(--accent);opacity:.65;border-radius:99px;height:5px;position:absolute;bottom:-5px;left:2px;right:2px}.hero-actions-primary{margin-top:30px}.hero-assurance{color:#647169;max-width:610px;margin:14px 0 0;font-size:.83rem;line-height:1.7}.hero-photo{box-shadow:var(--polish-shadow);border:1px solid #10251d14}.hero-photo img{filter:saturate(.9)contrast(1.02)}.hero-image-badge{z-index:3;top:20px;backdrop-filter:blur(12px);background:#f8f6f0f0;border:1px solid #ffffff8c;border-radius:12px;gap:2px;max-width:220px;padding:11px 13px;display:grid;position:absolute;inset-inline-start:20px;box-shadow:0 10px 28px #0d30251a}.hero-image-badge span{letter-spacing:.06em;color:var(--accent);font-size:.68rem;font-weight:900}.hero-image-badge strong{font-size:.86rem;line-height:1.4}.photo-label{border-top:1px solid #ffffff59;padding-top:10px}.brand-strip{background:#ece7dd}.brand-strip-inner{min-height:54px}.brand-strip-inner span{opacity:.84}.home-services{padding-top:86px}.editorial-heading{margin-bottom:40px}.editorial-heading h2{max-width:700px}.service-mosaic{gap:14px}.service-feature{border-radius:12px;box-shadow:0 18px 52px #0d302514}.service-feature:focus-visible{outline-offset:3px;outline:3px solid #b9864db3}.service-feature-copy{bottom:22px;left:24px;right:24px}.service-feature-copy>span{color:#e0c09a;opacity:1}.service-feature-copy strong{color:#f5eadc;align-items:center;gap:6px;display:inline-flex}.visit-section{position:relative;overflow:hidden}.visit-section:before{content:"";top:0;bottom:0;background:var(--accent);width:6px;position:absolute;inset-inline-end:0}.visit-copy h2{max-width:700px}.visit-list>div{transition:padding-inline .2s}.visit-list>div:hover{padding-inline:8px}.smart-photo{box-shadow:var(--polish-shadow)}.smart-copy .lead{max-width:720px}.smart-pills span{background:#f8f5ef}.section-dark{position:relative}.section-dark:before{content:"MANZILOO";inset-inline-start:3vw;letter-spacing:.08em;color:#ffffff06;pointer-events:none;font-size:clamp(4rem,12vw,10rem);font-weight:900;position:absolute;bottom:-.05em}.guide-stack a{transition:padding-inline .2s,background .2s}.guide-stack a:hover{background:#ffffff06;padding-inline:10px}.request-editorial-grid .card{border-color:#10251d1a;border-radius:18px}.content>.card,.grid>.card{border-radius:16px;box-shadow:0 12px 30px #0d30250b}.content h1{max-width:820px}.breadcrumbs{font-size:.8rem}.footer{border-top:1px solid #ffffff14}.footer a:hover{color:#fff}.sticky-actions{padding:9px 10px calc(9px + env(safe-area-inset-bottom));box-shadow:0 -12px 32px #0d302514}.sticky-actions .btn{border-radius:12px;min-height:48px}@media (width<=980px){.mobile-menu{display:block}.nav{gap:10px}.brand-logo{margin-inline-end:auto}.brand-logo img{width:148px}.header-cta{min-height:42px;padding-inline:13px;font-size:.84rem}.home-hero{padding:34px 0 38px}.home-hero-grid{gap:28px}.home-hero-copy{max-width:760px}.hero-photo{box-shadow:0 20px 55px #0d30251c}.hero-image-badge{top:14px;inset-inline-start:14px}.service-mosaic{grid-template-rows:360px 280px 280px}.smart-editorial-grid{gap:36px}.section-dark:before{display:none}}@media (width<=820px){.container{width:min(100% - 28px,1180px)}.topbar{padding:6px 0;font-size:.72rem}.topbar .container{gap:7px}.header{background:#f7f5eff5}.nav{min-height:66px}.brand-logo img{width:132px}.mobile-menu summary{width:40px;height:40px}.header-cta{min-height:40px;padding-inline:12px}.home-hero:before{top:-190px;width:340px;height:340px;inset-inline-start:-170px}.hero-kicker{font-size:.7rem}.home-hero-copy h1{letter-spacing:-.045em;margin:14px 0 16px!important;font-size:clamp(2.7rem,12.5vw,4rem)!important;line-height:.96!important}.home-hero-copy h1 span:after{height:3px;bottom:-4px}.home-hero-copy .lead-strong{font-size:1rem;line-height:1.72}.hero-actions-primary{grid-template-columns:1fr 1fr;gap:9px;margin-top:24px;display:grid}.hero-actions-primary .btn{width:100%;min-height:50px;padding:12px 10px}.hero-assurance{margin-top:12px;font-size:.78rem}.proof-line{margin-top:24px!important}.proof-line div{min-height:48px}.hero-photo{border-radius:12px 12px 30px!important;height:320px!important}.hero-image-badge{max-width:180px;padding:9px 10px}.hero-image-badge strong{font-size:.78rem}.photo-label{left:16px!important;right:16px!important}.brand-strip-inner{gap:12px;min-height:48px;font-size:.72rem}.home-services{padding-top:62px}.editorial-heading{gap:18px;margin-bottom:26px}.editorial-heading h2{font-size:clamp(2rem,9vw,3.2rem)}.service-mosaic{grid-template-rows:330px 245px 245px;grid-template-columns:1fr 1fr;gap:10px;display:grid}.service-feature-wide{grid-column:1/-1}.service-feature-copy{bottom:16px;left:16px;right:16px}.service-feature-copy h3{font-size:1.35rem}.service-feature-copy p{font-size:.82rem}.visit-section:before{width:4px}.visit-layout{grid-template-columns:1fr!important;gap:22px!important}.visit-number{display:none}.visit-list{grid-column:auto!important}.smart-photo{border-radius:28px 8px 8px;height:390px!important}.smart-copy h2{font-size:clamp(2.6rem,12vw,4rem)}.dark-grid{gap:34px}.request-editorial-grid{gap:28px}.footer-grid{gap:22px 14px!important}.footer-logo img{width:150px!important}.footer{padding-top:34px!important}.sticky-actions{display:flex}}@media (width<=560px){.header-cta{min-width:44px;padding-inline:10px;font-size:0}.header-cta:after{content:"طلب";font-size:.78rem}.brand-logo img{width:122px}.mobile-menu-panel{inset-inline-end:-52px}.hero-actions-primary{grid-template-columns:1fr}.hero-actions-primary .btn{min-height:52px}.hero-photo{height:285px!important}.hero-image-badge{top:12px;inset-inline-start:12px}.photo-label span{display:none}.photo-label strong{max-width:none}.service-mosaic{grid-template-rows:none;grid-template-columns:1fr}.service-feature,.service-feature-wide{grid-column:auto;min-height:245px}.service-feature-wide{min-height:300px}.service-feature-copy p{max-width:90%}.brand-strip-inner{padding-inline:0}.smart-photo{height:330px!important}.smart-pills{gap:6px}.smart-pills span{padding:7px 10px;font-size:.76rem}.guide-stack a{grid-template-columns:36px 1fr 18px;gap:10px;padding:18px 0}.guide-stack a strong{font-size:.94rem}.footer-grid{grid-template-columns:1fr 1fr!important}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){font-size:.9rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.service-feature:hover img{transform:none}}.lead-card{padding:clamp(22px,4vw,36px);background:#fffdf9!important;border:1px solid #10251d1c!important;border-radius:22px!important;box-shadow:0 18px 54px #0d302511!important}.lead-card-head{max-width:760px;margin-bottom:24px}.lead-card-head h2{margin:10px 0 12px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}.lead-card-head p{max-width:720px;margin:0}.visit-credit-note{border-inline-start:3px solid var(--accent);color:#46534c;background:#f3efe5;border-radius:10px;margin-top:16px;padding:13px 14px;font-size:.86rem;line-height:1.75}.visit-credit-note strong{color:var(--ink)}.lead-form{gap:16px}.lead-form .field{gap:8px}.lead-form label,.lead-form legend{color:var(--ink);font-weight:900}.lead-form input,.lead-form select,.lead-form textarea{background:#fff;border-color:#cbd0ca;border-radius:12px;min-height:52px;transition:border-color .18s,box-shadow .18s}.lead-form textarea{resize:vertical;min-height:138px}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:#164e3d9e;outline:none;box-shadow:0 0 0 3px #164e3d17}.request-category-fieldset{border:0!important;margin:2px 0!important;padding:6px 0 0!important}.request-category-fieldset legend{margin:0 0 3px;padding:0;font-size:1.05rem}.request-category-fieldset>p{margin:0 0 12px}.request-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.request-option{cursor:pointer;background:#f8f6f1;border:1px solid #d4d5d0;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:11px 12px;transition:border-color .16s,background .16s,transform .16s;display:flex}.request-option:hover{border-color:#aebbb5}.request-option span{font-size:.9rem;line-height:1.35}.request-option input{appearance:none;background:#fff;border:1.5px solid #98a29d;border-radius:6px;flex:0 0 21px;place-items:center;margin:0;padding:0;display:grid;width:21px!important;height:21px!important;min-height:21px!important}.request-option input:checked{background:var(--brand);border-color:var(--brand);box-shadow:inset 0 0 0 5px var(--brand)}.request-option input:checked:after{content:"✓";color:#fff;font-size:.76rem;font-weight:900;line-height:1}.request-option:has(input:checked){background:#edf4f0;border-color:#164e3d99}.request-option:active{transform:scale(.99)}.consent-field{margin-top:3px}.consent-field>label{align-items:flex-start;gap:10px;font-weight:700;line-height:1.6;display:flex}.consent-field input{flex:0 0 20px;margin-top:3px;width:20px!important;height:20px!important;min-height:20px!important}.consent-field a{text-underline-offset:3px;text-decoration:underline}.lead-submit{width:100%;min-height:54px;font-size:1rem}.smart-actions .btn{width:100%}.calculator-result{border-radius:12px}.mobile-menu[open] summary{background:#edf2ef;border-color:#164e3d47}.mobile-menu[open] summary span:first-child{transform:translateY(5.5px)rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-5.5px)rotate(-45deg)}.mobile-menu summary span{transition:transform .18s,opacity .18s}.mobile-menu-panel{animation:.16s ease-out both manziloo-menu-in}.mobile-menu-panel a:hover{background:#f1f2ed}.mobile-menu-panel a:focus-visible{outline-offset:-2px;outline:2px solid #b9864dbf}@keyframes manziloo-menu-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sticky-actions{background:#f9f8f4f0;border-top-color:#10251d1a}.sticky-actions .btn{font-size:.94rem}.footer{padding-bottom:calc(106px + env(safe-area-inset-bottom))}@media (width<=820px){.lead-card{border-radius:18px!important;padding:22px 18px!important}.lead-card-head{margin-bottom:20px}.lead-card-head h2{font-size:clamp(2rem,9vw,2.8rem)}.lead-form{gap:14px;grid-template-columns:1fr!important}.lead-form .field{grid-column:1/-1!important}.request-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.request-option{min-height:56px}.request-option span{font-size:.86rem}.lead-form textarea{min-height:130px}.sticky-actions{padding:7px 9px calc(7px + env(safe-area-inset-bottom))}.sticky-actions .btn{min-height:46px!important}.request-editorial{padding-bottom:28px!important}}@media (width<=560px){.topbar{display:none}.nav{min-height:70px}.lead-card{margin-inline:-2px}.lead-card-head .eyebrow{font-size:.68rem}.visit-credit-note{padding:11px 12px;font-size:.8rem}.request-options{grid-template-columns:1fr 1fr}.request-option{min-height:54px;padding:10px}.request-option span{font-size:.82rem}.smart-lead-form{grid-template-columns:1fr 1fr!important}.smart-lead-form .field{grid-column:auto!important}.smart-lead-form .field.full,.smart-lead-form .consent-field{grid-column:1/-1!important}.footer{padding-bottom:calc(98px + env(safe-area-inset-bottom))!important}}@media (width<=390px){.request-options{grid-template-columns:1fr}.smart-lead-form{grid-template-columns:1fr!important}.smart-lead-form .field{grid-column:1/-1!important}}
