:root {
  --ink: #111827;
  --anthracite: #18202b;
  --soft-ink: #526070;
  --line: #d9e4ee;
  --paper: #ffffff;
  --mist: #eef8ff;
  --sky: #8fd5f4;
  --sky-deep: #1f8fca;
  --blue: #168fc8;
  --red: #c9252d;
  --orange: #f47b20;
  --orange-dark: #c95610;
  --whatsapp: #25D366;
  --whatsapp-dark: #1ebe5d;
  --shadow: 0 22px 70px rgba(17, 24, 39, .13);
  --radius: 8px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: var(--paper);
  overflow-x: hidden;
}

img, iframe { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section { padding: 88px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(24, 32, 43, .08);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.logo-wrap {
  width: clamp(220px, 21vw, 300px);
  height: 58px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-left: auto;
  font-size: 14px;
  color: #263342;
}

.site-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover { border-color: var(--orange); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: normal;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 24, 39, .16);
}

.btn .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: currentColor;
}

.btn-primary {
  background: var(--red);
  color: #fff;
}

.btn-orange {
  background: var(--orange);
  color: #fff;
}

.btn-blue {
  background: var(--blue);
  color: #fff;
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
}

.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
}

.btn-ghost {
  border-color: rgba(31, 143, 202, .35);
  color: var(--sky-deep);
  background: #fff;
}

.btn-ghost-dark {
  border-color: rgba(24, 32, 43, .2);
  color: var(--anthracite);
  background: rgba(255, 255, 255, .72);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--anthracite);
}

.hero {
  padding-top: 84px;
  background:
    linear-gradient(110deg, rgba(238, 248, 255, .98), rgba(255, 255, 255, .9) 52%, rgba(255, 237, 220, .72)),
    repeating-linear-gradient(135deg, rgba(31, 143, 202, .08) 0 1px, transparent 1px 48px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .82fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sky-deep);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.eyebrow.light { color: var(--sky); }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: .98;
  color: var(--anthracite);
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  color: var(--anthracite);
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
}

.hero-lead {
  max-width: 720px;
  color: #344457;
  font-size: 19px;
}

.hero-note {
  padding-left: 16px;
  border-left: 4px solid var(--orange);
  color: var(--anthracite);
  font-weight: 700;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 143, 202, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: #27384a;
  font-size: 14px;
}

.image-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(24, 32, 43, .96), rgba(24, 32, 43, .82)),
    repeating-linear-gradient(90deg, rgba(143, 213, 244, .2) 0 1px, transparent 1px 54px);
  border-radius: var(--radius);
  min-height: 360px;
  box-shadow: var(--shadow);
}

.image-shell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.image-shell.has-image img,
.logo-wrap.has-image img { display: block; }
.image-shell.has-image .image-placeholder { display: none; }

.image-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 30px;
  color: #fff;
}

.image-placeholder::before,
.image-placeholder::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(143, 213, 244, .34);
}

.image-placeholder::before {
  width: 58%;
  height: 48%;
  right: 28px;
  top: 28px;
}

.image-placeholder::after {
  width: 38%;
  height: 32%;
  right: 72px;
  top: 74px;
  border-color: rgba(244, 123, 32, .55);
}

.image-placeholder strong {
  position: relative;
  z-index: 1;
  font-size: 25px;
}

.image-placeholder small {
  position: relative;
  z-index: 1;
  color: var(--sky);
}

.trust-row {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.trust-grid article,
.service-card,
.process-grid article,
.info-list,
.map-wrap {
  background: #fff;
  border: 1px solid rgba(24, 32, 43, .09);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(17, 24, 39, .08);
}

.trust-grid article {
  min-height: 110px;
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 18px;
}

.icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--red);
}

.icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon svg.whatsapp-logo {
  fill: currentColor;
  stroke: none;
}

.two-col,
.location-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.rich-text {
  color: #38485a;
  font-size: 18px;
}

.services,
.gallery {
  background: #f7fbfe;
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head p {
  color: var(--soft-ink);
  font-size: 18px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 235px;
  padding: 26px;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--sky-deep), var(--orange), var(--red));
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .2s ease;
}

.service-card:hover::after { transform: scaleX(1); }

.service-card p {
  color: var(--soft-ink);
  margin-bottom: 0;
}

.featured-card {
  background: linear-gradient(145deg, #fff, #eef8ff);
  border-color: rgba(201, 37, 45, .25);
}

.uv-section {
  background: var(--anthracite);
  color: #fff;
}

.uv-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 44px;
  border: 1px solid rgba(143, 213, 244, .24);
  border-radius: var(--radius);
  background:
    linear-gradient(130deg, rgba(31, 143, 202, .2), rgba(201, 37, 45, .13), rgba(244, 123, 32, .18)),
    #111827;
}

.uv-panel h2 { color: #fff; }
.uv-panel p { max-width: 790px; color: #d8e5ef; margin-bottom: 0; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.process-grid article {
  min-height: 165px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  margin: 0;
  min-height: 275px;
  transition: transform .2s ease;
}

.gallery-item:hover { transform: translateY(-4px); }

.gallery-item figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(17, 24, 39, .72);
  font-weight: 700;
}

.gallery-item.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(17, 24, 39, .62));
}

.location p,
.contact p { color: var(--soft-ink); font-size: 18px; }

.map-wrap {
  overflow: hidden;
  min-height: 380px;
}

.map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

.info-list {
  margin: 0;
  padding: 28px;
}

.info-list div + div {
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 16px;
}

.info-list dt {
  color: var(--sky-deep);
  font-weight: 800;
}

.info-list dd {
  margin: 4px 0 0;
  color: #2c3b4c;
}

.site-footer {
  padding: 56px 0 24px;
  color: #dce8f2;
  background:
    linear-gradient(135deg, rgba(31, 143, 202, .13), rgba(244, 123, 32, .12)),
    #101722;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr 1fr 1fr;
  gap: 28px;
}

.footer-logo {
  width: min(280px, 100%);
  height: auto;
  display: block;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
  color: #dce8f2;
}

.copyright {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  color: #b8c8d5;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: grid;
  gap: 10px;
}

.floating-actions a,
.floating-actions button {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 24px rgba(17, 24, 39, .2);
  cursor: pointer;
}

.floating-actions a:first-child { background: var(--whatsapp); }
.floating-actions .phone-float { background: var(--blue); }
.floating-actions button { background: var(--orange); }
.floating-actions .icon { color: #fff; width: 25px; height: 25px; }

@media (max-width: 1080px) {
  .header-actions { display: none; }
  .site-nav { gap: 12px; font-size: 13px; }
  .logo-wrap { width: clamp(190px, 26vw, 250px); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 420px; }
  .trust-grid,
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 64px 0; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(34px, 10vw, 48px); }
  .two-col,
  .location-grid,
  .contact-grid,
  .uv-panel {
    grid-template-columns: 1fr;
  }
  .trust-grid,
  .process-grid,
  .gallery-grid,
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .uv-panel { padding: 30px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1180px); }
  .logo-wrap { width: min(58vw, 220px); height: 52px; }
  .hero-actions .btn,
  .contact-actions .btn,
  .uv-panel .btn {
    width: 100%;
  }
  .hero-media,
  .image-shell { min-height: 315px; }
  .trust-grid,
  .service-grid,
  .process-grid,
  .gallery-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .map-wrap,
  .map-wrap iframe { min-height: 320px; height: 320px; }
  .floating-actions {
    right: 12px;
    bottom: 12px;
  }
  .floating-actions a,
  .floating-actions button {
    width: 46px;
    height: 46px;
  }
}
