:root {
  --reciron-green: #159947;
  --reciron-green-dark: #0b6b31;
  --reciron-green-deep: #06451f;
  --reciron-lime: #53c978;
  --reciron-ink: #132019;
  --reciron-muted: #66746b;
  --reciron-line: #dfe8e2;
  --reciron-bg: #f5f8f6;
  --reciron-white: #ffffff;
  --reciron-metal: #222725;
  --reciron-shadow: 0 24px 70px rgba(7, 32, 18, .14);
  --reciron-radius: 26px;
  --reciron-radius-sm: 16px;
  --reciron-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.reciron-pro {
  margin: 0;
  color: var(--reciron-ink);
  background: var(--reciron-bg);
  font-family: Inter, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1.6;
}
body.reciron-pro a { color: inherit; }
body.reciron-pro img { max-width: 100%; height: auto; display: block; }

.reciron-container {
  width: min(var(--reciron-max), calc(100% - 36px));
  margin-inline: auto;
}

.reciron-skip-link {
  position: absolute;
  left: -9999px;
  top: 16px;
  background: var(--reciron-green-dark);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 99999;
}
.reciron-skip-link:focus { left: 16px; }

.reciron-topbar {
  background: linear-gradient(90deg, var(--reciron-green-deep), var(--reciron-green-dark));
  color: rgba(255,255,255,.94);
  font-size: 14px;
}
.reciron-topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.reciron-topbar strong { color: #fff; }
.reciron-topbar a { text-decoration: none; font-weight: 700; }

.reciron-site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(11,107,49,.12);
  box-shadow: 0 12px 30px rgba(5, 35, 17, .07);
}
.reciron-header-main {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.reciron-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 215px;
}
.reciron-brand-logo {
  width: 82px;
  height: 62px;
  object-fit: contain;
}
.reciron-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}
.reciron-brand-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #111;
}
.reciron-brand-subtitle {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--reciron-green-dark);
}

.reciron-menu-toggle {
  display: none;
  border: 1px solid var(--reciron-line);
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 800;
  color: var(--reciron-ink);
}
.reciron-nav-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reciron-nav-list,
.reciron-nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.reciron-nav li { margin: 0; }
.reciron-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--reciron-ink);
  font-weight: 800;
  text-decoration: none;
  font-size: 15px;
  transition: .18s ease;
}
.reciron-nav a:hover,
.reciron-nav .current-menu-item > a,
.reciron-nav .current_page_item > a {
  background: rgba(21,153,71,.1);
  color: var(--reciron-green-dark);
}
.reciron-header-cta,
.reciron-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--reciron-green), var(--reciron-green-dark));
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 13px 26px rgba(21,153,71,.26);
  transition: transform .18s ease, box-shadow .18s ease;
}
.reciron-header-cta:hover,
.reciron-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(21,153,71,.34);
}
.reciron-btn-secondary {
  background: #fff;
  color: var(--reciron-green-dark) !important;
  box-shadow: none;
  border: 1px solid rgba(21,153,71,.25);
}
.reciron-btn-dark {
  background: var(--reciron-ink);
  box-shadow: 0 15px 34px rgba(0,0,0,.18);
}

.reciron-main { background: var(--reciron-bg); }
.reciron-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #102018;
}
.reciron-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--reciron-hero-img) center/cover no-repeat;
  transform: scale(1.02);
  filter: saturate(.95) contrast(1.05);
}
.reciron-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 35%, rgba(21,153,71,.34), transparent 34%),
    linear-gradient(90deg, rgba(3, 24, 12, .95) 0%, rgba(3,24,12,.75) 48%, rgba(3,24,12,.36) 100%);
}
.reciron-hero-inner {
  position: relative;
  z-index: 2;
  padding: 94px 0;
}
.reciron-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .62fr);
  gap: 48px;
  align-items: center;
}
.reciron-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reciron-hero h1 {
  margin: 22px 0 16px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -.06em;
  color: #fff;
  font-weight: 950;
  max-width: 920px;
}
.reciron-hero h1 span { color: #8df0a8; }
.reciron-hero p {
  color: rgba(255,255,255,.88);
  max-width: 700px;
  font-size: clamp(18px, 2vw, 22px);
  margin: 0 0 28px;
}
.reciron-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.reciron-hero-note {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255,255,255,.88);
}
.reciron-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-weight: 800;
  font-size: 14px;
}
.reciron-quote-card {
  background: rgba(255,255,255,.95);
  color: var(--reciron-ink);
  border-radius: var(--reciron-radius);
  padding: 28px;
  box-shadow: var(--reciron-shadow);
  border: 1px solid rgba(255,255,255,.5);
}
.reciron-quote-card img {
  width: 210px;
  max-height: 120px;
  object-fit: contain;
  margin: 0 auto 18px;
}
.reciron-quote-card h2 {
  font-size: 22px;
  margin: 0 0 8px;
  letter-spacing: -.03em;
}
.reciron-quote-card p {
  margin: 0 0 18px;
  color: var(--reciron-muted);
  font-size: 15px;
}
.reciron-quote-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}
.reciron-quote-list li {
  display: flex;
  gap: 9px;
  font-weight: 800;
}
.reciron-check {
  color: var(--reciron-green);
  font-weight: 950;
}

.reciron-section { padding: 84px 0; }
.reciron-section-white { background: #fff; }
.reciron-section-dark {
  background:
    linear-gradient(135deg, rgba(5,36,18,.96), rgba(12,92,43,.94)),
    var(--reciron-metal);
  color: #fff;
}
.reciron-section-title {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  margin: 0 auto 36px;
  max-width: 760px;
}
.reciron-section-title.align-left {
  justify-items: start;
  text-align: left;
  margin-inline: 0;
}
.reciron-section-title h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.05em;
  color: inherit;
  font-weight: 950;
}
.reciron-section-title p {
  margin: 0;
  font-size: 17px;
  color: var(--reciron-muted);
}
.reciron-section-dark .reciron-section-title p { color: rgba(255,255,255,.78); }

