:root {
  --blue: #1677c9;
  --blue-dark: #0b2e57;
  --dark: #0f172a;
  --gray: #475569;
  --light: #f4f7fb;
  --border: #e5e7eb;
  --shadow: 0 10px 30px rgba(0,0,0,.10);
}

*{box-sizing:border-box;font-family:Arial,sans-serif}
html{scroll-behavior:smooth}
body{margin:0;color:var(--dark);background:#fff}
img{max-width:100%;display:block}

/* NAV */
.nav{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:50}
.nav-inner{max-width:1100px;margin:auto;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.logo img{height:42px;width:auto}
nav a{margin-left:18px;text-decoration:none;color:var(--dark);font-weight:600}
.call-btn{border:2px solid var(--blue);padding:8px 14px;border-radius:8px;color:var(--blue)}

/* Buttons */
.btn{padding:12px 18px;border-radius:10px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.primary{background:var(--blue);color:#fff;border:2px solid var(--blue)}
.outline{border:2px solid var(--blue);color:var(--blue);background:#fff}

/* HERO */
.hero{background:linear-gradient(180deg,var(--light),#fff);padding:64px 16px}
.hero-inner{max-width:1100px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}
.hero-text h1{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0 0 14px}
.hero-text p{color:var(--gray);max-width:520px;line-height:1.6;margin:0}
.hero-buttons{margin:20px 0;display:flex;gap:12px;flex-wrap:wrap}
.hero-badges span{display:inline-block;margin:10px 10px 0 0;padding:8px 12px;border:1px solid var(--border);background:#fff;border-radius:999px;font-size:13px}

/* VIDEO */
.hero-video video{width:100%;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);background:#000}
.video-note{margin-top:10px;font-size:12px;color:var(--gray);text-align:center}

/* TRUST */
.trust-bar{background:#0b1220;color:#fff;padding:14px}
.trust-inner{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center}
.trust-inner div{border-top:2px solid rgba(22,119,201,.9);padding-top:8px;font-size:13px;opacity:.95}

/* SECTIONS */
.services,.projects,.about{padding:64px 16px}
.services,.projects{text-align:center}
.services h2,.projects h2,.about h2{margin:0 0 14px}
.services-cta,.projects-cta,.estimate-ctas{margin-top:22px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* SERVICES grid */
.service-grid{max-width:900px;margin:30px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.service{padding:18px;border:1px solid var(--border);border-radius:12px;font-weight:700;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.04)}

/* WHY CHOOSE (Miron-style bold block) */
.why{position:relative;padding:74px 16px;background:#fff;overflow:hidden}
.why::before{
  content:"";
  position:absolute;
  left:-120px; top:0;
  width:55vw; height:100%;
  background:var(--blue);
  transform:skewX(-12deg);
  opacity:0.14;
}
.why-inner{position:relative;max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.why-media{position:relative}
.why-media::after{
  content:"";
  position:absolute;
  left:-18px; bottom:-18px;
  width:120px; height:70px;
  border-left:6px solid var(--blue);
  border-bottom:6px solid var(--blue);
  transform:skewX(-12deg);
  opacity:0.9;
}
.why-media img{border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);object-fit:cover}
.why-copy h2{margin:0 0 12px 0;font-size:34px;line-height:1.1}
.why-copy p{color:var(--gray);line-height:1.6}
.checklist{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px}
.checklist li{padding-left:26px;position:relative;color:var(--dark);font-weight:700}
.checklist li::before{content:"✓";position:absolute;left:0;top:0;color:var(--blue);font-weight:900}
.why-cta{margin-top:18px}

/* VALUES (blue section like reference, but Miron) */
.values{padding:74px 16px;background:linear-gradient(135deg, var(--blue), var(--blue-dark));color:#fff}
.values-inner{max-width:1100px;margin:auto}
.values-head{text-align:left;max-width:700px;margin:0 0 28px}
.values-head h2{margin:0 0 10px;font-size:40px}
.values-head p{margin:0;color:rgba(255,255,255,.88)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:22px;backdrop-filter: blur(2px)}
.card-icon{height:38px;width:38px;border-radius:12px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;margin-bottom:10px}
.card h3{margin:0 0 8px}
.card p{margin:0;color:rgba(255,255,255,.9);line-height:1.55}

/* PROJECTS */
.projects{background:#fff}
.projects-inner{max-width:1100px;margin:auto}
.projects-head{text-align:center;max-width:700px;margin:0 auto 28px}
.projects-head p{color:var(--gray);margin:0}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.shot{margin:0;background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(15,23,42,.06)}
.shot img{width:100%;height:260px;object-fit:cover}
.shot figcaption{padding:12px 14px;color:var(--gray);font-size:13px;text-align:left}

/* ABOUT */
.about{background:linear-gradient(180deg,#fff,var(--light))}
.about-inner{max-width:900px;margin:auto;text-align:center}
.about-inner p{color:var(--gray);line-height:1.6}
.about-bullets{margin-top:18px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.about-pill{background:#fff;border:1px solid var(--border);border-radius:999px;padding:10px 14px;font-weight:700;font-size:13px}

/* ESTIMATE */
.estimate{background:#0b1220;color:#fff;padding:64px 16px}
.estimate-inner{max-width:900px;margin:auto;text-align:center}
.estimate-inner p{color:rgba(255,255,255,.85)}

/* FOOTER */
.footer{padding:20px;text-align:center;font-size:14px;color:var(--gray)}

/* MOBILE */
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr}
  .trust-inner{grid-template-columns:1fr;text-align:left}
  .why-inner{grid-template-columns:1fr}
  .card-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  nav a{margin-left:12px}
  .shot img{height:220px}
  .values-head{text-align:center}
}
