@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --seyir-orange: #EA6630;
    --seyir-gold: #FFBA38;
    --seyir-dark: #16162B;
    --seyir-dark-2: #16162A;
    --seyir-card-bg: #1E1E2E;
    --seyir-white: #FFFFFF;
    --seyir-light: #F8F8F8;
    --seyir-gray: #B8B8BE;
    --seyir-gray-dark: #878585;
    --seyir-border: #343940;
    --seyir-btn-text: #282842;
    --seyir-shadow: 0 4px 20px rgba(0,0,0,0.3);
    --seyir-shadow-text: 0 0 6px rgba(45, 45, 66, 1);
    --seyir-transition: 0.3s ease;
}

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

html {
    font-size: 16px;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--seyir-dark);
    color: var(--seyir-white);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

input {
    font-family: inherit;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--seyir-gold);
    border-radius: 3px;
}

/* ============================================
   LAYOUT
   ============================================ */

.seyir-body {
    min-height: 100vh;
    background-color: var(--seyir-dark);
}

.seyir-main {
    padding-bottom: 80px;
}

/* ============================================
   HEADER - Figma Style (64px height, blur)
   ============================================ */

.seyir-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 64px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(37px);
    -webkit-backdrop-filter: blur(37px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.seyir-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 340px;
    height: 100%;
}

.seyir-header__logo img {
    height: 36px;
    width: auto;
}

.seyir-header__nav {
    display: flex;
    gap: 21px;
}

.seyir-header__nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1%;
    color: var(--seyir-gray);
    transition: var(--seyir-transition);
}

.seyir-header__nav-link:hover {
    color: var(--seyir-white);
}

.seyir-header__nav-link.active {
    font-weight: 700;
    color: var(--seyir-white);
}

.seyir-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.seyir-header__search-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: transparent;
    border: none;
    color: var(--seyir-gray);
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    transition: var(--seyir-transition);
}

.seyir-header__search-btn:hover {
    color: var(--seyir-white);
}

.seyir-header__search-btn svg {
    width: 21px;
    height: 23px;
}

.seyir-header__login {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background: transparent;
    border: 1px solid var(--seyir-border);
    border-radius: 16px;
    color: var(--seyir-white);
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    transition: var(--seyir-transition);
}

.seyir-header__login:hover {
    border-color: var(--seyir-gold);
    color: var(--seyir-gold);
}

.seyir-header__profile-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--seyir-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.seyir-header__profile-avatar span {
    font-size: 12px;
    font-weight: 500;
    color: var(--seyir-dark);
}

/* ============================================
   HERO SECTION - Figma Exact Style
   ============================================ */

.seyir-hero {
    position: relative;
    margin: 84px 340px 0;
    border-radius: 16px;
    overflow: hidden;
    height: 697px;
}

.seyir-hero__bg {
    position: absolute;
    inset: 0;
}

.seyir-hero__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seyir-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 100px;
}

.seyir-hero__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 426px;
}

.seyir-hero__caption {
    margin-bottom: 16px;
}

.seyir-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: var(--seyir-orange);
    border-radius: 24px;
    color: var(--seyir-light);
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.seyir-hero__logo {
    width: 498px;
    height: 260px;
    margin-bottom: 24px;
    filter: drop-shadow(0 0 7px rgba(0,0,0,0.44));
}

.seyir-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seyir-hero__actions {
    display: flex;
    gap: 12px;
}

.seyir-hero__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 16px;
}

.seyir-hero__btn {
    position: relative;
    width: 37px;
    height: 59px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
}

.seyir-hero__icon {
    width: 37px;
    height: 37px;
}

.seyir-hero__btn span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--seyir-light);
    text-shadow: var(--seyir-shadow-text);
    margin-top: 6px;
}

.seyir-hero__btn--seyret {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
}

