   .hero-section {
      width: 100%;
      padding: 90px 16px 100px;
      background:
        radial-gradient(circle at top left, rgba(250, 25, 23, 0.35), transparent 65%),
        radial-gradient(circle at bottom right, rgba(201, 155, 76, 0.35), transparent 60%),
        radial-gradient(60% 60% at 70% 10%, rgba(168, 85, 247, 0.12), transparent 60%);
      border-bottom: 1px solid rgba(15, 23, 42, 0.7);
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
    }

    .hero-shell {
      max-width: 1200px;
      margin: 0 auto;
    }

    .hero {
      display: grid;
      grid-template-columns: 1.1fr 1.1fr;
      align-items: center;
      gap: 60px;
    }

    .hero-left {
      position: relative;
      z-index: 1;
    }

    .hero-kicker {
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #9ca3af;
      margin-bottom: 10px;
    }

    .hero-title {
      font-size: 2.8rem;
      line-height: 1.2;
      margin-bottom: 16px;
      max-width: 560px;
      font-weight: 600;
      color: #f9fafb;
    }

    .hero-title span {
      background: linear-gradient(90deg, #fa1917, #ff4444);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-subtitle {
      font-size: 1.05rem;
      color: #9ca3af;
      max-width: 560px;
      line-height: 1.6;
      margin-bottom: 28px;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 30px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 26px;
      border-radius: 999px;
      border: 1px solid #fa1917;
      background: rgba(250, 25, 23, 0.18);
      color: #f9fafb;
      font-size: 0.93rem;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .btn:hover {
      background: rgba(250, 25, 23, 0.25);
      border-color: #ff4444;
    }

    .btn.secondary {
      background: rgba(15, 23, 42, 0.92);
      border-color: #1f2937;
      color: #9ca3af;
    }

    .btn.secondary:hover {
      background: rgba(15, 23, 42, 1);
      color: #f9fafb;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .hero-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid #1f2937;
      font-size: 0.78rem;
      color: #9ca3af;
    }

    .hero-pill i {
      color: #fa1917;
      font-size: 0.7rem;
    }

    .hero-right {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    @media (max-width: 960px) {
      .hero {
        grid-template-columns: 1fr;
        gap: 40px;
      }
      .hero-card-stack {
        margin: 0 auto;
        max-width: 420px;
      }
    }

    @media (max-width: 640px) {
      .hero-title {
        font-size: 2.2rem;
      }
      .hero-section {
        padding: 70px 16px 80px;
      }
    }

    .portfolio-header {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 24px;
      margin-bottom: 28px;
    }

    .portfolio-header-main h1 {
      font-size: 1.8rem;
      margin-bottom: 6px;
      font-weight: 600;
      color: #f9fafb;
    }

    .portfolio-header-main p {
      color: #9ca3af;
      max-width: 520px;
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .portfolio-header-meta {
      margin-left: auto;
      font-size: 0.8rem;
      color: #9ca3af;
      text-align: right;
      min-width: 160px;
    }

    .portfolio-header-meta div {
      margin-bottom: 4px;
    }

    @media (max-width: 768px) {
      .portfolio-header {
        flex-direction: column;
      }
      .portfolio-header-meta {
        margin-left: 0;
        text-align: left;
      }
    }

    .impact-card {
      padding: 20px;
      border-radius: 12px;
      border: 1px solid rgba(31, 41, 55, 0.5);
      background: radial-gradient(circle at top left, rgba(250, 25, 23, 0.08), rgba(15, 23, 42, 0.9));
      transition: all 0.3s ease;
    }

    .impact-card:hover {
      border-color: rgba(250, 25, 23, 0.5);
      background: radial-gradient(circle at top left, rgba(250, 25, 23, 0.12), rgba(15, 23, 42, 0.95));
      transform: translateY(-2px);
    }

    .impact-label {
      font-size: 0.9rem;
      font-weight: 600;
      color: #f9fafb;
      margin-bottom: 6px;
    }

    .impact-description {
      font-size: 0.75rem;
      color: #9ca3af;
      line-height: 1.4;
    }

    .screenshots-gallery {
      margin-top: 40px;
    }

    .screenshot-item {
      padding: 20px;
      border-radius: 16px;
      border: 1px solid rgba(31, 41, 55, 0.5);
      background: radial-gradient(circle at top left, rgba(250, 25, 23, 0.08), rgba(15, 23, 42, 0.9));
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      display: block;
      text-decoration: none;
      color: inherit;
    }

    .screenshot-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top right, rgba(250, 25, 23, 0.12), transparent 55%);
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }

    .screenshot-item:hover {
      border-color: rgba(250, 25, 23, 0.5);
      background: radial-gradient(circle at top left, rgba(250, 25, 23, 0.12), rgba(15, 23, 42, 0.95));
      transform: translateY(-4px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    }

    .screenshot-item:hover::before {
      opacity: 1;
    }

    .screenshot-featured {
      margin-bottom: 32px;
    }

    .screenshot-browser {
      position: relative;
      border-radius: 12px;
      background: linear-gradient(145deg, #020617, #020617, #111827);
      border: 1px solid #1f2933;
      padding: 10px;
      display: flex;
      flex-direction: column;
      gap: 6px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
      margin-bottom: 20px;
    }

    .screenshot-browser-bar {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.6rem;
      color: #9ca3af;
      margin-bottom: 4px;
    }

    .screenshot-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #4b5563;
    }

    .screenshot-dot:nth-child(1) { background: #ef4444; }
    .screenshot-dot:nth-child(2) { background: #f59e0b; }
    .screenshot-dot:nth-child(3) { background: #22c55e; }

    .screenshot-url {
      margin-left: auto;
      opacity: 0.7;
      font-size: 0.6rem;
    }

    .screenshot-screen {
      flex: 1;
      border-radius: 8px;
      border: 1px solid #111827;
      background: linear-gradient(135deg, #020617, #020617 30%, #1f2937 100%);
      padding: 0;
      overflow: hidden;
      position: relative;
    }

    .screenshot-screen img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .screenshot-item:hover .screenshot-screen img {
      transform: scale(1.02);
    }

    .screenshot-content {
      position: relative;
      z-index: 1;
    }

    .screenshot-badge {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 600;
      padding: 4px 10px;
      border-radius: 6px;
      background: rgba(250, 25, 23, 0.15);
      color: #fa1917;
      border: 1px solid rgba(250, 25, 23, 0.3);
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .screenshot-title {
      font-size: 1.05rem;
      font-weight: 600;
      color: #f9fafb;
      margin-bottom: 8px;
      line-height: 1.3;
    }

    .screenshot-description {
      font-size: 0.9rem;
      color: #9ca3af;
      line-height: 1.5;
      margin: 0;
    }

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

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

      .screenshot-item {
        padding: 16px;
      }
    }

    .hero-card-stack {
      position: relative;
      height: 240px;
      perspective: 1200px;
    }

    .hero-card {
      position: absolute;
      inset: 0;
      border-radius: 20px;
      background: linear-gradient(135deg, #020617, #0b1220 50%, #111827);
      border: 1px solid rgba(148, 163, 184, 0.5);
      padding: 16px;
      box-shadow: 0 22px 45px rgba(0, 0, 0, 0.85);
    }

    .hero-card.layer-1 {
      transform: translate(-16px, 20px) rotate(-4deg);
      opacity: 0.5;
    }

    .hero-card.layer-2 {
      transform: translate(18px, -12px) rotate(3deg);
      opacity: 0.75;
    }

    .hero-card.layer-3 {
      transform: translate(0, 0) rotate(-1.5deg);
      z-index: 3;
    }

    .hero-card-top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 12px;
    }

    .hero-card-chip {
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
      font-size: 0.75rem;
      color: #9ca3af;
    }

    .hero-card-logo {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      background: radial-gradient(circle at 20% 20%, #fa1917, #ff4444);
    }

    .hero-card-title {
      font-size: 1rem;
      margin-bottom: 3px;
      color: #f9fafb;
      font-weight: 600;
    }

    .hero-card-subtitle {
      font-size: 0.78rem;
      color: #9ca3af;
      margin-bottom: 12px;
    }

    .hero-bars {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .hero-bar-row {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.78rem;
      color: #9ca3af;
    }

    .hero-bar {
      flex: 1;
      height: 6px;
      border-radius: 999px;
      background: #020617;
      overflow: hidden;
    }

    .hero-bar-fill {
      height: 100%;
      background: linear-gradient(90deg, #fa1917, #ff4444);
    }

    .hero-bar-fill.speed { width: 90%; }
    .hero-bar-fill.design { width: 80%; }
    .hero-bar-fill.seo { width: 75%; }

    .hero-card-footer {
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
      font-size: 0.75rem;
      color: #9ca3af;
    }

    .hero-card-footer strong {
      color: #f9fafb;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .metric-box {
      padding: 12px;
      border-radius: 14px;
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.45);
      color: #9ca3af;
      font-size: 0.8rem;
    }

    .metric-value {
      font-size: 1.3rem;
      font-weight: 600;
      color: #f9fafb;
    }

    .metric-label {
      margin: 4px 0 2px;
      font-weight: 500;
    }

    @media (max-width: 960px) {
      .hero-card-stack {
        margin: 0 auto;
        max-width: 420px;
      }
    }