/* ===============================
   BOBOK DESIGN SYSTEM
   =============================== */

:root{
  --bobok-navy:#0B1C2D;     /* Primary – Trust & Safety */
  --bobok-blue:#0B5ED7;     /* Actions / Highlights */
  --bobok-yellow:#F4B400;   /* Accent – School identity */
  --bobok-bg:#F8FAFC;       /* Background */
  --bobok-muted:#6B7280;    /* Muted text */
}

/* ===============================
   GLOBAL
   =============================== */

body{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bobok-bg);
  color: var(--bobok-navy);
}

.section{
  padding: 90px 0;
}

h1,h2,h3{
  font-weight: 800;
}

p{
  color: var(--bobok-muted);
}

/* ===============================
   BADGES
   =============================== */

.badge-soft{
  background: rgba(11,94,215,.08);
  color: var(--bobok-blue);
  font-weight: 600;
  border-radius: 50px;
  padding: 6px 14px;
}

/* ===============================
   NAVBAR
   =============================== */

.navbar{
  background:#fff;
}

.navbar-brand{
  font-weight: 800;
  color: var(--bobok-navy);
}

.nav-link{
  font-weight: 600;
}

/* ===============================
   BUTTONS
   =============================== */

.btn-primary{
  background: var(--bobok-blue);
  border: none;
  padding: 12px 20px;
  font-weight: 600;
}

.btn-primary:hover{
  background:#084298;
}

.btn-outline-dark{
  border-width: 2px;
  font-weight: 600;
}

/* ===============================
   HERO
   =============================== */

.hero{
  padding: 110px 0 90px;
}

.hero-card{
  background:#fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 30px 60px rgba(11,28,45,.1);
}

.hero-point{
  display:flex;
  gap:14px;
  margin-bottom:18px;
}

.hero-point i{
  background: var(--bobok-yellow);
  padding: 12px;
  border-radius: 14px;
  font-size: 18px;
}

/* ===============================
   PROBLEM SECTION
   =============================== */

.problem{
  background:#fff;
}

.problem-card{
  background: var(--bobok-bg);
  border-radius: 18px;
  padding: 28px;
  height: 100%;
}

/* ===============================
   ROLE CARDS
   =============================== */

.role-card{
  background:#fff;
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 20px 40px rgba(11,28,45,.08);
  height:100%;
}

.role-card i{
  font-size: 34px;
  color: var(--bobok-blue);
}

/* ===============================
   SAFETY
   =============================== */

.safety{
  background: linear-gradient(135deg, #0B1C2D, #102a43);
  color:#fff;
}

.safety p{
  color:#d1d5db;
}

.safety-box{
  background: rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 22px;
}

/* ===============================
   CTA
   =============================== */

.cta{
  background: var(--bobok-blue);
  color:#fff;
}

.cta p{
  color:#e5e7eb;
}

.help-hero {
        background: radial-gradient(circle at 20% 30%, rgba(244, 180, 0, 0.15), transparent 40%), linear-gradient(135deg, var(--bobok-navy), #10293F);
        color: #fff;
        padding: 100px 0 80px;
        position: relative;
        overflow: hidden;
      }

      .help-hero h1 {
        font-weight: 700;
        letter-spacing: 0.7px;
      }

      .help-search {
        max-width: 700px;
        margin: 35px auto 0;
        position: relative;
      }

      .help-search input {
        height: 60px;
        border-radius: 60px;
        padding-left: 60px;
        border: none;
        font-size: 15px;
        background: #fff;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
      }

      .help-search i {
        position: absolute;
        left: 22px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--bobok-blue);
        font-size: 18px;
      }

      /* CATEGORY CARDS */
      .category-card {
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        transition: 0.3s ease;
        border: 1px solid #eef1f5;
        height: 100%;
      }

      .category-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        border-color: rgba(11, 94, 215, 0.2);
      }

      .category-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, rgba(11, 94, 215, 0.15), rgba(11, 94, 215, 0.05));
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bobok-blue);
        font-size: 24px;
        margin-bottom: 20px;
      }

      .category-card h5 {
        font-weight: 600;
        color: var(--bobok-navy);
      }

      .category-card p {
        font-size: 14px;
        color: var(--bobok-muted);
        margin-bottom: 10px;
      }

      .article-count {
        font-size: 13px;
        color: var(--bobok-blue);
        font-weight: 600;
      }

      /* POPULAR SECTION */
      .popular-section {
        padding: 70px 0;
      }

      .popular-article {
        background: #fff;
        padding: 20px 25px;
        border-radius: 12px;
        border: 1px solid #eef1f5;
        margin-bottom: 15px;
        transition: 0.3s;
      }

      .popular-article:hover {
        background: #f1f6ff;
      }

      .popular-article h6 {
        margin: 0;
        font-weight: 500;
        color: var(--bobok-navy);
      }

      .popular-article small {
        color: var(--bobok-muted);
      }

      .section-title {
        font-weight: 600;
        color: var(--bobok-navy);
      }
      
      .category-wrapper{
    background: #fff;
    padding: 60px 0;
}

.category-container{
    max-width: 900px;
    margin: 0 auto;
}

/* BREADCRUMB */
.breadcrumb-doc{
    font-size: 14px;
    color: var(--bobok-muted);
    margin-bottom: 30px;
}

.breadcrumb-doc a{
    text-decoration: none;
    color: var(--bobok-muted);
}

.breadcrumb-doc a:hover{
    color: var(--bobok-blue);
}

/* CATEGORY TITLE */
.category-title{
    margin-bottom: 40px;
}

