/* ============================================================
   ישי ולוזי סוכנות לביטוח  |  styles.css
   ============================================================ */
:root{
  --navy:#0E2233;
  --navy-deep:#081420;
  --navy-soft:#16304A;
  --sand:#E9DFC4;
  --sand-soft:#F1EAD8;
  --paper:#F7F5F0;
  --white:#FFFFFF;
  --gold:#9C7526;
  --gold-bright:#B68F3A;
  --gold-pale:#D9C48F;
  --gold-deep:#7A5C1C;
  --ink:#1A2320;
  --muted:#4E5D60;
  --line:rgba(14,34,51,0.12);
  --wa:#25D366;
  --radius:14px;
  --shadow-lg:0 24px 60px -20px rgba(8,20,32,0.35);
  --shadow-md:0 10px 30px -12px rgba(8,20,32,0.25);
  --header-h:78px;
  --sticky-h:92px;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth; scroll-padding-top:calc(var(--header-h) + 12px);}
body{
  font-family:'Heebo', 'Segoe UI', Arial, sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  padding-bottom:var(--sticky-h);
}
body.sticky-hidden{padding-bottom:0;}
h1,h2,h3{font-family:'Frank Ruhl Libre', 'Heebo', serif; font-weight:700; line-height:1.25;}
img,svg{display:block; max-width:100%;}
a{color:inherit; text-decoration:none;}
button{font:inherit; cursor:pointer; border:0; background:none; color:inherit;}
.wrap{max-width:1180px; margin:0 auto; padding:0 28px;}
.stars{color:var(--gold-bright); letter-spacing:1px;}
.hp{position:absolute; top:0; inset-inline-start:0; width:1px !important; height:1px !important; padding:0 !important; border:0 !important; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); opacity:0; pointer-events:none;}

.skip-link{position:absolute; top:-60px; right:16px; background:var(--gold-bright); color:var(--navy-deep); padding:10px 16px; z-index:200; border-radius:0 0 8px 8px;}
.skip-link:focus{top:0;}
:focus-visible{outline:3px solid var(--gold-bright); outline-offset:3px;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 30px; border-radius:999px; font-weight:600; font-size:1rem;
  transition:transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--gold-bright); color:var(--navy-deep); box-shadow:0 10px 24px -10px rgba(182,143,58,0.7);}
