
/* =========================================================
   Reysa Reklam — İç Sayfalar
   Yalnız alt sayfa bileşenlerini etkiler.
========================================================= */

.rr-inner-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 68px;
    background:
        radial-gradient(
            circle at 86% 4%,
            rgba(69, 184, 194, .22),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            var(--rr-navy-dark) 0%,
            var(--rr-navy) 100%
        );
}

.rr-inner-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.rr-inner-hero .rr-container {
    position: relative;
    z-index: 2;
}

.rr-inner-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
    font-size: 12px;
    font-weight: 800;
}

.rr-inner-breadcrumb a,
.rr-inner-breadcrumb span {
    color: rgba(255, 255, 255, .68);
}

.rr-inner-breadcrumb a:hover {
    color: var(--rr-cyan);
}

.rr-inner-breadcrumb a + a::before,
.rr-inner-breadcrumb a + span::before,
.rr-inner-breadcrumb span + a::before,
.rr-inner-breadcrumb span + span::before {
    content: "/";
    margin-right: 9px;
    color: rgba(255, 255, 255, .28);
}

.rr-inner-kicker {
    display: inline-flex;
    color: #75d8df;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.rr-inner-hero h1 {
    max-width: 980px;
    margin: 11px 0 0;
    color: var(--rr-white);
    font-family: var(--rr-font);
    font-size: clamp(36px, 4.2vw, 64px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.rr-inner-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.75;
}

.rr-inner-section {
    padding: 72px 0 88px;
    background:
        linear-gradient(
            180deg,
            rgba(69, 184, 194, .05),
            transparent 230px
        ),
        var(--rr-white);
}

.rr-inner-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.rr-inner-section-head > div > span,
.rr-detail-contact-card > span {
    color: var(--rr-cyan-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.rr-inner-section-head h2 {
    margin: 8px 0 0;
    color: var(--rr-ink);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.rr-inner-section-head p {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--rr-text);
    line-height: 1.72;
}

.rr-service-category-block {
    margin-bottom: 64px;
}

.rr-inner-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.rr-inner-service-card {
    overflow: hidden;
    border: 1px solid var(--rr-line);
    border-radius: 22px;
    background: var(--rr-white);
    box-shadow: var(--rr-shadow-sm);
    transition: var(--rr-transition);
}

.rr-inner-service-card:hover {
    border-color: rgba(69, 184, 194, .48);
    transform: translateY(-4px);
    box-shadow: var(--rr-shadow-md);
}

.rr-inner-service-image {
    display: block;
    height: 270px;
    overflow: hidden;
    background: var(--rr-soft);
}

.rr-inner-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.rr-inner-service-card:hover img {
    transform: scale(1.045);
}

.rr-inner-service-card > div {
    padding: 26px;
}

.rr-inner-service-card small {
    color: var(--rr-cyan-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rr-inner-service-card h3 {
    margin: 10px 0 11px;
    font-size: 22px;
    line-height: 1.3;
}

.rr-inner-service-card h3 a {
    color: var(--rr-ink);
}

.rr-inner-service-card p {
    color: var(--rr-text);
    line-height: 1.68;
}

.rr-inline-link {
    display: inline-flex;
    margin-top: 12px;
    color: var(--rr-cyan-dark);
    font-weight: 900;
}

.rr-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.rr-detail-main {
    overflow: hidden;
    border: 1px solid var(--rr-line);
    border-radius: 24px;
    background: var(--rr-white);
    box-shadow: var(--rr-shadow-sm);
}

.rr-detail-cover {
    height: 500px;
    overflow: hidden;
    background: var(--rr-soft);
}

.rr-detail-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rr-detail-content {
    padding: 38px;
    color: var(--rr-text);
    font-size: 16px;
    line-height: 1.85;
}

.rr-detail-content h2,
.rr-detail-content h3,
.rr-detail-content h4 {
    margin: 28px 0 12px;
    color: var(--rr-ink);
    font-weight: 900;
    line-height: 1.25;
}

.rr-detail-content p,
.rr-detail-content li {
    color: var(--rr-text);
}

.rr-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.rr-detail-side {
    position: sticky;
    top: 154px;
}

.rr-detail-contact-card {
    padding: 28px;
    border: 1px solid rgba(69, 184, 194, .28);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(69, 184, 194, .18),
            transparent 36%
        ),
        var(--rr-navy-dark);
    box-shadow: var(--rr-shadow-md);
}

.rr-detail-contact-card h2 {
    margin: 13px 0 0;
    color: var(--rr-white);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2;
}

.rr-detail-contact-card p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .70);
    line-height: 1.65;
}

.rr-detail-contact-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 14px;
    padding: 0 18px;
    border: 1px solid var(--rr-cyan);
    border-radius: 13px;
    background: var(--rr-cyan);
    color: var(--rr-white);
    font-weight: 900;
}

.rr-detail-contact-card a.is-light {
    border-color: var(--rr-white);
    background: var(--rr-white);
    color: var(--rr-navy-dark);
}

.rr-detail-contact-card a.is-outline {
    border-color: rgba(255, 255, 255, .28);
    background: transparent;
    color: var(--rr-white);
}

.rr-related-services {
    margin-top: 64px;
}

.rr-contact-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
}

