.mission-vision-grid,
.team-grid,
.values-grid {
    display: grid;
    margin: 2rem 0
}

.hero-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2
}

.hero,
.section-subtitle,
.section-title,
.team-member,
.value-card {
    text-align: center
}

body {
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--gray-50);
    color: var(--text-dark)
}

.divider,
.skip-link {
    background: var(--primary)
}

.header {
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.hero {
    color: #fff
}

.hero-title {
    font-size: 2.5rem
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text)
}

.bg-gray {
    background-color: var(--light-bg)
}

.mission-vision-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem
}

.mission-card,
.vision-card {
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    border-top: 4px solid var(--primary)
}

.timeline-item,
.value-card {
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(255, 255, 255, .05)
}

.feature-card.secondary,
.vision-card {
    border-top-color: var(--secondary)
}

.values-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem
}

.value-card {
    border-radius: 8px
}

.team-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem
}

.team-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    object-fit: cover;
    border: 4px solid var(--primary)
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 2rem auto
}

.timeline-item {
    margin-bottom: 2rem;
    border-radius: 8px;
    border-left: 4px solid var(--primary)
}

.author-info h3,
.resource-card h3,
.step-content h3,
.year-badge {
    margin-bottom: .5rem
}

.year-badge {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .9rem
}

.faq-answer,
.faq-item,
.sr-only,
table {
    overflow: hidden
}

.kyc-steps,
.nav-links {
    list-style: none
}

.bonus-badge,
.hero,
.nav-wrapper {
    align-items: center
}

.tip-box strong,
a:focus,
a:hover {
    color: var(--primary-dark)
}

.footer-links a:focus,
.footer-links a:hover,
.nav-links a:focus,
.nav-links a:hover,
a {
    text-decoration: underline;
    text-decoration-thickness: 2px
}

.logo-text,
h1 {
    letter-spacing: -.5px
}

.header.scrolled,
.nav-links a {
    padding: .5rem 0
}

.hero,
body {
    min-height: 100vh
}

.app-info,
.header {
    backdrop-filter: blur(10px)
}

.download-btn,
.footer-links a,
.nav-links a,
.resource-card,
.resource-card h3,
.resource-card p,
.skip-link,
.social-btn {
    text-decoration: none
}

.hero,
.hero-content,
.nav-container {
    will-change: transform
}

.footer-links a,
.nav-links a,
img[data-src] {
    transition: opacity .3s
}

a {
    color: var(--primary);
    color: var(--primary);
    text-underline-offset: 3px;
    transition: color .3s, text-decoration-color .3s;
    text-decoration-color: transparent
}

.hero {
    background: linear-gradient(135deg, rgba(30, 64, 175, .95) 0, rgba(15, 23, 42, .95) 100%), url('https://dream77.store/download.webp') center/cover no-repeat;
    color: var(--text-light);
    display: flex
}

.bonus-badge,
.download-btn {
    display: inline-flex;
    border-radius: var(--radius-full)
}

.bonus-badge {
    background: linear-gradient(135deg, var(--accent) 0, var(--accent-dark) 100%)
}

.download-btn {
    align-items: center;
    color: var(--primary);
    box-shadow: var(--shadow-lg)
}

.download-btn:hover {
    box-shadow: var(--shadow-xl)
}

.trust-badges {
    display: flex;
    flex-wrap: wrap
}

.social-btn,
.trust-badge {
    align-items: center;
    align-items: center
}

.trust-badge {
    display: flex;
    align-items: center;
    border-radius: var(--radius-md)
}

.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.author-bio,
.feature-icon {
    align-items: center;
    display: flex
}

.feature-icon,
.social-sharing {
    justify-content: center
}

.author-bio {
    border-radius: var(--radius-xl);
    border-left: 5px solid var(--primary)
}

.author-img {
    object-fit: cover;
    border: 3px solid var(--primary)
}

.resource-card,
.tip-box {
    border-left: 4px solid var(--primary)
}

.expertise-tag {
    background: var(--primary-dark);
    border-radius: var(--radius-full)
}

.app-info,
.feature-card,
.feature-icon,
.resource-card {
    border-radius: var(--radius-lg)
}

.feature-card {
    box-shadow: var(--shadow-md);
    border-top: 4px solid var(--primary)
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg)
}

