


/* =========================================================
   BİSMİL YASİN NAKLİYAT — PREMIUM HAKKIMIZDA SAYFASI
   Bu kodu mevcut style.css dosyanızın en altına ekleyin.
========================================================= */

.about-page {
    --about-navy: #071a2d;
    --about-navy-soft: #0d2944;
    --about-blue: #0878c9;
    --about-red: #e42a3d;
    --about-gold: #f3b338;
    --about-ink: #102437;
    --about-muted: #657587;
    --about-line: rgba(9, 48, 80, 0.12);
    --about-surface: #ffffff;
    --about-soft: #f4f8fc;
    overflow: hidden;
    color: var(--about-ink);
    background: #fff;
}

.about-page *,
.about-page *::before,
.about-page *::after {
    box-sizing: border-box;
}

.about-page img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
    margin-top: 0;
}

.about-eyebrow,
.about-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 9px 15px;
    border: 1px solid rgba(228, 42, 61, 0.18);
    border-radius: 999px;
    color: var(--about-red);
    background: rgba(228, 42, 61, 0.07);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* HERO */
.about-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 145px 0 105px;
    isolation: isolate;
    background:
        linear-gradient(120deg, rgba(246, 250, 255, 0.98), rgba(255, 255, 255, 0.96)),
        radial-gradient(circle at 15% 20%, rgba(8, 120, 201, 0.12), transparent 36%),
        radial-gradient(circle at 88% 65%, rgba(228, 42, 61, 0.10), transparent 32%);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(7, 26, 45, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 26, 45, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.about-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(5px);
    pointer-events: none;
}

.about-hero__glow--left {
    width: 340px;
    height: 340px;
    left: -170px;
    top: 160px;
    background: rgba(8, 120, 201, 0.10);
}

.about-hero__glow--right {
    width: 420px;
    height: 420px;
    right: -210px;
    bottom: 50px;
    background: rgba(228, 42, 61, 0.09);
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
    align-items: center;
    gap: clamp(45px, 6vw, 90px);
}

.about-hero__content h1 {
    max-width: 790px;
    margin: 24px 0 24px;
    color: var(--about-navy);
    font-size: clamp(2.7rem, 5.2vw, 5.15rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.about-hero__content h1 span {
    display: block;
    color: var(--about-red);
}

.about-hero__lead {
    max-width: 760px;
    margin-bottom: 30px;
    color: var(--about-muted);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    line-height: 1.9;
}

.about-hero__actions,
.about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 23px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.about-btn:hover {
    transform: translateY(-3px);
}

.about-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--about-red), #bd1528);
    box-shadow: 0 14px 28px rgba(196, 24, 43, 0.24);
}

.about-btn--ghost {
    color: var(--about-navy);
    border: 1px solid rgba(7, 26, 45, 0.16);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(20, 56, 86, 0.08);
}

.about-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 650px;
    margin-top: 38px;
    padding-top: 27px;
    border-top: 1px solid var(--about-line);
}

.about-hero__facts > div {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-right: 20px;
}

.about-hero__facts > div:not(:first-child) {
    padding-left: 24px;
    border-left: 1px solid var(--about-line);
}

.about-hero__facts strong {
    color: var(--about-navy);
    font-size: 1.75rem;
    line-height: 1;
}

.about-hero__facts span {
    color: var(--about-muted);
    font-size: 0.83rem;
    font-weight: 600;
}

.about-hero__visual {
    position: relative;
}

.about-hero__image-frame {
    position: relative;
    min-height: 570px;
    overflow: visible;
    border: 10px solid rgba(255, 255, 255, 0.86);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(11, 43, 70, 0.20);
}

.about-hero__image-frame > img {
    border-radius: 24px;
}

.about-hero__image-overlay {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(to top, rgba(7, 26, 45, 0.48), transparent 48%);
}

.about-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 235px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 17px;
    color: var(--about-navy);
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 18px 42px rgba(6, 31, 52, 0.18);
    backdrop-filter: blur(14px);
}

.about-floating-card--top {
    top: 35px;
    left: -55px;
}

.about-floating-card--bottom {
    right: -44px;
    bottom: 35px;
}

.about-floating-card__icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--about-blue), #07538d);
}

.about-floating-card small,
.about-floating-card strong {
    display: block;
}

.about-floating-card small {
    margin-bottom: 2px;
    color: var(--about-muted);
    font-size: 0.72rem;
}

.about-floating-card strong {
    font-size: 0.88rem;
}

