@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {

    --bg-dark: #020617;
    --bg-dark-light: #0f172a;
    --bg-surface: rgba(30, 41, 59, 0.7);


    --text-main: #f8fafc;
    --text-secondary: #94a3b8;
    --text-dark: #1e293b;


    --primary: #0891b2;
    --primary-hover: #06b6d4;
    --accent: #facc15;
    --accent-hover: #eab308;
    --danger: #ef4444;


    --nav-height: 80px;
    --border-radius: 12px;
    --glass-border: 1px solid rgba(255, 255, 255, 0.1);
    --shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 20px rgba(8, 145, 178, 0.3);
}


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

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, #0e7490 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.4);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.6);
}

.btn-secondary {
    background: transparent;
    border: 2px solid var(--accent);
    color: var(--accent);
}

.btn-secondary:hover {
    background: var(--accent);
    color: var(--bg-dark);
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.4);
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    filter: grayscale(100%);
    transform: none !important;
    box-shadow: none !important;
}


header {
    background: rgba(2, 6, 23, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: var(--nav-height);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: var(--glass-border);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.logo {
    font-size: 1.75rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.5px;
}

.logo span {
    color: var(--primary);
}

.nav-links {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-links a {
    color: var(--text-secondary);
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
}

.nav-links a:hover,
.nav-links a.active {
    color: white;
}


.nav-links a:not(.nav-cta)::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: width 0.3s;
}

.nav-links a:not(.nav-cta):hover::after {
    width: 100%;
}

.nav-cta {
    background-color: var(--accent);
    color: var(--bg-dark) !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700 !important;
    transition: transform 0.2s;
}

.nav-cta:hover {
    background-color: var(--accent-hover);
    transform: scale(1.05);
}

.burger {
    display: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.3s;
}

.burger:hover {
    color: var(--primary);
}


.hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;

    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.95) 0%, rgba(2, 6, 23, 0.7) 100%),
        url('../img/hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.hero-text p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 40px;
    max-width: 540px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}


.jackpot-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    box-shadow: var(--shadow-glow), var(--shadow-card);
    position: relative;
    overflow: hidden;
}


.jackpot-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.jackpot-card h3 {
    color: var(--accent);
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.jackpot-amount {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 10px 0 20px;
    color: white;
    text-shadow: 0 0 30px rgba(8, 145, 178, 0.5);
    line-height: 1;
}

.countdown {
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Inter', monospace;
    color: var(--text-main);
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}


.hero-page {
    background: linear-gradient(rgba(2, 6, 23, 0.8), rgba(2, 6, 23, 0.95)),
        url('../img/hero.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0 60px;
    text-align: center;
    border-bottom: var(--glass-border);
}

.hero-page h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-page p {
    font-size: 1.2rem;
    color: var(--text-secondary);
}


.section {
    padding: 100px 0;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    font-weight: 700;
    color: var(--text-main);
}

.section-title p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.bg-light {
    background-color: white;
    color: var(--text-dark);
}

.bg-light .section-title h2 {
    color: var(--bg-dark);
}

.bg-light .section-title p {
    color: var(--text-secondary);
}

.about-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.15rem;
    line-height: 1.8;
}


.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #f1f5f9;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}


body>.section:not(.bg-light) .feature-card {
    background: var(--bg-surface);
    border: var(--glass-border);
    color: var(--text-main);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    border-color: rgba(8, 145, 178, 0.3);
}

.feature-card i {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 25px;
    background: rgba(8, 145, 178, 0.1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
}

.feature-card h3 {
    margin-bottom: 15px;
    font-size: 1.25rem;
    font-weight: 700;
}


.results-preview {
    overflow-x: auto;
    margin-bottom: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    width: 100%;
}

th {
    background-color: var(--bg-dark-light);
    color: white;
    padding: 20px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

td {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    color: var(--bg-dark);
    font-weight: 500;
    vertical-align: middle;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover td {
    background-color: #f8fafc;
}

.winning-numbers {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.winning-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: white;
    color: var(--bg-dark);
    border: 2px solid var(--bg-dark);
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    position: relative;
}


@media (min-width: 769px) {
    .steps-grid::before {
        content: '';
        position: absolute;
        top: 45px;
        left: 15%;
        right: 15%;
        height: 2px;
        background: #e2e8f0;
        z-index: 0;
    }
}

.step-card {
    position: relative;
    z-index: 1;
}

.step-card .icon-box {
    width: 90px;
    height: 90px;
    background: white;
    border: 2px solid var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--accent-hover);
    font-size: 2rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.step-card h3 {
    color: var(--bg-dark);
    margin-bottom: 15px;
    font-weight: 700;
}


.responsible-box {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 60px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-card);
}

.responsible-box h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 2rem;
}

.responsible-box p {
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
}

.regulator-logos {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.regulator-logos div {

    transition: opacity 0.3s;
}

.regulator-logos div:hover {
    opacity: 1;
}

.copyright {
    text-align: center;
    border-top: 1px solid #1e293b;
    padding-top: 30px;
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.auth-card {
    background: white;
    padding: 50px;
    border-radius: 24px;
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--bg-dark);
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.2s;
    background-color: #f8fafc;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    background-color: white;
    box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.1);
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.4;
    cursor: pointer;
}

.form-check input {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: var(--primary);
}

.error-msg {
    color: var(--danger);
    font-size: 0.85rem;
    margin-top: 6px;
    font-weight: 500;
    display: none;
}

.filter-bar {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
}


.age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 6, 23, 0.95);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.age-gate-box {
    background: var(--bg-dark-light);
    padding: 50px;
    border-radius: 24px;
    max-width: 550px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.4s ease-out;
}

.age-gate-box h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 2rem;
}

