     .section-ustar {
      padding: 100px 0 80px; /* Increased bottom padding for breathing gap */
    }
    .section-ustar-alt {
      background: #f4f6fa;
    }

    /* ══ COLOUR SYSTEM ══ */
    .text-primary-ustar { color: #fa4d09 !important; }
    .bg-primary-ustar   { background-color: #fa4d09 !important; }
    .text-secondary-ustar { color: #f39800 !important; }
    .bg-secondary-ustar   { background-color: #f39800 !important; }
    .bg-dark-ustar        { background-color: #1a1a2e !important; }

    /* ══ BUTTONS (site-aligned) ══ */
    .btn-ustar-primary {
      background: #fa4d09;
      color: #fff;
      border: 2px solid #fa4d09;
      border-radius: 5px;
      font-family: "Exo", sans-serif;
      font-size: 0.8125rem;
      font-weight: 700;
      letter-spacing: .5px;
      padding: .75rem 2rem;
      text-transform: uppercase;
      transition: all .35s ease;
      display: inline-block;
    }
    .btn-ustar-primary:hover {
      background: #fc8253;
      border-color: #fc8253;
      color: #fff;
      text-decoration: none;
    }
    .btn-ustar-secondary {
      background: #f39800;
      color: #fff;
      border: 2px solid #f39800;
      border-radius: 5px;
      font-family: "Exo", sans-serif;
      font-size: 0.8125rem;
      font-weight: 700;
      letter-spacing: .5px;
      padding: .75rem 2rem;
      text-transform: uppercase;
      transition: all .35s ease;
      display: inline-block;
    }
    .btn-ustar-secondary:hover {
      background: #ffc44d;
      border-color: #ffc44d;
      color: #fff;
      text-decoration: none;
    }
    .btn-ustar-outline {
      background: transparent;
      color: #fff;
      border: 2px solid #fff;
      border-radius: 5px;
      font-family: "Exo", sans-serif;
      font-size: 0.8125rem;
      font-weight: 700;
      letter-spacing: .5px;
      padding: .75rem 2rem;
      text-transform: uppercase;
      transition: all .35s ease;
      display: inline-block;
    }
    .btn-ustar-outline:hover {
      background: #fff;
      color: #1a1a2e;
      text-decoration: none;
    }

    /* ══ FORM CONTROL ══ */
    .form-control-ustar {
      height: 55px;
      background: #f4f9fc;
      border-color: rgba(0,0,0,0.05);
      border-radius: 0;
      box-shadow: none;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
    }
    .form-control-ustar:focus {
      border-color: #223a66;
      box-shadow: none;
    }

    /* ══ SECTION UTILITIES ══ */
    .section-ustar {
      padding: 100px 0;
    }
    .section-ustar-alt {
      background: #f4f6fa;
    }

    /* ══ HERO ══ */
    .hero-ustar {
      background: #1a1a2e;
      position: relative;
      overflow: hidden;
      padding: 96px 0 80px;
      min-height: 82vh;
      display: flex;
      align-items: center;
    }
    .hero-ustar::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 70% at 80% 50%, rgba(250,77,9,0.18) 0%, transparent 65%),
        radial-gradient(ellipse 40% 50% at 15% 80%, rgba(243,152,0,0.12) 0%, transparent 60%);
    }
    .hero-eyebrow {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #f39800;
      margin-bottom: 18px;
    }
    .hero-ustar h1 {
      font-size: clamp(2.8rem, 5.5vw, 5rem);
      color: #fff;
      line-height: 1.04;
      margin-bottom: 22px;
      font-family: "Alegreya", serif !important;
      font-weight: 700;
    }
    .hero-ustar h1 em {
      font-style: normal;
      color: #f39800;
      display: block;
    }
    .hero-sub {
      color: #aab2c8;
      line-height: 1.7;
      margin-bottom: 45px;
      max-width: 500px;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      padding: 9px 15px;
      color: #c8d0e0;
      font-weight: 500;
      margin-right: 8px;
      margin-bottom: 8px;
    }
    .gap-2 { gap: 0.5rem !important; }
    .gap-3 { gap: 1rem !important; }

    /* Hero floating cards */
    .medal-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 14px;
      padding: 22px 18px;
      text-align: center;
      transition: transform 0.3s, border-color 0.3s;
      animation: floatCard 5s ease-in-out infinite;
    }
    .medal-card:nth-child(2) { animation-delay: 1.2s; }
    .medal-card:nth-child(3) { animation-delay: 2.4s; }
    .medal-card:nth-child(4) { animation-delay: 0.6s; }
    .medal-card:hover { transform: translateY(-6px); border-color: #f39800; }
    .mc-icon  { font-size: 2.4rem; margin-bottom: 10px; display: block; color: #f39800; }
    .mc-label { font-size: 0.75rem; font-weight: 600; color: #8899b8; letter-spacing: 0.06em; text-transform: uppercase; }
    .mc-name  { font-size: 0.95rem; font-weight: 700; color: #fff; margin-top: 4px; }
    @keyframes floatCard { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

    /* ══ STATS BAR ══ */
    .stats-bar-ustar {
      background: #fa4d09;
      padding: 26px 0;
    }
    .stat-num {
      font-family: "Alegreya", serif;
      font-size: 2.5rem;
      color: #fff;
      line-height: 1;
      font-weight: 700;
    }
    .stat-label {
      color: rgba(255,255,255,0.78);
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-top: 4px;
    }

    /* ══ SECTION HEADERS ══ */
    .sec-head { text-align: center; margin-bottom: 14px; }
    .sec-head h2 {
      color: #222;
      margin-bottom: 10px;
      font-family: "Alegreya", serif;
      font-size: 44px;
      font-weight: 700;
    }
    .sec-head.light h2 { color: #fff; }
    .sec-head p {
      max-width: 580px;
      margin: 0 auto;
      line-height: 1.65;
    }
    .sec-head.light p { color: #7a8ba8; }
    .divider-ustar {
      width: 40px;
      height: 5px;
      background: #fa4d09;
      border-radius: 2px;
      margin: 12px auto 0;
    }

    .tag-ustar {
      display: inline-block;
      background: #f39800;
      color: #1a1a2e;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 40px;
      margin-bottom: 14px;
    }
    .tag-ustar-red { background: #fa4d09; color: #fff; }

    /* ══ CONTENT BLOCK ══ */
    .content-block h2 {
      font-family: "Alegreya", serif;
      font-size: clamp(1.7rem,3vw,2.2rem);
      color: #222;
      margin-bottom: 16px;
      font-weight: 700;
    }
    .content-block h3 {
      font-size: 1.08rem;
      font-weight: 700;
      color: #222;
      margin: 28px 0 10px;
      font-family: "Alegreya", serif;
    }
    .content-block p {
      line-height: 1.78;
      margin-bottom: 16px;
    }
    .content-block ul {
      margin: 12px 0 18px 18px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .content-block ul li {
      line-height: 1.6;
    }

    /* ══ USP CARDS ══ */
    .usp-card {
      background: #fff;
      border: 1.5px solid #e4e9f5;
      border-radius: 16px;
      padding: 35px 30px;
      position: relative;
      overflow: hidden;
      transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
      height: 100%;
    }
    .usp-card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #fa4d09, #f39800);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
    }
    .usp-card:hover {
      box-shadow: 0 8px 40px rgba(11,21,39,0.15);
      border-color: rgba(250,77,9,0.25);
      transform: translateY(-4px);
    }
    .usp-card:hover::after { transform: scaleX(1); }
    .usp-number {
      font-family: "Alegreya", serif;
      font-size: 3rem;
      color: rgba(250,77,9,0.08);
      line-height: 1;
      position: absolute;
      top: 10px; right: 16px;
      font-weight: 700;
    }
    .usp-icon { font-size: 2rem; margin-bottom: 14px; display: block; color: #fa4d09; }
    .usp-card h3 {
      font-size: 0.97rem;
      font-weight: 700;
      color: #222;
      margin-bottom: 9px;
      line-height: 1.35;
      font-family: "Alegreya", serif;
    }
    .usp-card p { line-height: 1.62; }

    /* ══ PRODUCT CARDS ══ */
    .product-card {
      background: #fff;
      border: 1.5px solid #e8ecf5;
      border-radius: 16px;
      overflow: hidden;
      transition: box-shadow 0.3s, transform 0.3s;
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .product-card:hover {
      box-shadow: 0 8px 40px rgba(11,21,39,0.15);
      transform: translateY(-5px);
    }
    .pc-thumb-wrap {
      overflow: hidden;
      height: 180px;
      background: #f4f6fa;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .pc-icon {
      font-size: 3.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 180px;
      width: 100%;
      color: #fa4d09;
    }
    .pc-body { padding: 25px 25px 30px; flex: 1; display: flex; flex-direction: column; }
    .pc-body h3 {
      font-size: 0.97rem;
      font-weight: 700;
      margin-bottom: 8px;
      color: #222;
      font-family: "Alegreya", serif;
    }
    .pc-body p {
      line-height: 1.55;
      flex: 1;
    }
    .pc-link {
      display: inline-block;
      margin-top: 14px;
      font-size: 0.82rem;
      font-weight: 700;
      color: #fa4d09;
      text-decoration: none;
    }
    .pc-link:hover { text-decoration: underline; }

    /* ══ AUDIENCE SPLIT ══ */
    .aud-card {
      border-radius: 20px;
      padding: 50px 45px;
      position: relative;
      overflow: hidden;
      height: 100%;
    }
    .aud-b2b { background: #1a1a2e; color: #fff; }
    .aud-b2b h3 { color: #fff !important; }
    .aud-b2c { background: linear-gradient(135deg, #f39800 0%, #ffb347 100%); color: #1a1a2e; }
    .aud-card h3 {
      font-family: "Alegreya", serif;
      font-size: 1.9rem;
      margin-bottom: 16px;
      letter-spacing: 0.04em;
      font-weight: 700;
    }
    .aud-card ul {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .aud-card ul li {
      line-height: 1.55;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .aud-b2b ul li { color: #c4cde0; }
    .aud-b2b ul li strong { color: #fff; }
    .aud-b2c ul li { color: rgba(11,21,39,0.78); }
    .aud-b2c ul li strong { color: #1a1a2e; }
    .aud-cta {
      margin-top: 28px;
      display: inline-block;
      padding: 12px 28px;
      border-radius: 40px;
      font-weight: 700;
      text-decoration: none;
      transition: transform 0.2s;
    }
    .aud-cta:hover { transform: translateY(-2px); text-decoration: none; color: #fff; }
    .aud-b2b .aud-cta { background: #f39800; color: #1a1a2e; }
    .aud-b2c .aud-cta { background: #1a1a2e; color: #fff; }
    .aud-watermark {
      position: absolute;
      right: -20px;
      bottom: -30px;
      font-family: "Alegreya", serif;
      font-size: 9rem;
      opacity: 0.06;
      pointer-events: none;
      line-height: 1;
      font-weight: 700;
    }

    /* ══ PROCESS ══ */
    .process-section { background: #1a1a2e; color: #fff; }
    .process-steps { position: relative; margin-top: 52px; }
    .process-steps::before {
      content: '';
      position: absolute;
      top: 36px;
      left: 10%;
      width: 80%;
      height: 2px;
      background: linear-gradient(90deg, #fa4d09, #f39800);
      z-index: 0;
      display: block;
    }
    @media (max-width: 991px) {
      .process-steps::before { display: none; }
    }
    .step { text-align: center; position: relative; z-index: 1; padding: 0 12px; margin-bottom: 30px; }
    .step-circle {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: #1a1a2e;
      border: 3px solid #fa4d09;
      margin: 0 auto 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      color: #f39800;
      position: relative;
    }
    .step-num {
      position: absolute;
      top: -8px;
      right: -8px;
      width: 24px;
      height: 24px;
      background: #f39800;
      border-radius: 50%;
      font-weight: 900;
      color: #1a1a2e;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .step h4 {
      font-weight: 700;
      color: #fff;
      margin-bottom: 6px;
      font-family: "Alegreya", serif;
    }
    .step p { color: #7a8ba8; line-height: 1.5; }

    /* ══ CERTIFICATIONS ══ */
    .certs-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 44px; }
    .cert-pill {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 60px;
      padding: 13px 26px;
      display: flex;
      align-items: center;
      gap: 12px;
      color: #fff;
      font-weight: 600;
    }
    .cert-pill .cp-icon { font-size: 1.3rem; color: #f39800; }

    /* ══ PARTNERS ══ */
    .partners-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
    .partner-chip {
      background: #fff;
      border: 1.5px solid #e0e6f0;
      border-radius: 8px;
      padding: 10px 22px;
      font-weight: 700;
      color: #222;
      letter-spacing: 0.04em;
    }

    /* ══ TESTIMONIALS — PLACEHOLDER ══ */
    .testi-card {
      background: #fff;
      border: 1.5px solid #e8ecf5;
      border-radius: 16px;
      padding: 35px 30px;
      position: relative;
      height: 100%;
    }
    .testi-card.ph-card { border: 2px dashed #c8d4ea; background: #fafbff; }
    .ph-ribbon {
      position: absolute;
      top: 10px;
      right: 12px;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: #9aaacb;
      background: #edf1fb;
      border-radius: 4px;
      padding: 3px 8px;
    }
    .ph-context-label {
      font-size: 0.72rem;
      color: #9aaacb;
      font-style: italic;
      margin-bottom: 14px;
      line-height: 1.4;
      padding-right: 80px;
    }
    .testi-stars { color: #f39800; font-size: 0.9rem; margin-bottom: 10px; }
    .ph-line {
      height: 10px;
      border-radius: 6px;
      background: linear-gradient(90deg, #e4e9f5 25%, #edf1fb 50%, #e4e9f5 75%);
      background-size: 200% 100%;
      animation: shimmer 1.8s infinite;
      margin-bottom: 9px;
    }
    .ph-line.short { width: 55%; }
    .ph-line.med   { width: 78%; }
    .ph-line.full  { width: 100%; }
    @keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
    .testi-author { display: flex; align-items: flex-start; gap: 12px; }
    .testi-avatar {
      width: 42px;
      height: 42px;
      border-radius: 50% !important;
      overflow: hidden;
      background: #fa4d09;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-weight: 700;
      font-size: 14px;
    }
    .ph-field-label {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #a8b5cc;
      margin-bottom: 5px;
    }
    .testi-name-ph { height: 11px; width: 120px; background: #e4e9f5; border-radius: 6px; margin-bottom: 4px; animation: shimmer 1.8s infinite; background-size: 200% 100%; }
    .testi-role-ph { height: 9px; width: 80px; background: #edf1fb; border-radius: 6px; animation: shimmer 1.8s 0.3s infinite; background-size: 200% 100%; }
    .testi-note {
      text-align: left;
      margin-top: 28px;
      background: #fffbea;
      border: 1.5px solid #f5c842;
      border-left: 5px solid #f39800;
      border-radius: 10px;
      padding: 18px 22px;
      color: #6b4f00;
      max-width: 100%;
      line-height: 1.7;
    }
    .testi-note strong { color: #4a3600; }
    .testi-note code { background: #fff3c4; border-radius: 4px; padding: 1px 6px; font-size: 0.78rem; color: #7a4f00; }

    /* ══ FAQ ══ */
    .faq-list { max-width: 780px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 18px; }
    .faq-item { border: 1.5px solid #e0e6f4; border-radius: 12px; overflow: hidden; background: #fff; }
    .faq-q {
      padding: 20px 24px;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      user-select: none;
      transition: background 0.2s;
      color: #222;
      font-family: "Open Sans", sans-serif;
    }
    .faq-q:hover { background: #f4f6fa; }
    .faq-toggle {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #fa4d09;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
      transition: transform 0.3s;
    }
    .faq-a { display: none; padding: 0 24px 20px; line-height: 1.7; background: #fff; }
    .faq-item.open .faq-a { display: block; }
    .faq-item.open .faq-toggle { transform: rotate(45deg); }

    /* ══ CTA BANNER ══ */
    .cta-banner {
      background: linear-gradient(120deg, #1a1a2e 0%, #1a2f58 55%, #23214a 100%);
      padding: 80px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(250,77,9,0.14) 0%, transparent 70%);
    }
    .cta-banner h2 {
      font-family: "Alegreya", serif;
      font-size: clamp(2rem, 5vw, 3.8rem);
      color: #fff;
      margin-bottom: 16px;
      line-height: 1.1;
      font-weight: 700;
    }
    .cta-banner h2 span { color: #f39800; }
    .cta-banner p { color: #aab2c8; font-size: 1rem; max-width: 560px; margin: 0 auto 34px; line-height: 1.65; }

    /* ══ FOOTER ══ */
    .footer-ustar { background: #07101f; color: #7a8ba8; padding: 56px 0 28px; }
    .footer-ustar h4 {
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 16px;
      font-family: "Open Sans", sans-serif;
    }
    .footer-ustar a {
      color: #6a7a90;
      text-decoration: none;
      transition: color 0.2s;
      display: block;
      margin-bottom: 9px;
    }
    .footer-ustar a:hover { color: #f39800; }
    .fb-logo {
      font-family: "Alegreya", serif;
      font-size: 1.8rem;
      color: #fff;
      letter-spacing: 0.05em;
      margin-bottom: 14px;
      display: block;
      text-decoration: none;
      font-weight: 700;
    }
    .fb-logo span { color: #fa4d09; }

    /* ══ BRANDS BAR ══ */
    .brands-bar-ustar {
      padding: 40px 0;
      text-align: center;
      border-top: 1px solid rgba(0,0,0,0.05);
      border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .brands-bar-ustar .bb-label {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #6F8BA4;
      margin-bottom: 24px;
    }
    .brands-bar-ustar .bb-label strong {
      display: block;
      color: #fa4d09;
      font-size: 14px;
    }
    .brands-logos-ustar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 8px 0;
    }
    .brand-logo-item-ustar {
      flex: 0 0 16.666%;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .brand-logo-item-ustar img {
      display: block;
      width: 100%;
      max-width: 200px;
      height: 90px;
      object-fit: contain;
      object-position: center;
      transition: transform 0.25s ease;
    }
    .brand-logo-item-ustar img:hover {
      transform: scale(1.06);
    }
    @media (max-width: 991px) {
      .brand-logo-item-ustar { flex: 0 0 33.333%; padding: 10px 20px; }
      .brand-logo-item-ustar img { height: 80px; max-width: 180px; }
    }
    @media (max-width: 575px) {
      .brand-logo-item-ustar { flex: 0 0 50%; padding: 10px 16px; }
      .brand-logo-item-ustar img { height: 70px; max-width: 160px; }
    }

    /* ══ SCROLL ANIMATION ══ */
    .fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    
    /* ══ STICKY NAV ══ */
    .headerscroll {
      position: fixed;
      top: 0 !important;
      left: 0 !important;
      z-index: 9999 !important;
      background-color: #fff !important;
      width: 100% !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
      margin-top: 0 !important;
    }
    body.scrolled {
      padding-top: 0;
    }