.hero-statistics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 500px;
    margin: 28px 0 26px;
}

.hero-statistic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 78px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        linear-gradient(
            135deg,
            rgba(89, 86, 233, 0.09),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 14px 30px rgba(0, 0, 0, 0.12);
}

.hero-statistic strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    margin-bottom: 8px;
    border: 1px solid rgba(174, 76, 255, 0.28);
    border-radius: 999px;
    background: rgba(126, 65, 220, 0.11);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.hero-statistic span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .hero-statistics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin: 22px 0;
    }

    .hero-statistic {
        min-height: 70px;
        padding: 12px;
        border-radius: 13px;
    }

    .hero-statistic strong {
        min-height: 27px;
        padding: 5px 9px;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .hero-statistic span {
        font-size: 11px;
    }
}.hero-statistics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 500px;
    margin: 28px 0 26px;
}

.hero-statistic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 78px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        linear-gradient(
            135deg,
            rgba(89, 86, 233, 0.09),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 14px 30px rgba(0, 0, 0, 0.12);
}

.hero-statistic strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    margin-bottom: 8px;
    border: 1px solid rgba(174, 76, 255, 0.28);
    border-radius: 999px;
    background: rgba(126, 65, 220, 0.11);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.hero-statistic span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .hero-statistics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin: 22px 0;
    }

    .hero-statistic {
        min-height: 70px;
        padding: 12px;
        border-radius: 13px;
    }

    .hero-statistic strong {
        min-height: 27px;
        padding: 5px 9px;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .hero-statistic span {
        font-size: 11px;
    }
}.hero-statistics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 500px;
    margin: 28px 0 26px;
}

.hero-statistic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 78px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        linear-gradient(
            135deg,
            rgba(89, 86, 233, 0.09),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 14px 30px rgba(0, 0, 0, 0.12);
}

.hero-statistic strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    margin-bottom: 8px;
    border: 1px solid rgba(174, 76, 255, 0.28);
    border-radius: 999px;
    background: rgba(126, 65, 220, 0.11);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.hero-statistic span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .hero-statistics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin: 22px 0;
    }

    .hero-statistic {
        min-height: 70px;
        padding: 12px;
        border-radius: 13px;
    }

    .hero-statistic strong {
        min-height: 27px;
        padding: 5px 9px;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .hero-statistic span {
        font-size: 11px;
    }
}

:root {
    --background: #05070d;
    --background-soft: #090d19;
    --surface: rgba(11, 16, 31, 0.76);
    --surface-strong: rgba(13, 18, 35, 0.94);
    --border: rgba(132, 115, 255, 0.18);
    --border-hover: rgba(165, 104, 255, 0.58);

    --text: #f7f7fb;
    --text-soft: #a6a8b4;
    --text-muted: #777b8c;

    --primary: #5956e9;
    --purple: #aa46ff;
    --pink: #ff3ca6;
    --blue: #2e9cff;
    --cyan: #26d7ff;
    --orange: #f7a71d;

    --container: 1480px;
    --radius-large: 28px;
    --radius-medium: 18px;
    --radius-small: 12px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(
            circle at 50% 5%,
            rgba(55, 44, 145, 0.18),
            transparent 34%
        ),
        var(--background);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

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

.site-container {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
}

/* Background */

.space-background {
    position: fixed;
    inset: 0;
    z-index: -10;
    overflow: hidden;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(4, 6, 13, 0.35),
            rgba(4, 6, 13, 0.95)
        );
}

.space-glow {
    position: absolute;
    border-radius: 50%;
    opacity: 0.22;
    animation: backgroundGlow 9s ease-in-out infinite alternate;
}

.space-glow--one {
    top: -180px;
    left: 35%;
    width: 560px;
    height: 560px;
    background: var(--primary);
}

.space-glow--two {
    top: 350px;
    right: -140px;
    width: 420px;
    height: 420px;
    background: var(--pink);
    animation-delay: -3s;
}

.space-glow--three {
    bottom: 5%;
    left: -180px;
    width: 480px;
    height: 480px;
    background: var(--blue);
    animation-delay: -6s;
}

.stars {
    position: absolute;
    inset: 0;
    background-repeat: repeat;
    animation: starsPulse 5s ease-in-out infinite alternate;
}

