: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-section .shell {
  width: min(100% - 64px, 1320px);
}

.pricing-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4.4vw, 58px);
  align-items: center;
  margin-bottom: 38px;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid #e2e7ef;
  border-radius: 24px;
  background: #eef2f6;
}

.pricing-intro .section-heading {
  max-width: 560px;
  margin-bottom: 0;
}

.pricing-intro .section-heading h2 {
  font-size: clamp(1.95rem, 2.85vw, 3rem);
  line-height: 1.06;
}

.pricing-intro .section-heading p {
  max-width: 540px;
  font-size: clamp(1rem, 1.18vw, 1.1rem);
}

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

.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: 1px solid rgba(10, 76, 255, 0.52);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(6, 8, 13, 0.06);
  overflow: hidden;
}

.pricing-card.highlighted {
  border-color: var(--blue);
  box-shadow: 0 22px 54px rgba(10, 76, 255, 0.13);
}

.pricing-card.professional {
  border-color: rgba(15, 23, 42, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.pricing-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  line-height: 1;
  text-align: center;
}

.plan-subtitle {
  margin: 16px 0 26px;
  color: var(--blue);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.pricing-controls {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: center;
  width: min(100%, 520px);
  gap: 22px;
  align-items: center;
  margin: 0;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(6, 8, 13, 0.045);
}

.pricing-controls-title {
  margin: 0;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.rooms-picker,
.currency-picker {
  display: grid;
  gap: 10px;
}

.rooms-picker {
  display: grid;
  grid-template-columns: minmax(118px, 1fr) 122px minmax(118px, 1fr);
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(100%, 460px);
  gap: 14px;
  color: var(--black);
  font-size: clamp(1.04rem, 1.22vw, 1.24rem);
  font-weight: 900;
  line-height: 1.1;
}

.rooms-label {
  justify-self: end;
  white-space: nowrap;
}

.rooms-unit {
  justify-self: start;
  min-width: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

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

.number-stepper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  width: 122px;
  min-height: 56px;
  overflow: hidden;
  border: 1px solid #d8e0eb;
  border-radius: 14px;
  background: var(--white);
}

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

.rooms-picker input {
  min-height: 54px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  appearance: textfield;
  font-size: 1.32rem;
  text-align: center;
}

.rooms-picker input::-webkit-outer-spin-button,
.rooms-picker input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.stepper-buttons {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  border-left: 1px solid #d8e0eb;
  background: #f5f7fb;
}

.stepper-buttons button {
  width: 32px;
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--black);
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.stepper-buttons button + button {
  border-top: 1px solid #d8e0eb;
}

.stepper-buttons button:hover,
.stepper-buttons button:focus-visible {
  color: var(--blue);
  background: #eef3ff;
}

.rooms-picker input:focus,
.currency-picker select:focus {
  outline: none;
}

.number-stepper:focus-within {
  outline: 2px solid rgba(10, 76, 255, 0.14);
  border-color: rgba(10, 76, 255, 0.45);
}

.billing-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f4f7fb;
}

.billing-toggle button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
}

.billing-toggle button.is-active {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(10, 76, 255, 0.18);
}

.billing-toggle span {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.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: #1f9d3a;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
}

.price-block p {
  margin: 8px 0 0;
  color: var(--black);
  line-height: 1.6;
  text-align: center;
}

.setup-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
}

.setup-price span {
  color: var(--muted);
  font-weight: 800;
}

.setup-price strong {
  color: var(--black);
  font-size: 1.2rem;
}

.professional-block {
  display: grid;
  gap: 12px;
  min-height: 170px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #dce3ee;
  border-radius: 16px;
  background: #f8fafc;
  text-align: center;
}

.professional-block strong {
  color: var(--black);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.05;
  font-weight: 900;
}

.professional-block p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.quote-action {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  justify-self: center;
  gap: 10px;
  width: min(100%, 460px);
  margin: 0;
  color: var(--black);
  font-size: clamp(0.86rem, 0.96vw, 0.94rem);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.quote-action.is-visible {
  color: var(--blue);
}

.quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 148px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(10, 76, 255, 0.18);
}

.quote-button:hover,
.quote-button:focus-visible {
  background: var(--blue-dark);
}

.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;
}

.plan-features {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features li {
  position: relative;
  padding-left: 24px;
  color: var(--black);
  font-size: 1.02rem;
  line-height: 1.35;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(10, 76, 255, 0.1);
}

.faq-section {
  background:
    linear-gradient(180deg, #f7f9fd 0%, #eef3f9 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  counter-reset: faq;
}

.faq-grid article {
  position: relative;
  min-height: 210px;
  padding: 30px 30px 30px 92px;
  border: 1px solid #dfe6f0;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff, #fbfcff);
  box-shadow: 0 18px 44px rgba(6, 8, 13, 0.055);
  counter-increment: faq;
}

.faq-grid article::before {
  content: counter(faq, decimal-leading-zero);
  position: absolute;
  left: 28px;
  top: 30px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(10, 76, 255, 0.2);
}

.faq-grid h3 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(1.12rem, 1.5vw, 1.34rem);
  line-height: 1.18;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.payment-page {
  background: #f3f6fb;
}

.payment-hero {
  padding: 72px 0;
}

.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.payment-panel {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #dfe6f0;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(6, 8, 13, 0.06);
}

.payment-summary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 210, 46, 0.22), transparent 28%),
    linear-gradient(135deg, #05070c 0%, #071940 48%, #0a4cff 120%);
}

