﻿* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #d7dde0;
  font-family: 'Poppins', sans-serif;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #d7dde0;
  font-family: 'Poppins', sans-serif;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand {
  position: absolute;
  top: 13.5%;
  left: 60.5%;
  color: #1d7fc1;
  line-height: 1;
}

.brand__main {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.brand__icon {
  display: grid;
  width: 33px;
  height: 31px;
  place-items: center;
  color: #ffffff;
  background: #1d9bd3;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.brand__name {
  font-size: clamp(2rem, 4.45vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.brand__years {
  margin-left: 8px;
  font-size: clamp(2rem, 4.7vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.brand__years-label {
  align-self: center;
  margin-left: -2px;
  color: #5f7280;
  font-size: clamp(0.36rem, 0.7vw, 0.55rem);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand__tagline {
  display: block;
  margin-top: 3px;
  margin-left: 40px;
  color: rgba(92, 115, 128, 0.62);
  font-size: clamp(0.78rem, 1.55vw, 1.2rem);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hero__content {
  position: absolute;
  top: 43.8%;
  left: 4.3%;
  width: 38%;
  text-align: center;
}

.hero__content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4.05vw, 4.1rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.055em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}

.hero__content p {
  margin: 18px 0 0;
  color: #050505;
  font-size: clamp(1rem, 1.7vw, 1.72rem);
  font-weight: 800;
  line-height: 1.35;
}

.step-section {
  position: relative;
  min-height: 56.25vw;
  padding: 4.1vw 4.8vw 5vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 57%, #ffffff 0 26%, #f4f4f4 48%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.step-shape {
  position: absolute;
  width: 23vw;
  height: 23vw;
  border-radius: 50%;
  background: linear-gradient(135deg, #1382cb, #49c4d6);
}

.step-shape--top {
  top: -11.3vw;
  left: -11.1vw;
}

.step-shape--bottom {
  right: -11.5vw;
  bottom: -12.5vw;
}

.step-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 5.5vw;
  text-align: center;
  font-size: clamp(1.55rem, 2.7vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.step-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 43.2% 4px 1fr;
  gap: 8.5%;
  align-items: start;
  max-width: 90vw;
  margin: 0 auto;
}

.operation-column h3,
.niche-column h3 {
  margin: 0 0 3.8vw;
  font-size: clamp(1.35rem, 2.45vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.operation-column h3 {
  padding-left: 7.9vw;
}

.operation-item {
  display: grid;
  grid-template-columns: 6.3vw 1fr;
  gap: 1.7vw;
  align-items: center;
  margin-bottom: 4.1vw;
}

.operation-item p {
  margin: 0;
  font-size: clamp(1.15rem, 2.23vw, 2.25rem);
  line-height: 1.27;
  letter-spacing: -0.045em;
}

.operation-item strong {
  font-weight: 800;
}

.step-divider {
  width: 4px;
  height: 36.6vw;
  background: #000000;
}

.niche-column {
  padding-left: 0.2vw;
}

.niche-column ul {
  margin: 0;
  padding-left: 4.7vw;
}

.niche-column li {
  margin: 0 0 1.65vw;
  padding-left: 0.65vw;
  font-size: clamp(1.35rem, 2.75vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.niche-column li::marker {
  font-size: 0.92em;
}

.line-icon {
  position: relative;
  width: 6.2vw;
  height: 5.8vw;
  min-width: 54px;
  min-height: 50px;
}

.line-icon::before,
.line-icon::after,
.line-icon span {
  content: "";
  position: absolute;
  display: block;
  border: 2px solid #111111;
}

.line-icon--building::before {
  left: 0.9vw;
  bottom: 0.4vw;
  width: 3.6vw;
  height: 3.7vw;
}

.line-icon--building::after {
  left: 0.55vw;
  top: 1.1vw;
  width: 4.2vw;
  height: 0.6vw;
}

.line-icon--building span:nth-child(1) {
  left: 2.45vw;
  bottom: 0.4vw;
  width: 0.9vw;
  height: 1.5vw;
}

.line-icon--building span:nth-child(2),
.line-icon--building span:nth-child(3),
.line-icon--building span:nth-child(4) {
  width: 0.75vw;
  height: 0.75vw;
}

.line-icon--building span:nth-child(2) {
  left: 1.35vw;
  top: 2.25vw;
}

.line-icon--building span:nth-child(3) {
  left: 3.25vw;
  top: 2.25vw;
}

.line-icon--building span:nth-child(4) {
  left: 1.5vw;
  top: 0.15vw;
  width: 3.7vw;
  height: 0;
  transform: rotate(-28deg);
}

.line-icon--home-office::before {
  left: 0.4vw;
  top: 1.8vw;
  width: 4.9vw;
  height: 3.2vw;
  transform: skewY(-2deg);
}

.line-icon--home-office::after {
  left: 0.25vw;
  top: 0.75vw;
  width: 4.9vw;
  height: 4.9vw;
  border-width: 2px 2px 0 0;
  transform: rotate(-35deg) skew(15deg, 15deg);
}

.line-icon--home-office span:nth-child(1) {
  left: 2.8vw;
  top: 2.6vw;
  width: 1.15vw;
  height: 1.15vw;
  border-radius: 50%;
}

.line-icon--home-office span:nth-child(2) {
  left: 2.25vw;
  top: 3.85vw;
  width: 2.15vw;
  height: 0.85vw;
  border-radius: 1vw 1vw 0 0;
}

.line-icon--home-office span:nth-child(3) {
  left: 0.95vw;
  top: 3.1vw;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
}

.line-icon--home-office span:nth-child(4) {
  left: 5vw;
  top: 0.2vw;
  width: 0.7vw;
  height: 1.2vw;
}

.line-icon--hybrid::before {
  left: 0.4vw;
  top: 0.4vw;
  width: 1.35vw;
  height: 2.45vw;
}

.line-icon--hybrid::after {
  right: 0.45vw;
  bottom: 0.35vw;
  width: 2vw;
  height: 1.8vw;
}

.line-icon--hybrid span:nth-child(1) {
  right: 0.95vw;
  bottom: 2.15vw;
  width: 1.35vw;
  height: 1.35vw;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
}

.line-icon--hybrid span:nth-child(2) {
  left: 0.75vw;
  top: 4.1vw;
  width: 3vw;
  height: 1.5vw;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 2vw;
}

.line-icon--hybrid span:nth-child(3) {
  right: 1vw;
  top: 1.1vw;
  width: 2.6vw;
  height: 1.6vw;
  border-width: 2px 2px 0 0;
  border-radius: 0 2vw 0 0;
}

.line-icon--hybrid span:nth-child(4) {
  left: 0.8vw;
  top: 1.25vw;
  width: 0.7vw;
  height: 0;
}

.regularization-section {
  position: relative;
  min-height: 56.25vw;
  padding: 4.4vw 1.7vw 3vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, #ffffff 0 27%, #f4f4f4 49%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.regularization-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 5.3vw;
  text-align: center;
  font-size: clamp(1.55rem, 2.65vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.regularization-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 47.4% 4px 1fr;
  gap: 4.1%;
  align-items: start;
  max-width: 96.7vw;
  margin: 0 auto;
}

.cnpj-column h3,
.cadastur-column h3 {
  margin: 0 0 2.8vw;
  text-align: center;
  font-size: clamp(1.35rem, 2.45vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.regularization-divider {
  width: 4px;
  height: 40.1vw;
  background: #000000;
}

.document-icon,
.building-icon {
  position: relative;
  width: 10.4vw;
  height: 8.9vw;
  margin: 0 auto 3vw;
}

.document-icon::before,
.document-icon::after,
.document-icon span,
.building-icon::before,
.building-icon::after,
.building-icon span {
  content: "";
  position: absolute;
  display: block;
  border: 2px solid #111111;
}

.document-icon::before {
  left: 0.3vw;
  top: 0;
  width: 4.2vw;
  height: 7.8vw;
}

.document-icon::after {
  left: 4.35vw;
  top: 0;
  width: 2.4vw;
  height: 2.4vw;
  border-left: 0;
  border-bottom: 0;
  transform: skew(0deg, 45deg);
  transform-origin: left top;
}

.document-icon span:nth-child(1),
.document-icon span:nth-child(2) {
  left: 1.7vw;
  width: 1.4vw;
  height: 0;
}

.document-icon span:nth-child(1) {
  top: 3vw;
}

.document-icon span:nth-child(2) {
  top: 4.55vw;
}

.document-icon span:nth-child(3) {
  left: 3.05vw;
  bottom: 0.65vw;
  width: 2.15vw;
  height: 2.15vw;
  border-radius: 50%;
}

.document-icon span:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0.55vw;
  top: 0.38vw;
  width: 1.2vw;
  height: 0.65vw;
  border: solid #111111;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.document-icon span:nth-child(4) {
  right: 0.35vw;
  top: 2.1vw;
  width: 3.9vw;
  height: 2.6vw;
  border-width: 2px 2px 0 0;
  transform: rotate(31deg);
}

.building-icon::before {
  left: 0.7vw;
  bottom: 0.35vw;
  width: 8.6vw;
  height: 0.65vw;
}

.building-icon::after {
  left: 1vw;
  top: 1.6vw;
  width: 8vw;
  height: 0.85vw;
  border-radius: 0.25vw;
}

.building-icon span:nth-child(1) {
  left: 1.4vw;
  top: 0.25vw;
  width: 7.25vw;
  height: 2.15vw;
  border-bottom: 0;
  clip-path: polygon(50% 0, 100% 55%, 100% 100%, 0 100%, 0 55%);
}

.building-icon span:nth-child(2),
.building-icon span:nth-child(3),
.building-icon span:nth-child(4) {
  top: 3.15vw;
  width: 1.05vw;
  height: 4.45vw;
}

.building-icon span:nth-child(2) {
  left: 1.35vw;
}

.building-icon span:nth-child(3) {
  left: 4.47vw;
}

.building-icon span:nth-child(4) {
  left: 7.55vw;
}

.cnpj-column ul,
.cadastur-column ul {
  margin: 0;
  padding-left: 1.75vw;
}

.cnpj-column li,
.cadastur-column li {
  margin: 0 0 2.65vw;
  padding-left: 0.45vw;
  font-size: clamp(1rem, 1.74vw, 1.72rem);
  line-height: 1.33;
  letter-spacing: -0.045em;
}

.cnpj-column strong,
.cadastur-column strong {
  font-weight: 800;
}

.accountant-note,
.cadastur-link {
  margin: -0.5vw 0 0 5.1vw;
  font-size: clamp(1.05rem, 2.05vw, 2.05rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.accountant-note span,
.cadastur-link span {
  display: inline-block;
  margin-right: 0.9vw;
  font-size: 3vw;
  vertical-align: middle;
}

.cadastur-link {
  margin-top: 1.3vw;
}

.cadastur-link span {
  font-size: 2vw;
}

.cadastur-link a {
  color: #000000;
}

.structure-section {
  position: relative;
  min-height: 56.25vw;
  padding: 3.7vw 3.2vw 2.6vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, #ffffff 0 29%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.structure-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 2vw;
  text-align: center;
  font-size: clamp(1.55rem, 2.72vw, 2.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.structure-section h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 3.1vw;
  text-align: center;
  font-size: clamp(1.15rem, 2.08vw, 2.15rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.structure-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 39.5% 1fr;
  gap: 3.9%;
  align-items: center;
  max-width: 95vw;
  margin: 0 auto;
}

.hub-illustration {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.hub-illustration img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hub-screen {
  position: absolute;
  left: 22%;
  top: 19%;
  width: 39%;
  height: 45%;
  border: 2px solid #425467;
  border-radius: 8px;
  background: linear-gradient(135deg, #fffaf1, #ffffff 54%, #fdebc9);
  transform: skewY(-27deg) rotate(0deg);
  box-shadow: 0 0 0 5px #eef2f4;
}

.hub-screen span {
  position: absolute;
  left: 25%;
  top: 55%;
  color: #182c42;
  font-size: clamp(0.55rem, 1.1vw, 1.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  transform: rotate(-8deg);
}

.hub-screen::before,
.hub-screen::after {
  content: "";
  position: absolute;
  border: 2px solid #8ba0b0;
}

.hub-screen::before {
  left: 43%;
  top: 22%;
  width: 0;
  height: 51%;
}

.hub-screen::after {
  left: 34%;
  top: 36%;
  width: 26%;
  height: 26%;
  border-top: 0;
  border-right: 0;
  transform: skewY(28deg);
}

.hub-keyboard {
  position: absolute;
  left: 31%;
  top: 62%;
  width: 34%;
  height: 21%;
  border: 2px solid #425467;
  background: repeating-linear-gradient(0deg, transparent 0 9px, #9ba9b5 10px 11px), repeating-linear-gradient(90deg, transparent 0 12px, #9ba9b5 13px 14px), #ffffff;
  transform: skewX(58deg) rotate(13deg);
}

.hub-keyboard::after {
  content: "";
  position: absolute;
  right: -31%;
  bottom: -38%;
  width: 45%;
  height: 40%;
  border: 2px solid #425467;
  border-radius: 4px;
  background: #f9fafb;
}

.hub-chart,
.hub-card,
.hub-globe,
.hub-panel,
.hub-rating {
  position: absolute;
  border: 2px solid #566a78;
  background: rgba(255, 255, 255, 0.72);
}

.hub-chart {
  left: 2%;
  top: 28%;
  width: 12%;
  height: 13%;
  border-top: 0;
  border-right: 0;
}

.hub-chart::before {
  content: "";
  position: absolute;
  left: 14%;
  bottom: 14%;
  width: 72%;
  height: 58%;
  border-left: 3px solid #e8ad55;
  border-bottom: 3px solid #e8ad55;
  transform: skew(-24deg);
}

.hub-card {
  left: 1%;
  bottom: 18%;
  width: 14%;
  height: 12%;
  border-radius: 4px;
}

.hub-globe {
  left: 10%;
  bottom: 2%;
  width: 12%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.hub-globe::before,
.hub-globe::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 2px solid #566a78;
  border-radius: 50%;
}

.hub-panel {
  right: 6%;
  top: 22%;
  width: 16%;
  height: 21%;
  border-radius: 4px;
}

.hub-rating {
  right: 0;
  top: 52%;
  width: 17%;
  height: 5%;
  border-radius: 999px;
}

.structure-text {
  align-self: start;
  padding-top: 0.3vw;
}

.structure-text > p {
  margin: 0 0 3vw;
  font-size: clamp(0.95rem, 1.56vw, 1.58rem);
  line-height: 1.32;
  letter-spacing: -0.035em;
}

.structure-text h4 {
  margin: 0 0 2.7vw;
  font-size: clamp(1.25rem, 2.16vw, 2.22rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.site-function {
  display: grid;
  grid-template-columns: 4vw 1fr;
  gap: 1.2vw;
  align-items: center;
  margin-bottom: 1.95vw;
}

.site-function p {
  margin: 0;
  font-size: clamp(0.95rem, 1.55vw, 1.58rem);
  line-height: 1.26;
  letter-spacing: -0.045em;
}

.site-function strong {
  font-weight: 800;
}

.function-icon {
  position: relative;
  width: 3.6vw;
  height: 3.6vw;
  min-width: 40px;
  min-height: 40px;
}

.function-icon::before,
.function-icon::after,
.function-icon span {
  content: "";
  position: absolute;
  display: block;
  border: 2px solid #111111;
}

.function-icon--presentation::before,
.function-icon--products::before {
  left: 0.25vw;
  top: 0.15vw;
  width: 2.1vw;
  height: 3.15vw;
  border-radius: 0.25vw;
}

.function-icon--presentation span:nth-child(1) {
  left: 0.75vw;
  top: 0.75vw;
  width: 1vw;
  height: 0;
}

.function-icon--presentation span:nth-child(2) {
  left: 0.75vw;
  top: 1.35vw;
  width: 0.75vw;
  height: 0;
}

.function-icon--presentation span:nth-child(3) {
  right: 0.15vw;
  bottom: 0.35vw;
  width: 1.55vw;
  height: 1.15vw;
  border-width: 0 0 2px 2px;
  transform: rotate(-8deg);
}

.function-icon--products span:nth-child(1) {
  left: 0.75vw;
  top: 0.65vw;
  width: 0.8vw;
  height: 0.8vw;
}

.function-icon--products span:nth-child(2) {
  left: 0.75vw;
  top: 1.85vw;
  width: 1vw;
  height: 0;
}

.function-icon--products span:nth-child(3) {
  right: 0.15vw;
  bottom: 0.15vw;
  width: 1.35vw;
  height: 1.35vw;
  border-radius: 50%;
}

.function-icon--leads::before {
  left: 0.25vw;
  bottom: 0.25vw;
  width: 2.25vw;
  height: 2.25vw;
  border-radius: 50%;
  border-right-color: transparent;
}

.function-icon--leads::after {
  right: 0.15vw;
  top: 0.15vw;
  width: 1.05vw;
  height: 1.05vw;
  border-radius: 50%;
}

.function-icon--leads span:nth-child(1) {
  left: 1.1vw;
  top: 0.35vw;
  width: 0;
  height: 1.25vw;
  transform: rotate(38deg);
}

.function-icon--leads span:nth-child(2) {
  left: 0.9vw;
  top: 2.25vw;
  width: 1vw;
  height: 0;
}

.function-icon--social::before {
  left: 0.35vw;
  bottom: 0.2vw;
  width: 2.8vw;
  height: 1.65vw;
  border-top: 0;
  border-radius: 0 0 1.8vw 1.8vw;
}

.function-icon--social::after {
  left: 1.28vw;
  top: 0.45vw;
  width: 0.85vw;
  height: 0.85vw;
  border-radius: 50%;
}

.function-icon--social span:nth-child(1) {
  left: 0.45vw;
  top: 1.2vw;
  width: 1vw;
  height: 1.4vw;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.function-icon--social span:nth-child(2) {
  right: 0.45vw;
  top: 1.2vw;
  width: 1vw;
  height: 1.4vw;
  border-radius: 50%;
  transform: rotate(28deg);
}

.expertise-section {
  position: relative;
  min-height: 56.25vw;
  padding: 1.65vw 2.5vw 2.2vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, #ffffff 0 28%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.expertise-section h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  font-size: clamp(1.45rem, 2.55vw, 2.7rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.expertise-section h3 {
  position: relative;
  z-index: 1;
  margin: 1.35vw 0 1.85vw;
  text-align: center;
  color: #ff8647;
  font-size: clamp(1.35rem, 2.55vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
}

.expertise-question {
  position: relative;
  z-index: 1;
  margin: 0 0 2.05vw;
  text-align: center;
  color: #0b71c7;
  font-size: clamp(1.35rem, 2.7vw, 2.85rem);
  line-height: 1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 91, 160, 0.22);
}

.expertise-logo {
  display: inline-block;
  width: clamp(40px, 12vw, 60px);
  height: auto;
  margin-left: 0.8vw;
  vertical-align: middle;
}

.expertise-question span {
  display: inline-grid;
  width: 3.9vw;
  height: 3.9vw;
  min-width: 36px;
  min-height: 36px;
  margin-left: 0.8vw;
  place-items: center;
  color: #ffffff;
  background: #2097d0;
  border-radius: 0.5vw;
  font-size: 2.3vw;
  vertical-align: middle;
}

.expertise-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 41.5% 1fr;
  gap: 2.6%;
  align-items: start;
  max-width: 96vw;
  margin: 0 auto;
}

.devices-block {
  position: relative;
  width: 100%;
}

.devices-block img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.expertise-list {
  padding-top: 0.1vw;
}

.expertise-item {
  display: grid;
  grid-template-columns: 4.4vw 1fr;
  gap: 0.9vw;
  align-items: center;
  margin-bottom: 1.65vw;
}

.expertise-icon {
  display: grid;
  width: 3.4vw;
  height: 3.4vw;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  color: #000000;
  border: 1.8px solid #222222;
  border-radius: 0.35vw;
  font-size: clamp(1.15rem, 2.1vw, 2.2rem);
  line-height: 1;
}

.expertise-icon--lgpd {
  width: 5.4vw;
  min-width: 56px;
  height: 2vw;
  min-height: 24px;
  border-radius: 999px;
  color: #585858;
  background: #eeeeee;
  font-size: clamp(0.8rem, 1.35vw, 1.4rem);
  font-weight: 800;
}

.expertise-item p {
  margin: 0;
  font-size: clamp(1.05rem, 1.9vw, 1.95rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.suppliers-section {
  position: relative;
  min-height: 56.25vw;
  padding: 3.8vw 2.3vw 2vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 51% 59%, #ffffff 0 28%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.suppliers-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 3.8vw;
  text-align: center;
  font-size: clamp(1.45rem, 2.65vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.suppliers-section h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 2.9vw;
  text-align: center;
  font-size: clamp(1.35rem, 2.52vw, 2.65rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.suppliers-list {
  position: relative;
  z-index: 1;
  margin: 0 0 4.2vw;
  padding-left: 1.7vw;
}

.suppliers-list li {
  margin: 0 0 2.25vw;
  padding-left: 0.35vw;
  font-size: clamp(1rem, 1.73vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.suppliers-list strong,
.pricing-row strong {
  font-weight: 800;
}

.pricing-title {
  margin-bottom: 3.1vw !important;
}

.pricing-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 28vw;
  gap: 1vw;
  align-items: start;
}

.pricing-row p {
  margin: 0;
  font-size: clamp(1rem, 1.62vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.travel-docs {
  position: relative;
  height: 14.6vw;
  margin-top: -3.5vw;
}

.travel-clipboard {
  position: absolute;
  right: 4.2vw;
  top: 0.5vw;
  width: 8.8vw;
  height: 12.2vw;
  border: 0.42vw solid #2d6799;
  border-radius: 0.55vw;
  background: #ffffff;
  transform: rotate(4deg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.travel-clipboard::before {
  content: "";
  position: absolute;
  left: 2.35vw;
  top: -1.05vw;
  width: 3.8vw;
  height: 1.35vw;
  background: #e9b760;
  border: 0.18vw solid #9d722a;
  border-radius: 0.25vw;
}

.travel-clipboard::after {
  content: "";
  position: absolute;
  left: 1.3vw;
  top: 3vw;
  width: 5.8vw;
  height: 6.4vw;
  background: repeating-linear-gradient(0deg, transparent 0 1.6vw, #9bb6c9 1.7vw 1.85vw), repeating-linear-gradient(90deg, transparent 0 4vw, #67c681 4.1vw 4.35vw);
}

.travel-globe {
  position: absolute;
  right: 0.3vw;
  bottom: 1.1vw;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #74c77b 0 16%, transparent 17%),
    radial-gradient(circle at 65% 62%, #77c777 0 19%, transparent 20%),
    #9ad5f3;
  box-shadow: inset -0.7vw -0.8vw 0 rgba(0, 0, 0, 0.08);
}

.travel-suitcase {
  position: absolute;
  left: 7.2vw;
  bottom: 1.2vw;
  width: 5.2vw;
  height: 5.6vw;
  background: #b06a24;
  border: 0.25vw solid #6e3c16;
  border-radius: 0.55vw;
}

.travel-suitcase::before {
  content: "";
  position: absolute;
  left: 1.45vw;
  top: -1.15vw;
  width: 2vw;
  height: 1.15vw;
  border: 0.25vw solid #6e3c16;
  border-bottom: 0;
  border-radius: 0.4vw 0.4vw 0 0;
}

.travel-passport {
  position: absolute;
  left: 3.6vw;
  bottom: 0.7vw;
  width: 5.1vw;
  height: 6.2vw;
  background: #277bb8;
  border: 0.18vw solid #174b74;
  transform: rotate(-8deg);
}

.travel-passport::before {
  content: "";
  position: absolute;
  left: 1.4vw;
  top: 1.25vw;
  width: 1.9vw;
  height: 1.9vw;
  border: 0.16vw solid #f3d36c;
  border-radius: 50%;
}

.travel-plane {
  position: absolute;
  left: 5.1vw;
  top: 0.2vw;
  width: 8vw;
  height: 1.2vw;
  background: #70bce5;
  clip-path: polygon(0 48%, 100% 0, 75% 50%, 100% 100%);
  transform: rotate(-21deg);
}

.marketing-section {
  position: relative;
  min-height: 56.25vw;
  padding: 2.9vw 2.8vw 1.6vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, #ffffff 0 28%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.marketing-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 1.4vw;
  text-align: center;
  font-size: clamp(1.55rem, 2.72vw, 2.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.marketing-essential {
  position: relative;
  z-index: 1;
  margin: 0 0 1.6vw;
  text-align: center;
  font-size: clamp(1.15rem, 2.1vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.marketing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 95vw;
  margin: 0 auto;
}

.marketing-grid::before,
.marketing-grid::after {
  content: "";
  position: absolute;
  background: #000000;
}

.marketing-grid::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
}

.marketing-grid::after {
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
}

.marketing-card {
  min-height: 18.2vw;
  padding: 3.6vw 2.7vw 2.1vw;
}

.marketing-heading {
  display: flex;
  align-items: center;
  gap: 1.05vw;
  margin-bottom: 2vw;
}

.marketing-heading h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.25vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.marketing-card p {
  margin: 0;
  font-size: clamp(1rem, 1.75vw, 1.78rem);
  line-height: 1.24;
  letter-spacing: -0.045em;
}

.marketing-icon {
  position: relative;
  display: grid;
  width: 4.1vw;
  height: 4.1vw;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  color: #000000;
  font-weight: 800;
  line-height: 1;
}

.marketing-icon--instagram {
  border: 0.38vw solid #000000;
  border-radius: 1.1vw;
}

.marketing-icon--instagram::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.45vw;
  height: 1.45vw;
  border: 0.34vw solid #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.marketing-icon--instagram::after {
  content: "";
  position: absolute;
  right: 0.68vw;
  top: 0.63vw;
  width: 0.45vw;
  height: 0.45vw;
  background: #000000;
  border-radius: 50%;
}

.marketing-icon--google {
  border: 0.55vw solid #000000;
  border-right-color: transparent;
  border-radius: 50%;
  font-size: clamp(1.6rem, 3.2vw, 3.3rem);
  font-family: 'Poppins', sans-serif;
}

.marketing-icon--ads {
  align-items: start;
  justify-items: start;
  padding: 0.35vw;
  color: #ffffff;
  background: #000000;
  border-radius: 0.35vw;
  font-size: clamp(0.85rem, 1.4vw, 1.45rem);
}

.marketing-icon--ads::after {
  content: "";
  position: absolute;
  right: -0.9vw;
  bottom: -1.45vw;
  width: 1.65vw;
  height: 2.7vw;
  border: 0.28vw solid #000000;
  border-top: 0;
  border-radius: 0 0 1vw 1vw;
  transform: rotate(-22deg);
}

.marketing-icon--social-proof {
  width: 4.8vw;
  border: 0.18vw solid #000000;
  border-radius: 0.25vw;
  font-size: clamp(0.52rem, 0.8vw, 0.85rem);
}

.marketing-icon--social-proof::before {
  content: "";
  position: absolute;
  left: 0.4vw;
  right: 0.4vw;
  bottom: -1.7vw;
  height: 1.45vw;
  border: 0.18vw solid #000000;
  border-radius: 50% 50% 0 0;
}

.management-section {
  position: relative;
  min-height: 56.25vw;
  padding: 3vw 2.8vw 1.6vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, #ffffff 0 28%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.management-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 5.7vw;
  text-align: center;
  font-size: clamp(1.55rem, 2.72vw, 2.85rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.management-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 95vw;
  margin: 0 auto;
}

.management-grid::before,
.management-grid::after {
  content: "";
  position: absolute;
  background: #000000;
}

.management-grid::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
}

.management-grid::after {
  top: 48.5%;
  left: 0;
  right: 0;
  height: 3px;
}

.management-card {
  min-height: 18.6vw;
  padding: 2.6vw 2.7vw 2.1vw;
}

.management-heading {
  display: flex;
  align-items: center;
  gap: 1.05vw;
  margin-bottom: 4.2vw;
}

.management-card:nth-child(n + 3) .management-heading {
  margin-bottom: 3.8vw;
}

.management-heading h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.25vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.management-card p {
  margin: 0;
  font-size: clamp(1rem, 1.75vw, 1.78rem);
  line-height: 1.24;
  letter-spacing: -0.045em;
}

.management-icon {
  position: relative;
  display: grid;
  width: 4.2vw;
  height: 4.2vw;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  color: #000000;
  font-weight: 800;
  line-height: 1;
}

.management-icon--crm {
  border-radius: 50%;
  font-size: clamp(0.42rem, 0.8vw, 0.85rem);
}

.management-icon--crm::before,
.management-icon--crm::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.management-icon--crm::before {
  left: -0.8vw;
  top: 0.25vw;
  width: 1.25vw;
  height: 1.25vw;
}

.management-icon--crm::after {
  right: -0.55vw;
  bottom: 0.1vw;
  width: 1.4vw;
  height: 1.4vw;
}

.management-icon--finance {
  border-radius: 50%;
  font-size: clamp(1.1rem, 2vw, 2.05rem);
}

.management-icon--finance::before,
.management-icon--finance::after {
  content: "";
  position: absolute;
  width: 1.35vw;
  height: 0.8vw;
  border: 0.18vw solid #000000;
  border-radius: 50%;
}

.management-icon--finance::before {
  left: -1vw;
  top: 0.4vw;
  transform: rotate(25deg);
}

.management-icon--finance::after {
  right: -1vw;
  bottom: 0.45vw;
  transform: rotate(-25deg);
}

.management-icon--docs {
  border-radius: 0.1vw;
}

.management-icon--docs::before {
  content: "";
  position: absolute;
  left: 0.55vw;
  top: 0.7vw;
  width: 2.4vw;
  height: 0.2vw;
  background: #000000;
  box-shadow: 0 0.8vw 0 #000000, 0 1.6vw 0 #000000;
}

.management-icon--docs::after {
  content: "";
  position: absolute;
  right: -0.55vw;
  bottom: 0.05vw;
  width: 0.65vw;
  height: 2.5vw;
  background: #000000;
  transform: rotate(22deg);
}

.management-icon--after {
  border-radius: 0.4vw;
  font-size: clamp(1rem, 1.7vw, 1.8rem);
}

.management-icon--after::before,
.management-icon--after::after {
  content: "";
  position: absolute;
  width: 0.9vw;
  height: 0.9vw;
  border: 0.18vw solid #000000;
  border-radius: 50%;
}

.management-icon--after::before {
  left: -0.35vw;
  top: -0.35vw;
}

.management-icon--after::after {
  right: -0.35vw;
  bottom: -0.35vw;
}

.investment-section {
  position: relative;
  min-height: 56.25vw;
  padding: 4.8vw 4.8vw 3.2vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 59%, #ffffff 0 29%, #f4f4f4 51%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.investment-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 5vw;
  text-align: center;
  font-size: clamp(1.42rem, 2.55vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.investment-subtitle {
  position: relative;
  z-index: 1;
  margin: 0 0 5vw;
  text-align: center;
  font-size: clamp(1.25rem, 2.32vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.investment-list {
  position: relative;
  z-index: 1;
  width: 83vw;
  margin: 0 auto;
}

.investment-item {
  display: grid;
  grid-template-columns: 5.3vw 1fr;
  gap: 1.2vw;
  align-items: center;
  margin-bottom: 4vw;
}

.investment-item p {
  margin: 0;
  font-size: clamp(1rem, 1.82vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.investment-item strong,
.investment-warning strong {
  font-weight: 800;
}

.investment-icon {
  position: relative;
  display: block;
  width: 4.5vw;
  height: 4.5vw;
  min-width: 48px;
  min-height: 48px;
}

.investment-icon::before,
.investment-icon::after {
  content: "";
  position: absolute;
  display: block;
  border: 0.18vw solid #000000;
}

.investment-icon--company::before {
  left: 0.3vw;
  top: 1.2vw;
  width: 3.7vw;
  height: 1.1vw;
  border-radius: 1vw 1vw 0 0;
  background: repeating-linear-gradient(90deg, transparent 0 0.65vw, rgba(0, 0, 0, 0.25) 0.72vw 0.85vw);
}

.investment-icon--company::after {
  left: 1.15vw;
  bottom: 0.15vw;
  width: 2.1vw;
  height: 2.25vw;
  border-top: 0;
  border-radius: 0 0 1vw 1vw;
  transform: rotate(35deg);
}

.investment-icon--site::before {
  left: 0.2vw;
  top: 0.35vw;
  width: 4vw;
  height: 3.35vw;
  background: #ffffff;
}

.investment-icon--site::after {
  left: 0.65vw;
  top: 1.45vw;
  width: 3vw;
  height: 1.55vw;
  border-top: 0;
  background: linear-gradient(135deg, transparent 45%, #000000 46% 50%, transparent 51%);
}

.investment-icon--marketing::before {
  left: 1.35vw;
  top: 0.2vw;
  width: 1.9vw;
  height: 3.8vw;
  border-radius: 0.25vw;
}

.investment-icon--marketing::after {
  left: 0.35vw;
  top: 0.9vw;
  width: 3.8vw;
  height: 2.2vw;
  border-style: dashed;
  border-radius: 0.35vw;
}

.investment-warning {
  position: relative;
  z-index: 1;
  margin: 3.6vw 0 0 6.4vw;
  font-size: clamp(0.95rem, 1.55vw, 1.62rem);
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.errors-section {
  position: relative;
  min-height: 35vw;
  padding: 2.6vw 2.2vw 2vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 56%, #ffffff 0 28%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.errors-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 2vw;
  text-align: center;
  font-size: clamp(1.45rem, 2.45vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.errors-list {
  position: relative;
  z-index: 1;
  width: min(94vw, 1200px);
  margin: 0 auto;
}

.error-item {
  display: grid;
  grid-template-columns: 2.4vw 1fr;
  gap: 0.8vw;
  align-items: center;
  margin-bottom: 1.35vw;
}

.error-item p {
  margin: 0;
  font-size: clamp(0.95rem, 1.58vw, 1.62rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.error-item strong {
  font-weight: 800;
}

.error-icon {
  display: grid;
  width: 2.05vw;
  height: 2.05vw;
  min-width: 24px;
  min-height: 24px;
  place-items: center;
  color: #cc1f2c;
  border: 0.18vw solid #cc1f2c;
  border-radius: 50%;
  font-size: clamp(1rem, 1.7vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
}

.errors-note {
  position: relative;
  z-index: 1;
  margin: 2vw 0 0;
  text-align: center;
  font-size: clamp(0.72rem, 1.02vw, 0.98rem);
  font-style: italic;
  line-height: 1.25;
}

.cta-section {
  position: relative;
  min-height: 44vw;
  padding: 2.8vw 2vw 1.6vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, #ffffff 0 28%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.cta-section .step-shape--top {
  width: 16vw;
  height: 16vw;
  top: -7.5vw;
  left: -7.5vw;
}

.cta-section .step-shape--bottom {
  width: 15vw;
  height: 15vw;
  right: -6.8vw;
  bottom: -7.8vw;
}

.cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 32vw;
  gap: 1vw;
  align-items: center;
  max-width: 96vw;
  margin: 0 auto;
}

.cta-text {
  padding: 1vw 0 0 2vw;
}

.cta-text h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5.1vw, 6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.cta-text h2 span {
  color: #ff9447;
}

.cta-text h3 {
  margin: 1vw 0 0;
  color: #ff9447;
  font-size: clamp(2.2rem, 4.9vw, 5.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
}

.cta-text > p {
  margin: 1.5vw 0 0;
  font-size: clamp(1rem, 1.7vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.cta-subline {
  display: inline-flex;
  align-items: center;
  gap: 0.75vw;
  font-size: clamp(0.95rem, 1.4vw, 1.4rem) !important;
  font-weight: 400 !important;
}

.cta-mark {
  display: inline-grid;
  width: 2.8vw;
  height: 2.5vw;
  min-width: 26px;
  min-height: 24px;
  place-items: center;
  color: #ffffff;
  border-radius: 0.35vw;
  overflow: hidden;
}

.cta-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-visual {
  position: relative;
}

.cta-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.plan-section {
  position: relative;
  min-height: 46vw;
  padding: 3.4vw 4vw 1.8vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, #ffffff 0 28%, #f4f4f4 50%, #d7d6d2 100%);
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

.plan-intro {
  position: relative;
  z-index: 1;
  margin-bottom: 2.2vw;
}

.plan-intro h2 {
  margin: 0 0 0.5vw;
  font-size: clamp(1.75rem, 3.1vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.plan-intro p {
  margin: 0;
  color: #ff9447;
  font-size: clamp(1.55rem, 2.55vw, 2.7rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.plan-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 31vw 1fr;
  gap: 1.8vw;
  align-items: start;
}

.plan-card {
  width: 100%;
  max-width: 31vw;
  border-radius: 0.6vw;
  overflow: hidden;
  background: #d7d7d7;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.plan-card__header {
  padding: 1vw 1.2vw 0.8vw;
  text-align: center;
  color: #ffffff;
  background: #848484;
}

.plan-card__header span {
  display: block;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
}

.plan-card__header small {
  display: block;
  margin-top: 0.2vw;
  font-size: clamp(0.9rem, 1.35vw, 1.3rem);
  font-weight: 400;
  line-height: 1.1;
}

.plan-card__body {
  padding: 1.5vw 1.3vw 1.55vw;
  text-align: center;
}

.plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2vw;
  margin-bottom: 0.25vw;
}

.plan-currency,
.plan-period {
  font-size: clamp(1.1rem, 1.8vw, 1.9rem);
}

.plan-amount {
  color: #71808c;
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.plan-card__body strong {
  display: block;
  margin-bottom: 0.7vw;
  font-size: clamp(1rem, 1.55vw, 1.6rem);
  font-weight: 800;
  line-height: 1.05;
}

.plan-card__body p {
  margin: 0;
  font-size: clamp(0.92rem, 1.45vw, 1.4rem);
  line-height: 1.35;
}

.plan-includes {
  padding-top: 2vw;
}

.plan-includes h3 {
  margin: 0 0 1vw;
  color: #7d8588;
  font-size: clamp(1.1rem, 1.9vw, 2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.plan-includes ul {
  margin: 0;
  padding-left: 1.2vw;
}

.plan-includes li {
  margin: 0 0 0.65vw;
  font-size: clamp(0.92rem, 1.4vw, 1.45rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.plan-includes li span {
  font-size: clamp(0.72rem, 1.02vw, 1rem);
}

.plan-terms {
  position: relative;
  z-index: 1;
  margin: 2vw auto 1.9vw;
  max-width: 78vw;
  text-align: center;
  font-size: clamp(0.72rem, 1.02vw, 1rem);
  line-height: 1.22;
}

.plan-cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 1.35vw;
}

.plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45vw;
  min-width: 16vw;
  padding: 0.7vw 1vw;
  color: #ffffff;
  background: linear-gradient(180deg, #17d27a, #10c166);
  border-radius: 20px;
  box-shadow: 0 9px 20px rgba(21, 180, 95, 0.28);
  font-size: clamp(1.05rem, 1.2vw, 1.4rem);
  font-weight: 400;
  text-decoration: none;
}

.plan-cta::before {
  content: none;
}

.plan-cta i {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  margin-right: 5px;
}

.plan-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 1vw;
  margin-top: 0.5vw;
}

.plan-footer__links {
  display: flex;
  gap: 0.8vw;
  align-self: end;
}

.plan-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.3vw;
  padding: 0.3vw 0.9vw;
  color: #fff;
  background: #1679d4;
  border-radius: 12px;
  font-size: clamp(0.72rem, 1vw, 1rem);
  text-decoration: none;
}

.plan-footer__social {
  display: flex;
  align-items: end;
  gap: 1.1vw;
  justify-self: center;
}

.footer-icon {
  display: inline-grid;
  place-items: center;
  width: 2vw;
  height: 2vw;
  min-width: 24px;
  min-height: 24px;
}

.footer-icon--instagram {
  border: 0.16vw solid #f04eb3;
  border-radius: 0.45vw;
  position: relative;
}

.footer-icon--instagram::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8vw;
  height: 0.8vw;
  border: 0.14vw solid #f04eb3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.footer-icon--instagram::after {
  content: "";
  position: absolute;
  right: 0.2vw;
  top: 0.2vw;
  width: 0.2vw;
  height: 0.2vw;
  background: #f04eb3;
  border-radius: 50%;
}

.footer-icon--facebook {
  color: #3b5ea9;
  font-size: clamp(1.4rem, 2.6vw, 2.8rem);
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

.plan-footer__company {
  justify-self: end;
  text-align: right;
}

.plan-footer__company p {
  margin: 0;
  color: #5e5e5e;
  font-size: clamp(0.58rem, 0.9vw, 0.88rem);
  line-height: 1.08;
}

.brand__icon,
.line-icon,
.document-icon,
.building-icon,
.function-icon,
.expertise-icon,
.marketing-icon,
.management-icon,
.investment-icon,
.error-icon,
.footer-icon,
.cta-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  text-decoration: none;
}

.brand__icon::before,
.brand__icon::after,
.line-icon::before,
.line-icon::after,
.document-icon::before,
.document-icon::after,
.building-icon::before,
.building-icon::after,
.function-icon::before,
.function-icon::after,
.expertise-icon::before,
.expertise-icon::after,
.marketing-icon::before,
.marketing-icon::after,
.management-icon::before,
.management-icon::after,
.investment-icon::before,
.investment-icon::after,
.error-icon::before,
.error-icon::after,
.footer-icon::before,
.footer-icon::after,
.cta-mark::before,
.cta-mark::after {
  content: none !important;
}

.brand__icon {
  width: 40px;
  height: 40px;
  margin-right: 0.2rem;
  color: #ffffff;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d9bd3 0%, #1466b8 100%);
  box-shadow: 0 10px 22px rgba(20, 102, 184, 0.22);
  font-size: 1.05rem;
}

.brand__logo {
  display: block;
  width: clamp(220px, 26vw, 380px);
  height: auto;
  align-self: center;
}

.brand__icon i {
  font-size: 1em;
}

.brand__icon,
.line-icon,
.function-icon,
.expertise-icon,
.marketing-icon,
.management-icon,
.investment-icon,
.error-icon,
.footer-icon,
.cta-mark {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.line-icon {
  width: 6.2vw;
  height: 5.8vw;
  min-width: 54px;
  min-height: 50px;
  color: #ffffff;
  border-radius: 1.15vw;
  background: linear-gradient(145deg, #1679d4 0%, #27bed7 100%);
  box-shadow: 0 14px 30px rgba(22, 121, 212, 0.18);
}

.line-icon i {
  font-size: clamp(1.05rem, 2vw, 2.4rem);
}

.document-icon,
.building-icon {
  width: 10.4vw;
  height: 8.9vw;
  margin: 0 auto 3vw;
  border-radius: 1.35vw;
  background: linear-gradient(180deg, #ffffff 0%, #eef3f7 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  color: #1d7fc1;
}

.document-icon i,
.building-icon i {
  font-size: clamp(2rem, 3.8vw, 3.6rem);
}

.function-icon {
  width: 3.6vw;
  height: 3.6vw;
  min-width: 40px;
  min-height: 40px;
  color: #ffffff;
  border-radius: 1vw;
  background: linear-gradient(135deg, #1382cb, #49c4d6);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.16);
}

.function-icon i {
  font-size: clamp(1rem, 1.7vw, 1.55rem);
}

.expertise-icon {
  width: 3.4vw;
  height: 3.4vw;
  min-width: 38px;
  min-height: 38px;
  color: #1d7fc1;
  border-radius: 0.8vw;
  background: linear-gradient(180deg, #ffffff 0%, #edf6fb 100%);
  border: 1px solid rgba(29, 127, 193, 0.16);
  box-shadow: 0 8px 18px rgba(29, 127, 193, 0.12);
}

.expertise-icon i {
  font-size: clamp(0.95rem, 1.75vw, 2rem);
}

.expertise-icon--lgpd {
  width: 5.4vw;
  min-width: 56px;
  height: 2vw;
  min-height: 24px;
  color: #ffffff;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5a7 0%, #16a34a 100%);
  border: none;
  box-shadow: 0 10px 18px rgba(14, 165, 167, 0.18);
}

.expertise-icon--lgpd i {
  font-size: clamp(0.7rem, 1.1vw, 1.05rem);
}

.marketing-icon {
  width: 4.1vw;
  height: 4.1vw;
  min-width: 44px;
  min-height: 44px;
  color: #111111;
  border-radius: 1vw;
  background: linear-gradient(180deg, #ffffff 0%, #f2f5f8 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.marketing-icon i {
  font-size: clamp(1.15rem, 2vw, 3rem)
}

.marketing-icon--instagram i {
  color: #e1306c;
}

.marketing-icon--google i {
  color: #4285f4;
}

.marketing-icon--ads i {
  color: #f97316;
}

.marketing-icon--social-proof i {
  color: #f4b400;
}

.management-icon {
  width: 4.2vw;
  height: 4.2vw;
  min-width: 44px;
  min-height: 44px;
  color: #ffffff;
  border-radius: 1vw;
  background: linear-gradient(135deg, #111827 0%, #2563eb 100%);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.16);
}

.management-icon i {
  font-size: clamp(1rem, 1.8vw, 1.6rem);
}

.management-icon--crm {
  background: linear-gradient(135deg, #6d28d9 0%, #2563eb 100%);
}

.management-icon--finance {
  background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
}

.management-icon--docs {
  background: linear-gradient(135deg, #334155 0%, #64748b 100%);
}

.management-icon--after {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.investment-icon {
  width: 4.5vw;
  height: 4.5vw;
  min-width: 48px;
  min-height: 48px;
  color: #1d7fc1;
  border-radius: 1vw;
  background: linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
  border: 1px solid rgba(29, 127, 193, 0.12);
  box-shadow: 0 10px 18px rgba(29, 127, 193, 0.08);
}

.investment-icon i {
  font-size: clamp(1rem, 1.9vw, 2.2rem);
}

.investment-icon--company {
  color: #2563eb;
}

.investment-icon--site {
  color: #0f766e;
}

.investment-icon--marketing {
  color: #ea580c;
}

.error-icon {
  width: 2.05vw;
  height: 2.05vw;
  min-width: 24px;
  min-height: 24px;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b7d 0%, #c81e2d 100%);
  box-shadow: 0 8px 16px rgba(200, 30, 45, 0.18);
}

.error-icon i {
  font-size: clamp(0.7rem, 1.25vw, 1rem);
}

.footer-icon {
  width: 2.4vw;
  height: 2.4vw;
  min-width: 24px;
  min-height: 24px;
  color: #ffffff;
  border-radius: 0.5vw;
  background: linear-gradient(135deg, #f04eb3 0%, #8b5cf6 100%);
  box-shadow: 0 8px 14px rgba(240, 78, 179, 0.18);
}

.footer-icon i {
  font-size: clamp(0.7rem, 1.4vw, 2rem);
}

.footer-icon--facebook {
  background: linear-gradient(135deg, #3b5ea9 0%, #1d4ed8 100%);
}

.accountant-note span,
.cadastur-link span,
.expertise-question span,
.cta-mark {
  width: 2.6vw;
  height: auto;
  min-width: 28px;
  min-height: 28px;
}

.accountant-note span,
.cadastur-link span,
.expertise-question span {
  display: inline-grid;
  place-items: center;
  margin-right: 0.85vw;
  color: #1d7fc1;
  vertical-align: middle;
}

.accountant-note span i,
.cadastur-link span i,
.expertise-question span i,
.cta-mark i {
  font-size: 0.95em;
}

.cta-mark {
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  box-shadow: 0 8px 16px rgba(255, 125, 36, 0.18);
}

.accountant-note span:hover,
.cadastur-link span:hover,
.expertise-question span:hover,
.cta-mark:hover,
.brand__icon:hover,
.line-icon:hover,
.function-icon:hover,
.expertise-icon:hover,
.marketing-icon:hover,
.management-icon:hover,
.investment-icon:hover,
.error-icon:hover,
.footer-icon:hover {
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .brand {
    left: auto;
    right: 20%;
  }
  .brand__main {
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.32);
    background: #ffffffa8;
    border-radius: 10px;
    padding: 10px;
  }
  .hero__content {
    width: 90%;
    left: 5%;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.32);
    background: #ffffff73;
    border-radius: 10px;
    padding: 10px;
  }
  .step-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .step-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .step-divider {
    width: 100%;
    height: 3px;
  }

  .operation-column h3 {
    padding-left: 0;
  }

  .operation-item {
    grid-template-columns: 68px 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .operation-column h3,
  .niche-column h3 {
    margin-bottom: 28px;
  }

  .regularization-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .regularization-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .regularization-divider {
    width: 100%;
    height: 3px;
  }

  .document-icon,
  .building-icon {
    width: 100px;
    height: 86px;
  }

  .cnpj-column ul,
  .cadastur-column ul {
    padding-left: 22px;
  }

  .accountant-note,
  .cadastur-link {
    margin-left: 0;
  }

  .structure-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .structure-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hub-illustration {
    min-height: auto;
  }

  .site-function {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    margin-bottom: 22px;
  }

  .expertise-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .expertise-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .devices-block {
    min-height: auto;
  }

  .expertise-item {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .suppliers-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .suppliers-list {
    padding-left: 22px;
  }

  .pricing-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .travel-docs {
    height: 180px;
    margin-top: 0;
  }

  .marketing-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

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

  .marketing-grid::before,
  .marketing-grid::after {
    display: none;
  }

  .marketing-card {
    min-height: auto;
    padding: 28px 0;
    border-bottom: 3px solid #000000;
  }

  .marketing-card:last-child {
    border-bottom: 0;
  }

  .management-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

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

  .management-grid::before,
  .management-grid::after {
    display: none;
  }

  .management-card {
    min-height: auto;
    padding: 28px 0;
    border-bottom: 3px solid #000000;
  }

  .management-card:last-child {
    border-bottom: 0;
  }

  .investment-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .investment-list {
    width: 100%;
  }

  .investment-item {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }

  .investment-warning {
    margin-left: 0;
  }

  .errors-section {
    min-height: auto;
    padding: 40px 22px 42px;
  }

  .errors-list {
    width: 100%;
  }

  .error-item {
    grid-template-columns: 28px 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  .errors-note {
    margin-top: 18px;
  }

  .cta-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .cta-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cta-text {
    padding-left: 0;
    text-align: center;
  }

  .cta-visual {
    width: 100%;
  }

  .plan-section {
    min-height: auto;
    padding: 40px 22px 52px;
  }

  .plan-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .plan-card {
    max-width: none;
  }

  .plan-footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .plan-footer__company {
    justify-self: start;
    text-align: left;
  }

  .plan-footer__links {
    margin-top: 10px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .plan-cta {
    min-width: 220px;
    padding: 12px 22px;
  }
  .plan-footer__links {
    justify-content: center;

  }
  .plan-footer__links a {
    padding: 2vw 3vw;
  }
  .footer-icon {
    min-width: 40px;
    min-height: 40px;
    border-radius: 1.5vw
  }
  .footer-icon i {
    font-size: 1.2rem;
  }
}
