/* ==========================================================
   CAMPO 360 Landing - Manual de Marca v1.0 / versión 2.0.0
   Todos los selectores públicos están encapsulados en .c360l-root.
   ========================================================== */

/* El full-bleed usa unidades de viewport. Esta clase se agrega desde PHP
   y, como respaldo, desde JS para impedir el scrollbar horizontal que
   algunos temas generan al descontar la barra vertical del navegador. */
html.campo360-landing-document,
body.campo360-landing-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: #f5f7f4;
}

body.campo360-landing-page {
  margin: 0 !important;
}

/* Blindaje adicional contra desplazamientos laterales en mobile y temas que
   envuelven el shortcode dentro de contenedores con padding/overflow. */
body.campo360-landing-page .site,
body.campo360-landing-page .site-content,
body.campo360-landing-page .content-area,
body.campo360-landing-page .site-main,
body.campo360-landing-page article,
body.campo360-landing-page .entry-content,
body.campo360-landing-page .wp-site-blocks,
body.campo360-landing-page .wp-block-post-content,
body.campo360-landing-page .is-layout-constrained,
body.campo360-landing-page .post,
body.campo360-landing-page .page {
  max-width: 100%;
  overflow-x: clip;
}

.entry-content:has(.c360l-root),
.wp-block-post-content:has(.c360l-root),
.is-layout-constrained:has(.c360l-root),
.site-main:has(.c360l-root),
.content-area:has(.c360l-root),
article:has(.c360l-root) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@supports (overflow: clip) {
  html.campo360-landing-document,
  body.campo360-landing-page { overflow-x: clip; }
}

body.c360l-menu-open {
  overflow: hidden !important;
  touch-action: none;
}

.c360l-root {
  --c360l-forest: #183024;
  --c360l-forest-deep: #122019;
  --c360l-olive: #71833c;
  --c360l-stone: #55605a;
  --c360l-mist: #dce2d6;
  --c360l-paper: #f5f7f4;
  --c360l-success: #4c8a3a;
  --c360l-warning: #d9a521;
  --c360l-error: #b23b3b;
  /* Alias legado: usa Bosque para texto/controles con contraste AA. */
  --c360l-green: var(--c360l-forest);
  --c360l-sprout: var(--c360l-success);
  --c360l-sprout-soft: var(--c360l-mist);
  --c360l-earth: var(--c360l-mist);
  --c360l-ink: var(--c360l-forest-deep);
  --c360l-muted: var(--c360l-stone);
  --c360l-line: rgba(24, 48, 36, 0.13);
  --c360l-surface: #ffffff;
  --c360l-surface-soft: var(--c360l-paper);
  --c360l-surface-green: var(--c360l-mist);
  --c360l-blue: var(--c360l-stone);
  --c360l-amber: var(--c360l-warning);
  --c360l-danger: var(--c360l-error);
  --c360l-shadow-sm: 0 10px 28px rgba(18, 32, 25, 0.08);
  --c360l-shadow-md: 0 22px 60px rgba(18, 32, 25, 0.13);
  --c360l-shadow-lg: 0 34px 90px rgba(18, 32, 25, 0.2);
  --c360l-radius-sm: 14px;
  --c360l-radius-md: 22px;
  --c360l-radius-lg: 30px;
  --c360l-radius-xl: 42px;
  --c360l-wrap: 1240px;

  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  overflow-x: clip;
  color: var(--c360l-ink);
  background: var(--c360l-paper);
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@supports not (overflow: clip) {
  .c360l-root { overflow-x: hidden; }
}

.c360l-root *,
.c360l-root *::before,
.c360l-root *::after { box-sizing: border-box; }

.c360l-root h1,
.c360l-root h2,
.c360l-root h3,
.c360l-root h4,
.c360l-root p,
.c360l-root ul,
.c360l-root ol,
.c360l-root figure,
.c360l-root blockquote { margin: 0; }

.c360l-root ul,
.c360l-root ol { padding: 0; list-style: none; }
.c360l-root li { list-style: none; }
.c360l-root a { color: inherit; text-decoration: none !important; }
.c360l-root img,
.c360l-root svg { display: block; max-width: 100%; }
.c360l-root button,
.c360l-root input,
.c360l-root select,
.c360l-root textarea { font: inherit; }
.c360l-root button { color: inherit; }

.c360l-root h1,
.c360l-root h2,
.c360l-root h3,
.c360l-root h4 {
  color: var(--c360l-forest);
  font-family: "Orbitron", "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.c360l-root p { color: var(--c360l-muted); }

.c360l-root a:focus-visible,
.c360l-root button:focus-visible {
  outline: 3px solid rgba(113, 131, 60, 0.72);
  outline-offset: 4px;
}

.c360l-wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--c360l-wrap));
  margin-inline: auto;
}

.c360l-root section[id] { scroll-margin-top: 112px; }

.c360l-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff !important;
  background: var(--c360l-forest);
  font-size: 14px;
  font-weight: 700;
  box-shadow: var(--c360l-shadow-md);
  transition: transform 0.18s ease;
}
.c360l-skip-link:focus { transform: translateY(0); }