.payment-summary h1,
.payment-form-panel h2 {
  margin: 0;
  color: var(--black);
  font-weight: 900;
  line-height: 1.05;
}

.payment-summary .eyebrow {
  color: var(--yellow);
}

.payment-summary h1 {
  max-width: 680px;
  color: var(--white);
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.payment-summary > p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.65;
}

.payment-form-panel h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
}

.selected-plan {
  display: grid;
  grid-template-columns: repeat(4, minmax(138px, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.selected-plan div {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 104px;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.selected-plan span,
.stripe-box span {
  display: block;
  color: #5f6f8a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.selected-plan span {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.15;
  overflow-wrap: normal;
  text-wrap: balance;
}

.selected-plan strong {
  display: block;
  margin-top: 10px;
  max-width: 100%;
  color: var(--white);
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
  line-height: 1.05;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-align: center;
}

.company-box {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.company-box h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 1.18rem;
}

.contract-total {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 210, 46, 0.34);
  border-radius: 14px;
  background: rgba(255, 210, 46, 0.12);
  text-align: center;
}

.contract-total span,
.contract-total p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contract-total strong {
  color: var(--yellow);
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
}

.contract-total p {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
}

.contract-features {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.contract-features h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.2;
}

.contract-features ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contract-features li {
  position: relative;
  min-height: 40px;
  padding: 10px 12px 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.contract-features li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
}

.company-box dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.company-box dl div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  align-items: start;
}

.company-box dt {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 900;
}

.company-box dd {
  margin: 0;
  color: var(--white);
  line-height: 1.45;
}

.company-box a {
  color: var(--yellow);
  font-weight: 800;
}

.payment-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.payment-form label {
  display: grid;
  gap: 7px;
}

.payment-form label span {
  color: #344054;
  font-size: 0.82rem;
  font-weight: 900;
}

.payment-form input,
.payment-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d8e0eb;
  border-radius: 14px;
  color: var(--black);
  background: #ffffff;
  font: inherit;
  font-weight: 700;
}

.payment-form textarea {
  min-height: 104px;
  padding-top: 12px;
  resize: vertical;
}

.payment-form input:focus,
.payment-form textarea:focus {
  outline: 3px solid rgba(10, 76, 255, 0.14);
  border-color: rgba(10, 76, 255, 0.45);
}

.stripe-box {
  display: grid;
  gap: 14px;
  margin-top: 10px;
  padding: 18px;
  border: 1px solid rgba(10, 76, 255, 0.22);
  border-radius: 16px;
  background: #f8fbff;
}

.stripe-box strong {
  display: block;
  margin-top: 6px;
  color: var(--black);
  font-size: 1.4rem;
}

.stripe-total {
  display: grid;
  justify-items: center;
  padding: 16px;
  border: 1px solid #d8e0eb;
  border-radius: 14px;
  background: #ffffff;
  text-align: center;
}

.stripe-total strong {
  margin-top: 8px;
  color: #1f9d3a;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.stripe-box p,
.payment-note {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.payment-note {
  font-size: 0.88rem;
}

.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-form {
  display: grid;
  gap: 14px;
  min-width: 420px;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.96);
  font: inherit;
  font-weight: 700;
}

.contact-form textarea {
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(255, 210, 46, 0.24);
  border-color: var(--yellow);
}

.phone-field {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 10px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.4;
}

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

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

  .hero-grid {
    gap: 36px;
  }

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

  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .contract-features ul {
    grid-template-columns: 1fr;
  }

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

  .pricing-controls {
    justify-self: stretch;
    width: 100%;
  }

  .rooms-picker {
    grid-template-columns: minmax(118px, 1fr) 122px minmax(118px, 1fr);
  }

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

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

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

  .pricing-section .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 {
    padding: 24px;
  }

  .payment-hero {
    padding: 42px 0;
  }

  .payment-panel {
    padding: 22px;
  }

  .selected-plan,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid article {
    min-height: auto;
    padding: 76px 22px 24px;
  }

  .faq-grid article::before {
    left: 22px;
    top: 22px;
  }

  .company-box dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pricing-controls {
    padding: 20px;
  }

  .rooms-picker {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .rooms-label,
  .rooms-unit {
    justify-self: center;
    text-align: center;
  }

  .quote-action {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .rooms-picker input {
    width: 100%;
    max-width: 150px;
  }

  .number-stepper {
    width: 132px;
  }

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

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

  .final-card {
    padding: 28px;
  }

  .contact-form {
    min-width: 0;
  }

  .form-grid,
  .phone-field {
    grid-template-columns: 1fr;
  }
}

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

  .modules-track {
    animation: none;
  }

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