h1,
h2 {
    color: var(--primary-green)
}

.btn,
.feature-card,
.hero {
    text-align: center
}

.footer-links,
.nav-links {
    list-style: none
}

@media (max-width:992px) {

    .hero h1,
    h1 {
        font-size: 2.2rem
    }

    h2 {
        font-size: 1.8rem
    }

    .content-section {
        padding: 2.5rem 0
    }
}

@media (max-width:768px) {

    .btn-download,
    .hero-subtitle {
        font-size: 1.1rem
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: linear-gradient(135deg, var(--primary-green), #02552d);
        flex-direction: column;
        align-items: center;
        padding: 2rem 0;
        gap: 1.5rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
        transform: translateY(-150%);
        transition: transform .3s;
        z-index: 999;
        border-top: 2px solid var(--accent-gold);
        border-bottom: 2px solid var(--accent-gold)
    }

    .nav-links.active {
        transform: translateY(0)
    }

    .mobile-menu-btn {
        display: block
    }

    .hero {
        padding: 3rem 0 4rem
    }

    .hero h1 {
        font-size: 1.8rem
    }

    .btn-download {
        padding: 1rem 2rem;
        min-width: 180px
    }

    .comparison-table {
        display: block;
        overflow-x: auto
    }

    .features-grid {
        grid-template-columns: 1fr
    }

    .foreground-img,
    .hero-foreground,
    .responsive-img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9
    }
}

.btn,
h1,
h2,
h3,
h4 {
    display: inline-block
}

.btn,
.card,
.hero,
.hero-foreground {
    overflow: hidden;
    position: relative
}

@media (max-width:480px) {

    .btn,
    .hero-bonus {
        padding: .8rem 1.5rem
    }

    h1 {
        font-size: 1.8rem
    }

    h2 {
        font-size: 1.5rem
    }

    .hero-bonus {
        font-size: 1.1rem
    }

    .btn {
        min-width: 160px;
        font-size: 1rem
    }

    .card {
        padding: 1.5rem
    }
}

.btn,
.floating-btn {
    text-decoration: none;
    min-width: 200px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --primary-green: #036135;
    --secondary-green: #2C870E;
    --accent-gold: #DEBD2C;
    --accent-red: #FF3B30;
    --accent-blue: #0CC9E2;
    --text-dark: #1A1A1A;
    --text-light: #FFFFFF;
    --bg-cream: #FFFBF0;
    --bg-light: #FFF8E1;
    --bg-card: #FFFFFF;
    --border-gold: #DEBD2C;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --border-radius: 12px;
    --transition: all 0.3s ease
}

.btn,
.card,
.footer-links a,
.nav-links a {
    transition: var(--transition)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Segoe UI', 'Noto Sans Devanagari', Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-cream);
    background-image: radial-gradient(circle at 10% 20%, rgba(44, 135, 14, .03) 0, transparent 20%), radial-gradient(circle at 90% 80%, rgba(222, 189, 44, .03) 0, transparent 20%);
    overflow-x: hidden
}

.indian-border-top {
    position: relative;
    padding-top: 3rem
}

.indian-border-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-red) 0, var(--accent-gold) 25%, var(--secondary-green) 50%, var(--accent-gold) 75%, var(--accent-red) 100%);
    border-radius: 0 0 10px 10px
}

.indian-pattern-bg {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23036135' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 300px
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    position: relative
}

h1 {
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .1)
}

h2 {
    font-size: 2rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid var(--accent-gold);
    margin-bottom: 2rem
}

h3 {
    font-size: 1.5rem;
    color: var(--secondary-green);
    padding-left: 1rem;
    border-left: 4px solid var(--accent-gold)
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.7
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem
}

.content-section {
    padding: 3rem 0;
    position: relative
}

.content-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0, rgba(222, 189, 44, .3) 20%, rgba(222, 189, 44, .6) 50%, rgba(222, 189, 44, .3) 80%, transparent 100%)
}

.content-section:last-child::after {
    display: none
}

.card {
    background: var(--bg-card);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    margin-bottom: 2rem;
    border: 1px solid rgba(222, 189, 44, .2)
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-red), var(--accent-gold), var(--secondary-green))
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    border-color: rgba(222, 189, 44, .4)
}

.btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-family: 'Segoe UI', 'Noto Sans Devanagari', sans-serif
}

.logo,
.nav-links,
.navbar {
    display: flex
}

.btn::before,
.floating-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s
}

.btn-primary:hover,
.comparison-table th {
    background: linear-gradient(135deg, var(--primary-green), var(--secondary-green))
}

.btn:hover::before,
.floating-btn:hover::before {
    left: 100%
}

.btn-primary {
    background: linear-gradient(135deg, var(--secondary-green), var(--primary-green));
    color: #fff;
    box-shadow: 0 4px 15px rgba(44, 135, 14, .3);
    border: 2px solid var(--accent-gold)
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(44, 135, 14, .4)
}

