:root {
  --gh-ink: #1a1a1a;
  --gh-muted: #6b6578;
  --gh-accent: #8b5cf6;
  --gh-accent-dark: #7c3aed;
  --gh-cyan: #0ba5ec;
  --gh-bg: #f9f9f9;
  --gh-surface: #ffffff;
  --gh-soft: #f3f0ff;
  --gh-border: #e5e5e5;
  --gh-shadow: 0 18px 40px rgba(45, 43, 42, 0.12);
}

html {
  background: #f9fbff;
}

body {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  -webkit-tap-highlight-color: rgba(11, 165, 236, 0.12);
}

.gh-header,
.gh-top-strip,
.gh-header * {
  box-sizing: border-box;
  font-weight: 400;
}

.gh-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(249, 249, 249, 0.98);
  border-bottom: 1px solid var(--gh-border);
  backdrop-filter: blur(16px);
  font-family: Inter, Arial, sans-serif;
  color: var(--gh-ink);
}

.gh-countdown {
  border-bottom: 1px solid rgba(245, 158, 11, 0.28);
  background: linear-gradient(135deg, #fff7d6 0%, #ffed9f 58%, #fff8df 100%);
  font-family: Inter, Arial, sans-serif;
  color: #5f4405;
}

.gh-countdown-inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

.gh-countdown i {
  color: var(--gh-accent);
  font-size: 18px;
}

.gh-countdown-time {
  display: inline-flex;
  min-width: 86px;
  justify-content: center;
  border: 1px solid rgba(245, 158, 11, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--gh-ink);
  padding: 4px 10px;
  font-variant-numeric: tabular-nums;
}

.gh-countdown a {
  color: var(--gh-accent-dark);
  text-decoration: none;
}

.gh-countdown.is-late {
  background: linear-gradient(135deg, #fff7ed 0%, #ffe8c2 58%, #fff8df 100%);
}

@keyframes beta-cta-vibrate {
  0%, 86%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  88% { transform: translate3d(-1px, 0, 0) rotate(-0.35deg) scale(1.006); }
  90% { transform: translate3d(1px, -1px, 0) rotate(0.35deg) scale(1.008); }
  92% { transform: translate3d(-1px, 1px, 0) rotate(-0.25deg) scale(1.004); }
  94% { transform: translate3d(1px, 0, 0) rotate(0.25deg) scale(1.006); }
  96% { transform: translate3d(0, -1px, 0) rotate(0) scale(1.004); }
}

@keyframes beta-price-glow {
  0%, 78%, 100% { background-color: transparent; box-shadow: none; }
  84% { background-color: rgba(255, 237, 159, 0.86); box-shadow: 0 0 0 7px rgba(255, 237, 159, 0.34); }
  92% { background-color: rgba(255, 247, 214, 0.5); box-shadow: 0 0 0 3px rgba(255, 237, 159, 0.18); }
}

@keyframes beta-price-pop {
  0% { transform: scale(1); }
  42% { transform: scale(1.045); }
  100% { transform: scale(1); }
}

@keyframes beta-card-focus {
  0%, 100% { border-color: rgba(139, 92, 246, 0.14); box-shadow: none; }
  50% { border-color: rgba(139, 92, 246, 0.36); box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.07); }
}

@keyframes beta-whatsapp-ping {
  0%, 88%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
  92% { box-shadow: 0 0 0 7px rgba(16, 185, 129, 0.18); }
  96% { box-shadow: 0 0 0 12px rgba(16, 185, 129, 0); }
}

@keyframes beta-trust-shimmer {
  0%, 82%, 100% { transform: translateX(-130%) rotate(18deg); opacity: 0; }
  88% { opacity: 0.55; }
  96% { transform: translateX(130%) rotate(18deg); opacity: 0; }
}

@keyframes beta-step-line {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes beta-icon-bob {
  0%, 82%, 100% { transform: translateY(0); }
  88% { transform: translateY(-2px); }
  94% { transform: translateY(0); }
}

@keyframes beta-3d-vibrate {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  12% { transform: translate3d(-0.8px, -0.6px, 0) rotate(-0.22deg); }
  24% { transform: translate3d(0.8px, 0.3px, 0) rotate(0.22deg); }
  36% { transform: translate3d(-0.6px, 0.7px, 0) rotate(-0.18deg); }
  48% { transform: translate3d(0.7px, -0.4px, 0) rotate(0.18deg); }
  60% { transform: translate3d(-0.4px, -0.2px, 0) rotate(-0.12deg); }
  72% { transform: translate3d(0.5px, 0.5px, 0) rotate(0.12deg); }
  84% { transform: translate3d(-0.3px, 0, 0) rotate(-0.08deg); }
}

@keyframes beta-3d-ripple {
  0% { transform: scale(0.9); opacity: 0; }
  18% { opacity: 0.32; }
  78% { opacity: 0; }
  100% { transform: scale(1.72); opacity: 0; }
}

@keyframes beta-3d-sheen {
  0% { transform: translateX(-135%) skewX(-18deg); opacity: 0; }
  28% { opacity: 0.48; }
  58% { opacity: 0; }
  100% { transform: translateX(135%) skewX(-18deg); opacity: 0; }
}

@keyframes beta-3d-gradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes beta-3d-icon {
  0%, 100% { transform: translateX(0) rotate(0); }
  25% { transform: translateX(-1px) rotate(-3deg); }
  50% { transform: translateX(1px) rotate(3deg); }
  75% { transform: translateX(0) rotate(0); }
}

@keyframes beta-3d-text {
  0%, 100% { letter-spacing: 0; }
  50% { letter-spacing: .01em; }
}

@keyframes beta-3d-glow {
  0%, 100% { filter: saturate(1); }
  50% { filter: saturate(1.08) brightness(1.02); }
}

@keyframes beta-highlight-flow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes beta-direction-nudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@keyframes beta-dot-travel {
  0% { background-position: 0 50%; opacity: .42; }
  50% { opacity: .9; }
  100% { background-position: 18px 50%; opacity: .42; }
}

@keyframes beta-blue-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(11, 165, 236, 0); }
  50% { box-shadow: 0 0 0 5px rgba(11, 165, 236, 0.12); }
}

