@font-face {font-family: 'Gorditas';src: url('/fonts/Gorditas-Regular.woff2') format('woff2'), url('/fonts/Gorditas-Regular.ttf') format('truetype');font-weight: 400;font-style: normal;font-display: swap;}@font-face {font-family: 'Gorditas';src: url('/fonts/Gorditas-Bold.woff2') format('woff2'), url('/fonts/Gorditas-Bold.ttf') format('truetype');font-weight: 700;font-style: normal;font-display: swap;}:root {--color-bg-dark: #111111;--color-bg-medium: #222222;--color-bg-light: #333333;--color-primary: #7e1891;--color-secondary: #e73879;--color-accent: #f26b0f;--color-highlight: #fcc737;--color-text: #ffffff;--color-text-muted: #aaaaaa;--btn-orange: #ff6a00;--btn-pink: #ee0979;--btn-light: #fff;--font-title: 'Gorditas', serif;--font-body: 'Gorditas', serif;--size-xs: 0.75rem;--size-sm: 0.875rem;--size-md: 1rem;--size-lg: 1.25rem;--size-xl: 1.5rem;--size-2xl: 2rem;}* {margin: 0;padding: 0;box-sizing: border-box;}html {scroll-behavior: smooth;}body {font-family: var(--font-body);background-color: var(--color-bg-dark);background-repeat: repeat;background-size: auto;color: var(--color-text);line-height: 1.6;}::selection {background-color: var(--color-primary);color: var(--color-text);}.m-0 {margin: 0 !important;}.mt-1 {margin-top: 0.5rem !important;}.mb-1 {margin-bottom: 0.5rem !important;}.ml-1 {margin-left: 0.5rem !important;}.mr-1 {margin-right: 0.5rem !important;}.p-0 {padding: 0 !important;}.pt-1 {padding-top: 0.5rem !important;}.pb-1 {padding-bottom: 0.5rem !important;}.pl-1 {padding-left: 0.5rem !important;}.pr-1 {padding-right: 0.5rem !important;}.px-2 {padding-left: 1rem !important;padding-right: 1rem !important;}.py-2 {padding-top: 1rem !important;padding-bottom: 1rem !important;}.text-left {text-align: left !important;}.text-center {text-align: center !important;}.text-right {text-align: right !important;}.text-sm {font-size: var(--size-sm);}.text-md {font-size: var(--size-md);}.text-lg {font-size: var(--size-lg);}.text-xl {font-size: var(--size-xl);}.text-2xl {font-size: var(--size-2xl);}.fw-normal {font-weight: 400 !important;}.fw-bold {font-weight: 700 !important;}.title-font {font-family: var(--font-title);font-weight: 700;}.body-font {font-family: var(--font-body);font-weight: 400;}.d-block {display: block !important;}.d-inline {display: inline !important;}.d-inline-block {display: inline-block !important;}.d-flex {display: flex !important;}.flex-column {flex-direction: column !important;}.flex-row {flex-direction: row !important;}.justify-center {justify-content: center !important;}.align-center {align-items: center !important;}.space-between {justify-content: space-between !important;}.sr-only {position: absolute !important;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0 0 0 0);white-space: nowrap;border: 0;}.w-100 {width: 100% !important;}.max-w-screen {max-width: 100vw !important;}.container {width: 100%;max-width: 1280px;margin-left: auto;margin-right: auto;padding-left: 1rem;padding-right: 1rem;}.bg-dark {background-color: var(--color-bg-dark) !important;}.bg-medium {background-color: var(--color-bg-medium) !important;}.bg-primary {background-color: var(--color-primary) !important;}.bg-secondary {background-color: var(--color-secondary) !important;}.bg-accent {background-color: var(--color-accent) !important;}.text-white {color: var(--color-text) !important;}.text-muted {color: var(--color-text-muted) !important;}.text-primary {color: var(--color-primary) !important;}.text-secondary {color: var(--color-secondary) !important;}.text-accent {color: var(--color-accent) !important;}.button, .visit-button {display: flex;justify-content: center;align-items: center;width: 80%;max-width: 320px;margin: 0 auto;padding: 0.75rem 1.25rem;font-size: 1rem;font-weight: 700;font-family: var(--font-body);color: var(--btn-light);background: linear-gradient(to right, var(--btn-orange), var(--btn-pink));border: none;cursor: pointer;text-decoration: none;clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);transition: all 0.3s ease;text-align: center;}.button:hover, .visit-button:hover {background: linear-gradient(to right, var(--btn-pink), var(--btn-orange));}.button-outline {background: transparent;border: 5px solid var(--btn-pink);color: var(--btn-light);clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);transition: all 0.3s ease;}.button-outline:hover {background: var(--btn-pink);border-color: var(--btn-orange);color: var(--btn-light);}.button[role='button'], .button-outline[role='button'] {outline: none;}.button:focus-visible, .button-outline:focus-visible {box-shadow: 0 0 0 3px var(--color-highlight);}.site-header {background-color: var(--color-bg-medium);border-bottom: 1px solid var(--color-bg-light);position: relative;z-index: 100;}.header-container {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;max-width: 1280px;margin: 0 auto;padding: 1rem;position: relative;}.logo {flex: 1;display: flex;justify-content: center;}.logo img {height: 48px;}.nav-toggle {display: none;}.burger {display: flex;align-items: center;justify-content: center;cursor: pointer;color: var(--color-text);z-index: 999;}.main-nav {display: none;}.main-nav ul {list-style: none;display: flex;gap: 2rem;}.main-nav a {text-decoration: none;color: var(--color-text);font-weight: bold;font-size: 1rem;}.main-nav a:hover {color: var(--color-highlight);}.mobile-nav {display: none;position: absolute;top: 100%;right: 1rem;background-color: var(--color-bg-dark);border: 1px solid var(--color-bg-light);padding: 1rem;width: 260px;box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);border-radius: 0.5rem;}.mobile-nav ul {list-style: none;padding: 0;}.mobile-nav li + li {margin-top: 1rem;}.mobile-nav a {text-decoration: none;color: var(--color-text);font-weight: 600;}.mobile-nav a:hover {color: var(--color-highlight);}.nav-toggle:checked ~ .mobile-nav {display: block;}@media (min-width: 992px) {.burger, .mobile-nav {display: none !important;}.main-nav {display: block;}}.hero {background-color: var(--color-bg-dark);padding: 1rem;text-align: center;}.hero-container {max-width: 960px;margin: 0 auto;}.hero-title {font-family: var(--font-title);font-weight: 700;font-size: 2rem;color: var(--color-highlight);margin-bottom: 1rem;}.hero-title .year {color: var(--color-accent);}.hero-description {font-family: var(--font-body);font-size: 1rem;color: var(--color-text-muted);margin-bottom: 0.2rem;line-height: 1.8;display: none;}.meta-badge {display: inline-block;padding: 0.2em 0.4em;background-color: #f0f4f8;color: #333;border-radius: 1em;font-size: 0.9rem;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);margin-bottom: 0.2rem;}.trust-badges {display: flex;flex-wrap: wrap;justify-content: center;gap: 1.5rem;}.trust-badges .badge {display: flex;flex-direction: column;align-items: center;color: var(--color-text);font-size: 0.875rem;}.trust-badges img {height: 20px;width: 100%;object-fit: contain;margin-bottom: 0.5rem;}@media (min-width: 768px) {.hero-description {display: block;}}.leaderboard {background-color: var(--color-bg-medium);padding: 0.2rem 1rem 1rem 1rem;border-top: 1px solid var(--color-bg-light);border-bottom: 1px solid var(--color-bg-light);}.leaderboard-container {max-width: 1280px;margin: 0 auto;}.leaderboard-heading {text-align: center;font-family: var(--font-title);font-size: var(--size-xl);color: var(--color-highlight);margin-bottom: 2.5rem;}.offer-list {display: flex;flex-direction: column;gap: 2rem;}.offer-card--mobile {display: block;}.offer-card--desktop {display: none;}@media (min-width: 992px) {.offer-card--mobile {display: none;}.offer-card--desktop {display: block;}}@media (min-width: 992px) {.desktop-card {display: block;}.mobile-card {display: none;}}@media (max-width: 991px) {.desktop-card {display: none;}.mobile-card {display: block;}.mobile-card {display: block;color: white;background: #222;padding: 0.5rem 1.5rem;clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);position: relative;overflow: hidden;animation: fadeInUp 0.6s ease-out both;z-index: 1;}.mobile-card::before {content: '';position: absolute;top: -450px;left: -150px;right: -150px;bottom: -450px;background: conic-gradient( #7e1891, #e73879, #f26b0f, #fcc737, #f9e6cf, #fcc737, #f26b0f, #e73879, #7e1891 );animation: spin 4s linear infinite;border-radius: 20px;z-index: -2;}.mobile-card::after {content: '';position: absolute;top: 1px;left: 1px;right: 1px;bottom: 1px;background: #111;clip-path: inherit;z-index: -1;}.card-body {display: flex;flex-direction: row;}.card-left {width: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 1rem;background: rgba(255, 106, 0, 0.1);border-right: 2px solid #ff6a00;}.card-left img {width: 100%;height: auto;object-fit: contain;margin-bottom: 0.5rem;}.stars {display: flex;align-items: center;gap: 4px;}.stars span {color: gold;font-size: 1.5rem;}.score {margin-top: 0.5rem;padding: 0.25rem 0.75rem;background: linear-gradient(90deg, #ff6a00, #ffcc00);color: #000;font-weight: bold;font-size: 1.2rem;border-radius: 999px;box-shadow: 0 2px 5px rgba(255, 106, 0, 0.3);min-width: 60px;text-align: center;}.card-right {width: 50%;padding: 1rem;display: flex;flex-direction: column;justify-content: center;}.visit-button {width: 100%;}.welcome {font-size: 1.2rem;font-weight: bold;margin-bottom: 0.5rem !important;text-align: center;}.welcome-title {font-size: 1rem;font-weight: bold;color: #ff6a00;}.mobile-footer {text-align: center;font-size: 0.75rem;background: #111;color: #aaa;padding-top: 0.5rem;border-top: 1px solid #333;}}@keyframes fadeInUp {from {opacity: 0;transform: translateY(10px);}to {opacity: 1;transform: translateY(0);}}@keyframes spin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}@media (min-width: 992px) {.mobile-card {display: none;}.desktop-card {border: 1px solid #ff6a00;border-radius: 8px;display: grid;grid-template-columns: 50px 220px auto auto 200px auto;align-items: center;width: 100%;color: white;background: #222;font-family: inherit;box-sizing: border-box;animation: fadeInUp 0.6s ease-out both;overflow: hidden;position: relative;padding: 0.5rem 1.5rem;clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);z-index: 1;}.desktop-card::before {content: '';position: absolute;top: -650px;bottom: -650px;left: -450px;right: -450px;background: conic-gradient( #7e1891, #e73879, #f26b0f, #fcc737, #f9e6cf, #fcc737, #f26b0f, #e73879, #7e1891 );animation: spin 4s linear infinite;border-radius: 20px;z-index: -2;}.desktop-card::after {content: '';position: absolute;top: 1px;left: 1px;right: 1px;bottom: 1px;background: #111;clip-path: inherit;z-index: -1;}.cell {padding: 1rem;display: flex;justify-content: center;align-items: center;position: relative;height: 100%;}.cell.logo img {width: 100%;height: auto;object-fit: contain;border-radius: 8px;}.cell.welcome {flex-direction: column;justify-content: center;align-items: center;font-weight: bold;font-size: 1rem;}.welcome {font-size: 1.3rem;margin-bottom: 0.5rem;}.welcome-title {font-size: 1rem;color: #ff6a00;}.cell.score {flex-direction: column;}.stars {display: flex;align-items: center;gap: 4px;}.stars span {color: gold;font-size: 1.5rem;}.votes {color: #aaa;font-size: 0.85rem;}.divider::after {content: '';position: absolute;top: 10%;right: 0;width: 2px;height: 60%;background: linear-gradient(to bottom, #ffffff29, #33333329);animation: glow 2s ease-in-out infinite alternate;}@keyframes glow {0% {filter: brightness(1);}100% {filter: brightness(2.5);}}.benefits {padding: 0.75rem;border-radius: 6px;font-size: 0.85rem;line-height: 1.5;}.benefits-list {list-style: none;padding-left: 0;margin: 0;}.benefits-list li {padding-left: 1.5rem;position: relative;}.benefits-list li::before {content: '✓';position: absolute;left: 0;top: 0.1rem;color: #28a745;font-weight: bold;}.desktop-footer {grid-column: span 6;text-align: center;font-size: 0.75rem;background: #111;color: #aaa;padding: 0.25rem;border-top: 1px solid #333;}.visit-button {width: 100%;justify-content: center;}}.legal-disclaimer {width: 100%;background: #1a1a1a;border-top: 1px solid #333;padding: 0.75rem 1rem;font-size: 0.75rem;color: #aaa;box-shadow: inset 0 1px 0 #2a2a2a;}.disclaimer-content {max-width: 1200px;margin: 0 auto;display: flex;align-items: center;gap: 0.75rem;line-height: 1.4;}.disclaimer-content img {flex-shrink: 0;display: inline-block;vertical-align: middle;filter: brightness(0.9);}.evaluation-criteria {background: #111;color: #eee;padding: 2rem 1rem;border-top: 2px solid #222;}.evaluation-criteria .container {max-width: 1100px;margin: 0 auto;}.section-title {font-family: 'Gorditas Bold', sans-serif;font-size: 1.75rem;margin-bottom: 1rem;color: #fcc737;}.section-intro {font-size: 1rem;color: #ccc;margin-bottom: 2rem;}.criteria-list {list-style: none;padding: 0;margin: 0;}.criteria-title {font-size: 1.25rem;color: #f26b0f;margin-bottom: 0.25rem;}.criteria-description {font-size: 0.95rem;color: #fff;line-height: 1.6;margin-bottom: 1.5rem;}.prefooter-logos {padding: 2rem 1rem;background-color: #111;text-align: center;}.logo-row {display: flex;flex-wrap: wrap;gap: 1.5rem;justify-content: center;align-items: center;}.logo-row img {height: 40px;max-width: 100%;object-fit: contain;filter: brightness(0.95);transition: transform 0.3s ease;}.logo-row a:hover img {transform: scale(1.05);filter: brightness(1.1);}.main-footer {background-color: #111;color: #aaa;padding: 2rem 1rem;font-size: 1rem;border-top: 1px solid #333;}.footer-container {max-width: 1200px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 2rem;text-align: center;}.footer-logo img, .footer-age-icon img {max-height: 48px;filter: brightness(0.9);}.footer-links {display: flex;flex-wrap: wrap;gap: 2rem;justify-content: center;flex: 1 1 300px;}.footer-links ul {list-style: none;padding: 0;margin: 0;}.footer-links li {margin-bottom: 0.5rem;}.footer-links a {color: #aaa;text-decoration: none;transition: color 0.2s ease;}.footer-links a:hover {color: #fff;}.footer-copy {width: 100%;text-align: center;margin-top: 1rem;font-size: 1rem;color: #fff;border-top: 1px solid #222;padding-top: 1rem;}.footer-about {font-size: 1rem;color: #fff;max-width: 600px;margin: 0.75rem auto 1rem auto;line-height: 1.5;text-align: center;}.footer-disclaimer {font-size: 1rem;color: #fff;margin-top: 0.5rem;text-align: center;line-height: 1.4;padding: 0 1rem;}.page-banner {background: #111;padding: 3rem 1.5rem 2rem;text-align: center;color: #fff;border-bottom: 1px solid #222;}.page-banner-container {max-width: 960px;margin: 0 auto;}.page-banner-title {font-family: 'Gorditas', serif;font-weight: 700;font-size: 2rem;margin-bottom: 0.5rem;color: #fcc737;}.page-banner-description {font-size: 1rem;color: #aaa;line-height: 1.6;max-width: 700px;margin: 0 auto;}.legal-wrapper {max-width: 960px;margin: 0 auto;padding: 2rem 1rem;color: #ffffff;font-family: 'Gorditas', sans-serif;line-height: 1.6;background-color: #111111;}.legal-wrapper h1, .legal-wrapper h2, .legal-wrapper h3 {font-family: 'Gorditas Bold', serif;color: #fcc737;margin-top: 2rem;margin-bottom: 1rem;}.legal-wrapper p {margin-bottom: 1.5rem;color: #dddddd;}.legal-wrapper ul {margin-left: 1.5rem;margin-bottom: 1.5rem;}.legal-wrapper ul li {margin-bottom: 0.5rem;}.legal-wrapper strong {color: #f26b0f;}.sitemap-list {list-style: none;padding: 0;margin: 2rem 0;}.sitemap-list li {margin-bottom: 1.5rem;}.sitemap-list li a {font-weight: 600;color: #fcc737;text-decoration: none;font-size: 1.1rem;display: inline-block;}.sitemap-list li a:hover {text-decoration: underline;color: #f26b0f;}.sitemap-list p {font-size: 0.95rem;color: #aaa;margin-top: 0.25rem;}.section-post {background-color: #111;color: #fff;padding: 2rem 1.5rem;max-width: 900px;margin: 0 auto;font-family: 'Gorditas', sans-serif;line-height: 1.7;font-size: 1rem;}.section-post h2, .section-post h3 {font-family: 'Gorditas', sans-serif;font-weight: 700;color: #fcc737;margin-top: 2rem;margin-bottom: 0.75rem;line-height: 1.4;}.section-post h2 {font-size: 2rem;text-align: center;color: #e73879;margin-bottom: 2rem;}.section-post h3 {font-size: 1.3rem;}.section-post p {margin-bottom: 1.2rem;color: #ccc;}.section-post strong {color: #fff;font-weight: 700;}.section-post ul {padding-left: 1.25rem;margin-bottom: 1.5rem;}.section-post ul li {margin-bottom: 0.75rem;position: relative;color: #aaa;}.content-block ul li::before, .section-post ul li::before {content: '✓';color: #f26b0f;font-weight: bold;position: absolute;left: -1.25rem;}.section-post a {color: #fcc737;text-decoration: underline;transition: color 0.2s ease;}.section-post a:hover {color: #f26b0f;}.section-post blockquote {background: #222;border-left: 4px solid #7e1891;padding: 1rem;margin: 1.5rem 0;color: #aaa;font-style: italic;}@media screen and (max-width: 600px) {.section-post {padding: 1.5rem 1rem;}.section-post h2 {font-size: 1.6rem;}.section-post h3 {font-size: 1.15rem;}.section-post p, .section-post li {font-size: 0.95rem;}}.content-section {padding: 4rem 1.5rem;color: #fff;background: #111;line-height: 1.6;}.section-header h1 {font-family: 'Gorditas', sans-serif;font-size: 2rem;margin-bottom: 2rem;text-align: center;}.content-block {margin-bottom: 2.5rem;}.content-block h3, .content-block h2 {font-size: 1.5rem;margin-bottom: 1rem;color: #fcc737;}.content-block p {font-size: 1.05rem;color: #ddd;}.vip-highlight-section {background-color: #111;color: #fff;padding: 4rem 1.5rem;text-align: center;}.section-intro h2 {font-size: 2rem;font-weight: 700;font-family: 'Gorditas', sans-serif;color: #fcc737;margin-bottom: 1rem;}.section-subtext {font-size: 1.125rem;max-width: 700px;margin: 0 auto;color: #ddd;line-height: 1.6;}