﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #07111f;
  --ink-2: #0d1c31;
  --blue: #1463ff;
  --cyan: #00c2d8;
  --lime: #b6ff2e;
  --paper: #f7faff;
  --muted: #647086;
  --line: rgba(20, 99, 255, 0.16);
  --max: 1320px;
  --page-gutter: clamp(15px, 3vw, 42px);
  --page-width: min(var(--max), calc(100% - (var(--page-gutter) * 2)));
}

/* Specialized SaaS page: Automatización WhatsApp */
.wa-page {
  background:
    radial-gradient(circle at 20% 8%, rgba(20, 99, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(0, 194, 216, 0.13), transparent 30%),
    #050b14;
  color: white;
}

.wa-hero,
.wa-section,
.wa-integri,
.wa-final-cta {
  position: relative;
  overflow: hidden;
}

.wa-hero {
  min-height: 660px;
  background:
    radial-gradient(circle at 80% 32%, rgba(37, 211, 102, 0.12), transparent 26%),
    radial-gradient(circle at 52% 0%, rgba(20, 99, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #050b14 0%, #07111f 50%, #06101e 100%);
}

.wa-hero::after,
.wa-section::after,
.wa-final-cta::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  pointer-events: none;
}

.wa-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 1.05fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: var(--page-width);
  max-width: var(--max);
  min-height: 620px;
  margin: 0 auto;
  padding: 108px 0 38px;
}

.wa-hero-copy h1,
.wa-section-heading h2,
.wa-integri h2,
.wa-final-cta h2 {
  margin: 18px 0 0;
  color: white;
  letter-spacing: 0;
  line-height: 1.02;
}

.wa-hero-copy h1 {
  max-width: 680px;
  font-size: clamp(42px, 4.6vw, 72px);
}

.wa-hero-copy p,
.wa-section-heading p,
.wa-integri p,
.wa-final-cta p,
.wa-support-copy {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.wa-hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 18px;
}

.wa-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  color: var(--cyan);
  background: rgba(0, 194, 216, 0.09);
  border: 1px solid rgba(0, 194, 216, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wa-pill::before {
  width: 8px;
  height: 8px;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(37, 211, 102, 0.6);
  content: "";
}

.wa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.wa-hero-visual {
  position: relative;
  min-height: 470px;
}

.wa-hero-visual::before {
  position: absolute;
  inset: 42px 0 20px 64px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 194, 216, 0.16), transparent 54%),
    radial-gradient(circle at 70% 22%, rgba(37, 211, 102, 0.14), transparent 34%);
  border-radius: 999px;
  content: "";
  filter: blur(12px);
}

.wa-dashboard-card,
.wa-flow-card,
.wa-mini-card,
.wa-solution-card,
.wa-product-panel,
.wa-integri,
.wa-final-cta {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.76);
  border: 1px solid rgba(0, 194, 216, 0.2);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.wa-dashboard-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  animation: waFloat 6s ease-in-out infinite;
}

.wa-dashboard-top,
.wa-metrics,
.wa-product-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wa-dashboard-top {
  grid-template-columns: 1fr auto;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.wa-dashboard-top strong {
  color: #25d366;
}

.wa-chat-panel {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
}

.wa-chat-list,
.wa-conversation,
.wa-product-sidebar,
.wa-product-chat {
  padding: 12px;
  background: rgba(5, 11, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.wa-chat-list {
  display: grid;
  align-content: start;
  gap: 10px;
}

.wa-chat-list span,
.wa-product-sidebar span {
  padding: 9px 11px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.wa-chat-list .active,
.wa-product-sidebar .is-active {
  color: white;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.28), rgba(0, 194, 216, 0.16));
  border: 1px solid rgba(37, 211, 102, 0.26);
}

.wa-conversation {
  display: grid;
  gap: 12px;
}

.wa-conversation p,
.wa-product-chat p {
  max-width: 82%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 16px;
  font-size: 14px;
}

.wa-conversation .client,
.wa-product-chat .client {
  justify-self: start;
  color: #07111f;
  background: rgba(255, 255, 255, 0.94);
}

.wa-conversation .bot,
.wa-product-chat .bot {
  justify-self: end;
  color: #052414;
  background: linear-gradient(135deg, #d9ffe6, #a7ffc4);
}

.wa-conversation .small {
  font-size: 13px;
}

.wa-metrics span,
.wa-product-stats span {
  padding: 11px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(0, 194, 216, 0.07);
  border: 1px solid rgba(0, 194, 216, 0.14);
  border-radius: 14px;
  font-size: 12px;
}

.wa-metrics b,
.wa-product-stats b {
  display: block;
  color: white;
  font-size: 21px;
}

.wa-flow-card {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.wa-flow-card i {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, #25d366, var(--cyan));
  box-shadow: 0 0 18px rgba(0, 194, 216, 0.6);
}

.wa-section,
.wa-integri,
.wa-final-cta {
  width: var(--page-width);
  max-width: var(--max);
  margin: 0 auto;
}

.wa-section {
  padding: 66px 0;
}

.wa-section-heading {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin-bottom: 30px;
}

.wa-section-heading h2,
.wa-integri h2,
.wa-final-cta h2 {
  font-size: clamp(34px, 3.4vw, 52px);
}

.wa-section-heading p {
  max-width: 580px;
  margin: 16px 0 0;
  font-size: 15px;
}

.wa-problem-grid,
.wa-solution-grid,
.wa-benefit-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
}

.wa-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wa-mini-card,
.wa-solution-card {
  border-radius: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wa-mini-card {
  min-height: 132px;
  padding: 20px;
}

.wa-mini-card:hover,
.wa-solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 211, 102, 0.34);
  box-shadow: 0 30px 100px rgba(0, 194, 216, 0.14);
}

.wa-mini-card span {
  color: #25d366;
  font-size: 12px;
  font-weight: 900;
}

.wa-mini-card h3 {
  margin: 22px 0 0;
  color: white;
  font-size: 20px;
  line-height: 1.18;
}

.wa-support-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 24px 0 0;
  font-size: 17px;
}

.wa-solution-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wa-solution-card {
  min-height: 220px;
  padding: 22px;
}

.wa-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  place-items: center;
  color: white;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(0, 194, 216, 0.34), rgba(20, 99, 255, 0.18));
  border: 1px solid rgba(0, 194, 216, 0.34);
  border-radius: 999px;
  font-size: 24px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 24px rgba(0, 194, 216, 0.28);
}

.wa-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.wa-solution-card h3 {
  margin: 0;
  color: white;
  font-size: 21px;
  line-height: 1.12;
}

.wa-solution-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

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

.wa-benefit-grid span {
  padding: 18px 20px;
  color: white;
  background:
    linear-gradient(145deg, rgba(37, 211, 102, 0.1), rgba(0, 194, 216, 0.045)),
    rgba(7, 17, 31, 0.74);
  border: 1px solid rgba(37, 211, 102, 0.18);
  border-radius: 16px;
  font-weight: 900;
}

.wa-benefit-grid span::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background: #25d366;
  border-radius: 999px;
  content: "";
  box-shadow: 0 0 14px rgba(37, 211, 102, 0.55);
}

.wa-product-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) minmax(240px, 0.52fr);
  gap: 12px;
  min-height: 254px;
  padding: 16px;
  border-radius: 24px;
}

.wa-product-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
}

.wa-product-sidebar strong {
  color: white;
  margin-bottom: 10px;
}

.wa-product-main {
  display: grid;
  gap: 12px;
}

.wa-product-workflow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wa-product-workflow article {
  min-height: 72px;
  padding: 14px;
  color: white;
  background: rgba(5, 11, 20, 0.58);
  border: 1px solid rgba(0, 194, 216, 0.12);
  border-radius: 16px;
  font-weight: 900;
}

.wa-product-workflow article::after {
  display: block;
  width: 70%;
  height: 5px;
  margin-top: 16px;
  background: linear-gradient(90deg, #25d366, var(--cyan));
  border-radius: 999px;
  content: "";
  opacity: 0.72;
}

.wa-product-chat {
  display: grid;
  align-content: center;
  gap: 10px;
}

.wa-integri {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.45fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  margin-top: 30px;
  padding: 28px clamp(30px, 5vw, 62px);
  border-radius: 28px;
}

.wa-integri img {
  width: min(280px, 100%);
  justify-self: center;
  filter: drop-shadow(0 28px 48px rgba(0, 194, 216, 0.22));
  animation: waFloat 5.6s ease-in-out infinite;
}

.wa-final-cta {
  margin-top: 58px;
  margin-bottom: 0;
  padding: 58px clamp(30px, 6vw, 86px);
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(37, 211, 102, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(20, 99, 255, 0.16), rgba(0, 194, 216, 0.06)),
    rgba(7, 17, 31, 0.82);
}

.wa-final-cta > div {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

@keyframes waFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1100px) {
  .wa-hero-inner,
  .wa-integri,
  .wa-product-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .wa-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 118px 0 44px;
  }

  .wa-hero-copy h1 {
    font-size: 42px;
  }

  .wa-chat-panel,
  .wa-dashboard-top,
  .wa-metrics,
  .wa-product-stats,
  .wa-product-workflow,
  .wa-solution-grid,
  .wa-problem-grid,
  .wa-benefit-grid {
    grid-template-columns: 1fr;
  }

  .wa-flow-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 16px;
  }

  .wa-section {
    padding: 54px 0;
  }

  .wa-integri,
  .wa-final-cta {
    padding: 30px;
  }
}

/* Enterprise solution variants */
.suite-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 470px;
  padding: 22px;
}