.btn-secondary {
    background: linear-gradient(135deg, var(--accent-gold), #e0b524);
    color: var(--text-dark);
    box-shadow: 0 4px 15px rgba(222, 189, 44, .3);
    border: 2px solid var(--primary-green)
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #e0b524, var(--accent-gold));
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(222, 189, 44, .4)
}

.btn-download {
    background: linear-gradient(135deg, var(--accent-red), var(--accent-gold), var(--secondary-green));
    color: #fff;
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
    border: 2px solid #fff;
    font-weight: 700;
    letter-spacing: .5px
}

.mobile-menu-btn,
.nav-links a:hover {
    color: var(--accent-gold)
}

.btn-download:hover {
    background: linear-gradient(135deg, var(--secondary-green), var(--accent-gold), var(--accent-red));
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 59, 48, .4)
}

.cta-section::before,
.hero::before {
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23DEBD2C' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E")
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg, var(--primary-green), #02552d);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
    border-bottom: 3px solid var(--accent-gold)
}

.navbar {
    justify-content: space-between;
    align-items: center;
    padding: .8rem 0
}

.logo {
    align-items: center
}

.logo-img {
    height: 55px;
    width: auto;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3))
}

.nav-links {
    gap: 2rem
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem 0;
    position: relative
}

.nav-links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-gold);
    transition: width .3s
}

.nav-links a:hover::after {
    width: 100%
}

.mobile-menu-btn {
    display: none;
    background: 0 0;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    padding: .5rem
}

.foreground-img,
img {
    display: block
}

.hero {
    padding: 4rem 0 5rem;
    background: linear-gradient(rgba(3, 97, 53, .85), rgba(3, 97, 53, .9)) center/cover, url('/images/rummy51-hero-bg.webp') center/cover;
    color: #fff;
    border-bottom: 3px solid var(--accent-gold)
}

.hero::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.hero h1 {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .5)
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: var(--accent-gold);
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .3)
}

.hero-foreground {
    margin: 2rem auto;
    border: 3px solid var(--accent-gold);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4)
}

.hero-bonus {
    background: linear-gradient(135deg, var(--accent-red), var(--accent-gold));
    color: #fff;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 1.5rem 0;
    box-shadow: 0 5px 15px rgba(222, 189, 44, .4);
    border: 2px solid #fff;
    animation: 2s infinite pulse
}

.feature-icon,
.tick {
    color: var(--secondary-green)
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem
}

.feature-card {
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, #fff, #fffbf0);
    border: 2px solid rgba(222, 189, 44, .3);
    position: relative
}

.comparison-table,
.faq-item {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    overflow: hidden
}

.feature-card::before {
    content: "♠️";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.2rem;
    opacity: .3
}

.feature-card::after {
    content: "♥️";
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.2rem;
    opacity: .3
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .1)
}

.cross,
.tick {
    font-weight: 700;
    font-size: 1.2rem
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    border: 1px solid rgba(222, 189, 44, .2)
}

.comparison-table td,
.comparison-table th {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(222, 189, 44, .1)
}

.comparison-table th {
    color: #fff;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.comparison-table tr:nth-child(2n),
.earnings-table tr:hover {
    background-color: rgba(222, 189, 44, .05)
}

.comparison-table tr:hover,
.earnings-table tr:nth-child(2n) {
    background-color: rgba(44, 135, 14, .05)
}

.cross {
    color: var(--accent-red)
}

.faq-container {
    max-width: 800px;
    margin: 0 auto
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid rgba(222, 189, 44, .2);
    background: var(--bg-card)
}

.faq-question {
    background: linear-gradient(135deg, #fffbf0, #fff);
    padding: 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--primary-green);
    border-left: 4px solid var(--accent-gold)
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
    background-color: #fff
}

.faq-answer.open {
    padding: 1.5rem;
    max-height: 500px;
    border-top: 1px solid rgba(222, 189, 44, .2)
}

img {
    max-width: 100%;
    height: auto
}

.responsive-img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    border: 2px solid rgba(222, 189, 44, .2)
}

footer {
    background: linear-gradient(135deg, var(--primary-green), #014427);
    color: #fff;
    padding: 3rem 0 1.5rem;
    border-top: 3px solid var(--accent-gold)
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem
}

.footer-section h3 {
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    border-bottom: 2px solid rgba(222, 189, 44, .3);
    padding-bottom: .5rem;
    display: inline-block
}

.footer-links li {
    margin-bottom: .8rem;
    position: relative;
    padding-left: 1.2rem
}

.footer-links li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: var(--accent-gold);
    font-size: .8rem
}

.footer-links a {
    color: #ddd;
    text-decoration: none
}

.footer-links a:hover {
    color: var(--accent-gold);
    padding-left: 5px
}

.copyright {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .9rem;
    color: #ccc
}

.cta-section {
    text-align: center;
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
    color: #fff;
    position: relative;
    overflow: hidden;
    border-top: 3px solid var(--accent-gold);
    border-bottom: 3px solid var(--accent-gold)
}

