/* ============ Innova Home Solutions — brand system (matches print flyer) ============ */
:root{
  --red: #D8452E;
  --red-dark: #B8351F;
  --yellow: #F2B705;
  --charcoal: #262019;
  --ink: #2B211D;
  --cream: #FBF3EF;
  --card: #FFFFFF;
  --pink-line: #E3C4BC;
  --max: 1180px;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family:'Poppins', sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.5;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
.wrap{ max-width:var(--max); margin:0 auto; padding:0 28px; }
section{ position:relative; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-weight:700; font-size:17px; letter-spacing:0.2px;
  padding:16px 30px; border-radius:50px; border:none; cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn-primary{
  background:var(--red); color:#fff;
  box-shadow:0 10px 24px rgba(184,53,31,0.28);
}
.btn-primary:hover{ background:var(--red-dark); }
.btn-outline{
  background:transparent; color:var(--red); border:2px solid var(--red);
}
.btn-outline:hover{ background:rgba(216,69,46,0.08); }
.btn-light{ background:#fff; color:var(--red-dark); }

/* ---------- header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(251,243,239,0.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--pink-line);
}
.site-header .wrap{
  display:flex; align-items:center; justify-content:space-between;
  height:84px;
}
.brand{ display:flex; align-items:center; gap:14px; }
.brand .mark{
  width:46px; height:46px; border-radius:50%;
  background:var(--red); display:flex; align-items:center; justify-content:center; flex:none;
}
.brand .mark svg{ width:24px; height:24px; }
.brand .name{ font-weight:700; font-size:21px; color:var(--red-dark); letter-spacing:0.2px; line-height:1.15; }
.brand .name span{ display:block; font-weight:500; font-size:11px; letter-spacing:2px; color:var(--ink); opacity:.65; text-transform:uppercase; margin-top:2px;}

nav.main-nav{ display:flex; align-items:center; gap:36px; }
nav.main-nav a{
  font-weight:600; font-size:15.5px; color:var(--ink); opacity:.85;
  padding:6px 2px; border-bottom:2px solid transparent;
}
nav.main-nav a:hover{ opacity:1; border-color:var(--yellow); }

.header-cta{ display:flex; align-items:center; gap:18px; }
.header-phone{ display:flex; align-items:center; gap:8px; font-weight:700; font-size:16px; color:var(--red-dark); }
.header-phone svg{ width:19px; height:19px; }
.header-phone .dot{ width:9px; height:9px; border-radius:50%; background:var(--yellow); margin-left:2px; }

.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle svg{ width:28px; height:28px; }

/* ---------- hero ---------- */
.hero{
  background-image:url('../img/bg_stripes_pink.webp');
  background-size:cover; background-position:center;
  padding:88px 0 60px;
}
.hero .wrap{
  display:grid; grid-template-columns:1.05fr 0.95fr; gap:40px; align-items:center;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(216,69,46,0.10); border:2px solid rgba(216,69,46,0.30);
  color:var(--red-dark); font-weight:700; font-size:13.5px; letter-spacing:1.5px;
  text-transform:uppercase; padding:8px 18px; border-radius:30px; margin-bottom:22px;
}
.eyebrow .dot{ width:8px; height:8px; border-radius:50%; background:var(--yellow); }
.hero h1{
  font-weight:700; font-size:52px; line-height:1.12; letter-spacing:0.2px;
  color:var(--red); text-transform:uppercase; margin-bottom:22px;
}
.hero p.lead{ font-size:19px; line-height:1.6; color:var(--ink); opacity:.88; margin-bottom:32px; max-width:520px; }
.hero .cta-row{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:34px; }
.hero .trust-row{ display:flex; gap:28px; flex-wrap:wrap; }
.hero .trust-item{ display:flex; align-items:center; gap:10px; font-weight:600; font-size:14.5px; color:var(--ink); opacity:.8; }
.hero .trust-item svg{ width:20px; height:20px; color:var(--red); flex:none; }

.hero-media{ position:relative; display:flex; justify-content:center; align-items:flex-end; min-height:420px; }
.hero-media img.woman{ width:78%; filter:drop-shadow(0 30px 40px rgba(38,32,25,0.18)); }
.hero-media .float-card{
  position:absolute; bottom:6%; right:-3%; background:#fff; border-radius:20px;
  padding:16px 20px; box-shadow:0 18px 34px rgba(38,32,25,0.14);
  display:flex; align-items:center; gap:14px; max-width:230px;
}
.hero-media .float-card .ico{
  width:46px; height:46px; border-radius:50%; background:var(--red);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.hero-media .float-card .ico svg{ width:24px; height:24px; }
.hero-media .float-card b{ display:block; font-size:15px; }
.hero-media .float-card span{ font-size:12.5px; opacity:.7; }

/* ---------- section heads ---------- */
.section-head{ text-align:center; max-width:640px; margin:0 auto 52px; }
.section-head .kicker{
  font-weight:700; font-size:14px; letter-spacing:3px; color:var(--red);
  text-transform:uppercase; margin-bottom:14px; display:block;
}
.section-head h2{ font-weight:700; font-size:38px; line-height:1.2; color:var(--ink); text-transform:uppercase; letter-spacing:0.2px; }
.section-head p{ margin-top:16px; font-size:17px; opacity:.75; line-height:1.6; }

/* ---------- services ---------- */
.services{ padding:100px 0; background:#fff; }
.svc-grid{ display:grid; grid-template-columns:1fr 1fr; gap:32px; }
.svc-card{
  background:var(--cream); border:1px solid var(--pink-line); border-radius:24px;
  padding:40px 38px;
}
.svc-card .head{ display:flex; align-items:center; gap:16px; margin-bottom:26px; }
.svc-card .head .ico{
  width:58px; height:58px; border-radius:50%; background:var(--red);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.svc-card .head .ico svg{ width:30px; height:30px; }
.svc-card h3{ font-weight:700; font-size:25px; text-transform:uppercase; letter-spacing:0.2px; }
.svc-card ul li{
  display:flex; align-items:baseline; gap:12px; font-size:16.5px; font-weight:500;
  padding:10px 0; border-bottom:1px solid rgba(38,32,25,0.08);
}
.svc-card ul li:last-child{ border-bottom:none; }
.svc-card ul li::before{ content:""; width:9px; height:9px; border-radius:50%; background:var(--red); flex:none; }

/* ---------- why us ---------- */
.why-us{ padding:100px 0; background:var(--cream); }
.why-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:56px; align-items:center; }
.why-media{ position:relative; }
.why-media img{ border-radius:24px; width:100%; }
.why-media .badge-float{
  position:absolute; bottom:-26px; left:-26px; background:var(--red); color:#fff;
  border-radius:20px; padding:22px 26px; box-shadow:0 18px 34px rgba(184,53,31,0.3);
  display:flex; align-items:center; gap:16px; max-width:250px;
}
.why-media .badge-float .pct{ font-weight:700; font-size:30px; line-height:1; }
.why-media .badge-float span{ font-size:12.5px; font-weight:600; opacity:.92; text-transform:uppercase; letter-spacing:.5px; }
.why-copy .kicker{ font-weight:700; font-size:14px; letter-spacing:3px; color:var(--red); text-transform:uppercase; margin-bottom:14px; display:block; }
.why-copy h2{ font-weight:700; font-size:34px; line-height:1.22; text-transform:uppercase; margin-bottom:22px; }
.why-copy p{ font-size:17px; line-height:1.65; opacity:.85; margin-bottom:26px; }
.tag-row{ display:flex; gap:12px; flex-wrap:wrap; margin-bottom:30px; }
.tag-row span{
  background:rgba(216,69,46,0.10); border:2px solid rgba(216,69,46,0.32);
  color:var(--red-dark); font-weight:600; font-size:14.5px; padding:9px 20px; border-radius:30px;
}
.guarantee-strip{
  display:flex; align-items:center; gap:16px; background:#fff; border:1px solid var(--pink-line);
  border-radius:18px; padding:18px 22px;
}
.guarantee-strip .ico{
  width:48px; height:48px; border-radius:50%; background:var(--red); flex:none;
  display:flex; align-items:center; justify-content:center;
}
.guarantee-strip .ico svg{ width:24px; height:24px; }
.guarantee-strip b{ display:block; font-size:15.5px; }
.guarantee-strip span{ font-size:14px; opacity:.75; }

/* ---------- area / strip ---------- */
.area-strip{
  background:var(--red); color:#fff; padding:26px 0;
}
.area-strip .wrap{ display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap; text-align:center; }
.area-strip svg{ width:22px; height:22px; flex:none; }
.area-strip p{ font-weight:600; font-size:16.5px; }

/* ---------- contact ---------- */
.contact{ padding:100px 0; background:#fff; }
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; }
.contact-info h2{ font-weight:700; font-size:34px; text-transform:uppercase; line-height:1.2; margin-bottom:18px; }
.contact-info p.lead{ font-size:17px; opacity:.8; line-height:1.6; margin-bottom:34px; max-width:460px;}
.info-row{ display:flex; align-items:flex-start; gap:16px; margin-bottom:26px; }
.info-row .ico{
  width:48px; height:48px; border-radius:50%; background:rgba(216,69,46,0.10); flex:none;
  display:flex; align-items:center; justify-content:center;
}
.info-row .ico svg{ width:22px; height:22px; color:var(--red); }
.info-row b{ display:block; font-size:16px; margin-bottom:3px; }
.info-row span, .info-row a{ font-size:15.5px; opacity:.8; }
.info-row a:hover{ opacity:1; text-decoration:underline; }

.contact-form{ background:var(--cream); border:1px solid var(--pink-line); border-radius:24px; padding:38px; }
.contact-form .field{ margin-bottom:18px; }
.contact-form label{ display:block; font-weight:600; font-size:14px; margin-bottom:8px; }
.contact-form input, .contact-form select, .contact-form textarea{
  width:100%; border:1.5px solid var(--pink-line); background:#fff; border-radius:12px;
  padding:14px 16px; font-family:inherit; font-size:15px; color:var(--ink);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus{
  outline:none; border-color:var(--red);
}
.contact-form textarea{ resize:vertical; min-height:110px; }
.contact-form .btn{ width:100%; margin-top:6px; }
.form-note{ font-size:12.5px; opacity:.6; margin-top:14px; line-height:1.5; }

/* ---------- footer ---------- */
footer.site-footer{ background:var(--charcoal); color:#F4E9E4; padding:64px 0 0; }
.footer-grid{ display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:48px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,0.12); }
.footer-brand .brand .name{ color:#fff; }
.footer-brand p{ font-size:14.5px; opacity:.7; margin-top:16px; line-height:1.6; max-width:320px; }
.footer-col h4{ font-weight:700; font-size:14px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:20px; opacity:.9; }
.footer-col ul li{ margin-bottom:12px; font-size:14.5px; opacity:.75; }
.footer-col ul li a:hover{ opacity:1; text-decoration:underline; }
.footer-bottom{
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px;
  padding:24px 0; font-size:13px; opacity:.6;
}

/* ---------- sticky mobile call button ---------- */
.mobile-call{
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:200;
  background:var(--red); color:#fff; text-align:center; padding:16px;
  font-weight:700; font-size:16px; letter-spacing:.3px;
  box-shadow:0 -8px 24px rgba(0,0,0,0.18);
}
.mobile-call svg{ width:18px; height:18px; vertical-align:-3px; margin-right:8px; }

/* ---------- responsive ---------- */
@media (max-width: 980px){
  nav.main-nav{
    position:absolute; top:100%; left:0; right:0;
    background:var(--cream); flex-direction:column; align-items:flex-start;
    padding:0 28px; gap:0; max-height:0; overflow:hidden;
    transition:max-height .3s ease, padding .3s ease;
    border-bottom:1px solid var(--pink-line);
  }
  nav.main-nav.open{ max-height:400px; padding:12px 28px 24px; }
  nav.main-nav a{ width:100%; padding:14px 0; border-bottom:1px solid var(--pink-line); font-size:17px; }
  .header-phone span.txt{ display:none; }
  .nav-toggle{ display:block; }

  .hero .wrap{ grid-template-columns:1fr; }
  .hero-media{ order:-1; min-height:320px; }
  .hero h1{ font-size:40px; }

  .svc-grid{ grid-template-columns:1fr; }
  .why-grid{ grid-template-columns:1fr; }
  .why-media{ margin-bottom:40px; }
  .contact-grid{ grid-template-columns:1fr; }

  .footer-grid{ grid-template-columns:1fr; gap:36px; }

  .mobile-call{ display:block; }
  body{ padding-bottom:58px; }
}

@media (max-width: 560px){
  .hero h1{ font-size:32px; }
  .section-head h2{ font-size:28px; }
  .hero .cta-row .btn{ width:100%; }
  .svc-card{ padding:30px 26px; }
  .contact-form{ padding:28px; }
  .header-cta .btn-primary{ display:none; }
  .header-cta{ gap:12px; }
  .site-header .wrap{ padding:0 18px; }
  .brand .name{ font-size:16px; }
  .brand .name span{ font-size:9.5px; }
}