.seyir-hero__btn--seyret::before {
    content: '';
    width: 41px;
    height: 41px;
    background: var(--seyir-white);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seyir-hero__btn--seyret .seyir-hero__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 20px;
}

.seyir-hero__btn--seyret .seyir-hero__play-icon polygon {
    fill: var(--seyir-gold);
}

.seyir-hero__btn--seyret span {
    margin-top: 8px;
    color: var(--seyir-btn-text);
    font-weight: 700;
    font-size: 18px;
}

/* ============================================
   CONTENT AREA
   ============================================ */

.seyir-content {
    padding: 0 304px;
}

/* ============================================
   FILTER PILLS - Figma Style
   ============================================ */

.seyir-filters {
    display: flex;
    align-items: center;
    gap: 21px;
    padding: 32px 0 16px;
}

.seyir-filter {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: var(--seyir-light);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: var(--seyir-transition);
    text-shadow: var(--seyir-shadow-text);
}

.seyir-filter:hover {
    color: var(--seyir-gold);
}

.seyir-filter.active {
    font-weight: 700;
    color: var(--seyir-gold);
}

.seyir-filter--highlight {
    color: var(--seyir-gold);
    font-weight: 400;
}

.seyir-filter-dot {
    width: 5px;
    height: 6px;
    background: var(--seyir-gold);
    border-radius: 50%;
}

/* ============================================
   SECTION - Figma Style
   ============================================ */

.seyir-section {
    margin-bottom: 48px;
}

.seyir-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.seyir-section__title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1%;
    color: var(--seyir-white);
}

.seyir-section__nav {
    display: flex;
    gap: 20px;
}

.seyir-section__nav-btn {
    width: 15px;
    height: 34px;
    opacity: 0.6;
    cursor: pointer;
}

.seyir-section__nav-btn:hover {
    opacity: 1;
}

.seyir-section__nav-btn svg {
    width: 100%;
    height: 100%;
}

/* ============================================
   HORIZONTAL CARDS (Yatay Kapak) - Figma Style
   ============================================ */

.seyir-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
}

.seyir-scroll::-webkit-scrollbar {
    height: 4px;
}

.seyir-scroll::-webkit-scrollbar-thumb {
    background: var(--seyir-gold);
    border-radius: 2px;
}

.seyir-card-h {
    flex-shrink: 0;
    width: 302px;
    height: 170px;
    border-radius: 9px;
    overflow: hidden;
    background: var(--seyir-card-bg);
    scroll-snap-align: start;
    transition: var(--seyir-transition);
    cursor: pointer;
    position: relative;
}

.seyir-card-h:hover {
    transform: scale(1.02);
}

.seyir-card-h__image {
    position: relative;
    width: 100%;
    height: 100%;
}

.seyir-card-h__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seyir-card-h__badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 12px;
    background: var(--seyir-gold);
    border-radius: 7px 7px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1%;
    color: var(--seyir-light);
}

.seyir-card-h__badge--new-episode {
    background: var(--seyir-orange);
}

.seyir-card-h__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0);
    transition: var(--seyir-transition);
}

.seyir-card-h:hover .seyir-card-h__play {
    background: rgba(0,0,0,0.4);
}

.seyir-card-h__play-icon {
    width: 0;
    height: 0;
    transition: var(--seyir-transition);
}

.seyir-card-h:hover .seyir-card-h__play-icon {
    width: 56px;
    height: 56px;
    background: var(--seyir-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seyir-card-h__play-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--seyir-dark);
    margin-left: 4px;
    display: none;
}

.seyir-card-h:hover .seyir-card-h__play-icon svg {
    display: block;
}

/* ============================================
   VERTICAL CARDS (Dikey Kapak) - Figma Style
   ============================================ */

.seyir-card-v {
    flex-shrink: 0;
    width: 220px;
    height: 321px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--seyir-card-bg);
    scroll-snap-align: start;
    transition: var(--seyir-transition);
    cursor: pointer;
}

