/*
 Theme Name:   Vaximo Child
 Description:  Vaximo Child Theme
 Author:       EnvyTheme
 Author URI:   https://envytheme.com
 Template:     vaximo
 Version:      3.7
 Text Domain:  vaximo-child
*/

/* Hide default dropdown ONLY on desktop */
@media (min-width: 992px) {
    #menu-item-5061 ul.dropdown-menu {
        display: none !important;
    }
    #menu-item-5062 ul.dropdown-menu {
        display: none !important;
    }
}

/* ===== Site font Start ===== */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /* font-family: "Trebuchet MS", Helvetica, sans-serif !important; */
  font-family: "Trebuchet MS" !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
}

h3, .h3 {
    font-size: 26px !important;
}
h2{
    font-size: 26px !important;
}
h1{
    font-size: 26px !important;   
}

/* ===== Site font End ===== */

/* ===== CUSTOM MEGA MENU ===== */
.elementor-header,
.elementor-section,
.elementor-container {
  overflow: visible !important;
}



.custom-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* height: 700px; */
    height: auto;
    background: #fff;
    display: none;
    /* display: block !simportant; */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    overflow: hidden;
}

.custom-mega-menu,
.custom-mega-menu * {
    color: #0e0129 !important;
}

.main-nav {
    position: relative;
}
  
.mega-inner {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
}
 
.mega-left {
    width: 28%;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    text-align: left;
} 
.mega-right {
    width: 72%;
    height: 100%;
    padding-left: 40px;
    overflow-y: auto;
} 
.mega-left li {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    /* margin-bottom: 10px; */
    border: none;
    background: transparent;
    /* border-radius: 10px; */
    text-align: left;
    /* font-weight: 600; */
    cursor: pointer;
    transition: all 0.25s ease;
}

/* .mega-left li:hover,
.mega-left li.active {
    box-shadow: 0 8px 20px rgba(14, 1, 41, 0.08);
} */

.mega-left li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #58bcce;
    transition: width 0.35s ease;
}

.mega-left li:hover::after {
    width: 100%;
}

.mega-content {
    display: none;
}

.mega-content.active {
    display: block;
}

.mega-content h4 {
    margin-bottom: 15px;
}

.mega-content ul {
    list-style: none;
    padding: 0;
}

.mega-content ul li {
    margin-bottom: 10px;
}

/* ===== RIGHT CONTENT HEADER ===== */
.mega-content-header {
    /* font-size: 20px; */
    /* font-weight: 600; */
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* ===== GRID LAYOUT ===== */
.mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
}

/* ===== GRID ITEM ===== */
.mega-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 8px 18px;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transition: all 0.25s ease;
}

.mega-item:hover {
    background: #f6f7fb;
    box-shadow: 0 10px 25px rgba(14, 1, 41, 0.08);
    transform: translateY(-2px);
}
/* ICON */
.mega-icon {
    font-size: 22px;
    line-height: 1;
    margin-top: 4px;
}

/* TEXT */
.mega-text h5 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.mega-text p {
    margin: 0;
    /* font-size: 14px; */
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.8;
}

/* ===== RIGHT SIDE LINK UNDERLINE ANIMATION ===== */

.mega-right .mega-item {
    position: relative;
    overflow: hidden;
}

/* underline */
.mega-right .mega-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #58bcce;
    transition: width 0.35s ease;
}

/* hover animation */
.mega-right .mega-item:hover::after {
    width: 100%;
}


/* Header Style 2 – Social Icons */
.header-social-icons ul {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-social-icons ul li {
    list-style: none;
}

.header-social-icons ul li a {
    font-size: 16px;
    color: #ffff;
}

.header-social-icons ul li a:hover {
    color: #d80650;
}

.mega-content .mega-content-header .header-heading{
    font-weight: 600 !important;
    font-size: 20px !important;
}

.font-weight-600{
    font-weight: 600 !important;
}

.font-size-14{
    font-size: 14px !important;
}

.font-size-12{
    font-size: 12px !important;
}

p{
    opacity: 0.9 !important;
}

.complete-area.style .single-security::after{
    border-top: 25px solid #b2d4f9 !important;
}

.text-blue{
    color: #58bcce !important;
}

.mega-bottom-cta {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.08);
    text-align: right;
}

.pink-rose {
  color: #f90669 !important;
}

.bg-pink-rose {
  background: #f90669 !important;
}



/* Custom Css */


.security-card-custom .single-security{
    height: 250px !important;
}

.custom-security-2-height .single-security{
    height: 341px !important;
}
.adaptive_options li {
    margin-bottom: 10px ;
}

.slider-text h1{
    font-size: 40px !important;
}
.elementor-heading-title{
    font-size: 26px !important;
}
.htitle{
    font-size: 26px !important;
}

.text-white h1 {
    font-size: 2.2rem !important;
}
.finance-end-content h2{
    font-size: 26px !important;
}
.mb-6{
    margin-bottom: 5.5rem !important
}
.elementor hr{
  border: 1px solid #f90669;
  width: 40%;
  margin-left: 40px !important;
  color: #f90669;
  opacity: 2;
  margin-top: 12px !important;
}
a.twitter svg path {
    fill: #ffffff;
}

.banner-area .banner-text span{
   font-family: "Trebuchet MS" !important;
}

.operation-center-content .operation-list li span i{
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}




.navbar-brand img{
    width: 160px !important; 
}



