body.index-page .hero-overlay .hero-title .pro {
    font-weight: 700 !important;
    margin-left: 0.2em;
    color: #ffd700 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

h1 .solutions {
    font-weight: 700 !important;
    margin-left: 0.2em;
    color: #1A1A2E;
}

.additional-notes {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.comparison-table-container {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 2em !important;
    margin-bottom: 2em;
    padding: 1.5em;
}

body.index-page .hero-overlay .hero-title .rubik {
    font-weight: 700 !important;
    margin-left: 0.2em;
    color: #e74c3c !important;
    text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

body.index-page .hero-overlay .hero-subtitle {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 1.2em;
    font-weight: 400 !important;
    margin-bottom: 1.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.85);
}

.hero-button {
    background: #E94560;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-shadow: none;
    width: 200px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.hero-button:hover {
    background: #d63447;
    transform: translateY(-2px);
}

.content-section {
    height: 25%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-icon {
    font-size: 2em;
    margin-bottom: 10px;
}

.feature-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #1A1A2E;
}

.feature-desc {
    font-size: 0.9em;
    color: #666;
}

.warning-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px;
    margin: 15px 0;
    margin-bottom: 1em;
    margin-top: 1em !important;
    font-size: 0.9em;
    line-height: 1.5;
}

.warning-box:first-child {
    margin-top: 1.5em !important;
}

.warning-box h3 {
    color: #495057;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.warning-box p {
    color: #495057;
    margin-bottom: 0.5em;
}

.warning-box h4 {
    color: #495057;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}

.warning-box ol {
    margin-top: 0em;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 1.5em;
}

.warning-box li {
    margin-bottom: 0.3em;
    color: #495057;
}

.step-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 5px 0 15px 0 !important;
}

.content .step-box {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

.step-box h3 {
    margin-top: 0 !important;
    margin-bottom: 0.8em !important;
}

.step-number {
    color: #333;
    margin-right: 15px;
    font-weight: 700;
    font-size: 1.3em;
    display: inline;
}

.info-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

.info-box h4 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #0c5460;
}

.founder-message {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2em;
    border-radius: 12px;
    margin: 2em 0;
    position: relative;
}

.founder-quote {
    font-family: 'Dancing Script', cursive;
    font-size: 1.3em;
    line-height: 1.6;
    color: #2c3e50;
    font-style: italic;
    margin: 0 0 1em 0;
    position: relative;
}

.founder-quote::before {
    display: none;
}

.founder-signature {
    text-align: right;
    font-family: 'Dancing Script', cursive;
    font-size: 1.1em;
    color: #34495e;
    font-weight: 600;
    margin-top: 1em;
}

@media (min-width: 1200px) {

    .header-container,
    .footer-container {
        max-width: 1200px;
    }

    body:not(.index-page) main>* {
        max-width: 1200px;
    }
}

@media (max-width: 1199px) {
    .demo-slider {
        min-height: 300px;
        min-width: 300px;
    }
}

@media (max-width: 991px) {

    .header-container,
    .footer-container {
        padding: 0 15px;
    }

    nav ul {
        gap: 1.5rem;
    }

    nav a {
        font-size: 0.85rem;
    }

    .demo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .demo-slider {
        min-height: 280px;
        min-width: 280px;
    }

    .content {
        padding: 2px 30px 40px 30px !important;
    }

    h1 {
        font-size: 2.4em;
    }

    .notes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    nav ul {
        gap: 1rem;
    }

    nav a {
        font-size: 0.8rem;
    }

    .demo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .demo-slider {
        min-height: 250px;
        min-width: 250px;
        margin: 0 auto;
    }

    .content {
        padding: 20px !important;
    }

    h1 {
        font-size: 2.2em;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .notes-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    table {
        font-size: 0.8em;
    }

    th,
    td {
        padding: 10px 6px;
    }

    .comparison-table {
        overflow-x: auto;
    }

    .comparison-table table {
        min-width: 600px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 8px 4px !important;
        font-size: 0.7em !important;
    }
}

@media (max-width: 575px) {

    .header-container,
    .footer-container {
        padding: 0 10px;
    }

    .logo {
        font-size: 1rem;
    }

    nav ul {
        gap: 0.8rem;
    }

    nav a {
        font-size: 0.75rem;
    }

    .content {
        padding: 15px !important;
    }

    h1 {
        font-size: 2em;
    }

    .demo-slider {
        min-height: 200px;
        min-width: 200px;
    }

    table {
        font-size: 0.7em;
    }

    th,
    td {
        padding: 8px 4px;
    }

    .contact-form {
        padding: 1.2em;
    }

    body.index-page .hero-overlay .hero-title {
        font-size: 2.2em;
    }

    body.index-page .hero-overlay .hero-subtitle {
        font-size: 1em;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}