/* Komodoo Media Negocios LLC — site stylesheet */

:root {
  --ink: #14231f;
  --ink-deep: #0e1915;
  --slate: #1e3630;
  --accent: #c8873f;
  --accent-soft: #f6e8d6;
  --accent-ink: #7e5220;
  --paper: #f5f2ec;
  --paper-alt: #efebe2;
  --card: #fcfaf6;
  --hairline: #e2dcce;
  --ink-muted: #5a6260;
  --mono-muted: #948c7e;
  --on-dark: #edeae0;
  --on-dark-muted: #9fb3ac;
  --on-dark-dim: #7a8e88;
  --rule-dark: #22352f;

  --font-display: "Spectral", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; }
a { color: inherit; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; margin: 0; letter-spacing: -0.012em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.font-mono { font-family: var(--font-mono); }
.font-display { font-family: var(--font-display); }

/* ---------- layout ---------- */

.wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }

.section-dark {
  background-color: var(--ink);
  color: var(--on-dark);
  position: relative;
}

/* the vertical accent rule that runs down dark sections */
.meridian::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 1.5px;
  background-color: var(--accent);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}

.gutter { padding-left: 64px; padding-right: 24px; }
@media (min-width: 768px) { .gutter { padding-left: 80px; padding-right: 40px; } }

.eyebrow {
  display: block;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: var(--mono-muted);
}
.eyebrow-on-dark { color: #8f9a86; }

/* ---------- nav ---------- */

.nav { position: relative; z-index: 10; }
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--on-dark);
  text-decoration: none;
}
.nav-links { display: none; align-items: center; gap: 32px; }
@media (min-width: 900px) { .nav-links { display: flex; } }
.nav-links a {
  font-size: 14px;
  color: var(--on-dark-muted);
  text-decoration: none;
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--on-dark); }

.nav-toggle {
  display: inline-flex;
  background: none;
  border: 0;
  color: var(--on-dark);
  padding: 8px;
  margin-right: -8px;
  cursor: pointer;
}
@media (min-width: 900px) { .nav-toggle { display: none; } }

.nav-mobile { display: none; border-top: 1px solid var(--rule-dark); }
.nav-mobile.is-open { display: block; }
.nav-mobile a {
  display: block;
  padding: 13px 0;
  font-size: 15px;
  color: var(--on-dark-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-dark);
}
.nav-mobile a:last-child { border-bottom: 0; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.005em;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s, opacity 0.15s;
}
.btn-light { background-color: var(--paper); color: var(--ink); }
.btn-light:hover { background-color: #fff; }
.btn-accent { background-color: var(--accent); color: #1b1105; }
.btn-accent:hover { background-color: #d5934c; }
.btn-ghost { background-color: transparent; border: 1px solid var(--accent); color: currentColor; }
.btn-ghost:hover { background-color: rgba(200, 135, 63, 0.12); }
.btn-outline-ink { background-color: transparent; border: 1px solid var(--ink); color: var(--ink); }
.btn-outline-ink:hover { background-color: rgba(20, 35, 31, 0.06); }

.btn-row { display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 640px) { .btn-row { flex-direction: row; } }

/* ---------- hero ---------- */

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78vh;
  padding-top: 64px;
  padding-bottom: 64px;
}
.hero-sky {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.hero-body { position: relative; z-index: 2; }
.hero h1 {
  font-size: clamp(30px, 6vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  max-width: 560px;
  color: var(--on-dark);
}
.hero-sub {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-dark-muted);
  max-width: 540px;
}
.hero .btn-row { margin-top: 40px; }

.tw { animation: twinkle 3.4s ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { opacity: 0.16; } 50% { opacity: 0.8; } }

/* ---------- cards ---------- */

.card {
  background-color: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 18px;
  transition: transform 0.18s, border-color 0.18s;
}
a.card { display: block; text-decoration: none; color: inherit; }
.card:hover { border-color: var(--accent); transform: translateY(-2px); }

.grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 700px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 700px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card .icon { color: var(--accent); display: block; margin-bottom: 12px; }
.card h3 { font-size: 18px; margin-bottom: 4px; }
.card p { font-size: 13px; color: var(--ink-muted); line-height: 1.55; }

/* product card */
.pcard-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.pcard-top h3 { font-size: 17px; line-height: 1.2; }
.tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--mono-muted);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 2px 6px;
  white-space: nowrap;
}
.tag-bundle { color: var(--accent-ink); background-color: var(--accent-soft); border-color: transparent; }
.pcard p { font-size: 12.5px; line-height: 1.45; margin-bottom: 16px; }
.pcard-foot { display: flex; align-items: center; justify-content: space-between; }
.price { display: flex; align-items: center; gap: 8px; }
.price::before { content: ""; width: 6px; height: 6px; background-color: var(--accent); border-radius: 1px; }
.price span { font-family: var(--font-mono); font-size: 13px; color: var(--ink); }
.view { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: var(--accent-ink); }
.card-featured { border: 2px solid var(--accent); }

/* ---------- sections ---------- */

section { padding: 64px 0; }
.section-alt { background-color: var(--paper-alt); border-top: 1px solid var(--hairline); }
.section-light { background-color: var(--card); border-top: 1px solid var(--hairline); }
.section-title { font-size: 26px; margin-bottom: 32px; }
.section-title.tight { margin-bottom: 8px; }
.section-lede { font-size: 14px; color: var(--ink-muted); margin-bottom: 32px; }

.stats { display: grid; gap: 24px; grid-template-columns: 1fr; margin-top: 40px; }
@media (min-width: 640px) { .stats { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.stat { padding-left: 20px; border-left: 1.5px solid var(--accent); }
.stat strong { display: block; font-size: 13px; font-weight: 500; color: #e2ded0; }
.stat span { display: block; font-size: 12px; margin-top: 4px; color: var(--on-dark-dim); }

.cta { text-align: center; padding: 52px 0; }
.cta h2 { font-size: clamp(21px, 4vw, 24px); line-height: 1.2; }
.cta p { margin: 16px auto 0; max-width: 480px; font-size: 14px; color: var(--ink-muted); }
.cta .btn-row { margin-top: 32px; justify-content: center; align-items: center; }

/* ---------- product detail ---------- */

.crumb {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-dark-dim);
  text-decoration: none;
}
.crumb a { color: var(--on-dark-dim); text-decoration: none; }
.crumb a:hover { color: var(--on-dark); }

.p-hero { padding-top: 48px; padding-bottom: 56px; position: relative; }
.p-hero h1 {
  margin-top: 20px;
  font-size: clamp(28px, 5.4vw, 36px);
  line-height: 1.15;
  color: var(--on-dark);
}
.p-hero .lede {
  margin-top: 20px;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-dark-muted);
}
.p-meta { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.p-meta .tag { color: var(--on-dark-muted); border-color: var(--rule-dark); }
.p-meta .amount { font-family: var(--font-mono); font-size: 20px; color: var(--accent); }

.facts { margin-top: 28px; display: grid; gap: 10px; }
.fact { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--on-dark-muted); }
.fact svg { flex: none; margin-top: 2px; color: var(--accent); }

.strip { display: grid; gap: 12px; grid-template-columns: 1fr; margin-top: 40px; }
@media (min-width: 700px) { .strip { grid-template-columns: repeat(3, 1fr); } }
.strip div {
  border: 1px solid var(--rule-dark);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  color: #d8d4c6;
  background-color: rgba(255, 255, 255, 0.02);
}
.strip div span { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-dim); margin-bottom: 6px; }

.checklist li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--hairline); font-size: 14px; line-height: 1.6; }
.checklist li:last-child { border-bottom: 0; }
.checklist svg { flex: none; margin-top: 4px; color: var(--accent); }

