:root {
  --web5: #007490;
  --web5-strong: #005d73;
  --web5-dark: #063946;
  --web5-soft: #e8f6f9;
  --dark: #0E0E0E;
  --text: #111820;
  --muted: #65727c;
  --line: #dbe7ea;
  --bg: #fff;
  --soft: #f4fafb;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(0, 40, 50, .10);
  --shadow-dark: 0 26px 70px rgba(0, 0, 0, .22)
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: hidden
}
a {
  color: inherit;
  text-decoration: none
}
img {
  max-width: 100%;
  height: auto;
  display: block
}
.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto
}
.section-space {
  padding: 72px 0
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #fff;
  color: var(--web5);
  padding: 10px 14px;
  border-radius: 12px;
  z-index: 99
}
.skip-link:focus {
  left: 10px
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 116, 144, .11);
  transition: box-shadow .28s ease, background .28s ease
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 34px rgba(0, 40, 50, .08)
}
.header-main {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}
.brand img {
  width: 138px
}
.menu-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06)
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--dark);
  border-radius: 999px;
  transition: .2s
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg)
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}
.nav {
  position: absolute;
  inset: calc(100% + 10px) 16px auto 16px;
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow)
}
.nav.open {
  display: flex
}
.nav a {
  padding: 12px 14px;
  border-radius: 15px;
  font-weight: 850;
  color: #22303a
}
.nav a:hover {
  background: var(--web5-soft);
  color: var(--web5)
}
.nav-actions {
  display: grid;
  gap: 10px;
  margin-top: 8px
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 950;
  line-height: 1;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  cursor: pointer;
  max-width: 100%;
  text-align: center;
  white-space: normal
}
.btn:hover {
  transform: translateY(-2px)
}
.btn-primary, .btn-primary:hover, .btn-primary:focus-visible {
  background: linear-gradient(135deg, var(--web5), var(--web5-strong));
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0, 116, 144, .28)
}
.btn-dark, .btn-dark:hover, .btn-dark:focus-visible {
  background: var(--dark);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18)
}
.btn-ghost, .btn-ghost:hover, .btn-ghost:focus-visible {
  background: var(--web5-soft);
  border-color: transparent;
  color: var(--web5)
}
.btn-whatsapp, .btn-whatsapp:hover, .btn-whatsapp:focus-visible {
  background: linear-gradient(135deg, #16b85f, #078d45) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(7, 141, 69, .24) !important
}
.btn-whatsapp:hover {
  filter: saturate(1.08) brightness(.98)
}
.btn-lg {
  min-height: 52px;
  padding-inline: 22px
}
.btn .bi, .nav .bi, .floating-whatsapp .bi {
  line-height: 1;
  font-size: 1.05rem
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 88% 12%, rgba(0, 116, 144, .20), transparent 34%), radial-gradient(circle at 8% 88%, rgba(0, 116, 144, .10), transparent 30%), linear-gradient(180deg, #f6fbfc 0%, #fff 78%);
  padding-top: 28px
}
.hero.section-space {
  padding-top: 38px
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 116, 144, .22), transparent);
  z-index: -1
}
.hero:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  bottom: -160px;
  border-radius: 50%;
  background: rgba(0, 116, 144, .09);
  filter: blur(2px);
  animation: softOrb 9s ease-in-out infinite;
  z-index: -1
}
.hero-grid, .split-grid, .contact-grid {
  display: grid;
  gap: 34px
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 116, 144, .10);
  color: var(--web5);
  font-size: .77rem;
  font-weight: 950;
  text-transform: uppercase
}
.hero h1, .service-copy h2, .section-heading h2, .contact-section h2 {
  font-size: clamp(2rem, 7.5vw, 4.2rem);
  line-height: 1.03;
  margin: 18px 0 16px;
  letter-spacing: -.03em
}
.hero h1 {
  margin-top: 0
}
.service-copy h2, .section-heading h2, .contact-section h2 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.08
}
.hero-subtitle, .service-copy p, .section-heading p {
  font-size: 1.06rem;
  color: var(--muted);
  margin: 0 0 22px;
  max-width: 680px
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 12px
}
.hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 850;
  font-size: .88rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  transition: .28s
}
.hero-tags span:hover {
  transform: translateY(-5px)
}
.hero-actions {
  display: grid;
  gap: 12px
}
.hero-visual {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center
}
.tech-panel {
  width: min(100%, 380px);
  background: linear-gradient(180deg, #151a1c, #071011);
  border-radius: 30px;
  padding: 14px;
  box-shadow: var(--shadow-dark);
  transform: rotate(-2deg)
}
.panel-top {
  display: flex;
  gap: 7px;
  padding: 4px 0 14px
}
.panel-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--web5)
}
.panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(232, 246, 249, .96));
  border-radius: 22px;
  padding: 18px
}
.panel-card {
  min-height: 94px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  font-weight: 850;
  color: var(--web5);
  transition: .28s
}
.panel-card:hover {
  transform: translateY(-5px)
}
.panel-card.wide {
  grid-column: 1/-1;
  min-height: 118px;
  background: linear-gradient(135deg, var(--web5), var(--web5-strong));
  color: #fff;
  position: relative;
  overflow: hidden
}
.panel-card.wide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .38) 48%, transparent 72%);
  transform: translateX(-130%);
  animation: shineMove 4.8s ease-in-out infinite
}
.panel-card .bi {
  font-size: 1.55rem
}
.float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(0, 116, 144, .10);
  border-radius: 999px;
  padding: 10px 13px;
  box-shadow: 0 20px 50px rgba(0, 116, 144, .16);
  font-weight: 900;
  animation: floatBadge 5.8s ease-in-out infinite
}
.badge-one {
  left: 0;
  top: 26px
}
.badge-two {
  right: 0;
  bottom: 26px;
  animation-delay: -2.4s
}
.counter-section {
  position: relative;
}
.counter-section:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  width: min(720px, 92vw);
  height: 220px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 116, 144, .18), transparent 68%);
  filter: blur(16px);
  pointer-events: none
}
.counter-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #062b34 0%, var(--web5) 48%, #13a8ba 100%);
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  color: #fff
}
.counter-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  z-index: -2
}
.counter-panel:after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(110deg, transparent 0%, transparent 38%, rgba(255, 255, 255, .24) 50%, transparent 62%, transparent 100%);
  transform: translateX(-80%);
  animation: counterSweep 7s ease-in-out infinite;
  z-index: -1
}
.counter-glow {
  position: absolute;
  right: -110px;
  top: -120px;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  filter: blur(2px);
  animation: softOrb 9s ease-in-out infinite;
  z-index: -1
}
.counter-item {
  position: relative;
  text-align: left;
  min-height: 132px;
  padding: 22px 20px 22px 92px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .105);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
  transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease
}
.counter-item:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .30);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .13)
}
.counter-icon {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22)
}
.counter-icon .bi {
  font-size: 1.45rem;
  line-height: 1;
  color: #d7fbff
}
.counter-item strong {
  display: block;
  font-size: clamp(2.6rem, 10vw, 4.45rem);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.055em;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .16)
}
.counter-item strong span {
  display: inline-block
}
.counter-item > span {
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .025em;
  color: rgba(255, 255, 255, .86)
}
.service-block {
  position: relative;
  overflow: hidden;
  isolation: isolate
}
.service-block:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(0, 116, 144, .08);
  filter: blur(1px);
  z-index: -1;
  animation: softOrb 10s ease-in-out infinite
}
.domain-block {
  background: #fff
}
.domain-block:before {
  right: -110px;
  top: 18%
}
.hosting-block {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .10), transparent 28%), linear-gradient(135deg, #082a33 0%, var(--web5-dark) 48%, var(--dark) 100%);
  color: #fff
}
.hosting-block:before {
  left: -120px;
  bottom: -90px;
  background: rgba(255, 255, 255, .08)
}
.hosting-block .eyebrow {
  background: rgba(255, 255, 255, .12);
  color: #9ee8f3
}
.hosting-block .service-copy h2, .hosting-block .check-list li {
  color: #fff
}
.hosting-block .service-copy p {
  color: rgba(255, 255, 255, .75)
}
.hosting-block .check-list i {
  color: #9ee8f3
}
.site-block {
  background: linear-gradient(180deg, #f4fafb 0%, #fff 100%)
}
.site-block:before {
  right: -120px;
  bottom: -90px
}
.service-copy {
  max-width: 620px
}
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none
}
.check-list li {
  display: flex;
  gap: 10px;
  color: #27353d;
  font-weight: 750
}
.check-list .bi {
  color: var(--web5);
  flex: 0 0 auto;
  margin-top: 3px
}
.visual-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: .28s
}
.visual-card:hover {
  transform: translateY(-5px)
}
.domain-search {
  display: flex;
  align-items: center;
  background: var(--web5-soft);
  border: 1px solid rgba(0, 116, 144, .16);
  border-radius: 18px;
  padding: 18px;
  font-size: clamp(1.1rem, 5vw, 2rem)
}
.domain-typewriter {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid var(--web5);
  animation: domainTyping 9s steps(21) infinite, cursorBlink .8s step-end infinite
}
.domain-search span, .domain-search em {
  color: var(--web5);
  font-style: normal;
  font-weight: 900
}
.domain-search strong {
  color: var(--dark)
}
.mini-list {
  display: grid;
  gap: 12px;
  margin-top: 18px
}
.mini-list span {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 850;
  color: #26323a
}
.mini-list .bi {
  color: var(--web5)
}
.hosting-visual {
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .16);
  color: #fff;
  min-height: 330px;
  display: grid;
  align-content: center;
  gap: 22px;
  box-shadow: var(--shadow-dark)
}
.server-stack {
  display: grid;
  gap: 12px
}
.server-stack span {
  display: block;
  height: 62px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
  position: relative
}
.server-stack span:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #42f59b;
  transform: translateY(-50%);
  box-shadow: 22px 0 0 rgba(255, 255, 255, .28), 44px 0 0 rgba(255, 255, 255, .18)
}
.uptime-card {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  padding: 16px;
  color: #fff
}
.uptime-card strong, .uptime-card small {
  display: block
}
.uptime-card strong {
  font-size: 1.6rem
}
.uptime-card small {
  color: rgba(255, 255, 255, .72)
}
.hosting-features-wrap {
  margin-top: 48px
}
.hosting-features-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center
}
.hosting-features-heading span {
  display: block;
  color: #9ee8f3;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  margin-bottom: 8px
}
.hosting-features-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.5
}
.hosting-features {
  display: grid;
  gap: 18px
}
.hosting-features article {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 20px;
  padding: 26px;
  min-height: 220px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
  transition: .28s
}
.hosting-features article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, .22)
}
.hosting-features article span {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0, 116, 144, .22);
  border: 1px solid rgba(158, 232, 243, .30);
  color: #9ee8f3;
  font-size: 1.45rem;
  margin-bottom: 24px
}
.hosting-features h3 {
  font-size: 1.12rem;
  margin: 0 0 8px;
  color: #fff;
  font-weight: 900
}
.hosting-features p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  min-height: 3.1em
}
.site-preview {
  min-height: 360px
}
.browser-bar {
  display: flex;
  gap: 7px;
  margin-bottom: 18px
}
.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--web5)
}
.preview-hero {
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--web5), var(--web5-strong));
  margin-bottom: 16px
}
.preview-lines {
  display: grid;
  gap: 10px
}
.preview-lines i {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: var(--web5-soft)
}
.preview-lines i:nth-child(2) {
  width: 82%
}
.preview-lines i:nth-child(3) {
  width: 64%
}
.preview-cta {
  width: 160px;
  height: 42px;
  border-radius: 999px;
  background: var(--dark);
  margin-top: 22px
}
.systems-block {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 12% 18%, rgba(158, 232, 243, .18), transparent 30%), radial-gradient(circle at 88% 78%, rgba(19, 168, 186, .18), transparent 32%), linear-gradient(135deg, #063946 0%, #075267 48%, #0a6f83 100%);
  color: #fff
}
.systems-block:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .065) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .065) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  z-index: -1
}
.systems-layout {
  display: grid;
  gap: 34px;
  align-items: center
}
.systems-copy {
  max-width: 620px
}
.systems-copy h2 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.08;
  margin: 18px 0 16px;
  letter-spacing: -.03em
}
.systems-copy p {
  color: rgba(255, 255, 255, .76);
  font-size: 1.06rem;
  margin: 0 0 22px
}
.systems-copy h2, .systems-copy .check-list li {
  color: #fff
}
.systems-copy .check-list i {
  color: #9ee8f3
}
.systems-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(0, 116, 144, .14);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px)
}
.systems-panel article {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(0, 116, 144, .13);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, rgba(232, 246, 249, .72));
  transition: .28s
}
.systems-panel article:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 116, 144, .26)
}
.systems-panel article:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -44px;
  bottom: -44px;
  border-radius: 999px;
  background: rgba(0, 116, 144, .08)
}
.systems-panel span {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--web5);
  background: var(--web5-soft);
  border: 1px solid rgba(0, 116, 144, .16);
  font-size: 1.35rem;
  margin-bottom: 18px
}
.systems-panel strong {
  display: block;
  color: var(--text);
  font-size: 1.06rem;
  font-weight: 950;
  margin-bottom: 8px
}
.systems-panel p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem
}
.crm5-section {
  --crm: #281960;
  --crm-cyan: #36FFFF;
  background: #120b31;
  padding: 0;
  position: relative
}
.crm5-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(54, 255, 255, .16), transparent 42%), linear-gradient(135deg, var(--crm), #120b31 76%);
  color: #fff;
  padding: 76px 0
}
.crm5-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
  pointer-events: none
}
.crm5-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, transparent 38%, rgba(54, 255, 255, .16) 50%, transparent 62%, transparent 100%);
  transform: translateX(-70%);
  animation: crmSweep 8s ease-in-out infinite;
  pointer-events: none
}
.crm5-content {
  position: relative;
  z-index: 1
}
.crm5-head {
  display: grid;
  gap: 28px;
  align-items: end
}
.crm-eyebrow {
  background: rgba(54, 255, 255, .12);
  color: var(--crm-cyan)
}
.crm5-logo {
  width: min(250px, 76%);
  margin: 18px 0 8px
}
.crm5-content h2 {
  font-size: clamp(2rem, 7vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.03em;
  margin: 18px 0 16px;
  color: #fff
}
.crm5-content p {
  color: rgba(255, 255, 255, .76);
  font-size: 1.02rem;
  max-width: 680px;
  margin: 0 0 18px
}
.crm5-cta-card {
  border: 1px solid rgba(54, 255, 255, .24);
  border-radius: 22px;
  background: rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 24px 70px rgba(0, 0, 0, .22);
  padding: 22px;
  width: 100%;
  max-width: 440px
}
.crm5-cta-card span, .crm5-cta-card strong, .crm5-cta-card p {
  display: block
}
.crm5-cta-card span {
  color: var(--crm-cyan);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 10px
}
.crm5-cta-card strong {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px
}
.crm5-cta-card p {
  color: rgba(255, 255, 255, .72);
  font-size: .96rem;
  margin-bottom: 18px
}
.crm5-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 30px 0 22px
}
.crm5-highlights div {
  border: 1px solid rgba(54, 255, 255, .20);
  background: rgba(255, 255, 255, .075);
  border-radius: 18px;
  padding: 18px;
  transition: .28s
}
.crm5-highlights div:hover {
  transform: translateY(-5px)
}
.crm5-highlights span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(54, 255, 255, .14);
  color: var(--crm-cyan);
  margin-bottom: 12px
}
.crm5-highlights strong {
  color: #fff;
  display: block
}
.crm5-highlights p {
  color: rgba(255, 255, 255, .70);
  font-size: .91rem;
  margin: 5px 0 0
}
.crm5-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0
}
.crm5-points span {
  border: 1px solid rgba(54, 255, 255, .28);
  background: rgba(255, 255, 255, .075);
  border-radius: 999px;
  padding: 9px 11px;
  font-size: .88rem;
  font-weight: 850
}
.btn-crm, .btn-crm:hover, .btn-crm:focus-visible {
  background: var(--crm-cyan);
  border-color: transparent;
  color: var(--crm);
  box-shadow: 0 18px 42px rgba(54, 255, 255, .30)
}
.crm5-cta-card .btn-crm {
  width: 100%;
  min-height: 58px;
  border: 2px solid rgba(255, 255, 255, .34);
  font-size: 1rem
}
.about-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 18% 18%, rgba(0, 116, 144, .16), transparent 30%), radial-gradient(circle at 86% 78%, rgba(158, 232, 243, .32), transparent 28%), linear-gradient(180deg, #fff 0%, #eef9fb 100%)
}
.about-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 116, 144, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 116, 144, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  z-index: -1
}
.about-card {
  position: relative;
  background: radial-gradient(circle at 75% 18%, rgba(158, 232, 243, .28), transparent 28%), linear-gradient(135deg, #071011, #063946 58%, #075267);
  border-radius: 28px;
  padding: 34px;
  min-height: 520px;
  color: #fff;
  display: grid;
  align-content: end;
  overflow: hidden;
  box-shadow: var(--shadow-dark)
}
.about-card:before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: rgba(0, 116, 144, .42)
}
.about-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, transparent 38%, rgba(255, 255, 255, .16) 50%, transparent 62%, transparent 100%);
  transform: translateX(-100%);
  animation: shineMove 7s ease-in-out infinite
}
.about-orbit {
  position: absolute;
  inset: 36px 34px auto auto;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(158, 232, 243, .25);
  border-radius: 999px;
  animation: softOrb 8s ease-in-out infinite
}
.about-orbit span {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #9ee8f3;
  box-shadow: 0 0 28px rgba(158, 232, 243, .72)
}
.about-orbit span:nth-child(1) {
  left: 22px;
  top: 26px
}
.about-orbit span:nth-child(2) {
  right: 12px;
  top: 70px
}
.about-orbit span:nth-child(3) {
  left: 78px;
  bottom: 8px
}
.about-mark {
  position: relative;
  z-index: 1;
  font-size: clamp(4rem, 18vw, 9rem);
  font-weight: 950;
  line-height: 1;
  color: rgba(255, 255, 255, .09)
}
.about-card h3, .about-card p {
  position: relative;
  z-index: 1
}
.about-card h3 {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.12;
  margin: 20px 0 12px
}
.about-card p {
  color: rgba(255, 255, 255, .72);
  margin: 0
}
.about-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 24px
}
.about-metrics span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(158, 232, 243, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78);
  font-weight: 850
}
.about-metrics strong {
  color: #9ee8f3;
  font-size: 1.28rem;
  font-weight: 950
}
.support-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 16% 18%, rgba(158, 232, 243, .30), transparent 30%), radial-gradient(circle at 88% 82%, rgba(0, 116, 144, .14), transparent 30%), linear-gradient(180deg, #fff 0%, #eef9fb 100%)
}
.support-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 116, 144, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 116, 144, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  z-index: -1
}
.support-card {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 74% 16%, rgba(158, 232, 243, .26), transparent 28%), linear-gradient(135deg, #071011, #063946 58%, #075267);
  color: #fff;
  border-radius: 28px;
  padding: 30px;
  min-height: 520px;
  box-shadow: var(--shadow-dark);
  display: grid;
  align-content: center
}
.support-card:before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -120px;
  top: -120px;
  border-radius: 999px;
  background: rgba(0, 116, 144, .42)
}
.support-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, transparent 38%, rgba(255, 255, 255, .16) 50%, transparent 62%, transparent 100%);
  transform: translateX(-100%);
  animation: shineMove 7s ease-in-out infinite
}
.support-orbit {
  position: absolute;
  inset: 36px 34px auto auto;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(158, 232, 243, .25);
  border-radius: 999px;
  animation: softOrb 8s ease-in-out infinite
}
.support-orbit span {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #9ee8f3;
  box-shadow: 0 0 28px rgba(158, 232, 243, .72)
}
.support-orbit span:nth-child(1) {
  left: 22px;
  top: 26px
}
.support-orbit span:nth-child(2) {
  right: 12px;
  top: 70px
}
.support-orbit span:nth-child(3) {
  left: 78px;
  bottom: 8px
}
.support-icon {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  margin-bottom: 14px;
  animation: iconPulse 2.7s ease-in-out infinite
}
.support-mark {
  position: relative;
  z-index: 1;
  font-size: clamp(2.6rem, 9vw, 4.8rem);
  font-weight: 950;
  line-height: .9;
  color: rgba(255, 255, 255, .09);
  margin-bottom: 8px
}
.support-card h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.12;
  margin: 0 0 12px
}
.support-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .78);
  margin: 0 0 16px
}
.support-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-top: 6px
}
.support-metrics span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 9px 12px;
  border: 1px solid rgba(158, 232, 243, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
  font-weight: 850
}
.support-metrics i {
  color: #9ee8f3;
  font-size: 1.1rem
}
.contact-section {
  background: radial-gradient(circle at 15% 20%, rgba(0, 116, 144, .18), transparent 26%), linear-gradient(135deg, #071417 0%, #0b3039 52%, #081012 100%);
  color: #fff
}
.section-heading {
  text-align: left;
  max-width: 760px;
  margin-bottom: 28px
}
.contact-section .section-heading p {
  color: rgba(255, 255, 255, .72)
}
.contact-section .section-heading h2 {
  color: #fff
}
.contact-section .eyebrow {
  background: rgba(255, 255, 255, .12);
  color: #9ee8f3
}
.contact-grid {
  align-items: start
}
.contact-info, .contact-form {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  padding: 22px;
  box-shadow: var(--shadow-dark)
}
.contact-info {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 14%, rgba(158, 232, 243, .22), transparent 30%), rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  display: grid;
  gap: 14px;
  animation: contactPanelFloat 7s ease-in-out infinite
}
.contact-info:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -95px;
  top: -95px;
  border-radius: 999px;
  background: rgba(0, 116, 144, .45)
}
.contact-info:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, transparent 38%, rgba(255, 255, 255, .14) 50%, transparent 62%, transparent 100%);
  transform: translateX(-110%);
  animation: contactSweep 6.8s ease-in-out infinite
}
.contact-hero-card, .contact-mini-grid, .contact-location {
  position: relative;
  z-index: 1
}
.contact-hero-card {
  padding: 24px;
  border: 1px solid rgba(158, 232, 243, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .10)
}
.contact-hero-card span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #16b85f, #078d45);
  color: #fff;
  font-size: 1.55rem;
  margin-bottom: 18px;
  box-shadow: 0 18px 38px rgba(7, 141, 69, .25);
  animation: iconPulse 2.8s ease-in-out infinite
}
.contact-hero-card small {
  display: block;
  color: #9ee8f3;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 6px
}
.contact-hero-card strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.1rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
  margin-bottom: 12px
}
.contact-hero-card p {
  color: rgba(255, 255, 255, .72);
  margin: 0 0 18px
}
.contact-hero-card .btn {
  width: 100%
}
.contact-mini-grid {
  display: grid;
  gap: 14px
}
.contact-form {
  background: #fff;
  color: var(--text)
}
.contact-form-column {
  display: grid
}
.ticket-action {
  margin-top: 16px
}
.ticket-action .btn {
  min-height: 58px
}
.btn-ticket, .btn-ticket:hover, .btn-ticket:focus-visible {
  background: linear-gradient(135deg, #dff8ea, #bdf0d4) !important;
  color: #075b32 !important;
  border: 1px solid rgba(22, 184, 95, .28);
  box-shadow: 0 18px 42px rgba(22, 184, 95, .18)
}
.contact-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .10);
  transition: .28s
}
.contact-item:hover {
  transform: translateY(-5px)
}
.contact-item > .bi {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--web5);
  color: #fff;
  font-size: 1.2rem;
  animation: contactIconPulse 3.2s ease-in-out infinite
}
.contact-item strong, .contact-item span {
  display: block
}
.contact-info .contact-item strong {
  color: #fff
}
.contact-info .contact-item span {
  color: rgba(255, 255, 255, .76);
  font-size: .94rem
}
.contact-location {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(158, 232, 243, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08)
}
.contact-location > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--web5);
  color: #fff;
  font-size: 1.25rem;
  animation: contactIconPulse 3.2s ease-in-out infinite
}
.contact-location strong, .contact-location span, .contact-location small {
  display: block
}
.contact-location strong {
  color: #fff;
  margin-bottom: 5px
}
.contact-location span, .contact-location small {
  color: rgba(255, 255, 255, .72);
  font-size: .92rem
}
.contact-location small {
  margin-top: 8px
}
.form-label {
  font-weight: 850;
  color: #26323a
}
.form-control, .form-select {
  border: 1px solid var(--line);
  border-radius: 14px;
  min-height: 48px
}
.form-control:focus, .form-select:focus {
  border-color: var(--web5);
  box-shadow: 0 0 0 .25rem rgba(0, 116, 144, .14)
}
.footer-new {
  position: relative;
  background: radial-gradient(circle at 12% 18%, rgba(0, 116, 144, .22), transparent 28%), radial-gradient(circle at 88% 0%, rgba(158, 232, 243, .12), transparent 28%), #070b0d;
  color: #fff;
  padding: 56px 0 0;
  overflow: hidden
}
.footer-new:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(142, 219, 232, .5), transparent)
}
.footer-top {
  display: grid;
  gap: 30px;
  position: relative;
  z-index: 1
}
.footer-brand img {
  width: 158px;
  background: #fff;
  border-radius: 16px;
  padding: 9px;
  margin-bottom: 18px
}
.footer-brand p {
  color: rgba(255, 255, 255, .68);
  max-width: 360px
}
.footer-social {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px
}
.footer-social a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .10);
  color: #9ee8f3;
  font-weight: 850;
  transition: .25s
}
.footer-social a:hover {
  transform: translateY(-3px);
  background: rgba(158, 232, 243, .14);
  border-color: rgba(158, 232, 243, .30);
  color: #fff
}
.footer-social i {
  font-size: 1.12rem;
  line-height: 1
}
.footer-social span {
  font-size: .88rem
}
.footer-col h3 {
  font-size: 1rem;
  margin: 0 0 14px;
  color: #fff
}
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, .70);
  padding: 6px 0
}
.footer-col a:hover {
  color: #9ee8f3
}
.footer-contact p {
  display: flex;
  gap: 9px;
  color: rgba(255, 255, 255, .68);
  margin: 0 0 10px
}
.footer-contact i {
  color: #9ee8f3
}
.footer-bottom-new {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 36px;
  padding: 18px 0;
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, .56);
  font-size: .9rem
}
.footer-bottom-new a {
  color: #9ee8f3;
  font-weight: 850
}
.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  background: linear-gradient(135deg, #16b85f, #078d45);
  color: #fff !important;
  border-radius: 999px;
  padding: 13px 16px;
  font-weight: 950;
  box-shadow: 0 18px 40px rgba(7, 141, 69, .28);
  display: inline-flex;
  align-items: center;
  gap: 8px
}
.floating-whatsapp:hover {
  color: #fff !important;
  filter: saturate(1.08) brightness(.98)
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease
}
.reveal.visible {
  opacity: 1;
  transform: none
}
.section-illustration {
  margin: 0;
  display: block;
  align-self: center;
}
.section-illustration img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 28px;
	border: 1px solid rgba(0, 116, 144, .10);
	background: #fff;
	box-shadow: 0 24px 60px rgba(7, 29, 39, .10);
}
.hosting-block .section-illustration img {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .14);
	box-shadow: var(--shadow-dark);
	animation: hostingFloat 6.5s ease-in-out infinite, hostingGlow 4.8s ease-in-out infinite;
}
.site-illustration img {
  animation: siteFloat 6.8s ease-in-out infinite, siteGlow 5s ease-in-out infinite;
}
@keyframes counterSweep {
  0%, 40% {
    transform: translateX(-85%)
  }
  72%, 100% {
    transform: translateX(85%)
  }
}
@keyframes softOrb {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1)
  }
  50% {
    transform: translate3d(18px, -16px, 0) scale(1.08)
  }
}
@keyframes shineMove {
  0%, 42% {
    transform: translateX(-130%)
  }
  72%, 100% {
    transform: translateX(130%)
  }
}
@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-12px)
  }
}
@keyframes crmSweep {
  0%, 42% {
    transform: translateX(-70%)
  }
  72%, 100% {
    transform: translateX(70%)
  }
}
@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0)
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .08)
  }
}
@keyframes lineLoad {
  0% {
    transform: translateX(-120%)
  }
  60%, 100% {
    transform: translateX(220%)
  }
}
@keyframes domainTyping {
  0%, 12% {
    max-width: 0
  }
  32%, 88% {
    max-width: 100%
  }
  100% {
    max-width: 0
  }
}
@keyframes cursorBlink {
  50% {
    border-color: transparent
  }
}
@keyframes hostingFloat {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-14px)
  }
}
@keyframes hostingGlow {
  0%, 100% {
    filter: drop-shadow(0 0 0 rgba(41, 220, 245, 0))
  }
  50% {
    filter: drop-shadow(0 20px 34px rgba(41, 220, 245, .22))
  }
}
@keyframes siteFloat {
  0%, 100% {
    transform: translateY(0) rotate(0)
  }
  50% {
    transform: translateY(-12px) rotate(.6deg)
  }
}
@keyframes siteGlow {
  0%, 100% {
    filter: drop-shadow(0 0 0 rgba(0, 116, 144, 0))
  }
  50% {
    filter: drop-shadow(0 18px 30px rgba(0, 116, 144, .18))
  }
}
@keyframes contactPanelFloat {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-8px)
  }
}
@keyframes contactSweep {
  0%, 42% {
    transform: translateX(-110%)
  }
  72%, 100% {
    transform: translateX(110%)
  }
}
@keyframes contactIconPulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(158, 232, 243, 0)
  }
  50% {
    box-shadow: 0 0 0 8px rgba(158, 232, 243, .08)
  }
}
@media (min-width:720px) {
  .section-space {
    padding: 92px 0
  }
  .brand img {
    width: 156px
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap
  }
  .counter-panel {
    grid-template-columns: repeat(4, 1fr);
    padding: 60px 30px;
  }
  .counter-item {
    text-align: center;
    padding: 24px 16px 22px
  }
  .counter-icon {
    position: static;
    margin: 0 auto 14px
  }
  .crm5-highlights {
    grid-template-columns: repeat(2, 1fr)
  }
  .crm5-card {
    padding: 96px 0
  }
  .hosting-features {
    grid-template-columns: repeat(2, 1fr)
  }
  .footer-top {
    grid-template-columns: 1.2fr .7fr .7fr 1fr
  }
  .footer-bottom-new {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}
@media (min-width:1024px) {
  .menu-toggle {
    display: none
  }
  .nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    gap: 2px
  }
  .nav a {
    font-size: .92rem
  }
  .nav-actions {
    display: flex;
    margin: 0 0 0 8px
  }
  .hero.section-space {
    min-height: calc(100svh - 78px);
    display: grid;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px
  }
  .domain-block.section-space {
    min-height: calc(100svh - 78px);
    display: grid;
    align-items: center
  }
  .about-section.section-space {
    min-height: calc(100svh - 78px);
    display: grid;
    align-items: center
  }
  .support-section.section-space {
    min-height: calc(100svh - 78px);
    display: grid;
    align-items: center
  }
  .hosting-block .section-illustration img {
    width: 100%;
    height: auto;
    margin-inline: auto;
    object-fit: contain
  }
  .hero-grid {
    grid-template-columns: 1.07fr .93fr;
    align-items: center
  }
  .hero-visual {
    min-height: 545px
  }
  .split-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px
  }
  .systems-layout {
    grid-template-columns: .92fr 1.08fr;
    gap: 64px
  }
  .systems-copy {
    order: 2
  }
  .systems-panel {
    order: 1;
    grid-template-columns: repeat(2, 1fr)
  }
  .split-grid.reverse > :first-child {
    order: 1
  }
  .split-grid.reverse > :last-child {
    order: 2
  }
  .contact-grid {
    grid-template-columns: .85fr 1.15fr;
    gap: 26px
  }
  .contact-mini-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .crm5-head {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: center;
    gap: 56px
  }
  .crm5-highlights {
    grid-template-columns: repeat(4, 1fr)
  }
  .hosting-features {
    grid-template-columns: repeat(3, 1fr)
  }
  .section-heading {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 44px
  }
  .floating-whatsapp {
    right: 24px;
    bottom: 24px
  }
}
@media (prefers-reduced-motion:reduce) {
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }
  .reveal {
    opacity: 1;
    transform: none
  }
}
