/* ============================================================
   TALLER ARONA — hoja de estilos principal
   Tokens de diseño según README (colores, tipografía, espaciado).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@1,700&family=Quicksand:wght@400;500;600;700&display=swap');

:root {
  --black: #000;
  --dark: #0D0D0D;
  --border-1: #171717;
  --border-2: #1c1c1c;
  --border-3: #232323;
  --border-4: #1e1e1e;

  --red: #E1241C;
  --red-hover: #c01a12;
  --yellow: #FFC800;
  --whatsapp: #25D366;

  --text-onblack: #9c9c9c;
  --text-light-1: #bbb;
  --text-light-2: #ccc;
  --text-light-3: #aaa;

  --text-main: #0D0D0D;
  --text-body: #333;
  --text-secondary: #555;
  --text-tertiary-1: #666;
  --text-tertiary-2: #777;
  --text-tertiary-3: #888;

  --surface: #fff;
  --surface-2: #f6f5f3;
  --photo-placeholder: #e9e7e4;

  --border-light-1: #ececec;
  --border-light-2: #e7e4e0;
  --border-light-3: #e0ddd9;

  --success-bg: #eafaef;
  --success-border: #b9e8c9;

  --font-title: "Oswald", "Arial Narrow", Impact, sans-serif;
  --font-body: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --shadow-header: 0 2px 18px rgba(0,0,0,.35);
  --shadow-card: 0 4px 14px rgba(0,0,0,.05);
  --shadow-card-hover: 0 18px 40px rgba(0,0,0,.16);
  --shadow-form: 0 6px 22px rgba(0,0,0,.06);
  --shadow-fab: 0 6px 20px rgba(0,0,0,.28);
  --shadow-cookies: 0 10px 40px rgba(0,0,0,.4);
}

/* ============================================================
   RESET
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--surface);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; background: none; border: none; }
ul { list-style: none; }
input, select, textarea { font-family: inherit; }

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

/* ============================================================
   TIPOGRAFÍA GENERAL
   ============================================================ */
h1, h2, h3 {
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.05;
}

.kicker {
  display: block;
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--red);
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
}
.container--1100 { max-width: 1100px; }
.container--1000 { max-width: 1000px; }
.container--900  { max-width: 900px; }
.container--820  { max-width: 820px; }
.container--760  { max-width: 760px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 16px 38px;
  transition: background-color .15s ease, transform .15s ease, opacity .15s ease;
  border: none;
  cursor: pointer;
  min-height: 44px;
  font-size: 18px;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-hover); transform: translateY(-2px); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { opacity: .88; transform: translateY(-2px); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-whatsapp:hover { opacity: .9; transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ============================================================
   CABECERA
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: var(--black);
  box-shadow: var(--shadow-header);
}

.utility-bar {
  border-bottom: 1px solid var(--border-1);
}
.utility-bar__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.utility-bar__hours {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-onblack);
}
.utility-bar__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
}
.utility-bar__phone {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-onblack);
  white-space: nowrap;
}
.utility-bar__right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 4px;
  color: #888;
  background: transparent;
}
.lang-btn[aria-current="page"] {
  background: var(--red);
  color: #fff;
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1160px;
  margin: 0 auto;
}
.site-logo img {
  height: 64px;
  width: auto;
  mix-blend-mode: screen;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.hamburger span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
.hamburger span:last-child { background: var(--yellow); }

/* ============================================================
   MENÚ OVERLAY
   ============================================================ */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--dark);
  padding: 26px 26px 40px;
  overflow-y: auto;
  display: none;
}
.menu-overlay.is-open { display: block; }
body.menu-open { overflow: hidden; }

.menu-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.menu-overlay__logo img { height: 62px; mix-blend-mode: screen; }

.menu-close {
  position: relative;
  width: 44px;
  height: 44px;
}
.menu-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  background: var(--red);
  transform-origin: center;
}
.menu-close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.menu-close span:last-child  { transform: translate(-50%, -50%) rotate(-45deg); }

.menu-overlay__links { margin-top: 10px; }
.menu-overlay__links a {
  display: block;
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: .5px;
  color: #fff;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-3);
  transition: color .15s ease, padding-left .15s ease;
}
.menu-overlay__links a:hover,
.menu-overlay__links a:focus-visible {
  color: var(--red);
  padding-left: 14px;
}
.menu-overlay__links a[aria-current="page"] { color: var(--red); }