.reciron-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: -52px;
  position: relative;
  z-index: 10;
}
.reciron-stat {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid var(--reciron-line);
  box-shadow: 0 18px 42px rgba(7,32,18,.1);
}
.reciron-stat strong {
  display: block;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  color: var(--reciron-green-dark);
  letter-spacing: -.05em;
}
.reciron-stat span {
  display: block;
  margin-top: 8px;
  color: var(--reciron-muted);
  font-weight: 800;
}

.reciron-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
}
.reciron-service-card {
  background: #fff;
  border-radius: var(--reciron-radius);
  overflow: hidden;
  border: 1px solid var(--reciron-line);
  box-shadow: 0 18px 44px rgba(7,32,18,.08);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.reciron-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--reciron-shadow);
}
.reciron-service-card img {
  width: 100%;
  aspect-ratio: 1.33/1;
  object-fit: cover;
}
.reciron-service-content { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.reciron-service-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -.03em;
}
.reciron-service-content p {
  margin: 0 0 18px;
  color: var(--reciron-muted);
}
.reciron-link {
  margin-top: auto;
  color: var(--reciron-green-dark) !important;
  font-weight: 950;
  text-decoration: none;
}

.reciron-two-col {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
}
.reciron-feature-img {
  border-radius: var(--reciron-radius);
  overflow: hidden;
  box-shadow: var(--reciron-shadow);
  background: #fff;
}
.reciron-feature-img img { width: 100%; height: 460px; object-fit: cover; }
.reciron-step-grid {
  display: grid;
  gap: 14px;
}
.reciron-step {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 14px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--reciron-line);
  border-radius: 20px;
  padding: 18px;
}
.reciron-step-num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 950;
  background: linear-gradient(135deg, var(--reciron-green), var(--reciron-green-dark));
}
.reciron-step h3 { margin: 0 0 3px; font-size: 18px; }
.reciron-step p { margin: 0; color: var(--reciron-muted); }

.reciron-about-panel {
  padding: 34px;
  border-radius: var(--reciron-radius);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.reciron-about-panel p { color: rgba(255,255,255,.82); font-size: 18px; }
.reciron-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.reciron-bullets li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.09);
  font-weight: 850;
}

.reciron-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.reciron-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  position: relative;
  background: #dfe8e2;
  box-shadow: 0 15px 35px rgba(7,32,18,.1);
}
.reciron-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .22s ease;
}
.reciron-gallery figure:hover img { transform: scale(1.04); }
.reciron-gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(0,0,0,.62);
  color: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 900;
}

.reciron-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 22px;
}
.reciron-contact-card,
.reciron-map-card,
.reciron-page-card {
  background: #fff;
  border: 1px solid var(--reciron-line);
  border-radius: var(--reciron-radius);
  padding: 30px;
  box-shadow: 0 16px 40px rgba(7,32,18,.08);
}
.reciron-contact-card h3 { margin-top: 0; font-size: 26px; letter-spacing: -.04em; }
.reciron-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 14px;
}
.reciron-contact-list li {
  display: grid;
  grid-template-columns: 32px minmax(0,1fr);
  gap: 11px;
  align-items: start;
}
.reciron-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(21,153,71,.1);
  color: var(--reciron-green-dark);
  display: grid;
  place-items: center;
  font-weight: 950;
}
.reciron-map-placeholder {
  min-height: 330px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(15,105,50,.86), rgba(22, 35, 25, .88)),
    var(--reciron-map-img) center/cover no-repeat;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
}
.reciron-map-placeholder h3 { margin: 0 0 8px; font-size: 32px; letter-spacing: -.05em; }
.reciron-map-placeholder p { margin: 0; color: rgba(255,255,255,.82); }

.reciron-page-hero {
  padding: 92px 0 54px;
  background:
    linear-gradient(135deg, rgba(5,36,18,.92), rgba(12,92,43,.86)),
    var(--reciron-page-hero-img) center/cover no-repeat;
  color: #fff;
}
.reciron-page-hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(40px, 6vw, 66px);
  line-height: 1;
  letter-spacing: -.06em;
  color: #fff;
}
.reciron-page-hero p { margin: 0; max-width: 720px; color: rgba(255,255,255,.82); font-size: 19px; }
.reciron-page-content { padding: 68px 0; }
.reciron-page-card h2 { margin-top: 0; font-size: 34px; letter-spacing: -.05em; }
.reciron-page-card p { color: var(--reciron-muted); }

.reciron-footer {
  background: #07140d;
  color: rgba(255,255,255,.82);
  padding: 54px 0 0;
}
.reciron-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .8fr 1fr;
  gap: 32px;
  padding-bottom: 38px;
}
.reciron-footer h3,
.reciron-footer h4 {
  color: #fff;
  margin: 0 0 14px;
}
.reciron-footer p { margin: 0; color: rgba(255,255,255,.72); }
.reciron-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.reciron-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.reciron-footer a:hover { color: #fff; }
.reciron-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.reciron-floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4000;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #25D366, #129c46);
  color: #fff !important;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(18,156,70,.36);
}

@media (max-width: 1050px) {
  .reciron-hero-grid,
  .reciron-two-col,
  .reciron-contact-grid { grid-template-columns: 1fr; }
  .reciron-services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reciron-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reciron-quote-card { max-width: 560px; }
}

@media (max-width: 820px) {
  .reciron-topbar-inner { justify-content: center; text-align: center; }
  .reciron-topbar-inner span:last-child { display: none; }
  .reciron-header-main { min-height: 72px; }
  .reciron-brand-logo { width: 66px; height: 52px; }
  .reciron-brand-title { font-size: 19px; }
  .reciron-brand-subtitle { font-size: 10px; }
  .reciron-menu-toggle { display: inline-flex; }
  .reciron-nav-wrap { gap: 10px; }
  .reciron-header-cta { display: none; }
  .reciron-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid var(--reciron-line);
    border-radius: 22px;
    box-shadow: var(--reciron-shadow);
    padding: 12px;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: .18s ease;
  }
  .reciron-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .reciron-nav-list,
  .reciron-nav .menu { display: grid; gap: 3px; }
  .reciron-nav a { width: 100%; justify-content: flex-start; }
  .reciron-hero { min-height: auto; }
  .reciron-hero-inner { padding: 70px 0; }
  .reciron-quote-card { display: none; }
  .reciron-section { padding: 58px 0; }
  .reciron-gallery { grid-template-columns: 1fr; }
  .reciron-gallery img { height: 230px; }
  .reciron-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .reciron-container { width: min(100% - 24px, var(--reciron-max)); }
  .reciron-services-grid,
  .reciron-stats,
  .reciron-bullets { grid-template-columns: 1fr; }
  .reciron-hero-actions .reciron-btn { width: 100%; }
  .reciron-hero-note { display: none; }
  .reciron-contact-card, .reciron-map-card, .reciron-page-card { padding: 22px; }
}


