:root {
  --ink: #151827;
  --muted: #5d6778;
  --line: #d9e0ea;
  --surface: #f7f8fc;
  --brand-orange: #ee7b00;
  --brand-orange-dark: #b95f00;
  --brand-orange-soft: #fff3e6;
  --brand-blue: #17215f;
  --brand-blue-dark: #101846;
  --primary: #ee7b00;
  --primary-dark: #17215f;
  --success: #127849;
  --footer: #101846;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--brand-blue);
}

a:hover {
  color: var(--brand-orange-dark);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 1rem;
}

.skip-link {
  background: #fff;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: -5rem;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  background:
    radial-gradient(circle at 15% 0%, rgba(238, 123, 0, 0.28), transparent 28rem),
    linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-dark) 100%);
  border-bottom: 4px solid var(--brand-orange);
  color: #fff;
  text-align: center;
}

.header-stack,
.footer-inner,
.contact-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.header-stack {
  flex-direction: column;
  padding-bottom: clamp(2.75rem, 6vw, 4.75rem);
  padding-top: clamp(2.75rem, 6vw, 4.75rem);
}

.header-inner {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.brand,
.phone-link {
  font-weight: 800;
  text-decoration: none;
}

.brand {
  color: var(--ink);
}

.site-brand {
  color: #ffd9b0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.site-brand a {
  color: inherit;
  text-decoration: none;
}

.site-title {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.05;
  margin: 0;
  max-width: 980px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

.site-title::after {
  background: var(--brand-orange);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin: 1.1rem auto 0;
  width: 88px;
}

.site-title a,
.site-footer a {
  color: inherit;
}

.site-subtitle {
  color: #eef1ff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 0;
  max-width: 760px;
}

.simple-nav {
  background: var(--brand-blue-dark);
}

.mobile-menu-toggle {
  display: none;
}

.nav-inner {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}

.elementor-item {
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  padding: 0.25rem 0;
  text-decoration: none;
}

.elementor-item:hover {
  color: #ffd7ad;
}

.hero {
  background: linear-gradient(180deg, #ffffff 0%, var(--brand-orange-soft) 100%);
  padding: 4rem 0;
}

.hero-grid,
.two-columns {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-grid {
  align-items: center;
}

.eyebrow {
  color: var(--brand-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin-top: 0;
}

h1 {
  font-size: 4rem;
  max-width: 11ch;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.2rem;
}

.hero-copy {
  color: var(--muted);
  font-size: 1.15rem;
  max-width: 64ch;
}

.hero-image {
  aspect-ratio: 3 / 2;
  background: var(--surface);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(24, 33, 47, 0.12);
  display: block;
  object-fit: cover;
  width: 100%;
}

.visual-layout .visual-hero {
  background:
    linear-gradient(180deg, #fff 0%, var(--brand-orange-soft) 100%);
}

.visual-hero-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.visual-photo-stack {
  display: grid;
  gap: 1rem;
}

.visual-hero-photo,
.panel-photo,
.card-photo,
.inline-photo {
  background: var(--surface);
  display: block;
  object-fit: cover;
  width: 100%;
}

.visual-hero-photo {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 33, 95, 0.18);
}

.visual-photo-caption {
  background: var(--brand-blue);
  border-left: 5px solid var(--brand-orange);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  padding: 0.85rem 1rem;
}

.visual-side-panel,
.visual-contact-panel {
  overflow: hidden;
  padding: 0;
}

.visual-side-panel h2,
.visual-side-panel p,
.visual-contact-panel h2,
.visual-contact-panel p,
.visual-contact-panel .elementor-element {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.visual-side-panel h2:first-of-type,
.visual-contact-panel h2 {
  margin-top: 1.25rem;
}

.panel-photo {
  aspect-ratio: 16 / 9;
}

.inline-photo {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(23, 33, 95, 0.12);
  margin: 1.25rem 0;
}

.visual-price-layout {
  display: grid;
  gap: 2rem;
}

.full-width-photo {
  aspect-ratio: 4.2 / 1;
  margin: 0;
  max-height: 320px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.button {
  border: 2px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  min-height: 46px;
  padding: 0.8rem 1rem;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.elementor-button {
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(238, 123, 0, 0.28);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  min-height: 46px;
  padding: 0.8rem 1rem;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.elementor-button:hover {
  background: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
  box-shadow: 0 14px 30px rgba(185, 95, 0, 0.32);
  color: #fff;
  transform: translateY(-1px);
}

.elementor-button:active,
.button:active {
  box-shadow: 0 6px 14px rgba(24, 33, 95, 0.18);
  transform: translateY(0);
}

.elementor-size-lg {
  font-size: 1.15rem;
  padding: 1rem 1.45rem;
}

.elementor-size-sm {
  font-size: 1rem;
  padding: 0.75rem 1.05rem;
}

.elementor-button-content-wrapper {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.btn-llamada .elementor-button {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  box-shadow: 0 10px 22px rgba(238, 123, 0, 0.3);
  color: #fff;
}

.button-primary {
  background: var(--primary);
  box-shadow: 0 10px 22px rgba(238, 123, 0, 0.24);
  color: #fff;
}

.button-primary:hover {
  background: var(--brand-orange-dark);
  box-shadow: 0 14px 30px rgba(185, 95, 0, 0.28);
  color: #fff;
  transform: translateY(-1px);
}

.button-secondary {
  background: var(--success);
  box-shadow: 0 10px 22px rgba(18, 120, 73, 0.2);
  color: #fff;
}

.button-outline {
  background: #fff;
  border-color: rgba(23, 33, 95, 0.28);
  color: var(--brand-blue);
}

.button-outline:hover {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
  transform: translateY(-1px);
}

.button-light {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 10px 22px rgba(16, 24, 70, 0.16);
  color: var(--brand-blue);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.button-outline-light:hover {
  background: #fff;
  color: var(--brand-blue);
}

.trust {
  background:
    radial-gradient(circle at 15% 0%, rgba(238, 123, 0, 0.22), transparent 26rem),
    linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-dark) 100%);
  border-bottom: 4px solid var(--brand-orange);
  border-top: 4px solid var(--brand-orange);
  color: #fff;
  padding: 1.35rem 0;
}

.trust ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust li {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  gap: 0.7rem;
  font-weight: 800;
  min-height: 68px;
  padding: 0.9rem 1rem;
}

.trust li::before {
  background: var(--brand-orange);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(238, 123, 0, 0.16);
  content: "";
  flex: 0 0 auto;
  height: 0.62rem;
  width: 0.62rem;
}

.section {
  padding: 4rem 0;
}

.muted {
  background: var(--surface);
}

.content-list {
  display: grid;
  gap: 2rem;
}

.long-copy p {
  margin-bottom: 1.1rem;
}

.long-copy h2 {
  margin-top: 2rem;
}

#ez-toc-container {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
}

.ez-toc-title {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.ez-toc-list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ez-toc-link {
  font-weight: 700;
  text-decoration: none;
}

.sidebar-box {
  align-self: start;
}

.sidebar-box p {
  margin-bottom: 0.7rem;
}

.map-embed {
  align-self: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 320px;
  overflow: hidden;
}

.map-embed iframe {
  display: block;
  height: 100%;
  min-height: 320px;
  width: 100%;
}

.cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.cards article,
.panel,
details,
.area-list li,
.check-list li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
}

.cards article:hover {
  border-color: rgba(238, 123, 0, 0.45);
}

.photo-cards article {
  overflow: hidden;
  padding: 0.75rem;
}

.photo-cards h3,
.photo-cards p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.photo-cards h3 {
  margin-top: 1.25rem;
}

.photo-cards p {
  margin-bottom: 1.25rem;
}

.card-photo {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

.cards p,
details p {
  color: var(--muted);
  margin-bottom: 0;
}

.area-list,
.check-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.area-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-layout #zonas .area-list {
  margin-top: 1.25rem;
}

.visual-layout #zonas .inline-photo {
  align-self: stretch;
  height: 100%;
  margin: 0;
  min-height: 320px;
}

.panel {
  border-left: 5px solid var(--brand-orange);
}

details {
  margin-top: 0.75rem;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.contact {
  background: var(--brand-blue);
  color: #fff;
  padding: 3rem 0;
}

.contact h2,
.contact .eyebrow {
  color: #fff;
}

address {
  font-style: normal;
}

.site-footer {
  background:
    radial-gradient(circle at 85% 0%, rgba(238, 123, 0, 0.18), transparent 22rem),
    linear-gradient(135deg, var(--brand-blue-dark) 0%, #0b1034 100%);
  border-top: 4px solid var(--brand-orange);
  color: #fff;
  padding: 2.4rem 0;
}

.site-footer a {
  color: #fff;
}

.site-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-inner {
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer p {
  font-weight: 800;
  margin: 0;
}

.site-footer nav a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
}

.site-footer nav a:hover {
  background: rgba(238, 123, 0, 0.18);
  border-color: rgba(238, 123, 0, 0.55);
  color: #fff;
}

.ht-ctc-chat {
  background: #26a69a;
  border-radius: 4px;
  bottom: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 5px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: 800;
  left: 15px;
  padding: 0.55rem 1rem;
  position: fixed;
  text-decoration: none;
  z-index: 35;
}

.ht-ctc-chat:hover {
  background: #1f8f85;
  color: #fff;
}

.footer-button,
.button-text {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
}

.footer-button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
}

.footer-button:hover {
  background: rgba(238, 123, 0, 0.18);
  border-color: rgba(238, 123, 0, 0.55);
}

.legal-page {
  padding: 4rem 0;
}

.legal-content {
  max-width: 820px;
}

.legal-content section {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 2rem;
}

.legal-content code {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0.1rem 0.25rem;
}

.cookie-banner {
  bottom: 1rem;
  left: 1rem;
  max-width: 620px;
  position: fixed;
  right: 1rem;
  z-index: 40;
}

.cookie-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(24, 33, 47, 0.18);
  padding: 1.25rem;
}

.cookie-panel h2 {
  font-size: 1.35rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cookie-preferences {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.cookie-preferences label {
  display: flex;
  gap: 0.5rem;
}

@media (max-width: 900px) {
  .hero-grid,
  .visual-hero-grid,
  .two-columns,
  .cards,
  .trust ul {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }

  .contact-inner,
  .nav-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .simple-nav {
    padding: 0.65rem 0;
    text-align: center;
  }

  .mobile-menu-toggle {
    align-items: center;
    background: var(--brand-orange);
    border: 1px solid var(--brand-orange);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(238, 123, 0, 0.26);
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    height: 46px;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    transition:
      background-color 0.16s ease,
      border-color 0.16s ease,
      box-shadow 0.16s ease,
      transform 0.16s ease;
    width: 54px;
  }

  .mobile-menu-toggle:hover {
    background: var(--brand-orange-dark);
    border-color: var(--brand-orange-dark);
    box-shadow: 0 14px 28px rgba(185, 95, 0, 0.28);
    transform: translateY(-1px);
  }

  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after,
  .mobile-menu-toggle span::before {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    transition:
      opacity 0.16s ease,
      transform 0.16s ease;
    width: 22px;
  }

  .mobile-menu-toggle::before {
    transform: translateY(-7px);
  }

  .mobile-menu-toggle::after {
    transform: translateY(7px);
  }

  .mobile-menu-toggle span::before {
    transform: translateY(0);
  }

  .mobile-menu-toggle span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .mobile-menu-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"]::after {
    transform: rotate(-45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span::before {
    opacity: 0;
  }

  .nav-inner {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    display: none;
    gap: 0.35rem;
    margin-top: 0.7rem;
    padding: 0.55rem;
    width: min(100% - 2rem, 1120px);
  }

  .nav-inner.is-open {
    display: flex;
  }

  .elementor-item {
    padding: 0.7rem 0.85rem;
    width: 100%;
  }

  .elementor-item:hover,
  .elementor-item:focus-visible {
    background: rgba(238, 123, 0, 0.16);
    color: #fff;
  }

  .footer-inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
  }

  .site-header {
    text-align: left;
  }

  .header-stack {
    align-items: flex-start;
  }

  .site-title::after {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 520px) {
  .area-list {
    grid-template-columns: 1fr;
  }

  .cta-row .button {
    width: 100%;
  }

  .cookie-actions .button,
  .cookie-preferences .button {
    width: 100%;
  }
}