.step-number {
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-question:hover {
    background: var(--gray-50)
}

.resource-card {
    color: var(--dark);
    box-shadow: var(--shadow-sm)
}

.resource-card:hover {
    box-shadow: var(--shadow-md)
}

.tip-box {
    border-radius: var(--radius-md)
}

.floating-download-btn {
    background: linear-gradient(135deg, var(--primary) 0, var(--primary-dark) 100%);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center
}

.footer {
    background: var(--dark)
}

.skip-link {
    background: var(--primary);
    border-radius: var(--radius-md)
}

@media (max-width:768px) {

    .features-grid,
    .mission-vision-grid,
    .resource-cards,
    .team-grid,
    .values-grid {
        grid-template-columns: 1fr
    }

    .author-bio,
    .hero,
    .step {
        text-align: center
    }

    .section {
        padding: 3rem 0
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(30, 64, 175, .98);
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.5rem;
        display: none;
        backdrop-filter: blur(10px);
        box-shadow: var(--shadow-xl)
    }

    .nav-links.active {
        display: flex
    }

    .menu-toggle {
        display: block
    }

    .hero {
        padding: 5rem 1rem 3rem
    }

    .hero-title {
        font-size: 2rem
    }

    .cta-group,
    .step {
        flex-direction: column;
        align-items: center
    }

    .app-info {
        margin-top: 1.5rem
    }

    .author-bio {
        flex-direction: column;
        padding: 1.5rem
    }

    .floating-download-btn {
        bottom: 1rem;
        right: 1rem;
        padding: .75rem 1.25rem;
        font-size: .875rem
    }
}

@media (max-width:480px) {
    .hero-title {
        font-size: 1.75rem
    }

    .download-btn {
        padding: 1rem 1.5rem;
        font-size: 1rem
    }

    .trust-badges {
        justify-content: center
    }
}

@media print {

    .floating-download-btn,
    .header,
    .social-sharing {
        display: none
    }

    body {
        color: #000;
        background: #fff
    }
}

body,
td,
th {
    color: var(--text-dark)
}

:root {
    --primary: #1E40AF;
    --secondary: #10B981;
    --accent: #F59E0B;
    --text: #1F2937;
    --light-bg: #F3F4F6;
    --primary: #1E40AF;
    --primary-dark: #1E3A8A;
    --primary-light: #3B82F6;
    --secondary: #059669;
    --secondary-dark: #047857;
    --accent: #D97706;
    --accent-dark: #B45309;
    --dark: #111827;
    --text-light: #F9FAFB;
    --text-dark: #1F2937;
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --gray-900: #111827;
    --success: #10B981;
    --warning: #F59E0B;
    --danger: #EF4444;
    --info: #3B82F6;
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-full: 9999px;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1)
}

@font-face {
    font-family: Poppins-fallback;
    src: local('Arial');
    ascent-override: 98.2%;
    descent-override: 28.5%;
    line-gap-override: 0%;
    size-adjust: 100.5%
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-family: Poppins, Poppins-fallback, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--gray-50);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-100);
    margin-bottom: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem)
}

h2 {
    font-size: clamp(2rem, 4vw, 2.5rem)
}

h3 {
    font-size: clamp(1.5rem, 3vw, 1.75rem)
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem)
}

h5 {
    font-size: clamp(1.125rem, 2vw, 1.25rem)
}

h6 {
    font-size: clamp(1rem, 1.8vw, 1.125rem)
}

p {
    margin-bottom: 1.5rem;
    color: var(--gray-700);
    line-height: 1.7;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .02)
}

a:focus,
a:hover {
    text-decoration-color: currentColor
}

.faq-question:focus,
a:focus,
button:focus,
input:focus {
    outline: 3px solid var(--primary-light);
    outline-offset: 3px;
    border-radius: var(--radius-sm)
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 10px;
    color: #fff;
    padding: 12px 18px;
    z-index: 1001;
    border-radius: var(--radius-md);
    font-weight: 600;
    transition: top .3s
}

.bonus-badge,
.divider {
    border-radius: var(--radius-full)
}

.skip-link:focus {
    top: 10px;
    outline: white solid 3px;
    outline-offset: 2px
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem
}

.section {
    padding: 5rem 0;
    position: relative;
    z-index: 1
}

