.menu a.has-submenu:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

.language__btn:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

.banner-1 {
    background-image: url(../img/yeni55.webp);
    padding: 100px 40px;
    width: 100%
}

.banner-2 {
    align-items: center;
    background-image: url(../img/banner-2.webp);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: flex-end;
    padding: 10px;
    width: 350px
}

.banner-3 {
    background-image: url(../img/banner-3.webp)
}

.banner-4 {
    background-image: url(../img/banner-5.webp);
    padding: 30px;
    text-align: center;
    width: 100%
}

.faq__item h3:after {
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}

.breadcrumbs a:after {
    background-image: url(../img/arrow-right.svg);
    background-position: 50%;
    content: "";
    display: block;
    height: 18px;
    width: 18px
}


.sitemap__item:after {
    background-image: url(../img/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 12px;
    top: auto;
    transition: all .3s ease-in-out;
    width: 24px
}
/* Footer navigation for legal/info pages */
.footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.footer__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__menu li {
    margin: 0;
    padding: 0;
}

.footer__menu a {
    color: #d8d8d8;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.footer__menu a:hover {
    color: #00e701;
}

.footer__menu a:focus-visible {
    color: #fff;
    outline: 2px solid #00e701;
    outline-offset: 3px;
    border-radius: 4px;
}

.sidebar .footer .footer__menu {
    margin-top: 18px;
}

.legal-page {
    background: #1A2E39;
    color: #fff;
    min-height: 100vh;
}

.legal-shell {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-header {
    border-bottom: 1px solid rgba(255,255,255,.08);
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(8px);
    background: rgba(20,20,21,.94);
}

.legal-header__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px;
    justify-content: space-between;
    padding: 18px 0;
}

.legal-brand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.legal-brand img {
    display: block;
    height: auto;
    width: 96px;
}

.legal-brand span {
    font-size: 14px;
    letter-spacing: .02em;
    opacity: .78;
}

.legal-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.legal-nav a {
    color: #d8d8d8;
    font-size: 14px;
    text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a.is-active {
    color: #00e701;
}

.legal-hero {
    padding: 52px 0 26px;
}

.legal-kicker {
    color: #00e701;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.legal-hero h1 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.1;
    margin: 0 0 14px;
}

.legal-lead {
    color: #d8d8d8;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    max-width: 850px;
}

.legal-meta {
    color: rgba(255,255,255,.68);
    font-size: 14px;
    margin-top: 18px;
}

.legal-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 300px;
    padding: 14px 0 56px;
}

.legal-content {
    display: grid;
    gap: 20px;
}

.legal-card {
    background: #1b1b1d;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
}

.legal-card h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.legal-card h3 {
    font-size: 18px;
    margin: 22px 0 10px;
}

.legal-card p,
.legal-card li {
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.8;
}

.legal-card ul {
    margin: 0;
    padding-left: 20px;
}

.legal-card a {
    color: #00e701;
}

.legal-aside {
    display: grid;
    gap: 18px;
    align-self: start;
    position: sticky;
    top: 96px;
}

.legal-note {
    background: #1b1b1d;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 22px;
}

.legal-note h2 {
    font-size: 18px;
    margin: 0 0 10px;
}

.legal-note p,
.legal-note li {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.7;
}

.legal-note ul {
    margin: 0;
    padding-left: 18px;
}

.legal-back {
    margin-top: 8px;
}

.legal-back a {
    color: #00e701;
    text-decoration: none;
}

.legal-page .footer {
    margin-top: 12px;
    padding: 0 0 44px;
}

.legal-page .footer__logo,
.legal-page .footer__logo-2 {
    justify-content: center;
}

.legal-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0,231,1,.35);
    border-radius: 999px;
    color: #a9ffad;
    font-size: 13px;
    gap: 8px;
    padding: 8px 12px;
}

@media (max-width: 920px) {
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-aside {
        position: static;
    }
}

@media (max-width: 640px) {
    .legal-shell {
        padding: 0 16px;
    }

    .legal-header__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-card,
    .legal-note {
        padding: 20px;
    }

    .footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer__menu {
        gap: 8px 14px;
    }
}


