﻿:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-2: #eaf4ff;
  --text: #11213a;
  --muted: #50607a;
  --brand: #0f8aee;
  --brand-2: #18c4a3;
  --accent: #f86f3d;
  --line: #d5dfeb;
  --shadow: 0 24px 70px rgba(14, 42, 84, 0.15);
  --radius: 18px;
  --max: 1140px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, #d9f8f0 0%, transparent 40%),
    radial-gradient(circle at 100% 0%, #d8ebff 0%, transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #f5f8fc 52%, #ecf3fb 100%);
  line-height: 1.5;
}

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

.container {
  width: min(var(--max), 92vw);
  margin: 0 auto;
}

.topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  background: rgba(247, 248, 251, 0.64);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(26, 38, 58, 0.08);
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.topbar.scrolled {
  background: rgba(247, 248, 251, 0.64);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(26, 38, 58, 0.08);
  box-shadow: none;
}

.topbar-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

.logo-image {
  display: block;
  width: clamp(122px, 14.5vw, 176px);
  height: auto;
}

.menu {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-weight: 700;
  color: #6b7381;
  font-size: 1rem;
  align-items: center;
}

.menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.menu a i {
  font-size: 1.08rem;
  color: #767f8e;
}

.menu a:hover {
  color: #4e5868;
  background: transparent;
}

.menu-panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.18);
  color: #5f6b7b;
  font-family: "Sora", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-panel-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #465265;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  padding: 13px 22px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, #177ce3 45%, var(--brand-2) 100%);
  box-shadow: 0 16px 34px rgba(16, 132, 230, 0.35);
}

.btn-soft {
  color: var(--text);
  border: 1px solid var(--line);
  background: #fff;
}

.hero {
  padding: 116px 0 56px;
  position: relative;
  overflow: hidden;
  min-height: 690px;
  color: #fff;
  background: url("assets/backgroundtopo.png") center/cover no-repeat;
}

.hero-grid {
  display: block;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 4px;
  font-size: clamp(1.9rem, 3.8vw, 3.3rem);
  line-height: 1.07;
  color: #ffffff;
  max-width: 14.5ch;
}

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

.hero-content {
  padding: 26px 0 22px;
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.hero-title-dark {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 12ch;
}

#hero-typed-word {
  display: inline-block;
}

.type-cursor {
  display: inline-block;
  color: #9bc21f;
  font-weight: 600;
  animation: blink-cursor 0.8s steps(1, end) infinite;
}

@keyframes blink-cursor {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.hero-benefits {
  margin-top: 28px;
  display: grid;
  gap: 16px;
  list-style: none;
  max-width: 52ch;
}

.hero-benefits li {
  position: relative;
  padding-left: 32px;
  font-size: clamp(0.94rem, 1.22vw, 1.2rem);
  line-height: 1.45;
  color: #ffffff;
}

.hero-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(39, 227, 115, 0.24);
  background: #1fe965;
  animation: pulse-alert 1.15s ease-in-out infinite;
}

@keyframes pulse-alert {
  0% {
    box-shadow:
      0 0 0 0 rgba(39, 227, 115, 0.6),
      0 0 0 4px rgba(39, 227, 115, 0.2);
    filter: brightness(1);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(39, 227, 115, 0.18),
      0 0 16px 6px rgba(39, 227, 115, 0.5);
    filter: brightness(1.25);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(39, 227, 115, 0.6),
      0 0 0 4px rgba(39, 227, 115, 0.2);
    filter: brightness(1);
  }
}

.hero-subtext {
  margin-top: 34px;
  max-width: 38ch;
  font-size: clamp(0.96rem, 1.45vw, 1.3rem);
  line-height: 1.42;
  color: #ffffff;
}

.hero-outline-btn {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-outline-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.bar {
  width: 100%;
  border-radius: 999px;
  height: 9px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #38f2c2, #f9b756);
}

section {
  padding: 78px 0;
}

.section-head {
  margin-bottom: 34px;
  max-width: 67ch;
}

.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  margin-bottom: 10px;
}

