/* ============================================================
   SIP Yatrra | Redesign CSS v9.5
   Changes from v9.4:
   - Base font-size bumped 19 -> 22px (everything rem-based scales up)
   - Mobile base bumped 17 -> 19px
   - Header heights bumped (L1 76 -> 84px, L2 52 -> 58px) to breathe
   ============================================================ */

.grecaptcha-badge { visibility: hidden !important; }

:root {
    --sy-navy-950: #081C36;
    --sy-navy-800: #0F2A4E;
    --sy-navy-600: #1E4380;
    --sy-navy-100: #DCE5F2;
    --sy-sage-500: #87A769;
    --sy-sage-400: #A5C189;
    --sy-sage-100: #E5EFD8;
    --sy-gold-500: #D4AC2D;
    --sy-gold-100: #FAEBC1;
    --sy-paper: #FFFFFF;
    --sy-tint: #F8FAFC;
    --sy-tint-2: #EEF2F6;
    --sy-text: #0B1320;
    --sy-text-soft: #4A5160;
    --sy-text-muted: #6B7280;
    --sy-line: #E2E8F0;
    --sy-line-strong: #CBD5E1;
    --sy-danger: #DC2626;
    --sy-success: #059669;

    --sy-font-display: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --sy-font-body: 'Inter', system-ui, -apple-system, sans-serif;

    --sy-radius-sm: 6px;
    --sy-radius: 12px;
    --sy-radius-lg: 20px;

    --sy-shadow-sm: 0 1px 2px rgba(8, 28, 54, 0.06);
    --sy-shadow: 0 2px 8px rgba(8, 28, 54, 0.08), 0 1px 3px rgba(8, 28, 54, 0.04);
    --sy-shadow-lg: 0 12px 32px rgba(8, 28, 54, 0.12), 0 4px 12px rgba(8, 28, 54, 0.06);

    --sy-max-w: 1200px;
    --sy-max-w-narrow: 880px;

    --sy-hdr-l1-height: 84px;
    --sy-hdr-l2-height: 58px;
}

.sy-page,
.sy-page * {
    box-sizing: border-box;
}

.sy-page {
    font-family: var(--sy-font-body);
    font-size: 22px;
    line-height: 1.7;
    color: var(--sy-text);
    background: var(--sy-paper);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.sy-page h1,
.sy-page h2,
.sy-page h3,
.sy-page h4,
.sy-page h5 {
    font-family: var(--sy-font-display);
    font-weight: 700;
    color: var(--sy-navy-800);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

.sy-page h1 { font-size: clamp(2.75rem, 5.5vw, 4.5rem); font-weight: 800; letter-spacing: -0.025em; }
.sy-page h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.sy-page h3 { font-size: clamp(1.375rem, 2.2vw, 1.75rem); }
.sy-page h4 { font-size: 1.25rem; }
.sy-page p  { margin: 0 0 1rem; font-size: 1.125rem; }
.sy-page a  { color: var(--sy-navy-600); text-decoration: none; transition: color .15s ease; }
.sy-page a:hover { color: var(--sy-navy-800); text-decoration: underline; }
.sy-page img { max-width: 100%; height: auto; display: block; }

.sy-container {
    width: 100%;
    max-width: var(--sy-max-w);
    margin: 0 auto;
    padding: 0 24px;
}
.sy-container-narrow {
    width: 100%;
    max-width: var(--sy-max-w-narrow);
    margin: 0 auto;
    padding: 0 24px;
}

.sy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sy-font-body);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sy-sage-500);
    margin: 0 0 18px;
}
.sy-eyebrow::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--sy-sage-500);
}
.sy-rupee {
    display: inline-block;
    color: var(--sy-gold-500);
    font-weight: 700;
}

/* ----------- Buttons ----------- */
.sy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--sy-font-body);
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1;
    padding: 16px 28px;
    border-radius: var(--sy-radius);
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .15s ease;
    text-decoration: none !important;
    white-space: nowrap;
}
.sy-btn-primary {
    background: var(--sy-navy-800);
    color: var(--sy-paper);
}
.sy-btn-primary:hover {
    background: var(--sy-navy-950);
    color: var(--sy-paper);
    transform: translateY(-1px);
    box-shadow: var(--sy-shadow);
}
.sy-btn-secondary {
    background: var(--sy-paper);
    color: var(--sy-navy-800);
    border-color: var(--sy-line-strong);
}
.sy-btn-secondary:hover {
    background: var(--sy-tint);
    color: var(--sy-navy-950);
    border-color: var(--sy-navy-600);
}
.sy-btn-gold {
    background: var(--sy-gold-500);
    color: var(--sy-navy-950);
}
.sy-btn-gold:hover {
    background: #E8B939;
    color: var(--sy-navy-950);
    transform: translateY(-1px);
}
.sy-btn-block { display: flex; width: 100%; }
.sy-btn-sm { padding: 12px 20px; font-size: 1rem; }
.sy-btn-lg { padding: 18px 36px; font-size: 1.125rem; }

