:root {
    --fyhv2-navy-950: #06111f;
    --fyhv2-navy-900: #0a1929;
    --fyhv2-navy-800: #102942;
    --fyhv2-blue: #2f62d6;
    --fyhv2-cyan: #5ec5d8;
    --fyhv2-gold: #f2bf4a;
    --fyhv2-gold-soft: #fff4cf;
    --fyhv2-green: #24b47e;
    --fyhv2-red: #e05b52;
    --fyhv2-ink: #0c1d30;
    --fyhv2-muted: #62758a;
    --fyhv2-line: #dce5ef;
    --fyhv2-surface: #ffffff;
    --fyhv2-page: #f3f7fb;
    --fyhv2-radius-xl: 30px;
    --fyhv2-radius-lg: 22px;
    --fyhv2-shadow: 0 24px 70px rgba(15, 35, 57, .12);
}

body.fy-home-v2-active {
    background: var(--fyhv2-page);
}

body.fy-home-v2-active .site-content,
body.fy-home-v2-active .content-area,
body.fy-home-v2-active .site-main,
body.fy-home-v2-active .inside-article,
body.fy-home-v2-active .entry-content {
    margin-top: 0;
}

body.fy-home-v2-active .entry-header {
    display: none;
}

body.fy-home-v2-active .inside-article {
    padding: 0 !important;
    background: transparent !important;
}

.fyhv2,
.fyhv2 * {
    box-sizing: border-box;
}

.fyhv2 {
    width: min(1240px, calc(100% - 32px));
    margin: 26px auto 0;
    color: var(--fyhv2-ink);
    font-size: 16px;
    line-height: 1.6;
}

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

.fyhv2 a:focus-visible {
    outline: 3px solid var(--fyhv2-gold);
    outline-offset: 4px;
}

.fyhv2 h1,
.fyhv2 h2,
.fyhv2 h3,
.fyhv2 h4,
.fyhv2 p {
    margin-top: 0;
}

.fyhv2 h1,
.fyhv2 h2 {
    font-family: Georgia, 'Times New Roman', serif;
    letter-spacing: -.035em;
}

.fyhv2-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
    gap: 46px;
    min-height: 680px;
    padding: 62px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--fyhv2-radius-xl);
    background:
        radial-gradient(circle at 9% 10%, rgba(47, 98, 214, .34), transparent 29%),
        radial-gradient(circle at 91% 8%, rgba(242, 191, 74, .16), transparent 26%),
        linear-gradient(135deg, #06111f 0%, #0b2035 52%, #111b2b 100%);
    box-shadow: var(--fyhv2-shadow);
    color: #fff;
}

.fyhv2-hero::after {
    content: '';
    position: absolute;
    right: -110px;
    bottom: -170px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 62px rgba(255, 255, 255, .025), 0 0 0 124px rgba(255, 255, 255, .018);
    pointer-events: none;
}

.fyhv2-hero__copy,
.fyhv2-market {
    position: relative;
    z-index: 1;
}

.fyhv2-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fyhv2-kicker,
.fyhv2-eyebrow,
.fyhv2-card-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--fyhv2-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.fyhv2-kicker {
    color: #f7d77f;
}

.fyhv2-kicker i,
.fyhv2-live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--fyhv2-green);
    box-shadow: 0 0 0 5px rgba(36, 180, 126, .15);
}

.fyhv2-logo {
    width: 210px;
    max-width: 56%;
    height: auto;
    margin: 25px 0 24px;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .18));
}

.fyhv2-hero h1 {
    max-width: 680px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(48px, 5.35vw, 76px);
    font-weight: 700;
    line-height: .98;
}

.fyhv2-hero h1 em {
    color: var(--fyhv2-gold);
    font-style: normal;
}

.fyhv2-hero__copy > p {
    max-width: 650px;
    margin-bottom: 30px;
    color: #c7d5e4;
    font-size: 18px;
    line-height: 1.72;
}

.fyhv2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 27px;
}

