@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
}

html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    overflow-x: clip;
}

body {
    background-color: #ffffff;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip;
}

img {
    max-width: 100%;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

img, video {
    height: auto;
}

a {
    color: inherit;
    text-decoration: inherit;
}

ul, menu {
    list-style: none;
}

button {
    font: inherit;
    background: transparent;
    border: none;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { inset: 0; }
.z-10 { z-index: 10; }
.z-0 { z-index: 0; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }

.w-full { width: 100%; }
.h-full { height: 100%; }
.h-auto { height: auto; }
.max-w-\[1300px\] { max-width: 1300px; }
.max-w-\[420px\] { max-width: 420px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pt-\[30px\] { padding-top: 30px; }
.pb-2 { padding-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-\[8px\] { margin-bottom: 8px; }
.mb-\[12px\] { margin-bottom: 12px; }
.mt-2 { margin-top: 0.5rem; }
.mt-\[14px\] { margin-top: 14px; }
.mt-auto { margin-top: auto; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-\[6px\] { gap: 6px; }
.gap-\[10px\] { gap: 10px; }
.gap-\[2px\] { gap: 2px; }
.gap-0 { gap: 0; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: 1fr; }

.text-center { text-align: center; }
.text-\[36px\] { font-size: 36px; }
.text-\[18px\] { font-size: 18px; }
.text-\[16px\] { font-size: 16px; }
.text-\[15px\] { font-size: 15px; }
.text-\[14px\] { font-size: 14px; }
.text-\[13px\] { font-size: 13px; }
.text-\[12px\] { font-size: 12px; }
.text-\[10px\] { font-size: 10px; }
.text-\[9px\] { font-size: 9px; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }
.leading-\[1\.1\] { line-height: 1.1; }
.leading-\[1\.2\] { line-height: 1.2; }
.leading-\[1\.6\] { line-height: 1.6; }
.tracking-\[-0\.03em\] { letter-spacing: -0.03em; }
.tracking-\[0\.5px\] { letter-spacing: 0.5px; }
.uppercase { text-transform: uppercase; }
.whitespace-nowrap { white-space: nowrap; }

.text-white { color: #ffffff; }
.text-\[\#0a0a0a\] { color: #0a0a0a; }
.text-blue-500 { color: #3080ff; }
.text-slate-500 { color: #62748e; }
.text-slate-400 { color: #90a1b9; }
.text-slate-300 { color: #cad5e2; }
.text-neutral-950 { color: #0a0a0a; }
.text-emerald-600 { color: #009767; }

.bg-white { background-color: #ffffff; }
.bg-slate-50 { background-color: #f8fafc; }
.bg-black\/85 { background-color: rgba(0,0,0,0.85); }
.bg-black\/50 { background-color: rgba(0,0,0,0.5); }
.bg-transparent { background-color: transparent; }
.bg-red-500 { background-color: #fb2c36; }
.border-2 { border-width: 2px; }
.border-slate-200 { border-color: #e2e8f0; }
.border-t { border-top-width: 1px; }
.border-transparent { border-color: transparent; }
.rounded-\[24px\] { border-radius: 24px; }
.rounded-\[12px\] { border-radius: 12px; }
.rounded-\[10px\] { border-radius: 10px; }
.rounded-\[9px\] { border-radius: 9px; }
.rounded-full { border-radius: 9999px; }
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }
.shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.03\)\] { box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.15\)\] { box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.04\)\] { box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.shadow-\[0_8px_24px_rgba\(0\,0\,0\,0\.2\)\] { box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.shadow-\[0_4px_14px_rgba\(99\,102\,241\,0\.25\)\] { box-shadow: 0 4px 14px rgba(99,102,241,0.25); }
.pointer-events-none { pointer-events: none; }
.aspect-1018\/572 { aspect-ratio: 1018 / 572; }
.shrink-0 { flex-shrink: 0; }
.w-\[6px\] { width: 6px; }
.h-\[6px\] { height: 6px; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.h-7 { height: 1.75rem; }
.size-4 { width: 1rem; height: 1rem; }

.transition-transform { transition: transform 0.15s ease-out; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.ease-out { transition-timing-function: cubic-bezier(0,0,0.2,1); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:-translate-y-3:hover { transform: translateY(-0.75rem); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:translate-x-1 { transform: translateX(0.25rem); }
.group:hover .group-hover\:translate-x-full { transform: translateX(100%); }
.group:hover .group-hover\:opacity-100 { opacity: 1; }

.bg-linear-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-\[\#3b82f6\] { --tw-gradient-from: #3b82f6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.to-\[\#8b5cf6\] { --tw-gradient-to: #8b5cf6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-\[\#2563eb\] { --tw-gradient-from: #2563eb; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.to-\[\#7c3aed\] { --tw-gradient-to: #7c3aed; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-white\/20 { --tw-gradient-via: rgba(255,255,255,0.2); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to, transparent); }
.from-transparent { --tw-gradient-from: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent); }
.to-transparent { --tw-gradient-to: transparent; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.min-h-screen { min-height: 100vh; }
.min-h-dvh { min-height: 100dvh; }
.min-h-\[100vh\] { min-height: 100vh; }

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0); }
    33% { transform: translateY(-20px) rotate(5deg); }
    66% { transform: translateY(10px) rotate(-3deg); }
}
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(16px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes pulseDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
.animate-float { animation: float 20s ease-in-out infinite; }
.animate-float-delay { animation: float 20s ease-in-out infinite 5s; }
.animate-fadeInUp { animation: fadeInUp 0.7s ease-out 0.1s backwards; }

@media (min-width: 640px) {
    .sm\:flex { display: flex !important; }
    .sm\:hidden { display: none !important; }
    .sm\:block { display: block !important; }
    .sm\:text-\[64px\] { font-size: 64px; }
    .sm\:text-\[24px\] { font-size: 24px; }
    .sm\:text-\[22px\] { font-size: 22px; }
    .sm\:text-\[18px\] { font-size: 18px; }
    .sm\:text-\[15px\] { font-size: 15px; }
    .sm\:text-\[14px\] { font-size: 14px; }
    .sm\:text-\[13px\] { font-size: 13px; }
    .sm\:text-\[12px\] { font-size: 12px; }
    .sm\:text-\[10px\] { font-size: 10px; }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
    .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
    .sm\:py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
    .sm\:p-5 { padding: 1.25rem; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:max-w-none { max-width: none; }
    .sm\:gap-3 { gap: 0.75rem; }
    .sm\:mb-2 { margin-bottom: 0.5rem; }
    .sm\:mb-\[10px\] { margin-bottom: 10px; }
    .sm\:mt-0 { margin-top: 0; }
    .sm\:top-5 { top: 1.25rem; }
    .sm\:right-5 { right: 1.25rem; }
    .sm\:left-5 { left: 1.25rem; }
    .sm\:rounded-\[12px\] { border-radius: 12px; }
    .sm\:text-left { text-align: left; }
    .sm\:py-\[14px\] { padding-top: 14px; padding-bottom: 14px; }
    .sm\:px-\[28px\] { padding-left: 28px; padding-right: 28px; }
}
@media (min-width: 768px) {
    .md\:max-w-\[620px\] { max-width: 620px; }
}

.hover\:shadow-\[0_6px_20px_rgba\(99\,102\,241\,0\.4\)\]:hover { box-shadow: 0 6px 20px rgba(99,102,241,0.4); }
.hover\:shadow-\[0_20px_60px_rgba\(0\,0\,0\,0\.12\)\]:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.12); }
.group:hover .group-hover\:scale-x-100 { transform: scaleX(1); }
.active\:scale-\[0\.99\]:active { transform: scale(0.99); }
.active\:scale-\[0\.97\]:active { transform: scale(0.97); }

.origin-left { transform-origin: left; }
.scale-x-0 { transform: scaleX(0); }
.transition { transition: all 0.15s ease-out; }
.transition-colors { transition: color 0.15s, background-color 0.15s, border-color 0.15s; }
.transition-opacity { transition: opacity 0.15s ease-out; }
.duration-150 { transition-duration: 150ms; }
.inline-flex { display: inline-flex; }
.gap-\[5px\] { gap: 5px; }
.px-\[10px\] { padding-left: 10px; padding-right: 10px; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.py-\[12px\] { padding-top: 12px; padding-bottom: 12px; }
.px-\[16px\] { padding-left: 16px; padding-right: 16px; }
.pr-\[4px\] { padding-right: 4px; }
.pl-\[12px\] { padding-left: 12px; }
.py-\[4px\] { padding-top: 4px; padding-bottom: 4px; }
.backdrop-blur-\[10px\] { backdrop-filter: blur(10px); }

.search-input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.search-input:focus,
.search-input:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.search-bar {
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.search-bar:focus-within {
    border-color: #93c5fd;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.search-input::placeholder {
    color: #90a1b9;
    opacity: 1;
}

.site-header__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.site-header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 0;
}

.site-header__logo img {
    height: 28px;
    width: auto;
    max-width: 100%;
}

.site-header__ad {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 9999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #62748e;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .site-header__inner {
        padding: 14px 24px;
    }

    .site-header__logo img {
        height: 40px;
    }

    .site-header__ad {
        font-size: 12px;
        padding: 7px 12px;
    }
}

@media (max-width: 640px) {
    .site-header__ad {
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.offer-card {
    min-width: 0;
    max-width: 100%;
}

.offer-card-media {
    position: relative;
    overflow: hidden;
}

.offer-card-media__image-wrap {
    position: relative;
    aspect-ratio: 1018 / 572;
    overflow: hidden;
}

.offer-card-media__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-card-media__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}

.offer-card-badges {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.offer-card-badge {
    position: absolute;
    z-index: 2;
    pointer-events: auto;
}

.offer-card-badge--limited {
    top: 0.5rem;
    left: 0.5rem;
    right: auto;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 5.5rem);
}

.offer-card-badge--price {
    top: 0.5rem;
    right: 0.5rem;
    left: auto;
    background: #fff;
    padding: 0.375rem 0.5rem;
    border-radius: 9999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    max-width: calc(50% - 0.25rem);
}

.offer-card-badge--price > div:first-child {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #62748e;
    line-height: 1.2;
    text-align: center;
}

.offer-card-badge--price > div:last-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.offer-card > .p-4,
.offer-card > .sm\:p-5 {
    padding: 1rem;
    min-width: 0;
}

@media (min-width: 640px) {
    .offer-card-badge--limited {
        top: 1.25rem;
        left: 1.25rem;
        padding: 0.5rem 1rem;
        font-size: 12px;
        max-width: calc(100% - 8rem);
    }

    .offer-card-badge--price {
        top: 1.25rem;
        right: 1.25rem;
        padding: 0.5rem 0.75rem;
        max-width: calc(50% - 0.5rem);
    }

    .offer-card-badge--price > div:first-child {
        font-size: 10px;
    }

    .offer-card-badge--price > div:last-child {
        font-size: 18px;
    }

    .offer-card .offer-card-body,
    .offer-card > .p-4 {
        padding: 16px;
    }
}

.search-empty {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #62748e;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.offer-item.is-hidden {
    display: none;
}

.legal-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.legal-page main {
    flex: 1 0 auto;
}

.legal-header {
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 0;
}

.legal-header .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.legal-header a {
    font-weight: 700;
    font-size: 18px;
    color: #0a0a0a;
}

.legal-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 24px 48px;
    word-break: break-word;
}

.legal-content h1 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.legal-content .doc-updated {
    color: #62748e;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.legal-content h2 {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    margin: 2rem 0 0.75rem;
}

.legal-content h3 {
    font-size: 1.125rem;
    margin: 1.5rem 0 0.5rem;
}

.legal-content h4 {
    font-size: 1rem;
    margin: 1.25rem 0 0.5rem;
}

.legal-content p,
.legal-content li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #334155;
}

.legal-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal-content a {
    color: #3080ff;
    text-decoration: underline;
}

.footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 40px 0 24px;
    margin-top: auto;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.footer .col-md-3 img {
    max-height: 40px;
    width: auto;
    margin-bottom: 12px;
}

.footer b {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #0a0a0a;
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
    color: #62748e;
}

.footer ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer ul a {
    font-size: 14px;
    color: #3080ff;
    text-decoration: underline;
}

.footer .copyright {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    font-size: 13px;
    color: #62748e;
}

@media (min-width: 768px) {
    .footer .row {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

@media (max-width: 900px) {
    .hero-grid > *,
    .grid > *,
    .max-w-\[1300px\] > * {
        min-width: 0;
        max-width: 100%;
    }

    .grid.grid-cols-1 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .max-w-\[420px\] {
        max-width: 100%;
    }

    .offer-card h2 {
        font-size: clamp(1rem, 4.5vw, 1.125rem);
        word-break: break-word;
    }

    .offer-card-badge--price > div:last-child {
        font-size: clamp(12px, 3.5vw, 16px);
    }

    .offer-card-badge--limited span:last-child {
        white-space: nowrap;
    }

    .offer-card .whitespace-nowrap {
        white-space: normal;
    }

    .offer-card .flex.flex-wrap.gap-\[6px\] {
        gap: 6px;
    }

    .offer-card .group\/cta {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }

    .offer-card > .p-4 {
        padding: 16px;
    }

    .grid > a {
        min-width: 0;
        max-width: 100%;
    }

    .search-input {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    form .flex.items-center {
        flex-wrap: wrap;
        gap: 8px;
    }

    form button[type="submit"] {
        max-width: 100%;
    }

    .footer p,
    .footer .copyright {
        word-break: break-all;
    }

    .legal-content {
        padding: 24px 16px 40px;
    }
}

@media (max-width: 480px) {
    .px-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .legal-header .container,
    .footer .container {
        padding: 0 16px;
    }
}
