/* Phase 4 landing pages: services, free tools, knowledge center. */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Mukta', sans-serif;
    background: #fffdf7;
    color: #35281f;
    line-height: 1.65;
    overflow-x: hidden;
}
a { text-decoration: none; transition: 0.25s ease; }
header {
    background-color: #800000;
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 999999 !important;
}
nav { position: relative; z-index: 1000000; }
nav ul { list-style: none; display: flex; gap: 12px; margin: 0; padding: 0; align-items: center; }
nav ul li { position: relative; }
nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 999px;
    display: block;
}
nav ul > li > a:hover, nav ul > li.current > a { background-color: #f1c40f; color: #800000; }
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #800000;
    min-width: 235px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.35);
    z-index: 2000000 !important;
    padding: 10px 0;
    flex-direction: column;
    border-top: 3px solid #f1c40f;
}
nav ul li.dropdown:hover .dropdown-menu { display: flex; }
.dropdown-menu li { width: 100%; }
.dropdown-menu li a {
    padding: 10px 20px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff !important;
    background-color: #800000 !important;
}
.dropdown-menu li:last-child a { border-bottom: none; }
.dropdown-menu li a:hover { background-color: #f1c40f !important; color: #800000 !important; padding-left: 25px; }
.top-bar {
    background-color: #e67e22;
    color: #fff;
    padding: 10px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.welcome-text { text-align: center; }
.live-time {
    background: #800000;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #f1c40f;
    position: absolute;
    right: 5%;
}
.aj-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.aj-hero {
    background: radial-gradient(circle at top right, rgba(241,196,15,0.28), transparent 34%), linear-gradient(135deg, #fff5dc 0%, #fffdf7 55%, #f8ead1 100%);
    border-bottom: 1px solid rgba(128,0,0,0.12);
    padding: 56px 0 42px;
}
.aj-kicker {
    color: #a35a13;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.aj-hero h1 {
    color: #800000;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    font-family: 'Yatra One', serif;
    margin-bottom: 14px;
}
.aj-hero p { max-width: 760px; font-size: 19px; color: #5b4639; margin-bottom: 24px; }
.aj-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.aj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
}
.aj-btn-primary { background: #800000; color: #fff; }
.aj-btn-primary:hover { background: #a13b20; color: #fff; }
.aj-btn-secondary { border: 1px solid #800000; color: #800000; background: #fff; }
.aj-btn-secondary:hover { background: #fdf1d0; color: #800000; }
.aj-section { padding: 42px 0; }
.aj-section-muted { background: #fff8eb; }
.aj-section-head { margin-bottom: 22px; }
.aj-section-head h2 {
    font-family: 'Yatra One', serif;
    color: #800000;
    font-size: 28px;
    margin-bottom: 6px;
}
.aj-section-head p { color: #6a5547; font-size: 17px; }
.aj-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.aj-card {
    background: #fff;
    border: 1px solid rgba(128,0,0,0.12);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 25px rgba(57,31,16,0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.aj-card h3 { color: #800000; font-size: 22px; line-height: 1.35; }
.aj-card p { color: #604d41; font-size: 16px; flex: 1; }
.aj-tag {
    display: inline-flex;
    align-self: flex-start;
    background: #fdf1d0;
    color: #8c4d0e;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}
.aj-card-link { color: #800000; font-weight: 700; }
.aj-card-link:hover { color: #e67e22; }
.aj-strip {
    background: #800000;
    color: #fff;
    border-radius: 24px;
    padding: 28px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
}
.aj-strip h2 { font-family: 'Yatra One', serif; font-size: 28px; margin-bottom: 4px; }
.aj-strip p { opacity: 0.92; }
.aj-list { display: grid; gap: 12px; }
.aj-list-item {
    background: #fff;
    border-left: 5px solid #e67e22;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 8px 20px rgba(57,31,16,0.05);
}
.aj-list-item h3 { color: #800000; margin-bottom: 4px; }
.aj-cluster-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.aj-cluster ul { list-style: none; margin-top: 10px; }
.aj-cluster li + li { margin-top: 8px; }
.aj-cluster a { color: #800000; font-weight: 700; }
.aj-cluster a:hover { color: #e67e22; }
footer { background-color: #333; color: #fff; text-align: center; padding: 30px 20px; margin-top: 50px; }
footer a { color: #f1c40f; margin: 0 10px; font-weight: bold; }
@media (max-width: 991px) {
    header { flex-direction: column; gap: 15px; padding: 15px; }
    nav ul { flex-wrap: wrap; justify-content: center; gap: 8px; }
    .top-bar { flex-direction: column; gap: 10px; text-align: center; }
    .live-time { position: static; }
    .aj-grid, .aj-cluster-grid { grid-template-columns: 1fr; }
    .aj-strip { flex-direction: column; align-items: flex-start; }
}