.stars--small {
    opacity: 0.44;
    background-image:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.9) 0 1px,
            transparent 1.4px
        );
    background-size: 81px 81px;
}

.stars--medium {
    opacity: 0.3;
    background-image:
        radial-gradient(
            circle,
            rgba(123, 113, 255, 0.95) 0 1.4px,
            transparent 2px
        );
    background-size: 147px 147px;
    background-position: 31px 57px;
    animation-delay: -2s;
}

.stars--large {
    opacity: 0.2;
    background-image:
        radial-gradient(
            circle,
            rgba(53, 195, 255, 1) 0 2px,
            transparent 2.8px
        );
    background-size: 283px 283px;
    background-position: 90px 110px;
    animation-delay: -4s;
}

/* Header */

.site-header {
    position: relative;
    z-index: 20;
    padding: 24px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
}

.brand-logo {
    width: 190px;
}

.brand-logo img {
    width: 100%;
    height: auto;
}

.main-navigation {
    display: flex;
    align-items: center;
    gap: 38px;
}

.main-navigation a {
    position: relative;
    padding: 10px 0;
    color: #b5b6c2;
    font-size: 14px;
    font-weight: 500;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.main-navigation a:hover,
.main-navigation a.is-active {
    color: #ffffff;
}

.main-navigation a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        var(--primary),
        var(--pink)
    );
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.main-navigation a:hover::after,
.main-navigation a.is-active::after {
    transform: scaleX(1);
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--surface);
    cursor: pointer;
}

.mobile-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    border-radius: 10px;
    background: #ffffff;
}

/* Hero */

.references-hero {
    position: relative;
    padding: 52px 0 40px;
}

.references-hero-grid {
    display: grid;
    grid-template-columns: minmax(350px, 0.82fr) minmax(620px, 1.5fr);
    align-items: center;
    gap: 36px;
}

.references-content {
    position: relative;
    z-index: 1;
    max-width: 590px;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    color: #d7d7e0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-label span {
    width: 28px;
    height: 2px;
    background: linear-gradient(
        90deg,
        var(--primary),
        var(--pink)
    );
}

.references-content h1 {
    margin-bottom: 26px;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -4px;
}

.references-content h1 strong {
    display: block;
    margin-top: 12px;
    color: transparent;
    background: linear-gradient(
        90deg,
        #a745ff,
        #e649df,
        #6d66ff
    );
    background-clip: text;
    -webkit-background-clip: text;
}

.references-content p {
    max-width: 530px;
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.85;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 42px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.text-link span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(170, 70, 255, 0.55);
    border-radius: 50%;
    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.text-link:hover span {
    transform: translateX(4px);
    background: rgba(170, 70, 255, 0.16);
}

/* Universe */

.brand-universe {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    isolation: isolate;
}

.brand-universe::before {
    content: "";
    position: absolute;
    inset: 8% 0 0 4%;
    z-index: -3;
    border-radius: 50%;
    background:
        radial-gradient(
            ellipse at center,
            rgba(103, 60, 255, 0.2),
            rgba(22, 23, 65, 0.08) 40%,
            transparent 72%
        );
    filter: blur(8px);
}

.universe-light {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(70px);
    animation: universeGlow 4s ease-in-out infinite alternate;
}

.universe-light--one {
    top: 26%;
    left: 38%;
    width: 260px;
    height: 260px;
    background: rgba(100, 74, 255, 0.3);
}

.universe-light--two {
    top: 35%;
    left: 50%;
    width: 210px;
    height: 210px;
    background: rgba(255, 42, 178, 0.2);
    animation-delay: -2s;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(118, 97, 255, 0.26);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-8deg);
    box-shadow:
        0 0 20px rgba(92, 73, 255, 0.05),
        inset 0 0 20px rgba(92, 73, 255, 0.03);
}

.orbit--one {
    width: 310px;
    height: 160px;
}

.orbit--two {
    width: 500px;
    height: 255px;
}

.orbit--three {
    width: 700px;
    height: 350px;
}

.orbit--four {
    width: 900px;
    height: 450px;
}

.orbit::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 12%;
    width: 22%;
    height: 3px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        var(--pink),
        #ffffff,
        transparent
    );
    box-shadow:
        0 0 12px var(--pink),
        0 0 26px rgba(255, 60, 166, 0.8);
    animation: orbitLight 4.5s linear infinite;
}