/* Formulario de contacto profesional RECIRON */
.reciron-contact-grid-form {
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
  align-items: start;
}
.reciron-form-card {
  background: #fff;
  border: 1px solid var(--reciron-line);
  border-radius: 28px;
  box-shadow: var(--reciron-shadow);
  padding: 34px;
}
.reciron-form-card h2 {
  margin: 5px 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  color: var(--reciron-dark);
}
.reciron-form-card p {
  color: var(--reciron-muted);
  margin: 0 0 22px;
}
.reciron-contact-form {
  display: grid;
  gap: 16px;
}
.reciron-form-row {
  display: grid;
  gap: 7px;
}
.reciron-form-two {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.reciron-contact-form label {
  font-weight: 800;
  color: var(--reciron-dark);
  font-size: 13px;
  letter-spacing: .02em;
}
.reciron-contact-form input,
.reciron-contact-form select,
.reciron-contact-form textarea {
  width: 100%;
  border: 1px solid #d7e2da;
  background: #f8fbf9;
  border-radius: 16px;
  padding: 13px 15px;
  color: var(--reciron-dark);
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
.reciron-contact-form textarea { resize: vertical; min-height: 150px; }
.reciron-contact-form input:focus,
.reciron-contact-form select:focus,
.reciron-contact-form textarea:focus {
  border-color: var(--reciron-green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(31,168,74,.12);
}
.reciron-form-submit {
  border: 0;
  justify-content: center;
  cursor: pointer;
  margin-top: 4px;
}
.reciron-form-message {
  border-radius: 18px;
  padding: 14px 16px;
  margin: 0 0 18px;
  font-weight: 700;
}
.reciron-form-success {
  background: #e9f8ee;
  color: #0e6b2f;
  border: 1px solid rgba(31,168,74,.25);
}
.reciron-form-error {
  background: #fff1f1;
  color: #8c1f1f;
  border: 1px solid rgba(210,70,70,.25);
}
.reciron-field-hidden {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.reciron-map-wide {
  padding: 0;
  overflow: hidden;
}
.reciron-map-wide .reciron-map-placeholder {
  min-height: 360px;
  border-radius: 28px;
}
@media (max-width: 1050px) {
  .reciron-contact-grid-form { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .reciron-form-card { padding: 24px; border-radius: 24px; }
  .reciron-form-two { grid-template-columns: 1fr; }
  .reciron-map-wide .reciron-map-placeholder { min-height: 260px; }
}


/* Ajustes móviles V4 */
.reciron-floating-whatsapp {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
}

@media (max-width: 820px) {
  .reciron-topbar {
    font-size: 12px;
  }
  .reciron-topbar-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px 0;
    justify-items: center;
    text-align: center;
  }
  .reciron-topbar-inner span:first-child {
    display: none;
  }
  .reciron-topbar-inner span:nth-child(2) {
    line-height: 1.45;
  }
  .reciron-topbar-inner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
  }
  .reciron-brand {
    min-width: 0;
    gap: 10px;
  }
  .reciron-header-main {
    min-height: 70px;
    gap: 12px;
  }
  .reciron-hero-inner {
    padding: 48px 0 54px;
  }
  .reciron-hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.02;
    max-width: 100%;
  }
  .reciron-hero p {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 22px;
  }
  .reciron-eyebrow {
    font-size: 12px;
    padding: 7px 10px;
  }
  .reciron-btn,
  .reciron-header-cta {
    min-height: 50px;
    padding: 12px 16px;
  }
  .reciron-floating-whatsapp {
    display: none;
  }
}

@media (max-width: 560px) {
  .reciron-topbar {
    font-size: 11px;
  }
  .reciron-site-header {
    position: sticky;
  }
  .reciron-brand-logo {
    width: 58px;
    height: 46px;
  }
  .reciron-brand-title {
    font-size: 16px;
  }
  .reciron-brand-subtitle {
    font-size: 9px;
    letter-spacing: .07em;
  }
  .reciron-menu-toggle {
    padding: 9px 12px;
    border-radius: 16px;
    font-size: 14px;
  }
  .reciron-hero {
    min-height: auto;
  }
  .reciron-hero-inner {
    padding: 38px 0 46px;
  }
  .reciron-hero h1 {
    font-size: clamp(31px, 10.2vw, 44px);
    line-height: 1.03;
  }
  .reciron-hero p {
    font-size: 16px;
    line-height: 1.6;
  }
  .reciron-hero-actions {
    gap: 10px;
  }
  .reciron-hero-actions .reciron-btn {
    width: 100%;
  }
  .reciron-section-title h2 {
    font-size: clamp(28px, 8vw, 36px);
  }
}


/* Ajustes móviles V5: portada más compacta y sin iconos flotantes que tapan contenido */
@media (max-width: 820px) {
  /* Oculta burbujas flotantes de plugins de WhatsApp que quedan encima del contenido */
  .ht-ctc,
  .ht-ctc-chat,
  .ctc-analytics,
  .joinchat,
  .joinchat__button,
  .qlwapp,
  #qlwapp,
  #whatsapp-chat,
  .whatsapp_float,
  .whatsapp-floating,
  .wa__btn_popup,
  .nta_wa_button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .reciron-topbar-inner {
    padding: 7px 0 8px;
    gap: 2px;
  }

  .reciron-topbar-inner span:nth-child(2) {
    font-size: 12px;
    line-height: 1.35;
  }

  .reciron-topbar-inner a {
    font-size: 12px;
    line-height: 1.25;
  }

  .reciron-hero::after {
    background:
      radial-gradient(circle at 80% 26%, rgba(21,153,71,.28), transparent 30%),
      linear-gradient(90deg, rgba(3, 24, 12, .94) 0%, rgba(3,24,12,.80) 58%, rgba(3,24,12,.52) 100%);
  }

  .reciron-hero-inner {
    padding: 34px 0 38px;
  }

  .reciron-hero h1 {
    font-size: clamp(30px, 8.7vw, 43px);
    line-height: 1.05;
    letter-spacing: -.055em;
    margin: 16px 0 12px;
  }

  .reciron-hero p {
    font-size: 15.5px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .reciron-eyebrow {
    font-size: 11px;
    padding: 7px 10px;
    max-width: 100%;
    white-space: normal;
  }

  .reciron-hero-actions .reciron-btn {
    min-height: 48px;
    padding: 11px 15px;
    font-size: 15px;
  }

  .reciron-stats {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .reciron-stat {
    border-radius: 18px;
    padding: 15px 14px;
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .reciron-stat strong {
    font-size: 32px;
    letter-spacing: -.055em;
  }

  .reciron-stat span {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.25;
  }
}

@media (max-width: 560px) {
  .reciron-header-main {
    min-height: 64px;
  }

  .reciron-brand-logo {
    width: 54px;
    height: 42px;
  }

  .reciron-brand-title {
    font-size: 15px;
  }

  .reciron-brand-subtitle {
    font-size: 8.5px;
  }

  .reciron-menu-toggle {
    padding: 8px 11px;
    font-size: 13.5px;
  }

  .reciron-hero-inner {
    padding: 30px 0 34px;
  }

  .reciron-hero h1 {
    font-size: clamp(28px, 8.4vw, 38px);
    line-height: 1.06;
  }

  .reciron-hero p {
    font-size: 15px;
    line-height: 1.52;
  }

  .reciron-hero-actions {
    gap: 9px;
  }

  .reciron-hero-actions .reciron-btn {
    border-radius: 22px;
  }

  .reciron-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .reciron-stat {
    min-height: 104px;
    padding: 13px 12px;
  }

  .reciron-stat strong {
    font-size: 30px;
  }

  .reciron-stat span {
    font-size: 12.5px;
  }

  .reciron-section {
    padding: 48px 0;
  }
}


/* V6: enfoque compra/venta, tipografía más corporativa y limpieza de móvil */
body.reciron-pro h1,
body.reciron-pro h2,
body.reciron-pro h3,
body.reciron-pro h4,
.reciron-brand-title,
.reciron-section-title h2,
.reciron-page-hero h1,
.reciron-footer h3,
.reciron-footer h4 {
  font-family: Inter, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
  letter-spacing: -.035em;
}

.reciron-hero h1 {
  letter-spacing: -.045em;
}

/* Ocultar iconos flotantes de WhatsApp del plugin antiguo si siguen tapando contenido */
#ht-ctc-chat,
#ht-ctc-chat *,
.ht-ctc-chat,
.ht_ctc_chat,
.ht_ctc_chat_style,
.ctc_chat,
.ctc-analytics,
.ctc_s_1,
.ht_ctc_animation,
.ht_ctc_padding,
.floating-wpp,
.floating-wpp *,
.wa__widget_container,
.wa__btn_popup,
.wa__popup_chat_box,
.qlwapp,
#qlwapp,
.joinchat,
.joinchat *,
.whatsapp_float,
.whatsapp-floating,
.whatsappme,
.whatsappme__button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 820px) {
  body.reciron-pro h1,
  body.reciron-pro h2,
  body.reciron-pro h3,
  .reciron-section-title h2 {
    letter-spacing: -.035em;
  }

  .reciron-hero h1 {
    font-size: clamp(29px, 8.3vw, 40px);
    line-height: 1.08;
  }

  .reciron-section-title p {
    font-size: 16px;
    line-height: 1.55;
  }

  .reciron-service-content h3,
  .reciron-step h3,
  .reciron-contact-card h3 {
    font-family: Inter, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
  }
}

@media (max-width: 560px) {
  .reciron-hero h1 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  .reciron-section-title h2 {
    font-size: clamp(26px, 7.2vw, 34px);
    line-height: 1.12;
  }

  .reciron-page-hero h1 {
    font-size: clamp(30px, 8vw, 40px);
  }
}

/* V8: mejoras comerciales, materiales, ubicación y galería por categorías */
.reciron-section-soft {
  background: linear-gradient(180deg, #f3f7f4 0%, #edf4ef 100%);
}
.reciron-section-compact {
  padding: 64px 0;
}
.reciron-btn-small {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 14px;
}
.reciron-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 16px;
}
.reciron-quick-card {
  background: #fff;
  border: 1px solid var(--reciron-line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(7,32,18,.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reciron-quick-card h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -.03em;
}
.reciron-quick-card p {
  margin: 0 0 6px;
  color: var(--reciron-muted);
  font-size: 15px;
  line-height: 1.55;
}
.reciron-material-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}
.reciron-material-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--reciron-green-dark);
  background: rgba(21,153,71,.08);
  border: 1px solid rgba(21,153,71,.14);
  font-weight: 850;
  transition: all .18s ease;
}
.reciron-material-buttons a:hover {
  background: var(--reciron-green-dark);
  color: #fff;
  border-color: var(--reciron-green-dark);
}
.reciron-location-wrap {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  gap: 24px;
  align-items: stretch;
}
.reciron-location-card {
  background: #fff;
  border: 1px solid var(--reciron-line);
  border-radius: 30px;
  box-shadow: 0 16px 40px rgba(7,32,18,.08);
  padding: 30px;
}
.reciron-location-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.reciron-location-card p {
  margin: 0 0 18px;
  color: var(--reciron-muted);
}
.reciron-location-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
}
.reciron-location-list li {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f6faf7;
  border: 1px solid #e0ebe3;
  color: var(--reciron-dark);
}
.reciron-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.reciron-map-card-visual {
  padding: 0;
  overflow: hidden;
}
.reciron-map-card-visual .reciron-map-placeholder {
  min-height: 100%;
  height: 100%;
}
.reciron-gallery-categories {
  display: grid;
  gap: 28px;
}
.reciron-gallery-category {
  background: #fff;
  border: 1px solid var(--reciron-line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 16px 38px rgba(7,32,18,.06);
}
.reciron-gallery-category-head {
  margin-bottom: 18px;
}
.reciron-gallery-category-head h3 {
  margin: 0 0 6px;
  font-size: 26px;
  letter-spacing: -.04em;
}
.reciron-gallery-category-head p {
  margin: 0;
  color: var(--reciron-muted);
}
.reciron-gallery-two {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.reciron-gallery-three {
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.reciron-gallery-one {
  grid-template-columns: minmax(0,1fr);
}
.reciron-gallery-one img,
.reciron-gallery-two img,
.reciron-gallery-three img {
  height: 280px;
}
.reciron-gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

@media (max-width: 1180px) {
  .reciron-quick-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 1050px) {
  .reciron-location-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .reciron-section-compact {
    padding: 52px 0;
  }
  .reciron-quick-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .reciron-gallery-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .reciron-quick-grid,
  .reciron-gallery-two,
  .reciron-gallery-three {
    grid-template-columns: 1fr;
  }
  .reciron-location-card,
  .reciron-gallery-category {
    padding: 22px;
    border-radius: 24px;
  }
  .reciron-location-actions .reciron-btn,
  .reciron-material-buttons a,
  .reciron-btn-small {
    width: 100%;
  }
  .reciron-gallery-one img,
  .reciron-gallery-two img,
  .reciron-gallery-three img {
    height: 230px;
  }
}

/* V9: portada premium, franja de confianza, WhatsApp fuerte y FAQ */
.reciron-trust-strip-wrap {
  padding: 10px 0 0;
}
.reciron-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 6px;
}
.reciron-trust-item {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  border: 1px solid var(--reciron-line);
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 14px 34px rgba(7,32,18,.06);
}
.reciron-trust-item strong {
  display: block;
  color: var(--reciron-dark);
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.reciron-trust-item span {
  display: block;
  color: var(--reciron-muted);
  font-size: 14px;
  line-height: 1.5;
}
.reciron-whatsapp-section {
  background: linear-gradient(180deg, #0c2414 0%, #11321c 100%);
}
.reciron-whatsapp-banner {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
  gap: 26px;
  align-items: center;
  background: linear-gradient(135deg, rgba(17,111,49,.96) 0%, rgba(13,73,33,.96) 100%);
  border-radius: 34px;
  padding: 34px;
  color: #fff;
  box-shadow: 0 22px 55px rgba(3,20,10,.24);
}
.reciron-whatsapp-banner .reciron-eyebrow {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.18);
}
.reciron-whatsapp-copy h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.02;
  letter-spacing: -.05em;
  color: #fff;
}
.reciron-whatsapp-copy p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.65;
}
.reciron-whatsapp-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.reciron-whatsapp-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 700;
  font-size: 14px;
}
.reciron-whatsapp-actions {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 24px;
  text-align: center;
}
.reciron-btn-whatsapp {
  width: 100%;
  min-height: 58px;
  font-size: 17px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.reciron-whatsapp-actions p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.9);
  line-height: 1.6;
}
.reciron-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.reciron-faq-item {
  background: #fff;
  border: 1px solid var(--reciron-line);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(7,32,18,.06);
  padding: 0 20px;
}
.reciron-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 8px 20px 0;
  font-weight: 850;
  color: var(--reciron-dark);
  font-size: 18px;
  position: relative;
}
.reciron-faq-item summary::-webkit-details-marker {
  display: none;
}
.reciron-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--reciron-green-dark);
  font-size: 26px;
  font-weight: 300;
}
.reciron-faq-item[open] summary::after {
  content: '–';
}
.reciron-faq-item p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--reciron-muted);
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .reciron-trust-strip {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .reciron-whatsapp-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .reciron-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .reciron-trust-strip {
    grid-template-columns: 1fr;
  }
  .reciron-whatsapp-banner {
    padding: 24px 20px;
    border-radius: 26px;
  }
  .reciron-whatsapp-copy h2 {
    font-size: 30px;
  }
  .reciron-whatsapp-copy p {
    font-size: 16px;
  }
  .reciron-whatsapp-points {
    gap: 8px;
  }
  .reciron-whatsapp-points span {
    width: 100%;
    justify-content: center;
  }
  .reciron-faq-item {
    padding: 0 16px;
  }
  .reciron-faq-item summary {
    font-size: 16px;
    padding-right: 26px;
  }
}