.section-head p {
  color: var(--muted);
  font-size: 1.02rem;
}

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

.feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  min-height: 198px;
  box-shadow: 0 10px 24px rgba(16, 37, 74, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transform-origin: center;
}

.feature:hover {
  transform: scale(1.02);
  border-color: #b8cde6;
  box-shadow: 0 18px 34px rgba(16, 37, 74, 0.12);
}

.feature i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  margin-bottom: 14px;
  background: linear-gradient(150deg, #dff2ff, #d7fff6);
  color: #15578d;
  font-style: normal;
  font-weight: 700;
  font-family: "Sora", sans-serif;
}

.feature h3 {
  font-size: 1.04rem;
  margin-bottom: 8px;
}

.feature p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 24px;
}

.process-left .section-head {
  margin-bottom: 22px;
}

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

.process-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.process-visual {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.process-visual img {
  width: min(100%, 560px);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(13, 39, 80, 0.18));
}

.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  position: relative;
}

.step b {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  font-family: "Sora", sans-serif;
  color: #fff;
  background: #0eade7;
  margin-bottom: 14px;
}

.step h3 {
  margin-bottom: 6px;
  font-size: 1.02rem;
}

.step p {
  color: var(--muted);
  font-size: 0.93rem;
}

#gestao {
  background: #eaf7ef;
}

.gestao-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
  gap: 26px;
  align-items: center;
}

.gestao-content {
  color: #113159;
  padding: 26px 0;
  max-width: 62ch;
}

.gestao-content > h2,
.gestao-content > p,
.gestao-content > ul,
.gestao-content > ul > li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gestao-layout.visible .gestao-content > h2,
.gestao-layout.visible .gestao-content > p,
.gestao-layout.visible .gestao-content > ul,
.gestao-layout.visible .gestao-content > ul > li {
  opacity: 1;
  transform: translateY(0);
}

.gestao-layout.visible .gestao-content > h2 {
  transition-delay: 0.04s;
}

.gestao-layout.visible .gestao-content > p {
  transition-delay: 0.12s;
}

.gestao-layout.visible .gestao-content > ul {
  transition-delay: 0.2s;
}

.gestao-layout.visible .gestao-content > ul > li:nth-child(1) {
  transition-delay: 0.26s;
}

.gestao-layout.visible .gestao-content > ul > li:nth-child(2) {
  transition-delay: 0.33s;
}

.gestao-layout.visible .gestao-content > ul > li:nth-child(3) {
  transition-delay: 0.4s;
}

.gestao-layout.visible .gestao-content > ul > li:nth-child(4) {
  transition-delay: 0.47s;
}

#gestao h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  max-width: 18ch;
  color: #10294d;
}

.showcase-text {
  margin-top: 12px;
  max-width: 43ch;
  color: #4f6888;
  font-size: 1.1rem;
}

.list {
  display: grid;
  gap: 12px;
}

.list-gap {
  margin-top: 20px;
}

.list li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  font-size: 1.08rem;
  color: #17395e;
}

.list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38f2c2;
  position: absolute;
  top: 8px;
  left: 0;
  box-shadow: 0 0 0 5px rgba(56, 242, 194, 0.2);
  animation: pulse-list 1.35s ease-in-out infinite;
}

.gestao-image {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.gestao-image img {
  width: min(100%, 400px);
  height: auto;
  display: block;
}

.list li:nth-child(1)::before {
  animation-delay: 0s;
  animation-duration: 1.2s;
}

.list li:nth-child(2)::before {
  animation-delay: 0.33s;
  animation-duration: 1.55s;
}

.list li:nth-child(3)::before {
  animation-delay: 0.67s;
  animation-duration: 1.28s;
}

.list li:nth-child(4)::before {
  animation-delay: 0.21s;
  animation-duration: 1.7s;
}

@keyframes pulse-list {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.95);
    box-shadow: 0 0 0 3px rgba(56, 242, 194, 0.14);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
    box-shadow: 0 0 0 7px rgba(56, 242, 194, 0.28), 0 0 14px rgba(56, 242, 194, 0.42);
  }
}