.rr-contact-form-card,
.rr-contact-info-card,
.rr-side-list-card {
    padding: 34px;
    border: 1px solid var(--rr-line);
    border-radius: 24px;
    background: var(--rr-white);
    box-shadow: var(--rr-shadow-sm);
}

.rr-contact-form-card h2,
.rr-contact-info-card h2,
.rr-side-list-card h2 {
    margin: 9px 0 25px;
    color: var(--rr-ink);
    font-size: 32px;
    font-weight: 900;
}

.rr-contact-form {
    display: grid;
    gap: 18px;
}

.rr-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.rr-contact-form label {
    display: grid;
    gap: 8px;
    color: var(--rr-ink);
    font-size: 13px;
    font-weight: 900;
}

.rr-contact-form input,
.rr-contact-form textarea {
    width: 100%;
    border: 1px solid var(--rr-line);
    border-radius: 12px;
    padding: 14px 15px;
    background: var(--rr-white);
    color: var(--rr-ink);
    font: inherit;
    outline: none;
}

.rr-contact-form input:focus,
.rr-contact-form textarea:focus {
    border-color: var(--rr-cyan);
    box-shadow: 0 0 0 3px rgba(69, 184, 194, .12);
}

.rr-contact-form em {
    min-height: 16px;
    color: #b4233f;
    font-size: 12px;
    font-style: normal;
}

.rr-contact-form button {
    justify-self: start;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    background: var(--rr-cyan-dark);
    color: var(--rr-white);
    font-weight: 900;
}

.rr-contact-info-card {
    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(69, 184, 194, .18),
            transparent 34%
        ),
        var(--rr-navy-dark);
}

.rr-contact-info-card h2,
.rr-contact-info-card strong {
    color: var(--rr-white);
}

.rr-contact-info-card > a,
.rr-contact-info-card > div {
    display: block;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: var(--rr-white);
}

.rr-contact-info-card small {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .58);
}

.rr-contact-map {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid var(--rr-line);
    border-radius: 24px;
    background: var(--rr-soft);
}

.rr-machine-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.rr-machine-card {
    position: relative;
    min-height: 315px;
    overflow: hidden;
    border: 1px solid var(--rr-line);
    border-radius: 20px;
    background: var(--rr-soft);
}

.rr-machine-card img {
    width: 100%;
    height: 100%;
    min-height: 315px;
    object-fit: cover;
}

.rr-machine-card > span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 52px 24px 22px;
    background: linear-gradient(
        transparent,
        rgba(16, 43, 67, .92)
    );
}

.rr-machine-card strong {
    display: block;
    color: var(--rr-white);
}

.rr-machine-card small {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .68);
}

.rr-reference-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--rr-line);
    border-left: 1px solid var(--rr-line);
}