.menu-overlay__footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.menu-overlay__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
}
.menu-overlay__langs {
  display: flex;
  gap: 10px;
}
.menu-overlay__langs a {
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 6px;
  border: 1px solid #333;
  color: #ccc;
}
.menu-overlay__langs a[aria-current="page"] {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

/* ============================================================
   BANNER PRE-FOOTER
   ============================================================ */
.promo-banner {
  display: block;
  background: var(--red);
}
.promo-banner__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 46px 22px;
  text-align: center;
}
.promo-banner h2 { font-size: 38px; line-height: 1.02; }
.promo-banner h2 .light { color: #fff; }
.promo-banner h2 .dark { color: var(--dark); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--black);
  color: #fff;
  padding: 48px 22px 30px;
}
.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.site-footer__logo {
  text-align: center;
  margin-bottom: 18px;
}
.site-footer__logo img {
  height: 90px;
  margin: 0 auto;
  mix-blend-mode: screen;
}
.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  max-width: 760px;
  margin: 0 auto 40px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.footer-contact-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1c1c1c;
  color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.footer-contact-item__label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.footer-contact-item__value {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-onblack);
}
.footer-legal {
  border-top: 1px solid #1c1c1c;
  padding-top: 24px;
  text-align: center;
}
.footer-legal__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 12px;
}
.footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  margin-bottom: 20px;
}
.footer-legal__links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-onblack);
}
.footer-legal__links a:hover { color: var(--red); }
.footer-copyright {
  font-size: 13px;
  color: #666;
}

/* ============================================================
   BOTÓN FLOTANTE WHATSAPP
   ============================================================ */
.whatsapp-fab {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 200;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  box-shadow: var(--shadow-fab);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease;
}
.whatsapp-fab:hover { transform: scale(1.07); }
.whatsapp-fab svg { width: 34px; height: 34px; }

