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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fbff;
  color: #0b1028;
  font-family: "Manrope", Arial, sans-serif;
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.logo-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #3460f5, #39d2ee);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(52, 96, 245, .22);
}

.brand strong {
  display: block;
  color: #0b1028;
  font-size: 30px;
  font-weight: 900;
  line-height: .9;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: clamp(18px, 3vw, 44px);
  color: #172036;
  font-size: 14px;
  font-weight: 800;
}

.main-nav a {
  opacity: .76;
  transition: color .2s ease, opacity .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: #6849f0;
  opacity: 1;
}

.header-cta,
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 25px;
  border: 0;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease;
}

.header-cta,
.btn.primary {
  overflow: hidden;
  background: linear-gradient(135deg, #325cf4, #a13ff0);
  color: #fff;
  box-shadow: 0 18px 38px rgba(93, 79, 230, .24);
}

.header-cta::after,
.btn.primary::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -42%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .44), transparent);
  transform: skewX(-18deg);
  animation: shine 4s ease-in-out infinite;
}

.btn.secondary {
  border: 1px solid rgba(92, 79, 230, .32);
  background: rgba(255, 255, 255, .76);
  color: #4736db;
}

.btn.light {
  background: #fff;
  color: #345df4;
  box-shadow: 0 18px 34px rgba(23, 38, 84, .14);
}

.play {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #eef4ff;
  font-size: 11px;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.marketing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(620px, 1.18fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 78px) clamp(50px, 6vw, 80px);
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(161, 108, 255, .16), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(52, 96, 245, .22), transparent 31%),
    radial-gradient(circle at 88% 86%, rgba(41, 218, 232, .2), transparent 30%),
    linear-gradient(115deg, #ffffff 0%, #f6fbff 50%, #f2ecff 100%);
}

.marketing-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -24vw;
  width: 52vw;
  height: 52vw;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(48, 220, 232, .25), rgba(166, 63, 240, .24));
}

.hero-copy,
.hero-orbit {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .82);
  color: #5d48ec;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(93, 72, 236, .08);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: #090e27;
  font-size: clamp(44px, 5.7vw, 74px);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 strong {
  display: block;
  color: #734bf0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3.4vw, 45px);
  line-height: 1.13;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

p {
  color: #475569;
  font-size: 16px;
  line-height: 1.72;
}

.hero-copy p {
  max-width: 650px;
  font-size: clamp(17px, 1.2vw, 20px);
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, .78);
  color: #172036;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(93, 72, 236, .08);
}

.hero-pills span::before {
  content: "\2726";
  color: #6b55ef;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 52px;
}

.hero-orbit {
  min-height: 590px;
}

