@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html,
body {
    font-family: "Inter", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

nav .text-sm,
header .text-sm {
    font-size: 15px !important;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes growBar {
    from {
        transform: scaleY(0);
        opacity: 0;
    }

    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

.bar-animation {
    height: var(--bar-height);
    min-height: 8px;
    transform-origin: bottom center;
    animation: growBar 1s ease-out var(--delay) both;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-500 {
    animation-delay: 0.5s;
}

.delay-700 {
    animation-delay: 0.7s;
}

.delay-1000 {
    animation-delay: 1s;
}

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

    100% {
        transform: translateX(100%);
    }
}

.animate-shimmer {
    animation: shimmer 1.5s ease-in-out infinite;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sticky-fixed {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

/* Slider Styles */
.slider-section {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.hero-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.hero-swiper .swiper-wrapper {
    width: 100%;
}

.hero-swiper .swiper-slide {
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(15, 23, 42, 0.85) 0%,
        rgba(15, 23, 42, 0.4) 55%,
        transparent 100%
    );
    display: flex;
    align-items: center;
    padding: 0;
}

.slide-overlay > div {
    width: 100%;
    display: flex;
    align-items: center;
}

.slide-content {
    max-width: 800px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.slide-badge {
    display: inline-block;
    background: #ff1c4c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.slide-title {
    font-weight: 700;
    color: #fff;
    line-height: 65px;
    margin-bottom: 12px;
    font-size: 50px;
}

.slide-title span {
    background: linear-gradient(92.5deg, #ff1c4c 1.27%, #d91843 82.8%);
    -webkit-text-fill-color: transparent;
    color: #0000;
    will-change: auto;
    backface-visibility: hidden;
    white-space: normal;
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-swiper .swiper-slide[data-slide="instagram"] .slide-title span {
    background: linear-gradient(92.5deg, #833ab4 0%, #fd1d1d 50%, #f77737 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-swiper .swiper-slide[data-slide="tiktok"] .slide-title span {
    background: linear-gradient(92.5deg, #25f4ee 0%, #fe2c55 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-swiper .swiper-slide[data-slide="youtube"] .slide-title span {
    background: linear-gradient(92.5deg, #ff0000 0%, #cc0000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.slide-desc {
    font-size: 16px;
    color: #d5cfc7;
    line-height: 1.45;
    margin-bottom: 20px;
}

.slide-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 15px;
    height: 42px !important;
    border: 1px solid #fff;
    gap: 5px;
    transition: all 0.3s ease;
}

.slide-cta:hover {
    background: #d91843;
    color: #fff;
    transform: translateY(-1px);
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
    color: #fff;
}

.hero-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.hero-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-swiper {
    position: relative;
}

.swipper-pagination-buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swipper-pagination-buttons > div {
    width: 100%;
    overflow: visible;
    display: flex;
    justify-content: center;
}

.swipper-pagination-buttons-content {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.swipper-pagination-buttons button {
    background-color: #252528;
    width: 265px;
    min-width: 265px;
    height: 70px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.swipper-pagination-buttons-content button.active:nth-child(1),
.swipper-pagination-buttons-content button:nth-child(1):hover {
    background-color: #801686;
}

.swipper-pagination-buttons-content button.active:nth-child(2),
.swipper-pagination-buttons-content button:nth-child(2):hover {
    background-color: #1877f2;
}

.swipper-pagination-buttons-content button.active:nth-child(3),
.swipper-pagination-buttons-content button:nth-child(3):hover {
    background-color: #000000;
}

.swipper-pagination-buttons-content button.active:nth-child(4),
.swipper-pagination-buttons-content button:nth-child(4):hover {
    background-color: #ff0000;
}

.swipper-pagination-buttons-content button.active:nth-child(5),
.swipper-pagination-buttons-content button:nth-child(5):hover {
    background-color: #1da1f2;
}

.swipper-pagination-buttons button img {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-right: 3px solid #fff;
}

.swipper-pagination-button-dot {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.swipper-pagination-buttons button:hover .swipper-pagination-button-dot {
    transform: translate(100%, -50%);
}

.swipper-pagination-button-dot span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
}

.swipper-pagination-buttons-content button.active {
    opacity: 1;
}

.swipper-pagination-buttons-content button:not(.active) {
    opacity: 0.85;
}

.swipper-pagination-buttons-content button:nth-child(1).active {
    background-color: #801686;
}

.swipper-pagination-buttons-content button:nth-child(2).active {
    background-color: #1877f2;
}

.swipper-pagination-buttons-content button:nth-child(3).active {
    background-color: #000000;
}

.swipper-pagination-buttons-content button:nth-child(4).active {
    background-color: #ff0000;
}

.swipper-pagination-buttons-content button:nth-child(5).active {
    background-color: #1da1f2;
}

.slide-cta:hover {
    --tw-bg-opacity: 1;
    background-color: #d91843;
    border-color: #0000;
    width: fit-content;
    max-width: 100%;
    box-shadow: inset 0 -20px 30px -10px rgba(255, 28, 76, 0.5);
}

.swiper-pagination {
    display: none;
}

/* Listings tabs */
.listings-tab-btn {
    border-bottom: 2px solid transparent;
}

.listings-tab-btn .listings-tab-icon {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
    opacity: 0.95;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.listings-tab-btn.active {
    background: rgba(255, 28, 76, 0.1);
    color: #ff1c4c;
    border-bottom-color: #ff1c4c;
}

.listings-tab-btn.active .listings-tab-icon {
    color: #ff1c4c;
}

.dark .listings-tab-btn.active {
    background: rgba(255, 28, 76, 0.2);
}

.listings-tab-btn:not(.active) {
    color: #64748b;
}

.listings-tab-btn:not(.active) .listings-tab-icon {
    color: #94a3b8;
}

.dark .listings-tab-btn:not(.active) {
    color: #94a3b8;
}

.dark .listings-tab-btn:not(.active) .listings-tab-icon {
    color: #64748b;
}

.listings-tab-btn:hover:not(.active) .listings-tab-icon {
    opacity: 1;
}

/* İlan listesi grid */
.listings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

/* Oyunlar bölümü */
.games-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.games-section__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.games-section__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ff1c4c;
    color: #fff;
}

.games-section__icon .material-symbols-outlined {
    font-size: 18px;
}

.games-section__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.dark .games-section__title {
    color: #fff;
}

.games-section__all-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ff1c4c;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.games-section__all-link:hover {
    opacity: 0.85;
}

.games-section__all-link .material-symbols-outlined {
    font-size: 18px;
}

.games-section__row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.games-section__row::-webkit-scrollbar {
    display: none;
}

.games-section__card {
    position: relative;
    flex-shrink: 0;
    width: calc(25% - 9px);
    min-width: 88px;
    aspect-ratio: 1 / 1.3;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}

.games-section__card-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s;
    transform: perspective(900px) translateY(0) rotateX(0) translateZ(0);
}

.games-section__card-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.games-section__card:hover .games-section__card-bg {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
}

.games-section__card:hover .games-section__card-bg::after {
    opacity: 1;
}

.games-section__card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.games-section__card-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding: 12px;
    transition: padding 0.4s;
}

.games-section__card:hover .games-section__card-content {
    padding-bottom: 25px;
}

.games-section__card-content img {
    position: static;
    width: auto;
    max-width: 80%;
    max-height: 60%;
    height: auto;
    object-fit: contain;
}

/* Haberler bölümü */
.news-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.news-section__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f172a;
}

.dark .news-section__title {
    color: #fff;
}

.news-section__view-all {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 8px 20px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
}

.dark .news-section__view-all {
    border-color: #3f4454;
    color: #e2e8f0;
}

.news-section__view-all:hover {
    border-color: #ff1c4c;
    color: #ff1c4c;
}

.news-section__grid {
    display: grid;
    gap: 12px;
}

.news-featured {
    position: relative;
    display: block;
    min-height: 280px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.news-featured__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.45s ease;
}

.news-featured:hover .news-featured__bg {
    transform: scale(1.04);
}

.news-featured__panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.dark .news-featured__panel {
    background: rgba(37, 38, 49, 0.9);
}

.news-featured__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    color: #0f172a;
    flex: 1;
}

.dark .news-featured__title {
    color: #fff;
}

.news-featured__btn {
    flex-shrink: 0;
    padding: 8px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
    transition:
        border-color 0.2s ease,
        color 0.2s ease;
}

.dark .news-featured__btn {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.news-featured:hover .news-featured__btn {
    border-color: #ff1c4c;
    color: #ff1c4c;
}

.news-small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.news-card {
    position: relative;
    display: block;
    min-height: 130px;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
}

.news-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.45s ease;
}

.news-card:hover .news-card__bg {
    transform: scale(1.06);
}

.news-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.35) 45%,
        transparent 100%
    );
}

.news-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 14px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}

/* Mega menu right panel views */
.mega-right-view.hidden {
    display: none !important;
}

#mega-menu-subcategories-grid::-webkit-scrollbar {
    width: 6px;
}

#mega-menu-subcategories-grid::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.5);
    border-radius: 999px;
}

/* SEO Article section */
.seo-article-section {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.dark .seo-article-section {
    background-color: #181820;
    border-top-color: #233648;
}

.seo-article-box {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 1.75rem 1.75rem 1.25rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    max-height: 230px;
    overflow: hidden;
    position: relative;
}

.dark .seo-article-box {
    background-color: #16202a;
    border-color: #233648;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.6);
}

.seo-article-content {
    max-height: 150px;
    overflow: hidden;
    padding-right: 0.5rem;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.6;
}

.dark .seo-article-content {
    color: #cbd5f5;
}

.seo-article-box:hover .seo-article-content {
    overflow-y: auto;
}

.seo-article-content::-webkit-scrollbar {
    width: 6px;
}

.seo-article-content::-webkit-scrollbar-track {
    background: transparent;
}

.seo-article-content::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.8);
    border-radius: 999px;
}

.dark .seo-article-content::-webkit-scrollbar-thumb {
    background: rgba(51, 65, 85, 0.9);
}

.seo-article-fade {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    background: linear-gradient(
        to top,
        rgba(248, 250, 252, 1),
        rgba(248, 250, 252, 0)
    );
}

.dark .seo-article-fade {
    background: linear-gradient(
        to top,
        rgba(15, 23, 42, 1),
        rgba(15, 23, 42, 0)
    );
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

/* ===== Layout ===== */
.site-box {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.page-wrapper {
    position: relative;
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-direction: column;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
    gap: 10px;
    align-items: stretch;
    margin-top: 20px;
}

.hero-layout__slider {
    min-width: 0;
}

.swiper-shell {
    position: relative;
    height: 100%;
    border-radius: 18px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.04),
        rgba(255, 255, 255, 0.02)
    );
    backdrop-filter: blur(8px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08) inset,
        0 20px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    isolation: isolate;
}

.main-slider {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    height: 100%;
}

.main-slider .swiper-slide {
    height: auto;
}

.main-slider .media {
    position: relative;
    width: 100%;
    aspect-ratio: 1246 / 420;
    height: 100%;
    background: #1a2630;
}

.main-slider .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs-slider {
    height: 88px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
    backdrop-filter: blur(6px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 4px 0;
}

.thumbs-slider .swiper-slide {
    width: 178px;
    height: 88px !important;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.55;
    cursor: pointer;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease,
        box-shadow 0.25s ease;
}

.thumbs-slider .swiper-slide img {
    height: 62px;
    width: auto;
    max-width: 85%;
    margin: 0 auto;
    object-fit: contain;
    display: block;
    filter: saturate(1.05) contrast(1.02);
}

.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.35),
        0 6px 18px rgba(255, 28, 76, 0.25);
}

