/* Vexon Bilişim kurumsal görselleri ve kapsamlı footer */
.brand-with-logo {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
}
.brand-logo-box {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 7px;
    flex: 0 0 auto;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .22);
}
.brand-logo-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
    color: #fff;
    line-height: 1;
}
.brand-copy strong {
    font-size: 1rem;
    letter-spacing: .12em;
    white-space: nowrap;
}
.brand-copy small {
    font-size: .68rem;
    color: rgba(255, 255, 255, .66);
    letter-spacing: .04em;
}

.hero.hero-brand-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(290px, .78fr);
    gap: clamp(32px, 6vw, 88px);
    align-items: center;
    text-align: left;
    overflow: hidden;
}
.hero-brand-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}
.hero-brand-layout .hero-actions {
    justify-content: flex-start;
}
.hero-brand-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 430px;
    isolation: isolate;
}
.hero-brand-card {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 390px);
    padding: 42px 34px 36px;
    overflow: hidden;
    border: 1px solid rgba(19, 22, 27, .1);
    border-radius: 34px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 28px 75px rgba(11, 12, 14, .17);
    backdrop-filter: blur(15px);
}
.hero-brand-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -60px;
    width: 165px;
    height: 165px;
    border-radius: 999px;
    background: rgba(231, 20, 35, .08);
}
.hero-brand-icon {
    width: min(58%, 215px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .14));
}
.hero-brand-horizontal {
    width: min(100%, 280px);
    height: auto;
    margin-top: 24px;
    object-fit: contain;
}
.hero-brand-card strong {
    margin-top: 22px;
    font-size: 1.15rem;
    color: #111216;
}
.hero-brand-card > span {
    margin-top: 7px;
    color: #68707d;
    text-align: center;
}
.hero-brand-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(231, 20, 35, .18);
    border-radius: 999px;
}
.hero-brand-orbit-one {
    width: 390px;
    height: 390px;
}
.hero-brand-orbit-two {
    width: 520px;
    height: 520px;
    border-color: rgba(13, 14, 17, .08);
}

.site-footer.site-footer-pro {
    margin-top: clamp(64px, 8vw, 112px);
    padding: 0;
    color: #f5f6f7;
    text-align: left;
    background: #0b0c0e;
    border-top: 4px solid #e71423;
}
.site-footer-pro a {
    color: inherit;
}
.footer-shell {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 24px;
}
.footer-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.35fr) minmax(150px, .72fr) minmax(220px, 1fr) minmax(210px, .9fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: start;
}
.footer-brand {
    min-width: 0;
}
.footer-logo-link {
    display: inline-flex;
    max-width: 270px;
    padding: 12px 16px;
    border-radius: 15px;
    background: #fff;
}
.footer-logo-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.footer-brand p {
    max-width: 430px;
    margin: 22px 0 16px;
    color: rgba(255, 255, 255, .68);
    line-height: 1.72;
}
.footer-founder {
    display: inline-flex;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .05);
    font-size: .78rem;
}
.footer-column {
    min-width: 0;
}
.footer-column h2 {
    margin: 4px 0 18px;
    color: #fff;
    font-size: .92rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.footer-links,
.footer-socials,
.footer-contact-list {
    display: grid;
    gap: 10px;
}
.footer-links a,
.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    color: rgba(255, 255, 255, .68);
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}
.footer-links a:hover,
.footer-socials a:hover {
    color: #fff;
    transform: translateX(3px);
}
.footer-socials a {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
}
.footer-socials span {
    color: rgba(255, 255, 255, .48);
    font-size: .76rem;
}
.footer-contact-list a,
.footer-contact-static {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.footer-contact-list span {
    color: rgba(255, 255, 255, .46);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.footer-contact-list strong {
    overflow-wrap: anywhere;
    font-size: .91rem;
    font-weight: 600;
}
.footer-contact-list a:hover strong {
    color: #ff4a56;
}
.footer-cta-box {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(231, 20, 35, .28);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(231, 20, 35, .14), rgba(255, 255, 255, .035));
}
.footer-cta-box strong {
    display: block;
    color: #fff;
}
.footer-cta-box p {
    margin: 7px 0 14px;
    color: rgba(255, 255, 255, .62);
    font-size: .82rem;
    line-height: 1.55;
}
.footer-cta-box a {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 10px;
    color: #111216;
    background: #fff;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 22px;
    color: rgba(255, 255, 255, .46);
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .78rem;
}

@media (max-width: 980px) {
    .hero.hero-brand-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-brand-layout .hero-actions {
        justify-content: center;
    }
    .hero-brand-visual {
        min-height: 380px;
    }
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .brand-logo-box {
        width: 38px;
        height: 38px;
    }
    .brand-copy small {
        display: none;
    }
    .brand-copy strong {
        font-size: .86rem;
    }
    .hero.hero-brand-layout {
        gap: 28px;
    }
    .hero-brand-visual {
        min-height: 330px;
    }
    .hero-brand-card {
        width: min(100%, 330px);
        padding: 32px 24px 28px;
        border-radius: 26px;
    }
    .hero-brand-orbit-one {
        width: 290px;
        height: 290px;
    }
    .hero-brand-orbit-two {
        width: 380px;
        height: 380px;
    }
    .footer-shell {
        width: min(100% - 28px, 1240px);
        padding-top: 42px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .footer-logo-link {
        max-width: 245px;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