.platform-slider-section {
  background: #f3f5f9;
  padding: 74px 0;
}

.platform-slider {
  position: relative;
}

.platform-viewport {
  overflow: hidden;
}

.platform-track {
  position: relative;
  display: flex;
  min-height: 520px;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.platform-slide {
  position: relative;
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
}

.platform-slide.is-active {
  opacity: 1;
}

.platform-copy h2 {
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 0.98;
  color: #030734;
  margin-bottom: 24px;
  max-width: 10ch;
}

.platform-copy p {
  color: #555b6e;
  font-size: 1.1rem;
  line-height: 1.45;
  max-width: 35ch;
  margin-bottom: 26px;
}

.platform-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #1455dd;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  min-width: 206px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.platform-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(20, 85, 221, 0.25);
}

.platform-media img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.platform-arrow {
  position: absolute;
  top: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1.8px solid #1e63ef;
  color: #1e63ef;
  background: transparent;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.platform-arrow i {
  font-size: 1.8rem;
}

.platform-arrow:hover {
  background: #1e63ef;
  color: #ffffff;
}

.platform-arrow-left {
  left: -84px;
}

.platform-arrow-right {
  right: -84px;
}

.platform-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.platform-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: #9ea4b3;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.platform-dot.is-active {
  background: #1e63ef;
  transform: scale(1.22);
}

.safe2pay-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  min-height: 760px;
  background: #eef9f3;
}

.safe2pay-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(8, 82, 150, 0.18) 0%, rgba(15, 139, 209, 0.14) 48%, rgba(76, 193, 255, 0.12) 100%),
    url("assets/background2.png") center/cover no-repeat fixed;
  z-index: 0;
}

.safe2pay-section .container {
  position: relative;
  z-index: 1;
}

.safe2pay-wrap {
  padding: 10px 0;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  min-height: 560px;
}

.safe2pay-content-right {
  display: grid;
  gap: 18px;
  grid-column: 1;
  width: 100%;
  max-width: 780px;
  justify-self: start;
}

.safe2pay-logo {
  width: 156px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.safe2pay-kicker {
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  margin-bottom: 10px;
}

.safe2pay-copy h2 {
  font-size: clamp(1.7rem, 3.1vw, 2.8rem);
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 12px;
}

.safe2pay-copy p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 55ch;
  font-size: 1.02rem;
}

.safe2pay-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.safe2pay-tags::-webkit-scrollbar {
  display: none;
}

.safe2pay-tags span {
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  font-size: 0.79rem;
  font-weight: 700;
  white-space: nowrap;
}

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

.safe2pay-item {
  padding: 2px 0 2px 10px;
  border-left: 3px solid #72deff;
}

.safe2pay-item h3 {
  font-size: 0.92rem;
  margin-bottom: 4px;
  color: #ffffff;
}

.safe2pay-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.32;
}

.advantages-section {
  padding: 76px 0;
  background:
    radial-gradient(circle at 0% 100%, rgba(95, 183, 255, 0.16), transparent 30%),
    #f5f8fc;
}

.advantages-section .section-head {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 68ch;
}

.advantages-section .section-head h2 {
  line-height: 0.96;
  margin-bottom: 12px;
}

.advantages-section .section-head p {
  margin: 0 auto;
  max-width: 72ch;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.adv-card {
  background: #dfeaf6;
  border: 1px solid #d0ddee;
  border-radius: 22px;
  min-height: 290px;
  padding: 28px 26px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 14px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  transform-origin: center;
}

.adv-card:hover {
  transform: scale(1.02);
  border-color: #b9cbe2;
  box-shadow: 0 14px 28px rgba(16, 37, 74, 0.12);
}

.adv-card.reveal.visible:hover {
  transform: translateY(0) scale(1.02);
}

.adv-card i {
  font-size: 2.4rem;
  color: #1290e4;
}

.adv-card p {
  color: #0f2c4f;
  font-size: 1.06rem;
  line-height: 1.35;
  max-width: 25ch;
}

.cta {
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #ebf4ff);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 54px 24px;
  box-shadow: 0 12px 28px rgba(15, 42, 84, 0.08);
}

.cta h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  margin-bottom: 10px;
}