.section-title {
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--primary-dark) 0, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--gray-600);
    max-width: 700px;
    margin: 0 auto 3rem
}

.divider {
    height: 4px;
    width: 80px;
    margin: 0 auto 3rem
}

.bg-white {
    background-color: #fff
}

.bg-gray,
tr:hover {
    background-color: var(--gray-50)
}

.bg-primary {
    background-color: var(--primary);
    color: #fff
}

.header,
.header.scrolled {
    background: rgba(30, 64, 175, .98)
}

.hero,
.logo-text,
.menu-toggle,
.nav-links a,
.text-light {
    color: var(--text-light)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: .75rem 0;
    transition: .3s;
    box-shadow: var(--shadow-md)
}

.faq-question,
.hero,
.hero-content,
.nav-links a,
.steps-list li {
    position: relative
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem
}

.logo-container {
    display: flex;
    align-items: center;
    gap: .75rem
}

.nav-links,
.nav-wrapper {
    display: flex;
    gap: 2rem
}

.logo-img {
    width: 45px;
    height: 45px;
    border-radius: var(--radius-md);
    object-fit: contain;
    background-color: #fff;
    padding: 5px;
    box-shadow: var(--shadow-sm)
}

.logo-text {
    font-weight: 700;
    font-size: 1.35rem
}

.nav-links a {
    font-weight: 500;
    font-size: 1rem
}

.nav-links a:focus,
.nav-links a:hover {
    opacity: .9
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: width .3s
}

.nav-links a:focus::after,
.nav-links a:hover::after {
    width: 100%
}

.menu-toggle {
    display: none;
    background: 0 0;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    padding: .5rem
}

.menu-toggle:focus {
    outline: white solid 3px;
    border-radius: var(--radius-sm)
}

.hero {
    background: linear-gradient(135deg, rgba(30, 64, 175, .95) 0, rgba(15, 23, 42, .95) 100%);
    padding: 6rem 1rem 4rem;
    display: flex
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://dream77.store/download.webp') center/cover no-repeat;
    opacity: .1;
    z-index: 1
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    padding-top: 80px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.bonus-badge,
.hero-title {
    margin-bottom: 1.5rem;
    color: #fff
}

.bonus-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: linear-gradient(135deg, var(--accent) 0, var(--accent-dark) 100%);
    padding: .75rem 1.5rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(217, 119, 6, .3);
    animation: 2s infinite pulse;
    border: 2px solid rgba(255, 255, 255, .3)
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.hero-description {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    margin-bottom: 2.5rem;
    opacity: .95;
    max-width: 800px;
    color: rgba(255, 255, 255, .95);
    line-height: 1.8
}

.download-btn,
.resource-card h3 {
    color: var(--gray-50)
}

.cta-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background: #fff;
    padding: 1.25rem 2.5rem;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1.125rem;
    box-shadow: var(--shadow-lg);
    transition: .3s;
    border: 2px solid transparent;
    cursor: pointer
}

.download-btn:focus,
.download-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
    outline: 0;
    border-color: var(--primary-light)
}

.app-info {
    display: inline-flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .15);
    padding: 1rem 2rem;
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, .2)
}

.trust-badges {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: center
}

.trust-badge {
    display: flex;
    gap: .5rem;
    background: rgba(255, 255, 255, .1);
    padding: .75rem 1.25rem;
    border-radius: var(--radius-md);
    font-size: .875rem;
    border: 1px solid rgba(255, 255, 255, .2)
}

.social-sharing {
    display: flex;
    gap: 1rem;
    margin: 2.5rem 0;
    padding: 1rem
}

.social-btn {
    display: inline-flex;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    transition: .3s;
    font-size: 1.1rem;
    border: 2px solid transparent
}

.expertise-tag,
.footer p,
th {
    font-size: .875rem
}

.social-btn:focus,
.social-btn:hover {
    transform: translateY(-3px);
    outline: 0;
    border-color: #fff
}

.social-facebook {
    background: #3b5998
}

.social-twitter {
    background: #1da1f2
}

.social-whatsapp {
    background: #25d366
}

.social-telegram {
    background: #08c
}

.author-bio {
    border-radius: var(--radius-xl);
    padding: 2rem;
    margin: 3rem auto;
    max-width: 800px;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    border-left: 5px solid var(--primary);
    border: 2px solid var(--gray-200)
}