.core-cube {
  position: absolute;
  left: 50%;
  top: 48%;
  display: grid;
  width: 178px;
  height: 178px;
  place-items: center;
  border-radius: 38px;
  background:
    radial-gradient(circle at 36% 22%, rgba(255, 255, 255, .78), transparent 18%),
    linear-gradient(145deg, #58e5ff, #355cf4 46%, #6d33dc);
  color: #fff;
  box-shadow:
    0 32px 76px rgba(52, 93, 244, .34),
    0 0 90px rgba(70, 224, 255, .24);
  transform: translate(-50%, -50%) rotateX(58deg) rotateZ(45deg);
  animation: cubePulse 4.8s ease-in-out infinite;
}

.core-cube::before,
.core-cube::after {
  content: "";
  position: absolute;
  inset: -115px;
  border: 2px solid rgba(76, 218, 238, .34);
  border-radius: 50%;
  transform: rotate(-45deg);
  animation: orbitGlow 6s linear infinite;
}

.core-cube::after {
  inset: -76px;
  border-color: rgba(164, 63, 240, .26);
  animation-duration: 8s;
  animation-direction: reverse;
}

.core-cube b {
  transform: rotateZ(-45deg) rotateX(-58deg);
  font-size: 74px;
  font-weight: 900;
}

.ad-card,
.metric-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(112, 127, 177, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 54px rgba(43, 70, 132, .13);
  backdrop-filter: blur(14px);
  animation: floatCard 6s ease-in-out infinite;
}

.ad-card {
  display: grid;
  gap: 16px;
  width: 176px;
  min-height: 140px;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.ad-card strong {
  font-size: 18px;
}

.google-card {
  top: 18px;
  left: 90px;
}

.meta-card {
  top: 26px;
  right: 70px;
  animation-delay: .7s;
}

.metric-card {
  width: 190px;
  min-height: 112px;
  padding: 20px;
}

.metric-card small {
  display: block;
  margin-bottom: 16px;
  color: #334155;
  font-size: 11px;
  font-weight: 900;
}

.performance {
  top: 222px;
  left: 12px;
  animation-delay: 1.1s;
}

.performance span {
  display: block;
  width: 86px;
  height: 28px;
  border-bottom: 3px solid #79b9ff;
  border-radius: 50%;
}

.performance b {
  position: absolute;
  right: 22px;
  bottom: 28px;
  color: #20bd79;
  font-size: 18px;
}

.conversion {
  top: 236px;
  right: 0;
  animation-delay: .35s;
}

.conversion strong {
  display: block;
  color: #12204a;
  font-size: 28px;
}

.conversion i {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: block;
  width: 48px;
  height: 52px;
  border-radius: 6px;
  background: linear-gradient(90deg, #b9e7ff 16%, transparent 16% 28%, #8bd4ff 28% 44%, transparent 44% 56%, #58b9ff 56% 72%, transparent 72% 84%, #2f8df4 84%);
}

.orbit-icons {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: flex;
  gap: 54px;
  transform: translateX(-50%);
}

.mini-icon,
.google-icon,
.meta-icon,
.panel-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(53, 93, 244, .16);
}

.mini-icon {
  animation: floatCard 5.6s ease-in-out infinite;
}

.google-icon {
  position: relative;
  background: #fff;
}

.google-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  background: conic-gradient(from 210deg, #34a853 0 25%, #4285f4 0 50%, #fbbc05 0 75%, #ea4335 0);
  clip-path: polygon(45% 0, 70% 0, 100% 100%, 72% 100%, 60% 70%, 42% 100%, 15% 100%);
}

.meta-icon {
  background: #fff;
  color: #2467ee;
  font-size: 64px;
  font-weight: 900;
  line-height: .5;
}

.whatsapp-icon {
  background:
    radial-gradient(circle at 50% 50%, #fff 0 24%, transparent 25%),
    #25d366;
}

.whatsapp-icon::before {
  content: "";
  width: 31px;
  height: 31px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.instagram-icon {
  background:
    radial-gradient(circle at 68% 31%, #fff 0 7%, transparent 8%),
    radial-gradient(circle at 50% 50%, transparent 0 20%, #fff 21% 28%, transparent 29%),
    linear-gradient(135deg, #feda75, #fa7e1e 28%, #d62976 55%, #962fbf 76%, #4f5bd5);
  animation-delay: .6s;
}

.mail-icon {
  background: linear-gradient(135deg, #70d8ff, #3460f5);
  animation-delay: 1.1s;
}

.mail-icon::before {
  content: "\2709";
  color: #fff;
  font-size: 30px;
}

.bot-icon {
  background: linear-gradient(135deg, #9b77ff, #7136e8);
  animation-delay: 1.5s;
}

.bot-icon::before {
  content: "\231E";
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}

.package-intro,
.difference {
  padding: clamp(58px, 8vw, 94px) clamp(18px, 5vw, 78px);
}

.section-head {
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head .eyebrow {
  margin-bottom: 14px;
}

.split-packages {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
}

.package-panel {
  min-height: 530px;
  border: 1px solid rgba(108, 103, 190, .12);
  border-radius: 24px;
  padding: 34px;
  background: linear-gradient(145deg, #ffffff, #f5f3ff);
  box-shadow: 0 28px 70px rgba(47, 68, 126, .1);
}

.panel-title {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 34px;
}

.panel-title h3 {
  margin-bottom: 4px;
  font-size: 25px;
}

.panel-title p {
  margin-bottom: 0;
  font-size: 14px;
}

.panel-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3460f5, #a13ff0);
  color: #fff;
  font-size: 24px;
}

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

.inner-card,
.mini-service {
  border: 1px solid rgba(108, 103, 190, .1);
  border-radius: 20px;
  padding: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 38px rgba(47, 68, 126, .08);
}

.inner-card h4,
.mini-service h4 {
  margin: 18px 0 22px;
  color: #101832;
  font-size: 18px;
}

.inner-card ul,
.mini-service ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-card li,
.mini-service li {
  display: flex;
  gap: 10px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.35;
}

.inner-card li::before,
.mini-service li::before {
  content: "\2713";
  display: grid;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 999px;
  background: #eef2ff;
  color: #5b48ec;
  font-size: 12px;
  font-weight: 900;
}

.mini-service {
  padding: 22px;
}

.mini-service span {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  box-shadow: 0 14px 28px rgba(53, 93, 244, .14);
}

.plus {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #5b48ec, #a13ff0);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(93, 72, 236, .24);
}

.difference {
  background: linear-gradient(135deg, #ffffff, #f7fbff);
}

.difference {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  max-width: 1260px;
  margin: 0 auto;
  border: 1px solid rgba(108, 103, 190, .1);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(47, 68, 126, .08);
}

.difference-title h2 {
  color: #0f3fc4;
}

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

.benefit-grid b {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #edfaff, #f7edff);
  color: #6849f0;
  font-size: 27px;
}

.benefit-grid h3 {
  font-size: 17px;
}

.benefit-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 34px;
  align-items: center;
  width: min(1260px, calc(100% - 36px));
  margin: 54px auto 72px;
  border-radius: 24px;
  padding: clamp(30px, 5vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 50%, rgba(37, 216, 232, .28), transparent 24%),
    linear-gradient(135deg, #3159f4, #8c3ff0 58%, #45d6e7);
  color: #fff;
  box-shadow: 0 28px 70px rgba(64, 85, 224, .25);
}

.final-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .86);
}

.megaphone {
  position: relative;
  width: 150px;
  height: 108px;
  border-radius: 34px 12px 12px 34px;
  background: linear-gradient(145deg, #dbeafe, #6045ee);
  transform: rotate(-13deg);
  box-shadow: 0 20px 46px rgba(16, 34, 92, .18);
}

.megaphone::before {
  content: "";
  position: absolute;
  right: -42px;
  top: 23px;
  width: 60px;
  height: 62px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff, #9bbcff);
}

.megaphone::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -36px;
  width: 38px;
  height: 50px;
  border-radius: 8px;
  background: #3923c8;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease, transform .72s ease;
}

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

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@keyframes shine {
  0%, 58% { transform: translateX(0) skewX(-18deg); }
  76%, 100% { transform: translateX(430%) skewX(-18deg); }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}

@keyframes cubePulse {
  0%, 100% {
    transform: translate(-50%, -50%) rotateX(58deg) rotateZ(45deg) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(58deg) rotateZ(45deg) translateY(-12px);
  }
}

@keyframes orbitGlow {
  from { transform: rotate(-45deg); }
  to { transform: rotate(315deg); }
}

@media (max-width: 1180px) {
  .marketing-hero {
    grid-template-columns: 1fr;
  }

  .hero-orbit {
    min-height: 560px;
  }

  .split-packages,
  .difference,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .plus {
    margin: -4px auto;
  }

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

@media (max-width: 920px) {
  .main-nav {
    display: none;
  }

  .ad-card,
  .metric-card {
    position: relative;
    inset: auto;
  }

  .hero-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: auto;
  }

  .core-cube {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    margin: 62px auto;
    transform: rotateX(58deg) rotateZ(45deg);
  }

  .orbit-icons {
    position: relative;
    left: auto;
    bottom: auto;
    grid-column: 1 / -1;
    justify-content: center;
    transform: none;
  }

  .inner-grid,
  .communication-grid {
    grid-template-columns: 1fr;
  }
}

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

  .brand strong {
    font-size: 24px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .marketing-hero,
  .social-hero {
    min-height: auto;
    padding: 42px clamp(14px, 4vw, 24px) 32px;
    gap: 28px;
  }

  h1 {
    font-size: clamp(28px, 8vw, 39px);
    line-height: 1.12;
  }

  .hero-actions,
  .hero-pills {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-orbit,
  .benefit-grid,
  .split-packages {
    grid-template-columns: 1fr;
  }

  .ad-card,
  .metric-card {
    width: 100%;
  }

  .orbit-icons {
    gap: 16px;
  }

  .mini-icon {
    width: 58px;
    height: 58px;
  }

  .package-panel,
  .inner-card,
  .mini-service {
    padding: 22px;
  }

  .final-cta {
    align-items: flex-start;
  }

  .megaphone {
    width: 122px;
    height: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
