    body {
      font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: #f1f6ff;
      color: #0f172a;
      line-height: 1.65;
    }

    /* --- Section header --- */
    .section-header {
    text-align: center;
    margin-bottom: 32px;
    }

    .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    }

    .section-subtitle {
    font-size: 1rem;
    color: #5b6b8a;
    }

    .mockups {
    position: relative;
    width: fit-content;
    transition: transform 0.3s ease;
    }

    /* ===== LAPTOP ===== */
    .laptop {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Screen Frame */
    .screen {
    background: #222;
    width: 500px;   
    height: 300px;   
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    overflow: hidden;  
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* Image inside screen */
    .screen img {
    width: 100%;    
    height: 100%;    
    object-fit: cover; 
    border-radius: 6px; 
    }

    .base {
    width: 100%;
    height: 16px;
    background: #999999;
    margin-top: 6px;
    border-radius: 0 0 12px 12px;
    }

    /* ===== PHONE ===== */
    .phone {
    position: absolute;
    z-index: 2;
    display: inline-block;
    right: -80px;
    bottom: -10px;
    transform: rotate(-12deg);
    width: fit-content;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* iPhone frame */
    .phone-frame {
    position: relative;
    background: #000;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    padding: 20px 10px 10px 10px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* iPhone notch */
    .notch {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 20px;
    background: #000;
    border-radius: 0 0 12px 12px;
    z-index: 3;
    }

    /* Image inside iPhone */
    .phone-frame img {
    display: block;
    width: 140px;
    height: 260px;
    border-radius: 20px;
    z-index: 2;
    }

    /* ===== Hover effects ===== */
    .mockups:hover .laptop {
    transform: translateY(-10px) scale(1.02);
    box-shadow: none;
    }

    .mockups:hover .phone {
    transform: rotate(-10deg) translateY(-5px) scale(1.05);
    }

    .mockups:hover .phone-frame {
    box-shadow: 0 40px 80px rgba(0,0,0,0.4);
    }

    /* Responsive for small screens */
    @media (max-width: 768px) {
      .mockups {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 50%;
      }

    .phone {
          position: absolute;
          z-index: 2;
          display: inline-block;
          right: -330px;
          bottom: -30px;
          transform: rotate(-12deg);
          width: fit-content;
          width: 280px;
      }

      .phone-frame img {
          display: block;
          width: 100px;
          height: 180px;
          border-radius: 20px;
          z-index: 2;
      }

      .laptop {
          margin: 0 auto;
      }

      .screen {
          background: #222;
          width: 300px; 
          height: 200px; 
          padding: 14px;
          border-radius: 10px;
          box-shadow: 0 25px 50px rgba(0,0,0,0.25);
          overflow: hidden;  
          display: flex;
          justify-content: center;
          align-items: center;
          }
      
        .abt-txt{
              text-align: center;
              margin-bottom: 20px;
          }

      .class-type{
        display: block;
      }

      .status-tag {
        font-size: 11px;
        border: 1px solid #d1d9e6;
        padding: 6px 10px;
        border-radius: 999px;
        color: #1b3b6f;
        background: #ffffff;
        margin-bottom: 50px;
      }

      header.d-flex {
        flex-direction: column;   
        align-items: flex-start; 
        gap: 12px;                 
      }

      .brand-logo {
        justify-content: flex-start;
        padding-left: 0;
      }

    }

    /* LOGO IMAGE */
    .brand-logo {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      background: linear-gradient(135deg, #7a9ad1, #eff8ff);
      display: grid;
      place-items: center;
      overflow: hidden; 
      border: 1px solid #e5eaf2;
      transition: transform 0.3s ease;
      box-shadow: 0 5px 10px rgba(16, 39, 88, 0.5);
    }

    .brand-logo:hover {
        transform: scale(1.2); /* grow 10% */
    }

    .brand-logo img {
      width: 90%;
      height: 100%;
      object-fit: contain;
    }

    .badge-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #fff;
      border: 1px solid #d1d9e6;
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 12px;
      box-shadow: 0 6px 16px rgba(27,59,111,0.08);
    }

    .badge-pill-dot {
      width: 8px;
      height: 8px;
      background: #1b3b6f;
      border-radius: 50%;
    }

    .hero-tag {
        background: #dbe5f7;
        color: #1b3b6f;
        font-size: 12px;
        font-weight: 500;
        padding: 6px 14px;
        border-radius: 20px;
    }

    .vision-tag { 
        background: rgba(255,255,255,0.2); 
        color: #fff; 
    }

    /* --- Marketplace Overview --- */
    .marketplace-editorial {
    background: linear-gradient(135deg, #ffffff, #f5f8ff);
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .pillar {
    border: 1px solid hsl(220, 100%, 99%);
    border-radius: 14px;
    padding: 14px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #1b3b6f;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .pillar:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .pillar i {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
    }

    .editorial-divider {
    height: 1px;
    background: #e5eaf2;
    }

    .listing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .status-tag {
    font-size: 11px;
    border: 1px solid #d1d9e6;
    padding: 6px 10px;
    border-radius: 999px;
    color: #1b3b6f;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
    }

    .metric-editorial {
    border-left: 3px solid #1b3b6f;
    padding-left: 12px;
    }

    .metric-number {
    font-size: 22px;
    font-weight: 800;
    color: #1b3b6f;
    }

    .metric-text {
    font-size: 12px;
    color: #6b7280;
    }

    .scale-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    }

    .scale-item {
    border: 1px dashed #e3e8f0;
    border-radius: 14px;
    padding: 16px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
    }

    .scale-number {
    font-size: 20px;
    font-weight: 900;
    color: #1b3b6f;
    }

    .scale-text {
    font-size: 12px;
    color: #6b7280;
    }

    .overview-note {
    font-size: 13px;
    color: #374151;
    background: #f8fafc;
    padding: 14px;
    border-radius: 12px;
    border-left: 4px solid #1b3b6f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .overview-note:hover {
      transform: translateY(1px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }


    /* --- Panel styling --- */
    .panel {
    background: linear-gradient(135deg, #f5f9ff, #ffffff);
    border: 1px solid #f7f7f7;
    border-radius: 14px;
    padding: 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .panel:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    }

    .panel-list {
    padding-left: 18px;
    color: #5b6b8a;
    margin-top: 12px;
    }

    .stat-card {
      background: #fff;
      border: 1px solid #f7f7f7;
      border-radius: 14px;
      padding: 24px;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .stat-card:hover {
        transform: translateY(-6px) scale(1.01);
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    }
    .stat-title {
      font-size: 14px;
      color:#5b6b8a;
    }
    
    .service-card {
      background: #fff;
      border: 1px solid #f7f7f7;
      border-radius: 14px;
      padding: 24px;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .service-card:hover {
      transform: translateY(-6px) scale(1.01);
      box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    }

    /* BAND */
    .band {
    background: linear-gradient(135deg, #ffffff, #e6ebf8);
    border: 1px solid #f7f7f7;
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .band-content {
    height: 100%;
    }

    .band-text {
    color: #5b6b8a;
    }

    .band-bullets {
    padding-left: 18px;
    margin-bottom: 16px;
    }

    .band-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    }

    .btn-motor, .btn-ghost {
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .btn-motor {
    background: linear-gradient(135deg, #1b3b6f, #4a7cd1);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 10px 24px rgba(27,59,111,0.25);
    text-decoration: none;
    }

    .btn-ghost {
    background: #ffffff;
    border: 1px solid #f7f7f7;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 500;
    color: #1b3b6f;
    text-decoration: none;
    }

    .btn-motor:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(27,59,111,0.35);
    }

    .btn-ghost:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
    background: #ffffff;
    }

    .btn-motor:active,
    .btn-ghost:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
    }


    /* --- Vision Section ---*/
    .vision-section {
    background: linear-gradient(135deg, #1b3b6f, #4a7cd1);
    color: #ffffff;
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .vision-text {
    color: rgba(255, 255, 255, 0.9);
    }

    .vision-tag {
    display: inline-block;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    }

    /* Buttons */
    .btn-sell {
    background: #4a7cd1;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.2s ease;
    }

    .btn-sell:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
    }

    .btn-custom {
    background: #ffffff;
    border: 1px solid #f7f7f7;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    color: #1b3b6f;
    font-weight: 500;
    transition: all 0.2s ease;
    }

    .btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.15);
    }