.orbit--two::after {
    animation-delay: -1.4s;
}

.orbit--three::after {
    animation-delay: -2.7s;
}

.orbit--four::after {
    animation-delay: -3.6s;
}



/* Ortadaki atan kırmızı kalp */
.heart-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}

.red-heart {
    position: absolute;
    top: 50%;
    left: 50%;

    color: #ff1f3d;
    font-size: 92px;
    line-height: 1;

    text-shadow:
        0 0 14px rgba(255, 31, 61, 0.75),
        0 0 34px rgba(255, 31, 61, 0.4);

    transform: translate(-50%, -50%);
    animation: heartBeatSimple 1.15s ease-in-out infinite;
}

.heart-pulse {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 92px;
    height: 92px;

    border: 2px solid rgba(255, 31, 61, 0.45);
    border-radius: 50%;

    transform: translate(-50%, -50%);
    animation: heartPulseSimple 1.15s ease-out infinite;
}

@keyframes heartBeatSimple {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    20% {
        transform: translate(-50%, -50%) scale(1.12);
    }

    32% {
        transform: translate(-50%, -50%) scale(1);
    }

    38% {
        transform: translate(-50%, -50%) scale(1.16);
    }

    70% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes heartPulseSimple {
    0% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(0.75);
    }

    75% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.55);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.7);
    }
}





/* Yörünge logo yerleşimleri */

.orbit-node {
    position: absolute;
    top: var(--y);
    left: var(--x);
    z-index: 4;
    transform: translate(-50%, -50%);
}

.orbit-logo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    width: 86px;
    height: 52px;
    place-items: center;
    padding: 7px 10px;
    border: 1px solid rgba(135, 118, 255, 0.22);
    border-radius: 12px;
    background: rgba(8, 12, 26, 0.88);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.34),
        0 0 16px rgba(99, 84, 255, 0.12);
}

.orbit-layer--one .orbit-logo {
    animation: keepLogoUprightOne 30s linear infinite;
}

.orbit-layer--two .orbit-logo {
    width: 82px;
    height: 50px;
    animation: keepLogoUprightTwo 48s linear infinite;
}

.orbit-logo img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: 36px;
    object-fit: contain;
}

@keyframes keepLogoUprightOne {
    from {
        transform: rotate(8deg);
    }

    to {
        transform: rotate(-352deg);
    }
}

@keyframes keepLogoUprightTwo {
    from {
        transform: rotate(-4deg);
    }

    to {
        transform: rotate(356deg);
    }
}


/* Orbiting logos */

.orbit-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    border-radius: 50%;
    pointer-events: none;
}

.orbit-layer--one {
    width: 520px;
    height: 270px;
    animation: rotateOrbitOne 30s linear infinite;
}

.orbit-layer--two {
    width: 830px;
    height: 430px;
    animation: rotateOrbitTwo 48s linear infinite reverse;
}

.orbit-logo {
    position: absolute;
    display: grid;
    width: 86px;
    height: 52px;
    place-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(135, 118, 255, 0.22);
    border-radius: 12px;
    background: rgba(8, 12, 26, 0.82);
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.34),
        0 0 16px rgba(99, 84, 255, 0.12);
    animation: keepLogoUpright 30s linear infinite reverse;
}

.orbit-layer--two .orbit-logo {
    width: 78px;
    height: 48px;
    animation-duration: 48s;
    animation-direction: normal;
}

.orbit-logo img {
    width: 100%;
    max-height: 32px;
    object-fit: contain;
}

.orbit-logo--1 {
    top: -18px;
    left: 46%;
}

.orbit-logo--2 {
    top: 48%;
    right: -36px;
}

.orbit-logo--3 {
    bottom: -18px;
    left: 43%;
}

.orbit-logo--4 {
    top: 42%;
    left: -32px;
}

.orbit-logo--5 {
    top: -20px;
    left: 22%;
}

.orbit-logo--6 {
    top: 10%;
    right: 4%;
}

.orbit-logo--7 {
    right: -25px;
    bottom: 24%;
}

.orbit-logo--8 {
    bottom: -16px;
    left: 28%;
}

.orbit-logo--9 {
    top: 36%;
    left: -25px;
}

