@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-display: swap;
  src: local('Font Awesome 6 Brands');
}
body { font-family: 'Poppins', sans-serif; overflow-x: hidden;}
    .sticky-nav { transition: all 0.3s ease-in-out; }
    .scrolled {box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
html {
        scroll-behavior: smooth;
        scroll-padding-top: 10px; 
    }
#mobile-menu {
        position: fixed;
        left: 0;
        width: 100%;
        background-color: white;
    }

.brand-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.3rem;
}
.brand-icon {
    width: 36px;
    height: 36px;
    background-color: #1D4ED8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background-color 0.3s;
    margin-right: 8px;
}
.brand-icon:hover {
    background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.brand-text {
    font-weight: 700;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
    letter-spacing: -0.3px;
}
.brand-text .highlight {
    color: #F97316;
}

h1, h2, h3, h4, h5, h6, p, div p {
    word-break: break-word; 
    word-wrap: break-word; 
}
a:hover {
    font-weight: 600;
}
    #main-content p a, 
    #main-content ul a {
        color: #2563eb;
        text-decoration: none;
        font-weight: 600;
    }
    
    #main-content p a:hover, 
    #main-content ul a:hover {
        color: #ea580c;
        text-decoration: underline;
    }
.bg-blueprint {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.03;
  background-image: 
    linear-gradient(#000 1px, transparent 1px), 
    linear-gradient(90deg, #000 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.bg-curve-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path fill="%234F46E5" d="M44.7,-76.4C58.2,-69.3,70,-58.4,77.8,-45.3C85.5,-32.2,89.1,-17.1,88.3,-2.2C87.5,12.7,82.3,27.3,74.1,40.1C65.9,53,54.7,64.1,41.4,71.2C28.1,78.3,12.7,81.4,-2,84.9C-16.7,88.4,-31.1,92.3,-44,88.8C-56.9,85.3,-68.3,74.4,-76.3,61.4C-84.3,48.4,-88.9,33.4,-89.6,18.4C-90.3,3.4,-87.1,-11.6,-80.7,-25.1C-74.3,-38.6,-64.7,-50.6,-52.7,-58.3C-40.7,-66.1,-26.3,-69.6,-12.3,-74.3C1.7,-79,15.7,-84.9,44.7,-76.4Z" transform="translate(100 100)"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
h1, h2, h3 {
  line-height: 1.3;
  hyphens: auto;
  text-wrap: pretty;
}

h1 {
font-size: clamp(1.5rem, 4vw, 2.8rem) !important; 
  font-weight: 800 !important;
  margin-bottom: 2rem !important;
}
h2 {
  font-size: clamp(1.375rem, 3.5vw, 1.875rem) !important;
  margin: 2.5rem 0 1rem !important;
  font-weight: 700 !important;
}

h3 {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem) !important;
  font-weight: 700 !important;
  margin: 1.75rem 0 0.75rem !important;
  color: #1d4ed8;
}

h4 {
  font-size: clamp(1rem, 2vw, 1.125rem) !important;
  font-weight: 600 !important;
  margin: 1.25rem 0 0.5rem !important;
}

p {
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  line-height: 1.7;
  margin-bottom: 1.25rem !important;
}
ul, li {
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
li strong {
    color: #1d4ed8;
}

#article ul,
#article ol {
  list-style: initial;
  margin-left: 2rem;
  padding-left: 0;
  line-height: 1.625;
}

#article li {
  margin-bottom: 0.7rem;
  word-break: break-word;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 1rem !important;
    font-size: clamp(0.8rem, 2vw, 0.85rem);
}
.table th, 
.table td {
    border: 1px solid #ccc;
    padding: 0.4rem;
    text-align: left;
}
.table th {
    background-color: #dbeafe;
    font-weight: bold;
}
.table tr:nth-child(even) {
    background-color: #fafafa;
}
details {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 1.2rem;
}
details p{
    border-top: 1px solid #e2e8f0;
    padding-top: 0.8rem;
}
details[open] {
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  grid-row: span 2;
}
summary {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}
details[open] summary {font-weight: 600; padding-bottom: 0.8rem;}
summary::-webkit-details-marker { display: none; }
.icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid rgb(249 115 22 / var(--tw-bg-opacity, 1));
  border-bottom: 2px solid rgb(249 115 22 / var(--tw-bg-opacity, 1));
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.2s ease;
}
.icon::after { display: none; }
details[open] .icon::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
details:hover:not([open]) {
  border-color: #cbd5e1;
  background: #f1f5f9;
}

    .cta {background-color:#ea580c; padding: 7px 12px; border-radius:0.5rem; color:#fff;font-size:15px; font-weight:600;}
    .cta:hover {background-color:#1d4ed8; color:#fff !important;}
    .nv a:hover{color:#2563eb;}

    .feedback-content {
        display: flex;
        align-items: center;
        gap: 20px;
        border: 1px solid #e2e8f0;
        padding: 15px 0;
        margin: 50px 0;
        justify-content: center;
        background: #f8fafc;
        justify-content: space-around;
        border-radius: 0.8rem;
    }
    .feedback-btn {
        border: 1px solid #e2e8f0;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 5px 10px;
        border-radius: 0.8rem;
        transition: all 0.2s ease;
        background-color: #fff;
    }
    .feedback-btn:hover:not(.active) {
        background-color: #f8fafc;
    }
    .feedback-btn.active {
        color: #3182ce;
        pointer-events: none;
    }
    .feedback-emoji {
        font-size: 1.3rem;
    }
    .feedback-count {
        font-size: 1.2rem;
        font-weight: 600;
    }

.footer {
  background: #111827;
  color: #d1d5db;
  padding-top: 3rem;
}

.footer p {
  font-size: 0.9rem;
  color: #9ca3af;
}
.footer ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  color: #9ca3af;
}
.footer ul li {
  margin-left: 0 !important;
}
.footer a {
  color: #d1d5db;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #2563eb;
}
    .custom-scrollbar {
        scrollbar-width: thin;
        scrollbar-color: #cbd5e1 transparent;
    }
    .custom-scrollbar::-webkit-scrollbar {
        width: 6px;
        display: block;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
        background: transparent;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 20px;
        border: 1px solid transparent;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #94a3b8;
    }