/* ============================================================
   HEADER (two-level)
   ============================================================ */

.sy-header {
    position: relative;
    z-index: 100;
    background: var(--sy-paper);
}

.sy-hdr-l1 {
    background: var(--sy-paper);
    border-bottom: 1px solid var(--sy-line);
}
.sy-hdr-l1-row {
    display: flex;
    align-items: center;
    height: var(--sy-hdr-l1-height);
    gap: 24px;
}
.sy-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.sy-logo img { height: 52px; width: auto; }

.sy-hdr-l1-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-left: auto;
}
.sy-hdr-l1-link {
    color: var(--sy-navy-800);
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    text-decoration: none !important;
}
.sy-hdr-l1-link:hover { color: var(--sy-navy-600); }
.sy-hdr-l1-link.is-active::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -4px;
    height: 2px;
    background: var(--sy-sage-500);
}

.sy-hdr-l1-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sy-search-trigger {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--sy-line);
    background: var(--sy-paper);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--sy-navy-800);
    transition: all .15s ease;
}
.sy-search-trigger:hover {
    background: var(--sy-tint);
    border-color: var(--sy-line-strong);
}
.sy-search-trigger svg { width: 18px; height: 18px; }
.sy-mobile-toggle {
    display: none;
    width: 42px; height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.sy-mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--sy-navy-800);
    transition: all .2s ease;
}

/* Level 2 sticky bar */
.sy-hdr-l2 {
    position: sticky;
    top: 0;
    z-index: 90;
    background: var(--sy-navy-800);
    color: var(--sy-paper);
    border-bottom: 1px solid var(--sy-navy-950);
    backdrop-filter: saturate(180%) blur(8px);
}
.sy-hdr-l2-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    height: var(--sy-hdr-l2-height);
    overflow: visible;
}
.sy-hdr-l2-scroll {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    height: 100%;
}
.sy-hdr-l2-scroll::-webkit-scrollbar { display: none; }
.sy-hdr-l2 .sy-hdr-l2-link {
    color: rgba(255,255,255,0.92) !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--sy-radius-sm);
    text-decoration: none !important;
    white-space: nowrap;
    transition: all .15s ease;
    flex-shrink: 0;
}
.sy-hdr-l2 .sy-hdr-l2-link:hover {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.sy-hdr-l2 .sy-hdr-l2-link.is-active {
    background: rgba(255,255,255,0.14);
    color: #FFFFFF !important;
}

.sy-hdr-l2-divider {
    width: 1px;
    height: 22px;
    background: rgba(255,255,255,0.18);
    flex-shrink: 0;
    margin: 0 4px;
}

/* Videos dropdown */
.sy-dropdown { position: relative; flex-shrink: 0; }
.sy-hdr-l2 .sy-dropdown-trigger {
    background: transparent;
    border: 0;
    color: rgba(255,255,255,0.92) !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--sy-radius-sm);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--sy-font-body);
    transition: all .15s ease;
}
.sy-hdr-l2 .sy-dropdown-trigger:hover {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF !important;
}
.sy-dropdown-trigger svg {
    width: 12px; height: 12px;
    transition: transform .15s ease;
}
.sy-dropdown.is-open .sy-dropdown-trigger svg { transform: rotate(180deg); }
.sy-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 240px;
    background: var(--sy-paper);
    border: 1px solid var(--sy-line);
    border-radius: var(--sy-radius);
    box-shadow: var(--sy-shadow-lg);
    padding: 8px;
    list-style: none;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .15s ease, transform .15s ease, visibility 0s linear .15s;
    z-index: 95;
}
.sy-dropdown.is-open .sy-dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .15s ease, transform .15s ease, visibility 0s linear 0s;
}
.sy-dropdown-menu li { padding: 0; margin: 0; list-style: none; }
.sy-dropdown-menu a {
    display: block;
    padding: 12px 16px;
    color: var(--sy-navy-800) !important;
    font-size: 1rem;
    font-weight: 500;
    border-radius: var(--sy-radius-sm);
    text-decoration: none !important;
    transition: background .12s ease;
    line-height: 1.4;
}
.sy-dropdown-menu a:hover {
    background: var(--sy-tint);
    color: var(--sy-navy-600) !important;
    text-decoration: none !important;
}