.suite-channel-stack,
.suite-inbox,
.suite-center-node,
.suite-workflow-mini,
.suite-automation-board,
.voice-dashboard {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.suite-channel-stack {
  display: grid;
  gap: 10px;
  width: 196px;
  padding: 16px;
}

.suite-channel-stack span,
.suite-tech-grid span {
  position: relative;
  padding: 12px 14px;
  color: white;
  background: rgba(0, 194, 216, 0.08);
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 12px;
  font-weight: 900;
}

.suite-channel-stack span::before {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-right: 9px;
  place-items: center;
  border-radius: 999px;
  color: white;
  font-size: 14px;
  vertical-align: middle;
  box-shadow: 0 0 22px rgba(0, 194, 216, 0.24);
  content: "";
}

.channel-badge.whatsapp::before { background: #25d366; content: "W"; }
.channel-badge.instagram::before { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); content: "I"; }
.channel-badge.facebook::before { background: #1877f2; content: "F"; }
.channel-badge.messenger::before { background: linear-gradient(135deg, #00b2ff, #006aff 54%, #a033ff); content: "M"; }
.channel-badge.email::before { background: #249bf2; content: "@"; }
.channel-badge.chat::before { background: #00c2d8; content: "C"; }
.channel-badge.phone::before { background: #14b8a6; content: "T"; }

.omni-page .wa-hero {
  min-height: 610px;
}

.omni-page .wa-hero-inner {
  min-height: 570px;
  padding-top: 102px;
  padding-bottom: 30px;
}

.omni-page .suite-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 190px 160px minmax(260px, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 390px;
  padding: 12px 0;
}

.omni-visual-integri {
  position: absolute;
  z-index: 1;
  right: -18px;
  bottom: -26px;
  width: min(170px, 22vw);
  max-height: 210px;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 24px 48px rgba(0, 194, 216, 0.28));
  animation: waFloat 5.8s ease-in-out infinite;
}

.omni-page .suite-channel-stack,
.omni-page .suite-center-node,
.omni-page .suite-inbox {
  position: relative;
  inset: auto;
  transform: none;
}

.omni-page .suite-channel-stack {
  width: 100%;
  padding: 14px;
}

.omni-page .suite-channel-stack span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 8px 12px;
  background:
    linear-gradient(180deg, rgba(12, 35, 62, 0.96), rgba(5, 17, 32, 0.96));
  border: 1px solid rgba(43, 168, 255, 0.34);
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.omni-page .suite-channel-stack span::before {
  display: none;
}

.omni-page .channel-badge svg,
.omni-page .wa-icon svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  padding: 7px;
  border-radius: 999px;
  fill: white;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 0 22px rgba(0, 194, 216, 0.32);
}

.omni-page .channel-badge {
  color: white;
}

.omni-page .channel-badge.whatsapp svg { background: #25d366; }
.omni-page .channel-badge.instagram svg { background: linear-gradient(135deg, #f58529, #dd2a7b 44%, #8134af 72%, #515bd4); }
.omni-page .channel-badge.facebook svg { background: #1877f2; }
.omni-page .channel-badge.messenger svg { background: linear-gradient(135deg, #00b2ff, #006aff 54%, #a033ff); }
.omni-page .channel-badge.email svg { background: #2ba8ff; }
.omni-page .channel-badge.chat svg { background: #00c2d8; }
.omni-page .channel-badge.phone svg { background: #22c55e; }
.omni-page .wa-solution-card:nth-child(1) .wa-icon { background: #25d366; border-color: rgba(37, 211, 102, 0.4); }
.omni-page .wa-solution-card:nth-child(2) .wa-icon { background: linear-gradient(135deg, #f58529, #dd2a7b 44%, #006aff 82%); border-color: rgba(221, 42, 123, 0.4); }
.omni-page .wa-solution-card:nth-child(3) .wa-icon { background: #00c2d8; border-color: rgba(0, 194, 216, 0.42); }
.omni-page .wa-solution-card:nth-child(4) .wa-icon { background: #2ba8ff; border-color: rgba(43, 168, 255, 0.42); }
.omni-page .wa-solution-card:nth-child(5) .wa-icon { background: linear-gradient(135deg, #1463ff, #7c3aed); border-color: rgba(124, 58, 237, 0.42); }
.omni-page .wa-solution-card:nth-child(6) .wa-icon { background: linear-gradient(135deg, #00c2d8, #22c55e); border-color: rgba(34, 197, 94, 0.42); }

.omni-page .suite-center-node {
  width: 160px;
  height: 160px;
  padding: 18px;
}

.omni-page .suite-center-node strong {
  font-size: 18px;
  line-height: 1.12;
}

.omni-page .suite-center-node small {
  font-size: 12px;
}

.omni-page .suite-center-node::before {
  right: 100%;
  width: 58px;
}

.omni-page .suite-center-node::after {
  left: 100%;
  width: 58px;
}

.omni-page .suite-inbox {
  width: 100%;
  padding: 16px;
  gap: 10px;
}

.omni-page .suite-inbox p {
  padding: 12px 14px;
}

.omni-page .wa-section {
  padding: 52px 0;
}

.omni-page .wa-section-heading {
  margin-bottom: 22px;
}

.omni-page .wa-mini-card {
  min-height: 116px;
}

.omni-page .wa-solution-card {
  min-height: 184px;
}

.omni-page .wa-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.omni-page .wa-product-panel {
  min-height: 248px;
}

.omni-product-panel {
  grid-template-columns: 160px minmax(0, 1fr) minmax(240px, 0.5fr);
}

.omni-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.omni-status-grid article {
  min-height: 82px;
  padding: 16px;
  background: rgba(5, 11, 20, 0.58);
  border: 1px solid rgba(0, 194, 216, 0.14);
  border-radius: 16px;
}

.omni-status-grid strong,
.omni-status-grid small {
  display: block;
}

.omni-status-grid strong {
  color: white;
}

.omni-status-grid small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 800;
}

.omni-page .wa-integri {
  margin-top: 22px;
}

.omni-integri {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  min-height: 228px;
  overflow: hidden;
}

.integri-channel-orbit {
  position: relative;
  min-height: 240px;
  display: grid;
  place-items: center;
}

.integri-channel-orbit img {
  position: relative;
  z-index: 2;
  width: min(250px, 100%);
  max-height: 280px;
}

.integri-channel-orbit span {
  position: absolute;
  z-index: 3;
  padding: 8px 11px;
  color: white;
  background: rgba(7, 17, 31, 0.86);
  border: 1px solid rgba(0, 194, 216, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.integri-channel-orbit span:nth-of-type(1) { top: 18px; left: 8px; color: #25d366; }
.integri-channel-orbit span:nth-of-type(2) { top: 72px; right: 0; color: #ff5aaa; }
.integri-channel-orbit span:nth-of-type(3) { bottom: 26px; left: 20px; color: #2ba8ff; }

.omni-page .wa-final-cta {
  margin-top: 44px;
}

.suite-center-node {
  position: absolute;
  top: 42%;
  left: 43%;
  display: grid;
  width: 174px;
  height: 174px;
  place-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: waFloat 6s ease-in-out infinite;
}

.suite-center-node::before,
.suite-center-node::after {
  position: absolute;
  top: 50%;
  width: 112px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 216, 0.78), transparent);
  box-shadow: 0 0 18px rgba(0, 194, 216, 0.52);
  content: "";
}

.suite-center-node::before {
  right: 100%;
  transform: translateY(-50%);
}

.suite-center-node::after {
  left: 100%;
  transform: translateY(-50%);
}

.suite-center-node strong {
  color: white;
  font-size: 22px;
}

.suite-center-node small {
  color: rgba(255, 255, 255, 0.62);
}

.suite-inbox {
  position: absolute;
  right: 0;
  top: 58px;
  display: grid;
  gap: 12px;
  width: 312px;
  padding: 18px;
}

.suite-inbox p,
.suite-automation-board p {
  margin: 0;
  padding: 12px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(5, 11, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.suite-automation-board p span,
.suite-automation-board p strong {
  display: block;
}

.suite-automation-board p span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 800;
}

.suite-automation-board p strong {
  margin-top: 4px;
  color: white;
  font-size: 14px;
}

.suite-inbox b,
.suite-inbox small,
.suite-inbox em {
  display: block;
}

.suite-inbox b {
  color: white;
}

.suite-inbox small {
  color: #25d366;
}

.suite-inbox em {
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
}

.suite-workflow-mini {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 18px;
}

.suite-workflow-mini span,
.suite-flow-line span {
  padding: 14px;
  color: white;
  background: rgba(0, 194, 216, 0.08);
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 14px;
  font-weight: 900;
}

.suite-workflow-mini i,
.suite-flow-line i {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #25d366, var(--cyan));
  box-shadow: 0 0 18px rgba(0, 194, 216, 0.6);
}

.suite-automation-board {
  margin-top: 14px;
  padding: 20px;
}

.suite-automation-board b {
  display: block;
  margin-bottom: 14px;
  color: white;
}

.suite-flow-line {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.suite-flow-line article {
  position: relative;
  min-height: 176px;
  padding: 22px 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 194, 216, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.82);
  border: 1px solid rgba(0, 194, 216, 0.24);
  border-radius: 20px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.suite-flow-line article::after {
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--lime));
  border-radius: 999px 999px 0 0;
  content: "";
  opacity: 0.85;
}

.suite-flow-line article span {
  display: inline-flex;
  padding: 0;
  color: var(--lime);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.suite-flow-line article svg {
  display: block;
  width: 38px;
  height: 38px;
  margin: 16px 0 18px;
  color: var(--cyan);
  fill: currentColor;
  filter: drop-shadow(0 0 18px rgba(0, 194, 216, 0.44));
}

.suite-flow-line article strong,
.suite-flow-line article small {
  display: block;
}

.suite-flow-line article strong {
  color: white;
  font-size: 17px;
  line-height: 1.2;
}

.suite-flow-line article small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
}

.suite-flow-line i {
  position: relative;
  align-self: center;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 194, 216, 0.15), rgba(0, 194, 216, 0.95), rgba(182, 255, 46, 0.78));
  box-shadow: 0 0 18px rgba(0, 194, 216, 0.62);
}

.suite-flow-line i::after {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(182, 255, 46, 0.9);
  content: "";
  transform: translateY(-50%);
  animation: flowSpark 1.9s ease-in-out infinite;
}

.suite-flow-result {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 16px 20px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.12), rgba(0, 194, 216, 0.08)),
    rgba(7, 17, 31, 0.84);
  border: 1px solid rgba(37, 211, 102, 0.24);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.suite-flow-result span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.suite-flow-result strong {
  color: white;
}

@keyframes flowSpark {
  0%, 100% {
    transform: translateY(-50%) scale(0.72);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-50%) scale(1.18);
    opacity: 1;
  }
}

.suite-tech-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wa-solution-grid.six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.suite-page .wa-solution-card {
  min-height: 198px;
}

.suite-page .wa-solution-card p {
  margin-top: 12px;
}

.suite-page .wa-integri {
  grid-template-columns: minmax(0, 1fr) 210px;
  min-height: 260px;
  padding: 28px clamp(26px, 4vw, 48px);
}

.suite-page .wa-integri h2 {
  max-width: 760px;
  font-size: clamp(30px, 2.8vw, 42px);
}

.suite-page .wa-integri p {
  max-width: 720px;
  margin-top: 14px;
}

.suite-page .wa-integri img {
  width: min(210px, 100%);
  max-height: 260px;
  object-fit: contain;
}

.voice-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.voice-dashboard > div {
  background: rgba(5, 11, 20, 0.58);
  border: 1px solid rgba(0, 194, 216, 0.14);
  border-radius: 16px;
}

.voice-metric {
  min-height: 96px;
  padding: 14px 16px;
}

.voice-dashboard b,
.voice-dashboard strong,
.voice-dashboard small {
  display: block;
}

.voice-dashboard b {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.voice-dashboard strong {
  margin-top: 7px;
  color: white;
  font-size: 30px;
}

.voice-dashboard small {
  margin-top: 5px;
  color: #25d366;
  font-size: 12px;
  font-weight: 800;
}

.voice-routing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.voice-routing b {
  grid-column: 1 / -1;
}

.voice-routing p {
  min-height: 82px;
}

.voice-queue-panel {
  grid-column: span 2;
  min-height: 168px;
  padding: 16px;
}

.voice-queue-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

.voice-queue-head strong {
  margin: 0;
  font-size: 16px;
}

.voice-queue-head span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 800;
}

.voice-queue-panel p {
  display: grid;
  grid-template-columns: 0.7fr auto;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
  color: white;
}

.voice-queue-panel p span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.voice-queue-panel p b {
  color: white;
  font-size: 12px;
}

.voice-queue-panel p i {
  grid-column: 1 / -1;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.voice-queue-panel p i::before {
  display: block;
  width: var(--w);
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--lime));
  border-radius: inherit;
  box-shadow: 0 0 18px rgba(0, 194, 216, 0.52);
  content: "";
}

.voice-live-card {
  display: grid;
  align-content: center;
  min-height: 168px;
  padding: 16px;
}

.voice-live-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.voice-live-card strong {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.35;
}

.voice-page .suite-hero-visual {
  min-height: 420px;
}

.voice-page .wa-integri {
  min-height: 220px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.voice-page .wa-integri h2 {
  max-width: 680px;
  font-size: clamp(30px, 2.6vw, 40px);
}

.voice-page .wa-integri img {
  width: min(190px, 100%);
  max-height: 225px;
}

@keyframes voicePulse {
  0%, 100% { transform: scaleY(0.88); opacity: 0.72; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1100px) {
  .suite-tech-grid,
  .wa-solution-grid.six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .suite-hero-visual {
    min-height: auto;
    padding: 0;
  }

  .suite-center-node,
  .suite-inbox {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    transform: none;
    margin-top: 14px;
  }

  .suite-workflow-mini,
  .suite-flow-line,
  .voice-dashboard,
  .suite-tech-grid,
  .wa-solution-grid.six {
    grid-template-columns: 1fr;
  }

  .suite-flow-line {
    gap: 12px;
  }

  .suite-flow-line i {
    width: 2px;
    height: 28px;
    justify-self: center;
  }

  .suite-flow-line i::after {
    top: auto;
    right: auto;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
  }

  .suite-flow-result {
    align-items: flex-start;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  height: 70px;
  padding: 0 var(--page-gutter);
  background: rgba(5, 11, 20, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
}

.brand img {
  display: block;
  height: 46px;
  width: auto;
  object-fit: contain;
}

.brand-logo {
  max-width: min(230px, 30vw);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 800;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.desktop-nav a.is-current {
  color: white;
}

.desktop-nav a.is-current::after {
  transform: scaleX(1);
}

.nav-cta,
.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  padding: 0 18px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(20, 99, 255, 0.24);
}

.nav-cta:hover,
.button:hover,
.contact-form button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 30%, rgba(0, 194, 216, 0.2), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(20, 99, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0a1527 52%, #06101e 100%);
  color: white;
}

.network-canvas,
.hero-glow {
  position: absolute;
  inset: 0;
}

.network-canvas {
  opacity: 0.72;
}

.hero-glow {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 88%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
  width: var(--page-width);
  min-height: 760px;
  margin: 0 auto;
  padding: 76px 0 110px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 2px;
  content: "";
}

.hero h1,
.section-heading h2,
.sector-copy h2,
.about-panel h2,
.mv-card h2,
.contact-copy h2 {
  margin: 14px 0 0;
  letter-spacing: 0;
  line-height: 1.04;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(46px, 6vw, 76px);
}

.hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 2vw, 20px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  padding: 0 22px;
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  box-shadow: 0 18px 40px rgba(20, 99, 255, 0.28);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.saas-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(0, 194, 216, 0.16), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(20, 99, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #07111f 0%, #091524 58%, #050b14 100%);
  color: white;
}

.saas-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 88%);
}

.saas-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: clamp(44px, 7vw, 106px);
  align-items: center;
  width: var(--page-width);
  min-height: 820px;
  margin: 0 auto;
  padding: 106px 0 96px;
}

.saas-hero h1 {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: clamp(54px, 7vw, 96px);
  line-height: 0.96;
  letter-spacing: 0;
}

.saas-hero p {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 2vw, 22px);
}

.saas-stage {
  position: relative;
  min-height: 560px;
}

.stage-video {
  position: absolute;
  inset: 20px 0 90px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(24px);
  animation: float 5s ease-in-out infinite;
}

.stage-topbar {
  display: flex;
  gap: 7px;
}

.stage-topbar span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.stage-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 16px;
  margin-top: 22px;
}

.message-feed,
.metric-panel {
  padding: 18px;
  background: rgba(7, 17, 31, 0.72);
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 8px;
}

.feed-label,
.metric-panel span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.message-bubble {
  margin-top: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.message-bubble.is-live {
  background: rgba(37, 211, 102, 0.16);
  border-color: rgba(37, 211, 102, 0.35);
  color: white;
}

.metric-panel strong {
  display: block;
  margin-top: 18px;
  color: var(--lime);
  font-size: 34px;
  line-height: 1;
}

.metric-bars {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.metric-bars i {
  display: block;
  height: 10px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: 999px;
}

.metric-bars i:nth-child(2) {
  width: 74%;
}

.metric-bars i:nth-child(3) {
  width: 54%;
}

.channel-orbit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.channel-orbit span {
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.stage-avatar-card {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: min(220px, 44%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.98), rgba(230, 238, 246, 0.94)),
    #f7faff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.36),
    0 0 0 10px rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  animation: float 4.6s ease-in-out infinite;
}

.stage-avatar {
  width: 118%;
  max-width: none;
  transform: translateY(16%) scale(1.08);
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.34));
}

.problem-solution,
.premium-services,
.channel-section,
.final-cta {
  padding: 92px 0;
}

.split-story,
.premium-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: var(--page-width);
  margin: 34px auto 0;
}

.story-panel {
  min-height: 300px;
  padding: clamp(28px, 4vw, 46px);
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(7, 17, 31, 0.08);
}

.story-panel.is-solution {
  background: #07111f;
  color: white;
  border-color: rgba(0, 194, 216, 0.24);
}

.story-panel span,
.premium-service span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-panel.is-solution span {
  color: var(--lime);
}

.story-panel h3 {
  margin: 16px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.04;
}

.story-panel p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.story-panel.is-solution p {
  color: rgba(255, 255, 255, 0.74);
}

.premium-services {
  background: #07111f;
  color: white;
}

.premium-service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.premium-service {
  min-height: 250px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.premium-service:hover {
  border-color: rgba(0, 194, 216, 0.5);
  box-shadow: 0 22px 60px rgba(0, 194, 216, 0.1);
  transform: translateY(-4px);
}

.premium-service h3 {
  margin: 34px 0 0;
  color: white;
  font-size: 24px;
  line-height: 1.08;
}

.premium-service p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.channel-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.9fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  width: var(--page-width);
  margin: 0 auto;
}

.channel-copy h2 {
  margin: 14px 0 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
}

.channel-copy p {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

.channel-map {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(0, 194, 216, 0.18), transparent 42%),
    #07111f;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(7, 17, 31, 0.16);
}

.channel-map::before,
.channel-map::after {
  position: absolute;
  inset: 70px;
  border: 1px solid rgba(0, 194, 216, 0.24);
  border-radius: 50%;
  content: "";
}

.channel-map::after {
  inset: 130px;
  border-color: rgba(182, 255, 46, 0.22);
}

.channel-map strong {
  position: relative;
  z-index: 2;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: white;
  text-align: center;
}

.channel-node {
  position: absolute;
  z-index: 3;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 194, 216, 0.3);
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.node-whatsapp {
  top: 82px;
  left: 70px;
}

.node-instagram {
  top: 86px;
  right: 74px;
}

.node-facebook {
  bottom: 170px;
  left: 52px;
}

.node-email {
  right: 54px;
  bottom: 172px;
}

.node-chat {
  bottom: 74px;
  left: 180px;
}

.node-phone {
  right: 180px;
  bottom: 74px;
}

.final-cta {
  background: #07111f;
  color: white;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 30px;
  align-items: center;
  width: var(--page-width);
  margin: 0 auto;
  padding: clamp(32px, 5vw, 58px);
  background:
    radial-gradient(circle at 82% 22%, rgba(182, 255, 46, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.final-cta h2 {
  margin: 14px 0 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
}

.final-cta p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
}

.cta-avatar-card {
  width: 190px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  justify-self: end;
  background: #f7faff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
}

.cta-avatar-card img {
  width: 220px;
  max-width: none;
  transform: translate(-12px, 24px) scale(1.06);
}

.ecosystem {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  margin-left: auto;
}

.ecosystem::before,
.ecosystem::after {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 50%;
  content: "";
  animation: spin 24s linear infinite;
}

.ecosystem::after {
  inset: 23%;
  border-color: rgba(182, 255, 46, 0.18);
  animation-duration: 18s;
  animation-direction: reverse;
}

.orbit-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 350px;
  height: 94px;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 12px;
  box-shadow:
    0 24px 80px rgba(0, 194, 216, 0.2);
  transform: translate(-50%, -50%);
}

.orbit-mark img {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  border-radius: 12px;
}

.module {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 132px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  animation: float 6s ease-in-out infinite;
}

.module::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 194, 216, 0.8), transparent);
  content: "";
  transform-origin: left;
  z-index: -1;
}

.module strong {
  font-size: 14px;
}

.module-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: rgba(0, 194, 216, 0.14);
  border-radius: 8px;
}

.module-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.module-web { top: 7%; left: 34%; }
.module-cloud { top: 28%; right: 0; animation-delay: -1s; }
.module-app { right: 8%; bottom: 20%; animation-delay: -2s; }
.module-phone { bottom: 8%; left: 30%; animation-delay: -3s; }
.module-ticket { bottom: 28%; left: 0; animation-delay: -1.5s; }
.module-soft { top: 27%; left: 2%; animation-delay: -2.5s; }

.module-web::before { transform: rotate(90deg); }
.module-cloud::before { transform: rotate(155deg); }
.module-app::before { transform: rotate(206deg); }
.module-phone::before { transform: rotate(270deg); }
.module-ticket::before { transform: rotate(334deg); }
.module-soft::before { transform: rotate(25deg); }

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: var(--page-width);
  margin: -28px auto 0;
  position: relative;
  z-index: 5;
  background: rgba(7, 17, 31, 0.1);
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(7, 17, 31, 0.14);
}

.service-card {
  display: block;
  min-height: 190px;
  padding: 28px;
  background: white;
  color: var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  box-shadow: inset 0 4px 0 var(--blue), 0 18px 50px rgba(7, 17, 31, 0.12);
  transform: translateY(-3px);
}

.service-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.service-card h2 {
  margin: 22px 0 10px;
  font-size: 22px;
  line-height: 1.12;
}

.service-card p,
.solution p,
.about-panel p,
.mv-card p,
.contact-copy p {
  color: var(--muted);
}

.solutions,
.sectors,
.about,
.mission-vision,
.contact,
.detail-section,
.packages,
.process-section,
.hosting-info,
.domain-section,
.subscription-section,
.niches-section,
.decision-section {
  width: var(--page-width);
  margin: 0 auto;
  padding: 82px 0 0;
}

.onepay-section {
  width: var(--page-width);
  margin: 0 auto;
  padding: 82px 0 0;
}

.agent-section {
  width: var(--page-width);
  margin: 0 auto;
  padding: 82px 0 0;
}

.about-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(20, 99, 255, 0.14), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 194, 216, 0.12), transparent 30%),
    #050b14;
  color: white;
}

.about-hero {
  min-height: 640px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 78% 22%, rgba(0, 194, 216, 0.2), transparent 30%),
    radial-gradient(circle at 18% 74%, rgba(20, 99, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #050b14 0%, #07111f 54%, #061724 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
  max-width: var(--page-width) !important;
}

.about-hero-copy {
  max-width: 860px;
}

.about-hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: end center;
}

.about-hero-visual::before {
  position: absolute;
  inset: 58px 4% 20px;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 194, 216, 0.18), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 28px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.26);
  content: "";
}

.about-hero-visual img {
  position: relative;
  z-index: 2;
  width: min(340px, 84%);
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}

.about-orbit-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 26px;
  width: min(330px, 86%);
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(11, 29, 49, 0.94), rgba(5, 11, 20, 0.94));
  border: 1px solid rgba(0, 194, 216, 0.28);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.about-orbit-card strong,
.about-orbit-card span {
  display: block;
}

.about-orbit-card strong {
  color: white;
  font-size: 18px;
}

.about-orbit-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 800;
}

.about-solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.about-solution-tags b {
  padding: 7px 10px;
  color: var(--cyan);
  background: rgba(0, 194, 216, 0.08);
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 999px;
  font-size: 12px;
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 24px;
  background: rgba(182, 255, 46, 0.12);
  border: 1px solid rgba(182, 255, 46, 0.32);
  border-radius: 8px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agent-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
  gap: 34px;
  align-items: center;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.14), transparent 55%),
    var(--ink);
  border-radius: 8px;
  color: white;
}

.agent-panel h2 {
  margin: 14px 0 0;
  max-width: 780px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
}

.agent-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

.agent-highlight {
  display: grid;
  gap: 12px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.agent-highlight strong {
  color: var(--lime);
  font-size: 28px;
  line-height: 1.1;
}

.agent-highlight span {
  color: rgba(255, 255, 255, 0.76);
}

.agent-grid,
.agent-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.agent-plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agent-card,
.agent-plan {
  padding: 24px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.06);
}

.agent-card h3,
.agent-plan h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.agent-plan h3 small {
  display: block;
  margin-top: 4px;
  font-size: 0.68em;
  font-weight: 900;
  color: var(--muted);
  text-transform: uppercase;
}

.agent-plan.featured h3 small {
  color: rgba(255, 255, 255, 0.7);
}

.agent-card p,
.agent-plan p {
  color: var(--muted);
}

.agent-plan span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agent-plan.featured {
  background:
    linear-gradient(135deg, rgba(0, 194, 216, 0.12), transparent 58%),
    var(--ink);
  color: white;
}

.agent-plan.featured span {
  color: var(--lime);
}

.agent-plan.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.subscription-section {
  padding-top: 56px;
}

.subscription-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: 34px;
  align-items: center;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(0, 194, 216, 0.12), transparent 58%),
    var(--ink);
  border-radius: 8px;
  color: white;
}

.subscription-panel h2 {
  margin: 14px 0 0;
  max-width: 780px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
}

.subscription-panel p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

.subscription-offer {
  display: grid;
  gap: 12px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.subscription-offer span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subscription-offer strong {
  color: var(--lime);
  font-size: 28px;
  line-height: 1.1;
}

.subscription-offer strong small {
  font-size: 0.58em;
  font-weight: 900;
}

.subscription-offer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 16px;
  background: #25d366;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.subscription-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.subscription-plan {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.06);
}

.subscription-plan.featured {
  background:
    linear-gradient(135deg, rgba(0, 194, 216, 0.12), transparent 58%),
    var(--ink);
  border-color: rgba(0, 194, 216, 0.22);
  color: white;
}

.subscription-plan span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subscription-plan.featured span {
  color: var(--lime);
}

.subscription-plan h3 {
  margin: 0;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.subscription-plan.featured h3 {
  color: var(--lime);
}

.subscription-plan h3 small {
  color: var(--muted);
  font-size: 16px;
}

.subscription-plan.featured h3 small,
.subscription-plan.featured p,
.subscription-plan.featured li {
  color: rgba(255, 255, 255, 0.76);
}

.subscription-plan p {
  color: var(--muted);
}

.subscription-plan ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.subscription-plan li {
  position: relative;
  padding-left: 18px;
  color: #26344a;
  font-weight: 700;
}

.subscription-plan li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 2px;
  content: "";
  transform: translateY(-50%);
}

.subscription-plan a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 0 14px;
  background: #25d366;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.subscription-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.subscription-terms article {
  padding: 22px;
  background: #ecfff4;
  border: 1px solid #bcefd1;
  border-radius: 8px;
}

.subscription-terms span {
  display: block;
  margin-bottom: 8px;
  color: #14643a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subscription-terms strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.1;
}

.subscription-terms p {
  margin: 10px 0 0;
  color: #14643a;
}

.payment-choice-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  background: #ecfff4;
  border: 1px solid #bcefd1;
  border-radius: 8px;
  color: #14643a;
}

.payment-choice-note strong,
.payment-choice-note span {
  font-size: 13px;
}

.payment-choice-note strong {
  font-weight: 900;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.decision-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 12px;
  min-height: 234px;
  padding: 24px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.06);
}

.decision-card.featured {
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.12), transparent 58%),
    var(--ink);
  border-color: rgba(37, 211, 102, 0.26);
  color: white;
}

.decision-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.decision-card.featured span {
  color: var(--lime);
}

.decision-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.12;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
}

.decision-card.featured h3 {
  color: white;
}

.decision-card p {
  margin: 0;
  color: var(--muted);
  min-height: 70px;
}

.decision-card.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.decision-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  background: #25d366;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.decision-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  background: #ecfff4;
  border: 1px solid #bcefd1;
  border-radius: 8px;
  color: #14643a;
  font-size: 15px;
  font-weight: 800;
}

.section-intro {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.detail-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 26%, rgba(0, 194, 216, 0.16), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(20, 99, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #050b14 0%, #07111f 52%, #06101e 100%);
  color: white;
}

.detail-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  width: var(--page-width);
  margin: 0 auto;
  padding: 168px 0 76px;
}

.detail-hero h1 {
  max-width: 800px;
  margin: 18px 0 0;
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: 0;
  line-height: 1.02;
}

.detail-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.45vw, 18px);
}

.slogan-line {
  display: inline-flex;
  margin-top: 12px;
  color: var(--lime);
  font-weight: 900;
}

.back-link {
  display: inline-flex;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.detail-card,
.package-card {
  min-height: 220px;
  padding: 28px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
}

.detail-card h3,
.package-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
}

.package-card h3 small {
  color: var(--muted);
  font-size: 17px;
}

