:root {
  --dark: #0B1220;
  --dark-surface: #131C2E;
  --accent: #1D4ED8;
  --accent-dark: #1A3FB0;
  --accent-light: #3B82F6;
  --accent-dim: rgba(29,78,216,0.10);
  --white: #FFFFFF;
  --light: #F4F6FA;
  --text: #111726;
  --muted: #5B6577;
  --border: #E3E7EF;
  --border-dark: rgba(255,255,255,0.08);
  --green: #16A34A;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; line-height: 1; letter-spacing: -0.01em; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 4rem); }
.accent { color: var(--accent-light); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 2rem; font-family: 'Barlow', sans-serif; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 4px; cursor: pointer; border: none; transition: all 0.15s ease; }
.btn-blue { background: var(--accent); color: #fff; }
.btn-blue:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.25); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.7); }
.btn-dark { background: var(--text); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-1px); }

/* Logo */
.logo { display: flex; align-items: center; }
.logo-box { background: #fff; border-radius: 8px; padding: 6px 12px; display: flex; align-items: center; }
.logo-box img { height: 38px; width: auto; }

/* Header */
header { position: sticky; top: 0; z-index: 100; background: rgba(11,18,32,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-dark); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.75); font-weight: 600; font-size: 0.9rem; transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-phone { color: #fff; font-weight: 700; font-size: 0.95rem; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone:hover { color: var(--accent-light); }
.menu-btn { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 0.4rem; }
.menu-btn svg { width: 26px; height: 26px; }
.mobile-menu { display: none; flex-direction: column; background: var(--dark-surface); border-top: 1px solid var(--border-dark); padding: 1rem 0; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.8); font-weight: 600; padding: 0.8rem clamp(1.25rem, 5vw, 4rem); }
.mobile-menu a:hover { background: rgba(255,255,255,0.04); color: #fff; }

/* Hero (home) */
.hero { background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(59,130,246,0.20), transparent 45%), radial-gradient(circle at 5% 95%, rgba(29,78,216,0.12), transparent 42%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; padding: clamp(3.5rem, 8vw, 6rem) 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0.95rem; background: var(--accent-dim); border: 1px solid rgba(59,130,246,0.35); border-radius: 20px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 800; margin-bottom: 1.25rem; }
.hero p { font-size: 1.08rem; color: rgba(255,255,255,0.62); max-width: 500px; margin-bottom: 1.75rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 2.5rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border-dark); }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.2rem; color: #fff; line-height: 1; }
.stat-num .accent { color: var(--accent-light); }
.stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.3rem; }
.hero-img { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; background: linear-gradient(135deg, #1A2538, #0E1626); border: 1px solid var(--border-dark); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.25); font-size: 0.85rem; text-align: center; }
.img-ph { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; padding: 1rem; }
.img-ph svg { width: 42px; height: 42px; opacity: 0.4; }

/* Before / After component */
.ba-fig { position: relative; margin: 0; overflow: hidden; background: #0E1626; }
.ba-fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-label { position: absolute; bottom: 0.6rem; left: 0.6rem; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.65rem; border-radius: 4px; color: #fff; z-index: 2; }
.ba-label.before { background: rgba(11,18,32,0.82); }
.ba-label.after { background: var(--accent); }
/* Single combo */
.ba-combo { position: relative; aspect-ratio: 3/2; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); }
/* Carousel */
.ba-carousel { position: relative; aspect-ratio: 3/2; border-radius: 10px; overflow: hidden; border: 1px solid var(--border-dark); box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
.ba-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border-dark); opacity: 0; transition: opacity 0.7s ease; }
.ba-slide.active { opacity: 1; }
.ba-dots { position: absolute; bottom: 0.7rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.4rem; z-index: 3; }
.ba-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.45); cursor: pointer; border: none; padding: 0; transition: all 0.2s; }
.ba-dot.active { background: #fff; width: 20px; border-radius: 4px; }

/* Page hero (inner pages) */
.page-hero { background: var(--dark); color: #fff; position: relative; overflow: hidden; text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 10%, rgba(59,130,246,0.18), transparent 50%), radial-gradient(circle at 10% 100%, rgba(29,78,216,0.10), transparent 45%); }
.page-hero-inner { position: relative; z-index: 2; padding: clamp(3rem, 7vw, 5rem) 0; max-width: 720px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; margin: 1.25rem 0 1rem; }
.page-hero p { font-size: 1.08rem; color: rgba(255,255,255,0.6); max-width: 560px; margin: 0 auto; }
.crumbs { font-size: 0.78rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.crumbs a:hover { color: var(--accent-light); }

/* Trust strip */
.trust { background: var(--accent); color: #fff; }
.trust-inner { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; padding: 1rem 0; font-weight: 600; font-size: 0.92rem; }
.trust-item { display: flex; align-items: center; gap: 0.55rem; }
.trust-item svg { width: 18px; height: 18px; }

/* Sections */
section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.sec-head { text-align: center; max-width: 620px; margin: 0 auto 3rem; }
.eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.8rem; }
.sec-head h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin-bottom: 1rem; }
.sec-head p { color: var(--muted); font-size: 1.02rem; }
.bg-light { background: var(--light); }

/* Services grid */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.svc-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 1.9rem 1.6rem; transition: all 0.2s ease; }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(17,23,38,0.08); border-color: transparent; }
.svc-icon { width: 52px; height: 52px; border-radius: 10px; background: var(--accent-dim); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; }
.svc-icon svg { width: 26px; height: 26px; }
.svc-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.5rem; }
.svc-card p { color: var(--muted); font-size: 0.92rem; }
.svc-more { text-align: center; margin-top: 2.5rem; }
.svc-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-bottom: 2rem; }
.svc-tag { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 0.45rem 1.1rem; font-size: 0.85rem; font-weight: 600; color: var(--muted); }