/* Oyun hızlı menü */
.game-quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    height: 100%;
    min-height: 420px;
}

.game-quick-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 8px 8px;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.dark .game-quick-card {
    border-color: rgba(255, 255, 255, 0.14);
    background: #171b22;
    box-shadow: none;
}

.game-quick-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 4px 6px;
}

.game-quick-card__logo img {
    display: block;
    max-width: 100%;
    max-height: 36px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.game-quick-card__logo span {
    color: #1e293b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.dark .game-quick-card__logo span {
    color: #fff;
}

.game-quick-card__links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: auto;
}

.game-quick-card__links a {
    display: block;
    padding: 7px 10px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #334155;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.dark .game-quick-card__links a {
    background: #232833;
    color: #fff;
}

.game-quick-card__links a:hover {
    background: #e2e8f0;
    color: #ff1c4c;
}

.dark .game-quick-card__links a:hover {
    background: #2d3340;
    color: #ff1c4c;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not(
        [type="file"]
    ),
textarea,
select {
    transition-property:
        color, background-color, border-color, opacity, transform !important;
}

[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-ring-offset-width: 0px !important;
    --tw-ring-offset-color: transparent !important;
    --tw-ring-offset-shadow: 0 0 #0000 !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

/* Anasayfa (index.html) ile aynÄ± footer stilleri */
.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.position-relative {
    position: relative;
}

/* Site logo â€” light/dark */
.site-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.site-logo img {
    width: auto;
    object-fit: contain;
}

.site-logo--header img {
    width: 160px;
    max-height: 40px;
}

.site-logo--footer img {
    width: 180px;
    max-height: 48px;
}

.site-logo .site-logo__dark {
    display: none;
}

.site-logo .site-logo__light {
    display: block;
}

.dark .site-logo .site-logo__light {
    display: none;
}

.dark .site-logo .site-logo__dark {
    display: block;
}

/* ===== Footer ===== */
.footer {
    background-color: #1e1e1f;
    border-top: 1px solid #233648;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181818;
    z-index: 0;
}
@media (min-width: 1024px) {
    .footer::before {
        width: 40%;
    }
}

/* ===== Footer Top ===== */
.footer-top {
    background-color: #242424;
    padding: 0;
}

.footer-top-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}
@media (min-width: 768px) {
    .footer-top-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 1rem;
    border-bottom: 1px solid #363636;
}
@media (min-width: 768px) {
    .footer-logo {
        border-bottom: none;
        border-right: 1px solid #363636;
        padding: 0;
        height: 90px;
    }
}
@media (min-width: 1024px) {
    .footer-logo {
        width: 20%;
    }
}

