:root{--bg:#0a0a0c;--bg-2:#101015;--panel:#15151b;--line:rgba(255,255,255,.1);--text:#ececef;--muted:#a2a2ac;--red:#e11d2a;--red2:#ff4646;--ease:cubic-bezier(.16,1,.3,1)}
*{margin:0;padding:0;box-sizing:border-box}
::selection{background:#e11d2a;color:#fff}
::-moz-selection{background:#e11d2a;color:#fff}
html{overflow-anchor:none}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-stopped{overflow:hidden}
.lenis.lenis-smooth iframe{pointer-events:none}
body{font-family:'Roboto',system-ui,sans-serif;background:linear-gradient(rgba(9,9,12,.93),rgba(9,9,12,.95)),var(--faint,none) center top/cover,var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3{font-family:'Sora',sans-serif;line-height:1.25;letter-spacing:-.01em;color:var(--red2);overflow-wrap:break-word}
a{color:var(--red2);text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:760px;margin:0 auto;padding:0 22px}

/* NAV */
header{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(135deg,rgba(225,29,42,.42),rgba(179,15,28,.42));backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid rgba(255,255,255,.12)}
nav{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:74px}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:48px;width:48px;object-fit:cover;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);background:#000}
.logo .wm{font-family:'Sora';font-weight:800;font-size:1.24rem;letter-spacing:-.01em;background:linear-gradient(180deg,#ffecec 0%,#ff9a9a 13%,#ff2323 36%,#ff0101 54%,#c80101 80%,#ff4747 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 1px 1px rgba(0,0,0,.55)) drop-shadow(0 0 10px rgba(255,0,0,.6))}
.logo .wm b{background:linear-gradient(180deg,#ffecec 0%,#ff9a9a 13%,#ff2323 36%,#ff0101 54%,#c80101 80%,#ff4747 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.nav-links{display:flex;gap:30px;align-items:center}
.nav-links a{font-size:.92rem;font-weight:600;color:#fff;text-shadow:0 1px 0 #8f0d17,0 2px 0 #6d0a12,0 3px 5px rgba(0,0,0,.5);transition:.25s;position:relative}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:#fff;transition:.3s var(--ease)}
.nav-links a:hover::after{width:100%}
.nav-cta{display:flex;align-items:center;gap:12px}
.nav-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,rgba(225,29,42,.5),rgba(179,15,28,.58));border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:inset 0 1px 1px rgba(255,255,255,.35),0 3px 7px rgba(0,0,0,.3);transition:.3s var(--ease)}
.nav-icon svg{width:19px;height:19px;fill:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3));transition:fill .3s}
.nav-icon:hover{background:#fff;transform:translateY(-3px);box-shadow:0 9px 18px -4px rgba(0,0,0,.55),inset 0 0 0 rgba(0,0,0,0)}
.nav-icon:hover svg{fill:var(--red);filter:none}
.nav-icon:active{transform:translateY(0);box-shadow:inset 0 3px 6px rgba(0,0,0,.6)}
.nav-quote{background:linear-gradient(135deg,rgba(225,29,42,.5),rgba(179,15,28,.58));color:#fff;padding:10px 20px;border-radius:100px;font-weight:700;font-size:.85rem;white-space:nowrap;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:inset 0 1px 1px rgba(255,255,255,.35),0 3px 7px rgba(0,0,0,.3);transition:.3s var(--ease)}
.nav-quote:hover{transform:translateY(-3px);box-shadow:0 12px 26px -8px rgba(0,0,0,.55)}
.nav-quote:active{transform:translateY(0);box-shadow:inset 0 3px 6px rgba(0,0,0,.28)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:24px;height:2px;background:#fff;border-radius:2px}

/* HERO with full-background slideshow */
.blog-hero{position:relative;min-height:clamp(560px,66vh,720px);display:flex;align-items:flex-end;padding:128px 0 46px;overflow:hidden;border-bottom:1px solid var(--line)}
.slider{position:absolute;inset:0;z-index:0;overflow:hidden}
.slides{position:absolute;inset:0}
.slides img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease}
.slides img.on,.slides img:only-child{opacity:1}
.blog-hero .sarrow,.blog-hero .dots{display:none}   /* clean auto-fade only — no slider controls */
.s-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(10,10,13,.28) 0%,transparent 34%,rgba(10,10,13,.42) 62%,rgba(10,10,13,.9) 100%)}
.dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}
.dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:.3s}
.dots button.active{background:#fff;width:24px;border-radius:10px}
.sarrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:0;background:rgba(0,0,0,.4);backdrop-filter:blur(6px);color:#fff;font-size:1.2rem;cursor:pointer;display:grid;place-items:center;transition:.3s}
.sarrow:hover{background:var(--red)}
.sarrow.prev{left:12px}.sarrow.next{right:12px}
.hero-content{position:relative;z-index:2;width:100%}
.blog-hero h1{font-size:clamp(2rem,5.2vw,2.9rem);font-weight:800;max-width:760px;margin:0;text-shadow:0 2px 22px rgba(0,0,0,.65)}

/* ARTICLE */
article{padding:34px 0 60px}
.byline{font-size:.8rem;color:var(--muted);margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid var(--line);letter-spacing:.01em}
.answer{font-size:1.05rem;color:#f2f2f5;margin-bottom:26px}
article h2{font-size:1.42rem;font-weight:700;margin:36px 0 12px}
article h3{font-size:1.08rem;font-weight:700;margin:22px 0 6px}
article p{margin:0 0 14px;color:#f1f1f4}
article ul,article ol{margin:0 0 16px 22px;color:#f1f1f4}
article li{margin-bottom:6px}
strong{color:#fff}
table{width:100%;border-collapse:collapse;margin:6px 0 18px;font-size:.95rem}
th,td{border:1px solid var(--line);padding:9px 12px;text-align:left}
th{background:rgba(225,29,42,.12);color:#fff;font-family:'Sora';font-weight:600}
hr{border:0;border-top:1px solid var(--line);margin:30px 0}

/* FOOTER (brand-centered, matches homepage) */
footer{border-top:1px solid var(--line);padding:52px 22px 28px;background:linear-gradient(160deg,#c1121f,#7d0d18);color:#fff}
.foot-brand{text-align:center;display:flex;flex-direction:column;align-items:center;gap:13px;margin-bottom:36px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.2)}
.foot-brand .foot-logo{display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px}
.foot-brand .foot-logo img{height:60px;width:60px;object-fit:cover;border-radius:50%;background:#000;border:1.5px solid rgba(255,255,255,.4)}
.foot-brand .foot-logo .wm{font-family:'Sora';font-weight:800;font-size:clamp(1.35rem,6.5vw,1.9rem);color:#fff;-webkit-text-fill-color:#fff;background:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}
.foot-brand p{max-width:540px;margin:0 auto;color:rgba(255,255,255,.85);font-size:.94rem}
.foot-brand .socials{justify-content:center;margin-top:2px}
.foot-grid{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:40px;margin:0 auto 38px;max-width:980px}
.foot-grid h5{font-family:'Sora';font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:16px}
.foot-grid a{display:block;color:rgba(255,255,255,.85);font-size:.9rem;margin-bottom:10px;transition:.25s;overflow-wrap:anywhere}
.foot-grid a svg{width:15px;height:15px;fill:currentColor;vertical-align:-2px;margin-right:6px}
.foot-grid a:hover{color:#fff}
.foot-grid p{color:rgba(255,255,255,.85);font-size:.9rem;max-width:280px}
.socials{display:flex;gap:10px;margin-top:16px}
.socials a{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:#fff;transition:.3s;margin:0}
.socials a svg{width:19px;height:19px;display:block;fill:currentColor}
.socials a:hover{background:rgba(255,255,255,.2);transform:translateY(-3px)}
.foot-bottom{max-width:1000px;margin:0 auto;border-top:1px solid rgba(255,255,255,.24);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.82);font-size:.82rem}
@media(max-width:600px){
  .foot-grid{grid-template-columns:1fr;max-width:320px;gap:22px;text-align:center}
  .foot-grid p{margin-left:auto;margin-right:auto}
}

/* WhatsApp float */
.wa{position:fixed;bottom:26px;right:26px;z-index:90;width:60px;height:60px;border-radius:50%;background:transparent;border:1px solid var(--line);backdrop-filter:blur(8px);display:grid;place-items:center;transition:.3s var(--ease)}
.wa:hover{transform:scale(1.08);border-color:var(--red)}
.wa svg{width:32px;height:32px;fill:#fff;transition:fill .3s}
.wa:hover svg{fill:var(--red)}

@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.blog-hero{min-height:430px}.sarrow{display:none}}
@media(max-width:940px){
  header{background:linear-gradient(180deg,rgba(13,13,16,.9),rgba(13,13,16,.66));border-bottom:1px solid rgba(225,29,42,.34);box-shadow:0 10px 30px -16px rgba(0,0,0,.75)}
  .nav-cta .nav-quote,.nav-cta .nav-icon{display:none}
  .burger{display:flex}
  .nav-links{display:flex;position:absolute;top:74px;left:0;right:0;flex-direction:column;background:linear-gradient(180deg,rgba(13,13,16,.97),rgba(20,20,24,.95));backdrop-filter:blur(30px) saturate(1.5);-webkit-backdrop-filter:blur(30px) saturate(1.5);padding:26px 22px 30px;gap:20px;border-bottom:1px solid rgba(255,255,255,.16);box-shadow:0 24px 44px -14px rgba(0,0,0,.55);opacity:0;visibility:hidden;transform:translateY(-16px);pointer-events:none;transition:opacity .45s var(--ease),transform .45s var(--ease),visibility .45s}
  .nav-links.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
}
@media(max-width:640px){
  .foot-grid{grid-template-columns:1fr 1fr}
  .blog-hero{min-height:340px;padding:100px 0 34px}
  .wrap{padding:0 18px}
  article h2{font-size:1.25rem;margin-top:30px}
  article{padding:26px 0 48px}
  table{font-size:.86rem;table-layout:fixed;width:100%}
  th,td{padding:8px 10px;word-break:break-word;overflow-wrap:anywhere}
  .foot-bottom{flex-direction:column;gap:6px}
}
@media(max-width:440px){
  .blog-hero h1{font-size:1.75rem}
  .logo .wm{font-size:1.05rem}
  .logo img{height:40px;width:40px}
  .answer{font-size:1rem}
  .foot-grid{grid-template-columns:1fr}
}
@media(max-width:360px){                          /* very narrow phones (down to ~280px) - keep layout intact */
  .wrap{padding:0 12px}
  nav{padding:0 12px}
  .blog-hero h1{font-size:1.5rem}
  .logo .wm{font-size:.9rem}
  .logo img{height:32px;width:32px}
  .answer{font-size:.92rem}
  article p,article li{font-size:.95rem}
  article h2{font-size:1.14rem}
  table{font-size:.72rem}
  th,td{padding:5px 6px}
  .ms-grid{gap:6px}
  .ms-body{padding:6px}
  .ms-body h3{font-size:.6rem}
}
/* ===== BIG SCREENS: scale nav, footer, hero and text up so the site fills large displays ===== */
@media(min-width:1600px){
  nav{max-width:1440px;height:86px}
  .logo img{height:58px;width:58px}
  .logo .wm{font-size:1.55rem}
  .nav-links{gap:42px}
  .nav-links a{font-size:1.12rem}
  .nav-icon{width:52px;height:52px}
  .nav-icon svg{width:24px;height:24px}
  .nav-quote{font-size:1.06rem;padding:13px 28px}
  .blog-hero h1{font-size:3.4rem;max-width:1040px}
  .wrap{max-width:1040px}
  article p,article li{font-size:1.18rem}
  .answer{font-size:1.26rem}
  article h2{font-size:1.74rem}
  article h3{font-size:1.28rem}
  .foot-grid{max-width:1040px;gap:46px}
  .foot-grid h5{font-size:1rem}
  .foot-grid a,.foot-grid p{font-size:1.1rem}
  .f-logo img{height:56px;width:56px}
  .f-logo .wm{font-size:1.4rem}
  .socials a{width:48px;height:48px}
  .socials a svg{width:24px;height:24px}
  .foot-bottom{max-width:1040px;font-size:1.04rem}
  .wa{width:74px;height:74px}
  .wa svg{width:40px;height:40px}
}
@media(min-width:2000px){
  nav{max-width:1800px;height:96px}
  .logo img{height:68px;width:68px}
  .logo .wm{font-size:1.85rem}
  .nav-links{gap:52px}
  .nav-links a{font-size:1.32rem}
  .nav-icon{width:60px;height:60px}
  .nav-icon svg{width:28px;height:28px}
  .nav-quote{font-size:1.26rem;padding:16px 36px}
  .blog-hero h1{font-size:4.2rem;max-width:1240px}
  .wrap{max-width:1280px}
  article p,article li{font-size:1.3rem}
  .answer{font-size:1.44rem}
  article h2{font-size:2.05rem}
  article h3{font-size:1.48rem}
  .foot-grid{max-width:1180px;gap:54px}
  .foot-grid h5{font-size:1.14rem}
  .foot-grid a,.foot-grid p{font-size:1.26rem}
  .f-logo img{height:66px;width:66px}
  .f-logo .wm{font-size:1.7rem}
  .socials a{width:58px;height:58px}
  .socials a svg{width:29px;height:29px}
  .foot-bottom{max-width:1180px;font-size:1.2rem}
  .wa{width:90px;height:90px}
  .wa svg{width:49px;height:49px}
}
@media(min-width:2400px){
  nav{max-width:2200px;height:108px}
  .logo img{height:80px;width:80px}
  .logo .wm{font-size:2.15rem}
  .nav-links{gap:62px}
  .nav-links a{font-size:1.5rem}
  .nav-icon{width:70px;height:70px}
  .nav-icon svg{width:33px;height:33px}
  .nav-quote{font-size:1.46rem;padding:19px 42px}
  .blog-hero h1{font-size:5rem;max-width:1440px}
  .wrap{max-width:1520px}
  article p,article li{font-size:1.46rem}
  .answer{font-size:1.62rem}
  article h2{font-size:2.4rem}
  article h3{font-size:1.66rem}
  .foot-grid{max-width:1340px;gap:64px}
  .foot-grid h5{font-size:1.3rem}
  .foot-grid a,.foot-grid p{font-size:1.46rem}
  .f-logo img{height:78px;width:78px}
  .f-logo .wm{font-size:2rem}
  .socials a{width:68px;height:68px}
  .socials a svg{width:34px;height:34px}
  .foot-bottom{max-width:1340px;font-size:1.4rem}
  .wa{width:104px;height:104px}
  .wa svg{width:56px;height:56px}
}

@media(min-width:2800px){
  nav{max-width:2600px}
  .blog-hero h1{font-size:6rem;max-width:1720px}
  .wrap{max-width:1780px}
  article p,article li{font-size:1.66rem}
  .answer{font-size:1.86rem}
  article h2{font-size:2.7rem}
  article h3{font-size:1.9rem}
  .foot-grid{max-width:2600px}
  .foot-bottom{max-width:2600px}
}

/* ===== More Services (random cards at the end of every blog) ===== */
.more-svc{border-top:1px solid var(--line);margin-top:24px;padding:46px 0 8px}
.more-svc .wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.ms-eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--red2);font-weight:700;margin-bottom:6px}
.more-svc h2{margin:0 0 20px;font-size:1.55rem}
.ms-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}        /* laptop + big screen: 6 in one row */
.ms-card{position:relative;display:block;aspect-ratio:3/4;border-radius:14px;overflow:hidden;background:var(--panel);text-decoration:none;box-shadow:0 6px 20px rgba(0,0,0,.35);transition:transform .3s var(--ease),box-shadow .3s}
.ms-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(0,0,0,.55)}
.ms-pic{position:absolute;inset:0;overflow:hidden}
.ms-pic img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .9s var(--ease),transform .55s var(--ease)}
.ms-pic img.on{opacity:1}
.ms-card:hover .ms-pic img.on{transform:scale(1.07)}
.ms-body{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:14px;background:linear-gradient(transparent 42%,rgba(8,8,11,.9))}
.ms-body h3{margin:0;font-size:1rem;color:#fff;line-height:1.25}
.ms-go{font-size:.8rem;color:var(--red2);font-weight:700;margin-top:4px}
@media(min-width:1800px){                                                   /* very large screens: 6 in one row, bigger cards */
  .more-svc .wrap{max-width:1700px}
  .ms-grid{gap:20px}
  .more-svc h2{font-size:2rem}.ms-body h3{font-size:1.2rem}.ms-eyebrow{font-size:.92rem}
}
@media(max-width:820px){                                                    /* tablet + mobile: 6 small cards, 3 per row (3 x 2) */
  .ms-grid{grid-template-columns:repeat(3,1fr);gap:9px}
  .more-svc{padding:34px 0 4px}.more-svc h2{font-size:1.25rem}
  .ms-body{padding:8px}.ms-body h3{font-size:clamp(.62rem,2.3vw,.82rem)}.ms-go{font-size:.62rem}
}

/* FIX: blog.css narrows .wrap to 760px for article reading width, but the shared
   header nav and footer also use .wrap (WP header.php/footer.php) - that squeezes the
   navbar (logo overlaps the links) and cramps the footer. Restore them to full width;
   only the article body stays at 760px. */
#hdr .wrap{max-width:1200px}
footer .wrap{max-width:1200px}