.package-card.feature h3 small {
  color: rgba(255, 255, 255, 0.66);
}

.detail-card p,
.package-card p {
  color: var(--muted);
}

.package-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.package-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 20px;
  color: #26344a;
  font-weight: 700;
}

.package-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 2px;
  content: "";
  transform: translateY(-50%);
}

.package-card.feature {
  background:
    linear-gradient(135deg, rgba(0, 194, 216, 0.16), transparent 58%),
    var(--ink);
  border-color: rgba(0, 194, 216, 0.24);
  color: white;
  box-shadow: 0 24px 80px rgba(7, 17, 31, 0.16);
}

.package-card.feature p,
.package-card.feature li {
  color: rgba(255, 255, 255, 0.76);
}

.plan-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.plan-choice {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  position: relative;
}

.plan-option {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: 26px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.plan-option:hover,
.plan-option.is-active {
  border-color: rgba(20, 99, 255, 0.5);
  box-shadow: inset 0 4px 0 var(--blue), 0 22px 70px rgba(7, 17, 31, 0.16);
  transform: translateY(-3px);
}

.plan-option span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-option span i {
  padding: 5px 8px;
  border: 1px solid rgba(182, 255, 46, 0.36);
  border-radius: 999px;
  background: rgba(182, 255, 46, 0.12);
  color: var(--lime);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.plan-option strong {
  display: flex;
  align-items: end;
  gap: 7px;
  font-size: clamp(34px, 3vw, 44px);
  line-height: 0.92;
}

.plan-option strong small {
  padding-bottom: 3px;
  font-size: 0.32em;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.plan-option small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.plan-option em {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
  font-style: normal;
}

.plan-option em b {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 0 8px;
  border: 1px solid rgba(20, 99, 255, 0.12);
  border-radius: 999px;
  background: rgba(20, 99, 255, 0.07);
  color: #26344a;
  font-size: 12px;
  font-weight: 900;
}

.plan-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  background: #25d366;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.plan-contact::before {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  content: "☎";
  font-size: 13px;
}

.plan-contact:hover {
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.22);
  transform: translateY(-2px);
}

.plan-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin-top: 20px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(0, 194, 216, 0.14), transparent 58%),
    var(--ink);
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 8px;
  color: white;
  box-shadow: 0 24px 80px rgba(7, 17, 31, 0.16);
}

.plan-detail.is-hidden {
  display: none;
}

.plan-detail h3 {
  margin: 14px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.plan-detail p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
}

.plan-price {
  display: grid;
  align-content: start;
  justify-items: end;
  min-width: 180px;
}

.plan-price strong {
  color: var(--lime);
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1;
}

.plan-price span,
.plan-price small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.plan-features {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features li {
  position: relative;
  padding: 13px 14px 13px 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.plan-features li::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 2px;
  content: "";
  transform: translateY(-50%);
}

.plan-cta {
  grid-column: 1 / -1;
  width: fit-content;
}

.comparison {
  margin-top: 28px;
  overflow-x: auto;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(7, 17, 31, 0.08);
}

.comparison table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.comparison th,
.comparison td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
  text-align: left;
  vertical-align: top;
}

.comparison th {
  background: var(--ink);
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}

.comparison th:nth-child(3) {
  color: var(--lime);
}

.comparison td {
  color: #26344a;
  font-size: 14px;
  font-weight: 700;
}

.comparison tr:last-child td {
  border-bottom: 0;
}

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

.info-panel {
  padding: 34px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
}

.info-panel h2,
.addons h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  padding: 13px 14px;
  background: #f3f7ff;
  border: 1px solid rgba(20, 99, 255, 0.08);
  border-radius: 8px;
  color: #26344a;
}

.addons {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  min-height: 300px;
  padding: 34px clamp(330px, 30vw, 430px) 34px clamp(28px, 4vw, 54px);
  background: var(--ink);
  border-radius: 8px;
  color: white;
  overflow: hidden;
}

.addons > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.addons-avatar {
  position: absolute;
  right: clamp(34px, 5vw, 72px);
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: min(310px, 26vw);
  min-height: 292px;
  pointer-events: none;
}

.addons-avatar::before {
  position: absolute;
  right: -10px;
  bottom: 18px;
  width: min(300px, 100%);
  height: 220px;
  background:
    radial-gradient(circle at 56% 42%, rgba(0, 194, 216, 0.18), transparent 45%),
    radial-gradient(ellipse at 55% 82%, rgba(20, 99, 255, 0.22), transparent 58%);
  border-radius: 999px;
  content: "";
  filter: blur(10px);
}

.addons-avatar img {
  position: relative;
  z-index: 1;
  width: min(292px, 100%);
  max-height: 318px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 38px rgba(0, 194, 216, 0.2));
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  grid-column: 1 / -1;
}

.addons.is-collapsed .addons-grid {
  display: none;
}

.addons-toggle {
  margin-top: 22px;
  min-height: 44px;
  padding: 0 18px;
  background: white;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.addons-grid span {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.addons-grid strong {
  color: white;
  font-size: 15px;
}

.tax-note {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(0, 194, 216, 0.06);
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.domain-section {
  padding-top: 48px;
}

.domain-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.62fr);
  gap: 34px;
  align-items: end;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(20, 99, 255, 0.08), transparent 58%),
    white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(7, 17, 31, 0.08);
}

.domain-panel h2 {
  margin: 14px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.domain-panel p {
  max-width: 620px;
  color: var(--muted);
}

.domain-check {
  display: grid;
  gap: 10px;
}

.domain-check label {
  color: #26344a;
  font-size: 13px;
  font-weight: 900;
}

.domain-check-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.domain-check input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  background: #f7faff;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  outline: none;
}

.domain-check input::placeholder {
  color: rgba(7, 17, 31, 0.42);
}

.domain-check input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 194, 216, 0.14);
}

.domain-check a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  background: #25d366;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  overflow: visible;
}

.process-line::before {
  position: absolute;
  top: 42px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, rgba(20, 99, 255, 0.2), rgba(0, 194, 216, 0.76), rgba(182, 255, 46, 0.3));
  box-shadow: 0 0 22px rgba(0, 194, 216, 0.26);
  content: "";
}

.process-line article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  color: #26344a;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.06);
}

.process-line article::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 0%, rgba(0, 194, 216, 0.12), transparent 38%);
  content: "";
  pointer-events: none;
}

.process-line i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--blue);
  border-radius: 14px;
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(20, 99, 255, 0.22);
}

.process-line strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.12;
}

.process-line span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.section-heading {
  max-width: 720px;
}

.section-heading h2,
.sector-copy h2,
.about-panel h2,
.contact-copy h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.06;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.niche-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.niche-card {
  min-height: 176px;
  padding: 22px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.06);
}

.niche-card h3 {
  margin: 0;
  font-size: 22px;
}

.niche-card p {
  color: var(--muted);
}

.onepay-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.onepay-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.06);
}

.onepay-card.featured {
  background:
    linear-gradient(135deg, rgba(0, 194, 216, 0.12), transparent 58%),
    var(--ink);
  border-color: rgba(0, 194, 216, 0.22);
  color: white;
}

.onepay-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.onepay-card.featured span {
  color: var(--lime);
}

.onepay-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.onepay-card.featured h3 {
  color: var(--lime);
}

.onepay-card p {
  color: var(--muted);
}

.onepay-card.featured p,
.onepay-card.featured li {
  color: rgba(255, 255, 255, 0.76);
}

.onepay-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.onepay-card li {
  position: relative;
  padding-left: 18px;
  color: #26344a;
  font-weight: 700;
}

.onepay-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 2px;
  content: "";
  transform: translateY(-50%);
}

.solution {
  min-height: 210px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(20, 99, 255, 0.08), transparent 52%),
    white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
}

.solution h3 {
  margin: 0;
  font-size: 24px;
}

.sectors {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sector-list span {
  padding: 13px 16px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  color: #26344a;
  font-weight: 800;
}

.about-panel {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  background: var(--ink);
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
}

.about-panel::after {
  position: absolute;
  inset: auto -10% -35% auto;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(0, 194, 216, 0.18), transparent 62%);
  content: "";
}

.about-panel img {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  filter: none;
}

.about-logo {
  max-width: 360px;
}

.about-panel p {
  max-width: 720px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.mission-vision {
  padding-top: 28px;
}

.mission-page {
  width: var(--page-width);
  margin: 0 auto;
  padding-top: 86px;
}

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

.mv-card {
  min-height: 290px;
  padding: clamp(28px, 4vw, 42px);
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 194, 216, 0.18), transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  color: white;
}

.mv-card:nth-child(2) {
  background:
    radial-gradient(circle at 14% 0%, rgba(182, 255, 46, 0.16), transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.78);
  border-color: rgba(182, 255, 46, 0.2);
  color: white;
}

.mv-card h2 {
  margin: 16px 0 0;
  font-size: clamp(30px, 3.4vw, 44px);
}

.mv-card p {
  margin: 20px 0 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}

.mv-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.76);
}

.values-section {
  width: var(--page-width);
  margin: 0 auto;
  padding: 108px 0 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.value-card {
  min-height: 210px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.76);
  border: 1px solid rgba(0, 194, 216, 0.18);
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
}

.value-card h3 {
  margin: 0;
  color: white;
  font-size: 24px;
}

.value-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 480px);
  gap: 48px;
  align-items: start;
  padding-bottom: 96px;
}

.about-page .contact {
  width: var(--page-width);
  margin: 86px auto 0;
}

.about-page .contact-copy h2,
.about-page .section-heading h2 {
  color: white;
}

.about-page .contact-copy p,
.about-page .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(7, 17, 31, 0.1);
}

.about-page .contact-form {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.82);
  border-color: rgba(0, 194, 216, 0.22);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.about-page .contact-form label {
  color: rgba(255, 255, 255, 0.78);
}

.about-page .contact-form input,
.about-page .contact-form textarea {
  color: white;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 194, 216, 0.24);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  color: #26344a;
  font-weight: 800;
}

.contact-details a,
.contact-details span {
  display: grid;
  align-content: center;
  gap: 3px;
  min-height: 42px;
  padding: 10px 14px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.06);
}

.contact-details strong,
.contact-details small {
  display: block;
}

.contact-details strong {
  color: white;
  font-size: 13px;
}

.contact-details small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.35;
}

.about-page .contact-details {
  color: white;
}

.about-page .contact-details a,
.about-page .contact-details span {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 194, 216, 0.2);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.contact-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.contact-benefits span {
  min-height: 72px;
  display: grid;
  align-content: center;
  padding: 14px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 8px;
  color: #26344a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.form-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #26344a;
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 17, 31, 0.12);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  outline: none;
  resize: vertical;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(20, 99, 255, 0.12);
}

.form-honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form button {
  min-height: 50px;
  background: var(--blue);
  color: white;
  font-size: 15px;
}

.site-footer {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(170px, 0.7fr));
  gap: 34px;
  align-items: start;
  padding: 46px var(--page-gutter) 24px;
  background:
    radial-gradient(circle at 12% 20%, rgba(20, 99, 255, 0.18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 194, 216, 0.12), transparent 30%),
    #050b14;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-brand img {
  display: block;
  width: min(230px, 100%);
  height: auto;
}

.footer-brand p {
  max-width: 360px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 16px;
  background: linear-gradient(135deg, #25d366, #18b85a);
  border: 1px solid rgba(86, 255, 151, 0.25);
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong,
.footer-contact strong {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: white;
  transform: translateX(2px);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.regional-section,
.international-problem,
.international-flow,
.international-audience,
.international-plans,
.international-trust {
  padding: 82px 0;
}

.regional-panel,
.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: var(--page-width);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 44px);
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 194, 216, 0.16), transparent 32%),
    linear-gradient(135deg, #07111f, #0d1c31);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(7, 17, 31, 0.18);
}

.regional-panel h2,
.trust-panel h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: white;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.regional-panel p,
.trust-panel p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.international-hero {
  background:
    radial-gradient(circle at 78% 30%, rgba(182, 255, 46, 0.12), transparent 30%),
    radial-gradient(circle at 16% 75%, rgba(20, 99, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #07111f, #0a1728 56%, #06101e);
}

.international-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(20, 99, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(0, 194, 216, 0.12), transparent 30%),
    #050b14;
  color: white;
}

.international-page .detail-hero {
  min-height: 690px;
}

.international-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(460px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: var(--page-width);
  min-height: 690px;
  margin: 0 auto;
  padding-top: 104px;
}

.international-hero-copy h1 {
  max-width: 820px;
}

.international-hero-copy p {
  max-width: 720px;
}

.international-hero-visual {
  position: relative;
  min-height: 420px;
}

.international-hero-visual img {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: min(260px, 44%);
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.42));
  animation: integriFloat 5.6s ease-in-out infinite;
  z-index: 3;
}

.remote-map {
  position: absolute;
  inset: 18px 96px 40px 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 194, 216, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.78);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.remote-map::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: radial-gradient(circle, black 0 56%, transparent 76%);
}

.remote-map strong {
  position: relative;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(0, 194, 216, 0.42);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 194, 216, 0.16), rgba(7, 17, 31, 0.92));
  color: white;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  box-shadow: 0 0 48px rgba(0, 194, 216, 0.16);
}

.remote-map span {
  position: absolute;
  z-index: 2;
  padding: 12px 14px;
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 999px;
  background: rgba(8, 20, 37, 0.92);
  color: #9df3ff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.remote-map span:nth-child(1) { left: 7%; top: 20%; }
.remote-map span:nth-child(2) { right: 11%; top: 22%; }
.remote-map span:nth-child(3) { left: 16%; bottom: 18%; }

.remote-map i {
  position: absolute;
  width: 34%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 216, 0.8), transparent);
  box-shadow: 0 0 18px rgba(0, 194, 216, 0.4);
  animation: electricPulse 2.8s linear infinite;
  opacity: 0.78;
}

.remote-map i:nth-of-type(1) { left: 17%; top: 36%; transform: rotate(18deg); }
.remote-map i:nth-of-type(2) { right: 18%; top: 37%; transform: rotate(-18deg); animation-delay: -.7s; }
.remote-map i:nth-of-type(3) { left: 20%; bottom: 32%; transform: rotate(-16deg); animation-delay: -1.4s; }
.remote-map i:nth-of-type(4) { right: 22%; bottom: 31%; transform: rotate(16deg); animation-delay: -2s; }

@keyframes electricPulse {
  0% { opacity: 0.2; filter: brightness(0.8); }
  45% { opacity: 0.9; filter: brightness(1.8); }
  100% { opacity: 0.35; filter: brightness(1); }
}

.international-page .international-problem,
.international-page .international-audience,
.international-page .international-trust,
.international-remote-panel {
  width: var(--page-width);
  margin: 0 auto;
}

.international-page .international-card,
.international-page .niche-card,
.international-page .trust-panel,
.remote-panel-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.76);
  border: 1px solid rgba(0, 194, 216, 0.18);
  color: white;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.international-page .international-card h3,
.international-page .niche-card h3,
.international-page .trust-panel h2,
.remote-panel-card h2 {
  color: white;
}

.international-page .international-card p,
.international-page .niche-card p,
.international-page .trust-panel p,
.remote-panel-card p {
  color: rgba(255, 255, 255, 0.72);
}

.international-page .international-card span {
  color: var(--cyan);
}

.international-page .international-flow {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 194, 216, 0.14), transparent 28%),
    #07111f;
}

.international-page .flow-steps span {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.76);
}

.international-page .flow-steps span::after {
  position: absolute;
  inset: auto 18px 16px 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--lime));
  content: "";
  opacity: 0.62;
}

.international-remote-panel {
  padding: 82px 0;
}

.remote-panel-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 28px;
}

.remote-panel-card img {
  width: min(260px, 100%);
  justify-self: center;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.34));
  animation: integriFloat 5.4s ease-in-out infinite;
}

.remote-panel-card .button {
  margin-top: 12px;
}

.international-cards,
.international-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: var(--page-width);
  margin: 28px auto 0;
}

.international-card,
.international-price {
  padding: 28px;
  background: white;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(7, 17, 31, 0.07);
}

.international-card span,
.international-price span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.international-card h3,
.international-price h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.08;
}

.international-card p,
.international-price p {
  margin: 14px 0 0;
  color: var(--muted);
}

.international-flow {
  background: #07111f;
  color: white;
}

.flow-copy {
  width: var(--page-width);
  margin: 0 auto;
}

.flow-copy h2 {
  max-width: 800px;
  margin: 14px 0 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.flow-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: var(--page-width);
  margin: 34px auto 0;
}

.flow-steps span {
  min-height: 108px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 8px;
  color: white;
  font-weight: 900;
}

.international-price {
  background: #07111f;
  color: white;
  border-color: rgba(0, 194, 216, 0.24);
}

.international-price.featured {
  background: linear-gradient(135deg, #10254a, #07111f);
  border-color: rgba(182, 255, 46, 0.7);
  box-shadow: 0 24px 70px rgba(20, 99, 255, 0.18);
}

.international-price h3 {
  color: var(--lime);
  font-size: clamp(34px, 4vw, 48px);
}

.international-price h3 small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.international-price p {
  color: rgba(255, 255, 255, 0.74);
}

.international-tax-note {
  width: var(--page-width);
  margin: 18px auto 0;
  padding: 16px 18px;
  background: rgba(7, 17, 31, 0.04);
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.trust-panel {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
}

.trust-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-panel li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-widget::before {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(37, 211, 102, 0.34);
  border-radius: 12px;
  content: "";
  animation: pulse 1800ms ease-out infinite;
}

.whatsapp-widget:hover {
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.36);
  transform: translateY(-3px);
}

.whatsapp-widget svg {
  position: relative;
  width: 31px;
  height: 31px;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.88);
  }
  100% {
    opacity: 0;
    transform: scale(1.24);
  }
}

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