/* Mobile off-canvas */
.sy-mobile-nav {
    position: fixed;
    inset: 0;
    background: var(--sy-paper);
    z-index: 200;
    padding: 24px;
    transform: translateX(100%);
    transition: transform .25s ease, visibility 0s linear .25s;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
}
.sy-mobile-nav.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform .25s ease, visibility 0s linear 0s;
}
.sy-mobile-nav-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
.sy-mobile-nav-close {
    width: 42px; height: 42px;
    border: 0;
    background: var(--sy-tint);
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    color: var(--sy-navy-800);
}
.sy-mobile-nav-section {
    margin-bottom: 8px;
}
.sy-mobile-nav-heading {
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sy-text-muted);
    margin: 24px 0 4px;
    font-weight: 600;
}
.sy-mobile-nav-link {
    display: block;
    padding: 14px 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--sy-navy-800);
    border-bottom: 1px solid var(--sy-line);
    text-decoration: none !important;
}

/* Search overlay */
.sy-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 28, 54, 0.6);
    backdrop-filter: blur(4px);
    z-index: 300;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding-top: 12vh;
}
.sy-search-overlay.is-open { display: flex; }
.sy-search-panel {
    width: min(640px, 92vw);
    background: var(--sy-paper);
    border-radius: var(--sy-radius);
    padding: 32px;
    box-shadow: var(--sy-shadow-lg);
}
.sy-search-panel h3 { margin-bottom: 20px; }
.sy-search-panel input {
    width: 100%;
    padding: 16px 20px;
    font-size: 1.125rem;
    border: 2px solid var(--sy-line);
    border-radius: var(--sy-radius);
    font-family: var(--sy-font-body);
    outline: none;
    transition: border-color .15s ease;
}
.sy-search-panel input:focus { border-color: var(--sy-navy-600); }

/* ============================================================
   HOMEPAGE INTRO + CATEGORIES (image-led, no calculator)
   ============================================================ */

.sy-intro {
    padding: 72px 0 40px;
    background: var(--sy-paper);
}
.sy-intro-inner {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.sy-intro h1 {
    margin: 0 0 16px;
}
.sy-intro h1 .accent { color: var(--sy-sage-500); }
.sy-intro-lead {
    font-size: 1.375rem;
    color: var(--sy-text-soft);
    line-height: 1.55;
    margin: 0;
}

.sy-topics {
    padding: 24px 0 80px;
}
.sy-topics-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.sy-topic {
    display: block;
    text-decoration: none !important;
    color: var(--sy-text);
    border-radius: var(--sy-radius);
    overflow: hidden;
    background: var(--sy-paper);
    border: 1px solid var(--sy-line);
    transition: all .2s ease;
    height: 100%;
}
.sy-topic:hover {
    transform: translateY(-3px);
    box-shadow: var(--sy-shadow-lg);
    border-color: var(--sy-navy-600);
}
.sy-topic-thumb {
    aspect-ratio: 4/3;
    background: var(--sy-tint);
    overflow: hidden;
    position: relative;
}
.sy-topic-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.sy-topic:hover .sy-topic-thumb img { transform: scale(1.06); }
.sy-topic-body {
    padding: 20px 20px 24px;
}
.sy-topic h3 {
    font-size: 1.1875rem;
    margin: 0 0 8px;
    color: var(--sy-navy-800);
    line-height: 1.35;
}
.sy-topic-cta {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--sy-sage-500);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.sy-topic-cta::after {
    content: "→";
    transition: transform .15s ease;
}
.sy-topic:hover .sy-topic-cta::after { transform: translateX(3px); }

/* ============================================================
   SECTIONS, POSTS, VIDEOS
   ============================================================ */

.sy-section {
    padding: 80px 0;
}
.sy-section-tint { background: var(--sy-tint); }
.sy-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 44px;
    gap: 32px;
    flex-wrap: wrap;
}
.sy-section-head-text { flex: 1; min-width: 280px; }
.sy-section-head h2 { margin-bottom: 10px; }
.sy-section-head-sub {
    color: var(--sy-text-soft);
    font-size: 1.1875rem;
    margin: 0;
}