.rr-reference-logo-card {
    min-height: 180px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-right: 1px solid var(--rr-line);
    border-bottom: 1px solid var(--rr-line);
    background: var(--rr-white);
}

.rr-reference-logo-card img {
    max-width: 155px;
    max-height: 78px;
    object-fit: contain;
}

.rr-reference-logo-card strong {
    color: var(--rr-ink);
}

.rr-empty-state {
    padding: 34px;
    border: 1px dashed #cfd9e4;
    border-radius: 18px;
    background: var(--rr-soft);
    color: var(--rr-text);
    text-align: center;
}

.rr-toast-root {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 3000;
    width: min(390px, calc(100vw - 32px));
    display: grid;
    gap: 12px;
}

.rr-toast {
    display: grid;
    grid-template-columns: 38px 1fr 28px;
    gap: 12px;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--rr-line);
    border-radius: 16px;
    background: var(--rr-white);
    box-shadow: var(--rr-shadow-md);
    opacity: 0;
    transform: translateY(-12px);
    transition: .25s ease;
}

.rr-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rr-toast-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 900;
}

.rr-toast-success .rr-toast-icon {
    background: #eaf8ef;
    color: #178447;
}

.rr-toast-error .rr-toast-icon {
    background: #fff0f3;
    color: #c82648;
}

.rr-toast-warning .rr-toast-icon {
    background: #fff7e6;
    color: #a66300;
}

.rr-toast-body strong {
    color: var(--rr-ink);
}

.rr-toast-body span {
    display: block;
    margin-top: 3px;
    color: var(--rr-text);
    font-size: 13px;
}

.rr-toast button {
    color: var(--rr-muted);
    font-size: 22px;
}

.rr-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: none;
    place-items: center;
    padding: 34px;
    background: rgba(8, 24, 39, .94);
}

.rr-lightbox.is-open {
    display: grid;
}

.rr-lightbox img {
    max-width: min(1180px, 92vw);
    max-height: 78vh;
    border-radius: 18px;
    object-fit: contain;
}

.rr-lightbox strong {
    margin-top: 16px;
    color: var(--rr-white);
}

.rr-lightbox-close {
    position: absolute;
    top: 20px;
    right: 26px;
    color: var(--rr-white);
    font-size: 38px;
}

.rr-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.rr-blog-card {
    overflow: hidden;
    border: 1px solid var(--rr-line);
    border-radius: 22px;
    background: var(--rr-white);
    box-shadow: var(--rr-shadow-sm);
}

.rr-blog-card-image {
    display: block;
    height: 260px;
    overflow: hidden;
}

.rr-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rr-blog-card > div {
    padding: 25px;
}

.rr-blog-card h2 {
    margin: 10px 0 12px;
    font-size: 22px;
}

.rr-blog-card h2 a {
    color: var(--rr-ink);
}

.rr-blog-card p {
    color: var(--rr-text);
    line-height: 1.7;
}

.rr-side-list-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 13px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--rr-line);
}

.rr-side-list-item img {
    width: 90px;
    height: 66px;
    border-radius: 10px;
    object-fit: cover;
}

.rr-side-list-item strong {
    color: var(--rr-ink);
}

@media (max-width: 1000px) {
    .rr-inner-service-grid,
    .rr-machine-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rr-detail-layout,
    .rr-contact-page-grid {
        grid-template-columns: 1fr;
    }

    .rr-detail-side {
        position: static;
    }

    .rr-reference-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .rr-blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .rr-inner-hero {
        padding: 55px 0 52px;
    }

    .rr-inner-section {
        padding: 52px 0 65px;
    }

    .rr-inner-service-grid,
    .rr-machine-grid,
    .rr-form-grid,
    .rr-blog-grid {
        grid-template-columns: 1fr;
    }

    .rr-detail-cover {
        height: 310px;
    }

    .rr-detail-content,
    .rr-contact-form-card,
    .rr-contact-info-card {
        padding: 23px;
    }

    .rr-reference-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