/* //New home page css */
 .rs-light,
    .rs-light *,
    .rs-light *::before,
    .rs-light *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    .rs-light {
      /* Palette */
      --ink: #ffffff;
      --ink2: #f4f6fb;
      --ink3: #eaecf4;
      --surface: rgba(0, 0, 0, 0.025);
      --surface2: rgba(0, 0, 0, 0.05);
      --border: rgba(0, 0, 0, 0.08);
      --border2: rgba(0, 0, 0, 0.15);
      --snow: #0d0e1a;
      --muted: #4a5270;
      --dim: #8890ad;

      /* Accents */
      --violet: #7c5af0;
      --dblue: #00d4aa;
      --rose: #f0397a;
      --amber: #f5a623;
      --blue: #2f7cf6;

      /* Rainbow */
      --rb: linear-gradient(120deg, #f0397a, #7c5af0, #2f7cf6, #00d4aa);
      --rb2: linear-gradient(90deg, #f0397a, #7c5af0, #2f7cf6, #00d4aa, #f5a623);

      /* Radii / ease */
      --r: 10px;
      --r2: 16px;
      --ease: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .rs-light {
      scroll-behavior: smooth
    }

    .rs-light {
      background: var(--ink);
      color: var(--snow);
      font-size: 16px;
      line-height: 1.65;
      overflow-x: hidden;
    }

    .rs-light ::selection {
      background: rgba(124, 90, 240, 0.35);
      color: #fff
    }

    .rs-light::-webkit-scrollbar {
      width: 3px
    }

    .rs-light::-webkit-scrollbar-track {
      background: var(--ink3)
    }

    .rs-light::-webkit-scrollbar-thumb {
      background: var(--violet);
      border-radius: 2px
    }

    /* ════════════════════
   TOPLINE
════════════════════ */
    .rs-light .topline {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      z-index: 2000;
      background: var(--rb2);
      background-size: 400%;
      animation: rbShift 8s linear infinite;
    }

    @keyframes rbShift {
      0% {
        background-position: 0%
      }

      100% {
        background-position: 400%
      }
    }

    /* ════════════════════
   NAV
════════════════════ */
    .rs-light nav {
      position: fixed;
      top: 2px;
      left: 0;
      right: 0;
      z-index: 1999;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 64px;
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(28px) saturate(180%);
      border-bottom: 1px solid var(--border);
      transition: background .3s;
    }

    .rs-light nav.scrolled {
      background: rgba(255, 255, 255, 0.97);
      box-shadow: 0 1px 0 var(--border)
    }

    .rs-light .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none
    }

    .rs-light .nav-logomark {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      background: linear-gradient(135deg, rgba(124, 90, 240, 0.12), rgba(0, 212, 170, 0.08));
      border: 1px solid rgba(124, 90, 240, 0.18);
      display: grid;
      place-items: center;
      font-size: 16px;
    }

    .rs-light .nav-wordmark {
      
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.03em;
      color: var(--snow);
    }

    .rs-light .nav-wordmark em {
      font-style: normal;
      background: var(--rb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .rs-light .nav-links {
      display: flex;
      gap: 30px;
      list-style: none
    }

    .rs-light .nav-links a {
      font-size: 13px;
      font-weight: 500;
      color: var(--muted);
      text-decoration: none;
      letter-spacing: -0.01em;
      transition: color .2s var(--ease);
    }

    .rs-light .nav-links a:hover {
      color: var(--snow)
    }

    .rs-light .nav-actions {
      display: flex;
      gap: 8px;
      align-items: center
    }

    .rs-light .btn-ghost {
      font-size: 13px;
      font-weight: 500;
      padding: 8px 16px;
      border-radius: 7px;
      border: 1px solid var(--border);
      background: transparent;
      color: var(--muted);
      text-decoration: none;
      cursor: pointer;
      transition: all .2s var(--ease);
      letter-spacing: -0.01em;
    }

    .rs-light .btn-ghost:hover {
      border-color: var(--border2);
      color: var(--snow);
      background: rgba(0, 0, 0, 0.04)
    }

    .rs-light .btn-primary {
      font-size: 13px;
      font-weight: 600;
      padding: 9px 20px;
      border-radius: 7px;
      border: none;
      cursor: pointer;
      background: var(--violet);
      color: #fff;
      text-decoration: none;
      letter-spacing: -0.01em;
      transition: all .2s var(--ease);
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
    }

    .rs-light .btn-primary:hover {
      background: #9070f8;
      transform: translateY(-1px);
      box-shadow: 0 8px 28px rgba(124, 90, 240, 0.4)
    }

    /* ════════════════════
   HERO
════════════════════ */
    .rs-light .hero {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 140px 64px 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .rs-light #hero-canvas {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      opacity: 0.45;
    }

    .rs-light .hero-grid-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(0, 0, 0, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.055) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(ellipse 85% 70% at 50% 40%, black 10%, transparent 72%);
    }

    .rs-light .hero-content {
      position: relative;
      z-index: 2;
      max-width: 940px
    }

    .rs-light .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      
      font-size: 14px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--dblue);
      padding: 7px 16px;
      border-radius: 100px;
      background: rgba(0, 212, 170, 0.07);
      border: 1px solid rgba(0, 212, 170, 0.18);
      margin-bottom: 32px;
      opacity: 0;
      animation: fadeUp .7s var(--ease) .2s forwards;
    }

    .rs-light .hero-eyebrow-dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--dblue);
      box-shadow: 0 0 8px var(--dblue);
      animation: blink 2.2s ease-in-out infinite;
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: .3
      }
    }

    .rs-light .hero-h1 {
      
      font-size: clamp(42px, 5.8vw, 80px) !important;
      font-weight: 800 !important;
      line-height: .98;
      letter-spacing: -0.045em;
      color: var(--snow);
      margin-bottom: 28px;
      opacity: 0;
      animation: fadeUp .8s var(--ease) .38s forwards;
    }

    .rs-light .hero-h1 .line-grad {
      background: var(--rb2);
      background-size: 300%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: rbShift 6s linear infinite;
    }

    .rs-light .hero-sub {
      font-size: 18px;
      font-weight: 400;
      color: var(--muted);
      line-height: 1.72;
      max-width: 680px;
      margin: 0 auto 20px;
      opacity: 0;
      animation: fadeUp .8s var(--ease) .52s forwards;
    }

    .rs-light .hero-manifesto {
      display: inline-flex;
      flex-direction: column;
      gap: 2px;
      margin: 0 auto 40px;
      padding: 18px 28px;
      border-radius: var(--r);
      background: rgba(240, 57, 122, 0.04);
      border: 1px solid rgba(240, 57, 122, 0.18);
      border-left: 2px solid var(--rose);
      text-align: left;
      opacity: 0;
      animation: fadeUp .8s var(--ease) .66s forwards;
    }

    .rs-light .hero-manifesto span {
      font-size: 12px;
      letter-spacing: 0.02em;
      line-height: 1.9;
      color: var(--muted);
    }

    .rs-light .hero-manifesto .threat {
      color: var(--rose)
    }

    .rs-light .hero-manifesto .truth {
      color: var(--dblue)
    }

    .rs-light .hero-ctas {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      opacity: 0;
      animation: fadeUp .8s var(--ease) .8s forwards;
    }

    .rs-light .btn-lg {
      font-size: 15px;
      font-weight: 600;
      padding: 15px 32px;
      border-radius: 8px;
      border: none;
      cursor: pointer;
      background: linear-gradient(to bottom right, #D2044D, #FF5E68);
      color: #fff;
      text-decoration: none;
      letter-spacing: -0.02em;
      transition: all .25s var(--ease);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      position: relative;
      overflow: hidden;
    }

    .rs-light .btn-lg::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
      transform: translateX(-100%);
      transition: transform .6s ease;
    }

    .rs-light .btn-lg:hover::before {
      transform: translateX(100%)
    }

    .rs-light .btn-lg:hover {
      background: linear-gradient(to bottom right, #D2044D, #FF5E68);
      transform: translateY(-2px);
      box-shadow: 0 16px 40px rgba(214, 59, 110, 0.58);
    }

    .rs-light .btn-outline-lg {
      font-size: 15px;
      font-weight: 500;
      padding: 14px 28px;
      border-radius: 8px;
      border: 1px solid var(--border2);
      background: rgba(0, 0, 0, 0.02);
      color: var(--muted);
      text-decoration: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all .2s var(--ease);
      letter-spacing: -0.01em;
    }

    .rs-light .btn-outline-lg:hover {
      border-color: rgba(0, 0, 0, 0.25);
      color: var(--snow);
      background: var(--surface2)
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(22px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    /* ════════════════════
   HERO STATS BAR
════════════════════ */
    .rs-light .hero-stats {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1100px;
      margin: 56px auto 0;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border: 1px solid var(--border);
      border-radius: var(--r2);
      overflow: hidden;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(20px);
      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
      opacity: 0;
      animation: fadeUp .9s var(--ease) .95s forwards;
    }

    .rs-light .hstat {
      padding: 22px 24px;
      border-right: 1px solid var(--border);
      position: relative;
      overflow: hidden;
    }

    .rs-light .hstat:last-child {
      border-right: none
    }

    .rs-light .hstat::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      opacity: 0;
      transition: opacity .3s;
    }

    .rs-light .hstat:nth-child(1)::before {
      background: linear-gradient(90deg, var(--rose), var(--violet))
    }

    .rs-light .hstat:nth-child(2)::before {
      background: linear-gradient(90deg, var(--violet), var(--blue))
    }

    .rs-light .hstat:nth-child(3)::before {
      background: linear-gradient(90deg, var(--blue), var(--dblue))
    }

    .rs-light .hstat:nth-child(4)::before {
      background: linear-gradient(90deg, var(--dblue), var(--amber))
    }

    .rs-light .hstat:nth-child(5)::before {
      background: linear-gradient(90deg, var(--amber), var(--rose))
    }

    .rs-light .hstat:hover::before {
      opacity: 1
    }

    .rs-light .hstat-val {
      
      font-size: 22px;
      font-weight: 800;
      letter-spacing: -0.04em;
      line-height: 1;
      margin-bottom: 5px;
      background: var(--rb2);
      background-size: 300%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .rs-light .hstat-lbl {
      
      font-size: 10px;
      color: var(--muted);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      line-height: 1.4;
    }

    /* ════════════════════
   HERO SVG SHOWCASE
════════════════════ */
    .rs-light .hero-svg-wrapper {
      position: relative;
      z-index: 10;
      width: 100%;
      max-width: 900px;
      margin: -40px auto 80px;
      display: flex;
      justify-content: center;
      opacity: 0;
      animation: fadeUp 1s var(--ease) 1.2s forwards;
    }

    /* The levitation and dynamic aura */
    .rs-light .hero-svg-wrapper svg {
      width: 100%;
      height: auto;
      filter: drop-shadow(0 15px 35px rgba(124, 90, 240, 0.2));
      animation: levitate-glow 6s ease-in-out infinite;
      border-radius: 20px;
    }

    /* If your SVG has strokes, this makes them magically draw themselves in! */
    .rs-light .hero-svg-wrapper svg path {
      stroke-dasharray: 2000;
      stroke-dashoffset: 2000;
      animation: draw-svg 3.5s cubic-bezier(0.4, 0, 0.2, 1) forwards 1.5s;
    }

    @keyframes levitate-glow {

      0%,
      100% {
        transform: translateY(0);
        filter: drop-shadow(0 15px 35px rgba(124, 90, 240, 0.2));
      }

      50% {
        transform: translateY(-15px);
        filter: drop-shadow(0 25px 50px rgba(0, 212, 170, 0.25));
      }
    }

    @keyframes draw-svg {
      to {
        stroke-dashoffset: 0;
      }
    }

    /* ════════════════════
   COGNITIVE DEFENSE WEB (the PDF visual, animated)
════════════════════ */
    .rs-light .cdw-section {
      background: var(--ink2);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 96px 64px;
      position: relative;
      overflow: hidden;
    }

    .rs-light .cdw-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(124, 90, 240, 0.07), transparent 70%);
    }

    .rs-light .cdw-header {
      text-align: center;
      margin-bottom: 64px;
      position: relative;
      z-index: 1
    }

    .rs-light .cdw-header h2 {
      max-width: 700px;
      margin: 0 auto 14px
    }

    .rs-light .cdw-wrapper {
      position: relative;
      z-index: 1;
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 0;
      align-items: center;
    }

    .rs-light #cdw-canvas {
      width: 560px;
      height: 560px;
      display: block;
    }

    .rs-light .cdw-left,
    .rs-light .cdw-right {
      display: flex;
      flex-direction: column;
      gap: 14px;
      padding: 0 40px;
    }

    .rs-light .cdw-node-card {
      padding: 16px 18px;
      border-radius: 10px;
      border: 1px solid var(--border);
      background: var(--surface);
      opacity: 0;
      transform: translateX(-16px);
      transition: all .55s var(--ease);
    }

    .rs-light .cdw-right .cdw-node-card {
      transform: translateX(16px)
    }

    .rs-light .cdw-node-card.visible {
      opacity: 1;
      transform: translateX(0)
    }

    .rs-light .cdw-node-card:hover {
      border-color: var(--border2);
      background: var(--surface2)
    }

    .rs-light .cnc-title {
      
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 6px;
      color: var(--snow);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .rs-light .cnc-icon {
      font-size: 14px
    }

    .rs-light .cnc-items {
      
      font-size: 12px;
      color: var(--dim);
      letter-spacing: 0.04em;
      line-height: 1.9;
    }

    .rs-light .cnc-items span {
      color: var(--muted)
    }

    .rs-light .cdw-footer {
      grid-column: 1/-1;
      text-align: center;
      margin-top: 48px;
      display: flex;
      gap: 0;
      justify-content: center;
      border: 1px solid var(--border);
      border-radius: var(--r);
      overflow: hidden;
      max-width: 640px;
      margin: 48px auto 0;
    }

    .rs-light .cdw-pill {
      flex: 1;
      padding: 16px 24px;
      border-right: 1px solid var(--border);
      
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.02em;
      text-align: center;
    }

    .rs-light .cdw-pill:last-child {
      border-right: none
    }

    .rs-light .cdw-pill.easy {
      color: var(--dblue)
    }

    .rs-light .cdw-pill.hard {
      color: var(--rose)
    }

    .rs-light .cdw-pill.defense {
      color: var(--violet)
    }

    .rs-light .cdw-pill small {
      display: block;
      
      font-size: 10px;
      font-weight: 400;
      color: var(--muted);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-top: 3px
    }

    /* ════════════════════
   SHARED SECTION STYLES
════════════════════ */
    .rs-light section {
      padding: 100px 64px
    }

    .rs-light .s-inner {
      max-width: 1160px;
      margin: 0 auto
    }

    .rs-light .s-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--dblue);
      margin-bottom: 18px;
    }

    .rs-light .s-eyebrow-dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--dblue)
    }

    .rs-light h2.sections-title {
      
      font-size: clamp(30px, 3.5vw, 48px) !important;
      font-weight: 800 !important;
      line-height: 1.02;
      letter-spacing: -0.04em;
      color: var(--snow);
      margin-bottom: 16px !important;
    }

    .rs-light .section-lead {
      font-size: 18px;
      font-weight: 400;
      color: var(--muted);
      line-height: 1.75;
      max-width: 580px;
    }

    .rs-light .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .65s var(--ease), transform .65s var(--ease)
    }

    .rs-light .reveal.in {
      opacity: 1;
      transform: translateY(0)
    }

    /* ════════════════════
   PROBLEM STRIP
════════════════════ */
    .rs-light .problem-sec {
      background: var(--ink);
      border-bottom: 1px solid var(--border);
      padding: 80px 64px;
    }

    .rs-light .problem-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border);
      border-radius: var(--r2);
      overflow: hidden;
      margin-top: 52px;
    }

    .rs-light .prob-card {
      background: var(--ink2);
      padding: 36px 28px;
      position: relative;
      overflow: hidden;
      transition: background .25s var(--ease);
    }

    .rs-light .prob-card:hover {
      background: var(--ink3)
    }

    .rs-light .prob-accent {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .4s var(--ease);
    }

    .rs-light .prob-card:hover .prob-accent {
      transform: scaleX(1)
    }

    .rs-light .prob-card:nth-child(1) .prob-accent {
      background: linear-gradient(90deg, var(--rose), var(--violet))
    }

    .rs-light .prob-card:nth-child(2) .prob-accent {
      background: linear-gradient(90deg, var(--violet), var(--blue))
    }

    .rs-light .prob-card:nth-child(3) .prob-accent {
      background: linear-gradient(90deg, var(--blue), var(--dblue))
    }

    .rs-light .prob-card:nth-child(4) .prob-accent {
      background: linear-gradient(90deg, var(--dblue), var(--amber))
    }

    .rs-light .prob-emoji {
      font-size: 26px;
      margin-bottom: 16px
    }

    .rs-light .prob-title {
      
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.025em;
      margin-bottom: 8px;
      color: var(--snow);
    }

    .rs-light .prob-body {
      font-size: 13px;
      font-weight: 400;
      color: var(--muted);
      line-height: 1.65
    }

    /* ════════════════════
   HOW IT WORKS
════════════════════ */
    .rs-light .how-sec {
      background: var(--ink2);
      border-bottom: 1px solid var(--border)
    }

    .rs-light .how-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-top: 56px
    }

    .rs-light .how-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--r2);
      padding: 36px 30px;
      position: relative;
      overflow: hidden;
      transition: border-color .25s, background .25s, transform .25s var(--ease);
    }

    .rs-light .how-card:hover {
      border-color: var(--border2);
      background: var(--surface2);
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08)
    }

    .rs-light .how-step {
      
      font-size: 10px;
      color: var(--muted);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 24px;
    }

    .rs-light .how-icon-wrap {
      width: 50px;
      height: 50px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 22px;
      position: relative;
    }

    .rs-light .how-card:nth-child(1) .how-icon-wrap {
      background: rgba(240, 57, 122, 0.1)
    }

    .rs-light .how-card:nth-child(2) .how-icon-wrap {
      background: rgba(47, 124, 246, 0.1)
    }

    .rs-light .how-card:nth-child(3) .how-icon-wrap {
      background: rgba(0, 212, 170, 0.1)
    }

    .rs-light .how-glow {
      position: absolute;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      top: -20px;
      left: -20px;
      opacity: 0;
      transition: opacity .3s;
      filter: blur(40px);
    }

    .rs-light .how-card:nth-child(1) .how-glow {
      background: rgba(240, 57, 122, 0.2)
    }

    .rs-light .how-card:nth-child(2) .how-glow {
      background: rgba(47, 124, 246, 0.15)
    }

    .rs-light .how-card:nth-child(3) .how-glow {
      background: rgba(0, 212, 170, 0.15)
    }

    .rs-light .how-card:hover .how-glow {
      opacity: 1
    }

    .rs-light .how-title {
      
      font-size: 18px;
      font-weight: 700;
      letter-spacing: -0.03em;
      margin-bottom: 10px;
      color: var(--snow);
      line-height: 1.15;
    }

    .rs-light .how-body {
      font-size: 14px;
      font-weight: 400;
      color: var(--muted);
      line-height: 1.7
    }

    .rs-light .how-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 20px
    }

    .rs-light .how-pill {
      
      font-size: 9px;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 5px;
      background: rgba(0, 0, 0, 0.03);
      border: 1px solid var(--border);
      color: var(--muted);
      transition: all .2s;
    }

    .rs-light .how-card:hover .how-pill {
      border-color: var(--border2);
      color: var(--snow)
    }

    /* ════════════════════
   COGNITIVE DEMO
════════════════════ */
    .rs-light .demo-sec {
      background: var(--ink);
      border-bottom: 1px solid var(--border)
    }

    .rs-light .demo-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .rs-light .login-mockup {
      background: #ffffff;
      border: 1px solid var(--border2);
      border-radius: var(--r2);
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    }

    .rs-light .lm-bar {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 12px 18px;
      background: rgba(0, 0, 0, 0.03);
      border-bottom: 1px solid var(--border);
    }

    .rs-light .lm-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%
    }

    .rs-light .lm-dot.r {
      background: #ff5f57
    }

    .rs-light .lm-dot.a {
      background: #febc2e
    }

    .rs-light .lm-dot.g {
      background: #28c840
    }

    .rs-light .lm-url {
      flex: 1;
      margin-left: 10px;
      background: rgba(0, 0, 0, 0.04);
      border: 1px solid var(--border);
      border-radius: 5px;
      padding: 4px 12px;
      
      font-size: 11px;
      color: var(--dim);
    }

    .rs-light .lm-body {
      padding: 32px
    }

    .rs-light .lm-label {
      
      font-size: 10px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--dim);
      margin-bottom: 8px;
    }

    .rs-light .lm-field {
      background: rgba(0, 0, 0, 0.03);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 13px 16px;
      margin-bottom: 16px;
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 3px;
      letter-spacing: 0.06em;
    }

    .rs-light .ch-def {
      color: var(--snow)
    }

    .rs-light .ch-c1 {
      color: #f0397a;
      font-weight: 700
    }

    .rs-light .ch-c2 {
      color: #7c5af0;
      font-weight: 700
    }

    .rs-light .ch-c3 {
      color: #2f7cf6;
      font-weight: 700
    }

    .rs-light .ch-c4 {
      color: #00d4aa;
      font-weight: 700
    }

    .rs-light .ch-c5 {
      color: #f5a623;
      font-weight: 700
    }

    .rs-light .lm-cognition {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      padding: 10px 14px;
      background: rgba(0, 212, 170, 0.06);
      border: 1px solid rgba(0, 212, 170, 0.15);
      border-radius: 7px;
    }

    .rs-light .lm-cog-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--dblue);
      box-shadow: 0 0 8px var(--dblue);
      animation: blink 1.8s ease infinite
    }

    .rs-light .lm-cog-txt {
      
      font-size: 11px;
      color: var(--dblue);
      letter-spacing: 0.05em
    }

    .rs-light .lm-divider {
      height: 1px;
      background: var(--border);
      margin: 20px 0
    }

    .rs-light .lm-attacker-label {
      
      font-size: 10px;
      color: var(--dim);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 8px
    }

    .rs-light .lm-attacker-field {
      background: rgba(0, 0, 0, 0.02);
      border: 1px dashed rgba(240, 57, 122, 0.2);
      border-radius: 8px;
      padding: 13px 16px;
      margin-bottom: 12px;
      
      font-size: 13px;
      color: rgba(240, 57, 122, 0.45);
      letter-spacing: 0.08em;
    }

    .rs-light .lm-blocked {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      background: rgba(240, 57, 122, 0.06);
      border: 1px solid rgba(240, 57, 122, 0.2);
      border-radius: 7px;
      
      font-size: 11px;
      color: var(--rose);
      letter-spacing: 0.04em;
    }

    .rs-light .lm-btn {
      width: 100%;
      margin-top: 20px;
      padding: 14px;
      border-radius: 8px;
      border: none;
      background: var(--rb);
      color: #fff;
      
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.01em;
      cursor: pointer;
    }

    .rs-light .demo-points {
      display: flex;
      flex-direction: column;
      gap: 22px;
      margin-top: 36px
    }

    .rs-light .dp {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      opacity: 0;
      transform: translateX(16px);
      transition: all .6s var(--ease);
    }

    .rs-light .dp.in {
      opacity: 1;
      transform: translateX(0)
    }

    .rs-light .dp-icon {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }

    .rs-light .dp1 {
      background: rgba(240, 57, 122, 0.1)
    }

    .rs-light .dp2 {
      background: rgba(124, 90, 240, 0.1)
    }

    .rs-light .dp3 {
      background: rgba(0, 212, 170, 0.1)
    }

    .rs-light .dp4 {
      background: rgba(245, 166, 35, 0.1)
    }

    .rs-light .dp-title {
      
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.025em;
      margin-bottom: 4px;
      color: var(--snow);
    }

    .rs-light .dp-body {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.62;
      font-weight: 400
    }

    /* ════════════════════
   COMPARISON TABLE
════════════════════ */
    .rs-light .cmp-sec {
      background: var(--ink2);
      border-bottom: 1px solid var(--border)
    }

    .rs-light .cmp-intro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
      margin-bottom: 52px;
    }

    .rs-light .cmp-legend {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--r);
      padding: 24px;
    }

    .rs-light .cmp-legend-title {
      
      font-size: 10px;
      color: var(--dim);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .rs-light .cmp-legend-row {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 8px;
      font-size: 13px
    }

    .rs-light .cmp-legend-row:last-child {
      margin-bottom: 0
    }

    .rs-light .cmp-table-wrap {
      border: 1px solid var(--border);
      border-radius: var(--r2);
      overflow: hidden;
      box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
    }

    .rs-light table {
      width: 100%;
      border-collapse: collapse;
      font-size: 13px
    }

    .rs-light thead tr {
      background: rgba(0, 0, 0, 0.03);
      border-bottom: 1px solid var(--border2)
    }

    .rs-light th {
      padding: 16px 20px;
      
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--snow);
      text-align: left;
    }

    .rs-light th.th-rs {
      color: var(--dblue);
      background: rgba(0, 212, 170, 0.05);
      border-left: 1px solid rgba(0, 212, 170, 0.12);
      border-right: 1px solid rgba(0, 212, 170, 0.12);
    }

    .rs-light tbody tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      transition: background .15s
    }

    .rs-light tbody tr:hover {
      background: rgba(0, 0, 0, 0.018)
    }

    .rs-light tbody tr:last-child {
      border-bottom: none
    }

    .rs-light td {
      padding: 13px 20px;
      color: var(--muted);
      font-weight: 400
    }

    .rs-light td:first-child {
      color: var(--snow);
      font-size: 13px
    }

    .rs-light td.td-rs {
      background: rgba(0, 212, 170, 0.03);
      border-left: 1px solid rgba(0, 212, 170, 0.1);
      border-right: 1px solid rgba(0, 212, 170, 0.1);
    }

    .rs-light .t-yes {
      color: #00d4aa;
      font-weight: 600
    }

    .rs-light .t-no {
      color: rgba(240, 57, 122, 0.65)
    }

    .rs-light .t-part {
      color: #f5a623
    }

    .rs-light .rs-win {
      color: var(--dblue);
      font-weight: 600;
      
      font-size: 10px;
      letter-spacing: 0.04em;
    }

    .rs-light .rs-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(0, 212, 170, 0.1);
      border: 1px solid rgba(0, 212, 170, 0.2);
      padding: 2px 9px;
      border-radius: 4px;
      
      font-size: 9px;
      color: var(--dblue);
      letter-spacing: 0.06em;
    }

    /* ════════════════════
   PLATFORM PILLARS
════════════════════ */
    .rs-light .platform-sec {
      background: var(--ink);
      border-bottom: 1px solid var(--border)
    }

    .rs-light .platform-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-top: 56px;
    }

    .rs-light .plat-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--r2);
      padding: 36px 28px;
      position: relative;
      overflow: hidden;
      transition: all .28s var(--ease);
    }

    .rs-light .plat-card:hover {
      background: var(--surface2);
      border-color: var(--border2);
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1)
    }

    .rs-light .plat-card-accent {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      opacity: 0;
      transition: opacity .3s;
    }

    .rs-light .plat-card:nth-child(1) .plat-card-accent {
      background: linear-gradient(90deg, var(--rose), var(--violet));
      opacity: 1
    }

    .rs-light .plat-card:nth-child(2) .plat-card-accent {
      background: linear-gradient(90deg, var(--blue), var(--dblue))
    }

    .rs-light .plat-card:nth-child(3) .plat-card-accent {
      background: linear-gradient(90deg, var(--dblue), var(--amber))
    }

    .rs-light .plat-card:hover .plat-card-accent {
      opacity: 1
    }

    .rs-light .plat-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 22px
    }

    .rs-light .pi1 {
      background: rgba(240, 57, 122, 0.1)
    }

    .rs-light .pi2 {
      background: rgba(47, 124, 246, 0.1)
    }

    .rs-light .pi3 {
      background: rgba(0, 212, 170, 0.1)
    }

    .rs-light .plat-title {
      
      font-size: 18px;
      font-weight: 700;
      letter-spacing: -0.03em;
      margin-bottom: 10px;
      color: var(--snow);
      line-height: 1.15
    }

    .rs-light .plat-body {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.68;
      margin-bottom: 20px
    }

    .rs-light .plat-feats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 7px
    }

    .rs-light .plat-feats li {
      font-size: 13px;
      color: var(--muted);
      display: flex;
      gap: 9px;
      align-items: flex-start;
      font-weight: 400
    }

    .rs-light .plat-feats li::before {
      content: '→';
      color: var(--dblue);
      flex-shrink: 0;
      font-size: 11px;
      margin-top: 2px
    }

    /* ════════════════════
   ENTRA INTEGRATION
════════════════════ */
    .rs-light .entra-sec {
      background: var(--ink2);
      border-bottom: 1px solid var(--border);
      position: relative;
      overflow: hidden
    }

    .rs-light .entra-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 55% 40% at 50% 50%, rgba(47, 124, 246, 0.06), transparent 65%);
    }

    .rs-light .entra-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .rs-light .arch-flow {
      display: flex;
      flex-direction: column;
      gap: 10px
    }

    .rs-light .arch-step {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 18px;
      border-radius: 10px;
      border: 1px solid var(--border);
      background: var(--surface);
      transition: all .25s var(--ease);
    }

    .rs-light .arch-step:hover {
      border-color: var(--border2);
      background: var(--surface2)
    }

    .rs-light .arch-step-icon {
      font-size: 18px;
      flex-shrink: 0;
      width: 32px;
      text-align: center
    }

    .rs-light .arch-step-info {
      flex: 1
    }

    .rs-light .arch-step-name {
      font-size: 13px;
      font-weight: 600;
      color: var(--snow);
      margin-bottom: 2px
    }

    .rs-light .arch-step-desc {
      font-size: 11px;
      color: var(--muted);
      
      letter-spacing: 0.04em
    }

    .rs-light .arch-step-badge {
      
      font-size: 9px;
      padding: 3px 9px;
      border-radius: 4px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .rs-light .arch-arrow {
      text-align: center;
      color: var(--violet);
      font-size: 13px;
      
      letter-spacing: 0.1em;
      opacity: 0.6;
      padding: 2px 0;
    }

    .rs-light .arch-result {
      margin-top: 4px;
      padding: 18px;
      border-radius: 10px;
      background: rgba(0, 212, 170, 0.05);
      border: 1px solid rgba(0, 212, 170, 0.2);
      text-align: center;
    }

    .rs-light .arch-result-main {
      
      font-size: 14px;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--dblue);
      margin-bottom: 4px;
    }

    .rs-light .arch-result-sub {
      
      font-size: 10px;
      color: var(--muted);
      letter-spacing: 0.05em
    }

    .rs-light .arch-blocked {
      margin-top: 10px;
      padding: 14px 16px;
      border-radius: 10px;
      background: rgba(240, 57, 122, 0.05);
      border: 1px solid rgba(240, 57, 122, 0.15);
    }

    .rs-light .arch-blocked-title {
      
      font-size: 10px;
      color: var(--rose);
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .rs-light .arch-blocked-list {
      
      font-size: 11px;
      color: rgba(240, 57, 122, 0.5);
      line-height: 1.9;
      letter-spacing: 0.02em;
    }

    .rs-light .entra-copy-points {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 30px
    }

    .rs-light .ecp {
      display: flex;
      gap: 14px;
      padding: 16px 18px;
      border: 1px solid var(--border);
      border-radius: 10px;
      background: var(--surface);
      transition: all .2s var(--ease);
      font-size: 13px;
    }

    .rs-light .ecp:hover {
      border-color: var(--border2);
      background: var(--surface2)
    }

    .rs-light .ecp-icon {
      font-size: 16px;
      flex-shrink: 0;
      margin-top: 1px
    }

    .rs-light .ecp-title {
      
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 3px;
      color: var(--snow)
    }

    .rs-light .ecp-body {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.58;
      font-weight: 400
    }

    /* ════════════════════
   INDUSTRIES
════════════════════ */
    .rs-light .ind-sec {
      background: var(--ink);
      border-bottom: 1px solid var(--border)
    }

    .rs-light .ind-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 52px
    }

    .rs-light .ind-card {
      border: 1px solid var(--border);
      border-radius: var(--r2);
      padding: 28px 24px;
      background: var(--surface);
      transition: all .28s var(--ease);
      position: relative;
      overflow: hidden;
    }

    .rs-light .ind-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      opacity: 0;
      transition: opacity .3s;
    }

    .rs-light .ind-card:nth-child(1)::after {
      background: linear-gradient(90deg, var(--rose), var(--violet))
    }

    .rs-light .ind-card:nth-child(2)::after {
      background: linear-gradient(90deg, var(--violet), var(--blue))
    }

    .rs-light .ind-card:nth-child(3)::after {
      background: linear-gradient(90deg, var(--blue), var(--dblue))
    }

    .rs-light .ind-card:nth-child(4)::after {
      background: linear-gradient(90deg, var(--dblue), var(--amber))
    }

    .rs-light .ind-card:nth-child(5)::after {
      background: linear-gradient(90deg, var(--amber), var(--rose))
    }

    .rs-light .ind-card:nth-child(6)::after {
      background: linear-gradient(90deg, var(--rose), var(--dblue))
    }

    .rs-light .ind-card:hover {
      transform: translateY(-3px);
      border-color: var(--border2);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1)
    }

    .rs-light .ind-card:hover::after {
      opacity: 1
    }

    .rs-light .ind-emoji {
      font-size: 26px;
      margin-bottom: 12px
    }

    .rs-light .ind-name {
      
      font-size: 15px;
      font-weight: 700;
      letter-spacing: -0.025em;
      margin-bottom: 8px;
      color: var(--snow)
    }

    .rs-light .ind-desc {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.62;
      font-weight: 400
    }

    .rs-light .ind-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      margin-top: 12px
    }

    .rs-light .ind-tag {
      
      font-size: 9px;
      padding: 3px 8px;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.03);
      border: 1px solid var(--border);
      color: var(--muted);
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    /* ════════════════════
   INTEGRATION LOGOS
════════════════════ */
    .rs-light .logos-sec {
      background: var(--ink2);
      border-bottom: 1px solid var(--border);
      padding: 64px;
      text-align: center;
    }

    .rs-light .logos-title {
      
      font-size: 14px;
      color: var(--snow);
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 36px;
    }

    .rs-light .logos-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      max-width: 900px;
      margin: 0 auto
    }

    .rs-light .logo-chip {
      padding: 10px 20px;
      border-radius: 8px;
      border: 1px solid var(--border);
      background: var(--surface);
      
      font-size: 11px;
      color: var(--muted);
      letter-spacing: 0.04em;
      transition: all .2s var(--ease);
    }

    .rs-light .logo-chip:hover {
      border-color: var(--border2);
      color: var(--snow);
      background: var(--surface2)
    }

    /* ════════════════════
   TRUST BAR
════════════════════ */
    .rs-light .trust-sec {
      background: var(--ink);
      padding: 64px;
      border-bottom: 1px solid var(--border)
    }

    .rs-light .trust-grid {
      display: flex;
      gap: 0;
      border: 1px solid var(--border);
      border-radius: var(--r2);
      overflow: hidden;
      max-width: 1000px;
      margin: 36px auto 0;
    }

    .rs-light .trust-item {
      flex: 1;
      padding: 28px 20px;
      text-align: center;
      border-right: 1px solid var(--border);
      background: var(--surface);
      transition: background .2s;
    }

    .rs-light .trust-item:last-child {
      border-right: none
    }

    .rs-light .trust-item:hover {
      background: var(--surface2)
    }

    .rs-light .trust-icon {
      font-size: 20px;
      margin-bottom: 10px
    }

    .rs-light .trust-label {
      
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--snow);
      margin-bottom: 5px
    }

    .rs-light .trust-desc {
      
      font-size: 10px;
      color: var(--dim);
      letter-spacing: 0.04em;
      line-height: 1.5
    }

    /* ════════════════════
   FINALE CTA
════════════════════ */
    .rs-light .finale-sec {
      background: var(--ink2);
      padding: 120px 64px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .rs-light .finale-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 50% 45% at 25% 50%, rgba(124, 90, 240, 0.1), transparent 60%),
        radial-gradient(ellipse 50% 45% at 75% 50%, rgba(0, 212, 170, 0.07), transparent 60%);
    }

    .rs-light .finale-inner {
      position: relative;
      z-index: 1;
      max-width: 780px;
      margin: 0 auto
    }

    .rs-light .finale-rule {
      width: 64px;
      height: 2px;
      background: var(--rb);
      margin: 0 auto 36px;
      border-radius: 2px
    }

    .rs-light .finale-h {
      
      font-size: clamp(34px, 4.5vw, 58px);
      font-weight: 800;
      letter-spacing: -0.045em;
      line-height: 1.02;
      margin-bottom: 20px;
      color: var(--snow);
    }

    .rs-light .finale-h em {
      font-style: italic;
      background: var(--rb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text
    }

    .rs-light .finale-sub {
      font-size: 16px;
      color: var(--muted);
      line-height: 1.72;
      margin-bottom: 44px;
      font-weight: 400
    }

    .rs-light .finale-ctas {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 36px
    }

    .rs-light .finale-meta {
      display: flex;
      gap: 28px;
      justify-content: center;
      flex-wrap: wrap;
      
      font-size: 12px;
      color: var(--dim);
      letter-spacing: 0.05em;
    }

    .rs-light .finale-meta span::before {
      content: '✓ ';
      color: var(--dblue)
    }


    /* ════════════════════
   RESPONSIVE
════════════════════ */
    @media(max-width:900px) {
      .rs-light nav {
        padding: 0 20px
      }

      .rs-light .nav-links {
        display: none
      }

      .rs-light section {
        padding: 72px 20px
      }

      .rs-light .hero {
        padding: 110px 20px 72px
      }

      .rs-light .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 36px
      }

      .rs-light .hstat:nth-child(5) {
        grid-column: 1/-1
      }

      .rs-light .problem-grid {
        grid-template-columns: 1fr 1fr
      }

      .rs-light .how-grid,
      .rs-light .platform-grid,
      .rs-light .ind-grid {
        grid-template-columns: 1fr
      }

      .rs-light .cdw-wrapper {
        grid-template-columns: 1fr;
        gap: 40px
      }

      .rs-light .cdw-left,
      .rs-light .cdw-right {
        padding: 0
      }

      .rs-light #cdw-canvas {
        width: 100%;
        max-width: 400px;
        height: 400px;
        margin: 0 auto
      }

      .rs-light .demo-inner,
      .rs-light .cmp-intro,
      .rs-light .entra-inner {
        grid-template-columns: 1fr;
        gap: 48px
      }

      .rs-light .trust-grid {
        flex-direction: column
      }

      .rs-light .trust-item {
        border-right: none;
        border-bottom: 1px solid var(--border)
      }

      .rs-light .trust-item:last-child {
        border-bottom: none
      }

      .rs-light footer {
        padding: 28px 20px;
        flex-direction: column;
        align-items: flex-start
      }

      .rs-light .logos-sec,
      .rs-light .trust-sec {
        padding: 64px 20px
      }
    }
