:root {
  --ink: #251e1a;
  --ink-2: #382c26;
  --muted: #70665d;
  --paper: #f7f2e8;
  --paper-2: #f2e9d8;
  --card: #fffdf9;
  --line: #e2d5c5;
  --primary: #c6472d;
  --primary-dark: #993320;
  --edition-accent: #88a957;
  --edition-accent-dark: #557531;
  --edition-surface: #eaf0dc;
  --leaf: var(--edition-accent);
  --leaf-dark: var(--edition-accent-dark);
  --amber: #e7b451;
  --danger: #c63d55;
  --success: #147d70;
  --success-dark: #0f655c;
  --success-light: #78c9bf;
  --success-surface: #d9f1ed;
  --on-dark-secondary: #b8b5b3;
  --on-dark-tertiary: #8d8986;
  --on-primary: #fff7f2;
  --line-control: #94877b;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 28px 80px rgba(37, 30, 26, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "DM Sans", Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.edition-heladerias {
  --edition-accent: #88a957;
  --edition-accent-dark: #557531;
  --edition-surface: #eaf0dc;
}
button, input { font: inherit; }
a { color: inherit; }
.container { margin: auto; width: min(1180px, calc(100% - 48px)); }
.section { padding: 118px 0; }

.skip-link {
  background: var(--ink);
  color: white;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  top: -80px;
  transition: top .2s;
  z-index: 100;
}
.skip-link:focus { top: 16px; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 4px;
}

