:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-muted: #eef3f9;
  --surface-dark: #0f172a;
  --surface-dark-2: #172033;
  --text: #102033;
  --text-soft: #536277;
  --text-inverse: #f8fafc;
  --line: rgba(16, 32, 51, 0.1);
  --primary: #0b5ed7;
  --primary-dark: #0a4fb7;
  --success: #16a34a;
  --success-dark: #15803d;
  --accent: #dbeafe;
  --shadow-lg: 0 25px 70px rgba(15, 23, 42, 0.14);
  --shadow-md: 0 18px 40px rgba(15, 23, 42, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(11, 94, 215, 0.22);
  outline-offset: 3px;
}

.page-shell {
  overflow-x: clip;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.topbar {
  background: #0b1220;
  color: rgba(248, 250, 252, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 0;
  font-size: 0.9rem;
}

.topbar-line,
.topbar-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.chip-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.chip-inline strong {
  color: var(--text-inverse);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--text-inverse);
  background: linear-gradient(135deg, #0b5ed7, #0f172a);
  box-shadow:
    0 14px 30px rgba(11, 94, 215, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brand-text strong,
.brand-text span {
  display: block;
}

.brand-text strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-text span {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-phone {
  display: none;
  color: var(--text-soft);
  font-weight: 600;
  white-space: nowrap;
}

.section {
  padding: 80px 0;
}

.section-surface {
  background: var(--surface);
}

.section-muted {
  background: var(--surface-muted);
}

.section-dark {
  color: var(--text-inverse);
  background:
    radial-gradient(circle at top right, rgba(22, 163, 74, 0.16), transparent 30%),
    linear-gradient(140deg, #0f172a, #13213b 55%, #0f172a);
}

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

.section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(248, 250, 252, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-heading .eyebrow {
  margin-bottom: 16px;
}

.section-heading h1,
.section-heading h2,
.section-heading h3 {
  margin: 0 0 14px;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.section-heading h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.section-heading h2 {
  font-size: clamp(1.95rem, 3.6vw, 3.15rem);
}

.section-heading p {
  margin: 0;
  color: inherit;
  opacity: 0.92;
  max-width: 62ch;
  font-size: 1.02rem;
  line-height: 1.7;
}

.section-heading.dark p {
  color: rgba(248, 250, 252, 0.82);
}

.hero {
  position: relative;
  color: var(--text-inverse);
  background:
    linear-gradient(180deg, rgba(8, 14, 26, 0.12) 0%, rgba(8, 14, 26, 0.66) 100%),
    linear-gradient(135deg, #08101d, #13213b 58%, #102033);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(11, 94, 215, 0.26), transparent 36%),
    radial-gradient(circle at bottom right, rgba(22, 163, 74, 0.18), transparent 28%);
  pointer-events: none;
}

.hero .container {
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: center;
  padding: 54px 0 92px;
}

.hero-copy {
  max-width: 680px;
}

.hero-subheadline {
  font-size: clamp(1.05rem, 2.2vw, 1.38rem);
  color: rgba(248, 250, 252, 0.86);
  margin: 0 0 24px;
  line-height: 1.45;
}

.hero-welcome {
  margin-bottom: 28px;
}

.hero-welcome-title {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: none;
  margin-bottom: 16px;
}

.hero-welcome-copy {
  display: grid;
  gap: 12px;
  max-width: 56ch;
}

.hero-welcome-copy p {
  margin: 0;
  font-size: clamp(0.92rem, 1.6vw, 1rem);
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.84);
}

.hero-welcome-tagline {
  font-weight: 600;
  color: rgba(248, 250, 252, 0.92);
}

.hero-welcome-tagline strong {
  color: var(--text-inverse);
  font-weight: 800;
}

.hero-note {
  margin: 16px 0 0;
  padding: 15px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(248, 250, 252, 0.84);
  font-size: 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bullet-list,
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-bullets {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

.bullet-list li,
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: #0c5132;
  background: #d1fae5;
  box-shadow: inset 0 0 0 1px rgba(12, 81, 50, 0.08);
}

.hero .check-icon {
  color: #0f5132;
  background: #e5fff0;
}

.cta-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

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

.btn-primary,
.btn-wa-action,
.floating-whatsapp {
  color: var(--text-inverse);
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  box-shadow:
    0 16px 36px rgba(11, 94, 215, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.btn-primary:hover,
.btn-wa-action:hover,
.floating-whatsapp:hover {
  box-shadow:
    0 20px 42px rgba(11, 94, 215, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.btn-light {
  color: var(--primary);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(255, 255, 255, 0.14);
}

.btn-ghost {
  background: transparent;
  color: var(--primary);
  border-color: rgba(11, 94, 215, 0.18);
}

.btn-ghost:hover {
  background: rgba(11, 94, 215, 0.05);
}

.hero-media {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-media.hero-wa-panel {
  overflow: visible;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.hero-wa-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-wa-intro {
  margin: 0;
  text-align: left;
  color: rgba(248, 250, 252, 0.84);
  font-size: 0.95rem;
  line-height: 1.55;
}

.hero-wa-intro span {
  display: block;
}

.hero-wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-inverse);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-wa-badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--primary), var(--surface-dark));
  color: var(--text-inverse);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(11, 94, 215, 0.22);
}

.hero-wa-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.btn-wa-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.98rem;
  text-align: center;
  line-height: 1.25;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-wa-action-icon {
  flex-shrink: 0;
  opacity: 0.95;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(8, 14, 26, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 28px rgba(8, 14, 26, 0.22);
}

.hero-card strong {
  display: block;
  font-size: 1.12rem;
  margin-bottom: 4px;
}

.hero-card p {
  margin: 0;
  color: rgba(248, 250, 252, 0.8);
  font-size: 0.94rem;
}

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

.metric-box {
  padding: 14px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-box strong {
  display: block;
  font-size: 1.2rem;
}

.metric-box span {
  display: block;
  color: rgba(248, 250, 252, 0.76);
  font-size: 0.9rem;
}

.logo-grid,
.category-grid,
.service-grid,
.differential-grid,
.proof-grid,
.footer-grid {
  display: grid;
  gap: 16px;
}

.logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
}

.logo-chip {
  display: grid;
  place-items: center;
  min-height: 84px;
  padding: 20px 18px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-heineken { color: #007a33; }
.brand-amstel { color: #b41f13; }
.brand-cocacola { color: #c71f25; }
.brand-brahma { color: #cc1f26; }
.brand-pepsi { color: #1355c0; }
.brand-monster { color: #387d0b; }
.brand-redbull { color: #0f3f8f; }

.trust-bar {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(11, 94, 215, 0.1);
  border-radius: 26px;
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.trust-bar .check-list {
  display: grid;
  gap: 12px;
}

.service-card,
.category-card,
.differential-card,
.review-card,
.proof-card,
.cta-panel,
.footer-card,
.highlight-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.service-grid,
.category-grid,
.differential-grid,
.proof-grid,
.footer-grid {
  grid-template-columns: 1fr;
}

.service-card,
.category-card,
.differential-card,
.review-card,
.footer-card {
  padding: 24px;
}

.service-card:hover,
.category-card:hover,
.differential-card:hover,
.proof-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
  border-color: rgba(11, 94, 215, 0.18);
}

.service-card strong,
.category-card strong,
.differential-card strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.service-card p,
.category-card p,
.differential-card p,
.review-card p,
.footer-card p,
.footer-card li {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.highlight-panel {
  padding: 28px;
  background: linear-gradient(135deg, #0f172a, #13213b 60%, #0b5ed7);
  color: var(--text-inverse);
  box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.highlight-panel p {
  margin: 0;
  color: rgba(248, 250, 252, 0.82);
}

.category-card {
  position: relative;
  overflow: hidden;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: auto -16px -16px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(11, 94, 215, 0.06);
}

.category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 16px;
  font-size: 1.4rem;
  background: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.differential-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.differential-card .check-icon {
  margin-top: 2px;
}

.proof-grid {
  margin-bottom: 28px;
}

.proof-card {
  overflow: hidden;
}

.proof-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.proof-card figcaption {
  padding: 18px 20px;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.review-grid {
  display: grid;
  gap: 16px;
}

.stars {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  color: #f59e0b;
}

.review-card strong {
  display: block;
  margin-top: 12px;
  color: var(--text);
}

.cta-panel {
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(8, 14, 26, 0.94), rgba(19, 33, 59, 0.95)),
    linear-gradient(180deg, #102033, #0f172a);
  color: var(--text-inverse);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 50px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cta-panel p {
  margin: 0 0 22px;
  color: rgba(248, 250, 252, 0.82);
}

.cta-panel .check-list {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.cta-panel .check-icon {
  background: rgba(22, 163, 74, 0.18);
  color: #a7f3d0;
}

.footer {
  color: var(--text-inverse);
  background: #0b1220;
}

.footer-grid {
  margin-bottom: 24px;
}

.footer-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.footer-card p,
.footer-card li,
.footer-card a {
  color: rgba(248, 250, 252, 0.72);
}

.footer-card h3 {
  margin: 0 0 12px;
  font-size: 1.02rem;
}

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

.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(248, 250, 252, 0.62);
  font-size: 0.92rem;
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.floating-whatsapp svg {
  width: 20px;
  height: 20px;
}

.text-soft {
  color: var(--text-soft);
}

.text-center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .cta-group {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .logo-grid,
  .service-grid,
  .category-grid,
  .differential-grid,
  .proof-grid,
  .review-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .topbar-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .header-phone {
    display: inline;
  }

  .section {
    padding: 96px 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 46px;
    padding: 64px 0 104px;
  }

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

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

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

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

  .footer-grid {
    grid-template-columns: 1.1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .logo-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .trust-bar {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }

  .footer-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
