:root {
  --bg: #070914;
  --bg-soft: #0d1224;
  --card: rgba(255, 255, 255, 0.07);
  --card-strong: rgba(255, 255, 255, 0.11);
  --text: #f6f7fb;
  --muted: #aeb6cb;
  --line: rgba(255, 255, 255, 0.14);
  --primary: #7c5cff;
  --primary-2: #00d4ff;
  --whatsapp: #25d366;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(124, 92, 255, 0.35), transparent 32rem),
    radial-gradient(circle at 80% 10%, rgba(0, 212, 255, 0.2), transparent 24rem),
    var(--bg);
  line-height: 1.6;
}

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

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(7, 9, 20, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 10px 28px rgba(0, 212, 255, 0.22));
}

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

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

.nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 0.78rem;
}

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

h1 {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
}

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

.hero-text,
.section-heading p,
.process p,
.contact p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 660px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.btn.primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: white;
  box-shadow: 0 16px 40px rgba(124, 92, 255, 0.35);
}

.btn.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.btn.whatsapp {
  color: #052d16;
  background: var(--whatsapp);
}

.hero-contact {
  display: inline-grid;
  gap: 4px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-contact span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-contact strong {
  font-size: clamp(1.1rem, 2.3vw, 1.55rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.trust-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-card,
.contact-card,
.service-card,
.step {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card {
  border-radius: 32px;
  padding: 28px;
  transform: rotate(1.5deg);
}

.card-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 22px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #48ff9b;
  box-shadow: 0 0 18px #48ff9b;
}

.chat-bubble {
  padding: 16px 18px;
  border-radius: 20px;
  margin-bottom: 14px;
  max-width: 88%;
}

.chat-bubble.user {
  background: rgba(255, 255, 255, 0.1);
}

.chat-bubble.bot {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.9), rgba(0, 212, 255, 0.75));
}

.automation-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.automation-list div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.automation-list strong {
  color: var(--primary-2);
}

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

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  border-radius: 26px;
  padding: 26px;
}

.service-card p,
.step p,
.small-note {
  color: var(--muted);
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  background: var(--card-strong);
  margin-bottom: 24px;
}

.process {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.035), transparent);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 16px;
}

.step {
  border-radius: 24px;
  padding: 22px;
  display: flex;
  gap: 18px;
}

.step > span {
  flex: 0 0 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  font-weight: 900;
}

.contact-card {
  border-radius: 34px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.18), rgba(0, 212, 255, 0.1)),
    var(--card);
}

.contact-details {
  display: grid;
  gap: 18px;
  justify-items: end;
  min-width: min(100%, 430px);
}

.contact-line {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.contact-line span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-line strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.small-note {
  width: 100%;
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

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

.footer-links a {
  color: var(--muted);
}

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

.legal-page {
  min-height: 100vh;
  background: var(--bg);
}

.legal-main {
  padding: 72px 0;
}

.legal-content {
  max-width: 820px;
}

.legal-content h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
}

.legal-content h2 {
  margin-top: 38px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content a {
  color: var(--primary-2);
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 700;
}

.back-link:hover {
  color: var(--text);
}

@media (max-width: 860px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .section {
    padding: 70px 0;
  }

  .hero-grid,
  .process-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    transform: none;
  }

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

  .contact-details {
    justify-items: start;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  h1 {
    font-size: 2.8rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .contact-card {
    padding: 26px;
  }
}