.seyir-card-v:hover {
    transform: scale(1.03);
}

.seyir-card-v__image {
    position: relative;
    width: 100%;
    height: 315px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.seyir-card-v__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seyir-card-v__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0);
    transition: var(--seyir-transition);
}

.seyir-card-v:hover .seyir-card-v__play {
    background: rgba(0,0,0,0.5);
}

.seyir-card-v__play-icon {
    width: 0;
    height: 0;
    transition: var(--seyir-transition);
}

.seyir-card-v:hover .seyir-card-v__play-icon {
    width: 48px;
    height: 48px;
    background: var(--seyir-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seyir-card-v__play-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--seyir-dark);
    margin-left: 2px;
    display: none;
}

.seyir-card-v:hover .seyir-card-v__play-icon svg {
    display: block;
}

.seyir-card-v__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--seyir-gray-dark);
}

.seyir-card-v__bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    height: 6px;
    background: var(--seyir-gold);
}

/* ============================================
   FOOTER - Figma Style
   ============================================ */

.seyir-footer {
    padding: 24px 340px;
    margin-top: 48px;
    border-top: 1px solid var(--seyir-border);
}

.seyir-footer__inner {
    display: flex;
    align-items: center;
}

.seyir-footer__logo {
    margin-right: 57px;
}

.seyir-footer__logo img {
    height: 33px;
    width: auto;
}

.seyir-footer__links {
    display: flex;
    gap: 177px;
}

.seyir-footer__link {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1%;
    color: var(--seyir-gold);
    transition: var(--seyir-transition);
}

.seyir-footer__link:hover {
    color: var(--seyir-light);
}

.seyir-footer__copyright {
    margin-left: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1%;
    color: var(--seyir-gray);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1400px) {
    .seyir-header__inner {
        padding: 0 40px;
    }

    .seyir-hero {
        margin: 84px 40px 0;
    }

    .seyir-hero__content {
        padding-bottom: 60px;
    }

    .seyir-hero__top {
        padding: 0 40px;
    }

    .seyir-hero__logo {
        width: 350px;
        height: auto;
    }

    .seyir-content {
        padding: 0 40px;
    }

    .seyir-footer {
        padding: 24px 40px;
    }
}