.planet {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 30% 25%,
            #7474ff,
            #242357 40%,
            #090c18 75%
        );
    box-shadow:
        inset -7px -7px 12px rgba(0, 0, 0, 0.45),
        0 0 14px rgba(106, 92, 255, 0.34);
}

.planet--one {
    top: 16%;
    right: 11%;
    width: 16px;
    height: 16px;
    animation: planetFloat 5s ease-in-out infinite;
}

.planet--two {
    right: 8%;
    bottom: 20%;
    width: 10px;
    height: 10px;
    animation: planetFloat 7s ease-in-out infinite -2s;
}

.planet--three {
    bottom: 13%;
    left: 14%;
    width: 13px;
    height: 13px;
    animation: planetFloat 6s ease-in-out infinite -4s;
}

.planet--four {
    top: 25%;
    left: 17%;
    width: 8px;
    height: 8px;
    animation: planetFloat 4s ease-in-out infinite -1s;
}

.shooting-star {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: 1px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.95)
    );
    transform: rotate(-23deg);
    filter: drop-shadow(0 0 5px #6ac8ff);
    animation: shootingStar 7s linear infinite;
}

.shooting-star--one {
    top: 18%;
    left: 20%;
}

.shooting-star--two {
    top: 35%;
    right: 2%;
    animation-delay: -2.8s;
}

.shooting-star--three {
    bottom: 20%;
    left: 35%;
    animation-delay: -5.1s;
}

/* Statistics */

.reference-statistics {
    position: relative;
    z-index: 8;
    padding: 0 0 38px;
}


@media (max-width: 768px) {

    .reference-statistics{
        display:none !important;
        margin:0 !important;
        padding:0 !important;
    }

}

.statistics-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background:
        linear-gradient(
            120deg,
            rgba(11, 16, 31, 0.9),
            rgba(12, 17, 33, 0.72)
        );
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.statistic-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 128px;
    padding: 28px 34px;
}

.statistic-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.statistic-icon {
    display: grid;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid rgba(135, 95, 255, 0.36);
    border-radius: 50%;
    color: #c75aff;
    background: rgba(105, 62, 213, 0.12);
    font-size: 25px;
    box-shadow: inset 0 0 22px rgba(150, 76, 255, 0.08);
}

.statistic-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 700;
}

.statistic-item div span {
    color: var(--text-soft);
    font-size: 13px;
}

/* Brand toolbar */

.brands-section {
    position: relative;
    padding: 18px 0 100px;
}

.brands-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.brand-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-button {
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    color: #c4c5ce;
    background: rgba(11, 16, 31, 0.68);
    cursor: pointer;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.filter-button:hover {
    color: #ffffff;
    border-color: rgba(116, 99, 255, 0.4);
    transform: translateY(-2px);
}

.filter-button.is-active {
    color: #ffffff;
    border-color: rgba(124, 108, 255, 0.65);
    background: linear-gradient(
        135deg,
        #5c57e8,
        #7648cc
    );
    box-shadow: 0 10px 30px rgba(89, 86, 233, 0.2);
}

.brand-search {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 310px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: var(--text-muted);
    background: rgba(11, 16, 31, 0.78);
}

.brand-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #ffffff;
    background: transparent;
}

.brand-search input::placeholder {
    color: #6e7180;
}

/* Nine logos in one row */

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



.brand-card {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    aspect-ratio: 1.6 / 1;
    overflow: hidden;
    padding: 20px;

    background:
        linear-gradient(
            145deg,
            #111625 0%,
            #090d18 100%
        );

    border: 1px solid rgba(126, 105, 255, 0.18);
    border-radius: 18px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025),
        0 10px 28px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease;
}

.brand-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;

    background:
        linear-gradient(
            115deg,
            transparent 30%,
            rgba(255, 255, 255, 0.08) 50%,
            transparent 70%
        );

    transform: translateX(-125%);
    transition:
        opacity 0.25s ease,
        transform 0.75s ease;
}

.brand-card:hover {
    z-index: 2;
    transform: translateY(-5px);

    background:
        linear-gradient(
            145deg,
            #181e31 0%,
            #0d1220 100%
        );

    border-color: rgba(142, 91, 255, 0.42);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.32),
        0 0 24px rgba(126, 81, 255, 0.12);
}

.brand-card:hover::before {
    opacity: 1;
    transform: translateX(125%);
}

    .brand-card img{
        width:100% !important;
        max-width:100% !important;
        max-height:90px !important;
        object-fit:contain;
    }
