.elementor-widget-reha_neden_akademi,
.elementor-widget-reha_neden_akademi * {
    box-sizing: border-box;
}

.rnw-section {
    --rnw-primary: #08265d;
    --rnw-accent: #ef101d;
    --rnw-soft: #eaf4ff;
    --rnw-text: #152e5e;
    --rnw-border: rgba(8, 38, 93, .08);
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    color: var(--rnw-primary);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.rnw-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.rnw-head {
    position: relative;
    max-width: 980px;
    margin: 0 auto 56px;
    text-align: center;
}

.rnw-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--rnw-accent);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.rnw-eyebrow:before {
    content: '+';
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: var(--rnw-accent);
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.rnw-title {
    margin: 0;
    color: var(--rnw-primary);
    font-size: clamp(38px, 4.5vw, 68px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.055em;
}

.rnw-title span {
    display: inline;
}

.rnw-title span:last-child {
    color: var(--rnw-accent);
}

.rnw-wave {
    width: 114px;
    height: 18px;
    margin: 26px auto 22px;
    background:
        radial-gradient(50% 100% at 50% 100%, transparent 8px, #68a9ff 9px 11px, transparent 12px) 0 0 / 38px 18px repeat-x;
    opacity: .82;
}

.rnw-desc {
    color: var(--rnw-text);
    font-size: 22px;
    line-height: 1.65;
    font-weight: 500;
}

.rnw-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rnw-card {
    position: relative;
    min-height: 370px;
    padding: 40px 28px;
    overflow: hidden;
    border: 1px solid var(--rnw-border);
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 42px rgba(8, 38, 93, .07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.rnw-card:hover {
    transform: translateY(-6px);
    border-color: rgba(8, 38, 93, .14);
    box-shadow: 0 24px 58px rgba(8, 38, 93, .12);
}

.rnw-icon-wrap {
    position: relative;
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    margin: 0 auto 34px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(234,244,255,.9) 0%, rgba(255,255,255,.95) 100%);
}

.rnw-icon-wrap:before,
.rnw-icon-wrap:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.rnw-icon-wrap:before {
    inset: 9px;
    border: 7px solid rgba(8, 38, 93, .045);
}

.rnw-icon-wrap:after {
    inset: 1px;
    border: 2px solid rgba(114, 170, 255, .23);
}

.rnw-card-icon {
    position: relative;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    color: var(--rnw-primary);
    font-size: 54px;
    line-height: 1;
}

.rnw-card-icon i,
.rnw-card-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.rnw-orbit {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 50%;
}

.rnw-orbit--red {
    right: 14px;
    bottom: 12px;
    width: 16px;
    height: 16px;
    background: var(--rnw-accent);
}

.rnw-orbit--blue {
    right: 33px;
    top: 14px;
    width: 8px;
    height: 8px;
    background: var(--rnw-primary);
}

.rnw-orbit--light {
    left: 12px;
    top: 28px;
    width: 14px;
    height: 14px;
    border: 2px solid #9cc7ff;
    background: #fff;
}

.rnw-card-title {
    margin: 0;
    color: var(--rnw-primary);
    font-size: 23px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.025em;
}

.rnw-card-line {
    display: block;
    width: 36px;
    height: 4px;
    margin: 18px auto 22px;
    border-radius: 99px;
    background: var(--rnw-accent);
}

.rnw-card-text {
    color: var(--rnw-text);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}

/* Küçük dekorlar: büyük üst sağ / alt sol şekil yok */
.rnw-section--decor:before,
.rnw-section--decor:after,
.rnw-inner:before,
.rnw-inner:after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.rnw-section--decor:before {
    left: 70px;
    top: 84px;
    width: 78px;
    height: 78px;
    background-image: radial-gradient(#61a7ff 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: .85;
}

.rnw-section--decor:after {
    right: 76px;
    top: 95px;
    width: 82px;
    height: 34px;
    background:
        radial-gradient(50% 100% at 50% 100%, transparent 12px, #61a7ff 13px 15px, transparent 16px) 0 0/28px 16px repeat-x;
    opacity: .75;
}

.rnw-inner:before {
    left: 132px;
    top: 220px;
    width: 70px;
    height: 70px;
    border: 2px solid #63a8ff;
    border-radius: 50%;
    opacity: .85;
}

.rnw-inner:after {
    right: 220px;
    top: 36px;
    width: 40px;
    height: 40px;
    border: 2px solid #63a8ff;
    border-radius: 50%;
    opacity: .85;
}

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

@media (max-width: 767px) {
    .rnw-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .rnw-head {
        margin-bottom: 34px;
        text-align: left;
    }

    .rnw-eyebrow {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .rnw-title {
        font-size: clamp(31px, 9.8vw, 44px);
        line-height: 1.12;
    }

    .rnw-title span {
        display: block;
    }

    .rnw-wave {
        margin: 18px 0 16px;
    }

    .rnw-desc {
        font-size: 16px;
        line-height: 1.68;
    }

    .rnw-cards {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 4px 4px 18px;
        margin-left: -4px;
        margin-right: -4px;
    }

    .rnw-cards::-webkit-scrollbar {
        height: 4px;
    }

    .rnw-cards::-webkit-scrollbar-track {
        background: rgba(8, 38, 93, .06);
        border-radius: 999px;
    }

    .rnw-cards::-webkit-scrollbar-thumb {
        background: var(--rnw-accent);
        border-radius: 999px;
    }

    .rnw-card {
        flex: 0 0 var(--rnw-mobile-card-width, 280px);
        width: var(--rnw-mobile-card-width, 280px);
        min-height: 330px;
        scroll-snap-align: start;
        padding: 28px 22px;
    }

    .rnw-icon-wrap {
        width: 110px;
        height: 110px;
        margin-bottom: 26px;
    }

    .rnw-card-icon {
        font-size: 42px;
    }

    .rnw-icon-wrap {
        margin-bottom: 22px;
    }

    .rnw-card-title {
        font-size: 20px;
    }

    .rnw-card-text {
        font-size: 15px;
        line-height: 1.72;
    }

    .rnw-section--decor:before,
    .rnw-section--decor:after,
    .rnw-inner:before,
    .rnw-inner:after {
        display: none;
    }
}
