.eyebrow {
  color: var(--brand);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icon,
.metric-icon,
.stat-icon,
.label-icon,
.card-icon,
.feature-icon,
.workflow-icon,
.section-icon,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.icon svg,
.metric-icon svg,
.stat-icon svg,
.label-icon svg,
.card-icon svg,
.feature-icon svg,
.workflow-icon svg,
.section-icon svg,
.service-icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-logo {
  width: 112px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(30, 70, 120, 0.12));
}

.hero-logo {
  width: min(190px, 48vw);
  height: auto;
  display: block;
  margin-bottom: -4px;
  filter: drop-shadow(0 18px 35px rgba(30, 70, 120, 0.16));
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.15vw, 5.15rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.hero-subtitle {
  max-width: 690px;
  color: #435873;
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  font-weight: 400;
}

.hero-punchline {
  width: fit-content;
  padding: 7px 13px;
  color: #06442f;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 900;
  background: rgba(25, 211, 155, 0.14);
  border: 1px solid rgba(25, 211, 155, 0.24);
  border-radius: 999px;
}

.metrics-band {
  display: grid;
  gap: 22px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  width: 100%;
}

.hero-benefits::after {
  content: '';
  display: block;
  width: min(760px, 100%);
  height: 2px;
  margin: 74px auto 2px;
  flex-basis: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(45, 127, 249, 0.24),
    rgba(25, 211, 155, 0.34),
    transparent
  );
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(25, 211, 155, 0.16);
}

.metrics-band .proof-grid {
  width: 100%;
}

.hero-benefit {
  display: grid;
  flex: 1 1 300px;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
  max-width: calc((100% - 36px) / 3);
  min-height: 132px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(30, 70, 120, 0.1);
  backdrop-filter: blur(12px);
}

.metric-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #061222;
  font-size: 1.25rem;
  background: linear-gradient(135deg, var(--brand), #b8ffdb);
  border-radius: 16px;
}

.hero-benefit p {
  color: #17324f;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.42;
}

.hero-benefit:last-child {
  grid-column: auto;
}

.button,
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
}

.button:hover,
.store-button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #061222;
  background: linear-gradient(135deg, var(--brand), #afffd6);
  box-shadow: 0 18px 38px rgba(25, 211, 155, 0.28);
}

.button-ghost {
  color: #102033;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(30, 70, 120, 0.08);
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 164px;
  padding: 12px 18px;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  border-radius: 18px;
}

.store-button span {
  font-size: 0.76rem;
  opacity: 0.78;
}

.store-button strong {
  font-size: 1.05rem;
}

.store-button.primary {
  background: linear-gradient(135deg, #12b886, #2d7ff9);
}

.store-button.dark {
  background: #111827;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding-top: 8px;
}

.hero-cta-row .hero-actions,
.hero-cta-row .store-buttons {
  justify-content: center;
}

.hero-cta-row .button,
.hero-cta-row .store-button {
  box-shadow: 0 16px 42px rgba(30, 70, 120, 0.16);
}

.proof-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 0;
  padding: 10px 0 2px;
}

.proof-card {
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
  min-height: 150px;
  padding: 20px 24px;
  color: var(--text);
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.stat-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  color: var(--brand-dark);
  font-size: 1.28rem;
  background: rgba(25, 211, 155, 0.1);
  border: 1px solid rgba(25, 211, 155, 0.18);
  border-radius: 16px;
}

.proof-card:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(16, 32, 51, 0.14), transparent);
}

.proof-card strong {
  display: block;
  color: #102033;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-shadow: none;
}

.proof-label {
  display: block;
  margin: 16px auto 7px;
  max-width: 220px;
  color: #102033;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.2;
}

.proof-card small {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.pain-solution-panel {
  padding: clamp(26px, 5vw, 46px);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 176, 32, 0.16), transparent 22rem),
    radial-gradient(circle at 86% 8%, rgba(25, 211, 155, 0.18), transparent 24rem),
    rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(15, 31, 55, 0.08);
  backdrop-filter: blur(14px);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.comparison-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 26px;
}

.comparison-card::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 7px;
  height: 100%;
}

.comparison-card.pain::before {
  background: #ff5c5c;
}

.comparison-card.solution::before {
  background: var(--brand);
}

.comparison-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-weight: 900;
  border-radius: 999px;
}

.label-icon {
  font-size: 1rem;
}

.pain .comparison-label {
  color: #8a1f1f;
  background: #ffe7e7;
}

.solution .comparison-label {
  color: #06442f;
  background: #dcfff0;
}

.comparison-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-list li {
  position: relative;
  padding-right: 28px;
  color: #435873;
  font-weight: 700;
}

.comparison-list li::before {
  content: '';
  position: absolute;
  top: 0.62em;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.36;
}

.smart-route-panel {
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(15, 31, 55, 0.08);
  backdrop-filter: blur(14px);
}

.smart-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.smart-route-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, #0d2746, #145c7b);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(20, 92, 123, 0.16);
}