.brand-card:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
}

.brand-card.is-hidden {
    display: none;
}


.load-more-area {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.load-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 50px;
    padding: 0 30px;
    border: 1px solid rgba(113, 91, 255, 0.45);
    border-radius: 999px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            rgba(37, 43, 91, 0.8),
            rgba(63, 25, 99, 0.76)
        );
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(48, 31, 130, 0.18);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.load-more-button:hover {
    border-color: rgba(189, 90, 255, 0.8);
    transform: translateY(-3px);
}

/* Animations */

@keyframes backgroundGlow {
    from {
        opacity: 0.12;
        transform: scale(0.92);
    }

    to {
        opacity: 0.28;
        transform: scale(1.08);
    }
}

@keyframes starsPulse {
    0% {
        opacity: 0.18;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.28;
    }
}

@keyframes universeGlow {
    from {
        opacity: 0.35;
        transform: scale(0.88);
    }

    to {
        opacity: 0.65;
        transform: scale(1.12);
    }
}

@keyframes heartBeat {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    8% {
        transform: translate(-50%, -50%) scale(1.06);
    }

    15% {
        transform: translate(-50%, -50%) scale(1);
    }

    24% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    36% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes heartGlow {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.88);
    }

    24% {
        opacity: 0.9;
        transform: scale(1.18);
    }

    36% {
        opacity: 0.48;
        transform: scale(0.92);
    }
}

@keyframes heartDash {
    to {
        stroke-dashoffset: -120;
    }
}

