@font-face {
  font-family: 'Mas Pendi Wow';
  src: url('assets/fonts/mas-pendi-wow.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --dc-font-logo: 'Mas Pendi Wow', 'Fredoka One', 'Arial Rounded MT Bold', sans-serif;
  --dc-font-display: 'Fredoka One', 'Arial Rounded MT Bold', sans-serif;
  --dc-font-body: 'Nunito', Arial, sans-serif;

  --dc-rojo: #e44d36;
  --dc-rojo-dk: #c43520;
  --dc-rojo-soft: #fff0ea;
  --dc-dorado: #f1a234;
  --dc-dorado-soft: #feedd3;
  --dc-lima: #9bc027;
  --dc-lima-dk: #7f9d21;
  --dc-crema: #f7efe1;
  --dc-crema-soft: #fff8ef;
  --dc-vanilla: #fffdfa;
  --dc-carbon: #333333;
  --dc-carbon-soft: #5f5a53;
  --dc-line: #edd9bd;
  --dc-shadow: 0 14px 34px rgba(196, 53, 32, 0.10);
  --dc-shadow-lg: 0 24px 56px rgba(196, 53, 32, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--dc-font-body);
  color: #3b3b3b;
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
}

body.dc-page main {
  padding-top: 136px;
}

nav {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 1200;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nav-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-shell {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  background: #fffdfa;
  border: 1px solid var(--dc-line);
  border-radius: 32px;
  box-shadow: 0 12px 30px rgba(196, 53, 32, 0.12);
}

.nav-logo {
  display: inline-flex;
  align-items: center;
}

.nav-logo-img {
  width: auto;
  height: 72px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-family: var(--dc-font-display);
  font-size: 1rem;
  color: var(--dc-carbon);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.nav-links a span {
  position: relative;
  z-index: 2;
  color: inherit;
}

.nav-links li:hover a {
  background: #fff4eb;
  color: #e44d36;
  transform: translateY(-1px);
}

.nav-links li.active-li a {
  background: #ffe1d3;
  color: #e44d36;
  box-shadow: inset 0 0 0 1px rgba(228, 77, 54, 0.18);
}

.nav-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-tel,
.nav-cotiza {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 900;
  font-size: 0.94rem;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-tel {
  background: #e44d36;
  color: #fff;
  box-shadow: 0 10px 24px rgba(196, 53, 32, 0.22);
}

.nav-cotiza {
  background: var(--dc-lima);
  color: #fff;
  box-shadow: 0 10px 24px rgba(155, 192, 39, 0.22);
}

.nav-tel:hover,
.nav-cotiza:hover {
  transform: translateY(-1px);
}

.nav-cotiza:hover {
  background: var(--dc-lima-dk);
}

.nav-tel svg,
.nav-cotiza svg {
  display: block;
  flex-shrink: 0;
}

.nav-burger {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(196, 53, 32, 0.12);
  border-radius: 16px;
  background: #fff3ed;
  cursor: pointer;
  flex-direction: column;
}

.nav-burger span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--dc-carbon);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-burger.active span:nth-child(2) {
  opacity: 0;
}

.nav-burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

footer {
  background: #2f2a26;
  color: #fff;
  padding: 64px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 34px;
  margin-bottom: 34px;
}

.footer-brand .footer-logo {
  width: auto;
  height: 76px;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
}

.footer-brand p,
.footer-col li,
.footer-contact-item {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: var(--dc-rojo);
  font-family: var(--dc-font-display);
  font-size: 1.08rem;
  font-weight: 400;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.footer-col a {
  transition: color 180ms ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #453d37;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, background 180ms ease;
}

.footer-social a:hover {
  background: #5a4f47;
  transform: translateY(-1px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-contact-item strong {
  display: block;
  color: #fff;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
}

.dc-page-shell {
  background: linear-gradient(180deg, #fffdfa 0%, #ffffff 32%, #fff7ec 100%);
}

.dc-section {
  padding: 86px 0;
}

.dc-section--cream {
  background: linear-gradient(180deg, #fff8ee 0%, #f9efd9 100%);
}

.dc-section--soft {
  background: #fffdfa;
}

.dc-section--warm {
  background: linear-gradient(180deg, #fff9f1 0%, #f5ead3 100%);
}

.dc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dc-rojo-dk);
}

.dc-title {
  margin: 0 0 16px;
  font-family: var(--dc-font-display);
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 1.02;
  color: var(--dc-rojo);
}

.dc-title--md {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.dc-title--sm {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.dc-title .accent,
.dc-copy strong.accent {
  color: var(--dc-rojo);
}

.dc-copy {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.72;
  color: var(--dc-carbon-soft);
}

.dc-copy + .dc-copy {
  margin-top: 12px;
}

.dc-btn-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  font-weight: 900;
  font-size: 0.98rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.dc-btn:hover {
  transform: translateY(-1px);
}

.dc-btn--primary {
  background: var(--dc-rojo);
  color: #fff;
  box-shadow: 0 12px 24px rgba(196, 53, 32, 0.18);
}

.dc-btn--secondary {
  background: var(--dc-lima);
  color: #fff;
  box-shadow: 0 12px 24px rgba(155, 192, 39, 0.18);
}

.dc-btn--secondary:hover {
  background: var(--dc-lima-dk);
}

.dc-btn--ghost {
  background: #fffdfa;
  color: var(--dc-rojo-dk);
  border: 2px solid rgba(196, 53, 32, 0.18);
}

.dc-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.dc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dc-card {
  background: #fffdfa;
  border: 1px solid var(--dc-line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--dc-shadow);
}

.dc-card--soft {
  background: linear-gradient(180deg, #fff9f0 0%, #fffdfa 100%);
}

.dc-card--photo {
  overflow: hidden;
  padding: 0;
}

.dc-card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc-kicker {
  margin: 0 0 10px;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dc-rojo-dk);
}

.dc-card h3 {
  margin: 0 0 10px;
  font-family: var(--dc-font-display);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.1;
  color: var(--dc-rojo);
}

.dc-card p {
  margin: 0;
  color: var(--dc-carbon-soft);
  line-height: 1.7;
}

.dc-card p + p {
  margin-top: 10px;
}

.dc-bullets {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.dc-bullets li {
  position: relative;
  padding-left: 26px;
  color: var(--dc-carbon-soft);
  line-height: 1.65;
}

.dc-bullets li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--dc-rojo);
  position: absolute;
  left: 0;
  top: 0.66em;
  transform: translateY(-50%);
}

.dc-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.dc-stat {
  padding: 18px 16px;
  border-radius: 22px;
  background: #fff9f1;
  border: 1px solid var(--dc-line);
  text-align: left;
}

.dc-stat strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--dc-font-display);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1;
  color: var(--dc-rojo);
}

.dc-stat span {
  color: var(--dc-carbon-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.dc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.dc-step {
  background: #fffdfa;
  border: 1px solid var(--dc-line);
  border-radius: 26px;
  padding: 24px;
  box-shadow: var(--dc-shadow);
}

.dc-step-index {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dc-rojo), var(--dc-dorado));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-family: var(--dc-font-display);
  font-size: 1.3rem;
}

.dc-step h3 {
  margin: 0 0 10px;
  font-family: var(--dc-font-display);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--dc-rojo);
}

.dc-step p {
  margin: 0;
  color: var(--dc-carbon-soft);
  line-height: 1.65;
}

.dc-faq {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.dc-faq details {
  background: #fffdfa;
  border: 1px solid var(--dc-line);
  border-radius: 22px;
  padding: 0 22px;
  box-shadow: var(--dc-shadow);
}

.dc-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 28px 20px 0;
  position: relative;
  font-family: var(--dc-font-display);
  font-size: 1.1rem;
  color: var(--dc-rojo);
}

.dc-faq summary::-webkit-details-marker {
  display: none;
}

.dc-faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--dc-rojo);
}

.dc-faq details[open] summary::after {
  content: '–';
}

.dc-faq details p {
  margin: 0 0 20px;
  color: var(--dc-carbon-soft);
  line-height: 1.7;
}

.dc-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--dc-rojo-dk) 0%, var(--dc-rojo) 62%, #eb7b39 100%);
  color: #fff;
  box-shadow: var(--dc-shadow-lg);
}

.dc-cta-band .dc-title,
.dc-cta-band .dc-copy,
.dc-cta-band .dc-eyebrow {
  color: #fff;
}

.dc-cta-band .dc-eyebrow {
  opacity: 0.9;
}

.dc-cta-band .dc-btn--primary {
  background: #fff;
  color: var(--dc-rojo-dk);
  box-shadow: none;
}

.dc-cta-band .dc-btn--ghost {
  background: #bb3d27;
  border-color: #bb3d27;
  color: #fff;
}

.dc-hero {
  padding: 48px 0 96px;
}

.dc-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.dc-hero-visual {
  background: #fffdfa;
  border: 1px solid var(--dc-line);
  border-radius: 32px;
  padding: 18px;
  box-shadow: var(--dc-shadow-lg);
}

.dc-hero-visual img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.dc-hero-note {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dc-mini-card {
  padding: 16px;
  border-radius: 20px;
  background: #fff8ef;
  border: 1px solid var(--dc-line);
}

.dc-mini-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--dc-font-display);
  font-weight: 400;
  font-size: 1.12rem;
  color: var(--dc-rojo);
}

