
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --bg: #080A0F;
    --surface: #0E1118;
    --border: rgba(255,255,255,0.07);
    --accent: #7C6FFF;
    --accent2: #FF6B9D;
    --gold: #F5C84A;
    --text: #F0EEF8;
    --muted: rgba(240,238,248,0.5);
    --dim: rgba(240,238,248,0.25);
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden;
  }

  /* Grid background */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
      linear-gradient(rgba(124,111,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(124,111,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
  }

  /* Ambient glow */
  body::after {
    content: '';
    position: fixed;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(124,111,255,0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
  }

  .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
  }

  /* NAV */
  nav {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  .logo {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: var(--text);
    text-decoration: none;
  }

  .logo span {
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .nav-pill {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 8px 18px;
  }

  /* HERO */
  .hero {
    padding: 32px 0 48px;
    text-align: center;
  }

  .eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(124,111,255,0.08);
    border: 1px solid rgba(124,111,255,0.2);
    border-radius: 100px;
    padding: 6px 16px;
    margin-bottom: 32px;
  }

  h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 4.5vw, 52px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
  }

  h1 .gradient {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent2) 60%, var(--gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-sub {
    font-size: 18px;
    font-weight: 300;
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.6;
  }

  .hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0.01em;
  }

  /* DIVIDER */
  .divider {
    width: 100%;
    height: 1px;
    background: var(--border);
    margin: 0;
  }

  /* STAT ROW */
  .stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    margin: 64px 0;
  }

  .stat {
    background: var(--surface);
    padding: 36px 32px;
    text-align: center;
  }

  .stat-number {
    font-family: 'Syne', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
  }

  .stat-label {
    font-size: 13px;
    color: var(--muted);
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  /* SECTION */
  section {
    padding: 80px 0;
  }

  .section-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
  }

  h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .section-sub {
    font-size: 16px;
    color: var(--muted);
    font-weight: 300;
    max-width: 520px;
    margin-bottom: 56px;
  }

  /* PRODUCTS */
  .products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }

  .product-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s;
  }

  .product-card:hover {
    border-color: rgba(124,111,255,0.3);
  }

  .product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
  }

  .product-card.aesthetika::before { background: linear-gradient(90deg, var(--accent), var(--accent2)); }
  .product-card.courtpilot::before { background: linear-gradient(90deg, var(--gold), var(--accent2)); }
  .product-card.arevos::before { background: linear-gradient(90deg, var(--accent2), var(--accent)); }

  .product-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .product-tag.beauty { background: rgba(124,111,255,0.1); color: var(--accent); border: 1px solid rgba(124,111,255,0.2); }
  .product-tag.courts { background: rgba(245,200,74,0.1); color: var(--gold); border: 1px solid rgba(245,200,74,0.2); }
  .product-tag.platform { background: rgba(255,107,157,0.1); color: var(--accent2); border: 1px solid rgba(255,107,157,0.2); }

  .product-name {
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }

  .product-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
    font-weight: 300;
  }

  /* WHAT WE DO */
  .pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 48px;
  }

  .pillar {
    background: rgba(124,111,255,0.04);
    border: 1px solid rgba(124,111,255,0.1);
    border-radius: 14px;
    padding: 28px 24px;
  }

  .pillar-icon {
    width: 40px;
    height: 40px;
    background: rgba(124,111,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .pillar-title {
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .pillar-text {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
    font-weight: 300;
  }

  /* CONTACT */
  .contact-section {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .contact-section::before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(124,111,255,0.08) 0%, transparent 70%);
  }

  .contact-section h2 {
    margin-bottom: 12px;
  }

  .contact-sub {
    font-size: 16px;
    color: var(--muted);
    margin-bottom: 36px;
    font-weight: 300;
  }

  .contact-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(124,111,255,0.08);
    border: 1px solid rgba(124,111,255,0.2);
    border-radius: 100px;
    padding: 14px 28px;
    color: var(--accent);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.01em;
  }

  /* FOOTER */
  footer {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border);
    position: relative;
    z-index: 1;
  }

  .footer-left {
    font-size: 13px;
    color: var(--dim);
  }

  .footer-right {
    font-size: 12px;
    color: var(--dim);
    text-align: right;
  }

  .footer-links {
    display: flex;
    gap: 24px;
    font-size: 13px;
  }

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

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

  /* ANIMATION */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .hero > * { animation: fadeUp 0.6s ease both; }
  .eyebrow { animation-delay: 0.1s; }
  h1 { animation-delay: 0.2s; }
  .hero-sub { animation-delay: 0.3s; }
  .hero-cta { animation-delay: 0.4s; }

  @media (max-width: 640px) {
    .container { padding: 0 20px; }
    .stat-row { grid-template-columns: 1fr; }
    .contact-section { padding: 40px 24px; }
    footer { flex-direction: column; gap: 12px; text-align: center; }
    .footer-right { text-align: center; }
    .footer-links { justify-content: center; }
  }


  /* Legal pages */
  .legal-shell { padding: 72px 0 96px; }
  .legal-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 52px 56px;
    background: rgba(14, 17, 24, 0.88);
    border: 1px solid var(--border);
    border-radius: 20px;
    position: relative;
    z-index: 1;
  }
  .legal-content h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.25rem, 6vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
    margin-bottom: 24px;
  }
  .legal-content h2 {
    font-size: 1.35rem;
    line-height: 1.35;
    margin: 42px 0 16px;
  }
  .legal-content p { color: rgba(240,238,248,0.76); margin: 0 0 18px; }
  .legal-content strong { color: var(--text); font-weight: 600; }
  .legal-content em { color: rgba(240,238,248,0.86); }
  .legal-content ul { color: rgba(240,238,248,0.76); margin: 0 0 22px 24px; }
  .legal-content li { margin-bottom: 8px; padding-left: 6px; }
  .legal-content hr { border: 0; height: 1px; background: var(--border); margin: 34px 0; }
  .legal-content table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; }
  .legal-content td { color: rgba(240,238,248,0.76); padding: 14px 16px; border: 1px solid var(--border); vertical-align: top; }
  .legal-content td:first-child { width: 42%; }
  @media (max-width: 640px) {
    .legal-shell { padding: 40px 0 64px; }
    .legal-content { padding: 32px 22px; border-radius: 14px; }
    .legal-content td { display: block; width: 100% !important; }
    .legal-content td + td { border-top: 0; }
  }