/* V10: menú móvil más fino, animaciones sutiles y footer mejorado */
.reciron-nav,
.reciron-service-card,
.reciron-quick-card,
.reciron-trust-item,
.reciron-gallery-category,
.reciron-faq-item,
.reciron-location-card,
.reciron-contact-card,
.reciron-whatsapp-banner,
.reciron-footer-topcta {
  transition: transform .28s ease, box-shadow .28s ease, opacity .42s ease;
}

.reciron-service-card,
.reciron-quick-card,
.reciron-trust-item,
.reciron-gallery-category,
.reciron-faq-item,
.reciron-location-card,
.reciron-contact-card,
.reciron-whatsapp-banner,
.reciron-footer-topcta {
  opacity: 0;
  transform: translateY(16px);
}

.reciron-in-view {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.reciron-service-card:hover,
.reciron-quick-card:hover,
.reciron-gallery-category:hover,
.reciron-location-card:hover,
.reciron-contact-card:hover,
.reciron-faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(7,32,18,.10);
}

.reciron-footer-topcta {
  background: linear-gradient(135deg, rgba(19,153,71,.16) 0%, rgba(11,107,49,.14) 100%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  padding: 26px 28px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
}
.reciron-footer-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #d8ffe4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reciron-footer-topcta h3 {
  margin: 12px 0 8px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  letter-spacing: -.05em;
}
.reciron-footer-topcta p {
  max-width: 760px;
}
.reciron-btn-footer {
  white-space: nowrap;
}
.reciron-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.reciron-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 820px) {
  .reciron-nav {
    top: calc(100% + 10px);
    left: 12px;
    right: 12px;
    border-radius: 24px;
    padding: 14px;
    box-shadow: 0 24px 54px rgba(7,32,18,.14);
  }
  .reciron-nav a {
    min-height: 48px;
    border-radius: 16px;
    padding-inline: 14px;
  }
  .reciron-menu-toggle {
    border-radius: 16px;
    min-height: 44px;
    padding: 10px 14px;
    box-shadow: 0 10px 26px rgba(7,32,18,.06);
  }
  .reciron-footer-topcta {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .reciron-footer-topcta {
    border-radius: 22px;
    padding: 20px;
  }
  .reciron-btn-footer {
    width: 100%;
  }
}

/* V11: móvil más premium, contacto más potente y galería más elegante */
.reciron-contact-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.reciron-mini-info-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
  border: 1px solid var(--reciron-line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(7,32,18,.06);
}
.reciron-mini-info-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(21,153,71,.12);
  color: var(--reciron-green-dark);
  font-size: 22px;
  margin-bottom: 14px;
}
.reciron-mini-info-card h3 {
  margin: 0 0 6px;
  font-size: 21px;
  letter-spacing: -.03em;
}
.reciron-mini-info-card p {
  margin: 0;
  color: var(--reciron-muted);
  line-height: 1.6;
}
.reciron-contact-card-premium h3 {
  font-size: 30px;
  margin: 14px 0 10px;
  letter-spacing: -.04em;
}
.reciron-contact-card-copy {
  color: var(--reciron-muted);
  margin: 0 0 18px;
}
.reciron-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.reciron-gallery-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.reciron-gallery-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--reciron-line);
  color: var(--reciron-green-dark);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(7,32,18,.05);
}
.reciron-gallery-nav a:hover {
  background: var(--reciron-green-dark);
  color: #fff;
}
.reciron-gallery-category-elegant {
  scroll-margin-top: 110px;
}
.reciron-gallery-label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(21,153,71,.08);
  border: 1px solid rgba(21,153,71,.14);
  color: var(--reciron-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reciron-gallery-category-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}
