:root {
      --bg: #060606;
      --bg2: #0d0d12;
      --panel: rgba(255, 255, 255, 0.05);
      --panel-strong: rgba(255, 255, 255, 0.07);
      --stroke: rgba(255, 255, 255, 0.09);
      --text: #f5f5f7;
      --muted: #aaaab6;
      --soft: #cfcfe1;
      --purple: #8b5cf6;
      --purple-2: #a855f7;
      --blue: #60a5fa;
      --glow: 0 0 40px rgba(139, 92, 246, 0.18);
      --shadow: 0 25px 60px rgba(0,0,0,0.45);
      --radius: 26px;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", sans-serif;
      color: var(--text);
      min-height: 100vh;
      background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.18), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(96, 165, 250, 0.14), transparent 24%),
        radial-gradient(circle at bottom right, rgba(139, 92, 246, 0.12), transparent 30%),
        linear-gradient(135deg, #040404 0%, #0a0a0f 45%, #11111a 100%);
      overflow-x: hidden;
      position: relative;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
      background-size: 40px 40px;
      mask-image: radial-gradient(circle at center, black 35%, transparent 90%);
      pointer-events: none;
      opacity: 0.22;
    }

    .blur-orb {
      position: fixed;
      border-radius: 50%;
      filter: blur(90px);
      opacity: 0.22;
      pointer-events: none;
      z-index: 0;
    }

    .orb1 {
      width: 280px;
      height: 280px;
      background: #8b5cf6;
      top: 90px;
      left: -60px;
    }

    .orb2 {
      width: 240px;
      height: 240px;
      background: #3b82f6;
      top: 420px;
      right: -70px;
    }

    .orb3 {
      width: 220px;
      height: 220px;
      background: #a855f7;
      bottom: 40px;
      left: 35%;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(18px);
      background: rgba(7, 7, 10, 0.55);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .nav {
      width: min(1200px, 92%);
      margin: 0 auto;
      padding: 18px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    .logo {
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: white;
    }

    .logo span {
      color: #c4b5fd;
    }

    .nav-links {
      display: flex;
      gap: 28px;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
    }

    .nav-links a {
      color: var(--soft);
      text-decoration: none;
      font-size: 0.95rem;
      transition: 0.3s ease;
      position: relative;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 0%;
      height: 1px;
      background: linear-gradient(90deg, var(--purple), var(--blue));
      transition: 0.3s ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: white;
    }

    .nav-links a:hover::after,
    .nav-links a.active::after {
      width: 100%;
    }

    .cta-btn {
      padding: 12px 18px;
      border-radius: 999px;
      text-decoration: none;
      color: white;
      border: 1px solid rgba(255,255,255,0.12);
      background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      box-shadow: var(--glow);
      transition: 0.3s ease;
      white-space: nowrap;
    }

    .cta-btn:hover {
      transform: translateY(-2px);
      border-color: rgba(255,255,255,0.22);
    }

    .hero {
      width: min(1200px, 92%);
      margin: 0 auto;
      padding: 90px 0 40px;
      position: relative;
      z-index: 1;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 28px;
      align-items: stretch;
    }

    .hero-left,
    .hero-right,
    .section-card,
    .feature-card,
    .showcase-card,
    .cta-panel {
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
      border: 1px solid var(--stroke);
      border-radius: 30px;
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
      position: relative;
      overflow: hidden;
    }

    .hero-left::before,
    .hero-right::before,
    .section-card::before,
    .feature-card::before,
    .showcase-card::before,
    .cta-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 40%, transparent 60%, rgba(255,255,255,0.03));
      pointer-events: none;
    }

    .hero-left {
      padding: 52px;
    }

    .eyebrow {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.09);
      background: rgba(255,255,255,0.04);
      color: #ddd6fe;
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-bottom: 22px;
    }

    .hero-left h1 {
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(3rem, 6vw, 5.2rem);
      line-height: 0.95;
      font-weight: 700;
      letter-spacing: -0.03em;
      margin-bottom: 22px;
      max-width: 10ch;
    }

    .hero-left h1 span {
      background: linear-gradient(90deg, #ffffff, #d8b4fe, #93c5fd);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-left p {
      font-size: 1.04rem;
      line-height: 1.9;
      color: var(--muted);
      max-width: 640px;
      margin-bottom: 28px;
    }

    .hero-buttons {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }

    .btn-primary,
    .btn-secondary {
      padding: 14px 22px;
      border-radius: 16px;
      text-decoration: none;
      font-weight: 600;
      transition: 0.3s ease;
      display: inline-block;
    }

    .btn-primary {
      color: white;
      background: linear-gradient(135deg, #7c3aed, #a855f7 45%, #3b82f6);
      box-shadow: 0 18px 35px rgba(124, 58, 237, 0.32);
    }

    .btn-primary:hover {
      transform: translateY(-2px) scale(1.01);
      box-shadow: 0 24px 45px rgba(124, 58, 237, 0.42);
    }

    .btn-secondary {
      color: white;
      border: 1px solid rgba(255,255,255,0.09);
      background: rgba(255,255,255,0.04);
    }

    .btn-secondary:hover {
      transform: translateY(-2px);
      background: rgba(255,255,255,0.06);
    }

    .hero-stats {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 12px;
    }

    .stat {
      min-width: 150px;
      padding: 18px 20px;
      border-radius: 20px;
      background: rgba(255,255,255,0.035);
      border: 1px solid rgba(255,255,255,0.07);
    }

    .stat h3 {
      font-size: 1.3rem;
      margin-bottom: 6px;
    }

    .stat p {
      margin: 0;
      font-size: 0.88rem;
      line-height: 1.5;
      color: var(--soft);
    }

    .hero-right {
      padding: 34px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 18px;
    }

    .luxury-panel {
      border-radius: 24px;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(255,255,255,0.035);
      padding: 24px;
    }

    .luxury-panel small,
    .section-tag {
      color: #c4b5fd;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      display: block;
      margin-bottom: 10px;
      font-size: 0.72rem;
    }

    .luxury-panel h3 {
      font-size: 1.25rem;
      margin-bottom: 8px;
    }

    .luxury-panel p,
    .section-card p,
    .feature-card p,
    .showcase-card p,
    .cta-panel p {
      color: var(--muted);
      line-height: 1.8;
      font-size: 0.96rem;
    }

    .main-section {
      width: min(1200px, 92%);
      margin: 0 auto;
      padding: 30px 0 90px;
      position: relative;
      z-index: 1;
      display: grid;
      gap: 28px;
    }

    .section-card {
      padding: 34px;
    }

    .section-card h2 {
      font-size: 2rem;
      margin-bottom: 14px;
      letter-spacing: -0.03em;
    }

    .features-grid,
    .showcase-grid {
      display: grid;
      gap: 20px;
      margin-top: 24px;
    }

    .features-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .showcase-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .feature-card,
    .showcase-card {
      padding: 24px;
    }

    .feature-card h3,
    .showcase-card h3 {
      font-size: 1.15rem;
      margin-bottom: 10px;
    }

    .icon-badge {
      width: 54px;
      height: 54px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      font-size: 1.2rem;
      background: linear-gradient(135deg, rgba(139,92,246,0.25), rgba(96,165,250,0.18));
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: var(--glow);
    }

    .showcase-placeholder {
      height: 180px;
      border-radius: 22px;
      margin-bottom: 16px;
      background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.2), transparent 35%),
        radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.18), transparent 35%),
        linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
      border: 1px solid rgba(255,255,255,0.08);
      position: relative;
      overflow: hidden;
    }

    .showcase-placeholder::after {
      content: "PrintForge";
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      color: rgba(255,255,255,0.14);
      font-size: 1.2rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 700;
    }

    .cta-panel {
      padding: 40px 34px;
      text-align: center;
    }

    .cta-panel h2 {
      font-size: 2.2rem;
      margin-bottom: 14px;
      letter-spacing: -0.03em;
    }

    .cta-panel p {
      max-width: 700px;
      margin: 0 auto 24px;
    }

    footer {
      width: min(1200px, 92%);
      margin: 0 auto;
      padding: 0 0 35px;
      position: relative;
      z-index: 1;
    }

    .footer-bar {
      padding: 22px 24px;
      border-radius: 22px;
      background: rgba(255,255,255,0.035);
      border: 1px solid rgba(255,255,255,0.07);
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
      color: #a6a6b3;
      font-size: 0.92rem;
    }

    @media (max-width: 1100px) {
      .features-grid,
      .showcase-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 980px) {
      .hero-grid,
      .features-grid,
      .showcase-grid {
        grid-template-columns: 1fr;
      }

      .hero-left,
      .hero-right,
      .section-card,
      .cta-panel {
        padding: 26px;
      }

      .hero {
        padding-top: 60px;
      }

      .hero-left h1 {
        font-size: 3rem;
        max-width: 100%;
      }

      .nav {
        flex-direction: column;
        gap: 14px;
      }

      .nav-links {
        flex-wrap: wrap;
        justify-content: center;
      }
    }

    @media (max-width: 560px) {
      .hero-left h1 {
        font-size: 2.4rem;
      }

      .section-card h2,
      .cta-panel h2 {
        font-size: 1.7rem;
      }

      .hero-left,
      .hero-right,
      .section-card,
      .feature-card,
      .showcase-card,
      .cta-panel {
        border-radius: 24px;
      }

      .cta-btn,
      .btn-primary,
      .btn-secondary {
        width: 100%;
        text-align: center;
      }

      .footer-bar {
        flex-direction: column;
        text-align: center;
      }
    }