.cta p {
  color: var(--muted);
  max-width: 62ch;
  margin: 0 auto;
}

.cta .hero-actions {
  justify-content: center;
  margin-top: 24px;
}

footer {
  padding: 24px 0 28px;
  background: #0b5f62;
  color: rgba(236, 249, 247, 0.92);
  text-align: center;
  font-size: 0.92rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .feature {
    transition: none;
    transform: none;
  }

  .gestao-content > h2,
  .gestao-content > p,
  .gestao-content > ul,
  .gestao-content > ul > li {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-right,
  .process-visual {
    justify-content: flex-start;
  }

  .process-visual img {
    width: min(100%, 460px);
  }

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

  .platform-track {
    min-height: 580px;
  }

  .platform-slide {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .platform-copy h2 {
    max-width: 11ch;
  }

  .platform-copy p {
    max-width: 58ch;
  }

  .platform-media img {
    max-height: 320px;
  }

  .platform-arrow {
    top: auto;
    bottom: 2px;
    transform: none;
    width: 52px;
    height: 52px;
  }

  .platform-arrow i {
    font-size: 1.45rem;
  }

  .platform-arrow-left {
    left: 0;
  }

  .platform-arrow-right {
    right: 0;
  }

  .platform-dots {
    margin-top: 24px;
  }

  .safe2pay-wrap {
    grid-template-columns: 1fr;
  }

  .safe2pay-content-right {
    grid-column: 1;
    justify-self: start;
    max-width: none;
  }

  .gestao-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .gestao-image {
    justify-content: flex-start;
  }

  .gestao-image img {
    width: min(100%, 330px);
  }

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

@media (max-width: 860px) {
  .menu {
    display: none;
  }

  .menu-panel-btn {
    display: none;
  }

  .gestao-content {
    padding: 10px 0;
  }

  #gestao h2 {
    max-width: 16ch;
  }

  .showcase-text {
    font-size: 1rem;
  }

  .platform-slider-section {
    padding: 62px 0;
  }

  .platform-track {
    min-height: 600px;
  }

  .safe2pay-section {
    padding: 62px 0;
    min-height: 0;
  }

  .safe2pay-wrap {
    min-height: 0;
  }

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

  .advantages-section {
    padding: 62px 0;
  }

  .hero {
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 40px;
  }

  .hero-content {
    padding: 22px 0 14px;
    max-width: none;
  }

  h1 {
    max-width: 18ch;
  }

  .hero-benefits li {
    font-size: 1.08rem;
  }

  .hero-subtext {
    font-size: 1.08rem;
  }
}

@media (max-width: 650px) {
  section {
    padding: 58px 0;
  }

  .features-grid,
  .process {
    grid-template-columns: 1fr;
  }

  .topbar-wrap {
    min-height: 70px;
  }

  .logo-image {
    width: clamp(106px, 32vw, 150px);
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-benefits {
    margin-top: 20px;
  }

  .hero-benefits li {
    font-size: 0.96rem;
  }

  .hero-subtext {
    margin-top: 22px;
    font-size: 0.98rem;
  }

  .hero-outline-btn {
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
  }

  .platform-track {
    min-height: 535px;
  }

  .platform-copy h2 {
    font-size: clamp(1.6rem, 9.4vw, 2.8rem);
    margin-bottom: 16px;
  }

  .platform-copy p {
    font-size: 0.98rem;
    margin-bottom: 16px;
  }

  .platform-cta {
    width: 100%;
    min-width: 0;
  }

  .platform-media img {
    max-height: 248px;
    border-radius: 14px;
  }

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

  .adv-card {
    min-height: 220px;
  }

  .safe2pay-wrap {
    padding: 0;
  }

  .safe2pay-copy h2 {
    font-size: clamp(1.45rem, 7vw, 2.1rem);
  }

}