.sy-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}
.sy-post-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.sy-post {
    display: block;
    text-decoration: none !important;
    color: var(--sy-text);
}
.sy-post-thumb {
    aspect-ratio: 16/10;
    background: var(--sy-tint);
    border-radius: var(--sy-radius);
    overflow: hidden;
    margin-bottom: 18px;
}
.sy-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.sy-post:hover .sy-post-thumb img { transform: scale(1.04); }
.sy-post-cat {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--sy-sage-500);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}
.sy-post h3 {
    font-size: 1.3125rem;
    color: var(--sy-navy-800);
    margin-bottom: 12px;
    line-height: 1.35;
    transition: color .15s ease;
}
.sy-post:hover h3 { color: var(--sy-navy-600); }
.sy-post-meta {
    font-size: 1rem;
    color: var(--sy-text-muted);
    display: flex;
    gap: 12px;
    align-items: center;
}

.sy-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 52px;
    align-items: center;
}
.sy-featured-thumb {
    aspect-ratio: 4/3;
    background: var(--sy-tint);
    border-radius: var(--sy-radius);
    overflow: hidden;
}
.sy-featured-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.sy-featured h2 {
    font-size: clamp(1.875rem, 3.2vw, 2.375rem);
    margin: 18px 0;
}
.sy-featured-excerpt {
    color: var(--sy-text-soft);
    font-size: 1.1875rem;
    margin-bottom: 26px;
    line-height: 1.6;
}

.sy-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.sy-video {
    text-decoration: none !important;
    display: block;
    color: var(--sy-text);
}
.sy-video-thumb {
    aspect-ratio: 16/9;
    border-radius: var(--sy-radius);
    overflow: hidden;
    position: relative;
    background: var(--sy-navy-950);
}
.sy-video-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.95;
}
.sy-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, transparent 50%, rgba(8, 28, 54, 0.5) 100%);
    transition: background .15s ease;
}
.sy-video-play svg {
    width: 60px;
    height: 60px;
    color: var(--sy-paper);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
    transition: transform .2s ease;
}
.sy-video:hover .sy-video-play svg { transform: scale(1.1); }
.sy-video h4 {
    margin-top: 18px;
    font-size: 1.1875rem;
    color: var(--sy-navy-800);
    line-height: 1.4;
}

/* ============================================================
   NEWSLETTER STRIP
   ============================================================ */

.sy-newsletter {
    background: var(--sy-navy-800);
    color: var(--sy-paper);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}
.sy-newsletter::before {
    content: "₹";
    position: absolute;
    right: -50px;
    bottom: -90px;
    font-size: 380px;
    font-family: var(--sy-font-display);
    font-weight: 800;
    color: rgba(212, 172, 45, 0.06);
    line-height: 1;
    pointer-events: none;
}
.sy-newsletter-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sy-newsletter h2 {
    color: var(--sy-paper);
    margin-bottom: 10px;
}
.sy-newsletter p {
    color: rgba(255,255,255,0.8);
    margin: 0;
    font-size: 1.1875rem;
}
.sy-newsletter-form {
    display: flex;
    gap: 0;
    background: var(--sy-paper);
    border-radius: 100px;
    padding: 6px;
    box-shadow: var(--sy-shadow);
    max-width: 540px;
    width: 100%;
}
.sy-newsletter-form input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    padding: 14px 22px;
    font-size: 1.0625rem;
    background: transparent;
    color: var(--sy-text);
    font-family: var(--sy-font-body);
    outline: none;
}
.sy-newsletter-form input::placeholder {
    color: var(--sy-text-muted);
    opacity: 1;
}
.sy-newsletter-form input::-webkit-input-placeholder { color: var(--sy-text-muted); opacity: 1; }
.sy-newsletter-form input::-moz-placeholder { color: var(--sy-text-muted); opacity: 1; }
.sy-newsletter-form button {
    flex: 0 0 auto;
    border: 0;
    background: var(--sy-gold-500);
    color: var(--sy-navy-950);
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--sy-font-body);
    font-size: 1rem;
    transition: background .15s ease;
    white-space: nowrap;
    width: auto;
    line-height: 1.2;
}
.sy-newsletter-form button:hover { background: #E8B939; }

/* ============================================================
   BREADCRUMB
   ============================================================ */

.sy-breadcrumb {
    padding: 22px 0;
    background: var(--sy-tint);
    border-bottom: 1px solid var(--sy-line);
}
.sy-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 1rem;
}
.sy-breadcrumb-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--sy-text-soft);
}
.sy-breadcrumb-list li + li::before {
    content: "›";
    color: var(--sy-text-muted);
    font-weight: 400;
}
.sy-breadcrumb-list a { color: var(--sy-text-soft); text-decoration: none; }
.sy-breadcrumb-list a:hover { color: var(--sy-navy-600); }
.sy-breadcrumb-list li:last-child { color: var(--sy-navy-800); font-weight: 500; }