@media (max-width: 768px) {
    .seyir-header__nav {
        display: none;
    }

    .seyir-hero {
        margin: 84px 16px 0;
        border-radius: 12px;
        height: 400px;
    }

    .seyir-hero__top {
        padding: 0 20px;
    }

    .seyir-hero__logo {
        width: 250px;
        height: auto;
    }

    .seyir-hero__badge {
        font-size: 18px;
        padding: 8px 16px;
    }

    .seyir-content {
        padding: 0 16px;
    }

    .seyir-filters {
        gap: 12px;
        flex-wrap: wrap;
    }

    .seyir-card-h {
        width: 260px;
        height: 146px;
    }

    .seyir-card-v {
        width: 160px;
        height: 240px;
    }

    .seyir-card-v__image {
        height: 234px;
    }

    .seyir-section__title {
        font-size: 22px;
    }

    .seyir-footer {
        padding: 16px;
        flex-direction: column;
        gap: 16px;
    }

    .seyir-footer__links {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .seyir-footer__copyright {
        margin-left: 0;
    }
}

/* Screenshot-matched Seyir home */
.seyir-body {
    background: #17182f;
}

.seyir-main {
    padding-bottom: 0;
}

.seyir-header {
    height: 65px !important;
    background: #050508;
    border-bottom: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.seyir-header__inner,
.seyir-content,
.seyir-footer__inner {
    width: min(864px, calc(100vw - 32px));
    max-width: 864px;
    margin-inline: auto;
    padding: 0;
}

.seyir-header__inner {
    justify-content: flex-start;
    gap: 26px;
}

.seyir-header__logo img {
    height: 24px;
}

.seyir-header__nav {
    gap: 22px;
}

.seyir-header__nav-link {
    font-size: 16px;
    line-height: 1;
    color: #f4f4f6;
}

.seyir-header__nav-link.active {
    font-weight: 700;
}

.seyir-header__actions {
    margin-left: auto;
    gap: 14px;
}

.seyir-header__search-btn {
    padding: 0;
    color: #fff;
}

.seyir-header__search-btn span {
    display: none;
}

.seyir-header__search-btn svg {
    width: 14px;
    height: 14px;
    stroke-width: 3;
}

.seyir-header__login,
.seyir-header__profile-avatar {
    width: 24px;
    height: 24px;
    min-width: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #141426;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 800;
}

.seyir-home {
    padding-top: 60px;
}

.seyir-hero {
    width: min(864px, calc(100vw - 32px));
    max-width: 864px;
    height: auto;
    aspect-ratio: 1240 / 697;
    margin: 0 auto;
    border-radius: 8px;
    cursor: grab;
    touch-action: pan-x pan-y;
    user-select: none;
}

.seyir-hero.is-dragging {
    cursor: grabbing;
}

.seyir-hero.is-dragging a {
    pointer-events: none;
}

.seyir-hero__nav {
    position: absolute;
    inset: 50% -27px auto -27px;
    z-index: 6;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.seyir-hero__nav-btn {
    width: 14px;
    height: 34px;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.seyir-hero__nav-btn svg {
    width: 100%;
    height: 100%;
}

.seyir-hero__nav-btn svg path {
    stroke-width: 3;
}

.seyir-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease;
}

.seyir-hero__slide.active {
    opacity: 1;
    pointer-events: auto;
}

.seyir-hero__bg-image {
    object-fit: cover;
}

.seyir-hero__content {
    justify-content: flex-end;
    padding: 0 0 75px;
}

.seyir-hero__top {
    padding: 0 60px;
}

.seyir-hero__logo {
    width: 212px;
    height: auto;
    margin-bottom: 12px;
}

.seyir-hero__title {
    max-width: 360px;
    margin: 0 0 12px;
    color: #fff;
    font-size: 46px;
    line-height: .95;
    font-weight: 900;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .75);
}

.seyir-hero__title--fallback {
    display: none;
}

.seyir-hero__meta {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #f8f8f8;
    font-size: 9px;
    font-weight: 500;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .8);
}

.seyir-hero__meta span::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 9px;
    vertical-align: 1px;
    border-radius: 50%;
    background: #ffba38;
}

.seyir-hero__meta strong {
    color: #ffba38;
    font-weight: 700;
}

.seyir-hero__actions {
    align-items: flex-start;
    gap: 15px;
}

.seyir-hero__btn {
    width: 39px;
    height: auto;
    padding: 0;
}

.seyir-hero__icon {
    width: 30px;
    height: 30px;
}

.seyir-hero__btn span {
    margin-top: 4px;
    font-size: 8px;
    font-weight: 500;
}

.seyir-hero__btn--seyret {
    flex-direction: row;
    width: 86px;
    min-height: 29px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 20px;
    background: #fff;
}

.seyir-hero__btn--seyret::before {
    width: 0;
    height: 0;
}

.seyir-hero__btn--seyret .seyir-hero__play-icon {
    position: static;
    width: 11px;
    height: 12px;
    transform: none;
}

.seyir-hero__btn--seyret span {
    margin: 0;
    font-size: 9px;
    color: #282842;
}

.seyir-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 0 16px;
    border-radius: 18px;
    background: #ea6630;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.seyir-hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 37px;
}

.seyir-hero-dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #b8b8be;
    cursor: pointer;
}

.seyir-hero-dots .active {
    background: #ffba38;
}

.seyir-content {
    overflow: visible;
}

.seyir-section {
    position: relative;
    margin-bottom: 29px;
}

.seyir-section__header {
    margin-bottom: 12px;
}

