/*
Theme Name: LAVIDA Business Group
Theme URI: https://lavidaeg.com
Author: LAVIDA
Author URI: https://lavidaeg.com
Description: ثيم مخصص لـ LAVIDA BUSINESS GROUP — تصميم داكن عربي RTL
Version: 1.2-header-fixed
License: GNU General Public License v2 or later
Text Domain: lavida
*/


@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap");

/* === WordPress Reset === */
.entry-content,.wp-block-post-content,.is-layout-flow,.is-layout-constrained,.wp-block-group,.wp-block-html{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}
.entry-content>*,.wp-block-post-content>*{max-width:none!important}

:root{
  --bg:#07090c;
  --bg2:#0d1117;
  --panel:#111620;
  --line:rgba(255,255,255,.09);
  --line2:rgba(255,255,255,.15);
  --text:#eef0f3;
  --muted:rgba(220,200,160,.65);
  --red:#d22128;
  --red2:#a01318;
  --gold:#c8a05a;
  --gold2:#f2cc80;
  --metallic:linear-gradient(135deg,#b8862a 0%,#f5d980 30%,#e8b84b 50%,#fff5c0 62%,#d4a032 80%,#f0cc70 100%);
  --radius:20px;
  --container:1240px;
  --header:76px;
  --shadow:0 20px 60px rgba(0,0,0,.50);
}
.lv-metallic{
  background:var(--metallic);
  -webkit-background-clip:text;
  
  background-clip:text;
  filter:drop-shadow(0 1px 8px rgba(240,200,80,.40));
}
.lv-metallic-sub{
  color:rgba(242,204,128,.80)!important;
  text-shadow:0 1px 12px rgba(240,190,60,.20);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Cairo",system-ui,sans-serif;
  background:var(--bg);
  color:var(--text);
  min-height:100vh;
  overflow-x:hidden;
  font-size:17px;
}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font-family:inherit}
img{max-width:100%}

.lv-wrap{width:min(var(--container),calc(100% - 40px));margin:auto}
.lv-section{padding:90px 0}

