:root{
  --kabar-bg:#061121;
  --kabar-bg-2:#08172c;
  --kabar-card:#0c1b34;
  --kabar-card-2:#10233f;
  --kabar-text:#f5f7fa;
  --kabar-muted:#a8b3c2;
  --kabar-line:rgba(255,255,255,.08);
  --kabar-line-soft:rgba(255,255,255,.05);

  --kabar-green:#19c85b;
  --kabar-green-2:#12e05a;
  --kabar-green-soft:rgba(25,200,91,.12);
  --kabar-green-glow:rgba(25,200,91,.22);

  --kabar-shadow:0 20px 60px rgba(0,0,0,.38);
  --kabar-shadow-soft:0 10px 30px rgba(0,0,0,.22);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Tajawal",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--kabar-text);
  background:
    radial-gradient(circle at 15% 20%, rgba(25,200,91,.10), transparent 22%),
    radial-gradient(circle at 80% 55%, rgba(25,200,91,.08), transparent 20%),
    linear-gradient(180deg, #04101e 0%, #051325 100%);
  overflow-x:hidden;
}

a{
  text-decoration:none;
  color:inherit;
}

strong{
  font-weight:800;
}

/* ===== Global SaaS Layer 4: Fixed Top Navigation ===== */

.kabar-page{
  position:relative;
  padding-top:190px;
}

.kabar-topnav{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1100;
  padding:12px 0;
  background:linear-gradient(180deg, rgba(4,16,30,.94), rgba(4,16,30,.78), rgba(4,16,30,.38));
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.topnav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 16px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  background:linear-gradient(135deg, rgba(12,27,52,.94), rgba(6,17,34,.94));
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}

.topnav-brand{
  font-size:1.05rem;
  font-weight:900;
  color:#f5f7fa;
  white-space:nowrap;
  flex-shrink:0;
}

.topnav-mobile-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#f5f7fa;
  font-size:1.45rem;
  font-weight:900;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.topnav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.topnav-links a{
  color:var(--kabar-muted);
  font-weight:800;
  font-size:.95rem;
  transition:.2s ease;
}

.topnav-links a:hover{
  color:#fff;
}

.topnav-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.topnav-login,
.topnav-start{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:12px;
  font-weight:900;
  font-size:.93rem;
  border:1px solid transparent;
  transition:.25s ease;
  white-space:nowrap;
}

.topnav-login{
  background:rgba(255,255,255,.03);
  color:var(--kabar-text);
  border-color:rgba(25,200,91,.24);
}

.topnav-login:hover{
  background:rgba(25,200,91,.08);
}

.topnav-start{
  background:linear-gradient(180deg, var(--kabar-green-2), var(--kabar-green));
  color:#05130a;
  box-shadow:0 12px 28px rgba(25,200,91,.25);
}

.topnav-start:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(25,200,91,.34);
}

#platforms,
#features,
#testimonials,
#faq{
  scroll-margin-top:120px;
}

.section-shell{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}

.section-head{
  text-align:center;
  max-width:860px;
  margin:0 auto 30px;
}

.section-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(25,200,91,.22);
  background:rgba(25,200,91,.08);
  color:#d6ffe3;
  font-size:.92rem;
  font-weight:700;
  margin-bottom:14px;
}

.section-head h2{
  margin:0 0 12px;
  font-size:clamp(1.7rem,3vw,2.7rem);
  line-height:1.3;
  font-weight:900;
  letter-spacing:-.02em;
}

.section-head p{
  margin:0;
  color:var(--kabar-muted);
  line-height:2;
  font-size:1.03rem;
}

/* ===== Global SaaS Layer 1: Live Bar + Activity Badge ===== */