@keyframes rotateOrbitOne {
    from {
        transform: translate(-50%, -50%) rotate(-8deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(352deg);
    }
}

@keyframes rotateOrbitTwo {
    from {
        transform: translate(-50%, -50%) rotate(4deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(364deg);
    }
}

@keyframes keepLogoUpright {
    from {
        transform: rotate(8deg);
    }

    to {
        transform: rotate(-352deg);
    }
}

@keyframes orbitLight {
    0% {
        left: 3%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        left: 74%;
        opacity: 0.9;
    }

    80%,
    100% {
        left: 92%;
        opacity: 0;
    }
}

@keyframes planetFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes shootingStar {
    0%,
    76% {
        opacity: 0;
        transform: translate(-120px, -50px) rotate(-23deg);
    }

    80% {
        opacity: 1;
    }

    94% {
        opacity: 0;
        transform: translate(260px, 90px) rotate(-23deg);
    }

    100% {
        opacity: 0;
    }
}

/* Responsive */

@media (max-width: 1350px) {
    .references-hero-grid {
        grid-template-columns: 0.8fr 1.2fr;
    }

    .brand-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .brand-universe {
        transform: scale(0.9);
        transform-origin: center;
    }
}



@media (max-width: 768px){

    .references-hero-grid{
        display:block !important;
    }

    .references-content{
        max-width:100% !important;
    }

    .brand-universe{
        display:none !important;
    }

}



@media (max-width: 1100px) {
    .main-navigation {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .references-hero-grid {
        grid-template-columns: 1fr;
    }

    .references-content {
        max-width: 760px;
    }

    .brand-universe {
        min-height: 520px;
        transform: none;
    }

    .statistics-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .statistic-item:nth-child(2)::after {
        display: none;
    }

    .statistic-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .brands-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .brand-search {
        flex-basis: auto;
        width: min(100%, 420px);
    }

    .brand-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .site-container {
        width: min(calc(100% - 28px), var(--container));
    }

    .site-header {
        padding: 14px 0;
    }

    .brand-logo {
        width: 150px;
    }

    .references-hero {
        padding-top: 36px;
    }

    .references-content h1 {
        font-size: 48px;
        letter-spacing: -2.5px;
    }

    .references-content p {
        font-size: 14px;
    }

    .brand-universe {
        min-height: 410px;
        margin-top: 18px;
    }

    .orbit--one {
        width: 210px;
        height: 110px;
    }

    .orbit--two {
        width: 330px;
        height: 180px;
    }

    .orbit--three {
        width: 480px;
        height: 250px;
    }

    .orbit--four {
        width: 610px;
        height: 320px;
    }

    .heart-core {
        width: 170px;
        height: 160px;
    }

    .tasaroman-core-logo {
        width: 125px;
        height: 62px;
    }

    .tasaroman-core-logo img {
        width: 98px;
    }

    .orbit-layer--one {
        width: 350px;
        height: 190px;
    }

    .orbit-layer--two {
        width: 530px;
        height: 290px;
    }

    .orbit-logo {
        width: 62px;
        height: 40px;
        padding: 7px;
    }

    .orbit-layer--two .orbit-logo {
        width: 58px;
        height: 38px;
    }

    .statistics-card {
        grid-template-columns: 1fr;
    }

    .statistic-item {
        min-height: 100px;
        padding: 22px;
    }

    .statistic-item::after {
        display: none;
    }

    .statistic-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .brand-filters {
        flex-wrap: nowrap;
        margin-right: -14px;
        padding-right: 14px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .brand-filters::-webkit-scrollbar {
        display: none;
    }

    .filter-button {
        flex: 0 0 auto;
    }

    .brand-search {
        width: 100%;
    }

    .brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .brand-card {
        padding: 12px;
        border-radius: 11px;
    }

    .brand-card img {
        max-width: 76px;
        max-height: 38px;
    }
}

@media (max-width: 420px) {
    .references-content h1 {
        font-size: 41px;
    }

    .brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .brand-card {
        aspect-ratio: 1.35 / 1;
        padding: 9px;
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}




@media (max-width: 760px) {
    .heart-core {
        width: 120px;
        height: 120px;
    }

    .red-heart,
    .red-heart::before,
    .red-heart::after {
        width: 54px;
        height: 54px;
    }

    .red-heart::before {
        top: -27px;
    }

    .red-heart::after {
        left: 27px;
    }

    .heart-pulse {
        width: 76px;
        height: 76px;
    }

    .orbit-logo {
        width: 58px;
        height: 38px;
        padding: 5px 7px;
    }

    .orbit-layer--two .orbit-logo {
        width: 56px;
        height: 36px;
    }

.orbit-logo{
    background:#fff;
    border-radius:18px;
    border:none;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
}	
	
	
}



/* Referanslar hero sol alanı */

.references-content--compact {
    max-width: 510px;
}

.references-content--compact .section-label {
    margin-bottom: 24px;
}

.references-content--compact h1 {
    max-width: 500px;
    margin: 0;
    font-size: clamp(46px, 4.2vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.references-content--compact h1 strong {
    display: block;
    margin-top: 10px;
    color: transparent;
    background: linear-gradient(
        90deg,
        #8d43ff 0%,
        #c640f0 52%,
        #f03c9e 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
}

.references-content--compact > p {
    max-width: 480px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.57);
    font-size: 15px;
    line-height: 1.75;
}

.references-thanks-top {
    max-width: 480px;
    margin: 25px 0 0;
    color: #FAD000;
    font-size: 20px;
    line-height: 1.75;
}




/* Yazı altındaki hızlı teklif alanı */

.references-quick-contact {
    width: 100%;
    max-width: 480px;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 90% 100%,
            rgba(26, 210, 109, 0.13),
            transparent 45%
        ),
        linear-gradient(
            135deg,
            rgba(19, 24, 36, 0.92),
            rgba(10, 14, 21, 0.94)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 20px 55px rgba(0, 0, 0, 0.18);
}

.quick-contact-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    font-weight: 500;
}

.quick-contact-status-dot {
    position: relative;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: #2be477;
    box-shadow: 0 0 14px rgba(43, 228, 119, 0.8);
}

.quick-contact-status-dot::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(43, 228, 119, 0.2);
    border-radius: 50%;
}

.references-quick-contact h2 {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: -0.035em;
}


/* WhatsApp kutusu */

.references-whatsapp-button {
    display: grid;
    grid-template-columns: 48px 1fr 28px;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 70px;
    padding: 10px 15px 10px 10px;
    border: 1px solid rgba(37, 211, 102, 0.38);
    border-radius: 17px;
    background: rgba(13, 74, 42, 0.45);
    color: #ffffff;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.references-whatsapp-button:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 211, 102, 0.7);
    background: rgba(14, 93, 49, 0.62);
}

.references-whatsapp-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.24);
}

.references-whatsapp-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.references-whatsapp-text small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 500;
}

.references-whatsapp-text strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.references-whatsapp-arrow {
    color: #25d366;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.references-brand-link {
    margin-top: 22px;
}


/* Tablet */

@media (max-width: 1100px) {
    .references-content--compact h1 {
        font-size: clamp(42px, 6vw, 62px);
    }

    .references-quick-contact {
        max-width: 450px;
    }
}


	/* ==================================================
   REFERANSLAR HİZMET BANDI
================================================== */

.reference-services {
    position: relative;
    padding: 24px 0 54px;
}

.reference-services-card {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    overflow: hidden;

    border: 1px solid rgba(126, 105, 255, 0.2);
    border-radius: 28px;

    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(89, 86, 233, 0.08),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            rgba(12, 17, 32, 0.97),
            rgba(7, 11, 22, 0.97)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 24px 60px rgba(0, 0, 0, 0.16);
}

.reference-service-item {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 20px;
    padding: 34px 30px;
}

.reference-service-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.reference-service-icon {
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;

    border: 1px solid rgba(177, 79, 255, 0.35);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(118, 64, 220, 0.22),
            rgba(68, 34, 130, 0.2)
        );

    color: #c74dff;
    font-size: 21px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 28px rgba(83, 49, 160, 0.12);
}

.reference-service-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
}