/* STORY */
.about-story,
.about-values,
.about-expertise,
.about-trust,
.about-cta {
    padding: clamp(85px, 9vw, 135px) 0;
}

.about-story {
    background: #fff;
}

.about-story__grid,
.about-expertise__grid {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(55px, 7vw, 105px);
}

.about-story__media {
    position: relative;
    min-height: 620px;
}

.about-story__main-image {
    position: absolute;
    inset: 0 13% 8% 0;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(10, 45, 74, 0.18);
}

.about-story__small-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 42%;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(10, 45, 74, 0.20);
}

.about-story__experience {
    position: absolute;
    left: -24px;
    bottom: 75px;
    display: flex;
    flex-direction: column;
    width: 150px;
    padding: 22px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--about-red), #b61627);
    box-shadow: 0 20px 46px rgba(194, 28, 47, 0.28);
}

.about-story__experience strong {
    font-size: 2.5rem;
    line-height: 1;
}

.about-story__experience span {
    margin-top: 8px;
    font-size: 0.8rem;
    line-height: 1.4;
}

.about-story__content h2,
.about-expertise__content h2,
.about-section-header h2,
.about-trust__content h2,
.about-cta__box h2 {
    margin: 20px 0 22px;
    color: var(--about-navy);
    font-size: clamp(2rem, 3.6vw, 3.45rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.about-story__content h2 span,
.about-expertise__content h2 span,
.about-section-header h2 span {
    display: block;
    color: var(--about-red);
}

.about-story__content > p,
.about-expertise__content > p,
.about-trust__content p,
.about-section-header > p,
.about-cta__box p {
    color: var(--about-muted);
    font-size: 1rem;
    line-height: 1.88;
}

.about-story__signature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    margin-top: 28px;
    padding: 22px 24px;
    border-left: 4px solid var(--about-red);
    border-radius: 0 16px 16px 0;
    background: var(--about-soft);
}

.about-story__signature-icon {
    color: var(--about-red);
    font-size: 1.4rem;
}

.about-story__signature p {
    margin: 0;
    color: var(--about-navy);
    font-weight: 600;
    line-height: 1.7;
}

/* VALUES */
.about-values {
    background:
        linear-gradient(rgba(244, 248, 252, 0.96), rgba(244, 248, 252, 0.96)),
        radial-gradient(circle at 20% 10%, rgba(8, 120, 201, 0.12), transparent 32%);
}

.about-section-header {
    max-width: 790px;
    margin: 0 auto 52px;
    text-align: center;
}

.about-section-header .about-section-badge {
    margin-inline: auto;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-value-card {
    position: relative;
    min-height: 330px;
    padding: 30px 25px 27px;
    overflow: hidden;
    border: 1px solid rgba(9, 48, 80, 0.10);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(16, 57, 88, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-value-card:hover {
    transform: translateY(-8px);
    border-color: rgba(228, 42, 61, 0.24);
    box-shadow: 0 28px 58px rgba(16, 57, 88, 0.13);
}

.about-value-card::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -52px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: rgba(8, 120, 201, 0.06);
}

.about-value-card__number {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(7, 26, 45, 0.08);
    font-size: 2.4rem;
    font-weight: 800;
}

.about-value-card__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(145deg, var(--about-navy-soft), var(--about-blue));
    box-shadow: 0 12px 25px rgba(7, 92, 153, 0.22);
    font-size: 1.25rem;
}

.about-value-card h3 {
    margin-bottom: 14px;
    color: var(--about-navy);
    font-size: 1.14rem;
    line-height: 1.4;
}

.about-value-card p {
    margin-bottom: 0;
    color: var(--about-muted);
    font-size: 0.91rem;
    line-height: 1.75;
}

/* EXPERTISE */
.about-expertise {
    background: #fff;
}

.about-expertise__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}

.about-check-list {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.about-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--about-navy);
    font-weight: 600;
}

.about-check-list i {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    margin-top: 1px;
    border-radius: 50%;
    color: #fff;
    background: var(--about-red);
    font-size: 0.7rem;
}

.about-expertise__visual {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border-radius: 31px;
    box-shadow: 0 30px 78px rgba(10, 44, 72, 0.20);
}

.about-expertise__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 26, 45, 0.64), transparent 55%);
}

.about-expertise__badge {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 18px;
    color: #fff;
    background: rgba(7, 26, 45, 0.68);
    backdrop-filter: blur(12px);
}