/* Why Us / two-col */
.why-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: center; }
.why-img { aspect-ratio: 1/1; border-radius: 12px; background: linear-gradient(135deg, #E7ECF4, #F4F6FA); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); }
.why-list { list-style: none; display: grid; gap: 1.4rem; }
.why-item { display: flex; gap: 1rem; }
.why-check { flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; }
.why-check svg { width: 22px; height: 22px; }
.why-item h4 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.25rem; }
.why-item p { color: var(--muted); font-size: 0.92rem; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.step { text-align: center; padding: 1rem; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--accent-dim); color: var(--accent); font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem; }
.step h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; }
.step p { color: var(--muted); font-size: 0.9rem; }

/* Gallery */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.gal-item { aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; background: linear-gradient(135deg, #DDE3EC, #EDF0F5); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); position: relative; }
.gal-tag { position: absolute; top: 0.8rem; left: 0.8rem; background: rgba(11,18,32,0.85); color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 4px; }
.gal-center { text-align: center; margin-top: 2.5rem; }

/* Testimonials */
.test-head { text-align: center; margin-bottom: 3rem; }
.rating-badge { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--accent-dim); color: var(--accent); padding: 0.5rem 1.1rem; border-radius: 30px; font-weight: 700; font-size: 0.9rem; margin-top: 1rem; }
.rating-badge .stars { color: #F59E0B; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.test-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 2rem; }
.stars { color: #F59E0B; font-size: 1rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
.test-card p { font-size: 0.98rem; color: var(--text); margin-bottom: 1.3rem; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 0.8rem; }
.test-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-dim); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: 'Barlow Condensed', sans-serif; }
.test-name { font-weight: 700; font-size: 0.9rem; }
.test-meta { font-size: 0.78rem; color: var(--muted); display: flex; align-items: center; gap: 0.3rem; }

/* Quote / Contact */
.quote { background: var(--dark); color: #fff; }
.quote-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.quote h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin-bottom: 1rem; }
.quote .eyebrow { color: var(--accent-light); }
.quote-lead { color: rgba(255,255,255,0.6); font-size: 1.05rem; margin-bottom: 2rem; }
.quote-contact { display: grid; gap: 1.2rem; }
.qc-item { display: flex; gap: 0.9rem; align-items: center; }
.qc-icon { width: 42px; height: 42px; border-radius: 9px; background: rgba(255,255,255,0.06); color: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.qc-icon svg { width: 20px; height: 20px; }
.qc-label { font-size: 0.72rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }
.qc-value { font-weight: 600; font-size: 0.98rem; }
.qc-value a:hover { color: var(--accent-light); }
.quote-form { background: var(--dark-surface); border: 1px solid var(--border-dark); border-radius: 12px; padding: 2rem; }
.quote-form h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.55); margin-bottom: 0.4rem; }
.field input, .field select, .field textarea { width: 100%; padding: 0.8rem 1rem; border-radius: 6px; background: var(--dark); border: 1px solid var(--border-dark); color: #fff; font-family: 'Barlow', sans-serif; font-size: 0.95rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent-light); }
.field textarea { resize: vertical; min-height: 90px; }
.quote-form .btn { width: 100%; justify-content: center; margin-top: 0.5rem; }
.quote-form .btn:disabled { opacity: 0.6; cursor: not-allowed; }
.form-note { font-size: 0.78rem; color: rgba(255,255,255,0.4); text-align: center; margin-top: 0.9rem; }
.form-status { font-size: 0.88rem; font-weight: 600; text-align: center; margin-top: 0.9rem; padding: 0.7rem 1rem; border-radius: 6px; display: none; }
.form-status.ok { display: block; background: rgba(22,163,74,0.12); border: 1px solid rgba(22,163,74,0.4); color: #4ADE80; }
.form-status.err { display: block; background: rgba(220,38,38,0.12); border: 1px solid rgba(220,38,38,0.4); color: #F87171; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* Footer */
footer { background: #070C16; color: rgba(255,255,255,0.6); padding: 3.5rem 0 1.5rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border-dark); }
.foot-brand .logo { margin-bottom: 1.1rem; }
.foot-brand p { font-size: 0.9rem; max-width: 290px; }
.foot-col h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 1.1rem; letter-spacing: 0.04em; }
.foot-col ul { list-style: none; display: grid; gap: 0.65rem; }
.foot-col a, .foot-col li { font-size: 0.9rem; color: rgba(255,255,255,0.55); }
.foot-col a:hover { color: var(--accent-light); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; font-size: 0.82rem; color: rgba(255,255,255,0.4); flex-wrap: wrap; gap: 0.8rem; }
.foot-social { display: flex; gap: 0.8rem; }
.foot-social a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); }
.foot-social a:hover { background: var(--accent); color: #fff; }
.foot-social svg { width: 17px; height: 17px; }

/* Responsive */
@media (max-width: 900px) {
  .nav-links, .nav-phone { display: none; }
  .menu-btn { display: block; }
  .hero-inner, .why-grid, .quote-inner { grid-template-columns: 1fr; }
  .hero-img, .hero .ba-carousel { order: -1; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-grid, .test-grid, .steps { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .trust-inner { gap: 1.2rem; font-size: 0.82rem; }
}
@media (max-width: 560px) {
  .svc-grid, .steps { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
  .foot-grid { grid-template-columns: 1fr; }
}