/* Elementor y constructores visuales: evita márgenes blancos del contenedor. */
.elementor-section:has(.c360l-root),
.elementor-container:has(.c360l-root),
.elementor-column:has(.c360l-root),
.elementor-column:has(.c360l-root) > .elementor-widget-wrap,
.elementor-widget-shortcode:has(.c360l-root),
.elementor-widget-shortcode:has(.c360l-root) > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* ---------- Fondo ambiental, más liviano y controlado ---------- */
.c360l-ambient {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 980px;
  overflow: hidden;
  pointer-events: none;
}

.c360l-ambient-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.72;
}

.c360l-ambient-orb-a {
  width: 680px;
  height: 680px;
  top: -350px;
  right: -210px;
  background: radial-gradient(circle, rgba(113, 131, 60, 0.28), rgba(113, 131, 60, 0) 70%);
}

.c360l-ambient-orb-b {
  width: 620px;
  height: 620px;
  top: 240px;
  left: -330px;
  background: radial-gradient(circle, rgba(220, 226, 214, 0.34), rgba(220, 226, 214, 0) 72%);
}

.c360l-ambient-grid {
  position: absolute;
  inset: 0;
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(24, 48, 36, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 48, 36, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.62) 52%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.62) 52%, transparent 100%);
}

/* ---------- Navegación ---------- */
.c360l-nav-shell {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 0;
  padding-top: max(14px, env(safe-area-inset-top));
  pointer-events: none;
}

.c360l-nav-shell .c360l-wrap { pointer-events: none; }

.c360l-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(24, 48, 36, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 42px rgba(18, 32, 25, 0.1);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  pointer-events: auto;
  transition:
    min-height 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.c360l-nav-shell.is-scrolled .c360l-nav {
  min-height: 60px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 46px rgba(18, 32, 25, 0.15);
}

.c360l-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.c360l-brand-logo {
  width: 182px;
  height: auto;
  aspect-ratio: 472 / 43;
  object-fit: contain;
  object-position: left center;
}

.c360l-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 30px);
  min-width: 0;
  margin-inline: auto;
}

.c360l-links a {
  position: relative;
  padding-block: 11px;
  color: #55605a;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.c360l-links a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 4px;
  left: 50%;
  height: 2px;
  border-radius: 999px;
  background: var(--c360l-sprout);
  transition: right 0.18s ease, left 0.18s ease;
}

.c360l-links a:hover,
.c360l-links a.is-active { color: var(--c360l-forest); }
.c360l-links a:hover::after,
.c360l-links a.is-active::after { right: 0; left: 0; }

.c360l-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.c360l-access-link,
.c360l-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 18px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.c360l-access-link {
  color: var(--c360l-forest);
  border: 1px solid rgba(24, 48, 36, 0.14);
  background: #f5f7f4;
}
.c360l-access-link:hover { transform: translateY(-1px); background: #dce2d6; }

.c360l-cta {
  color: #fff !important;
  background: var(--c360l-forest);
  box-shadow: 0 8px 20px rgba(24, 48, 36, 0.24);
}
.c360l-cta:hover { transform: translateY(-1px); background: #122019; box-shadow: 0 12px 26px rgba(24, 48, 36, 0.3); }

.c360l-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(24, 48, 36, 0.12);
  border-radius: 14px;
  background: #f5f7f4;
  cursor: pointer;
}

.c360l-nav-toggle span,
.c360l-nav-toggle span::before,
.c360l-nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--c360l-forest);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.c360l-nav-toggle span { position: relative; }
.c360l-nav-toggle span::before,
.c360l-nav-toggle span::after { content: ""; position: absolute; left: 0; }
.c360l-nav-toggle span::before { top: -6px; }
.c360l-nav-toggle span::after { top: 6px; }
.c360l-root.is-menu-open .c360l-nav-toggle span { background: transparent; }
.c360l-root.is-menu-open .c360l-nav-toggle span::before { top: 0; transform: rotate(45deg); }
.c360l-root.is-menu-open .c360l-nav-toggle span::after { top: 0; transform: rotate(-45deg); }

.c360l-menu-backdrop {
  position: fixed;
  z-index: 900;
  inset: 0;
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(18, 32, 25, 0.34);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: default;
}

.c360l-mobile-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  max-height: 0;
  padding: 0 18px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(24, 48, 36, 0.11);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--c360l-shadow-md);
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    max-height 0.24s ease,
    padding 0.24s ease,
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

.c360l-root.is-menu-open .c360l-menu-backdrop {
  display: block;
}

