    :root {
      --gold: #D4A017;
      --gold-light: #F5C842;
      --gold-pale: #FDE98A;
      --dark: #1A1A1A;
      --gray-900: #222222;
      --gray-800: #2E2E2E;
      --gray-700: #3D3D3D;
      --gray-400: #9A9A9A;
      --gray-200: #D5D5D5;
      --white: #FFFFFF;
    }

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

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--dark);
      color: var(--white);
      overflow-x: hidden;
    }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 18px 6vw;
      background: rgba(20,20,20,0.85);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(212,160,23,0.15);
    }

    .nav-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.7rem; font-weight: 700;
      color: var(--gold-light);
      letter-spacing: 0.04em;
    }
    .nav-logo span { color: var(--white); }

    .nav-links { display: flex; gap: 2.2rem; list-style: none; }
    .nav-links a {
      color: var(--gray-200); text-decoration: none;
      font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em;
      text-transform: uppercase;
      transition: color 0.25s;
    }
    .nav-links a:hover { color: var(--gold-light); }

    .nav-cta {
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--dark); font-weight: 600; font-size: 0.85rem;
      padding: 10px 22px; border-radius: 4px;
      text-decoration: none; letter-spacing: 0.05em;
      transition: opacity 0.2s, transform 0.2s;
    }
    .nav-cta:hover { opacity: 0.88; transform: translateY(-1px); }

    /* ── HERO ── */
    #hero {
      min-height: 100vh;
      display: flex; align-items: center;
      padding: 120px 6vw 80px;
      position: relative;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute; inset: 0; z-index: 0;
      background: radial-gradient(ellipse 70% 60% at 70% 50%, rgba(212,160,23,0.12) 0%, transparent 70%),
                  radial-gradient(ellipse 40% 40% at 20% 80%, rgba(212,160,23,0.07) 0%, transparent 60%),
                  linear-gradient(160deg, #1A1A1A 0%, #222 50%, #1E1C18 100%);
    }

    .hero-grid-lines {
      position: absolute; inset: 0; z-index: 0;
      background-image:
        linear-gradient(rgba(212,160,23,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212,160,23,0.05) 1px, transparent 1px);
      background-size: 60px 60px;
    }

    .hero-content { position: relative; z-index: 1; max-width: 680px; }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(212,160,23,0.12); border: 1px solid rgba(212,160,23,0.3);
      color: var(--gold-light); font-size: 0.78rem; font-weight: 600;
      letter-spacing: 0.1em; text-transform: uppercase;
      padding: 7px 16px; border-radius: 100px;
      margin-bottom: 28px;
      animation: fadeUp 0.7s ease both;
    }
    .hero-badge::before { content: '◆'; font-size: 0.6rem; }

    .hero-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3rem, 6vw, 5.2rem);
      font-weight: 700; line-height: 1.08;
      letter-spacing: -0.01em;
      margin-bottom: 24px;
      animation: fadeUp 0.7s 0.15s ease both;
    }
    .hero-title .gold { color: var(--gold-light); }

    .hero-sub {
      font-size: 1.05rem; color: var(--gray-400);
      line-height: 1.75; max-width: 520px;
      margin-bottom: 40px;
      animation: fadeUp 0.7s 0.3s ease both;
      font-weight: 300;
    }

    .hero-buttons {
      display: flex; gap: 16px; flex-wrap: wrap;
      animation: fadeUp 0.7s 0.45s ease both;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--dark); font-weight: 700; font-size: 0.92rem;
      padding: 14px 32px; border-radius: 5px;
      text-decoration: none; letter-spacing: 0.04em;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 20px rgba(212,160,23,0.35);
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(212,160,23,0.45); }

    .btn-outline {
      border: 1px solid rgba(212,160,23,0.45); color: var(--gold-light);
      font-size: 0.92rem; font-weight: 500;
      padding: 14px 32px; border-radius: 5px;
      text-decoration: none; letter-spacing: 0.04em;
      transition: background 0.2s, border-color 0.2s;
    }
    .btn-outline:hover { background: rgba(212,160,23,0.08); border-color: var(--gold-light); }

    .hero-stats {
      display: flex; gap: 40px; margin-top: 64px; flex-wrap: wrap;
      animation: fadeUp 0.7s 0.6s ease both;
    }
    .stat-item { border-left: 2px solid var(--gold); padding-left: 16px; }
    .stat-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem; font-weight: 700; color: var(--gold-light);
      line-height: 1;
    }
    .stat-label { font-size: 0.78rem; color: var(--gray-400); margin-top: 4px; letter-spacing: 0.05em; text-transform: uppercase; }

    /* ── SECTION SHARED ── */
    section { padding: 100px 6vw; }

    .section-label {
      font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em;
      text-transform: uppercase; color: var(--gold);
      margin-bottom: 14px;
      display: flex; align-items: center; gap: 10px;
    }
    .section-label::after { content: ''; flex: 0 0 40px; height: 1px; background: var(--gold); }

    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700;
      line-height: 1.15; margin-bottom: 20px;
    }
    .section-title .gold { color: var(--gold-light); }

    .section-desc {
      color: var(--gray-400); font-size: 1rem;
      line-height: 1.8; max-width: 560px;
      font-weight: 300;
    }

    /* ── ABOUT ── */
    #about {
      background: var(--gray-900);
      display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
    }

    .about-visual {
      position: relative;
    }
    .about-card {
      background: linear-gradient(135deg, var(--gray-800), #252520);
      border: 1px solid rgba(212,160,23,0.2);
      border-radius: 12px; padding: 40px;
      position: relative; overflow: hidden;
    }
    .about-card::before {
      content: '';
      position: absolute; top: -40px; right: -40px;
      width: 180px; height: 180px;
      background: radial-gradient(circle, rgba(212,160,23,0.15) 0%, transparent 70%);
      border-radius: 50%;
    }
    .about-icon { font-size: 3rem; margin-bottom: 16px; }
    .about-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; color: var(--gold-light);
    }
    .about-card p { color: var(--gray-400); font-size: 0.95rem; line-height: 1.7; font-weight: 300; }
    .about-card-small {
      margin-top: 16px;
      background: rgba(212,160,23,0.06); border: 1px solid rgba(212,160,23,0.15);
      border-radius: 8px; padding: 20px 24px;
      display: flex; align-items: center; gap: 14px;
    }
    .about-card-small .icon { font-size: 1.5rem; }
    .about-card-small p { font-size: 0.88rem; color: var(--gray-400); font-weight: 300; }
    .about-card-small strong { color: var(--gold-light); }

    /* ── SERVICES ── */
    #services { background: var(--dark); }
    .services-header { margin-bottom: 60px; }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .service-card {
      background: linear-gradient(145deg, var(--gray-800), #242420);
      border: 1px solid rgba(212,160,23,0.12);
      border-radius: 10px; padding: 32px;
      transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
      position: relative; overflow: hidden;
    }
    .service-card::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      opacity: 0; transition: opacity 0.3s;
    }
    .service-card:hover { transform: translateY(-5px); border-color: rgba(212,160,23,0.35); box-shadow: 0 10px 40px rgba(0,0,0,0.4); }
    .service-card:hover::after { opacity: 1; }

    .service-platform {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(212,160,23,0.1); border: 1px solid rgba(212,160,23,0.2);
      padding: 5px 12px; border-radius: 100px;
      font-size: 0.72rem; font-weight: 600; color: var(--gold);
      letter-spacing: 0.08em; text-transform: uppercase;
      margin-bottom: 20px;
    }

    .service-emoji { font-size: 2rem; margin-bottom: 14px; display: block; }
    .service-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.35rem; font-weight: 700;
      margin-bottom: 10px; color: var(--white);
    }
    .service-desc { color: var(--gray-400); font-size: 0.88rem; line-height: 1.7; font-weight: 300; }
    .service-features { margin-top: 16px; list-style: none; }
    .service-features li {
      font-size: 0.82rem; color: var(--gray-400); padding: 4px 0;
      display: flex; align-items: center; gap: 8px;
    }
    .service-features li::before { content: '→'; color: var(--gold); font-size: 0.8rem; }

    /* ── WHY CHOOSE US ── */
    #why {
      background: linear-gradient(160deg, #1E1C18, var(--gray-900));
    }
    .why-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 60px; align-items: start; margin-top: 60px;
    }
    .why-list { display: flex; flex-direction: column; gap: 28px; }
    .why-item {
      display: flex; gap: 20px; align-items: flex-start;
      padding: 24px; border-radius: 8px;
      background: rgba(212,160,23,0.04); border: 1px solid rgba(212,160,23,0.1);
      transition: background 0.25s, border-color 0.25s;
    }
    .why-item:hover { background: rgba(212,160,23,0.08); border-color: rgba(212,160,23,0.25); }
    .why-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.5rem; font-weight: 700; color: rgba(212,160,23,0.25);
      line-height: 1; min-width: 44px;
    }
    .why-item h3 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; color: var(--gold-light); }
    .why-item p { font-size: 0.88rem; color: var(--gray-400); line-height: 1.65; font-weight: 300; }

    .why-visual {
      background: linear-gradient(145deg, var(--gray-800), #242420);
      border: 1px solid rgba(212,160,23,0.2); border-radius: 12px;
      padding: 40px; text-align: center;
      position: sticky; top: 100px;
    }
    .why-visual-icon { font-size: 4rem; margin-bottom: 20px; }
    .why-visual h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.8rem; font-weight: 700; color: var(--gold-light); margin-bottom: 14px;
    }
    .why-visual p { color: var(--gray-400); font-size: 0.9rem; line-height: 1.75; font-weight: 300; }
    .platforms-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; justify-content: center; }
    .platform-chip {
      background: rgba(212,160,23,0.1); border: 1px solid rgba(212,160,23,0.2);
      color: var(--gold-light); font-size: 0.78rem; font-weight: 600;
      padding: 6px 14px; border-radius: 100px; letter-spacing: 0.05em;
    }

    /* ── TESTIMONIALS ── */
    #testimonials { background: var(--dark); }
    .testimonials-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 24px; margin-top: 56px;
    }
    .testimonial-card {
      background: linear-gradient(145deg, var(--gray-800), #232320);
      border: 1px solid rgba(212,160,23,0.12); border-radius: 10px;
      padding: 32px;
      transition: transform 0.3s, border-color 0.3s;
    }
    .testimonial-card:hover { transform: translateY(-4px); border-color: rgba(212,160,23,0.3); }
    .stars { color: var(--gold); font-size: 1rem; margin-bottom: 16px; letter-spacing: 3px; }
    .testimonial-text {
      color: var(--gray-200); font-size: 0.93rem; line-height: 1.75;
      font-weight: 300; font-style: italic; margin-bottom: 24px;
    }
    .testimonial-author { display: flex; align-items: center; gap: 14px; }
    .author-avatar {
      width: 44px; height: 44px; border-radius: 50%;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      display: flex; align-items: center; justify-content: center;
      font-weight: 700; color: var(--dark); font-size: 1rem;
    }
    .author-name { font-weight: 600; font-size: 0.92rem; color: var(--white); }
    .author-role { font-size: 0.78rem; color: var(--gray-400); margin-top: 2px; }

    /* ── CONTACT ── */
    #contact {
      background: var(--gray-900);
      display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
    }
    .contact-info h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 700;
      margin-bottom: 18px; line-height: 1.2;
    }
    .contact-info p { color: var(--gray-400); font-size: 0.95rem; line-height: 1.8; font-weight: 300; margin-bottom: 36px; }
    .contact-detail {
      display: flex; align-items: center; gap: 14px;
      padding: 16px 0; border-bottom: 1px solid rgba(212,160,23,0.1);
    }
    .contact-detail:last-of-type { border-bottom: none; }
    .contact-icon { font-size: 1.3rem; }
    .contact-label { font-size: 0.75rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
    .contact-value { font-size: 0.95rem; color: var(--gray-200); font-weight: 300; }

    .contact-form { display: flex; flex-direction: column; gap: 16px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group { display: flex; flex-direction: column; gap: 7px; }
    .form-group label { font-size: 0.78rem; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; }
    .form-group input, .form-group textarea, .form-group select {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(212,160,23,0.2);
      border-radius: 6px; padding: 12px 16px;
      color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 300;
      transition: border-color 0.25s, background 0.25s;
      outline: none;
    }
    .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
      border-color: var(--gold); background: rgba(212,160,23,0.06);
    }
    .form-group input::placeholder, .form-group textarea::placeholder { color: var(--gray-700); }
    .form-group textarea { resize: vertical; min-height: 110px; }
    .form-group select option { background: var(--gray-800); color: var(--white); }
    .form-submit {
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--dark); font-weight: 700; font-size: 0.95rem;
      padding: 15px 32px; border-radius: 6px;
      border: none; cursor: pointer; letter-spacing: 0.05em;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 20px rgba(212,160,23,0.3);
      margin-top: 6px;
    }
    .form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(212,160,23,0.45); }

    /* ── FOOTER ── */
    footer {
      background: #111; border-top: 1px solid rgba(212,160,23,0.12);
      padding: 40px 6vw;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
    }
    .footer-brand {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem; font-weight: 700; color: var(--gold-light);
    }
    .footer-tagline { font-size: 0.8rem; color: var(--gray-400); margin-top: 4px; letter-spacing: 0.08em; }
    .footer-copy { font-size: 0.8rem; color: var(--gray-400); }

    /* ── DIVIDER ── */
    .gold-divider {
      width: 60px; height: 2px;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
      margin: 24px 0;
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      #about, #contact { grid-template-columns: 1fr; gap: 40px; }
      .why-grid { grid-template-columns: 1fr; }
      .why-visual { position: static; }
      .form-row { grid-template-columns: 1fr; }
      .nav-links { display: none; }
    }
  


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

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.service-emoji img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.contact-value a {
  color: var(--gray-200);
  text-decoration: none;
}