.seyir-section__title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
}

.seyir-section__nav {
    position: absolute;
    inset: 50% -27px auto -27px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.seyir-section__nav-btn {
    width: 14px;
    height: 34px;
    opacity: 1;
    pointer-events: auto;
}

.seyir-section__nav-btn svg path {
    stroke-width: 3;
}

.seyir-scroll {
    gap: 11px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0;
    cursor: grab;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    touch-action: pan-x pan-y;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.seyir-scroll::-webkit-scrollbar {
    display: none;
}

.seyir-scroll.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}

.seyir-scroll.is-dragging a {
    pointer-events: none;
}

.seyir-card-h {
    width: 207px;
    height: 117px;
    border-radius: 4px;
}

.seyir-card-h__image,
.seyir-card-h__image img {
    height: 100%;
}

.seyir-card-v {
    width: 153px;
    height: 222px;
    border-radius: 4px;
}

.seyir-card-v__image {
    height: 222px;
    border-radius: 4px;
}

.seyir-card-v__bottom {
    height: 4px;
}

.seyir-card-v__bottom-left {
    width: 68px;
    height: 4px;
}

.seyir-genres-stories {
    margin-bottom: 34px;
}

.seyir-stories-scroll {
    gap: 24px;
    align-items: flex-start;
}

.seyir-story {
    flex: 0 0 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.seyir-story__image {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffba38, #ea6630 58%, #5b5fd7);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
}

.seyir-story__image img {
    width: 100%;
    height: 100%;
    border: 3px solid #17182f;
    border-radius: 50%;
    object-fit: cover;
}

.seyir-story__name {
    max-width: 88px;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 700;
    color: #f8f8f8;
}

.seyir-footer {
    margin-top: 39px;
    padding: 0 0 36px;
    border-top: 0;
}

.seyir-footer__inner {
    gap: 30px;
}

.seyir-footer__logo {
    margin-right: 0;
}

.seyir-footer__logo img {
    height: 24px;
}

.seyir-footer__links {
    gap: 32px;
}

.seyir-footer__link,
.seyir-footer__copyright {
    font-size: 16px;
    color: #c98933;
}

.seyir-footer__copyright {
    color: #878585;
}

@media (max-width: 920px) {
    .seyir-header__inner,
    .seyir-content,
    .seyir-footer__inner,
    .seyir-hero {
        width: calc(100vw - 32px);
    }

    .seyir-section__nav {
        display: none;
    }

    .seyir-hero__nav {
        inset-inline: 12px;
    }

    .seyir-scroll {
        overflow-x: auto;
    }
}

@media (max-width: 640px) {
    .seyir-header {
        height: 54px;
    }

    .seyir-header__inner {
        gap: 16px;
    }

    .seyir-header__nav {
        display: none;
    }

    .seyir-home {
        padding-top: 70px;
    }

    .seyir-hero__content {
        padding-bottom: 26px;
    }

    .seyir-hero__top {
        padding: 0 22px;
    }

    .seyir-hero__logo {
        width: 150px;
    }

    .seyir-hero__title {
        max-width: 220px;
        font-size: 28px;
    }

    .seyir-hero__meta {
        margin-bottom: 12px;
        font-size: 8px;
    }

    .seyir-hero__badge {
        min-height: 26px;
        padding-inline: 12px;
        font-size: 9px;
    }

    .seyir-card-h {
        width: 196px;
        height: 111px;
    }

    .seyir-card-v {
        width: 140px;
        height: 204px;
    }

    .seyir-card-v__image {
        height: 204px;
    }

    .seyir-stories-scroll {
        gap: 18px;
    }

    .seyir-story {
        flex-basis: 72px;
    }

    .seyir-story__image {
        width: 66px;
        height: 66px;
    }

    .seyir-story__name {
        font-size: 11px;
    }

    .seyir-footer__inner,
    .seyir-footer__links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .seyir-footer__copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}