@keyframes beta-liquid-morph {
  0%, 100% { border-radius: 54% 46% 48% 52% / 45% 54% 46% 55%; transform: translate3d(-3%, -4%, 0) scale(1); }
  33% { border-radius: 42% 58% 55% 45% / 57% 43% 52% 48%; transform: translate3d(3%, 2%, 0) scale(1.04); }
  66% { border-radius: 58% 42% 44% 56% / 46% 58% 42% 54%; transform: translate3d(-1%, 4%, 0) scale(0.98); }
}

@keyframes beta-sketch-draw {
  0% { clip-path: inset(0 100% 0 0); opacity: 0; }
  18% { opacity: 1; }
  100% { clip-path: inset(0 0 0 0); opacity: 1; }
}

@keyframes beta-route-dash {
  from { background-position: 0 0; }
  to { background-position: 28px 0; }
}

@keyframes beta-wordmark-shine {
  0%, 78%, 100% { filter: drop-shadow(0 0 0 rgba(11,165,236,0)); opacity: 1; }
  88% { filter: drop-shadow(0 0 8px rgba(11,165,236,.24)); opacity: .96; }
}

@keyframes beta-line-icon-draw {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: .72; transform: translateY(-1px); }
}

@keyframes beta-liquid-page-bg {
  0%, 100% {
    transform: translate3d(-2%, -1%, 0) scale(1);
    border-radius: 44% 56% 52% 48% / 52% 42% 58% 48%;
  }
  33% {
    transform: translate3d(3%, 2%, 0) scale(1.06);
    border-radius: 58% 42% 45% 55% / 44% 57% 43% 56%;
  }
  66% {
    transform: translate3d(1%, -3%, 0) scale(.98);
    border-radius: 49% 51% 59% 41% / 56% 45% 55% 44%;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: -14vh -10vw auto auto;
  width: min(74vw, 880px);
  height: min(74vw, 880px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 24%, rgba(11, 165, 236, 0.30), transparent 34%),
    radial-gradient(circle at 72% 42%, rgba(56, 189, 248, 0.24), transparent 36%),
    radial-gradient(circle at 48% 74%, rgba(139, 92, 246, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(224,247,255,.32), transparent 62%);
  filter: blur(10px);
  opacity: .46;
  animation: beta-liquid-page-bg 16s ease-in-out infinite;
}

body::after {
  content: "";
  position: fixed;
  left: -16vw;
  bottom: -28vh;
  width: min(64vw, 760px);
  height: min(64vw, 760px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 35% 34%, rgba(14, 165, 233, 0.22), transparent 36%),
    radial-gradient(circle at 68% 62%, rgba(191, 219, 254, 0.62), transparent 38%),
    radial-gradient(circle at 42% 78%, rgba(255, 237, 159, 0.18), transparent 32%);
  filter: blur(14px);
  opacity: .42;
  animation: beta-liquid-page-bg 20s ease-in-out infinite reverse;
}

.gh-top-strip,
.gh-header,
.gh-countdown,
main,
.site-footer,
footer,
.gh-bottom-nav,
.gh-scroll-top,
.gh-drawer {
  position: relative;
  z-index: 1;
}

main .section,
main .hero,
main .reviews-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

main .section > *,
main .hero > *,
main .reviews-section > * {
  position: relative;
  z-index: 1;
}

main .section::before,
main .hero::before,
main .reviews-section::before {
  content: "";
  position: absolute;
  inset: auto -10% -34% auto;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 26%, rgba(11, 165, 236, .20), transparent 34%),
    radial-gradient(circle at 72% 52%, rgba(186, 230, 253, .48), transparent 40%),
    radial-gradient(circle at 50% 82%, rgba(139, 92, 246, .10), transparent 36%);
  filter: blur(8px);
  opacity: .58;
  transform: translateZ(0);
  animation: beta-liquid-page-bg 18s ease-in-out infinite;
}

main .section:nth-of-type(even)::before {
  inset: -30% auto auto -12%;
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  background:
    radial-gradient(circle at 36% 32%, rgba(34, 211, 238, .18), transparent 34%),
    radial-gradient(circle at 72% 62%, rgba(219, 234, 254, .60), transparent 40%),
    radial-gradient(circle at 42% 76%, rgba(253, 224, 71, .10), transparent 34%);
  animation-duration: 22s;
  animation-direction: reverse;
}

main .section-white::before {
  opacity: .44;
}

main .section-soft::before,
main .section-alt::before,
main .section-cyan::before,
main .section-mist::before {
  opacity: .68;
}

.gh-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.gh-top-strip {
  display: block;
  border-bottom: 1px solid var(--gh-border);
  background: var(--gh-surface);
  font-family: Inter, Arial, sans-serif;
}

.gh-top-strip-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--gh-muted);
  font-size: 13px;
}