.fyhv2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 52px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.fyhv2-btn:hover {
    transform: translateY(-2px);
}

.fyhv2-btn--gold {
    background: var(--fyhv2-gold);
    box-shadow: 0 14px 35px rgba(242, 191, 74, .19);
    color: var(--fyhv2-navy-950) !important;
}

.fyhv2-btn--ghost {
    border-color: rgba(255, 255, 255, .23);
    background: rgba(255, 255, 255, .075);
    color: #fff !important;
}

.fyhv2-btn--navy {
    background: var(--fyhv2-navy-950);
    color: #fff !important;
}

.fyhv2-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.fyhv2-hero-links a {
    color: #aec1d4;
    font-size: 13px;
    font-weight: 800;
}

.fyhv2-hero-links a::before {
    content: '·';
    margin-right: 8px;
    color: var(--fyhv2-gold);
}

.fyhv2-market {
    align-self: center;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 25px;
    background: rgba(5, 16, 29, .72);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
}

.fyhv2-market__head,
.fyhv2-chart__head,
.fyhv2-quote__head,
.fyhv2-section-head,
.fyhv2-news-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.fyhv2-market__head {
    margin-bottom: 19px;
}

.fyhv2-market__head h2 {
    margin: 7px 0 0;
    color: #fff;
    font-family: inherit;
    font-size: 23px;
    letter-spacing: -.02em;
}

.fyhv2-market__head > small {
    color: #8fa6bb;
    font-size: 11px;
}

.fyhv2-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7fdbb7;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.fyhv2-quotes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.fyhv2-quote {
    position: relative;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 15px;
    background: rgba(255, 255, 255, .045);
}

.fyhv2-quote__head span {
    color: #dbe7f2;
    font-size: 11px;
    font-weight: 900;
}

.fyhv2-quote__head small,
.fyhv2-quote__prices small {
    color: #718da7;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.fyhv2-quote__prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 11px;
}

.fyhv2-quote__prices small,
.fyhv2-quote__prices strong {
    display: block;
}