.reciron-gallery-head-cta {
  white-space: nowrap;
}
.reciron-gallery-figure-pro {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
.reciron-gallery-figure-pro img {
  transition: transform .35s ease;
}
.reciron-gallery-figure-pro:hover img {
  transform: scale(1.03);
}
.reciron-gallery-figure-pro figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(7,20,13,.15) 0%, rgba(7,20,13,.84) 100%);
  color: #fff;
}
.reciron-gallery-figure-pro figcaption strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
.reciron-gallery-figure-pro figcaption span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.45;
}
.reciron-gallery-figure-pro figcaption a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
  color: var(--reciron-green-dark);
  font-weight: 850;
  white-space: nowrap;
}
.reciron-mobile-quickbar {
  display: none;
}

@media (max-width: 820px) {
  .reciron-contact-highlights {
    grid-template-columns: 1fr;
  }
  .reciron-gallery-category-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .reciron-gallery-head-cta {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .reciron-topbar {
    display: none;
  }
  .reciron-header-main {
    min-height: 68px;
  }
  .reciron-brand {
    min-width: 0;
    gap: 10px;
  }
  .reciron-brand-logo {
    width: 58px;
    height: 46px;
  }
  .reciron-brand-title {
    font-size: 18px;
  }
  .reciron-site-header {
    box-shadow: 0 10px 24px rgba(5,35,17,.06);
  }
  .reciron-hero-inner {
    padding: 56px 0 62px;
  }
  .reciron-hero h1 {
    font-size: clamp(30px, 8.4vw, 38px);
  }
  .reciron-contact-card-premium h3 {
    font-size: 26px;
  }
  .reciron-contact-actions .reciron-btn {
    width: 100%;
  }
  .reciron-gallery-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    flex-wrap: nowrap;
  }
  .reciron-gallery-nav a {
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .reciron-gallery-figure-pro figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  .reciron-gallery-figure-pro figcaption a {
    width: 100%;
  }
  .reciron-floating-whatsapp {
    bottom: 82px;
  }
  .reciron-mobile-quickbar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 12px;
    z-index: 3990;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(7,20,13,.92);
    box-shadow: 0 18px 42px rgba(7,20,13,.24);
    backdrop-filter: blur(12px);
  }
  .reciron-mobile-quickbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 850;
    background: linear-gradient(135deg, var(--reciron-green), var(--reciron-green-dark));
  }
  .reciron-footer {
    padding-bottom: 84px;
  }
}