.footer-logo h2 {
    color: #fff !important;
}

.social-links-footer {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 1rem;
    justify-content: center;
    margin-left: auto;
}
@media (min-width: 768px) {
    .social-links-footer {
        padding: 0;
        padding-left: 30px;
        justify-content: flex-start;
    }
}

.social-links-footer a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e1e1f;
    border-radius: 2px;
}
@media (min-width: 768px) {
    .social-links-footer a {
        width: 50px;
        height: 50px;
    }
}

.social-links-footer a img {
    width: 16px;
    height: 16px;
}

.instagram-link:hover {
    background-color: #c13584;
}
.tik-tok-link:hover {
    background-color: #000000;
}
.twitter-link:hover {
    background-color: #1da1f2;
}
.youtube-link:hover {
    background-color: #ff0000;
}
.facebook-link:hover {
    background-color: #1877f2;
}

.footer-top-buttons {
    display: flex;
    gap: 15px;
}
@media (max-width: 480px) {
    .footer-top-buttons {
        display: none;
    }
}
@media (max-width: 768px) {
    .footer-top-buttons {
        display: none;
    }
}

.footer-top-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    min-width: 0;
    transition: all 0.3s ease;
}
@media (min-width: 480px) {
    .footer-top-buttons a {
        flex: 1;
    }
}
@media (min-width: 768px) {
    .footer-top-buttons a {
        justify-content: start;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 16px;
        min-width: 200px;
        flex: none;
    }
}