.announcement {
  align-items: center;
  background: var(--ink);
  color: rgba(255,255,255,.76);
  display: flex;
  font-size: 11px;
  gap: 10px;
  justify-content: center;
  letter-spacing: .055em;
  min-height: 34px;
  padding: 7px 18px;
}
.announcement > span { color: var(--leaf); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.announcement a { color: white; font-size: 10px; font-weight: 800; margin-left: 12px; text-decoration: none; }
.announcement a b { color: var(--leaf); margin-left: 3px; }

.nav-wrap {
  backdrop-filter: blur(16px);
  background: rgba(247,242,232,.9);
  border-bottom: 1px solid rgba(37,30,26,.08);
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav { align-items: center; display: flex; height: 78px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 11px; text-decoration: none; }
.brand-mark {
  background: var(--primary);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
  display: inline-block;
  height: 36px;
  position: relative;
  width: 36px;
}
.brand-mark::before {
  border-bottom: 4px solid white;
  border-left: 4px solid white;
  border-radius: 0 0 0 2px;
  content: "";
  height: 16px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 13px;
}
.brand-mark i {
  background: var(--leaf);
  border: 2px solid var(--paper);
  border-radius: 50%;
  height: 10px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 10px;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy b { font-size: 17px; font-weight: 950; letter-spacing: -.025em; }
.brand-copy small { color: var(--muted); font-size: 6px; font-weight: 850; letter-spacing: .18em; margin-top: 7px; }
.nav-links { align-items: center; display: flex; gap: 31px; }
.nav-links a { font-size: 12px; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--primary-dark); }
.mobile-login { display: none; }
.menu-button { background: none; border: 0; display: none; height: 44px; padding: 10px; width: 44px; }
.menu-button span { background: var(--ink); display: block; height: 2px; margin: 6px auto; transition: transform .2s; width: 24px; }

.button {
  align-items: center;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 22px;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s, background .2s;
}
.button span { font-size: 17px; }
.button:hover { box-shadow: 0 13px 30px rgba(37,30,26,.18); transform: translateY(-2px); }
.button-primary { background: var(--primary); color: var(--on-primary); }
.button-primary:hover { background: var(--primary-dark); }
.button-dark { background: var(--ink); color: var(--card); }
.button-light { background: white; color: var(--ink); }
.nav-cta { min-height: 42px; padding-inline: 17px; }

.hero { overflow: hidden; }
.hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: .88fr 1.12fr;
  min-height: 740px;
  padding-bottom: 76px;
  padding-top: 64px;
}
.eyebrow, .kicker { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.eyebrow { align-items: center; display: flex; gap: 11px; text-transform: uppercase; }
.eyebrow > span { background: var(--primary); height: 2px; width: 28px; }
h1, h2, h3 { font-family: "Avenir Next", Avenir, "Manrope", Inter, system-ui, sans-serif; letter-spacing: -.055em; margin: 0; }
h1 { font-size: clamp(64px, 6.5vw, 96px); font-weight: 850; line-height: .88; margin: 25px 0 30px; }
h1 em { color: var(--primary); font-style: normal; }
.hero-lead { color: #5f554d; font-size: 17px; line-height: 1.7; margin: 0; max-width: 560px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin: 36px 0 37px; }
.text-link { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; gap: 11px; text-decoration: none; }
.text-link i { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-size: 11px; font-style: normal; height: 35px; justify-content: center; width: 35px; }
.text-link:hover i { background: var(--ink); color: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.trust-list span { align-items: center; color: var(--muted); display: flex; font-size: 9px; font-weight: 700; gap: 6px; }
.trust-list i { align-items: center; background: var(--success-surface); border-radius: 50%; color: var(--success-dark); display: inline-flex; font-size: 7px; font-style: normal; height: 17px; justify-content: center; width: 17px; }

.hero-product {
  align-items: center;
  background: #e9ddcc;
  border: 1px solid var(--line);
  border-radius: 24px;
  display: flex;
  height: 600px;
  justify-content: center;
  position: relative;
}
.hero-product::before { background: var(--primary); border-radius: 24px 0 0 24px; content: ""; inset: 0 auto 0 0; position: absolute; width: 9px; }
.product-aura { background: var(--edition-surface); border-radius: 50%; height: 430px; position: absolute; right: 40px; top: 46px; width: 430px; }
.product-aura::after { border: 1px solid rgba(37,30,26,.12); border-radius: 50%; content: ""; inset: 48px; position: absolute; }
.product-label { color: var(--primary-dark); font-size: 7px; font-weight: 900; left: 27px; letter-spacing: .17em; position: absolute; top: 22px; }
.product-window {
  background: #fbf8f2;
  border: 1px solid rgba(37,30,26,.07);
  border-radius: 18px;
  box-shadow: 0 34px 70px rgba(70,34,18,.19);
  display: grid;
  grid-template-columns: 62px 1fr;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  transform: rotate(.35deg);
  width: min(520px, calc(100% - 66px));
  z-index: 2;
}
.product-sidebar { align-items: center; background: var(--ink); display: flex; flex-direction: column; gap: 17px; padding: 18px 13px; }
.mini-brand { align-items: center; background: var(--primary); border-radius: 7px; color: white; display: flex; height: 28px; justify-content: center; margin-bottom: 24px; width: 28px; }
.mini-brand i { font-size: 12px; font-style: normal; font-weight: 900; }
.side-line { background: rgba(255,255,255,.22); border-radius: 2px; height: 4px; width: 30px; }
.side-line.active { background: var(--success-light); }
.side-line.short { width: 19px; }
.side-gap { flex: 1; }
.branch-mini { align-items: center; background: var(--success-light); border-radius: 7px; color: var(--ink); display: flex; font-size: 10px; font-weight: 900; height: 28px; justify-content: center; width: 28px; }
.product-main { padding: 22px; }
.product-top { align-items: center; display: flex; justify-content: space-between; }
.product-top div { display: flex; flex-direction: column; }
.product-top small { color: var(--muted); font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.product-top b { font-size: 15px; letter-spacing: -.035em; margin-top: 4px; }
.product-top > span { align-items: center; background: var(--ink); border-radius: 8px; color: white; display: flex; font-size: 8px; font-weight: 800; height: 31px; justify-content: center; width: 31px; }
.open-banner { align-items: center; background: var(--ink); border-radius: 12px; color: white; display: flex; gap: 13px; margin: 20px 0 12px; padding: 14px; }
.open-banner > i { background: var(--success-light); border-radius: 50%; box-shadow: 0 0 0 6px rgba(120,201,191,.13); height: 8px; margin-left: 4px; width: 8px; }
.open-banner div { display: flex; flex-direction: column; }
.open-banner small { color: var(--success-light); font-size: 6px; font-weight: 900; letter-spacing: .1em; }
.open-banner b { font-size: 11px; margin: 2px 0; }
.open-banner span { color: var(--on-dark-secondary); font-size: 6px; }
.product-metrics { display: grid; gap: 8px; grid-template-columns: repeat(3,1fr); }
.product-metrics article { background: white; border: 1px solid var(--line); border-radius: 10px; min-height: 80px; padding: 11px; }
.product-metrics small, .product-bottom small { color: var(--muted); display: block; font-size: 5px; font-weight: 900; letter-spacing: .08em; }
.product-metrics strong { display: block; font-size: 19px; letter-spacing: -.05em; margin: 7px 0 2px; }
.product-metrics span { color: var(--muted); font-size: 5px; }
.product-metrics .hot { background: var(--primary); border-color: var(--primary); color: var(--on-primary); }
.product-metrics .hot small, .product-metrics .hot span { color: var(--on-primary); }
.product-bottom { display: grid; gap: 8px; grid-template-columns: 1.3fr .7fr; margin-top: 8px; }
.product-bottom article { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 11px; }
.product-bottom article > b { align-items: center; display: flex; font-size: 6px; gap: 5px; margin-top: 8px; }
.product-bottom article > b i { border-radius: 50%; height: 6px; width: 6px; }
.danger-dot { background: var(--danger); }
.warning-dot { background: var(--amber); }
.stock-card { align-items: center; display: flex; justify-content: space-between; }
.stock-ring { align-items: center; background: conic-gradient(var(--leaf) 0 320deg,#e9dfd1 320deg); border-radius: 50%; display: flex; flex-direction: column; height: 48px; justify-content: center; position: relative; width: 48px; }
.stock-ring::before { background: white; border-radius: 50%; content: ""; height: 36px; position: absolute; width: 36px; }
.stock-ring b, .stock-ring span { position: relative; z-index: 1; }
.stock-ring b { font-size: 11px; line-height: 1; }
.stock-ring span { font-size: 3px; }
.floating-card { align-items: center; background: white; border: 1px solid rgba(37,30,26,.08); border-radius: 12px; box-shadow: 0 18px 45px rgba(37,30,26,.18); display: flex; gap: 10px; padding: 13px; position: absolute; z-index: 4; }
.floating-card > div { display: flex; flex-direction: column; }
.floating-card small { color: var(--muted); font-size: 5px; font-weight: 900; letter-spacing: .11em; }
.floating-card b { font-size: 8px; margin: 3px 0 1px; }
.floating-card em { color: var(--success-dark); font-size: 6px; font-style: normal; }
.float-icon { align-items: center; background: var(--success-surface); border-radius: 8px; color: var(--success-dark); display: flex; font-size: 12px; height: 31px; justify-content: center; width: 31px; }
.float-icon.leaf { background: var(--edition-surface); color: var(--edition-accent-dark); }
.replenishment-float { left: -35px; top: 105px; }
.cash-float { bottom: 70px; right: -30px; }

.problem { background: var(--paper-2); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.problem-grid { align-items: start; display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.section-heading h2 { font-size: clamp(42px, 4.8vw, 67px); font-weight: 800; line-height: 1.03; margin-top: 18px; }
.section-heading .kicker, .faq-heading .kicker { color: var(--primary-dark); }
.problem-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 0 32px; }
.noise-list { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; }
.noise-list span { align-items: center; background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: 10px; color: var(--muted); display: flex; font-size: 7px; font-weight: 900; justify-content: space-between; letter-spacing: .1em; min-height: 47px; padding: 0 13px; }
.noise-list i { color: var(--ink); font-size: 9px; font-style: normal; letter-spacing: 0; }
.noise-list span:last-child { background: var(--ink); border-color: var(--ink); color: var(--success-light); }
.noise-list span:last-child i { color: white; }

.split-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 55px; }
.split-heading > p { color: var(--muted); line-height: 1.7; margin: 0 0 7px; max-width: 400px; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(12,1fr); }
.feature-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); display: flex; flex-direction: column; min-height: 360px; overflow: hidden; padding: 28px; position: relative; }
.feature-main { grid-column: span 7; min-height: 620px; }
.feature-cash, .feature-team { grid-column: span 5; }
.feature-log { align-items: center; display: grid; gap: 55px; grid-column: 1/-1; grid-template-columns: .8fr 1.2fr; min-height: 330px; }
.feature-number { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.feature-copy { margin-top: auto; }
.feature-copy h3 { font-size: 25px; letter-spacing: -.04em; }
.feature-copy p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 9px 0 0; max-width: 520px; }
.feature-copy a { color: var(--primary-dark); display: inline-block; font-size: 10px; font-weight: 850; margin-top: 18px; text-decoration: none; }
.today-art { background: #f2ece3; border: 1px solid var(--line); border-radius: 15px; margin: 30px 0 45px; padding: 21px; }
.today-art-head { display: flex; flex-direction: column; }
.today-art-head span { align-items: center; color: var(--success-dark); display: flex; font-size: 6px; font-weight: 900; gap: 6px; letter-spacing: .1em; }
.today-art-head span i { background: var(--success); border-radius: 50%; height: 6px; width: 6px; }
.today-art-head b { font-size: 20px; margin-top: 5px; }
.today-alert { align-items: center; background: white; border: 1px solid var(--line); border-left: 3px solid var(--danger); border-radius: 10px; display: grid; gap: 10px; grid-template-columns: 28px 1fr auto; margin: 20px 0 10px; padding: 10px; }
.today-alert > i { align-items: center; background: #fae3e8; border-radius: 7px; color: var(--danger); display: flex; font-size: 9px; font-style: normal; height: 28px; justify-content: center; }
.today-alert div { display: flex; flex-direction: column; }
.today-alert b { font-size: 8px; }
.today-alert span { color: var(--muted); font-size: 6px; margin-top: 2px; }
.today-alert em { font-size: 6px; font-style: normal; font-weight: 850; }
.today-stats { display: grid; gap: 8px; grid-template-columns: repeat(3,1fr); }
.today-stats > span { background: white; border-radius: 9px; display: flex; flex-direction: column; padding: 13px; }
.today-stats small { color: var(--muted); font-size: 5px; font-weight: 900; }
.today-stats b { font-size: 16px; margin-top: 5px; }
.cash-art { background: var(--ink); border-radius: 16px; color: white; margin: 27px 0 34px; min-height: 205px; padding: 24px; }
.cash-art > small { color: var(--success-light); font-size: 6px; font-weight: 900; letter-spacing: .12em; }
.cash-art > strong { display: block; font-size: 38px; letter-spacing: -.06em; margin: 15px 0 2px; }
.cash-art > span { align-items: center; color: var(--on-dark-secondary); display: flex; font-size: 7px; gap: 6px; margin-bottom: 23px; }
.cash-art > span i { background: var(--success-light); border-radius: 50%; height: 6px; width: 6px; }
.cash-art > div { border-top: 1px solid rgba(255,255,255,.1); display: flex; font-size: 7px; justify-content: space-between; padding: 9px 0 0; }
.cash-art > div + div { border-top: 0; }
.cash-art em { color: var(--on-dark-secondary); font-style: normal; }
.team-art { display: flex; flex-direction: column; gap: 8px; margin: 27px 0 34px; }
.team-art > div { align-items: center; background: #f2ece3; border: 1px solid var(--line); border-radius: 11px; display: grid; gap: 10px; grid-template-columns: 34px 1fr auto; padding: 10px; }
.team-art > div > span { align-items: center; background: var(--ink); border-radius: 9px; color: white; display: flex; font-size: 7px; font-weight: 900; height: 34px; justify-content: center; }
.team-art p { display: flex; flex-direction: column; margin: 0; }
.team-art b { font-size: 8px; }
.team-art small { color: var(--muted); font-size: 6px; margin-top: 2px; }
.team-art em { color: var(--success-dark); font-size: 6px; font-style: normal; font-weight: 850; }
.team-art em.late { color: #9a6715; }
.log-art { background: #f2ece3; border: 1px solid var(--line); border-radius: 15px; padding: 11px 20px; }
.log-art > span { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 38px 8px 1fr; min-height: 73px; }
.log-art > span:last-child { border-bottom: 0; }
.log-art time { color: var(--muted); font-size: 7px; font-weight: 800; }
.log-art i { border-radius: 50%; height: 8px; width: 8px; }
.log-art .tomato { background: var(--primary); }
.log-art .leaf { background: var(--leaf); }
.log-art .amber { background: var(--amber); }
.log-art p { display: flex; flex-direction: column; margin: 0; }
.log-art b { font-size: 8px; }
.log-art small { color: var(--muted); font-size: 6px; margin-top: 3px; }

.heladerias { background: var(--paper-2); color: var(--ink); overflow: hidden; position: relative; }
.heladerias::before { border: 1px solid rgba(85,117,49,.24); border-radius: 50%; content: ""; height: 560px; left: -250px; position: absolute; top: 65px; width: 560px; }
.heladerias-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: .85fr 1.15fr; position: relative; }
.heladerias-copy .kicker { color: var(--edition-accent-dark); }
.heladerias-copy h2 { font-size: clamp(48px,5vw,72px); line-height: .98; margin: 20px 0 25px; }
.heladerias-copy p { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0 0 32px; }
.heladerias-panel { background: var(--ink); border: 1px solid var(--ink); border-radius: 24px; box-shadow: 18px 18px 0 var(--primary); color: var(--card); margin-bottom: 18px; margin-right: 18px; overflow: hidden; }
.heladerias-panel article { align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); display: grid; gap: 17px; grid-template-columns: 30px 1fr 40px; min-height: 105px; padding: 20px 25px; transition: background .2s; }
.heladerias-panel article:hover { background: rgba(255,255,255,.06); }
.heladerias-panel article:last-child { border-bottom: 0; }
.heladerias-panel article > span { color: var(--on-dark-tertiary); font-size: 8px; font-weight: 900; }
.heladerias-panel div { display: flex; flex-direction: column; }
.heladerias-panel b { font-size: 15px; }
.heladerias-panel p { color: var(--on-dark-secondary); font-size: 9px; margin: 4px 0 0; }
.heladerias-panel article > i { align-items: center; background: var(--edition-accent); border-radius: 10px; color: var(--ink); display: flex; font-style: normal; height: 40px; justify-content: center; }

.how { background: var(--ink); color: white; }
.split-heading.light .kicker { color: var(--success-light); }
.split-heading.light > p { color: var(--on-dark-secondary); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); }
.steps article { border-right: 1px solid rgba(255,255,255,.12); min-height: 290px; padding: 4px 45px; position: relative; }
.steps article:first-child { padding-left: 0; }
.steps article:last-child { border-right: 0; padding-right: 0; }
.steps article > span { color: var(--on-dark-tertiary); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.steps article > i { align-items: center; background: var(--success); border-radius: 14px; color: white; display: flex; font-size: 20px; font-style: normal; height: 55px; justify-content: center; margin: 42px 0 27px; width: 55px; }
.steps article:nth-child(2) > i { background: var(--success-surface); color: var(--success-dark); }
.steps article:nth-child(3) > i { background: var(--primary); color: white; }
.steps h3 { font-size: 22px; }
.steps p { color: var(--on-dark-secondary); font-size: 11px; line-height: 1.7; max-width: 270px; }

.editions { background: var(--card); }
.editions-heading { margin: 0 auto 56px; max-width: 800px; text-align: center; }
.editions-heading .kicker { color: var(--primary-dark); }
.editions-heading p { color: var(--muted); line-height: 1.75; margin: 24px auto 0; max-width: 690px; }
.edition-list { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.edition-list article { align-items: center; background: var(--paper); border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 36px 1fr auto; min-height: 90px; padding: 18px 25px; }
.edition-list article:last-child { border-bottom: 0; }
.edition-list article > span { color: var(--muted); font-size: 8px; font-weight: 900; }
.edition-list article > div { display: flex; flex-direction: column; }
.edition-list b { font-size: 17px; }
.edition-list small { color: var(--muted); font-size: 6px; font-weight: 900; letter-spacing: .13em; margin-top: 4px; }
.edition-list em { background: #eee5d8; border-radius: 15px; color: var(--muted); font-size: 7px; font-style: normal; font-weight: 850; padding: 7px 10px; }
.edition-list .active { background: var(--ink); color: white; }
.edition-list .active > span { color: var(--leaf); }
.edition-list .active small { color: var(--on-dark-tertiary); }
.edition-list .active em { background: var(--leaf); color: var(--ink); }
.editions-note { color: var(--muted); font-size: 10px; font-weight: 700; margin: 22px 0 0; text-align: center; }

.faq { background: var(--paper); }
.faq-grid { align-items: start; display: grid; gap: 100px; grid-template-columns: .75fr 1.25fr; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(42px,4.5vw,62px); line-height: 1.02; margin: 18px 0; }
.faq-heading p { color: var(--muted); max-width: 290px; }
.accordion details { border-bottom: 1px solid var(--line); padding: 23px 0; }
.accordion summary { align-items: center; cursor: pointer; display: flex; font-size: 15px; font-weight: 800; gap: 20px; justify-content: space-between; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--primary); font-size: 24px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 16px 50px 0 0; }

.final-cta { background: var(--card); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); overflow: hidden; padding: 115px 0; position: relative; text-align: center; }
.final-cta::before { background: var(--edition-surface); border-radius: 50%; content: ""; height: 520px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 520px; }
.final-cta .container { position: relative; z-index: 1; }
.final-cta .kicker { color: var(--edition-accent-dark); }
.final-cta h2 { font-size: clamp(50px,6vw,82px); line-height: .98; margin: 21px 0 24px; }
.final-cta p { color: var(--muted); font-size: 16px; margin: 0 auto 32px; max-width: 620px; }
.final-cta .button { min-width: 220px; }
.final-cta .button-dark { background: var(--primary); color: var(--on-primary); }
.final-cta .button-dark:hover { background: var(--primary-dark); }
.final-cta small { color: var(--muted); display: block; font-size: 8px; font-weight: 800; letter-spacing: .1em; margin-top: 18px; }

footer { background: var(--ink); color: white; padding: 75px 0 30px; }
.brand-light { color: white; }
.brand-light .brand-mark i { border-color: var(--ink); }
.brand-light .brand-copy small { color: var(--on-dark-tertiary); }
.footer-grid { display: grid; gap: 70px; grid-template-columns: 2fr 1fr 1fr; }
.footer-grid > div { align-items: flex-start; display: flex; flex-direction: column; gap: 12px; }
.footer-grid p { color: var(--on-dark-secondary); font-size: 12px; line-height: 1.7; margin: 22px 0 0; }
.footer-grid > div > b { color: var(--on-dark-tertiary); font-size: 7px; letter-spacing: .16em; margin-bottom: 8px; }
.footer-grid > div > a:not(.brand) { color: var(--on-dark-secondary); font-size: 11px; text-decoration: none; }
.footer-grid > div > a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: var(--on-dark-tertiary); display: flex; font-size: 9px; justify-content: space-between; margin-top: 58px; padding-top: 24px; }

body.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
body.motion-ready .reveal.visible { opacity: 1; transform: none; }
body.motion-ready .delay-1 { transition-delay: .12s; }
body.motion-ready .delay-2 { transition-delay: .22s; }

@media (max-width: 1050px) {
  .nav-links { gap: 20px; }
  .hero-grid { gap: 45px; grid-template-columns: .9fr 1.1fr; }
  .hero-product { height: 540px; }
  .product-window { width: calc(100% - 40px); }
  .replenishment-float { left: -12px; }
  .cash-float { right: -12px; }
  .feature-main { grid-column: span 12; min-height: 590px; }
  .feature-cash, .feature-team { grid-column: span 6; }
}

@media (max-width: 860px) {
  .container { width: min(720px, calc(100% - 34px)); }
  .section { padding: 88px 0; }
  .nav-links, .nav-cta { display: none; }
  .menu-button { display: block; }
  .nav.menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav.menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav.menu-open .nav-links {
    align-items: stretch;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 4px;
    left: 0;
    padding: 20px 17px 24px;
    position: absolute;
    right: 0;
    top: 78px;
  }
  .nav.menu-open .nav-links a { border-bottom: 1px solid var(--line); min-height: 46px; padding: 14px 8px; }
  .nav.menu-open .nav-links .mobile-login { background: var(--ink); border: 0; border-radius: 9px; color: white; display: flex; justify-content: space-between; margin-top: 8px; padding-inline: 15px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 78px; }
  .hero-copy { margin: auto; max-width: 650px; text-align: center; }
  .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-lead { margin: auto; }
  .hero-product { border-radius: 22px; height: 580px; margin-top: 20px; }
  .hero-product::before { border-radius: 22px 0 0 22px; }
  .problem-grid { gap: 48px; grid-template-columns: 1fr; }
  .split-heading { align-items: flex-start; display: block; }
  .split-heading > p { margin-top: 25px; }
  .feature-log { gap: 35px; grid-template-columns: 1fr; }
  .heladerias-grid { gap: 55px; grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:first-child, .steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.12); border-right: 0; min-height: 245px; padding: 30px 0; }
  .steps article:last-child { border-bottom: 0; }
  .steps article > i { margin: 28px 0 22px; }
  .faq-grid { gap: 45px; grid-template-columns: 1fr; }
  .faq-heading { position: static; }
}

@media (max-width: 620px) {
  .announcement { font-size: 9px; gap: 7px; }
  .announcement > span { display: none; }
  .announcement a { margin-left: 4px; }
  .brand-copy small { display: none; }
  .nav { height: 70px; }
  .nav.menu-open .nav-links { top: 70px; }
  .hero-grid { min-height: auto; padding-bottom: 70px; padding-top: 58px; }
  h1 { font-size: clamp(57px,17vw,76px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { align-items: center; flex-direction: column; }
  .hero-product { border-radius: 20px; height: 435px; }
  .hero-product::before { border-radius: 20px 0 0 20px; width: 7px; }
  .product-aura { height: 310px; right: -35px; top: 50px; width: 310px; }
  .product-window { grid-template-columns: 45px 1fr; min-height: 330px; width: calc(100% - 24px); }
  .product-sidebar { gap: 12px; padding: 12px 8px; }
  .mini-brand { height: 24px; margin-bottom: 18px; width: 24px; }
  .side-line { width: 22px; }
  .side-line.short { width: 15px; }
  .branch-mini { height: 24px; width: 24px; }
  .product-main { padding: 13px; }
  .product-top b { font-size: 11px; }
  .product-top > span { height: 25px; width: 25px; }
  .open-banner { margin: 13px 0 8px; padding: 10px; }
  .product-metrics article { min-height: 65px; padding: 8px; }
  .product-metrics strong { font-size: 13px; }
  .product-bottom article { padding: 8px; }
  .stock-ring { height: 38px; width: 38px; }
  .stock-ring::before { height: 29px; width: 29px; }
  .floating-card { display: none; }
  .section-heading h2 { font-size: 42px; }
  .noise-list { grid-template-columns: 1fr; }
  .feature-card { padding: 21px; }
  .feature-main { min-height: 535px; }
  .feature-cash, .feature-team { grid-column: span 12; }
  .feature-log { min-height: 510px; }
  .today-art { margin-bottom: 33px; padding: 15px; }
  .today-alert { grid-template-columns: 26px 1fr; }
  .today-alert em { display: none; }
  .today-stats > span { padding: 9px; }
  .today-stats b { font-size: 12px; }
  .heladerias-copy h2 { font-size: 48px; }
  .heladerias-panel article { gap: 10px; grid-template-columns: 24px 1fr 36px; padding: 17px; }
  .edition-list article { gap: 10px; grid-template-columns: 25px 1fr auto; padding: 15px; }
  .edition-list b { font-size: 14px; }
  .edition-list em { font-size: 6px; }
  .accordion summary { font-size: 13px; }
  .accordion p { margin-right: 0; }
  .final-cta { padding: 88px 0; }
  .final-cta h2 { font-size: 50px; }
  .footer-grid { gap: 42px 24px; grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body.motion-ready .reveal { opacity: 1; transform: none; }
}
