/* ============================================================
   Aquila Innovations — Placement Training Portal
   Main Stylesheet
   ============================================================ */

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; }
::selection { background: #1e3a9f; color: #fff; }
img { max-width: 100%; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #c0d4fb; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: #6194f0; }

/* ---------- Preloader ---------- */
#preloader {
    position: fixed; inset: 0; z-index: 9999;
    background: #0b1633; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 18px;
    transition: opacity .5s ease, visibility .5s ease;
}
#preloader.hidden { opacity: 0; visibility: hidden; }
.loader-ring {
    width: 56px; height: 56px; border-radius: 50%;
    border: 4px solid rgba(255,255,255,.12);
    border-top-color: #f59e0b; animation: spin 0.9s linear infinite;
}
.loader-text { color: #fff; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; font-size: 13px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Nav ---------- */
.nav-link {
    padding: .55rem .85rem; border-radius: .65rem; font-weight: 600; font-size: .925rem;
    color: #334155; transition: all .2s; position: relative;
}
.nav-link:hover { color: #1e3a9f; background: #eef4ff; }
.nav-link.active { color: #1e3a9f; }
.nav-link.active::after {
    content: ''; position: absolute; left: .85rem; right: .85rem; bottom: 0;
    height: 2px; border-radius: 2px; background: linear-gradient(90deg,#2455de,#0ea5e9);
}
.mobile-link {
    display: flex; align-items: center; padding: .75rem .9rem; border-radius: .65rem;
    font-weight: 600; color: #334155; transition: all .2s;
}
.mobile-link:hover { background: #eef4ff; color: #1e3a9f; }

/* ---------- Buttons ---------- */
.btn-primary {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 700;
    padding: .8rem 1.6rem; border-radius: .8rem; color: #fff;
    background: linear-gradient(135deg,#2455de,#0ea5e9);
    box-shadow: 0 10px 30px -10px rgba(36,85,222,.55);
    transition: all .25s; border: none; cursor: pointer;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px rgba(36,85,222,.65); }

.btn-glow {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 700;
    padding: .8rem 1.6rem; border-radius: .8rem; color: #fff;
    background: linear-gradient(135deg,#2455de,#0ea5e9); box-shadow: 0 0 32px -6px rgba(59,114,234,.7);
    transition: all .25s;
}
.btn-glow:hover { transform: translateY(-2px); box-shadow: 0 0 44px -4px rgba(59,114,234,.85); }

.btn-outline {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 700;
    padding: .8rem 1.6rem; border-radius: .8rem; color: #1e3a9f;
    border: 1.5px solid #c0d4fb; background: transparent; transition: all .25s;
}
.btn-outline:hover { background: #eef4ff; border-color: #6194f0; transform: translateY(-2px); }

.btn-gold {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 700;
    padding: .8rem 1.6rem; border-radius: .8rem; color: #0b1633;
    background: linear-gradient(135deg,#fbbf24,#f59e0b); box-shadow: 0 10px 28px -10px rgba(245,158,11,.6);
    transition: all .25s;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px rgba(245,158,11,.7); }

.btn-glass {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 700;
    padding: .8rem 1.6rem; border-radius: .8rem; color: #fff;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25);
    backdrop-filter: blur(8px); transition: all .25s;
}
.btn-glass:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }

.btn-ghost {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 600;
    padding: .7rem 1.2rem; border-radius: .7rem; color: #1e3a9f;
    background: #eef4ff; transition: all .2s; border: none; cursor: pointer;
}
.btn-ghost:hover { background: #dce7fd; }
.btn-sm { padding: .5rem .9rem; font-size: .85rem; border-radius: .6rem; }

/* ---------- Hero ---------- */
.hero-grid-bg {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 44px 44px;
}
.hero-card { animation: fadeUp 1s ease both .2s; }
.hero-item { animation: fadeUp .7s ease both; }
.hero-badge {
    position: absolute; display: flex; align-items: center; gap: .6rem;
    background: rgba(255,255,255,.95); color: #0b1633;
    border-radius: 1rem; padding: .7rem 1.1rem; box-shadow: 0 20px 50px -12px rgba(0,0,0,.4);
    animation: float 6s ease-in-out infinite;
}
.hero-badge b { display: block; font-size: 1rem; line-height: 1.1; }
.hero-badge span { font-size: .7rem; color: #64748b; }
.hero-badge-1 { top: 6%; right: -6%; }
.hero-badge-2 { bottom: 10%; left: -6%; animation-delay: 1.2s; }

/* Marquee */
.announcement-marquee { display: inline-block; animation: marquee 30s linear infinite; }
.announcement-marquee:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Company logos */
.company-logo { filter: grayscale(1); opacity: .8; transition: all .3s; }
.company-logo:hover { filter: none; opacity: 1; }

/* ---------- Section headings ---------- */
.section-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    color: #2455de; font-weight: 800; font-size: .78rem; letter-spacing: .14em;
    text-transform: uppercase; background: #eef4ff; border: 1px solid #dce7fd;
    padding: .45rem 1rem; border-radius: 999px;
}
.section-title {
    margin-top: 1rem; font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800; color: #16294a; letter-spacing: -0.02em; line-height: 1.2;
}

/* ---------- Feature cards ---------- */
.feature-card {
    background: #fff; border: 1px solid #eef1f6; border-radius: 1.4rem; padding: 1.7rem;
    box-shadow: 0 4px 24px rgba(2,6,23,.05); transition: all .3s;
}
.feature-card:hover {
    transform: translateY(-6px); box-shadow: 0 24px 48px -16px rgba(2,6,23,.18);
    border-color: #c0d4fb;
}
.feature-icon {
    width: 58px; height: 58px; border-radius: 1.1rem; display: grid; place-items: center;
    color: #fff; font-size: 1.45rem; box-shadow: 0 12px 28px -10px rgba(2,6,23,.25);
    transition: transform .3s;
}
.feature-card:hover .feature-icon { transform: scale(1.1) rotate(-4deg); }
.dark-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.dark-card:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.25); }

/* ---------- Module cards ---------- */
.module-tabs { position: relative; }
.module-tab {
    padding: .55rem 1.2rem; border-radius: 999px; font-weight: 600; font-size: .85rem;
    color: #475569; background: #f1f5f9; border: 1px solid transparent; cursor: pointer;
    transition: all .25s;
}
.module-tab:hover { background: #e2e8f0; color: #1e3a9f; }
.module-tab.active {
    background: linear-gradient(135deg,#1e43c4,#0ea5e9); color: #fff;
    box-shadow: 0 10px 24px -8px rgba(30,67,196,.5);
}
.module-card {
    background: #fff; border: 1px solid #eef1f6; border-radius: 1.4rem; padding: 1.6rem;
    box-shadow: 0 4px 20px rgba(2,6,23,.04); transition: all .3s;
    display: flex; flex-direction: column;
}
.module-card:hover { box-shadow: 0 20px 44px -16px rgba(2,6,23,.16); transform: translateY(-4px); }
.module-card.hidden-card { display: none; }
.module-icon {
    width: 58px; height: 58px; border-radius: 1.1rem; display: grid; place-items: center;
    color: #fff; font-size: 1.4rem; flex-shrink: 0; box-shadow: 0 12px 28px -10px rgba(2,6,23,.3);
}
.module-badge {
    padding: .25rem .75rem; border-radius: 999px; font-size: .7rem; font-weight: 800;
    background: #eef4ff; color: #2455de; text-transform: uppercase; letter-spacing: .05em;
}
.topic-chip {
    display: inline-flex; align-items: center; gap: .35rem; padding: .38rem .8rem;
    border-radius: .6rem; font-size: .78rem; font-weight: 600; color: #334155;
    background: #f8fafc; border: 1px solid #e2e8f0; transition: all .2s;
}
.topic-chip:hover { background: #eef4ff; border-color: #c0d4fb; color: #1e3a9f; }

/* ---------- Process ---------- */
.process-card { background: #fff; border: 1px solid #eef1f6; border-radius: 1.4rem; padding: 1.6rem; transition: all .3s; }
.process-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px -16px rgba(2,6,23,.14); }
.process-num {
    position: absolute; top: -14px; right: 0; font-size: 3rem; font-weight: 800;
    color: #eef4ff; line-height: 1; letter-spacing: -0.04em;
}
.process-arrow {
    position: absolute; top: 50%; right: -38px; transform: translateY(-50%);
    color: #c0d4fb; font-size: 1.1rem; z-index: 2;
}

/* ---------- Benefit ---------- */
.benefit-item { background: #f8fafc; border: 1px solid #eef1f6; border-radius: 1.2rem; padding: 1.4rem; transition: all .3s; }
.benefit-item:hover { background: #fff; box-shadow: 0 16px 36px -14px rgba(2,6,23,.14); transform: translateY(-4px); }

/* ---------- Stats ---------- */
.stat-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 1.4rem; padding: 2rem; text-align: center; transition: all .3s; }
.stat-card:hover { background: rgba(255,255,255,.1); transform: translateY(-5px); }

/* ---------- Story ---------- */
.story-card { background: #fff; border: 1px solid #eef1f6; border-radius: 1.3rem; padding: 1rem; transition: all .3s; }
.story-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px -16px rgba(2,6,23,.15); }

/* ---------- Testimonials ---------- */
.testimonial-slider {
    display: grid; gap: 1.6rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.testimonial-card {
    background: #fff; border: 1px solid #eef1f6; border-radius: 1.4rem; padding: 1.7rem;
    box-shadow: 0 4px 24px rgba(2,6,23,.05); transition: all .3s;
}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px -16px rgba(2,6,23,.16); }

/* ---------- FAQ ---------- */
.faq-item {
    background: #fff; border: 1px solid #eef1f6; border-radius: 1.1rem; overflow: hidden;
    box-shadow: 0 4px 20px rgba(2,6,23,.04); transition: border-color .2s;
}
.faq-item.open { border-color: #c0d4fb; }
.faq-question {
    width: 100%; display: flex; align-items: center; gap: .9rem; text-align: left;
    padding: 1.15rem 1.3rem; background: transparent; border: none; cursor: pointer;
    font-weight: 700; color: #16294a; font-size: 1rem;
}
.faq-q-icon { color: #2455de; font-size: 1.05rem; flex-shrink: 0; }
.faq-chevron { color: #94a3b8; transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: #2455de; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }

/* ---------- Module Q&A ---------- */
.qa-accordion { display: grid; gap: .6rem; }
.qa-item { position: relative; background: #f8fafc; border: 1px solid #eef1f6; border-radius: .85rem; overflow: hidden; transition: border-color .2s; }
.qa-item.open { border-color: #c0d4fb; }
.qa-question {
    width: 100%; display: flex; align-items: flex-start; gap: .7rem; text-align: left;
    padding: .85rem 3.2rem .85rem .95rem; background: transparent; border: none; cursor: pointer;
    font-weight: 700; font-size: .85rem; color: #16294a; line-height: 1.5;
}
.qa-no {
    flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
    min-width: 1.9rem; height: 1.5rem; padding: 0 .3rem; border-radius: .45rem; font-size: .68rem;
    background: #eef4ff; color: #2455de; font-weight: 800; margin-top: .1rem;
}
.qa-caret { position: absolute; top: 1rem; right: .95rem; color: #94a3b8; transition: transform .3s; flex-shrink: 0; }
.qa-item.open .qa-caret { transform: rotate(180deg); color: #2455de; }
.qa-dl {
    position: absolute; top: .7rem; right: 2.5rem; display: inline-flex; align-items: center; gap: .35rem;
    padding: .3rem .6rem; border-radius: .5rem; font-size: .68rem; font-weight: 800;
    background: #0ea5e9; color: #fff; box-shadow: 0 6px 14px -6px rgba(2,6,23,.35);
}
.qa-dl:hover { background: #0284c7; }
.qa-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.qa-answer-inner { padding: 0 .95rem 1rem 3.2rem; border-top: 1px dashed #e2e8f0; }
.qa-label { display: inline-flex; align-items: center; gap: .4rem; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #059669; margin-top: .7rem; }
.qa-answer-inner p { margin-top: .35rem; font-size: .84rem; line-height: 1.65; color: #475569; }

/* ---------- Module detail page ---------- */
.qa-page-card { background: #fff; border: 1px solid #eef1f6; border-radius: 1.2rem; padding: 1.5rem 1.6rem; box-shadow: 0 6px 24px rgba(2,6,23,.05); transition: all .3s; }
.qa-page-card:hover { box-shadow: 0 20px 44px -16px rgba(2,6,23,.14); transform: translateY(-3px); }
.qa-page-num {
    flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
    width: 2.6rem; height: 2.2rem; border-radius: .7rem; font-size: .85rem; font-weight: 800;
    background: #eef4ff; color: #2455de;
}
.qa-page-q { font-size: 1.05rem; font-weight: 800; color: #16294a; line-height: 1.5; }
.qa-page-a { margin-top: .8rem; font-size: .9rem; color: #475569; line-height: 1.7; }
.qa-page-a p { margin-top: .4rem; }
.qa-page-a p:first-child { margin-top: 0; }

.code-block {
    margin: .8rem 0; padding: 1rem 1.15rem; border-radius: .8rem; overflow-x: auto;
    background: #0f172a; border: 1px solid #1e293b; box-shadow: inset 0 2px 8px rgba(0,0,0,.25);
}
.code-block code { font-family: ui-monospace, SFMono-Regular, Consolas, Menlo, monospace; font-size: .84rem; line-height: 1.65; color: #e2e8f0; white-space: pre; }

/* ---------- Forms ---------- */
.form-label { display: block; font-size: .82rem; font-weight: 700; color: #334155; margin-bottom: .4rem; }
.form-input {
    width: 100%; padding: .72rem 1rem; border-radius: .75rem; border: 1.5px solid #e2e8f0;
    background: #fff; font-size: .92rem; color: #0f172a; transition: all .2s; outline: none;
}
.form-input:focus { border-color: #6194f0; box-shadow: 0 0 0 4px rgba(97,148,240,.15); }
textarea.form-input { resize: vertical; }

/* ---------- Alerts ---------- */
.alert { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .85rem 1.1rem; border-radius: .8rem; font-size: .9rem; font-weight: 500; margin-bottom: 1rem; }
.alert-green { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-red { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.alert-amber { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.alert-blue { background: #eff6ff; color: #1e40af; border: 1px solid #bfdbfe; }
.alert-close { background: none; border: none; font-size: 1.2rem; cursor: pointer; color: inherit; opacity: .6; }

/* ---------- Page banner ---------- */
.page-banner {
    position: relative; background: linear-gradient(135deg,#0b1633,#1e3a9f 55%,#0ea5e9);
    overflow: hidden;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb-list { display: flex; align-items: center; flex-wrap: wrap; gap: .4rem; list-style: none; padding: 0; margin: 0; font-size: .82rem; color: #cbd5e1; }
.breadcrumb-list a { color: #93c5fd; font-weight: 600; display: inline-flex; align-items: center; gap: .35rem; }
.breadcrumb-list a:hover { color: #fff; }
.breadcrumb-list li { display: inline-flex; align-items: center; gap: .4rem; }
.breadcrumb-list li:not(:last-child)::after { content: '/'; color: #64748b; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.2rem; }
.gallery-item { position: relative; border-radius: 1.1rem; overflow: hidden; aspect-ratio: 4/3; display: block; box-shadow: 0 4px 20px rgba(2,6,23,.06); }

/* ---------- Lightbox ---------- */
.lightbox {
    position: fixed; inset: 0; z-index: 999; background: rgba(2,6,23,.92);
    display: flex; align-items: center; justify-content: center; padding: 2rem;
    backdrop-filter: blur(6px); animation: fadeIn .25s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.lightbox-close {
    position: absolute; top: 1.2rem; right: 1.6rem; color: #fff; font-size: 2.4rem;
    background: none; border: none; cursor: pointer; line-height: 1; z-index: 2;
    width: 44px; height: 44px; border-radius: 50%; transition: all .2s;
}
.lightbox-close:hover { background: rgba(255,255,255,.15); transform: rotate(90deg); }
.lightbox-content { max-width: 1100px; width: 100%; text-align: center; }
.lightbox-content img { max-height: 76vh; margin: 0 auto; border-radius: 1rem; box-shadow: 0 30px 80px -20px rgba(0,0,0,.6); }
.lightbox-caption { color: #e2e8f0; margin-top: 1rem; font-weight: 600; }
.video-modal-content { max-width: 900px; width: 100%; }

/* ---------- Videos ---------- */
.video-card { transition: transform .3s; }
.video-card:hover { transform: translateY(-5px); }
.video-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 64px; height: 64px; border-radius: 50%; border: none; cursor: pointer;
    background: rgba(245,158,11,.95); color: #0b1633; font-size: 1.4rem;
    display: grid; place-items: center; transition: all .3s;
    box-shadow: 0 0 0 8px rgba(255,255,255,.15);
}
.video-play:hover { transform: translate(-50%,-50%) scale(1.1); background: #fbbf24; }

/* ---------- Announcements ---------- */
.announcement-card { background: #fff; border: 1px solid #eef1f6; border-radius: 1.2rem; padding: 1.4rem; transition: all .3s; }
.announcement-card:hover { box-shadow: 0 16px 40px -14px rgba(2,6,23,.14); transform: translateY(-3px); }
.announcement-card.pinned { border-color: #fecaca; background: linear-gradient(180deg,#fff7f7,#fff); }

/* ---------- Resource filters ---------- */
.filter-item {
    display: flex; align-items: center; gap: .6rem; padding: .6rem .8rem;
    border-radius: .65rem; font-size: .88rem; font-weight: 600; color: #475569;
    transition: all .18s; margin-bottom: 2px;
}
.filter-item:hover { background: #f1f5f9; color: #1e3a9f; }
.filter-item.active { background: #eef4ff; color: #2455de; }
.filter-item i { width: 18px; text-align: center; color: #94a3b8; }
.filter-item.active i { color: #2455de; }

/* ---------- Resource cards ---------- */
.resource-card {
    background: #fff; border: 1px solid #eef1f6; border-radius: 1.2rem; padding: 1.3rem;
    box-shadow: 0 4px 20px rgba(2,6,23,.04); transition: all .3s;
}
.resource-card:hover {
    transform: translateY(-5px); box-shadow: 0 20px 44px -14px rgba(2,6,23,.14);
    border-color: #c0d4fb;
}
.cat-pill {
    display: inline-flex; align-items: center; gap: .3rem; padding: .22rem .6rem;
    border-radius: 999px; font-size: .68rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .04em; color: #1e3a9f; background: #eef4ff;
}

/* ---------- Pagination ---------- */
.pagination ul { display: flex; gap: .4rem; justify-content: center; list-style: none; padding: 0; margin: 0; }
.pagination a {
    display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 .6rem;
    border-radius: .6rem; font-weight: 700; color: #475569; background: #fff;
    border: 1px solid #e2e8f0; transition: all .2s;
}
.pagination a:hover { background: #eef4ff; color: #1e3a9f; border-color: #c0d4fb; }
.pagination a.active { background: linear-gradient(135deg,#1e43c4,#0ea5e9); color: #fff; border-color: transparent; box-shadow: 0 8px 20px -6px rgba(30,67,196,.5); }

/* ---------- Footer ---------- */
.footer-title { color: #fff; font-weight: 800; font-size: 1rem; margin-bottom: 1.1rem; position: relative; padding-bottom: .6rem; }
.footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; border-radius: 3px; background: linear-gradient(90deg,#f59e0b,#fbbf24); }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; }
.footer-links a { color: #94a3b8; font-size: .9rem; transition: all .2s; display: inline-flex; align-items: center; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.social-icon {
    width: 38px; height: 38px; border-radius: .7rem; display: grid; place-items: center;
    background: rgba(255,255,255,.08); color: #e2e8f0; transition: all .25s;
}
.social-icon:hover { background: linear-gradient(135deg,#f59e0b,#fbbf24); color: #0b1633; transform: translateY(-3px); }

/* ---------- Floating elements ---------- */
.floating-cta {
    position: fixed; bottom: 6rem; right: 1.5rem; z-index: 40;
    display: none; align-items: center; gap: .5rem; padding: .7rem 1.1rem;
    border-radius: 999px; background: linear-gradient(135deg,#f59e0b,#fbbf24);
    color: #0b1633; font-weight: 800; font-size: .9rem; box-shadow: 0 12px 32px -8px rgba(245,158,11,.6);
    transition: all .25s;
}
.floating-cta:hover { transform: translateY(-3px) scale(1.03); }
@media (min-width: 1024px) { .floating-cta { display: flex; } }

#backToTop.show { display: flex; animation: fadeIn .3s ease; }

/* ---------- Glass card ---------- */
.glass-card { backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }

/* ---------- Section blobs ---------- */
.section-blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; pointer-events: none; }
.section-blob-1 { width: 420px; height: 420px; top: -120px; right: -120px; background: #c0d4fb; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Prose for rich content ---------- */
.prose { line-height: 1.75; font-size: .98rem; }
.prose ul { list-style: disc; padding-left: 1.4rem; margin: .6rem 0; }
.prose ol { list-style: decimal; padding-left: 1.4rem; margin: .6rem 0; }
.prose h1,.prose h2,.prose h3,.prose h4 { color: #16294a; font-weight: 800; margin: 1.2rem 0 .5rem; }
.prose a { color: #2455de; font-weight: 600; }

/* ---------- Responsive tweaks ---------- */
@media (max-width: 1024px) {
    .hero-badge-1 { right: 0; }
    .hero-badge-2 { left: 0; }
}
@media (max-width: 640px) {
    .hero-badge { display: none; }
    .process-arrow { display: none; }
}