.footer-top-button-1 {
    background-color: #425dfe;
    border: 1px solid #425dfe;
}
.footer-top-button-2 {
    background-color: #11d377;
    border: 1px solid #11d377;
}
.footer-top-button-1:hover {
    background-color: transparent;
    color: #425dfe;
}
.footer-top-button-2:hover {
    background-color: transparent;
    color: #11d377;
}

/* ===== Footer Grid ===== */
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    background-color: #1e1e20;
}
@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.footer-company {
    background-color: #181818;
}
@media (min-width: 1024px) {
    .footer-company {
        border-right: 1px solid #363636;
    }
}

.footer-company .footer-links-col {
    padding-left: 1rem;
}
@media (min-width: 1024px) {
    .footer-company .footer-links-col {
        padding-left: 0;
    }
}

/* ===== Footer Links Columns ===== */
.footer-links-col {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #2a2a2b;
}
.footer-links-col:last-child {
    border-bottom: none;
}
@media (min-width: 768px) {
    .footer-links-col {
        padding: 2rem 1.5rem;
        border-bottom: none;
    }
}
@media (min-width: 1024px) {
    .footer-links-col {
        padding: 2rem;
    }
}

.footer-links-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
}
@media (min-width: 768px) {
    .footer-links-title {
        margin-bottom: 1.5rem;
        font-size: 16px;
    }
}