.gh-top-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gh-top-icon {
  color: var(--gh-accent);
  font-size: 18px;
}

.gh-main {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.gh-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  color: inherit;
  text-decoration: none;
}

.gh-favicon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: contain;
}

.gh-brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 10px;
  background: var(--gh-accent);
  color: #fff;
  font-size: 18px;
}

.gh-brand-text {
  display: grid;
  gap: 0;
}

.gh-brand-logo {
  display: block;
  width: 210px;
  height: auto;
  max-height: 38px;
  object-fit: contain;
  object-position: left center;
}

.gh-brand-area {
  color: var(--gh-muted);
  font-size: 13px;
  line-height: 1.1;
}

.gh-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.gh-nav-item {
  position: static;
}

.gh-link,
.gh-trigger {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--gh-muted);
  cursor: pointer;
  text-decoration: none;
}

.gh-link:hover,
.gh-trigger:hover,
.gh-nav-item:focus-within .gh-trigger,
.gh-nav-item.is-open .gh-trigger {
  background: var(--gh-soft);
  color: var(--gh-ink);
}

.gh-chevron {
  display: inline-grid;
  width: 1em;
  height: 1em;
  place-items: center;
  flex: 0 0 auto;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 180ms ease;
}

.gh-nav-item:hover .gh-chevron,
.gh-nav-item:focus-within .gh-chevron,
.gh-nav-item.is-open .gh-chevron {
  transform: rotate(180deg);
}

.gh-mega {
  position: absolute;
  top: 100%;
  left: max(16px, calc((100vw - 1180px) / 2));
  right: max(16px, calc((100vw - 1180px) / 2));
  width: auto;
  padding: 18px;
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfaff 42%, #eefbff 100%);
  box-shadow: var(--gh-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.gh-mega::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
}

.gh-nav-item:hover .gh-mega,
.gh-nav-item:focus-within .gh-mega,
.gh-nav-item.is-open .gh-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gh-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(280px, 0.85fr);
  gap: 16px;
}