.contact-value a:hover {
  color: var(--gold-light);
}

@media (max-width: 1100px) {
  nav {
    padding: 16px 5vw;
  }

  .nav-links {
    gap: 1.2rem;
  }

  #hero,
  section,
  footer {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-stats {
    gap: 20px;
  }
}

@media (max-width: 900px) {
  nav {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .nav-logo {
    width: 100%;
    text-align: center;
  }

  .nav-cta {
    padding: 10px 18px;
  }

  #hero {
    min-height: auto;
    padding: 140px 5vw 70px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-sub {
    max-width: 100%;
  }

  .hero-stats {
    gap: 16px;
  }

  .stat-item {
    min-width: 140px;
  }

  #about,
  #contact,
  .why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-visual {
    position: static;
  }

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

  .nav-links {
    display: none;
  }
}

@media (max-width: 768px) {
  section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-title,
  .contact-info h2 {
    line-height: 1.2;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-outline,
  .form-submit {
    width: 100%;
    text-align: center;
  }

  .services-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .testimonial-card,
  .about-card,
  .why-visual {
    padding: 24px;
  }

  .why-item {
    padding: 20px;
    gap: 16px;
  }

  .platforms-row {
    justify-content: flex-start;
  }

  .contact-detail {
    align-items: flex-start;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  nav {
    padding: 14px 16px;
  }

  .nav-logo {
    font-size: 1.45rem;
  }

  #hero {
    padding: 132px 16px 56px;
  }

  section,
  footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-badge {
    font-size: 0.7rem;
    padding: 6px 12px;
    letter-spacing: 0.08em;
  }

  .hero-title {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
    line-height: 1.1;
  }

  .hero-sub,
  .section-desc,
  .contact-info p,
  .service-desc,
  .why-item p,
  .testimonial-text {
    font-size: 0.95rem;
  }

  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .stat-item {
    min-width: 100%;
  }

  .services-grid {
    gap: 16px;
  }

  .service-card,
  .about-card,
  .why-visual,
  .testimonial-card {
    padding: 20px;
  }

  .about-card-small {
    padding: 16px;
    align-items: flex-start;
  }

  .why-number {
    min-width: 36px;
    font-size: 2rem;
  }

  .platform-chip {
    font-size: 0.72rem;
    padding: 6px 10px;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 16px;
  }

  .menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--gold-light);
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  nav {
    position: relative;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: rgba(20,20,20,0.98);
    padding: 20px 0;
    border-top: 1px solid rgba(212,160,23,0.15);
    gap: 18px;
    text-align: center;
  }

  .nav-links.active {
    display: flex;
  }

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