/* ========================================
   RESET AND BASE STYLES
   ======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.button {
    padding: 10px 20px !important;
}
/* ========================================
   TYPOGRAPHY
   ======================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
}

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

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

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

h4 {
    font-size: 1.25rem !important;
}

p {
    margin-bottom: 1.25rem;
    font-size: 18px;
    line-height: 1.7;
}

/* ========================================
   NAVIGATION
   ======================================== */

.navbar {
    background-color: #191970 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0 !important;
    z-index: 1000;
}

.navbar-brand .brand-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.navbar-brand .brand-logo img {
    width: 40px;
    height: 40px;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 900;
    color: #98ff98;
}

.navbar-item {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 0.75rem 1rem !important;
    transition: all 0.3s ease !important;
}

.navbar-item:hover {
    background-color: rgba(152, 255, 152, 0.1) !important;
    color: #98ff98 !important;
}

.navbar-burger {
    color: #ffffff !important;
}

.navbar-burger span {
    background-color: #ffffff !important;
}

/* Remove any markers and pseudo-elements from navbar */
.navbar-menu ul,
.navbar-menu li,
.navbar-item {
    list-style: none !important;
}

.navbar-menu ul::before,
.navbar-menu ul::after,
.navbar-menu li::before,
.navbar-menu li::after,
.navbar-item::before,
.navbar-item::after {
    display: none !important;
    content: none !important;
}

/* ========================================
   BUTTONS
   ======================================== */

.cta-button,
.cta-button-large {
    background-color: #98ff98 !important;
    color: #191970 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-button:hover,
.cta-button-large:hover {
    background-color: #7feb7f !important;
    color: #191970 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.cta-button-large {
    font-size: 18px !important;
    padding: 10px 20px !important;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero-main {
    background: #191970 !important;
    color: #ffffff !important;
    padding: 8rem 1.5rem 6rem !important;
    margin-top: 52px;
    min-height: auto !important;
}

.hero-title {
    color: #ffffff !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    margin-bottom: 2rem !important;
    line-height: 1.2 !important;
}

.hero-subtitle {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
    opacity: 0.95;
}

.hero-cta {
    margin-top: 2.5rem !important;
}

@media screen and (max-width: 768px) {
    .hero-main {
        padding: 6rem 1.5rem 4rem !important;
    }

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-subtitle {
        font-size: 1.1rem !important;
    }
}

/* ========================================
   TABLE OF CONTENTS
   ======================================== */

.toc-section {
    padding: 3rem 1.5rem !important;
    background-color: #ffffff;
}

.toc-box {
    background-color: #f8f9fa !important;
    border: 2px solid #191970 !important;
    border-radius: 8px !important;
    padding: 2rem !important;
}

.toc-nav ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.75rem;
}

.toc-nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.toc-nav li::before,
.toc-nav li::after,
.toc-nav li::marker {
    display: none !important;
    content: none !important;
}

.toc-nav a {
    color: #191970 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    padding: 0.75rem 1rem !important;
    display: block !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    background-color: #ffffff;
}

.toc-nav a:hover {
    background-color: #191970 !important;
    color: #98ff98 !important;
    transform: translateX(8px);
}

/* ========================================
   SECTIONS
   ======================================== */

.content-section {
    padding: 4rem 1.5rem !important;
}

.content-section:nth-child(even) {
    background-color: #ffffff;
}

.content-section:nth-child(odd) {
    background-color: #f8f9fa;
}

.section-title {
    color: #191970 !important;
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    margin-bottom: 2rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 4px solid #98ff98 !important;
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 1.75rem !important;
    }
}

/* ========================================
   LISTS
   ======================================== */

.styled-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 2rem 0 !important;
}

.styled-list li {
    list-style: none !important;
    margin-bottom: 1.5rem !important;
    padding-left: 3rem !important;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
}

.styled-list li::before,
.styled-list li::after,
.styled-list li::marker {
    display: none !important;
    content: none !important;
}

.list-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #98ff98;
    border-radius: 50%;
}

.list-icon .material-icons {
    color: #191970;
    font-size: 20px;
}

/* ========================================
   CARDS
   ======================================== */

.benefit-cards,
.bonus-cards {
    margin-top: 2rem;
}

.benefit-card,
.bonus-card,
.comparison-card {
    height: 100%;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.benefit-card:hover,
.bonus-card:hover,
.comparison-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
    border-color: #98ff98 !important;
}

.benefit-icon,
.bonus-icon {
    text-align: center;
    margin-bottom: 1rem;
}

.benefit-icon .material-icons,
.bonus-icon .material-icons {
    font-size: 48px;
    color: #98ff98;
}

.benefit-title,
.bonus-title {
    color: #191970 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    text-align: center;
}

.highlight-card {
    border: 2px solid #98ff98 !important;
    background-color: #f0fff0 !important;
}

.comparison-title {
    color: #191970 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

/* ========================================
   TABLES
   ======================================== */

.table-container {
    overflow-x: auto !important;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.table {
    background-color: #ffffff !important;
    font-size: 16px !important;
}

.table thead {
    background-color: #191970 !important;
}

.table thead th {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 1rem !important;
    border: none !important;
    white-space: nowrap;
}

.table tbody td {
    padding: 1rem !important;
    font-size: 16px !important;
    vertical-align: middle !important;
}

.table.is-striped tbody tr:nth-child(even) {
    background-color: #f8f9fa !important;
}

.table.is-hoverable tbody tr:hover {
    background-color: #e8f5e8 !important;
}

/* ========================================
   IMAGES
   ======================================== */

picture,
img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}

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

.footer {
    background-color: #191970 !important;
    color: #ffffff !important;
    padding: 3rem 1.5rem 2rem !important;
    margin-top: 4rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.footer-brand img {
    width: 40px;
    height: 40px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 16px;
    line-height: 1.6;
}

.footer-heading {
    color: #98ff98 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
}

.footer-links {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.footer-links li {
    list-style: none !important;
    margin-bottom: 0.75rem !important;
}

.footer-links li::before,
.footer-links li::after,
.footer-links li::marker {
    display: none !important;
    content: none !important;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.footer-links a:hover {
    color: #98ff98 !important;
    padding-left: 8px;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    margin: 0;
}

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

@media screen and (max-width: 1024px) {
    body {
        font-size: 17px;
    }

    .container {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }

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

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

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

    .content-section {
        padding: 3rem 1rem !important;
    }

    .toc-nav ul {
        grid-template-columns: 1fr;
    }

    .columns {
        display: block !important;
    }

    .column {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }

    .benefit-card,
    .bonus-card,
    .comparison-card {
        margin-bottom: 1.5rem;
    }

    .styled-list li {
        padding-left: 3rem;
        font-size: 16px;
    }

    .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .cta-button,
    .cta-button-large {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem !important;
    }

    .section-title {
        font-size: 1.5rem !important;
    }

    .benefit-icon .material-icons,
    .bonus-icon .material-icons {
        font-size: 36px;
    }
}

/* ========================================
   ACCESSIBILITY & CONTRAST
   ======================================== */

a:focus,
button:focus {
    outline: 2px solid #98ff98;
    outline-offset: 2px;
}

/* Ensure minimum contrast ratios */
.hero-main,
.navbar {
    background-color: #191970 !important;
}

.hero-title,
.hero-subtitle,
.navbar-item {
    color: #ffffff !important;
}

/* ========================================
   UTILITIES
   ======================================== */

.is-fullwidth {
    width: 100% !important;
}

.has-text-centered {
    text-align: center !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}
