* {
    box-sizing: border-box;
}

html {
    background: #0b3d91;
    min-height: 100%;
}

body {
    margin: 0;
    color: #1f1f1f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 90px),
        linear-gradient(#2b78d6, #eaf4ff 170px, #cfdff6 171px, #f7f2cb);
}

a {
    color: #003399;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #d60000;
    text-decoration: none;
}

.top-punch-monkey-banner {
    --banner-width: min(936px, calc(100vw - 20px));
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px 10px;
    line-height: 0;
    overflow: hidden;
}

.top-punch-monkey-banner iframe {
    display: block;
    width: var(--banner-width);
    height: calc(var(--banner-width) * 5 / 39);
    max-height: 120px;
    border: 0;
    background: transparent;
    overflow: hidden;
}

.page-shell {
    max-width: 1180px;
    min-width: 760px;
    margin: 0 auto;
    padding: 10px;
}

.masthead {
    border: 3px solid #003c96;
    background: linear-gradient(#fff, #d9edff 45%, #ffc31f 46%, #ffeb86);
    box-shadow: 0 0 0 2px #fff inset, 0 5px 15px rgba(0,0,0,.25);
}

.topline {
    display: flex;
    justify-content: space-around;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    background: #003c96;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
}

.brand-row > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

h1 {
    margin: 0;
    color: #ff1a00;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: clamp(48px, 7vw, 82px);
    line-height: .9;
    letter-spacing: 2px;
    text-shadow: 3px 3px 0 #fff, 5px 5px 0 #003c96;
}

h1 span {
    color: #003c96;
}

.domain-for-sale {
    margin: 8px 0 0;
    color: #5d3b00;
    font-size: 18px;
    font-weight: bold;
}

.claim-button,
.big-cta,
.promo-card.featured > a,
.skyscraper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    color: #111;
    border: 2px solid #9b5b00;
    border-radius: 4px;
    background: linear-gradient(#fff79a, #ffb300);
    box-shadow: 0 3px 0 #8b4f00;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}

.claim-button:hover,
.big-cta:hover,
.promo-card.featured > a:hover,
.skyscraper a:hover {
    transform: translateY(1px);
    box-shadow: 0 2px 0 #8b4f00;
}

.layout {
    display: grid;
    grid-template-columns: 215px minmax(0, 1fr) 190px;
    gap: 10px;
    margin-top: 10px;
    align-items: start;
}

.left-rail,
.right-rail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.left-rail .box,
.right-rail .box {
    margin-bottom: 0;
}

.box,
.category,
.hero-promo {
    border: 1px solid #8fa8c8;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}

.box {
    margin-bottom: 0;
    padding: 10px;
}

.box:last-child {
    margin-bottom: 0;
}

.box h2,
.category-title h2,
.hero-promo h2 {
    margin: 0 0 8px;
    color: #003c96;
    font-size: 18px;
    line-height: 1.2;
}

.yellow-box {
    border-color: #b68100;
    background: linear-gradient(#fff9a8, #fff2ce);
}

.blink-box {
    animation: pulse-border 1.1s infinite;
}

.directory-box ul {
    margin: 0;
    padding-left: 18px;
    list-style-position: inside;
}

.directory-box li {
    margin: 9px 0;
    line-height: 1.4;
}

.tiny-satsboard {
    color: #fff;
    border-color: #760000;
    background: linear-gradient(135deg, #f00, #860000);
    text-align: center;
}

.tiny-satsboard h2 {
    color: #fff600;
    margin: 0 0 6px;
}

.tiny-satsboard p {
    margin: 4px 0;
}

.tiny-deadpool {
    border: 3px ridge #ffef00;
    background: linear-gradient(135deg, #ff1a1a, #5b0000);
    text-align: center;
    padding: 12px;
}

.tiny-deadpool h2 {
    margin: 0 0 8px;
    color: #fff600;
    font-size: 20px;
    line-height: 1.1;
}

.tiny-deadpool p {
    margin: 6px 0;
    font-size: 13px;
}

.tiny-deadpool strong {
    color: #fff600;
}

.bet-now {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 12px;
    color: #fff600;
    border: 2px outset #fff600;
    background: #c00000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    vertical-align: middle;
}

.fake-win {
    color: #fff;
    border: 3px ridge #fff600;
    background: linear-gradient(135deg, #f00, #630000);
    text-align: center;
    padding: 12px;
}

.fake-win h2 {
    margin: 0 0 6px;
    color: #fff600;
    font-size: 28px;
    line-height: 1.1;
    text-shadow: 2px 2px 0 #000;
}

.fake-win p {
    margin: 4px 0 0;
    color: rgba(255,255,255,.42);
    font-size: 10px;
}

.pc-speedup {
    position: relative;
    padding: 14px;
    color: #000;
    border: 3px solid #ff4500;
    background: linear-gradient(180deg, #fff9e6 0%, #ffe4b3 100%);
    text-align: center;
    box-shadow: 0 0 12px rgba(255, 69, 0, 0.6);
}

.speedup-icon {
    font-size: 48px;
    line-height: 1;
    animation: pulse-icon 1s infinite;
    display: block;
    margin: 0 auto 8px;
}

@keyframes pulse-icon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.pc-speedup h2 {
    margin: 4px 0 6px;
    color: #d60000;
    font-size: 24px;
    line-height: 1.1;
    text-shadow: 1px 1px 0 rgba(0,0,0,.15);
}

.speedup-warning {
    margin: 6px 0 4px;
    color: #ff4500;
    font-size: 16px;
    font-weight: bold;
    animation: blink-warning 1.5s infinite;
}

@keyframes blink-warning {
    0%, 49%, 100% { opacity: 1; }
    50%, 99% { opacity: 0.3; }
}

.speedup-subtext {
    margin: 0 0 10px;
    color: #666;
    font-size: 12px;
}

.speedup-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #fff;
    border: 2px solid #00a000;
    background: linear-gradient(180deg, #00d000 0%, #008000 100%);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    box-shadow: 0 3px 0 #004000;
    vertical-align: middle;
}

.speedup-cta:hover {
    background: linear-gradient(180deg, #00e000 0%, #009000 100%);
}

.hero-promo {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 18px 22px;
    border: 3px double #ff7a00;
    background: linear-gradient(90deg, #fff, #fff3b0 58%, #ffd25b);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-promo::after {
    content: "LIMITED TIME OFFER";
    position: absolute;
    right: -38px;
    top: 18px;
    padding: 5px 45px;
    color: #fff;
    background: #d60000;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(35deg);
    align-self: flex-start;
}

.hero-promo h2 {
    color: #d60000;
    font-size: 30px;
    text-transform: uppercase;
}

/* IMG BANG! hero promo */
.hero-promo.imgbang-hero {
    border-color: #6c3483;
    background: linear-gradient(135deg, #1a0a3e, #4a235a 60%, #2d1b69);
    animation: imgbang-flash 0.4s step-end infinite;
}

.hero-promo.imgbang-hero h2 {
    color: #d7bde2;
    text-shadow: 0 0 8px rgba(155, 89, 182, 0.5);
}

.hero-promo.imgbang-hero p:not(.promo-label) {
    color: #e8daef;
}

.hero-promo.imgbang-hero .promo-label {
    color: #bb8fce;
}

.hero-promo.imgbang-hero .big-cta {
    background: linear-gradient(#7d3c98, #5b2c6f);
    border-color: #a569bd;
    color: #fff;
    box-shadow: 0 3px 0 #3e1f4a;
}

.hero-promo.imgbang-hero .big-cta:hover {
    transform: translateY(1px);
    box-shadow: 0 2px 0 #3e1f4a;
}

.hero-promo.imgbang-hero::after {
    background: #7d3c98;
}

@keyframes imgbang-flash {
    0%, 100% {
        border-color: #6c3483;
        box-shadow: 0 0 15px rgba(108, 52, 131, 0.5);
    }
    50% {
        border-color: #d2b4de;
        box-shadow: 0 0 25px rgba(155, 89, 182, 0.8), inset 0 0 20px rgba(155, 89, 182, 0.1);
    }
}

.hero-promo p:not(.promo-label) {
    max-width: 620px;
    margin: 0 0 15px;
    font-size: 17px;
    text-align: center;
    line-height: 1.35;
}

.promo-label {
    margin: 0 0 6px;
    color: #777;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.category {
    margin-bottom: 10px;
    padding: 10px;
}

.category-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -10px -10px 10px;
    padding: 7px 10px;
    border-bottom: 1px solid #8fa8c8;
    background: linear-gradient(#e9f5ff, #c6dfff);
}

.category-title .badge {
    flex-shrink: 0;
    align-self: center;
}

.category-title h2 {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
    background: #d60000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}

.badge.blue {
    background: #005ac8;
}

.badge.green {
    background: #138a00;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.promo-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promo-card {
    display: block;
    min-height: 82px;
    padding: 12px;
    color: #003399;
    border: 1px solid #c8d7ef;
    background: linear-gradient(#fff, #ecf4ff);
    text-decoration: none;
}

.promo-card:hover {
    border-color: #ff9d00;
    background: #fff7bf;
}

.promo-card strong {
    display: block;
    color: #d60000;
    font-size: 18px;
    text-decoration: underline;
}

.promo-card span {
    display: block;
    margin-top: 7px;
    color: #333;
    font-weight: normal;
}

.promo-card.featured {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 9px;
    padding: 15px;
    border: 2px solid #ff9d00;
    background: linear-gradient(#fff, #ffefb0);
    flex-wrap: wrap;
}

.promo-card.featured > div {
    min-width: 0;
    flex: 1 1 auto;
}

.promo-card.featured .big-cta {
    flex: 0 0 auto;
    margin-left: auto;
}

.promo-card.featured h3 {
    margin: 0 0 6px;
    color: #d60000;
    font-size: 24px;
    line-height: 1.2;
}

.promo-card.featured p {
    margin: 0 0 6px;
    line-height: 1.3;
}

.fine-print {
    color: #666;
    font-size: 11px;
}

.search-results {
    display: grid;
    gap: 7px;
}

.search-results a {
    display: block;
    padding: 8px;
    border-bottom: 1px dotted #aaa;
    background: #fffef0;
    font-weight: normal;
}

.search-results b {
    color: #003399;
    text-decoration: underline;
}

.skyscraper {
    min-height: 300px;
    color: #fff;
    border: 3px ridge #fff200;
    background: linear-gradient(#ff4b00, #b90000);
    text-align: center;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skyscraper h2 {
    color: #fff200;
    font-size: 30px;
    text-shadow: 2px 2px 0 #000;
    margin: 0 0 8px;
    line-height: 1.1;
}

.skyscraper p {
    margin: 4px 0;
    line-height: 1.4;
}

.skyscraper a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    color: #fff;
    border: 2px outset #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
    font-weight: bold;
}

.categories {
    background: #eef7ff;
}

.categories a {
    display: block;
    margin: 5px 0;
    padding: 6px;
    border: 1px solid #bfd1ee;
    background: #fff;
}

.trust-box {
    text-align: center;
    background: #f7ffe7;
}

.stars {
    color: #ff9d00;
    font-size: 22px;
    letter-spacing: 2px;
}

footer {
    margin-top: 10px;
    padding: 10px;
    color: #fff;
    border: 1px solid #003c96;
    background: #003c96;
    text-align: center;
    font-size: 12px;
}

footer p {
    margin: 3px 0;
}

@keyframes pulse-border {
    0%, 100% { box-shadow: 0 0 0 0 #ff0000; }
    50% { box-shadow: 0 0 12px 3px #ff0000; }
}

@media (max-width: 820px) {
    .page-shell {
        min-width: 0;
    }

    .brand-row,
    .promo-card.featured {
        display: block;
    }

    .brand-row > div {
        margin-bottom: 12px;
    }

    .claim-button,
    .promo-card.featured > a {
        margin-top: 12px;
        width: 100%;
    }

    .layout,
    .promo-grid,
    .promo-grid.three {
        grid-template-columns: 1fr;
    }

    .left-rail,
    .right-rail {
        order: 2;
    }

    .left-rail,
    .content,
    .right-rail {
        order: auto;
    }
}

.floating-deal {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 20;
    max-width: 210px;
    padding: 10px 12px;
    color: #111;
    border: 2px solid #000;
    background: #fff600;
    box-shadow: 4px 4px 0 #d60000;
    font-weight: bold;
    text-transform: uppercase;
    animation: wiggle 3s infinite;
}

@keyframes wiggle {
    0%, 94%, 100% { transform: rotate(0deg); }
    95% { transform: rotate(2deg); }
    97% { transform: rotate(-2deg); }
}

.big-money-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 22px;
    margin-top: 12px;
    color: #001a4d;
    font-size: 42px;
    font-weight: 900;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 5px double #ffd700;
    background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 25%, #ff9800 50%, #ffeb3b 75%, #ffd700 100%);
    background-size: 200% 200%;
    box-shadow:
        inset 0 0 20px rgba(255,255,255,0.8),
        0 6px 0 #b8860b,
        0 8px 20px rgba(0,0,0,0.4);
    animation: glow-pulse 1.5s ease-in-out infinite alternate, gradient-shift 3s ease infinite, shake-money 0.5s ease-in-out infinite;
    box-sizing: border-box;
}

.big-money-link:hover {
    color: #d60000;
    background: linear-gradient(135deg, #ff5722 0%, #ffc107 25%, #ff9800 50%, #ffc107 75%, #ff5722 100%);
    background-size: 200% 200%;
    box-shadow:
        inset 0 0 30px rgba(255,255,255,1),
        0 4px 0 #b8860b,
        0 10px 30px rgba(214,0,0,0.6);
    transform: scale(1.05);
    animation: glow-pulse 0.8s ease-in-out infinite alternate, gradient-shift 1.5s ease infinite, shake-money 0.3s ease-in-out infinite;
}

@keyframes glow-pulse {
    0% { box-shadow: inset 0 0 20px rgba(255,255,255,0.8), 0 6px 0 #b8860b, 0 0 30px rgba(255,215,0,0.6); }
    100% { box-shadow: inset 0 0 30px rgba(255,255,255,1), 0 6px 0 #b8860b, 0 0 50px rgba(255,215,0,1); }
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes shake-money {
    0%, 100% { transform: translateX(0) rotate(0deg); }
    25% { transform: translateX(-2px) rotate(-0.5deg); }
    75% { transform: translateX(2px) rotate(0.5deg); }
}

@media (max-width: 820px) {
    .big-money-link {
        font-size: 28px;
        padding: 14px 16px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .page-shell {
        padding: 5px;
    }

    .brand-row {
        padding: 12px 16px;
        gap: 12px;
    }

    h1 {
        font-size: clamp(36px, 10vw, 56px);
    }

    .claim-button,
    .big-cta {
        padding: 10px 14px;
        font-size: 14px;
    }

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

    .left-rail,
    .right-rail {
        display: flex;
        flex-direction: column;
    }

    .box {
        padding: 8px;
    }

    .box h2 {
        font-size: 16px;
    }

    .promo-grid.three {
        grid-template-columns: 1fr;
    }

    .promo-card {
        min-height: auto;
    }

    .skyscraper {
        min-height: auto;
    }

    .big-money-link {
        font-size: 22px;
        padding: 12px 14px;
        letter-spacing: 0;
    }
}

/* Satsboard money banners */
.satsboard-featured {
    border-color: #ffd700;
    background: linear-gradient(135deg, #fff9a8, #ffd700 50%, #ff8c00);
    animation: featured-glow 2s ease-in-out infinite alternate;
}

@keyframes featured-glow {
    0% { box-shadow: 0 0 10px rgba(255,215,0,0.5); }
    100% { box-shadow: 0 0 30px rgba(255,140,0,1); }
}

.satsboard-featured h3 {
    color: #ff6b00;
    text-shadow: 1px 1px 0 #fff;
}

.blink-text {
    animation: blink-color 1s infinite;
    font-weight: bold;
    font-size: 16px;
}

@keyframes blink-color {
    0%, 100% { color: #fff600; }
    50% { color: #ff0000; }
}

.money-cta {
    display: block;
    margin-top: 10px;
    padding: 12px 16px;
    color: #000;
    border: 3px outset #ffd700;
    background: linear-gradient(#ffd700, #ffb300);
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    animation: money-pulse 1s ease-in-out infinite;
}

@keyframes money-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.money-category .category-title h2 {
    animation: rainbow-text 2s linear infinite;
}

@keyframes rainbow-text {
    0% { color: #ff0000; }
    16% { color: #ff8800; }
    33% { color: #ffd700; }
    50% { color: #00ff00; }
    66% { color: #0088ff; }
    83% { color: #8800ff; }
    100% { color: #ff0000; }
}

/* Fire JOIN NOW FREE card */
.fire-card {
    border: 3px ridge #ff4500;
    background: linear-gradient(135deg, #1a0000, #cc0000 25%, #ff6600 50%, #cc0000 75%, #1a0000);
    background-size: 300% 300%;
    animation: fire-bg 0.8s ease-in-out infinite alternate, fire-blink 0.6s step-end infinite;
}

.fire-card strong {
    color: #fff600;
    text-decoration: none;
    animation: fire-text 0.5s ease-in-out infinite alternate;
}

.fire-card span {
    color: #ff0;
    font-weight: bold;
    animation: live-pulse 0.6s ease-in-out infinite;
}

.fire-card:hover {
    border-color: #fff600;
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(255,69,0,0.8);
}

.fire-card.extra-hot {
    animation: fire-bg 0.4s ease-in-out infinite alternate, fire-blink 0.3s step-end infinite;
    box-shadow: 0 0 20px rgba(255,69,0,0.6), 0 0 60px rgba(255,0,0,0.4);
}

.fire-card.extra-hot strong {
    animation: fire-text 0.2s ease-in-out infinite alternate;
    font-size: 20px;
}

.fire-card.extra-hot span {
    animation: live-pulse 0.3s ease-in-out infinite;
}

@keyframes fire-bg {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes fire-text {
    0% { color: #fff600; text-shadow: 0 0 5px #ff4500; }
    100% { color: #ff8c00; text-shadow: 0 0 20px #ff0000, 0 0 40px #ff4500; }
}

@keyframes fire-blink {
    0%, 100% { border-color: #ff4500; }
    50% { border-color: #fff600; }
}

@keyframes live-pulse {
    0% { color: #ff0; }
    100% { color: #f00; }
}

/* Suspicious links theme */
.sus {
    background: #8a2be2;
}

.sus-card {
    border: 2px solid #8a2be2;
    background: linear-gradient(#f0e6ff, #d8bfd8);
}

.sus-card:hover {
    border-color: #fff600;
    background: #ffffe0;
}

.sus-card strong {
    color: #8a2be2;
}

.sus-card span {
    color: #333;
}

/* News ticker - peak 2000s portal element */
.news-ticker {
    width: 100%;
    background: #003c96;
    border-bottom: 3px solid #ff0000;
    overflow: hidden;
    position: relative;
}

.news-ticker .ticker-wrap {
    width: 100%;
    overflow: hidden;
}

.news-ticker .ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation: ticker 30s linear infinite;
    padding-left: 100%;
}

.news-ticker .ticker-content span {
    display: inline-block;
    padding: 8px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-ticker .ticker-content span:nth-child(odd) {
    background: rgba(255, 0, 0, 0.3);
}

.news-ticker .ticker-content span:nth-child(even) {
    background: rgba(255, 215, 0, 0.3);
}

@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Visitor counter - rolling odometer style */
.visitor-counter {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 100;
    background: #000;
    border: 2px solid #ff0000;
    padding: 8px 12px;
    color: #00ff00;
    font-family: "Courier New", monospace;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

.visitor-counter .counter-label {
    display: block;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.visitor-counter .counter-digits {
    display: flex;
    gap: 2px;
}

.visitor-counter .digit {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: #000;
    color: #00ff00;
    border: 1px solid #00ff00;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: inset 0 0 4px rgba(0, 255, 0, 0.5);
}

/* Testimonials box */
.testimonials {
    background: #fff9e6;
    border-color: #ff9d00;
}

.testimonials h2 {
    color: #d60000;
}

.testimonials .testimonial {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.testimonials .testimonial:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.testimonials .testimonial p {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.3;
}

.testimonials .testimonial-author {
    display: block;
    font-size: 10px;
    color: #666;
    text-align: right;
    font-style: italic;
}

/* Footer badges */
.footer-badges {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.footer-badges .badge {
    padding: 2px 8px;
    background: #002a66;
    color: #fff600;
    font-size: 9px;
    border: 1px solid #fff600;
    border-radius: 2px;
    text-transform: uppercase;
}

/* Cursor sparkle effect */
.cursor-sparkle {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: sparkle-fade 0.8s ease-out forwards;
}

@keyframes sparkle-fade {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(var(--tx), var(--ty)) scale(0);
        opacity: 0;
    }
}

/* Game promo box */
.game-promo {
    background: linear-gradient(135deg, #1a0066, #6600cc);
    color: #fff;
    text-align: center;
    border: 3px solid #ff00ff;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.6);
}

.game-promo h2 {
    color: #ffff00;
    margin: 0 0 8px;
}

.game-promo p {
    margin: 6px 0 10px;
    font-size: 13px;
}

.game-promo a {
    display: inline-block;
    padding: 10px 16px;
    background: linear-gradient(#ff00ff, #cc00cc);
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
    box-shadow: 0 3px 0 #660066;
}

.game-promo a:hover {
    background: linear-gradient(#ff33ff, #dd00dd);
    transform: translateY(1px);
    box-shadow: 0 2px 0 #660066;
}

/* Responsive adjustments */
@media (max-width: 820px) {
    .news-ticker {
        display: none;
    }

    .visitor-counter {
        display: none;
    }
}