.gh-mega-feature {
  grid-column: 3;
  grid-row: 1;
  padding: 16px;
  border: 1px solid rgba(139, 92, 246, 0.24);
  border-radius: 12px;
  background: linear-gradient(135deg, #e8ddff 0%, #d9f3ff 100%);
}

.gh-mega-feature h2 {
  margin: 0 0 6px;
  font-size: 15px;
}

.gh-mega-feature p {
  margin: 0 0 14px;
  color: var(--gh-muted);
  font-size: 13px;
  line-height: 1.5;
}

.gh-mega-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gh-mega-link {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 9px;
  border-radius: 10px;
  border: 1px solid transparent;
  color: inherit;
  text-decoration: none;
}

.gh-mega-link:hover {
  border-color: rgba(11, 165, 236, 0.24);
  background: linear-gradient(135deg, #eefbff 0%, #f5f0ff 100%);
}

.gh-mega-link:hover .gh-mega-icon {
  background: #e0f7ff;
}

.gh-mega-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #f6f2ff;
  color: var(--gh-accent-dark);
  font-size: 15px;
}

.gh-mega-title {
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

.gh-mega-link span span {
  display: block;
  margin-top: 2px;
  color: var(--gh-muted);
  font-size: 12px;
  line-height: 1.35;
}

.gh-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.gh-phone {
  color: var(--gh-ink);
  text-decoration: none;
  white-space: nowrap;
}

.gh-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--gh-border);
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.gh-button i,
.gh-top-icon,
.gh-trigger i,
.gh-link i {
  color: var(--gh-accent);
  font-size: 18px;
  line-height: 1;
}

.gh-primary i {
  color: #fff;
}

.gh-button:hover {
  transform: translateY(-2px) scale(1.01);
  border-color: rgba(139, 92, 246, 0.38);
  background: #fff;
  color: var(--gh-accent-dark);
  box-shadow: none;
}

.gh-primary {
  border-color: var(--gh-accent);
  background: var(--gh-accent);
  color: #fff;
}

.gh-primary:hover {
  transform: translateY(-2px) scale(1.01);
  background: var(--gh-accent-dark);
  color: #fff;
  box-shadow: none;
}

.gh-primary:not(.motion-3d-primary),
body .button-primary:not(.motion-3d-primary),
body .cta-actions a:first-child:not(.motion-3d-primary) {
  animation: beta-cta-vibrate 10.5s ease-in-out infinite;
}

.motion-3d-primary,
.gh-primary.motion-3d-primary,
body .button-primary.motion-3d-primary {
  position: relative;
  isolation: isolate;
  border: 0 !important;
  overflow: hidden;
  background: linear-gradient(135deg, #9b72ff 0%, #8b5cf6 46%, #7c3aed 72%, #6d28d9 100%) !important;
  background-size: 180% 180% !important;
  color: #fff !important;
  box-shadow: 0 3px 0 rgba(84, 32, 173, 0.74), 0 10px 20px rgba(109, 40, 217, 0.22) !important;
  transform: translateY(0);
  animation: beta-3d-vibrate 760ms linear infinite, beta-3d-gradient 4.8s ease-in-out infinite, beta-3d-glow 2.8s ease-in-out infinite;
}

.motion-3d-primary::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0));
  pointer-events: none;
  z-index: 0;
  opacity: .72;
  animation: beta-3d-sheen 4.8s ease-in-out infinite;
}

.motion-3d-primary::after {
  content: "";
  position: absolute;
  inset: -40%;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.08) 24%, transparent 58%);
  pointer-events: none;
  z-index: 0;
  animation: beta-3d-ripple 4.2s ease-out infinite;
}

.motion-3d-primary {
  overflow: visible;
}

.motion-3d-primary::before {
  overflow: hidden;
}

.motion-3d-primary::after {
  overflow: hidden;
}

.motion-3d-primary .liquid-glow,
.motion-3d-primary + .liquid-glow {
  display: none;
}

.motion-3d-primary > *,
.gh-primary.motion-3d-primary > *,
body .button-primary.motion-3d-primary > * {
  position: relative;
  z-index: 1;
}

.motion-3d-primary > i,
.gh-primary.motion-3d-primary > i,
body .button-primary.motion-3d-primary > i {
  animation: beta-3d-icon 1.2s ease-in-out infinite;
}

.motion-3d-primary:hover,
.gh-primary.motion-3d-primary:hover,
body .button-primary.motion-3d-primary:hover {
  transform: translateY(-2px) scale(1.01) !important;
  box-shadow: 0 4px 0 rgba(84, 32, 173, 0.74), 0 13px 24px rgba(109, 40, 217, 0.26) !important;
}

.motion-3d-primary:hover::before,
.motion-3d-primary:hover::after {
  opacity: .36;
}

.motion-3d-primary:active,
.gh-primary.motion-3d-primary:active,
body .button-primary.motion-3d-primary:active {
  transform: translateY(3px) scale(0.99) !important;
  box-shadow: 0 1px 0 rgba(84, 32, 173, 0.74), 0 6px 14px rgba(109, 40, 217, 0.18) !important;
}

body .hero-actions,
body .cta-actions,
body .gh-actions {
  position: relative;
}

body .motion-3d-primary {
  overflow: hidden;
}

