:root {
  --bg: #02060d;
  --bg-soft: #07101c;
  --card: #09121f;
  --card-2: #0c1624;
  --text: #f6f9ff;
  --muted: #9da9ba;
  --line: rgba(255,255,255,.11);
  --blue: #0878ff;
  --blue-2: #0057ff;
  --blue-glow: rgba(0,103,255,.35);
  --green: #25d366;
  --shadow: 0 22px 70px rgba(0,0,0,.42);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 18%, rgba(0,94,255,.13), transparent 24%),
    radial-gradient(circle at 8% 75%, rgba(0,94,255,.07), transparent 28%),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; background: #fff; color: #000; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.narrow { max-width: 880px; }
.hidden { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(1,5,11,.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255,255,255,.14); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .12em; }
.brand-copy strong { font-size: 18px; font-weight: 800; }
.brand-copy small { margin-top: 6px; color: var(--blue); font-weight: 800; font-size: 11px; letter-spacing: .48em; padding-left: 2px; }
.nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.nav a { color: #d8dfeb; transition: color .2s ease; }
.nav a:hover { color: #fff; }
.nav-cta { padding: 13px 18px; background: linear-gradient(135deg, var(--blue), var(--blue-2)); border-radius: 9px; box-shadow: 0 8px 26px rgba(0,104,255,.25); }
.nav .nav-cta:hover { color: #fff; filter: brightness(1.07); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 7px; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 6px 0; background: #fff; transition: .2s ease; }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px; background: linear-gradient(90deg, transparent 0 68%, var(--blue) 100%); box-shadow: 0 0 24px var(--blue); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,4,9,.98) 0%, rgba(1,4,9,.82) 34%, rgba(1,4,9,.24) 72%, rgba(1,4,9,.46) 100%), url('images/hero.jpg') center/cover no-repeat; transform: scale(1.015); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 70px; }
.eyebrow { color: var(--blue); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .18em; margin: 0 0 14px; }
.hero h1 { margin: 0; font-family: 'Bebas Neue', Impact, sans-serif; font-weight: 400; letter-spacing: .015em; font-size: clamp(72px, 9vw, 128px); line-height: .86; max-width: 700px; text-transform: uppercase; }
.hero h1 span { color: var(--blue); text-shadow: 0 0 36px rgba(0,95,255,.28); }
.hero-text { max-width: 650px; color: #c2cbd8; font-size: 17px; margin: 26px 0 30px; }
.hero-actions, .local-actions, .center-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 9px; border: 1px solid transparent; text-transform: uppercase; font-weight: 800; font-size: 12px; letter-spacing: .035em; transition: transform .2s ease, background .2s ease, border .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 10px 30px var(--blue-glow); }
.btn-outline { border-color: rgba(255,255,255,.45); background: rgba(4,9,16,.58); color: #fff; }
.btn-outline:hover { border-color: var(--blue); background: rgba(0,89,255,.11); }
.trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: 790px; margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 17px 16px; border-right: 1px solid var(--line); color: #c6cfdb; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.trust-strip span:last-child { border-right: 0; }

.section { padding: 94px 0; }
.section-dark { background: linear-gradient(180deg, rgba(7,15,26,.62), rgba(3,7,13,.62)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .local-copy h2, .contact-copy h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.05; margin: 0 0 14px; letter-spacing: -.03em; }
.section-heading p:not(.eyebrow), .local-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 435px; background: linear-gradient(180deg, #0c1522, #060b13); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.service-media { height: 215px; overflow: hidden; background: #0d1520; }
.service-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); transition: transform .45s ease, filter .45s ease; }
.service-card:hover .service-media img { transform: scale(1.045); filter: saturate(1) contrast(1.08); }
.service-body { padding: 24px; position: relative; }
.service-number { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 15px; border: 1px solid rgba(0,118,255,.55); color: var(--blue); border-radius: 9px; font-weight: 800; font-size: 11px; background: rgba(0,95,255,.08); }
.service-body h3 { margin: 0 0 8px; text-transform: uppercase; font-size: 18px; line-height: 1.13; }
.service-body p { color: var(--muted); font-size: 13px; margin: 0; }

.result-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.result-card { margin: 0; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--card); aspect-ratio: 4/3; }
.result-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.08); transition: transform .35s ease; }
.result-card:hover img { transform: scale(1.04); }
.result-card::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.result-card figcaption { position: absolute; z-index: 2; left: 16px; bottom: 13px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.center-actions { justify-content: center; margin-top: 28px; }

.advantages { padding-top: 80px; padding-bottom: 80px; }
.advantages-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(8,15,25,.66); }
.advantages-grid article { padding: 34px 28px; min-height: 250px; border-right: 1px solid var(--line); }
.advantages-grid article:last-child { border-right: 0; }
.advantages-grid .icon { display: inline-flex; color: var(--blue); font-size: 38px; line-height: 1; margin-bottom: 18px; }
.advantages-grid h3 { margin: 0 0 9px; font-size: 15px; text-transform: uppercase; }
.advantages-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.gallery-section { padding-bottom: 0; }
.gallery-row { display: grid; grid-template-columns: repeat(6, minmax(220px,1fr)); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gallery-row img { width: 100%; height: 250px; object-fit: cover; filter: saturate(.8) contrast(1.06); transition: .35s ease; }
.gallery-row img:hover { filter: saturate(1.05) contrast(1.08); transform: scale(1.025); }

.local-section { background: radial-gradient(circle at 74% 50%, rgba(0,100,255,.12), transparent 25%); }
.local-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.local-copy h2 { max-width: 620px; }
.local-copy > p { margin-bottom: 14px !important; }
.local-actions { margin-top: 28px; }
.local-photo { position: relative; min-height: 520px; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.local-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center center; filter: none; }
.local-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(0,0,0,.58) 100%); pointer-events: none; }
.location-badge { position: absolute; z-index: 2; bottom: 22px; left: 22px; right: 22px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(4,9,15,.78); backdrop-filter: blur(12px); border-radius: 10px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.faq-section { background: rgba(6,12,20,.58); border-top: 1px solid var(--line); }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); background: rgba(7,14,23,.72); border-radius: 13px; overflow: hidden; }
summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; position: relative; padding-right: 52px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 22px; top: 14px; font-size: 28px; color: var(--blue); font-weight: 500; }
details[open] summary::after { content: '–'; }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.contact-section { position: relative; overflow: hidden; }
.contact-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 55%, rgba(0,104,255,.18), transparent 29%); pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-links { margin-top: 28px; display: grid; gap: 12px; }
.contact-links a { display: flex; flex-direction: column; gap: 3px; padding: 17px 18px; border: 1px solid var(--line); background: rgba(7,14,23,.66); border-radius: 12px; }
.contact-links strong { font-size: 12px; text-transform: uppercase; color: var(--blue); letter-spacing: .05em; }
.contact-links span { color: #dce4ef; font-size: 14px; }
.lead-form { display: grid; gap: 16px; background: linear-gradient(180deg, rgba(13,24,39,.94), rgba(7,14,24,.94)); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 28px; border-radius: 20px; }
.lead-form label { display: grid; gap: 8px; color: #dce4ed; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: #050a12; color: #fff; padding: 13px 14px; outline: none; text-transform: none; letter-spacing: normal; transition: border .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,100,255,.11); }
.lead-form textarea { resize: vertical; min-height: 112px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btn-full { width: 100%; border: 0; }
.lead-form small { color: #7f8b9b; font-size: 10px; line-height: 1.5; }

.site-footer { padding: 60px 0 24px; background: #010409; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 70px; padding-bottom: 46px; }
.footer-brand p { color: var(--muted); max-width: 420px; margin: 22px 0 0; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid h3 { font-size: 12px; text-transform: uppercase; color: #fff; letter-spacing: .07em; margin: 0 0 7px; }
.footer-grid > div:not(.footer-brand) a { color: var(--muted); font-size: 13px; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #707d8d; font-size: 11px; }

@media (max-width: 1020px) {
  .nav { position: fixed; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 26px; background: rgba(2,6,13,.98); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 15px 10px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-cta { margin-top: 12px; text-align: center; border-bottom: 0 !important; }
  .menu-toggle { display: block; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .result-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid article { border-bottom: 1px solid var(--line); }
  .advantages-grid article:nth-child(2) { border-right: 0; }
  .advantages-grid article:nth-child(3), .advantages-grid article:nth-child(4) { border-bottom: 0; }
  .local-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .local-photo { min-height: 430px; }
  .gallery-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 72px; }
  .nav { top: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 16px; }
  .hero { min-height: 730px; align-items: flex-end; }
  .hero-bg { background-position: 61% center; }
  .hero-content { padding: 160px 0 44px; }
  .hero h1 { font-size: clamp(66px, 22vw, 94px); }
  .hero-text { font-size: 15px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .trust-strip { grid-template-columns: repeat(2,1fr); margin-top: 38px; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 32px; }
  .service-grid, .result-grid, .advantages-grid, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .advantages-grid article { border-right: 0; border-bottom: 1px solid var(--line) !important; min-height: auto; }
  .advantages-grid article:last-child { border-bottom: 0 !important; }
  .gallery-row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-row img { min-width: 78vw; height: 260px; scroll-snap-align: start; }
  .local-photo { min-height: 360px; }
  .lead-form { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* WhatsApp CTA */
.whatsapp-contact { border-color: rgba(37, 211, 102, .34) !important; background: linear-gradient(135deg, rgba(37,211,102,.11), rgba(7,14,23,.72)) !important; }
.whatsapp-contact strong { color: #33e276 !important; }
.whatsapp-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 999;
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 56px; padding: 0 18px 0 14px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  background: #25d366; color: #041109; font-weight: 800; font-size: 13px;
  box-shadow: 0 16px 46px rgba(0,0,0,.42), 0 0 30px rgba(37,211,102,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 54px rgba(0,0,0,.5), 0 0 36px rgba(37,211,102,.28); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; flex: 0 0 auto; }
@media (max-width: 720px) {
  .whatsapp-float { right: 14px; bottom: 14px; min-height: 54px; padding: 0 15px; }
  .whatsapp-float span { font-size: 12px; }
}

.lead-form button[disabled] {
  opacity: .75;
  cursor: wait;
  transform: none !important;
}
.form-noscript {
  margin-top: 12px;
  color: #aeb7c6;
  font-size: .9rem;
}