.faq-item { border-bottom: 1px solid var(--hairline); padding: 18px 0; }
.faq-item:last-child { border-bottom: 0; }
.faq-item h3 { font-size: 16px; margin-bottom: 6px; }
.faq-item p { font-size: 14px; color: var(--ink-muted); }

.demo {
  margin-top: 36px;
  border: 1px solid var(--rule-dark);
  border-radius: 12px;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.02);
  max-width: 460px;
}
.demo .k { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-dim); }
.demo .row { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; color: #d8d4c6; padding: 8px 0; border-bottom: 1px solid var(--rule-dark); }
.demo .out { margin-top: 14px; font-size: 14px; color: var(--accent); font-family: var(--font-mono); }

/* ---------- legal / prose ---------- */

.prose { padding: 48px 0 64px; }
.prose h1 { font-size: clamp(28px, 5vw, 34px); margin-bottom: 8px; }
.prose h2 { font-size: 19px; margin: 36px 0 10px; }
.prose h3 { font-size: 16px; margin: 24px 0 6px; }
.prose p, .prose li { font-size: 15px; line-height: 1.75; color: #3d4644; }
.prose p { margin-bottom: 14px; }
.prose ul { margin: 0 0 16px; padding-left: 0; }
.prose ul li { position: relative; padding-left: 20px; margin-bottom: 8px; }
.prose ul li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 5px; height: 5px; background-color: var(--accent); border-radius: 1px; }
.prose a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 2px; }
.updated { font-family: var(--font-mono); font-size: 12px; color: var(--mono-muted); margin-bottom: 32px; }

.panel {
  background-color: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 20px 22px;
  margin: 24px 0;
}
.panel p:last-child { margin-bottom: 0; }

.identity {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.9;
  color: #3d4644;
}

/* ---------- footer ---------- */

footer.site {
  background-color: var(--ink-deep);
  color: var(--on-dark-muted);
  padding: 40px 24px 24px;
}
@media (min-width: 768px) { footer.site { padding-left: 40px; padding-right: 40px; } }
.foot-grid { display: grid; gap: 32px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .foot-grid { grid-template-columns: repeat(5, 1fr); gap: 40px; } }
.foot-brand { grid-column: span 2; }
.foot-brand .brand { font-size: 19px; }
.foot-rule { width: 22px; height: 2px; background-color: var(--accent); margin-top: 10px; }
.foot-address { margin-top: 16px; font-family: var(--font-mono); font-size: 11px; line-height: 1.75; color: #7c8a83; }
.foot-address a { color: inherit; text-decoration: none; }
.foot-address a:hover { color: var(--on-dark); }
.foot-col p.h {
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #5e6d66;
}
.foot-col ul { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { font-size: 13px; color: #9aa8a2; text-decoration: none; transition: color 0.15s; }
.foot-col a:hover { color: var(--on-dark); }
.foot-sep { height: 1px; background-color: #1f2f29; margin: 40px 0 20px; }
.foot-bottom { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
@media (min-width: 640px) { .foot-bottom { flex-direction: row; align-items: center; justify-content: space-between; } }
.foot-bottom p { font-family: var(--font-mono); font-size: 11px; color: #5e6d66; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.foot-links a { font-size: 12px; color: #7c8a83; text-decoration: none; }
.foot-links a:hover { color: var(--on-dark); }
.disclaimer { margin-top: 20px; font-size: 11px; color: #5e6d66; }

/* ---------- reveal ---------- */

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease-out, transform 0.5s ease-out; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .tw { animation: none; opacity: 0.5; }
  html { scroll-behavior: auto; }
}