.author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary);
    aspect-ratio: 1/1
}

.expertise-tags {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-top: 1rem
}

.expertise-tag {
    background: var(--primary-dark);
    color: #fff;
    padding: .375rem .875rem;
    border-radius: var(--radius-full);
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .3)
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem
}

.feature-card {
    background: #fff;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    border-top: 4px solid var(--primary);
    border: 1px solid var(--gray-200);
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #fff 0, #f8fafc 100%)
}

.feature-card:focus-within,
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg)
}

.feature-card.primary {
    border-top-color: var(--primary)
}

.feature-card.accent {
    border-top-color: var(--accent)
}

.feature-icon {
    background: #dbeafe;
    width: 60px;
    height: 60px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    flex-shrink: 0
}

.faq-question,
.step-number {
    background: var(--primary);
    display: flex
}

.feature-card.secondary .feature-icon {
    background: #d1fae5
}

.feature-card.accent .feature-icon {
    background: #fef3c7
}

.download-guide {
    max-width: 800px;
    margin: 0 auto
}

.download-steps {
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem
}

.step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start
}

.step-number {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
    border: 2px solid var(--primary-light)
}

.faq-item,
.resource-card {
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-lg)
}

.faq-container {
    max-width: 900px;
    margin: 0 auto
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid var(--gray-200);
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    transition: background-color .3s;
    border: none;
    text-align: left;
    color: var(--dark);
    border-radius: var(--radius-lg);
    z-index: 2
}

.faq-question:focus,
.faq-question:hover {
    background: var(--gray-50);
    outline: 0
}

.faq-answer {
    background: var(--gray-50);
    padding: 0 1.5rem;
    max-height: 0;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg)
}

.faq-answer.active {
    padding: 1.5rem;
    max-height: 5000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-top: 1px solid var(--gray-200);
    margin-top: -1px
}

.faq-toggle {
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform .3s;
    min-width: 20px;
    text-align: center
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg)
}

.resource-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto
}

.resource-card {
    background: var(--primary);
    padding: 1.5rem;
    display: block;
    border: 1px solid var(--gray-200)
}

.resource-card:focus,
.resource-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    outline: 2px solid var(--primary-light)
}

.content-section {
    margin-bottom: 3rem;
    background: #fff;
    padding: 2rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05)
}

.content-section h2 {
    margin-bottom: 1.5rem;
    color: var(--primary-dark)
}

.content-section p {
    margin-bottom: 1rem;
    line-height: 1.7
}

.kyc-steps li,
.strategy-card li {
    position: relative;
    line-height: 1.6
}

.steps-list,
.strategy-card ul {
    list-style: none;
    padding-left: 0
}

.kyc-steps li,
.steps-list li {
    margin-bottom: 1rem;
    padding-left: 2rem
}

.steps-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: 700
}

.tip-box {
    background: #f0f9ff;
    border-left: 4px solid var(--primary);
    padding: 1.5rem;
    border-radius: var(--radius-md);
    margin: 2rem 0;
    border: 1px solid #e0f2fe
}

.floating-download-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, var(--primary) 0, var(--primary-dark) 100%);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: var(--radius-full);
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: .5rem;
    z-index: 999;
    transition: .3s;
    animation: 3s ease-in-out infinite float;
    border: 2px solid #fff
}

.footer,
.footer-links a {
    color: var(--text-light)
}

.floating-download-btn:focus,
.floating-download-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(30, 64, 175, .4);
    outline: 0;
    border-color: var(--primary-light)
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.footer {
    background: var(--gray-50);
    padding: 3rem 1rem;
    margin-top: auto
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

.security-features,
.strategy-grid,
.testimonials-grid,
.withdrawal-methods {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0
}

.footer-links a {
    opacity: .8;
    padding: .5rem;
    border-radius: var(--radius-sm)
}

.footer-links a:focus,
.footer-links a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .1);
    outline: white solid 2px
}

.footer p {
    opacity: .7;
    margin-bottom: .5rem;
    color: rgba(255, 255, 255)
}

iframe,
img,
video {
    max-width: 100%;
    height: auto;
    display: block
}

.hero-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover
}

