:root {
  --bg: #030e19;
  --bg-2: #061725;
  --panel: rgba(8, 31, 51, 0.74);
  --line: rgba(43, 148, 216, 0.34);
  --line-green: rgba(127, 242, 31, 0.62);
  --text: #f6fbff;
  --muted: #b9c8d7;
  --cyan: #17b8ff;
  --green: #95ff21;
  --green-2: #6fd51e;
  --max: 790px;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(0, 104, 255, 0.2), transparent 32%),
    radial-gradient(circle at 21% 56%, rgba(0, 172, 255, 0.09), transparent 30%),
    linear-gradient(180deg, #020a13 0%, #03111d 39%, #041827 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 60px;
  background: rgba(2, 11, 20, 0.88);
  border-bottom: 1px solid rgba(35, 108, 158, 0.28);
  backdrop-filter: blur(12px);
}

.nav {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  width: 248px;
  height: 61px;
  display: block;
  flex: 0 0 auto;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
}

.btn {
  min-height: 35px;
  padding: 0 25px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(95, 177, 235, 0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.btn-small {
  height: 31px;
  min-height: 31px;
  padding: 0 16px;
  border-color: var(--green-2);
}

.btn-primary {
  background: linear-gradient(180deg, #a7ff35, #78ec1b);
  border-color: #8bf51f;
  color: #061208;
  box-shadow: 0 8px 30px rgba(126, 255, 28, 0.18);
}

.btn-specialist {
  min-height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #a7ff35, #78ec1b);
  border-color: #8bf51f;
  color: #061208;
  font-size: 12px;
  box-shadow: 0 12px 34px rgba(126, 255, 28, 0.2);
}

.site-header .btn-specialist {
  height: 31px;
  min-height: 31px;
  padding: 0 17px;
  font-size: 10px;
}

.wa-dot,
.mail-dot {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1;
  text-indent: -999px;
  overflow: hidden;
  background: center / contain no-repeat;
}

.wa-dot {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 4.5a11 11 0 0 0-9.3 16.9L5.5 27l5.8-1.5A11 11 0 1 0 16 4.5Z' fill='none' stroke='%23061208' stroke-width='2.4' stroke-linejoin='round'/%3E%3Cpath d='M12.3 10.7c-.3 0-.7.1-1 .5-.7.7-1 1.4-1 2.4 0 .7.3 1.6.8 2.5.9 1.6 3 4.2 6.1 5.2 2.4.8 3 .6 3.5.5.6-.1 1.8-.8 2.1-1.5.2-.7.2-1.4.1-1.5-.1-.2-.3-.3-.7-.5l-2-.9c-.4-.2-.6-.2-.9.2l-.9 1.1c-.2.3-.5.3-.8.2-.4-.2-1.6-.6-3-1.9-1.1-1.1-1.9-2.4-2.1-2.8-.2-.4 0-.6.2-.8l.5-.6c.2-.2.3-.4.4-.6.1-.3.1-.5 0-.7l-.9-2.2c-.2-.5-.4-.6-.8-.6h-.6Z' fill='%23061208'/%3E%3C/svg%3E");
}

.btn-outline .wa-dot:not(.dark) {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 4.5a11 11 0 0 0-9.3 16.9L5.5 27l5.8-1.5A11 11 0 1 0 16 4.5Z' fill='none' stroke='%2395ff21' stroke-width='2.4' stroke-linejoin='round'/%3E%3Cpath d='M12.3 10.7c-.3 0-.7.1-1 .5-.7.7-1 1.4-1 2.4 0 .7.3 1.6.8 2.5.9 1.6 3 4.2 6.1 5.2 2.4.8 3 .6 3.5.5.6-.1 1.8-.8 2.1-1.5.2-.7.2-1.4.1-1.5-.1-.2-.3-.3-.7-.5l-2-.9c-.4-.2-.6-.2-.9.2l-.9 1.1c-.2.3-.5.3-.8.2-.4-.2-1.6-.6-3-1.9-1.1-1.1-1.9-2.4-2.1-2.8-.2-.4 0-.6.2-.8l.5-.6c.2-.2.3-.4.4-.6.1-.3.1-.5 0-.7l-.9-2.2c-.2-.5-.4-.6-.8-.6h-.6Z' fill='%2395ff21'/%3E%3C/svg%3E");
}

.btn-specialist .wa-dot {
  width: 16px;
  height: 16px;
}

.wa-dot.dark,
.btn-primary .wa-dot {
  color: #061208;
}

.mail-dot {
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9h20v16H6V9Z' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linejoin='round'/%3E%3Cpath d='m7 10 9 8 9-8M20 23l4-4' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m23 22 2 2 4-5' fill='none' stroke='%2395ff21' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hero {
  position: relative;
  height: 373px;
  overflow: hidden;
  border-bottom: 1px solid rgba(59, 129, 174, 0.28);
  background:
    linear-gradient(90deg, rgba(1, 10, 18, 0.98) 0%, rgba(3, 16, 28, 0.96) 34%, rgba(4, 17, 29, 0.74) 54%, rgba(4, 16, 27, 0.6) 70%, rgba(3, 12, 21, 0.86) 100%),
    radial-gradient(circle at 58% 64%, rgba(0, 150, 255, 0.22), transparent 26%);
}

.hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  background:
    linear-gradient(90deg, rgba(3, 11, 19, 0.98) 0%, rgba(3, 12, 21, 0.82) 18%, rgba(3, 12, 21, 0.36) 38%, rgba(3, 11, 19, 0.2) 62%, rgba(3, 11, 19, 0.28) 100%),
    radial-gradient(circle at 6% 52%, rgba(3, 16, 28, 0.86), transparent 42%),
    url("assets/hero-servers.png") right top / cover no-repeat;
  opacity: 0.94;
}

.wire,
.mesh {
  position: absolute;
  pointer-events: none;
  opacity: 0.62;
}

.wire-one {
  right: 100px;
  top: 48px;
  width: 360px;
  height: 288px;
  background:
    linear-gradient(32deg, transparent 47%, rgba(122, 255, 23, 0.9) 48%, transparent 49%),
    linear-gradient(148deg, transparent 52%, rgba(0, 148, 255, 0.8) 53%, transparent 54%),
    linear-gradient(74deg, transparent 49%, rgba(122, 255, 23, 0.72) 50%, transparent 51%),
    linear-gradient(112deg, transparent 49%, rgba(0, 148, 255, 0.65) 50%, transparent 51%);
  clip-path: polygon(13% 8%, 88% 49%, 28% 14%, 78% 83%, 6% 8%, 35% 78%, 97% 18%, 56% 98%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 373px;
  align-items: center;
}

.hero-copy {
  width: 465px;
  padding: 28px 0 18px;
}

.eyebrow {
  margin: 0 0 11px;
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  font-size: 35px;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span,
.stat strong {
  color: var(--green);
}

.lead {
  width: 415px;
  margin-bottom: 18px;
  color: #eef5fb;
  font-size: 14px;
  line-height: 1.48;
}

.hero-actions,
.center {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-actions {
  margin-bottom: 24px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 500px;
}

.mini-feature {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
}

.mini-feature strong {
  font-size: 10px;
  line-height: 1.18;
}

.icon,
.card-icon,
.round-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.icon {
  width: 26px;
  height: 26px;
  border: 2px solid var(--cyan);
}

.support-specialist,
.solution-custom {
  border: 0;
  background: center / contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(23, 184, 255, 0.2));
}

.support-specialist {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='15' r='7' fill='none' stroke='%2317b8ff' stroke-width='4'/%3E%3Cpath d='M12 41c2.2-8 7.1-12 12-12s9.8 4 12 12' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M9 25v-4c0-8 6.5-14 15-14s15 6 15 14v4' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M8 24h5v8H8a3 3 0 0 1-3-3v-2a3 3 0 0 1 3-3Zm32 0h-5v8h5a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3Z' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M34 33c-2 3-5 4.5-9 4.5' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.solution-custom {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13h30M9 24h30M9 35h30' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='13' r='5' fill='%23030e19' stroke='%2317b8ff' stroke-width='4'/%3E%3Ccircle cx='31' cy='24' r='5' fill='%23030e19' stroke='%2317b8ff' stroke-width='4'/%3E%3Ccircle cx='23' cy='35' r='5' fill='%23030e19' stroke='%2317b8ff' stroke-width='4'/%3E%3C/svg%3E");
}

.support-247 {
  border: 0;
  background: center / 92% 92% no-repeat;
  filter: drop-shadow(0 0 8px rgba(23, 184, 255, 0.2));
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='16' fill='none' stroke='%2317b8ff' stroke-width='4'/%3E%3Cpath d='M28 17v12l8 5' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 12a22 22 0 0 1 20 0' fill='none' stroke='%2317b8ff' stroke-width='3' stroke-linecap='round' opacity='.72'/%3E%3Cpath d='M17 42a22 22 0 0 0 22 0' fill='none' stroke='%2317b8ff' stroke-width='3' stroke-linecap='round' opacity='.58'/%3E%3C/svg%3E");
}

.headset {
  border-radius: 50% 50% 35% 35%;
  border-bottom-color: transparent;
}

.bolt {
  border: 0;
  background: var(--cyan);
  clip-path: polygon(50% 0, 17% 50%, 43% 50%, 29% 100%, 83% 34%, 57% 34%, 73% 0);
}

.cog,
.badge {
  border-radius: 50%;
}

.cog::before,
.badge::before,
.target::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.section {
  position: relative;
  padding: 22px 0 0;
  overflow: hidden;
}

.services {
  min-height: 400px;
  background:
    radial-gradient(circle at 91% 28%, rgba(0, 125, 255, 0.12), transparent 23%),
    linear-gradient(180deg, rgba(5, 22, 36, 0.92), rgba(4, 20, 34, 0.98));
  border-bottom: 1px solid rgba(54, 123, 172, 0.3);
}

.services h2,
.difference h2,
.business h2,
.cta h2 {
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 1.05;
}

.section-subtitle {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 11px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 136px;
  gap: 10px;
  overflow: visible;
}

.card {
  position: relative;
  z-index: 1;
  min-height: 0;
  height: 136px;
  overflow: hidden;
  padding: 13px 16px 11px;
  background: linear-gradient(145deg, rgba(11, 42, 66, 0.92), rgba(5, 22, 37, 0.72));
  border: 1px solid rgba(73, 151, 207, 0.42);
  border-radius: 6px;
  box-shadow: inset 0 1px 24px rgba(30, 125, 194, 0.08);
  transform-origin: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.card-icon {
  width: 27px;
  height: 27px;
  margin-bottom: 9px;
  color: #2fa7ff;
  border: 0;
  background: center / contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(47, 167, 255, 0.2));
  transition: transform 180ms ease, filter 180ms ease;
}

.card-icon::before,
.card-icon::after {
  content: none;
}

.card-icon.headset {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 29v-6a13 13 0 0 1 26 0v6' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M10 28h5v10h-5a4 4 0 0 1-4-4v-2a4 4 0 0 1 4-4Zm28 0h-5v10h5a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M31 39c-2 2-4.4 3-7 3' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.card-icon.network {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='24' r='5' fill='none' stroke='%232fa7ff' stroke-width='4'/%3E%3Ccircle cx='37' cy='12' r='5' fill='none' stroke='%232fa7ff' stroke-width='4'/%3E%3Ccircle cx='37' cy='36' r='5' fill='none' stroke='%232fa7ff' stroke-width='4'/%3E%3Cpath d='M16 22l16-8M16 26l16 8M37 17v14' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.card-icon.office {
  border-radius: 0;
  transform: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12l20-6 10 4v28l-10 4-20-6V12Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M29 6v36M15 17l9 2v10l-9 2V17Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card-icon.cloud {
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 35h20a7 7 0 0 0 1-14 12 12 0 0 0-23-4A9 9 0 0 0 17 35Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 25v12m0 0-5-5m5 5 5-5' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card-icon.shield {
  clip-path: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 5 39 11v11c0 10-6 17-15 21C15 39 9 32 9 22V11l15-6Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M24 14v20M15 24h18' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.card-icon.phone {
  border-radius: 0;
  transform: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8h16a4 4 0 0 1 4 4v24a4 4 0 0 1-4 4H16a4 4 0 0 1-4-4V12a4 4 0 0 1 4-4Z' fill='none' stroke='%232fa7ff' stroke-width='4'/%3E%3Cpath d='M20 35h8M18 15h12' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M35 18c4 2 6 5 6 9s-2 7-6 9' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.card-icon.pabx {
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 33h18a7 7 0 0 0 1-14 11 11 0 0 0-21-3 8 8 0 0 0 2 17Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 31c2 5 6 8 12 9m-1-9 7 7-7 4' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card-icon.camera {
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 15h25v18H7V15Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='m32 21 9-5v16l-9-5V21Z' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M14 39h18M20 33v6' fill='none' stroke='%232fa7ff' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.card h3 {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.05;
}

.card p,
.diff-item p,
.diff-intro p,
.business p,
.footer p,
.footer a,
.cta p {
  color: var(--muted);
  font-size: 8.5px;
  line-height: 1.38;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover,
  .card:focus-within {
    z-index: 4;
    overflow: visible;
    transform: translateY(-7px) scale(1.055);
    border-color: rgba(149, 255, 33, 0.72);
    background: linear-gradient(145deg, rgba(12, 52, 82, 0.98), rgba(5, 25, 42, 0.96));
    box-shadow:
      0 18px 38px rgba(0, 0, 0, 0.34),
      0 0 0 1px rgba(149, 255, 33, 0.12),
      inset 0 1px 28px rgba(47, 167, 255, 0.14);
  }

  .card:hover .card-icon,
  .card:focus-within .card-icon {
    transform: translateY(-2px) scale(1.14);
    filter: drop-shadow(0 0 13px rgba(47, 167, 255, 0.62));
  }

  .card:hover h3,
  .card:focus-within h3 {
    color: #fff;
  }

  .card:hover p,
  .card:focus-within p {
    color: #e7f5ff;
  }
}

.center {
  justify-content: center;
  padding: 7px 0 8px;
}

.difference {
  padding: 12px 0 0;
}

.diff-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 25px;
  align-items: start;
}

.diff-intro p {
  margin-bottom: 0;
}

.diff-item p {
  line-height: 1.32;
}

.round-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--green);
  background: rgba(16, 69, 95, 0.9);
  border: 1px solid rgba(46, 153, 229, 0.34);
}

.round-icon::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.diff-item .round-icon {
  width: 42px;
  height: 42px;
  background-color: rgba(16, 69, 95, 0.92);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  border-color: rgba(46, 153, 229, 0.45);
  box-shadow: inset 0 0 18px rgba(47, 167, 255, 0.12), 0 0 16px rgba(149, 255, 33, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.diff-item .round-icon::before,
.diff-item .round-icon::after {
  content: none;
}

.diff-item .round-icon.user {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 28v-6c0-7 5.5-12 12-12s12 5 12 12v6' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M11 27h5v9h-5a4 4 0 0 1-4-4v-1a4 4 0 0 1 4-4Zm26 0h-5v9h5a4 4 0 0 0 4-4v-1a4 4 0 0 0-4-4Z' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M31 37c-2 2-4.3 3-7 3' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='24' cy='22' r='3' fill='%2317b8ff'/%3E%3C/svg%3E");
}

.diff-item .round-icon.cog {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 6l5 4 6-1 2 6 5 3-3 6 1 6-6 2-3 5-7-2-7 2-3-5-6-2 1-6-3-6 5-3 2-6 6 1 5-4Z' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='m16 25 5 5 11-13' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.diff-item .round-icon.target {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 5 39 11v11c0 10-6 17-15 21C15 39 9 32 9 22V11l15-6Z' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='m17 24 5 5 10-11' fill='none' stroke='%2317b8ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 36h20' fill='none' stroke='%2317b8ff' stroke-width='3' stroke-linecap='round' opacity='.72'/%3E%3C/svg%3E");
}

.diff-item .round-icon.people {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14h30M9 24h30M9 34h30' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='14' r='5' fill='%23030e19' stroke='%2317b8ff' stroke-width='4'/%3E%3Ccircle cx='31' cy='24' r='5' fill='%23030e19' stroke='%2317b8ff' stroke-width='4'/%3E%3Ccircle cx='23' cy='34' r='5' fill='%23030e19' stroke='%2317b8ff' stroke-width='4'/%3E%3C/svg%3E");
}

@media (hover: hover) and (pointer: fine) {
  .diff-item:hover .round-icon,
  .diff-item:focus-within .round-icon {
    transform: translateY(-2px) scale(1.08);
    border-color: rgba(149, 255, 33, 0.62);
    box-shadow: inset 0 0 20px rgba(47, 167, 255, 0.18), 0 0 18px rgba(149, 255, 33, 0.18);
  }
}

.diff-item h3 {
  min-height: 30px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.12;
}

.stats {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  padding: 10px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.34fr;
  gap: 24px;
  border: 1px solid var(--line-green);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(165deg, rgba(3, 24, 37, 0.95), rgba(5, 20, 32, 0.9)),
    linear-gradient(20deg, transparent 55%, rgba(122, 255, 23, 0.24));
}

.stats::after,
.cta::after {
  content: "";
  position: absolute;
  inset: auto -20px -4px -20px;
  height: 46px;
  background:
    linear-gradient(12deg, transparent 49%, rgba(122, 255, 23, 0.46) 50%, transparent 51%),
    linear-gradient(172deg, transparent 49%, rgba(15, 189, 255, 0.22) 50%, transparent 51%);
  opacity: 0.55;
}

.stat {
  min-height: 48px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(73, 151, 207, 0.16);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-size: 23px;
  line-height: 1;
}

.stat b {
  display: block;
  font-size: 13px;
}

.stat small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.stat .round-icon {
  background-color: rgba(16, 69, 95, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 58%;
}

.stat .round-icon::after {
  content: none;
}

.stat .globe {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 32c1-5 4-8 8-8 3 0 5-2 5-5 0-2-1-4-3-5' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M32 38c-1-4 0-7 3-9l5-3' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='24' cy='24' r='17' fill='none' stroke='%2395ff21' stroke-width='4'/%3E%3C/svg%3E");
}

.stat .circuit {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='10' width='28' height='28' rx='4' fill='none' stroke='%2395ff21' stroke-width='4'/%3E%3Cpath d='M17 24h7l4-6h6M17 31h8m3 0h3M17 17h5' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='34' cy='18' r='2.5' fill='%2395ff21'/%3E%3Ccircle cx='31' cy='31' r='2.5' fill='%2395ff21'/%3E%3C/svg%3E");
}

.stat .badge {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='19' r='10' fill='none' stroke='%2395ff21' stroke-width='4'/%3E%3Cpath d='m17 28-3 13 10-5 10 5-3-13' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='m20 19 3 3 6-7' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.stat .brazil {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 5c-6 0-11 4.8-11 10.8 0 8.4 11 20.2 11 20.2s11-11.8 11-20.2C35 9.8 30 5 24 5Z' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linejoin='round'/%3E%3Ccircle cx='24' cy='16' r='4' fill='none' stroke='%2395ff21' stroke-width='4'/%3E%3Cpath d='M10 39h28' fill='none' stroke='%2395ff21' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.client-proof {
  padding-top: 20px;
}

.demo-section-head {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: end;
}

.demo-section-head h2,
.testimonial-intro h2 {
  font-size: 24px;
}

.demo-section-head p:last-child,
.testimonial-intro p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.client-shell {
  position: relative;
  display: block;
  overflow: hidden;
}

.client-shell::before,
.client-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 42px;
  pointer-events: none;
}

.client-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(4, 18, 31, 0.98), rgba(4, 18, 31, 0));
}

.client-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(4, 18, 31, 0.98), rgba(4, 18, 31, 0));
}

.client-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 8px 10px 16px;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  will-change: scroll-position;
}

.client-carousel::-webkit-scrollbar {
  display: none;
}

.client-logo {
  flex: 0 0 150px;
  height: 88px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  scroll-snap-align: none;
  border: 1px solid rgba(74, 155, 212, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 36, 58, 0.82), rgba(5, 18, 31, 0.92)),
    radial-gradient(circle at 80% 20%, rgba(149, 255, 33, 0.12), transparent 35%);
  box-shadow: inset 0 0 22px rgba(23, 184, 255, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.client-logo strong {
  margin-top: 7px;
  font-size: 13px;
}

.client-logo small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.client-logo.has-logo {
  align-items: center;
  padding: 12px 14px;
}

.client-logo.has-logo img {
  display: block;
  max-width: 86%;
  max-height: 58px;
  object-fit: contain;
  border-radius: 5px;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.18));
  transition: transform 180ms ease, filter 180ms ease;
}

.client-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(149, 255, 33, 0.55);
  border-radius: 50%;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  background: rgba(16, 69, 95, 0.78);
}

.client-nav {
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(74, 155, 212, 0.58);
  border-radius: 50%;
  background: rgba(5, 22, 35, 0.95);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.testimonials {
  padding-top: 20px;
  padding-bottom: 16px;
  background:
    linear-gradient(180deg, rgba(3, 15, 25, 0), rgba(3, 18, 30, 0.64)),
    radial-gradient(circle at 18% 50%, rgba(0, 149, 255, 0.12), transparent 30%);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

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

.testimonial-card {
  min-height: 170px;
  padding: 18px;
  border: 1px solid rgba(74, 155, 212, 0.32);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(8, 35, 56, 0.78), rgba(4, 18, 31, 0.94));
  box-shadow: inset 0 0 20px rgba(23, 184, 255, 0.07);
}

.quote-mark {
  display: block;
  height: 24px;
  color: var(--green);
  font-size: 34px;
  line-height: 0.8;
}

.testimonial-card p {
  margin-bottom: 14px;
  color: #edf7ff;
  font-size: 12px;
  line-height: 1.5;
}

.testimonial-card strong,
.testimonial-card small {
  display: block;
}

.testimonial-card strong {
  font-size: 12px;
}

.testimonial-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
}

@media (hover: hover) and (pointer: fine) {
  .client-logo:hover,
  .client-logo:focus-within,
  .testimonial-card:hover {
    transform: translateY(-3px) scale(1.015);
    border-color: rgba(149, 255, 33, 0.65);
    background:
      linear-gradient(145deg, rgba(10, 45, 70, 0.92), rgba(5, 20, 34, 0.98)),
      radial-gradient(circle at 80% 20%, rgba(149, 255, 33, 0.18), transparent 35%);
    box-shadow: inset 0 0 26px rgba(23, 184, 255, 0.15), 0 16px 32px rgba(0, 0, 0, 0.22);
  }

  .client-logo:hover img,
  .client-logo:focus-within img {
    transform: scale(1.03);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28)) saturate(1.08) contrast(1.04);
  }

  .client-nav:hover {
    transform: translateY(-1px);
    border-color: rgba(149, 255, 33, 0.7);
    color: var(--green);
  }
}

