  body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Alegreya", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #222;
  }
  h1, .h1 { font-size: 2.5rem; }
  h2, .h2 { font-size: 44px; }
  h3, .h3 { font-size: 1.5rem; }
  h4, .h4 { font-size: 1.6rem; line-height: 30px; }
  h5, .h5 { font-size: 1.25rem; }
  h6, .h6 { font-size: 1.20rem; }
  p { line-height: 25px; font-size: 16px; }

  @media (max-width: 900px) {
    p { font-size: 18px; line-height: 25px; }
  }
  @media (max-width: 480px) {
    h2, .h2 { font-size: 1.6rem; line-height: 36px; }
  }

  /* ─── Colour Utilities ─── */
  .text-primary-ustar { color: #fa4d09 !important; }
  .text-secondary-ustar { color: #f39800 !important; }
  .bg-primary-ustar { background-color: #fa4d09 !important; }
  .bg-secondary-ustar { background-color: #f39800 !important; }
  .bg-dark-ustar { background-color: #1a1a2e !important; }
  .bg-gray-ustar { background-color: #f4f9fc !important; }
  .bg-light-orange { background-color: #ffede6 !important; }

  /* ─── Buttons ─── */
  .btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .35s ease;
  }
  .btn-main {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .btn-main:hover {
    background: #f39800;
    border-color: #f39800;
    color: #fff;
  }
  .btn-main-2 {
    background: #fa4d09;
    color: #fff;
    border-color: #fa4d09;
  }
  .btn-main-2:hover {
    background: #fc8253;
    border-color: #fc8253;
    color: #fff;
  }
  .btn-outline-ustar {
    border: 2px solid #223a66;
    background: transparent;
    color: #223a66;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    border-radius: 5px;
    transition: all .35s ease;
  }
  .btn-outline-ustar:hover {
    background: #223a66;
    color: #fff;
    text-decoration: none;
  }
  .btn-outline-white {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    border-radius: 5px;
    transition: all .35s ease;
  }
  .btn-outline-white:hover {
    background: #fff;
    color: #222;
    text-decoration: none;
  }

  /* ─── Forms ─── */
  .form-control-ustar {
    box-shadow: none;
    border-radius: 0;
    height: 55px;
    background: #f4f9fc;
    border-color: rgba(0,0,0,0.05);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
  }
  .form-control-ustar:focus {
    box-shadow: none;
    border: 1px solid #223a66;
    background: #f4f9fc;
  }

  /* ─── Sections ─── */
  .section-ustar {
    padding: 100px 0;
  }
  .section-title-ustar {
    margin-bottom: 70px;
  }
  .section-title-ustar h2 {
    color: #fa4d09;
  }
  .divider-ustar {
    width: 40px;
    height: 5px;
    background: #fa4d09;
    margin-bottom: 20px;
  }
  .section-label-ustar {
    font-family: "Exo", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fa4d09;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .section-label-ustar::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #fa4d09;
  }

  /* ─── Navbar ─── */
  .navbar-ustar {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .navbar-ustar .nav-link {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    padding: 15px 15px;
    transition: all .25s ease;
  }
  .navbar-ustar .nav-link:hover,
  .navbar-ustar .nav-link.active {
    color: #f39800;
  }
  .navbar-ustar .btn-main-2 {
    padding: .5rem 1.5rem;
    font-size: 14px;
    color: #fff !important;
  }
  .navbar-toggler-ustar {
    border: none;
    outline: none;
  }
  .navbar-toggler-ustar .fa-bars {
    color: #223a66;
    font-size: 20px;
  }

  /* ─── Hero ─── */
  .hero-ustar {
    background: #1a1a2e;
    color: #fff;
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
  }
  .hero-ustar h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-transform: capitalize;
  }
  .hero-ustar .hero-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
  }
  .hero-ustar p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    line-height: 1.7;
  }
  .hero-ustar .stat-num {
    font-family: "Alegreya", serif;
    font-size: 2.5rem;
    color: #fa4d09;
    font-weight: 700;
    line-height: 1;
  }
  .hero-ustar .stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Exo", sans-serif;
  }
  .hero-badge-ustar {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(250,77,9,0.3);
    padding: 0.4rem 1rem;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fa4d09;
    font-family: "Exo", sans-serif;
    margin-bottom: 1.8rem;
    backdrop-filter: blur(10px);
  }

  /* ─── Ticker ─── */
  .ticker-ustar {
    background: #fa4d09;
    padding: 12px 0;
    overflow: hidden;
  }
  .ticker-ustar .ticker-track {
    display: flex;
    animation: ticker 30s linear infinite;
    white-space: nowrap;
  }
  @keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .ticker-ustar .ticker-item {
    font-family: "Exo", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 0 2rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }

  /* ─── Cards ─── */
  .card-ustar {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 38px rgba(21,40,82,0.07);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .card-ustar:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(21,40,82,0.12);
  }
  .card-ustar .card-icon {
    font-size: 50px;
    color: #fa4d09;
    margin-bottom: 15px;
    line-height: 1;
  }
  .card-ustar .card-title {
    color: #fa4d09;
    font-family: "Alegreya", serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
  }
  .card-ustar .card-text {
    font-size: 15px;
    color: #6F8BA4;
    line-height: 1.65;
  }
  .why-number {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-family: "Alegreya", serif;
    font-size: 3rem;
    color: rgba(0,0,0,0.11);
    line-height: 1;
    pointer-events: none;
    font-weight: 700;
  }

  /* cards get the bottom accent line */
  #why .card-ustar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #fa4d09;
    transition: width 0.4s ease;
  }
  #why .card-ustar:hover::after {
    width: 100%;
  }

  /* ─── Product Cards ─── */
  .product-card-ustar {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
  }
  .product-card-ustar:hover {
    box-shadow: 0 0 38px rgba(21,40,82,0.07);
  }
  .product-visual {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    position: relative;
    overflow: hidden;
  }
  .product-visual i {
    color: #fff;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
  }
  .product-card-ustar:hover .product-visual i {
    transform: scale(1.15);
  }
  .pv-jersey { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); }
  .pv-bib { background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%); }
  .pv-kit { background: linear-gradient(135deg, #1a0a00 0%, #2d1200 100%); }
  .pv-vest { background: linear-gradient(135deg, #000d1a 0%, #001a2d 100%); }
  .pv-jacket { background: linear-gradient(135deg, #0a0f0a 0%, #1a2a1a 100%); }
  .pv-socks { background: linear-gradient(135deg, #1a0a1a 0%, #2a0a2a 100%); }
  .tag-ustar {
    font-size: 11px;
    font-family: "Exo", sans-serif;
    background: rgba(250,77,9,0.08);
    color: #fa4d09;
    padding: 0.3rem 0.6rem;
    border: 1px solid rgba(250,77,9,0.15);
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 0.3rem;
  }

  /* ─── Process ─── */
  .process-step-ustar {
    text-align: center;
    padding: 0 1rem;
  }
  .step-num-ustar {
    width: 48px;
    height: 48px;
    background: #f4f9fc;
    border: 1px solid rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alegreya", serif;
    font-size: 1.2rem;
    color: #fa4d09;
    margin: 0 auto 1.5rem;
    font-weight: 700;
    transition: all 0.3s;
  }
  .process-step-ustar:hover .step-num-ustar {
    background: #fa4d09;
    color: #fff;
    border-color: #fa4d09;
  }
  .step-icon-ustar {
    font-size: 1.5rem;
    color: #fa4d09;
    margin-bottom: 0.8rem;
  }
  .step-title-ustar {
    font-family: "Alegreya", serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .step-text-ustar {
    font-size: 14px;
    color: #6F8BA4;
    line-height: 1.6;
  }

  /* ─── Fabrics ─── */
  .fabric-item-ustar {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.3rem 1.5rem;
    background: #fff;
    border-left: 2px solid transparent;
    cursor: pointer;
    transition: all 0.25s;
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
  }
  .fabric-item-ustar:hover {
    border-left-color: #fa4d09;
    background: #f4f9fc;
    padding-left: 2rem;
  }
  .fabric-icon-ustar {
    font-size: 1.4rem;
    color: #fa4d09;
    width: 30px;
    text-align: center;
  }
  .fabric-name-ustar {
    font-family: "Alegreya", serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.2rem;
  }
  .fabric-spec-ustar {
    font-size: 13px;
    color: #6F8BA4;
    font-family: "Exo", sans-serif;
  }
  .specs-panel-ustar {
    background: #f4f9fc;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 2.5rem;
  }
  .spec-row-ustar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    font-size: 14px;
  }
  .spec-row-ustar:last-child { border-bottom: none; }
  .spec-key-ustar { color: #6F8BA4; font-family: "Exo", sans-serif; font-size: 12px; text-transform: uppercase; }
  .spec-val-ustar { color: #222; font-weight: 500; }
  .spec-val-ustar.green { color: #fa4d09; font-weight: 600; }

  /* ─── Certs ─── */
  .certs-strip-ustar {
    background: #1a1a2e;
    padding: 20px 0;
  }
  .cert-badge-ustar {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    font-size: 14px;
    color: #f39800;
    font-family: "Exo", sans-serif;
    letter-spacing: 0.05em;
  }

  /* ─── Events ─── */
  .event-card-ustar {
    background: #fff;
    padding: 2rem 1.8rem;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.25s;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .event-card-ustar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fa4d09;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
  }
  .event-card-ustar:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  .event-card-ustar:hover::before {
    transform: scaleX(1);
  }
  .event-icon-ustar {
    font-size: 2rem;
    color: #fa4d09;
    margin-bottom: 1rem;
  }
  .event-name-ustar {
    font-family: "Alegreya", serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .event-desc-ustar {
    font-size: 15px;
    color: #6F8BA4;
    line-height: 1.6;
  }

  /* ─── Region / Global ─── */
  .region-item-ustar {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.2rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-left: 2px solid transparent;
    transition: all 0.25s;
    margin-bottom: 0.5rem;
  }
  .region-item-ustar:hover {
    border-left-color: #fa4d09;
    background: #f4f9fc;
  }
  .region-name-ustar { font-weight: 600; font-size: 16px; color: #fff; }
  .region-markets-ustar { font-size: 13px; color: rgba(255,255,255,0.6); font-family: "Exo", sans-serif; }
  .globe-circle-ustar {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(250,77,9,0.1) 0%, transparent 50%),
                radial-gradient(circle at 65% 65%, rgba(243,152,0,0.06) 0%, transparent 50%),
                #2a2a3e;
    border: 1px solid rgba(250,77,9,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotateGlobe 4s ease-in-out infinite;
  }
  @keyframes rotateGlobe {
    0%, 100% { box-shadow: 0 0 40px rgba(250,77,9,0.08), inset 0 0 40px rgba(250,77,9,0.04); }
    50% { box-shadow: 0 0 80px rgba(250,77,9,0.15), inset 0 0 60px rgba(250,77,9,0.08); }
  }
  @keyframes blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.6); }
  }
  .globe-dot-ustar {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fa4d09;
    border-radius: 50%;
    animation: blink 2s infinite;
  }

  /* ─── Testimonials ─── */
  .placeholder-card-ustar {
    border: 1px dashed rgba(250,77,9,0.3);
    background: #fff;
    padding: 2rem;
    height: 100%;
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
  }
  .placeholder-card-ustar:hover {
    border-color: rgba(250,77,9,0.6);
    background: #fff5f2;
  }
  .placeholder-icon-ustar {
    font-size: 2rem;
    color: #fa4d09;
    margin-bottom: 1rem;
  }
  .placeholder-label-ustar {
    font-family: "Alegreya", serif;
    font-size: 1.1rem;
    color: #fa4d09;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  .placeholder-text-ustar {
    font-size: 15px;
    color: #6F8BA4;
    line-height: 1.65;
    flex: 1;
  }
  .review-cta-link-ustar {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fa4d09;
    text-decoration: none;
    border-bottom: 1px solid rgba(250,77,9,0.3);
    padding-bottom: 0.1rem;
    margin-top: auto;
    padding-top: 1rem;
  }
  .review-cta-link-ustar:hover {
    color: #222;
    border-bottom-color: #222;
    text-decoration: none;
  }
  .review-callout-ustar {
    background: #f4f9fc;
    border: 1px solid rgba(0,0,0,0.05);
  }

  /* ─── Pricing ─── */
  .pricing-card-ustar {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 2.5rem 2rem;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.3s;
  }
  .pricing-card-ustar.featured {
    border: 2px solid #fa4d09;
    background: #fff5f2;
  }
  .pricing-tier-ustar {
    font-family: "Exo", sans-serif;
    font-size: 12px;
    color: #fa4d09;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
  }
  .pricing-moq-ustar {
    font-family: "Alegreya", serif;
    font-size: 2.8rem;
    color: #222;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  .pricing-moq-ustar span { font-size: 1.2rem; color: #6F8BA4; font-weight: 400; }
  .pricing-desc-ustar { font-size: 15px; color: #6F8BA4; margin-bottom: 2rem; line-height: 1.5; }
  .pricing-features-ustar { list-style: none; margin-bottom: 2rem; padding: 0; text-align: left; }
  .pricing-features-ustar li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 14px;
    color: #6F8BA4;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
  }
  .pricing-features-ustar li::before {
    content: '\2192';
    color: #fa4d09;
    flex-shrink: 0;
    margin-top: 0.05em;
  }
  .pricing-features-ustar li.active { color: #222; }

  /* ─── FAQ ─── */
  .faq-item-ustar {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .faq-q-ustar {
    font-family: "Alegreya", serif;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .faq-a-ustar {
    font-size: 16px;
    color: #6F8BA4;
    line-height: 1.7;
    padding-left: 1.8rem;
  }

  /* ─── CTA ─── */
  .cta-ustar {
    background: linear-gradient(135deg, #cc5500 0%, #fa4d09 50%, #ff8c38 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .cta-ustar h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 1rem;
  }
  .cta-ustar p {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    max-width: 540px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
  }
  .cta-trust-ustar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2.5rem;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    font-family: "Exo", sans-serif;
    flex-wrap: wrap;
  }

  /* ─── Footer ─── */
  .footer-ustar {
    background: #222;
    color: #fff;
    padding: 60px 0 20px;
  }
  .footer-ustar h4 {
    color: #fff;
    font-family: "Alegreya", serif;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.25rem;
  }
  .footer-ustar a {
    color: #6F8BA4;
    transition: all .35s ease;
    text-decoration: none;
  }
  .footer-ustar a:hover {
    color: #f39800;
    text-decoration: none;
  }
  .footer-contact-item-ustar {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 14px;
    color: #6F8BA4;
    margin-bottom: 0.5rem;
  }
  .footer-contact-item-ustar i {
    color: #f39800;
    margin-top: 3px;
  }
  .footer-bottom-ustar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 13px;
    color: #6F8BA4;
    font-family: "Exo", sans-serif;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    margin-top: 3rem;
  }

  /* ─── Social Proof Bar ─── */
  .social-proof-ustar {
    background: #f4f9fc;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 20px 0;
    overflow: hidden;
  }
  .logo-chip-ustar {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    border-right: 1px solid rgba(0,0,0,0.05);
    flex-shrink: 0;
  }
  .logo-chip-ustar img {
    display: block;
    height: 50px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    transition: transform 0.25s ease;
  }
  .logo-chip-ustar img:hover {
    transform: scale(1.08);
  }
  @keyframes logoScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* ─── Floating Buttons ─── */
  .whatsapp-btn-ustar {
    position: fixed;
    bottom: 2rem;
    right: 14rem;
    background: #25D366;
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 90;
    box-shadow: 0 6px 24px rgba(37,211,102,0.4);
    transition: all 0.25s;
    font-size: 1.5rem;
  }
  .whatsapp-btn-ustar:hover {
    color: #fff;
    transform: scale(1.1);
    text-decoration: none;
  }
  .whatsapp-tooltip-ustar {
    position: absolute;
    right: 62px;
    background: #25D366;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    border-radius: 2px;
  }
  .whatsapp-tooltip-ustar::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right: none;
    border-left-color: #25D366;
  }
  .whatsapp-btn-ustar:hover .whatsapp-tooltip-ustar { opacity: 1; }
  .floating-cta-ustar {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #fa4d09;
    color: #fff;
    padding: 0.9rem 1.6rem;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 90;
    box-shadow: 0 8px 30px rgba(250,77,9,0.3);
    transition: all 0.25s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .floating-cta-ustar:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
  }

  /* ─── Kit Showcase (Hero Right) ─── */
  .kit-showcase-ustar {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(250,77,9,0.2);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
  }
  .kit-showcase-ustar::before {
    content: 'FACTORY DIRECT';
    position: absolute;
    top: 1rem;
    right: -2rem;
    background: #fa4d09;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.3rem 3rem;
    transform: rotate(45deg);
    text-transform: uppercase;
  }
  .kit-card-ustar {
    background: rgba(0,0,0,0.3);
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.25s, border-color 0.25s;
  }
  .kit-card-ustar:hover {
    border-color: #fa4d09;
    transform: translateY(-4px);
  }
  .kit-type-ustar {
    font-family: "Alegreya", serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .kit-badge-ustar {
    font-size: 10px;
    font-family: "Exo", sans-serif;
    background: rgba(250,77,9,0.1);
    color: #fa4d09;
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(250,77,9,0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .kit-meta-ustar {
    display: flex;
    gap: 1.5rem;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    font-family: "Exo", sans-serif;
  }
  .kit-meta-ustar strong {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 600;
  }

  /* ─── Responsive ─── */
  @media (max-width: 991px) {
    .hero-ustar h1 { font-size: 48px; }
    .hero-ustar { padding: 140px 0 80px; }
    .section-ustar { padding: 70px 0; }
    h2 { font-size: 36px; }
    .cta-ustar h2 { font-size: 36px; }
    .whatsapp-btn-ustar { right: 2rem; bottom: 5.5rem; }
    .floating-cta-ustar { font-size: 12px; padding: 0.75rem 1.2rem; }
  }
  @media (max-width: 767px) {
    .hero-ustar h1 { font-size: 36px; }
    .hero-ustar { padding: 120px 0 60px; }
    h2 { font-size: 30px; }
    .cta-ustar h2 { font-size: 28px; }
    .cta-ustar { padding: 70px 0; }
    .section-ustar { padding: 50px 0; }
    .section-title-ustar { margin-bottom: 40px; }
  }