.kabar-livebar{
  position:fixed;
  top:88px;
  right:0;
  left:0;
  z-index:1095;
  padding:8px 0 10px;
  background:linear-gradient(180deg, rgba(4,16,30,.86), rgba(4,16,30,.55), rgba(4,16,30,0));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.livebar-wrap{
  overflow:hidden;
  border:1px solid rgba(25,200,91,.16);
  background:linear-gradient(135deg, rgba(12,27,52,.94), rgba(6,17,34,.94));
  border-radius:18px;
  box-shadow:0 12px 32px rgba(0,0,0,.22);
  position:relative;
}

.livebar-wrap::before,
.livebar-wrap::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:60px;
  z-index:2;
  pointer-events:none;
}

.livebar-wrap::before{
  right:0;
  background:linear-gradient(to left, rgba(6,17,34,1), rgba(6,17,34,0));
}

.livebar-wrap::after{
  left:0;
  background:linear-gradient(to right, rgba(6,17,34,1), rgba(6,17,34,0));
}

.livebar-track{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  padding:12px 16px;
  animation:kabarTicker 28s linear infinite;
}

.livebar-item{
  white-space:nowrap;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  color:#eafbf0;
  font-weight:800;
  font-size:.95rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

@keyframes kabarTicker{
  from{ transform:translateX(0); }
  to{ transform:translateX(50%); }
}

.kabar-activity-badge{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:999;
  display:flex;
  align-items:center;
  gap:10px;
  max-width:340px;
  padding:12px 14px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(12,27,52,.96), rgba(6,17,34,.96));
  border:1px solid rgba(25,200,91,.22);
  box-shadow:0 16px 40px rgba(0,0,0,.30);
  color:#f5f7fa;
  font-weight:800;
  font-size:.94rem;
  line-height:1.7;
  backdrop-filter:blur(10px);
}

.activity-dot{
  width:11px;
  height:11px;
  border-radius:50%;
  background:linear-gradient(180deg, var(--kabar-green-2), var(--kabar-green));
  box-shadow:0 0 0 0 rgba(25,200,91,.55);
  animation:kabarPulse 1.8s infinite;
  flex:0 0 11px;
}

@keyframes kabarPulse{
  0%{ box-shadow:0 0 0 0 rgba(25,200,91,.55); }
  70%{ box-shadow:0 0 0 12px rgba(25,200,91,0); }
  100%{ box-shadow:0 0 0 0 rgba(25,200,91,0); }
}

/* HERO */
.kabar-hero{
  padding:20px 0 22px;
}

.hero-box{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg, rgba(12,27,52,.97), rgba(6,16,31,.97)),
    linear-gradient(180deg, var(--kabar-card), var(--kabar-card-2));
  border:1px solid var(--kabar-line);
  border-radius:32px;
  box-shadow:var(--kabar-shadow);
  padding:58px 34px 40px;
  text-align:center;
}

.hero-box::before{
  content:"";
  position:absolute;
  inset:auto auto -120px -80px;
  width:280px;
  height:280px;
  background:radial-gradient(circle, rgba(25,200,91,.16), transparent 68%);
  pointer-events:none;
}

.hero-box::after{
  content:"";
  position:absolute;
  inset:40px -120px auto auto;
  width:240px;
  height:240px;
  background:radial-gradient(circle, rgba(25,200,91,.10), transparent 70%);
  pointer-events:none;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(25,200,91,.10);
  border:1px solid rgba(25,200,91,.24);
  color:#d8ffe5;
  font-size:.95rem;
  font-weight:800;
  margin-bottom:20px;
}

.hero-title{
  max-width:930px;
  margin:0 auto 18px;
  font-size:clamp(2.1rem,4.2vw,4rem);
  line-height:1.22;
  letter-spacing:-.03em;
  font-weight:900;
}

.hero-text{
  max-width:930px;
  margin:0 auto 26px;
  color:var(--kabar-muted);
  font-size:1.08rem;
  line-height:2.05;
}

.hero-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin:0 auto 28px;
  max-width:980px;
}

.hero-highlight{
  padding:12px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  color:var(--kabar-text);
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  margin-bottom:18px;
}