.cta-section::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2
}

.earnings-table th,
.floating-btn.apk {
    background: linear-gradient(135deg, var(--secondary-green), var(--primary-green))
}

.cta-section h2 {
    color: #fff;
    border-bottom-color: var(--accent-gold)
}

.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: .3s
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    background: linear-gradient(135deg, var(--accent-red), var(--accent-gold), var(--secondary-green));
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
    border: 2px solid #fff;
    transition: .3s;
    text-align: center;
    position: relative;
    overflow: hidden
}

.floating-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .4)
}

.floating-btn.bonus {
    background: linear-gradient(135deg, var(--accent-red), var(--accent-gold))
}

.floating-btn .btn-icon {
    margin-right: 10px;
    font-size: 1.3rem
}

@media (max-width:992px) {

    .hero h1,
    h1 {
        font-size: 2.2rem
    }

    h2 {
        font-size: 1.8rem
    }

    .content-section {
        padding: 2.5rem 0
    }

    .floating-buttons {
        right: 20px;
        bottom: 20px
    }

    .floating-btn {
        min-width: 180px;
        padding: 12px 20px;
        font-size: 1rem
    }
}

@media (max-width:768px) {

    .btn-download,
    .hero-subtitle {
        font-size: 1.1rem
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: linear-gradient(135deg, var(--primary-green), #02552d);
        flex-direction: column;
        align-items: center;
        padding: 2rem 0;
        gap: 1.5rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
        transform: translateY(-150%);
        transition: transform .3s;
        z-index: 999;
        border-top: 2px solid var(--accent-gold);
        border-bottom: 2px solid var(--accent-gold)
    }

    .nav-links.active {
        transform: translateY(0)
    }

    .mobile-menu-btn {
        display: block
    }

    .hero {
        padding: 3rem 0 4rem
    }

    .hero h1 {
        font-size: 1.8rem
    }

    .btn-download {
        padding: 1rem 2rem;
        min-width: 180px
    }

    .comparison-table {
        display: block;
        overflow-x: auto
    }

    .features-grid {
        grid-template-columns: 1fr
    }

    .floating-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: row;
        justify-content: center;
        padding: 15px;
        background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
        border-top: 3px solid var(--accent-gold);
        box-shadow: 0 -5px 25px rgba(0, 0, 0, .2);
        z-index: 9999;
        gap: 10px
    }

    .floating-btn {
        flex: 1;
        min-width: auto;
        padding: 12px 15px;
        font-size: .9rem;
        border-radius: 8px
    }

    .floating-btn .btn-icon {
        font-size: 1.1rem;
        margin-right: 8px
    }

    .foreground-img,
    .hero-foreground,
    .responsive-img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9
    }
}

.earnings-table,
.success-box,
.warning-box {
    border-radius: var(--border-radius)
}

@media (max-width:480px) {

    .btn,
    .hero-bonus {
        padding: .8rem 1.5rem
    }

    h1 {
        font-size: 1.8rem
    }

    h2 {
        font-size: 1.5rem
    }

    .hero-bonus {
        font-size: 1.1rem
    }

    .btn {
        min-width: 160px;
        font-size: 1rem
    }

    .card {
        padding: 1.5rem
    }

    .floating-buttons {
        padding: 12px 10px;
        gap: 8px
    }

    .floating-btn {
        padding: 10px 12px;
        font-size: .85rem;
        min-width: 0
    }

    .floating-btn .btn-icon {
        margin-right: 5px;
        font-size: 1rem
    }
}

.lazy-img {
    opacity: 0;
    transition: opacity .3s
}

.lazy-img.loaded {
    opacity: 1
}

.hero-foreground {
    width: 600px;
    height: 400px;
    max-width: 100%;
    aspect-ratio: 3/2
}

.foreground-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.earnings-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.info-box,
.success-box,
.warning-box {
    padding: 1.5rem;
    margin: 1.5rem 0
}

.earnings-table th {
    color: #fff;
    padding: 1rem;
    text-align: center
}

.earnings-table td {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(222, 189, 44, .1)
}

.warning-box {
    background: linear-gradient(135deg, #ffebee, #ffcdd2);
    border-left: 5px solid var(--accent-red);
    border: 1px solid rgba(255, 59, 48, .2)
}

.warning-box h4 {
    color: var(--accent-red);
    margin-bottom: .5rem
}

.success-box {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border-left: 5px solid var(--secondary-green);
    border: 1px solid rgba(44, 135, 14, .2)
}

.success-box h4 {
    color: var(--secondary-green);
    margin-bottom: .5rem
}

.info-box {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-left: 5px solid var(--accent-blue);
    border-radius: var(--border-radius);
    border: 1px solid rgba(12, 201, 226, .2)
}

.info-box h4 {
    color: var(--accent-blue);
    margin-bottom: .5rem
}