@media (max-width: 980px) {
  .international-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 54px;
  }

  .international-hero-visual {
    min-height: 360px;
  }

  .remote-map {
    inset: 0 64px 22px 0;
  }

  .international-hero-visual img {
    width: min(210px, 42vw);
  }

  .remote-panel-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .desktop-nav {
    display: none;
  }

  .hero-inner,
  .sectors,
  .contact,
  .saas-hero-inner,
  .channel-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-bottom: 120px;
  }

  .ecosystem {
    margin: 0 auto;
  }

  .service-strip,
  .solution-grid,
  .detail-grid,
  .package-grid,
  .plan-picker,
  .decision-grid,
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-detail {
    grid-template-columns: 1fr;
  }

  .plan-price {
    justify-items: start;
  }

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

  .process-line::before {
    display: none;
  }

  .info-columns,
  .addons,
  .domain-panel,
  .contact-benefits,
  .mv-grid,
  .subscription-panel,
  .subscription-terms,
  .regional-panel,
  .trust-panel {
    grid-template-columns: 1fr;
  }

  .international-cards,
  .international-price-grid,
  .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .subscription-plans {
    grid-template-columns: 1fr;
  }

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

  .agent-panel {
    grid-template-columns: 1fr;
  }

  .agent-grid,
  .agent-plans {
    grid-template-columns: 1fr;
  }

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

  .saas-stage {
    min-height: 520px;
  }

  .stage-video {
    inset: 0 0 110px;
  }

  .channel-section {
    width: var(--page-width);
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 68px;
    grid-template-columns: 1fr auto;
  }

  .brand img {
    height: 42px;
  }

  .brand-logo {
    max-width: 210px;
  }

  .nav-cta {
    display: none;
  }

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

  .detail-hero-inner {
    width: var(--page-width);
    padding: 108px 0 52px;
  }

  .detail-hero h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .detail-hero p {
    font-size: 16px;
  }

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

  .hero-inner {
    padding: 118px 0 112px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .saas-hero,
  .saas-hero-inner {
    min-height: auto;
  }

  .saas-hero-inner {
    padding: 118px 0 90px;
  }

  .saas-hero h1 {
    font-size: 46px;
  }

  .saas-stage {
    min-height: 430px;
  }

  .stage-dashboard {
    grid-template-columns: 1fr;
  }

  .metric-panel {
    display: none;
  }

  .stage-avatar-card {
    right: 10px;
    width: 190px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .whatsapp-widget {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 34px var(--page-gutter) 22px;
  }

  .footer-bottom {
    justify-content: flex-start;
  }

  .ecosystem {
    aspect-ratio: 1 / 1.18;
  }

  .module {
    min-width: 110px;
    padding: 10px 11px;
  }

  .module strong {
    font-size: 12px;
  }

  .orbit-mark {
    width: 260px;
    height: 70px;
    padding: 0;
  }

  .orbit-mark img {
    max-width: 260px;
  }

  .service-strip,
  .solution-grid,
  .detail-grid,
  .package-grid,
  .plan-picker,
  .decision-grid,
  .value-grid,
  .split-story,
  .premium-service-grid,
  .process-line,
  .international-cards,
  .international-price-grid,
  .flow-steps {
    grid-template-columns: 1fr;
  }

  .channel-map {
    min-height: 430px;
  }

  .channel-node {
    font-size: 11px;
    padding: 9px 10px;
  }

  .node-whatsapp,
  .node-facebook {
    left: 18px;
  }

  .node-instagram,
  .node-email {
    right: 18px;
  }

  .node-chat {
    left: 66px;
  }

  .node-phone {
    right: 66px;
  }

  .cta-avatar-card {
    width: 170px;
  }

  .cta-avatar-card img {
    width: 198px;
  }

  .detail-hero-inner {
    padding: 128px 0 86px;
  }

  .detail-hero h1 {
    font-size: 40px;
  }

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

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

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

  .plan-features {
    grid-template-columns: 1fr;
  }

  .about-panel {
    grid-template-columns: 1fr;
  }
}

body.premium-home {
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 99, 255, 0.16), transparent 34%),
    #050b14;
  color: white;
}

.premium-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  height: 92px;
  min-height: 92px;
  box-sizing: border-box;
  padding: 0 var(--page-gutter);
  background:
    linear-gradient(180deg, rgba(5, 11, 20, 0.98), rgba(5, 11, 20, 0.94)),
    #050b14;
  border-bottom: 1px solid rgba(0, 194, 216, 0.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.premium-brand {
  display: grid;
  gap: 2px;
}

.premium-brand img {
  width: 230px;
  max-width: 230px;
  height: auto;
  display: block;
}

.premium-brand span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.premium-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
}

.premium-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
}

.premium-nav a:first-child {
  color: white;
}

.premium-nav a:first-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  border-radius: 999px;
  content: "";
  box-shadow: 0 0 18px rgba(20, 99, 255, 0.62);
}

.premium-nav .has-menu::before {
  order: 2;
  color: rgba(255, 255, 255, 0.78);
  content: "⌄";
  font-size: 13px;
  transform: translateY(-1px);
}

.premium-actions {
  display: flex;
  gap: 12px;
}

.ghost-action,
.demo-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.ghost-action {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
}

.demo-action {
  background: linear-gradient(135deg, var(--blue), #6938ff);
  color: white;
  box-shadow: 0 18px 36px rgba(20, 99, 255, 0.25);
}

.premium-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 26%, rgba(0, 194, 216, 0.16), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(20, 99, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #050b14 0%, #07111f 52%, #06101e 100%);
}

.premium-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.premium-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.78fr) minmax(660px, 1.22fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  width: var(--page-width);
  min-height: 630px;
  margin: 0 auto;
  padding: 106px 0 14px;
}

