/* ------------------------------------- */
/* BUTTONS & PILLS                       */
/* ------------------------------------- */
.btn { 
    padding: 12px 28px; 
    border-radius: 50px; 
    text-decoration: none; 
    font-size: 13px; 
    font-weight: 500; 
    transition: all 0.2s ease; 
    cursor: pointer; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
}
.btn-primary { 
    background: #1e1e1e; 
    color: #ffffff; 
    border: 1px solid #1e1e1e; 
}
.btn-primary:hover { 
    background: #333; 
    border-color: #333; 
}
.btn-secondary { 
    background: #ffffff; 
    color: #555; 
    border: 1px solid #e0e0e0; 
}
.btn-secondary:hover { 
    border-color: #c0c0c0; 
    color: #111; 
}

/* ------------------------------------- */
/* BADGES                                */
/* ------------------------------------- */
.badge { 
    display: inline-block; 
    padding: 6px 16px; 
    border: 1px solid #eaeaea; 
    border-radius: 50px; 
    font-size: 11px; 
    font-weight: 600; 
    color: #555; 
    background: #ffffff; 
    margin-bottom: 24px; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.02); 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}
.ed-badge, .ind-badge, .section-badge, .np-label { 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-size: 11px; 
    font-weight: 700; 
    color: #888; 
    margin-bottom: 24px; 
    display: block; 
}
.hero-badge {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 700;
    color: #111;
    background: #f0f0f0;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 24px;
}

/* ------------------------------------- */
/* SERVICE CARDS                         */
/* ------------------------------------- */
.service-card { display: flex; flex-direction: column; text-align: left; }
.service-img-wrapper { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 16px; overflow: hidden; margin-bottom: 24px; background-color: #f5f5f5; box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-img-wrapper:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.05); }
.service-img-wrapper::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 40%; background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); z-index: 1; }
.service-img-wrapper img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.service-number { position: absolute; top: 16px; left: 16px; color: #ffffff; font-size: 15px; font-weight: 600; z-index: 2; }
.service-info { padding: 0 8px; }
.service-name { font-size: 18px; font-weight: 600; color: #111; margin-bottom: 8px; letter-spacing: -0.2px; }
.service-desc { font-size: 13px; color: #777; line-height: 1.5; }

/* ------------------------------------- */
/* PROJECT CARDS                         */
/* ------------------------------------- */
.project-card { display: flex; flex-direction: column; cursor: pointer; text-decoration: none; color: inherit; }
.project-img-wrapper { width: 100%; aspect-ratio: 4 / 3; border-radius: 24px; overflow: hidden; margin-bottom: 24px; background: #f5f5f5; }
.project-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.project-card:hover .project-img-wrapper img { transform: scale(1.05); }
.project-meta { font-size: 12px; font-weight: 600; color: #555; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.project-title { font-size: 28px; font-weight: 600; color: #111; letter-spacing: -0.5px; margin-bottom: 16px; }
.project-desc { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 24px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.project-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #111; text-decoration: none; transition: gap 0.3s ease; }
.project-card:hover .project-link { gap: 16px; } 
.project-link svg { transition: transform 0.3s ease; }
.project-card:hover .project-link svg { transform: translateX(4px); }

/* ------------------------------------- */
/* BLOG CARDS                            */
/* ------------------------------------- */
.blog-card { display: flex; flex-direction: column; cursor: pointer; text-decoration: none; color: inherit; }
.blog-img-wrapper { width: 100%; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; margin-bottom: 20px; background: #f5f5f5; }
.blog-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.blog-card:hover .blog-img-wrapper img { transform: scale(1.05); }
.blog-meta-wrapper { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.blog-tag { background: #f0f0f0; padding: 4px 10px; border-radius: 50px; font-size: 11px; font-weight: 600; color: #111; }
.blog-date { font-size: 12px; color: #888; font-weight: 500; }
.blog-title, .blog-card-title { font-size: 20px; font-weight: 600; color: #111; line-height: 1.4; letter-spacing: -0.3px; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; background-image: linear-gradient(#111, #111); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: background-size 0.4s ease; }
.blog-card:hover .blog-title, .blog-card:hover .blog-card-title { background-size: 100% 1px; }
.blog-desc { font-size: 14px; color: #666; line-height: 1.6; }

/* ------------------------------------- */
/* TESTIMONIAL CARDS                     */
/* ------------------------------------- */
.testi-card { flex: 0 0 700px; background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 32px; padding: 80px 64px; scroll-snap-align: center; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease; min-height: 480px; }
.testi-card:hover { transform: translateY(-8px); border-color: rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.04); }
.quote-icon { width: 48px; height: 48px; color: #333; margin-bottom: 40px; transition: color 0.4s ease; }
.testi-card:hover .quote-icon { color: #ffffff; }
.testi-text { font-size: 32px; font-weight: 400; line-height: 1.4; letter-spacing: -0.5px; color: #ffffff; margin-bottom: 60px; }
.testi-author { display: flex; align-items: center; gap: 24px; }
.author-line { width: 40px; height: 1px; background: #444; transition: width 0.4s ease, background 0.4s ease; }
.testi-card:hover .author-line { width: 80px; background: #ffffff; }
.author-name { font-size: 18px; font-weight: 600; color: #ffffff; margin-bottom: 4px; }
.author-role { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #888; }

/* ------------------------------------- */
/* FAQ ACCORDION                         */
/* ------------------------------------- */
.faq-item { border-bottom: 1px solid #eaeaea; position: relative; }
.faq-checkbox { position: absolute; opacity: 0; z-index: -1; }
.faq-label { display: flex; justify-content: space-between; align-items: center; padding: 32px 0; cursor: pointer; font-size: 22px; font-weight: 500; color: #111; letter-spacing: -0.5px; transition: color 0.3s ease; }
.faq-label:hover { color: #555; }
.faq-icon { position: relative; width: 24px; height: 24px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background-color: #111; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease; }
.faq-icon::before { top: 11px; left: 0; width: 24px; height: 2px; }
.faq-icon::after { top: 0; left: 11px; width: 2px; height: 24px; }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-content p { padding-bottom: 32px; font-size: 16px; color: #666; line-height: 1.6; max-width: 90%; margin: 0; transform: translateY(-10px); opacity: 0; transition: transform 0.4s ease, opacity 0.4s ease; }
.faq-checkbox:checked ~ .faq-label { color: #000; font-weight: 600; }
.faq-checkbox:checked ~ .faq-label .faq-icon::after { transform: rotate(90deg); } 
.faq-checkbox:checked ~ .faq-label .faq-icon::before { transform: rotate(180deg); }
.faq-checkbox:checked ~ .faq-content { max-height: 500px; } 
.faq-checkbox:checked ~ .faq-content p { transform: translateY(0); opacity: 1; transition-delay: 0.1s; }