body .motion-3d-primary::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0)),
    radial-gradient(circle at 25% 20%, rgba(224,247,255,0.55), transparent 36%);
}

body .hero-actions .motion-3d-primary,
body .cta-actions .motion-3d-primary,
body .gh-actions .motion-3d-primary {
  position: relative;
}

body .hero-actions .motion-3d-primary::marker,
body .cta-actions .motion-3d-primary::marker {
  content: "";
}

body .hero-actions::before,
body .cta-actions::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 58px;
  left: -20px;
  top: -10px;
  z-index: 0;
  background: radial-gradient(circle at 35% 35%, rgba(56,189,248,0.30), rgba(224,247,255,0.22) 42%, transparent 72%);
  filter: blur(1px);
  pointer-events: none;
  animation: beta-liquid-morph 6s ease-in-out infinite;
}

body .hero-actions > *,
body .cta-actions > * {
  position: relative;
  z-index: 1;
}

body .eyebrow,
body .gh-countdown-time,
body .verified-badge {
  background-image: linear-gradient(90deg, rgba(224,247,255,.78), rgba(255,255,255,.96), rgba(219,234,254,.82), rgba(224,247,255,.78));
  background-size: 220% 100%;
  animation: beta-highlight-flow 8s linear infinite;
}

body .section-action,
body .text-link,
body .gh-mega-link,
body .footer-links a {
  position: relative;
}

body .section-action i,
body .text-link i,
body .gh-mega-link i {
  animation: beta-direction-nudge 1.4s ease-in-out infinite;
}

body .section-action::after,
body .text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  border-radius: 999px;
  background-image: radial-gradient(circle, rgba(11,165,236,.72) 1.5px, transparent 1.7px);
  background-size: 9px 3px;
  animation: beta-dot-travel 1.1s linear infinite;
}

body .price strong,
body .metric strong,
body .summary-price,
body [data-total],
body [data-total-small],
body .example-price {
  position: relative;
}

body .price strong::after,
body .metric strong::after,
body .summary-price::after,
body [data-total]::after,
body [data-total-small]::after,
body .example-price::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  bottom: -5px;
  height: 9px;
  border-bottom: 2px solid rgba(11, 165, 236, 0.55);
  border-radius: 50%;
  transform: rotate(-1deg);
  animation: beta-sketch-draw 1.2s ease both;
  pointer-events: none;
}

body .gh-mega-feature,
body .summary-card,
body .pricing-band,
body .cta-band {
  background: linear-gradient(135deg, #e0f7ff 0%, #eefbff 38%, #f3f0ff 74%, #ffffff 100%) !important;
  animation: beta-blue-breathe 5.8s ease-in-out infinite;
}

body .metric,
body .trust-card,
body .area-card {
  animation: beta-blue-breathe 7.2s ease-in-out infinite;
}

body .button,
body .cta-actions a,
body .cta-actions button {
  display: inline-flex !important;
  min-height: 46px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease !important;
  will-change: transform;
}

body .button:hover,
body .cta-actions a:hover,
body .cta-actions button:hover {
  transform: translateY(-2px) scale(1.01) !important;
  border-color: rgba(139, 92, 246, 0.48) !important;
  background: #fff !important;
  color: var(--gh-accent-dark) !important;
  box-shadow: none !important;
}

body .button.motion-3d-primary:hover,
body .cta-actions a.motion-3d-primary:hover {
  background: linear-gradient(135deg, #9b72ff 0%, #8b5cf6 46%, #7c3aed 72%, #6d28d9 100%) !important;
  color: #fff !important;
}

body .button-primary:hover,
body .cta-actions .button-primary:hover,
body .cta-actions a:first-child:hover {
  transform: translateY(-2px) scale(1.01) !important;
  border-color: var(--gh-accent-dark) !important;
  background: var(--gh-accent-dark) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body .button:active,
body .cta-actions a:active,
body .cta-actions button:active,
.gh-button:active,
.gh-menu-button:active {
  transform: translateY(0) scale(0.98) !important;
}

body .button-primary i,
body .cta-actions a:first-child i {
  color: #fff;
}

body .metric strong,
body .price strong,
body .summary-price,
body [data-total],
body [data-total-small],
body .example-price {
  display: inline-block;
  border-radius: 8px;
  padding: 1px 4px;
  margin-left: -4px;
  animation: beta-price-glow 7.5s ease-in-out infinite;
}

body .beta-price-pop {
  animation: beta-price-pop 260ms ease, beta-price-glow 7.5s ease-in-out infinite;
}

body .service-card {
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body .service-card:nth-child(2n) {
  animation: beta-card-focus 11s ease-in-out infinite;
}

body .service-card:nth-child(2n + 1) {
  animation: beta-card-focus 12.5s ease-in-out infinite;
}

body .service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 92, 246, 0.38);
  box-shadow: 0 10px 26px rgba(45, 43, 42, 0.08);
}

body a[href*="wa.me"] i,
body .gh-primary i {
  border-radius: 999px;
  animation: beta-whatsapp-ping 10s ease-in-out infinite;
}

body .trust-card,
body .cta-card {
  position: relative;
  overflow: hidden;
}

body .trust-card::after,
body .cta-card::after {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: 0;
  width: 42px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  pointer-events: none;
  animation: beta-trust-shimmer 8.5s ease-in-out infinite;
}

body .process-grid {
  position: relative;
}

body .process-grid::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 2px;
  z-index: 0;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, rgba(11,165,236,.58) 0 9px, transparent 9px 15px),
    linear-gradient(90deg, rgba(224,247,255,0), rgba(224,247,255,.8), rgba(224,247,255,0));
  background-size: 28px 2px, 100% 2px;
  transform-origin: left;
  animation: beta-step-line 900ms ease both, beta-route-dash 1.2s linear infinite;
}