/* Progressive rendering for below-the-fold content */
.content .block,
.footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
}


/* Full banner image fit without crop */
.banner-1{
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #161831;
}

.banner-4{
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #2b8bf4;
}

@media screen and (max-width:768px){
    .banner-1{
        background-size: 100% auto;
        background-position: center top;
        padding: 36px 18px 24px;
    }

    .banner-4{
        background-size: 100% auto;
        background-position: center top;
        padding: 22px 16px;
        min-height: 190px;
    }
}

@media screen and (max-width:768px){
  .banner-4{padding:18px 14px 14px;min-height:150px;}
}


/* Straight first-banner title and CTA */
.banner-1 .banner__title,
.banner-1 .banner__orange{
    transform:none;
    font-style:normal;
}


/* Restore green CTA background for first banner */
.banner-1 .banner__orange{
    display:inline-block;
    position:relative;
    z-index:1;
}
.banner-1 .banner__orange:before{
    background:#00CFA6;
    border-radius:15px;
    bottom:-10px;
    box-shadow:inset 2px 2px 0 0 hsla(0,0%,100%,.25);
    content:"";
    left:-10px;
    position:absolute;
    right:-15px;
    top:-10px;
    z-index:-1;
}


/* Clear white first-banner text */
.banner-1 .banner__title,
.banner-1 .banner__orange{
    color:#fff !important;
}
.banner-1 .banner__title{
    text-shadow:0 2px 8px rgba(0,0,0,.35);
}


/* Final banner/button fixes */
.header__content > .app__btn,
.header__content .header__actions > .app__btn,
.sidebar__item666 .app__btn {
    background: var(--site-bg) !important;
    border: 1px solid var(--site-border) !important;
}

.header__content > .app__btn:hover,
.header__content .header__actions > .app__btn:hover,
.sidebar__item666 .app__btn:hover {
    background: var(--site-bg) !important;
    filter: brightness(1.06);
}

.header__content > .app__btn span,
.header__content .header__actions > .app__btn span,
.sidebar__item666 .app__btn span {
    background: transparent !important;
}

.banner-1 {
    background: #31395a url(../img/yeni55.webp) center top / 100% auto no-repeat !important;
}

.banner-2 {
    background: #203847 url(../img/banner-2.webp) center center / cover no-repeat !important;
}

.banner-4 {
    background: #1988f3 url(../img/banner-5.webp) center center / cover no-repeat !important;
}

@media screen and (max-width:768px) {
    .banner-1 {
        background: #31395a url(../img/yeni55.webp) center top / 100% auto no-repeat !important;
    }

    .banner-4 {
        background: #1988f3 url(../img/banner-5.webp) center center / cover no-repeat !important;
    }
}


/* Final responsive first-banner fix */
.banner-1 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1020 / 333;
    min-height: 0;
    height: auto;
    padding: clamp(12px, 2vw, 24px) clamp(12px, 4vw, 40px);
    background: #31395a url(../img/yeni55.webp) center center / cover no-repeat !important;
}

.banner-1 .banner__title {
    max-width: min(52%, 420px);
    font-size: clamp(16px, 3vw, 31px);
    line-height: 1.08;
}

.banner-1 .banner__orange {
    margin-top: clamp(10px, 1.8vw, 25px);
    font-size: clamp(14px, 2.4vw, 31px);
}

@media screen and (max-width: 992px) {
    .banner-1 {
        padding: 14px 18px;
        background-position: center center !important;
    }

    .banner-1 .banner__title {
        max-width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .banner-1 {
        padding: 12px 14px;
        background: #31395a url(../img/yeni55.webp) center center / cover no-repeat !important;
    }

    .banner-1 .banner__title {
        max-width: 72%;
        font-size: clamp(14px, 5vw, 22px);
    }

    .banner-1 .banner__orange {
        margin-top: 8px;
        font-size: clamp(13px, 4.5vw, 20px);
    }

    .banner-1 .banner__orange:before {
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -8px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 480px) {
    .banner-1 {
        padding: 10px 12px;
    }

    .banner-1 .banner__title {
        max-width: 76%;
    }
}
