    :root {
      --bg: #050505;
      --bg-soft: #0d0d0d;
      --text: #ffffff;
      --muted: #b8b8b8;
      --line: rgba(255, 255, 255, 0.12);
      --line-strong: rgba(255, 255, 255, 0.22);
      --card: #101010;
      --card-2: #161616;
      --accent: #f5c96b;
      --accent-soft: rgba(245, 201, 107, 0.16);
      --success: #d5ffd0;
      --white: #ffffff;
      --black: #000000;
      --whatsapp: #ffffff;
      --radius: 28px;
      --max: 1120px;
      --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 20% 10%, rgba(245, 201, 107, 0.12), transparent 24rem),
        radial-gradient(circle at 90% 20%, rgba(255,255,255,0.05), transparent 20rem),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,0.04), transparent 26rem),
        var(--bg);
      color: var(--text);
      line-height: 1.5;
      min-height: 100vh;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(100% - 40px, var(--max));
      margin-inline: auto;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 10;
      background: rgba(5, 5, 5, 0.82);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
    }

    .nav__inner {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    .brand img {
      width: 54px;
      height: 54px;
      object-fit: contain;
      border-radius: 14px;
    }

    .nav__links {
      display: flex;
      align-items: center;
      gap: 24px;
      color: var(--muted);
      font-size: 0.94rem;
    }

    .nav__links a:hover {
      color: var(--white);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 24px;
      border-radius: 999px;
      font-weight: 900;
      letter-spacing: -0.02em;
      border: 1px solid var(--line-strong);
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
      cursor: pointer;
    }

    .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 46px rgba(245, 201, 107, 0.16);
    }

    .btn--white {
      background: var(--white);
      color: var(--black);
      border-color: var(--white);
    }

    .btn--outline {
      background: transparent;
      color: var(--white);
      border-color: rgba(255, 255, 255, 0.18);
    }

    .btn svg {
      width: 20px;
      height: 20px;
    }

    .hero {
      padding: 92px 0 62px;
    }

    .hero__grid {
      display: grid;
      grid-template-columns: 1fr 0.88fr;
      gap: 52px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 13px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--muted);
      font-size: 0.9rem;
      margin-bottom: 22px;
      background: rgba(255,255,255,0.04);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 24px rgba(245, 201, 107, 0.75);
    }

    h1 {
      font-size: clamp(3rem, 7.3vw, 7.25rem);
      line-height: 0.9;
      letter-spacing: -0.085em;
      max-width: 780px;
      margin-bottom: 24px;
    }

    .hero__text {
      color: var(--muted);
      font-size: clamp(1.05rem, 2vw, 1.22rem);
      max-width: 620px;
      margin-bottom: 32px;
      text-wrap: balance;
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
      margin-bottom: 26px;
    }

    .microcopy {
      color: #989898;
      font-size: 0.94rem;
      max-width: 560px;
    }

    .hero__visual {
      position: relative;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 38px;
      background:
        linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.02)),
        radial-gradient(circle at top right, rgba(245, 201, 107, 0.14), transparent 14rem),
        var(--card);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .hero__visual::before {
      content: "";
      position: absolute;
      inset: -80px -40px auto auto;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      background: rgba(245, 201, 107, 0.18);
      filter: blur(16px);
    }

    .logo-card {
      position: relative;
      display: grid;
      place-items: center;
      aspect-ratio: 1 / 1;
      border-radius: 30px;
      background: var(--black);
      border: 1px solid rgba(255,255,255,0.14);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      overflow: hidden;
    }

    .logo-card img {
      width: min(86%, 520px);
      height: auto;
      filter: drop-shadow(0 24px 35px rgba(255,255,255,0.09));
    }

    .hero-video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: inherit;
      background: #000;
    }

    .video-sound-toggle {
      position: absolute;
      right: 18px;
      bottom: 18px;
      z-index: 2;
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(10,10,10,0.72);
      color: var(--white);
      border-radius: 999px;
      padding: 10px 14px;
      font: inherit;
      font-size: 0.88rem;
      font-weight: 700;
      backdrop-filter: blur(14px);
      cursor: pointer;
      transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
    }

    .video-sound-toggle:hover {
      transform: translateY(-1px);
      background: rgba(20,20,20,0.88);
      border-color: rgba(245, 201, 107, 0.3);
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 16px;
    }

    .stat {
      padding: 18px 14px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
      text-align: center;
    }

    .stat strong {
      display: block;
      font-size: 1.45rem;
      letter-spacing: -0.05em;
      margin-bottom: 2px;
      color: var(--accent);
    }

    .stat span {
      color: var(--muted);
      font-size: 0.82rem;
    }

    .strip {
      border-block: 1px solid var(--line);
      background: rgba(255,255,255,0.03);
      overflow: hidden;
    }

    .strip__inner {
      display: flex;
      gap: 18px;
      padding: 18px 0;
      color: var(--white);
      font-weight: 950;
      letter-spacing: -0.05em;
      white-space: nowrap;
      animation: move 24s linear infinite;
    }

    .strip__inner span {
      color: var(--muted);
      font-weight: 800;
    }

    @keyframes move {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    section {
      padding: 86px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 32px;
      align-items: end;
      margin-bottom: 34px;
    }

    .section-kicker {
      color: var(--muted);
      margin-bottom: 12px;
      font-size: 0.94rem;
    }

    h2 {
      font-size: clamp(2.2rem, 5vw, 4.9rem);
      line-height: 0.94;
      letter-spacing: -0.08em;
    }

    .section-copy {
      color: var(--muted);
      max-width: 640px;
      font-size: 1.08rem;
    }

    .categories {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .category {
      position: relative;
      min-height: 210px;
      padding: 26px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      overflow: hidden;
    }

    .category::after {
      content: attr(data-number);
      position: absolute;
      right: 20px;
      bottom: -18px;
      font-size: 7rem;
      line-height: 1;
      font-weight: 950;
      letter-spacing: -0.1em;
      color: rgba(255,255,255,0.045);
    }

    .category__icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: linear-gradient(180deg, rgba(245, 201, 107, 0.16), rgba(245, 201, 107, 0.08));
      color: var(--accent);
      border: 1px solid rgba(245, 201, 107, 0.22);
      margin-bottom: 28px;
      box-shadow: 0 18px 34px rgba(245, 201, 107, 0.14);
    }

    .category__icon svg {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .category h3 {
      font-size: 1.45rem;
      letter-spacing: -0.045em;
      margin-bottom: 8px;
    }

    .category p {
      color: var(--muted);
      position: relative;
      z-index: 1;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .step {
      padding: 30px;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #f7f5ef, #f0ede4);
      color: var(--black);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    }

    .step span {
      display: inline-grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 1px solid var(--black);
      font-weight: 950;
      margin-bottom: 38px;
    }

    .step h3 {
      font-size: 1.5rem;
      letter-spacing: -0.05em;
      margin-bottom: 10px;
    }

    .step p {
      color: #4c4c4c;
    }

    .offer {
      padding: 56px;
      border-radius: 38px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at top right, rgba(245, 201, 107, 0.22), transparent 20rem),
        linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01)),
        var(--card);
      display: grid;
      grid-template-columns: 1fr 0.78fr;
      gap: 36px;
      align-items: center;
      box-shadow: var(--shadow);
    }

    .offer h2 {
      margin-bottom: 18px;
    }

    .offer p {
      color: var(--muted);
      font-size: 1.08rem;
      max-width: 690px;
    }

    .checklist {
      display: grid;
      gap: 14px;
      margin-top: 30px;
      list-style: none;
    }

    .checklist li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: var(--muted);
    }

    .checklist li::before {
      content: "✓";
      flex: 0 0 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--accent);
      color: var(--black);
      font-size: 0.82rem;
      font-weight: 950;
      margin-top: 1px;
    }

    .join-card {
      padding: 30px;
      border-radius: 28px;
      background: linear-gradient(180deg, #fffdf8, #f6f1e6);
      color: var(--black);
      box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
    }

    .join-card__label {
      color: #5f5f5f;
      font-size: 0.94rem;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .join-card__title {
      font-size: clamp(2.1rem, 4vw, 4.4rem);
      line-height: 0.92;
      letter-spacing: -0.08em;
      font-weight: 950;
      margin-bottom: 14px;
    }

    .join-card p {
      color: #4c4c4c;
    }

    .join-card .btn {
      width: 100%;
      margin-top: 24px;
      background: var(--black);
      color: var(--white);
      border-color: var(--black);
    }

    .join-card .microcopy {
      color: #666666;
      max-width: none;
    }

    .faq {
      max-width: 860px;
      margin-inline: auto;
      display: grid;
      gap: 12px;
    }

    details {
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 20px 22px;
      background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    }

    summary {
      cursor: pointer;
      list-style: none;
      font-weight: 900;
      letter-spacing: -0.035em;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    details p {
      color: var(--muted);
      margin-top: 12px;
    }

    .final-cta {
      text-align: center;
      padding: 100px 0 110px;
      border-top: 1px solid var(--line);
      background:
        radial-gradient(circle at top center, rgba(245, 201, 107, 0.12), transparent 18rem),
        transparent;
    }

    .final-cta img {
      width: min(260px, 72vw);
      margin: 0 auto 20px;
      border-radius: 22px;
      box-shadow: 0 28px 50px rgba(0, 0, 0, 0.28);
    }

    .final-cta h2 {
      max-width: 850px;
      margin: 0 auto 20px;
    }

    .final-cta p {
      max-width: 630px;
      color: var(--muted);
      margin: 0 auto 30px;
      font-size: 1.08rem;
    }

    .floating-whatsapp {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 20;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 54px;
      padding: 0 18px;
      border-radius: 999px;
      background: #f8f5ee;
      color: var(--black);
      border: 1px solid rgba(255, 255, 255, 0.5);
      font-weight: 950;
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    }

    .footer {
      padding: 30px 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-size: 0.94rem;
    }

    .footer__inner {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .menu-button {
      display: none;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: transparent;
      color: var(--white);
      padding: 10px 14px;
      font-weight: 900;
      cursor: pointer;
    }

    @media (max-width: 900px) {
      .menu-button {
        display: inline-flex;
      }

      .nav__links {
        position: absolute;
        inset: 76px 20px auto 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 22px;
        background: #090909;
        box-shadow: var(--shadow);
      }

      .nav__links.is-open {
        display: flex;
      }

      .nav__links a {
        padding: 14px 12px;
      }

      .hero__grid,
      .section-head,
      .offer {
        grid-template-columns: 1fr;
      }

      .categories,
      .steps {
        grid-template-columns: 1fr;
      }

      .hero {
        padding-top: 58px;
      }

      .offer {
        padding: 34px;
      }

      .floating-whatsapp span {
        display: none;
      }
    }

    @media (max-width: 520px) {
      .container {
        width: min(100% - 28px, var(--max));
      }

      .brand strong {
        display: none;
      }

      .hero__actions .btn {
        width: 100%;
      }

      section {
        padding: 66px 0;
      }

      .stats {
        grid-template-columns: 1fr;
      }

      .offer {
        border-radius: 28px;
        padding: 24px;
      }

      .join-card {
        padding: 24px;
      }
    }