.smart-route-card:nth-child(2) {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, #073522, #0f9f7a);
}

.card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: #063320;
  font-size: 1.35rem;
  background: #ffffff;
  border-radius: 16px;
}

.card-icon.light {
  color: #061222;
}

.smart-route-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 13px;
  color: #061222;
  font-weight: 900;
  background: #ffffff;
  border-radius: 999px;
}

.smart-route-card h3 {
  max-width: 440px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.smart-route-card p {
  margin-top: 16px;
  color: #e3f4ff;
  font-size: 1.12rem;
}

.smart-route-footer {
  max-width: 900px;
  margin: 22px auto 0;
  color: #17324f;
  font-size: 1.12rem;
  font-weight: 900;
  text-align: center;
}

.section-highlight {
  width: fit-content;
  padding: 14px 18px;
  color: #063320;
  font-weight: 900;
  background: #dfffee;
  border: 1px solid #b6f8d5;
  border-radius: 999px;
}

.feature-card,
.network-card,
.workflow-card,
.route-panel,
.trust-panel,
.download-card {
  background: var(--surface);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(15, 31, 55, 0.08);
}

.feature-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 430px;
  padding: 26px;
}

.feature-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  color: #102033;
  font-size: 1.42rem;
  background: linear-gradient(135deg, rgba(45, 127, 249, 0.12), rgba(25, 211, 155, 0.18));
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 18px;
}

.feature-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--brand));
  border-radius: 16px;
}

.check-list,
.trust-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.trust-list li {
  position: relative;
  padding-right: 28px;
  color: var(--muted);
}

.check-list li::before,
.trust-list li::before {
  content: '';
  position: absolute;
  top: 0.62em;
  right: 0;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, var(--brand), var(--blue));
  border-radius: 50%;
}

.route-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  padding: 40px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(25, 211, 155, 0.2), transparent 32rem),
    linear-gradient(135deg, #081525, #10233b);
}

.route-copy h2,
.route-copy p:not(.eyebrow) {
  color: #ffffff;
}

.route-copy p:not(.eyebrow) {
  color: #d6e3f3;
  font-size: 1.16rem;
}

.route-stepper {
  display: grid;
  gap: 12px;
}

.route-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.route-step span,
.workflow-card span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #061222;
  font-weight: 900;
  background: var(--brand);
  border-radius: 14px;
}

.network-card,
.workflow-card {
  padding: 26px;
}

.network-card .card-icon {
  color: #102033;
  background: rgba(25, 211, 155, 0.12);
  border: 1px solid rgba(25, 211, 155, 0.2);
}

.network-card p,
.workflow-card p {
  margin-top: 10px;
  color: var(--muted);
}

.workflow-card {
  position: relative;
  min-height: 240px;
}

.workflow-icon {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  color: rgba(45, 127, 249, 0.86);
  font-size: 1.22rem;
  background: rgba(45, 127, 249, 0.08);
  border-radius: 15px;
}

.section-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  color: #102033;
  font-size: 1.55rem;
  background: linear-gradient(135deg, rgba(45, 127, 249, 0.12), rgba(25, 211, 155, 0.18));
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 20px;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: center;
  padding: 38px;
}

.service-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.service-cloud > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  color: #0c1a2d;
  font-weight: 900;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(15, 31, 55, 0.08);
}

.service-icon {
  color: var(--brand-dark);
  font-size: 1rem;
}

.download-card {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(34px, 7vw, 74px);
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.download-card h2 {
  max-width: 980px;
  color: #ffffff;
}

.download-card p:not(.eyebrow),
.download-lead {
  max-width: 860px;
  color: #d8e6f6;
  font-size: 1.18rem;
}

.download-promise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(940px, 100%);
}

.download-promise-grid article {
  padding: 24px;
  text-align: right;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  backdrop-filter: blur(14px);
}

.download-promise-grid article > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  padding: 6px 12px;
  color: #061222;
  font-weight: 900;
  background: var(--brand);
  border-radius: 999px;
}

.download-promise-grid strong {
  display: block;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
}

.download-promise-grid p {
  margin-top: 10px;
  color: #dceafe;
}

.download-final-line {
  width: min(860px, 100%);
  padding: 14px 18px;
  color: #061222;
  font-size: 1.08rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff, #dfffee);
  border-radius: 999px;
}

.download-card .store-buttons {
  justify-content: center;
}

.download-card .store-button {
  min-width: 210px;
  min-height: 68px;
  align-items: center;
  text-align: center;
}

.support-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: min(760px, 100%);
  margin-top: clamp(34px, 7vw, 76px);
}

.support-btn {
  display: inline-flex;
  min-height: auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 2px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
  border: 0;
  border-radius: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.support-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.support-btn .icon,
.support-icon {
  width: 18px;
  height: 18px;
  font-size: 1rem;
}

.support-icon svg {
  fill: none;
  stroke: currentColor;
}

.support-btn.whatsapp {
  background: transparent;
  box-shadow: none;
}

.support-btn.email {
  background: transparent;
  backdrop-filter: none;
}
