
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }

    body {
      background: #f4f7fc;
      color: #1e2b3c;
      line-height: 1.5;
      scroll-behavior: smooth;
    }

    /* dynamic gradient / creative touches */
    .gradient-bg {
      background: linear-gradient(145deg, #0b1c2f 0%, #1d3b5c 100%);
      color: white;
    }
    .card-glass {
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(4px);
      border-radius: 28px;
      box-shadow: 0 20px 35px -8px rgba(0, 20, 40, 0.25);
      border: 1px solid rgba(255,255,255,0.5);
    }

    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 2rem 1.5rem;
    }

    /* navbar */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 0.8rem 1.5rem;
      background: rgba(255,255,255,0.75);
      backdrop-filter: blur(8px);
      box-shadow: 0 5px 20px rgba(0,0,0,0.03);
      position: sticky;
      top: 0;
      z-index: 10;
      border-bottom: 1px solid rgba(0,40,70,0.1);
    }

    .logo {
      font-weight: 700;
      font-size: 1.7rem;
      letter-spacing: -0.02em;
    }
    .logo span {
      color: #0066cc;
      background: white;
      padding: 0.1rem 0.6rem;
      border-radius: 40px;
      font-size: 1.3rem;
      margin-left: 6px;
      border: 1px solid currentColor;
    }
    
    .nav-links{
        text-align: center;
    }
    .nav-links a {
      text-decoration: none;
      margin-left: 2rem;
      color: #1e2b3c;
      font-weight: 500;
      transition: 0.2s;
      border-bottom: 2px solid transparent;
      padding-bottom: 4px;
    }
    .nav-links a:hover {
      border-bottom-color: #0066cc;
      color: #0066cc;
    }

    /* banner / hero */
    #home{
        position: relative;
        background: linear-gradient(0deg, #08090e00 0%, #08090e00 0%), url(../images/orbibaner.png) center / cover fixed no-repeat;
        background: linear-gradient(0deg, rgb(8 9 14 / 80%) 0%, rgb(8 9 14 / 38%) 100%), url(../images/orbibaner.png) center / cover fixed no-repeat;
        display: flex;
        align-items: center;
        border-radius: 0px 0px 90px 90px;
       min-height: auto;
    }    
    .hero {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2.5rem;
    }
    .hero-content {
      flex: 1 1 350px;
    }
    .hero-content h1 {
      font-size: 3.1rem;
      font-weight: 700;
      line-height: 1.2;
      background: linear-gradient(130deg, #ffffff, #c7e2ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-content p {
font-size: 20px;
    margin: 1.2rem 0 2rem;
    /* opacity: 0.9; */
    color: #0190e4;
    font-weight: 500;
    }
    .hero-buttons {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .btn {
      padding: 0.85rem 2.2rem;
      border-radius: 60px;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: all 0.25s;
      border: 2px solid transparent;
    }
    .btn-primary {
      background: #ffb347;
      color: #0b1c2f;
      box-shadow: 0 8px 18px #ffb34760;
    }
    .btn-primary:hover {
      background: #ffa01e;
      transform: scale(1.02);
    }
    .btn-outline {
      border: 2px solid white;
      color: white;
      background: transparent;
    }
    .btn-outline:hover {
      background: white;
      color: #0b1c2f;
    }

    .hero-image {
    flex: 1 1 350px;
    background: linear-gradient(0deg, #08090e00 0%, #08090e00 0%), url(../images/orbi1.png) no-repeat center / contain;
    min-height: 400px;
    filter: drop-shadow(0 15px 15px #00000030);
    }

    /* section headings */
    .section-title {
      font-size: 2.4rem;
      font-weight: 700;
      margin-bottom: 1rem;
      letter-spacing: -0.01em;
      position: relative;
      display: inline-block;
    }
    .section-title:after {
      content: '';
      display: block;
      width: 70px;
      height: 4px;
      background: #ffb347;
      border-radius: 4px;
      margin-top: 8px;
    }

    .who-we-are {
      background: white;
      border-radius: 40px 40px 0 0;
      margin-top: -20px;
      position: relative;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 2rem;
      margin-top: 2.5rem;
    }
    .feature-card {
      background: #f3f9ff;
      padding: 2rem 1.5rem;
      border-radius: 32px;
      transition: 0.2s;
      border: 1px solid #eef4fc;
    }
    .feature-card i {
      font-size: 2.6rem;
      color: #0066cc;
      margin-bottom: 1rem;
    }

    /* image + text row (dynamic) */
    .image-text-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 3rem;
      background: #ffffffd9;
      border-radius: 50px;
      padding: 2.5rem;
      box-shadow: 0 30px 30px -15px rgba(0,50,80,0.15);
    }
    .text-col {
      flex: 1 1 280px;
    }
    .text-col h3 {
      font-size: 2rem;
      font-weight: 650;
    }
    .image-col {
      flex: 1 1 280px;
      min-height: 390px;
      background: linear-gradient(0deg, #08090e00 0%, #08090e00 0%), url(../images/orbi2-full.png) no-repeat center / contain;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 7rem;
      color: #1d3b5c;
      box-shadow: 0 25px 25px -10px #6d8eb0;
      transition: transform 0.3s ease;
    }
    .image-col:hover {
      transform: rotate(1deg) scale(1.01);
    }

    /* setup steps (interactive creative) */
    .steps-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem;
      margin: 2.5rem 0;
    }
    .step-item {
      background: white;
      border-radius: 40px;
      padding: 1.8rem 1.2rem;
      flex: 1 1 160px;
      text-align: center;
      box-shadow: 0 8px 16px #dbe2ed;
      border-bottom: 6px solid #ffb347;
      transition: all 0.2s;
    }
    .step-item:hover {
      transform: translateY(-6px);
      border-bottom-color: #0066cc;
    }
    .step-num {
      background: #0b1c2f;
      color: white;
      width: 45px;
      height: 45px;
      border-radius: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }

    /* forms row (setup & contact) */
    .forms-row {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin-top: 1rem;
    }
    .form-card {
      flex: 1 1 300px;
      background: white;
      border-radius: 40px;
      padding: 2rem 1.8rem;
      box-shadow: 0 25px 35px -18px #022b4e;
    }
    .form-title {
      font-size: 1.7rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }
    .input-group {
      margin-bottom: 1.2rem;
    }
    input, select, textarea {
      width: 100%;
      padding: 1rem 1.2rem;
      border: 1px solid #ccdbe9;
      border-radius: 60px;
      font-size: 1rem;
      transition: 0.2s;
      background: #fbfeff;
    }
    input:focus, select:focus, textarea:focus {
      outline: none;
      border-color: #ffb347;
      box-shadow: 0 0 0 3px #ffb34740;
    }
    textarea {
      border-radius: 28px;
      resize: vertical;
    }
    .btn-submit {
      background: #0066cc;
      color: white;
      border: none;
      padding: 1rem 2rem;
      border-radius: 60px;
      font-weight: 600;
      font-size: 1.1rem;
      cursor: pointer;
      transition: background 0.2s, transform 0.1s;
      width: 100%;
    }
    .btn-submit:hover {
      background: #004c99;
      transform: scale(1.01);
    }

    /* chat / call banner (dynamic) */
    .chat-banner {
      background: #0b1c2f;
      color: white;
      border-radius: 60px;
      padding: 2.5rem 2rem;
      text-align: center;
      margin-top: 3rem;
    }
    .chat-banner h3 {
      font-size: 2rem;
    }
    .chat-banner i {
      color: #ffb347;
      margin: 0 0.5rem;
    }

    /* ========== NEW SECTION STYLES ========== */
    /* customer review slider */
    .review-slider {
      background: linear-gradient(145deg, #eef4fe, #ffffff);
      padding: 3rem 0;
    }
    .swiper {
      width: 100%;
      padding: 1.5rem 0.5rem 2.5rem;
    }
    .swiper-slide {
      background: white;
      border-radius: 40px;
      padding: 2rem 1.8rem;
      box-shadow: 0 20px 35px -12px rgba(0,40,70,0.15);
      height: auto;
      display: flex;
      flex-direction: column;
      transition: 0.2s;
      border: 1px solid #ffffff50;
    }
    .swiper-slide:hover {
      transform: scale(1.02);
      border-color: #ffb347;
    }
    .review-stars {
      color: #ffb347;
      font-size: 1.3rem;
      margin-bottom: 0.8rem;
    }
    .review-text {
      font-size: 1.1rem;
      font-style: italic;
      margin: 0.7rem 0 1.2rem;
      flex: 1;
    }
    .review-author {
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 0.7rem;
    }
    .review-author i {
      background: #0b1c2f;
      color: white;
      padding: 0.5rem;
      border-radius: 50%;
    }
    .swiper-pagination-bullet-active {
      background: #ffb347 !important;
    }

    /* banner with orbi setup form (split style) */
    .split-banner {
      background: linear-gradient(120deg, #02223b, #0d3f5f);
      border-radius: 60px;
      overflow: hidden;
      box-shadow: 0 35px 40px -20px #001e35;
    }
    .split-grid {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }
    .split-text {
      flex: 1 1 300px;
      padding: 3rem 2.5rem;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .split-text h2 {
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 1.2;
    }
    .split-text .highlight {
      color: #ffb347;
    }
    .split-form {
      flex: 1 1 300px;
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(8px);
      padding: 2.5rem;
      display: flex;
      align-items: center;
    }
    .mini-form {
      width: 100%;
    }
    .mini-form .input-group {
      margin-bottom: 1rem;
    }
    .mini-form input, .mini-form select {
      background: rgba(255,255,255,0.9);
      border: none;
    }

    /* parallax banner with overlay */
    .parallax-section {
      position: relative;
      background: linear-gradient(0deg, #08090e00 0%, #08090e00 0%), url(../images/orbibaner2.jpg) center/cover fixed no-repeat;      
      min-height: 450px;
      display: flex;
      align-items: center;
      border-radius: 60px;
      margin: 2rem 0;
      box-shadow: 0 30px 30px -10px #123045;
    }
    .parallax-overlay {
      background: linear-gradient(95deg, #0b1c2fe0, #1d3b5cb0);
      border-radius: 60px;
      padding: 5rem 2.5rem;
      width: 100%;
      height: 100%;
      color: white;
      text-align: center;
    }
    .parallax-overlay h2 {
      font-size: 3.2rem;
      font-weight: 700;
      max-width: 800px;
      margin: 0 auto 1rem;
    }
    .parallax-overlay p {
      font-size: 1.4rem;
      max-width: 700px;
      margin: 1rem auto;
    }
    .parallax-overlay .btn-primary {
      background: white;
      color: #0b1c2f;
      box-shadow: 0 10px 20px #00000050;
    }

    /* trust stats / core values (new from reference) */
    .trust-stats {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2.5rem;
      margin: 3rem 0;
      text-align: center;
    }
    .stat-item {
      flex: 1 1 180px;
      background: white;
      border-radius: 40px;
      padding: 2rem 1rem;
      box-shadow: 0 10px 25px #d9e2f0;
    }
    .stat-number {
      font-size: 2.8rem;
      font-weight: 800;
      color: #0066cc;
      line-height: 1.2;
    }
    .stat-label {
      font-size: 1rem;
      font-weight: 500;
    }

    .core-values {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin: 2rem 0;
    }
    .value-card {
      background: white;
      border-radius: 30px;
      padding: 2rem;
      flex: 1 1 220px;
      border-top: 6px solid #ffb347;
    }
    .value-card h3 {
      font-size: 1.7rem;
      margin-bottom: 0.8rem;
    }

    /* gaming & extra guides */
    .guide-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      margin: 2rem 0;
    }
    .guide-card {
      background: white;
      border-radius: 30px;
      padding: 2rem;
      box-shadow: 0 10px 20px #d0ddee;
    }

 footer {
      background: #11212e;
      color: #b0c7da;
      padding: 2rem;
      text-align: center;
      border-radius: 40px 40px 0 0;
      margin-top: 2rem;
    }
    footer a {
      color: #b0c7da;
      text-decoration: underline;
    }
    /* responsive dynamic touches */
    @media (max-width: 700px) {
      .navbar {
        flex-direction: column;
        gap: 0.7rem;
      }
      .nav-links a {
        margin: 0 0.8rem;
      }
      .hero-content h1 {
        font-size: 2.3rem;
      }
      .parallax-overlay h2 {
        font-size: 2.2rem;
      }
    }