/* ══ HEADER ══ */
.lv-header{
  height:var(--header);position:fixed;top:0;right:0;left:0;z-index:200;
  background:rgba(7,9,12,.90);backdrop-filter:blur(22px);
  border-bottom:1px solid var(--line);
}
.lv-nav{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:16px}
.lv-logo-img{height:64px;width:auto;object-fit:contain;display:block}
.lv-nav-links{display:flex;align-items:center;gap:2px}
.lv-nav-links a{padding:9px 12px;border-radius:999px;font-weight:700;font-size:.86rem;color:rgba(255,255,255,.72);transition:.2s;white-space:nowrap}
.lv-nav-links a:hover,.lv-nav-links a.active{color:#fff;background:rgba(255,255,255,.07)}
.lv-nav-links small{color:var(--gold2);font-size:.68rem;margin-right:2px}
.lv-nav-actions{display:flex;align-items:center;gap:8px}
.lv-call-btn{
  display:flex;align-items:center;gap:7px;
  padding:9px 16px;border-radius:999px;
  background:rgba(210,33,40,.16);border:1px solid rgba(210,33,40,.30);
  color:#fff;font-weight:800;font-size:.84rem;cursor:pointer;transition:.2s;
}
.lv-call-btn:hover{background:rgba(210,33,40,.28)}
.lv-call-btn svg{width:15px;height:15px}
.lv-mobile-btn{display:none;background:none;border:1px solid var(--line2);width:40px;height:40px;border-radius:11px;color:#fff;cursor:pointer;align-items:center;justify-content:center}
.lv-mobile-btn svg{width:20px;height:20px}

/* ══ BUTTONS ══ */
.lv-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:none;border-radius:999px;padding:14px 26px;font-weight:900;cursor:pointer;transition:.25s;white-space:nowrap;font-size:.94rem;text-decoration:none}
.lv-btn-red{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;box-shadow:0 12px 30px rgba(210,33,40,.30)}
.lv-btn-red:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(210,33,40,.42)}
.lv-btn-gold{background:linear-gradient(135deg,#9a6e28,var(--gold2));color:#180e00;box-shadow:0 12px 28px rgba(200,160,90,.22)}
.lv-btn-gold:hover{transform:translateY(-2px)}
.lv-btn-outline{background:rgba(255,255,255,.07);color:#fff;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px)}
.lv-btn-outline:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}

/* ══ EYEBROW ══ */
.lv-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#d8aa5e;font-weight:900;font-size:.86rem;margin-bottom:10px}
.lv-eyebrow::before{content:"";width:26px;height:2px;background:linear-gradient(90deg,var(--gold2),var(--gold));border-radius:99px}
.lv-title{font-size:clamp(1.85rem,3.6vw,2.9rem);font-weight:900;line-height:1.22;letter-spacing:-.04em}
.lv-sub{color:var(--muted);font-size:1.02rem;max-width:700px;margin:14px 0 0;line-height:1.8}
.lv-sec-head{margin-bottom:44px}
.lv-sec-head.center{text-align:center}
.lv-sec-head.center .lv-sub{margin-inline:auto}

/* ══ HERO ══ */
.lv-hero{
  position:relative;min-height:100vh;
  padding:calc(var(--header) + 80px) 0 90px;
  overflow:hidden;color:#fff;
  display:flex;align-items:center;
}
.lv-hero-bg{
  position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(210,33,40,.30) 0%, transparent 50%),
    radial-gradient(ellipse at 10% 80%, rgba(210,33,40,.14) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 50%, rgba(200,160,90,.04) 0%, transparent 60%),
    linear-gradient(160deg,#060809 0%,#0a0e14 50%,#060809 100%);
}
.lv-hero-grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(200,160,90,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(200,160,90,.08) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 75%,transparent);
  animation:gridDrift 18s linear infinite;
}
@keyframes gridDrift{from{background-position:0 0}to{background-position:48px 48px}}
.lv-hero-wrap{position:relative;z-index:2;display:flex;flex-direction:column;gap:48px;align-items:center;width:100%;text-align:center}

.lv-kicker{
  display:inline-flex;align-items:center;gap:10px;
  padding:7px 16px;
  border:1px solid rgba(242,204,128,.25);
  background:rgba(0,0,0,.30);
  border-radius:999px;color:#f2cc80;font-weight:900;font-size:1.05rem;margin-bottom:20px;display:inline-flex;
}
.lv-hero h1{font-size:clamp(1.6rem,3.2vw,2.8rem);line-height:1.1;font-weight:900;letter-spacing:-.04em;margin:0;white-space:nowrap}
.lv-hero h1 em{font-style:normal;color:#f2cc80;background:linear-gradient(135deg,#b8862a 0%,#f5d980 30%,#e8b84b 50%,#fff8d0 62%,#d4a032 80%,#f0cc70 100%);-webkit-background-clip:text;background-clip:text;text-shadow:0 2px 10px rgba(240,200,80,.25)}
.lv-hero-desc{font-size:1.02rem;color:rgba(255,255,255,.68);max-width:680px;margin:20px auto 28px;line-height:1.85}
.lv-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:center}

/* counters */
.lv-counters{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px;justify-content:center}
.lv-counter{
  padding:16px 20px;border-radius:16px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(6px);min-width:130px;
}
.lv-counter-num{font-size:1.6rem;font-weight:900;color:#f2cc80;line-height:1;display:block}
.lv-counter-label{font-size:.8rem;color:rgba(255,255,255,.55);font-weight:700;margin-top:4px;display:block}

/* hero card */
.lv-hero-art{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center;overflow:visible}
.lv-orbit{position:absolute;border-radius:50%;border:1px solid rgba(242,204,128,.12);animation:lvSpin 28s linear infinite}
.lv-orbit:nth-child(1){inset:0}
.lv-orbit:nth-child(2){inset:60px;animation-direction:reverse;opacity:.55}
@keyframes lvSpin{to{transform:rotate(360deg)}}

.lv-card{
  position:relative;z-index:2;width:100%;max-width:100%;
  border-radius:24px;
  background:linear-gradient(160deg,rgba(17,22,32,.97),rgba(11,14,20,.99));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 36px 80px rgba(0,0,0,.55);
  overflow:hidden;
  transform:perspective(1000px) rotateY(-6deg) rotateX(2deg);
}
.lv-card-head{
  padding:20px 22px 17px;
  background:rgba(255,255,255,.04);
  border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;
}
.lv-card-head h3{font-size:1rem;font-weight:900;color:#fff;margin:0}
.lv-card-badge{background:rgba(210,33,40,.18);color:#ff7070;border-radius:999px;padding:4px 12px;font-size:.74rem;font-weight:900;border:1px solid rgba(210,33,40,.28)}
.lv-card-body{padding:18px 20px}
.lv-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
.lv-field-fake{padding:12px 13px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.03)}
.lv-field-fake label{display:block;color:var(--muted);font-size:.7rem;font-weight:800;margin-bottom:3px}
.lv-field-fake b{font-size:.88rem;color:#fff;font-weight:700}
.lv-progress{margin-top:14px;background:rgba(255,255,255,.04);border-radius:16px;border:1px solid var(--line);padding:14px}
.lv-progress-top{display:flex;justify-content:space-between;font-size:.82rem;font-weight:900;margin-bottom:9px;color:rgba(255,255,255,.75)}
.lv-bar{height:7px;background:rgba(255,255,255,.07);border-radius:99px;overflow:hidden}
.lv-bar i{display:block;width:78%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--red),var(--gold))}

.lv-floats{position:absolute;width:100%}
.lv-fl{
  position:absolute;border-radius:16px;
  background:rgba(11,14,20,.95);border:1px solid rgba(255,255,255,.10);
  padding:12px 16px;box-shadow:0 18px 44px rgba(0,0,0,.42);
  backdrop-filter:blur(10px);white-space:nowrap;
}
.lv-fl.a{top:-10px;right:-10px}
.lv-fl.b{bottom:-10px;left:-10px}
.lv-fl strong{font-size:1.3rem;color:#f2cc80;display:block;line-height:1;font-weight:900}
.lv-fl span{font-size:.78rem;color:var(--muted);font-weight:700}

/* ══ TRUST STRIP ══ */
.lv-trust{position:relative;z-index:3;margin-top:-44px}
.lv-trust-box{
  background:rgba(11,14,20,.95);border:1px solid var(--line);
  border-radius:22px;padding:22px;
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;
  box-shadow:var(--shadow);
}
.lv-ti{display:flex;align-items:center;gap:14px;padding:20px 18px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.lv-ti-num{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:rgba(210,33,40,.14);border:1px solid rgba(210,33,40,.20);color:var(--gold);font-weight:900;font-size:.9rem;flex:none}
.lv-ti b{display:block;font-weight:900;font-size:1rem;color:#fff}
.lv-ti span{font-size:.86rem;color:var(--muted);font-weight:600}

/* ══ SERVICES ══ */
.lv-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.lv-svc{
  background:var(--panel);border:1px solid var(--line);
  border-radius:var(--radius);padding:26px;
  min-height:240px;position:relative;overflow:hidden;
  transition:.28s;cursor:default;
}
.lv-svc::after{content:"";position:absolute;inset:auto -50px -55px auto;width:140px;height:140px;background:radial-gradient(circle,rgba(210,33,40,.07),transparent 70%);border-radius:50%}
.lv-svc:hover{transform:translateY(-5px);border-color:rgba(210,33,40,.28);box-shadow:0 20px 50px rgba(0,0,0,.35)}
.lv-svc-ico{
  width:50px;height:50px;border-radius:14px;display:grid;place-items:center;
  background:rgba(199,160,90,.13);border:1px solid rgba(199,160,90,.28);
  color:var(--gold2);margin-bottom:16px;
}
.lv-svc-ico svg{width:22px;height:22px}
.lv-svc h3{font-size:1.06rem;font-weight:900;margin:0 0 9px;color:#fff}
.lv-svc p{color:var(--muted);font-weight:600;font-size:.88rem;line-height:1.72;margin:0 0 14px}
.lv-svc a{color:#d8aa5e;font-weight:900;font-size:.84rem;transition:.2s}
.lv-svc a:hover{color:var(--gold2)}

/* ══ FOUNDERS BAND ══ */
.lv-founders{
  background:linear-gradient(135deg,#060709 0%,#0e0508 55%,#050709 100%);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.lv-founders-box{
  display:grid;grid-template-columns:1.45fr .55fr;gap:30px;align-items:center;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);
  border-radius:24px;padding:36px 32px;
}
.lv-founders-badge{
  background:rgba(0,0,0,.45);border:1px solid rgba(242,204,128,.18);
  border-radius:20px;padding:26px;text-align:center;
}
.lv-founders-badge strong{display:block;font-size:1.7rem;color:var(--gold2);font-weight:900;letter-spacing:3px}
.lv-founders-badge span{color:rgba(255,255,255,.45);font-size:.82rem;display:block;margin-top:8px;font-weight:700}

/* ══ BRANCHES ══ */
.lv-branches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.lv-branch{
  background:var(--panel);border:1px solid var(--line);
  border-radius:var(--radius);padding:26px;min-height:220px;
  position:relative;overflow:hidden;transition:.28s;
}
.lv-branch::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(210,33,40,.08),transparent 40%)}
.lv-branch:hover{transform:translateY(-4px);border-color:rgba(210,33,40,.26)}
.lv-branch h3{position:relative;font-size:1.38rem;font-weight:900;margin:0 0 8px;color:#fff}
.lv-branch p{position:relative;color:var(--muted);font-weight:600;font-size:.88rem;line-height:1.72}
.lv-branch a{position:relative;display:inline-flex;margin-top:20px;color:#d8aa5e;font-weight:900;font-size:.84rem;transition:.2s}
.lv-branch a:hover{color:var(--gold2)}

/* ══ WHY ══ */
.lv-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.lv-why{
  background:var(--panel);border:1px solid var(--line);
  border-radius:var(--radius);padding:28px 26px;transition:.2s;
}
.lv-why:hover{border-color:rgba(255,255,255,.16)}
.lv-why .num{color:#d8aa5e;font-weight:900;font-size:.84rem}
.lv-why h3{font-size:1.12rem;font-weight:900;margin:12px 0 8px;color:#fff}
.lv-why p{color:var(--muted);font-weight:600;font-size:.92rem;line-height:1.75;margin:0}

/* ══ CONTACT ══ */
.lv-contact-bg{background:linear-gradient(160deg,#060809,#0c1018 60%,#060809)}
.lv-contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:start}
.lv-contact-info{
  background:var(--panel);border:1px solid var(--line);
  border-radius:22px;padding:28px;
}
.lv-contact-info h2{font-size:1.75rem;line-height:1.28;margin:0 0 8px;color:#fff}
.lv-contact-info > p{color:var(--muted);font-size:.9rem;line-height:1.75;font-weight:600}
.lv-cpoints{display:grid;gap:10px;margin-top:20px}
.lv-cp{
  display:flex;align-items:center;gap:10px;
  padding:12px 14px;border-radius:13px;
  background:rgba(255,255,255,.04);border:1px solid var(--line);
  color:#fff;font-size:.88rem;font-weight:700;text-decoration:none;transition:.2s;
}
.lv-cp:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16)}
.lv-cp-ico{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:rgba(199,160,90,.14);border:1px solid rgba(199,160,90,.28);color:var(--gold2);flex:none}
.lv-cp-ico svg{width:15px;height:15px}
.lv-cp span{color:#fff;direction:ltr;font-weight:800}

.lv-form-box{
  background:var(--panel);border:1px solid var(--line);
  border-radius:22px;padding:24px;
}
.lv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.lv-fi.full{grid-column:1/-1}
.lv-fi label{display:block;font-weight:900;font-size:.84rem;color:rgba(255,255,255,.75);margin-bottom:6px}
.lv-fi input,.lv-fi select,.lv-fi textarea{
  width:100%;border:1px solid rgba(255,255,255,.09);border-radius:13px;
  padding:12px 14px;background:rgba(255,255,255,.04);color:#fff;
  outline:none;font-size:.9rem;font-family:inherit;transition:.2s;
}
.lv-fi input::placeholder,.lv-fi textarea::placeholder{color:rgba(255,255,255,.28)}
.lv-fi input:focus,.lv-fi select:focus,.lv-fi textarea:focus{border-color:rgba(210,33,40,.38);background:rgba(255,255,255,.06)}
.lv-fi select option{background:#111620;color:#fff}
.lv-fi textarea{min-height:100px;resize:vertical}
.lv-form-note{color:var(--muted);font-size:.82rem;text-align:center;margin-top:9px}

/* ══ FOOTER ══ */
.lv-footer{background:#050608;border-top:1px solid var(--line);color:#fff;padding:52px 0 22px}
.lv-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.15fr;gap:26px;border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:28px}
.lv-footer h4{margin:0 0 13px;color:#f2cc80;font-weight:900;font-size:.9rem}
.lv-footer p{color:rgba(255,255,255,.50);font-weight:600;font-size:.84rem;margin:6px 0;line-height:1.65}
.lv-flink{display:block;color:rgba(255,255,255,.50);font-size:.84rem;font-weight:600;margin:6px 0;transition:.2s;text-decoration:none}
.lv-flink:hover{color:rgba(255,255,255,.85)}
.lv-socials{display:flex;gap:8px;margin-top:14px}
.lv-social{
  width:36px;height:36px;border-radius:9px;display:grid;place-items:center;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.60);transition:.2s;text-decoration:none;
}

.lv-social svg{width:17px;height:17px}
.lv-social.fb:hover{background:#1877f2;border-color:#1877f2;color:#fff}
.lv-social.ig:hover{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#e6683c;color:#fff}
.lv-social.li:hover{background:#0a66c2;border-color:#0a66c2;color:#fff}
.lv-footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;color:rgba(255,255,255,.32);font-size:.8rem}

/* ══ WHATSAPP ══ */
.lv-wa{
  position:fixed;left:20px;bottom:20px;z-index:300;
  width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;
  background:#25d366;color:#fff;
  box-shadow:0 14px 32px rgba(0,0,0,.30);transition:.25s;
}
.lv-wa:hover{transform:scale(1.1)}
.lv-wa svg{width:27px;height:27px}

/* ══ ANIMATIONS ══ */
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes countUp{from{opacity:0}to{opacity:1}}
.lv-anim{opacity:0;animation:fadeUp .65s ease forwards}
.lv-anim-1{animation-delay:.1s}
.lv-anim-2{animation-delay:.22s}
.lv-anim-3{animation-delay:.34s}
.lv-anim-4{animation-delay:.46s}

/* ══ RESPONSIVE ══ */
@media(max-width:1280px){
  .lv-wrap{width:min(var(--container),calc(100% - 32px));}
  .lv-nav{gap:10px;}
  .lv-logo-img{height:56px;max-width:176px;}
  .lv-nav-links{gap:0;}
  .lv-nav-links a{padding:8px 8px;font-size:.78rem;}
}

@media(max-width:1100px){
  .lv-hero-wrap{gap:32px;}
  .lv-founders-box,.lv-contact-wrap{grid-template-columns:1fr}
  .lv-services-grid,.lv-branches-grid,.lv-why-grid{grid-template-columns:repeat(2,1fr)}
  .lv-trust-box{grid-template-columns:repeat(2,1fr)}
  .lv-footer-grid{grid-template-columns:repeat(2,1fr)}
  .lv-hero-art{display:none}
}

/* يتحول للموبايل الحقيقي فقط بدل اختفاء القائمة مبكرًا على التابلت */
@media(max-width:900px){
  :root{--header:68px;}
  .lv-header{height:var(--header);}
  .lv-nav{height:var(--header);}
  .lv-logo-img{height:52px;max-width:152px;}
  .lv-mobile-btn{display:flex;flex:0 0 40px;}
  .lv-nav-actions{gap:8px;}
  .lv-call-btn{width:40px;height:40px;padding:0;flex:0 0 40px;}
  .lv-nav-links{
    display:none;
    position:fixed;
    top:var(--header);
    right:12px;
    left:12px;
    width:auto;
    max-height:calc(100vh - var(--header) - 20px);
    overflow:auto;
    z-index:260;
    background:rgba(5,6,8,.98);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:12px;
    border:1px solid var(--line);
    border-top:none;
    border-radius:0 0 18px 18px;
    box-shadow:0 22px 60px rgba(0,0,0,.45);
  }
  .lv-nav-links.open{display:flex;}
  .lv-nav-links a{
    display:block;
    width:100%;
    padding:12px 14px;
    text-align:right;
    font-size:.9rem;
    border-radius:12px;
    background:rgba(255,255,255,.035);
  }
}

@media(max-width:700px){
  body{overflow-x:hidden;}
  .lv-section{padding:58px 0}
  .lv-services-grid,.lv-branches-grid,.lv-why-grid,.lv-trust-box,.lv-footer-grid,.lv-form-grid,.lv-why-grid{grid-template-columns:1fr}
  .lv-footer-bottom{display:block}
  .lv-counters{flex-direction:column}
  .lv-hero{min-height:auto;padding:calc(var(--header) + 50px) 0 60px}
  .lv-hero h1{font-size:clamp(1.38rem,8vw,2rem);white-space:normal;}
  .lv-hero-desc{font-size:.93rem;line-height:1.75;}
  .lv-kicker{font-size:.78rem;padding:9px 14px;}
  .lv-hero-ctas{gap:10px;}
  .lv-btn{padding:12px 18px;font-size:.86rem;}
}

@media(max-width:420px){
  .lv-wrap{width:calc(100% - 22px);}
  .lv-logo-img{height:46px;max-width:128px;}
  .lv-mobile-btn,.lv-call-btn{width:38px;height:38px;flex-basis:38px;}
}

/* ══ ALBUMS SECTION ══ */
.lv-albums-section{display:none;padding:0 0 60px}
.lv-albums-section.open{display:block}
.lv-albums-section .page{
  width:min(1500px,calc(100% - 46px));
  margin:22px auto 44px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015)),rgba(8,11,13,.72);
  box-shadow:0 24px 80px rgba(0,0,0,.45);
  overflow:hidden;position:relative;
}
.lv-albums-section .hero{
  display:grid;grid-template-columns:1fr 1fr;gap:32px;
  padding:44px 36px;align-items:center;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.lv-albums-section .hero-title h1{
  font-size:clamp(32px,4.2vw,58px);line-height:1.12;font-weight:900;color:#fff;
}
.lv-albums-section .hero-title p{color:rgba(255,255,255,.62);font-size:17px;margin-top:10px}
.lv-albums-section .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d22128;margin-left:8px}
.lv-albums-section .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.lv-albums-section .stat{
  min-height:110px;padding:20px;border-radius:18px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.lv-albums-section .stat small{display:block;color:rgba(255,255,255,.7);font-weight:700;margin-bottom:6px;font-size:12px}
.lv-albums-section .stat strong{font-size:26px;font-weight:900;display:block;line-height:1;color:#fff}
.lv-albums-section .stat span{font-size:12px;color:rgba(255,255,255,.55)}
.lv-albums-section .stat-ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:rgba(199,160,90,.14);border:1px solid rgba(199,160,90,.28);color:var(--gold2);flex:none}
.lv-albums-section .stat-ico svg{width:22px;height:22px}
.lv-albums-section .filters{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  padding:18px 28px;border-bottom:1px solid rgba(255,255,255,.07);
}
.lv-albums-section .search{
  display:flex;align-items:center;gap:10px;flex:1;min-width:200px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);
  border-radius:12px;padding:10px 14px;
}
.lv-albums-section .search input{background:none;border:none;outline:none;color:#fff;font-size:.9rem;width:100%;font-family:inherit}
.lv-albums-section .search input::placeholder{color:rgba(255,255,255,.35)}
.lv-albums-section .filter-btn,.lv-albums-section .reset-btn{
  display:flex;align-items:center;gap:8px;
  padding:10px 16px;border-radius:12px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);
  color:#fff;font-weight:700;font-size:.86rem;cursor:pointer;font-family:inherit;
  white-space:nowrap;transition:.2s;
}
.lv-albums-section .filter-btn svg,.lv-albums-section .reset-btn svg{width:15px;height:15px}
.lv-albums-section .filter-btn:hover,.lv-albums-section .reset-btn:hover{background:rgba(255,255,255,.12)}
.lv-albums-section .grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;padding:40px 28px 32px;
  align-items:stretch;
}
.lv-albums-section .album{
  width:100%;height:340px;
  border-radius:20px;overflow:hidden;position:relative;cursor:pointer;
  border:1px solid rgba(255,255,255,.12);transition:.30s;
  box-shadow:0 18px 50px rgba(0,0,0,.45);
}
.lv-albums-section .album-cover{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  border-radius:inherit;
}
.lv-albums-section .album-cover::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.25) 55%,transparent 100%);
}

.lv-albums-section .album:hover{
  transform:translateY(-8px) scale(1.03);
  z-index:10;
  border-color:rgba(199,160,90,.55);
  box-shadow:0 32px 80px rgba(0,0,0,.65);
}
@media(max-width:1100px){
  .lv-albums-section .grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .lv-albums-section .grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .lv-albums-section .album{height:240px}
}
@media(max-width:450px){
  .lv-albums-section .grid{grid-template-columns:1fr}
  .lv-albums-section .album{height:260px}
}
.lv-albums-section .bg-1{background:radial-gradient(circle at 88% 22%,rgba(210,33,40,.50),transparent 28%),linear-gradient(145deg,rgba(0,0,0,.1),rgba(0,0,0,.35)),url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1300&q=80") center/cover}
.lv-albums-section .bg-2{background:linear-gradient(145deg,rgba(86,48,124,.25),rgba(0,0,0,.32)),url("https://images.unsplash.com/photo-1600508774634-4e11d34730e2?auto=format&fit=crop&w=1300&q=80") center/cover}
.lv-albums-section .bg-3{background:linear-gradient(145deg,rgba(169,118,19,.22),rgba(0,0,0,.28)),url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1300&q=80") center/cover}
.lv-albums-section .bg-4{background:linear-gradient(145deg,rgba(15,123,99,.22),rgba(0,0,0,.28)),url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1300&q=80") center/cover}
.lv-albums-section .bg-map{background:linear-gradient(145deg,rgba(12,18,26,.85),rgba(6,10,16,.92)),url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=80") center/cover}
.lv-albums-section .badge{
  position:absolute;top:14px;right:14px;z-index:3;
  background:linear-gradient(135deg,rgba(199,160,90,.25),rgba(0,0,0,.55));backdrop-filter:blur(8px);
  border:1px solid rgba(199,160,90,.30);border-radius:999px;
  padding:6px 14px;color:var(--gold2);font-size:.82rem;font-weight:900;
  display:flex;align-items:center;gap:6px;
}
.lv-albums-section .album-content{
  position:absolute;bottom:0;right:0;left:0;z-index:3;
  padding:20px 20px 22px;
  display:flex;align-items:flex-end;justify-content:space-between;
}
.lv-albums-section .album h3{font-size:1.65rem;font-weight:900;color:#fff;margin:0 0 6px}
.lv-albums-section .album p{color:rgba(255,255,255,.72);font-size:1rem;font-weight:600;margin:0}
.lv-albums-section .arrow{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;flex:none;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;
}
.lv-albums-section .arrow svg{width:18px;height:18px}
.lv-albums-section .benefits{
  display:flex;flex-wrap:wrap;gap:14px;padding:22px 28px 28px;
  border-top:1px solid rgba(255,255,255,.07);
}
.lv-albums-section .benefit{
  display:flex;align-items:center;gap:12px;flex:1;min-width:180px;
  padding:14px 16px;border-radius:14px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
}
.lv-albums-section .benefit-ico{
  width:40px;height:40px;border-radius:11px;flex:none;
  display:grid;place-items:center;
  background:rgba(199,160,90,.14);border:1px solid rgba(199,160,90,.28);color:var(--gold2);
}
.lv-albums-section .benefit-ico svg{width:18px;height:18px}
.lv-albums-section .benefit strong{display:block;font-weight:900;color:#fff;font-size:1rem}
.lv-albums-section .benefit span{color:rgba(255,255,255,.55);font-size:.8rem;font-weight:600}
.lv-albums-section .subtitle{color:rgba(255,255,255,.72);font-size:.85rem;display:flex;align-items:center;gap:6px;margin-top:4px}
.lv-albums-section .subtitle svg{width:14px;height:14px}
@media(max-width:900px){
  .lv-albums-section .hero{grid-template-columns:1fr}
  .lv-albums-section .grid{grid-template-columns:1fr}
  .lv-albums-section .album.large,.lv-albums-section .album.wide{grid-column:span 1}
}


.lv-lightbox{
  position:fixed;inset:0;z-index:9999;
  background:rgba(0,0,0,.96);
  display:none;align-items:center;justify-content:center;
  flex-direction:column;
}
.lv-lightbox.open{display:flex}
.lv-lb-img{max-width:92vw;max-height:82vh;border-radius:12px;object-fit:contain;box-shadow:0 24px 80px rgba(0,0,0,.80)}
.lv-lb-controls{display:flex;align-items:center;gap:20px;margin-top:20px}
.lv-lb-btn{
  width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.08);color:#fff;cursor:pointer;
  display:grid;place-items:center;transition:.2s;font-family:inherit;
}
.lv-lb-btn:hover{background:rgba(255,255,255,.18)}
.lv-lb-btn svg{width:20px;height:20px}
.lv-lb-counter{color:rgba(255,255,255,.60);font-family:Cairo,sans-serif;font-size:.9rem;font-weight:700;min-width:80px;text-align:center}
.lv-lb-close{position:absolute;top:20px;left:20px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.08);color:#fff;cursor:pointer;display:grid;place-items:center;font-family:inherit}
.lv-lb-close:hover{background:rgba(210,33,40,.40)}
.lv-lb-close svg{width:18px;height:18px}
.lv-lb-title{color:#fff;font-family:Cairo,sans-serif;font-weight:900;font-size:1.1rem;margin-bottom:14px}

/* ════ WORDPRESS BUTTON OVERRIDE ════ */
.lv-hero-ctas .lv-btn,
.lv-hero-ctas a.lv-btn{
  width:auto !important;
  max-width:max-content !important;
  display:inline-flex !important;
}
.lv-btn{
  width:auto;
  box-sizing:border-box;
}
.lv-hero-ctas{
  display:flex !important;
  flex-direction:row !important;
  gap:12px !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:center !important;
}
/* Reset any theme button styles */
.lv-section a, .lv-hero a, .lv-founders a{
  text-decoration:none;
}


/* ════ HIDE WORDPRESS ADMIN BAR & THEME REMNANTS ════ */
#wpadminbar{display:none !important;}
html{margin-top:0 !important;}
* html body{margin-top:0 !important;}
@media screen and (max-width:782px){
  html{margin-top:0 !important;}
}
/* Hide any leftover theme header/footer/nav */
body > header:not(.lv-header),
body > footer:not(.lv-footer),
.wp-site-blocks > header,
.wp-site-blocks > footer,
.site-header,
.site-footer,
.wp-block-template-part{
  /* only hide if not ours */
}


/* ════ FORCE FIX: LOGO + CALL BUTTON + LAYOUT ════ */

/* Logo - force visible */
.lv-header .lv-logo-img,
header.lv-header img.lv-logo-img{
  height:64px !important;
  width:auto !important;
  max-width:200px !important;
  object-fit:contain !important;
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}

/* Call button - force horizontal pill shape */
.lv-header .lv-call-btn,
header.lv-header a.lv-call-btn{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:7px !important;
  width:auto !important;
  max-width:max-content !important;
  height:auto !important;
  padding:9px 18px !important;
  border-radius:999px !important;
  white-space:nowrap !important;
  aspect-ratio:auto !important;
  line-height:1.4 !important;
}
.lv-call-btn svg{
  width:15px !important;
  height:15px !important;
  flex:none !important;
}

/* Header bar - solid, no gap above */
.lv-header{
  margin-top:0 !important;
  top:0 !important;
}

/* Remove WP admin bar space */
html{margin-top:0 !important;padding-top:0 !important;}
body{margin-top:0 !important;padding-top:0 !important;}
#wpadminbar{display:none !important;}

/* Nav container full width */
.lv-header .lv-nav{
  max-width:none !important;
  width:min(1240px,calc(100% - 40px)) !important;
}

/* Kill any WP image auto-sizing on our elements */
.lv-header img{
  margin:0 !important;
  padding:0 !important;
}


/* ════ FORCE HEADER TO TOP - REMOVE WP WRAPPER GAPS ════ */

/* Kill all top spacing from WP wrappers */
.wp-site-blocks,
.is-layout-flow,
.is-layout-constrained,
.entry-content,
.wp-block-post-content,
.wp-block-group,
main,
.site-main,
#main,
.content-area{
  margin:0 !important;
  padding:0 !important;
  max-width:none !important;
}

/* Force the fixed header to absolute viewport top */
.lv-header{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  left:0 !important;
  width:100% !important;
  height:76px !important;
  z-index:9000 !important;
  background:rgba(7,9,12,.95) !important;
  backdrop-filter:blur(22px) !important;
  margin:0 !important;
}

/* Nav inside header - centered container */
.lv-header .lv-nav{
  height:76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:min(1240px,calc(100% - 40px)) !important;
  max-width:1240px !important;
  margin:0 auto !important;
  padding:0 !important;
}

/* Push hero content below fixed header */
.lv-hero{
  padding-top:156px !important;
}


/* ════ CALL BUTTON ICON ONLY ════ */
.lv-call-btn.lv-call-icon-only{
  width:44px !important;
  height:44px !important;
  padding:0 !important;
  border-radius:50% !important;
  justify-content:center !important;
}
.lv-call-btn.lv-call-icon-only svg{
  width:18px !important;
  height:18px !important;
}

/* ════ MOBILE RESPONSIVE HOTFIX — 24/06/2026 ════ */
@media (max-width: 900px){
  .lv-albums-section .page{width:calc(100% - 24px);margin:16px auto 32px;border-radius:22px;}
  .lv-albums-section .hero{grid-template-columns:1fr;padding:28px 18px;gap:18px;}
  .lv-albums-section .stats{grid-template-columns:1fr;gap:10px;}
  .lv-albums-section .stat{min-height:86px;padding:16px;}
  .lv-albums-section .filters{padding:14px;gap:8px;}
  .lv-albums-section .search{min-width:100%;flex-basis:100%;}
  .lv-albums-section .filter-btn,.lv-albums-section .reset-btn{flex:1;justify-content:center;padding:10px 12px;}
  .lv-albums-section .grid{padding:22px 14px;gap:14px;grid-template-columns:1fr;}
  .lv-albums-section .album{height:270px;}
  .lv-albums-section .album-content{padding:16px;gap:10px;}
  .lv-albums-section .album h3{font-size:1.35rem;}
  .lv-albums-section .album p{font-size:.9rem;}
  .lv-albums-section .benefits{padding:16px 14px 20px;gap:10px;}
  .lv-albums-section .benefit{min-width:100%;}
}

@media (max-width: 700px){
  :root{--header:68px;}
  body{font-size:15.5px;overflow-x:hidden;}
  .lv-wrap{width:calc(100% - 24px);}
  .lv-header{height:68px !important;}
  .lv-header .lv-nav,
  .lv-nav{height:68px !important;width:calc(100% - 24px) !important;gap:8px;}
  .lv-header .lv-logo-img,
  header.lv-header img.lv-logo-img,
  .lv-logo-img{height:48px !important;max-width:145px !important;}
  .lv-nav-actions{gap:7px;}
  .lv-mobile-btn{width:38px;height:38px;border-radius:10px;}
  .lv-call-btn.lv-call-icon-only{width:40px !important;height:40px !important;}
  .lv-nav-links{top:68px !important;padding:12px !important;max-height:calc(100vh - 68px);overflow:auto;align-items:stretch;}
  .lv-nav-links a{width:100%;text-align:right;padding:12px 14px;border-radius:12px;font-size:.92rem;}
  .lv-hero{padding-top:118px !important;padding-bottom:48px;min-height:auto;}
  .lv-hero h1{white-space:normal !important;font-size:clamp(1.7rem,9vw,2.25rem);line-height:1.22;}
  .lv-kicker{font-size:.86rem;line-height:1.7;white-space:normal;}
  .lv-hero-desc{font-size:.94rem;line-height:1.8;margin:16px auto 22px;}
  .lv-hero-ctas{width:100%;}
  .lv-hero-ctas .lv-btn,
  .lv-hero-ctas a.lv-btn{width:100% !important;max-width:none !important;padding:13px 16px;}
  .lv-counters{display:grid;grid-template-columns:1fr;gap:10px;width:100%;}
  .lv-counter{min-width:0;width:100%;padding:14px 16px;}
  .lv-trust{margin-top:0;}
  .lv-trust-box{padding:14px;border-radius:18px;}
  .lv-ti{padding:15px 13px;align-items:flex-start;}
  .lv-section{padding:52px 0;}
  .lv-sec-head{margin-bottom:28px;}
  .lv-title{font-size:1.65rem;line-height:1.35;}
  .lv-sub{font-size:.92rem;line-height:1.75;}
  .lv-svc,.lv-branch,.lv-why,.lv-contact-info,.lv-form-box{padding:20px;border-radius:18px;}
  .lv-services-grid,.lv-branches-grid,.lv-why-grid,.lv-trust-box,.lv-footer-grid,.lv-form-grid{grid-template-columns:1fr !important;}
  .lv-founders-box{padding:22px 18px;border-radius:20px;}
  .lv-founders-badge{padding:20px;}
  .lv-founders-badge strong{font-size:1.35rem;letter-spacing:2px;}
  .lv-contact-wrap{gap:18px;}
  .lv-footer{padding:38px 0 18px;}
  .lv-wa{left:14px;bottom:14px;width:50px;height:50px;}
  .lv-lightbox{padding:14px;}
  .lv-lb-img{max-width:94vw;max-height:74vh;}
  .lv-lb-controls{gap:12px;margin-top:14px;}
  .lv-lb-btn{width:44px;height:44px;}
  .lv-lb-close{top:14px;left:14px;}
}

@media (max-width: 420px){
  .lv-wrap{width:calc(100% - 20px);}
  .lv-header .lv-nav,.lv-nav{width:calc(100% - 20px) !important;}
  .lv-logo-img{height:42px !important;max-width:122px !important;}
  .lv-mobile-btn{width:36px;height:36px;}
  .lv-call-btn.lv-call-icon-only{width:38px !important;height:38px !important;}
  .lv-btn{white-space:normal;text-align:center;}
  .lv-albums-section .page{width:calc(100% - 18px);border-radius:18px;}
  .lv-albums-section .hero-title h1{font-size:1.7rem;line-height:1.28;}
  .lv-albums-section .album{height:250px;}
}