.fyhv2-quote__prices strong {
    overflow: hidden;
    margin-top: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fyhv2-quote__unit {
    position: absolute;
    right: 13px;
    bottom: 10px;
    color: #6f879e;
    font-size: 9px;
    font-weight: 900;
}

.fyhv2-chart {
    overflow: hidden;
    margin-top: 12px;
    padding: 14px 14px 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 17px;
    background: #081624;
}

.fyhv2-chart__head {
    margin-bottom: 5px;
}

.fyhv2-chart__head strong {
    color: #fff;
    font-size: 12px;
}

.fyhv2-chart__head span {
    color: #7990a7;
    font-size: 9px;
    font-weight: 800;
}

.fyhv2-chart .stock-market-widget,
.fyhv2-chart canvas {
    max-width: 100% !important;
}

.fyhv2-chart-fallback {
    display: grid;
    min-height: 210px;
    place-items: center;
    color: #7f94a8;
    font-size: 12px;
}

.fyhv2-proof {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: calc(100% - 70px);
    margin: -30px auto 0;
    overflow: hidden;
    border: 1px solid rgba(220, 229, 239, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 50px rgba(19, 42, 66, .12);
}

.fyhv2-proof > div {
    min-width: 0;
    padding: 22px 24px;
    border-right: 1px solid var(--fyhv2-line);
}

.fyhv2-proof > div:last-child {
    border-right: 0;
}

.fyhv2-proof strong,
.fyhv2-proof span,
.fyhv2-proof small {
    display: block;
}

.fyhv2-proof strong {
    color: var(--fyhv2-blue);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 34px;
    line-height: 1;
}

.fyhv2-proof span {
    margin-top: 7px;
    font-size: 13px;
    font-weight: 900;
}

.fyhv2-proof small {
    margin-top: 2px;
    color: var(--fyhv2-muted);
    font-size: 10px;
}

.fyhv2-section {
    padding: 94px 10px 0;
}

.fyhv2-section-head {
    align-items: flex-end;
    margin-bottom: 30px;
}

.fyhv2-section-head h2 {
    max-width: 780px;
    margin: 8px 0 10px;
    color: var(--fyhv2-ink);
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.04;
}

.fyhv2-section-head p {
    max-width: 730px;
    margin-bottom: 0;
    color: var(--fyhv2-muted);
    font-size: 16px;
}

.fyhv2-text-link,
.fyhv2-inline-cta {
    flex: 0 0 auto;
    color: var(--fyhv2-blue) !important;
    font-size: 13px;
    font-weight: 900;
}

.fyhv2-text-link span,
.fyhv2-inline-cta span {
    margin-left: 7px;
}

.fyhv2-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fyhv2-product {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid var(--fyhv2-line);
    border-radius: var(--fyhv2-radius-lg);
    background: var(--fyhv2-surface);
    box-shadow: 0 11px 35px rgba(16, 41, 66, .055);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.fyhv2-product:hover {
    transform: translateY(-5px);
    border-color: #b6c9dc;
    box-shadow: 0 20px 42px rgba(16, 41, 66, .11);
}

.fyhv2-product--terminal {
    border-color: #234c76;
    background: linear-gradient(150deg, #0b1d30, #163656);
    color: #fff !important;
}

.fyhv2-product__index {
    color: #9bb0c4;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 32px;
    line-height: 1;
}

.fyhv2-product__tier {
    align-self: flex-start;
    margin: 22px 0 14px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--fyhv2-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fyhv2-product--terminal .fyhv2-product__tier {
    background: rgba(242, 191, 74, .15);
    color: #f6d57f;
}

.fyhv2-product h3 {
    margin-bottom: 12px;
    color: inherit;
    font-size: 21px;
    line-height: 1.2;
}

.fyhv2-product p {
    margin-bottom: 24px;
    color: var(--fyhv2-muted);
    font-size: 13px;
    line-height: 1.65;
}

.fyhv2-product--terminal p {
    color: #b8c8d9;
}

.fyhv2-product b {
    margin-top: auto;
    color: var(--fyhv2-blue);
    font-size: 12px;
}

.fyhv2-product--terminal b {
    color: var(--fyhv2-gold);
}

.fyhv2-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 18px;
}

.fyhv2-featured-analysis,
.fyhv2-news-panel {
    overflow: hidden;
    border: 1px solid var(--fyhv2-line);
    border-radius: var(--fyhv2-radius-lg);
    background: #fff;
    box-shadow: 0 12px 40px rgba(16, 41, 66, .055);
}

.fyhv2-featured-analysis {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
    min-height: 390px;
}

.fyhv2-featured-analysis__image {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #0f2942;
}

.fyhv2-featured-analysis__image img,
.fyhv2-image-fallback {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.fyhv2-featured-analysis:hover .fyhv2-featured-analysis__image img {
    transform: scale(1.025);
}

.fyhv2-image-fallback {
    background:
        linear-gradient(135deg, rgba(47, 98, 214, .9), rgba(9, 28, 47, .95)),
        repeating-linear-gradient(45deg, transparent, transparent 22px, rgba(255, 255, 255, .04) 22px, rgba(255, 255, 255, .04) 44px);
}

.fyhv2-featured-analysis__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.fyhv2-featured-analysis__body time {
    margin: 11px 0 8px;
    color: #8293a5;
    font-size: 10px;
    font-weight: 800;
}

.fyhv2-featured-analysis__body h3 {
    margin-bottom: 14px;
    color: var(--fyhv2-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 2.7vw, 36px);
    line-height: 1.12;
}

.fyhv2-featured-analysis__body p {
    color: var(--fyhv2-muted);
    font-size: 14px;
}

.fyhv2-news-panel {
    padding: 28px;
}

.fyhv2-news-panel__head {
    padding-bottom: 17px;
    border-bottom: 1px solid var(--fyhv2-line);
}

.fyhv2-news-panel__head h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.fyhv2-news-panel__head > a {
    color: var(--fyhv2-blue);
    font-size: 11px;
    font-weight: 900;
}

.fyhv2-news-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 3px 14px;
    padding: 18px 0;
    border-bottom: 1px solid #e8eef4;
}

.fyhv2-news-item:last-child {
    border-bottom: 0;
}

.fyhv2-news-item time {
    grid-row: 1 / span 2;
    color: #8293a5;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.fyhv2-news-item h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.fyhv2-news-item span {
    color: var(--fyhv2-blue);
    font-size: 9px;
    font-weight: 800;
}

.fyhv2-empty {
    display: grid;
    min-height: 220px;
    padding: 25px;
    place-items: center;
    color: var(--fyhv2-muted);
}

.fyhv2-tool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.fyhv2-tool-grid > a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    min-height: 92px;
    padding: 18px;
    border: 1px solid var(--fyhv2-line);
    border-radius: 17px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease;
}

.fyhv2-tool-grid > a:hover {
    transform: translateY(-3px);
    border-color: #afc5db;
}

.fyhv2-tool-grid > a > span {
    display: grid;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: #edf3fb;
    color: var(--fyhv2-blue);
    font-size: 11px;
    font-weight: 900;
    place-items: center;
}

.fyhv2-tool-grid strong,
.fyhv2-tool-grid small {
    display: block;
}

.fyhv2-tool-grid strong {
    color: var(--fyhv2-ink);
    font-size: 14px;
}

.fyhv2-tool-grid small {
    margin-top: 2px;
    color: var(--fyhv2-muted);
    font-size: 10px;
}

.fyhv2-tool-grid b {
    color: #9bb0c4;
}

.fyhv2-membership {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 48px;
    margin-top: 94px;
    padding: 50px;
    overflow: hidden;
    border-radius: var(--fyhv2-radius-xl);
    background:
        radial-gradient(circle at 90% 10%, rgba(242, 191, 74, .15), transparent 30%),
        linear-gradient(135deg, #071522, #112d48);
    box-shadow: var(--fyhv2-shadow);
    color: #fff;
}

.fyhv2-membership__copy .fyhv2-eyebrow {
    color: #f4cf77;
}

.fyhv2-membership__copy h2 {
    margin: 10px 0 18px;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 55px);
    line-height: 1.02;
}

.fyhv2-membership__copy p {
    margin-bottom: 25px;
    color: #b6c8da;
    font-size: 14px;
}

.fyhv2-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-self: center;
}

.fyhv2-tier-grid article {
    padding: 23px 19px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
}

.fyhv2-tier-grid article.fyhv2-tier--featured {
    border-color: rgba(242, 191, 74, .45);
    background: rgba(242, 191, 74, .09);
}

.fyhv2-tier-grid article > span {
    color: #f4cf77;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fyhv2-tier-grid h3 {
    margin: 10px 0 15px;
    color: #fff;
    font-size: 16px;
}

.fyhv2-tier-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fyhv2-tier-grid li {
    position: relative;
    margin: 8px 0;
    padding-left: 13px;
    color: #afc1d2;
    font-size: 10px;
}

.fyhv2-tier-grid li::before {
    content: '';
    position: absolute;
    top: .62em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--fyhv2-gold);
}

.fyhv2-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 22px 0 80px;
    padding: 32px 38px;
    border: 1px solid #eadfbf;
    border-radius: 22px;
    background: linear-gradient(120deg, #fffdf6, #fff4cf);
}

.fyhv2-newsletter h2 {
    margin: 7px 0 4px;
    color: var(--fyhv2-ink);
    font-family: inherit;
    font-size: 26px;
    letter-spacing: -.02em;
}

.fyhv2-newsletter p {
    margin-bottom: 0;
    color: var(--fyhv2-muted);
    font-size: 13px;
}

@media (max-width: 1080px) {
    .fyhv2-hero {
        grid-template-columns: 1fr;
        padding: 48px;
    }

    .fyhv2-market {
        width: 100%;
    }

    .fyhv2-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fyhv2-membership {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .fyhv2 {
        width: min(100% - 22px, 720px);
        margin-top: 14px;
    }

    .fyhv2-hero {
        min-height: auto;
        padding: 38px 26px;
        border-radius: 24px;
    }

    .fyhv2-hero h1 {
        font-size: clamp(45px, 11vw, 65px);
    }

    .fyhv2-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 24px);
    }

    .fyhv2-proof > div:nth-child(2) {
        border-right: 0;
    }

    .fyhv2-proof > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--fyhv2-line);
    }

    .fyhv2-section {
        padding-top: 72px;
    }

    .fyhv2-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .fyhv2-editorial-grid,
    .fyhv2-featured-analysis {
        grid-template-columns: 1fr;
    }

    .fyhv2-featured-analysis__image {
        min-height: 270px;
    }

    .fyhv2-tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fyhv2-tier-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 560px) {
    .fyhv2 {
        width: 100%;
        margin-top: 0;
    }

    .fyhv2-hero {
        gap: 30px;
        padding: 32px 17px;
        border-radius: 0 0 24px 24px;
    }

    .fyhv2-logo {
        width: 175px;
    }

    .fyhv2-hero__copy > p {
        font-size: 15px;
    }

    .fyhv2-actions,
    .fyhv2-actions .fyhv2-btn {
        width: 100%;
    }

    .fyhv2-market {
        padding: 16px;
    }

    .fyhv2-quotes,
    .fyhv2-product-grid,
    .fyhv2-tool-grid {
        grid-template-columns: 1fr;
    }

    .fyhv2-proof {
        grid-template-columns: 1fr;
        width: calc(100% - 20px);
    }

    .fyhv2-proof > div {
        border-right: 0;
        border-bottom: 1px solid var(--fyhv2-line);
    }

    .fyhv2-proof > div:last-child {
        border-bottom: 0;
    }

    .fyhv2-section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .fyhv2-section-head h2 {
        font-size: 37px;
    }

    .fyhv2-product {
        min-height: 285px;
    }

    .fyhv2-featured-analysis__body,
    .fyhv2-news-panel {
        padding: 24px 20px;
    }

    .fyhv2-membership {
        margin-right: 10px;
        margin-left: 10px;
        padding: 34px 20px;
        border-radius: 24px;
    }

    .fyhv2-newsletter {
        margin-right: 10px;
        margin-bottom: 45px;
        margin-left: 10px;
        padding: 27px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fyhv2 *,
    .fyhv2 *::before,
    .fyhv2 *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* FY_HOME_V2_POLISH_012 */

/* Eski büyük arama hero'sunu kompakt ve kurumsal bir arama şeridine dönüştür. */
body.fy-home-v2-active .finansyum-main-search-area {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 16px 24px 18px !important;
    background: #edf3f8 !important;
    border: 0 !important;
}

body.fy-home-v2-active .finansyum-main-search-inner {
    width: min(760px, 100%) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.fy-home-v2-active .finansyum-main-search-area h2,
body.fy-home-v2-active .finansyum-main-search-area p {
    display: none !important;
}

body.fy-home-v2-active .finansyum-main-search-area .asl_w_container {
    margin: 0 !important;
}

body.fy-home-v2-active .finansyum-main-search-area div[id*="ajaxsearchlite"].asl_m,
body.fy-home-v2-active .finansyum-main-search-area div[id*="ajaxsearchlite"].asl_m .probox {
    min-height: 48px !important;
    border: 1px solid #d7e1eb !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(16, 41, 66, .08) !important;
}

body.fy-home-v2-active .finansyum-main-search-area .proinput input.orig,
body.fy-home-v2-active .finansyum-main-search-area .proinput input.autocomplete {
    background: #ffffff !important;
    color: #102942 !important;
}

body.fy-home-v2-active .finansyum-main-search-area .promagnifier {
    background: #102942 !important;
    border-radius: 0 13px 13px 0 !important;
}

/* 900x300 yayın görselini bozmadan göster. */
body.fy-home-v2-active .fyhv2-featured-analysis {
    display: block;
    min-height: 0;
}

body.fy-home-v2-active .fyhv2-featured-analysis__image {
    display: block;
    width: 100%;
    min-height: 0;
    aspect-ratio: 3 / 1;
}

body.fy-home-v2-active .fyhv2-featured-analysis__image img,
body.fy-home-v2-active .fyhv2-featured-analysis__image .fyhv2-image-fallback {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

body.fy-home-v2-active .fyhv2-featured-analysis__body {
    justify-content: flex-start;
    padding: 28px 30px 32px;
}

/* Üst piyasa ticker'ı kalır; footer önündeki ikinci ticker kaldırılır. */
body.fy-home-v2-active .finansyum-bottom-ticker,
body.fy-home-v2-active .finansyum-bottom-ticker + br {
    display: none !important;
}

@media (max-width: 767px) {
    body.fy-home-v2-active .finansyum-main-search-area {
        padding: 12px 14px 14px !important;
    }

    body.fy-home-v2-active .fyhv2-featured-analysis__image {
        aspect-ratio: 3 / 1;
        min-height: 0;
    }
}

/* FY_HOME_V2_MOBILE_013 */

.fyhv2-mobile-break {
    display: none;
}

@media (max-width: 560px) {
    body.fy-home-v2-active {
        overflow-x: hidden !important;
    }

    body.fy-home-v2-active .inside-header {
        min-height: 64px !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    body.fy-home-v2-active .site-logo img {
        width: auto !important;
        max-width: 158px !important;
        max-height: 48px !important;
    }

    body.fy-home-v2-active #mobile-menu-control-wrapper .menu-toggle {
        min-height: 46px !important;
        padding: 9px 13px !important;
    }

    /* Mobilde piyasa özeti zaten hero içinde bulunduğundan üst ticker kaldırılır. */
    body.fy-home-v2-active stock-market-widget[type="ticker-quotes"],
    body.fy-home-v2-active #masthead + br,
    body.fy-home-v2-active stock-market-widget[type="ticker-quotes"] + br {
        display: none !important;
    }

    body.fy-home-v2-active .finansyum-main-search-area {
        padding-top: 12px !important;
    }

    body.fy-home-v2-active .fyhv2-hero,
    body.fy-home-v2-active .fyhv2-hero__copy,
    body.fy-home-v2-active .fyhv2-market {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.fy-home-v2-active .fyhv2-hero h1 {
        max-width: 100% !important;
        font-size: clamp(38px, 10.4vw, 43px) !important;
        line-height: 1.03 !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body.fy-home-v2-active .fyhv2-mobile-break {
        display: block;
    }

    body.fy-home-v2-active .fyhv2-hero-links {
        flex-wrap: wrap !important;
        row-gap: 7px !important;
        max-width: 100% !important;
    }

    body.fy-home-v2-active .fyhv2-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: calc(100% - 20px) !important;
    }

    body.fy-home-v2-active .fyhv2-proof > div {
        min-width: 0 !important;
        padding: 18px 14px !important;
        border-right: 1px solid var(--fyhv2-line) !important;
        border-bottom: 1px solid var(--fyhv2-line) !important;
    }

    body.fy-home-v2-active .fyhv2-proof > div:nth-child(even) {
        border-right: 0 !important;
    }

    body.fy-home-v2-active .fyhv2-proof > div:nth-child(n+3) {
        border-bottom: 0 !important;
    }

    body.fy-home-v2-active .fyhv2-proof strong {
        font-size: 29px !important;
    }

    body.fy-home-v2-active .fyhv2-proof span {
        font-size: 12px !important;
    }

    body.fy-home-v2-active .fyhv2-proof small {
        font-size: 9px !important;
    }
}


/* FY_HOME_V2_MOBILE_GAP_014 */
@media (max-width: 560px) {
    body.home #masthead + br,
    body.home header#masthead + br,
    body.home stock-market-widget[type="ticker-quotes"] + br {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.home stock-market-widget[type="ticker-quotes"] {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
