/* ========== SECTION HEADERS ========== */
    .wms-section-header {
      margin-bottom: 60px;
    }
    
    .wms-section-label {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #d97706;
      margin-bottom: 14px;
    }
    
    .wms-section-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 16px;
      letter-spacing: -1px;
      line-height: 1.2;
    }
    
    .wms-section-subtitle {
      font-size: 1.05rem;
      color: #64748b;
      max-width: 600px;
      line-height: 1.7;
    }
    
    /* ========== WHY WMS ========== */
    .wms-why-section {
      padding: 100px 0;
      background: #ffffff;
    }
    
    .wms-why-card {
      text-align: center;
      padding: 40px 25px;
      transition: all 0.3s ease;
    }
    
    .wms-why-icon {
      width: 70px;
      height: 70px;
      background: #f8fafc;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      margin: 0 auto 20px;
      color: #0f172a;
    }
    
    .wms-why-card h4 {
      font-size: 1.1rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 10px;
    }
    
    .wms-why-card p {
      font-size: 0.9rem;
      color: #64748b;
      line-height: 1.6;
      margin-bottom: 0;
    }
    
    /* ========== ABOUT ========== */
    .wms-about-section {
      padding: 100px 0;
      background: #f8fafc;
    }
    
    .wms-about-image-wrap {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      height: 450px;
      background: #e2e8f0;
    }
    
    .wms-about-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .wms-about-image-placeholder {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      color: #94a3b8;
    }
    
    .wms-about-image-placeholder i {
      font-size: 60px;
      margin-bottom: 10px;
    }
    
    .wms-about-image-placeholder span {
      font-size: 0.85rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 600;
    }
    
    .wms-about-badge {
      position: absolute;
      bottom: -20px;
      left: -20px;
      background: #d97706;
      color: #ffffff;
      padding: 22px 28px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 15px 35px rgba(217,119,6,0.3);
    }
    
    .wms-about-badge-number {
      font-size: 2rem;
      font-weight: 800;
      line-height: 1;
    }
    
    .wms-about-badge-text {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      opacity: 0.9;
      margin-top: 4px;
    }
    
    .wms-about-content h2 {
      font-size: 1.7rem;
      font-weight: 800;
      color: #0f172a;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }
    
    .wms-about-content .lead {
      font-size: 1.15rem;
      color: #d97706;
      font-weight: 600;
      margin-bottom: 16px;
    }
    
    .wms-about-content p {
      color: #64748b;
      line-height: 1.8;
      margin-bottom: 18px;
    }
    
    .wms-about-list {
      list-style: none;
      padding: 0;
      columns: 2;
      margin-bottom: 30px;
    }
    
    .wms-about-list li {
      padding: 6px 0;
      color: #475569;
      font-size: 0.92rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .wms-about-list li::before {
      content: '•';
      color: #d97706;
      font-weight: bold;
    }
    
    /* ========== SOLAR SECTION ========== */
    .wms-solar-section {
      padding: 100px 0;
      background: #ffffff;
    }
    
    .wms-solar-showcase {
      display: flex;
      gap: 40px;
      align-items: center;
      margin-bottom: 50px;
    }
    
    .wms-solar-image-wrapper {
      flex: 0 0 48%;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      height: 500px;
      box-shadow: 0 25px 60px -15px rgba(0,0,0,0.1);
    }
    
    .wms-solar-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .wms-solar-image-placeholder {
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 50%, #a7f3d0 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #047857;
    }
    
    .wms-solar-image-placeholder i {
      font-size: 100px;
      margin-bottom: 15px;
      opacity: 0.6;
    }
    
    .wms-solar-image-placeholder span {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
    
    .wms-solar-image-tag {
      position: absolute;
      top: 25px;
      right: 25px;
      background: #ffffff;
      color: #047857;
      padding: 10px 18px;
      border-radius: 30px;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 1px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }
    
    .wms-solar-content {
      flex: 1;
    }
    
    .wms-solar-content h2 {
      font-size: 2.5rem;
      font-weight: 800;
      color: #0f172a;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }
    
    .wms-solar-content .lead {
      font-size: 1.15rem;
      color: #047857;
      font-weight: 600;
      margin-bottom: 16px;
    }
    
    .wms-solar-content p {
      color: #64748b;
      line-height: 1.8;
      margin-bottom: 25px;
      font-size: 0.98rem;
    }
    
    .wms-solar-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 30px;
    }
    
    .wms-solar-feature {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.9rem;
      color: #475569;
      font-weight: 500;
    }
    
    .wms-solar-feature i {
      color: #10b981;
      font-size: 1.1rem;
    }
    
    .wms-btn-green {
      background: #047857;
      color: #ffffff;
      padding: 16px 36px;
      font-weight: 600;
      border-radius: 8px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
      border: 2px solid #047857;
    }
    
    .wms-btn-green:hover {
      background: transparent;
      color: #047857;
    }
    
    .wms-solar-services {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 16px;
    }
    
    .wms-solar-service {
      text-align: center;
      padding: 30px 15px;
      background: #f8fafc;
      border-radius: 12px;
      transition: all 0.3s ease;
      cursor: default;
    }
    
    .wms-solar-service:hover {
      background: #ffffff;
      box-shadow: 0 10px 30px -8px rgba(0,0,0,0.08);
      transform: translateY(-3px);
    }
    
    .wms-solar-service-icon {
      width: 50px;
      height: 50px;
      background: #ecfdf5;
      color: #059669;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin: 0 auto 12px;
    }
    
    .wms-solar-service h5 {
      font-size: 0.9rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 4px;
    }
    
    .wms-solar-service span {
      font-size: 0.78rem;
      color: #94a3b8;
    }
    
    /* ========== TESTIMONIALS ========== */
    .wms-testimonials-section {
      padding: 100px 0;
      background: #f8fafc;
    }
    
    .wms-testimonial-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 40px 35px;
      height: 100%;
      position: relative;
      box-shadow: 0 1px 3px rgba(0,0,0,0.04);
      transition: all 0.3s ease;
    }
    
    .wms-testimonial-card:hover {
      box-shadow: 0 20px 45px -12px rgba(0,0,0,0.08);
      transform: translateY(-3px);
    }
    
    .wms-testimonial-quote {
      font-size: 3rem;
      color: #d97706;
      line-height: 1;
      margin-bottom: 15px;
      font-family: Georgia, 'Times New Roman', serif;
      opacity: 0.5;
    }
    
    .wms-testimonial-text {
      font-size: 0.95rem;
      color: #475569;
      line-height: 1.8;
      margin-bottom: 25px;
      font-style: italic;
    }
    
    .wms-testimonial-author {
      display: flex;
      align-items: center;
      gap: 14px;
      padding-top: 20px;
      border-top: 1px solid #f1f5f9;
    }
    
    .wms-testimonial-avatar {
      width: 50px;
      height: 50px;
      background: #e2e8f0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #94a3b8;
      font-size: 1.5rem;
      font-weight: 700;
      flex-shrink: 0;
    }
    
    .wms-testimonial-avatar img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
    }
    
    .wms-testimonial-info h5 {
      font-size: 1rem;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 4px;
    }
    
    .wms-testimonial-info span {
      font-size: 0.82rem;
      color: #94a3b8;
    }
    
    .wms-testimonial-stars {
      color: #f59e0b;
      margin-bottom: 15px;
      font-size: 0.9rem;
    }
    
    /* ========== CTA ========== */
    .wms-cta-section {
      background: #0f172a;
      padding: 100px 0;
      text-align: center;
      color: #ffffff;
    }
    
    .wms-cta-section h2 {
      font-size: 2.8rem;
      font-weight: 800;
      margin-bottom: 16px;
      letter-spacing: -1px;
    }
    
    .wms-cta-section p {
      color: #94a3b8;
      font-size: 1.1rem;
      margin-bottom: 35px;
    }
    
    .wms-btn-gold {
      background: #d97706;
      color: #ffffff;
      padding: 16px 40px;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
      border: 2px solid #d97706;
    }
    
    .wms-btn-gold:hover {
      background: transparent;
      border-color: #ffffff;
      color: #ffffff;
    }
    
    /* ========== FOOTER ========== */
    .wms-footer {
      background: #0f172a;
      color: #94a3b8;
      padding: 70px 0 0;
      border-top: 1px solid #1e293b;
    }
    
    .wms-footer h5 {
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    
    .wms-footer a {
      color: #64748b;
      text-decoration: none;
      transition: color 0.3s ease;
      font-size: 0.88rem;
    }
    
    .wms-footer a:hover { color: #ffffff; }
    
    .wms-footer ul { list-style: none; padding: 0; }
    
    .wms-footer ul li { margin-bottom: 10px; }
    
    .wms-footer p { font-size: 0.88rem; line-height: 1.7; color: #64748b; }
    
    .wms-footer-social a {
      width: 38px;
      height: 38px;
      background: #1e293b;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #94a3b8;
      margin-right: 8px;
      transition: all 0.3s ease;
    }
    
    .wms-footer-social a:hover { background: #d97706; color: #ffffff; }
    
    .wms-footer-bottom {
      border-top: 1px solid #1e293b;
      margin-top: 50px;
      padding: 22px 0;
      text-align: center;
      font-size: 0.8rem;
      color: #64748b;
    }
    
    /* ========== RESPONSIVE ========== */
    @media (max-width: 1200px) {
      .wms-solar-services { grid-template-columns: repeat(3, 1fr); }
    }
    
    @media (max-width: 992px) {
      .wms-hero h1 { font-size: 2.5rem; }
      .wms-solar-showcase { flex-direction: column; }
      .wms-solar-image-wrapper { flex: 0 0 350px; width: 100%; height: 350px; }
      .wms-section-title,
      .wms-solar-content h2,
      .wms-about-content h2 { font-size: 2rem; }
      .wms-about-list { columns: 1; }
    }
    
    @media (max-width: 768px) {
      .wms-hero h1 { font-size: 2rem; }
      .wms-hero-stats { gap: 25px; }
      .wms-solar-services { grid-template-columns: repeat(2, 1fr); }
      .wms-solar-features { grid-template-columns: 1fr; }
      .wms-about-badge { left: 10px; bottom: -20px; }
    }
    
    @media (max-width: 576px) {
      .wms-solar-services { grid-template-columns: 1fr; }
    }

/* ===== 4. SHOWCASE (3D solar) ===== */
    .woxen-showcase-wrap {
      background-color: #F0F0F0;
      padding: 70px 0 !important;
    }
    .woxen-showcase-container {
      position: relative;
      min-height: 550px;
      border-radius: 36px;
      overflow: hidden;
      background: radial-gradient(circle at 80% 20%, #064e3b 0%, #020617 65%) !important;
      border: 1px solid rgba(52, 211, 153, 0.25);
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 35px rgba(16, 185, 129, 0.15);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 3.5rem 3rem;
      animation: woxenBgPulse 8s infinite alternate ease-in-out;
    }
    @keyframes woxenBgPulse {
      0% {
        background: radial-gradient(circle at 80% 20%, #064e3b 0%, #020617 65%);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 25px rgba(16, 185, 129, 0.1);
      }
      50% {
        background: radial-gradient(circle at 30% 70%, #065f46 0%, #020617 70%);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 55px rgba(52, 211, 153, 0.25);
      }
      100% {
        background: radial-gradient(circle at 70% 30%, #047857 0%, #020617 60%);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 40px rgba(16, 185, 129, 0.2);
      }
    }
    .woxen-showcase-container::after {
      content: '';
      position: absolute;
      top: -100%;
      left: -100%;
      width: 300%;
      height: 300%;
      background: linear-gradient(115deg, transparent 0%, rgba(52, 211, 153, 0) 42%, rgba(52, 211, 153, 0.3) 50%, rgba(255, 255, 255, 0.2) 52%, rgba(52, 211, 153, 0) 60%, transparent 100%);
      transform: rotate(25deg) translate(-50%, -50%);
      transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
      z-index: 2;
      pointer-events: none;
      opacity: 0;
    }
    .woxen-showcase-container:hover::after {
      opacity: 1;
      animation: woxenFlashSweep 1.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    @keyframes woxenFlashSweep {
      0% {
        transform: rotate(25deg) translate(-80%, -80%);
        opacity: 0;
      }
      30% {
        opacity: 1;
      }
      100% {
        transform: rotate(25deg) translate(80%, 80%);
        opacity: 0;
      }
    }
    @media (max-width: 768px) {
      .woxen-showcase-container {
        padding: 2rem 1.5rem;
        min-height: 600px;
      }
      .woxen-hero-box {
        padding: 2rem 1.5rem;
      }
    }
    .woxen-bg-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      pointer-events: none;
    }
    .woxen-solar-grid {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(rgba(52, 211, 153, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 211, 153, 0.1) 1px, transparent 1px);
      background-size: 40px 40px;
      z-index: 1;
      pointer-events: none;
      animation: woxenGridMove 15s linear infinite;
    }
    @keyframes woxenGridMove {
      0% {
        background-position: 0 0;
      }
      100% {
        background-position: 40px 40px;
      }
    }
    .woxen-float-light {
      position: absolute;
      border-radius: 50%;
      filter: blur(60px);
      z-index: 1;
      pointer-events: none;
      animation: woxenFloatLight 6s infinite alternate ease-in-out;
    }
    .woxen-light-1 {
      top: 20%;
      left: 30%;
      width: 250px;
      height: 250px;
      background: rgba(52, 211, 153, 0.35);
    }
    .woxen-light-2 {
      bottom: 25%;
      right: 20%;
      width: 300px;
      height: 300px;
      background: rgba(45, 212, 191, 0.25);
      animation-delay: -3s;
    }
    @keyframes woxenFloatLight {
      0% {
        transform: translate(0, 0) scale(0.9);
        opacity: 0.5;
      }
      100% {
        transform: translate(-50px, 40px) scale(1.4);
        opacity: 0.9;
      }
    }
    .woxen-overlay-left {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(90deg, rgba(2, 6, 23, 0.75) 0%, rgba(2, 6, 23, 0.5) 55%, rgba(2, 6, 23, 0.3) 100%);
      z-index: 0;
      pointer-events: none;
    }
    .woxen-overlay-bottom {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(2, 6, 23, 0.95) 0%, rgba(2, 6, 23, 0.15) 35%, transparent 100%);
      z-index:0;
      pointer-events: none;
    }
    .woxen-ambient {
      position: absolute;
      top: -100px;
      right: -100px;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(52, 211, 153, 0.25) 0%, rgba(16, 185, 129, 0.05) 50%, transparent 70%);
      border-radius: 50%;
      filter: blur(100px);
      z-index: 1;
      pointer-events: none;
      animation: woxenAmbientFloat 6s infinite alternate ease-in-out;
    }
    @keyframes woxenAmbientFloat {
      0% {
        transform: scale(1) translate(0, 0);
        opacity: 0.6;
      }
      100% {
        transform: scale(1.3) translate(-50px, 50px);
        opacity: 1;
      }
    }
    .woxen-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.45rem 1rem;
      border-radius: 50rem;
      background: rgba(16, 185, 129, 0.15);
      border: 1px solid rgba(16, 185, 129, 0.3);
      color: #34d399;
      font-size: 0.85rem;
      font-weight: 600;
      box-shadow: 0 0 25px rgba(16, 185, 129, 0.2);
    }
    .woxen-pulse-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #34d399;
      animation: woxenPulse 2s infinite;
    }
    .woxen-dot-paused {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #f59e0b;
    }
    @keyframes woxenPulse {
      0%,
      100% {
        opacity: 1;
        transform: scale(1);
      }
      50% {
        opacity: 0.4;
        transform: scale(1.3);
      }
    }
    .woxen-grad-text {
      background: linear-gradient(90deg, #34d399, #5eead4, #a7f3d0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .woxen-showcase-h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 900;
      letter-spacing: -0.03em;
      line-height: 1.15;
     color: #FFFFFF !important;
    }
    .woxen-showcase-p {
      color: #cbd5e1;
      font-size: 1.1rem;
      line-height: 1.7;
      max-width: 600px;
    }
    .woxen-btn-green {
      background: linear-gradient(135deg, #117a58, #0c5942);
      color: #fff !important;
      border: 1px solid rgba(16, 185, 129, 0.2);
      padding: 0.85rem 2rem;
      border-radius: 50rem;
      font-weight: 700;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      box-shadow: 0 10px 20px rgba(17, 122, 88, 0.25);
    }
    .woxen-btn-green:hover {
      background: linear-gradient(135deg, #0c5942, #094231);
      transform: translateY(-2px);
      box-shadow: 0 15px 25px rgba(17, 122, 88, 0.4);
    }
    .woxen-btn-glass {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff !important;
      padding: 0.85rem 1.75rem;
      border-radius: 50rem;
      font-weight: 600;
      backdrop-filter: blur(10px);
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
    }
    .woxen-btn-glass:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.35);
    }
    .woxen-glass-card {
      background: rgba(15, 23, 42, 0.65);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 1.25rem 1.5rem;
      backdrop-filter: blur(12px);
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .woxen-glass-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(52, 211, 153, 0.25), transparent);
      transition: 0.6s;
      pointer-events: none;
    }
    .woxen-glass-card:hover::before {
      left: 100%;
    }
    .woxen-glass-card:hover {
      background: rgba(15, 23, 42, 0.85);
      border-color: rgba(52, 211, 153, 0.5);
      transform: translateY(-5px) scale(1.02);
      box-shadow: 0 15px 35px rgba(16, 185, 129, 0.25), inset 0 0 20px rgba(52, 211, 153, 0.15);
    }
    .woxen-badge-status {
      background: rgba(16, 185, 129, 0.2);
      color: #6ee7b7;
      font-size: 0.65rem;
      letter-spacing: 0.08em;
    }
    .woxen-badge-frames {
      background: rgba(249, 115, 22, 0.2);
      color: #fdba74;
      font-size: 0.65rem;
      letter-spacing: 0.08em;
    }
    .woxen-badge-verified {
      background: rgba(20, 184, 166, 0.2);
      color: #5eead4;
      font-size: 0.65rem;
      letter-spacing: 0.08em;
    }
    .woxen-icon-emerald {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(16, 185, 129, 0.15);
      color: #34d399;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 20px;
    }
    .woxen-icon-orange {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(249, 115, 22, 0.15);
      color: #fb923c;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 20px;
    }
    .woxen-icon-teal {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(20, 184, 166, 0.15);
      color: #2dd4bf;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 20px;
    }
    .woxen-hud {
      background: rgba(2, 6, 23, 0.75);
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 1rem 1.5rem;
      color: #cbd5e1;
      display: none;
    }
    .woxen-hud-status {
      font-size: 0.85rem;
    }
    .woxen-text-play {
      color: #34d399;
      font-weight: 600;
    }
    .woxen-text-paused {
      color: #f59e0b;
      font-weight: 600;
    }
    .woxen-hud-counter {
      color: #94a3b8;
      font-size: 0.8rem;
    }
    .woxen-hud-control {
      background: rgba(15, 23, 42, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .woxen-hud-frame {
      background: rgba(15, 23, 42, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #94a3b8;
      font-size: 0.8rem;
      min-width: 105px;
    }
    .woxen-speed-btn {
      background: transparent;
      border: none;
      color: #94a3b8;
      padding: 0.25rem 0.65rem;
      border-radius: 6px;
      font-weight: 700;
      font-size: 0.75rem;
      transition: all 0.2s;
    }
    .woxen-speed-btn:hover {
      color: #fff;
    }
    .woxen-speed-btn.active {
      background-color: #117a58;
      color: #fff;
      box-shadow: 0 2px 6px rgba(17, 122, 88, 0.4);
    }
    .woxen-showcase-service {
      margin-top: 5rem !important;
    }
  
/* ===== 11. WMS SOLAR GRID ===== */
    .woxen-solar-section {
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      border-bottom: 1px solid #f1f5f9;
    }
    .woxen-solar-grid-wrap {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1.5rem;
      margin-top: 2rem;
    }
    .woxen-solar-item {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      padding: 1.75rem 1.25rem;
      text-align: center;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .woxen-solar-item:hover {
      transform: translateY(-6px);
      border-color: #117a58;
      box-shadow: 0 15px 30px rgba(17, 122, 88, 0.12);
    }
    .woxen-solar-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(17, 122, 88, 0.1), rgba(32, 178, 130, 0.2));
      color: #117a58;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 1.25rem;
      transition: all 0.3s ease;
    }
    .woxen-solar-item:hover .woxen-solar-icon {
      background: linear-gradient(135deg, #117a58, #20b282);
      color: #ffffff;
      transform: scale(1.08);
    }
    .woxen-solar-title {
      font-size: 1.1rem;
      font-weight: 800;
      color: #1e293b;
      margin-bottom: 0.35rem;
    }
    .woxen-solar-desc {
      font-size: 0.85rem;
      color: #64748b;
      font-weight: 500;
    }

/* ===== 6. TECHNOLOGY ===== */
    .woxen-tech-img {
      height: 480px;
    }
    .woxen-tech-badge {
      background-color: #0c5942;
      max-width: 260px;
      border-top-left-radius: 28px;
    }
    .woxen-tech-h4 {
      line-height: 1.4;
    }
    .woxen-tech-desc {
      font-size: 1.05rem;
      line-height: 1.6;
    }
    .woxen-tech-label {
      font-size: 0.75rem;
      letter-spacing: 0.08em;
      color: #475569;
    }
    .woxen-tech-val {
      font-size: 2.5rem;
      font-weight: 800;
      color: #eb5826;
    }
    .woxen-badge-chip {
      background-color: #e8f4f0;
      color: #117a58;
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.4rem 1rem;
      border-radius: 50rem;
      display: inline-block;
    }