.hero-pill {
  display: inline-flex;
  padding: 7px 12px;
  color: var(--cyan);
  background: rgba(0, 194, 216, 0.09);
  border: 1px solid rgba(0, 194, 216, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-hero h1 {
  max-width: 560px;
  margin: 22px 0 0;
  color: white;
  font-size: clamp(40px, 4.1vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

.premium-hero h1 strong {
  display: block;
  color: #12a4ff;
  font-weight: 900;
}

.premium-hero p {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.trust-strip {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.trust-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.trust-strip i {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 800;
}

.hero-product {
  position: relative;
  min-height: 520px;
  margin-left: clamp(-42px, -2.4vw, -24px);
}

.hero-product::before {
  position: absolute;
  right: -8px;
  bottom: 86px;
  z-index: 2;
  display: block;
  width: 300px;
  height: 380px;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(43, 168, 255, 0.12), transparent 44%),
    radial-gradient(ellipse at 50% 72%, rgba(0, 194, 216, 0.12), transparent 52%);
  border-radius: 48%;
  content: "";
  filter: blur(22px);
  opacity: 0.48;
  pointer-events: none;
  animation: integriAura 5.8s ease-in-out infinite;
}

.hero-product::after {
  content: none;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  width: calc(100% - 100px);
  min-height: 420px;
  padding: 14px 14px 14px 12px;
  background:
    linear-gradient(145deg, rgba(6, 15, 29, 0.94), rgba(4, 11, 22, 0.86)),
    rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(36, 158, 255, 0.28);
  border-radius: 16px;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.dashboard-shell aside {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
}

.dashboard-shell aside strong {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
}

.dashboard-shell aside strong::before {
  content: none;
}

.dashboard-shell aside strong img {
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
  padding: 4px;
  background: rgba(0, 194, 216, 0.12);
  border: 1px solid rgba(0, 194, 216, 0.24);
  border-radius: 7px;
}

.dashboard-shell aside span {
  padding: 9px 10px;
  border-radius: 8px;
}

.dashboard-shell aside .active {
  background: linear-gradient(90deg, rgba(20, 99, 255, 0.94), rgba(20, 99, 255, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: white;
}

.dashboard-main {
  min-width: 0;
  padding: 14px 14px 12px;
  background: rgba(3, 9, 18, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
}

.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: white;
  font-size: 12px;
}

.dashboard-top strong {
  font-size: 12px;
  font-weight: 900;
}

.dashboard-top span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: rgba(255, 255, 255, 0.22);
  font-size: 18px;
}

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

.metric-row article {
  min-height: 86px;
  padding: 11px 10px;
  background: rgba(9, 26, 47, 0.76);
  border: 1px solid rgba(43, 168, 255, 0.12);
  border-radius: 9px;
}

.metric-row span,
.metric-row small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

.metric-row strong {
  display: block;
  margin-top: 7px;
  color: white;
  font-size: 24px;
  line-height: 1;
}

.metric-row small {
  margin-top: 6px;
  color: #25d366;
  font-weight: 900;
}

.chart-card {
  height: 142px;
  margin-top: 13px;
  padding: 10px 12px 6px;
  background:
    linear-gradient(180deg, rgba(8, 24, 43, 0.74), rgba(5, 14, 26, 0.62));
  border: 1px solid rgba(43, 168, 255, 0.1);
  border-radius: 10px;
}

.chart-card svg {
  width: 100%;
  height: 112px;
}

.chart-grid path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.055);
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke: #2ba8ff;
  stroke-width: 4;
  filter: drop-shadow(0 0 10px rgba(0, 194, 216, 0.7));
}

.chart-card circle {
  fill: var(--lime);
}

.chart-months {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}

.connected-label {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.connected-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-top: 7px;
}

.connected-row span {
  min-height: 68px;
  padding: 8px 5px 7px;
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.22);
  border-radius: 9px;
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.brand-channel {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.brand-channel i {
  display: inline-grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
}

.brand-channel svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.brand-channel b {
  color: white;
  font-size: 10px;
  line-height: 1.05;
}

.brand-channel small {
  display: block;
  margin-top: 3px;
  color: #25d366;
  font-size: 8px;
}

.brand-channel.whatsapp i {
  background: #25d366;
}

.brand-channel.instagram i {
  background: linear-gradient(135deg, #f58529, #dd2a7b 44%, #8134af 72%, #515bd4);
}

.brand-channel.facebook i {
  background: #1877f2;
}

.brand-channel.messenger i {
  background: linear-gradient(135deg, #00b2ff, #006aff 54%, #a033ff);
}

.brand-channel.email i {
  background: #2ba8ff;
}

.brand-channel.chat i {
  background: #00c2d8;
}

.brand-channel.phone i {
  background: #22c55e;
}

.service-channel-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.service-channel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 10px;
  color: white;
  background:
    linear-gradient(180deg, rgba(12, 35, 62, 0.96), rgba(5, 17, 32, 0.96));
  border: 1px solid rgba(43, 168, 255, 0.3);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.service-channel svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  padding: 6px;
  border-radius: 999px;
  fill: white;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 0 16px rgba(0, 194, 216, 0.22);
}

.service-channel.whatsapp svg { background: #25d366; }
.service-channel.instagram svg { background: linear-gradient(135deg, #f58529, #dd2a7b 44%, #8134af 72%, #515bd4); }
.service-channel.messenger svg { background: linear-gradient(135deg, #00b2ff, #006aff 54%, #a033ff); }
.service-channel.email svg { background: #2ba8ff; }
.service-channel.chat svg { background: #00c2d8; }
.service-channel.phone svg { background: #22c55e; }

.mini-channel {
  min-height: 34px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
}

.mini-channel svg {
  width: 22px;
  height: 22px;
  padding: 5px;
}

.wa-icon svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  fill: currentColor;
}

.flow-step-channel svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  padding: 7px;
  border-radius: 999px;
  fill: white;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 0 18px rgba(0, 194, 216, 0.28);
}

.wa-icon.whatsapp-icon,
.wa-icon.icon-green {
  background: linear-gradient(135deg, #25d366, #11a95a);
  border-color: rgba(37, 211, 102, 0.42);
  box-shadow: 0 0 26px rgba(37, 211, 102, 0.28);
}

.wa-icon.icon-cyan {
  background: linear-gradient(135deg, #00c2d8, #1463ff);
  border-color: rgba(0, 194, 216, 0.42);
  box-shadow: 0 0 26px rgba(0, 194, 216, 0.28);
}

.wa-icon.icon-blue {
  background: linear-gradient(135deg, #2ba8ff, #1463ff);
  border-color: rgba(43, 168, 255, 0.42);
  box-shadow: 0 0 26px rgba(43, 168, 255, 0.28);
}

.wa-icon.icon-amber {
  background: linear-gradient(135deg, #ff9f2b, #f59e0b);
  border-color: rgba(245, 158, 11, 0.42);
  box-shadow: 0 0 26px rgba(245, 158, 11, 0.22);
}

.wa-icon.icon-violet {
  background: linear-gradient(135deg, #8b5cf6, #1463ff);
  border-color: rgba(139, 92, 246, 0.42);
  box-shadow: 0 0 26px rgba(139, 92, 246, 0.24);
}

.wa-icon.phone-icon {
  background: linear-gradient(135deg, #22c55e, #00c2d8);
  border-color: rgba(34, 197, 94, 0.42);
  box-shadow: 0 0 26px rgba(34, 197, 94, 0.24);
}

.flow-step-channel.whatsapp svg,
.suite-flow-line .flow-channel-whatsapp svg {
  background: #25d366;
}

.suite-flow-line .flow-channel-email svg {
  background: #2ba8ff;
}

.suite-flow-line .flow-channel-whatsapp svg,
.suite-flow-line .flow-channel-email svg {
  color: white;
  padding: 7px;
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 0 20px rgba(0, 194, 216, 0.36);
}

.flow-step-channel {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.flow-step-channel b {
  font: inherit;
  color: inherit;
}

.suite-workflow-mini .service-channel {
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border-color: rgba(37, 211, 102, 0.36);
}

.connected-row .brand-channel {
  display: grid !important;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 3px;
  align-items: center;
  text-align: center;
}

.connected-row .brand-channel small {
  margin-top: 0;
}

.integri-bubble {
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 120;
  max-width: 218px;
  padding: 13px 15px;
  background: rgba(25, 54, 71, 0.9);
  border: 1px solid rgba(153, 206, 231, 0.36);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.4),
    0 0 26px rgba(0, 194, 216, 0.12);
  backdrop-filter: blur(16px);
}

.integri-bubble::after {
  position: absolute;
  right: 78px;
  bottom: -12px;
  width: 20px;
  height: 20px;
  background: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  content: "";
  transform: rotate(45deg);
}

.hero-integri {
  position: absolute;
  right: -16px;
  bottom: 122px;
  z-index: 80;
  width: 235px;
  animation: floatIntegri 4.8s ease-in-out infinite;
  clip-path: none;
  -webkit-mask-image:
    radial-gradient(ellipse 10% 10% at 54% 4%, #000 0 52%, transparent 78%),
    radial-gradient(ellipse 46% 34% at 52% 26%, #000 0 68%, transparent 84%),
    radial-gradient(ellipse 35% 32% at 55% 56%, #000 0 64%, transparent 82%),
    radial-gradient(ellipse 19% 20% at 22% 43%, #000 0 62%, transparent 80%),
    radial-gradient(ellipse 18% 25% at 86% 55%, #000 0 62%, transparent 80%),
    radial-gradient(ellipse 38% 20% at 57% 82%, #000 0 62%, transparent 82%);
  mask-image:
    radial-gradient(ellipse 10% 10% at 54% 4%, #000 0 52%, transparent 78%),
    radial-gradient(ellipse 46% 34% at 52% 26%, #000 0 68%, transparent 84%),
    radial-gradient(ellipse 35% 32% at 55% 56%, #000 0 64%, transparent 82%),
    radial-gradient(ellipse 19% 20% at 22% 43%, #000 0 62%, transparent 80%),
    radial-gradient(ellipse 18% 25% at 86% 55%, #000 0 62%, transparent 80%),
    radial-gradient(ellipse 38% 20% at 57% 82%, #000 0 62%, transparent 82%);
  filter:
    drop-shadow(0 0 14px rgba(43, 168, 255, 0.2));
}

@keyframes integriAura {
  0%, 100% {
    opacity: 0.58;
    transform: translateY(0) scale(0.96);
  }
  50% {
    opacity: 0.84;
    transform: translateY(-8px) scale(1.04);
  }
}

.rocket-flames {
  display: none;
}

.rocket-flames::before,
.rocket-flames::after {
  position: absolute;
  top: 0;
  width: 18px;
  height: 66px;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.96) 0 8%, rgba(120, 238, 255, 0.86) 18%, rgba(0, 194, 216, 0.62) 38%, rgba(20, 99, 255, 0.18) 66%, transparent 82%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(0, 194, 216, 0.32) 28%, transparent 82%);
  border-radius: 50% 50% 44% 44%;
  content: "";
  filter: blur(0.6px);
  transform-origin: top center;
  animation: rocketFlame 0.88s ease-in-out infinite;
}

.rocket-flames::before {
  left: 22px;
  transform: rotate(10deg);
}

.rocket-flames::after {
  right: 18px;
  animation-delay: -0.32s;
  transform: rotate(-10deg);
}

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

@keyframes jetPulse {
  0%, 100% {
    opacity: 0.62;
    transform: scaleY(0.9) scaleX(0.94);
  }
  50% {
    opacity: 0.98;
    transform: scaleY(1.1) scaleX(1.06);
  }
}

@keyframes rocketFlame {
  0%, 100% {
    opacity: 0.72;
    transform: translateY(0) scaleY(0.92);
  }
  50% {
    opacity: 1;
    transform: translateY(6px) scaleY(1.12);
  }
}

@keyframes hoverShadow {
  0%, 100% {
    opacity: 0.46;
    transform: scaleX(0.92);
  }
  50% {
    opacity: 0.72;
    transform: scaleX(1.08);
  }
}

.familiar-section,
.solutions-showcase,
.channels-premium,
.growth-section {
  padding: 24px 0;
  background: #050b14;
}

.familiar-grid,
.channels-premium,
.growth-grid,
.solutions-row {
  width: var(--page-width);
  margin: 0 auto;
}

.familiar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.82fr);
  gap: 18px;
}

.familiar-problems,
.familiar-answer {
  padding: 20px 28px;
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 99, 255, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(0, 194, 216, 0.13);
  border-radius: 16px;
}

.familiar-problems h2,
.familiar-answer h2,
.solutions-showcase h2,
.channels-copy h2,
.growth-section h2,
.premium-closing h2 {
  margin: 0;
  color: white;
  font-size: clamp(24px, 3.1vw, 34px);
  line-height: 1.05;
}

.familiar-answer h2,
.solutions-showcase h2 strong,
.premium-closing h2 strong {
  color: #12a4ff;
}

.premium-closing h2 {
  font-size: clamp(24px, 2.5vw, 30px);
}

.problem-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.problem-icons article,
.solution-tile,
.growth-card {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(13, 34, 59, 0.88), rgba(6, 17, 31, 0.9));
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.problem-icons article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 160px;
  text-align: center;
}

.problem-icons span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter:
    drop-shadow(0 0 10px currentColor)
    drop-shadow(0 0 24px color-mix(in srgb, currentColor 38%, transparent));
}

.problem-icons span::before,
.solution-tile > span::before,
.growth-card::before {
  display: block;
  width: 42px;
  height: 42px;
  background: currentColor;
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-chat { color: #2d8cff; }
.icon-clock { color: #ff5d6c; }
.icon-sad { color: #ffb13d; }
.icon-network { color: #ff596a; }

.icon-chat::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3C/svg%3E");
}

.icon-clock::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v6l4 2'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v6l4 2'/%3E%3C/svg%3E");
}

.icon-sad::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 10h.01M16 10h.01M8 16c1.2-1 2.5-1.5 4-1.5S14.8 15 16 16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 10h.01M16 10h.01M8 16c1.2-1 2.5-1.5 4-1.5S14.8 15 16 16'/%3E%3C/svg%3E");
}

.icon-network::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='12' r='2'/%3E%3Ccircle cx='12' cy='5' r='2'/%3E%3Ccircle cx='19' cy='12' r='2'/%3E%3Ccircle cx='12' cy='19' r='2'/%3E%3Cpath d='m7 11 3-4M14 7l3 4M17 13l-3 4M10 17l-3-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='12' r='2'/%3E%3Ccircle cx='12' cy='5' r='2'/%3E%3Ccircle cx='19' cy='12' r='2'/%3E%3Ccircle cx='12' cy='19' r='2'/%3E%3Cpath d='m7 11 3-4M14 7l3 4M17 13l-3 4M10 17l-3-4'/%3E%3C/svg%3E");
}

.problem-icons p,
.familiar-answer p,
.solutions-showcase p,
.channels-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.problem-icons p {
  max-width: 170px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.familiar-answer p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.58;
}

.familiar-answer strong {
  color: #12a4ff;
}

.solutions-showcase .section-heading,
.growth-section .section-heading {
  color: white;
  text-align: center;
}

.solutions-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.solution-tile {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-content: start;
  column-gap: 20px;
  min-height: 190px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.solution-tile:hover {
  border-color: rgba(0, 194, 216, 0.5);
  transform: translateY(-4px);
}

.solution-tile span {
  display: grid;
  grid-row: 1 / span 2;
  width: 72px;
  height: 72px;
  place-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  color: var(--cyan);
  box-shadow: none;
}

.solution-tile > span::before {
  display: none;
}

.solution-tile svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  filter:
    drop-shadow(0 0 5px color-mix(in srgb, currentColor 90%, transparent))
    drop-shadow(0 0 18px color-mix(in srgb, currentColor 62%, transparent));
}

.solution-tile h3 {
  align-self: center;
  margin: 0;
  color: white;
  font-size: 21px;
  line-height: 1.08;
  max-width: 260px;
}

.solution-tile p {
  grid-column: 2;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.5;
}

.solution-tile small {
  grid-column: 2;
  margin-top: 12px;
  color: #12a4ff;
  font-weight: 900;
}

.icon-whatsapp { color: #55f06d !important; }
.icon-bubble { color: #7c7cff !important; }
.icon-puzzle { color: #00c2d8 !important; }
.icon-monitor { color: #ff9f43 !important; }
.icon-cloud { color: #00e1d4 !important; }
.icon-advisor { color: #b6ff2e !important; }

.icon-whatsapp::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.5 11.8a8.5 8.5 0 0 1-12.6 7.4L3 20.6l1.4-4.8a8.5 8.5 0 1 1 16.1-4z'/%3E%3Cpath d='M8.4 8.1c.2-.5.4-.6.8-.6h.6c.3 0 .5.1.6.4l.9 2c.1.3 0 .5-.2.7l-.5.6c-.2.2-.2.4 0 .7.5.9 1.3 1.7 2.3 2.2.3.2.5.2.7 0l.7-.8c.2-.2.5-.3.8-.2l1.9.9c.3.2.4.4.4.7 0 .5-.2 1.1-.6 1.5-.5.5-1.4.7-2.5.4-2.2-.6-5.3-3.2-6.2-5.8-.4-1.2-.2-2.1.3-2.7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.5 11.8a8.5 8.5 0 0 1-12.6 7.4L3 20.6l1.4-4.8a8.5 8.5 0 1 1 16.1-4z'/%3E%3Cpath d='M8.4 8.1c.2-.5.4-.6.8-.6h.6c.3 0 .5.1.6.4l.9 2c.1.3 0 .5-.2.7l-.5.6c-.2.2-.2.4 0 .7.5.9 1.3 1.7 2.3 2.2.3.2.5.2.7 0l.7-.8c.2-.2.5-.3.8-.2l1.9.9c.3.2.4.4.4.7 0 .5-.2 1.1-.6 1.5-.5.5-1.4.7-2.5.4-2.2-.6-5.3-3.2-6.2-5.8-.4-1.2-.2-2.1.3-2.7z'/%3E%3C/svg%3E");
}

.icon-bubble::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a7 7 0 0 1-7 7H9l-5 3v-5a7 7 0 1 1 17-5z'/%3E%3Cpath d='M8 11h8M8 14h5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a7 7 0 0 1-7 7H9l-5 3v-5a7 7 0 1 1 17-5z'/%3E%3Cpath d='M8 11h8M8 14h5'/%3E%3C/svg%3E");
}

.icon-puzzle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3h4a2 2 0 0 1 2 2v2h2a2 2 0 1 1 0 4h-2v3h3a2 2 0 1 1 0 4h-3v3H8v-3H5a2 2 0 1 1 0-4h3v-3H5a2 2 0 1 1 0-4h3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3h4a2 2 0 0 1 2 2v2h2a2 2 0 1 1 0 4h-2v3h3a2 2 0 1 1 0 4h-3v3H8v-3H5a2 2 0 1 1 0-4h3v-3H5a2 2 0 1 1 0-4h3z'/%3E%3C/svg%3E");
}

.icon-monitor::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8M12 16v4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8M12 16v4'/%3E%3C/svg%3E");
}

.icon-cloud::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.5 19H8a5 5 0 1 1 .5-10 6 6 0 0 1 11.4 2A4 4 0 0 1 17.5 19z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.5 19H8a5 5 0 1 1 .5-10 6 6 0 0 1 11.4 2A4 4 0 0 1 17.5 19z'/%3E%3C/svg%3E");
}

.channels-premium {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: 24px;
  align-items: center;
}

.channels-copy .button {
  margin-top: 18px;
}

.channels-visual {
  position: relative;
  display: grid;
  grid-template-columns: 170px 300px minmax(280px, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 280px;
}

.channels-visual::before {
  display: none;
}

.electric-links {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 140px;
  height: 280px;
  pointer-events: none;
  overflow: visible;
  transform: translateY(-50%);
}

.electric-left {
  left: 150px;
}

.electric-right {
  left: 418px;
  width: 74px;
  height: 190px;
}

.electric-links path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.electric-base path {
  stroke: rgba(41, 217, 255, 0.34);
  stroke-width: 2.4;
  filter: url("#electricGlow");
}

.electric-base .right-link {
  stroke: rgba(41, 217, 255, 0.54);
  stroke-width: 3;
}

.electric-pulse path {
  stroke: #7df3ff;
  stroke-width: 4;
  stroke-dasharray: 10 28 4 22;
  stroke-dashoffset: 0;
  filter: url("#electricGlow");
  opacity: 0.9;
  animation:
    electricFlow 0.72s linear infinite,
    electricFlicker 1.18s steps(2, end) infinite;
}

.electric-pulse .right-link {
  stroke: #ffffff;
  stroke-width: 4.5;
  opacity: 1;
}

.electric-pulse path:nth-child(2) { animation-delay: -0.35s; }
.electric-pulse path:nth-child(3) { animation-delay: -0.7s; }
.electric-pulse path:nth-child(4) { animation-delay: -0.15s; }
.electric-pulse path:nth-child(5) { animation-delay: -0.5s; }
.electric-pulse path:nth-child(6) { animation-delay: -0.85s; }
.electric-pulse path:nth-child(7) { animation-delay: -0.18s; }
.electric-pulse path:nth-child(8) { animation-delay: -0.38s; }
.electric-pulse path:nth-child(9) { animation-delay: -0.58s; }
.electric-pulse path:nth-child(10) { animation-delay: -0.78s; }
.electric-pulse path:nth-child(11) { animation-delay: -0.98s; }
.electric-pulse path:nth-child(12) { animation-delay: -1.18s; }

@keyframes electricFlow {
  to {
    stroke-dashoffset: -64;
  }
}

@keyframes electricFlicker {
  0%, 100% {
    opacity: 0.58;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.78;
  }
  75% {
    opacity: 1;
  }
}

.channel-list {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 7px;
  width: 150px;
}

.channel-list span {
  min-height: 44px;
  padding: 6px 10px 6px 9px;
  background:
    linear-gradient(180deg, rgba(12, 35, 62, 0.96), rgba(5, 17, 32, 0.96));
  border: 1px solid rgba(43, 168, 255, 0.34);
  border-radius: 9px;
  color: white;
  font-weight: 900;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 16px rgba(18, 164, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.channel-list .brand-channel {
  gap: 9px;
}

.channel-list .brand-channel i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 12px rgba(43, 168, 255, 0.28);
}

.channel-list .brand-channel svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.channel-list .brand-channel b {
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.14);
}

.brand-core {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto auto;
  place-items: center;
  width: 170px;
  min-height: 170px;
  align-content: center;
  gap: 4px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 194, 216, 0.22), transparent 57%),
    linear-gradient(145deg, rgba(4, 15, 28, 0.98), rgba(7, 30, 52, 0.9));
  border: 1px solid rgba(0, 194, 216, 0.58);
  border-radius: 50%;
  color: white;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 32px rgba(0, 194, 216, 0.24),
    0 0 80px rgba(20, 99, 255, 0.2);
  overflow: hidden;
}

.brand-core::before {
  display: none;
}

.brand-core::after {
  display: none;
}

.brand-core img {
  position: relative;
  z-index: 1;
  height: auto;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
  filter:
    saturate(1.12)
    contrast(1.08)
    drop-shadow(0 0 18px rgba(0, 194, 216, 0.28));
}

.brand-core-isotipo {
  width: 91px;
  max-width: none;
}

.brand-core-wordmark {
  width: 113px;
  max-width: 72%;
  margin-top: -6px;
}

.inbox-preview {
  position: relative;
  z-index: 3;
  min-height: 0;
  padding: 6px;
  background:
    radial-gradient(circle at 72% 48%, rgba(0, 194, 216, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(4, 11, 23, 0.98), rgba(2, 7, 16, 0.96));
  border: 1px solid rgba(43, 168, 255, 0.3);
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 28px 80px rgba(0, 0, 0, 0.36);
  overflow: visible;
}

.inbox-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  filter:
    saturate(1.04)
    contrast(1.03)
    drop-shadow(0 22px 46px rgba(0, 0, 0, 0.28));
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.growth-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  background:
    radial-gradient(circle at 18% 50%, color-mix(in srgb, currentColor 13%, transparent), transparent 42%),
    linear-gradient(180deg, rgba(13, 34, 59, 0.82), rgba(7, 18, 33, 0.92));
  border-color: rgba(45, 140, 255, 0.22);
}

.growth-card::before {
  display: none;
}

.growth-card i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: currentColor;
  background: rgba(20, 99, 255, 0.1);
  border: 1px solid color-mix(in srgb, currentColor 52%, transparent);
  border-radius: 50%;
  box-shadow:
    0 0 16px color-mix(in srgb, currentColor 34%, transparent),
    inset 0 0 14px color-mix(in srgb, currentColor 16%, transparent);
}

.growth-card svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px color-mix(in srgb, currentColor 72%, transparent));
}

.growth-card.icon-response { color: #2ba8ff; }
.growth-card.icon-satisfaction { color: #3e7bff; }
.growth-card.icon-tasks { color: #7c67ff; }
.growth-card.icon-sales { color: #815cff; }
.growth-card.icon-control { color: #35de65; }
.growth-card.icon-scale { color: #367cff; }

.growth-card strong {
  display: block;
  color: currentColor;
  font-size: 26px;
  line-height: 1;
  text-shadow: 0 0 14px color-mix(in srgb, currentColor 38%, transparent);
}

.growth-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.premium-closing {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 460px;
  gap: 22px;
  align-items: center;
  height: 168px;
  min-height: 168px;
  padding: 0 var(--page-gutter);
  background:
    radial-gradient(circle at 86% 42%, rgba(43, 168, 255, 0.28), transparent 24%),
    radial-gradient(circle at 8% 60%, rgba(0, 194, 216, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(0, 194, 216, 0.08), transparent 30%, rgba(20, 99, 255, 0.16)),
    #07111f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  isolation: isolate;
  z-index: 2;
}

.premium-closing::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(43, 168, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 168, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  opacity: 0.32;
  pointer-events: none;
}

.premium-closing img {
  position: absolute;
  top: -36px;
  left: calc(var(--page-gutter) + 18px);
  z-index: 2;
  width: 248px;
  margin: 0;
  transform: none;
  filter:
    drop-shadow(0 0 28px rgba(0, 194, 216, 0.28))
    drop-shadow(0 22px 44px rgba(0, 0, 0, 0.38));
}

.closing-copy {
  position: relative;
  z-index: 3;
  grid-column: 2;
  align-self: center;
  text-align: center;
}

.premium-closing .reveal {
  opacity: 1;
  transform: none;
}

.closing-copy p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.premium-closing .hero-actions {
  justify-content: center;
  margin-top: 12px;
}

.whatsapp-action {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.whatsapp-action svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #25d366;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  filter: drop-shadow(0 0 8px rgba(37, 211, 102, 0.36));
}

.closing-chart {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 14px;
  align-self: center;
  height: 124px;
  padding: 38px 28px 14px;
  background:
    radial-gradient(circle at 86% 22%, rgba(87, 235, 255, 0.28), transparent 26%),
    radial-gradient(circle at 42% 78%, rgba(20, 99, 255, 0.22), transparent 38%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.08), rgba(13, 44, 86, 0.26), rgba(7, 17, 31, 0.08));
  border: 0;
  border-radius: 0;
  box-shadow:
    inset 0 -1px 0 rgba(43, 168, 255, 0.12),
    0 0 42px rgba(0, 194, 216, 0.12);
  overflow: hidden;
}

.chart-caption {
  position: absolute;
  top: 12px;
  left: 28px;
  z-index: 4;
  display: grid;
  gap: 1px;
  text-align: left;
}

.chart-caption strong {
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.chart-caption small {
  color: rgba(125, 243, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
}

.closing-chart::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(43, 168, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 168, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, transparent, rgba(43, 168, 255, 0.1));
  background-size: 44px 22px, 44px 22px, 100% 100%;
  content: "";
  opacity: 0.5;
}

.closing-chart::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 58%, rgba(125, 243, 255, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 18%, rgba(125, 243, 255, 0.86) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent, rgba(43, 168, 255, 0.14), transparent);
  content: "";
  opacity: 0.72;
}

.closing-chart span {
  position: relative;
  z-index: 1;
  width: 22px;
  justify-self: center;
  background:
    linear-gradient(180deg, rgba(87, 235, 255, 0.98), rgba(20, 99, 255, 0.94));
  border-radius: 4px 4px 0 0;
  box-shadow:
    0 0 16px rgba(43, 168, 255, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.closing-chart span:nth-of-type(1) { height: 16%; }
.closing-chart span:nth-of-type(2) { height: 26%; }
.closing-chart span:nth-of-type(3) { height: 42%; }
.closing-chart span:nth-of-type(4) { height: 56%; }
.closing-chart span:nth-of-type(5) { height: 70%; }
.closing-chart span:nth-of-type(6) { height: 84%; }
.closing-chart span:nth-of-type(7) { height: 100%; }

.closing-chart svg {
  position: absolute;
  inset: 4px 12px 4px;
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 8px);
  overflow: visible;
}

.closing-grid {
  fill: none;
  stroke: rgba(43, 168, 255, 0.09);
  stroke-width: 1;
}

.closing-line,
.closing-arrow {
  fill: none;
  stroke: #2ba8ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.1;
  filter: url("#closingGlow");
}

.closing-chart circle {
  fill: #ffffff;
  filter: url("#closingGlow");
  stroke: #2ba8ff;
  stroke-width: 2;
}

.premium-footer-grid {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(160px, 0.7fr));
  gap: 44px;
  padding: 48px var(--page-gutter);
  background: #050b14;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.premium-footer-grid img {
  width: 220px;
}

.premium-footer-grid p {
  max-width: 360px;
}

.premium-footer-grid nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.premium-footer-grid strong {
  color: var(--cyan);
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(7, 17, 31, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 36px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 194, 216, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 194, 216, 0.2);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.social-tiktok {
  background:
    radial-gradient(circle at 28% 28%, rgba(37, 244, 238, 0.42), transparent 34%),
    radial-gradient(circle at 75% 72%, rgba(254, 44, 85, 0.38), transparent 34%),
    rgba(7, 17, 31, 0.9);
}

.social-facebook {
  background:
    linear-gradient(145deg, #1877f2, #0d4fb8);
}

.social-instagram {
  background:
    radial-gradient(circle at 30% 105%, #feda75 0 18%, transparent 36%),
    linear-gradient(135deg, #833ab4 0%, #fd1d1d 52%, #fcb045 100%);
}

/* Premium service page: web, dominio y correos */
.hosting-page {
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 99, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(0, 194, 216, 0.12), transparent 30%),
    #050b14;
  color: white;
}

.hosting-page .detail-hero {
  min-height: 660px;
  background:
    radial-gradient(circle at 84% 26%, rgba(0, 194, 216, 0.16), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(20, 99, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #050b14 0%, #07111f 52%, #06101e 100%);
}

.hosting-page .detail-hero::before {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 80px;
  width: min(440px, 36vw);
  height: min(440px, 36vw);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(0, 194, 216, 0.24), transparent 62%),
    radial-gradient(circle, rgba(20, 99, 255, 0.18), transparent 72%);
  filter: blur(4px);
  content: "";
}

.hosting-page .detail-hero-inner {
  display: grid;
  grid-template-columns: minmax(430px, 0.78fr) minmax(560px, 1.05fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  width: var(--page-width);
  max-width: none;
  min-height: 630px;
  padding-top: 106px;
  padding-bottom: 14px;
}

.hosting-page .detail-hero h1 {
  max-width: 790px;
}

.hosting-page .detail-hero p {
  max-width: 680px;
}

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

.hosting-hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  min-height: 360px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 194, 216, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.78);
  box-shadow: 0 32px 110px rgba(0, 194, 216, 0.14);
}

.hosting-hero-visual::before {
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(0, 194, 216, 0.12) 22% 23%, transparent 23% 100%),
    linear-gradient(0deg, transparent 0 28%, rgba(20, 99, 255, 0.12) 28% 29%, transparent 29% 100%);
  background-size: 84px 84px;
  content: "";
  opacity: 0.58;
}

.hosting-visual-head,
.hosting-visual-core,
.hosting-visual-grid,
.hosting-visual-status {
  position: relative;
  z-index: 1;
}

.hosting-visual-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.hosting-visual-head strong {
  color: var(--lime);
}

.hosting-visual-core {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 130px;
  margin: 6px 0;
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle, rgba(0, 194, 216, 0.2), transparent 58%),
    rgba(255, 255, 255, 0.045);
}

.hosting-visual-core img {
  width: 94px;
  height: auto;
  filter: drop-shadow(0 0 24px rgba(0, 194, 216, 0.34));
}

.hosting-visual-core span {
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hosting-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hosting-visual-grid span {
  display: grid;
  gap: 4px;
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(0, 194, 216, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.hosting-visual-grid b {
  color: white;
}

.hosting-visual-grid small {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.hosting-visual-status {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(182, 255, 46, 0.2);
  border-radius: 999px;
  background: rgba(182, 255, 46, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.hosting-visual-status i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(182, 255, 46, 0.8);
}

.hosting-page .subscription-section,
.hosting-page .detail-section,
.hosting-page .packages,
.hosting-page .hosting-info,
.hosting-page .niches-section,
.hosting-page .onepay-section,
.hosting-page .decision-section,
.hosting-page .agent-section,
.hosting-page .domain-section,
.hosting-page .process-section,
.hosting-page .contact {
  color: white;
}

.hosting-page .section-heading {
  max-width: 860px;
}

.hosting-page .section-heading h2,
.hosting-page .contact-copy h2 {
  color: white;
}

.hosting-page .section-intro,
.hosting-page .section-heading p,
.hosting-page .contact-copy p {
  color: rgba(255, 255, 255, 0.7);
}

.hosting-page .subscription-panel,
.hosting-page .agent-panel,
.hosting-page .plan-detail,
.hosting-page .addons,
.hosting-page .domain-panel,
.hosting-page .contact-form,
.hosting-page .info-panel,
.hosting-page .detail-card,
.hosting-page .niche-card,
.hosting-page .onepay-card,
.hosting-page .decision-card,
.hosting-page .agent-card,
.hosting-page .agent-plan,
.hosting-page .subscription-plan,
.hosting-page .subscription-terms article,
.hosting-page .process-line,
.hosting-page .payment-choice-note {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.72);
  border: 1px solid rgba(0, 194, 216, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.hosting-page .subscription-panel,
.hosting-page .agent-panel {
  border-color: rgba(0, 194, 216, 0.26);
  box-shadow: 0 28px 100px rgba(0, 194, 216, 0.12);
}

.hosting-page .subscription-offer,
.hosting-page .agent-highlight {
  background: rgba(0, 194, 216, 0.08);
  border-color: rgba(0, 194, 216, 0.22);
}

.hosting-page .detail-card,
.hosting-page .niche-card,
.hosting-page .info-panel,
.hosting-page .onepay-card,
.hosting-page .decision-card,
.hosting-page .agent-card,
.hosting-page .agent-plan,
.hosting-page .subscription-plan {
  position: relative;
  overflow: hidden;
}

.hosting-page .detail-card::after,
.hosting-page .niche-card::after,
.hosting-page .info-panel::after,
.hosting-page .onepay-card::after,
.hosting-page .decision-card::after,
.hosting-page .agent-card::after,
.hosting-page .agent-plan::after,
.hosting-page .subscription-plan::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(0, 194, 216, 0.13), transparent 36%);
  content: "";
  pointer-events: none;
}

.hosting-page .detail-card h3,
.hosting-page .niche-card h3,
.hosting-page .info-panel h2,
.hosting-page .onepay-card h3,
.hosting-page .decision-card h3,
.hosting-page .agent-card h3,
.hosting-page .agent-plan h3,
.hosting-page .subscription-plan h3 {
  position: relative;
  z-index: 1;
  color: white;
}

.hosting-page .detail-card p,
.hosting-page .niche-card p,
.hosting-page .info-panel p,
.hosting-page .onepay-card p,
.hosting-page .decision-card p,
.hosting-page .agent-card p,
.hosting-page .agent-plan p,
.hosting-page .subscription-plan p,
.hosting-page .subscription-plan li,
.hosting-page .onepay-card li,
.hosting-page .package-card li,
.hosting-page .subscription-terms p,
.hosting-page .payment-choice-note span,
.hosting-page .payment-choice-note strong {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
}

.hosting-page .detail-card::before {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  background: rgba(0, 194, 216, 0.12);
  border: 1px solid rgba(0, 194, 216, 0.34);
  border-radius: 14px;
  box-shadow: 0 0 32px rgba(0, 194, 216, 0.18);
  color: var(--cyan);
  font-size: 25px;
  font-weight: 900;
}

.hosting-page .detail-grid .detail-card:nth-child(1)::before { content: "www"; font-size: 15px; letter-spacing: 0.02em; }
.hosting-page .detail-grid .detail-card:nth-child(2)::before { content: "⎔"; }
.hosting-page .detail-grid .detail-card:nth-child(3)::before { content: "@"; }
.hosting-page .detail-grid .detail-card:nth-child(4)::before { content: "SSL"; font-size: 15px; }
.hosting-page .detail-grid .detail-card:nth-child(5)::before { content: "↺"; }
.hosting-page .detail-grid .detail-card:nth-child(6)::before { content: "⚙"; }

.hosting-page .subscription-plan.featured,
.hosting-page .onepay-card.featured,
.hosting-page .decision-card.featured,
.hosting-page .agent-plan.featured {
  background:
    radial-gradient(circle at 12% 10%, rgba(182, 255, 46, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(20, 99, 255, 0.18), rgba(0, 194, 216, 0.08)),
    rgba(7, 17, 31, 0.88);
  border-color: rgba(182, 255, 46, 0.28);
  box-shadow: 0 30px 100px rgba(0, 194, 216, 0.16);
}

.hosting-page .plan-option,
.hosting-page .plan-contact,
.hosting-page .contact-details a,
.hosting-page .contact-details span,
.hosting-page .info-list li,
.hosting-page .addons-grid span {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 194, 216, 0.18);
  color: rgba(255, 255, 255, 0.78);
}

.hosting-page .process-line::before {
  background: linear-gradient(90deg, rgba(20, 99, 255, 0.08), rgba(0, 194, 216, 0.86), rgba(182, 255, 46, 0.4));
  box-shadow: 0 0 30px rgba(0, 194, 216, 0.3);
}

.hosting-page .process-line article {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.82);
  border-color: rgba(0, 194, 216, 0.2);
  color: white;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

.hosting-page .process-line article img {
  position: relative;
  z-index: 1;
  animation: processAvatarFloat 4.8s ease-in-out infinite;
  will-change: transform;
}

.hosting-page .process-line article:nth-child(2) img {
  animation-delay: -0.8s;
}

.hosting-page .process-line article:nth-child(3) img {
  animation-delay: -1.6s;
}

.hosting-page .process-line article:nth-child(4) img {
  animation-delay: -2.4s;
}

.hosting-page .process-line article:nth-child(5) img {
  animation-delay: -3.2s;
}

@keyframes processAvatarFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

.hosting-page .process-line i {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.hosting-page .process-line strong {
  color: white;
}

.hosting-page .process-line span {
  color: rgba(255, 255, 255, 0.66);
}

.hosting-page .plan-option strong,
.hosting-page .plan-option span,
.hosting-page .addons-grid strong,
.hosting-page .info-list strong,
.hosting-page .contact-details a,
.hosting-page .contact-details span {
  color: white;
}

.hosting-page .domain-panel {
  align-items: center;
}

.hosting-page .domain-check label,
.hosting-page .contact-form label {
  color: rgba(255, 255, 255, 0.78);
}

.hosting-page .contact {
  position: relative;
  align-items: stretch;
  margin-top: 18px;
  padding: 56px clamp(22px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 26%, rgba(20, 99, 255, 0.22), transparent 34%),
    radial-gradient(circle at 88% 70%, rgba(0, 194, 216, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(7, 17, 31, 0.78);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.22);
}

.hosting-page .contact::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 78%);
  pointer-events: none;
}

.hosting-page .contact-copy,
.hosting-page .contact-form {
  position: relative;
  z-index: 1;
}

.hosting-page .contact-copy h2 {
  max-width: 680px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
}

.hosting-page .contact-copy p {
  max-width: 680px;
  font-size: 18px;
}

.hosting-page .contact-benefits span {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 194, 216, 0.18);
  color: rgba(255, 255, 255, 0.82);
}

.hosting-page .contact-benefits span::before {
  width: 9px;
  height: 9px;
  margin-bottom: 10px;
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(182, 255, 46, 0.42);
  content: "";
}

.hosting-page .contact-actions .button {
  width: auto;
}

.hosting-page .contact-form {
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.82);
}

.hosting-page .form-kicker {
  color: var(--cyan);
}

.hosting-page .domain-check input,
.hosting-page .contact-form input,
.hosting-page .contact-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 194, 216, 0.2);
  color: white;
}

.hosting-page .domain-check input::placeholder,
.hosting-page .contact-form input::placeholder,
.hosting-page .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.hosting-page .site-footer {
  background: #050b14;
}

.hosting-page .premium-bridge {
  color: var(--cyan);
}

.hosting-plans-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
  padding: 22px 26px;
  overflow: hidden;
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 36%, rgba(0, 194, 216, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.06);
}

.hosting-plans-intro strong {
  display: block;
  color: white;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.06;
}

.hosting-plans-intro span {
  display: block;
  max-width: 640px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.hosting-plans-intro img {
  width: 150px;
  justify-self: end;
  margin: -18px 0 -26px;
  filter: drop-shadow(0 18px 38px rgba(0, 194, 216, 0.22));
}

.hosting-page .plan-choice {
  isolation: isolate;
}

.hosting-page .plan-option {
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.026)),
    rgba(7, 17, 31, 0.86);
  border-color: rgba(0, 194, 216, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 60px rgba(0, 0, 0, 0.18);
}

.hosting-page .plan-option:hover,
.hosting-page .plan-option.is-active,
.hosting-page .plan-recommended .plan-option {
  border-color: rgba(182, 255, 46, 0.34);
  box-shadow:
    inset 0 4px 0 var(--lime),
    0 26px 80px rgba(0, 194, 216, 0.16);
}

.hosting-page .plan-recommended .plan-option {
  transform: translateY(-6px);
}

.hosting-page .plan-option strong {
  color: white;
}

.hosting-page .plan-option strong small,
.hosting-page .plan-option > small {
  color: rgba(255, 255, 255, 0.62);
}

.hosting-page .plan-option em b {
  background: rgba(0, 194, 216, 0.1);
  border-color: rgba(0, 194, 216, 0.22);
  color: rgba(255, 255, 255, 0.82);
}

.hosting-page .plan-recommended .plan-option em b {
  background: rgba(182, 255, 46, 0.1);
  border-color: rgba(182, 255, 46, 0.24);
}

.hosting-page .plan-contact {
  background: linear-gradient(135deg, #25d366, #18b85a);
  color: white;
  border: 1px solid rgba(86, 255, 151, 0.28);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.14);
}

.hosting-page .plan-contact::before {
  content: "WA";
  font-size: 10px;
  letter-spacing: 0.02em;
}

.agent-teaser-section {
  width: var(--page-width);
  margin: 0 auto;
  padding: 56px 0 0;
}

.agent-teaser {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 20%, rgba(20, 99, 255, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.78);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.2);
}

.agent-teaser img {
  width: min(210px, 100%);
  margin: -22px 0 -30px;
  filter: drop-shadow(0 24px 44px rgba(0, 194, 216, 0.22));
}

.agent-teaser h2 {
  margin: 12px 0 0;
  max-width: 780px;
  color: white;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.06;
}

.agent-teaser p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.68);
}

.agent-teaser a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  font-size: 14px;
  font-weight: 900;
}

.agent-hero-card {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(0, 194, 216, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 24%, rgba(0, 194, 216, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.06);
  text-align: center;
}

.agent-hero-card img {
  width: min(310px, 100%);
  margin-top: -18px;
  filter: drop-shadow(0 28px 54px rgba(0, 194, 216, 0.24));
}

.agent-hero-card strong {
  display: block;
  color: white;
  font-size: 24px;
}

.agent-hero-card span {
  display: block;
  max-width: 360px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1100px) {
  .premium-header {
    grid-template-columns: 1fr auto;
  }

  .premium-nav {
    display: none;
  }

  .premium-hero-inner,
  .about-hero-inner,
  .mv-grid,
  .value-grid,
  .familiar-grid,
  .channels-premium,
  .premium-closing,
  .premium-footer-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-visual {
    min-height: 360px;
  }

  .about-orbit-card {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-product {
    min-height: 560px;
    margin-left: 0;
    padding-right: 0;
  }

  .hero-product::before {
    right: 124px;
    bottom: 18px;
  }

  .hero-product::after {
    right: 112px;
    bottom: 8px;
  }

  .dashboard-shell {
    width: 100%;
  }

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

  .solution-tile {
    grid-template-columns: 64px 1fr;
    min-height: 176px;
  }

  .solution-tile span {
    width: 64px;
    height: 64px;
  }

  .solution-tile svg {
    width: 50px;
    height: 50px;
  }

  .solution-tile h3 {
    font-size: 19px;
  }

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

  .hosting-page .detail-hero-inner {
    grid-template-columns: 1fr;
  }

  .hosting-hero-visual {
    min-height: 320px;
  }

  .hosting-plans-intro,
  .agent-teaser,
  .addons {
    grid-template-columns: 1fr;
  }

  .hosting-plans-intro img,
  .agent-teaser img {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .premium-header {
    height: 70px;
  }

  .premium-brand img {
    width: 174px;
  }

  .premium-brand span,
  .ghost-action {
    display: none;
  }

  .premium-hero-inner {
    width: var(--page-width);
    padding: 106px 0 44px;
  }

  .premium-hero h1 {
    font-size: 44px;
  }

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

  .about-hero-inner {
    padding-top: 112px;
    gap: 28px;
  }

  .about-hero-visual {
    min-height: 300px;
  }

  .about-hero-visual img {
    width: min(260px, 86%);
  }

  .about-orbit-card {
    bottom: 6px;
    width: min(300px, 92%);
  }

  .mission-page,
  .values-section,
  .about-page .contact {
    padding-top: 62px;
    margin-top: 0;
  }

  .hosting-hero-visual {
    min-height: auto;
    padding: 20px;
  }

  .hosting-visual-grid {
    grid-template-columns: 1fr;
  }

  .hosting-plans-intro {
    padding: 22px;
  }

  .hosting-plans-intro img {
    width: 128px;
  }

  .addons {
    min-height: auto;
    padding: 28px;
  }

  .addons-avatar {
    position: relative;
    right: auto;
    bottom: auto;
    min-height: 220px;
    width: 100%;
  }

  .addons-avatar img {
    width: min(220px, 78vw);
  }

  .agent-teaser {
    padding: 22px;
  }

  .agent-teaser img {
    width: 170px;
  }

  .hero-product {
    min-height: 650px;
    margin-left: 0;
  }

  .hero-product::before {
    right: 124px;
    bottom: 10px;
  }

  .hero-product::after {
    right: 112px;
    bottom: 0;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-shell aside {
    display: none;
  }

  .metric-row,
  .connected-row,
  .solutions-row,
  .growth-grid,
  .problem-icons,
  .channels-visual {
    grid-template-columns: 1fr;
  }

  .solution-tile {
    min-height: auto;
    padding: 24px;
  }

  .integri-bubble {
    top: auto;
    right: 12px;
    bottom: 236px;
  }

  .hero-integri {
    right: 40px;
    bottom: 0;
    width: 220px;
  }

  .familiar-grid,
  .solutions-row,
  .channels-premium,
  .growth-grid {
    width: var(--page-width);
  }

  .premium-closing img {
    width: 190px;
  }
}




/* =========================================================
   INTEGRA B2G - Responsive Premium Patch
   Mejora visual en móvil, tablet y pantallas grandes.
========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .premium-header {
    grid-template-columns: 1fr;
    gap: 14px;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .premium-brand {
    justify-content: center;
  }

  .premium-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .premium-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 980px) {
  :root {
    --page-gutter: clamp(16px, 5vw, 30px);
  }

  .detail-hero-inner,
  .premium-hero-inner,
  .channel-section,
  .contact,
  .final-cta-inner,
  .saas-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .hosting-hero-visual,
  .hero-product,
  .channels-visual,
  .saas-stage {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }

  .subscription-plans,
  .onepay-grid,
  .decision-grid,
  .detail-grid,
  .niche-grid,
  .growth-grid,
  .solutions-row,
  .premium-service-grid,
  .service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }

  .process-line::before {
    display: none !important;
  }

  .process-line article {
    min-height: auto;
  }

  .process-line article img {
    width: 98px !important;
  }

  .hosting-visual-grid,
  .metric-row,
  .connected-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .channels-premium,
  .channels-visual {
    overflow: hidden;
  }

  .wa-hero-copy,
  .wa-actions,
  .suite-hero-visual,
  .suite-channel-stack,
  .suite-inbox,
  .suite-center-node,
  .suite-workflow-mini,
  .voice-dashboard {
    min-width: 0;
    max-width: 100%;
  }

  .suite-hero-visual {
    grid-template-columns: 1fr !important;
  }

  .channels-visual {
    grid-template-columns: 1fr !important;
    gap: 18px;
    min-height: auto;
  }

  .electric-links {
    display: none;
  }

  .inbox-preview {
    width: 100%;
    max-width: 520px;
    justify-self: center;
    overflow: hidden;
  }

  .wa-section,
  .detail-section,
  .packages,
  .process-section,
  .hosting-info,
  .domain-section,
  .subscription-section,
  .niches-section,
  .decision-section,
  .agent-section,
  .onepay-section,
  .regional-section {
    padding-top: 64px !important;
  }

  .hosting-page .subscription-panel,
  .hosting-page .agent-panel {
    padding: 30px !important;
  }

  .premium-footer-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) !important;
    gap: 28px;
    padding-top: 40px;
    padding-bottom: 34px;
  }
}

@media (max-width: 720px) {
  :root {
    --page-gutter: 18px;
  }

  body {
    font-size: 15px;
  }

  .premium-header {
    position: sticky;
    top: 0;
  }

  .premium-brand img {
    max-height: 42px;
    width: auto;
  }

  .premium-brand span {
    font-size: 12px;
  }

  .premium-nav {
    gap: 10px;
    font-size: 13px;
  }

  .premium-actions a,
  .ghost-action,
  .demo-action,
  .button {
    width: 100%;
    min-height: 46px;
  }

  .hero-actions,
  .wa-actions,
  .contact-actions {
    width: 100%;
  }

  .detail-hero,
  .premium-hero,
  .saas-hero {
    min-height: auto;
  }

  .detail-hero-inner,
  .premium-hero-inner,
  .saas-hero-inner {
    min-height: auto !important;
    padding-top: 74px !important;
    padding-bottom: 48px !important;
  }

  h1,
  .hosting-hero-copy h1,
  .premium-hero-copy h1,
  .wa-hero-copy h1,
  .saas-hero h1 {
    font-size: clamp(36px, 10vw, 46px) !important;
    line-height: 1.03 !important;
  }

  .section-heading h2,
  .contact-copy h2,
  .wa-section-heading h2,
  .wa-integri h2,
  .wa-final-cta h2 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.08 !important;
  }

  .hosting-hero-copy p,
  .premium-hero-copy p,
  .section-intro,
  .contact-copy p,
  .wa-hero-copy p {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
  }

  .subscription-plans,
  .onepay-grid,
  .decision-grid,
  .detail-grid,
  .niche-grid,
  .growth-grid,
  .solutions-row,
  .premium-service-grid,
  .service-strip,
  .hosting-visual-grid,
  .metric-row,
  .connected-row,
  .info-columns,
  .plan-picker,
  .wa-solution-grid,
  .wa-problem-grid,
  .wa-benefit-grid,
  .suite-tech-grid {
    grid-template-columns: 1fr !important;
  }

  .subscription-plan,
  .onepay-card,
  .decision-card,
  .detail-card,
  .niche-card,
  .growth-card,
  .solution-tile,
  .info-panel,
  .plan-choice {
    width: 100%;
  }

  .hosting-hero-visual {
    padding: 18px;
    border-radius: 24px;
  }

  .hosting-visual-core {
    min-height: 150px;
  }

  .hosting-visual-core img {
    max-width: 94px;
  }

  .hosting-plans-intro {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .hosting-plans-intro img,
  .addons-avatar img,
  .agent-teaser img {
    width: min(180px, 70vw) !important;
    margin-inline: auto;
  }

  .process-section {
    padding-top: 62px;
  }

  .process-line {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .process-line article {
    padding: 24px 20px;
    text-align: center;
  }

  .process-line article img {
    width: 112px !important;
    margin-bottom: 12px !important;
  }

  .process-line article i {
    margin-inline: auto;
  }

  .agent-teaser,
  .domain-panel,
  .subscription-panel,
  .payment-choice-note,
  .plan-detail,
  .wa-integri,
  .wa-final-cta {
    grid-template-columns: 1fr !important;
    padding: 24px !important;
  }

  .contact-form {
    padding: 22px !important;
  }

  .premium-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding-top: 34px;
    padding-bottom: 30px;
    text-align: left;
  }

  .premium-footer-grid img {
    width: 184px;
  }

  .premium-footer-grid p {
    max-width: 100%;
    margin: 12px 0 0;
  }

  .footer-social {
    margin-top: 14px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .wa-section,
  .detail-section,
  .packages,
  .process-section,
  .hosting-info,
  .domain-section,
  .subscription-section,
  .niches-section,
  .decision-section,
  .agent-section,
  .onepay-section,
  .values-section,
  .mission-page,
  .regional-section {
    padding-top: 46px !important;
  }

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

  .wa-product-panel,
  .suite-panel,
  .voice-dashboard,
  .agent-section {
    min-height: auto !important;
  }

  .omni-page .suite-hero-visual,
  .omni-product-panel {
    overflow: hidden;
  }

  .omni-visual-integri {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(150px, 54vw);
    max-height: 190px;
    justify-self: center;
    grid-row: auto;
  }

  .omni-product-panel,
  .omni-status-grid {
    grid-template-columns: 1fr !important;
  }

  .omni-product-panel .wa-product-chat {
    width: 100%;
    min-width: 0;
  }

  .whatsapp-widget {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 420px) {
  :root {
    --page-gutter: 14px;
  }

  .premium-nav {
    display: none;
  }

  .premium-actions {
    width: 100%;
  }

  .premium-brand {
    justify-content: flex-start;
  }

  .premium-brand img {
    max-width: 180px;
  }

  .hero-actions .button,
  .wa-actions .button,
  .contact-actions .button {
    padding-inline: 16px;
  }

  .subscription-plan,
  .onepay-card,
  .decision-card,
  .detail-card,
  .niche-card,
  .info-panel,
  .plan-option {
    padding: 20px !important;
  }

  .process-line article img {
    width: 104px !important;
  }
}

@media (min-width: 1500px) {
  :root {
    --max: 1420px;
  }

  .detail-hero-inner,
  .premium-hero-inner,
  .saas-hero-inner {
    max-width: var(--max);
  }
}

/* Premium motion layer for the home experience. */
.premium-hero::before {
  position: absolute;
  inset: -20% -12% 0;
  content: "";
  background:
    radial-gradient(circle at 18% 32%, rgba(20, 99, 255, 0.18), transparent 23%),
    radial-gradient(circle at 78% 28%, rgba(0, 194, 216, 0.16), transparent 21%),
    linear-gradient(115deg, transparent 0 34%, rgba(43, 168, 255, 0.12) 46%, transparent 58% 100%);
  opacity: 0.76;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  animation: heroAuroraDrift 14s ease-in-out infinite alternate;
}

.premium-hero::after {
  animation: heroGridDrift 18s linear infinite;
}

.premium-hero .network-canvas {
  opacity: 0.82;
  filter: drop-shadow(0 0 10px rgba(0, 194, 216, 0.18));
}

.premium-hero .button,
.premium-closing .button {
  position: relative;
  overflow: hidden;
}

.premium-hero .button::after,
.premium-closing .button::after {
  position: absolute;
  inset: -120% auto -120% -40%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: rotate(18deg) translateX(-120%);
  transition: transform 560ms ease;
}

.premium-hero .button:hover::after,
.premium-closing .button:hover::after {
  transform: rotate(18deg) translateX(520%);
}

.hero-product {
  perspective: 1100px;
}

.dashboard-shell {
  position: relative;
  overflow: hidden;
  transform-origin: center;
  animation: dashboardPremiumFloat 6.8s ease-in-out infinite;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.dashboard-shell::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(105deg, transparent 0 38%, rgba(43, 168, 255, 0.12) 48%, transparent 60% 100%),
    radial-gradient(circle at 82% 18%, rgba(0, 194, 216, 0.14), transparent 28%);
  opacity: 0.72;
  pointer-events: none;
  transform: translateX(-35%);
  animation: dashboardScan 5.6s ease-in-out infinite;
}

.dashboard-shell > * {
  position: relative;
  z-index: 2;
}

.dashboard-shell:hover {
  border-color: rgba(0, 194, 216, 0.46);
  box-shadow:
    0 50px 130px rgba(0, 0, 0, 0.42),
    0 0 38px rgba(0, 194, 216, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-5px) rotateX(1.5deg) rotateY(-1.5deg);
}

.metric-row article {
  position: relative;
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.metric-row article::after {
  position: absolute;
  inset: auto 10px 8px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 194, 216, 0.9), transparent);
  opacity: 0;
  transform: translateX(-70%);
  animation: metricSpark 3.8s ease-in-out infinite;
}

.metric-row article:nth-child(2)::after { animation-delay: 0.42s; }
.metric-row article:nth-child(3)::after { animation-delay: 0.84s; }
.metric-row article:nth-child(4)::after { animation-delay: 1.26s; }

.metric-row article:hover {
  background: rgba(11, 33, 60, 0.88);
  border-color: rgba(0, 194, 216, 0.38);
  box-shadow: 0 14px 34px rgba(0, 194, 216, 0.08);
  transform: translateY(-3px);
}

.metric-row article:hover::after {
  opacity: 1;
}

.chart-line {
  stroke-dasharray: 660;
  stroke-dashoffset: 660;
  animation: chartLineDraw 3.2s ease-out 0.45s forwards, chartGlowPulse 4.8s ease-in-out infinite;
}

.chart-card circle {
  animation: neonPulse 2.4s ease-in-out infinite;
}

.brand-channel {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.brand-channel:hover {
  border-color: rgba(0, 194, 216, 0.45);
  box-shadow: 0 0 26px rgba(0, 194, 216, 0.13);
  filter: saturate(1.12);
  transform: translateY(-3px);
}

.hero-integri {
  animation: floatIntegriPremium 5.4s ease-in-out infinite;
}

.integri-bubble {
  animation: bubblePremiumFloat 4.8s ease-in-out infinite;
}

.problem-icons article,
.solution-tile,
.growth-card {
  transition:
    transform 230ms ease,
    border-color 230ms ease,
    box-shadow 230ms ease,
    background 230ms ease,
    filter 230ms ease;
}

.problem-icons article:hover,
.solution-tile:hover,
.growth-card:hover {
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 194, 216, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(15, 40, 72, 0.9), rgba(7, 18, 33, 0.93));
  border-color: rgba(0, 194, 216, 0.5);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(0, 194, 216, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  filter: saturate(1.06);
  transform: translateY(-5px);
}

.solution-tile p {
  max-width: 230px;
  line-height: 1.42;
}

.premium-hero-copy p,
.channels-copy p,
.familiar-answer p {
  line-height: 1.48;
}

.trust-strip i {
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.trust-strip i:hover {
  border-color: rgba(0, 194, 216, 0.34);
  box-shadow: 0 0 18px rgba(0, 194, 216, 0.1);
  transform: translateY(-2px);
}

@keyframes heroAuroraDrift {
  0% {
    transform: translate3d(-2%, 0, 0) scale(1);
    opacity: 0.56;
  }
  100% {
    transform: translate3d(3%, -2%, 0) scale(1.04);
    opacity: 0.82;
  }
}

@keyframes heroGridDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 58px 58px, 58px 58px; }
}

@keyframes dashboardPremiumFloat {
  0%, 100% { transform: translateY(0) rotateX(0) rotateY(0); }
  50% { transform: translateY(-8px) rotateX(1deg) rotateY(-1deg); }
}

@keyframes dashboardScan {
  0%, 100% {
    opacity: 0.28;
    transform: translateX(-42%);
  }
  45%, 55% {
    opacity: 0.82;
    transform: translateX(28%);
  }
}

@keyframes metricSpark {
  0%, 28% {
    opacity: 0;
    transform: translateX(-80%);
  }
  46% {
    opacity: 0.92;
  }
  72%, 100% {
    opacity: 0;
    transform: translateX(80%);
  }
}

@keyframes chartLineDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes chartGlowPulse {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(0, 194, 216, 0.62)); }
  50% { filter: drop-shadow(0 0 18px rgba(0, 194, 216, 0.92)); }
}

@keyframes neonPulse {
  0%, 100% {
    filter: drop-shadow(0 0 4px rgba(182, 255, 46, 0.5));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 13px rgba(182, 255, 46, 0.96));
    transform: scale(1.22);
  }
}

@keyframes floatIntegriPremium {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  35% { transform: translateY(-12px) rotate(1deg); }
  68% { transform: translateY(-5px) rotate(-0.6deg); }
}

@keyframes bubblePremiumFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 980px) {
  .dashboard-shell,
  .dashboard-shell:hover {
    animation: none;
    transform: none;
  }

  .dashboard-shell::before {
    animation-duration: 8s;
  }

  .hero-product {
    perspective: none;
  }

  .premium-hero::before {
    opacity: 0.46;
  }
}

@media (max-width: 720px) {
  .premium-hero .button::after,
  .premium-closing .button::after {
    content: none;
  }

  .premium-hero-inner {
    padding-bottom: 34px !important;
  }

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

  .premium-hero .dashboard-shell {
    grid-template-columns: 1fr !important;
    width: 100%;
    min-height: auto;
    padding: 12px;
  }

  .premium-hero .dashboard-shell aside {
    display: none;
  }

  .premium-hero .dashboard-main {
    padding: 12px;
  }

  .premium-hero .metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .premium-hero .connected-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .premium-hero .chart-card {
    height: 118px;
  }

  .premium-hero .chart-card svg {
    height: 88px;
  }

  .premium-hero .integri-bubble {
    right: 8px;
    bottom: 258px;
    width: min(232px, 72vw);
    z-index: 90;
  }

  .premium-hero .integri-bubble::after {
    right: 42px;
  }

  .premium-hero .hero-integri {
    right: 18px;
    bottom: 0;
    width: 166px;
    z-index: 82;
  }

  .premium-closing {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 10px;
    height: 238px;
    min-height: 238px;
    padding: 18px var(--page-gutter);
    align-items: center;
  }

  .premium-closing img {
    top: auto;
    bottom: -8px;
    left: 8px;
    width: 132px;
    z-index: 2;
  }

  .closing-copy {
    grid-column: 2;
    text-align: left;
  }

  .premium-closing h2 {
    max-width: 210px;
    font-size: 24px !important;
    line-height: 1.05;
  }

  .closing-copy p {
    max-width: 210px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .premium-closing .hero-actions {
    align-items: stretch;
    margin-top: 10px;
  }

  .premium-closing .button {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .closing-chart {
    display: none;
  }

  .metric-row article:hover,
  .problem-icons article:hover,
  .solution-tile:hover,
  .growth-card:hover,
  .brand-channel:hover {
    transform: none;
  }
}

/* =========================================================
   Enterprise Premium Upgrade
   Refines all pages without changing the current brand system.
========================================================= */

:root {
  --premium-glow: 0 0 32px rgba(0, 194, 216, 0.14), 0 24px 70px rgba(0, 0, 0, 0.28);
  --premium-card: linear-gradient(180deg, rgba(12, 30, 53, 0.84), rgba(5, 14, 27, 0.92));
  --premium-line: rgba(0, 194, 216, 0.24);
}

.premium-header {
  backdrop-filter: blur(20px) saturate(1.2);
}

.demo-action,
.button.primary {
  box-shadow:
    0 18px 46px rgba(20, 99, 255, 0.26),
    0 0 22px rgba(0, 194, 216, 0.14);
}

.ghost-action,
.button.secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(8, 20, 37, 0.78);
}

.button,
.demo-action,
.ghost-action,
.whatsapp-widget {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
}

.button:hover,
.demo-action:hover,
.ghost-action:hover,
.whatsapp-widget:hover {
  filter: saturate(1.08);
  transform: translateY(-2px);
}

.wa-hero,
.detail-hero,
.about-hero {
  isolation: isolate;
}

.wa-hero::before,
.detail-hero::before,
.about-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 80% 18%, rgba(0, 194, 216, 0.12), transparent 24%),
    radial-gradient(circle at 16% 78%, rgba(20, 99, 255, 0.14), transparent 30%),
    linear-gradient(110deg, transparent 0 38%, rgba(43, 168, 255, 0.08) 50%, transparent 62% 100%);
  opacity: 0.82;
  pointer-events: none;
  animation: serviceAurora 16s ease-in-out infinite alternate;
}

.wa-hero-inner,
.detail-hero-inner,
.about-hero-inner {
  position: relative;
  z-index: 2;
}

.wa-hero-copy h1,
.detail-hero h1,
.about-hero h1 {
  max-width: 760px;
  text-wrap: balance;
}

.wa-hero-copy p,
.detail-hero p,
.about-hero-copy p,
.wa-section-heading p,
.wa-support-copy,
.contact-copy p {
  max-width: 680px;
  text-wrap: pretty;
}

.wa-dashboard-card,
.wa-product-panel,
.suite-hero-visual,
.suite-automation-board,
.suite-inbox,
.suite-center-node,
.voice-dashboard,
.hosting-hero-visual,
.subscription-panel,
.agent-panel,
.about-hero-visual,
.mv-card,
.value-card,
.contact-form,
.contact-details a,
.contact-details span {
  position: relative;
  overflow: hidden;
  box-shadow: var(--premium-glow);
}

.wa-dashboard-card::before,
.wa-product-panel::before,
.suite-hero-visual::before,
.voice-dashboard::before,
.hosting-hero-visual::before,
.subscription-panel::before,
.about-hero-visual::before,
.mv-card::before,
.value-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(110deg, transparent 0 36%, rgba(125, 243, 255, 0.1) 48%, transparent 60% 100%),
    radial-gradient(circle at var(--mx, 72%) var(--my, 24%), rgba(0, 194, 216, 0.12), transparent 28%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.wa-dashboard-card:hover::before,
.wa-product-panel:hover::before,
.suite-hero-visual:hover::before,
.voice-dashboard:hover::before,
.hosting-hero-visual:hover::before,
.subscription-panel:hover::before,
.about-hero-visual:hover::before,
.mv-card:hover::before,
.value-card:hover::before {
  opacity: 1;
}

.wa-dashboard-card,
.wa-product-panel,
.suite-hero-visual,
.voice-dashboard,
.hosting-hero-visual,
.about-hero-visual {
  animation: premiumPanelFloat 7.5s ease-in-out infinite;
}

.wa-dashboard-card:hover,
.wa-product-panel:hover,
.suite-hero-visual:hover,
.voice-dashboard:hover,
.hosting-hero-visual:hover,
.about-hero-visual:hover {
  border-color: rgba(0, 194, 216, 0.42);
}

.wa-chat-panel,
.wa-product-chat,
.suite-automation-board p,
.suite-inbox p,
.voice-queue-panel p,
.hosting-visual-grid span,
.hosting-visual-status,
.contact-benefits span {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.wa-chat-panel:hover,
.wa-product-chat:hover,
.suite-automation-board p:hover,
.suite-inbox p:hover,
.voice-queue-panel p:hover,
.hosting-visual-grid span:hover,
.hosting-visual-status:hover,
.contact-benefits span:hover {
  border-color: rgba(0, 194, 216, 0.42);
  box-shadow: 0 0 26px rgba(0, 194, 216, 0.12);
  transform: translateY(-3px);
}

.wa-mini-card,
.wa-solution-card,
.subscription-plan,
.onepay-card,
.decision-card,
.detail-card,
.niche-card,
.agent-card,
.agent-plan,
.plan-option,
.info-panel,
.process-line article {
  transition:
    transform 230ms ease,
    border-color 230ms ease,
    box-shadow 230ms ease,
    background 230ms ease,
    filter 230ms ease;
}

.wa-mini-card:hover,
.wa-solution-card:hover,
.subscription-plan:hover,
.onepay-card:hover,
.decision-card:hover,
.detail-card:hover,
.niche-card:hover,
.agent-card:hover,
.agent-plan:hover,
.plan-option:hover,
.info-panel:hover,
.process-line article:hover {
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 194, 216, 0.13), transparent 34%),
    var(--premium-card);
  border-color: rgba(0, 194, 216, 0.48);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(0, 194, 216, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  filter: saturate(1.08);
  transform: translateY(-5px);
}

.wa-solution-card p,
.wa-mini-card h3,
.detail-card p,
.niche-card p,
.value-card p,
.mv-card p,
.subscription-plan p,
.onepay-card p,
.decision-card p {
  text-wrap: pretty;
}

.wa-problem-grid,
.wa-solution-grid,
.wa-benefit-grid,
.detail-grid,
.niche-grid,
.subscription-plans,
.onepay-grid,
.decision-grid,
.value-grid {
  align-items: stretch;
}

.wa-benefit-grid span,
.suite-tech-grid span {
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 194, 216, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(13, 34, 59, 0.82), rgba(5, 14, 27, 0.92));
  border-color: rgba(0, 194, 216, 0.18);
}

.wa-benefit-grid span:hover,
.suite-tech-grid span:hover {
  border-color: rgba(0, 194, 216, 0.46);
  box-shadow: 0 0 28px rgba(0, 194, 216, 0.11);
  transform: translateY(-3px);
}

.suite-workflow-mini i,
.suite-flow-line i,
.wa-flow-card i {
  overflow: hidden;
}

.suite-workflow-mini i::after,
.suite-flow-line i::after,
.wa-flow-card i::after {
  animation-duration: 1.65s;
}

.voice-queue-panel p i::before {
  animation: queueFlow 2.6s ease-in-out infinite;
}

.wa-metrics span,
.wa-product-stats span,
.voice-metric,
.hosting-visual-status i {
  animation: metricBreath 4.8s ease-in-out infinite;
}

.wa-metrics span:nth-child(2),
.wa-product-stats span:nth-child(2),
.voice-metric:nth-child(2) {
  animation-delay: -1.2s;
}

.wa-metrics span:nth-child(3),
.wa-product-stats span:nth-child(3),
.voice-metric:nth-child(3) {
  animation-delay: -2.2s;
}

.wa-integri,
.agent-teaser,
.addons,
.about-panel {
  background:
    radial-gradient(circle at 84% 22%, rgba(43, 168, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(13, 34, 59, 0.84), rgba(6, 16, 30, 0.94));
}

.wa-integri img,
.agent-teaser img,
.about-hero-visual img,
.addons-avatar img,
.process-line article img {
  animation: integriBreath 5.6s ease-in-out infinite;
}

.about-hero-visual img {
  filter:
    drop-shadow(0 0 28px rgba(43, 168, 255, 0.24))
    drop-shadow(0 24px 54px rgba(0, 0, 0, 0.36));
}

.about-orbit-card,
.agent-hero-card,
.hosting-visual-core {
  border-color: rgba(0, 194, 216, 0.32);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 34px rgba(0, 194, 216, 0.11);
}

.hosting-page .detail-hero h1 {
  max-width: 680px;
}

.hosting-page .subscription-offer strong,
.hosting-page .subscription-plan h3,
.hosting-page .onepay-card h3 {
  text-wrap: balance;
}

.hosting-page .subscription-panel {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.74fr);
}

.hosting-page .process-line article {
  min-height: 176px;
}

.hosting-page .process-line strong {
  color: white;
  font-size: 16px;
}

.hosting-page .process-line span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.42;
}

.about-page .mv-card h2,
.about-page .values-section h2,
.about-page .contact-copy h2 {
  text-wrap: balance;
}

.about-page .contact-details a,
.about-page .contact-details span {
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 194, 216, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(12, 31, 55, 0.86), rgba(6, 16, 30, 0.94));
}

.about-story-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: var(--page-width);
  margin: -42px auto 0;
  position: relative;
  z-index: 4;
}

.about-story-strip article {
  padding: 22px;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 194, 216, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(13, 34, 59, 0.9), rgba(5, 14, 27, 0.95));
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 18px;
  box-shadow: var(--premium-glow);
}

.about-story-strip span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--lime);
  background: rgba(182, 255, 46, 0.08);
  border: 1px solid rgba(182, 255, 46, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.about-story-strip strong {
  display: block;
  margin-top: 16px;
  color: white;
  font-size: 18px;
}

.about-story-strip p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.about-difference-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
  width: var(--page-width);
  max-width: var(--max);
  margin: 72px auto 0;
}

.about-difference-copy,
.about-integri-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 194, 216, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.86);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.about-difference-copy {
  padding: clamp(28px, 4vw, 48px);
}

.about-difference-copy h2 {
  max-width: 760px;
  margin: 16px 0 0;
  color: white;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-difference-copy p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.about-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.about-proof-list span {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  color: white;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 15px;
}

.about-proof-list span::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  content: "";
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(190, 255, 46, 0.48);
}

.about-integri-card {
  display: grid;
  grid-template-rows: minmax(230px, 1fr) auto;
  min-height: 520px;
}

.about-integri-card::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 28%, rgba(43, 168, 255, 0.18), transparent 42%),
    radial-gradient(circle at 50% 70%, rgba(190, 255, 46, 0.08), transparent 38%);
  pointer-events: none;
}

.about-integri-card img {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: center;
  width: min(330px, 92%);
  max-height: 380px;
  object-fit: contain;
  object-position: bottom center;
  filter:
    drop-shadow(0 0 28px rgba(43, 168, 255, 0.28))
    drop-shadow(0 28px 58px rgba(0, 0, 0, 0.42));
  animation: integriBreath 5.6s ease-in-out infinite;
}

.about-integri-card div {
  position: relative;
  z-index: 2;
  padding: 0 clamp(22px, 3vw, 34px) clamp(24px, 3vw, 34px);
}

.about-integri-card h3 {
  margin: 12px 0 0;
  color: white;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
}

.about-integri-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.demo-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(20, 99, 255, 0.16), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(0, 194, 216, 0.13), transparent 30%),
    #050b14;
  color: white;
}

.demo-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 78% 22%, rgba(0, 194, 216, 0.18), transparent 30%),
    linear-gradient(135deg, #050b14 0%, #07111f 52%, #061724 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
  isolation: isolate;
}

.demo-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 72% 34%, rgba(43, 168, 255, 0.18), transparent 32%),
    linear-gradient(110deg, transparent 0 38%, rgba(0, 194, 216, 0.1) 50%, transparent 64% 100%);
  animation: serviceAurora 16s ease-in-out infinite alternate;
  pointer-events: none;
}

.demo-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 0.84fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  width: var(--page-width);
  max-width: var(--max);
  min-height: 720px;
  margin: 0 auto;
  padding: 136px 0 70px;
}

.demo-copy h1 {
  max-width: 780px;
  margin: 18px 0 0;
  color: white;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.demo-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

.demo-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.demo-proof span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(0, 194, 216, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.demo-proof span::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(190, 255, 46, 0.48);
}

.demo-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.demo-window {
  width: min(520px, 100%);
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.9);
  border: 1px solid rgba(0, 194, 216, 0.28);
  border-radius: 26px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 34px 90px rgba(0, 0, 0, 0.35),
    0 0 50px rgba(0, 194, 216, 0.12);
  animation: premiumPanelFloat 7.5s ease-in-out infinite;
}

.demo-window-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px 18px;
}

.demo-window-top span {
  width: 9px;
  height: 9px;
  background: rgba(0, 194, 216, 0.74);
  border-radius: 999px;
}

.demo-window-top strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.demo-calendar {
  display: grid;
  gap: 14px;
}

.demo-calendar div {
  padding: 18px;
  background: rgba(2, 10, 20, 0.7);
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 18px;
}

.demo-calendar div.active {
  background:
    radial-gradient(circle at 14% 20%, rgba(190, 255, 46, 0.14), transparent 34%),
    rgba(3, 28, 24, 0.82);
  border-color: rgba(190, 255, 46, 0.35);
}

.demo-calendar small {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-calendar strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 19px;
}

.demo-calendar p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
}

.demo-visual img {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: min(260px, 46%);
  max-height: 360px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 28px rgba(43, 168, 255, 0.28))
    drop-shadow(0 24px 54px rgba(0, 0, 0, 0.36));
  animation: integriBreath 5.6s ease-in-out infinite;
}

.demo-section,
.demo-focus,
.demo-cta {
  width: var(--page-width);
  max-width: var(--max);
  margin: 0 auto;
}

.demo-section {
  padding: 86px 0 0;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.demo-card,
.demo-focus-card,
.demo-cta-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 194, 216, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(13, 34, 59, 0.86), rgba(6, 16, 30, 0.94));
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 20px;
  box-shadow: var(--premium-glow);
  transition:
    transform 230ms ease,
    border-color 230ms ease,
    box-shadow 230ms ease;
}

.demo-card:hover,
.demo-focus-card:hover,
.demo-cta-panel:hover {
  border-color: rgba(0, 194, 216, 0.42);
  box-shadow: 0 0 34px rgba(0, 194, 216, 0.13);
  transform: translateY(-4px);
}

.demo-card {
  min-height: 240px;
  padding: 28px;
}

.demo-card span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--lime);
  background: rgba(190, 255, 46, 0.09);
  border: 1px solid rgba(190, 255, 46, 0.28);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
}

.demo-card h3 {
  margin: 22px 0 0;
  color: white;
  font-size: 23px;
}

.demo-card p,
.demo-focus-copy p,
.demo-focus-card span,
.demo-cta-copy p,
.demo-cta-panel p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}

.demo-focus {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: 28px;
  align-items: start;
  padding: 86px 0 0;
}

.demo-focus-copy {
  position: sticky;
  top: 112px;
}

.demo-focus-copy h2,
.demo-cta h2 {
  margin: 16px 0 0;
  color: white;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.demo-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.demo-focus-card {
  display: grid;
  min-height: 170px;
  padding: 24px;
  text-decoration: none;
}

.demo-focus-card strong {
  color: white;
  font-size: 21px;
  line-height: 1.12;
}

.demo-focus-card span {
  margin-top: 12px;
}

.demo-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  gap: 28px;
  align-items: center;
  margin-top: 86px;
  margin-bottom: 0;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 82% 20%, rgba(43, 168, 255, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.86);
  border: 1px solid rgba(0, 194, 216, 0.24);
  border-radius: 26px;
  box-shadow: var(--premium-glow);
}

.demo-cta-panel {
  padding: 24px;
}

.demo-cta-panel strong {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-cta-panel .button {
  width: 100%;
  margin-top: 18px;
}

.advisor-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(20, 99, 255, 0.16), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(0, 194, 216, 0.13), transparent 30%),
    #050b14;
  color: white;
}

.advisor-hero,
.advisor-section,
.advisor-final-cta {
  position: relative;
  overflow: hidden;
}

.advisor-hero {
  min-height: 720px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 78% 22%, rgba(0, 194, 216, 0.18), transparent 30%),
    linear-gradient(135deg, #050b14 0%, #07111f 52%, #061724 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
  isolation: isolate;
}

.advisor-hero::before,
.advisor-section::after,
.advisor-final-cta::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 76% 22%, rgba(0, 194, 216, 0.12), transparent 26%),
    linear-gradient(110deg, transparent 0 38%, rgba(43, 168, 255, 0.08) 50%, transparent 64% 100%);
  opacity: 0.82;
  pointer-events: none;
  animation: serviceAurora 16s ease-in-out infinite alternate;
}

