:root {
  --bg: #101418;
  --bg-soft: #182028;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.12);
  --text: #fff7ef;
  --muted: #f9d9c0;
  --accent: #ff5a1f;
  --accent-2: #ff8c1a;
  --accent-3: #ffd15a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --font-body: "Outfit", sans-serif;
  --font-display: "Sora", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 104, 27, 0.24), transparent 28%),
    radial-gradient(circle at 18% 22%, rgba(255, 188, 92, 0.12), transparent 20%),
    radial-gradient(circle at 85% 18%, rgba(255, 122, 41, 0.1), transparent 18%),
    linear-gradient(160deg, #081018 0%, #111a24 48%, #17222d 100%);
  min-height: 100vh;
}

body[data-font-mode="institucional"] {
  --font-body: "DM Sans", sans-serif;
  --font-display: "Plus Jakarta Sans", sans-serif;
}

body[data-font-mode="comercial"] {
  --font-body: "Outfit", sans-serif;
  --font-display: "Sora", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 88%);
  pointer-events: none;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  margin-bottom: 24px;
  background: rgba(16, 11, 10, 0.7);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.menu a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 32px 0 24px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-3);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.hero h1,
.section-heading h2,
.cta-banner h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  max-width: 10ch;
}

.hero-text,
.benefit-card p,
.product-card p,
.contact-card p,
.stats span,
.footer,
.button-secondary {
  color: var(--muted);
}

.hero-text {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 18px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #2b1205;
  background: linear-gradient(135deg, var(--accent-3), var(--accent), var(--accent-2));
  box-shadow: 0 16px 40px rgba(255, 104, 27, 0.35);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-card {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255, 95, 31, 0.9), rgba(255, 104, 27, 0.18) 42%, transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.glow-ring {
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 120, 44, 0.35);
  box-shadow:
    0 0 120px rgba(255, 102, 31, 0.55),
    inset 0 0 80px rgba(255, 162, 70, 0.2);
}

.hero-card img {
  position: relative;
  width: min(76%, 420px);
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.28));
}

.floating-note {
  position: absolute;
  z-index: 2;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(20, 13, 11, 0.76);
  backdrop-filter: blur(14px);
  font-weight: 600;
  box-shadow: var(--shadow);
}

.note-top {
  top: 42px;
  right: 24px;
}

.note-bottom {
  left: 24px;
  bottom: 34px;
}

.stats,
.benefit-grid,
.product-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

.stats {
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0 54px;
}

.stats article,
.benefit-card,
.product-card,
.contact-card,
.cta-banner {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.stats article {
  padding: 24px;
  border-radius: 24px;
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 2rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.benefits,
.products,
.contact {
  padding: 30px 0;
}

.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.benefit-card,
.product-card,
.contact-card {
  padding: 24px;
  border-radius: 28px;
}

.benefit-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--accent-3);
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.benefit-card h3,
.product-card h3,
.contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.product-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.featured {
  grid-row: span 2;
  background:
    radial-gradient(circle at top right, rgba(255, 180, 82, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(255, 101, 30, 0.18), rgba(255, 255, 255, 0.05));
}

.tag {
  display: inline-flex;
  padding: 8px 12px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(255, 209, 90, 0.14);
  color: var(--accent-3);
  font-weight: 700;
}

.cta-banner {
  margin: 30px 0;
  padding: 30px;
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(255, 184, 86, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 99, 31, 0.22), rgba(255, 255, 255, 0.05));
}

.cta-banner .button {
  margin-top: 22px;
}

.contact-grid {
  grid-template-columns: repeat(3, 1fr);
}

.contact-card-highlight {
  background:
    radial-gradient(circle at top left, rgba(255, 184, 86, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 101, 30, 0.14), rgba(255, 255, 255, 0.05));
}

.contact-logo {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 18px;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}

.contact-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent-3);
  font-weight: 700;
}

.footer {
  padding: 24px 0 6px;
  text-align: center;
}


@media (max-width: 980px) {
  .hero,
  .benefit-grid,
  .product-grid,
  .contact-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 420px;
  }

  .featured {
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 14px;
  }


  .topbar {
    top: 8px;
    border-radius: 20px;
    padding: 14px;
  }

  .menu {
    gap: 12px;
    font-size: 0.94rem;
  }

  .hero {
    padding-top: 18px;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-card {
    min-height: 360px;
  }

  .floating-note {
    font-size: 0.92rem;
  }
}
