:root {
  color-scheme: dark;
  --bg: #07090d;
  --panel: rgba(16, 21, 31, 0.78);
  --panel-solid: #10151f;
  --text: #f7f9fc;
  --muted: #b9c2cf;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #ffc72c;
  --cyan: #48d9ff;
  --mint: #62f0b6;
  --rose: #ff6584;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(72, 217, 255, 0.18), transparent 27rem),
    radial-gradient(circle at 8% 22%, rgba(255, 199, 44, 0.14), transparent 25rem),
    linear-gradient(180deg, #07090d 0%, #0a0f16 45%, #07090d 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  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: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
}

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

img {
  display: block;
  max-width: 100%;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 16px clamp(20px, 6vw, 86px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 13, 0.76);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: max-content;
}

.brand img {
  width: clamp(110px, 12vw, 168px);
  height: 56px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 12px rgba(255, 199, 44, 0.28));
}

.brand b {
  font-size: 1.08rem;
  letter-spacing: 0.01em;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--text);
}

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

.reveal.visible,
.hero-copy.reveal {
  opacity: 1;
  transform: translateY(0);
}

.nav-cta,
.button,
.plan-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 12px;
  font-weight: 800;
}

.nav-cta {
  padding: 0 16px;
  color: #071017;
  background: var(--gold);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 75px);
  align-items: center;
  padding: clamp(76px, 9vw, 132px) clamp(20px, 6vw, 86px) clamp(58px, 6vw, 86px);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.98) 0%, rgba(7, 9, 13, 0.82) 40%, rgba(7, 9, 13, 0.3) 78%),
    linear-gradient(0deg, #07090d 0%, rgba(7, 9, 13, 0.12) 42%, rgba(7, 9, 13, 0.15) 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.1) contrast(1.08);
}

.hero-copy {
  width: min(790px, 100%);
}

.hero-logo {
  width: min(520px, 82vw);
  height: auto;
  margin: 0 0 26px;
  filter: drop-shadow(0 0 26px rgba(255, 199, 44, 0.2));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6.8vw, 6.8rem);
  line-height: 0.94;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.hero-lead,
.section-title p,
.split-copy p,
.portfolio-item p,
.process-step p,
.service-card p,
.plan-card p,
.faq-list p,
.contact-content p,
.footer p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-lead {
  max-width: 730px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

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

.button {
  padding: 0 20px;
}

.button.primary {
  color: #071017;
  background: linear-gradient(135deg, var(--gold), #ffe28a);
  box-shadow: 0 18px 42px rgba(255, 199, 44, 0.2);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.button.app-button {
  border: 1px solid rgba(98, 240, 182, 0.46);
  color: var(--mint);
  background:
    linear-gradient(135deg, rgba(98, 240, 182, 0.14), rgba(72, 217, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.button.app-button:hover {
  border-color: rgba(98, 240, 182, 0.72);
  background:
    linear-gradient(135deg, rgba(98, 240, 182, 0.2), rgba(72, 217, 255, 0.12)),
    rgba(255, 255, 255, 0.06);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 38px;
}

.hero-stats span {
  min-height: 78px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(7, 9, 13, 0.58);
  color: var(--muted);
}

.hero-stats b {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.section,
.split-section,
.video-section,
.inventory-section,
.portfolio-section,
.process-section,
.faq-section,
.contact-section {
  padding: clamp(72px, 8vw, 118px) clamp(20px, 6vw, 86px);
}

.section-title {
  width: min(920px, 100%);
}

.section-title p {
  max-width: 760px;
  font-size: 1.08rem;
}

.service-grid,
.plan-grid,
.portfolio-grid,
.process-grid {
  display: grid;
  gap: 20px;
  margin-top: 42px;
}

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

.service-card,
.plan-card,
.portfolio-item,
.process-step,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.service-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
}

.service-card::before,
.portfolio-item::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border: 1px solid rgba(72, 217, 255, 0.35);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(72, 217, 255, 0.35), rgba(255, 199, 44, 0.12)),
    radial-gradient(circle at 68% 28%, var(--gold), transparent 18px);
}

.service-card:nth-child(2n)::before,
.portfolio-item:nth-child(2n)::before {
  border-color: rgba(255, 199, 44, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 199, 44, 0.35), rgba(98, 240, 182, 0.12)),
    radial-gradient(circle at 68% 28%, var(--cyan), transparent 18px);
}

.service-card:nth-child(3n)::before,
.portfolio-item:nth-child(3n)::before {
  border-color: rgba(98, 240, 182, 0.36);
  background:
    linear-gradient(135deg, rgba(98, 240, 182, 0.28), rgba(255, 101, 132, 0.14)),
    radial-gradient(circle at 68% 28%, var(--gold), transparent 18px);
}

.service-card svg,
.portfolio-item svg {
  margin-bottom: 28px;
  color: var(--cyan);
}

.service-card:nth-child(2n) svg,
.portfolio-item:nth-child(2n) svg {
  color: var(--gold);
}

.service-card:nth-child(3n) svg,
.portfolio-item:nth-child(3n) svg {
  color: var(--mint);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
}

.split-copy {
  max-width: 680px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.check-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.check-list svg,
.plan-features svg {
  color: var(--gold);
  flex: 0 0 auto;
}

.architecture-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-solid);
  box-shadow: var(--shadow);
}

.architecture-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.video-section {
  background:
    linear-gradient(180deg, rgba(255, 199, 44, 0.06), rgba(7, 9, 13, 0)),
    #080b10;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.video-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-solid);
  box-shadow: var(--shadow);
}

.video-card video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.08);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 13, 0.08) 0%, rgba(7, 9, 13, 0.18) 42%, rgba(7, 9, 13, 0.9) 100%),
    linear-gradient(90deg, rgba(72, 217, 255, 0.12), transparent 52%);
  pointer-events: none;
}