.btn-primary:hover{background:#C9A24E;}
.btn-whatsapp{background:var(--wa); color:#fff;}
.btn-whatsapp:hover{background:#1FB85A;}
.btn-outline{border:1.5px solid var(--navy); color:var(--navy); background:transparent;}
.btn-outline:hover{background:var(--navy); color:var(--white);}
.btn-block{width:100%;}

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:var(--navy);
  color:var(--sand);
  box-shadow:0 2px 20px rgba(0,0,0,0.25);
}
.header-inner{display:flex; align-items:center; gap:32px; height:var(--header-h);}
.brand{display:flex; align-items:center; gap:12px; flex-shrink:0;}
.brand-mark{width:46px; height:46px; object-fit:contain; background:var(--white); border-radius:50%; padding:4px;}
.brand-text{display:flex; flex-direction:column; line-height:1.15;}
.brand-name{font-family:'Frank Ruhl Libre',serif; font-weight:700; font-size:1.35rem; color:var(--white); letter-spacing:0.01em;}
.brand-sub{font-size:0.78rem; color:var(--gold-pale); letter-spacing:0.08em;}
.site-nav{display:flex; gap:26px; font-size:0.98rem; margin-inline-start:auto;}
.site-nav a{position:relative; padding:6px 0; color:rgba(255,255,255,0.88); transition:color .2s;}
.site-nav a::after{content:""; position:absolute; inset-inline:0; bottom:0; height:2px; background:var(--gold-bright); transform:scaleX(0); transform-origin:right; transition:transform .25s ease;}
.site-nav a:hover{color:var(--white);}
.site-nav a:hover::after{transform:scaleX(1);}
.nav-phone-mobile{display:none;}
.header-actions{display:flex; align-items:center; gap:18px; flex-shrink:0;}
.header-phone{display:flex; align-items:center; gap:8px; color:var(--gold-bright); font-weight:700; font-size:1.25rem; font-family:'Frank Ruhl Libre',serif; direction:ltr;}
.header-cta{
  background:var(--white); color:var(--navy); padding:11px 22px; border-radius:999px;
  font-size:0.95rem; font-weight:600; transition:background .2s, color .2s;
}
.header-cta:hover{background:var(--gold-bright); color:var(--navy-deep);}
.nav-toggle{display:none; width:44px; height:44px; flex-direction:column; justify-content:center; align-items:center; gap:5px; border-radius:8px;}
.nav-toggle span{display:block; width:24px; height:2px; background:var(--white); transition:transform .25s, opacity .25s;}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ---------- Hero ---------- */
.hero{position:relative; overflow:hidden; background:linear-gradient(180deg,#FBFAF7 0%, #F1EDE3 100%);}
.hero-bg{
  position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(60% 60% at 15% 20%, rgba(182,143,58,0.16) 0%, transparent 70%),
    radial-gradient(45% 45% at 85% 80%, rgba(14,34,51,0.10) 0%, transparent 70%);
}
.hero-inner{
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.05fr 0.95fr; gap:48px; align-items:center;
  padding:72px 0 80px;
}
.hero h1{font-size:clamp(2.6rem, 5vw, 4.2rem); color:var(--navy); line-height:1.12; font-weight:900;}
.hero h1 span{
  display:block; font-size:0.62em; font-weight:700; margin-top:6px;
  background:linear-gradient(90deg, var(--gold-deep), var(--gold-bright) 60%, #D6B25E);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub{margin-top:22px; font-size:1.28rem; font-weight:500; color:var(--navy-soft); max-width:30ch; line-height:1.5;}
.hero-links{
  list-style:none; margin-top:30px;
  display:grid; grid-template-columns:1fr 1fr; gap:10px 32px;
}
.hero-links a{
  display:inline-block; color:var(--navy); font-size:1.02rem; padding-bottom:2px;
  border-bottom:1.5px solid var(--gold-pale); transition:color .2s, border-color .2s;
}
.hero-links a:hover{color:var(--gold-deep); border-color:var(--gold-deep);}
.hero-actions{margin-top:36px; display:flex; gap:14px; flex-wrap:wrap;}

.hero-visual{position:relative; justify-self:center; width:100%; max-width:480px;}
.hero-photo{
  position:relative; border-radius:28px 28px 28px 120px; overflow:hidden;
  box-shadow:var(--shadow-lg);
  aspect-ratio:4/5;
  background:#eee;
}
.hero-photo::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 55%, rgba(8,20,32,0.35) 100%);}
.hero-photo img{width:100%; height:100%; object-fit:cover; object-position:center top;}

.hero-testimonial{
  position:absolute; bottom:-34px; inset-inline-end:-40px; width:min(360px, 92%);
  background:var(--sand); color:var(--navy); border-radius:18px; padding:22px 24px 20px;
  box-shadow:var(--shadow-md);
  border:1px solid rgba(156,117,38,0.25);
}
.ht-head{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px;}
.ht-head h2{font-size:1.55rem; color:var(--navy);}
.ht-google{display:inline-flex; align-items:center; gap:6px; background:var(--white); border-radius:999px; padding:5px 10px; font-weight:700; font-size:0.85rem; color:var(--ink);}
.ht-body{min-height:112px; position:relative;}
.ht-body blockquote{transition:opacity .45s ease;}
.ht-body.fade blockquote{opacity:0;}
.ht-quote{font-size:0.98rem; line-height:1.6; color:#2B3A3E;}
.ht-who{margin-top:10px; font-size:0.86rem; color:var(--gold-deep); font-weight:600; display:flex; gap:8px; align-items:center;}
.ht-link{display:inline-block; margin-top:12px; font-weight:600; font-size:0.92rem; border-bottom:1.5px solid var(--gold); color:var(--navy);}
.ht-link:hover{color:var(--gold-deep);}

.hero-stats{position:relative; z-index:1; background:var(--navy); color:var(--sand);}
.stats-grid{display:grid; grid-template-columns:repeat(4,1fr); padding:28px 28px;}
.stat{padding:4px 26px; border-inline-start:1px solid rgba(233,223,196,0.18);}
.stat:first-child{border-inline-start:none; padding-inline-start:0;}
.stat .num{font-family:'Frank Ruhl Libre',serif; font-size:2rem; color:var(--gold-bright); font-weight:700; line-height:1.1;}
.stat .label{font-size:0.9rem; color:rgba(233,223,196,0.78); margin-top:4px;}

/* ---------- Sections shared ---------- */
section{padding:96px 0;}
.section-head{max-width:680px; margin-bottom:52px;}
.kicker{color:var(--gold); font-size:0.9rem; font-weight:600; letter-spacing:0.06em; margin-bottom:12px; display:flex; align-items:center; gap:12px;}
.kicker::before{content:""; width:36px; height:2px; background:var(--gold-bright);}
.section-head h2{font-size:clamp(1.8rem,3.2vw,2.5rem); color:var(--navy); line-height:1.28;}
.section-head p{margin-top:16px; color:var(--muted); font-size:1.06rem; max-width:58ch;}
.section-head.light h2{color:var(--white);}
.section-head.light p{color:rgba(233,223,196,0.8);}
.section-head.light .kicker{color:var(--gold-bright);}

/* ---------- Services ---------- */
.services{background:var(--white);}
.services-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.service-card{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px 24px 26px; transition:transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.service-card:hover{transform:translateY(-4px); box-shadow:var(--shadow-md); border-color:rgba(156,117,38,0.4);}
.service-icon{
  width:52px; height:52px; border-radius:14px; background:var(--navy); color:var(--gold-bright);
  display:flex; align-items:center; justify-content:center; margin-bottom:18px;
}
.service-icon svg{width:26px; height:26px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
.service-card h3{font-size:1.12rem; color:var(--navy); margin-bottom:8px;}
.service-card p{font-size:0.93rem; color:var(--muted); line-height:1.6;}

/* ---------- About ---------- */
.about{background:var(--sand-soft);}
.about-inner{display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:start;}
.about-text h2{font-size:clamp(1.7rem,3vw,2.3rem); color:var(--navy); margin-bottom:18px;}
.about-text .intro{color:var(--muted); font-size:1.06rem; margin-bottom:28px;}
.about-quotes{display:flex; flex-direction:column; gap:20px;}
.about-quote{border-inline-start:3px solid var(--gold-bright); padding-inline-start:20px;}
.about-quote p{font-family:'Frank Ruhl Libre',serif; font-size:1.18rem; color:var(--navy); line-height:1.5;}
.about-quote footer{margin-top:8px; font-size:0.88rem; color:var(--gold-deep); font-weight:600;}
.about-cards{display:flex; flex-direction:column; gap:16px;}
.who-card{background:var(--white); border-radius:var(--radius); padding:26px 26px; border:1px solid var(--line);}
.who-card .tag{font-size:0.8rem; color:var(--gold); font-weight:600; letter-spacing:0.04em; margin-bottom:8px;}
.who-card h3{font-size:1.2rem; color:var(--navy); margin-bottom:8px;}
.who-card p{color:var(--muted); font-size:0.95rem;}

/* ---------- Process ---------- */
.process{background:var(--navy); color:var(--sand);}
.process-list{display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid rgba(233,223,196,0.18);}
.process-item{padding:36px 32px 0 0; border-inline-end:1px solid rgba(233,223,196,0.18);}
.process-item:last-child{border-inline-end:none;}
.process-item .idx{font-family:'Frank Ruhl Libre',serif; font-size:2.6rem; color:var(--gold-bright); line-height:1; margin-bottom:16px;}
.process-item h3{font-size:1.25rem; margin-bottom:10px; color:var(--white);}
.process-item p{color:rgba(233,223,196,0.78); font-size:0.96rem;}

/* ---------- Videos ---------- */
.videos{background:var(--white);}
.video-grid{display:grid; grid-template-columns:repeat(6,1fr); gap:24px;}
.video-grid .video-card{grid-column:span 2;}
.video-grid .video-card:nth-child(4){grid-column:2 / span 2;}
.video-card{background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;}
.video-embed{
  position:relative; display:block; width:100%; aspect-ratio:16/9; overflow:hidden; background:#000;
}
.video-embed img{width:100%; height:100%; object-fit:cover; transition:transform .4s ease, opacity .3s;}
.video-embed:hover img{transform:scale(1.04);}
.video-embed .play{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:68px; height:68px; border-radius:50%; background:rgba(182,143,58,0.95);
  box-shadow:0 8px 30px rgba(0,0,0,0.35); transition:transform .2s;
}
.video-embed .play::after{
  content:""; position:absolute; left:55%; top:50%; transform:translate(-50%,-50%);
  border-style:solid; border-width:12px 0 12px 20px; border-color:transparent transparent transparent var(--navy-deep);
}
.video-embed:hover .play{transform:translate(-50%,-50%) scale(1.08);}
.video-embed iframe{position:absolute; inset:0; width:100%; height:100%; border:0;}
.video-meta{padding:16px 18px 18px; display:flex; gap:14px; align-items:flex-start;}
.video-avatar{width:56px; height:56px; border-radius:50%; object-fit:cover; flex-shrink:0; border:2px solid var(--sand);}
.video-meta h3{font-size:1.08rem; color:var(--navy); display:flex; flex-wrap:wrap; gap:4px 10px; align-items:baseline;}
.video-role{font-family:'Heebo',sans-serif; font-weight:500; font-size:0.82rem; color:var(--gold-deep);}
.video-meta p{font-size:0.9rem; color:var(--muted); margin-top:4px; line-height:1.5;}

.pro-strip{margin-top:64px; padding-top:44px; border-top:1px solid var(--line);}
.pro-strip-title{text-align:center; color:var(--muted); font-size:0.95rem; margin-bottom:26px;}
.pro-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:20px;}
.pro-card{text-align:center;}
.pro-card img{width:96px; height:96px; border-radius:50%; object-fit:cover; margin:0 auto 10px; border:3px solid var(--sand); box-shadow:var(--shadow-md);}
.pro-name{font-family:'Frank Ruhl Libre',serif; color:var(--navy); font-size:1rem; font-weight:700;}
.pro-role{color:var(--gold-deep); font-size:0.85rem; margin-top:2px;}

/* ---------- Reviews carousel ---------- */
.reviews{background:var(--sand-soft);}
.reviews-carousel{display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px;}
.car-viewport{overflow:hidden; min-width:0;}
.car-track{display:flex; gap:20px; transition:transform .5s cubic-bezier(.2,.7,.2,1); will-change:transform;}
.review{
  flex:0 0 calc((100% - 40px) / 3);
  background:var(--white); border-radius:var(--radius); padding:26px 26px 22px;
  border:1px solid var(--line); display:flex; flex-direction:column; min-height:230px;
}
.review-stars{color:var(--gold-bright); letter-spacing:2px; font-size:1rem; margin-bottom:12px;}
.review p{color:#2B3A3E; font-size:0.98rem; line-height:1.7; flex:1;}
.review-name{margin-top:16px; padding-top:12px; border-top:1px solid var(--line); font-weight:600; color:var(--navy); font-size:0.95rem;}
.car-btn{
  width:46px; height:46px; border-radius:50%; background:var(--white); color:var(--navy);
  border:1px solid var(--line); font-size:1.6rem; line-height:1; display:flex; align-items:center; justify-content:center;
  transition:background .2s, color .2s;
}
.car-btn:hover{background:var(--navy); color:var(--white);}
.car-dots{display:flex; justify-content:center; gap:8px; margin-top:24px;}
.car-dots button{width:10px; height:10px; border-radius:50%; background:rgba(14,34,51,0.2); transition:background .2s, transform .2s;}
.car-dots button[aria-selected="true"]{background:var(--gold-bright); transform:scale(1.25);}
.reviews-cta{text-align:center; margin-top:40px;}

/* ---------- Contact ---------- */
.contact{background:var(--navy-deep); color:var(--sand);}
.contact-inner{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start;}
.contact-text .kicker{color:var(--gold-bright);}
.contact-text h2{font-size:clamp(1.8rem,3.2vw,2.5rem); color:var(--white); line-height:1.28;}
.contact-text > p{margin-top:16px; color:rgba(233,223,196,0.8); font-size:1.06rem; max-width:48ch;}
.contact-list{list-style:none; margin-top:34px; display:flex; flex-direction:column; gap:14px;}
.contact-list li{display:flex; align-items:flex-start; gap:12px; color:rgba(255,255,255,0.9);}
.contact-list svg{color:var(--gold-bright); flex-shrink:0; margin-top:3px;}
.contact-list a:hover{color:var(--gold-bright);}
.contact-social{display:flex; gap:20px; margin-top:32px; flex-wrap:wrap;}
.contact-social a{font-size:0.92rem; color:rgba(233,223,196,0.75); border-bottom:1px solid transparent;}
.contact-social a:hover{color:var(--gold-bright); border-color:var(--gold-bright);}

.contact-form{background:var(--white); color:var(--ink); border-radius:20px; padding:32px 30px; box-shadow:var(--shadow-lg);}
.form-row{margin-bottom:16px;}
.form-row label{display:block; font-size:0.9rem; font-weight:600; color:var(--navy); margin-bottom:6px;}
.req{color:#C0392B;}
.contact-form input, .contact-form select, .contact-form textarea{
  width:100%; padding:12px 14px; border:1.5px solid var(--line); border-radius:10px; font:inherit; font-size:1rem;
  background:var(--paper); color:var(--ink); transition:border-color .2s, box-shadow .2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus{outline:none; border-color:var(--gold-bright); box-shadow:0 0 0 3px rgba(182,143,58,0.2); background:var(--white);}
.contact-form input[aria-invalid="true"]{border-color:#C0392B;}
.contact-form textarea{resize:vertical; min-height:100px;}
.form-consent{font-size:0.8rem; color:var(--muted); margin:6px 0 14px;}
.form-status{margin-top:12px; font-size:0.95rem; min-height:1.4em;}
.form-status.ok{color:#1E7B45; font-weight:600;}
.form-status.err{color:#C0392B; font-weight:600;}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy); color:rgba(233,223,196,0.7); padding:48px 0 28px;}
.footer-inner{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:28px;}
.footer-brand{display:flex; gap:14px; align-items:flex-start;}
.footer-brand img{background:var(--white); border-radius:50%; padding:4px;}
.footer-name{font-family:'Frank Ruhl Libre',serif; color:var(--white); font-size:1.1rem; font-weight:700; margin-bottom:6px;}
.footer-addr{font-size:0.88rem; line-height:1.7;}
.footer-links, .footer-social{display:flex; flex-direction:column; gap:8px; font-size:0.9rem;}
.footer-links a:hover, .footer-social a:hover{color:var(--gold-bright);}
.footer-bottom{margin-top:36px; padding-top:22px; border-top:1px solid rgba(233,223,196,0.14); font-size:0.8rem; color:rgba(233,223,196,0.5); display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px;}

/* ---------- Sticky bottom bar (desktop) ---------- */
.sticky-bar{
  position:fixed; bottom:0; left:0; right:0; z-index:90;
  background:var(--navy); color:var(--sand);
  box-shadow:0 -6px 30px rgba(0,0,0,0.3);
  transform:translateY(0); transition:transform .35s ease;
}
.sticky-bar.hidden{transform:translateY(110%);}
.sticky-inner{position:relative; display:grid; grid-template-columns:auto 1fr 1fr 1.2fr auto; gap:16px; align-items:center; height:var(--sticky-h);}
.sticky-title{font-family:'Frank Ruhl Libre',serif; font-size:1.05rem; line-height:1.2; color:var(--sand); padding-inline-end:16px; border-inline-end:1px solid rgba(233,223,196,0.2);}
.sticky-title strong{font-size:1.35rem; color:var(--white);}
.sticky-inner input{
  width:100%; background:transparent; border:0; border-bottom:1.5px solid rgba(233,223,196,0.45);
  color:var(--white); padding:10px 4px; font:inherit; font-size:1rem;
}
.sticky-inner input::placeholder{color:rgba(233,223,196,0.7);}
.sticky-inner input:focus{outline:none; border-bottom-color:var(--gold-bright);}
.sticky-inner .btn{padding:13px 34px;}
.sticky-close{position:absolute; top:6px; inset-inline-start:-22px; width:26px; height:26px; font-size:1.3rem; line-height:1; color:rgba(233,223,196,0.6); border-radius:50%;}
.sticky-close:hover{color:var(--white);}
.sticky-status{position:absolute; bottom:2px; inset-inline-start:0; margin:0; font-size:0.85rem;}

/* ---------- Mobile action bar ---------- */
.mobile-bar{display:none;}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1100px){
  .services-grid{grid-template-columns:repeat(3,1fr);}
  .hero-inner{grid-template-columns:1fr 1fr;}
  .sticky-inner{grid-template-columns:auto 1fr 1fr auto;}
  .sticky-inner input[name="message"]{display:none;}
}

@media (max-width:900px){
  :root{--header-h:66px; --sticky-h:0px;}
  body{padding-bottom:68px;}
  .header-inner{gap:12px;}
  .brand-mark{width:40px; height:40px;}
  .brand-name{font-size:1.15rem;}
  .header-phone span, .header-cta{display:none;}
  .header-phone{font-size:1rem;}
  .header-phone svg{width:22px; height:22px;}
  .nav-toggle{display:flex;}
  .site-nav{
    position:fixed; top:var(--header-h); right:0; left:0; bottom:0;
    background:var(--navy); flex-direction:column; gap:0; padding:16px 28px;
    transform:translateX(100%); transition:transform .3s ease; overflow-y:auto; z-index:99;
  }
  .site-nav.open{transform:translateX(0);}
  .site-nav a{font-size:1.25rem; padding:16px 0; border-bottom:1px solid rgba(233,223,196,0.12); color:var(--white);}
  .site-nav a::after{display:none;}
  .nav-phone-mobile{display:block; color:var(--gold-bright) !important; font-weight:700; direction:ltr; text-align:right;}

  .hero-inner{grid-template-columns:1fr; gap:36px; padding:40px 0 64px;}
  .hero-visual{order:-1; max-width:420px; margin:0 auto;}
  .hero-photo{aspect-ratio:1/1; border-radius:24px 24px 24px 90px;}
  .hero-testimonial{position:relative; bottom:auto; inset-inline-end:auto; width:100%; margin-top:-30px; margin-inline-start:12px; width:calc(100% - 24px);}
  .hero h1{font-size:clamp(2.2rem, 9vw, 3rem); text-align:center;}
  .hero-sub{text-align:center; margin-inline:auto;}
  .hero-links{grid-template-columns:1fr; gap:8px;}
  .hero-actions{justify-content:center;}
  .hero-actions .btn{flex:1 1 auto; justify-content:center;}
  .stats-grid{grid-template-columns:1fr 1fr; gap:22px 20px; padding:26px 28px;}
  .stat{border:0; padding:0;}

  section{padding:64px 0;}
  .section-head{margin-bottom:34px;}
  .services-grid{grid-template-columns:1fr 1fr; gap:14px;}
  .service-card{padding:22px 18px 20px;}
  .about-inner{grid-template-columns:1fr; gap:36px;}
  .process-list{grid-template-columns:1fr;}
  .process-item{border-inline-end:none; border-top:1px solid rgba(233,223,196,0.18); padding:28px 0 0;}
  .process-item:first-child{border-top:none;}
  .video-grid{grid-template-columns:1fr;}
  .video-grid .video-card, .video-grid .video-card:nth-child(4){grid-column:auto;}
  .pro-grid{grid-template-columns:repeat(3,1fr); gap:18px 10px;}
  .pro-card img{width:80px; height:80px;}
  .reviews-carousel{grid-template-columns:1fr; gap:0;}
  .car-btn{display:none;}
  .review{flex:0 0 100%; min-height:0;}
  .contact-inner{grid-template-columns:1fr; gap:40px;}
  .contact-form{padding:26px 20px;}
  .footer-inner{flex-direction:column;}
  .footer-links, .footer-social{flex-direction:row; flex-wrap:wrap; gap:14px 20px;}

  .sticky-bar{display:none;}
  .mobile-bar{
    display:grid; grid-template-columns:1fr 1fr 1.3fr; position:fixed; bottom:0; left:0; right:0; z-index:90;
    background:var(--navy); box-shadow:0 -6px 30px rgba(0,0,0,0.3);
    padding-bottom:env(safe-area-inset-bottom);
  }
  .mobile-bar a{
    display:flex; align-items:center; justify-content:center; gap:8px;
    padding:16px 6px; color:var(--white); font-weight:600; font-size:0.95rem;
    border-inline-end:1px solid rgba(255,255,255,0.12);
  }
  .mobile-bar a:last-child{border:0;}
  .mobile-bar .mb-wa{color:var(--wa);}
  .mobile-bar .mb-form{background:var(--gold-bright); color:var(--navy-deep);}
}

@media (max-width:520px){
  .wrap{padding:0 18px;}
  .services-grid{grid-template-columns:1fr;}
  .stats-grid{grid-template-columns:1fr 1fr;}
  .stat .num{font-size:1.6rem;}
  .pro-grid{grid-template-columns:repeat(3,1fr);}
  .hero-actions .btn{width:100%;}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{transition:none !important; animation:none !important;}
}
