:root {
  --bg: #08070f;
  --bg-soft: #120f1e;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-light: rgba(255, 255, 255, 0.86);
  --text: #f6f2ff;
  --text-soft: #c9bfdc;
  --text-dark: #241531;
  --primary: #7f3cff;
  --primary-strong: #5b1fcc;
  --accent: #f0c35c;
  --accent-strong: #d7a232;
  --border: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(5, 3, 10, 0.38);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(127, 60, 255, 0.28), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(240, 195, 92, 0.18), transparent 18%),
    radial-gradient(circle at 50% 110%, rgba(127, 60, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #07060d 0%, #0b0912 45%, #110d1c 100%);
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 6rem 0;
}

.page-background::before,
.page-background::after {
  content: "";
  position: fixed;
  border-radius: 50%;
  filter: blur(110px);
  z-index: -1;
}

.page-background::before {
  top: -90px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: rgba(127, 60, 255, 0.22);
}

.page-background::after {
  right: -120px;
  bottom: 10%;
  width: 280px;
  height: 280px;
  background: rgba(240, 195, 92, 0.16);
}

.eyebrow {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 2.4rem;
}

.section-heading h2,
.hero h1,
.brand strong,
.footer h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.section-heading h2 {
  margin: 0.7rem 0 0;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.02;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  z-index: 90;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--text-dark);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(240, 195, 92, 0.95);
  outline-offset: 4px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7, 6, 13, 0.6);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand__logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 18px;
  padding: 0.45rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.brand__text {
  min-width: 0;
}

.brand strong,
.brand span {
  display: block;
}

.brand strong {
  font-size: 1rem;
  color: #fff;
}

.brand span {
  margin-top: 0.15rem;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.nav a {
  color: var(--text-soft);
  font-size: 0.96rem;
  font-weight: 700;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.nav__cta {
  padding: 0.82rem 1.15rem;
  border-radius: 999px;
  color: var(--text-dark) !important;
  background: linear-gradient(135deg, var(--accent), #f5d98c);
  box-shadow: 0 14px 32px rgba(240, 195, 92, 0.24);
}

.nav__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 2.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(127, 60, 255, 0.22), rgba(240, 195, 92, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(8, 6, 15, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.social-icon svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: currentColor;
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.nav-toggle:focus-visible,
.button:focus-visible,
.whatsapp-float:focus-visible,
.faq-item summary:focus-visible,
.social-section__link:focus-visible,
.nav a:focus-visible {
  outline-color: rgba(240, 195, 92, 0.95);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hero */
.hero {
  padding-top: 5.3rem;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 1.5rem;
  align-items: stretch;
}

.hero__content,
.hero-panel,
.service-card,
.step-card,
.benefit-item,
.faq-item,
.footer__content {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero__content {
  padding: clamp(1.8rem, 4vw, 3rem);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(127, 60, 255, 0.12), rgba(240, 195, 92, 0.06));
  backdrop-filter: blur(20px);
}

.hero__brandline {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.hero__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 22px;
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero h1 {
  margin: 1.25rem 0 1rem;
  font-size: clamp(2.35rem, 5.8vw, 4.1rem);
  line-height: 1;
  max-width: 11.5ch;
}

.hero__text {
  max-width: 560px;
  margin: 0;
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.nav__social:hover .social-icon,
.nav__social:focus-visible .social-icon,
.nav__social:hover .social-icon,
.nav__social:focus-visible .social-icon,
.footer__instagram:hover .social-icon,
.footer__instagram:focus-visible .social-icon,
.social-section__link:hover .social-icon,
.social-section__link:focus-visible .social-icon {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 30px rgba(8, 6, 15, 0.28);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--text-dark);
  background: linear-gradient(135deg, var(--accent), #f3db95);
  box-shadow: 0 18px 40px rgba(240, 195, 92, 0.24);
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.hero__tags li {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-panel {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(127, 60, 255, 0.14), rgba(11, 9, 18, 0.3));
  backdrop-filter: blur(16px);
}

.hero-panel__badge {
  display: inline-flex;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(240, 195, 92, 0.12);
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-panel__list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.hero-panel__list p {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
}

/* Services */
.services__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  min-height: 200px;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(14px);
}

.service-card__icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent) 0%, rgba(240, 195, 92, 0.25) 72%);
  box-shadow: 0 0 22px rgba(240, 195, 92, 0.32);
}

.service-card h3,
.step-card h3 {
  margin: 0 0 0.75rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  line-height: 1.05;
}

.service-card p,
.faq-item p,
.footer p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

/* Testimonials */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.testimonial-card {
  padding: 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
    linear-gradient(180deg, rgba(127, 60, 255, 0.08), rgba(240, 195, 92, 0.04));
  backdrop-filter: blur(16px);
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.95rem;
}

.testimonial-card__header h3 {
  margin: 0 0 0.15rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
}

.testimonial-card__header p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.testimonial-avatar {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(127, 60, 255, 0.28), rgba(255, 255, 255, 0.08));
}

.testimonial-avatar::before,
.testimonial-avatar::after,
.testimonial-avatar span::before,
.testimonial-avatar span::after {
  content: "";
  position: absolute;
}

.testimonial-avatar::before {
  top: 10px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.88);
}

.testimonial-avatar::after {
  left: 50%;
  bottom: 7px;
  width: 28px;
  height: 18px;
  border-radius: 16px 16px 10px 10px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
}

.testimonial-avatar span::before {
  inset: auto auto 7px 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(240, 195, 92, 0.18);
  filter: blur(6px);
}

.testimonial-avatar span::after {
  top: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.testimonial-avatar--gold {
  background: linear-gradient(135deg, rgba(240, 195, 92, 0.28), rgba(127, 60, 255, 0.12));
}

.testimonial-avatar--lilac {
  background: linear-gradient(135deg, rgba(177, 148, 255, 0.28), rgba(255, 255, 255, 0.08));
}

.testimonial-avatar--pearl {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(240, 195, 92, 0.14));
}

.testimonial-avatar--deep {
  background: linear-gradient(135deg, rgba(74, 31, 154, 0.34), rgba(240, 195, 92, 0.12));
}

.testimonial-avatar--violet-soft {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.28), rgba(255, 255, 255, 0.1));
}

.testimonial-chat {
  display: grid;
  gap: 0.5rem;
}

.message {
  width: 100%;
  margin: 0;
  padding: 0.78rem 0.85rem;
  border-radius: 16px 16px 16px 6px;
  line-height: 1.55;
  font-size: 0.88rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  justify-self: start;
}

/* Process */
.process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step-card {
  padding: 1.6rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), #9f75ff);
  color: #fff;
  font-weight: 800;
}

/* Benefits */
.benefits__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-item {
  padding: 1.35rem 1.1rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  text-align: center;
  font-weight: 800;
}

/* FAQ */
.faq__list {
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  padding: 1.15rem 1.3rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.faq-item summary {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: #fff;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.15rem;
  color: var(--accent);
  font-size: 1.35rem;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin-top: 0.9rem;
}

/* Footer */
.footer {
  padding-top: 2rem;
}

.footer__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 2rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(127, 60, 255, 0.18), rgba(240, 195, 92, 0.08));
  backdrop-filter: blur(18px);
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 24px;
  padding: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
}