.video-copy {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.video-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-copy h3 {
  max-width: 330px;
  margin: 0;
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  line-height: 1.08;
}

.inventory-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(98, 240, 182, 0.13), transparent 28rem),
    radial-gradient(circle at 12% 84%, rgba(255, 199, 44, 0.11), transparent 26rem),
    #080c12;
}

.inventory-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

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

.inventory-panel {
  overflow: hidden;
  border: 1px solid rgba(98, 240, 182, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #0d121a;
  box-shadow: var(--shadow);
}

.inventory-topbar {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.inventory-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.inventory-topbar span:nth-child(2) {
  background: var(--cyan);
}

.inventory-topbar span:nth-child(3) {
  background: var(--mint);
}

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

.inventory-metric {
  min-height: 104px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.inventory-metric small {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
}

.inventory-metric strong {
  color: var(--mint);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.inventory-table {
  display: grid;
  gap: 10px;
  padding: 0 22px 22px;
}

.inventory-table div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.inventory-table b {
  font-size: 0.95rem;
}

.inventory-table span,
.inventory-table em {
  color: var(--muted);
  font-size: 0.85rem;
  font-style: normal;
}

.inventory-table span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(98, 240, 182, 0.1);
  color: var(--mint);
}

.inventory-table span.warning {
  background: rgba(255, 199, 44, 0.1);
  color: var(--gold);
}

.inventory-features {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.inventory-features article {
  min-height: 176px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
}

.inventory-features article::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mint), rgba(72, 217, 255, 0.28));
  box-shadow: 0 12px 34px rgba(98, 240, 182, 0.18);
}

.inventory-features p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.business-systems {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin-top: 14px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(255, 199, 44, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 199, 44, 0.1), rgba(72, 217, 255, 0.045)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.business-systems h3 {
  max-width: 680px;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  line-height: 1.04;
}

.business-systems p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.7;
}

.business-system-buttons {
  display: grid;
  gap: 14px;
}

.business-system-buttons a {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.16);
  color: var(--text);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 850;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.business-system-buttons a::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid rgba(185, 194, 207, 0.82);
  border-radius: 50%;
  order: 2;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.business-system-buttons a::after {
  content: "Cotizar";
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.business-system-buttons a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 199, 44, 0.45);
  background:
    linear-gradient(135deg, rgba(255, 199, 44, 0.12), rgba(72, 217, 255, 0.055)),
    rgba(0, 0, 0, 0.2);
}

.business-system-buttons a:hover::before {
  border-color: var(--gold);
  box-shadow: 0 0 0 6px rgba(255, 199, 44, 0.1);
}

.business-system-buttons a.app-demo-link {
  border-color: rgba(98, 240, 182, 0.46);
  background:
    linear-gradient(135deg, rgba(98, 240, 182, 0.18), rgba(72, 217, 255, 0.1)),
    rgba(0, 0, 0, 0.2);
}