.about-expertise__badge i {
    font-size: 1.7rem;
    color: var(--about-gold);
}

.about-expertise__badge small,
.about-expertise__badge strong {
    display: block;
}

.about-expertise__badge small {
    opacity: 0.75;
}

/* TRUST */
.about-trust {
    color: #fff;
    background: var(--about-navy);
}

.about-trust__panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
    gap: 60px;
    align-items: center;
    padding: clamp(35px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 30px;
    background:
        radial-gradient(circle at 95% 10%, rgba(228, 42, 61, 0.20), transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
}

.about-trust__content h2 {
    color: #fff;
}

.about-trust__content p {
    color: rgba(255, 255, 255, 0.73);
}

.about-trust__items {
    display: grid;
    gap: 14px;
}

.about-trust__items > div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
}

.about-trust__items i {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(145deg, var(--about-red), #b71d2d);
}

.about-trust__items strong,
.about-trust__items small {
    display: block;
}

.about-trust__items small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.62);
}

/* CTA */
.about-cta {
    background: #fff;
}

.about-cta__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 45px;
    padding: clamp(35px, 5vw, 62px);
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.15), transparent 25%),
        linear-gradient(135deg, var(--about-red), #b4182b 58%, #8d1020);
    box-shadow: 0 28px 65px rgba(183, 24, 43, 0.22);
}

.about-cta__box .about-section-badge {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.10);
}

.about-cta__box h2 {
    max-width: 760px;
    color: #fff;
}

.about-cta__box p {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.about-btn--light {
    color: var(--about-red);
    background: #fff;
    box-shadow: 0 14px 30px rgba(71, 4, 14, 0.18);
}

.about-btn--dark {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(7, 26, 45, 0.88);
}

@media (max-width: 1100px) {
    .about-hero__grid,
    .about-story__grid,
    .about-expertise__grid,
    .about-trust__panel {
        grid-template-columns: 1fr;
    }

    .about-hero__grid {
        gap: 55px;
    }

    .about-hero__visual {
        max-width: 760px;
        margin-inline: auto;
        width: 100%;
    }

    .about-story__media,
    .about-expertise__visual {
        max-width: 760px;
        width: 100%;
        margin-inline: auto;
    }

    .about-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cta__box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: auto;
        padding: 118px 0 78px;
    }

    .about-hero__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-hero__content h1 {
        font-size: clamp(2.35rem, 11vw, 3.8rem);
    }

    .about-hero__facts {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-hero__facts > div,
    .about-hero__facts > div:not(:first-child) {
        padding: 0 0 16px;
        border-left: 0;
        border-bottom: 1px solid var(--about-line);
    }

    .about-hero__image-frame {
        min-height: 440px;
        border-width: 6px;
    }

    .about-floating-card {
        min-width: 0;
        max-width: calc(100% - 30px);
    }

    .about-floating-card--top {
        left: 15px;
        top: 15px;
    }

    .about-floating-card--bottom {
        right: 15px;
        bottom: 15px;
    }

    .about-story,
    .about-values,
    .about-expertise,
    .about-trust,
    .about-cta {
        padding: 78px 0;
    }

    .about-story__media {
        min-height: 500px;
    }

    .about-story__main-image {
        inset: 0 8% 9% 0;
    }

    .about-story__small-image {
        width: 53%;
        height: 37%;
        border-width: 5px;
    }

    .about-story__experience {
        left: 8px;
        bottom: 66px;
        width: 128px;
        padding: 17px;
    }

    .about-values__grid {
        grid-template-columns: 1fr;
    }

    .about-value-card {
        min-height: auto;
    }

    .about-expertise__visual {
        min-height: 470px;
    }

    .about-trust__panel,
    .about-cta__box {
        padding: 29px 22px;
        border-radius: 23px;
    }
}

@media (max-width: 480px) {
    .about-eyebrow,
    .about-section-badge {
        font-size: 0.68rem;
        letter-spacing: 0.05em;
    }

    .about-hero__actions,
    .about-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-btn {
        width: 100%;
    }

    .about-hero__image-frame {
        min-height: 380px;
    }

    .about-floating-card {
        padding: 12px;
    }

    .about-floating-card__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .about-story__media {
        min-height: 420px;
    }

    .about-story__experience {
        bottom: 45px;
    }

    .about-expertise__visual {
        min-height: 405px;
    }

    .about-expertise__badge {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page *,
    .about-page *::before,
    .about-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}