
:root{--bg:#fff8f4;--ink:#241111;--muted:#7a625b;--brand:#7b1025;--brand2:#9b2438;--gold:#c8a35d;--gold2:#ead49a;--card:#fff;--line:#ecd9cd;--soft:#f8ece4;--shadow:0 24px 70px rgba(80,23,33,.13);--r:30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',Arial,sans-serif;background:radial-gradient(circle at 12% -5%,#fff0e8 0,#fff8f4 30%,#f7ebe3 74%,#fff 100%);color:var(--ink);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%}.container{width:min(1160px,92%);margin:auto}.icon{width:1.08em;height:1.08em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}.brandmark{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1}.brandmark img{display:block;width:clamp(148px,18vw,230px);height:auto;object-fit:contain;filter:none!important;mix-blend-mode:normal!important}.brandmark small{font-size:.55rem;letter-spacing:.46em;color:var(--gold);text-transform:uppercase;margin-left:.24rem;margin-top:.12rem;white-space:nowrap}.nav{position:sticky;top:0;background:rgba(255,248,244,.86);backdrop-filter:blur(18px);z-index:30;border-bottom:1px solid rgba(234,216,204,.86)}.navin{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-logo .brandmark img{width:178px}.nav-logo .brandmark small{font-size:.51rem}.links{display:flex;gap:1.05rem;align-items:center;font-size:.94rem;color:var(--muted)}.links a:not(.btn){padding:.65rem .15rem}.links a:not(.btn):hover{color:var(--brand)}.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:18px;padding:.76rem .86rem;color:var(--brand);box-shadow:0 10px 28px rgba(80,23,33,.07)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;padding:.92rem 1.26rem;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;border:1px solid rgba(123,16,37,.16);font-weight:900;box-shadow:0 16px 34px rgba(123,29,46,.18);transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:0 22px 40px rgba(123,29,46,.24)}.btn.ghost{background:#fff;color:var(--brand);box-shadow:none;border:1px solid var(--line)}.btn.gold{background:linear-gradient(135deg,#b88a36,var(--gold));color:#2b1714}.hero{padding:56px 0 48px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:3rem;align-items:center}.hero-copy{position:relative}.hero-copy:before{content:'';position:absolute;left:-70px;top:12px;width:180px;height:180px;background:radial-gradient(circle,rgba(200,163,93,.22),transparent 68%);pointer-events:none}.kicker{display:inline-flex;gap:.5rem;align-items:center;color:var(--brand);background:rgba(255,255,255,.83);border:1px solid var(--line);padding:.5rem .86rem;border-radius:999px;font-size:.83rem;box-shadow:0 10px 24px rgba(0,0,0,.04)}.kicker .icon,.pill .icon,.trust-row .icon,.meta .icon{color:var(--gold)}h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3.1rem,6.2vw,6.05rem);line-height:.9;margin:1.05rem 0;color:var(--ink);letter-spacing:-.045em}.hero p,.lead{font-size:1.07rem;color:var(--muted);line-height:1.82;max-width:680px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.55rem}.trust-row{display:flex;gap:.62rem;flex-wrap:wrap;margin-top:1.25rem}.trust-row span{display:inline-flex;align-items:center;gap:.42rem;background:#fff;border:1px solid var(--line);border-radius:999px;padding:.56rem .82rem;color:var(--muted);font-size:.85rem}.hero-card{position:relative;border-radius:46px;min-height:560px;box-shadow:var(--shadow);overflow:hidden;background:linear-gradient(145deg,#ffe0cf,#6e1025)}.hero-photo{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;filter:saturate(.94)}.hero-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(35,13,18,.02),rgba(35,13,18,.56));z-index:1}.hero-card:after{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.34);border-radius:36px;pointer-events:none;z-index:2}.hero-glass{position:absolute;left:26px;right:26px;bottom:26px;padding:1.2rem 1.35rem;border:1px solid rgba(255,255,255,.26);background:rgba(255,248,244,.90);backdrop-filter:blur(18px);border-radius:30px;color:var(--ink);z-index:3}.hero-logo img{width:min(300px,70vw);max-height:92px}.hero-glass p{color:var(--muted);margin:.55rem 0 0;font-weight:800}.section{padding:72px 0}.page-hero{padding:76px 0 24px}.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.8rem}.section h2,.page-hero h1,.panel h2{font-family:'Cormorant Garamond',serif}.section h2{font-size:clamp(2.25rem,4vw,4rem);margin:0;color:var(--brand);line-height:1}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.card{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:0 18px 50px rgba(71,28,34,.07);transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(71,28,34,.11)}.card-body{padding:1.25rem}.thumb{height:225px;background:var(--soft);overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.card:hover .thumb img{transform:scale(1.04)}.pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--brand);background:#fff6ec;border:1px solid #efd8bd;padding:.36rem .7rem;border-radius:999px}.card h3{font-family:'Cormorant Garamond',serif;font-size:1.65rem;margin:.6rem 0 .35rem}.card p{color:var(--muted);line-height:1.7}.meta{display:flex;justify-content:space-between;gap:.8rem;color:var(--brand);font-weight:900;font-size:.88rem;margin-top:1rem}.meta span,.meta a{display:inline-flex;align-items:center;gap:.35rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.panel{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:var(--r);padding:1.45rem;box-shadow:0 18px 50px rgba(71,28,34,.07)}.panel h2{font-size:2rem;margin:.25rem 0 1rem;color:var(--brand)}.about-image{min-height:420px;border-radius:var(--r);overflow:hidden;background:var(--soft);box-shadow:var(--shadow)}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.success-panel{border-color:rgba(200,163,93,.45)}.form{display:grid;gap:.8rem}.form input,.form select,.form textarea{width:100%;padding:1rem;border:1px solid var(--line);border-radius:16px;background:#fff;font:inherit;outline:none}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(200,163,93,.15)}.form textarea{min-height:110px}.contact-info{display:grid;gap:.9rem;margin:1rem 0}.contact-info span{display:flex;align-items:center;gap:.6rem;color:var(--muted)}.contact-info .icon{color:var(--gold)}.map-box{height:430px;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:0 18px 50px rgba(71,28,34,.07);background:#fff}.map-box iframe{width:100%;height:100%;border:0}.blog-detail-image{width:100%;max-height:460px;object-fit:cover;border-radius:24px}.footer{background:#241515;color:#fff;padding:46px 0 22px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:1.4rem}.footer-logo-wrap{display:inline-flex;background:rgba(255,248,244,.96);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:.7rem 1rem;margin-bottom:.65rem}.footer-logo img{width:210px}.footer a,.footer p,.footer li{color:rgba(255,255,255,.72);font-size:.9rem;line-height:1.7}.footer ul{padding:0;list-style:none}.footer li{margin:.45rem 0;display:flex;align-items:center;gap:.45rem}.footer .icon{color:var(--gold)}.footer-social{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:1rem}.footer-social a{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.48rem .7rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1rem;display:flex;justify-content:space-between;gap:1rem}.admin-link{opacity:.62;font-size:.82rem;display:inline-flex;align-items:center;gap:.35rem}.empty{padding:2rem;text-align:center;color:var(--muted);grid-column:1/-1}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:45;display:inline-flex;align-items:center;justify-content:center;gap:.52rem;background:#25d366;color:#fff;border:2px solid rgba(255,255,255,.9);box-shadow:0 18px 48px rgba(37,211,102,.34),0 10px 28px rgba(0,0,0,.12);border-radius:999px;width:66px;height:66px;font-weight:900}.whatsapp-float .icon{width:31px;height:31px;color:#fff}.whatsapp-float span{position:absolute;right:76px;background:#1f1f1f;color:#fff;border-radius:999px;padding:.55rem .8rem;font-size:.82rem;white-space:nowrap;opacity:0;transform:translateX(8px);transition:.2s;pointer-events:none}.whatsapp-float:hover span{opacity:1;transform:none}@media(max-width:960px){.hero-grid,.split,.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.links{display:none;position:absolute;left:4%;right:4%;top:88px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:1rem;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.links a{display:flex;justify-content:center}.menu-open .links{display:flex}.menu-btn{display:inline-flex}.hero-card{min-height:440px}.section-head{display:block}.nav-logo .brandmark img{width:158px}.navin{min-height:78px}.footer-logo-wrap{padding:.65rem .85rem}}@media(max-width:560px){.container{width:min(100% - 30px,1160px)}.navin{min-height:74px}.nav-logo .brandmark img{width:132px}.nav-logo .brandmark small{font-size:.42rem;letter-spacing:.34em}.menu-btn{border-radius:16px;padding:.7rem}.hero{padding:32px 0 30px}.hero-grid{gap:1.65rem}.kicker{font-size:.78rem;max-width:100%;white-space:normal}.hero h1{font-size:clamp(2.9rem,14vw,4rem);line-height:.92;margin:.95rem 0}.hero p,.lead{font-size:1rem;line-height:1.75}.hero-actions{gap:.6rem}.hero-actions .btn{flex:1 1 148px;padding:.96rem .9rem}.trust-row span{font-size:.78rem;padding:.52rem .72rem}.hero-card{min-height:345px;border-radius:32px}.hero-card:after{inset:12px;border-radius:25px}.hero-glass{left:14px;right:14px;bottom:14px;border-radius:23px;padding:.92rem}.hero-logo img{width:220px}.brandmark img{width:160px}.brandmark small{font-size:.47rem;letter-spacing:.36em}.section{padding:48px 0}.page-hero{padding:48px 0 12px}.grid{grid-template-columns:1fr}.thumb{height:210px}.card-body{padding:1.08rem}.card h3{font-size:1.55rem}.panel{padding:1.15rem;border-radius:24px}.footer-bottom{flex-direction:column}.map-box{height:320px}.meta{flex-direction:column}.whatsapp-float{right:16px;bottom:16px;width:64px;height:64px}.whatsapp-float span{display:none}.about-image{min-height:300px}.footer-grid{gap:1rem}.footer{padding-top:36px}}

/* V9 mobile premium polish */
@media(max-width:560px){body{background:linear-gradient(180deg,#fff8f4 0%,#f7eee8 72%,#fff 100%)}.nav{background:rgba(255,248,244,.94)}.navin{padding:.2rem 0}.menu-btn{width:54px;height:54px;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(123,16,37,.09)}.hero{padding:24px 0 34px}.hero-copy{background:rgba(255,255,255,.42);border:1px solid rgba(234,216,204,.64);border-radius:30px;padding:1.05rem .95rem;box-shadow:0 18px 46px rgba(71,28,34,.055)}.hero-copy:before{left:auto;right:-40px;top:-30px;width:150px;height:150px}.hero h1{font-size:clamp(2.55rem,12.4vw,3.45rem);letter-spacing:-.035em;line-height:.96}.hero p{font-size:.98rem;line-height:1.72}.hero-actions .btn{min-height:58px;border-radius:24px}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.trust-row span{justify-content:center;border-radius:18px;text-align:center}.trust-row span:last-child{grid-column:1/-1}.hero-card{min-height:315px;margin-top:.2rem;border-radius:34px}.hero-photo{background-position:center}.hero-glass{background:rgba(255,248,244,.93);border-radius:25px}.hero-logo img{width:min(240px,80vw)}.section-head{margin-bottom:1.1rem}.section h2{font-size:2.45rem}.card{border-radius:28px;box-shadow:0 16px 44px rgba(71,28,34,.075)}.thumb{height:230px}.pill{border-radius:16px}.footer{border-radius:34px 34px 0 0;margin-top:42px}.footer-logo img{width:190px}.whatsapp-float{width:68px;height:68px;right:18px;bottom:18px}.whatsapp-float .icon{width:34px;height:34px}.page-hero h1{font-size:3rem;line-height:.96}.form input,.form select,.form textarea{border-radius:18px;min-height:54px}}@media(max-width:390px){.nav-logo .brandmark img{width:120px}.hero h1{font-size:2.45rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust-row{grid-template-columns:1fr}.trust-row span:last-child{grid-column:auto}.container{width:min(100% - 24px,1160px)}}


/* V11 mobile and embed polish */
.map-box iframe{width:100%;height:100%;min-height:420px;border:0;border-radius:inherit;display:block}.whatsapp-float{right:22px!important;left:auto!important;bottom:22px!important;background:#25D366!important;color:#fff!important;border:0!important;box-shadow:0 18px 44px rgba(37,211,102,.32)!important}.whatsapp-float .icon{width:25px;height:25px;color:#fff}.whatsapp-float span{font-weight:900}.card .thumb img,.about-image img{transition:transform .35s ease}.card:hover .thumb img{transform:scale(1.035)}@media(max-width:720px){body{background:#fbf3ed}.container{width:min(100% - 28px,1180px)}.nav{position:sticky;top:0;z-index:50}.navin{min-height:74px}.nav-logo .brandmark img{width:148px}.brandmark small{letter-spacing:.36em;font-size:.5rem}.hero{padding-top:1.8rem}.hero-grid{gap:2rem}.hero-copy h1{font-size:clamp(3.05rem,17vw,4.7rem);line-height:.89;letter-spacing:-.055em}.hero-copy p{font-size:1.02rem;line-height:1.72}.hero-actions{display:grid;grid-template-columns:1fr;gap:.75rem}.hero-actions .btn{width:100%;justify-content:center;border-radius:22px;padding:1rem 1.2rem}.trust-row{gap:.55rem}.trust-row span{font-size:.82rem}.hero-card{border-radius:30px}.hero-photo{min-height:360px}.hero-glass{left:14px;right:14px;bottom:14px;border-radius:24px;padding:1rem}.section{padding:2.2rem 0}.split{gap:1rem}.panel{border-radius:24px;padding:1rem}.section-head{display:grid;gap:1rem}.section-head .btn{width:100%;justify-content:center}.grid{gap:1rem}.card{border-radius:26px}.thumb{height:240px}.whatsapp-float{width:64px!important;height:64px!important;border-radius:999px!important;padding:0!important;justify-content:center!important}.whatsapp-float span{display:none}.whatsapp-float .icon{width:30px;height:30px}.footer-grid{gap:1.3rem}.map-box{min-height:420px;border-radius:26px}}@media(max-width:420px){.container{width:min(100% - 24px,1180px)}.hero-copy h1{font-size:3.35rem}.hero-photo{min-height:330px}.thumb{height:220px}.kicker{max-width:100%;white-space:normal}.page-hero{padding-top:2rem}.page-hero h1{font-size:3rem}.contact-info span{font-size:.92rem}}

/* V11 visual upgrade: premium storefront + WhatsApp-first CTA */
:root{--deep:#210e13;--cream:#fff9f5;--blush:#f6e5dc;--rose:#7b1025;--rose2:#a4273e;--champagne:#dbc17d}
body:before{content:'';position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 8% 3%,rgba(219,193,125,.24),transparent 28%),radial-gradient(circle at 92% 15%,rgba(123,16,37,.12),transparent 28%),linear-gradient(180deg,#fffaf7 0%,#fbefe8 52%,#fff 100%)}
body:after{content:'';position:fixed;inset:0;z-index:-1;opacity:.32;background-image:linear-gradient(rgba(123,16,37,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(123,16,37,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(180deg,#000,transparent 70%);pointer-events:none}
.nav{background:rgba(255,250,247,.78);box-shadow:0 14px 40px rgba(58,20,28,.06)}
.links a:not(.btn){font-weight:700}.links a:not(.btn):hover{color:var(--brand);transform:translateY(-1px)}
.btn{letter-spacing:-.01em}.btn.ghost:hover{background:#fff8f1;color:var(--brand)}
.hero{padding:72px 0 56px}.hero-grid{grid-template-columns:1fr 1.04fr;gap:4rem}.hero-copy{padding:1.2rem 0}.hero-copy:before{width:260px;height:260px;left:-110px;top:-45px;background:radial-gradient(circle,rgba(219,193,125,.28),transparent 66%)}
h1{max-width:800px}.hero p{max-width:590px}.hero-card{min-height:620px;border-radius:54px;box-shadow:0 42px 110px rgba(81,19,33,.22);isolation:isolate}.hero-photo{filter:saturate(.92) contrast(1.03)}.hero-card:before{background:linear-gradient(180deg,rgba(30,9,15,.02),rgba(30,9,15,.24) 45%,rgba(30,9,15,.72))}.hero-card:after{inset:20px;border-color:rgba(255,255,255,.42);border-radius:42px}.hero-glass{left:30px;right:30px;bottom:30px;background:linear-gradient(135deg,rgba(255,250,247,.94),rgba(255,246,239,.78));box-shadow:0 20px 50px rgba(0,0,0,.14)}
.hero-stats{position:absolute;right:30px;top:30px;z-index:4;background:rgba(36,17,17,.56);color:#fff;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(16px);border-radius:24px;padding:.9rem 1.05rem;display:grid;gap:.08rem}.hero-stats b{font-family:'Cormorant Garamond',serif;font-size:1.55rem;line-height:.9;color:#fff}.hero-stats span{font-size:.76rem;color:rgba(255,255,255,.78);letter-spacing:.08em;text-transform:uppercase}
.kicker{font-weight:900;background:rgba(255,255,255,.72);backdrop-filter:blur(12px);border-color:rgba(219,193,125,.45)}
.trust-row span{box-shadow:0 14px 35px rgba(81,19,33,.06)}
.section{position:relative}.section-head .lead{margin-bottom:0}.panel{backdrop-filter:blur(10px)}
.proof-section{padding-top:8px;padding-bottom:34px}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.proof-card{background:linear-gradient(145deg,#fff,#fff8f4);border:1px solid rgba(236,217,205,.95);border-radius:28px;padding:1.15rem;min-height:150px;box-shadow:0 18px 44px rgba(71,28,34,.07);position:relative;overflow:hidden}.proof-card:before{content:'';position:absolute;right:-34px;top:-34px;width:88px;height:88px;border-radius:999px;background:rgba(219,193,125,.18)}.proof-card b{font-family:'Cormorant Garamond',serif;display:block;font-size:1.65rem;color:var(--brand);margin-bottom:.4rem}.proof-card span{color:var(--muted);line-height:1.6;font-size:.92rem}
.experience-section{padding-top:30px}.experience-card{display:grid;grid-template-columns:1.08fr .92fr;gap:2rem;align-items:center;background:linear-gradient(135deg,#251113,#431823 58%,#7b1025);color:#fff;border-radius:44px;padding:clamp(1.2rem,4vw,3rem);box-shadow:0 34px 90px rgba(74,19,29,.25);overflow:hidden;position:relative}.experience-card:before{content:'';position:absolute;right:-110px;top:-120px;width:330px;height:330px;border-radius:999px;background:radial-gradient(circle,rgba(219,193,125,.28),transparent 68%)}.experience-card h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,4.2rem);line-height:.98;margin:.9rem 0;color:#fff}.experience-card .lead{color:rgba(255,255,255,.76);max-width:680px}.experience-list{display:grid;gap:.75rem;position:relative}.experience-list span{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:1rem 1.05rem;color:rgba(255,255,255,.86);backdrop-filter:blur(10px)}
.service-card .card-cta{margin-top:1rem}.service-card .card-cta .btn{width:100%;padding:.82rem 1rem}.card{border-color:rgba(236,217,205,.92)}.thumb{height:245px}.thumb img{filter:saturate(.96) contrast(1.01)}.card h3{line-height:1.08}.meta a{white-space:nowrap}.page-hero{padding-top:86px}.page-hero h1{font-size:clamp(3rem,5.6vw,5.6rem)}
.blog-detail .lead p{margin:1rem 0}.blog-detail .btn{margin-top:1rem}.checkline{display:flex;align-items:flex-start;gap:.65rem;color:var(--muted);font-size:.88rem;line-height:1.55;background:#fff8f4;border:1px solid var(--line);border-radius:16px;padding:.85rem}.checkline input{width:auto;margin-top:.18rem;accent-color:var(--brand)}
.mobile-cta{display:none}.whatsapp-float{bottom:24px}
@media(max-width:960px){.hero{padding-top:44px}.hero-grid,.experience-card{grid-template-columns:1fr;gap:1.6rem}.hero-card{min-height:500px}.proof-grid{grid-template-columns:repeat(2,1fr)}.experience-card{border-radius:34px}.thumb{height:230px}}
@media(max-width:560px){body{padding-bottom:76px}.hero{padding-top:30px}.hero-card{min-height:440px;border-radius:36px}.hero-card:after{inset:12px;border-radius:28px}.hero-glass{left:16px;right:16px;bottom:16px;border-radius:22px;padding:1rem}.hero-stats{right:16px;top:16px;border-radius:18px;padding:.7rem .85rem}.hero-stats b{font-size:1.25rem}.proof-grid{grid-template-columns:1fr}.proof-card{min-height:auto}.experience-card{border-radius:28px;padding:1.1rem}.experience-list span{padding:.85rem;border-radius:18px}.grid{gap:.9rem}.thumb{height:220px}.whatsapp-float{display:none}.mobile-cta{position:fixed;left:10px;right:10px;bottom:10px;z-index:70;display:grid;grid-template-columns:repeat(4,1fr);gap:.45rem;background:rgba(255,250,247,.92);border:1px solid rgba(236,217,205,.95);box-shadow:0 18px 56px rgba(44,13,19,.18);backdrop-filter:blur(16px);border-radius:24px;padding:.45rem}.mobile-cta a{display:grid;place-items:center;gap:.18rem;min-height:56px;border-radius:18px;color:var(--brand);font-size:.72rem;font-weight:900}.mobile-cta a:first-child{background:linear-gradient(135deg,#25d366,#18b857);color:#fff}.mobile-cta .icon{width:1.25rem;height:1.25rem}.footer{padding-bottom:96px}.page-hero{padding-top:48px}.page-hero h1{font-size:clamp(2.7rem,14vw,4rem)}}


/* V12: Static CMS + WhatsApp-first polish */
.grid-4{grid-template-columns:repeat(4,1fr)}
.hero-card-v12{background:linear-gradient(145deg,#fff0e3,#6c1024)}
.hero-card-v12 .hero-photo{background-position:center;transform:scale(1.01)}
.salon-note{position:absolute;left:30px;top:30px;z-index:4;width:min(260px,58%);background:rgba(255,250,247,.86);border:1px solid rgba(255,255,255,.38);backdrop-filter:blur(18px);border-radius:24px;padding:1rem;box-shadow:0 18px 48px rgba(34,12,18,.13)}
.salon-note b{display:block;color:var(--brand);font-family:'Cormorant Garamond',serif;font-size:1.35rem;line-height:1;margin-bottom:.35rem}.salon-note span{display:block;color:var(--muted);font-size:.86rem;line-height:1.55}.testimonials-section{padding-top:32px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.testimonial-card{background:linear-gradient(145deg,#fff,#fff8f4);border:1px solid var(--line);border-radius:28px;padding:1.2rem;box-shadow:0 18px 44px rgba(71,28,34,.07)}.testimonial-card p{color:var(--muted);line-height:1.75;margin-top:0}.testimonial-card b{color:var(--brand)}
.quick-layout{align-items:start}.quick-panel h2{margin-top:.2rem}.quick-service-list{display:grid;gap:.7rem}.quick-service{display:grid;gap:.14rem;border:1px solid var(--line);border-radius:20px;background:#fff;padding:.9rem 1rem;transition:.2s}.quick-service:hover,.quick-service.on{border-color:rgba(123,16,37,.35);background:#fff8f4;transform:translateY(-1px)}.quick-service span{font-weight:900;color:var(--brand)}.quick-service small{color:var(--muted)}.quick-selected{background:linear-gradient(145deg,#fff,#fff8f4);border:1px solid var(--line);border-radius:30px;padding:1.3rem;margin-top:1.2rem;box-shadow:0 18px 50px rgba(71,28,34,.07)}.quick-selected h2{font-family:'Cormorant Garamond',serif;color:var(--brand);font-size:clamp(2rem,3.3vw,3.2rem);line-height:1;margin:.7rem 0}.quick-selected p{color:var(--muted);line-height:1.75}.message-template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.template-card{position:relative;min-height:172px;display:grid;align-content:start;gap:.6rem;background:#fff;border:1px solid var(--line);border-radius:28px;padding:1.2rem;box-shadow:0 18px 44px rgba(71,28,34,.07);overflow:hidden}.template-card:after{content:'';position:absolute;right:-32px;bottom:-32px;width:96px;height:96px;border-radius:999px;background:rgba(37,211,102,.13)}.template-card b{color:var(--brand)}.template-card span{color:var(--muted);line-height:1.65}.template-card .icon{position:absolute;right:1rem;bottom:1rem;color:#25d366;width:1.7rem;height:1.7rem}.footer-bottom .admin-link{color:rgba(255,255,255,.66)}
@media(max-width:1100px){.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){.testimonials-grid,.message-template-grid{grid-template-columns:1fr}.salon-note{left:18px;top:18px}}
@media(max-width:560px){.grid-4{grid-template-columns:1fr}.salon-note{width:auto;right:18px;border-radius:20px}.hero-card-v12 .hero-stats{top:auto;bottom:142px}.quick-selected,.template-card,.testimonial-card{border-radius:24px}.message-template-grid{gap:.8rem}.quick-panel{order:-1}}


/* V13: Cinematic Premium Edition */
:root{--cinema:#17080d;--cinema2:#321019;--veil:rgba(255,248,244,.72)}
.nav{position:fixed;left:0;right:0;top:0;background:rgba(22,7,12,.30);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:none;color:#fff;transition:.25s;z-index:90}.nav:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,0));pointer-events:none}.navin{position:relative}.nav-logo .brandmark{background:rgba(255,248,244,.92);border:1px solid rgba(255,255,255,.35);border-radius:20px;padding:.42rem .74rem;box-shadow:0 14px 36px rgba(0,0,0,.12)}.links{color:rgba(255,255,255,.82)}.links a:not(.btn):hover{color:#fff}.links .btn{box-shadow:0 14px 40px rgba(0,0,0,.18)}main{padding-top:84px}.hero-cinematic{margin-top:-84px;min-height:100vh;padding:0;position:relative;isolation:isolate;display:grid;align-items:stretch;background:#1c0810;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0;z-index:-4;background-size:cover;background-position:center}.hero-video{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.08) brightness(.86);transform:scale(1.03)}.hero-gradient{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(18,4,9,.88) 0%,rgba(35,8,16,.70) 36%,rgba(70,18,30,.42) 68%,rgba(18,4,9,.72) 100%),linear-gradient(180deg,rgba(0,0,0,.46),rgba(0,0,0,.08) 42%,rgba(30,8,14,.88) 100%)}.hero-noise{position:absolute;inset:0;z-index:3;opacity:.20;mix-blend-mode:soft-light;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.8) 0 1px,transparent 1.4px),radial-gradient(circle at 70% 65%,rgba(255,255,255,.6) 0 1px,transparent 1.2px);background-size:22px 22px,35px 35px;pointer-events:none}.hero-glow{position:absolute;z-index:4;border-radius:999px;filter:blur(34px);pointer-events:none;animation:glowDrift 9s ease-in-out infinite alternate}.hero-glow-one{width:360px;height:360px;right:8%;top:14%;background:rgba(219,193,125,.22)}.hero-glow-two{width:420px;height:420px;left:-8%;bottom:6%;background:rgba(123,16,37,.30);animation-delay:-3s}.cinematic-wrap{position:relative;z-index:7;min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.55fr);gap:2.2rem;align-items:center;padding:clamp(7rem,12vh,9rem) 0 5rem}.cinematic-copy{max-width:850px}.cinematic-kicker{color:#fff;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.20);box-shadow:0 22px 60px rgba(0,0,0,.12)}.cinematic-copy h1{font-size:clamp(4rem,8.4vw,9.3rem);max-width:980px;color:#fff;text-shadow:0 24px 80px rgba(0,0,0,.35);letter-spacing:-.065em}.cinematic-copy p{max-width:700px;color:rgba(255,255,255,.78);font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.78}.glass-btn{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important;box-shadow:0 18px 46px rgba(0,0,0,.18)!important;backdrop-filter:blur(16px)}.cinematic-panel{align-self:end;margin-bottom:4.2rem;background:linear-gradient(145deg,rgba(255,248,244,.90),rgba(255,248,244,.68));color:var(--ink);border:1px solid rgba(255,255,255,.30);backdrop-filter:blur(24px);border-radius:34px;padding:1.2rem;box-shadow:0 34px 100px rgba(0,0,0,.25)}.hero-panel-logo{display:inline-flex;background:rgba(255,255,255,.60);border-radius:24px;padding:.58rem .8rem;border:1px solid rgba(255,255,255,.40)}.panel-line{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:1rem 0}.cinematic-meta{display:grid;gap:.7rem;margin-bottom:1rem}.cinematic-meta span{display:flex;align-items:center;gap:.55rem;color:var(--muted);font-weight:800}.cinematic-meta .icon{color:var(--gold)}.floating-card{position:absolute;z-index:8;display:grid;gap:.12rem;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);backdrop-filter:blur(18px);color:#fff;border-radius:24px;padding:.9rem 1rem;box-shadow:0 24px 70px rgba(0,0,0,.18);animation:floatSoft 6s ease-in-out infinite alternate}.floating-card b{font-family:'Cormorant Garamond',serif;font-size:1.45rem;line-height:.95}.floating-card span{font-size:.82rem;color:rgba(255,255,255,.76)}.floating-card-left{left:0;bottom:18%}.floating-card-right{right:18%;top:23%;animation-delay:-2s}.scroll-cue{position:absolute;left:0;bottom:2rem;display:flex;align-items:center;gap:.6rem;color:rgba(255,255,255,.64);font-size:.78rem;text-transform:uppercase;letter-spacing:.16em}.scroll-cue span{width:1px;height:42px;background:linear-gradient(180deg,#fff,transparent);display:block;animation:cue 1.8s ease-in-out infinite}.hero-cinematic+.section{padding-top:92px}.panel,.card,.proof-card,.testimonial-card,.quick-selected,.template-card{box-shadow:0 24px 70px rgba(71,28,34,.09)}.grid-4 .service-card:nth-child(1){grid-column:span 2}.grid-4 .service-card:nth-child(1) .thumb{height:330px}.service-card{position:relative}.service-card:after{content:'';position:absolute;left:1.2rem;right:1.2rem;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.65}.testimonials-section{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(123,16,37,.045),rgba(255,255,255,0))}@keyframes floatSoft{from{transform:translateY(0)}to{transform:translateY(-14px)}}@keyframes glowDrift{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(24px,-18px,0) scale(1.08)}}@keyframes cue{0%,100%{opacity:.35;transform:scaleY(.65)}50%{opacity:1;transform:scaleY(1)}}@media(max-width:1100px){.cinematic-wrap{grid-template-columns:1fr}.cinematic-panel{max-width:520px;margin:0}.floating-card-right{right:4%;top:18%}.grid-4 .service-card:nth-child(1){grid-column:span 1}.grid-4 .service-card:nth-child(1) .thumb{height:245px}}@media(max-width:960px){main{padding-top:78px}.hero-cinematic{margin-top:-78px}.nav{background:rgba(255,250,247,.92);color:var(--ink);backdrop-filter:blur(18px)}.links{color:var(--muted)}.links{background:rgba(255,250,247,.96)}.links a:not(.btn):hover{color:var(--brand)}.cinematic-wrap{padding-top:8.2rem}.cinematic-copy h1{font-size:clamp(3.7rem,13vw,6rem)}.floating-card-left{display:none}}@media(max-width:560px){main{padding-top:74px}.hero-cinematic{margin-top:-74px;min-height:92vh}.cinematic-wrap{min-height:92vh;padding:7rem 0 3.4rem;gap:1.2rem}.cinematic-copy h1{font-size:clamp(3.1rem,16vw,4.8rem);line-height:.88}.cinematic-copy p{font-size:1rem}.cinematic-panel{border-radius:26px;padding:1rem;margin-top:.4rem}.floating-card{display:none}.scroll-cue{display:none}.hero-video{opacity:.75}.hero-gradient{background:linear-gradient(180deg,rgba(20,5,10,.78),rgba(40,9,18,.48) 42%,rgba(20,5,10,.90) 100%)}.hero-actions .btn{flex:1 1 100%}.grid-4 .service-card:nth-child(1) .thumb{height:220px}}


/* =========================
   V14 Cinematic Luxury Fixes
   ========================= */
:root{--v14-cream:#fff7f1;--v14-deep:#17070d;--v14-burgundy:#760f25;--v14-gold:#d0ad63}
.nav{background:rgba(20,7,12,.28)!important;border-bottom:1px solid rgba(255,255,255,.10)!important;box-shadow:none!important;color:#fff!important;backdrop-filter:blur(18px)!important}.nav:before{opacity:.55}.nav-logo .brandmark{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.nav-logo .brandmark img{width:170px!important;filter:drop-shadow(0 12px 28px rgba(0,0,0,.28))!important}.nav-logo .brandmark small{color:var(--v14-gold)!important;text-shadow:0 8px 18px rgba(0,0,0,.22)}.menu-btn{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.22)!important;color:#fff!important}.hero-v14{background:var(--v14-deep);min-height:100svh}.hero-v14 .hero-video{opacity:1!important;filter:saturate(1.18) contrast(1.08) brightness(.92)!important;transform:scale(1.02)!important}.hero-v14 .hero-gradient{background:linear-gradient(90deg,rgba(15,4,8,.88) 0%,rgba(33,7,15,.72) 37%,rgba(70,16,29,.30) 65%,rgba(12,3,7,.42) 100%),linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.05) 42%,rgba(18,5,10,.78) 100%)!important}.hero-v14 .hero-noise{opacity:.13!important}.hero-v14 .cinematic-wrap{grid-template-columns:minmax(0,.88fr) minmax(420px,.66fr)!important;gap:clamp(2rem,4vw,4.8rem)!important;align-items:center!important;padding-top:clamp(7.2rem,12vh,9.2rem)!important;padding-bottom:4rem!important}.hero-v14 .cinematic-copy{max-width:760px!important}.hero-v14 .cinematic-kicker{color:#fff!important;background:rgba(255,255,255,.105)!important;border-color:rgba(255,255,255,.20)!important;box-shadow:none!important}.hero-v14 .cinematic-copy h1{font-size:clamp(4.1rem,6.35vw,7.6rem)!important;line-height:.90!important;letter-spacing:-.055em!important;max-width:790px!important;margin:1.05rem 0 1rem!important;text-wrap:balance}.hero-v14 .cinematic-copy p{font-size:clamp(1.02rem,1.18vw,1.18rem)!important;max-width:620px!important;color:rgba(255,255,255,.80)!important}.hero-trust-grid{display:flex;flex-wrap:wrap;gap:.62rem;margin-top:1.35rem}.hero-trust-grid span{display:inline-flex;align-items:center;gap:.45rem;color:rgba(255,255,255,.84);background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.62rem .88rem;font-size:.86rem;font-weight:800;backdrop-filter:blur(16px)}.hero-trust-grid .icon{color:var(--v14-gold)}.hero-showcase{position:relative;display:grid;gap:1rem;align-self:center}.hero-showcase:before{content:'';position:absolute;inset:-28px 30px 80px -20px;border-radius:54px;background:radial-gradient(circle at 55% 35%,rgba(208,173,99,.30),transparent 58%);filter:blur(18px);z-index:-1}.hero-video-card{position:relative;min-height:560px;border-radius:44px;overflow:hidden;border:1px solid rgba(255,255,255,.23);box-shadow:0 44px 120px rgba(0,0,0,.36),0 0 0 12px rgba(255,255,255,.035);background:#2a0b14}.hero-preview-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.18) contrast(1.05) brightness(.98);transform:scale(1.04)}.video-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(26,6,12,.30) 52%,rgba(20,5,10,.68));pointer-events:none}.video-hud{position:absolute;left:20px;top:20px;display:inline-flex;align-items:center;gap:.55rem;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);color:#fff;border-radius:999px;padding:.58rem .82rem;font-size:.82rem;font-weight:900;backdrop-filter:blur(16px)}.live-dot{width:8px;height:8px;border-radius:999px;background:#d0ad63;box-shadow:0 0 0 6px rgba(208,173,99,.18);animation:pulseDot 1.6s ease-in-out infinite}.video-caption{position:absolute;left:22px;right:22px;bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:1rem;color:#fff}.video-caption b{font-family:'Cormorant Garamond',serif;font-size:2rem;line-height:.95}.video-caption span{text-transform:uppercase;letter-spacing:.36em;font-size:.62rem;color:var(--v14-gold);font-weight:900}.hero-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-stat-card{display:grid;gap:.2rem;background:rgba(255,247,241,.92);border:1px solid rgba(255,255,255,.50);border-radius:24px;padding:1rem 1.05rem;box-shadow:0 20px 70px rgba(0,0,0,.18);color:var(--ink)}.hero-stat-card b{font-family:'Cormorant Garamond',serif;font-size:1.55rem;color:var(--brand);line-height:.95}.hero-stat-card span{font-size:.82rem;color:var(--muted);font-weight:800}.hero-stat-card.is-action{background:linear-gradient(135deg,#85122a,#a81f3d);color:#fff}.hero-stat-card.is-action b,.hero-stat-card.is-action span{color:#fff}.floating-card{display:none!important}.hero-v14 .scroll-cue{left:0;bottom:1.3rem}.hero-cinematic+.section{padding-top:84px!important}.proof-card{position:relative;overflow:hidden}.proof-card:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--gold),transparent)}.experience-card{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,246,239,.72))!important;border:1px solid rgba(236,217,205,.95)!important}.footer-logo-wrap{background:transparent!important;border:0!important;padding:0!important}.footer-logo .brandmark small{color:var(--v14-gold)!important}@keyframes pulseDot{0%,100%{transform:scale(.9);opacity:.75}50%{transform:scale(1.25);opacity:1}}@media(max-width:1100px){.hero-v14 .cinematic-wrap{grid-template-columns:1fr!important;gap:2rem!important}.hero-showcase{max-width:620px;width:100%;justify-self:start}.hero-video-card{min-height:420px}.hero-v14 .cinematic-copy h1{font-size:clamp(3.8rem,10vw,6.6rem)!important}.hero-v14 .scroll-cue{display:none}}@media(max-width:960px){.nav{background:rgba(255,248,244,.94)!important;color:var(--ink)!important;border-bottom:1px solid var(--line)!important}.nav:before{display:none}.nav-logo .brandmark img{width:146px!important;filter:none!important}.menu-btn{background:#fff!important;border-color:var(--line)!important;color:var(--brand)!important}.links{background:rgba(255,248,244,.98)!important;color:var(--muted)!important}.hero-v14 .cinematic-wrap{padding-top:7.6rem!important}.hero-video-card{min-height:380px;border-radius:34px}.hero-stat-row{grid-template-columns:1fr 1fr}}@media(max-width:560px){.hero-v14{min-height:auto!important}.hero-v14 .hero-gradient{background:linear-gradient(180deg,rgba(18,5,10,.70),rgba(54,10,22,.48) 44%,rgba(18,5,10,.88) 100%)!important}.hero-v14 .cinematic-wrap{min-height:auto!important;padding:7rem 0 2.8rem!important;gap:1.25rem!important}.hero-v14 .cinematic-copy h1{font-size:clamp(2.65rem,12vw,3.8rem)!important;line-height:.96!important;letter-spacing:-.04em!important;margin:.85rem 0!important}.hero-v14 .cinematic-copy p{font-size:.98rem!important;line-height:1.72!important}.hero-trust-grid{display:grid;grid-template-columns:1fr;gap:.55rem;margin-top:1rem}.hero-trust-grid span{border-radius:18px;justify-content:center}.hero-video-card{min-height:300px;border-radius:28px;box-shadow:0 26px 70px rgba(0,0,0,.26)}.video-hud{left:14px;top:14px}.video-caption{left:16px;right:16px;bottom:16px}.video-caption b{font-size:1.6rem}.video-caption span{letter-spacing:.22em}.hero-stat-row{grid-template-columns:1fr;gap:.65rem}.hero-stat-card{border-radius:20px;padding:.88rem .95rem}.hero-stat-card b{font-size:1.35rem}.hero-actions{display:grid!important;grid-template-columns:1fr!important}.hero-actions .btn{width:100%!important;flex:unset!important}.nav-logo .brandmark img{width:132px!important}}@media(max-width:390px){.hero-v14 .cinematic-copy h1{font-size:2.45rem!important}.hero-video-card{min-height:260px}.video-caption{display:grid;align-items:start}.hero-trust-grid span{font-size:.8rem}}

/* V15 Hero override */
.hero-v15{background:#12060b;min-height:100svh;position:relative;overflow:hidden}
.hero-v15 .hero-media{position:absolute;inset:0;overflow:hidden;background-size:cover;background-position:center}
.hero-v15 .hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,4,7,.10),rgba(13,4,7,.18))}
.hero-v15 .hero-youtube-wrap{position:absolute;inset:-8vh -10vw;overflow:hidden;pointer-events:none}
.hero-v15 .hero-youtube-frame{position:absolute;top:50%;left:50%;width:140vw;height:78.75vw;min-width:177.78vh;min-height:100vh;transform:translate(-50%,-50%) scale(1.12);border:0;filter:blur(2.5px) saturate(1.08) contrast(1.03) brightness(.9)}
.hero-v15 .hero-gradient{background:linear-gradient(180deg,rgba(16,5,9,.52) 0%,rgba(43,10,19,.34) 35%,rgba(15,5,9,.66) 100%),linear-gradient(90deg,rgba(15,5,9,.38),rgba(15,5,9,.16) 50%,rgba(15,5,9,.44));}
.hero-v15 .hero-noise{opacity:.09}
.hero-v15 .cinematic-wrap.centered-hero{display:grid;place-items:center;min-height:100svh;padding-top:8rem;padding-bottom:4rem;position:relative;z-index:2}
.hero-v15 .centered-copy{max-width:920px;text-align:center;margin-inline:auto}
.hero-v15 .cinematic-kicker{display:inline-flex;margin-inline:auto;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(16px)}
.hero-v15 .cinematic-copy h1{max-width:900px;margin:1rem auto .9rem;font-size:clamp(4.3rem,8vw,7.6rem);line-height:.92;letter-spacing:-.055em;text-wrap:balance;text-shadow:0 16px 60px rgba(0,0,0,.35)}
.hero-v15 .cinematic-copy p{max-width:760px;margin-inline:auto;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.8;color:rgba(255,255,255,.86);text-shadow:0 10px 34px rgba(0,0,0,.22)}
.hero-v15 .hero-actions{justify-content:center;margin-top:1.4rem}
.hero-v15 .hero-actions .glass-btn{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);color:#fff;backdrop-filter:blur(14px)}
.hero-v15 .hero-trust-grid{justify-content:center;margin-top:1.3rem}
.hero-v15 .hero-trust-grid span{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.88);backdrop-filter:blur(14px)}
.hero-glass-cards{margin-top:1.15rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;max-width:860px;margin-left:auto;margin-right:auto}
.glass-info-card{display:grid;gap:.2rem;padding:1rem 1.05rem;border-radius:24px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(0,0,0,.18);text-align:left}
.glass-info-card b{font-family:'Cormorant Garamond',serif;color:#fff;font-size:1.45rem;line-height:.95}
.glass-info-card span{color:rgba(255,255,255,.82);font-size:.86rem;font-weight:700}
.hero-v15 .scroll-cue{left:50%;transform:translateX(-50%);bottom:1.2rem}
.hero-v15 .scroll-cue span{background:linear-gradient(180deg,#fff,transparent)}
@media(max-width:1100px){
  .hero-v15 .cinematic-copy h1{font-size:clamp(3.8rem,11vw,6.2rem)}
  .hero-glass-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px}
}
@media(max-width:960px){
  .hero-v15 .hero-youtube-wrap{inset:-2vh -26vw}
  .hero-v15 .hero-youtube-frame{width:180vw;height:101.25vw;min-width:180vh;min-height:100vh;transform:translate(-50%,-50%) scale(1.08);filter:blur(3px) saturate(1.08) brightness(.88)}
  .hero-v15 .hero-gradient{background:linear-gradient(180deg,rgba(16,5,9,.40) 0%,rgba(16,5,9,.22) 30%,rgba(16,5,9,.60) 100%),linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.10));}
  .hero-v15 .cinematic-wrap.centered-hero{padding-top:7rem;padding-bottom:3rem}
}
@media(max-width:560px){
  .hero-v15{min-height:100svh}
  .hero-v15 .hero-youtube-wrap{inset:-4vh -48vw}
  .hero-v15 .hero-youtube-frame{width:250vw;height:140.625vw;min-width:235vh;min-height:100vh;transform:translate(-50%,-50%) scale(1.02);filter:blur(3px) saturate(1.06) brightness(.9)}
  .hero-v15 .cinematic-wrap.centered-hero{min-height:100svh;padding-top:6.6rem;padding-bottom:2.8rem}
  .hero-v15 .cinematic-copy h1{font-size:clamp(2.9rem,14vw,4.3rem);line-height:.94;margin:.9rem auto}
  .hero-v15 .cinematic-copy p{font-size:1rem;line-height:1.72}
  .hero-v15 .hero-trust-grid{grid-template-columns:1fr;display:grid}
  .hero-glass-cards{grid-template-columns:1fr;gap:.7rem;max-width:100%}
  .glass-info-card{text-align:center;border-radius:20px;padding:.95rem}
  .glass-info-card b{font-size:1.3rem}
  .hero-v15 .hero-actions{display:grid;grid-template-columns:1fr;gap:.8rem}
}

/* ========= V16 refinements ========= */
.container{width:min(1240px,92%);margin-left:auto!important;margin-right:auto!important}
.section{padding:68px 0}
.section .container,.section > .container,.page-hero .container,.footer .container{margin-left:auto!important;margin-right:auto!important}
.section-head{align-items:flex-end}
.section-head > div{max-width:760px}

/* Hero cleanup */
.hero-v16{background:#14070d;min-height:100svh;position:relative;overflow:hidden;color:#fff}
.hero-v16 .hero-media{position:absolute;inset:0;background-size:cover;background-position:center center}
.hero-v16 .hero-youtube-wrap{position:absolute;inset:-6vh -10vw;pointer-events:none;overflow:hidden}
.hero-v16 .hero-youtube-frame{position:absolute;top:50%;left:50%;width:132vw;height:74.25vw;min-width:177.78vh;min-height:100vh;transform:translate(-50%,-50%) scale(1.12);border:0;filter:blur(1.1px) saturate(1.06) contrast(1.02) brightness(.92)}
.hero-v16 .hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,5,9,.26),rgba(15,5,9,.18) 28%,rgba(15,5,9,.48) 100%),linear-gradient(90deg,rgba(15,5,9,.34),rgba(15,5,9,.08) 50%,rgba(15,5,9,.30));}
.hero-v16 .hero-noise{opacity:.06}
.hero-v16 .hero-glow-one{background:rgba(219,193,125,.15)}
.hero-v16 .hero-glow-two{background:rgba(123,16,37,.14)}
.hero-v16 .cinematic-wrap.centered-hero{display:grid;place-items:center;min-height:100svh;padding:7.8rem 0 4rem;position:relative;z-index:2}
.hero-v16 .centered-copy{max-width:940px;text-align:center;margin-inline:auto;background:none!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important}
.hero-v16 .cinematic-kicker{display:inline-flex;margin-inline:auto;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);color:#fff}
.hero-v16 .cinematic-copy h1{max-width:900px;margin:1rem auto .85rem;font-size:clamp(4rem,8vw,7.2rem);line-height:.92;letter-spacing:-.05em;text-shadow:0 18px 52px rgba(0,0,0,.24)}
.hero-v16 .cinematic-copy p{max-width:760px;margin:0 auto;color:rgba(255,255,255,.90);font-size:clamp(1rem,1.22vw,1.15rem);line-height:1.78;text-shadow:0 8px 22px rgba(0,0,0,.20)}
.hero-v16 .hero-actions{justify-content:center;margin-top:1.35rem}
.hero-v16 .hero-actions .glass-btn{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;backdrop-filter:blur(12px)}
.hero-v16 .hero-trust-grid{justify-content:center;display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.25rem}
.hero-v16 .hero-trust-grid span{display:inline-flex;align-items:center;justify-content:center;min-width:170px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.7rem .95rem;color:#fff;backdrop-filter:blur(12px)}
.hero-v16 .hero-glass-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;max-width:980px;margin:1.2rem auto 0}
.hero-v16 .glass-info-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);box-shadow:0 18px 44px rgba(0,0,0,.12);border-radius:24px;padding:1rem 1.05rem;text-align:center}
.hero-v16 .glass-info-card b{display:block;font-family:'Cormorant Garamond',serif;font-size:1.55rem;line-height:.98;color:#fff;margin-bottom:.2rem}
.hero-v16 .glass-info-card span{display:block;color:rgba(255,255,255,.84);font-size:.88rem;line-height:1.45;font-weight:700}
.hero-v16 .scroll-cue{left:50%;transform:translateX(-50%);bottom:1.25rem}

/* Home section cleanup */
.proof-section{padding-top:16px;padding-bottom:28px}
.proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;justify-content:center}
.proof-card{min-height:unset}
.experience-section{padding-top:14px}
.experience-card{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:start;background:linear-gradient(135deg,#2b1318,#5a1a24 60%,#7b1025)!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:40px;padding:2.2rem!important}
.experience-card h2{color:#fff!important;max-width:760px}
.experience-card .kicker{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#fff}
.experience-card .lead,.experience-card p{color:rgba(255,255,255,.82)!important}
.experience-list{align-self:stretch}
.experience-list span{display:flex;align-items:flex-start;justify-content:flex-start;min-height:unset;background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.12);padding:1rem 1.05rem;border-radius:22px;line-height:1.6}

/* Card grids and alignment */
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;align-items:stretch;justify-content:center}
.grid.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.grid-4 .service-card:nth-child(1){grid-column:auto!important}
.grid-4 .service-card:nth-child(1) .thumb{height:240px!important}
.card,.service-card,.expert-card,.blog-card{display:flex;flex-direction:column;height:100%}
.card .thumb{height:240px;flex:0 0 240px;background:linear-gradient(135deg,#f8ece4,#f0dfd2)}
.card-body{display:flex;flex-direction:column;flex:1}
.card h3{min-height:3.1rem}
.card p{flex:1}
.meta{margin-top:auto}
.card-cta{margin-top:.9rem}
.service-card:after{left:1rem;right:1rem}
#featuredServices,#homeExperts,#homeBlog,#blogs,#services,#experts{justify-content:center}
#homeBlog .blog-card h3{min-height:unset}
#homeBlog{grid-template-columns:repeat(3,minmax(0,1fr))}

.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.testimonial-card{height:100%}

/* Footer spacing */
.footer{margin-top:72px}

/* Responsive */
@media (max-width:1100px){
  .proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #homeBlog{grid-template-columns:repeat(2,minmax(0,1fr))}
  .experience-card{grid-template-columns:1fr}
  .hero-v16 .hero-glass-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
}
@media (max-width:960px){
  .hero-v16 .hero-youtube-wrap{inset:-4vh -26vw}
  .hero-v16 .hero-youtube-frame{width:170vw;height:95.625vw;transform:translate(-50%,-50%) scale(1.06);filter:blur(1.6px) saturate(1.04) brightness(.90)}
  .grid,.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-v16 .cinematic-copy h1{font-size:clamp(3.3rem,10vw,5.5rem)}
}
@media (max-width:560px){
  .container{width:min(100% - 22px,1240px)}
  .hero-v16 .hero-youtube-wrap{inset:-4vh -50vw}
  .hero-v16 .hero-youtube-frame{width:240vw;height:135vw;min-width:220vh;transform:translate(-50%,-50%) scale(1.0);filter:blur(1.8px) saturate(1.02) brightness(.9)}
  .hero-v16 .cinematic-wrap.centered-hero{padding-top:6.5rem;padding-bottom:2.8rem}
  .hero-v16 .cinematic-copy h1{font-size:clamp(2.7rem,13vw,4.1rem);line-height:.95}
  .hero-v16 .cinematic-copy p{font-size:1rem;line-height:1.68}
  .hero-v16 .hero-actions{display:grid;grid-template-columns:1fr;gap:.7rem}
  .hero-v16 .hero-trust-grid{display:grid;grid-template-columns:1fr;gap:.6rem}
  .hero-v16 .hero-trust-grid span{min-width:unset}
  .hero-v16 .hero-glass-cards{grid-template-columns:1fr;gap:.7rem}
  .proof-grid,.grid,.testimonials-grid,#homeBlog,.grid.grid-4{grid-template-columns:1fr!important}
  .card .thumb{height:220px;flex-basis:220px}
  .experience-card{padding:1.25rem!important;border-radius:28px}
  .experience-card h2{font-size:2.35rem}
}

/* ========= V17 hero correction: V15 feel + centered + 7-15s YouTube segment ========= */
.hero-v17{background:#12060b;min-height:100svh;position:relative;overflow:hidden;color:#fff}
.hero-v17 .hero-media{position:absolute;inset:0;background-size:cover;background-position:center center;z-index:-4}
.hero-v17 .hero-youtube-wrap{position:absolute;inset:-6vh -8vw;pointer-events:none;overflow:hidden;background:#12060b}
.hero-v17 .hero-youtube-frame{position:absolute;top:50%;left:50%;width:132vw;height:74.25vw;min-width:177.78vh;min-height:100vh;transform:translate(-50%,-50%) scale(1.08);border:0;filter:blur(.35px) saturate(1.08) contrast(1.04) brightness(.88)}
.hero-v17 .hero-gradient{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(12,4,7,.22) 0%,rgba(12,4,7,.12) 32%,rgba(12,4,7,.50) 100%),linear-gradient(90deg,rgba(12,4,7,.32),rgba(12,4,7,.12) 48%,rgba(12,4,7,.36));}
.hero-v17 .hero-noise{opacity:.055!important;z-index:3}
.hero-v17 .hero-glow-one{background:rgba(219,193,125,.13)}
.hero-v17 .hero-glow-two{background:rgba(123,16,37,.12)}
.hero-v17 .cinematic-wrap.centered-hero{display:flex!important;align-items:center!important;justify-content:center!important;min-height:100svh;width:min(1180px,92%)!important;margin-inline:auto!important;padding:8.4rem 0 4rem!important;position:relative;z-index:5;text-align:center}
.hero-v17 .centered-copy{width:min(940px,100%)!important;max-width:940px!important;margin:0 auto!important;text-align:center!important;justify-self:center!important;align-self:center!important;border:1px solid rgba(255,255,255,.18)!important;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.075))!important;box-shadow:0 34px 110px rgba(0,0,0,.22)!important;backdrop-filter:blur(9px)!important;border-radius:42px!important;padding:clamp(1.4rem,3.6vw,3rem)!important}
.hero-v17 .centered-copy:before{content:'';position:absolute;inset:14px;border-radius:32px;border:1px solid rgba(255,255,255,.10);pointer-events:none}
.hero-v17 .cinematic-kicker{display:inline-flex!important;margin-inline:auto!important;background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:none!important;backdrop-filter:blur(12px)!important}
.hero-v17 .cinematic-copy h1{max-width:850px!important;margin:1rem auto .85rem!important;text-align:center!important;font-size:clamp(3.6rem,7.25vw,6.9rem)!important;line-height:.92!important;letter-spacing:-.05em!important;text-wrap:balance;text-shadow:0 18px 52px rgba(0,0,0,.32)!important;color:#fff!important}
.hero-v17 .cinematic-copy p{max-width:720px!important;margin:0 auto!important;text-align:center!important;color:rgba(255,255,255,.90)!important;font-size:clamp(1rem,1.2vw,1.15rem)!important;line-height:1.75!important;text-shadow:0 8px 26px rgba(0,0,0,.22)!important}
.hero-v17 .hero-actions{display:flex!important;justify-content:center!important;gap:.8rem!important;margin-top:1.35rem!important}
.hero-v17 .hero-actions .glass-btn{background:rgba(255,255,255,.11)!important;border:1px solid rgba(255,255,255,.20)!important;color:#fff!important;backdrop-filter:blur(12px)!important}
.hero-v17 .hero-trust-grid{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:.65rem!important;margin:1.15rem auto 0!important}
.hero-v17 .hero-trust-grid span{min-width:158px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;border-radius:999px!important;padding:.68rem .9rem!important;backdrop-filter:blur(12px)!important}
.hero-v17 .hero-glass-cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.85rem!important;max-width:900px!important;margin:1.15rem auto 0!important}
.hero-v17 .glass-info-card{background:rgba(255,255,255,.11)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 18px 44px rgba(0,0,0,.14)!important;backdrop-filter:blur(12px)!important;border-radius:24px!important;padding:1rem .95rem!important;text-align:center!important}
.hero-v17 .glass-info-card b{display:block;color:#fff!important;font-family:'Cormorant Garamond',serif!important;font-size:1.48rem!important;line-height:.98!important;margin-bottom:.22rem!important}
.hero-v17 .glass-info-card span{display:block;color:rgba(255,255,255,.84)!important;font-size:.84rem!important;line-height:1.42!important;font-weight:800!important}
.hero-v17 .scroll-cue{left:50%!important;transform:translateX(-50%)!important;bottom:1.1rem!important}

@media(max-width:1100px){
  .hero-v17 .hero-glass-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:680px!important}
  .hero-v17 .cinematic-copy h1{font-size:clamp(3.4rem,9.2vw,5.8rem)!important}
}
@media(max-width:960px){
  .hero-v17 .hero-youtube-wrap{inset:-4vh -26vw}
  .hero-v17 .hero-youtube-frame{width:178vw;height:100.125vw;min-width:178vh;transform:translate(-50%,-50%) scale(1.03);filter:blur(.55px) saturate(1.05) brightness(.88)}
  .hero-v17 .cinematic-wrap.centered-hero{padding-top:7.4rem!important;padding-bottom:3.3rem!important}
  .hero-v17 .centered-copy{border-radius:34px!important;padding:1.35rem!important;background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.065))!important}
}
@media(max-width:560px){
  .hero-v17{min-height:100svh}
  .hero-v17 .hero-youtube-wrap{inset:-4vh -52vw}
  .hero-v17 .hero-youtube-frame{width:250vw;height:140.625vw;min-width:225vh;transform:translate(-50%,-50%) scale(1.0);filter:blur(.7px) saturate(1.03) brightness(.88)}
  .hero-v17 .hero-gradient{background:linear-gradient(180deg,rgba(12,4,7,.34),rgba(12,4,7,.20) 38%,rgba(12,4,7,.58));}
  .hero-v17 .cinematic-wrap.centered-hero{width:min(100% - 22px,1180px)!important;min-height:100svh;padding-top:6.5rem!important;padding-bottom:2.8rem!important}
  .hero-v17 .centered-copy{border-radius:28px!important;padding:1rem!important}
  .hero-v17 .centered-copy:before{display:none}
  .hero-v17 .cinematic-copy h1{font-size:clamp(2.55rem,12.4vw,4rem)!important;line-height:.96!important;margin:.8rem auto!important}
  .hero-v17 .cinematic-copy p{font-size:.98rem!important;line-height:1.65!important}
  .hero-v17 .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:.7rem!important}
  .hero-v17 .hero-trust-grid{display:grid!important;grid-template-columns:1fr!important;gap:.55rem!important}
  .hero-v17 .hero-trust-grid span{min-width:unset!important}
  .hero-v17 .hero-glass-cards{grid-template-columns:1fr!important;gap:.6rem!important}
  .hero-v17 .glass-info-card{border-radius:20px!important;padding:.85rem!important}
}

/* ========= V17 local video final patch ========= */
.hero-local-video .hero-media-local{background-size:cover;background-position:center;overflow:hidden;z-index:-4}
.hero-local-video .hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:blur(.2px) saturate(1.08) contrast(1.04) brightness(.72);transform:scale(1.025);pointer-events:none}
.hero-local-video .hero-bg-video-mobile{display:none}
.hero-local-video .hero-gradient{background:linear-gradient(180deg,rgba(12,4,7,.30) 0%,rgba(12,4,7,.18) 34%,rgba(12,4,7,.62) 100%),linear-gradient(90deg,rgba(12,4,7,.34),rgba(12,4,7,.12) 50%,rgba(12,4,7,.30))!important}
.hero-local-video .hero-noise{opacity:.055!important}
.hero-local-video .cinematic-wrap.centered-hero{width:min(1180px,92%)!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding-top:8.3rem!important;padding-bottom:4rem!important}
.hero-local-video .centered-copy{position:relative!important;max-width:960px!important;width:min(960px,100%)!important;margin:0 auto!important;border:1px solid rgba(255,255,255,.16)!important;background:linear-gradient(135deg,rgba(18,7,12,.42),rgba(255,255,255,.075))!important;box-shadow:0 34px 110px rgba(0,0,0,.22)!important;backdrop-filter:blur(7px)!important;border-radius:42px!important;padding:clamp(1.35rem,3.5vw,3rem)!important;text-align:center!important}
.hero-local-video .centered-copy:before{content:'';position:absolute;inset:14px;border-radius:32px;border:1px solid rgba(255,255,255,.08);pointer-events:none}
.hero-local-video .cinematic-copy h1{max-width:900px!important;margin:1rem auto .9rem!important;font-size:clamp(4rem,7.2vw,7rem)!important;line-height:.94!important;letter-spacing:-.05em!important;text-align:center!important;text-shadow:0 20px 70px rgba(0,0,0,.32)!important}
.hero-local-video .cinematic-copy p{max-width:760px!important;margin:0 auto!important;text-align:center!important;color:rgba(255,255,255,.90)!important;text-shadow:0 10px 30px rgba(0,0,0,.26)!important}
.hero-local-video .hero-actions{justify-content:center!important}
.hero-local-video .hero-trust-grid{justify-content:center!important}
.hero-local-video .hero-glass-cards{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:980px!important}
.hero-local-video .glass-info-card{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.16)!important}
.hero-local-video .scroll-cue{left:50%!important;transform:translateX(-50%)!important}
@media(max-width:960px){
  .hero-local-video .hero-bg-video-desktop{display:none!important}
  .hero-local-video .hero-bg-video-mobile{display:block!important;filter:blur(.35px) saturate(1.06) contrast(1.03) brightness(.70);transform:scale(1.02)}
  .hero-local-video .hero-gradient{background:linear-gradient(180deg,rgba(12,4,7,.36) 0%,rgba(12,4,7,.22) 38%,rgba(12,4,7,.66) 100%)!important}
  .hero-local-video .cinematic-wrap.centered-hero{padding-top:7rem!important;padding-bottom:3rem!important}
  .hero-local-video .centered-copy{border-radius:34px!important;padding:1.3rem!important;background:linear-gradient(135deg,rgba(18,7,12,.42),rgba(255,255,255,.075))!important}
  .hero-local-video .cinematic-copy h1{font-size:clamp(3.1rem,11vw,5.3rem)!important}
  .hero-local-video .hero-glass-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .hero-local-video{min-height:100svh!important}
  .hero-local-video .hero-bg-video-mobile{object-position:center center;filter:blur(.4px) saturate(1.04) brightness(.72);transform:scale(1.01)}
  .hero-local-video .cinematic-wrap.centered-hero{min-height:100svh!important;padding-top:6.4rem!important;padding-bottom:2.7rem!important;width:min(100% - 22px,1180px)!important}
  .hero-local-video .centered-copy{border-radius:28px!important;padding:1rem!important;backdrop-filter:blur(6px)!important}
  .hero-local-video .centered-copy:before{inset:9px;border-radius:22px}
  .hero-local-video .cinematic-copy h1{font-size:clamp(2.5rem,12.5vw,4rem)!important;line-height:.96!important;margin:.8rem auto!important}
  .hero-local-video .cinematic-copy p{font-size:.96rem!important;line-height:1.62!important}
  .hero-local-video .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:.7rem!important}
  .hero-local-video .hero-trust-grid{display:grid!important;grid-template-columns:1fr!important;gap:.55rem!important}
  .hero-local-video .hero-glass-cards{display:none!important}
}

/* ========= V18 mobile hero polish ========= */
.hero-v18.hero-local-video .centered-copy{max-width:960px!important}
.hero-v18.hero-local-video .scroll-cue{display:flex!important;align-items:center;gap:.6rem;z-index:8;color:rgba(255,255,255,.72)}

@media(max-width:560px){
  .hero-v18.hero-local-video{min-height:100svh!important}
  .hero-v18.hero-local-video .hero-bg-video-mobile{
    object-position:center center!important;
    filter:blur(.08px) saturate(1.08) contrast(1.03) brightness(.88)!important;
    transform:scale(1.005)!important;
  }
  .hero-v18.hero-local-video .hero-gradient{
    background:linear-gradient(180deg,rgba(12,4,7,.18) 0%,rgba(12,4,7,.14) 34%,rgba(12,4,7,.46) 100%),linear-gradient(90deg,rgba(12,4,7,.20),rgba(12,4,7,.08),rgba(12,4,7,.20))!important;
  }
  .hero-v18.hero-local-video .hero-noise{opacity:.035!important}
  .hero-v18.hero-local-video .cinematic-wrap.centered-hero{
    min-height:100svh!important;
    width:min(100% - 28px,1180px)!important;
    padding-top:6.15rem!important;
    padding-bottom:7.8rem!important;
    align-items:center!important;
  }
  .hero-v18.hero-local-video .centered-copy{
    width:100%!important;
    max-width:380px!important;
    padding:.95rem .95rem 1rem!important;
    border-radius:26px!important;
    background:linear-gradient(135deg,rgba(18,7,12,.36),rgba(255,255,255,.055))!important;
    border:1px solid rgba(255,255,255,.16)!important;
    backdrop-filter:blur(5px)!important;
    box-shadow:0 22px 70px rgba(0,0,0,.20)!important;
  }
  .hero-v18.hero-local-video .centered-copy:before{display:none!important}
  .hero-v18.hero-local-video .cinematic-kicker{
    font-size:.72rem!important;
    padding:.44rem .7rem!important;
    max-width:max-content!important;
  }
  .hero-v18.hero-local-video .cinematic-copy h1{
    font-size:clamp(2.15rem,10.4vw,3.25rem)!important;
    line-height:.98!important;
    letter-spacing:-.04em!important;
    margin:.72rem auto .65rem!important;
    max-width:330px!important;
  }
  .hero-v18.hero-local-video .cinematic-copy p{
    font-size:.9rem!important;
    line-height:1.55!important;
    max-width:315px!important;
    color:rgba(255,255,255,.88)!important;
  }
  .hero-v18.hero-local-video .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:.62rem!important;
    margin-top:1rem!important;
  }
  .hero-v18.hero-local-video .hero-actions .btn{
    padding:.86rem .95rem!important;
    min-height:48px!important;
  }
  .hero-v18.hero-local-video .hero-trust-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:.5rem!important;
    margin-top:.85rem!important;
  }
  .hero-v18.hero-local-video .hero-trust-grid span{
    min-width:0!important;
    padding:.55rem .55rem!important;
    border-radius:18px!important;
    font-size:.78rem!important;
    line-height:1.2!important;
  }
  .hero-v18.hero-local-video .hero-trust-grid span:nth-child(2){display:none!important}
  .hero-v18.hero-local-video .hero-glass-cards{display:none!important}
  .hero-v18.hero-local-video .scroll-cue{
    display:flex!important;
    left:50%!important;
    bottom:5.15rem!important;
    transform:translateX(-50%)!important;
    color:rgba(255,255,255,.72)!important;
    font-size:.68rem!important;
    letter-spacing:.16em!important;
    text-shadow:0 10px 24px rgba(0,0,0,.35)!important;
  }
  .hero-v18.hero-local-video .scroll-cue span{
    height:30px!important;
    background:linear-gradient(180deg,#fff,rgba(255,255,255,0))!important;
  }
}

@media(max-width:390px){
  .hero-v18.hero-local-video .centered-copy{max-width:350px!important;padding:.88rem!important}
  .hero-v18.hero-local-video .cinematic-copy h1{font-size:2.05rem!important;max-width:300px!important}
  .hero-v18.hero-local-video .cinematic-copy p{font-size:.86rem!important;line-height:1.48!important}
  .hero-v18.hero-local-video .hero-actions .btn{min-height:46px!important;padding:.8rem .85rem!important}
}

/* ========= V19 stable patch from V18: clearer mobile video + Bursa Özlüce SEO content only ========= */
@media(max-width:560px){
  .hero-v18.hero-local-video .hero-bg-video-mobile{
    filter:blur(0px) saturate(1.08) contrast(1.06) brightness(.96)!important;
    transform:scale(1.003)!important;
    object-position:center center!important;
  }
  .hero-v18.hero-local-video .hero-gradient{
    background:linear-gradient(180deg,rgba(12,4,7,.12) 0%,rgba(12,4,7,.08) 34%,rgba(12,4,7,.38) 100%),linear-gradient(90deg,rgba(12,4,7,.13),rgba(12,4,7,.04),rgba(12,4,7,.13))!important;
  }
  .hero-v18.hero-local-video .hero-noise{opacity:.018!important}
  .hero-v18.hero-local-video .hero-glow{opacity:.38!important;filter:blur(22px)!important}
  .hero-v18.hero-local-video .centered-copy{
    background:linear-gradient(135deg,rgba(18,7,12,.30),rgba(255,255,255,.040))!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
    border-color:rgba(255,255,255,.14)!important;
    box-shadow:0 20px 62px rgba(0,0,0,.17)!important;
  }
  .hero-v18.hero-local-video .cinematic-kicker,
  .hero-v18.hero-local-video .hero-trust-grid span,
  .hero-v18.hero-local-video .hero-actions .glass-btn{
    backdrop-filter:blur(4px)!important;
    -webkit-backdrop-filter:blur(4px)!important;
  }
  .hero-v18.hero-local-video .cinematic-copy p{color:rgba(255,255,255,.92)!important}
}

/* ========= V21 mobile hero balance patch ========= */
@media(max-width:560px){
  .hero-v21.hero-local-video{
    min-height:auto!important;
  }
  .hero-v21.hero-local-video .hero-bg-video-mobile{
    object-position:center 42%!important;
    filter:blur(0px) saturate(1.08) contrast(1.06) brightness(.94)!important;
    transform:scale(1.002)!important;
  }
  .hero-v21.hero-local-video .hero-gradient{
    background:
      linear-gradient(180deg,rgba(12,4,7,.10) 0%,rgba(12,4,7,.06) 30%,rgba(12,4,7,.34) 100%),
      linear-gradient(90deg,rgba(12,4,7,.10),rgba(12,4,7,.025),rgba(12,4,7,.10))!important;
  }
  .hero-v21.hero-local-video .hero-noise{opacity:.012!important}
  .hero-v21.hero-local-video .hero-glow{opacity:.24!important;filter:blur(18px)!important}
  .hero-v21.hero-local-video .cinematic-wrap.centered-hero{
    min-height:auto!important;
    width:min(100% - 24px,1180px)!important;
    padding-top:6.05rem!important;
    padding-bottom:6.35rem!important;
    align-items:flex-start!important;
    justify-content:center!important;
  }
  .hero-v21.hero-local-video .centered-copy{
    max-width:370px!important;
    padding:.88rem .86rem .9rem!important;
    border-radius:25px!important;
    background:linear-gradient(135deg,rgba(18,7,12,.28),rgba(255,255,255,.035))!important;
    border-color:rgba(255,255,255,.135)!important;
    box-shadow:0 18px 58px rgba(0,0,0,.16)!important;
    backdrop-filter:blur(2.5px)!important;
    -webkit-backdrop-filter:blur(2.5px)!important;
  }
  .hero-v21.hero-local-video .cinematic-kicker{
    font-size:.68rem!important;
    padding:.38rem .66rem!important;
  }
  .hero-v21.hero-local-video .cinematic-copy h1{
    font-size:clamp(2.02rem,9.9vw,3rem)!important;
    line-height:.98!important;
    margin:.58rem auto .48rem!important;
    max-width:318px!important;
    text-shadow:0 14px 36px rgba(0,0,0,.32)!important;
  }
  .hero-v21.hero-local-video .cinematic-copy p{
    font-size:.84rem!important;
    line-height:1.48!important;
    max-width:312px!important;
    color:rgba(255,255,255,.91)!important;
  }
  .hero-v21.hero-local-video .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:.55rem!important;
    margin-top:.78rem!important;
  }
  .hero-v21.hero-local-video .hero-actions .btn{
    min-height:44px!important;
    padding:.76rem .88rem!important;
    font-size:.88rem!important;
  }
  .hero-v21.hero-local-video .hero-trust-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:.45rem!important;
    margin-top:.68rem!important;
  }
  .hero-v21.hero-local-video .hero-trust-grid span{
    min-width:0!important;
    padding:.48rem .5rem!important;
    border-radius:17px!important;
    font-size:.72rem!important;
    line-height:1.12!important;
    background:rgba(255,255,255,.095)!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
  }
  .hero-v21.hero-local-video .hero-trust-grid span:nth-child(2){display:none!important}
  .hero-v21.hero-local-video .hero-glass-cards{display:none!important}
  .hero-v21.hero-local-video .scroll-cue{
    display:flex!important;
    left:50%!important;
    bottom:3.9rem!important;
    transform:translateX(-50%)!important;
    color:rgba(255,255,255,.75)!important;
    font-size:.66rem!important;
    letter-spacing:.17em!important;
    text-shadow:0 10px 24px rgba(0,0,0,.42)!important;
  }
  .hero-v21.hero-local-video .scroll-cue span{
    height:26px!important;
    background:linear-gradient(180deg,#fff,rgba(255,255,255,0))!important;
  }
}

@media(max-width:390px){
  .hero-v21.hero-local-video .cinematic-wrap.centered-hero{
    width:min(100% - 20px,1180px)!important;
    padding-top:5.75rem!important;
    padding-bottom:6.15rem!important;
  }
  .hero-v21.hero-local-video .centered-copy{
    max-width:344px!important;
    padding:.78rem!important;
  }
  .hero-v21.hero-local-video .cinematic-copy h1{
    font-size:2rem!important;
    max-width:292px!important;
  }
  .hero-v21.hero-local-video .cinematic-copy p{
    font-size:.80rem!important;
    line-height:1.42!important;
  }
  .hero-v21.hero-local-video .hero-actions .btn{
    min-height:42px!important;
    padding:.70rem .8rem!important;
  }
  .hero-v21.hero-local-video .hero-trust-grid span{font-size:.69rem!important}
}

/* ========= V22 mobile full-screen hero balance patch ========= */
@media(max-width:560px){
  .hero-v22.hero-local-video{
    min-height:100svh!important;
    height:100svh!important;
    overflow:hidden!important;
  }
  .hero-v22.hero-local-video .hero-media,
  .hero-v22.hero-local-video .hero-bg-video-mobile{
    height:100%!important;
  }
  .hero-v22.hero-local-video .hero-bg-video-mobile{
    object-position:center 47%!important;
    filter:blur(0px) saturate(1.06) contrast(1.04) brightness(.88)!important;
    transform:scale(1.006)!important;
  }
  .hero-v22.hero-local-video .hero-gradient{
    background:
      linear-gradient(180deg,rgba(12,4,7,.15) 0%,rgba(12,4,7,.08) 28%,rgba(12,4,7,.24) 58%,rgba(12,4,7,.54) 100%),
      linear-gradient(90deg,rgba(12,4,7,.16),rgba(12,4,7,.035),rgba(12,4,7,.16))!important;
  }
  .hero-v22.hero-local-video .hero-noise{opacity:.012!important}
  .hero-v22.hero-local-video .hero-glow{opacity:.18!important;filter:blur(18px)!important}
  .hero-v22.hero-local-video .cinematic-wrap.centered-hero{
    min-height:100svh!important;
    height:100svh!important;
    width:min(100% - 24px,1180px)!important;
    padding-top:clamp(5.7rem,13.5vh,7.1rem)!important;
    padding-bottom:7.85rem!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
  }
  .hero-v22.hero-local-video .centered-copy{
    width:100%!important;
    max-width:370px!important;
    padding:1rem .95rem 1.05rem!important;
    border-radius:27px!important;
    background:linear-gradient(135deg,rgba(18,7,12,.32),rgba(255,255,255,.035))!important;
    border:1px solid rgba(255,255,255,.145)!important;
    box-shadow:0 20px 64px rgba(0,0,0,.18)!important;
    backdrop-filter:blur(2.4px)!important;
    -webkit-backdrop-filter:blur(2.4px)!important;
  }
  .hero-v22.hero-local-video .centered-copy:before{display:none!important}
  .hero-v22.hero-local-video .cinematic-kicker{
    font-size:.68rem!important;
    padding:.38rem .68rem!important;
    max-width:max-content!important;
  }
  .hero-v22.hero-local-video .cinematic-copy h1{
    font-size:clamp(2.08rem,10vw,3.08rem)!important;
    line-height:.98!important;
    letter-spacing:-.04em!important;
    margin:.62rem auto .52rem!important;
    max-width:320px!important;
    text-shadow:0 15px 38px rgba(0,0,0,.34)!important;
  }
  .hero-v22.hero-local-video .cinematic-copy p{
    font-size:.84rem!important;
    line-height:1.50!important;
    max-width:314px!important;
    color:rgba(255,255,255,.92)!important;
  }
  .hero-v22.hero-local-video .hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:.58rem!important;
    margin-top:.86rem!important;
  }
  .hero-v22.hero-local-video .hero-actions .btn{
    min-height:45px!important;
    padding:.76rem .9rem!important;
    font-size:.88rem!important;
    border-radius:999px!important;
  }
  .hero-v22.hero-local-video .hero-trust-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:.48rem!important;
    margin-top:.72rem!important;
  }
  .hero-v22.hero-local-video .hero-trust-grid span{
    min-width:0!important;
    padding:.50rem .54rem!important;
    border-radius:17px!important;
    font-size:.72rem!important;
    line-height:1.12!important;
    background:rgba(255,255,255,.09)!important;
    border-color:rgba(255,255,255,.13)!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
  }
  .hero-v22.hero-local-video .hero-trust-grid span:nth-child(2){display:none!important}
  .hero-v22.hero-local-video .hero-glass-cards{display:none!important}
  .hero-v22.hero-local-video .scroll-cue{
    display:flex!important;
    position:absolute!important;
    left:50%!important;
    bottom:5.35rem!important;
    transform:translateX(-50%)!important;
    color:rgba(255,255,255,.78)!important;
    font-size:.66rem!important;
    letter-spacing:.17em!important;
    text-shadow:0 10px 24px rgba(0,0,0,.46)!important;
    z-index:12!important;
  }
  .hero-v22.hero-local-video .scroll-cue span{
    height:28px!important;
    background:linear-gradient(180deg,#fff,rgba(255,255,255,0))!important;
  }
  .hero-v22.hero-local-video + .section{
    padding-top:72px!important;
  }
}

@media(max-width:390px){
  .hero-v22.hero-local-video .cinematic-wrap.centered-hero{
    width:min(100% - 20px,1180px)!important;
    padding-top:5.6rem!important;
    padding-bottom:7.55rem!important;
  }
  .hero-v22.hero-local-video .centered-copy{
    max-width:345px!important;
    padding:.88rem .8rem .92rem!important;
  }
  .hero-v22.hero-local-video .cinematic-copy h1{
    font-size:1.98rem!important;
    max-width:294px!important;
    margin:.54rem auto .45rem!important;
  }
  .hero-v22.hero-local-video .cinematic-copy p{
    font-size:.80rem!important;
    line-height:1.43!important;
  }
  .hero-v22.hero-local-video .hero-actions{
    gap:.5rem!important;
    margin-top:.70rem!important;
  }
  .hero-v22.hero-local-video .hero-actions .btn{
    min-height:42px!important;
    padding:.68rem .8rem!important;
  }
  .hero-v22.hero-local-video .hero-trust-grid{
    margin-top:.58rem!important;
  }
  .hero-v22.hero-local-video .hero-trust-grid span{font-size:.68rem!important}
}