.business-system-buttons a.app-demo-link::before {
  border-color: var(--mint);
  box-shadow: 0 0 0 6px rgba(98, 240, 182, 0.08);
}

.business-system-buttons a.app-demo-link::after {
  content: "Abrir demo";
  color: var(--mint);
}

.business-system-buttons a.app-demo-link:hover {
  border-color: rgba(98, 240, 182, 0.78);
}

.suite-commerce {
  grid-column: 1 / -1;
  display: grid;
  gap: 22px;
  margin-top: 10px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(98, 240, 182, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(98, 240, 182, 0.1), rgba(72, 217, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
}

.suite-commerce-head {
  display: grid;
  max-width: 920px;
  gap: 10px;
}

.suite-commerce-head h3 {
  font-size: clamp(1.9rem, 3.2vw, 3.35rem);
  line-height: 1;
}

.suite-commerce-head p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.suite-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.suite-tabs span {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 10px 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
}

.suite-tabs span:first-child {
  color: #07111f;
  border-color: transparent;
  background: var(--mint);
}

.suite-steps {
  display: grid;
  grid-template-columns: auto minmax(60px, 1fr) auto minmax(60px, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.suite-steps span {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.suite-steps b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #07111f;
  background: var(--mint);
}

.suite-steps i {
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.suite-plan-grid,
.suite-feature-grid {
  display: grid;
  gap: 14px;
}

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

.suite-plan-grid article {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 390px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
  background: rgba(7, 9, 13, 0.34);
}

.suite-plan-grid article.featured {
  border-color: rgba(98, 240, 182, 0.48);
  background:
    linear-gradient(155deg, rgba(98, 240, 182, 0.13), rgba(72, 217, 255, 0.055)),
    rgba(7, 9, 13, 0.42);
  box-shadow: 0 24px 70px rgba(98, 240, 182, 0.12);
}

.suite-plan-grid em {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  color: #07111f;
  background: var(--mint);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.suite-plan-grid h4 {
  font-size: 1.45rem;
}

.suite-plan-grid p,
.suite-plan-grid small,
.suite-plan-grid li {
  color: var(--muted);
}

.suite-plan-grid strong {
  display: block;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1;
}

.suite-plan-grid ul {
  display: grid;
  gap: 9px;
  margin: 8px 0;
  padding-left: 18px;
}

.suite-plan-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--text);
  font-weight: 950;
}

.suite-plan-grid .featured a {
  color: #07111f;
  border-color: transparent;
  background: var(--mint);
}

.suite-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.suite-feature-grid span {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
}

.suite-feature-grid b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #07111f;
  background: var(--mint);
}

.suite-commerce-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.plan-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.plan-card.featured {
  border-color: rgba(255, 199, 44, 0.72);
  background: linear-gradient(160deg, rgba(255, 199, 44, 0.16), rgba(72, 217, 255, 0.06), rgba(255, 255, 255, 0.035));
}

.plan-card h3 {
  font-size: 1.75rem;
}

.plan-features {
  display: grid;
  gap: 13px;
  margin: 24px 0;
}

.plan-features span {
  display: flex;
  gap: 10px;
  color: #e9edf5;
}

.plan-card a {
  padding: 0 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.portfolio-section {
  background:
    linear-gradient(180deg, rgba(72, 217, 255, 0.05), rgba(7, 9, 13, 0)),
    #080b10;
}

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

.portfolio-item {
  min-height: 230px;
  padding: 26px;
}

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

.process-step {
  min-height: 210px;
  padding: 22px;
}

.process-step b {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 1.55rem;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) 1fr;
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 14px 0 0;
}

.contact-section {
  background:
    radial-gradient(circle at center, rgba(255, 199, 44, 0.16), transparent 34rem),
    linear-gradient(135deg, rgba(72, 217, 255, 0.08), rgba(255, 101, 132, 0.06));
}

.contact-content {
  width: min(900px, 100%);
}

.contact-content p {
  max-width: 700px;
  font-size: 1.1rem;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  align-items: center;
  justify-content: space-between;
  padding: 34px clamp(20px, 6vw, 86px);
  border-top: 1px solid var(--line);
  background: #07090d;
}

.footer p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 40;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366, #128c7e);
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 24px 58px rgba(37, 211, 102, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}

.whatsapp-pulse {
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(37, 211, 102, 0.62);
  border-radius: inherit;
  animation: whatsappPulse 1.7s ease-out infinite;
}

.whatsapp-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  animation: whatsappBeat 1.7s ease-in-out infinite;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.quick-bot {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: calc(clamp(18px, 3vw, 34px) + 84px);
  z-index: 42;
}

.bot-float {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #061019;
  background: linear-gradient(145deg, var(--gold), #fff1a8);
  box-shadow: 0 18px 42px rgba(255, 199, 44, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bot-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 24px 58px rgba(255, 199, 44, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.bot-float span {
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
}

.bot-panel {
  position: absolute;
  right: 0;
  bottom: 82px;
  display: none;
  width: min(380px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(7, 9, 13, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.quick-bot.open .bot-panel {
  display: block;
}

.bot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255, 199, 44, 0.18), rgba(72, 217, 255, 0.12));
}

.bot-header span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.bot-header h3 {
  margin: 0;
  font-size: 1.08rem;
}

.bot-header button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.1rem;
  font-weight: 900;
}

.bot-messages {
  display: grid;
  max-height: 250px;
  gap: 10px;
  overflow: auto;
  padding: 14px;
}

.bot-message {
  width: fit-content;
  max-width: 92%;
  margin: 0;
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.08);
  line-height: 1.45;
}

.bot-message.user {
  justify-self: end;
  color: #061019;
  background: var(--gold);
}

.bot-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 14px;
}

.bot-options button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 850;
}

.bot-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px;
}

.bot-form input {
  min-height: 42px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.bot-form button,
.bot-whatsapp {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 10px 12px;
  color: #061019;
  background: var(--gold);
  font-weight: 950;
}

.bot-whatsapp {
  display: block;
  border-radius: 0;
  text-align: center;
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.88);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes whatsappBeat {
  0%,
  100% {
    transform: scale(1);
  }

  16% {
    transform: scale(1.12);
  }

  28% {
    transform: scale(0.98);
  }

  42% {
    transform: scale(1.08);
  }
}

@media (max-width: 1100px) {
  .service-grid,
  .portfolio-grid,
  .video-grid,
  .inventory-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .nav {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .nav.open .nav-links {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 9, 13, 0.96);
    box-shadow: var(--shadow);
  }

  .nav.open .nav-links a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }

  .nav.open .nav-links a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(7, 9, 13, 0.72), #07090d 86%),
      linear-gradient(90deg, rgba(7, 9, 13, 0.82), rgba(7, 9, 13, 0.32));
  }

  .hero-stats,
  .service-grid,
  .split-section,
  .inventory-section,
  .inventory-features,
  .business-systems,
  .suite-plan-grid,
  .suite-feature-grid,
  .video-grid,
  .plan-grid,
  .portfolio-grid,
  .process-grid,
  .faq-section,
  .check-list {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    display: none;
  }

  .service-card,
  .video-card,
  .plan-card,
  .portfolio-item,
  .process-step {
    min-height: auto;
  }

  .video-card video {
    min-height: 430px;
  }

  .hero-actions,
  .inventory-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .suite-steps {
    grid-template-columns: 1fr;
  }

  .suite-steps i {
    display: none;
  }

  .suite-commerce-actions {
    flex-direction: column;
  }

  .business-system-buttons a {
    align-items: flex-start;
    flex-direction: column;
  }

  .business-system-buttons a::before {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .inventory-dashboard,
  .inventory-table div {
    grid-template-columns: 1fr;
  }

  .inventory-panel {
    min-width: 0;
  }

  .whatsapp-float {
    width: 60px;
    height: 60px;
  }

  .quick-bot {
    bottom: calc(clamp(18px, 3vw, 34px) + 76px);
  }

  .bot-float {
    width: 60px;
    height: 60px;
  }

  .bot-form {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 520px) {
  h1 {
    font-size: 2.65rem;
  }

  .brand b {
    font-size: 0.95rem;
  }

  .brand img {
    width: 112px;
    height: 48px;
  }

  .nav .brand b {
    display: none;
  }

  .section,
  .split-section,
  .video-section,
  .inventory-section,
  .portfolio-section,
  .process-section,
  .faq-section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
