/* Import Google Font - Plus Jakarta Sans */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* CRITICAL: Navigation Menu Fix */
.nav-menu li {
    margin-bottom: 0 !important;
}

/* Navigation & Footer - NO markers or pseudo-elements */
nav ul,
nav ol,
footer ul,
footer ol,
.nav-menu,
.footer-links {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav ul li::before,
nav ul li::after,
nav ol li::before,
nav ol li::after,
footer ul li::before,
footer ul li::after,
footer ol li::before,
footer ol li::after,
.nav-menu li::before,
.nav-menu li::after,
.footer-links li::before,
.footer-links li::after {
    content: none !important;
    display: none !important;
}

nav ul li::marker,
nav ol li::marker,
footer ul li::marker,
footer ol li::marker,
.nav-menu li::marker,
.footer-links li::marker {
    content: none !important;
    display: none !important;
}

/* Content Lists - Styled with custom markers */
.content-area ul,
.content-area ol,
section ul,
section ol,
article ul,
article ol {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.content-area ul li,
section ul li,
article ul li {
    position: relative;
    padding-left: 28px !important;
    margin-bottom: 12px !important;
}

.content-area ul li::before,
section ul li::before,
article ul li::before {
    content: "→" !important;
    position: absolute !important;
    left: 0 !important;
    color: #B0B0B0 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.content-area ul li::marker,
section ul li::marker,
article ul li::marker {
    display: none !important;
}

.content-area ol li,
section ol li,
article ol li {
    position: relative;
    padding-left: 32px !important;
    margin-bottom: 12px !important;
    counter-increment: item;
}

.content-area ol li::before,
section ol li::before,
article ol li::before {
    content: counter(item) ". " !important;
    position: absolute !important;
    left: 0 !important;
    color: #B0B0B0 !important;
    font-weight: 600 !important;
}

.content-area ol,
section ol,
article ol {
    counter-reset: item;
}

.content-area ol li::marker,
section ol li::marker,
article ol li::marker {
    display: none !important;
}

/* Logo Styling */
.logo-img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Header Styling - Always Important */
h1 {
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    color: #1a1a1a !important;
}

h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-top: 3rem !important;
    margin-bottom: 1.25rem !important;
    color: #2d2d2d !important;
}

h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    color: #3d3d3d !important;
}

/* Paragraph & Text Readability */
p {
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin-bottom: 1.25rem !important;
    color: #444 !important;
}

/* Hero Section Styles - All Important */
.hero-section {
    background: linear-gradient(135deg, #FF69B4 0%, #FF85C1 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 80px 20px !important;
    min-height: 500px !important;
    max-width: none !important;
}

.hero-section::before {
    content: '' !important;
    position: absolute !important;
    width: 300px !important;
    height: 300px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    top: -100px !important;
    right: -50px !important;
}

.hero-section::after {
    content: '' !important;
    position: absolute !important;
    width: 200px !important;
    height: 200px !important;
    background: rgba(176, 176, 176, 0.15) !important;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) !important;
    bottom: -50px !important;
    left: 10% !important;
}

.hero-shapes {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.shape {
    position: absolute !important;
    opacity: 0.12 !important;
}

.shape-1 {
    width: 150px !important;
    height: 150px !important;
    background: #B0B0B0 !important;
    top: 20% !important;
    left: 5% !important;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%) !important;
}

.shape-2 {
    width: 120px !important;
    height: 120px !important;
    background: white !important;
    bottom: 15% !important;
    right: 8% !important;
    border-radius: 50% !important;
}

.shape-3 {
    width: 100px !important;
    height: 100px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    top: 50% !important;
    right: 20% !important;
    transform: rotate(45deg) !important;
}

.hero-content {
    position: relative !important;
    z-index: 10 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.hero-section h1 {
    color: white !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.hero-section p {
    color: white !important;
    font-size: 18px !important;
    margin-bottom: 2rem !important;
    line-height: 1.8 !important;
}

/* Conversion Buttons */
.cta-button,
.conversion-btn {
    display: inline-block !important;
    padding: 14px 32px !important;
    background: #B0B0B0 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    text-align: center !important;
    border: none !important;
    cursor: pointer !important;
}

.cta-button:hover,
.conversion-btn:hover {
    background: #999999 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(176, 176, 176, 0.3) !important;
}

.cta-button-primary {
    background: #FF69B4 !important;
}

.cta-button-primary:hover {
    background: #FF4DA6 !important;
    box-shadow: 0 6px 20px rgba(255, 105, 180, 0.4) !important;
}

/* Navigation Styling */
.navbar {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #FF69B4;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.nav-menu a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #FF69B4;
}

.nav-cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #FF69B4;
}

/* Card Styling */
.card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Table Styling with Horizontal Scroll */
.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: white;
}

thead {
    background: #FF69B4;
    color: white;
}

th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

td {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

tbody tr:hover {
    background: #f9f9f9;
}

/* Section Styling */
section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}



.section-alt {
    background: #f9f9f9;
}

/* Image Styling */
img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* Footer Styling */
footer {
    background: #2d2d2d;
    color: #e0e0e0 !important;
    padding: 60px 20px 30px;
    margin-top: 60px;
}

footer p {
    color: #e0e0e0 !important;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    color: #FF69B4 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FF69B4;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444;
    color: #b0b0b0;
}

/* Icons */
.icon {
    color: #FF69B4;
    margin-right: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.25rem !important;
    }

    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.75rem !important;
    }

    h3 {
        font-size: 1.35rem !important;
    }

    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
    }

    .nav-menu.active {
        display: flex;
    }

    .mobile-menu-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .nav-cta-buttons {
        width: 100%;
        margin-top: 1rem;
    }

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

@media (max-width: 480px) {
    .hero-section {
        padding: 60px 15px !important;
    }

    .hero-section h1 {
        font-size: 1.85rem !important;
    }

    p {
        font-size: 16px !important;
    }

    .cta-button,
    .conversion-btn {
        padding: 12px 24px !important;
        font-size: 16px !important;
        display: block;
        width: 100%;
    }
}
