/* Responsive CSS for Aura Theme */

@media only screen and (max-width: 1600px) and (min-width: 1400px) {

    .hero-visual-col {
        justify-content: center;
        display: flex;
    }

    .bento-grid {
        width: 85%;
    }

    .pin-spacer {
        width: 100% !important;
    }

}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {

    .hero-visual-col {
        justify-content: center;
        display: flex;
    }

    .bento-grid {
        width: 80%;
    }

    .pin-spacer {
        width: 100% !important;
    }
}

/* --- Tablet / Smaller Desktops (Max 992px) --- */
@media only screen and (max-width: 992px) {

    /* Header */
    .header-nav,
    .header-cta {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .btn-header {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    /* Hero Section */
    .hero-container {
        flex-direction: column;
        text-align: center;
        padding-top: 40px;
    }

    .hero-text-col {
        text-align: center;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-text-col h1 {
        font-size: 3.8rem;
    }

    /* Bento Grid */
    .bento-grid {
        max-width: 500px;
        margin: 0 auto;
    }

    .bento-grid .bento-item:nth-child(2),
    .bento-grid .bento-item:nth-child(4) {
        transform: translateY(0);
        /* Remove stagger on mobile */
    }



    /* ROI Section */
    .roi-super-title {
        font-size: 3.5rem;
    }

    .roi-super-title .massive-rupee {
        font-size: 5rem;
    }

    .roi-card {
        flex: 0 1 100%;
    }

    .roi-card:nth-child(4),
    .roi-card:nth-child(5) {
        flex: 0 1 100%;
    }

    /* Why Split Section (Mobile Overrides) */
    .why-split-title {
        font-size: 2.8rem;
    }

    .why-split-desc {
        font-size: 1rem;
    }

    .stat-item h4 {
        font-size: 1.5rem;
    }

    /* Disable Custom Cursor on Mobile/Tablet */
    body,
    a,
    button,
    .bento-item {
        cursor: auto !important;
    }

    .cursor-dot,
    .cursor-outline {
        display: none !important;
    }

    .why-split-desc {
        margin-bottom: 0px;
    }

    .how-works-header {
        margin-bottom: 50px;
    }

    .aura-footer-contact {
        align-items: flex-start;
        max-width: 340px;
    }

    .aura-footer-top {
        margin-bottom: 20px;
    }

    .contact-line {
        text-align: start;
        flex-direction: row-reverse;
    }

}

/* --- Mobile (Max 768px) --- */
@media only screen and (max-width: 768px) {
    .contact-text {
        text-align: left;
    }

    /* Intro */
    .intro-logo {
        width: 90px;
        top: 20px;
        left: 20px;
    }

    .intro-scroll-indicator {
        bottom: 20px;
        right: auto;
        transform: translateX(-50%);
        left: 50%;
    }

    .intro-scroll-indicator .scroll-text {
        font-size: 1.2rem;
    }

    /* Header */
    .header-container {
        padding: 12px 16px;
        gap: 10px;
    }

    /* Timeline */
    .timeline-line {
        left: 30px;
    }

    .timeline-step {
        width: 100%;
        left: 0;
        text-align: left;
        padding: 30px 20px 30px 70px;
    }

    .step-right {
        left: 0;
    }

    .step-left .timeline-node,
    .step-right .timeline-node {
        left: 20px;
        right: auto;
    }

    .step-left .step-number,
    .step-right .step-number {
        left: 20px;
        right: auto;
    }

    /* Hero Section Fixes for 100vh Pinned Viewport */
    .hero-section {
        align-items: center;
        /* Start from top so text is not pushed out */
        padding-top: 120px;
        /* Space for the header */
    }

    .hero-container {
        padding-top: 0;
        gap: 20px;
        padding-bottom: 20px;
    }

    /* Typography inside Hero */
    .hero-text-col p:first-child {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .hero-text-col h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .hero-text-col p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    /* CTAs inside Hero */
    .hero-cta {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }

    .btn {
        padding: 10px 20px;
        font-size: 1.1rem;
    }

    /* Bento Grid (Make it fit in the screen) */
    .bento-grid {
        max-width: 280px;
        /* Small enough so 2 rows don't overflow viewport */
        margin: 0 auto;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        /* Keep 2x2 grid */
    }

    .bento-item {
        border-radius: 12px;
        aspect-ratio: 1 / 1;
        width: 100%;
        height: 100%;
        /* Make them squares to save vertical space */
    }

    /* Remove stagger on mobile to save vertical space */
    .bento-grid .bento-item:nth-child(2),
    .bento-grid .bento-item:nth-child(4) {
        transform: translateY(0) !important;
    }

    /* Typography for other sections */

    .roi-super-title {
        font-size: 2.8rem;
    }

    .how-works-title {
        font-size: 2.5rem;
    }

    /* General Spacing */
    .hero-section,
    .roi-section,
    .why-split-section,
    .how-works-section {
        padding: 60px 20px;
    }

    /* Modern Footer */
    .modern-footer {
        padding: 60px 0 30px;
    }

    .modern-footer-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 50px;
    }

    .modern-footer-tagline {
        font-size: 4rem;
    }

    .modern-footer-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    /* Footer Social Links default icons on responsive */
    .text-social-link {
        gap: 10px;
    }

    .hover-icon {
        width: 18px;
        opacity: 1;
        transform: translateX(0);
        color: rgba(255, 255, 255, 0.7);
    }

    .plan-header {
        margin-top: 30px;
    }

    .plan-tittle {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }

    .plan-tittle::before,
    .plan-tittle::after {
        width: 15px;
        height: 2px;
    }

    .plan-dis {
        font-size: 1rem;
        line-height: 1.4;
    }
}


@media only screen and (max-width: 668px) {

    .hero-container {
        padding: 0 0px;
        gap: 0px;
        padding-bottom: 0px;
    }

    .aura-footer-top {
        margin-bottom: 20px;
    }

    .page-template-template-home .header {
        top: 10px;
    }

    .plan-column {
        padding: 40px 15px;
    }

    .aura-footer-logo img {
        height: 70px;
        margin: auto;
    }

    .footer-social-text-links {
        flex-wrap: wrap;
        gap: 15px;
    }

    .how-works-header {
        margin-bottom: 50px;
    }


}


@media only screen and (max-width: 480px) {

    .hero-container {
        justify-content: space-evenly;
        height: 100%;
    }

    .hero-visual-col,
    .hero-text-col {
        max-height: fit-content;
    }

    .bento-grid {
        max-width: 100%;
    }

    .roi-section,
    .why-split-section,
    .how-works-section {
        padding: 50px 0px;
    }

    .why-split-desc {
        margin-bottom: 0;
        max-width: 100%;
    }


    .hero-section {
        padding: 80px 20px 20px;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .plans-list {
        gap: 20px;
    }

    .plan-row {
        flex-direction: column;
        align-items: stretch;
        padding: 35px 40px 25px 40px;
        gap: 20px;
        text-align: center;
    }

    .plan-info-col {
        flex: 1 1 auto;
        align-items: center;
    }

    .plan-row-title {
        font-size: 2.3rem;
    }

    .plan-tittle::before,
    .plan-tittle::after {
        display: none;
    }

    .plan-features-col {
        justify-content: center;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .plan-feature-item {
        padding: 8px 12px;
        border-radius: 10px;
        justify-content: flex-start;
    }

    .plan-feature-item span {
        font-size: 0.85rem;
    }

    .plan-action-col {
        flex: 1 1 auto;
        width: 100%;
        margin-top: 5px;
    }

    .btn-plan {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .recommended-badge,
    .prime-badge {
        left: 50%;
        transform: translateX(-50%);
    }

}

@media only screen and (max-width: 400px) {

    .hero-text-col h1 {
        font-size: 2.1rem;
    }

    .bento-grid {
        max-width: 280px;
    }

    .contact-text {
        font-size: 1.2rem;
    }

}

/* Mobile Styles for Legal Pages and Links */
@media only screen and (max-width: 768px) {
    .page-template-template-legal {
        padding-top: 120px;
    }

    .legal-container {
        padding: 40px 20px;
        margin: 0 15px;
        border-radius: 15px;
    }

    .legal-title {
        font-size: 2.8rem;
    }

    .legal-content h2 {
        font-size: 2rem;
    }

    .footer-legal-links {
        flex-direction: column;
        gap: 12px;
        margin-top: 15px;
    }

    .footer-legal-links .separator {
        display: none;
    }
}