.age-gate-box p {
    color: var(--text-secondary);
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.age-btn-group {
    display: flex;
    gap: 20px;
    justify-content: center;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


@media (max-width: 992px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

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

    .jackpot-card {
        margin: 20px auto 0;
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    :root {
        --nav-height: 70px;
    }

    .burger {
        display: block;
        z-index: 1001;
    }


    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--bg-dark);
        flex-direction: column;
        justify-content: center;
        padding: 40px;
        transform: translateY(-100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
    }

    .nav-links.active {
        transform: translateY(0);
    }

    .nav-links a {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .nav-cta {
        margin-top: 20px;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

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

    .steps-grid {
        grid-template-columns: 1fr;
    }


    .winning-numbers {
        justify-content: flex-start;
    }

    .filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-bar input,
    .filter-bar select {
        max-width: none !important;
    }
}

@media (max-width: 480px) {
    .jackpot-amount {
        font-size: 2.5rem;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .age-btn-group {
        flex-direction: column;
    }
}

.ticket-purchase {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ticket-info {
    display: flex;
    justify-content: space-between;
    color: #cbd5e1;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.ticket-info strong {
    color: var(--accent);
    font-size: 1.1rem;
}

.qty-control {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.qty-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.qty-btn:hover {
    background: var(--primary);
    color: white;
}

.qty-control input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    -moz-appearance: textfield;
}


.qty-control input::-webkit-outer-spin-button,
.qty-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-control input:focus {
    outline: none;
}

.btn-buy {
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    font-size: 1.1rem;
    background: linear-gradient(135deg, var(--accent) 0%, #eab308 100%);
    color: var(--bg-dark);
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(250, 204, 21, 0.3);
}

.btn-buy:hover {
    background: linear-gradient(135deg, #fde047 0%, #facc15 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(250, 204, 21, 0.5);
}

.ln-footer {
    background-color: #05080e;
    color: #f9fafb;
    padding: 40px 16px 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.ln-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ln-footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

.ln-footer-logos a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ln-footer-logo {
    height: 50px;
    width: auto;
    display: block;
}

.ln-footer-text {
    margin-bottom: 8px;
    color: #e5e7eb;
}

.ln-footer-text a {
    color: #ffffff;
    text-decoration: underline;
}

.ln-footer-warning {
    margin: 22px 0 26px;
    font-weight: 600;
    color: #ff3737;
}

.ln-footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.4);
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.ln-footer-copy span {
    font-weight: 600;
}

.ln-footer-links {
    display: flex;
    gap: 24px;
}

.ln-footer-links a {
    color: #e5e7eb;
    text-decoration: none;
}

.ln-footer-links a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .ln-footer {
        padding: 48px 24px 32px;
    }

    .ln-footer-bottom {
        flex-direction: row;
    }
}


.disclaimer-box {
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #0369a1;
    margin-top: 20px;
    font-size: 0.95rem;
}

.disclaimer-box i {
    font-size: 1.2rem;
}


.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.stat-card {
    background: var(--bg-surface);
    border: var(--glass-border);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.stat-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.stat-header h3 {
    font-size: 1.5rem;
    color: white;
}

.stat-card p {
    color: var(--text-secondary);
    margin-bottom: 25px;
}


.stat-card.hot i {
    color: #f59e0b;
}

.stat-card.cold i {
    color: #38bdf8;
}

.hot-num {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-color: #f59e0b !important;
    color: rgb(0, 0, 0) !important;
}

.cold-num {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border-color: #38bdf8 !important;
    color: rgb(0, 0, 0) !important;
}

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


.content-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

@media (max-width: 992px) {
    .content-split {
        grid-template-columns: 1fr;
    }
}

.info-list {
    list-style: none;
}

.info-list li {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--text-dark);
}

.info-list i {
    color: var(--primary);
    margin-top: 5px;
}


.payout-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.payout-table th {
    background: var(--bg-dark);
    color: white;
    padding: 15px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.payout-table td {
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
    color: var(--text-dark);
}

.badge {
    background: #e2e8f0;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--bg-dark);
}

.highlight {
    color: var(--primary);
    font-weight: 700;
}


.footer-links span {
    cursor: pointer;
    transition: color 0.3s;
}

.footer-links span:hover {
    color: var(--primary);
}

.tip-box {
    background-color: #fefce8;
    border-left: 4px solid var(--accent);
    padding: 20px;
    border-radius: 0 8px 8px 0;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    color: #854d0e;
    font-size: 0.95rem;
    margin-top: 20px;
}

.tip-box i {
    font-size: 1.2rem;
    color: var(--accent-hover);
    margin-top: 3px;
}


.glossary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.term-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 12px;
    transition: background 0.3s;
}

.term-item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.term-item h4 {
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 700;
}

.term-item p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
}


.faq-item {
    padding: 10px 0;
}

.faq-item h4 {
    margin-bottom: 10px;
    color: var(--bg-dark);
    font-size: 1.1rem;
}

.faq-item p {
    color: var(--text-secondary);
}

.faq-divider {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 20px 0;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: #334155;
}

.legal-content h2 {
    color: #0f172a;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
}

.legal-content h3 {
    color: #1e293b;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.legal-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.legal-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.legal-content ul li {
    margin-bottom: 8px;
}

.legal-nav {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
}

.legal-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
}

.legal-nav a {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: underline;
}

.last-updated {
    color: var(--text-secondary);
    font-style: italic;
    margin-bottom: 30px;
}

.important-notice {
    background-color: #fef2f2;
    border-left: 4px solid #ef4444;
    padding: 20px;
    margin: 30px 0;
    color: #991b1b;
}