.c360l-root.is-menu-open .c360l-mobile-menu {
  max-height: 540px;
  padding: 18px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.c360l-mobile-menu-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.c360l-mobile-menu-links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  color: #55605a;
  font-size: 14px;
  font-weight: 600;
}
.c360l-mobile-menu-links a:hover,
.c360l-mobile-menu-links a.is-active { color: var(--c360l-forest); background: #dce2d6; }

.c360l-mobile-menu-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ---------- Botones y utilidades ---------- */
.c360l-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.c360l-btn svg,
.c360l-text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c360l-btn:hover { transform: translateY(-2px); }
.c360l-btn:active { transform: translateY(0); }

.c360l-btn-primary {
  color: #fff !important;
  background: var(--c360l-forest);
  box-shadow: 0 12px 26px rgba(24, 48, 36, 0.25);
}
.c360l-btn-primary:hover { background: #122019; box-shadow: 0 17px 34px rgba(24, 48, 36, 0.31); }

.c360l-btn-secondary {
  color: var(--c360l-forest) !important;
  border-color: rgba(24, 48, 36, 0.15);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 7px 18px rgba(24, 48, 36, 0.06);
}
.c360l-btn-secondary:hover { border-color: rgba(24, 48, 36, 0.24); background: #fff; box-shadow: var(--c360l-shadow-sm); }

.c360l-btn-light {
  color: var(--c360l-forest) !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
.c360l-btn-light:hover { background: #f5f7f4; }

.c360l-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c360l-green) !important;
  font-size: 14px;
  font-weight: 700;
}
.c360l-text-link:hover svg { transform: translateX(3px); }
.c360l-text-link svg { transition: transform 0.18s ease; }

.c360l-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--c360l-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.c360l-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--c360l-sprout);
}
.c360l-eyebrow.is-light { color: var(--c360l-sprout-soft); }

.c360l-center { margin-inline: auto; text-align: center; }
.c360l-center .c360l-eyebrow { justify-content: center; }
.c360l-center .c360l-eyebrow::before { display: none; }

/* ---------- Hero ---------- */
.c360l-hero {
  position: relative;
  z-index: 1;
  padding: 132px 0 54px;
}

.c360l-hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(44px, 6vw, 86px);
}

.c360l-hero-copy { position: relative; z-index: 3; }

.c360l-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid rgba(113, 131, 60, 0.16);
  border-radius: 999px;
  color: var(--c360l-forest);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 20px rgba(24, 48, 36, 0.06);
  font-size: 12px;
  font-weight: 700;
}

.c360l-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c360l-sprout);
  box-shadow: 0 0 0 5px rgba(113, 131, 60, 0.13);
}

.c360l-hero h1 {
  max-width: 680px;
  font-size: clamp(47px, 5.2vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.035em;
}
.c360l-hero h1 span { color: var(--c360l-olive); }

.c360l-hero-lead {
  max-width: 620px;
  margin-top: 25px !important;
  color: #55605a !important;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.72;
}

.c360l-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.c360l-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 25px;
}

.c360l-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #55605a;
  font-size: 12px;
  font-weight: 600;
}
.c360l-hero-proof svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--c360l-green);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Producto conceptual */
.c360l-product-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 42px 0 38px;
}

.c360l-product-glow {
  position: absolute;
  z-index: -1;
  inset: 2% -10% -4%;
  border-radius: 48%;
  background:
    radial-gradient(circle at 52% 45%, rgba(113, 131, 60, 0.24), rgba(113, 131, 60, 0) 68%),
    radial-gradient(circle at 28% 80%, rgba(220, 226, 214, 0.3), rgba(220, 226, 214, 0) 55%);
  filter: blur(10px);
}

.c360l-product-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 48, 36, 0.14);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--c360l-shadow-lg);
  transform: perspective(1400px) rotateY(-2deg) rotateX(0.6deg);
  transform-origin: center;
}

.c360l-product-topbar {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(24, 48, 36, 0.09);
  background: #f5f7f4;
}

.c360l-product-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c360l-product-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}
.c360l-product-brand div { min-width: 0; }
.c360l-product-brand strong,
.c360l-product-brand span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.c360l-product-brand strong { color: var(--c360l-forest); font-size: 12px; }
.c360l-product-brand span { margin-top: 2px; color: #55605a; font-size: 9px; }

.c360l-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--c360l-green);
  background: #dce2d6;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}
.c360l-live span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4c8a3a;
  box-shadow: 0 0 0 3px rgba(76, 138, 58, 0.14);
}

.c360l-product-layout {
  min-height: 405px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
}

.c360l-product-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 16px 10px;
  border-right: 1px solid rgba(24, 48, 36, 0.08);
  background: #f5f7f4;
}

