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

.elementor-widget-reha_kurumsal_widget i[class^="fa"],
.elementor-widget-reha_kurumsal_widget i[class*=" fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
    font-weight: 900 !important;
    font-style: normal !important;
    speak: never;
}

.reha-kurumsal {
    --rk-primary: #08265d;
    --rk-accent: #ed111d;
    --rk-soft: #eef6ff;
    --rk-text: #22385f;
    --rk-border: rgba(8, 38, 93, .12);
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    color: var(--rk-primary);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.reha-kurumsal img {
    max-width: 100%;
}

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

.rk-block + .rk-block {
    margin-top: 70px;
}

.rk-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    color: var(--rk-accent);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.rk-eyebrow:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rk-accent);
    box-shadow: none;
}

.rk-title {
    margin: 0;
    color: var(--rk-primary);
    font-size: clamp(38px, 4.4vw, 64px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.rk-title span {
    display: block;
}

.rk-title span:last-child,
.rk-title em {
    color: var(--rk-accent);
    font-style: normal;
}

.rk-title--sm {
    font-size: clamp(30px, 3.1vw, 46px);
    line-height: 1.08;
}

.rk-title--center {
    font-size: clamp(28px, 3.4vw, 42px);
    text-align: center;
}

.rk-title--center span {
    display: inline;
}

.rk-text,
.rk-mission__intro p,
.rk-team-intro p {
    margin: 24px 0 0;
    color: var(--rk-text);
    font-size: 16px;
    line-height: 1.78;
    font-weight: 500;
}

.rk-hero {
    display: grid;
    grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
    align-items: center;
    gap: 70px;
    min-height: 560px;
}

.rk-hero__content {
    min-width: 0;
}

.rk-mini-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 48px;
    max-width: 560px;
}

.rk-mini-feature {
    display: grid;
    place-items: center;
    min-height: 112px;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid rgba(8,38,93,.16);
}

.rk-mini-feature:last-child {
    border-right: 0;
}

.rk-mini-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--rk-primary);
    font-size: 32px;
    line-height: 1;
}

.rk-icon {
    flex-shrink: 0;
}

.rk-mini-feature__icon svg,
.rk-card__icon svg,
.rk-why__icon svg,
.rk-statbar__icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.rk-mini-feature__icon i,
.rk-card__icon i,
.rk-why__icon i,
.rk-statbar__icon i {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
}

.rk-mini-feature__icon i:before,
.rk-card__icon i:before,
.rk-why__icon i:before,
.rk-statbar__icon i:before {
    display: block;
    line-height: 1;
}

.rk-mini-feature strong {
    display: block;
    margin-top: 10px;
    color: var(--rk-primary);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
}

.rk-hero__visual {
    position: relative;
    min-width: 0;
}

.rk-hero-img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 670px;
    aspect-ratio: 1.28 / 1;
    margin-left: auto;
    border-radius: 28px;
    background: var(--rk-soft);
    box-shadow: none;
}

.rk-hero-img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.rk-hero__visual:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 38px;
    top: 60px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--rk-accent);
    box-shadow: none;
}

.rk-hero__visual:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: -34px;
    bottom: -48px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: var(--rk-accent);
}

.rk-mission {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(540px, 1.4fr);
    align-items: center;
    gap: 52px;
    padding: 46px 58px;
    background: linear-gradient(135deg, var(--rk-soft) 0%, #f7fbff 100%);
    border: 1px solid rgba(8,38,93,.08);
}

.rk-mission:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 76px;
    height: 76px;
    background-image: radial-gradient(var(--rk-accent) 2px, transparent 2px);
    background-size: 13px 13px;
    opacity: .85;
}

.rk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    margin-top: 26px;
    padding: 14px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--rk-primary);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    box-shadow: none;
    transition: transform .22s ease;
}

.rk-btn:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.rk-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: var(--rk-primary);
    font-size: 22px;
    line-height: 1;
}

.rk-mission__cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rk-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 285px;
    padding: 38px 26px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(8,38,93,.07);
    text-align: center;
    box-shadow: none;
}

.rk-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: var(--rk-primary);
    color: #fff;
    font-size: 31px;
    box-shadow: none;
}

.rk-card.is-red .rk-card__icon {
    background: var(--rk-accent);
    box-shadow: none;
}

.rk-card h4,
.rk-why h4 {
    margin: 0 0 16px;
    color: var(--rk-primary);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: uppercase;
}

.rk-card p,
.rk-why p {
    margin: 0;
    color: var(--rk-text);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 500;
}

.rk-center-head {
    text-align: center;
    margin-bottom: 50px;
}

.rk-center-head .rk-eyebrow {
    justify-content: center;
}

.rk-title--center:after {
    content: '';
    display: block;
    width: 58px;
    height: 12px;
    margin: 15px auto 0;
    opacity: .45;
    background:
        radial-gradient(50% 100% at 50% 0, transparent 8px, #64a7ff 9px 11px, transparent 12px) 0 0/22px 10px repeat-x;
}

.rk-why__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
}

.rk-why__item {
    min-height: 205px;
    padding: 0 24px;
    text-align: center;
    border-right: 1px solid rgba(8,38,93,.16);
}

.rk-why__item:last-child {
    border-right: 0;
}

.rk-why__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-bottom: 18px;
    color: var(--rk-primary);
    font-size: 34px;
    line-height: 1;
}