.dc-mini-card span {
  color: var(--dc-carbon-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .container {
    width: min(1120px, calc(100vw - 32px));
  }

  .dc-grid-2,
  .dc-hero-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .dc-process-grid,
  .dc-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 860px) {
  nav {
    top: 14px;
  }

  .nav-inner {
    padding: 0 14px;
  }

  .nav-shell {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
  }

  .nav-logo-img {
    height: 64px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    background: #fffdfa;
    border: 1px solid var(--dc-line);
    box-shadow: var(--dc-shadow-lg);
  }

  .nav-links.mobile-open {
    display: flex;
  }

  .nav-links li,
  .nav-links a {
    width: 100%;
  }

  .nav-links a {
    justify-content: flex-start;
    min-height: 48px;
    padding: 0 16px;
  }

  .nav-burger {
    display: inline-flex;
  }

  .nav-tel {
    display: none;
  }

  .nav-cotiza {
    width: 46px;
    min-width: 46px;
    padding: 0;
    gap: 0;
  }

  .nav-cotiza svg {
    width: 19px;
    height: 19px;
  }

  .nav-cotiza span,
  .nav-cotiza .nav-cotiza-label {
    display: none;
  }

  body.dc-page main {
    padding-top: 118px;
  }
}

@media (max-width: 720px) {
  .dc-section {
    padding: 70px 0;
  }

  .dc-hero {
    padding: 34px 0 72px;
  }

  .dc-grid-3,
  .dc-process-grid,
  .dc-stat-grid,
  .dc-hero-note {
    grid-template-columns: 1fr;
  }

  .dc-btn-row {
    align-items: stretch;
  }

  .dc-btn {
    width: 100%;
  }
}