@media (prefers-reduced-motion:reduce) {

    *,
    ::after,
    ::before {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }

    .bonus-badge,
    .floating-download-btn {
        animation: none
    }
}

.font-loading-optimized {
    font-display: swap
}

.content-section,
.download-steps,
.faq-container,
.features-grid {
    content-visibility: auto;
    contain-intrinsic-size: 0 500px
}

h1+h2,
h1+h3,
h1+h4,
h2+h3,
h2+h4,
h2+h5,
h3+h4,
h3+h5,
h3+h6 {
    margin-top: 1.5rem
}

[tabindex]:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 3px solid var(--primary-light);
    outline-offset: 2px;
    border-radius: var(--radius-sm)
}

.text-dark {
    color: var(--dark)
}

.bonus-badge,
.download-btn,
.hero-description,
.hero-title,
.trust-badge {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
}

td,
th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--gray-200)
}

.comparison-table th,
.withdrawal-methods th,
th {
    background: linear-gradient(135deg, var(--primary) 0, var(--primary-dark) 100%);
    color: #fff
}

th {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

tr:last-child td {
    border-bottom: none
}

.comparison-table table,
.withdrawal-methods table {
    width: 100%;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    overflow: hidden
}

.comparison-table th,
.withdrawal-methods th {
    padding: 1rem
}

.comparison-table td,
.withdrawal-methods td {
    padding: 1rem;
    border-right: 1px solid var(--gray-200)
}

.comparison-table td:last-child,
.withdrawal-methods td:last-child {
    border-right: none
}

.strategy-grid,
.testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.footer-grid,
.security-features,
.withdrawal-methods {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.method,
.security-card,
.strategy-card,
.testimonial-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05)
}

.method h4,
.security-card h3,
.strategy-card h3 {
    color: var(--primary);
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.strategy-card li {
    margin-bottom: .75rem;
    padding-left: 1.5rem
}

.strategy-card li:before {
    content: "•";
    color: var(--primary);
    font-weight: 700;
    position: absolute;
    left: 0
}

.method p {
    margin-bottom: .5rem;
    color: var(--gray-700);
    font-size: .95rem
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.stars {
    color: gold;
    font-size: 1.25rem
}

.reviewer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-200);
    color: var(--gray-600)
}

.compliance-badges {
    margin: 2rem 0
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1rem
}

.compliance-badge {
    background: linear-gradient(135deg, var(--secondary) 0, var(--secondary-dark) 100%);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: var(--radius-full);
    font-size: .875rem;
    font-weight: 500
}

.kyc-steps {
    padding-left: 0;
    margin: 1.5rem 0;
    counter-reset: step
}

.kyc-steps li:before {
    content: counter(step);
    counter-increment: step;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: 600
}

.warning-box {
    background: linear-gradient(135deg, #fef3c7 0, #fde68a 100%);
    border: 1px solid #f59e0b;
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin: 2rem 0;
    color: #92400e
}

.warning-box p {
    margin-bottom: 0;
    color: #92400e
}

.internal-linking-section {
    background: #f0f9ff;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin: 2rem 0;
    border-left: 4px solid var(--primary)
}

.internal-linking-section a {
    color: var(--primary);
    font-weight: 500
}

.cta-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255, 255, 255, .1);
    padding: .75rem 1.5rem;
    border-radius: var(--radius-full);
    color: #fff;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .2)
}

.footer-grid {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
    text-align: left
}

.footer-section h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.footer-section .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem
}

.contact-info p,
.license-info p {
    margin-bottom: .5rem;
    font-size: .875rem;
    opacity: .9
}

.footer-warning {
    background: rgba(239, 68, 68, .1);
    border: 1px solid rgba(239, 68, 68, .3);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-bottom: 2rem;
    color: #fca5a5
}

.footer-warning p {
    margin-bottom: 0;
    color: #fca5a5
}

.age-warning {
    color: #fca5a5 !important;
    font-weight: 500;
    margin-top: 1rem
}