.advisor-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 0.84fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  width: var(--page-width);
  max-width: var(--max);
  min-height: 720px;
  margin: 0 auto;
  padding: 136px 0 70px;
}

.advisor-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 14px;
  color: var(--cyan);
  background: rgba(0, 194, 216, 0.09);
  border: 1px solid rgba(0, 194, 216, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advisor-pill::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--lime);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(190, 255, 46, 0.48);
}

.advisor-copy h1 {
  max-width: 820px;
  margin: 18px 0 0;
  color: white;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.advisor-copy p,
.advisor-model-copy p,
.advisor-final-cta p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

.advisor-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.advisor-proof span {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(0, 194, 216, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.advisor-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.advisor-board {
  width: min(540px, 100%);
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.9);
  border: 1px solid rgba(0, 194, 216, 0.28);
  border-radius: 26px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035) inset,
    0 34px 90px rgba(0, 0, 0, 0.35),
    0 0 50px rgba(0, 194, 216, 0.12);
  animation: premiumPanelFloat 7.5s ease-in-out infinite;
}

.advisor-board-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px 18px;
}

.advisor-board-top span {
  width: 9px;
  height: 9px;
  background: rgba(0, 194, 216, 0.74);
  border-radius: 999px;
}

.advisor-board-top strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.advisor-roadmap {
  display: grid;
  gap: 14px;
}

