/* General Body Styles */
body {
    /* Use both fonts, with Noto Sans Devanagari first for Marathi */
    font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background-color: #f0f2f5;
    color: #333;
    line-height: 1.6;
}

.landing-page-container {
    max-width: 900px;
    width: 100%;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* App Logo Mockup Section */
.app-logo-mockup {
    background-color: #FF6600; /* Your orange color */
    border-radius: 15px 15px 0 0;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* Marathi Text Styles (Logo) */
.logo-marathi { /* Use a specific class for the logo's Marathi text */
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 15px;
    white-space: nowrap;
    direction: ltr;
}

.marathi-ma, .marathi-bhumi {
    display: inline-block;
    position: relative;
}

.marathi-ma {
    margin-right: 15px;
}

/* English Text Styles (Logo) */
.english-text {
    font-family: 'Poppins', sans-serif; /* Keep Poppins for English logo text */
    font-weight: 700;
    letter-spacing: 0.05em;
    color: white;
    margin: 5px 0;
}

.new-old {
    font-size: 1.2em;
    padding: 5px 15px;
    background-color: black;
    border-radius: 5px;
    margin-bottom: 10px;
}

.document-types {
    font-size: 1.8em;
}

/* Content Section Styles */
.content-section {
    padding: 40px;
    text-align: center;
}

.content-section h1 {
    font-family: 'Poppins', sans-serif; /* Poppins for English heading */
    font-size: 2.2em;
    color: #000;
    margin-bottom: 10px; /* Reduced margin */
    font-weight: 700;
}

.marathi-heading {
    font-family: 'Noto Sans Devanagari', sans-serif; /* Devanagari for Marathi heading */
    font-size: 2.0em; /* Slightly smaller or adjust as needed */
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-section p {
    font-family: 'Poppins', sans-serif; /* Poppins for English paragraph */
    font-size: 1.1em;
    color: #555;
    margin-bottom: 5px; /* Reduced margin */
}

.marathi-paragraph {
    font-family: 'Noto Sans Devanagari', sans-serif; /* Devanagari for Marathi paragraph */
    font-size: 1.0em; /* Slightly smaller or adjust */
    color: #555;
    margin-bottom: 30px;
}

/* Features */
.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: left;
}

.feature-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-item .icon {
    font-size: 2em;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.feature-item h3 {
    font-family: 'Poppins', sans-serif; /* Poppins for English feature heading */
    font-size: 1.3em;
    color: #000;
    margin-top: 0;
    margin-bottom: 5px; /* Reduced margin */
    text-align: center;
}

.marathi-feature-heading {
    font-family: 'Noto Sans Devanagari', sans-serif; /* Devanagari for Marathi */
    font-size: 1.2em; /* Adjust as needed */
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.feature-item p {
     /* Use default body font (set at top) for feature description */
    font-size: 0.95em;
    color: #666;
    margin-bottom: 0;
    text-align: center;
}

/* Download Button */
.download-button {
    display: inline-block;
    background-color: #FF6600;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4);
    margin-bottom: 40px; /* Space before disclaimer */
}

.download-button:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* Disclaimer Section */
.disclaimer-section {
    margin-top: 30px; /* Add space above the disclaimer */
    padding: 20px;
    background-color: #f8f9fa; /* Light background for emphasis */
    border-radius: 8px;
    border: 1px solid #dee2e6; /* Subtle border */
    text-align: left; /* Align text left within the disclaimer */
}

.disclaimer-section h2 {
    font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif; /* Allow both fonts */
    font-size: 1.4em;
    color: #495057; /* Darker grey */
    text-align: center; /* Center the heading */
    margin-bottom: 15px;
}

.disclaimer-section p {
    font-size: 0.95em;
    color: #6c757d; /* Medium grey */
    margin-bottom: 10px; /* Space between paragraphs */
}
.disclaimer-section p.marathi-paragraph {
    font-size: 0.9em; /* Adjust Marathi font size if needed */
}

/* Privacy Note */
.privacy-note {
     /* Use default body font */
    font-size: 0.9em;
    color: #777;
    margin-top: 40px;
    text-align: center; /* Center align privacy note */
}
.privacy-note span.marathi-paragraph {
    display: block; /* Make Marathi span take a new line */
    margin-top: 5px;
    margin-bottom: 0; /* Reset bottom margin */
}

.privacy-note a {
    color: #FF6600;
    text-decoration: none;
}

.privacy-note a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .landing-page-container {
        margin: 20px;
    }
    .app-logo-mockup {
        padding: 20px 10px;
    }
    .logo-marathi { /* Target specific class */
        font-size: 2.8em;
    }
    .new-old {
        font-size: 1em;
    }
    .document-types {
        font-size: 1.5em;
    }
    .content-section {
        padding: 30px 20px;
    }
    .content-section h1 {
        font-size: 1.8em;
    }
    .marathi-heading {
        font-size: 1.6em;
    }
    .content-section p {
        font-size: 1em;
    }
    .marathi-paragraph {
        font-size: 0.9em;
    }
    .features-list {
        grid-template-columns: 1fr;
    }
    .download-button {
        font-size: 1.1em;
        padding: 12px 25px;
    }
    .disclaimer-section {
        padding: 15px;
    }
    .disclaimer-section h2 {
        font-size: 1.2em;
    }
    .disclaimer-section p {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .logo-marathi { /* Target specific class */
        font-size: 2.2em;
    }
    .document-types {
        font-size: 1.2em;
    }
}