body .step {
  position: relative;
  z-index: 1;
}

body .step-number,
body .icon-tile,
body .trust-card > i,
body .cta-card > i {
  animation: beta-icon-bob 8s ease-in-out infinite;
}

body .gh-brand-logo,
body .brand-name,
body .brand-mark {
  animation: beta-wordmark-shine 9s ease-in-out infinite;
}

body .gh-mega-icon i,
body .trust-card > i,
body .cta-card > i,
body .icon-tile i,
body .step-number {
  animation: beta-line-icon-draw 4.8s ease-in-out infinite, beta-icon-bob 8s ease-in-out infinite;
}

.gh-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--gh-border);
  border-radius: 8px;
  background: var(--gh-soft);
  color: var(--gh-accent-dark);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.gh-menu-button:hover {
  transform: translateY(-2px) scale(1.01);
  background: #eee8ff;
}

.gh-menu-button i {
  font-size: 22px;
}

.gh-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(31, 22, 51, 0.38);
}

.gh-drawer.is-open {
  display: block;
}

.gh-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(390px, 100%);
  height: 100%;
  overflow-y: auto;
  background: var(--gh-surface);
  padding: 18px;
  transform: translateX(0);
  transition: transform 180ms ease;
}

.gh-panel-page {
  transform: translateX(100%);
  z-index: 2;
}

.gh-panel-page.is-active {
  transform: translateX(0);
}

.gh-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.gh-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--gh-border);
  border-radius: 8px;
  background: var(--gh-soft);
  color: var(--gh-accent-dark);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.gh-close:hover {
  transform: translateY(-2px) scale(1.01);
  background: #eee8ff;
}

.gh-close i {
  font-size: 21px;
}

.gh-mobile-link,
.gh-mobile-summary {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid var(--gh-border);
  background: transparent;
  color: var(--gh-ink);
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.gh-mobile-group[open] .gh-mobile-summary .gh-chevron {
  transform: rotate(180deg);
}

.gh-mobile-sub {
  display: grid;
  gap: 8px;
  padding: 8px 0 12px;
}

.gh-mobile-sub-link {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  min-height: 52px;
  align-items: center;
  border-bottom: 1px solid var(--gh-border);
  color: var(--gh-muted);
  text-decoration: none;
}

.gh-mobile-sub-link i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #f0ebff;
  color: var(--gh-accent);
  font-size: 18px;
}

.hgi-stroke {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.gh-mobile-sub-link span {
  display: grid;
  gap: 2px;
  color: var(--gh-ink);
}

.gh-mobile-sub-link small {
  color: var(--gh-muted);
  font-size: 12px;
}

.gh-back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--gh-ink);
  cursor: pointer;
  font-size: 15px;
}

.gh-back .gh-chevron {
  transform: rotate(90deg);
}

.gh-mobile-cta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.gh-bottom-nav {
  display: none;
  position: fixed;
  right: 12px;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: 12px;
  z-index: 78;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(224,247,255,.92));
  box-shadow: 0 14px 36px rgba(31, 22, 51, 0.14);
  padding: 7px;
  backdrop-filter: blur(16px);
  font-family: Inter, Arial, sans-serif;
}