.advisor-roadmap article {
  padding: 18px;
  background: rgba(2, 10, 20, 0.7);
  border: 1px solid rgba(0, 194, 216, 0.16);
  border-radius: 18px;
}

.advisor-roadmap article.active {
  background:
    radial-gradient(circle at 14% 20%, rgba(190, 255, 46, 0.14), transparent 34%),
    rgba(3, 28, 24, 0.82);
  border-color: rgba(190, 255, 46, 0.35);
}

.advisor-roadmap small {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.advisor-roadmap strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 20px;
}

.advisor-roadmap p,
.advisor-card p,
.advisor-scope-card p,
.advisor-model-card span,
.advisor-deliverable-panel p,
.advisor-deliverable-panel li {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.58;
}

.advisor-visual img {
  position: absolute;
  right: -18px;
  bottom: -6px;
  width: min(260px, 46%);
  max-height: 380px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 28px rgba(43, 168, 255, 0.28))
    drop-shadow(0 24px 54px rgba(0, 0, 0, 0.36));
  animation: integriBreath 5.6s ease-in-out infinite;
}

.advisor-section,
.advisor-final-cta {
  width: var(--page-width);
  max-width: var(--max);
  margin: 0 auto;
}

.advisor-section {
  padding: 74px 0 0;
}

