@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap";
:root{--black:#050403;--premium:#0a0a0a;--soft:#14100d;--gold:#d4a373;--gold2:#f0cf8b;--rose:#c88a72;--darkGold:#8b6a3e;--cream:#f5efe6;--champagne:#e8dccb;--navy:#0e2a47;--petrol:#0b5f63;--muted:#cbbdab;--line:#d4a37347;--glass:#ffffff0f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--cream);margin:0;font-family:Cairo,system-ui,-apple-system,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1200px,100% - 40px);margin-inline:auto}.goldText,.kicker{color:var(--gold)}.muted{color:#f5efe6bf}body:before{content:"";pointer-events:none;z-index:-2;background:radial-gradient(circle at 15% 8%,#d4a3732e,#0000 32%),radial-gradient(circle at 85% 18%,#c88a7221,#0000 30%),linear-gradient(#ffffff05,#0000);position:fixed;inset:0}body:after{content:"";pointer-events:none;opacity:.13;z-index:-1;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0f 1px,#0000 1px);background-size:70px 70px;position:fixed;inset:0}.siteHeader{z-index:50;padding:16px 20px;position:fixed;top:0;left:0;right:0}.navShell{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#050403b8;border:1px solid #d4a37333;border-radius:999px;justify-content:space-between;align-items:center;gap:18px;max-width:1240px;margin:auto;padding:12px 14px;display:flex;box-shadow:0 16px 45px #00000059}.brandMark{align-items:center;gap:10px;display:flex}.brandMark b{color:var(--gold2);font-size:24px}.brandMark small{color:#f5efe694;letter-spacing:.8px;font-size:11px;display:block}.logoImg{object-fit:cover;border-radius:50%}.mainNav{align-items:center;gap:22px;display:flex}.mainNav a{color:#f5efe6d1;font-size:14px;transition:all .25s}.mainNav a:hover{color:var(--gold2)}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:13px 22px;font-weight:800;transition:all .25s;display:inline-flex}.btn-gold{background:linear-gradient(135deg,var(--gold2),#b77d36);color:#130b07;box-shadow:0 0 32px #d4a37359}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 0 46px #d4a3738c}.btn-outline{border-color:var(--line);color:var(--cream);background:#ffffff08}.btn-outline:hover{border-color:var(--gold);background:#d4a3731f}.hero{align-items:center;min-height:100vh;padding:145px 0 70px;display:grid;position:relative}.heroGrid{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.eyebrow{border:1px solid var(--line);color:var(--gold2);background:#d4a37314;border-radius:999px;padding:8px 14px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-1.5px;margin:20px 0 18px;font-size:clamp(42px,7vw,88px);line-height:1.05}.heroLead{color:#f5efe6db;max-width:680px;font-size:clamp(18px,2.2vw,25px);line-height:1.85}.heroBody{color:#f5efe6ad;max-width:720px;line-height:2}.heroActions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.heroMedia{position:relative}.heroCard{border:1px solid var(--line);background:var(--glass);border-radius:36px;position:relative;overflow:hidden;box-shadow:0 34px 80px #0000008c}.heroCard:after{content:"";background:linear-gradient(#0000 50%,#0000008c);position:absolute;inset:0}.heroImg{object-fit:cover;width:100%;height:650px}.floatBadge{z-index:2;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050403b8;border-radius:24px;padding:18px 20px;position:absolute;bottom:24px;right:24px}.floatBadge b{color:var(--gold2);font-size:34px}.stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;display:grid}.stat{background:#ffffff0b;border:1px solid #ffffff17;border-radius:22px;padding:18px}.stat b{color:var(--gold2);font-size:26px}.stat small{color:#f5efe6a6;display:block}.section{padding:95px 0}.section.dark{background:linear-gradient(#ffffff05,#d4a3730d)}.sectionTitle{max-width:850px;margin-bottom:34px}.sectionTitle .kicker{margin:0 0 8px;font-weight:900}.sectionTitle h2{margin:0 0 15px;font-size:clamp(34px,5vw,58px);line-height:1.15}.sectionTitle p{color:#f5efe6b3;font-size:18px;line-height:1.9}.grid3{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.grid2{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.card{background:linear-gradient(#ffffff13,#ffffff09);border:1px solid #ffffff1c;border-radius:30px;overflow:hidden;box-shadow:0 24px 60px #00000057}.feature{padding:28px}.featureIcon{border:1px solid var(--line);width:54px;height:54px;color:var(--gold2);background:#d4a37314;border-radius:18px;place-items:center;font-weight:900;display:grid}.feature h3{margin:18px 0 10px;font-size:24px}.feature p{color:#f5efe6ad;line-height:1.9}.hoverLift{transition:all .3s}.hoverLift:hover{border-color:#d4a3738c;transform:translateY(-7px)}.imagePanel{border:1px solid var(--line);border-radius:34px;min-height:420px;position:relative;overflow:hidden}.imagePanel img{object-fit:cover;width:100%;height:100%}.imagePanel:after{content:"";background:linear-gradient(#0000 45%,#050403d1);position:absolute;inset:0}.panelCaption{z-index:2;position:absolute;bottom:24px;left:24px;right:24px}.panelCaption h3{margin:0;font-size:30px}.panelCaption p{color:#f5efe6bf}.timeline{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.step img{object-fit:cover;width:100%;height:220px}.stepBody{padding:22px}.stepBody span{color:var(--gold2);font-weight:900}.productCard{display:block}.productImageWrap{height:330px;overflow:hidden}.productImage{object-fit:cover;width:100%;height:100%;transition:all .5s}.productCard:hover .productImage{transform:scale(1.06)}.productBody{padding:24px}.productMeta{color:var(--gold2);justify-content:space-between;gap:12px;font-size:14px;font-weight:800;display:flex}.productBody h3{margin:12px 0;font-size:25px}.productBody p{color:#f5efe6ad;line-height:1.8}.chips{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.chips small{border:1px solid var(--line);color:var(--champagne);background:#d4a37312;border-radius:999px;padding:5px 11px}.ctaBand{border:1px solid var(--line);background:linear-gradient(135deg,#d4a37333,#050403e6),url("/images/مقص دار.png") 50%/cover;border-radius:40px;padding:46px;position:relative;overflow:hidden}.ctaBand:before{content:"";-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0000008c;position:absolute;inset:0}.ctaBand>*{position:relative}.ctaBand h2{margin:0 0 14px;font-size:clamp(32px,5vw,58px)}.list{gap:12px;display:grid}.list li{background:#ffffff0a;border:1px solid #ffffff17;border-radius:18px;padding:14px 18px;list-style:none}.list li:before{content:"✓";color:var(--gold2);margin-left:10px;font-weight:900}.split{grid-template-columns:1fr 1fr;align-items:center;gap:34px;display:grid}.storyText{white-space:pre-line;color:#f5efe6c7;font-size:17px;line-height:2.2}.galleryGrid{grid-template-columns:1.2fr .8fr;gap:16px;display:grid}.galleryGrid img{object-fit:cover;border:1px solid #ffffff17;border-radius:24px;height:260px}.galleryGrid img:first-child{height:536px}.productDetail{padding-top:140px}.detailGrid{grid-template-columns:.95fr 1.05fr;gap:42px;display:grid}.mainProductImage{border:1px solid var(--line);border-radius:34px;overflow:hidden}.mainProductImage img{object-fit:cover;width:100%;height:600px}.detailInfo h1{margin:12px 0;font-size:clamp(38px,5vw,66px);line-height:1.15}.detailInfo p{color:#f5efe6bd;line-height:2}.specTable{gap:10px;margin:22px 0;display:grid}.specRow{background:#ffffff0a;border:1px solid #ffffff17;border-radius:16px;justify-content:space-between;gap:20px;padding:14px 18px;display:flex}.specRow b{color:var(--gold2)}form{gap:14px;display:grid}input,textarea,select{width:100%;color:var(--cream);background:#00000059;border:1px solid #ffffff21;border-radius:18px;padding:15px 16px;font-family:inherit;font-size:15px}textarea{resize:vertical}.adminGrid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.notice{border:1px solid var(--line);color:var(--gold2);background:#d4a37314;border-radius:18px;padding:16px 18px}.social{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.socialIcon{width:48px;height:48px;color:var(--gold2);background:radial-gradient(circle at 35% 20%,#f0cf8b26,#ffffff0a);border:1px solid #d4a3735c;border-radius:50%;place-items:center;transition:all .25s;display:grid;box-shadow:inset 0 0 20px #d4a3730f}.socialIcon:hover{background:linear-gradient(135deg,var(--gold2),#b77d36);color:#0a0603;transform:translateY(-4px)scale(1.04);box-shadow:0 0 34px #d4a37380}.floatingWhatsApp{z-index:45;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:999px;padding:14px 20px;font-weight:900;position:fixed;bottom:22px;left:22px;box-shadow:0 14px 40px #25d36659}.footer{background:linear-gradient(#05040333,#000000a6);border-top:1px solid #d4a37324;padding:70px 0 24px}.footerGrid{grid-template-columns:1.3fr .7fr .9fr;gap:32px;display:grid}.footer h3{color:var(--gold2);margin:0;font-size:38px}.footer p{color:#f5efe6a8;line-height:1.9}.footer a{color:#f5efe6bf;margin:10px 0;display:block}.footer a:hover{color:var(--gold2)}.copyright{text-align:center;color:#f5efe673;border-top:1px solid #ffffff12;margin-top:40px;padding-top:28px}@media (max-width:980px){.mainNav,.navCta{display:none}.heroGrid,.split,.detailGrid,.adminGrid{grid-template-columns:1fr}.heroImg,.mainProductImage img{height:460px}.grid3,.timeline{grid-template-columns:1fr 1fr}.footerGrid,.galleryGrid{grid-template-columns:1fr}.galleryGrid img:first-child,.galleryGrid img{height:320px}}@media (max-width:620px){.container{width:min(100% - 28px,1200px)}.siteHeader{padding:10px}.navShell{border-radius:24px}.hero{padding-top:122px}.heroActions{display:grid}.stats,.grid3,.grid2,.timeline{grid-template-columns:1fr}.section{padding:65px 0}.heroImg{height:390px}.ctaBand{padding:30px 22px}.productImageWrap{height:270px}}.heroVideoSection{isolation:isolate;background:#050403;min-height:100vh;padding:0;overflow:hidden}.heroVideo{object-fit:contain;object-position:center;z-index:-3;background:#050403;width:100%;height:100%;position:absolute;inset:0;transform:none!important}.heroOverlay{z-index:-2;background:linear-gradient(90deg,#050403eb 0%,#050403b8 44%,#05040361 100%),radial-gradient(circle at 72% 30%,#d4a3732e,#0000 35%);position:absolute;inset:0}.heroVideoContent{align-items:center;min-height:100vh;padding-top:118px;padding-bottom:54px;display:flex}.heroTextPanel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#00000061,#0000002e);border:1px solid #d4a37329;border-radius:34px;max-width:760px;padding:34px}.heroTextPanel h1{letter-spacing:-1px;margin:20px 0 18px;font-size:clamp(48px,7.5vw,96px);line-height:1.05}.heroTextPanel .stats{max-width:680px}.storyPage{padding-top:86px}.storyHero{padding-top:90px}.storySplit{grid-template-columns:1.02fr .98fr;align-items:center;gap:52px;display:grid}.luxuryCollage{min-height:700px;position:relative}.luxuryCollage:before{content:"";background:radial-gradient(circle at 40% 12%,#d4a3732e,#0000 35%);border:1px solid #d4a37347;border-radius:42px;position:absolute;inset:42px 30px 60px 0;transform:rotate(-2deg)}.collageMain,.collageSmall{object-fit:cover;border:1px solid #d4a37352;position:absolute;box-shadow:0 28px 75px #0000008c}.collageMain{border-radius:38px;width:72%;height:620px;top:30px;right:7%}.collageSmall{background:#111;border-radius:28px;width:42%;height:210px}.collageTop{top:0;left:0}.collageBottom{bottom:12px;left:6%}.milestoneGrid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.milestone{padding:28px;position:relative;overflow:hidden}.milestone:before{content:"";background:linear-gradient(90deg,transparent,var(--gold2),transparent);width:100%;height:3px;position:absolute;top:0;right:0}.milestone span{border:1px solid var(--line);width:72px;height:72px;color:var(--gold2);background:#d4a37314;border-radius:50%;place-items:center;margin-bottom:18px;font-weight:900;display:inline-grid}.milestone h3{margin:0 0 12px;font-size:24px}.milestone p{color:#f5efe6ad;line-height:1.9}.brandMark small{letter-spacing:1.2px;text-transform:none}.navShell{max-width:1280px}.heroMedia .floatBadge{display:none!important}@media (max-width:980px){.heroVideoContent{align-items:end}.heroTextPanel{max-width:100%;padding:25px}.storySplit{grid-template-columns:1fr}.luxuryCollage{min-height:620px}.milestoneGrid{grid-template-columns:1fr 1fr}.collageMain{height:540px}}@media (max-width:620px){.heroTextPanel h1{font-size:44px}.heroTextPanel{border-radius:26px;padding:20px}.heroOverlay{background:linear-gradient(#050403c2,#050403f5)}.luxuryCollage{min-height:560px}.collageMain{width:86%;height:470px;right:0}.collageSmall{height:170px}.collageTop{top:18px;left:0}.collageBottom{bottom:8px;left:0}.milestoneGrid{grid-template-columns:1fr}}.heroVideo{background:#050403;object-fit:contain!important;object-position:center!important;transform:none!important}.heroTextPanel h1{font-size:clamp(40px,6vw,82px)}.brandMark small{display:none!important}.brandMark span{align-items:center;display:flex}.storyGallery{background:linear-gradient(135deg,#d4a37314,#ffffff06);border:1px solid #d4a3732e;border-radius:42px;grid-template-columns:1.65fr .85fr;gap:20px;min-height:650px;padding:14px;display:grid;position:relative;box-shadow:0 34px 90px #00000073}.storyGallery:before{content:"";pointer-events:none;border:1px solid #d4a3732e;border-radius:34px;position:absolute;inset:28px}.storyMainImage,.sideCard{background:#111;border:1px solid #d4a37347;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 22px 65px #00000059}.storyMainImage img,.sideCard img{object-fit:cover;width:100%;height:100%;transition:all .5s}.storyMainImage:hover img,.sideCard:hover img{transform:scale(1.035)}.storySideImages{grid-template-rows:repeat(3,1fr);gap:16px;display:grid}.storyMainImage:after,.sideCard:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#0504033d);position:absolute;inset:0}.luxuryCollage{display:none!important}.storyTrustBar{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;display:grid}.storyTrustBar div{color:#f5efe6c7;background:#ffffff0a;border:1px solid #d4a3732e;border-radius:18px;padding:14px 16px}@media (max-width:980px){.heroVideo{object-fit:cover!important}.storyGallery{grid-template-columns:1fr;min-height:auto}.storyMainImage{height:520px}.storySideImages{grid-template-rows:none;grid-template-columns:repeat(3,1fr)}.sideCard{height:210px}.storyGallery:before{display:none}}@media (max-width:620px){.heroVideo{object-fit:contain!important}.storyMainImage{height:390px}.storySideImages{grid-template-columns:1fr}.sideCard{height:230px}.storyGallery{border-radius:28px;padding:10px}.heroTextPanel h1{font-size:36px}.stats{gap:10px}.stat{padding:14px}}.navActions{align-items:center;gap:10px;display:flex}.langSwitch{min-width:42px;height:42px;color:var(--gold);background:#ffffff0a;border:1px solid #d4af3773;border-radius:999px;justify-content:center;align-items:center;font-weight:800;text-decoration:none;display:inline-flex}.enPage{text-align:left}.enPage .heroTextPanel{direction:ltr}.enPage .list li{padding-left:26px;padding-right:0}.enPage .list li:before{left:0;right:auto}@media (max-width:760px){.navActions{gap:6px}.langSwitch{min-width:38px;height:38px}.navCta{display:none}}.storyPremiumCard{background:radial-gradient(circle at 25% 20%,#d4a3731f,#0000 32%),linear-gradient(135deg,#ffffff09,#ffffff03),#0a0908;border:1px solid #d4a37347;border-radius:36px;grid-template-columns:42% 58%;align-items:stretch;gap:0;margin-top:34px;display:grid;overflow:hidden;box-shadow:0 28px 90px #00000080,inset 0 0 0 1px #ffffff09}.storyPremiumContent{text-align:right;background:radial-gradient(circle at 70% 20%,#d4a3731a,#0000 28%),#0a0908;border-left:1px solid #d4a37329;flex-direction:column;justify-content:center;padding:clamp(34px,4vw,60px);display:flex}.storyPremiumImage{background:#0a0908;justify-content:center;align-items:center;min-height:820px;padding:24px;display:flex;position:relative;overflow:hidden}.storyPremiumImage img{object-fit:contain;object-position:center;border-radius:28px;width:100%;height:auto;max-height:780px;display:block;box-shadow:0 20px 70px #00000073}.storyPremiumImage:after{content:"";pointer-events:none;background:linear-gradient(#0000 65%,#00000038),linear-gradient(90deg,#0000002e,#0000 45%);position:absolute;inset:0}.storyBadge{color:#d4a373;background:#d4a37314;border:1px solid #d4a37352;border-radius:999px;width:fit-content;margin-bottom:22px;padding:8px 18px;font-size:14px}.storyPremiumContent h2{color:#f5efe6;letter-spacing:-.04em;margin:0 0 22px;font-size:clamp(36px,4vw,58px);line-height:1.22}.premiumStoryText{color:#f5efe6c2;max-height:430px;padding-left:10px;font-size:16px;line-height:2.25;overflow:auto}.premiumStoryText::-webkit-scrollbar{width:4px}.premiumStoryText::-webkit-scrollbar-thumb{background:#d4a37373;border-radius:999px}.storyTrustGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px;display:grid}.storyTrustItem{text-align:center;background:#ffffff09;border:1px solid #d4a37338;border-radius:20px;padding:18px 12px}.storyTrustItem strong{color:#d4a373;margin-bottom:8px;font-size:28px;line-height:1;display:block}.storyTrustItem span{color:#f5efe6ad;font-size:13px}@media (max-width:1050px){.storyPremiumCard{grid-template-columns:1fr}.storyPremiumContent{border-top:1px solid #d4a37329;border-left:0;order:2;padding:34px 24px}.storyPremiumImage{order:1;min-height:auto;padding:16px}.storyPremiumImage img,.premiumStoryText{max-height:none}}@media (max-width:640px){.storyPremiumCard{border-radius:26px}.storyPremiumImage{padding:10px}.storyPremiumImage img{border-radius:20px}.storyTrustGrid{grid-template-columns:1fr}.storyPremiumContent h2{font-size:34px}}@media (max-width:768px){.header,header{border-radius:28px;width:calc(100% - 24px);margin:12px auto;padding:10px 14px}.header .container,header .container,.navContainer{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}nav,.nav,.desktopNav{display:none!important}.mobileMenuButton{display:flex!important}.hero,.section,main section{padding:70px 18px 40px}.split,.heroGrid,.storyPremiumGrid,.catalogGrid,.productGrid,.b2bGrid{gap:24px;display:grid;grid-template-columns:1fr!important}h1{font-size:38px!important;line-height:1.15!important}h2{font-size:28px!important;line-height:1.25!important}p{font-size:15px;line-height:1.8}img{max-width:100%;height:auto}.storyPremiumImage,.imagePanel,.heroVisual,.card{width:100%;overflow:hidden}.storyPremiumImage img,.imagePanel img,.heroVisual img{object-fit:cover;width:100%;height:auto}.ctaRow,.heroActions{flex-direction:column;align-items:stretch}.btn,button,a[class*=btn]{text-align:center;justify-content:center;width:100%}html,body{overflow-x:hidden!important}.siteHeader{z-index:99999!important;padding:10px 12px!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.navShell{border-radius:22px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;min-height:58px!important;padding:10px 12px!important;display:flex!important}.brandMark{gap:8px!important}.brandMark b{font-size:22px!important}.logoImg{width:42px!important;height:42px!important}.mainNav,.navCta{display:none!important}.navActions{align-items:center!important;gap:8px!important;display:flex!important}.langSwitch{width:40px!important;min-width:40px!important;height:40px!important;font-size:13px!important}.hero,.heroVideoSection{min-height:auto!important;padding:118px 0 42px!important}.heroVideoContent{align-items:center!important;min-height:auto!important;padding-top:0!important;padding-bottom:0!important}.container{width:calc(100% - 24px)!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}.heroGrid,.split,.detailGrid,.adminGrid,.storySplit,.storyPremiumCard,.grid2,.grid3,.timeline,.milestoneGrid,.storyTrustGrid,.stats{grid-template-columns:1fr!important;gap:18px!important;display:grid!important}.heroTextPanel{text-align:center!important;border-radius:26px!important;width:100%!important;padding:22px 18px!important}.heroTextPanel h1,.hero h1{letter-spacing:-.5px!important;margin:18px 0 14px!important;font-size:36px!important;line-height:1.15!important}.heroLead{font-size:16px!important;line-height:1.8!important}.heroBody{font-size:14px!important;line-height:1.95!important}.heroActions{flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin-top:22px!important;display:flex!important}.btn,.heroActions .btn{text-align:center!important;width:100%!important;min-height:54px!important;padding:13px 18px!important}.section{padding:58px 0!important}.sectionTitle h2,h2{font-size:30px!important;line-height:1.25!important}.sectionTitle p,p{font-size:15px!important;line-height:1.85!important}.heroCard,.imagePanel,.card,.storyPremiumCard{border-radius:26px!important;overflow:hidden!important}.heroImg,.mainProductImage img{object-fit:cover!important;height:360px!important}.storyPremiumImage{min-height:auto!important;padding:10px!important}.storyPremiumImage img{object-fit:contain!important;border-radius:20px!important;width:100%!important;height:auto!important;max-height:none!important}.storyPremiumContent{text-align:center!important;padding:28px 18px!important}.storyPremiumContent h2{font-size:32px!important;line-height:1.25!important}.premiumStoryText{max-height:none!important;font-size:15px!important;line-height:2!important;overflow:visible!important}.productImageWrap{height:280px!important}.galleryGrid{grid-template-columns:1fr!important;display:grid!important}.galleryGrid img,.galleryGrid img:first-child{height:280px!important}.floatingWhatsApp{z-index:99999!important;padding:12px 16px!important;font-size:14px!important;bottom:92px!important;left:16px!important;right:auto!important}.footer{padding:48px 0 22px!important}.footerGrid{text-align:center!important;grid-template-columns:1fr!important}.social{justify-content:center!important}}@media (max-width:420px){.heroTextPanel h1,.hero h1{font-size:32px!important}.heroTextPanel{padding:20px 14px!important}.btn,.heroActions .btn{font-size:14px!important}}.mobileMenuButton,.mobileMenuOverlay,.mobileMenu{display:none}.mobileMenuLocked{overflow:hidden!important}@media (max-width:980px){.siteHeader{z-index:99999!important;width:100%!important;padding:10px 12px!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.navShell{border-radius:24px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;min-height:62px!important;padding:10px 12px!important;display:flex!important}.mainNav,.navCta{display:none!important}.brandMark{align-items:center!important;gap:8px!important;min-width:0!important;display:flex!important}.brandMark b{font-size:22px!important;line-height:1!important}.logoImg{flex:none!important;width:42px!important;height:42px!important}.navActions{flex:none!important;align-items:center!important;gap:8px!important;display:flex!important}.langSwitch{width:40px!important;min-width:40px!important;height:40px!important;font-size:13px!important}.mobileMenuButton{cursor:pointer!important;background:#ffffff0a!important;border:1px solid #d4a37373!important;border-radius:999px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:42px!important;height:42px!important;padding:0!important;display:inline-flex!important}.mobileMenuButton span{background:var(--gold2)!important;border-radius:999px!important;width:18px!important;height:2px!important;transition:all .25s!important;display:block!important}.mobileMenuButton.isOpen span:first-child{transform:translateY(7px)rotate(45deg)!important}.mobileMenuButton.isOpen span:nth-child(2){opacity:0!important}.mobileMenuButton.isOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)!important}.mobileMenuOverlay{opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:99990!important;background:#00000094!important;border:0!important;width:100vw!important;height:100vh!important;padding:0!important;transition:all .25s!important;display:block!important;position:fixed!important;inset:0!important}.mobileMenuOverlay.isOpen{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobileMenu{-webkit-backdrop-filter:blur(22px)!important;backdrop-filter:blur(22px)!important;z-index:99995!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#050403f5!important;border:1px solid #d4a37347!important;border-radius:26px!important;flex-direction:column!important;gap:18px!important;width:auto!important;max-height:calc(100vh - 110px)!important;padding:18px!important;transition:all .25s!important;display:flex!important;position:fixed!important;top:86px!important;left:12px!important;right:12px!important;overflow-y:auto!important;transform:translateY(-12px)scale(.98)!important;box-shadow:0 24px 80px #0000008c!important}.mobileMenu.isOpen{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)scale(1)!important}.mobileMenuHead{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.mobileClose{width:40px!important;height:40px!important;color:var(--gold2)!important;cursor:pointer!important;background:#ffffff0a!important;border:1px solid #d4a37359!important;border-radius:999px!important;font-size:24px!important;line-height:1!important}.mobileNav{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.mobileNav a{color:#f5efe6e0!important;background:#ffffff09!important;border:1px solid #d4a37329!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;min-height:48px!important;padding:12px 14px!important;font-weight:800!important;display:flex!important}.mobileQuote{width:100%!important;min-height:54px!important}.hero,.heroVideoSection{min-height:auto!important;padding-top:118px!important}.heroVideoContent{min-height:auto!important;padding-top:0!important;padding-bottom:42px!important}.heroTextPanel{text-align:center!important;border-radius:26px!important;width:100%!important;padding:22px 18px!important}.heroTextPanel h1,.hero h1{letter-spacing:-.5px!important;margin:18px 0 14px!important;font-size:36px!important;line-height:1.15!important}.heroLead{font-size:16px!important;line-height:1.8!important}.heroBody{font-size:14px!important;line-height:1.95!important}.heroActions{flex-direction:column!important;align-items:stretch!important;gap:12px!important;display:flex!important}.heroActions .btn{width:100%!important;min-height:54px!important}.floatingWhatsApp{z-index:99989!important;padding:12px 16px!important;font-size:14px!important;bottom:92px!important;left:16px!important;right:auto!important}}@media (max-width:420px){.heroTextPanel h1,.hero h1{font-size:32px!important}.navShell{min-height:58px!important}.brandMark b{font-size:20px!important}.logoImg{width:38px!important;height:38px!important}}