@media (max-width:768px) {

    .features-grid,
    .footer-grid,
    .resource-cards,
    .security-features,
    .strategy-grid,
    .testimonials-grid,
    .withdrawal-methods {
        grid-template-columns: 1fr
    }

    .author-bio,
    .footer-grid,
    .hero,
    .step {
        text-align: center
    }

    .section {
        padding: 3rem 0
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(30, 64, 175, .98);
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.5rem;
        display: none;
        backdrop-filter: blur(10px);
        box-shadow: var(--shadow-xl);
        z-index: 999
    }

    .menu-toggle,
    table {
        display: block
    }

    .nav-links.active {
        display: flex
    }

    .hero {
        padding: 5rem 1rem 3rem;
        min-height: auto
    }

    .hero-title {
        font-size: 2rem
    }

    .cta-group,
    .step {
        flex-direction: column;
        align-items: center
    }

    .app-info {
        margin-top: 1.5rem
    }

    .author-bio {
        flex-direction: column;
        padding: 1.5rem
    }

    .floating-download-btn {
        bottom: 1rem;
        right: 1rem;
        padding: .75rem 1.25rem;
        font-size: .875rem
    }

    .hero::before {
        background-attachment: scroll
    }

    table {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .cta-features {
        flex-direction: column;
        align-items: center;
        gap: 1rem
    }

    .footer-section .footer-links {
        align-items: center
    }
}

@media (max-width:480px) {
    .hero-title {
        font-size: 1.75rem
    }

    .download-btn {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        justify-content: center
    }

    .trust-badges {
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    .trust-badge {
        width: 100%;
        justify-content: center
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem
    }

    .content-section {
        padding: 1.5rem 1rem
    }

    .faq-question {
        padding: 1rem;
        font-size: 1rem
    }

    .faq-answer.active {
        padding: 1rem
    }

    td,
    th {
        padding: 8px 10px;
        font-size: .875rem
    }
}

@media (prefers-reduced-data:reduce) {
    .hero::before {
        background: 0 0
    }
}

.faq-answer {
    min-height: 0;
    transition: max-height .3s, padding .3s, min-height .3s
}

.author-bio,
.feature-card,
.resource-card,
.step {
    min-height: 0;
    transition: min-height .3s
}

img {
    aspect-ratio: attr(width)/attr(height);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.content-section {
    contain: layout style paint
}

@media print {

    table,
    td,
    th {
        border: 1px solid #000
    }

    .footer,
    .footer p,
    .hero,
    .hero-title,
    a,
    body {
        color: #000
    }

    .bonus-badge,
    .floating-download-btn,
    .header,
    .social-sharing {
        display: none
    }

    body {
        background: #fff;
        font-size: 12pt;
        line-height: 1.4
    }

    .hero {
        background: 0 0 !important;
        padding: 1rem 0
    }

    a {
        text-decoration: underline
    }

    .footer {
        background: #fff
    }

    td,
    th {
        padding: 8px
    }

    th {
        background: #f0f0f0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: exact
    }
}

.container,
.content-section,
.section {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

main {
    display: block
}

body,
html {
    overflow-x: hidden;
    width: 100%
}

.hero-content>* {
    opacity: 1;
    transform: translateY(0)
}

img[data-src] {
    opacity: 0
}

img[data-src].loaded {
    opacity: 1
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media (prefers-contrast:high) {
    :root {
        --primary: #0033CC;
        --primary-dark: #002699;
        --secondary: #006600;
        --accent: #994C00
    }

    a {
        text-decoration: underline !important
    }

    .bonus-badge,
    .download-btn,
    .floating-download-btn {
        border: 3px solid #000
    }

    table,
    td,
    th {
        border: 2px solid #000
    }

    th {
        background: #000 !important;
        color: #fff !important
    }
}

@media (prefers-color-scheme:dark) {

    body,
    td {
        color: var(--text-dark)
    }

    :root {
        --dark: #F9FAFB;
        --text-dark: #F3F4F6;
        --gray-50: #111827;
        --gray-100: #1F2937;
        --gray-200: #374151;
        --gray-700: #D1D5DB
    }

    .bg-gray,
    body {
        background-color: var(--gray-50)
    }

    .bg-white {
        background-color: var(--gray-100)
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--dark)
    }

    .feature-card,
    .method,
    .security-card,
    .strategy-card,
    .testimonial-card,
    table {
        background: var(--gray-100);
        border-color: var(--gray-200)
    }

    th {
        background: linear-gradient(135deg, var(--primary-dark) 0, var(--primary) 100%) !important
    }

    td {
        border-color: var(--gray-200)
    }

    .content-section {
        background: var(--gray-100)
    }
}