
/* Renkneon Top Phone */
.rnk-top-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    text-decoration: none;
    margin-right: 2px;
    color: #42454b;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.5px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* Alttaki çizgiyi kaldırdık, eski görüntüyü bozuyordu */
.rnk-top-phone-link::after {
    display: none;
}

.rnk-top-phone-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff5b00;
    font-size: 16px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
}

.rnk-top-phone-icon i {
    line-height: 1;
}

.rnk-top-phone-text {
    display: inline-block;
    color: #515151;
    font-weight: 600;
}

.rnk-top-phone-link:hover {
    color: #111827;
    background: #ffffff;
    border-color: rgba(255, 91, 0, 0.18);
    box-shadow: 0 10px 28px rgba(255, 91, 0, 0.10);
    transform: translateY(-1px);
}

.rnk-top-phone-link:hover .rnk-top-phone-icon {
    color: #ffffff;
    background: #ff5b00;
    border-color: #ff5b00;
}

/* Teklif Al butonu ile hizayı düzgün tutar */
.mgd-top-link-btn {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Mobil düzen */
@media (max-width: 575px) {
    .mgd-header-actions {
        gap: 8px;
    }

    .rnk-top-phone-link {
        height: 36px;
        padding: 0 9px;
        font-size: 13px;
        gap: 6px;
        background: transparent;
        border-color: transparent;
        box-shadow: none;
    }

    .rnk-top-phone-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 11px;
    }
}


    .rnksvc-section {
        position: relative;
        overflow: hidden;
        padding: 110px 0 95px;
        background:
            radial-gradient(circle at 12% 15%, rgba(249, 115, 22, 0.20), transparent 34%),
            radial-gradient(circle at 88% 24%, rgba(148, 163, 184, 0.14), transparent 32%),
            linear-gradient(135deg, #111827 0%, #0f172a 45%, #18181b 100%);
        isolation: isolate;
    }

    .rnksvc-container {
        width: min(1320px, calc(100% - 40px));
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .rnksvc-grid-bg {
        position: absolute;
        inset: 0;
        z-index: -2;
        opacity: 0.18;
        background-image:
            linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
        background-size: 58px 58px;
        mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    }

    .rnksvc-bg-orb {
        position: absolute;
        border-radius: 999px;
        filter: blur(18px);
        opacity: 0.45;
        z-index: -1;
        pointer-events: none;
    }

    .rnksvc-bg-orb-1 {
        width: 330px;
        height: 330px;
        left: -120px;
        bottom: 70px;
        background: rgba(249, 115, 22, 0.24);
        animation: rnksvcFloatOne 9s ease-in-out infinite;
    }

    .rnksvc-bg-orb-2 {
        width: 260px;
        height: 260px;
        right: -90px;
        top: 80px;
        background: rgba(255, 255, 255, 0.10);
        animation: rnksvcFloatTwo 11s ease-in-out infinite;
    }

    @keyframes rnksvcFloatOne {
        0%, 100% {
            transform: translate3d(0, 0, 0) scale(1);
        }

        50% {
            transform: translate3d(28px, -22px, 0) scale(1.08);
        }
    }

    @keyframes rnksvcFloatTwo {
        0%, 100% {
            transform: translate3d(0, 0, 0) scale(1);
        }

        50% {
            transform: translate3d(-22px, 26px, 0) scale(1.05);
        }
    }

    .rnksvc-head {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
        gap: 55px;
        align-items: end;
        margin-bottom: 48px;
    }

    .rnksvc-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 11px 18px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.07);
        color: rgba(255, 255, 255, 0.88);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.3px;
        backdrop-filter: blur(12px);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
        margin-bottom: 20px;
    }

    .rnksvc-eyebrow .rnksvc-css-icon {
        color: #f97316;
        font-size: 15px;
    }

    .rnksvc-title {
        margin: 0;
        color: #ffffff;
        font-size: clamp(34px, 4vw, 48px);
        line-height: 1.04;
        font-weight: 800;
        letter-spacing: -1.8px;
        max-width: 820px;
    }

    .rnksvc-title span {
        position: relative;
        display: inline-block;
        color: #f97316;
    }

    .rnksvc-title span::after {
        content: "";
        position: absolute;
        left: 2px;
        right: 2px;
        bottom: 4px;
        height: 12px;
        background: rgba(249, 115, 22, 0.23);
        border-radius: 999px;
        z-index: -1;
    }

    .rnksvc-head-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .rnksvc-head-right p {
        margin: 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 17px;
        line-height: 1.75;
        max-width: 560px;
    }

    .rnksvc-nav {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .rnksvc-btn {
        width: 52px;
        height: 52px;
        border: 1px solid rgba(255,255,255,0.16);
        border-radius: 50%;
        background: rgba(255,255,255,0.08);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
        backdrop-filter: blur(12px);
        padding: 0;
    }

    .rnksvc-btn:hover {
        transform: translateY(-3px);
        background: #f97316;
        border-color: #f97316;
    }

    .rnksvc-slider-wrap {
        position: relative;
    }

    .rnksvc-swiper {
        overflow: visible;
    }

    .rnksvc-card {
        position: relative;
        height: 435px;
        border-radius: 30px;
        overflow: hidden;
        background: #111827;
        transform: translateZ(0);
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    }

    .rnksvc-card-link {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        text-decoration: none;
        color: inherit;
        overflow: hidden;
    }

    .rnksvc-image {
        position: absolute;
        inset: 0;
    }

    .rnksvc-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.04);
        transition: transform 0.75s ease, filter 0.75s ease;
    }

    .rnksvc-card-shade {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(to bottom, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.18) 35%, rgba(15, 23, 42, 0.92) 100%),
            linear-gradient(135deg, rgba(249, 115, 22, 0.18), transparent 46%);
        z-index: 1;
        transition: opacity 0.45s ease;
    }

    .rnksvc-card-line {
        position: absolute;
        inset: 18px;
        border: 1px solid rgba(255,255,255,0.14);
        border-radius: 22px;
        z-index: 2;
        pointer-events: none;
        opacity: 0.85;
        transition: inset 0.35s ease, border-color 0.35s ease;
    }

    .rnksvc-card-content {
        position: relative;
        z-index: 3;
        height: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .rnksvc-card-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        width: fit-content;
        padding: 9px 13px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.25px;
        backdrop-filter: blur(12px);
    }

    .rnksvc-card-badge .rnksvc-css-icon {
        color: #f97316;
        font-size: 14px;
    }

    .rnksvc-card-bottom{
        padding-right: 5px;
        padding-left: 5px;
    }

    .rnksvc-card-bottom h3 {
        color: #ffffff;
        margin: 0 0 5px;
        font-size: 20px;
        line-height: 1.22;
        font-weight: 800;
        letter-spacing: -0.5px;
        text-shadow: 0 8px 24px rgba(0,0,0,0.35);
    }

    .rnksvc-card-action {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        color: rgba(255,255,255,0.82);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.2px;
        margin-bottom: 10px;
        transform: translateY(8px);
        opacity: 0.9;
        transition: transform 0.35s ease, opacity 0.35s ease;
    }

    .rnksvc-card-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        color: #111827;
        transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
    }

    .rnksvc-card-icon .rnksvc-css-icon {
        font-size: 15px;
    }

    .rnksvc-card:hover .rnksvc-image img {
        transform: scale(1.13);
        filter: saturate(1.06) contrast(1.05);
    }

    .rnksvc-card:hover .rnksvc-card-line {
        inset: 13px;
        border-color: rgba(249, 115, 22, 0.55);
    }

    .rnksvc-card:hover .rnksvc-card-action {
        transform: translateY(0);
        opacity: 1;
    }

    .rnksvc-card:hover .rnksvc-card-icon {
        transform: rotate(-35deg);
        background: #f97316;
        color: #ffffff;
    }

    .rnksvc-pagination {
        position: relative;
        margin-top: 34px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .rnksvc-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        opacity: 1;
        background: rgba(255,255,255,0.25);
        transition: width 0.25s ease, background 0.25s ease;
        border-radius: 999px;
    }

    .rnksvc-pagination .swiper-pagination-bullet-active {
        width: 32px;
        background: #f97316;
    }

    .rnksvc-footer-note {
        margin-top: 54px;
        padding: 24px 28px;
        border: 1px solid rgba(255,255,255,0.13);
        border-radius: 24px;
        background: rgba(255,255,255,0.07);
        backdrop-filter: blur(16px);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        color: rgba(255,255,255,0.78);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
    }

    .rnksvc-footer-icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(249, 115, 22, 0.16);
        color: #f97316;
        font-size: 22px;
        flex: 0 0 auto;
    }

    .rnksvc-footer-text {
        font-size: 19px;
        line-height: 1.45;
        font-weight: 600;
        text-align: center;
    }

    .rnksvc-footer-text strong {
        color: #ffffff;
        font-weight: 800;
    }

    /* CSS Icons - FontAwesome gerekmez */
    .rnksvc-css-icon {
        position: relative;
        display: inline-block;
        width: 1em;
        height: 1em;
        flex: 0 0 auto;
        color: currentColor;
    }

    .rnksvc-icon-arrow-right::before {
        content: "";
        position: absolute;
        width: 0.72em;
        height: 0.72em;
        border-top: 0.16em solid currentColor;
        border-right: 0.16em solid currentColor;
        transform: rotate(45deg);
        top: 0.14em;
        left: 0.02em;
    }

    .rnksvc-icon-arrow-right::after {
        content: "";
        position: absolute;
        width: 0.9em;
        height: 0.16em;
        background: currentColor;
        border-radius: 999px;
        top: 0.42em;
        left: 0;
    }

    .rnksvc-icon-arrow-left::before {
        content: "";
        position: absolute;
        width: 0.72em;
        height: 0.72em;
        border-left: 0.16em solid currentColor;
        border-bottom: 0.16em solid currentColor;
        transform: rotate(45deg);
        top: 0.14em;
        right: 0.02em;
    }

    .rnksvc-icon-arrow-left::after {
        content: "";
        position: absolute;
        width: 0.9em;
        height: 0.16em;
        background: currentColor;
        border-radius: 999px;
        top: 0.42em;
        right: 0;
    }

    .rnksvc-icon-industry {
        width: 1.2em;
        height: 1em;
    }

    .rnksvc-icon-industry::before {
        content: "";
        position: absolute;
        left: 0.04em;
        bottom: 0;
        width: 1.05em;
        height: 0.58em;
        background:
            linear-gradient(to top, currentColor 0 100%) left bottom / 0.18em 0.58em no-repeat,
            linear-gradient(to top, currentColor 0 100%) 0.42em bottom / 0.18em 0.42em no-repeat,
            linear-gradient(to top, currentColor 0 100%) right bottom / 0.18em 0.72em no-repeat,
            linear-gradient(135deg, transparent 0 18%, currentColor 18% 31%, transparent 31% 42%, currentColor 42% 55%, transparent 55%);
        border-bottom: 0.16em solid currentColor;
    }

    .rnksvc-icon-industry::after {
        content: "";
        position: absolute;
        left: 0.18em;
        bottom: 0.16em;
        width: 0.12em;
        height: 0.12em;
        background: #f97316;
        box-shadow:
            0.28em 0 0 #f97316,
            0.56em 0 0 #f97316;
        border-radius: 50%;
    }

    .rnksvc-icon-gear {
        width: 1.1em;
        height: 1.1em;
        border: 0.18em solid currentColor;
        border-radius: 50%;
        animation: rnksvcGearSpin 7s linear infinite;
    }

    .rnksvc-icon-gear::before {
        content: "";
        position: absolute;
        inset: 0.24em;
        border-radius: 50%;
        background: currentColor;
    }

    .rnksvc-icon-gear::after {
        content: "";
        position: absolute;
        inset: -0.34em;
        background:
            linear-gradient(currentColor, currentColor) center top / 0.16em 0.24em no-repeat,
            linear-gradient(currentColor, currentColor) center bottom / 0.16em 0.24em no-repeat,
            linear-gradient(90deg, currentColor, currentColor) left center / 0.24em 0.16em no-repeat,
            linear-gradient(90deg, currentColor, currentColor) right center / 0.24em 0.16em no-repeat;
    }

    @keyframes rnksvcGearSpin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .rnksvc-icon-tool {
        width: 1.15em;
        height: 1.15em;
        transform: rotate(-35deg);
    }

    .rnksvc-icon-tool::before {
        content: "";
        position: absolute;
        left: 0.47em;
        top: 0.18em;
        width: 0.19em;
        height: 0.82em;
        background: currentColor;
        border-radius: 999px;
    }

    .rnksvc-icon-tool::after {
        content: "";
        position: absolute;
        left: 0.31em;
        top: 0.03em;
        width: 0.52em;
        height: 0.52em;
        border: 0.15em solid currentColor;
        border-bottom-color: transparent;
        border-radius: 50%;
    }

    @media (max-width: 991px) {
        .rnksvc-section {
            padding: 85px 0 75px;
        }

        .rnksvc-head {
            grid-template-columns: 1fr;
            gap: 26px;
            margin-bottom: 36px;
        }

        .rnksvc-head-right {
            align-items: flex-start;
        }

        .rnksvc-card {
            height: 410px;
        }
    }

    @media (max-width: 575px) {
        .rnksvc-container {
            width: min(100% - 26px, 1320px);
        }

        .rnksvc-section {
            padding: 70px 0 60px;
        }

        .rnksvc-title {
            letter-spacing: -1px;
        }

        .rnksvc-head-right p {
            font-size: 15px;
        }

        .rnksvc-card {
            height: 380px;
            border-radius: 24px;
        }

        .rnksvc-card-content {
            padding: 24px;
        }

        .rnksvc-card-bottom h3 {
            font-size: 22px;
        }

        .rnksvc-footer-note {
            align-items: flex-start;
            flex-direction: column;
            text-align: left;
            padding: 22px;
        }

        .rnksvc-footer-text {
            text-align: left;
            font-size: 17px;
        }
    }


     .rnkmini-section {
        position: relative;
        overflow: hidden;
        padding: 95px 0;
        background:
            radial-gradient(circle at 12% 8%, rgba(249, 115, 22, 0.07), transparent 34%),
            radial-gradient(circle at 88% 18%, rgba(15, 23, 42, 0.045), transparent 32%),
            #ffffff;
        font-family: inherit;
    }

    .rnkmini-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
        background-size: 52px 52px;
        mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
        pointer-events: none;
    }

    .rnkmini-container {
        width: min(1240px, calc(100% - 40px));
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .rnkmini-head {
        max-width: 760px;
        margin: 0 auto 48px;
        text-align: center;
    }

    .rnkmini-eyebrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 17px;
        margin-bottom: 18px;
        border-radius: 999px;
        background: rgba(249, 115, 22, 0.08);
        border: 1px solid rgba(249, 115, 22, 0.15);
        color: #ea580c;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.35px;
    }

    .rnkmini-head h2 {
        margin: 0;
        color: #111827;
        font-size: clamp(30px, 3.2vw, 48px);
        line-height: 1.12;
        font-weight: 800;
        letter-spacing: -1.4px;
    }

    .rnkmini-head p {
        margin: 18px auto 0;
        color: #64748b;
        font-size: 17px;
        line-height: 1.72;
        max-width: 690px;
    }

    .rnkmini-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
    }

    .rnkmini-card {
        position: relative;
        min-height: 285px;
        padding: 32px 28px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
        overflow: hidden;
    }

    .rnkmini-card::before {
        content: "";
        position: absolute;
        left: 24px;
        right: 24px;
        top: 0;
        height: 3px;
        border-radius: 0 0 999px 999px;
        background: linear-gradient(90deg, transparent, #f97316, transparent);
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .rnkmini-card::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        right: -42px;
        bottom: -42px;
        border-radius: 999px;
        background: rgba(249, 115, 22, 0.055);
        transition: transform 0.35s ease, opacity 0.35s ease;
    }

    .rnkmini-card:hover {
        transform: translateY(-8px);
        border-color: rgba(249, 115, 22, 0.22);
        box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
    }

    .rnkmini-card:hover::before {
        opacity: 1;
    }

    .rnkmini-card:hover::after {
        transform: scale(1.35);
        opacity: 0.9;
    }

    .rnkmini-icon {
        width: 64px;
        height: 64px;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 26px;
        background:
            linear-gradient(145deg, rgba(249, 115, 22, 0.13), rgba(249, 115, 22, 0.04));
        color: #f97316;
        border: 1px solid rgba(249, 115, 22, 0.14);
        position: relative;
        z-index: 2;
    }

    .rnkmini-card h3 {
        margin: 0 0 12px;
        color: #111827;
        font-size: 20px;
        line-height: 1.28;
        font-weight: 800;
        letter-spacing: -0.35px;
        position: relative;
        z-index: 2;
    }

    .rnkmini-card p {
        margin: 0;
        color: #64748b;
        font-size: 15px;
        line-height: 1.68;
        position: relative;
        z-index: 2;
    }

    /* CSS Icons */
    .rnkmini-icon span {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        color: currentColor;
    }

    /* Machine Icon */
    .rnkmini-icon-machine::before {
        content: "";
        position: absolute;
        left: 3px;
        bottom: 5px;
        width: 24px;
        height: 15px;
        border: 2px solid currentColor;
        border-radius: 5px;
    }

    .rnkmini-icon-machine::after {
        content: "";
        position: absolute;
        left: 7px;
        top: 3px;
        width: 16px;
        height: 16px;
        border: 2px solid currentColor;
        border-radius: 50%;
        background:
            radial-gradient(circle, currentColor 0 2px, transparent 3px);
        box-shadow:
            -4px 18px 0 -2px currentColor,
            4px 18px 0 -2px currentColor,
            12px 18px 0 -2px currentColor;
    }

    /* Custom Solution Icon */
    .rnkmini-icon-custom::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 5px;
        width: 20px;
        height: 20px;
        border: 2px solid currentColor;
        border-radius: 7px;
        transform: rotate(45deg);
    }

    .rnkmini-icon-custom::after {
        content: "";
        position: absolute;
        left: 12px;
        top: 12px;
        width: 6px;
        height: 6px;
        background: currentColor;
        border-radius: 50%;
        box-shadow:
            0 -11px 0 -1px currentColor,
            0 11px 0 -1px currentColor,
            -11px 0 0 -1px currentColor,
            11px 0 0 -1px currentColor;
    }

    /* Metal Icon */
    .rnkmini-icon-metal::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 7px;
        width: 22px;
        height: 7px;
        border: 2px solid currentColor;
        border-radius: 999px;
        box-shadow:
            0 8px 0 -1px rgba(249, 115, 22, 0.38),
            0 16px 0 -1px rgba(249, 115, 22, 0.23);
    }

    .rnkmini-icon-metal::after {
        content: "";
        position: absolute;
        right: 3px;
        top: 4px;
        width: 8px;
        height: 22px;
        border-right: 2px solid currentColor;
        border-radius: 50%;
        opacity: 0.75;
    }

    /* Quality Icon */
    .rnkmini-icon-quality::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 3px;
        width: 20px;
        height: 24px;
        border: 2px solid currentColor;
        border-radius: 12px 12px 8px 8px;
    }

    .rnkmini-icon-quality::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 10px;
        width: 10px;
        height: 6px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-45deg);
    }

    @media (max-width: 1199px) {
        .rnkmini-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .rnkmini-card {
            min-height: 250px;
        }
    }

    @media (max-width: 767px) {
        .rnkmini-section {
            padding: 72px 0;
        }

        .rnkmini-container {
            width: min(100% - 28px, 1240px);
        }

        .rnkmini-head {
            margin-bottom: 34px;
        }

        .rnkmini-head p {
            font-size: 15px;
        }

        .rnkmini-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .rnkmini-card {
            min-height: auto;
            padding: 28px 24px;
            border-radius: 24px;
        }

        .rnkmini-icon {
            width: 58px;
            height: 58px;
            border-radius: 20px;
            margin-bottom: 22px;
        }
    }



     .rnk-page-hero {
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            background-image: var(--rnk-page-bg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            isolation: isolate;
        }

            .rnk-page-hero::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(90deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.72) 46%, rgba(15, 23, 42, 0.38) 100%), radial-gradient(circle at 18% 52%, rgba(249, 115, 22, 0.26), transparent 34%);
                z-index: -2;
            }

            .rnk-page-hero::after {
                content: "";
                position: absolute;
                inset: 0;
                background-image: linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
                background-size: 56px 56px;
                opacity: 0.34;
                mask-image: linear-gradient(to right, #000, transparent 82%);
                z-index: -1;
                pointer-events: none;
            }



  .rnk-page-hero-container {
            width: min(1240px, calc(100% - 40px));
            margin: 0 auto;
            position: relative;
            z-index: 2;
            padding: 95px 0 82px;
        }

        .rnk-page-kicker {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
            color: rgba(255,255,255,0.86);
            font-size: 14px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: 0.4px;
        }

            .rnk-page-kicker::before {
                content: "";
                width: 34px;
                height: 2px;
                border-radius: 999px;
                background: #f97316;
                box-shadow: 0 0 18px rgba(249, 115, 22, 0.45);
            }

        .rnk-page-hero h1 {
            margin: 0;
            color: #ffffff;
            font-size: clamp(42px, 6vw, 62px);
            line-height: 0.98;
            font-weight: 700;
            letter-spacing: -2.8px;
            text-shadow: 0 18px 48px rgba(0,0,0,0.32);
        }

        .rnk-page-breadcrumb {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 24px;
            color: rgba(255,255,255,0.68);
            font-size: 14px;
            font-weight: 700;
        }

            .rnk-page-breadcrumb a {
                color: rgba(255,255,255,0.82);
                text-decoration: none;
                transition: color 0.25s ease;
            }

                .rnk-page-breadcrumb a:hover {
                    color: #f97316;
                }

            .rnk-page-breadcrumb span {
                color: rgba(255,255,255,0.46);
            }

        .rnk-page-hero-mark {
            position: absolute;
            right: 5%;
            bottom: -34px;
            color: rgba(255,255,255,0.055);
            font-size: clamp(90px, 13vw, 210px);
            line-height: 1;
            font-weight: 900;
            letter-spacing: -9px;
            pointer-events: none;
            user-select: none;
            white-space: nowrap;
        }

        @media (max-width: 991px) {
            .rnk-page-hero {
                min-height: 360px;
            }

            .rnk-page-hero-container {
                padding: 82px 0 70px;
            }

            .rnk-page-hero h1 {
                letter-spacing: -1.8px;
            }

            .rnk-page-hero-mark {
                display: none;
            }
        }

        @media (max-width: 575px) {
            .rnk-page-hero {
                min-height: 320px;
            }

            .rnk-page-hero-container {
                width: min(100% - 28px, 1240px);
                padding: 74px 0 62px;
            }

            .rnk-page-kicker {
                font-size: 13px;
            }

                .rnk-page-kicker::before {
                    width: 26px;
                }
        }
 /* =========================================================
           Renkneon About Page Content
        ========================================================= */

        .rnk-about-page {
            position: relative;
            overflow: hidden;
            padding: 96px 0 78px;
            background: radial-gradient(circle at 10% 10%, rgba(249, 115, 22, 0.065), transparent 32%), radial-gradient(circle at 88% 20%, rgba(15, 23, 42, 0.045), transparent 30%), #ffffff;
        }

            .rnk-about-page::before {
                content: "";
                position: absolute;
                inset: 0;
                background-image: linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
                background-size: 54px 54px;
                mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
                pointer-events: none;
            }

        .rnk-inner-container {
            width: min(1240px, calc(100% - 40px));
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .rnk-about-intro {
            margin-bottom: 66px;
        }

        .rnk-about-label {
            display: inline-flex;
            align-items: center;
            padding: 9px 17px;
            margin-bottom: 18px;
            border-radius: 999px;
            background: rgba(249, 115, 22, 0.08);
            border: 1px solid rgba(249, 115, 22, 0.15);
            color: #ea580c;
            font-size: 13px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: 0.35px;
        }

        .rnk-about-title {
            margin: 0;
            color: #111827;
            font-size: clamp(32px, 3.8vw, 54px);
            line-height: 1.08;
            font-weight: 850;
            letter-spacing: -1.8px;
        }

        .rnk-about-summary {
            position: relative;
            padding: 34px;
            border-radius: 30px;
            background: rgba(255,255,255,0.86);
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 22px 70px rgba(15, 23, 42, 0.07);
        }

            .rnk-about-summary::before {
                content: "";
                position: absolute;
                left: 28px;
                right: 28px;
                top: 0;
                height: 3px;
                border-radius: 0 0 999px 999px;
                background: linear-gradient(90deg, transparent, #f97316, transparent);
            }

        .rnk-dynamic-text {
            color: #64748b;
            font-size: 16px;
            line-height: 1.82;
            letter-spacing: -0.2px;
        }

            .rnk-dynamic-text h1,
            .rnk-dynamic-text h2,
            .rnk-dynamic-text h3,
            .rnk-dynamic-text h4 {
                color: #111827;
                font-weight: 800;
                letter-spacing: -0.7px;
                margin: 30px 0 16px;
                line-height: 1.25;
            }

            .rnk-dynamic-text h3 {
                font-size: 23px;
            }

            .rnk-dynamic-text p {
                margin: 0 0 15px;
            }

            .rnk-dynamic-text strong {
                color: #111827;
                font-weight: 800;
            }

            .rnk-dynamic-text ul,
            .rnk-dynamic-text ol {
                padding-left: 21px;
                margin: 12px 0 18px;
            }

                .rnk-dynamic-text ul li {
                    list-style: initial;
                }

            .rnk-dynamic-text li {
                margin-bottom: 7px;
            }

        .rnk-mission-grid {
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
            gap: 54px;
            align-items: center;
        }

        .rnk-mission-cards {
            display: grid;
            gap: 18px;
        }

        .rnk-info-card {
            position: relative;
            overflow: hidden;
            padding: 30px;
            border-radius: 28px;
            background: #ffffff;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 20px 58px rgba(15, 23, 42, 0.065);
        }

            .rnk-info-card::after {
                content: "";
                position: absolute;
                width: 130px;
                height: 130px;
                right: -54px;
                bottom: -54px;
                border-radius: 999px;
                background: rgba(249, 115, 22, 0.06);
            }

        .rnk-info-head {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 16px;
        }

        .rnk-info-icon {
            position: relative;
            width: 48px;
            height: 48px;
            min-width: 48px;
            border-radius: 17px;
            background: rgba(249, 115, 22, 0.10);
            color: #f97316;
            border: 1px solid rgba(249, 115, 22, 0.16);
        }

        .rnk-info-head h3 {
            margin: 0;
            color: #111827;
            font-size: 23px;
            line-height: 1.2;
            font-weight: 850;
            letter-spacing: -0.7px;
        }

        .rnk-about-image-wrap {
            position: relative;
            padding: 18px;
        }

            .rnk-about-image-wrap::before {
                content: "";
                position: absolute;
                left: 0;
                top: 44px;
                width: 72%;
                height: 82%;
                border-radius: 34px;
                background: rgba(249, 115, 22, 0.08);
                z-index: -1;
            }

        .rnk-about-image-frame {
            position: relative;
            overflow: hidden;
            border-radius: 34px;
            background: #f8fafc;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 28px 80px rgba(15, 23, 42, 0.13);
        }

            .rnk-about-image-frame::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(to bottom, rgba(255,255,255,0.03), rgba(15,23,42,0.20)), linear-gradient(135deg, rgba(249,115,22,0.16), transparent 48%);
                z-index: 1;
                pointer-events: none;
            }

            .rnk-about-image-frame img {
                display: block;
                width: 100%;
                height: 560px;
                object-fit: cover;
                transform: scale(1.02);
                transition: transform 0.75s ease;
            }

        .rnk-about-image-wrap:hover img {
            transform: scale(1.07);
        }

        .rnk-image-mini-card {
            position: absolute;
            left: -2px;
            bottom: 54px;
            z-index: 3;
            max-width: 245px;
            display: flex;
            align-items: center;
            gap: 13px;
            padding: 16px 18px;
            border-radius: 22px;
            background: rgba(255,255,255,0.9);
            border: 1px solid rgba(15,23,42,0.08);
            box-shadow: 0 20px 55px rgba(15,23,42,0.14);
            backdrop-filter: blur(14px);
        }

            .rnk-image-mini-card strong {
                display: block;
                color: #111827;
                font-size: 14px;
                line-height: 1.2;
                font-weight: 850;
            }

            .rnk-image-mini-card small {
                display: block;
                margin-top: 4px;
                color: #64748b;
                font-size: 12px;
                line-height: 1.35;
                font-weight: 650;
            }

        .rnk-mini-dot {
            width: 42px;
            height: 42px;
            min-width: 42px;
            border-radius: 15px;
            background: rgba(249, 115, 22, 0.11);
            color: #f97316;
            position: relative;
            border: 1px solid rgba(249, 115, 22, 0.16);
        }

        /* CSS ikonlar */
        .rnk-icon-target::before {
            content: "";
            position: absolute;
            inset: 11px;
            border: 2px solid currentColor;
            border-radius: 50%;
        }

        .rnk-icon-target::after {
            content: "";
            position: absolute;
            left: 21px;
            top: 7px;
            width: 2px;
            height: 34px;
            background: currentColor;
            border-radius: 999px;
            box-shadow: -7px 7px 0 -1px currentColor, 7px 7px 0 -1px currentColor;
            opacity: 0.85;
        }

        .rnk-icon-vision::before {
            content: "";
            position: absolute;
            left: 10px;
            top: 14px;
            width: 28px;
            height: 18px;
            border: 2px solid currentColor;
            border-radius: 50%;
        }

        .rnk-icon-vision::after {
            content: "";
            position: absolute;
            left: 20px;
            top: 19px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: currentColor;
        }

        .rnk-icon-metal::before {
            content: "";
            position: absolute;
            left: 9px;
            top: 13px;
            width: 24px;
            height: 7px;
            border: 2px solid currentColor;
            border-radius: 999px;
            box-shadow: 0 8px 0 -1px rgba(249, 115, 22, 0.35), 0 16px 0 -1px rgba(249, 115, 22, 0.22);
        }

        .rnk-word-strip {
            position: relative;
            overflow: hidden;
            padding: 52px 0;
            background: #ffffff;
            border-top: 1px solid rgba(15, 23, 42, 0.07);
            border-bottom: 1px solid rgba(15, 23, 42, 0.07);
        }

        .rnk-word-track {
            display: flex;
            width: max-content;
            animation: rnkWordMove 26s linear infinite;
        }

        .rnk-word-group {
            display: flex;
            align-items: center;
            gap: 56px;
            padding-right: 56px;
        }

        .rnk-word {
            color: rgba(15, 23, 42, 0.055);
            font-size: clamp(74px, 11vw, 170px);
            line-height: 1;
            font-weight: 900;
            letter-spacing: -7px;
            white-space: nowrap;
        }

        .rnk-word-strip-title {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            pointer-events: none;
            padding: 0 22px;
        }

            .rnk-word-strip-title h3 {
                max-width: 880px;
                margin: 0;
                color: #111827;
                font-size: clamp(28px, 3.2vw, 46px);
                line-height: 1.14;
                font-weight: 850;
                letter-spacing: -1.5px;
            }

        @keyframes rnkWordMove {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        @media (max-width: 991px) {
            .rnk-about-page {
                padding: 76px 0 62px;
            }

            .rnk-about-intro,
            .rnk-mission-grid {
                grid-template-columns: 1fr;
                gap: 36px;
            }

            .rnk-about-summary {
                padding: 28px;
            }

            .rnk-about-image-frame img {
                height: 470px;
            }

            .rnk-word-strip {
                padding: 44px 0;
            }
        }

        @media (max-width: 575px) {
            .rnk-inner-container {
                width: min(100% - 28px, 1240px);
            }

            .rnk-about-page {
                padding: 62px 0 52px;
            }

            .rnk-about-summary,
            .rnk-info-card {
                border-radius: 24px;
                padding: 24px;
            }

            .rnk-mission-cards {
                gap: 14px;
            }

            .rnk-info-head h3 {
                font-size: 21px;
            }

            .rnk-dynamic-text {
                font-size: 15px;
                line-height: 1.75;
            }

            .rnk-about-image-wrap {
                padding: 0;
            }

            .rnk-about-image-frame {
                border-radius: 26px;
            }

                .rnk-about-image-frame img {
                    height: 350px;
                }

            .rnk-image-mini-card {
                position: relative;
                left: auto;
                bottom: auto;
                margin-top: 14px;
                max-width: 100%;
                width: 100%;
            }

            .rnk-word {
                letter-spacing: -4px;
            }

            .rnk-word-group {
                gap: 34px;
                padding-right: 34px;
            }
        }



  .rnkquote-section {
        position: relative;
        overflow: hidden;
        padding: 90px 0;
        background:
            radial-gradient(circle at 12% 12%, rgba(249, 115, 22, 0.065), transparent 32%),
            radial-gradient(circle at 88% 22%, rgba(15, 23, 42, 0.045), transparent 30%),
            #f8fafc;
    }

    .rnkquote-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
        background-size: 54px 54px;
        mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
        pointer-events: none;
    }

    .rnkquote-panel {
        position: relative;
        z-index: 2;
        padding: 46px;
        border-radius: 34px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
        overflow: hidden;
    }

    .rnkquote-panel::before {
        content: "";
        position: absolute;
        left: 38px;
        right: 38px;
        top: 0;
        height: 3px;
        border-radius: 0 0 999px 999px;
        background: linear-gradient(90deg, transparent, #f97316, transparent);
    }

    .rnkquote-panel::after {
        content: "";
        position: absolute;
        width: 230px;
        height: 230px;
        right: -115px;
        top: -115px;
        border-radius: 999px;
        background: rgba(249, 115, 22, 0.055);
        pointer-events: none;
    }

    .rnkquote-badge {
        display: inline-flex;
        align-items: center;
        padding: 9px 17px;
        margin-bottom: 18px;
        border-radius: 999px;
        background: rgba(249, 115, 22, 0.08);
        border: 1px solid rgba(249, 115, 22, 0.15);
        color: #ea580c;
        font-size: 13px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.35px;
    }

    .rnkquote-title {
        margin: 0;
        color: #111827;
        font-size: clamp(30px, 3.3vw, 40px);
        line-height: 1.12;
        font-weight: 800;
        letter-spacing: -1.4px;
    }

    .rnkquote-desc {
        margin: 17px 0 0;
        color: #64748b;
        font-size: 15px;
        line-height: 1.72;
        font-weight: 500;
        margin-bottom: 15px !important;
    }

    .rnkquote-mini-card {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 18px;
        border-radius: 24px;
        background: #111827;
        color: #ffffff;
        box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
        overflow: hidden;
    }

    .rnkquote-mini-card::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        right: -58px;
        bottom: -58px;
        border-radius: 999px;
        background: rgba(249, 115, 22, 0.22);
    }

    .rnkquote-mini-icon {
        position: relative;
        width: 46px;
        height: 46px;
        min-width: 46px;
        border-radius: 17px;
        background: rgba(249, 115, 22, 0.16);
        color: #f97316;
        border: 1px solid rgba(249, 115, 22, 0.22);
        z-index: 2;
    }

    .rnkquote-mini-icon::before {
        content: "";
        position: absolute;
        left: 13px;
        top: 14px;
        width: 19px;
        height: 12px;
        border-left: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        transform: rotate(-45deg);
        border-radius: 2px;
    }

    .rnkquote-mini-card strong {
        position: relative;
        z-index: 2;
        display: block;
        color: #ffffff;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 850;
    }

    .rnkquote-mini-card small {
        position: relative;
        z-index: 2;
        display: block;
        margin-top: 5px;
        color: rgba(255,255,255,0.66);
        font-size: 12px;
        line-height: 1.45;
        font-weight: 600;
    }

    .rnkquote-form-row {
        position: relative;
        z-index: 2;
    }

    .rnkquote-field {
        position: relative;
        margin-top: 20px;
    }

    .rnkquote-field label {
        display: block;
        margin-bottom: 8px;
        color: #111827;
        font-size: 13px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: -0.1px;
    }

    .rnkquote-field .form-control {
        width: 100%;
        min-height: 56px;
        border-radius: 18px;
        border: 1px solid rgba(15, 23, 42, 0.09);
        background: #f8fafc;
        color: #111827;
        font-size: 14px;
        font-weight: 600;
        padding: 15px 18px;
        box-shadow: none;
        outline: none;
        transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    }

    .rnkquote-field textarea.form-control {
        min-height: 150px;
        resize: vertical;
    }

    .rnkquote-field .form-control::placeholder {
        color: #94a3b8;
        font-weight: 500;
    }

    .rnkquote-field .form-control:focus {
        background: #ffffff;
        border-color: rgba(249, 115, 22, 0.42);
        box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.10);
    }

    .rnkquote-policy {
        margin: 0;
        color: #64748b;
        font-size: 14px;
        line-height: 1.68;
        font-weight: 600;
    }

    .rnkquote-policy a {
        color: #111827;
        font-weight: 850;
        text-decoration: none;
        border-bottom: 1px solid rgba(249, 115, 22, 0.55);
        transition: color 0.25s ease;
    }

    .rnkquote-policy a:hover {
        color: #f97316;
    }

    .rnkquote-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        min-width: 170px;
        padding: 17px 26px;
        border-radius: 999px;
        background: #111827;
        color: #ffffff !important;
        text-decoration: none !important;
        font-size: 14px;
        line-height: 1;
        font-weight: 850;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
        transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    }

    .rnkquote-submit:hover {
        transform: translateY(-3px);
        background: #f97316;
        color: #ffffff !important;
        box-shadow: 0 20px 48px rgba(249, 115, 22, 0.26);
    }

    .rnkquote-submit-check {
        position: relative;
        width: 18px;
        height: 18px;
        min-width: 18px;
        border-radius: 50%;
        border: 2px solid currentColor;
    }

    .rnkquote-submit-check::before {
        content: "";
        position: absolute;
        left: 4px;
        top: 4px;
        width: 7px;
        height: 4px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-45deg);
    }

    .rnkquote-alert-wrap {
        margin-top: 18px;
    }

    .rnkquote-alert {
        border-radius: 18px;
        border: 0;
        font-size: 14px;
        line-height: 1.6;
        font-weight: 600;
    }

    @media (max-width: 991px) {
        .rnkquote-section {
            padding: 72px 0;
        }

        .rnkquote-panel {
            padding: 34px;
            border-radius: 28px;
        }
    }

    @media (max-width: 575px) {
        .rnkquote-section {
            padding: 58px 0;
        }

        .rnkquote-panel {
            padding: 26px 22px;
            border-radius: 24px;
        }

        .rnkquote-desc {
            font-size: 15px;
        }

        .rnkquote-submit {
            width: 100%;
        }
    }