/* HakkÄ±mÄ±zda â€” yalnÄ±zca iÃ§erik alanÄ± (.by-about-page); hero/breadcrumb dokunulmaz */

.by-about-page {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #333;
    background: #fff;
}

.by-about-page .by-about-body {
    padding: 3.5rem 0 4.5rem;
}

/* Sol: gÃ¶rsel â€” SaÄŸ: metin */
.by-about-page .by-about-grid {
    row-gap: 2.5rem;
}

.by-about-page .by-about-visual {
    position: sticky;
    top: 100px;
}

.by-about-page .by-about-visual-card {
    background: linear-gradient(145deg, #fafafa 0%, #f0f0f0 100%);
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.by-about-page .by-about-img-link {
    display: block;
    line-height: 0;
    cursor: zoom-in;
    border-radius: 12px;
    overflow: hidden;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.by-about-page .by-about-img-link:hover {
    opacity: 0.92;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.by-about-page .by-about-img-link:focus-visible {
    outline: 2px solid #FF6D45;
    outline-offset: 3px;
}

.by-about-page .by-about-img-link--secondary {
    display: block;
    margin-top: 1rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.by-about-page .by-about-img {
    display: block;
    width: 100%;
    max-width: 100%;
    /* max-height: 280px; */
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.by-about-page .by-about-img-link--secondary .by-about-img {
    max-height: 160px;
    object-fit: cover;
}

.by-about-page .by-about-visual-caption {
    margin: 1.25rem 0 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}

.by-about-page .by-about-main {
    max-width: 100%;
}

.by-about-page .by-about-eyebrow {
    font-family: montserrat, Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6e4d16;
    margin: 0 0 1.25rem;
}

.by-about-page .by-about-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    display: block;
    width: 100%;
}

.by-about-page .by-about-content > * {
    width: 100%;
    max-width: 100%;
    float: none;
}

.by-about-page .by-about-content > *:first-child {
    margin-top: 0;
}

.by-about-page .by-about-content > p:first-of-type {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #2a2a2a;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ebebeb;
}

/* CMSâ€™teki h1 hero ile tekrar etmesin */
.by-about-page .by-about-content > h1 {
    display: none;
}

.by-about-page .by-about-content > h2 {
    font-family: var(--title-font, "Outfit", sans-serif);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
    margin: 1.75rem 0 0.65rem;
    padding: 0;
    border: none;
    background: none;
}

.by-about-page .by-about-content > h2 + p {
    margin: 0 0 1rem;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.by-about-page .by-about-content ul,
.by-about-page .by-about-content ol {
    margin: 0 0 1.25rem;
    padding-left: 1.35rem;
}

.by-about-page .by-about-content li {
    margin-bottom: 0.4rem;
}

.by-about-page .by-about-content a {
    color: #6e4d16;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.by-about-page .by-about-content a:hover {
    color: #4a3310;
}

.by-about-page .by-about-content strong {
    color: #222;
    font-weight: 600;
}

/* Alt CTA */
.by-about-page .by-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 2.25rem;
    padding-top: 2rem;
    border-top: 1px solid #ebebeb;
}

.by-about-page .by-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    font-family: montserrat, Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.by-about-page .by-about-btn i {
    font-size: 14px;
    opacity: 0.9;
}

.by-about-page .by-about-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #FF6D45 0%, #e85a32 100%);
    border: 1px solid #e85a32;
    box-shadow: 0 4px 14px rgba(255, 109, 69, 0.32);
}

.by-about-page .by-about-btn--primary:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(255, 109, 69, 0.4);
}

.by-about-page .by-about-btn--outline {
    color: #222 !important;
    background: #fff;
    border: 1px solid #ddd;
}

.by-about-page .by-about-btn--outline:hover {
    color: #FF6D45 !important;
    border-color: #FF6D45;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Tema float Ã§akÄ±ÅŸmalarÄ±nÄ± sÄ±fÄ±rla */
.by-about-page .abt-desc3,
.by-about-page .by-about-main,
.by-about-page .by-about-visual {
    float: none;
    width: 100%;
}

@media (max-width: 991px) {
    .by-about-page .by-about-visual {
        position: static;
        max-width: 480px;
        margin: 0 auto 0.5rem;
    }
}

@media (max-width: 575px) {
    .by-about-page .by-about-body {
        padding: 2.25rem 0 3rem;
    }

    .by-about-page .by-about-visual-card {
        padding: 1.5rem 1.25rem;
    }

    .by-about-page .by-about-img {
        max-height: 220px;
    }

    .by-about-page .by-about-actions {
        flex-direction: column;
    }

    .by-about-page .by-about-btn {
        justify-content: center;
        width: 100%;
    }
}