.reference-service-content strong {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.reference-service-content span {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}


/* Hover */

.reference-service-item {
    transition: background-color 0.25s ease;
}

.reference-service-item:hover {
    background: rgba(115, 73, 220, 0.06);
}

.reference-service-item:hover .reference-service-icon {
    color: #ffffff;
    border-color: rgba(201, 78, 255, 0.58);
    background:
        linear-gradient(
            145deg,
            rgba(147, 64, 237, 0.5),
            rgba(211, 49, 172, 0.38)
        );
}


/* Tablet */

@media (max-width: 1200px) {
    .reference-services-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reference-service-item:nth-child(2)::after {
        display: none;
    }

    .reference-service-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}


/* Mobilde tamamen gizli */

@media (max-width: 768px) {
    .reference-services {
        display: none !important;
    }
}
	

	
	
	/* ==================================================
   REFERANSLAR SOSYAL KARTLAR
================================================== */

.ref-social-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 760px;
    margin-top: 34px;
}

.ref-social-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    aspect-ratio: 1 / 1;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: #111722;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 24px 55px rgba(0, 0, 0, 0.18);
}

.ref-social-card::before,
.ref-social-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.ref-social-card::before {
    right: -120px;
    bottom: -130px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, 0.045);
}

.ref-social-card::after {
    right: -70px;
    bottom: -80px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}


/* WhatsApp arka plan */

.ref-social-card--whatsapp {
    background:
        radial-gradient(
            circle at 100% 100%,
            rgba(37, 211, 102, 0.2),
            transparent 48%
        ),
        linear-gradient(
            145deg,
            #121824 0%,
            #0d1718 100%
        );
    border-color: rgba(37, 211, 102, 0.18);
}


/* Instagram arka plan */

.ref-social-card--instagram {
    background:
        radial-gradient(
            circle at 100% 100%,
            rgba(236, 47, 125, 0.24),
            transparent 48%
        ),
        radial-gradient(
            circle at 5% 0%,
            rgba(109, 73, 255, 0.16),
            transparent 45%
        ),
        linear-gradient(
            145deg,
            #161522 0%,
            #25131e 100%
        );
    border-color: rgba(225, 66, 150, 0.2);
}


/* Üst bilgi */