.hero-buttons--center{
  justify-content:center;
}

.btn-primary,
.btn-secondary,
.btn-start{
  min-width:190px;
  padding:14px 22px;
  border-radius:16px;
  font-size:1rem;
  font-weight:900;
  transition:.25s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
}

.btn-primary,
.btn-start{
  background:linear-gradient(180deg, var(--kabar-green-2), var(--kabar-green));
  color:#05130a;
  box-shadow:0 14px 34px rgba(25,200,91,.28);
}

.btn-primary:hover,
.btn-start:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(25,200,91,.36);
}

.btn-secondary{
  background:rgba(255,255,255,.02);
  color:var(--kabar-text);
  border-color:rgba(25,200,91,.35);
}

.btn-secondary:hover{
  background:var(--kabar-green-soft);
  border-color:rgba(25,200,91,.58);
}

/* ===== Global SaaS Layer 3: Hero Trust Strip ===== */

.hero-trust-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  margin-top:18px;
}

.hero-trust-item{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(25,200,91,.25);
  background:rgba(25,200,91,.08);
  font-size:.9rem;
  font-weight:800;
  color:#d8ffe5;
  white-space:nowrap;
}

.hero-proof{
  margin:18px 0 0;
  color:#d7ffe2;
  font-weight:700;
  font-size:1rem;
}

/* COMMON SECTION CARD LOOK */
.kabar-stats,
.kabar-platforms,
.kabar-trust,
.kabar-flow,
.kabar-testimonials,
.kabar-sales,
.kabar-faq,
.kabar-cta{
  padding:18px 0;
}

.kabar-stats .section-shell,
.kabar-platforms .section-shell,
.kabar-trust .section-shell,
.kabar-flow .section-shell,
.kabar-testimonials .section-shell,
.kabar-sales .section-shell,
.kabar-faq .section-shell,
.kabar-cta .section-shell{
  background:linear-gradient(135deg, rgba(12,27,52,.96), rgba(6,17,34,.96));
  border:1px solid var(--kabar-line);
  border-radius:30px;
  box-shadow:var(--kabar-shadow);
  padding:34px 24px;
  position:relative;
  overflow:hidden;
}

.kabar-stats .section-shell::before,
.kabar-platforms .section-shell::before,
.kabar-trust .section-shell::before,
.kabar-flow .section-shell::before,
.kabar-testimonials .section-shell::before,
.kabar-sales .section-shell::before,
.kabar-faq .section-shell::before,
.kabar-cta .section-shell::before{
  content:"";
  position:absolute;
  inset:auto -80px -80px auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(25,200,91,.08), transparent 70%);
  pointer-events:none;
}

/* STATS */
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.stat-card{
  text-align:center;
  border:1px solid var(--kabar-line-soft);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  padding:28px 18px;
  box-shadow:var(--kabar-shadow-soft);
}

.stat-card strong{
  display:block;
  font-size:clamp(1.8rem,3.5vw,2.7rem);
  line-height:1.1;
  font-weight:900;
  color:#d7ffe4;
  margin-bottom:10px;
}

.stat-card span{
  display:block;
  color:var(--kabar-muted);
  font-size:1rem;
  line-height:1.8;
  font-weight:700;
}

/* PLATFORMS */
.platforms-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.platform-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 18px;
  border-radius:22px;
  border:1px solid var(--kabar-line-soft);
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  min-height:88px;
  box-shadow:var(--kabar-shadow-soft);
}

.platform-logo{
  width:54px;
  height:54px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  font-weight:900;
  letter-spacing:.03em;
  color:#fff;
  flex:0 0 54px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 0 0 1px rgba(255,255,255,.03) inset;
}

.platform-card strong{
  font-size:1.05rem;
  font-weight:800;
}