.business {
  min-height: 138px;
  padding-top: 17px;
  background: radial-gradient(circle at 75% 62%, rgba(0, 149, 255, 0.16), transparent 30%);
}

.business-grid {
  display: grid;
  grid-template-columns: 260px 220px 270px;
  gap: 20px;
  align-items: center;
}

.check-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.business h2 {
  font-size: 24px;
}

.business p {
  line-height: 1.36;
}

.check-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px;
  color: #e9f5ff;
  font-size: 11px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 13px;
  height: 13px;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 3px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.office-shot {
  height: 132px;
  align-self: stretch;
  background:
    linear-gradient(90deg, rgba(3, 13, 22, 0.35), transparent 35%),
    url("assets/office-logo.png") center / cover no-repeat;
  border-left: 1px solid rgba(74, 155, 212, 0.25);
}

.cta {
  position: relative;
  margin-top: 0;
  padding: 24px 84px;
  min-height: 112px;
  height: auto;
  display: grid;
  grid-template-columns: 300px 220px 170px;
  gap: 20px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(121, 243, 31, 0.58);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(5, 22, 35, 0.97), rgba(4, 18, 30, 0.97));
}

.cta h2 {
  margin-bottom: 2px;
  font-size: 22px;
}

.cta p {
  line-height: 1.28;
}

