:root {
  --black: #06080d;
  --black-2: #0d111a;
  --blue: #0a4cff;
  --blue-dark: #082a88;
  --yellow: #ffd22e;
  --yellow-soft: #fff2a8;
  --white: #ffffff;
  --muted: #667085;
  --line: #e6eaf0;
  --surface: #f5f7fb;
  --radius: 22px;
  --shadow: 0 26px 70px rgba(6, 8, 13, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  color: var(--black);
  background: var(--surface);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(230, 234, 240, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 142px;
  height: 54px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #344054;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  color: var(--white);
  background: var(--black);
}

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

.button-primary {
  color: var(--black);
  background: var(--yellow);
  box-shadow: 0 18px 34px rgba(255, 210, 46, 0.25);
}

.button-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.button-secondary.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 210, 46, 0.26), transparent 27%),
    linear-gradient(135deg, #05070c 0%, #071940 48%, #0a4cff 120%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--yellow), var(--blue), var(--yellow));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.hero-copy h1,
.section-heading h2,
.benefit-layout h2,
.final-card h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 700px;
  font-size: clamp(2.6rem, 5.2vw, 4.9rem);
  line-height: 1.02;
  font-weight: 800;
}

.hero-text {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.18rem;
  line-height: 1.7;
}

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

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  max-width: 720px;
}

.hero-proof div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  font-size: 1.12rem;
}

.hero-proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.product-visual {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.browser-bar {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--yellow);
}

.browser-bar span:nth-child(2) {
  background: #65d98b;
}

.browser-bar span:nth-child(3) {
  background: #ff6b6b;
}

.browser-bar p {
  margin: 0 0 0 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 84px 1fr;
  min-height: 480px;
  background: #f9fbff;
}

.dashboard-preview aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 18px;
  background: var(--black);
}

.mini-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--yellow), var(--blue));
}

.dashboard-preview aside span {
  width: 44px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.dashboard-preview aside .side-active {
  height: 34px;
  background: var(--blue);
}

.preview-main {
  padding: 24px;
}

.preview-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.preview-top div,
.preview-list,
.preview-chart {
  border: 1px solid #e7ebf3;
  border-radius: 18px;
  background: var(--white);
}

.preview-top div {
  padding: 18px;
}

.preview-top p,
.preview-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.preview-top strong {
  display: block;
  margin-top: 8px;
  color: var(--black);
  font-size: 1.8rem;
}

.preview-chart {
  height: 180px;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 14px;
  padding: 18px;
}

.preview-chart span {
  flex: 1;
  min-width: 16px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
}

.preview-chart span:nth-child(even) {
  background: linear-gradient(180deg, var(--yellow), #f4ad00);
}

.preview-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 16px;
}

.preview-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
}

.preview-list strong {
  grid-column: 2;
  color: var(--black);
}

.status-dot {
  grid-row: span 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #20c997;
}

.status-dot.yellow {
  background: var(--yellow);
}

.status-dot.blue {
  background: var(--blue);
}

.modules-strip {
  background: var(--yellow);
  overflow: hidden;
}

.modules-carousel {
  display: flex;
  width: 100%;
  color: var(--black);
  font-weight: 900;
}

.modules-track {
  display: flex;
  align-items: center;
  min-width: max-content;
  animation: modules-marquee 34s linear infinite;
}

.modules-carousel:hover .modules-track {
  animation-play-state: paused;
}

.modules-track span {
  min-width: 190px;
  padding: 0 32px;
  line-height: 76px;
  text-align: center;
  white-space: nowrap;
}

@keyframes modules-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.benefit-layout h2,
.final-card h2 {
  color: var(--black);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 900;
}

.section-heading p,
.benefit-layout p,
.final-card p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 36px rgba(6, 8, 13, 0.06);
}

.feature-card.highlighted {
  color: var(--white);
  background: linear-gradient(135deg, var(--black), var(--blue-dark));
}

.feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--black);
  background: var(--yellow);
  font-weight: 900;
}

.feature-card h3 {
  margin: 34px 0 12px;
  font-size: 1.32rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.feature-card.highlighted p {
  color: rgba(255, 255, 255, 0.74);
}

.dark-section {
  color: var(--white);
  background: var(--black);
}

.benefit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  gap: 70px;
  align-items: start;
}

.benefit-layout h2,
.final-card h2 {
  color: var(--white);
}

.benefit-layout p,
.final-card p {
  color: rgba(255, 255, 255, 0.7);
}

.benefit-list {
  display: grid;
  gap: 14px;
}

.benefit-list div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.benefit-list strong,
.benefit-list span {
  display: block;
}

.benefit-list strong {
  color: var(--yellow);
  font-size: 1.08rem;
}

.benefit-list span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.workflow {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 48px;
}

.steps {
  display: grid;
  gap: 16px;
}

.steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.steps span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--black);
  background: var(--yellow);
  font-weight: 900;
}

.steps h3,
.steps p {
  margin: 0;
}

.steps h3 {
  font-size: 1.14rem;
}

.steps p {
  color: var(--muted);
  line-height: 1.55;
}

.pricing-section {
  background: var(--white);
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.6fr);
  gap: 54px;
  align-items: center;
}

.latam-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 760px;
  margin-top: 34px;
}

.latam-flags span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 10px 24px rgba(6, 8, 13, 0.05);
  font-size: 1.55rem;
  line-height: 1;
}

.pricing-card {
  padding: 30px;
  border: 2px solid var(--black);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
  box-shadow: 18px 18px 0 var(--yellow);
  overflow: hidden;
}

.currency-picker {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.currency-picker span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.currency-picker select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--black);
  background: var(--white);
  font: inherit;
  font-weight: 700;
}

.currency-picker select:focus {
  outline: 3px solid rgba(10, 76, 255, 0.16);
  border-color: var(--blue);
}

.price-block span {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.price-block strong {
  display: block;
  margin-top: 8px;
  color: var(--black);
  font-size: clamp(1.85rem, 3.05vw, 2.85rem);
  line-height: 1.05;
  font-weight: 900;
  white-space: nowrap;
}

.price-block p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.exchange-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.price-divider {
  height: 1px;
  margin: 26px 0;
  background: var(--line);
}

.pricing-card .button {
  margin-top: 28px;
}

.final-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, var(--blue-dark), var(--black));
}

.final-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.06);
}

.contact-actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .benefit-layout,
  .workflow,
  .pricing-layout,
  .final-card {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 36px;
  }

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

  .modules-track span {
    min-width: 170px;
    padding: 0 26px;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    min-height: 68px;
  }

  .brand-logo {
    width: 118px;
    height: 46px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding: 58px 0 54px;
  }

  .hero-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.1rem);
  }

  .hero-proof,
  .feature-grid,
  .preview-top {
    grid-template-columns: 1fr;
  }

  .modules-track {
    animation-duration: 28s;
  }

  .modules-track span {
    min-width: 150px;
    padding: 0 20px;
    line-height: 68px;
  }

  .hero-actions {
    display: grid;
  }

  .dashboard-preview {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dashboard-preview aside {
    display: none;
  }

  .product-visual {
    border-radius: 22px;
  }

  .section {
    padding: 68px 0;
  }

  .pricing-card {
    box-shadow: 9px 9px 0 var(--yellow);
  }

  .latam-flags {
    gap: 9px;
    margin-top: 26px;
  }

  .latam-flags span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 1.28rem;
  }

  .final-card {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modules-carousel {
    overflow-x: auto;
  }

  .modules-track {
    animation: none;
  }

  .modules-track[aria-hidden="true"] {
    display: none;
  }
}