.ref-social-card__status {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 22px;
    color: rgba(255, 255, 255, 0.57);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.ref-social-card__status > i {
    color: #ef4aa8;
    font-size: 16px;
}

.ref-social-card__status-dot {
    position: relative;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #25df75;
    box-shadow: 0 0 15px rgba(37, 223, 117, 0.72);
}

.ref-social-card__status-dot::before {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(37, 223, 117, 0.22);
    border-radius: 50%;
}


/* Başlık */

.ref-social-card__title {
    position: relative;
    z-index: 2;
    margin: 22px 0 auto;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(20px, 2vw, 20px);
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -0.045em;
}


/* Alt buton */

.ref-social-card__button {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 76px;
    margin-top: 28px;
    padding: 11px 15px 11px 11px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 19px;
    color: #ffffff;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

.ref-social-card__button:hover {
    transform: translateY(-3px);
}

.ref-social-card__button--whatsapp {
    border-color: rgba(37, 211, 102, 0.45);
    background: rgba(10, 79, 43, 0.44);
}

.ref-social-card__button--whatsapp:hover {
    border-color: rgba(37, 211, 102, 0.78);
    background: rgba(12, 99, 51, 0.58);
}

.ref-social-card__button--instagram {
    border-color: rgba(225, 66, 150, 0.38);
    background: rgba(87, 28, 69, 0.38);
}

.ref-social-card__button--instagram:hover {
    border-color: rgba(239, 74, 168, 0.7);
    background: rgba(107, 33, 82, 0.55);
}


/* İkon */

.ref-social-card__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
}

.ref-social-card__button--whatsapp .ref-social-card__icon {
    background: #25d366;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.24);
}

.ref-social-card__button--instagram .ref-social-card__icon {
    background:
        linear-gradient(
            135deg,
            #6f44ff 0%,
            #d936a4 52%,
            #ff7a31 100%
        );
    box-shadow: 0 10px 25px rgba(218, 54, 164, 0.23);
}


/* Buton yazısı */

.ref-social-card__button-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.ref-social-card__button-text small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.54);
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.ref-social-card__button-text strong {
    max-width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ref-social-card__arrow {
    justify-self: end;
    color: rgba(255, 255, 255, 0.82);
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
}

.ref-social-card__button--whatsapp .ref-social-card__arrow {
    color: #25d366;
}

.ref-social-card__button--instagram .ref-social-card__arrow {
    color: #ef4aa8;
}


/* Tablet */

@media (max-width: 1100px) {
    .ref-social-cards {
        max-width: 680px;
        gap: 14px;
    }

    .ref-social-card {
        padding: 22px;
        border-radius: 24px;
    }

    .ref-social-card__title {
        font-size: 27px;
    }
}


/* Mobil */

@media (max-width: 767px) {
    .ref-social-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        max-width: 100%;
        margin-top: 25px;
    }

    .ref-social-card {
        aspect-ratio: auto;
        min-height: 250px;
        padding: 15px;
        border-radius: 18px;
    }

    .ref-social-card__status {
        gap: 7px;
        font-size: 9px;
    }

    .ref-social-card__status-dot {
        width: 8px;
        height: 8px;
        flex-basis: 8px;
    }

    .ref-social-card__title {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.22;
    }

    .ref-social-card__button {
        grid-template-columns: 40px minmax(0, 1fr) 15px;
        gap: 8px;
        min-height: 61px;
        margin-top: 20px;
        padding: 8px 9px 8px 8px;
        border-radius: 14px;
    }

    .ref-social-card__icon {
        width: 40px;
        height: 40px;
        font-size: 19px;
    }

    .ref-social-card__button-text small {
        font-size: 8px;
    }

    .ref-social-card__button-text strong {
        font-size: 11px;
    }

    .ref-social-card__arrow {
        font-size: 18px;
    }
}


/* Çok dar mobil */

@media (max-width: 420px) {
    .ref-social-cards {
        grid-template-columns: 1fr;
    }

    .ref-social-card {
        min-height: 265px;
    }

    .ref-social-card__title {
        font-size: 23px;
    }

    .ref-social-card__button-text strong {
        font-size: 13px;
    }
	
	
	
	
	/* ===================================================
   REFERANSLAR BÖLÜMÜ
===================================================*/

.brands-section{

    background:#ffffff !important;

    padding-top:90px;
    padding-bottom:90px;

    position:relative;
}

.brands-section::before,
.brands-section::after{
    display:none !important;
}

/* Filtreler */

.brands-toolbar{
    margin-bottom:45px;
}

.filter-button{

    background:#f5f6fa !important;
    color:#5d6474 !important;

    border:1px solid #e4e7ef !important;
}

.filter-button:hover{

    background:#eceff7 !important;
    color:#1d2332 !important;
}

.filter-button.is-active{

    background:linear-gradient(135deg,#5b59ec,#8f59ec) !important;
    color:#fff !important;
}

/* Arama */

.brand-search{

    background:#f5f6fa !important;
    border:1px solid #e4e7ef !important;
}

.brand-search input{

    color:#202430 !important;
}

.brand-search input::placeholder{

    color:#8d92a0 !important;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
	
	
	






















	