@font-face { font-family: "Archivo Black"; src: url(/fonts/ArchivoBlack-Regular.ttf); font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url(/fonts/InstrumentSans-400.ttf); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url(/fonts/InstrumentSans-600.ttf); font-weight: 600; font-display: swap; }

:root {
  --bg: #EFEAFB; --card: #FFFFFF; --ink: #2A1F4D; --ink2: #5B5379; --line: #DCD5F2;
  --coral: #FF6B4A; --stage: #2A1F4D; --onstage: #EFEAFB; --onstage2: #C9BFEA;
  --shadow: 0 24px 60px -24px rgba(42, 31, 77, .35);
}
@media (prefers-color-scheme: dark) {
  :root { --bg: #1B1533; --card: #2A1F4D; --ink: #F1ECFF; --ink2: #C9BFEA; --line: #3D2E6E;
    --stage: #3D2E6E; --shadow: 0 24px 60px -24px rgba(0, 0, 0, .6); }
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink);
  font: 17px/1.6 "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
a { color: inherit; text-decoration-color: var(--coral); text-underline-offset: 3px; }
a:hover { color: var(--coral); }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.logo { font-family: "Archivo Black", sans-serif; letter-spacing: -.01em; }
.logo b, h1 b, h2 b { color: var(--coral); font-weight: inherit; }

/* Barra */
.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 20px; padding-bottom: 20px; }
.top .logo { font-size: 22px; white-space: nowrap; text-decoration: none; display: flex; align-items: center; gap: 10px; }
.top .logo img { width: 34px; height: 34px; border-radius: 8px; }
.top nav { display: flex; gap: 18px; font-weight: 600; font-size: 15px; }
.top nav a { text-decoration: none; color: var(--ink2); }
.top nav a:hover, .top nav a[aria-current] { color: var(--ink); }
.lang { border: 1.5px solid var(--line); border-radius: 999px; padding: 2px 10px; }

/* Portada */
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 40px 0 72px; }
.hero h1 { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: clamp(44px, 7vw, 76px);
  line-height: 1; letter-spacing: -.02em; margin: 0 0 20px; }
.hero p.lead { font-size: 20px; color: var(--ink2); margin: 0 0 28px; max-width: 30ch; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; padding: 0; list-style: none; }
.pills li { background: var(--card); border: 1.5px solid var(--line); border-radius: 999px; padding: 6px 14px;
  font-size: 15px; font-weight: 600; }
.stores { display: flex; flex-wrap: wrap; gap: 10px; }
.store { display: inline-flex; flex-direction: column; background: var(--stage); color: var(--onstage);
  border-radius: 14px; padding: 10px 18px; text-decoration: none; min-width: 170px; line-height: 1.25; }
.store small { font-size: 12px; color: var(--onstage2); }
.store span { font-weight: 600; font-size: 17px; }
a.store:hover { color: var(--onstage); filter: brightness(1.15); }
.phone { justify-self: center; width: min(320px, 80vw); border-radius: 44px; overflow: hidden;
  border: 8px solid var(--stage); box-shadow: var(--shadow); transform: rotate(2deg); background: var(--stage); }
.phone img { border-radius: 36px; }

/* Secciones */
section.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 56px 0; }
section.feature:nth-of-type(even) .phone { order: -1; transform: rotate(-2deg); }
section.feature .phone { width: min(290px, 75vw); }
.kicker { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--coral); margin: 0 0 8px; }
section h2 { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: clamp(30px, 4.4vw, 44px);
  line-height: 1.08; letter-spacing: -.01em; margin: 0 0 16px; }
section p, section li { color: var(--ink2); }
section ul { padding-left: 20px; margin: 0; }
section li { margin: 4px 0; }

.band { background: var(--stage); color: var(--onstage); border-radius: 28px; padding: 48px 40px; margin: 56px 0; }
.band h2 { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: clamp(28px, 4vw, 40px); margin: 0 0 24px; line-height: 1.1; }
.band .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.band h3 { margin: 0 0 4px; font-size: 18px; }
.band p { margin: 0; color: var(--onstage2); font-size: 15px; }

/* Páginas de texto */
.doc { max-width: 720px; margin: 0 auto; padding: 24px 20px 64px; }
.doc h1 { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: clamp(34px, 6vw, 48px);
  letter-spacing: -.01em; line-height: 1.05; margin: 16px 0 8px; }
.doc h2 { font-size: 20px; margin: 36px 0 6px; }
.doc p, .doc li { color: var(--ink2); }
.doc .fecha { font-size: 15px; margin-top: 0; }
.card { background: var(--card); border: 1.5px solid var(--line); border-radius: 20px; padding: 20px 24px; margin: 28px 0; }
.card h2 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }
details { background: var(--card); border: 1.5px solid var(--line); border-radius: 16px; padding: 14px 20px; margin: 10px 0; }
details summary { cursor: pointer; font-weight: 600; color: var(--ink); }
details p { margin: 10px 0 2px; }
.mail { display: inline-block; background: var(--coral); color: #fff; text-decoration: none; font-weight: 600;
  border-radius: 14px; padding: 12px 20px; margin-top: 4px; max-width: 100%; overflow-wrap: anywhere; }
.mail:hover { color: #fff; filter: brightness(1.06); }

footer.pie { border-top: 1.5px solid var(--line); padding: 28px 0 40px; margin-top: 24px; font-size: 14px; color: var(--ink2); }
footer.pie .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; }
footer.pie nav { display: flex; flex-wrap: wrap; gap: 16px; }

@media (max-width: 820px) {
  .top nav { gap: 12px; font-size: 14px; align-items: center; }
  .top .logo { font-size: 19px; }
  .top nav .opcional { display: none; }
  .hero, section.feature { grid-template-columns: 1fr; gap: 36px; }
  .hero { padding: 16px 0 40px; }
  section.feature { padding: 32px 0; }
  section.feature:nth-of-type(even) .phone { order: 0; }
  .band { padding: 36px 24px; border-radius: 22px; }
  .band .grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) {
  .band .grid { grid-template-columns: 1fr; }
  .store { flex: 1; }
}