.c360l-product-side span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #55605a;
}
.c360l-product-side span.is-active { color: #fff; background: var(--c360l-forest); box-shadow: 0 8px 18px rgba(24, 48, 36, 0.22); }
.c360l-product-side svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c360l-product-main { min-width: 0; padding: 19px; background: #fff; }

.c360l-product-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.c360l-product-heading span,
.c360l-product-heading strong { display: block; }
.c360l-product-heading span { color: #55605a; font-size: 8px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.c360l-product-heading strong { margin-top: 3px; color: var(--c360l-forest); font-size: 16px; }
.c360l-product-view-all {
  padding: 7px 10px;
  border: 1px solid rgba(24, 48, 36, 0.1);
  border-radius: 9px;
  color: var(--c360l-forest);
  background: #f5f7f4;
  font-size: 8px;
  font-weight: 800;
}

.c360l-mini-map {
  position: relative;
  height: 226px;
  overflow: hidden;
  border: 1px solid rgba(24, 48, 36, 0.09);
  border-radius: 18px;
  background: #dce2d6;
}
.c360l-mini-map > svg { width: 100%; height: 100%; }
.c360l-mini-map .c360l-field-a { fill: rgba(113, 131, 60, 0.28); stroke: #4c8a3a; stroke-width: 2; }
.c360l-mini-map .c360l-field-b { fill: rgba(220, 226, 214, 0.36); stroke: #d9a521; stroke-width: 2; }
.c360l-mini-map .c360l-road { fill: none; stroke: rgba(255, 255, 255, 0.95); stroke-width: 12; }
.c360l-mini-map circle { fill: #fff; stroke: var(--c360l-green); stroke-width: 4; }

.c360l-map-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(24, 48, 36, 0.08);
  border-radius: 8px;
  color: var(--c360l-forest);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 7px 18px rgba(24, 48, 36, 0.11);
  font-size: 7px;
  font-weight: 700;
}
.c360l-map-label span { width: 5px; height: 5px; border-radius: 50%; background: #4c8a3a; }
.c360l-map-label-a { top: 24%; left: 9%; }
.c360l-map-label-b { right: 7%; bottom: 19%; }

.c360l-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 11px;
}
.c360l-mini-metrics > div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(24, 48, 36, 0.08);
  border-radius: 13px;
  background: #f5f7f4;
}
.c360l-mini-metrics span,
.c360l-mini-metrics strong,
.c360l-mini-metrics small { display: block; }
.c360l-mini-metrics span { overflow: hidden; color: #55605a; font-size: 7px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.c360l-mini-metrics strong { margin-top: 2px; color: var(--c360l-forest); font-size: 18px; line-height: 1.1; }
.c360l-mini-metrics small { margin-top: 3px; overflow: hidden; color: var(--c360l-green); font-size: 6.5px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

.c360l-float-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(18, 32, 25, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.c360l-float-card-a { top: 10px; right: -25px; }
.c360l-float-card-b { bottom: 6px; left: -31px; }
.c360l-float-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--c360l-green);
  background: #dce2d6;
}
.c360l-float-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.c360l-float-card small,
.c360l-float-card strong { display: block; }
.c360l-float-card small { color: #55605a; font-size: 8px; }
.c360l-float-card strong { margin-top: 1px; color: var(--c360l-forest); font-size: 10px; }

.c360l-capability-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  padding: 19px 8px;
  border-top: 1px solid var(--c360l-line);
  border-bottom: 1px solid var(--c360l-line);
}
.c360l-capability-rail > div { min-width: 0; padding: 2px 20px; border-right: 1px solid var(--c360l-line); }
.c360l-capability-rail > div:last-child { border-right: 0; }
.c360l-capability-rail strong,
.c360l-capability-rail span { display: block; }
.c360l-capability-rail strong { color: var(--c360l-forest); font-size: 13px; }
.c360l-capability-rail span { margin-top: 4px; color: #55605a; font-size: 10px; line-height: 1.4; }

/* ---------- Secciones ---------- */
.c360l-section { position: relative; z-index: 1; padding: 104px 0; }
.c360l-section-light { background: rgba(255, 255, 255, 0.52); border-block: 1px solid rgba(24, 48, 36, 0.06); }

.c360l-section-head {
  max-width: 720px;
  margin-bottom: 48px;
}
.c360l-section-head h2,
.c360l-section-intro h2,
.c360l-flow-copy h2,
.c360l-contact-copy h2,
.c360l-values-copy h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.08;
}
.c360l-section-head p { max-width: 670px; margin: 17px auto 0; font-size: 15px; line-height: 1.75; }

.c360l-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}
.c360l-section-intro > p { padding-bottom: 4px; font-size: 15px; line-height: 1.78; }

/* ---------- Pilares ---------- */
.c360l-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.c360l-pillar {
  position: relative;
  min-height: 268px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(24, 48, 36, 0.1);
  border-radius: var(--c360l-radius-md);
  background: #fff;
  box-shadow: 0 10px 30px rgba(24, 48, 36, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.c360l-pillar::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -64px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113, 131, 60, 0.12), transparent 70%);
}
.c360l-pillar:hover { transform: translateY(-5px); border-color: rgba(113, 131, 60, 0.22); box-shadow: var(--c360l-shadow-md); }
.c360l-card-number { position: absolute; top: 23px; right: 24px; color: rgba(24, 48, 36, 0.18); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.c360l-icon-box {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 15px;
  color: var(--c360l-green);
  background: #dce2d6;
}
.c360l-icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.c360l-pillar h3 { font-size: 18px; line-height: 1.25; }
.c360l-pillar p { margin-top: 10px; font-size: 13px; line-height: 1.65; }

/* ---------- Herramientas ---------- */
.c360l-tools-section { background: #f5f7f4; }
.c360l-tools-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.c360l-tool-card {
  position: relative;
  min-height: 204px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  gap: 18px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(24, 48, 36, 0.1);
  border-radius: var(--c360l-radius-md);
  background: #fff;
  box-shadow: 0 9px 27px rgba(24, 48, 36, 0.05);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.c360l-tool-card:hover { transform: translateY(-4px); border-color: rgba(113, 131, 60, 0.22); box-shadow: var(--c360l-shadow-md); }
.c360l-tool-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
}
.c360l-tool-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.c360l-tool-icon.is-green { color: #71833c; background: #dce2d6; }
.c360l-tool-icon.is-blue { color: #55605a; background: #dce2d6; }
.c360l-tool-icon.is-mint { color: #55605a; background: #dce2d6; }
.c360l-tool-icon.is-earth { color: #d9a521; background: #f5f7f4; }
.c360l-tool-icon.is-amber { color: #d9a521; background: #f5f7f4; }
.c360l-tool-icon.is-dark { color: #fff; background: var(--c360l-forest); }
.c360l-tool-card h3 { margin-top: 2px; font-size: 17px; line-height: 1.25; }
.c360l-tool-card p { margin-top: 8px; font-size: 12.5px; line-height: 1.62; }
.c360l-tool-tag {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #55605a;
  background: #f5f7f4;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- Flujo ---------- */
.c360l-flow-section { background: #fff; }
.c360l-flow-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 86px;
}
.c360l-flow-copy { position: sticky; top: 116px; }
.c360l-flow-copy p { max-width: 500px; margin-top: 18px; font-size: 15px; line-height: 1.75; }
.c360l-flow-copy .c360l-text-link { margin-top: 26px; }

.c360l-flow-steps { position: relative; display: grid; gap: 14px; }
.c360l-flow-steps::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 33px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(113, 131, 60, 0.55), rgba(24, 48, 36, 0.12));
}
.c360l-flow-steps li {
  position: relative;
  min-height: 108px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 22px 18px 16px;
  border: 1px solid rgba(24, 48, 36, 0.09);
  border-radius: 19px;
  background: #f5f7f4;
}
.c360l-flow-steps li > span {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-left: 0;
  border: 5px solid #f5f7f4;
  border-radius: 50%;
  color: #fff;
  background: var(--c360l-forest);
  box-shadow: 0 0 0 1px rgba(24, 48, 36, 0.12);
  font-size: 13px;
  font-weight: 800;
}
.c360l-flow-steps strong { color: var(--c360l-forest); font-size: 16px; }
.c360l-flow-steps p { margin-top: 5px; font-size: 12.5px; line-height: 1.55; }

/* ---------- Planes ---------- */
.c360l-plans-section { background: #f5f7f4; }
.c360l-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.c360l-plan {
  position: relative;
  min-height: 562px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(24, 48, 36, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 48, 36, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.c360l-plan:hover { transform: translateY(-5px); box-shadow: var(--c360l-shadow-md); }
.c360l-plan-featured {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 80% 10%, rgba(113, 131, 60, 0.34), transparent 35%),
    linear-gradient(155deg, #183024, #122019 72%);
  box-shadow: 0 26px 62px rgba(18, 32, 25, 0.26);
}
.c360l-plan-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  width: 150px;
  padding: 7px 0;
  color: var(--c360l-forest);
  background: var(--c360l-sprout-soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(37deg);
}
.c360l-plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 26px; }
.c360l-plan-index { color: rgba(24, 48, 36, 0.22); font-size: 13px; font-weight: 800; letter-spacing: 0.12em; }
.c360l-plan-featured .c360l-plan-index { color: rgba(255, 255, 255, 0.28); }
.c360l-plan-level { padding: 6px 9px; border-radius: 999px; color: var(--c360l-green); background: #dce2d6; font-size: 8px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.c360l-plan-featured .c360l-plan-level { color: #dce2d6; background: rgba(255, 255, 255, 0.1); }
.c360l-plan h3 { font-size: 23px; }
.c360l-plan-featured h3 { color: #fff; }
.c360l-plan-desc { min-height: 72px; margin-top: 11px !important; font-size: 13px; line-height: 1.65; }
.c360l-plan-featured .c360l-plan-desc { color: rgba(255, 255, 255, 0.72); }
.c360l-plan-price { margin: 24px 0; padding-block: 20px; border-block: 1px solid rgba(24, 48, 36, 0.1); }
.c360l-plan-featured .c360l-plan-price { border-color: rgba(255, 255, 255, 0.12); }
.c360l-plan-price strong,
.c360l-plan-price span { display: block; }
.c360l-plan-price strong { color: var(--c360l-forest); font-size: 22px; }
.c360l-plan-featured .c360l-plan-price strong { color: #fff; }
.c360l-plan-price span { margin-top: 2px; color: #55605a; font-size: 10px; }
.c360l-plan-featured .c360l-plan-price span { color: rgba(255, 255, 255, 0.55); }
.c360l-plan-features { display: grid; gap: 12px; margin-bottom: 28px !important; }
.c360l-plan-features li {
  position: relative;
  padding-left: 24px;
  color: #55605a;
  font-size: 12.5px;
  line-height: 1.45;
}
.c360l-plan-featured .c360l-plan-features li { color: rgba(255, 255, 255, 0.84); }
.c360l-plan-features li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--c360l-green);
  background: #dce2d6;
  font-size: 9px;
  font-weight: 900;
}
.c360l-plan-featured .c360l-plan-features li::before { color: #dce2d6; background: rgba(255, 255, 255, 0.12); }
.c360l-plan-btn { width: 100%; margin-top: auto; }
.c360l-plans-note { max-width: 650px; margin: 28px auto 0 !important; color: #55605a !important; font-size: 11px; line-height: 1.6; text-align: center; }

/* ---------- Valores ---------- */
.c360l-values-section { padding-top: 72px; padding-bottom: 72px; background: #f5f7f4; }
.c360l-values-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 70px;
  padding: 62px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 20%, rgba(113, 131, 60, 0.22), transparent 35%),
    linear-gradient(145deg, #183024, #122019 74%);
  box-shadow: var(--c360l-shadow-lg);
}
.c360l-values-panel::after {
  content: "360";
  position: absolute;
  right: -14px;
  bottom: -72px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 230px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.09em;
}
.c360l-values-copy { position: relative; z-index: 2; }
.c360l-values-copy h2 { max-width: 660px; color: #fff; }
.c360l-values-copy p { max-width: 580px; margin-top: 18px; color: rgba(255, 255, 255, 0.68); font-size: 14px; line-height: 1.75; }
.c360l-values-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.c360l-values-grid span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.055);
  font-size: 12px;
  font-weight: 600;
}
.c360l-values-grid span::before { content: ""; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--c360l-sprout); }

/* ---------- Contacto ---------- */
.c360l-contact-section { background: #fff; }
.c360l-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  padding: 48px 52px;
  border: 1px solid rgba(24, 48, 36, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 12%, rgba(113, 131, 60, 0.15), transparent 31%),
    #f5f7f4;
}
.c360l-contact-copy h2 { max-width: 780px; font-size: clamp(30px, 3.2vw, 45px); }
.c360l-contact-copy p { max-width: 680px; margin-top: 14px; font-size: 14px; line-height: 1.7; }
.c360l-contact-actions { min-width: 255px; display: grid; justify-items: stretch; gap: 16px; }
.c360l-contact-actions .c360l-text-link { justify-content: center; }

/* ---------- Footer ---------- */
.c360l-footer { position: relative; z-index: 1; padding: 20px 0 max(32px, env(safe-area-inset-bottom)); background: #fff; }
.c360l-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 0;
  border-top: 1px solid var(--c360l-line);
  border-bottom: 1px solid var(--c360l-line);
}
.c360l-footer-logo { width: 190px; height: auto; aspect-ratio: 472 / 43; object-fit: contain; object-position: left center; }
.c360l-footer-links { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.c360l-footer-links a { color: #55605a; font-size: 12px; font-weight: 600; }
.c360l-footer-links a:hover { color: var(--c360l-green); }
.c360l-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 21px; }
.c360l-footer-bottom p { color: #55605a; font-size: 10.5px; }
.c360l-back-top { display: inline-flex; align-items: center; gap: 7px; color: var(--c360l-forest) !important; font-size: 11px; font-weight: 700; }
.c360l-back-top span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: #dce2d6; }

/* ---------- Aparición progresiva sin ocultar contenido cuando JS falla ---------- */
.c360l-reveal { opacity: 1; transform: none; }
.c360l-root.c360l-js-ready .c360l-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1), transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}
.c360l-root.c360l-js-ready .c360l-reveal.c360l-in { opacity: 1; transform: translateY(0); }
.c360l-root.c360l-js-ready .c360l-pillars .c360l-reveal:nth-child(2),
.c360l-root.c360l-js-ready .c360l-tools-grid .c360l-reveal:nth-child(2),
.c360l-root.c360l-js-ready .c360l-flow-steps .c360l-reveal:nth-child(2),
.c360l-root.c360l-js-ready .c360l-plans .c360l-reveal:nth-child(2) { transition-delay: 70ms; }
.c360l-root.c360l-js-ready .c360l-pillars .c360l-reveal:nth-child(3),
.c360l-root.c360l-js-ready .c360l-tools-grid .c360l-reveal:nth-child(3),
.c360l-root.c360l-js-ready .c360l-flow-steps .c360l-reveal:nth-child(3),
.c360l-root.c360l-js-ready .c360l-plans .c360l-reveal:nth-child(3) { transition-delay: 140ms; }
.c360l-root.c360l-js-ready .c360l-pillars .c360l-reveal:nth-child(4),
.c360l-root.c360l-js-ready .c360l-tools-grid .c360l-reveal:nth-child(4),
.c360l-root.c360l-js-ready .c360l-flow-steps .c360l-reveal:nth-child(4) { transition-delay: 210ms; }
.c360l-root.c360l-js-ready .c360l-tools-grid .c360l-reveal:nth-child(5) { transition-delay: 280ms; }
.c360l-root.c360l-js-ready .c360l-tools-grid .c360l-reveal:nth-child(6) { transition-delay: 350ms; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .c360l-links { display: none; }
  .c360l-nav-toggle { display: flex; }
  .c360l-nav-actions { margin-left: auto; }

  .c360l-hero-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
    gap: 42px;
  }

  .c360l-capability-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c360l-capability-rail > div { padding: 12px 20px; }
  .c360l-capability-rail > div:nth-child(2) { border-right: 0; }
  .c360l-capability-rail > div:nth-child(-n + 2) { border-bottom: 1px solid var(--c360l-line); }

  .c360l-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c360l-pillar { min-height: 236px; }
  .c360l-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .c360l-plans {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }
  .c360l-plan { min-height: auto; }
  .c360l-plan-featured { order: -1; }
}

@media (max-width: 940px) {
  .c360l-wrap { width: min(100% - 40px, var(--c360l-wrap)); }
  .c360l-hero { padding-top: 126px; }
  .c360l-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .c360l-hero-copy { max-width: 760px; }
  .c360l-hero h1 { max-width: 800px; }
  .c360l-product-visual { width: min(100%, 760px); margin-inline: auto; }
  .c360l-product-window { transform: none; }

  .c360l-section { padding: 84px 0; }
  .c360l-section-intro { grid-template-columns: 1fr; gap: 24px; }
  .c360l-section-intro > p { max-width: 720px; }

  .c360l-flow-layout { grid-template-columns: 1fr; gap: 40px; }
  .c360l-flow-copy { position: static; }
  .c360l-flow-copy p { max-width: 700px; }

  .c360l-values-panel { grid-template-columns: 1fr; gap: 40px; padding: 48px; }
  .c360l-values-grid { max-width: 620px; }

  .c360l-contact-card { grid-template-columns: 1fr; gap: 30px; }
  .c360l-contact-actions { min-width: 0; justify-self: start; }
}

@media (max-width: 760px) {
  .c360l-nav-shell { padding-top: max(10px, env(safe-area-inset-top)); }
  .c360l-nav { min-height: 60px; gap: 10px; padding: 7px 8px 7px 13px; border-radius: 18px; }
  .c360l-brand-logo { width: 160px; }
  .c360l-nav-actions { display: none; }
  .c360l-nav-toggle { margin-left: auto; }

  .c360l-mobile-menu { grid-template-columns: 1fr; }
  .c360l-mobile-menu-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c360l-mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; }

  .c360l-hero { padding-top: 108px; padding-bottom: 42px; }
  .c360l-hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .c360l-hero-lead { margin-top: 21px !important; font-size: 15px; }
  .c360l-hero-actions { margin-top: 26px; }

  .c360l-product-visual { padding: 24px 0 20px; }
  .c360l-float-card-a { right: -8px; }
  .c360l-float-card-b { left: -8px; }

  .c360l-capability-rail { margin-top: 24px; }
  .c360l-pillars,
  .c360l-tools-grid { grid-template-columns: 1fr; }
  .c360l-pillar { min-height: 0; }
  .c360l-tool-card { min-height: 176px; }

  .c360l-section-head h2,
  .c360l-section-intro h2,
  .c360l-flow-copy h2,
  .c360l-values-copy h2 { font-size: clamp(30px, 8vw, 40px); }

  .c360l-values-panel { padding: 38px 30px; border-radius: 25px; }
  .c360l-values-panel::after { font-size: 160px; }
  .c360l-contact-card { padding: 38px 30px; }

  .c360l-footer-top { align-items: flex-start; flex-direction: column; }
  .c360l-footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .c360l-wrap { width: min(100% - 28px, var(--c360l-wrap)); }
  .c360l-root section[id] { scroll-margin-top: 88px; }

  .c360l-mobile-menu { top: calc(100% + 7px); border-radius: 18px; }
  .c360l-mobile-menu-links { grid-template-columns: 1fr; }
  .c360l-mobile-menu-actions { grid-template-columns: 1fr; }
  .c360l-mobile-menu-actions .c360l-btn { width: 100%; }

  .c360l-hero { padding-top: 96px; }
  .c360l-kicker { margin-bottom: 18px; font-size: 10.5px; }
  .c360l-hero h1 { font-size: clamp(39px, 12.6vw, 54px); line-height: 1.01; }
  .c360l-hero-actions { display: grid; grid-template-columns: 1fr; }
  .c360l-hero-actions .c360l-btn { width: 100%; }
  .c360l-hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

  .c360l-product-topbar { min-height: 58px; padding: 9px 11px; }
  .c360l-product-brand img { width: 35px; height: 35px; flex-basis: 35px; }
  .c360l-product-brand strong { font-size: 10px; }
  .c360l-product-brand span { font-size: 7px; }
  .c360l-live { padding: 6px 8px; font-size: 7px; }
  .c360l-product-layout { min-height: 350px; grid-template-columns: 1fr; }
  .c360l-product-side { display: none; }
  .c360l-product-main { padding: 13px; }
  .c360l-product-heading strong { font-size: 14px; }
  .c360l-mini-map { height: 198px; }
  .c360l-mini-metrics { gap: 6px; }
  .c360l-mini-metrics > div { padding: 9px 8px; border-radius: 10px; }
  .c360l-mini-metrics span { font-size: 6px; }
  .c360l-mini-metrics strong { font-size: 16px; }
  .c360l-mini-metrics small { font-size: 5.8px; }
  .c360l-float-card { display: none; }

  .c360l-capability-rail { grid-template-columns: 1fr; padding: 0; }
  .c360l-capability-rail > div { padding: 14px 4px; border-right: 0; border-bottom: 1px solid var(--c360l-line); }
  .c360l-capability-rail > div:last-child { border-bottom: 0; }

  .c360l-section { padding: 68px 0; }
  .c360l-section-head { margin-bottom: 34px; }
  .c360l-section-head p { font-size: 13.5px; }

  .c360l-pillar { padding: 23px; border-radius: 19px; }
  .c360l-icon-box { margin-bottom: 22px; }
  .c360l-tool-card { min-height: 0; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 21px; border-radius: 19px; }
  .c360l-tool-icon { width: 44px; height: 44px; border-radius: 13px; }
  .c360l-tool-tag { position: static; width: fit-content; grid-column: 2; margin-top: 4px; }

  .c360l-flow-steps li { grid-template-columns: 54px minmax(0, 1fr); gap: 10px; padding: 16px 15px 16px 12px; }
  .c360l-flow-steps::before { left: 28px; }

  .c360l-plan { padding: 25px 22px; border-radius: 22px; }
  .c360l-plan-desc { min-height: 0; }

  .c360l-values-panel { padding: 32px 22px; }
  .c360l-values-grid { grid-template-columns: 1fr; gap: 8px; }
  .c360l-values-grid span { min-height: 48px; }

  .c360l-contact-card { padding: 30px 22px; border-radius: 22px; }
  .c360l-contact-actions { width: 100%; }
  .c360l-contact-actions .c360l-btn { width: 100%; }

  .c360l-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .c360l-wrap { width: min(100% - 22px, var(--c360l-wrap)); }
  .c360l-brand-logo { width: 142px; }
  .c360l-nav-toggle { width: 43px; height: 43px; flex-basis: 43px; }
  .c360l-hero h1 { font-size: 38px; }
  .c360l-hero-proof { grid-template-columns: 1fr; }
  .c360l-mini-map { height: 176px; }
  .c360l-map-label { display: none; }
}

@media (max-height: 620px) and (min-width: 760px) {
  .c360l-nav-shell { padding-top: 8px; }
  .c360l-hero { padding-top: 92px; }
  .c360l-hero-grid { min-height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  .c360l-root *,
  .c360l-root *::before,
  .c360l-root *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .c360l-root.c360l-js-ready .c360l-reveal { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
  .c360l-nav,
  .c360l-pillar,
  .c360l-tool-card,
  .c360l-plan,
  .c360l-contact-card { border-color: rgba(24, 48, 36, 0.35); }
  .c360l-root p { color: #55605a; }
}


/* Estabilidad horizontal: evita el “relleno blanco” o pequeños rebotes
   laterales al abrir/cerrar barras del navegador móvil. */
.c360l-root,
.c360l-root main,
.c360l-root section,
.c360l-root .c360l-hero,
.c360l-root .c360l-product-shell,
.c360l-root .c360l-nav,
.c360l-root .c360l-mobile-menu,
.c360l-root .c360l-wrap {
  max-width: 100%;
}

@media (max-width: 760px) {
  html.campo360-landing-document,
  body.campo360-landing-page,
  body.campo360-landing-page .site,
  body.campo360-landing-page .site-content,
  body.campo360-landing-page .content-area,
  body.campo360-landing-page .site-main,
  body.campo360-landing-page article,
  body.campo360-landing-page .entry-content,
  body.campo360-landing-page .wp-site-blocks,
  body.campo360-landing-page .wp-block-post-content,
  body.campo360-landing-page .is-layout-constrained {
    overflow-x: clip;
  }

  .c360l-root {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .c360l-ambient,
  .c360l-nav-shell,
  .c360l-hero,
  .c360l-root main,
  .c360l-root section {
    overflow-x: clip;
  }

  .c360l-wrap {
    width: min(100% - 24px, var(--c360l-wrap));
  }

  .c360l-product-visual,
  .c360l-product-shell,
  .c360l-product-main,
  .c360l-product-side {
    min-width: 0;
  }

  .c360l-float-card {
    max-width: calc(100% - 12px);
  }

  .c360l-float-card-a { right: 0; }
  .c360l-float-card-b { left: 0; }
}