.gh-bottom-nav a {
  display: grid;
  min-height: 48px;
  place-items: center;
  gap: 3px;
  border-radius: 15px;
  color: var(--gh-ink);
  font-size: 13px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.gh-bottom-nav a:hover,
.gh-bottom-nav a:active {
  background: rgba(139, 92, 246, 0.10);
  color: var(--gh-accent-dark);
  transform: translateY(-1px);
}

.gh-bottom-nav i {
  color: var(--gh-accent);
  font-size: 20px;
}

.gh-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 76;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: conic-gradient(var(--gh-accent) var(--scroll-progress), #e9e5f5 0deg);
  color: var(--gh-accent-dark);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.gh-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gh-scroll-top-ring {
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 22, 51, 0.14);
}

.gh-scroll-top i {
  position: relative;
  z-index: 1;
  font-size: 22px;
}

.gh-scroll-top:hover {
  transform: translateY(-2px);
}

.site-footer {
  background: #f3f3f3;
  border-top: 1px solid var(--gh-border);
  color: var(--gh-ink);
  font-family: Inter, Arial, sans-serif;
}

.footer-inner {
  padding: 48px 0 96px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(140px, 1fr));
  gap: 32px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
  max-width: 360px;
}

.footer-brand p {
  margin: 0;
  color: var(--gh-muted);
  font-size: 14px;
  line-height: 1.7;
}

.footer-cta-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--gh-border);
  border-radius: 8px;
  background: var(--gh-surface);
}

.footer-cta-title {
  font-weight: 400;
}

.footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid var(--gh-border);
  border-radius: 999px;
  background: var(--gh-soft);
  color: var(--gh-muted);
  font-size: 12px;
}

.trust-pill i {
  color: #10b981;
  font-size: 16px;
}

.footer-column h2 {
  margin: 0 0 14px;
  color: var(--gh-ink);
  font-size: 13px;
  font-weight: 400;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a,
.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gh-muted);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gh-ink);
}

.footer-links i {
  color: var(--gh-accent);
  font-size: 17px;
}

.footer-accordion-trigger {
  display: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #d1d1d1;
  color: var(--gh-muted);
  font-size: 13px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
}

.faq-section-head {
  display: grid !important;
  justify-content: center !important;
  gap: 12px !important;
  text-align: center !important;
}

.faq-section-head .eyebrow {
  margin: 0 auto !important;
}

.faq-list {
  display: grid !important;
  gap: 12px !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}

.faq-item {
  padding: 0 !important;
  border: 1px solid rgba(139, 92, 246, 0.14) !important;
  border-radius: 10px !important;
  background: var(--gh-surface) !important;
  overflow: hidden !important;
}

.faq-trigger {
  display: flex !important;
  width: 100% !important;
  min-height: 64px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 18px 22px !important;
  border: 0 !important;
  background: var(--gh-surface) !important;
  color: var(--gh-ink) !important;
  cursor: pointer !important;
  text-align: left !important;
  font: inherit !important;
}