.social-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.4rem 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.social-section h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.social-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1fcf70, #0ca453);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(10, 115, 59, 0.34);
}

/* Motion */
.hero__content,
.hero-panel,
.service-card,
.testimonial-card,
.step-card,
.benefit-item,
.faq-item,
.footer__content {
  animation: rise-in 0.7s ease both;
}

.service-card:nth-child(2),
.service-card:nth-child(4),
.testimonial-card:nth-child(2),
.testimonial-card:nth-child(4),
.step-card:nth-child(2),
.benefit-item:nth-child(2),
.benefit-item:nth-child(4),
.faq-item:nth-child(2),
.faq-item:nth-child(4) {
  animation-delay: 0.1s;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav {
    position: fixed;
    top: 88px;
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(14, 11, 23, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav__social {
    min-height: 44px;
    padding: 0;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero__grid,
  .services__grid,
  .testimonials__grid,
  .process__grid,
  .benefits__list,
  .footer__content {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 13ch;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 4.5rem 0;
  }

  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .header__content {
    min-height: 78px;
  }

  .brand {
    gap: 0.7rem;
  }

  .brand__logo {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand span {
    font-size: 0.78rem;
  }

  .nav {
    top: 78px;
    left: 0.625rem;
    right: 0.625rem;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero__content,
  .hero-panel,
  .service-card,
  .step-card,
  .benefit-item,
  .faq-item,
  .footer__content {
    border-radius: 24px;
  }

  .hero__brandline {
    align-items: flex-start;
  }

  .hero__logo {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    max-width: none;
  }

  .hero__actions,
  .footer__brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-icon {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }

  .testimonial-card {
    padding: 1rem;
  }

  .testimonial-card__header {
    align-items: flex-start;
  }

  .testimonial-avatar {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .message {
    max-width: 100%;
    font-size: 0.86rem;
  }

  .social-section {
    align-items: center;
    padding: 1.2rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
  }

  .button,
  .whatsapp-float {
    width: 100%;
  }

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

  .whatsapp-float {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (max-width: 420px) {
  .benefits__list {
    grid-template-columns: 1fr;
  }
}