.platform-instagram .platform-logo{
  background:linear-gradient(135deg,#fd5949,#d6249f,#285AEB);
}
.platform-tiktok .platform-logo{
  background:linear-gradient(135deg,#111,#25f4ee,#fe2c55);
}
.platform-youtube .platform-logo{
  background:linear-gradient(135deg,#ff2d2d,#b50000);
}
.platform-facebook .platform-logo{
  background:linear-gradient(135deg,#1877f2,#0d4db8);
}
.platform-x .platform-logo{
  background:linear-gradient(135deg,#111,#444);
}
.platform-threads .platform-logo{
  background:linear-gradient(135deg,#101010,#444);
}
.platform-snapchat .platform-logo{
  background:linear-gradient(135deg,#ffd400,#d4aa00);
  color:#141414;
}
.platform-linkedin .platform-logo{
  background:linear-gradient(135deg,#0a66c2,#004182);
}
.platform-google .platform-logo{
  background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);
}

/* FEATURES */
.features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.feature-card{
  border:1px solid var(--kabar-line-soft);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  padding:24px 18px;
  min-height:108px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.9;
  font-weight:800;
  box-shadow:var(--kabar-shadow-soft);
}

/* FLOW */
.flow-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.flow-card{
  position:relative;
  border:1px solid var(--kabar-line-soft);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  padding:26px 20px 22px;
  text-align:center;
  box-shadow:var(--kabar-shadow-soft);
}

.flow-step{
  width:56px;
  height:56px;
  border-radius:18px;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  font-weight:900;
  color:#04120a;
  background:linear-gradient(180deg, var(--kabar-green-2), var(--kabar-green));
  box-shadow:0 12px 30px rgba(25,200,91,.25);
}

.flow-card h3{
  margin:0 0 10px;
  font-size:1.25rem;
  font-weight:900;
}

.flow-card p{
  margin:0;
  color:var(--kabar-muted);
  line-height:1.95;
}

/* TESTIMONIALS */
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.testimonial-card{
  position:relative;
  border:1px solid var(--kabar-line-soft);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding:22px 18px;
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:var(--kabar-shadow-soft);
}

.testimonial-stars{
  margin-bottom:14px;
  color:#f4d35e;
  font-size:1.05rem;
  letter-spacing:2px;
  font-weight:900;
}

.testimonial-card p{
  margin:0 0 16px;
  line-height:2;
  color:#f7fafc;
  font-size:1rem;
  font-weight:700;
}

.testimonial-card span{
  color:var(--kabar-muted);
  font-size:.96rem;
  font-weight:700;
}

/* SALES */
.sales-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.sales-card{
  border:1px solid var(--kabar-line-soft);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  padding:24px 20px;
  box-shadow:var(--kabar-shadow-soft);
}

.sales-card h3{
  margin:0 0 10px;
  font-size:1.28rem;
  font-weight:900;
}

.sales-card p{
  margin:0;
  color:var(--kabar-muted);
  line-height:2;
}

/* FAQ ACCORDION */
.faq-accordion{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.faq-item{
  border:1px solid rgba(255,255,255,.07);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  overflow:hidden;
  transition:.25s ease;
}

.faq-item.active{
  border-color:rgba(25,200,91,.22);
  box-shadow:0 16px 36px rgba(0,0,0,.24);
}

.faq-question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:20px 20px;
  background:transparent;
  border:0;
  color:var(--kabar-text);
  font:inherit;
  font-size:1.02rem;
  font-weight:900;
  text-align:right;
  cursor:pointer;
}

.faq-question span:first-child{
  line-height:1.8;
}

.faq-icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(25,200,91,.10);
  border:1px solid rgba(25,200,91,.18);
  color:#d7ffe3;
  font-size:1.1rem;
  font-weight:900;
  flex:0 0 34px;
  transition:.25s ease;
}

.faq-item.active .faq-icon{
  transform:rotate(45deg);
  background:rgba(25,200,91,.16);
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transform:translateY(-6px);
  transition:opacity .22s ease, transform .22s ease;
}

.faq-item.active .faq-answer{
  max-height:240px;
  opacity:1;
  transform:translateY(0);
}

.faq-answer p{
  margin:0;
  padding:0 20px 20px;
  color:var(--kabar-muted);
  line-height:2;
  font-size:1rem;
}

.faq-item.active .faq-answer{
  max-height:240px;
}

/* CTA */
.kabar-cta .section-shell{
  text-align:center;
}

.kabar-cta h2{
  margin:0 0 12px;
  font-size:clamp(1.7rem,3vw,2.6rem);
  line-height:1.3;
  font-weight:900;
}

.cta-text{
  max-width:760px;
  margin:0 auto 24px;
  color:var(--kabar-muted);
  line-height:2;
  font-size:1.05rem;
}

/* ===== Global SaaS Layer 2: Sticky Mobile CTA ===== */

.kabar-sticky-mobile-cta{
  position:fixed;
  right:0;
  left:0;
  bottom:0;
  z-index:1000;
  display:none;
  gap:10px;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background:linear-gradient(180deg, rgba(5,19,37,0), rgba(5,19,37,.96) 28%);
  backdrop-filter:blur(10px);
}

.sticky-mobile-btn{
  flex:1;
  min-height:50px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:.96rem;
  border:1px solid transparent;
  transition:.25s ease;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.sticky-mobile-btn--primary{
  background:linear-gradient(180deg, var(--kabar-green-2), var(--kabar-green));
  color:#04120a;
}

.sticky-mobile-btn--secondary{
  background:rgba(255,255,255,.03);
  color:var(--kabar-text);
  border-color:rgba(25,200,91,.30);
}

.kabar-mobile-panel{
  display:none;
}

.kabar-mobile-panel-inner{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.kabar-mobile-link,
.kabar-mobile-login,
.kabar-mobile-start{
  min-height:52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:900;
  font-size:1rem;
}

.kabar-mobile-link,
.kabar-mobile-login{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  color:#f5f7fa;
}

.kabar-mobile-start{
  background:linear-gradient(180deg, var(--kabar-green-2), var(--kabar-green));
  color:#04120a;
  border:1px solid transparent;
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .kabar-page{
    padding-top:126px;
  }

  .topnav-wrap{
    flex-wrap:wrap;
    justify-content:center;
  }

  .topnav-brand{
    width:100%;
    text-align:center;
  }

  .topnav-links{
    width:100%;
    gap:14px;
  }

  .topnav-actions{
    width:100%;
    justify-content:center;
  }

  .stats-grid,
  .features-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .testimonials-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 992px){
  .platforms-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .flow-grid,
  .sales-grid{
    grid-template-columns:1fr;
  }

  .hero-box{
    padding:44px 22px 30px;
  }

  .kabar-stats .section-shell,
  .kabar-platforms .section-shell,
  .kabar-trust .section-shell,
  .kabar-flow .section-shell,
  .kabar-testimonials .section-shell,
  .kabar-sales .section-shell,
  .kabar-faq .section-shell,
  .kabar-cta .section-shell{
    padding:28px 18px;
  }
}

@media (max-width: 768px){
  .kabar-page{
    padding-top:162px;
  }

  .kabar-topnav{
    padding:10px 0;
  }

  .topnav-wrap{
    padding:12px;
    border-radius:16px;
    gap:12px;
    justify-content:space-between;
    align-items:center;
  }

  .topnav-brand{
    width:auto;
    text-align:right;
    font-size:1.15rem;
  }

  .topnav-mobile-toggle{
    display:inline-flex;
  }

  .topnav-links,
  .topnav-actions{
    display:none;
  }

  .kabar-mobile-panel{
    display:none;
    position:fixed;
    top:88px;
    right:10px;
    left:10px;
    z-index:1095;
    padding:14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:24px;
    background:linear-gradient(135deg, rgba(12,27,52,.97), rgba(6,17,34,.97));
    box-shadow:0 18px 42px rgba(0,0,0,.30);
  }

  .kabar-mobile-panel.is-open{
    display:block;
  }

  .kabar-livebar{
    top:84px;
    z-index:1095;
  }

  .kabar-hero{
    padding:10px 0 12px;
  }

  .hero-box{
    padding:26px 16px 22px;
    border-radius:24px;
  }

  .hero-badge{
    margin-bottom:14px;
    font-size:.86rem;
    padding:8px 12px;
  }

  .hero-title{
    font-size:clamp(1.8rem,8vw,2.35rem);
    line-height:1.35;
    margin-bottom:12px;
  }

  .hero-text{
    font-size:.96rem;
    line-height:1.9;
    margin-bottom:18px;
  }

  .hero-highlights{
    gap:8px;
    margin-bottom:18px;
  }

  .hero-highlight{
    padding:10px 12px;
    font-size:.88rem;
  }

  .hero-buttons{
    gap:10px;
    margin-bottom:14px;
  }

  .hero-proof-bar,
  .hero-platform-strip,
  .hero-trust-strip{
    margin-top:12px;
  }

  .hero-proof{
    margin-top:14px;
    font-size:.9rem;
    line-height:1.8;
  }

  .kabar-activity-badge{
    left:10px;
    right:10px;
    bottom:78px;
    max-width:none;
    font-size:.9rem;
    padding:11px 12px;
  }

  .livebar-item{
    font-size:.88rem;
    padding:9px 14px;
  }

  .kabar-sticky-mobile-cta{
    display:flex;
  }

  body{
    padding-bottom:84px;
  }

  .hero-trust-strip{
    justify-content:center;
    gap:8px;
  }

  .hero-trust-item{
    font-size:.86rem;
    padding:8px 12px;
  }
}

@media (max-width: 640px){
  .section-shell{
    width:min(100% - 20px, 100%);
  }

  .kabar-page{
    padding-top:170px;
  }

  .kabar-livebar{
    top:88px;
    padding:6px 0 8px;
  }

  .livebar-wrap{
    border-radius:14px;
  }

  .livebar-track{
    padding:8px 10px;
    gap:8px;
  }

  .livebar-item{
    font-size:.78rem;
    padding:8px 10px;
  }

  .kabar-hero{
    padding:18px 0 12px;
  }

  .hero-box{
    border-radius:24px;
    padding:32px 16px 24px;
  }

  .hero-title{
    font-size:clamp(1.75rem,8vw,2.3rem);
    line-height:1.35;
  }

  .hero-text,
  .section-head p,
  .cta-text{
    font-size:.98rem;
    line-height:1.95;
  }

  .hero-highlights{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .hero-highlight{
    width:100%;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .btn-primary,
  .btn-secondary,
  .btn-start{
    width:100%;
    min-width:0;
  }

  .stats-grid,
  .platforms-grid,
  .features-grid,
  .testimonials-grid{
    grid-template-columns:1fr;
  }

  .platform-card{
    min-height:82px;
  }

  .testimonial-card{
    min-height:auto;
  }

  .section-head{
    margin-bottom:22px;
  }

  .section-head h2{
    font-size:1.6rem;
  }

  .stat-card strong{
    font-size:2rem;
  }

  .faq-question{
    padding:16px 16px;
    font-size:.96rem;
  }

  .faq-answer p{
    padding:0 16px 16px;
    font-size:.96rem;
  }

  .hero-proof-mini{
    min-width:78px;
    padding:8px 10px;
  }

  .hero-proof-mini strong{
    font-size:.96rem;
  }

  .hero-proof-mini span{
    font-size:.74rem;
  }

  .hero-platform-pill{
    font-size:.78rem;
    padding:8px 10px;
  }
}

/* FOOTER */

.kabar-footer{
  padding:0 0 26px;
}

.kabar-footer-wrap{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:22px;
  padding:26px 22px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:24px 24px 0 0;
  background:linear-gradient(135deg, rgba(12,27,52,.92), rgba(6,17,34,.92));
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.kabar-footer-col{
  min-width:0;
}

.kabar-footer-brand{
  font-size:1.2rem;
  font-weight:900;
  margin-bottom:10px;
  color:#f5f7fa;
}

.kabar-footer-title{
  margin:0 0 12px;
  font-size:1rem;
  font-weight:900;
  color:#d7ffe4;
}

.kabar-footer-text{
  margin:0;
  color:var(--kabar-muted);
  font-size:.96rem;
  line-height:2;
}

.kabar-footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.kabar-footer-links a{
  color:var(--kabar-muted);
  font-weight:800;
  font-size:.95rem;
  transition:.2s ease;
  line-height:1.8;
}

.kabar-footer-links a:hover{
  color:#fff;
}

.kabar-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 20px;
  border:1px solid rgba(255,255,255,.06);
  border-top:0;
  border-radius:0 0 24px 24px;
  background:rgba(255,255,255,.02);
  color:var(--kabar-muted);
  font-size:.92rem;
  font-weight:700;
}

@media (max-width: 992px){
  .kabar-footer-wrap{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 640px){
  .kabar-footer-wrap{
    grid-template-columns:1fr;
    border-radius:22px 22px 0 0;
  }

  .kabar-footer-bottom{
    flex-direction:column;
    text-align:center;
    border-radius:0 0 22px 22px;
  }
}

/* LIVE ORDERS */

.kabar-live-orders{
  padding:18px 0;
}

.live-orders-box{
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  background:linear-gradient(135deg, rgba(12,27,52,.95), rgba(6,17,34,.95));
  padding:24px 22px;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}

.live-orders-title{
  text-align:center;
  font-weight:900;
  margin-bottom:16px;
  color:#d7ffe4;
  font-size:1rem;
}

.live-orders-feed{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:44px;
}

.live-order-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(25,200,91,.25);
  background:rgba(25,200,91,.08);
  font-weight:800;
  font-size:.92rem;
}

.live-order-platform{
  color:#fff;
}

.live-order-text{
  color:#d7ffe3;
}

.live-order-country{
  color:#a8b3c2;
}

/* HERO MINI PROOF BAR */

.hero-proof-bar{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:18px;
  flex-wrap:wrap;
}

.hero-proof-mini{
  padding:8px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  text-align:center;
  min-width:90px;
}

.hero-proof-mini strong{
  display:block;
  font-size:1.05rem;
  font-weight:900;
  color:#d7ffe4;
}

.hero-proof-mini span{
  font-size:.8rem;
  color:var(--kabar-muted);
  font-weight:700;
}

/* HERO PLATFORM STRIP */

.hero-platform-strip{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:16px;
}

.hero-platform-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(25,200,91,.18);
  background:rgba(255,255,255,.025);
  color:#eefbf2;
  font-size:.86rem;
  font-weight:800;
  line-height:1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:.22s ease;
}

.hero-platform-pill:hover{
  transform:translateY(-1px);
  border-color:rgba(25,200,91,.32);
  background:rgba(25,200,91,.08);
}

@media (max-width: 640px){
  .hero-platform-strip{
    gap:8px;
  }

  .hero-platform-pill{
    font-size:.8rem;
    padding:8px 12px;
  }
}

/* MICRO INTERACTIONS */

.platform-card,
.feature-card,
.flow-card,
.testimonial-card,
.sales-card,
.stat-card{
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
  will-change:transform;
}

.platform-card:hover,
.feature-card:hover,
.flow-card:hover,
.testimonial-card:hover,
.sales-card:hover,
.stat-card:hover{
  transform:translateY(-4px);
  border-color:rgba(25,200,91,.18);
  box-shadow:0 18px 34px rgba(0,0,0,.24);
}

.fade-up{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
}

.fade-up.is-visible{
  opacity:1;
  transform:translateY(0);
}