.faq-trigger h3 {
  margin: 0 !important;
  color: var(--gh-ink) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

.faq-trigger i {
  flex: 0 0 auto !important;
  color: var(--gh-accent) !important;
  font-size: 20px !important;
  transition: transform 180ms ease !important;
}

.faq-item.is-open .faq-trigger i {
  transform: rotate(180deg);
}

.faq-panel p {
  margin: 0 !important;
  padding: 0 22px !important;
  color: var(--gh-muted) !important;
  line-height: 1.65 !important;
}

.beta-faq-list {
  display: grid !important;
  gap: 12px !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}

.beta-faq-item {
  border: 1px solid rgba(139, 92, 246, 0.14) !important;
  border-radius: 10px !important;
  background: var(--gh-surface) !important;
  overflow: hidden !important;
}

.beta-faq-item summary {
  display: flex !important;
  width: 100% !important;
  min-height: 64px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 18px 22px !important;
  color: var(--gh-ink) !important;
  cursor: pointer !important;
  list-style: none !important;
  text-align: left !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

.beta-faq-item summary::-webkit-details-marker {
  display: none;
}

.beta-faq-item summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid var(--gh-accent);
  border-bottom: 2px solid var(--gh-accent);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.beta-faq-item[open] summary::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.beta-faq-item p {
  margin: 0 !important;
  padding: 0 22px 18px !important;
  color: var(--gh-muted) !important;
  line-height: 1.65 !important;
}

.beta-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: opacity, transform;
}

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

.beta-reveal[data-reveal-delay="1"] { transition-delay: 70ms; }
.beta-reveal[data-reveal-delay="2"] { transition-delay: 120ms; }
.beta-reveal[data-reveal-delay="3"] { transition-delay: 170ms; }
.beta-reveal[data-reveal-delay="4"] { transition-delay: 220ms; }
.beta-reveal[data-reveal-delay="5"] { transition-delay: 270ms; }

.beta-text-reveal {
  transform: translateY(10px);
  transition-duration: 300ms;
}

.beta-image-reveal {
  transform: translateY(14px) scale(0.985);
}

.beta-image-reveal.is-visible {
  transform: translateY(0) scale(1);
}

body .faq-panel {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0;
  transition: max-height 260ms ease, opacity 220ms ease, padding-bottom 260ms ease;
}

body .faq-item.is-open .faq-panel {
  max-height: 520px;
  padding-bottom: 18px !important;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .beta-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body .button,
  body .cta-actions a,
  body .cta-actions button,
  .gh-button,
  .gh-menu-button {
    transition: none !important;
    animation: none !important;
  }

  body .metric strong,
  body .price strong,
  body .summary-price,
  body [data-total],
  body [data-total-small],
  body .example-price {
    animation: none !important;
  }

  body .service-card,
  body a[href*="wa.me"] i,
  body .gh-primary i,
  body .motion-3d-primary,
  body .motion-3d-primary::before,
  body .motion-3d-primary::after,
  body .motion-3d-primary > i,
  body .trust-card::after,
  body .cta-card::after,
  body .process-grid::before,
  body .step-number,
  body .icon-tile,
  body .trust-card > i,
  body .cta-card > i,
  body .eyebrow,
  body .gh-countdown-time,
  body .verified-badge,
  body .section-action i,
  body .text-link i,
  body .gh-mega-link i,
  body .section-action::after,
  body .text-link::after,
  body .hero-actions::before,
  body .cta-actions::before,
  body .gh-mega-feature,
  body .summary-card,
  body .pricing-band,
  body .cta-band,
  body .metric,
  body .trust-card,
  body .area-card {
    animation: none !important;
  }

  body .price strong::after,
  body .metric strong::after,
  body .summary-price::after,
  body [data-total]::after,
  body [data-total-small]::after,
  body .example-price::after,
  body .gh-brand-logo,
  body .brand-name,
  body .brand-mark,
  body .gh-mega-icon i {
    animation: none !important;
  }

  body::before,
  body::after {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .gh-top-strip { display: none; }
  .gh-nav,
  .gh-actions .gh-button:not(.gh-primary),
  .gh-phone { display: none; }
  .gh-menu-button { display: grid; }
  .gh-main { min-height: 64px; }
  .gh-actions .gh-primary { min-height: 40px; padding: 0 11px; font-size: 13px; }
  .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; max-width: 620px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 62px; }
  .gh-container { width: min(100% - 24px, 1180px); }
  .gh-bottom-nav { display: grid; }
  .gh-scroll-top { right: 14px; bottom: 78px; width: 48px; height: 48px; }
  .gh-countdown-inner { min-height: 38px; gap: 6px; font-size: 11px; padding: 4px 0; white-space: nowrap; }
  .gh-countdown i { font-size: 14px; }
  .gh-countdown-time { min-width: 72px; padding: 2px 6px; }
  .gh-countdown a { display: none; }
  body .process-grid::before { display: none; }
  body .service-card { animation: none; }
  body .section-action::after,
  body .text-link::after,
  body .hero-actions::before,
  body .cta-actions::before { display: none; }
  .footer-inner { padding: 34px 0 90px; }
  .footer-top { display: block; }
  .footer-brand { max-width: none; margin-bottom: 20px; }
  .footer-column { border-top: 1px solid #d1d1d1; }
  .footer-column h2 { display: none; }
  .footer-accordion-trigger {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: var(--gh-ink);
    cursor: pointer;
    font: inherit;
  }
  .footer-accordion-trigger i { color: var(--gh-accent); font-size: 19px; transition: transform 160ms ease; }
  .footer-column.is-open .footer-accordion-trigger i { transform: rotate(180deg); }
  .footer-column .footer-links { display: none; padding: 0 0 14px; }
  .footer-column.is-open .footer-links { display: grid; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 24px; }
}

@media (max-width: 430px) {
  .gh-brand { gap: 7px; }
  .gh-main .gh-container { width: min(100% - 30px, 1180px); }
  .gh-favicon { width: 34px; height: 34px; border-radius: 9px; }
  .gh-brand-mark { width: 42px; height: 42px; font-size: 22px; }
  .gh-brand-logo { width: 144px; max-height: 31px; }
  .gh-brand-area { font-size: 12px; }
  .gh-actions .gh-primary { max-width: 110px; overflow: hidden; white-space: nowrap; }
}