.footer {
  padding: 9px 0 8px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.footer-col {
  min-width: 0;
}

.footer-brand {
  width: 255px;
}

.footer-brand img {
  height: 63px;
  margin-bottom: 4px;
  mix-blend-mode: normal;
  opacity: 1;
}

.footer h4 {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 10px;
}

.footer a {
  display: block;
  line-height: 1.08;
}

.footer p {
  margin-bottom: 3px;
  line-height: 1.22;
}

.socials {
  display: flex;
  gap: 9px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.socials a,
.contact-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.social-instagram,
.contact-instagram {
  border-radius: 5px;
  background:
    radial-gradient(circle at 28% 108%, #fed373 0 20%, transparent 21%),
    radial-gradient(circle at 8% 95%, #f15245 0 28%, transparent 29%),
    radial-gradient(circle at 92% 10%, #4f5bd5 0 26%, transparent 27%),
    linear-gradient(135deg, #833ab4 8%, #fd1d1d 52%, #fcb045 100%);
  position: relative;
  color: #fff;
  font-size: 0;
}

.social-instagram::before,
.contact-instagram::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1.7px solid #fff;
  border-radius: 3px;
}

.social-instagram::after,
.contact-instagram::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}

.contact-link {
  display: flex !important;
  align-items: flex-start;
  gap: 7px;
}

.contact-icon {
  margin-top: 1px;
  color: var(--green);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-phone {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 3.7 4.3 6c-.6.6-.8 1.5-.5 2.3 1.8 5 5.9 9.1 10.9 10.9.8.3 1.7.1 2.3-.5l2.3-2.3c.5-.5.5-1.3 0-1.8l-2.5-2.5c-.5-.5-1.2-.5-1.7-.1l-1.5 1.1c-1.9-1-3.5-2.6-4.6-4.6l1.1-1.5c.4-.5.3-1.2-.1-1.7L8.4 3.7c-.5-.5-1.3-.5-1.8 0Z' fill='none' stroke='%2395ff21' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-mail {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2' fill='none' stroke='%2395ff21' stroke-width='2.2'/%3E%3Cpath d='m5 7 7 6 7-6' fill='none' stroke='%2395ff21' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-clock {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='%2395ff21' stroke-width='2.2'/%3E%3Cpath d='M12 7.5V12l3.2 2' fill='none' stroke='%2395ff21' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.copyright {
  margin: 4px 0 0;
  color: #7892a8;
  text-align: center;
  font-size: 9px;
}

.floating-wa {
  position: fixed;
  right: clamp(18px, 2.2vw, 34px);
  bottom: clamp(18px, 2.2vw, 34px);
  z-index: 30;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #3bd85e;
  color: #fff;
  border: 5px solid rgba(255, 255, 255, 0.12);
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 0 0 rgba(59, 216, 94, 0.5);
  animation: whatsappFloat 3s ease-in-out infinite, whatsappPulse 2.6s ease-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-wa::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M16.1 3.4a12.4 12.4 0 0 0-10.5 19l-1.5 6.3 6.5-1.6a12.4 12.4 0 1 0 5.5-23.7Zm0 2.4a10 10 0 0 1 8.5 15.4 10 10 0 0 1-12.9 3.7l-.6-.3-3.8 1 1-3.7-.4-.6A10 10 0 0 1 16.1 5.8Zm-5.2 5.4c-.3 0-.6.1-.9.4-.8.7-1.2 1.6-1.2 2.7 0 .8.3 1.7.9 2.8 1 1.8 3.4 4.9 6.9 6 2.7.9 3.3.7 3.9.6.7-.1 2.1-.9 2.4-1.7.3-.8.3-1.5.2-1.7-.1-.2-.4-.3-.8-.5l-2.3-1c-.4-.2-.7-.2-1 .2l-1.1 1.3c-.2.3-.5.4-.9.1-.5-.2-1.8-.7-3.4-2.1-1.3-1.3-2.1-2.8-2.4-3.2-.2-.4 0-.7.2-.9l.6-.7c.2-.2.3-.4.4-.7.1-.3.1-.5 0-.8l-1-2.5c-.3-.6-.5-.6-.9-.6h-.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.floating-wa:hover,
.floating-wa:focus-visible {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42), 0 0 0 10px rgba(59, 216, 94, 0.15);
}

@keyframes whatsappFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 0 0 rgba(59, 216, 94, 0.42);
  }
  72% {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 0 16px rgba(59, 216, 94, 0);
  }
  100% {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 0 0 rgba(59, 216, 94, 0);
  }
}

@media (min-width: 1200px) {
  :root {
    --max: 1280px;
  }

  .wrap {
    width: min(var(--max), calc(100% - 96px));
  }

  .site-header,
  .nav {
    height: 76px;
  }

  .brand {
    width: 292px;
    height: 72px;
  }

  nav {
    gap: 34px;
    font-size: 15px;
  }

  .btn {
    min-height: 48px;
    padding: 0 38px;
    font-size: 16px;
  }

  .btn-small {
    height: 44px;
    min-height: 44px;
    padding: 0 28px;
  }

  .site-header .btn-specialist {
    height: 44px;
    min-height: 44px;
    padding: 0 26px;
    font-size: 14px;
  }

  .site-header .btn-specialist .wa-dot {
    width: 17px;
    height: 17px;
  }

  .wa-dot,
  .mail-dot {
    width: 18px;
    height: 18px;
  }

  .hero {
    height: 540px;
  }

  .hero-media {
    width: 64%;
  }

  .wire-one {
    right: 190px;
    top: 58px;
    width: 540px;
    height: 430px;
  }

  .hero-grid {
    height: 540px;
  }

  .hero-copy {
    width: 620px;
    padding-top: 42px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 13px;
  }

  h1 {
    max-width: 670px;
    margin-bottom: 22px;
    font-size: 52px;
    line-height: 1;
  }

  .lead {
    width: 610px;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 22px;
    margin-bottom: 36px;
  }

  .feature-row {
    width: 650px;
    gap: 36px;
  }

  .mini-feature {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .mini-feature strong {
    font-size: 13px;
  }

  .icon {
    width: 34px;
    height: 34px;
  }

  .section {
    padding-top: 34px;
  }

  .services {
    min-height: 760px;
  }

  .services h2,
  .difference h2,
  .business h2,
  .cta h2 {
    font-size: 39px;
  }

  .section-subtitle {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .cards {
    grid-auto-rows: minmax(238px, auto);
    gap: 18px;
  }

  .card {
    height: auto;
    min-height: 238px;
    padding: 24px 26px 22px;
  }

  .card-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 18px;
  }

  .card h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .card p,
  .diff-item p,
  .diff-intro p,
  .business p,
  .footer p,
  .footer a,
  .cta p {
    font-size: 13px;
    line-height: 1.48;
  }

  .center {
    padding: 18px 0 16px;
  }

  .difference {
    padding-top: 26px;
  }

  .diff-grid {
    gap: 52px;
  }

  .round-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
  }

  .round-icon::after {
    width: 25px;
    height: 25px;
  }

  .diff-item h3 {
    min-height: 52px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .stats {
    margin-top: 26px;
    padding: 28px 56px;
    gap: 34px;
  }

  .stat {
    min-height: 80px;
    grid-template-columns: 58px 1fr;
    gap: 22px;
  }

  .stat strong {
    font-size: 35px;
  }

  .stat b {
    font-size: 18px;
  }

  .stat small {
    font-size: 12px;
  }

  .client-proof {
    padding-top: 34px;
  }

  .demo-section-head {
    margin-bottom: 18px;
    grid-template-columns: minmax(0, 1fr) 430px;
  }

  .demo-section-head h2,
  .testimonial-intro h2 {
    font-size: 34px;
  }

  .demo-section-head p:last-child,
  .testimonial-intro p {
    font-size: 15px;
    line-height: 1.55;
  }

  .client-shell {
    display: block;
  }

  .client-nav {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .client-carousel {
    gap: 16px;
    padding: 10px 12px 20px;
  }

  .client-logo {
    flex-basis: 214px;
    height: 128px;
    padding: 18px 20px;
  }

  .client-logo strong {
    font-size: 18px;
  }

  .client-logo small {
    font-size: 12px;
  }

  .client-logo.has-logo {
    padding: 18px 20px;
  }

  .client-logo.has-logo img {
    max-height: 78px;
  }

  .client-mark {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }

  .testimonials {
    padding-top: 36px;
    padding-bottom: 26px;
  }

  .testimonial-grid {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 34px;
  }

  .testimonial-list {
    gap: 18px;
  }

  .testimonial-card {
    min-height: 220px;
    padding: 28px;
  }

  .testimonial-card p {
    font-size: 15px;
  }

  .testimonial-card strong {
    font-size: 14px;
  }

  .testimonial-card small {
    font-size: 12px;
  }

  .business {
    min-height: 250px;
    padding-top: 36px;
  }

  .business-grid {
    grid-template-columns: 1.1fr 0.9fr 430px;
    gap: 54px;
  }

  .business h2 {
    font-size: 36px;
  }

  .check-list li {
    margin-bottom: 18px;
    padding-left: 34px;
    font-size: 15px;
  }

  .check-list li::before {
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 13px;
  }

  .office-shot {
    height: 230px;
  }

  .cta {
    height: auto;
    min-height: 156px;
    grid-template-columns: 1fr 270px 230px;
    gap: 42px;
    padding: 38px 130px;
  }

  .cta h2 {
    font-size: 34px;
  }

  .footer {
    padding: 26px 0 22px;
  }

  .footer-grid {
    gap: 120px;
  }

  .footer-brand {
    width: 285px;
  }

  .footer-brand img {
    height: 70px;
  }

  .footer h4 {
    font-size: 13px;
  }

  .copyright {
    margin-top: 16px;
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    gap: 14px;
  }

  nav {
    display: none;
  }

  .btn-small {
    margin-left: auto;
  }

  .brand {
    width: 176px;
    height: 44px;
  }

  .hero {
    min-height: auto;
    height: auto;
  }

  .hero-media {
    width: 100%;
    opacity: 0.45;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 540px;
  }

  .hero-copy,
  .lead,
  .feature-row {
    width: 100%;
  }

  h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .cards,
  .diff-grid,
  .demo-section-head,
  .testimonial-grid,
  .testimonial-list,
  .business-grid,
  .footer-grid,
  .cta,
  .stats {
    grid-template-columns: 1fr;
  }

  .services h2,
  .difference h2,
  .demo-section-head h2,
  .testimonial-intro h2,
  .business h2,
  .cta h2 {
    font-size: 27px;
  }

  .section-subtitle,
  .lead {
    font-size: 14px;
  }

  .cards {
    grid-auto-rows: auto;
    gap: 12px;
  }

  .card {
    height: auto;
    min-height: 158px;
    padding: 18px;
  }

  .card h3 {
    font-size: 16px;
  }

  .card p,
  .diff-item p,
  .diff-intro p,
  .demo-section-head p:last-child,
  .testimonial-intro p,
  .testimonial-card p,
  .business p,
  .footer p,
  .footer a,
  .cta p {
    font-size: 12px;
    line-height: 1.5;
  }

  .card-icon {
    width: 34px;
    height: 34px;
  }

  .diff-item h3 {
    min-height: 0;
    font-size: 16px;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .stats,
  .cta {
    padding: 22px;
  }

  .client-proof,
  .testimonials {
    padding-top: 24px;
  }

  .client-logo {
    flex-basis: min(76vw, 250px);
  }

  .testimonial-card {
    min-height: 0;
  }

  .cta {
    height: auto;
    min-height: 0;
    gap: 14px;
  }

  .stat {
    border-right: 0;
  }

  .office-shot {
    min-height: 180px;
  }

  .floating-wa {
    width: 56px;
    height: 56px;
    right: 12px;
    bottom: 16px;
  }
}

@media (max-width: 640px) {
  .site-header .btn-small {
    display: none;
  }

  .nav {
    justify-content: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-actions .btn,
  .cta .btn {
    width: 100%;
    min-height: 42px;
    padding: 0 18px;
    font-size: 12px;
  }

  .footer {
    padding: 30px 0 92px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px 24px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-brand img {
    height: 54px;
    max-width: 270px;
    margin-bottom: 10px;
  }

  .footer h4 {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .footer p,
  .footer a {
    font-size: 14px;
    line-height: 1.42;
  }

  .footer-nav a,
  .footer-services a {
    line-height: 1.52;
  }

  .footer p {
    margin-bottom: 8px;
  }

  .footer-brand p {
    max-width: 340px;
  }

  .socials {
    margin-top: 10px;
    gap: 12px;
  }

  .socials a,
  .contact-icon {
    width: 21px;
    height: 21px;
  }

  .socials a {
    font-size: 18px;
  }

  .social-instagram,
  .contact-instagram {
    border-radius: 6px;
  }

  .social-instagram::before,
  .contact-instagram::before {
    width: 10px;
    height: 10px;
  }

  .contact-link {
    gap: 10px;
  }

  .contact-link span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .copyright {
    width: min(100% - 28px, var(--max));
    margin: 18px auto 0;
    padding-right: 74px;
    text-align: left;
    font-size: 12px;
    line-height: 1.35;
  }

  .floating-wa {
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 14px;
    border-width: 4px;
  }

  .floating-wa::before {
    width: 27px;
    height: 27px;
  }
}
