:root {
  --orange: #ff5b3d;
  --orange-dark: #f4472b;
  --orange-soft: #fff0eb;
  --peach: #ffd7cd;
  --peach-2: #fff7f4;
  --black: #111111;
  --text: #222222;
  --muted: #686868;
  --line: #ececec;
  --white: #ffffff;
  --shadow: 0 14px 35px rgba(18, 18, 18, .10);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(900px, calc(100% - 40px)); }
.center { text-align: center; }
.section { position: relative; padding: 76px 0; overflow: hidden; }
.section.muted { background: #fdfdfd; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; font-size: 31px; font-weight: 800; color: var(--orange); letter-spacing: -2px; }
.brand img { width: auto; height: 38px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 40px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 500; }
.main-nav a:hover, .main-nav .active { color: var(--orange); }
.nav-cta { margin-left: 10px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 24px; height: 2px; background: #111; display: block; margin: 5px 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255,91,61,.22); }
.btn-primary { background: var(--orange); color: #fff; }
.btn-light { background: #fff; color: var(--orange); }
.btn-soft { background: var(--orange-soft); color: var(--orange); }
.btn-outline { border-color: var(--orange); color: var(--orange); background: #fff; }
.btn-small { min-height: 38px; padding: 8px 14px; font-size: 14px; }
.btn .fa-arrow-up-right-from-square,
.text-link .fa-arrow-up-right-from-square {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.btn-primary .fa-arrow-up-right-from-square,
.btn-dark .fa-arrow-up-right-from-square {
  background: rgba(255,255,255,.2);
}
.btn-small .fa-arrow-up-right-from-square {
  width: 21px;
  height: 21px;
  font-size: 11px;
}
.text-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: underline; font-weight: 500; }
.light { color: #fff; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-slider { position: relative; min-height: 410px; overflow: hidden; background: #ffd2c9; }
.hero-slide { display: grid; grid-template-columns: 1fr 1fr; min-height: 410px; }
.hero-copy { background: var(--orange); color: #fff; padding: 52px max(8vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { margin: 4px 0 10px; font-size: clamp(34px, 4.4vw, 62px); line-height: 1.02; }
.hero-copy p { max-width: 560px; margin: 0 0 22px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; background: #ffd7cf; }
.hero-visual img { width: min(80%, 520px); max-height: 360px; object-fit: contain; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.65); color: #fff; font-size: 28px; cursor: pointer; }
.slider-arrow.prev { left: 24px; }
.slider-arrow.next { right: 24px; }
.slider-progress { position: absolute; left: 24px; bottom: 0; height: 5px; width: 48%; display: flex; }
.slider-progress span { flex: 1; background: rgba(255,255,255,.55); }
.slider-progress span:first-child { background: #fff; }

.section-heading { margin-bottom: 44px; }
.section-heading.compact { margin-bottom: 30px; }
.section-heading h2 { margin: 0 0 10px; color: var(--orange); font-size: clamp(28px, 3.6vw, 48px); line-height: 1.16; }
.section-heading p { max-width: 720px; margin: 0 auto; color: var(--text); }
.section-heading span { color: var(--orange); }
.eyebrow { margin: 0 0 4px; font-weight: 600; color: var(--orange); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-step { position: relative; text-align: center; padding: 12px 8px; }
.step-number { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 700; margin-bottom: 14px; }
.step-line { position: absolute; top: 35px; left: calc(50% + 24px); width: calc(100% + 6px); height: 4px; background: var(--orange); }
.process-step:nth-child(-n+3) .step-line::after { content: ""; position: absolute; right: -3px; top: 50%; transform: translateY(-50%); border-left: 10px solid var(--orange); border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.icon-placeholder { display: block; font-size: 26px; color: #111; margin: 0 0 8px; }
.process-step h3 { margin: 0 0 8px; font-size: 20px; }
.process-step p { margin: 0 auto 18px; color: #383838; font-size: 14px; max-width: 210px; }

.solutions-section { background: linear-gradient(180deg,#fff 0%,#fff 70%,#fff7f3 100%); }
.solution-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }
.solution-card { position: relative; display: flex; padding-top: 145px; }
.solution-card[data-card-link],
.cards-catalog-item[data-card-link],
.cards-product-card[data-card-link] { cursor: pointer; }
.solution-card[data-card-link]:focus-visible,
.cards-catalog-item[data-card-link]:focus-visible,
.cards-product-card[data-card-link]:focus-visible { outline: 3px solid rgba(255,91,61,.35); outline-offset: 6px; }
.floating-product { width: 74%; max-height: 220px; object-fit: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 2; }
.solution-body { flex: 1; min-height: 260px; display: flex; flex-direction: column; align-items: center; border-radius: 44px; padding: 64px 28px 28px; text-align: center; box-shadow: var(--shadow); background: #fff; }
.solution-card.metal .solution-body { background: linear-gradient(#565656,#070707); color: #fff; }
.solution-body h3 { margin: 12px 0 8px; font-size: 22px; }
.solution-body p { margin: 0 auto 16px; max-width: 300px; font-size: 14px; }
.solution-body .btn { margin-top: auto; }
.pill { display: inline-flex; border-radius: 8px; padding: 5px 9px; background: var(--orange-soft); color: var(--orange); font-size: 12px; }
.dark-pill { background: rgba(255,255,255,.12); }
.decor-loop { position: absolute; width: 390px; height: 220px; border: 70px solid #ffe3da; border-radius: 48%; opacity: .9; }
.decor-loop-left { left: -125px; bottom: -75px; transform: rotate(18deg); }
.decor-loop-right { right: -130px; bottom: -80px; transform: rotate(-15deg); }

.product-stage { min-height: 320px; display: grid; place-items: center; }
.product-stage img { width: min(100%, 900px); max-height: 390px; object-fit: contain; }

.two-column { display: grid; grid-template-columns: 1fr 1.1fr; gap: 54px; align-items: center; }
.team-copy .section-heading { margin-bottom: 28px; }
.team-copy .section-heading h2 { color: #111; font-size: clamp(36px, 4vw, 58px); }
.team-copy .section-heading .eyebrow { color: var(--orange); }
.feature-list { display: grid; gap: 18px; margin-bottom: 28px; }
.feature-list article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; }
.feature-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; }
.feature-list h3, .feature-list p { margin: 0; }
.feature-list h3 { font-size: 17px; }
.feature-list p { color: var(--muted); font-size: 14px; }
.team-visual img { width: 100%; max-height: 520px; object-fit: contain; }

.brand-section { background: #fff; }
.brand-showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; position: relative; z-index: 2; }
.brand-example img { width: 100%; height: 360px; object-fit: contain; }
.brand-example h3 { margin: 12px 0; font-size: 34px; color: #111; }

.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.why-image img { width: 100%; max-height: 440px; object-fit: contain; }
.why-list { display: grid; gap: 18px; }
.why-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; position: relative; }
.why-list article > span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-weight: 700; }
.why-list h3 { color: var(--orange); margin: 0; font-size: 23px; }
.why-list p { margin: 2px 0 0; }

.reviews-section { background: #fff; }
.rating-badge { display: inline-flex; gap: 10px; margin-top: 14px; padding: 8px 18px; border-radius: 999px; box-shadow: var(--shadow); color: var(--orange); background: #fff; }
.rating-badge span { color: #111; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review-card { background: #fff; border-radius: 28px; box-shadow: var(--shadow); padding: 28px; }
.review-card img { width: 100%; height: 190px; border-radius: 16px; object-fit: cover; background: var(--orange-soft); }
.stars { color: var(--orange); letter-spacing: 3px; margin: 14px 0; }
.review-card p { min-height: 104px; }
.review-card h3 { margin: 16px 0 0; font-size: 17px; }
.review-card span { font-size: 13px; }
.reviews-cta, .faq-cta { margin-top: 30px; padding: 22px 28px; background: linear-gradient(90deg,#fff1ec,#ffe2da); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.faq-section { background: #fff; }
.faq-list { display: grid; gap: 0; border-top: 1px solid #dfe3e8; border-bottom: 1px solid #dfe3e8; }
details { background: transparent; border-bottom: 1px solid #dfe3e8; border-radius: 0; box-shadow: none; overflow: visible; }
.faq-list details:last-child { border-bottom: 0; }
summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 18px; min-height: 96px; padding: 22px 4px; color: #111827; font-size: 24px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
.faq-icon { width: 36px; height: 36px; border-radius: 0; display: grid; place-items: center; background: transparent; color: var(--orange); font-size: 24px; }
summary b { color: #5d6673; font-size: 28px; font-weight: 500; }
details p { margin: 0; padding: 0 4px 24px; color: #444; font-size: 15px; line-height: 1.65; }

.final-cta-section { background: #f7f7f7; }
.final-cta-card { display: grid; grid-template-columns: .9fr 1.2fr; gap: 40px; padding: 44px; background: #fff; border-radius: 30px; box-shadow: var(--shadow); align-items: center; }
.final-cta-image img { max-height: 390px; object-fit: contain; }
.final-cta-copy h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.05; margin: 18px 0; color: #0d1117; }
.final-cta-copy h2 span { color: var(--orange); }
.final-cta-copy p { max-width: 620px; }
.benefit-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.benefit-chips span { padding: 9px 13px; border-radius: 999px; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.07); font-size: 13px; }
.benefit-chips i { color: var(--orange); margin-right: 4px; }
.final-cta-copy small { display: block; margin-top: 18px; }
.final-cta-copy small i { color: var(--orange); margin-right: 6px; }

.site-footer { background: #111; color: #fff; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 34px; }
.footer-brand { display: inline-flex; margin-bottom: 10px; }
.footer-brand img { height: 34px; }
.footer-grid h3 { margin: 0 0 14px; font-size: 16px; }
.footer-grid p { color: #bdbdbd; max-width: 360px; }
.footer-grid a { display: block; color: #cfcfcf; margin: 8px 0; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #2d2d2d; margin-top: 40px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: #999; font-size: 13px; }
.footer-bottom div { display: flex; gap: 20px; }

.about-page-hero { padding: 72px 0 42px; background: #fff; border-bottom: 1px solid var(--line); }
.about-page-hero h1 { max-width: 880px; margin: 8px 0 16px; color: #111; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -2px; }
.about-page-hero p { max-width: 780px; margin: 0; color: #424242; font-size: 18px; }
.about-content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: start; }
.about-content-card { padding: 28px; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: none; }
.about-content-card h2, .about-content-card h3 { margin: 0 0 12px; color: #111827; }
.about-content-card p { margin: 0 0 14px; color: #444; }
.about-content-card .icon-list { margin-top: 18px; }
.about-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 24px; }
.about-stat-grid article { padding: 22px; background: #fff; border: 1px solid #eee; border-radius: 16px; box-shadow: none; }
.about-stat-grid strong { display: block; color: var(--orange); font-size: 30px; line-height: 1; }
.about-stat-grid span { display: block; margin-top: 8px; color: #444; font-size: 13px; }
.contact-link-grid { display: grid; gap: 12px; margin-top: 18px; }
.contact-link-grid a { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #eee; border-radius: 12px; background: #fff; font-weight: 700; }
.contact-link-grid i { color: var(--orange); }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.whatsapp-float-message {
  padding: 9px 13px;
  color: #111827;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
  font-size: 13px;
  font-weight: 700;
  animation: whatsappMessageIn .35s ease both;
}
.whatsapp-float-button {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(37,211,102,.34);
  font-size: 31px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float-button:hover {
  transform: translateY(-3px);
  background: #1ebe5d;
  box-shadow: 0 18px 40px rgba(37,211,102,.42);
}

body.proposal-modal-open {
  overflow: hidden;
}

.proposal-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.proposal-modal.is-open {
  display: flex;
}

.proposal-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17,17,17,.58);
  backdrop-filter: blur(8px);
}

.proposal-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: 34px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.proposal-modal__dialog.is-loading {
  overflow: hidden;
}

.proposal-modal__dialog--confirmation {
  width: min(620px, 100%);
}

.proposal-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #111;
  background: #fff;
  cursor: pointer;
}

.proposal-modal__close:hover {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.proposal-form__intro {
  max-width: 720px;
  padding-right: 42px;
}

.proposal-form__logo {
  width: auto;
  height: 36px;
  margin-bottom: 14px;
  object-fit: contain;
}

.proposal-form__intro h2,
.proposal-confirmation h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.proposal-form__intro p,
.proposal-confirmation p {
  margin: 0;
  color: #444;
}

.proposal-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.proposal-field--wide {
  grid-column: 1 / -1;
}

.proposal-field > span {
  display: block;
  margin: 0 0 9px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.proposal-field small {
  color: var(--muted);
  font-weight: 600;
}

.proposal-field b {
  color: #e3261d;
  font-weight: 900;
}

.proposal-field input:focus,
.proposal-field select:focus,
.proposal-field textarea:focus {
  outline: 3px solid rgba(255,91,61,.22);
  outline-offset: 2px;
  border-color: var(--orange);
}

.proposal-field input,
.proposal-field select,
.proposal-field textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 12px 13px;
  color: #111;
  background: #fff;
}

.proposal-field textarea {
  resize: vertical;
}

.proposal-form__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.proposal-form__actions .btn {
  min-width: 220px;
  cursor: pointer;
}

.proposal-form__actions .btn:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.proposal-form__loading {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 100%;
  padding: 28px;
  color: #111827;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(7px);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.proposal-form__loading[hidden] {
  display: none;
}

.proposal-form__loading span {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 5px solid rgba(255,91,61,.18);
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: proposalSpin .75s linear infinite;
}

.proposal-form__loading p {
  margin: 0;
}

.proposal-form__error {
  margin: 12px 0 0;
  color: #c62828;
  font-size: 13px;
  font-weight: 700;
}

.proposal-form__note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.proposal-confirmation {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 650px;
  padding: 22px 0 6px;
  text-align: center;
}

.proposal-confirmation__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 24px;
}

.proposal-confirmation__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.proposal-confirmation__actions .btn {
  cursor: pointer;
}

@keyframes whatsappMessageIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes proposalSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 79px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 14px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .hero-slide, .two-column, .why-grid, .final-cta-card, .about-content-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 28px; }
  .hero-visual { min-height: 330px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2) .step-line { display: none; }
  .solution-cards, .brand-showcase-grid, .reviews-grid { gap: 22px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .section { padding: 56px 0; }
  .container { width: min(100% - 24px, var(--container)); }
  .nav-wrap { min-height: 74px; }
  .brand { font-size: 27px; }
  .hero-slide { min-height: auto; }
  .hero-copy h1 { font-size: 42px; }
  .hero-visual { min-height: 280px; }
  .slider-arrow { width: 34px; height: 34px; }
  .process-grid, .solution-cards, .brand-showcase-grid, .reviews-grid, .about-stat-grid { grid-template-columns: 1fr; }
  .step-line { display: none; }
  .solution-card { padding-top: 120px; }
  .brand-example img { height: 290px; }
  .reviews-cta, .faq-cta { align-items: flex-start; flex-direction: column; }
  .final-cta-card { padding: 26px 18px; }
  .button-row .btn { width: 100%; }
  .proposal-modal { padding: 12px; align-items: flex-start; }
  .proposal-modal__dialog { max-height: calc(100vh - 24px); padding: 26px 16px 20px; border-radius: 18px; }
  .proposal-modal__close { top: 10px; right: 10px; }
  .proposal-form__intro { padding-right: 42px; }
  .proposal-form__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .proposal-field > span { font-size: 12px; line-height: 1.25; }
  .proposal-field input,
  .proposal-field select,
  .proposal-field textarea { padding: 11px 10px; font-size: 13px; }
  .proposal-form__actions .btn { width: 100%; }
  .proposal-confirmation__actions { width: 100%; }
  .proposal-confirmation__actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 6px; }
}

/* =========================================================
   PÁGINA: CÓMO FUNCIONA
   Estas clases complementan el mismo style.css del index.
   ========================================================= */
.heading-black { color: var(--black) !important; }
.centered-row { justify-content: center; }
.how-page .section { padding-block: 74px; }
.how-page .section-heading .eyebrow { margin-bottom: 8px; font-size: 18px; }
.how-page .section-heading h2 { font-size: clamp(34px, 4.4vw, 58px); letter-spacing: -1.6px; }
.how-page .section-heading > p:last-child { max-width: 760px; font-size: 16px; }
.how-page i { line-height: 1; }

.how-hero { position: relative; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.how-hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.how-hero-copy { padding: 58px 42px 28px 0; display: flex; flex-direction: column; justify-content: center; }
.how-hero-copy h1 { max-width: 620px; margin: 8px 0 18px; font-size: clamp(43px, 5vw, 70px); line-height: 1.05; letter-spacing: -2.5px; color: #111; }
.how-hero-copy h1 span { display: block; color: var(--orange); }
.how-hero-copy .lead { max-width: 610px; margin: 0 0 26px; font-size: 17px; }
.how-hero-visual { position: relative; display: grid; place-items: center; min-height: 560px; background: transparent; }
.how-hero-visual::before { content: ""; position: absolute; width: min(70%, 430px); aspect-ratio: 1; border-radius: 50%; background: #ffe8df; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 0; }
.how-hero-visual::after { content: ""; position: absolute; right: 2%; bottom: 8%; width: 120px; height: 100px; opacity: .45; background-image: radial-gradient(var(--orange) 2px, transparent 2px); background-size: 14px 14px; }
.how-hero-visual img { position: relative; z-index: 2; width: min(105%, 690px); max-height: 540px; object-fit: contain; }
.how-process-section { background: #fff; }
.process-intro-layout { position: relative; min-height: 190px; display: grid; grid-template-columns: 300px 1fr 160px; align-items: center; margin-bottom: 36px; }
.process-intro-layout .section-heading { grid-column: 2; margin: 0; }
.process-intro-image { grid-column: 1; grid-row: 1; align-self: start; }
.process-intro-image img { width: 100%; height: 200px; object-fit: contain; }
.how-step-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 0; }
.how-step-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 53px; border-top: 3px dotted var(--orange); z-index: 0; }
.how-step-card { position: relative; z-index: 1; min-height: 285px; padding: 42px 24px 26px; text-align: center; background: #fff; border: 1px solid #eee; border-radius: 20px; box-shadow: var(--shadow); }
.how-step-number { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--orange); font-weight: 800; }
.round-icon { flex: 0 0 auto; width: 55px; height: 55px; border-radius: 50%; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-size: 25px; }
.round-icon.orange { color: #fff; background: var(--orange); }
.how-step-card .round-icon { margin: 0 auto 16px; background: transparent; color: #111; font-size: 35px; }
.how-step-card h3 { min-height: 52px; margin: 0; font-size: 19px; line-height: 1.25; }
.how-step-card hr { border: 0; border-top: 1px solid #ddd; margin: 18px 0 14px; }
.how-step-card p { margin: 0; color: #444; font-size: 14px; }
.how-process-section .button-row { margin-top: 30px; }

.soft-decor-section { background: #fff; }
.soft-decor-section::before, .soft-decor-section::after { content: ""; position: absolute; pointer-events: none; z-index: 0; }
.soft-decor-section::before { width: 240px; height: 240px; border: 60px solid #ffebe4; border-radius: 50%; left: -130px; top: 55px; }
.soft-decor-section::after { width: 260px; height: 260px; border: 60px solid #ffebe4; border-radius: 50%; right: -155px; top: -80px; }
.soft-decor-section > .container { position: relative; z-index: 1; }
.use-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }
.use-card { min-height: 400px; padding: 24px 26px 0; overflow: hidden; background: #fff; border: 1px solid #eee; border-radius: 20px; box-shadow: var(--shadow); }
.use-card header { display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.use-card header > span { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #fff; font-weight: 800; }
.use-card h3, .use-card p { margin: 0; }
.use-card h3 { font-size: 17px; }
.use-card p { margin-top: 8px; font-size: 13px; color: #444; }
.use-card img { width: 100%; height: 275px; object-fit: contain; margin-top: 8px; }
.info-chips { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 20px; }
.info-chips span { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 9px 20px; background: #fff; border-radius: 999px; box-shadow: 0 5px 20px rgba(0,0,0,.08); font-size: 14px; font-weight: 600; }
.info-chips i { color: var(--orange); font-size: 18px; }

.dual-access-grid { display: grid; grid-template-columns: .82fr 1.35fr .82fr; gap: 40px; align-items: center; }
.access-card { min-height: 465px; padding: 27px 26px; background: #fff; border: 1px solid #eee; border-radius: 20px; box-shadow: var(--shadow); }
.access-card header { display: flex; align-items: center; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid #ddd; }
.access-card h3 { margin: 0; font-size: 20px; }
.check-list { list-style: none; padding: 0; margin: 23px 0 12px; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 25px; font-size: 14px; }
.check-list li::before { content: "\f058"; position: absolute; left: 0; top: 1px; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--orange); }
.access-card img { width: 100%; height: 155px; object-fit: contain; }
.dual-access-visual img { width: 100%; min-height: 420px; max-height: 490px; object-fit: contain; }

.profile-functions-layout { display: grid; grid-template-columns: 1.08fr 1.22fr; gap: 54px; align-items: center; }
.profile-functions-image img { width: 112%; max-width: none; max-height: 680px; object-fit: contain; transform: translateX(-6%); }
.function-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.function-grid article { min-height: 105px; display: grid; grid-template-columns: 62px 1fr; gap: 14px; align-items: center; padding: 18px 20px; background: #fff; border: 1px solid #eee; border-radius: 15px; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.function-grid h3, .function-grid p { margin: 0; }
.function-grid h3 { font-size: 17px; }
.function-grid p { margin-top: 3px; font-size: 13px; color: #4f4f4f; }

.how-faq .faq-title { color: #111; font-size: clamp(44px, 6vw, 72px); }
.how-faq .faq-title span { color: var(--orange); }
.how-faq summary { min-height: 96px; }
.how-faq .faq-icon { font-size: 24px; }
.faq-cta-copy { display: flex; align-items: center; gap: 16px; }
.faq-cta-copy strong { font-size: 18px; }
.faq-cta-copy p { margin: 2px 0 0; }

.how-final-cta { background: #f5f6f7; }
.how-final-cta .final-cta-card { min-height: 470px; }
.how-final-cta .benefit-chips i { color: var(--orange); margin-right: 4px; }
.how-final-cta small i { color: var(--orange); margin-right: 6px; }

@media (max-width: 1040px) {
  .how-hero-grid { grid-template-columns: 1fr; }
  .how-hero-copy { padding: 48px 0 20px; }
  .how-hero-copy h1 { max-width: 800px; }
  .how-hero-visual { min-height: 420px; }
  .process-intro-layout { grid-template-columns: 220px 1fr; }
  .process-intro-layout .section-heading { grid-column: 2; }
  .how-step-grid { grid-template-columns: repeat(2,1fr); }
  .how-step-grid::before { display: none; }
  .dual-access-grid { grid-template-columns: 1fr 1.2fr; }
  .dual-access-grid .access-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .dual-access-grid .access-card:last-child img { height: 130px; }
  .profile-functions-layout { grid-template-columns: .9fr 1.1fr; gap: 30px; }
}

@media (max-width: 760px) {
  .how-page .section { padding-block: 56px; }
  .how-hero-copy h1 { font-size: 43px; letter-spacing: -1.5px; }
  .how-hero-visual { min-height: 330px; }
  .process-intro-layout { display: block; min-height: auto; }
  .process-intro-image { width: 230px; margin: 0 auto 18px; }
  .how-step-grid, .use-grid, .function-grid { grid-template-columns: 1fr; }
  .dual-access-grid, .profile-functions-layout { grid-template-columns: 1fr; }
  .dual-access-grid .access-card:last-child { grid-column: auto; }
  .access-card { min-height: auto; }
  .dual-access-visual { order: -1; }
  .dual-access-visual img { min-height: 300px; }
  .profile-functions-image img { width: 100%; max-height: 500px; transform: none; }
  .how-faq .faq-title { font-size: 44px; }
}

@media (max-width: 520px) {
  .how-hero-copy { padding-top: 36px; }
  .how-hero-copy h1 { font-size: 37px; }
  .how-hero-copy .button-row .btn { width: 100%; }
  .how-step-card { min-height: auto; }
  .use-card { min-height: 360px; padding-inline: 18px; }
  .info-chips { flex-direction: column; align-items: stretch; }
  .info-chips span { justify-content: center; text-align: center; }
  .function-grid article { grid-template-columns: 52px 1fr; padding: 15px; }
  .round-icon { width: 48px; height: 48px; font-size: 21px; }
  .how-faq summary { grid-template-columns: 36px 1fr 22px; padding-inline: 4px; font-size: 18px; }
  .how-faq details p { padding-left: 4px; }
}

/* =========================================================
   PÁGINA: TARJETAS NFC
   ========================================================= */
.cards-page .section { padding-block: 74px; }
.cards-page .section-heading h2 { color: #111; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -1.8px; }
.cards-page .section-heading > p:last-child { max-width: 800px; }
.cards-page .eyebrow { color: var(--orange); font-size: 17px; }
.cards-page .btn i:not(.fa-arrow-up-right-from-square) { margin-left: 6px; font-size: .82em; }

.cards-catalog-hero { padding: 62px 0 76px; background: #fff; border-bottom: 1px solid var(--line); }
.cards-catalog-hero .section-heading { margin-bottom: 36px; }
.cards-catalog-hero h1 { margin: 8px 0 12px; color: #111; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -2.2px; }
.cards-catalog-hero .section-heading p:last-child { max-width: 760px; font-size: 17px; }
.cards-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: stretch; }
.cards-catalog-item { display: grid; grid-template-rows: minmax(330px, 1fr) auto; gap: 24px; padding: 24px 24px 28px; background: #fff; border: 1px solid #eee; border-radius: 22px; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.cards-catalog-item:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(18, 18, 18, .13); }
.cards-catalog-item img { width: 100%; height: 360px; object-fit: contain; }
.cards-catalog-item h2 { margin: 0; color: #111; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -1.1px; }
.cards-catalog-item p { max-width: 560px; margin: 12px 0 0; color: #697083; font-size: 17px; }
.cards-catalog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

.cards-products-section { background: #fff; }
.cards-product-grid { display: grid; gap: 28px; }
.cards-product-card { min-height: 470px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; padding: 34px; background: #fff; border: 1px solid #eee; border-radius: 22px; box-shadow: var(--shadow); }
.cards-product-card h3 { margin: 18px 0 14px; color: #111; font-size: clamp(32px, 3.2vw, 48px); line-height: 1.05; letter-spacing: -1.2px; }
.cards-product-card p { max-width: 580px; margin: 0 0 22px; color: #444; }
.cards-product-card > img { width: 100%; max-height: 390px; object-fit: contain; }
.cards-product-card .button-row { margin-top: 24px; }
.cards-product-card-dark { color: #fff; background: linear-gradient(135deg, #1a1a1a, #050505); border-color: #1f1f1f; }
.cards-product-card-dark h3,
.cards-product-card-dark p { color: #fff; }
.cards-product-card-dark .icon-list li { color: #f4f4f4; }
.cards-product-card-dark .icon-list i { color: #fff; background: rgba(255,255,255,.12); }
.cards-product-card-dark .outline-pill { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); }
.light-outline { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }

.cards-compare-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.cards-compare-grid article { min-height: 235px; padding: 24px; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: var(--shadow); }
.cards-compare-grid .round-icon { width: auto; height: auto; margin-bottom: 16px; border-radius: 0; background: transparent; color: var(--orange); font-size: 25px; }
.cards-compare-grid h3 { margin: 0; font-size: 21px; color: #111; }
.cards-compare-grid p { margin: 10px 0 0; color: #444; font-size: 14px; }
.cards-how-cta { margin-top: 34px; }

.cards-included-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.cards-included-section .business-benefit-grid .round-icon { width: auto; height: auto; border-radius: 0; background: transparent; color: var(--orange); font-size: 25px; }
.cards-included-visual img { width: 100%; max-height: 520px; object-fit: contain; }
.cards-final-cta .final-cta-image img { width: 100%; max-height: 410px; object-fit: contain; }

@media (max-width: 1050px) {
  .cards-product-card,
  .cards-included-grid { grid-template-columns: 1fr; }
  .cards-catalog-grid { gap: 22px; }
  .cards-catalog-item { grid-template-rows: auto auto; }
  .cards-catalog-item img { height: 290px; }
  .cards-product-card > img { max-height: 330px; }
  .cards-compare-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .cards-page .section { padding-block: 56px; }
  .cards-catalog-hero { padding: 46px 0 56px; }
  .cards-catalog-hero h1 { font-size: 39px; letter-spacing: -1.4px; }
  .cards-catalog-grid { grid-template-columns: 1fr; }
  .cards-catalog-item { padding: 18px; }
  .cards-catalog-item img { height: 245px; }
  .cards-catalog-item p { font-size: 15px; }
  .cards-catalog-actions .btn { width: 100%; }
  .cards-product-card { padding: 22px; }
  .cards-product-card .button-row .btn { width: 100%; }
}

/* =========================================================
   PÁGINA: PARA EQUIPOS
   Comparte el mismo style.css con index y cómo funciona.
   ========================================================= */
.teams-page .section { padding-block: 74px; }
.teams-page .section-heading h2 { color: #111; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -1.8px; }
.teams-page .section-heading > p:last-child { max-width: 800px; }
.teams-page .eyebrow { color: var(--orange); font-size: 17px; }
.teams-left-heading { text-align: left; margin-bottom: 28px; }
.teams-left-heading > p:last-child { margin-inline: 0; }
.teams-page .btn i:not(.fa-arrow-up-right-from-square) { margin-left: 6px; font-size: .82em; }
.btn-dark { background: #111; color: #fff; }
.btn-dark:hover { background: #2a2a2a; transform: translateY(-2px); }
.outline-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border: 1px solid var(--orange); color: var(--orange); border-radius: 8px; font-size: 12px; font-weight: 600; }

.teams-hero { overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.teams-hero-grid { min-height: 570px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; }
.teams-hero-copy { position: relative; z-index: 2; padding: 58px 25px 30px 0; }
.teams-hero-copy h1 { margin: 8px 0 20px; color: #111; font-size: clamp(46px, 5.2vw, 74px); line-height: 1.03; letter-spacing: -2.8px; }
.teams-hero-copy h1 span { display: block; color: var(--orange); }
.teams-hero-copy .lead { max-width: 620px; margin: 0 0 28px; font-size: 18px; }
.teams-hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; background: transparent; }
.teams-hero-visual::after { display: none; }
.teams-hero-visual img { position: relative; z-index: 1; width: 110%; max-width: 820px; max-height: 555px; object-fit: contain; }

.teams-benefit-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.teams-benefit-strip article { min-height: 74px; display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff; border: 1px solid #ececec; border-radius: 15px; box-shadow: 0 7px 22px rgba(0,0,0,.06); }
.teams-benefit-strip article:not(:last-child) { position: relative; }
.teams-benefit-strip article:not(:last-child)::after { content: ""; position: absolute; right: -15px; width: 15px; border-top: 2px dotted var(--orange); }
.teams-benefit-strip i { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); font-size: 18px; }
.teams-benefit-strip strong { font-size: 12px; line-height: 1.25; }
.compact-strip { margin-top: 28px; }
.compact-strip article { min-height: 58px; padding-block: 10px; }
.centered-strip { width: min(900px,100%); margin-inline: auto; }
.teams-comparison-cta { margin-top: 34px; }

.teams-profile-section { position: relative; overflow: hidden; }
.teams-profile-section::after { display: none; }
.teams-profile-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: center; }
.teams-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.teams-info-grid article { min-height: 130px; padding: 18px; background: #fff; border: 1px solid #eee; border-radius: 15px; box-shadow: 0 7px 22px rgba(0,0,0,.07); }
.teams-info-grid h3, .teams-info-grid p { margin: 0; }
.teams-info-grid h3 { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.teams-info-grid .round-icon { width: auto; height: auto; border-radius: 0; background: transparent; font-size: 17px; }
.teams-info-grid p { margin-top: 5px; color: #4d4d4d; font-size: 12px; }
.teams-info-grid + .button-row { margin-top: 28px; }
.teams-profile-section .compact-strip + .button-row,
.teams-business-benefits-section .compact-strip + .button-row { margin-top: 28px; }
.teams-profile-visual img { width: 100%; max-height: 610px; object-fit: contain; }

.teams-options-section { background: #fff; }
.teams-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.teams-product-card { min-height: 480px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 10px; align-items: center; padding: 28px; background: #fff; border: 1px solid #eee; border-radius: 22px; box-shadow: var(--shadow); }
.teams-product-card h3 { margin: 18px 0 16px; font-size: 34px; line-height: 1.05; color: #111; }
.teams-product-card > img { width: 100%; max-height: 390px; object-fit: contain; }
.teams-product-copy > p { margin: 18px 0; color: #444; font-size: 13px; }
.icon-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.icon-list li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 9px; font-size: 13px; }
.icon-list i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); }

.before-after-grid { display: grid; grid-template-columns: 1fr 58px 1fr; align-items: center; gap: 22px; }
.comparison-card { min-height: 410px; padding: 28px; background: #fff; border: 1px solid #eee; border-radius: 20px; box-shadow: var(--shadow); }
.after-card { border-color: #ffd0c3; }
.comparison-card h3 { margin: 0 0 20px; font-size: 27px; }
.after-card h3 { color: var(--orange); }
.comparison-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; align-items: center; }
.comparison-content img { width: 100%; max-height: 315px; object-fit: contain; }
.comparison-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.comparison-list li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; font-size: 13px; }
.comparison-list i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #f4f4f4; }
.check-comparison li { position: relative; grid-template-columns: 20px 1fr; }
.check-comparison li::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--orange); }
.comparison-arrow { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); font-size: 20px; }
.teams-problem-section .button-row { margin-top: 28px; }

.implementation-intro-grid { min-height: 270px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 50px; }
.implementation-intro-grid img { width: 100%; max-height: 300px; object-fit: contain; }
.implementation-steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 28px; }
.implementation-steps::before { content: ""; position: absolute; left: 11%; right: 11%; top: 62px; border-top: 3px dotted var(--orange); }
.implementation-steps article { position: relative; z-index: 1; min-height: 260px; padding: 28px 20px 22px; text-align: center; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: var(--shadow); }
.implementation-steps article > span { position: absolute; top: 16px; left: 16px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-weight: 700; }
.implementation-steps .round-icon { margin: 0 auto 20px; }
.implementation-steps h3 { margin: 0 0 10px; font-size: 17px; }
.implementation-steps p { margin: 0; color: #444; font-size: 13px; }
.implementation-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 22px; }
.implementation-bottom .compact-strip { width: 55%; margin: 0; }
.implementation-bottom .button-row { justify-content: flex-end; }

.teams-business-benefits-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 42px; align-items: center; }
.business-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.business-benefit-grid article { min-height: 165px; padding: 16px; background: #fff; border: 1px solid #eee; border-radius: 15px; box-shadow: 0 7px 22px rgba(0,0,0,.06); }
.teams-page .business-benefit-grid .round-icon { width: auto; height: auto; margin-bottom: 12px; border-radius: 0; background: transparent; font-size: 25px; }
.business-benefit-grid h3 { margin: 0; font-size: 14px; }
.business-benefit-grid p { margin: 6px 0 0; color: #444; font-size: 11px; }
.teams-business-benefits-visual img { width: 100%; max-height: 620px; object-fit: contain; }

.use-case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.use-case-card { overflow: hidden; background: #fff; border: 1px solid #eee; border-radius: 22px; box-shadow: var(--shadow); }
.use-case-card > img { width: 100%; height: 245px; object-fit: cover; }
.use-case-body { padding: 22px 22px 18px; }
.use-case-body h3 { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 22px; }
.use-case-body h3 i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); font-size: 17px; }
.use-case-body p { min-height: 115px; margin: 16px 0; color: #3f3f3f; font-size: 13px; }
.use-case-tags { display: flex; flex-wrap: wrap; gap: 9px 14px; padding-top: 14px; border-top: 1px solid #e6e6e6; }
.use-case-tags span { position: relative; padding-left: 16px; font-size: 10px; }
.use-case-tags span::before { content: "\f058"; position: absolute; left: 0; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--orange); }
.teams-use-cases-section .button-row { margin-top: 30px; }

.teams-final-cta .final-cta-copy h2 { font-size: clamp(38px, 4.5vw, 62px); }
.teams-final-cta .benefit-chips i, .teams-final-cta small i { color: var(--orange); margin-right: 5px; }

@media (max-width: 1050px) {
  .teams-hero-grid, .teams-profile-grid, .teams-business-benefits-grid { grid-template-columns: 1fr; }
  .teams-hero-copy { padding-right: 0; }
  .teams-hero-visual { min-height: 430px; }
  .teams-product-card { grid-template-columns: 1fr; }
  .teams-product-card > img { max-height: 280px; }
  .before-after-grid { grid-template-columns: 1fr; }
  .comparison-arrow { margin: -5px auto; transform: rotate(90deg); }
  .implementation-bottom { flex-direction: column; align-items: stretch; }
  .implementation-bottom .compact-strip { width: 100%; }
  .implementation-bottom .button-row { justify-content: center; }
  .business-benefit-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .teams-product-grid, .use-case-grid { grid-template-columns: 1fr; }
  .implementation-steps { grid-template-columns: repeat(2,1fr); }
  .implementation-steps::before { display: none; }
  .implementation-intro-grid { grid-template-columns: 1fr; }
  .comparison-content { grid-template-columns: 1fr; }
  .comparison-content img { max-height: 260px; }
  .business-benefit-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .teams-page .section { padding-block: 56px; }
  .teams-hero-copy h1 { font-size: 43px; }
  .teams-hero-visual { min-height: 320px; }
  .teams-benefit-strip, .teams-info-grid, .implementation-steps, .business-benefit-grid { grid-template-columns: 1fr; }
  .teams-benefit-strip article::after { display: none; }
  .teams-product-card { padding: 20px; }
  .teams-product-card h3 { font-size: 28px; }
  .comparison-card { padding: 20px; }
  .use-case-card > img { height: 210px; }
  .use-case-body p { min-height: auto; }
}

/* =========================================================
   CARRUSEL PRINCIPAL DEL INDEX
   ========================================================= */
.hero-slider {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #ffd2c9;
}

.hero-slides {
  position: relative;
  min-height: 410px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 410px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(26px);
  transition: opacity .55s ease, transform .55s ease, visibility .55s;
}

.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}

.hero-slide .hero-copy {
  padding: 54px max(70px, calc((100vw - 1180px) / 2)) 54px max(70px, calc((100vw - 1180px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  background: var(--orange);
}

.hero-slide .hero-copy .eyebrow {
  color: #fff;
}

.hero-slide .hero-copy h1,
.hero-slide .hero-copy h2 {
  margin: 4px 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.4px;
}

.hero-slide .hero-copy p {
  max-width: 560px;
  margin: 0 0 22px;
}

.hero-slide .hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffd7cf;
}

.hero-slide .hero-visual::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
}

.hero-slide .hero-visual img {
  position: relative;
  z-index: 1;
  width: min(84%, 560px);
  max-height: 385px;
  object-fit: contain;
}

.hero-slide-metal .hero-copy {
  background: #141414;
}

.hero-slide-metal .hero-visual {
  background: #f0f0f0;
}

.hero-slide-metal .hero-visual::before {
  background: rgba(255,255,255,.8);
}

.hero-slide-metal .hero-visual img {
  width: min(88%, 610px);
  max-height: 405px;
}

.slider-arrow {
  z-index: 5;
  display: grid;
  place-items: center;
  color: #fff;
}

.slider-arrow i {
  font-size: 15px;
}

.slider-progress {
  z-index: 6;
  left: 24px;
  bottom: 0;
  width: calc(50% - 24px);
  gap: 0;
}

.slider-progress button {
  flex: 1;
  height: 5px;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,.48);
  cursor: pointer;
}

.slider-progress button.is-active {
  background: #fff;
}

@media (max-width: 980px) {
  .hero-slides,
  .hero-slider {
    min-height: auto;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-slide .hero-copy {
    padding: 46px 64px 42px;
  }

  .hero-slide .hero-visual {
    min-height: 330px;
  }

  .hero-slide .hero-visual img {
    max-height: 315px;
  }

  .slider-progress {
    width: calc(100% - 48px);
  }
}

@media (max-width: 600px) {
  .hero-slide .hero-copy {
    padding: 42px 52px 38px;
  }

  .hero-slide .hero-visual {
    min-height: 275px;
  }

  .hero-slide .hero-visual img,
  .hero-slide-metal .hero-visual img {
    width: 92%;
    max-height: 260px;
  }

  .slider-arrow.prev { left: 12px; }
  .slider-arrow.next { right: 12px; }
  .slider-progress { left: 12px; width: calc(100% - 24px); }
}

/* =========================================================
   PÁGINAS DE PRODUCTO Y RESEÑAS
   ========================================================= */
.product-page { background: #fff; }
.product-detail-hero { padding: 70px 0; background: #fff; border-bottom: 1px solid var(--line); }
.product-detail-hero-dark { background: #fff; }
.product-detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: start; }
.product-media { display: grid; gap: 22px; align-self: start; }
.product-main-media { min-height: 560px; display: grid; place-items: center; padding: 0; background: #fff; }
.product-main-media img,
.product-main-media video { width: 100%; max-height: 560px; object-fit: contain; border-radius: 16px; }
.product-media-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.product-media-grid button { position: relative; min-height: 132px; padding: 0; overflow: hidden; cursor: pointer; background: #fff; border: 2px solid transparent; border-radius: 14px; box-shadow: none; }
.product-media-grid button.is-active { border-color: var(--orange); }
.product-media-grid img,
.product-media-grid video { width: 100%; height: 132px; object-fit: cover; display: block; }
.product-media-grid button > span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.2); font-size: 20px; }
.product-detail-copy h1 { margin: 8px 0 18px; color: #111; font-size: clamp(42px, 4.8vw, 66px); line-height: 1.03; letter-spacing: -2.2px; }
.product-detail-copy .lead { max-width: 620px; margin: 0 0 22px; font-size: 17px; color: #333; }
.product-rating { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--orange); }
.product-rating strong { color: #111; }
.product-rating small { color: var(--muted); font-weight: 600; }
.product-feature-list { margin-bottom: 24px; }
.product-accordions { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid #dfe3e8; border-bottom: 1px solid #dfe3e8; }
.product-accordions details { background: transparent; border: 0; border-bottom: 1px solid #dfe3e8; border-radius: 0; box-shadow: none; overflow: visible; }
.product-accordions details:last-child { border-bottom: 0; }
.product-accordions summary { grid-template-columns: 44px 1fr 24px; min-height: 96px; padding: 22px 4px; font-size: 26px; color: #111827; }
.product-accordions summary .faq-icon { width: 36px; height: 36px; background: transparent; color: var(--orange); font-size: 24px; }
.product-accordions summary b { color: #5d6673; font-size: 28px; font-weight: 500; }
.product-accordion-body { padding: 0 4px 26px; }
.product-accordion-body p { margin: 0 0 14px; padding: 0; color: #444; font-size: 14px; }
.product-accordion-body,
.product-accordion-body .check-list,
.product-accordion-body .benefit-chips { text-align: left; }
.product-accordion-body .benefit-chips { justify-content: flex-start; margin: 16px 0; }
.product-accordion-body .check-list { margin-block: 14px; }
.product-page .product-faq-section details { background: transparent; border: 0; border-bottom: 1px solid #dfe3e8; border-radius: 0; box-shadow: none; }
.product-page .product-faq-section details:first-child { border-top: 1px solid #dfe3e8; }
.related-product-section { background: #fff; padding-top: 20px; }
.related-product-section h2 { margin: 0 0 22px; color: #111827; font-size: clamp(28px, 3vw, 40px); letter-spacing: -1px; }
.related-product-card { width: min(430px, 100%); display: grid; gap: 18px; padding: 22px; color: #111827; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: 0 7px 22px rgba(0,0,0,.06); text-align: center; }
.related-product-card img { width: 100%; height: 250px; object-fit: contain; }
.related-product-card span { color: var(--orange); font-size: 13px; font-weight: 700; }
.related-product-card h3 { margin: 0; font-size: 25px; line-height: 1.1; }
.related-product-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.related-product-card .btn { justify-self: center; }
.product-reviews-section { background: #fff; }
.product-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.product-client-use-section { background: #fff; padding-top: 18px; }
.client-use-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.client-use-grid article { min-height: 470px; display: flex; flex-direction: column; padding: 24px 24px 0; overflow: hidden; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: var(--shadow); }
.client-use-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 50%; color: #fff; background: var(--orange); font-weight: 800; }
.client-use-grid h3 { margin: 0; color: #111827; font-size: 21px; line-height: 1.15; }
.client-use-grid p { margin: 10px 0 18px; color: #444; font-size: 14px; }
.client-use-grid img { width: 100%; height: 280px; margin-top: auto; object-fit: contain; }
.product-faq-section { background: #fff; }

.reviews-hero { padding: 62px 0 30px; background: #fff; }
.reviews-hero h1 { max-width: 900px; margin: 8px auto 12px; color: #111; font-size: clamp(38px, 4.7vw, 66px); line-height: 1.05; letter-spacing: -2px; }
.reviews-wall-section { background: #fff; }
.reviews-wall-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.review-story-card { min-height: 410px; display: flex; flex-direction: column; padding: 18px; background: #fff; border: 1px solid #eee; border-radius: 18px; box-shadow: var(--shadow); }
.review-story-card img { width: 100%; height: 170px; object-fit: cover; border-radius: 12px; margin-bottom: 14px; background: var(--orange-soft); }
.review-story-card span { color: var(--orange); letter-spacing: 2px; font-size: 13px; }
.review-story-card p { margin: 12px 0 18px; color: #333; font-size: 13px; }
.review-story-card strong { margin-top: auto; color: #111; }
.review-story-card small { margin-top: 4px; color: var(--muted); }

@media (max-width: 1050px) {
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-review-grid,
  .client-use-grid,
  .reviews-wall-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .product-detail-hero { padding: 46px 0; }
  .product-main-media { min-height: 320px; }
  .product-media-grid,
  .product-review-grid,
  .client-use-grid,
  .reviews-wall-grid { grid-template-columns: repeat(2,1fr); }
  .product-media-grid button,
  .product-media-grid img,
  .product-media-grid video { height: 150px; min-height: 150px; }
  .product-detail-copy .button-row .btn { width: 100%; }
  .product-accordions summary { min-height: 76px; font-size: 20px; }
  .product-accordion-body { padding-left: 4px; }
  .review-story-card { min-height: auto; }
  .client-use-grid article { min-height: 410px; }
  .client-use-grid img { height: 230px; }
}

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

/* Compatibility for the English page templates.
   Layout values intentionally mirror the reference templates above. */
.lead { color: #424242; font-size: 17px; }
.team-section .two-column > img { width: 100%; max-height: 520px; object-fit: contain; }
.team-section .two-column > div > h1 {
  margin: 8px 0 18px;
  color: #111;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -2px;
}

.cards-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.cards-feature-grid article {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.cards-feature-grid h3 { margin: 0 0 10px; color: #111; font-size: 21px; }
.cards-feature-grid p { margin: 0; color: #444; font-size: 14px; }
.cards-feature-grid article > img {
  width: 100%;
  height: 245px;
  margin-bottom: 18px;
  object-fit: contain;
}
.cards-feature-grid article > .btn { margin-top: 20px; }

.product-hero { padding: 70px 0; background: #fff; border-bottom: 1px solid var(--line); }
.product-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: start;
}
.product-summary h1 {
  margin: 8px 0 18px;
  color: #111;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.03;
  letter-spacing: -2.2px;
}
.product-summary .lead { max-width: 620px; margin: 0 0 22px; font-size: 17px; color: #333; }
.product-highlights {
  display: grid;
  gap: 15px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.product-highlights li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 9px; font-size: 13px; }
.product-highlights i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); }

@media (max-width: 1050px) {
  .product-layout { grid-template-columns: 1fr; }
  .cards-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .team-section .two-column > div > h1,
  .product-summary h1 { font-size: 38px; letter-spacing: -1.3px; }
  .lead { font-size: 15px; }
  .cards-feature-grid { grid-template-columns: 1fr; }
  .cards-feature-grid article { padding: 20px; }
  .cards-feature-grid article > img { height: 220px; }
  .product-hero { padding: 46px 0; }
  .product-summary .button-row .btn { width: 100%; }
}