/* V12: móvil más fino y scroll PC normal */
html {
  scroll-behavior: auto !important;
}

.reciron-mini-info-card {
  opacity: 0;
  transform: translateY(16px);
  transition: transform .28s ease, box-shadow .28s ease, opacity .42s ease;
}

@media (max-width: 560px) {
  .reciron-header-main {
    min-height: 64px;
  }
  .reciron-container {
    padding-inline: 16px;
  }
  .reciron-brand-logo {
    width: 54px;
    height: 42px;
  }
  .reciron-brand-title {
    font-size: 17px;
    line-height: 1.05;
  }
  .reciron-brand-subtitle {
    font-size: 10px;
    letter-spacing: .08em;
  }
  .reciron-menu-toggle {
    min-height: 42px;
    padding: 8px 14px;
    font-size: 15px;
  }
  .reciron-page-hero {
    padding: 58px 0 34px;
  }
  .reciron-page-hero h1 {
    margin: 10px 0 10px;
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.06;
    letter-spacing: -.05em;
  }
  .reciron-page-hero p {
    font-size: 16px;
    line-height: 1.65;
    max-width: none;
  }
  .reciron-section-title h2,
  .reciron-page-card h2,
  .reciron-location-card h2 {
    font-size: 32px;
    line-height: 1.08;
  }
  .reciron-section-title p,
  .reciron-page-card p,
  .reciron-location-card p {
    font-size: 16px;
    line-height: 1.7;
  }
  .reciron-material-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .reciron-material-buttons a {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 16px;
  }
  .reciron-services-grid {
    gap: 16px;
  }
  .reciron-service-card img {
    aspect-ratio: 1.5 / 1;
  }
  .reciron-service-content {
    padding: 18px;
  }
  .reciron-service-content h3 {
    font-size: 20px;
  }
  .reciron-location-actions .reciron-btn,
  .reciron-page-card .reciron-btn,
  .reciron-contact-actions .reciron-btn,
  .reciron-gallery-head-cta {
    width: 100%;
  }
  .reciron-location-list {
    gap: 8px;
  }
  .reciron-floating-whatsapp {
    display: none;
  }
  .reciron-mobile-quickbar {
    left: 12px;
    right: 12px;
    bottom: 10px;
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
    grid-template-columns: 1fr 1fr;
    background: rgba(7,20,13,.90);
    box-shadow: 0 12px 30px rgba(7,20,13,.20);
    transition: transform .24s ease, opacity .24s ease;
  }
  .reciron-mobile-quickbar.is-hidden {
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
  }
  .reciron-mobile-quickbar a {
    min-height: 42px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
  }
  .reciron-footer {
    padding-bottom: 72px;
  }
}