.footer-links-title .material-symbols-outlined {
    color: #ff1c4c;
    font-size: 1.125rem;
}

.footer-links-title--hidden {
    display: none;
}
@media (min-width: 1024px) {
    .footer-links-title--hidden {
        display: flex;
        opacity: 0;
        pointer-events: none;
    }
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    list-style: disc;
    padding-left: 20px;
}

.footer-links-list a {
    transition: color 0.2s;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 3px;
    display: block;
    text-decoration: none;
}
@media (min-width: 768px) {
    .footer-links-list a {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
.footer-links-list a:hover {
    color: #3d5afe;
}

/* ===== Footer Payment Icons ===== */
.footer-payment-icons {
    display: flex;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 1rem 1.25rem;
}
@media (min-width: 768px) {
    .footer-payment-icons {
        padding: 0 1.5rem 2rem;
    }
}
@media (min-width: 1024px) {
    .footer-payment-icons {
        padding: 0 0 2rem;
    }
}
.footer-payment-icons img {
    width: 30px;
}
@media (min-width: 768px) {
    .footer-payment-icons img {
        width: 35px;
    }
}

/* ===== Bottom Footer ===== */
.footer-bottom {
    position: relative;
}
.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #353536;
    z-index: 2;
}
@media (min-width: 768px) {
    .footer-bottom {
        padding: 0 2.5rem;
    }
}

.footer-bottom-inner {
    width: 100%;
    background-color: #1e1e20;
}

.footer-bottom-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
}
@media (min-width: 1024px) {
    .footer-bottom-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.footer-copyright {
    width: 100%;
    background-color: #181818;
    height: auto;
    padding: 14px 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #363636;
}
@media (min-width: 1024px) {
    .footer-copyright {
        width: 20%;
        height: 67px;
        padding: 0;
        border-bottom: none;
        border-right: 1px solid #363636;
    }
}

.footer-copyright p {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
}
@media (min-width: 768px) {
    .footer-copyright p {
        font-size: 0.875rem;
    }
}

.footer-bottom-certifications {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 1rem;
}
@media (min-width: 768px) {
    .footer-bottom-certifications {
        gap: 10px;
    }
}
@media (min-width: 1024px) {
    .footer-bottom-certifications {
        margin-right: auto;
        padding: 0;
        padding-left: 30px;
    }
}

.footer-bottom-certifications img {
    height: 35px;
}
@media (min-width: 768px) {
    .footer-bottom-certifications img {
        height: 45px;
    }
}

.footer-bottom-nav {
    padding: 12px 1rem;
}
@media (min-width: 1024px) {
    .footer-bottom-nav {
        padding: 0;
    }
}

.footer-bottom-nav-list {
    display: flex;
    gap: 0.75rem;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
}
@media (min-width: 768px) {
    .footer-bottom-nav-list {
        gap: 1rem;
    }
}

.footer-bottom-nav-list a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    transition: color 0.2s;
    text-decoration: none;
}
@media (min-width: 768px) {
    .footer-bottom-nav-list a {
        font-size: 14px;
    }
}
.footer-bottom-nav-list a:hover {
    color: #3d5afe;
}

.work-hours {
    background-color: #6c737a;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}
.etbis-logo img {
    max-width: 100%;
    width: 100px;
    margin-bottom: 10px;
}