/* ============================================================
   HORIZONTAL FOOTER
   ============================================================ */

.sy-footer {
    background: var(--sy-navy-950);
    color: rgba(255,255,255,0.78);
    padding: 56px 0 0;
}

.sy-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    flex-wrap: wrap;
}
.sy-footer-brand-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    min-width: 280px;
}
.sy-footer-brand-row img {
    height: 48px;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
}
.sy-footer-tagline {
    color: rgba(255,255,255,0.7);
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.5;
}

.sy-footer-social {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.sy-footer-social a {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: var(--sy-paper);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all .15s ease;
}
.sy-footer-social a:hover {
    background: var(--sy-sage-500);
    color: var(--sy-navy-950);
    transform: translateY(-2px);
}
.sy-footer-social svg { width: 18px; height: 18px; }

.sy-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 28px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sy-footer-links a {
    color: rgba(255,255,255,0.78);
    font-size: 1.0625rem;
    text-decoration: none !important;
    transition: color .15s ease;
}
.sy-footer-links a:hover { color: var(--sy-paper); }
.sy-footer-links .sy-dot {
    color: rgba(255,255,255,0.3);
    user-select: none;
}

.sy-footer-bottom {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 1rem;
    color: rgba(255,255,255,0.55);
}
.sy-footer-bottom a {
    color: rgba(255,255,255,0.75);
    text-decoration: none !important;
}
.sy-footer-bottom a:hover { color: var(--sy-paper); }
.sy-credit-mark { color: var(--sy-gold-500); }

/* ============================================================
   CONTACT + ADVERTISE FORMS
   ============================================================ */

.sy-contact-wrap {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: start;
}
.sy-form-panel {
    background: var(--sy-paper);
    border: 1px solid var(--sy-line);
    border-radius: var(--sy-radius);
    padding: 40px;
}
.sy-form-panel h2 { margin-bottom: 10px; }
.sy-form-panel-lead {
    color: var(--sy-text-soft);
    margin-bottom: 30px;
    font-size: 1.125rem;
}
.sy-field {
    margin-bottom: 22px;
}
.sy-field label {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: var(--sy-navy-800);
    margin-bottom: 8px;
}
.sy-input,
.sy-textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 1.0625rem;
    font-family: var(--sy-font-body);
    color: var(--sy-text);
    background: var(--sy-paper);
    border: 1px solid var(--sy-line);
    border-radius: var(--sy-radius-sm);
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.sy-input:focus,
.sy-textarea:focus {
    border-color: var(--sy-navy-600);
    box-shadow: 0 0 0 3px rgba(30, 67, 128, 0.1);
}
.sy-textarea {
    min-height: 140px;
    resize: vertical;
}
.sy-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.sy-captcha-note {
    font-size: 0.9375rem;
    color: var(--sy-text-muted);
    margin: 16px 0 0;
    line-height: 1.5;
}
.sy-captcha-note a {
    color: var(--sy-text-soft);
    text-decoration: underline;
}

.sy-info-panel {
    background: var(--sy-navy-950);
    color: var(--sy-paper);
    border-radius: var(--sy-radius);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.sy-info-panel::before {
    content: "₹";
    position: absolute;
    right: -30px;
    bottom: -60px;
    font-size: 250px;
    font-family: var(--sy-font-display);
    font-weight: 800;
    color: rgba(212, 172, 45, 0.07);
    line-height: 1;
    pointer-events: none;
}
.sy-info-panel h3 {
    color: var(--sy-paper);
    margin-bottom: 10px;
}
.sy-info-panel-lead {
    color: rgba(255,255,255,0.75);
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}
.sy-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.sy-info-list li {
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.sy-info-list li:first-child { border-top: 0; padding-top: 0; }
.sy-info-list .label {
    display: block;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sy-sage-400);
    margin-bottom: 6px;
    font-weight: 600;
}
.sy-info-list .value {
    display: block;
    font-size: 1.125rem;
    color: var(--sy-paper);
    font-weight: 500;
}
.sy-info-list a {
    color: var(--sy-paper);
    text-decoration: none;
}
.sy-info-list a:hover { color: var(--sy-sage-400); }

.sy-flash {
    padding: 16px 20px;
    border-radius: var(--sy-radius-sm);
    margin-bottom: 20px;
    font-size: 1.0625rem;
    font-weight: 500;
}
.sy-flash-success { background: #ECFDF5; color: var(--sy-success); border: 1px solid #A7F3D0; }
.sy-flash-error { background: #FEF2F2; color: var(--sy-danger); border: 1px solid #FECACA; }

.sy-ad-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 44px;
}
.sy-ad-stat {
    background: var(--sy-paper);
    border: 1px solid var(--sy-line);
    border-radius: var(--sy-radius);
    padding: 30px 26px;
    text-align: left;
}
.sy-ad-stat-num {
    font-family: var(--sy-font-display);
    font-size: 3rem;
    font-weight: 800;
    color: var(--sy-navy-800);
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}
.sy-ad-stat-label {
    font-size: 1.0625rem;
    color: var(--sy-text-soft);
    line-height: 1.5;
}
.sy-ad-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 36px;
}
.sy-ad-opt {
    background: var(--sy-paper);
    border: 1px solid var(--sy-line);
    border-radius: var(--sy-radius);
    padding: 30px;
    position: relative;
    transition: all .2s ease;
}
.sy-ad-opt:hover {
    border-color: var(--sy-navy-600);
    transform: translateY(-2px);
    box-shadow: var(--sy-shadow);
}
.sy-ad-opt-badge {
    position: absolute;
    top: 18px; right: 18px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sy-sage-500);
    font-weight: 700;
}
.sy-ad-opt h3 {
    color: var(--sy-navy-800);
    margin-bottom: 10px;
    font-size: 1.3125rem;
}
.sy-ad-opt p {
    color: var(--sy-text-soft);
    font-size: 1.0625rem;
    margin: 0;
    line-height: 1.55;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1023px) {
    .sy-hdr-l1-nav { display: none; }
    .sy-mobile-toggle { display: inline-flex; }
    .sy-intro { padding: 56px 0 24px; }
    .sy-topics-grid { grid-template-columns: repeat(2, 1fr); }
    .sy-post-grid { grid-template-columns: repeat(2, 1fr); }
    .sy-video-grid { grid-template-columns: repeat(2, 1fr); }
    .sy-featured { grid-template-columns: 1fr; gap: 28px; }
    .sy-newsletter-inner { grid-template-columns: 1fr; gap: 36px; }
    .sy-contact-wrap { grid-template-columns: 1fr; gap: 32px; }
    .sy-ad-stats { grid-template-columns: 1fr; }
    .sy-ad-options { grid-template-columns: 1fr; }
}

@media (max-width: 639px) {
    .sy-page { font-size: 19px; }
    .sy-page h1 { font-size: 2.375rem; }
    .sy-section { padding: 56px 0; }
    .sy-section-head { flex-direction: column; align-items: flex-start; }
    .sy-topics-grid { grid-template-columns: 1fr; }
    .sy-post-grid { grid-template-columns: 1fr; }
    .sy-video-grid { grid-template-columns: 1fr; }
    .sy-footer { padding: 40px 0 0; }
    .sy-footer-top { flex-direction: column; align-items: stretch; gap: 24px; }
    .sy-footer-brand-row { flex-direction: column; align-items: flex-start; gap: 16px; }
    .sy-footer-social { justify-content: flex-start; }
    .sy-footer-bottom { flex-direction: column; align-items: flex-start; }
    .sy-form-panel,
    .sy-info-panel { padding: 28px; }
    .sy-field-row { grid-template-columns: 1fr; gap: 0; }
    .sy-newsletter-form { flex-direction: column; border-radius: var(--sy-radius); padding: 14px; }
    .sy-newsletter-form button { width: 100%; }
    .sy-intro h1 { font-size: 2.25rem; }
    .sy-intro-lead { font-size: 1.125rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .sy-header, .sy-footer, .sy-newsletter, .sy-mobile-toggle, .sy-search-trigger { display: none; }
}