.category-title h2{
    font-weight: 700;
    margin-bottom: 8px;
}

.category-title p{
    color: var(--bobok-muted);
    margin: 0;
}

/* SECTION CARD */
.doc-section{
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 36px;
    margin-bottom: 35px;
    border: 1px solid #eef2f7;
    box-shadow: 0 8px 25px rgba(11,28,45,0.04);
    transition: 0.3s ease;
}

.doc-section:hover{
    box-shadow: 0 14px 40px rgba(11,28,45,0.08);
}

/* SECTION HEADER WRAPPER */
.doc-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

/* TITLE */
.doc-section-header h5{
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-left: 16px;
}

/* Accent bar */
.doc-section-header h5::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 22px;
    width: 4px;
    border-radius: 4px;
    background: var(--bobok-blue);
}

/* ARTICLE COUNT */
.section-count{
    background: rgba(11,94,215,0.08);
    color: var(--bobok-blue);
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
}

/* ARTICLE ROW */
.doc-article{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    text-decoration: none;
    color: var(--bobok-navy);
    border-radius: 12px;
    transition: all 0.25s ease;
}

.doc-article:not(:last-child){
    border-bottom: 1px solid #f3f5f9;
}

/* LEFT CONTENT */
.doc-article-left{
    display: flex;
    flex-direction: column;
}

/* TITLE */
.doc-article-title{
    font-weight: 500;
}

/* UPDATED BADGE */
.doc-article small{
    margin-top: 4px;
    background: #f1f5f9;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    color: var(--bobok-muted);
}

/* RIGHT ARROW */
.doc-arrow{
    color: var(--bobok-muted);
    transition: 0.25s ease;
}

/* HOVER EFFECT */
.doc-article:hover{
    background: rgba(11,94,215,0.05);
    transform: translateX(6px);
}

.doc-article:hover .doc-arrow{
    color: var(--bobok-blue);
    transform: translateX(4px);
}

/* ===============================
   FOOTER
   =============================== */

footer{
  background:#081622;
  color:#9ca3af;
  padding: 30px 0;
}

.hero img{
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(11,28,45,.15);
}

/* ===============================
   MOBILE OPTIMIZATION
   =============================== */

@media (max-width: 768px){
  .section{
    padding: 70px 0;
  }
  .hero{
    padding-top: 130px;
  }
}

/* ===============================
   DEMO MODAL – PREMIUM UI
   =============================== */
/* Modal Design */
.demo-modal {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: none;
}

/* Header Gradient */
.demo-header {
    background: linear-gradient(135deg, #3f8cff, #6a5af9);
    padding: 25px 30px;
    border-bottom: none;
}

/* Custom Inputs */
.custom-input {
    border-radius: 12px;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.custom-input:focus {
    border-color: #6a5af9;
    box-shadow: 0 0 0 3px rgba(106, 90, 249, 0.15);
}

/* Radio Cards */
.demo-option input {
    display: none;
}

.option-card {
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.option-card i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6a5af9;
}

.option-card strong {
    display: block;
    font-size: 16px;
}

.option-card small {
    display: block;
    font-size: 13px;
    color: #6c757d;
}

.demo-option input:checked + .option-card {
    border-color: #6a5af9;
    background: rgba(106, 90, 249, 0.05);
    box-shadow: 0 8px 20px rgba(106, 90, 249, 0.15);
    transform: translateY(-3px);
}

/* Hover Effect */
.option-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Submit Button */
.demo-btn {
    background: linear-gradient(135deg, #3f8cff, #6a5af9);
    border: none;
    padding: 12px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    color: #fff;
}

.demo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(106, 90, 249, 0.3);
}

/* ===============================
   BOBOK FOOTER – ENTERPRISE
   =============================== */

.bobok-main-footer{
  background: linear-gradient(180deg, #0B1C2D, #0A1725);
  color:#cbd5e1;
  padding-top:60px;
}

.footer-title{
  color:#ffffff;
  font-weight:700;
  margin-bottom:16px;
}

.footer-about p{
  font-size:14px;
  line-height:1.7;
}

/* LOGO */
.footer-logo-wrap{
  width:160px;
  padding:12px;
  border-radius:14px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.95),
    rgba(245,247,250,0.9)
  );
  backdrop-filter: blur(6px);
}

.footer-logo-wrap img{
  width:100%;
  height:auto;
  display:block;
}

/* LISTS */
.footer-list,
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-list li{
  display:flex;
  gap:10px;
  margin-bottom:10px;
  font-size:14px;
}

.footer-list i{
  color:var(--bobok-yellow);
  margin-top:3px;
}

.footer-links li{
  margin-bottom:10px;
}

.footer-links a{
  color:#cbd5e1;
  text-decoration:none;
  font-size:14px;
}

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

/* SOCIAL */
.footer-social{
  display:flex;
  gap:14px;
}

.footer-social a{
  width:36px;
  height:36px;
  border-radius:50%;
  background: rgba(255,255,255,.1);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  transition:.3s;
}

.footer-social a:hover{
  background: var(--bobok-blue);
  transform: translateY(-2px);
}

/* BOTTOM BAR */
.footer-bottom{
  border-top:1px dashed rgba(255,255,255,.15);
  margin-top:40px;
  padding:18px 0;
}

.footer-bottom a{
  color:#ffffff;
  text-decoration:underline;
}

/* MOBILE */
@media(max-width:768px){
  .footer-about{
    text-align:center;
  }
  .footer-logo-wrap{
    margin:0 auto;
  }
  .footer-social{
    justify-content:center;
  }
}