.advisor-problem-grid,
.advisor-scope-grid,
.advisor-model-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.advisor-problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advisor-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advisor-card,
.advisor-scope-card,
.advisor-model-card,
.advisor-deliverable-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 194, 216, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(13, 34, 59, 0.86), rgba(6, 16, 30, 0.94));
  border: 1px solid rgba(0, 194, 216, 0.2);
  border-radius: 20px;
  box-shadow: var(--premium-glow);
  transition:
    transform 230ms ease,
    border-color 230ms ease,
    box-shadow 230ms ease;
}

.advisor-card:hover,
.advisor-scope-card:hover,
.advisor-model-card:hover,
.advisor-deliverable-panel:hover {
  border-color: rgba(0, 194, 216, 0.42);
  box-shadow: 0 0 34px rgba(0, 194, 216, 0.13);
  transform: translateY(-4px);
}

.advisor-card,
.advisor-scope-card {
  min-height: 230px;
  padding: 26px;
}

.advisor-card span,
.advisor-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--lime);
  background: rgba(190, 255, 46, 0.09);
  border: 1px solid rgba(190, 255, 46, 0.28);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 900;
}

.advisor-card h3,
.advisor-scope-card h3 {
  margin: 22px 0 0;
  color: white;
  font-size: 23px;
  line-height: 1.12;
}

.advisor-model {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1fr);
  gap: 28px;
  align-items: center;
}

.advisor-model-copy h2,
.advisor-final-cta h2 {
  margin: 16px 0 0;
  color: white;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.advisor-model-grid {
  grid-template-columns: 1fr;
}

.advisor-model-card {
  padding: 24px;
}

.advisor-model-card strong {
  display: block;
  color: white;
  font-size: 22px;
}

.advisor-deliverable-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.75fr);
  gap: 28px;
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
}

.advisor-deliverable-panel strong {
  color: white;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
}

.advisor-deliverable-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advisor-deliverable-panel li {
  margin: 0;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(0, 194, 216, 0.14);
  border-radius: 14px;
}

.advisor-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: 28px;
  align-items: end;
  margin-top: 78px;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 82% 20%, rgba(43, 168, 255, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 17, 31, 0.86);
  border: 1px solid rgba(0, 194, 216, 0.24);
  border-radius: 26px;
  box-shadow: var(--premium-glow);
}

.advisor-final-cta > div,
.advisor-final-cta img {
  position: relative;
  z-index: 2;
}

.advisor-final-cta img {
  justify-self: end;
  width: min(240px, 100%);
  max-height: 280px;
  object-fit: contain;
  object-position: bottom center;
  filter:
    drop-shadow(0 0 28px rgba(43, 168, 255, 0.24))
    drop-shadow(0 24px 54px rgba(0, 0, 0, 0.36));
}

.web-showcase-premium {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: center;
  width: var(--page-width);
  margin: -34px auto 58px;
  padding: 28px;
  position: relative;
  z-index: 4;
  background:
    radial-gradient(circle at 78% 30%, rgba(0, 194, 216, 0.17), transparent 30%),
    linear-gradient(180deg, rgba(13, 34, 59, 0.9), rgba(5, 14, 27, 0.95));
  border: 1px solid rgba(0, 194, 216, 0.22);
  border-radius: 24px;
  box-shadow: var(--premium-glow);
  overflow: hidden;
}

.web-showcase-copy h2 {
  max-width: 560px;
  margin: 10px 0 0;
  color: white;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.03;
  text-wrap: balance;
}

.web-showcase-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.55;
}

.web-device-stage {
  position: relative;
  min-height: 390px;
}

.web-image-mockup {
  isolation: isolate;
}

.image-mockup-glow {
  position: absolute;
  inset: 8% 6% 0 6%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 56% 44%, rgba(0, 194, 216, 0.2), transparent 40%),
    radial-gradient(circle at 82% 28%, rgba(182, 255, 46, 0.12), transparent 26%);
  filter: blur(20px);
  opacity: 0.85;
  z-index: -1;
}

.image-mockup-desktop,
.image-mockup-mobile {
  position: absolute;
  margin: 0;
}

.image-mockup-desktop {
  left: 0;
  right: 110px;
  top: 16px;
  z-index: 1;
  transform: perspective(1200px) rotateX(1deg) rotateY(-2deg);
}

.image-mockup-desktop img,
.image-mockup-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

.image-mockup-desktop img {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(0, 194, 216, 0.1);
}

.image-mockup-mobile {
  right: 0;
  top: 72px;
  width: min(188px, 27%);
  z-index: 3;
  transform: perspective(900px) rotateY(-7deg);
}

.image-mockup-mobile img {
  border-radius: 28px;
  filter:
    drop-shadow(0 28px 42px rgba(0, 0, 0, 0.56))
    drop-shadow(0 0 24px rgba(0, 194, 216, 0.12));
}

.image-mockup-note {
  position: absolute;
  left: 28px;
  bottom: 30px;
  z-index: 4;
  max-width: 310px;
  padding: 14px 16px;
  border: 1px solid rgba(37, 211, 102, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.image-mockup-note::before {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 999px;
  background: #25d366;
  color: white;
  content: "WA";
  font-size: 10px;
  font-weight: 950;
  vertical-align: middle;
  box-shadow: 0 0 22px rgba(37, 211, 102, 0.36);
}

.image-mockup-note b {
  color: #101621;
  font-size: 13px;
}

.image-mockup-note small {
  display: block;
  margin: 6px 0 0 48px;
  color: rgba(16, 22, 33, 0.68);
  font-weight: 800;
  line-height: 1.35;
}

@keyframes serviceAurora {
  0% {
    opacity: 0.58;
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  100% {
    opacity: 0.86;
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
}

@keyframes premiumPanelFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes metricBreath {
  0%, 100% {
    box-shadow: 0 0 0 rgba(0, 194, 216, 0);
  }
  50% {
    box-shadow: 0 0 24px rgba(0, 194, 216, 0.12);
  }
}

@keyframes integriBreath {
  0%, 100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 20px rgba(43, 168, 255, 0.2));
  }
  50% {
    transform: translateY(-8px) scale(1.015);
    filter: drop-shadow(0 0 32px rgba(43, 168, 255, 0.34));
  }
}

@keyframes queueFlow {
  0%, 100% {
    opacity: 0.68;
    transform: translateX(-8%);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (max-width: 980px) {
  .wa-dashboard-card,
  .wa-product-panel,
  .suite-hero-visual,
  .voice-dashboard,
  .hosting-hero-visual,
  .about-hero-visual {
    animation: none;
  }

  .hosting-page .subscription-panel {
    grid-template-columns: 1fr;
  }

  .demo-hero-inner,
  .demo-focus,
  .demo-cta,
  .advisor-hero-inner,
  .advisor-model,
  .advisor-deliverable-panel,
  .advisor-final-cta {
    grid-template-columns: 1fr;
  }

  .demo-hero-inner {
    min-height: auto;
    padding-top: 118px;
  }

  .demo-focus-copy {
    position: static;
  }

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

  .demo-visual {
    min-height: 460px;
  }

  .advisor-hero-inner {
    min-height: auto;
    padding-top: 118px;
  }

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

  .advisor-visual {
    min-height: 460px;
  }

  .advisor-final-cta img {
    justify-self: center;
  }

  .wa-hero-copy p,
  .detail-hero p,
  .about-hero-copy p,
  .wa-section-heading p,
  .wa-support-copy,
  .contact-copy p {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .wa-section,
  .detail-section,
  .process-section,
  .hosting-info,
  .niches-section,
  .onepay-section,
  .decision-section,
  .agent-section,
  .values-section,
  .mission-page,
  .about-page .contact {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .wa-mini-card:hover,
  .wa-solution-card:hover,
  .subscription-plan:hover,
  .onepay-card:hover,
  .decision-card:hover,
  .detail-card:hover,
  .niche-card:hover,
  .agent-card:hover,
  .agent-plan:hover,
  .plan-option:hover,
  .info-panel:hover,
  .process-line article:hover,
  .wa-benefit-grid span:hover,
  .suite-tech-grid span:hover {
    transform: none;
  }

  .demo-hero-inner {
    width: calc(100% - 32px);
    padding: 96px 0 44px;
    gap: 24px;
  }

  .advisor-hero-inner {
    width: calc(100% - 32px);
    padding: 96px 0 44px;
    gap: 24px;
  }

  .demo-copy h1 {
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.02;
  }

  .advisor-copy h1 {
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.02;
  }

  .demo-copy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .advisor-copy p,
  .advisor-model-copy p,
  .advisor-final-cta p {
    font-size: 16px;
    line-height: 1.55;
  }

  .demo-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .advisor-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .demo-visual {
    min-height: auto;
    padding-bottom: 160px;
  }

  .advisor-visual {
    min-height: auto;
    padding-bottom: 160px;
  }

  .demo-window {
    padding: 14px;
    border-radius: 20px;
  }

  .advisor-board {
    padding: 14px;
    border-radius: 20px;
  }

  .demo-calendar div {
    padding: 15px;
  }

  .advisor-roadmap article {
    padding: 15px;
  }

  .demo-visual img {
    right: 50%;
    bottom: -8px;
    width: min(190px, 58vw);
    transform: translateX(50%);
    animation: none;
  }

  .advisor-visual img {
    right: 50%;
    bottom: -8px;
    width: min(190px, 58vw);
    transform: translateX(50%);
    animation: none;
  }

  .demo-section,
  .demo-focus,
  .advisor-section {
    width: calc(100% - 32px);
    padding-top: 58px;
  }

  .demo-focus-grid {
    grid-template-columns: 1fr;
  }

  .advisor-problem-grid,
  .advisor-scope-grid,
  .advisor-model-grid {
    grid-template-columns: 1fr;
  }

  .demo-card,
  .demo-focus-card,
  .advisor-card,
  .advisor-scope-card,
  .advisor-model-card {
    min-height: auto;
    padding: 22px;
  }

  .demo-cta {
    width: calc(100% - 32px);
    margin-top: 58px;
    padding: 24px;
    border-radius: 22px;
  }

  .advisor-final-cta {
    width: calc(100% - 32px);
    margin-top: 58px;
    padding: 24px;
    border-radius: 22px;
  }

  .advisor-deliverable-panel {
    padding: 22px;
  }

  .advisor-final-cta img {
    width: min(190px, 58vw);
  }

  .wa-hero-copy h1,
  .detail-hero h1,
  .about-hero h1 {
    max-width: 100%;
  }

  .wa-hero-copy p,
  .detail-hero p,
  .about-hero-copy p {
    font-size: 16px !important;
    line-height: 1.52 !important;
  }

  .wa-integri,
  .agent-teaser,
  .addons {
    overflow: hidden;
  }

  .wa-integri img,
  .agent-teaser img,
  .addons-avatar img {
    max-height: 260px;
    object-fit: contain;
  }

  .about-story-strip {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .about-difference-section {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .about-page .about-difference-section {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    gap: 18px;
    overflow: hidden;
  }

  .about-page .about-difference-copy,
  .about-page .about-integri-card {
    width: 100%;
    min-width: 0;
    border-radius: 20px;
  }

  .about-page .about-difference-copy {
    padding: 24px 18px;
  }

  .about-page .about-difference-copy h2 {
    max-width: 100%;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .about-page .about-difference-copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.58;
  }

  .about-proof-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-proof-list span {
    align-items: flex-start;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
  }

  .about-integri-card {
    min-height: auto;
  }

  .about-integri-card img {
    width: min(230px, 72vw);
    max-height: 280px;
    margin-top: 12px;
  }

  .web-showcase-premium {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding: 22px;
  }

  .web-device-stage {
    min-height: 520px;
  }

  .image-mockup-desktop {
    left: 0;
    right: 0;
    top: 0;
  }

  .image-mockup-mobile {
    right: 4px;
    top: 112px;
    width: min(174px, 38%);
  }

  .image-mockup-note {
    left: 14px;
    right: 154px;
    bottom: 22px;
    max-width: none;
  }

  .image-mockup-note small {
    margin-left: 0;
  }
}