.rk-statbar {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 40px 72px;
    background: radial-gradient(circle at 20% 0%, rgba(35,115,255,.16), transparent 40%), linear-gradient(135deg, #08265d 0%, #021944 100%);
    color: #fff;
    box-shadow: none;
}

.rk-statbar:before {
    content: '';
    position: absolute;
    right: -44px;
    bottom: -78px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: var(--rk-accent);
}

.rk-statbar__item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.rk-statbar__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.rk-statbar strong {
    display: block;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.rk-statbar span {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.92);
    font-size: 15px;
    font-weight: 700;
}

.rk-team {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(640px, 1.42fr);
    gap: 44px;
    align-items: center;
    padding: 36px 36px;
    background: #fff;
    border: 1px solid rgba(8,38,93,.08);
    box-shadow: none;
}

.rk-btn--outline {
    background: #fff;
    color: var(--rk-primary) !important;
    border: 1px solid var(--rk-primary);
    box-shadow: none;
}

.rk-btn--outline span {
    background: var(--rk-primary);
    color: #fff;
}

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

.rk-teacher {
    text-align: center;
}

.rk-teacher img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: none;
}

.rk-teacher strong {
    display: block;
    margin-top: 15px;
    color: var(--rk-primary);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
}

.rk-teacher span {
    display: block;
    margin-top: 4px;
    color: var(--rk-text);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.rk-decor {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.rk-decor--dots-one {
    right: 13%;
    top: 50px;
    width: 76px;
    height: 70px;
    background-image: radial-gradient(#2f82ff 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: .55;
}

.rk-decor--waves {
    right: 38px;
    top: 250px;
    width: 90px;
    height: 28px;
    background: radial-gradient(50% 100% at 50% 100%, transparent 10px, #65aaff 11px 13px, transparent 14px) 0 0/28px 14px repeat-x;
    opacity: .75;
}

.rk-decor--blue-dot {
    right: 5%;
    top: 92px;
    width: 42px;
    height: 42px;
    border: 5px solid #6aa8ff;
    border-radius: 50%;
}

.rk-decor--red-dot {
    display: none;
}

@media (max-width: 1200px) {
    .rk-hero,
    .rk-mission,
    .rk-team {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .rk-hero {
        min-height: auto;
    }

    .rk-hero-img-wrap {
        max-width: 760px;
        margin: 0 auto;
    }

    .rk-mission__cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .rk-why__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 0;
    }

    .rk-why__item:nth-child(3n) {
        border-right: 0;
    }

    .rk-statbar {
        padding: 38px 42px;
    }
}

@media (max-width: 900px) {
    .rk-mission__cards,
    .rk-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rk-statbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
}

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

    .rk-block + .rk-block {
        margin-top: 42px;
    }

    .rk-eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .rk-title {
        font-size: clamp(32px, 10.5vw, 44px);
        letter-spacing: -0.04em;
    }

    .rk-title--sm,
    .rk-title--center {
        font-size: clamp(27px, 8vw, 36px);
    }

    .rk-text,
    .rk-mission__intro p,
    .rk-team-intro p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.72;
    }

    .rk-mini-features {
        grid-template-columns: 1fr;
        margin-top: 28px;
        border: 1px solid rgba(8,38,93,.10);
        border-radius: 16px;
        overflow: hidden;
    }

    .rk-mini-feature {
        display: flex;
        justify-content: flex-start;
        gap: 14px;
        min-height: auto;
        padding: 16px;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid rgba(8,38,93,.10);
    }

    .rk-mini-feature:last-child {
        border-bottom: 0;
    }

    .rk-mini-feature strong {
        margin-top: 0;
    }

    .rk-hero-img-wrap {
        height: 360px;
        aspect-ratio: auto;
        border-radius: 30px;
    }

    .rk-hero__visual:before {
        left: 10px;
        top: 16px;
        width: 54px;
        height: 54px;
        box-shadow: none;
    }

    .rk-hero__visual:after {
        right: -50px;
        bottom: -60px;
        width: 150px;
        height: 150px;
    }

    .rk-mission {
        padding: 24px 18px;
        border-radius: 22px !important;
    }

    .rk-mission__cards,
    .rk-team__grid,
    .rk-why__grid,
    .rk-statbar {
        grid-template-columns: 1fr;
    }

    .rk-card {
        min-height: auto;
        padding: 28px 20px;
    }

    .rk-card__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 18px;
        font-size: 27px;
    }

    .rk-center-head {
        margin-bottom: 30px;
    }

    .rk-why__item,
    .rk-why__item:nth-child(3n) {
        min-height: auto;
        padding: 22px 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(8,38,93,.12);
    }

    .rk-why__item:last-child {
        border-bottom: 0;
    }

    .rk-statbar {
        padding: 28px 24px;
        border-radius: 20px !important;
    }

    .rk-statbar__item {
        justify-content: flex-start;
    }

    .rk-statbar__icon {
        font-size: 36px;
    }

    .rk-statbar strong {
        font-size: 34px;
    }

    .rk-team {
        padding: 22px 18px;
        border-radius: 22px !important;
    }

    .rk-teacher img {
        max-height: 320px;
    }

    .rk-decor {
        display: none;
    }
}


/* v1.0.3: frontend ikon uyumluluğu + sade görsel alanı */
.reha-kurumsal .rk-hero__visual:before,
.reha-kurumsal .rk-hero__visual:after,
.reha-kurumsal .rk-decor {
    display: none !important;
}

.reha-kurumsal .rk-hero-img-wrap,
.reha-kurumsal .rk-card,
.reha-kurumsal .rk-card__icon,
.reha-kurumsal .rk-statbar,
.reha-kurumsal .rk-team,
.reha-kurumsal .rk-teacher img,
.reha-kurumsal .rk-btn {
    box-shadow: none !important;
}

.reha-kurumsal .rk-hero-img-wrap {
    border-radius: 28px;
}