@media (max-width: 390px) {
  .reciron-page-hero h1 {
    font-size: 28px;
  }
  .reciron-material-buttons {
    grid-template-columns: 1fr;
  }
  .reciron-mobile-quickbar a {
    font-size: 14px;
  }
}

/* V13: quitar barra flotante inferior y dejar solo ubicación flotante */
.reciron-floating-whatsapp,
.reciron-mobile-quickbar {
  display: none !important;
}

.reciron-floating-location {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 4000;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--reciron-green), var(--reciron-green-dark));
  box-shadow: 0 16px 34px rgba(10, 112, 53, .28);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.reciron-floating-location:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 38px rgba(10, 112, 53, .34);
}
.reciron-floating-location-icon {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 560px) {
  .reciron-floating-location {
    right: 14px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }
  .reciron-footer {
    padding-bottom: 0;
  }
}

/* V14: icono de ubicación más bonito tipo mapa */
.reciron-floating-location {
  overflow: visible;
  background: #ffffff;
  border: 3px solid #ffffff;
}
.reciron-location-badge {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  display: block;
  background: #dddddd;
}
.reciron-location-map {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    linear-gradient(58deg, transparent 44%, #f1d100 44%, #f1d100 49%, transparent 49%),
    linear-gradient(148deg, transparent 48%, #f1d100 48%, #f1d100 53%, transparent 53%),
    conic-gradient(from 220deg, #1cb364 0 30%, #e8e8e8 30% 66%, #6daee3 66% 100%);
}
.reciron-location-pin {
  position: absolute;
  top: 6px;
  left: 24px;
  width: 22px;
  height: 22px;
  background: #ef2500;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
.reciron-location-pin::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #ffffff;
}
.reciron-floating-location:hover .reciron-location-pin {
  transform: rotate(-45deg) translateY(-1px);
}

@media (max-width: 560px) {
  .reciron-location-pin {
    top: 5px;
    left: 22px;
    width: 20px;
    height: 20px;
  }
  .reciron-location-pin::before {
    inset: 5px;
  }
}

/* V15: header más fino, home más pulida y ubicación con animación sutil */
.reciron-site-header {
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.reciron-site-header.is-scrolled {
  background: rgba(255,255,255,.98);
  border-bottom-color: rgba(11,107,49,.16);
  box-shadow: 0 14px 34px rgba(5, 35, 17, .11);
}
.reciron-site-header .reciron-header-main,
.reciron-site-header .reciron-brand-logo,
.reciron-site-header .reciron-brand-title,
.reciron-site-header .reciron-brand-subtitle {
  transition: min-height .22s ease, width .22s ease, height .22s ease, font-size .22s ease, transform .22s ease;
}
.reciron-site-header.is-scrolled .reciron-header-main {
  min-height: 74px;
}
.reciron-site-header.is-scrolled .reciron-brand-logo {
  width: 74px;
  height: 56px;
}
.reciron-site-header.is-scrolled .reciron-brand-title {
  font-size: 20px;
}

.reciron-stat {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, opacity .42s ease;
  opacity: 0;
  transform: translateY(16px);
}
.reciron-stat.reciron-in-view {
  opacity: 1;
  transform: translateY(0);
}
.reciron-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(7,32,18,.12);
  border-color: rgba(11,107,49,.16);
}

.reciron-hero-actions .reciron-btn,
.reciron-hero-note .reciron-pill {
  box-shadow: 0 12px 26px rgba(7,32,18,.08);
}

.reciron-floating-location {
  animation: recironLocationPulse 2.8s ease-in-out infinite;
}
.reciron-floating-location::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid rgba(29, 179, 100, .30);
  animation: recironLocationRing 2.8s ease-out infinite;
}
@keyframes recironLocationPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}
@keyframes recironLocationRing {
  0% { transform: scale(.92); opacity: .42; }
  70% { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}

@media (max-width: 820px) {
  .reciron-site-header.is-scrolled .reciron-header-main {
    min-height: 66px;
  }
  .reciron-site-header.is-scrolled .reciron-brand-logo {
    width: 62px;
    height: 48px;
  }
}

@media (max-width: 560px) {
  .reciron-hero-inner {
    padding: 56px 0 68px;
  }
  .reciron-hero h1 {
    font-size: clamp(32px, 8.8vw, 44px);
  }
  .reciron-hero p {
    font-size: 17px;
    line-height: 1.62;
  }
  .reciron-stat {
    padding: 22px;
    border-radius: 18px;
  }
  .reciron-stat strong {
    font-size: 38px;
  }
  .reciron-site-header.is-scrolled .reciron-header-main {
    min-height: 60px;
  }
  .reciron-site-header.is-scrolled .reciron-brand-logo {
    width: 50px;
    height: 40px;
  }
  .reciron-site-header.is-scrolled .reciron-brand-title {
    font-size: 16px;
  }
  .reciron-floating-location {
    width: 56px;
    height: 56px;
  }
}

/* V16: ajustes finales de ubicación + pulido home/menu/materiales */
.reciron-menu-toggle {
  min-height: 56px;
  padding-inline: 24px;
  border-radius: 24px;
  box-shadow: 0 8px 22px rgba(6, 32, 16, .05);
}
.reciron-menu-toggle:hover {
  border-color: rgba(11,107,49,.18);
  box-shadow: 0 10px 24px rgba(6, 32, 16, .08);
}

.reciron-nav {
  border-radius: 24px;
}
.reciron-nav a {
  border-radius: 14px;
}
.reciron-nav a:hover {
  background: rgba(21,153,71,.08);
}

.reciron-service-card {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.reciron-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(7,32,18,.12);
  border-color: rgba(11,107,49,.16);
}
.reciron-service-card img {
  transition: transform .35s ease, filter .35s ease;
}
.reciron-service-card:hover img {
  transform: scale(1.03);
  filter: saturate(1.05);
}
.reciron-material-buttons a {
  box-shadow: 0 10px 24px rgba(7,32,18,.06);
}
.reciron-material-buttons a:hover {
  transform: translateY(-2px);
}

.reciron-floating-location {
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-width: 2px;
  box-shadow: 0 14px 30px rgba(10, 112, 53, .24);
}
.reciron-floating-location::after {
  inset: -3px;
}
.reciron-location-pin {
  top: 6px;
  left: 22px;
  width: 20px;
  height: 20px;
}
.reciron-location-pin::before {
  inset: 5px;
}

@media (max-width: 820px) {
  .reciron-header-main {
    min-height: 70px;
  }
}

@media (max-width: 560px) {
  .reciron-menu-toggle {
    min-height: 52px;
    padding-inline: 20px;
    border-radius: 22px;
  }
  .reciron-hero-inner {
    padding: 50px 0 60px;
  }
  .reciron-hero-actions {
    gap: 10px;
  }
  .reciron-hero-actions .reciron-btn {
    min-height: 58px;
  }
  .reciron-stats {
    gap: 12px;
    margin-top: -42px;
  }
  .reciron-stat {
    padding: 20px;
  }
  .reciron-service-content {
    padding: 22px 20px 24px;
  }
  .reciron-material-buttons {
    gap: 10px;
  }
  .reciron-material-buttons a {
    width: 100%;
    justify-content: center;
  }
  .reciron-floating-location {
    right: 14px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
  .reciron-location-pin {
    top: 5px;
    left: 20px;
    width: 18px;
    height: 18px;
  }
  .reciron-location-pin::before {
    inset: 4px;
  }
}

/* V17: igualar tamaño entre ubicación y WhatsApp */
.reciron-floating-location {
  width: 56px;
  height: 56px;
  right: 16px;
  bottom: 16px;
}
.reciron-location-pin {
  top: 6px;
  left: 23px;
  width: 20px;
  height: 20px;
}
.reciron-location-pin::before {
  inset: 5px;
}

@media (max-width: 560px) {
  .reciron-floating-location {
    width: 56px;
    height: 56px;
    right: 14px;
    bottom: 16px;
  }
  .reciron-location-pin {
    top: 6px;
    left: 23px;
    width: 20px;
    height: 20px;
  }
  .reciron-location-pin::before {
    inset: 5px;
  }
}

/* V18: ajustar ubicación para igualarla visualmente con WhatsApp en móvil */
@media (max-width: 560px) {
  .reciron-floating-location {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 16px;
  }
  .reciron-location-pin {
    top: 5px;
    left: 20px;
    width: 18px;
    height: 18px;
  }
  .reciron-location-pin::before {
    inset: 4px;
  }
}


/* V19: corrección real de tamaños flotantes
   El icono de ubicación se veía más grande porque tenía borde blanco + aro animado (::after).
   Aquí se elimina ese aro, se usa box-sizing border-box y se fuerza tamaño visual menor.
*/
.reciron-floating-location {
  width: 48px !important;
  height: 48px !important;
  right: 16px !important;
  bottom: 16px !important;
  border-width: 2px !important;
  box-sizing: border-box !important;
  animation: none !important;
  transform: none !important;
}
.reciron-floating-location::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}
.reciron-location-badge {
  box-sizing: border-box !important;
}
.reciron-location-pin {
  top: 5px !important;
  left: 19px !important;
  width: 17px !important;
  height: 17px !important;
}
.reciron-location-pin::before {
  inset: 4px !important;
}

/* Si el botón de WhatsApp viene de un plugin externo, intentamos igualar su tamaño visual sin tocar botones normales del sitio. */
#ht-ctc-chat,
.ht-ctc-chat,
.ht_ctc_chat,
.ctc-analytics,
.wa__btn_popup,
.qlwapp-toggle,
.joinchat__button,
.floating-wpp-button,
.whatsapp_float {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
}
#ht-ctc-chat img,
.ht-ctc-chat img,
.ht_ctc_chat img,
.ctc-analytics img,
.wa__btn_popup img,
.qlwapp-toggle img,
.joinchat__button img,
.floating-wpp-button img,
.whatsapp_float img {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
}

@media (max-width: 560px) {
  .reciron-floating-location {
    width: 48px !important;
    height: 48px !important;
    right: 14px !important;
    bottom: 16px !important;
    border-width: 2px !important;
    box-sizing: border-box !important;
  }
  .reciron-floating-location::after {
    display: none !important;
    content: none !important;
  }
  .reciron-location-pin {
    top: 5px !important;
    left: 19px !important;
    width: 17px !important;
    height: 17px !important;
  }
  .reciron-location-pin::before {
    inset: 4px !important;
  }

  #ht-ctc-chat,
  .ht-ctc-chat,
  .ht_ctc_chat,
  .ctc-analytics,
  .wa__btn_popup,
  .qlwapp-toggle,
  .joinchat__button,
  .floating-wpp-button,
  .whatsapp_float {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
  #ht-ctc-chat img,
  .ht-ctc-chat img,
  .ht_ctc_chat img,
  .ctc-analytics img,
  .wa__btn_popup img,
  .qlwapp-toggle img,
  .joinchat__button img,
  .floating-wpp-button img,
  .whatsapp_float img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
}


/* V8 barrido visual */
.reciron-page-card .reciron-btn{margin-top:14px}
.reciron-contact-card-copy{font-size:18px;color:rgba(255,255,255,.88)}
.reciron-form-card .reciron-eyebrow{background:rgba(21,153,71,.1);color:#0b6b31;border-color:rgba(21,153,71,.18)}
@media (max-width: 760px){
  .reciron-topbar-inner{gap:6px}
  .reciron-page-card p{font-size:17px}
}