/* ============================================================
   BANNER DE COOKIES
   ============================================================ */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 210;
  max-width: 560px;
  margin: 0 auto;
  background: var(--dark);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: var(--shadow-cookies);
  display: none;
}
.cookie-banner.is-visible { display: block; }
.cookie-banner p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 16px;
  line-height: 1.5;
}
.cookie-banner a { color: var(--red); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-accept, .cookie-reject {
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 7px;
}
.cookie-accept { background: var(--red); color: #fff; }
.cookie-reject { background: transparent; color: #aaa; border: 1px solid #333; }

/* ============================================================
   SECCIONES GENÉRICAS
   ============================================================ */
.section { padding: 56px 22px; }
.section--dark { background: var(--dark); }
.section--surface { background: var(--surface-2); }
.section--border-top { border-top: 1px solid #1e1e1e; }

/* ============================================================
   HERO (INICIO)
   ============================================================ */
.hero {
  position: relative;
  background: var(--dark);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: .42;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.5));
}
.hero__content {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 22px 72px;
}
.hero__pretitle {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  color: #e6e4e1;
  max-width: 620px;
  margin-bottom: 18px;
}
.hero__content h1 {
  font-size: 52px;
  line-height: .96;
  margin-bottom: 26px;
}
.hero__content h1 .yellow { color: var(--yellow); display: block; }
.hero__content h1 .white  { color: #fff; display: block; }
.hero__content .btn { margin-top: 8px; font-size: 21px; padding: 18px 42px; }

/* Hero para páginas de servicio */
.hero-service { padding: 60px 22px 64px; }
.hero-service .hero__content { padding: 0; max-width: 1160px; }
.hero-service .kicker { color: var(--yellow); }
.hero-service h1 { font-size: 50px; line-height: .98; color: #fff; margin-bottom: 24px; }
.hero-service .btn { font-size: 19px; }

/* ============================================================
   CONFIANZA
   ============================================================ */
.trust {
  background: var(--dark);
}
.trust__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.trust h2 { font-size: 40px; line-height: 1.02; }
.trust h2 .white { color: #fff; }
.trust h2 .red { color: var(--red); }
.trust img { height: 130px; mix-blend-mode: screen; }

/* ============================================================
   SERVICIOS (grid de tarjetas)
   ============================================================ */
.services-section { padding: 64px 22px 20px; }
.services-section h2 { color: var(--text-main); font-size: 36px; margin-bottom: 26px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.service-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--border-light-1);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}
.service-card__image {
  height: 170px;
  background: var(--photo-placeholder);
  overflow: hidden;
}
.service-card__image img { width: 100%; height: 100%; object-fit: cover; }
.service-card__image--contain {
  background: var(--surface);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card__image--contain img { object-fit: contain; height: 100%; }
.service-card__body { padding: 20px 20px 22px; }
.service-card__body h3 { color: var(--text-main); font-size: 23px; line-height: 1.1; margin-bottom: 10px; }
.service-card__body p { font-size: 15px; color: var(--text-secondary); margin-bottom: 14px; }
.service-card__link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--red);
}
.service-card__bar {
  height: 4px;
  width: 34%;
  background: var(--red);
  transition: width .25s ease;
}
.service-card:hover .service-card__bar { width: 100%; }

/* ============================================================
   PROMO DESTACADA (home)
   ============================================================ */
.promo-featured {
  background: var(--red);
  border-radius: 14px;
  padding: 38px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.promo-featured .kicker { color: #fff; opacity: .9; text-transform: uppercase; font-size: 15px; }
.promo-featured h2 { font-size: 32px; color: #fff; max-width: 480px; }
.promo-featured .btn-dark { flex-shrink: 0; padding: 16px 32px; }

/* ============================================================
   ESTADÍSTICAS
   ============================================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
}
.stat-card {
  background: var(--surface-2);
  border-radius: 12px;
  padding: 24px 14px;
  text-align: center;
}
.stat-card__number {
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  color: var(--red);
}
.stat-card__label { font-size: 14px; font-weight: 600; color: var(--text-secondary); margin-top: 4px; }

/* ============================================================
   RESEÑAS
   ============================================================ */
.reviews-section h2 { color: var(--text-main); font-size: 32px; }
.reviews-section .section-subtitle { color: var(--text-tertiary-1); margin: 8px 0 26px; font-size: 15px; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}
.review-card {
  background: var(--surface);
  border: 1px solid var(--border-light-1);
  border-radius: 12px;
  padding: 24px;
}
.review-card__stars { color: var(--red); font-size: 18px; letter-spacing: 2px; margin-bottom: 10px; }
.review-card__quote { font-size: 15.5px; line-height: 1.6; color: var(--text-body); margin-bottom: 18px; }
.review-card__meta { display: flex; align-items: center; gap: 12px; }
.review-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
}
.review-card__name { font-size: 14px; font-weight: 700; color: var(--text-main); }

/* ============================================================
   MARCAS
   ============================================================ */
.brands-line {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--text-tertiary-3);
  letter-spacing: 1px;
  margin: 42px 0 18px;
}
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.brand-cell {
  background: var(--surface);
  border: 1px solid #e7e4e0;
  border-radius: 10px;
  height: 92px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-cell img { width: 100%; height: 100%; object-fit: contain; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section { background: var(--surface-2); padding: 56px 22px; }
.faq-section h2 { color: var(--text-main); font-size: 32px; text-align: center; margin-bottom: 26px; }
.faq-item {
  background: var(--surface);
  border: 1px solid #e7e4e0;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 12px;
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  text-align: left;
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 700;
  color: var(--text-main);
}
.faq-item__question:hover { color: var(--red); }
.faq-item__sign {
  font-size: 26px;
  color: var(--red);
  flex-shrink: 0;
  line-height: 1;
}
.faq-item__answer {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-top: 12px;
  display: none;
}
.faq-item.is-open .faq-item__answer { display: block; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  background: var(--dark);
  text-align: center;
  padding: 60px 22px;
}
.cta-final__inner { max-width: 760px; margin: 0 auto; }
.cta-final h2 { color: #fff; font-size: 36px; margin-bottom: 14px; }
.cta-final p { color: var(--text-light-1); font-size: 17px; line-height: 1.6; margin-bottom: 26px; }
.cta-final__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-final__actions .btn { font-size: 19px; }

/* ============================================================
   PÁGINAS DE SERVICIO — cuerpo
   ============================================================ */
.service-body { padding: 56px 22px 20px; }
.service-intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  align-items: center;
  margin-bottom: 48px;
}
.service-intro-grid p { font-size: 19px; line-height: 1.7; color: var(--text-body); }
.service-intro-image {
  height: 240px;
  border: 1px solid var(--border-light-1);
  border-radius: 12px;
  overflow: hidden;
}
.service-intro-image img { width: 100%; height: 100%; object-fit: cover; }
.service-intro-image--contain {
  background: var(--surface);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-intro-image--contain img { object-fit: contain; height: 100%; }

.service-includes h2 { color: var(--text-main); font-size: 26px; line-height: 1.1; margin-bottom: 20px; }
.includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  margin-bottom: 48px;
}
.includes-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--surface-2);
  border-radius: 10px;
  padding: 15px 18px;
}
.includes-item__check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.includes-item span:last-child { font-size: 15.5px; font-weight: 600; color: var(--text-body); }

.service-cta {
  background: var(--dark);
  border-radius: 14px;
  padding: 36px 30px;
  text-align: center;
  margin-bottom: 20px;
}
.service-cta h3 { color: #fff; font-size: 26px; line-height: 1.1; margin-bottom: 20px; }
.service-cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.service-cta__actions .btn { padding: 15px 34px; }

/* ============================================================
   PROMOCIONES
   ============================================================ */
.page-header { padding: 54px 22px 10px; }
.page-header h1 { color: var(--text-main); font-size: 44px; line-height: 1; margin-bottom: 18px; }
.page-header p { font-size: 18px; line-height: 1.7; color: var(--text-body); margin-bottom: 10px; }
.page-header p.intro-italic { font-size: 16px; line-height: 1.7; color: var(--text-tertiary-1); font-style: italic; }

.promo-empty {
  background: var(--dark);
  border-radius: 16px;
  padding: 48px 32px;
  text-align: center;
}
.promo-empty img { height: 90px; margin: 0 auto 20px; mix-blend-mode: screen; }
.promo-empty h3 { color: #fff; font-size: 26px; line-height: 1.1; margin-bottom: 14px; }
.promo-empty p { color: var(--text-light-3); font-size: 16px; max-width: 480px; margin: 0 auto 26px; line-height: 1.6; }
.promo-empty .btn { padding: 15px 34px; font-size: 17px; }

/* ============================================================
   CONTACTO
   ============================================================ */
.contact-header p { font-size: 18px; line-height: 1.6; color: var(--text-secondary); }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
  align-items: start;
  padding: 30px 0 30px;
}
.contact-form-card {
  background: var(--surface);
  border: 1px solid var(--border-light-1);
  border-radius: 14px;
  padding: 28px;
  box-shadow: var(--shadow-form);
}
.form-row { display: flex; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.form-field { flex: 1 1 200px; display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 13px; font-weight: 600; color: var(--text-secondary); }
.form-field input,
.form-field select,
.form-field textarea {
  border: 1.5px solid var(--border-light-3);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-main);
  background: #fff;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--red);
}
.contact-form-card .btn { width: 100%; padding: 15px; margin-top: 6px; }
.form-whatsapp-note { text-align: center; font-size: 13px; color: var(--text-tertiary-1); margin-top: 14px; }
.form-whatsapp-note strong { color: var(--red); }

.form-success {
  display: none;
  background: var(--success-bg);
  border: 1px solid var(--success-border);
  border-radius: 10px;
  padding: 30px 24px;
  text-align: center;
}
.form-success.is-visible { display: block; }
.form-success__icon { font-size: 34px; margin-bottom: 10px; }
.form-success__title { font-size: 17px; font-weight: 700; color: var(--text-main); margin-bottom: 6px; }
.form-success__text { font-size: 14px; color: var(--text-secondary); }
.contact-form-card.is-submitted form { display: none; }

.contact-info-list { display: flex; flex-direction: column; gap: 20px; margin-bottom: 30px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-info-item__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-item__label { font-size: 15px; font-weight: 700; color: var(--text-main); }
.contact-info-item__value { font-size: 15px; font-weight: 500; color: var(--text-secondary); }
.contact-map iframe {
  width: 100%;
  height: 240px;
  border-radius: 14px;
  border: 1px solid var(--border-light-1);
}

/* ============================================================
   LEGAL
   ============================================================ */
.legal-header { padding-bottom: 30px; }
.legal-header h1 { color: var(--text-main); font-size: 42px; line-height: 1; margin-bottom: 30px; }
.legal-block {
  background: var(--surface-2);
  border: 1px solid #e7e4e0;
  border-radius: 14px;
  padding: 38px 30px;
  margin-bottom: 26px;
}
.legal-block h3 { color: var(--text-main); font-size: 22px; margin-bottom: 16px; }
.legal-block p { font-size: 16.5px; line-height: 1.7; color: var(--text-secondary); }
.legal-block p a { color: var(--red); font-weight: 700; text-decoration: underline; }
.legal-pills { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 60px; }
.legal-pill {
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  background: var(--surface-2);
  color: var(--text-secondary);
}
.legal-pill[aria-current="page"] { background: #fff; color: var(--red); border: 1px solid var(--border-light-1); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 640px) {
  .hero__content h1 { font-size: 34px; }
  .hero__pretitle { font-size: 19px; }
  .hero-service h1 { font-size: 32px; }
  .page-header h1 { font-size: 30px; }
  .services-section h2,
  .cta-final h2 { font-size: 27px; }
  .trust h2 { font-size: 27px; }
  .promo-banner h2 { font-size: 27px; }
  .reviews-section h2,
  .faq-section h2,
  .promo-featured h2 { font-size: 25px; }
  .menu-overlay__links a { font-size: 26px; }
  .site-logo img { height: 56px; }
  .services-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .trust__inner { text-align: center; justify-content: center; }
}

@media (min-width: 768px) {
  .utility-bar__hours span:last-child,
  .utility-bar__phone { white-space: nowrap; }
}
