/* NMIMS CIIS — assets/css/02-base.css — extracted from approved source (Phase 2B) */
/* Includes TYPOGRAPHY + UTILS from source (btn/badge live in UTILS block). */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--dark); background: var(--white); line-height: 1.6; overflow-x: hidden; }

/* ── TYPOGRAPHY ── */
h1, h2, h3 { font-family: var(--font-display); line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
p { font-size: 1rem; color: var(--grey-text); font-weight: 400; }

/* ── UTILS ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-pad {
    padding: clamp(40px, 5vw, 80px) 0;
}
.section-pad-sm { padding: 56px 0; }
.text-red { color: var(--red); }
.text-purple { color: var(--purple); }
.text-orange { color: var(--orange); }
.badge { display: inline-block; padding: 4px 14px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.badge-red { background: rgba(200,16,46,0.10); color: var(--red); }
.badge-purple { background: rgba(75,44,123,0.10); color: var(--purple); }
.badge-orange { background: rgba(232,105,10,0.10); color: var(--orange); }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 100px; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s ease; white-space: nowrap; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 4px 20px rgba(200,16,46,0.35); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,16,46,0.45); }
.btn-purple { background: var(--purple); color: #fff; box-shadow: 0 4px 20px rgba(75,44,123,0.35); }
.btn-purple:hover { background: var(--purple-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--purple); border: 2px solid var(--purple); }
.btn-outline:hover { background: var(--purple); color: #fff; transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 4px 20px rgba(37,211,102,0.35); }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,0.15); color: #fff; border: 1.5px solid rgba(255,255,255,0.4); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,0.25); }
.section-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; display: block; }
.section-title { margin-bottom: 16px; }
.section-sub { font-size: 1.05rem; color: var(--grey-text); max-width: 620px; line-height: 1.7; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }


.nmims-landing-page .post-password-form {
    padding: 50px 30px;
}

.nmims-landing-page .post-password-form p {
    font-size: 22px;
    font-family: 'DM Sans';
    color: #4B2C7B;
    font-weight: 700;
	text-align: center;
    margin-bottom: 20px;
}

.nmims-landing-page .post-password-form input {
    padding: 10px;
    border-radius: 4px;
    background-color: #EEE8F7;
    border: 2px solid #4B2C7B;
}
input#pwbox-291 {
    margin-bottom: 15px;
}
.btn-ghost-purple
 {
    background: #ffffff !important;
    color: var(--purple) !important;
    border: 2px solid var(--purple) !important;
    backdrop-filter: none !important;
}
.cta-mini-actions
 {
    display: flex;
    gap: 15px;
}
.cta-mini-actions p
 {
    display: flex;
    gap: 15px;
}
.cta-mini-actions p
 {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}
.popup-body .cta-mini-actions a {
    flex: 1 1 0;
    text-align: center;
    justify-content: center;
}
.hero-form-card .wpcf7-form-control:not(.wpcf7-submit) {margin-bottom: 12px;}
.pop-form-wrapper-lables {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
#leadPopup .wpcf7-form-control.wpcf7-select {margin-bottom: 12px;}