/* Simsek-style medical theme — layout matched to profdrabdulmuttalipsimsek.com */

:root {
    --secondary: #080808;
    --text-light: #5f6368;
    --text-on-dark: rgba(255, 255, 255, 0.82);
    --primary-text: #157aa8;
    --primary-btn: #157aa8;
    --primary-btn-hover: #126892;
    --whatsapp-btn: #0a5c52;
    --whatsapp-btn-hover: #084a42;
    --surface: #f0fffe;
    --surface-alt: #e8f6fc;
    --surface-muted: #f8f9fa;
    --section-border: 1px solid rgba(0, 0, 0, 0.06);
    --section-border-soft: 1px solid rgba(52, 168, 224, 0.12);
    --radius-sm: 10px;
    --radius-md: 15px;
    --radius-pill: 8px;
    --section-pad: 100px;
    --page-pad: 50px;
    --font-heading: 'Plus Jakarta Sans', system-ui, sans-serif;
}

body.site-simsek {
    font-family: var(--font-heading);
    background: var(--white);
    color: var(--secondary);
}

/* ─── Demo renk placeholder'ları (geçici) ─── */
.demo-logo {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: var(--white);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.demo-logo--footer {
    min-height: 44px;
    font-size: 0.78rem;
}

.demo-placeholder {
    display: block;
    background: linear-gradient(135deg, var(--primary) 0%, #5fc0ea 100%);
}

.demo-placeholder--hero-1 {
    background: linear-gradient(135deg, #2a8fc4 0%, #34a8e0 55%, #5fc0ea 100%);
}

.demo-placeholder--hero-2 {
    background: linear-gradient(135deg, #34a8e0 0%, #94c022 100%);
}

.demo-placeholder--hero-3 {
    background: linear-gradient(160deg, #1f7eb0 0%, #34a8e0 50%, #7ec8e8 100%);
}

.demo-placeholder--hero-4 {
    background: linear-gradient(135deg, #94c022 0%, #34a8e0 100%);
}

.demo-placeholder--showcase {
    background: linear-gradient(145deg, #34a8e0 0%, #2a8fc4 45%, #94c022 100%);
}

.demo-placeholder--page-hero {
    background: linear-gradient(135deg, #1f6f9c 0%, #34a8e0 60%, #94c022 100%);
}

.demo-placeholder--portrait {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 0;
    background: linear-gradient(160deg, #34a8e0 0%, #5fc0ea 45%, #94c022 100%);
}

.demo-placeholder--avatar-blue,
.demo-placeholder--avatar-green,
.demo-placeholder--avatar-mixed {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid var(--white);
    box-shadow: 0 4px 10px rgba(8, 8, 8, 0.12);
    flex-shrink: 0;
}

.demo-placeholder--avatar-blue {
    background: linear-gradient(135deg, #34a8e0, #5fc0ea);
}

.demo-placeholder--avatar-green {
    background: linear-gradient(135deg, #94c022, #b5d44a);
}

.demo-placeholder--avatar-mixed {
    background: linear-gradient(135deg, #2a8fc4, #94c022);
}

.about-trust-card__avatars .demo-placeholder {
    margin-left: -12px;
}

.about-trust-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--white);
    margin-left: -14px;
    box-shadow: 0 4px 12px rgba(8, 8, 8, 0.12);
    flex-shrink: 0;
    display: block;
    background: #eef2f5;
}

.about-trust-card__avatars .about-trust-card__avatar:first-child {
    margin-left: 0;
}

.about-trust-card__avatars .demo-placeholder:first-child {
    margin-left: 0;
}

.demo-placeholder--mini {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
}

.demo-placeholder--blog-card {
    width: 100%;
    height: 220px;
    border-radius: 15px 15px 0 0;
}

.demo-placeholder--blog-1 {
    background: linear-gradient(135deg, #34a8e0, #5fc0ea);
}

.demo-placeholder--blog-2 {
    background: linear-gradient(135deg, #94c022, #b5d44a);
}

.demo-placeholder--blog-3 {
    background: linear-gradient(135deg, #2a8fc4, #34a8e0);
}

.demo-placeholder--blog-4 {
    background: linear-gradient(135deg, #34a8e0, #94c022);
}

.testimonial-box__avatar.demo-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 0.75rem;
}

.container-wide {
    width: min(1400px, calc(100% - var(--page-pad) * 2));
    margin: 0 auto;
}

/* ─── Header ─── */
.site-header {
    position: relative;
    z-index: 200;
    margin-top: 0;
    padding: 0 var(--page-pad);
}

.site-header--overlay {
    display: none;
}

.page-home main {
    padding-top: 0;
    margin-top: 0;
}

.site-header__bar,
.hero-simsek__header .site-header__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 40px rgba(8, 8, 8, 0.06);
    padding: 0.85rem 1.5rem;
}

.hero-simsek__header {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.hero-simsek__header .site-header__bar {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.site-header__logo img {
    height: 52px;
    width: auto;
}

.site-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    flex-wrap: nowrap;
}

.site-nav__link {
    padding: 0.65rem 0.78rem;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--secondary);
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
    text-transform: capitalize;
    white-space: nowrap;
}

.site-nav__link:hover,
.site-nav__link.is-active {
    color: var(--primary-text);
    font-weight: 600;
}

.site-header .nav-toggle,
.hero-simsek__header .nav-toggle {
    display: none;
}

/* JKit-style buttons */
.btn-jkit {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 10px 10px 10px 20px;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary-btn);
    border-radius: var(--radius-pill);
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    white-space: nowrap;
}

button.btn-jkit {
    appearance: none;
    -webkit-appearance: none;
}

.btn-jkit svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.btn-jkit:hover {
    transform: translateY(-1px);
}

.btn-jkit:not(.btn-jkit--outline):hover {
    box-shadow: 0 8px 24px rgba(21, 122, 168, 0.35);
    color: var(--white);
    background: var(--primary-btn-hover);
}

.btn-jkit--whatsapp:hover {
    box-shadow: 0 8px 24px rgba(10, 92, 82, 0.35);
    color: var(--white);
    background: var(--whatsapp-btn-hover);
}

.btn-jkit--whatsapp {
    background: var(--whatsapp-btn);
    color: var(--white);
}

.btn-jkit--dark {
    background: var(--secondary);
}

.btn-jkit--outline {
    background: transparent;
    color: var(--primary-text);
    border: 1px solid rgba(21, 122, 168, 0.42);
}

.btn-jkit--outline:hover,
.btn-jkit--outline:focus-visible,
.btn-jkit--outline:active {
    background: var(--surface-alt);
    color: var(--primary-btn-hover);
    border-color: rgba(21, 122, 168, 0.55);
    box-shadow: 0 4px 16px rgba(21, 122, 168, 0.1);
}

.header-cta-desktop.btn-jkit,
.appointment-form form .btn-jkit {
    padding: 10px 10px 10px 20px;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1;
    min-height: 40px;
}

.header-cta-desktop.btn-jkit {
    align-self: center;
}

.appointment-form form .btn-jkit {
    width: 100%;
    justify-content: center;
}

.btn-jkit--block {
    width: 100%;
    justify-content: center;
}

.btn-jkit--block svg {
    margin-left: auto;
}

/* Section label */
.section-label {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.section-label li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary);
}

.section-label__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--surface-alt);
    border-radius: 6px;
    font-size: 0.75rem;
}

/* JKit headings */
.jkit-heading {
    margin-bottom: 1.25rem;
}

.jkit-heading h1,
.jkit-heading h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--secondary);
    text-transform: capitalize;
}

.jkit-heading h1 {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
}

.jkit-heading .style-color span {
    display: inline;
    font-weight: 700;
    color: var(--primary);
}

.section-desc {
    color: var(--text-light);
    font-size: 1rem;
    max-width: 620px;
    line-height: 1.7;
}

.section-desc--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ─── Hero ─── */
.hero-simsek {
    padding: 0 var(--page-pad) 3.5rem;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.hero-simsek__inner {
    position: relative;
    min-height: 720px;
    border-radius: var(--radius-md);
    overflow: visible;
    isolation: isolate;
    padding-top: 25px;
}

.hero-simsek__shell {
    position: relative;
    z-index: 2;
    min-height: 720px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.hero-simsek__stage {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    min-height: 0;
}

.hero-simsek__slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
}

.hero-simsek__overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 8, 0.75);
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
}

.hero-simsek__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-simsek__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    transform: scale(1);
}

.hero-simsek__slide.is-active {
    opacity: 1;
    animation: kenBurns 5s ease forwards;
}

@keyframes kenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.hero-simsek__slide--mursel {
    background-image: url('/assets/images/mursel1.png');
}

.hero-simsek__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 0 0;
    margin-bottom: -60px;
    max-width: 720px;
}

.hero-simsek__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.95rem;
    border-radius: var(--radius-pill);
    background: rgba(52, 168, 224, 0.18);
    border: 1px solid rgba(52, 168, 224, 0.35);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-simsek__heading {
    margin-bottom: 1.5rem;
}

.hero-simsek__heading h1 {
    font-size: clamp(1.85rem, 3.4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--white);
    text-transform: capitalize;
    margin: 0;
}

@media (min-width: 992px) {
    .hero-simsek__heading h1 {
        white-space: nowrap;
    }
}

.hero-simsek__heading .style-color span {
    display: inline;
    font-weight: 700;
    color: var(--primary);
}

.hero-simsek__subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    max-width: 720px;
    margin: 0 0 2rem;
    line-height: 1.75;
}

.hero-simsek__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem;
}

.hero-simsek__actions .btn-jkit {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    padding: 10px 28px 10px 32px;
    min-width: 155px;
}

.hero-phone-box {
    display: flex;
    align-items: stretch;
    gap: 0.85rem;
    background: transparent;
    padding: 0;
}

.hero-phone-box__icon {
    width: 52px;
    border-radius: 8px;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-phone-box__icon svg {
    width: 22px;
    height: 22px;
}

.hero-phone-box__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-phone-box__label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.2rem;
}

.hero-phone-box__number {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--white);
}

.hero-phone-box__number:hover {
    color: var(--primary);
}

.hero-simsek__aside {
    flex-shrink: 0;
    display: flex;
    justify-content: stretch;
    align-items: flex-end;
    padding-bottom: 0;
    position: relative;
    z-index: 4;
    width: 100%;
}

.hero-aside-frame {
    position: relative;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 4.5rem;
    width: 100%;
    max-width: none;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transform: translateY(50%);
}

.hero-aside-frame__panel {
    grid-column: 2;
    position: relative;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        inset 0 0 0 1px rgba(52, 168, 224, 0.18),
        0 0 0 1px rgba(52, 168, 224, 0.22),
        0 16px 48px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.hero-aside-frame__panel::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(148, 192, 34, 0.28);
    border-radius: 18px;
    pointer-events: none;
}

.hero-aside-frame__panel::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    box-shadow: inset 0 0 32px rgba(52, 168, 224, 0.08);
}

.hero-aside-frame::before,
.hero-aside-frame::after {
    display: none;
}

.hero-simsek__aside-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.hours-card-simsek,
.doctor-showcase {
    width: 100%;
    height: auto;
    min-height: 220px;
    border-radius: 18px;
    overflow: hidden;
}

.hours-card-simsek {
    background: linear-gradient(180deg, #edf8fd 0%, #e2f3fa 100%);
    padding: 1.35rem 1.5rem 1.25rem;
    box-shadow: 0 12px 40px rgba(8, 8, 8, 0.14);
    display: flex;
    flex-direction: column;
}

.hours-card-simsek__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.hours-card-simsek__head-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
}

.hours-card-simsek__head h2,
.hours-card-simsek__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0;
}

.hours-card-simsek__rows {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.hours-card-simsek__row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.88rem;
}

.hours-card-simsek__day {
    color: var(--secondary);
    font-weight: 500;
}

.hours-card-simsek__time {
    font-weight: 600;
    color: var(--secondary);
    white-space: nowrap;
}

.hours-card-simsek__time .arrow {
    color: var(--primary);
    margin-right: 0.35rem;
}

.hours-card-simsek__btn {
    margin-top: 0.85rem;
}

.btn-jkit--hours {
    justify-content: space-between;
    padding: 11px 8px 11px 18px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn-jkit--hours svg {
    width: 16px;
    height: 16px;
    padding: 8px;
    background: var(--white);
    color: var(--primary);
    border-radius: 6px;
    box-sizing: content-box;
}

.hours-card-simsek__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem 1.5rem;
    font-size: 0.88rem;
}

.hours-card-simsek__grid span:nth-child(odd) {
    color: var(--text-light);
}

.hours-card-simsek__grid span:nth-child(even) {
    font-weight: 600;
    color: var(--secondary);
    text-align: right;
}

.doctor-showcase {
    position: relative;
    align-self: stretch;
    background: #111;
    box-shadow: 0 12px 40px rgba(8, 8, 8, 0.14);
}

.doctor-showcase__slides {
    position: absolute;
    inset: 0;
}

.doctor-showcase__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease;
}

.doctor-showcase__slide.is-active {
    opacity: 1;
}

.doctor-showcase__play {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 56px;
    height: 56px;
    min-width: 0;
    padding: 0;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(52, 168, 224, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.doctor-showcase__play:hover {
    transform: translate(-50%, -50%) scale(1.04);
    color: var(--white);
    box-shadow: 0 12px 32px rgba(52, 168, 224, 0.45);
}

.doctor-showcase__play svg {
    flex-shrink: 0;
}

/* ─── About ─── */
.about-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--white);
}

.about-simsek__grid {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 4.5rem;
    align-items: center;
}

.about-simsek__photo {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: 0 24px 50px rgba(8, 8, 8, 0.1);
}

.about-simsek__photo > .about-simsek__img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.about-simsek__photo > .demo-placeholder--portrait {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 0;
    display: block;
}

.about-trust-counter {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: var(--primary);
    color: var(--white);
    border: 7px solid var(--white);
    border-radius: var(--radius-md);
    padding: 1.15rem 1.55rem 1.1rem;
    box-shadow: 0 18px 40px rgba(52, 168, 224, 0.28);
    z-index: 2;
    text-align: center;
}

.about-trust-counter__num {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
}

.about-trust-counter__label {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
}

.about-trust-card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
    min-width: 230px;
    max-width: 300px;
    background: var(--white);
    border: none;
    border-top: 5px solid var(--white);
    border-left: 5px solid var(--white);
    border-radius: var(--radius-md) 0 0 0;
    padding: 1.35rem 1.25rem 1.3rem;
    box-shadow: none;
    z-index: 3;
    text-align: center;
    overflow: hidden;
}

.about-trust-card h3 {
    margin: 0 0 0.7rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--secondary);
    text-align: center;
    white-space: nowrap;
}

.about-trust-card__stars {
    display: flex;
    gap: 0.12rem;
    margin-bottom: 0.6rem;
    color: var(--primary);
    justify-content: center;
}

.about-trust-card__stars svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.about-trust-card__subtitle {
    margin: 0 0 1.05rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--text-light);
    line-height: 1.5;
    white-space: normal;
}

.about-trust-card__avatars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-trust-card__avatars .demo-placeholder {
    width: 44px;
    height: 44px;
}

.about-trust-card__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-left: -14px;
    background: #f0f4f8;
    border: 3px solid var(--white);
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 600;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(8, 8, 8, 0.1);
}

.about-simsek__content .section-label li {
    border: 1px solid rgba(52, 168, 224, 0.22);
    border-radius: 8px;
    padding: 0.4rem 0.85rem 0.4rem 0.65rem;
    background: var(--white);
}

.about-simsek__content .jkit-heading h2 {
    font-weight: 600;
    font-size: clamp(1.9rem, 3.2vw, 2.65rem);
}

.about-simsek__content .section-desc {
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--text-light);
}

.about-simsek__content .check-list-simsek li {
    font-size: 0.92rem;
    font-weight: 500;
    text-transform: capitalize;
}

.about-simsek__content .check-list-simsek li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(52, 168, 224, 0.12);
    color: var(--primary);
    font-size: 0.68rem;
    font-weight: 700;
    margin-top: 0.1rem;
}

.about-simsek__cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.75rem;
    margin-top: 2.25rem;
}

.about-simsek__cta .btn-jkit {
    padding: 11px 10px 11px 22px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.about-simsek__cta .btn-jkit svg {
    width: 14px;
    height: 14px;
    padding: 7px;
    background: var(--white);
    color: var(--primary);
    border-radius: 50%;
    box-sizing: content-box;
}

.about-simsek__mini {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.about-simsek__mini-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 12%;
    flex-shrink: 0;
    border: 2px solid rgba(52, 168, 224, 0.22);
    box-shadow: 0 4px 14px rgba(52, 168, 224, 0.15);
    background: #eef2f5;
}

.about-simsek__mini .demo-placeholder--mini {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
}

.about-simsek__mini strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--secondary);
}

.about-simsek__mini span {
    display: block;
    font-size: 0.78rem;
    color: var(--text-light);
    line-height: 1.35;
    max-width: 240px;
}

.check-list-simsek {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.check-list-simsek li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.45rem 0;
    font-size: 0.95rem;
    color: var(--secondary);
}

.check-list-simsek li::before {
    content: '→';
    color: var(--primary);
    font-weight: 700;
    flex-shrink: 0;
}

.doctor-badge-simsek {
    display: inline-flex;
    flex-direction: column;
    background: var(--surface-alt);
    border-left: 4px solid var(--primary);
    padding: 1rem 1.25rem;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin: 1.5rem 0;
}

.doctor-badge-simsek strong {
    font-size: 1rem;
}

.doctor-badge-simsek span {
    font-size: 0.85rem;
    color: var(--text-light);
}

/* ─── Treatments ─── */
.treatments-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-alt);
    border-top: var(--section-border-soft);
}

.treatments-simsek__head {
    max-width: none;
    margin: 0 0 2.75rem;
    text-align: left;
}

.treatments-simsek__head .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.treatments-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
    max-width: 680px;
}

.treatments-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 1.2rem;
}

.treatment-card-simsek {
    position: relative;
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.1);
    border-radius: 18px;
    padding: 1.65rem 1.55rem 1.5rem;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(52, 168, 224, 0.06);
}

.treatment-card-simsek:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(52, 168, 224, 0.14);
    border-color: rgba(52, 168, 224, 0.22);
}

.treatment-card-simsek--wide {
    grid-column: span 2;
}

.treatment-card-simsek--wide-right {
    grid-column: 2 / span 2;
}

.treatment-card-simsek--accent {
    background: linear-gradient(145deg, #2b9fd4 0%, #1a7eb5 52%, #156a9a 100%);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 36px rgba(26, 126, 181, 0.28);
    color: var(--white);
}

.treatment-card-simsek--accent:hover {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 22px 48px rgba(26, 126, 181, 0.34);
}

.treatment-card-simsek__head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.15rem;
}

.treatment-card-simsek__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.treatment-card-simsek__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(52, 168, 224, 0.14) 0%, rgba(52, 168, 224, 0.06) 100%);
    border: 1px solid rgba(52, 168, 224, 0.16);
    color: var(--primary);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.treatment-card-simsek:hover .treatment-card-simsek__icon {
    transform: scale(1.04);
    border-color: rgba(52, 168, 224, 0.28);
}

.treatment-card-simsek__index {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(52, 168, 224, 0.55);
}

.treatment-card-simsek--accent .treatment-card-simsek__icon {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--white);
}

.treatment-card-simsek--accent .treatment-card-simsek__index {
    color: rgba(255, 255, 255, 0.72);
}

.treatment-card-simsek__deco {
    position: absolute;
    bottom: -24px;
    right: -8px;
    font-size: 5.5rem;
    opacity: 0.07;
    line-height: 1;
    pointer-events: none;
}

.treatment-card-simsek h3 {
    font-size: 1.12rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    padding-right: 0;
    line-height: 1.35;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

.treatment-card-simsek:hover h3 {
    color: var(--primary);
}

.treatment-card-simsek--accent h3,
.treatment-card-simsek--accent p {
    color: var(--white);
}

.treatment-card-simsek--accent:hover h3 {
    color: var(--white);
}

.treatment-card-simsek--wide p,
.treatment-card-simsek--wide-right p {
    -webkit-line-clamp: 2;
}

.treatment-card-simsek p {
    font-size: 0.86rem;
    color: var(--text-light);
    line-height: 1.68;
    flex: 1;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.treatment-card-simsek--accent p {
    color: rgba(255, 255, 255, 0.88);
}

.treatment-card-simsek__foot {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(52, 168, 224, 0.1);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.treatment-card-simsek:hover .treatment-card-simsek__foot {
    border-color: rgba(52, 168, 224, 0.22);
}

.treatment-card-simsek--accent .treatment-card-simsek__foot {
    border-top-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
}

.treatment-card-simsek--wide .treatment-card-simsek__foot,
.treatment-card-simsek--wide-right .treatment-card-simsek__foot {
    max-width: 420px;
}

.treatment-card-simsek > .treatment-card-simsek__icon {
    margin-bottom: 1rem;
}

.treatments-simsek__footer {
    margin-top: 2.25rem;
    display: flex;
    justify-content: flex-start;
}

/* ─── Process ─── */
.process-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-muted);
    border-top: var(--section-border);
}

.process-simsek__head {
    max-width: 720px;
    margin-bottom: 2.5rem;
}

.process-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.process-simsek__head .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.process-timeline {
    margin: 0 0 4rem;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    gap: 2.65rem;
}

.process-timeline__step {
    position: relative;
    flex: 1;
    min-width: 0;
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.1);
    border-radius: var(--radius-md);
    padding: 1.55rem 1.45rem 1.45rem;
    box-shadow: 0 8px 28px rgba(52, 168, 224, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.process-timeline__step:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 50%;
    right: -1.325rem;
    transform: translate(50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(52, 168, 224, 0.1);
    border: 1px solid rgba(52, 168, 224, 0.16);
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.process-timeline__step:hover {
    transform: translateY(-5px);
    border-color: rgba(52, 168, 224, 0.22);
    box-shadow: 0 16px 40px rgba(52, 168, 224, 0.12);
}

.process-timeline__step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.05rem;
}

.process-timeline__marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(52, 168, 224, 0.14) 0%, rgba(52, 168, 224, 0.05) 100%);
    border: 2px solid rgba(52, 168, 224, 0.22);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 14px rgba(52, 168, 224, 0.12);
}

.process-timeline__tag {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(52, 168, 224, 0.55);
}

.process-timeline__step h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0 0 0.6rem;
    line-height: 1.35;
}

.process-timeline__step p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.68;
    color: var(--text-light);
}

.process-timeline__arrow {
    flex: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: var(--primary);
}

.process-timeline__arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(52, 168, 224, 0.1);
    border: 1px solid rgba(52, 168, 224, 0.16);
    transition: background 0.2s ease, transform 0.2s ease;
}

.process-timeline:hover .process-timeline__arrow span {
    background: rgba(52, 168, 224, 0.16);
}

.process-timeline__arrow svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.process-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.65fr);
    gap: 1.75rem 3.25rem;
    align-items: stretch;
    padding: 2.25rem 2.5rem;
    border-radius: calc(var(--radius-md) + 2px);
    background: linear-gradient(135deg, #141d2b 0%, #1f2f45 52%, var(--secondary) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
    color: var(--white);
}

.process-cta__glow {
    position: absolute;
    top: -35%;
    right: -8%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(52, 168, 224, 0.18) 0%, transparent 68%);
    pointer-events: none;
}

.process-cta__label {
    display: none;
}

.process-cta__intro {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.process-cta__intro h3 {
    font-size: clamp(1.15rem, 2vw, 1.42rem);
    font-weight: 700;
    margin: 0 0 0.6rem;
    line-height: 1.3;
}

.process-cta__intro p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.74);
    max-width: 360px;
}

.process-cta__features {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 1.35rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-sizing: border-box;
}

.process-cta__points {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 3.5rem;
}

.process-cta__points li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex: 1 1 0;
    min-width: 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
}

.process-cta__points li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(148, 192, 34, 0.22);
    color: #b8e06a;
    font-size: 0.62rem;
    font-weight: 700;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .process-cta__points li {
        font-size: 0.78rem;
    }
}

@media (max-width: 768px) {
    .process-cta__features {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .process-cta__points {
        min-width: max-content;
        gap: 2.25rem;
    }
}

/* ─── Sağlık Bilgilendirme ─── */
.health-info-simsek {
    position: relative;
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-muted);
    border-top: var(--section-border);
    overflow: hidden;
}

.health-info-simsek__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(52, 168, 224, 0.08) 0%, transparent 42%),
        radial-gradient(circle at 88% 82%, rgba(52, 168, 224, 0.06) 0%, transparent 38%);
    pointer-events: none;
}

.health-info-simsek__inner {
    position: relative;
    z-index: 1;
}

.health-info-simsek__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.25rem;
    text-align: left;
}

.health-info-simsek__head-main {
    flex: 1;
    min-width: 0;
    max-width: 620px;
}

.health-info-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.health-info-simsek__head .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.trust-chips {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.trust-chips__item {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.85rem 0.55rem 0.55rem;
    border-radius: var(--radius-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trust-chips__item:hover {
    transform: translateY(-2px);
}

.trust-chips__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: var(--primary);
    flex-shrink: 0;
}

.trust-chips__icon svg {
    width: 16px;
    height: 16px;
}

.trust-chips__copy {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    min-width: 0;
}

.trust-chips__label {
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.trust-chips__hint {
    font-size: 0.72rem;
    line-height: 1.25;
    font-weight: 500;
}

.trust-chips--section {
    justify-content: flex-end;
    flex-shrink: 0;
    max-width: min(52%, 560px);
}

.trust-chips--section .trust-chips__item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 251, 255, 0.92) 100%);
    border: 1px solid rgba(52, 168, 224, 0.14);
    box-shadow: 0 6px 18px rgba(52, 168, 224, 0.07);
}

.trust-chips--section .trust-chips__item:hover {
    border-color: rgba(52, 168, 224, 0.28);
    box-shadow: 0 10px 24px rgba(52, 168, 224, 0.12);
}

.trust-chips--section .trust-chips__icon {
    background: linear-gradient(145deg, rgba(52, 168, 224, 0.16) 0%, rgba(52, 168, 224, 0.06) 100%);
    border: 1px solid rgba(52, 168, 224, 0.18);
}

.trust-chips--section .trust-chips__label {
    color: var(--secondary);
}

.trust-chips--section .trust-chips__hint {
    color: rgba(52, 168, 224, 0.78);
}

.footer-simsek__bottom-trust {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}

.trust-chips--footer {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.65rem;
    max-width: 100%;
}

.trust-chips--footer .trust-chips__item {
    flex: 1 1 0;
    min-width: max-content;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.trust-chips--footer .trust-chips__item:hover {
    border-color: rgba(52, 168, 224, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.trust-chips--footer .trust-chips__icon {
    background: rgba(52, 168, 224, 0.14);
    border: 1px solid rgba(52, 168, 224, 0.22);
}

.trust-chips--footer .trust-chips__label {
    color: var(--white);
}

.trust-chips--footer .trust-chips__hint {
    color: rgba(52, 168, 224, 0.88);
}

.health-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.health-info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 100%;
    padding: 1.45rem 1.35rem 1.35rem;
    border: 1px solid rgba(52, 168, 224, 0.12);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 8px 28px rgba(52, 168, 224, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.health-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(52, 168, 224, 0.24);
    box-shadow: 0 16px 40px rgba(52, 168, 224, 0.12);
}

.health-info-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.health-info-card__index {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(52, 168, 224, 0.55);
}

.health-info-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(52, 168, 224, 0.14) 0%, rgba(52, 168, 224, 0.05) 100%);
    border: 2px solid rgba(52, 168, 224, 0.2);
    color: var(--primary);
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(52, 168, 224, 0.1);
    transition: transform 0.28s ease, background 0.28s ease;
}

.health-info-card__icon svg {
    width: 22px;
    height: 22px;
}

.health-info-card:hover .health-info-card__icon {
    transform: scale(1.06);
    background: linear-gradient(145deg, rgba(52, 168, 224, 0.2) 0%, rgba(52, 168, 224, 0.08) 100%);
}

.health-info-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0;
    line-height: 1.35;
}

.health-info-card p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.68;
    color: var(--text-light);
    flex: 1;
}

.health-info-card__line {
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 0.15rem;
    border-radius: var(--radius-pill);
    background: linear-gradient(90deg, var(--primary) 0%, rgba(52, 168, 224, 0.2) 100%);
    opacity: 0.55;
    transition: width 0.28s ease, opacity 0.28s ease;
}

.health-info-card:hover .health-info-card__line {
    width: 64px;
    opacity: 1;
}

.health-info-simsek__callout {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem 1.25rem;
    margin-top: 1.75rem;
    padding: 1.15rem 1.25rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(52, 168, 224, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 248, 255, 0.96) 100%);
    box-shadow: 0 10px 30px rgba(52, 168, 224, 0.08);
}

.health-info-simsek__callout-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(52, 168, 224, 0.1);
    color: var(--primary);
    flex-shrink: 0;
}

.health-info-simsek__callout-icon svg {
    width: 22px;
    height: 22px;
}

.health-info-simsek__callout-body strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.25rem;
}

.health-info-simsek__callout-body p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.6;
    color: var(--text-light);
    max-width: 680px;
}

.health-info-simsek__callout-link {
    white-space: nowrap;
    flex-shrink: 0;
}

@media (max-width: 1100px) {
    .health-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .health-info-simsek__head {
        flex-direction: column;
        gap: 1.25rem;
    }

    .health-info-simsek__head-main {
        max-width: none;
    }

    .trust-chips--section {
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .health-info-simsek__callout {
        grid-template-columns: auto 1fr;
    }

    .health-info-simsek__callout-link {
        grid-column: 1 / -1;
        justify-self: flex-start;
    }
}

@media (max-width: 900px) {
    .footer-simsek__bottom-inner {
        align-items: flex-start;
    }

    .footer-simsek__bottom-trust {
        justify-content: flex-start;
        width: 100%;
    }

    .trust-chips--footer {
        display: flex;
        flex-direction: column;
        width: min(100%, 320px);
    }

    .trust-chips--footer .trust-chips__item {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .health-info-grid {
        grid-template-columns: 1fr;
    }

    .trust-chips--section,
    .trust-chips--footer {
        gap: 0.5rem;
    }

    .trust-chips--section .trust-chips__item {
        flex: 1 1 100%;
    }
}

/* ─── Testimonials (legacy — kaldırıldı) ─── */
.testimonials-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--white);
    border-top: var(--section-border);
}

.testimonials-simsek__head {
    max-width: 680px;
    margin-bottom: 1.5rem;
    text-align: left;
}

.testimonials-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.testimonials-simsek__head .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.google-reviews-card {
    background: var(--white);
    border: 1px solid #dadce0;
    border-radius: var(--radius-md);
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08);
    overflow: hidden;
}

.google-reviews-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0;
    padding: 1rem 1.25rem;
    background: #f8f9fa;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #e8eaed;
}

.google-reviews-panel__summary {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.google-reviews-panel__score {
    font-size: 2rem;
    font-weight: 500;
    color: #202124;
    line-height: 1;
}

.google-reviews-panel__meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.google-reviews-panel__meta > span {
    font-size: 0.78rem;
    color: #5f6368;
}

.google-reviews-panel__stars,
.google-review__stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: #fbbc04;
}

.google-reviews-panel__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: #5f6368;
    white-space: nowrap;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 1.15rem 1.25rem 1.25rem;
}

.google-review {
    width: 100%;
    min-width: 0;
    max-width: none;
    background: transparent;
    border: none;
    border-right: 1px solid #e8eaed;
    border-radius: 0;
    padding: 0.35rem 1.35rem 0.65rem;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.google-review:last-child {
    border-right: none;
}

.google-review__head {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.75rem;
}

.google-review__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #e8eaed;
}

.google-review__identity {
    min-width: 0;
}

.google-review__name {
    display: block;
    font-size: 0.86rem;
    font-weight: 500;
    color: #202124;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.google-review__rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.google-review__date {
    font-size: 0.72rem;
    color: #5f6368;
    line-height: 1.2;
}

.google-review__date::before {
    content: '·';
    margin-right: 0.35rem;
    color: #9aa0a6;
}

.google-review__text {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #3c4043;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ─── FAQ ─── */
.faq-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--white);
    border-top: var(--section-border);
}

.faq-simsek__grid {
    display: grid;
    grid-template-columns: 0.42fr 0.58fr;
    gap: 3.5rem;
    align-items: start;
}

.faq-simsek__intro {
    max-width: 520px;
}

.faq-simsek__intro .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.faq-simsek__intro .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.faq-accordion__item {
    border: 1px solid #dadce0;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-accordion__item.is-open {
    border-color: rgba(52, 168, 224, 0.45);
    box-shadow: 0 4px 14px rgba(52, 168, 224, 0.1);
}

.faq-accordion__q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.15rem;
    background: none;
    border: none;
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    color: var(--secondary);
    line-height: 1.45;
}

.faq-accordion__q svg {
    flex-shrink: 0;
    transition: transform 0.25s;
    color: var(--primary);
}

.faq-accordion__item.is-open .faq-accordion__q svg {
    transform: rotate(180deg);
}

.faq-accordion__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-accordion__item.is-open .faq-accordion__a {
    max-height: 300px;
}

.faq-accordion__a p {
    padding: 0 1.15rem 1.1rem;
    color: var(--text-light);
    font-size: 0.86rem;
    line-height: 1.65;
}

/* ─── Appointment ─── */
.appointment-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-alt);
    border-top: var(--section-border-soft);
}

.appointment-simsek__inner {
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.1);
    border-radius: var(--radius-md);
    padding: 2.5rem 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: stretch;
    box-shadow: 0 14px 36px rgba(52, 168, 224, 0.08);
}

.appointment-simsek__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    gap: 1.35rem;
}

.appointment-simsek__intro .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.appointment-simsek__intro .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.appointment-form {
    background: var(--surface-muted);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-md);
    padding: 2rem;
    box-shadow: none;
    height: 100%;
}

.appointment-form--compact {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
}

.appointment-form h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
}

.appointment-form--compact h3 {
    margin-bottom: 0.95rem;
}

.appointment-form--compact form {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.appointment-form--compact .form-row-simsek {
    margin-bottom: 0.65rem;
    gap: 0.75rem;
}

.appointment-form--compact .form-field-simsek {
    margin-bottom: 0.65rem;
}

.appointment-form--compact .form-field-simsek label {
    margin-bottom: 0.3rem;
    font-size: 0.78rem;
}

.appointment-form--compact .form-field-simsek input,
.appointment-form--compact .form-field-simsek textarea {
    padding: 0.68rem 0.85rem;
    font-size: 0.88rem;
}

.appointment-form--compact .form-field-simsek textarea {
    min-height: 80px;
    resize: vertical;
}

.appointment-form--compact .form-field-simsek:last-of-type {
    margin-bottom: 1.35rem;
}

.appointment-form--compact .btn-jkit {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    font-size: 0.86rem;
    padding: 0.85rem 1.25rem;
}

.appointment-form--compact .btn-jkit svg {
    margin-left: auto;
}

.form-row-simsek {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-field-simsek {
    margin-bottom: 1rem;
}

.form-field-simsek label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--secondary);
}

.form-field-simsek input,
.form-field-simsek textarea,
.form-field-simsek select {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font-heading);
    font-size: 0.92rem;
    transition: border-color 0.2s;
}

.form-field-simsek input:focus,
.form-field-simsek textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.form-field-simsek textarea {
    min-height: 120px;
    resize: vertical;
}

/* ─── Footer ─── */
/* ─── Footer ─────────────────────────────────────────────────── */
.footer-simsek {
    background: #0d0d0d;
    color: rgba(255,255,255,0.72);
}

/* CTA şeridi */
.footer-simsek__cta {
    position: relative;
    overflow: hidden;
    padding: 3rem var(--page-pad);
    background: linear-gradient(135deg, #101010 0%, #171b22 55%, #141820 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-simsek__cta::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -10%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(52, 168, 224, 0.12) 0%, transparent 68%);
    pointer-events: none;
}

.footer-simsek__cta-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 3.5rem);
}

.footer-simsek__cta-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.footer-simsek__cta-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: left;
}

.footer-simsek__cta-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.65rem;
}

.footer-simsek__cta h3 {
    color: var(--white);
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.65rem;
}

.footer-simsek__cta p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    max-width: 34rem;
}

.footer-simsek__cta-points {
    list-style: none;
    margin: 1.15rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-simsek__cta-points li {
    position: relative;
    padding-left: 1.1rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.footer-simsek__cta-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
}

.footer-simsek__cta-form-card {
    padding: 1.5rem 1.6rem 1.4rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.footer-simsek__cta-form-title {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--white);
}

.footer-newsletter {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer-newsletter:focus-within {
    border-color: rgba(52, 168, 224, 0.45);
    box-shadow: 0 0 0 3px rgba(52, 168, 224, 0.12);
}

.footer-newsletter__field {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    min-height: 46px;
    padding: 0.28rem 0.32rem 0.28rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s ease;
}

.footer-newsletter__field:focus-within {
    border-color: rgba(52, 168, 224, 0.45);
}

.footer-newsletter input[type="email"] {
    flex: 1;
    min-width: 0;
    width: auto;
    min-height: 38px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--white);
    font-size: 0.9rem;
    font-family: inherit;
}

.footer-newsletter input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.footer-newsletter input[type="email"]:focus {
    outline: none;
}

.footer-newsletter__consent {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.76rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.footer-newsletter__consent input {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.footer-newsletter__consent a {
    color: var(--primary);
    text-decoration: underline;
}

.footer-newsletter__submit.btn-jkit {
    flex-shrink: 0;
    min-height: 38px;
    height: 38px;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0 14px;
    font-size: 0.82rem;
}

.footer-newsletter__submit.btn-jkit svg {
    width: 12px;
    height: 12px;
    margin-left: 0.2rem;
}

.footer-newsletter__note {
    margin: 0.75rem 0 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    text-align: left;
}

.footer-newsletter__feedback {
    margin: 0.55rem 0 0;
    font-size: 0.8rem;
    text-align: left;
}

.footer-newsletter__feedback--success {
    color: #8fd46a;
}

.footer-newsletter__feedback--error {
    color: #ff8a8a;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Ana alan */
.footer-simsek__main {
    padding: 4.5rem var(--page-pad) 2.5rem;
}

.footer-simsek__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 3rem;
}

/* Marka */
.footer-simsek__brand img {
    height: 48px;
    margin-bottom: 1.1rem;
    filter: brightness(0) invert(1);
}

.footer-simsek__brand-tagline {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.65rem;
}

.footer-simsek__brand-desc {
    font-size: 0.87rem;
    color: var(--text-on-dark);
    line-height: 1.7;
    margin: 0 0 1.4rem;
}

.footer-simsek__social {
    display: flex;
    gap: 0.65rem;
}

.footer-simsek__social a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.footer-simsek__social a:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(52,168,224,0.08);
}

/* Kolonlar */
.footer-col-bar {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    margin-right: 0.6rem;
    vertical-align: middle;
    margin-top: -2px;
}

.footer-simsek__col h4 {
    color: var(--white);
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 1.35rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-simsek__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-simsek__col li {
    margin-bottom: 0.6rem;
}

.footer-simsek__col a {
    font-size: 0.875rem;
    opacity: 0.65;
    transition: opacity 0.2s, color 0.2s, padding-left 0.2s;
    display: inline-block;
}

.footer-simsek__col a:hover {
    opacity: 1;
    color: var(--primary);
    padding-left: 4px;
}

/* İletişim listesi */
.footer-simsek__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.8rem;
    font-size: 0.875rem;
    opacity: 0.7;
}

.footer-simsek__contact-list svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--primary);
    opacity: 1;
}

.footer-simsek__contact-list a {
    color: inherit;
    opacity: 1 !important;
    padding-left: 0 !important;
}

.footer-simsek__contact-list a:hover {
    color: var(--primary) !important;
    padding-left: 0 !important;
}

/* Saatler */
.footer-simsek__hours {
    padding: 0;
    margin: 0;
}

.footer-simsek__hours li {
    display: flex;
    justify-content: space-between;
    font-size: 0.83rem;
    opacity: 0.65;
    gap: 1rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.footer-simsek__hours li:last-child {
    border-bottom: none;
}

/* Alt bar */
.footer-simsek__bottom {
    padding: 1.5rem var(--page-pad);
    border-top: 1px solid rgba(255,255,255,0.07);
    font-size: 0.83rem;
}

.footer-simsek__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-simsek__legal-meta {
    opacity: 0.72;
    flex: 1;
    min-width: 0;
}

.footer-simsek__legal-meta p {
    margin: 0;
}

.footer-simsek__editor-meta {
    margin-top: 0.35rem !important;
    font-size: 0.78rem;
}

.footer-simsek__editor-meta a {
    color: inherit;
    text-decoration: underline;
}

/* ─── Inner pages hero (hero-simsek__inner stili) ─── */
.hero-simsek--page .hero-simsek__inner {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.hero-simsek__shell--page {
    flex: 1;
    min-height: 0;
}

.hero-simsek__page-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    border-radius: inherit;
}

.hero-simsek--page .page-hero-simsek__body {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-simsek--page h1 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: var(--white);
    margin: 0 0 0.75rem;
    line-height: 1.1;
}

.hero-simsek--page p {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    max-width: none;
    line-height: 1.5;
    margin: 0 0 1.75rem;
    white-space: nowrap;
}

.breadcrumb-simsek {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.83rem;
    color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 0.45rem 1.1rem;
    backdrop-filter: blur(6px);
}

.breadcrumb-simsek svg {
    color: var(--primary);
    flex-shrink: 0;
}

.breadcrumb-simsek a {
    color: rgba(255,255,255,0.6);
    transition: color 0.2s;
}

.breadcrumb-simsek a:hover {
    color: var(--primary);
}

.breadcrumb-simsek span {
    color: var(--white);
    font-weight: 600;
}

.content-section-simsek {
    padding: var(--section-pad) var(--page-pad);
}

.services-grid-simsek {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
}

.blog-grid-simsek {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.blog-card-simsek {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(8,8,8,0.05);
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
}

.blog-card-simsek .blog-card-simsek__media {
    position: relative;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none;
}

.blog-card-simsek__img {
    width: 100%;
    height: 220px;
    min-height: 220px;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    transition: transform 0.35s ease;
}

.blog-card-simsek:hover .blog-card-simsek__img {
    transform: scale(1.04);
}

.blog-card-simsek h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-simsek h3 a:hover {
    color: var(--primary);
}

.blog-detail-featured {
    margin-bottom: 2rem;
    border-radius: 15px;
    overflow: hidden;
}

.blog-detail-simsek__inner {
    width: min(1400px, calc(100% - var(--page-pad) * 2));
    margin: 0 auto;
}

.blog-detail-simsek__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 2.5rem;
    align-items: start;
}

.blog-detail-simsek__main {
    min-width: 0;
}

.blog-detail-simsek__sidebar {
    position: sticky;
    top: 6.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.blog-detail-sidebar__card {
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.12);
    border-radius: var(--radius-md);
    padding: 1.35rem 1.25rem;
    box-shadow: 0 8px 28px rgba(8, 8, 8, 0.04);
}

.blog-detail-sidebar__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(52, 168, 224, 0.15);
}

.content-toc {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1.35rem 1.5rem;
    background: linear-gradient(135deg, rgba(45, 168, 224, 0.06) 0%, rgba(240, 255, 254, 0.9) 100%);
    border: 1px solid rgba(52, 168, 224, 0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 24px rgba(52, 168, 224, 0.06);
    box-sizing: border-box;
}

.content-toc__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 2px solid rgba(52, 168, 224, 0.12);
}

.content-toc__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(45, 168, 224, 0.16) 0%, rgba(45, 168, 224, 0.08) 100%);
    border: 1px solid rgba(52, 168, 224, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.content-toc__icon svg {
    width: 18px;
    height: 18px;
}

.content-toc__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.2;
}

.content-toc__desc {
    margin: 0.15rem 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-light);
}

.content-toc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.content-toc__item {
    width: 100%;
}

.content-toc__item--h3 {
    padding-left: 1.75rem;
}

.content-toc__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.85rem 1.1rem;
    border-radius: 10px;
    border: 1px solid rgba(52, 168, 224, 0.18);
    background: var(--white);
    text-decoration: none;
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.content-toc__link:hover,
.content-toc__link:focus-visible {
    border-color: rgba(52, 168, 224, 0.45);
    background: var(--surface-alt);
    color: var(--primary);
    transform: translateX(3px);
}

.content-toc__link.is-active {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(45, 168, 224, 0.16) 0%, rgba(45, 168, 224, 0.08) 100%);
    color: var(--primary);
    box-shadow: 0 4px 14px rgba(52, 168, 224, 0.16);
}

.content-toc__link > span:last-child {
    flex: 1;
    min-width: 0;
}

.content-toc__num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(52, 168, 224, 0.14);
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.content-toc__link.is-active .content-toc__num,
.content-toc__link:hover .content-toc__num {
    background: var(--primary);
    color: var(--white);
}

.content-toc__link--h3 {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.72rem 1rem;
    border-style: dashed;
}

.content-toc__link--h3::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(52, 168, 224, 0.45);
    flex-shrink: 0;
}

.content-toc__link--h3.is-active::before,
.content-toc__link--h3:hover::before {
    background: var(--primary);
}

.blog-detail-sidebar__toc ul,
.blog-detail-sidebar__posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-detail-sidebar__item + .blog-detail-sidebar__item {
    margin-top: 0.45rem;
}

.blog-detail-sidebar__item--h3 {
    padding-left: 0.85rem;
}

.blog-detail-sidebar__link,
.blog-detail-sidebar__posts a {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--secondary);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.blog-detail-sidebar__link:hover,
.blog-detail-sidebar__posts a:hover {
    color: var(--primary);
}

.blog-detail-sidebar__posts li + li {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(52, 168, 224, 0.1);
}

.blog-detail-sidebar__posts span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary);
}

.sidebar-cta-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 1.25rem;
    background: linear-gradient(135deg, #2da8e0 0%, var(--primary) 45%, #1e8fbf 100%);
    border-radius: var(--radius-md);
    text-decoration: none;
    color: var(--white);
    box-shadow: 0 10px 28px rgba(52, 168, 224, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sidebar-cta-btn:hover,
.sidebar-cta-btn:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(52, 168, 224, 0.42);
    color: var(--white);
}

.sidebar-cta-btn__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-cta-btn__icon svg {
    width: 22px;
    height: 22px;
    color: var(--white);
}

.sidebar-cta-btn__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.sidebar-cta-btn__title {
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.sidebar-cta-btn__desc {
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

.sidebar-cta-btn__arrow {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: transform 0.25s ease, background 0.25s ease;
}

.sidebar-cta-btn__arrow svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

.sidebar-cta-btn:hover .sidebar-cta-btn__arrow,
.sidebar-cta-btn:focus-visible .sidebar-cta-btn__arrow {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.28);
}

.blog-detail-simsek__article {
    text-align: left;
    width: 100%;
}

.blog-detail-simsek__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.blog-detail-simsek__content {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--secondary);
}

.blog-detail-simsek__content h2,
.blog-detail-simsek__content h3 {
    font-family: var(--font-display, inherit);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 2.25rem 0 1rem;
    color: var(--secondary);
    text-align: left;
}

.blog-detail-simsek__content h3 {
    font-size: 1.15rem;
}

.blog-detail-simsek__content p {
    margin: 0 0 1.15rem;
    color: var(--text-light);
    text-align: left;
}

.blog-detail-simsek__content ul,
.blog-detail-simsek__content ol {
    margin: 0 0 1.35rem;
    padding-left: 1.35rem;
    color: var(--text-light);
    text-align: left;
}

.blog-detail-simsek__content li {
    margin-bottom: 0.65rem;
    line-height: 1.75;
}

.blog-detail-simsek__content li::marker {
    color: var(--primary);
}

.blog-detail-simsek__content strong {
    color: var(--secondary);
    font-weight: 600;
}

.blog-detail-simsek__footer {
    margin-top: 3rem;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.blog-card-simsek__img--detail {
    width: 100%;
    min-height: 320px;
    max-height: 420px;
    object-fit: cover;
    border-radius: 15px;
}

.blog-card-simsek:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(52, 168, 224, 0.1);
}


.blog-card-simsek__body {
    padding: 1.5rem;
}

.blog-card-simsek__date {
    font-size: 0.78rem;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.blog-card-simsek h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.5rem 0;
}

.blog-card-simsek p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-card-simsek__link {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--primary);
}

.contact-grid-simsek {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: stretch;
}

.contact-info-card-simsek {
    background: var(--surface-muted);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-md);
    padding: 2rem;
    height: 100%;
}

.contact-info-card-simsek h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-info-card-simsek__desc {
    margin: 0 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

.contact-info-card-simsek__items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.contact-info-card-simsek__item strong {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    margin-bottom: 0.35rem;
}

.contact-info-card-simsek__item a,
.contact-info-card-simsek__item span {
    font-size: 0.95rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    line-height: 1.5;
}

.contact-info-card-simsek__item a:hover {
    color: var(--primary);
}

.contact-info-card-simsek__divider {
    height: 1px;
    margin: 1.5rem 0;
    background: rgba(0, 0, 0, 0.06);
}

.contact-info-card-simsek__hours strong {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    margin-bottom: 0.85rem;
}

.hours-card-simsek__grid--embedded {
    padding: 0;
}

.contact-map-simsek {
    margin-top: 3.5rem;
    text-align: left;
}

.contact-map-simsek__head {
    max-width: 640px;
    margin-bottom: 1.75rem;
}

.contact-map-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.contact-map-simsek__frame {
    width: 100%;
    line-height: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(52, 168, 224, 0.12);
    box-shadow: 0 12px 36px rgba(52, 168, 224, 0.1);
    background: var(--surface-alt);
}

.contact-map-simsek__frame iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

.contact-map-simsek__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.contact-map-simsek__footer p {
    margin: 0;
    max-width: 640px;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--text-light);
}

.alert-simsek {
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
    font-size: 0.92rem;
}

.alert-simsek--success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.alert-simsek--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* ─── Homepage enhancements ─── */
.skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    z-index: 9999;
    padding: 0.65rem 1rem;
    background: var(--primary);
    color: var(--white);
    border-radius: var(--radius-pill);
    font-weight: 600;
    text-decoration: none;
}

.skip-link:focus {
    top: 1rem;
}

.site-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s;
}

.site-header-sticky.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.site-header-sticky__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    box-shadow: 0 8px 40px rgba(8, 8, 8, 0.08);
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    max-width: calc(1320px + var(--page-pad) * 2);
}

.section-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.about-simsek__extra {
    margin-top: 1rem;
}

.trust-strip-simsek {
    padding: 2rem var(--page-pad) 2.5rem;
    margin-top: 0;
    background: var(--surface);
    border-top: var(--section-border);
    border-bottom: var(--section-border);
    position: relative;
    z-index: 1;
}

.trust-strip-simsek__card {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    padding: 1rem 10px;
}

.trust-strip-simsek__viewport {
    overflow: hidden;
    padding: 0;
}

.trust-strip-simsek__track {
    display: flex;
    width: max-content;
    animation: trustMarquee 42s linear infinite;
}

.trust-strip-simsek__track:hover {
    animation-play-state: paused;
}

.trust-strip-simsek__group {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding-right: 0.7rem;
}

.trust-strip-simsek__chip {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.65rem;
    width: 18.5rem;
    min-width: 18.5rem;
    max-width: 18.5rem;
    padding: 0.55rem 0.85rem 0.55rem 0.5rem;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    transition: border-color 0.25s ease, background 0.25s ease;
    flex-shrink: 0;
    cursor: default;
}

.trust-strip-simsek__chip:hover,
.trust-strip-simsek__chip--green:hover,
.trust-strip-simsek__chip--blue:hover {
    background: #f3f9e8;
    border-color: rgba(148, 192, 34, 0.22);
    box-shadow: 0 1px 4px rgba(148, 192, 34, 0.08);
}

.trust-strip-simsek__chip--green,
.trust-strip-simsek__chip--blue {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.trust-strip-simsek__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: 0.05rem;
    border-radius: 10px;
    border: none;
    flex-shrink: 0;
    transition: background 0.25s ease, color 0.25s ease;
}

.trust-strip-simsek__icon svg {
    width: 18px;
    height: 18px;
}

.trust-strip-simsek__chip--blue .trust-strip-simsek__icon,
.trust-strip-simsek__chip--green .trust-strip-simsek__icon {
    background: #f0f1f3;
    color: #6b7280;
}

.trust-strip-simsek__chip:hover .trust-strip-simsek__icon,
.trust-strip-simsek__chip--blue:hover .trust-strip-simsek__icon,
.trust-strip-simsek__chip--green:hover .trust-strip-simsek__icon {
    background: rgba(181, 212, 74, 0.28);
    color: #7aad1a;
}

.trust-strip-simsek__copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
    min-width: 0;
}

.trust-strip-simsek__label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.trust-strip-simsek__sublabel {
    display: block;
    font-size: 0.68rem;
    font-weight: 500;
    color: var(--text-light);
    line-height: 1.25;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.trust-strip-simsek__chip:hover .trust-strip-simsek__label,
.trust-strip-simsek__chip--blue:hover .trust-strip-simsek__label,
.trust-strip-simsek__chip--green:hover .trust-strip-simsek__label {
    color: #5a8214;
}

.trust-strip-simsek__chip:hover .trust-strip-simsek__sublabel {
    color: #6b8f18;
}

@keyframes trustMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.why-us-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--white);
    border-top: var(--section-border);
}

.why-us-simsek__head {
    max-width: 720px;
    margin: 0 0 3rem;
    text-align: left;
}

.why-us-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.why-us-simsek__head .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.why-us-simsek__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.why-us-card {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4.35;
    min-height: 340px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: var(--white);
    box-shadow: 0 14px 36px rgba(8, 8, 8, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why-us-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(8, 8, 8, 0.2);
    color: var(--white);
}

.why-us-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.55s ease;
}

.why-us-card:hover .why-us-card__bg {
    transform: scale(1.07);
}

.why-us-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(8, 8, 8, 0.92) 0%, rgba(8, 8, 8, 0.62) 48%, rgba(8, 8, 8, 0.35) 100%);
    transition: opacity 0.35s ease;
}

.why-us-card:hover .why-us-card__overlay {
    opacity: 0.94;
}

.why-us-card__icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.why-us-card__badge {
    padding: 0.32rem 0.62rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--white);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-shrink: 0;
}

.why-us-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%;
    padding: 1rem 1rem 1.15rem;
}

.why-us-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.65rem;
}

.why-us-card__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    margin-top: auto;
    padding-top: 1.5rem;
}

.why-us-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    line-height: 1.32;
    color: var(--white);
}

.why-us-card p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.58;
    margin: 0;
    max-width: 100%;
}

.why-us-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin-top: 1rem;
    padding: 0.78rem 1.15rem;
    border-radius: var(--radius-pill);
    background: var(--white);
    color: var(--secondary);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(8, 8, 8, 0.12);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.why-us-card:hover .why-us-card__cta {
    background: #eef2f5;
    color: #4a5568;
    box-shadow: 0 4px 12px rgba(8, 8, 8, 0.1);
}

.why-us-card__cta svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.why-us-card:hover .why-us-card__cta svg {
    transform: translateX(3px);
}

.biofeedback-simsek--highlight {
    padding: var(--section-pad) var(--page-pad);
    background: var(--white);
    border-top: var(--section-border);
    --bf-green: #94c022;
    --bf-green-light: #b5d44a;
    --bf-green-dark: #7aad1a;
}

.biofeedback-simsek__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3.25rem;
    align-items: stretch;
}

.biofeedback-simsek__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(8, 8, 8, 0.04);
}

.biofeedback-simsek__frame {
    position: relative;
    flex: 1;
    min-height: 0;
    height: 100%;
    --bf-green: #94c022;
    --bf-green-light: #b5d44a;
    --bf-green-dark: #7aad1a;
    --bf-green-muted: rgba(148, 192, 34, 0.16);
    background: var(--white);
    overflow: hidden;
}

/* Biofeedback signal visualization */
.bf-viz {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.bf-viz__mesh,
.bf-viz__glow {
    display: none;
}

.bf-viz__glow--1 {
    width: 220px;
    height: 220px;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(181, 212, 74, 0.28);
    animation: bfGlowPulse 6s ease-in-out infinite;
}

.bf-viz__glow--2 {
    width: 160px;
    height: 160px;
    bottom: 30%;
    right: 6%;
    background: rgba(148, 192, 34, 0.22);
    animation: bfGlowPulseAlt 7s ease-in-out infinite;
}

@keyframes bfGlowPulse {
    0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(1); }
    50% { opacity: 0.85; transform: translateX(-50%) scale(1.06); }
}

@keyframes bfGlowPulseAlt {
    0%, 100% { opacity: 0.45; transform: scale(1); }
    50% { opacity: 0.75; transform: scale(1.08); }
}

.bf-viz__status {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.bf-viz__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bf-green, #94c022);
    box-shadow: 0 0 0 0 rgba(148, 192, 34, 0.45);
    animation: bfStatusPulse 2s ease-out infinite;
}

@keyframes bfStatusPulse {
    0% { box-shadow: 0 0 0 0 rgba(148, 192, 34, 0.5); }
    70% { box-shadow: 0 0 0 7px rgba(148, 192, 34, 0); }
    100% { box-shadow: 0 0 0 0 rgba(148, 192, 34, 0); }
}

.bf-viz__status-text {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--secondary);
}

.bf-viz__stage {
    position: absolute;
    inset: 2.75rem 0.75rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bf-viz__signals {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.bf-viz__links {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.45;
    z-index: 1;
}

.bf-viz__signal {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(148, 192, 34, 0.42);
    background: radial-gradient(circle, rgba(181, 212, 74, 0.2) 0%, rgba(148, 192, 34, 0.06) 42%, transparent 72%);
    box-shadow: 0 0 20px rgba(148, 192, 34, 0.1);
    animation: bfSignalPulse 3.2s ease-out infinite;
    opacity: 0;
}

.bf-viz__signal:nth-child(2) { animation-delay: 0.8s; }
.bf-viz__signal:nth-child(3) { animation-delay: 1.6s; }
.bf-viz__signal:nth-child(4) { animation-delay: 2.4s; }

@keyframes bfSignalPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.75;
    }
    70% {
        opacity: 0.18;
    }
    100% {
        transform: scale(3.4);
        opacity: 0;
    }
}

.bf-viz__link {
    fill: none;
    stroke: rgba(148, 192, 34, 0.32);
    stroke-width: 1.2;
    stroke-dasharray: 4 6;
    animation: bfLinkFlow 3s linear infinite, bfLinkGlow 3.2s ease-out infinite;
}

.bf-viz__link:nth-child(2) { animation-delay: -0.75s; }
.bf-viz__link:nth-child(3) { animation-delay: -1.5s; }
.bf-viz__link:nth-child(4) { animation-delay: -2.25s; }

@keyframes bfLinkFlow {
    0% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -20; }
}

@keyframes bfLinkGlow {
    0%, 100% { stroke-opacity: 0.45; }
    12% { stroke-opacity: 0.95; }
    35% { stroke-opacity: 0.45; }
}

.bf-viz__hub {
    position: relative;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bf-viz__hub-orbit {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(148, 192, 34, 0.22);
    animation: bfHubOrbit 5s ease-in-out infinite;
}

.bf-viz__hub-orbit:nth-child(2) {
    inset: -22px;
    border-color: rgba(148, 192, 34, 0.12);
    animation-delay: -2.5s;
    animation-direction: reverse;
}

@keyframes bfHubOrbit {
    0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.7; }
    50% { transform: rotate(8deg) scale(1.03); opacity: 1; }
}

.bf-viz__hub-core {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.98);
    box-shadow:
        0 16px 40px rgba(148, 192, 34, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.bf-viz__hub-core::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, var(--bf-green-light, #b5d44a), var(--bf-green, #94c022), var(--bf-green-dark, #7aad1a));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    animation: bfHubBorder 4s linear infinite;
}

@keyframes bfHubBorder {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bf-viz__hub-wave {
    width: 72px;
    height: auto;
    color: var(--bf-green, #94c022);
}

.bf-viz__hub-wave-line {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
    animation: bfWaveDraw 2.8s ease-in-out infinite;
}

@keyframes bfWaveDraw {
    0% { stroke-dashoffset: 180; opacity: 0.35; }
    45% { stroke-dashoffset: 0; opacity: 1; }
    100% { stroke-dashoffset: -40; opacity: 0.55; }
}

.bf-viz__metrics {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 4;
}

.bf-viz__metric {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 152px;
    padding: 0.6rem 0.75rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(148, 192, 34, 0.2);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(148, 192, 34, 0.07);
    animation: bfMetricFloat 5s ease-in-out infinite;
    box-sizing: border-box;
    z-index: 4;
}

.bf-viz__metric--1 { top: 14%; right: 12%; animation-delay: 0s; --bf-drift: 1; }
.bf-viz__metric--2 { top: 38%; left: 8%; animation-delay: -1.2s; --bf-drift: -1; }
.bf-viz__metric--3 { bottom: 28%; right: 10%; animation-delay: -2.4s; --bf-drift: 1; }
.bf-viz__metric--4 { bottom: 28%; left: 10%; animation-delay: -3.6s; --bf-drift: -1; }

@keyframes bfMetricFloat {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(calc(12px * var(--bf-drift, 1))); }
}

.bf-viz__metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(181, 212, 74, 0.28), rgba(148, 192, 34, 0.1));
    color: var(--bf-green-dark, #7aad1a);
    flex-shrink: 0;
}

.bf-viz__metric-icon svg {
    width: 15px;
    height: 15px;
}

.bf-viz__metric-icon--green {
    background: linear-gradient(145deg, rgba(148, 192, 34, 0.28), rgba(122, 173, 26, 0.12));
    color: var(--bf-green, #94c022);
}

.bf-viz__metric-body {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.bf-viz__metric-label {
    display: block;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 0.08rem;
}

.bf-viz__metric-value {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.15;
    margin-bottom: 0.3rem;
}

.bf-viz__metric-value small {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-light);
}

.bf-viz__metric-value--good {
    color: var(--bf-green-dark, #7aad1a);
}

.bf-viz__metric-bar {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: rgba(148, 192, 34, 0.14);
    overflow: hidden;
}

.bf-viz__metric-bar i {
    display: block;
    height: 100%;
    width: var(--w);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--bf-green, #94c022), var(--bf-green-light, #b5d44a));
    animation: bfBarPulse 2.4s ease-in-out infinite;
}

.bf-viz__metric-bar--green i {
    background: linear-gradient(90deg, var(--bf-green-dark, #7aad1a), var(--bf-green, #94c022));
}

@keyframes bfBarPulse {
    0%, 100% { opacity: 0.75; }
    50% { opacity: 1; }
}

.biofeedback-simsek__actions {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.85rem;
    width: fit-content;
    max-width: 100%;
    margin-top: auto;
    padding-top: 2rem;
}

.biofeedback-simsek__actions .btn-jkit {
    flex: 1 1 0;
    min-width: max-content;
    width: auto;
    justify-content: space-between;
    min-height: 40px;
}

.biofeedback-simsek__actions .btn-jkit:not(.btn-jkit--outline) {
    background: var(--primary);
}

.biofeedback-simsek__actions .btn-jkit:not(.btn-jkit--outline):hover {
    box-shadow: 0 8px 24px rgba(52, 168, 224, 0.35);
    color: var(--white);
}

.biofeedback-simsek__actions .btn-jkit--outline {
    color: var(--secondary);
    border: 1px solid rgba(8, 8, 8, 0.18);
    background: transparent;
}

.biofeedback-simsek__actions .btn-jkit--outline:hover,
.biofeedback-simsek__actions .btn-jkit--outline:focus-visible,
.biofeedback-simsek__actions .btn-jkit--outline:active {
    background: #f5f5f5;
    color: var(--secondary);
    border-color: rgba(8, 8, 8, 0.28);
    box-shadow: 0 4px 16px rgba(8, 8, 8, 0.06);
}

@media (prefers-reduced-motion: reduce) {
    .bf-viz__glow,
    .bf-viz__status-dot,
    .bf-viz__signal,
    .bf-viz__link,
    .bf-viz__hub-orbit,
    .bf-viz__hub-core::before,
    .bf-viz__hub-wave-line,
    .bf-viz__metric,
    .bf-viz__metric-bar i {
        animation: none;
    }
}

.biofeedback-simsek__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.biofeedback-simsek__content .section-label li {
    border: 1px solid rgba(52, 168, 224, 0.18);
    border-radius: 8px;
    padding: 0.4rem 0.85rem 0.4rem 0.65rem;
    background: #f8fafb;
}

.biofeedback-simsek__content .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
    line-height: 1.2;
}

.biofeedback-simsek__content .jkit-heading h2 .style-color {
    display: block;
    margin-top: 0.1em;
}

.biofeedback-simsek__content .jkit-heading .style-color span {
    color: var(--primary);
}

.biofeedback-simsek__content .section-desc {
    margin-top: 1rem;
    max-width: 620px;
    font-size: 0.94rem;
    line-height: 1.8;
    color: var(--text-light);
}

.biofeedback-simsek__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.75rem;
}

.biofeedback-simsek__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    background: #f8fafb;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.biofeedback-simsek__feature:hover {
    border-color: rgba(52, 168, 224, 0.22);
    box-shadow: 0 6px 18px rgba(52, 168, 224, 0.1);
}

.biofeedback-simsek__feature-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(52, 168, 224, 0.14), rgba(52, 168, 224, 0.06));
    border: 1px solid rgba(52, 168, 224, 0.2);
    color: var(--primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.biofeedback-simsek__feature h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0 0 0.25rem;
    line-height: 1.3;
}

.biofeedback-simsek__feature p {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.55;
    color: var(--text-light);
}

.biofeedback-simsek__feature--compact-desc p {
    font-size: 0.68rem;
    line-height: 1.45;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.blog-home-simsek {
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-muted);
    border-top: var(--section-border);
}

.blog-home-simsek__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.blog-home-simsek__head {
    max-width: 680px;
    margin-bottom: 0;
}

.blog-home-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.blog-home-simsek__head .jkit-heading h2 {
    font-size: clamp(1.75rem, 2.8vw, 2.45rem);
    font-weight: 600;
}

.blog-home-simsek__cta {
    flex-shrink: 0;
    white-space: nowrap;
}

.blog-home-simsek__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.blog-card-simsek--home {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.07);
    min-height: 100%;
    overflow: hidden;
}

.blog-card-simsek__media {
    position: relative;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none;
}

.blog-card-simsek__media .demo-placeholder--blog-card,
.blog-card-simsek__media .blog-card-simsek__img {
    width: 100%;
    height: 180px;
    min-height: 180px;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    transition: transform 0.35s ease;
}

.blog-card-simsek--home:hover .blog-card-simsek__media .demo-placeholder--blog-card,
.blog-card-simsek--home:hover .blog-card-simsek__media .blog-card-simsek__img {
    transform: scale(1.04);
}

.blog-card-simsek--home .blog-card-simsek__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.1rem 1.1rem 1.05rem;
}

.blog-card-simsek--home h3 {
    font-size: 0.95rem;
    line-height: 1.35;
    margin: 0.4rem 0 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-simsek--home h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-simsek--home h3 a:hover {
    color: var(--primary);
}

.blog-card-simsek--home p {
    flex: 1;
    margin-bottom: 0.85rem;
    font-size: 0.82rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-simsek--home .blog-card-simsek__date {
    font-size: 0.72rem;
}

.blog-card-simsek--home .blog-card-simsek__link {
    margin-top: auto;
    font-size: 0.8rem;
}

.blog-card-simsek__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.blog-card-simsek__link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    transition: transform 0.2s;
}

.blog-card-simsek:hover .blog-card-simsek__link svg {
    transform: translateX(3px);
}

.faq-simsek__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.faq-simsek__cta .btn-jkit {
    font-size: 0.84rem;
    padding: 0.72rem 1.2rem;
}

.appointment-simsek__checks {
    margin-top: 1.25rem;
}

.appointment-simsek__contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
    margin-bottom: 0.15rem;
    align-items: stretch;
}

.appointment-simsek__contact .btn-jkit {
    width: 100%;
    justify-content: space-between;
    min-height: 40px;
}

.appointment-location {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-top: auto;
    padding: 1rem 1.1rem;
    background: var(--white);
    border-radius: var(--radius-md);
    border: 1px solid rgba(52, 168, 224, 0.12);
}

.appointment-location__icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: rgba(52, 168, 224, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.appointment-location strong {
    display: block;
    font-size: 0.88rem;
    margin-bottom: 0.25rem;
}

.appointment-location p {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.5;
    margin: 0;
}

.form-note-simsek {
    font-size: 0.8rem;
    color: var(--text-light);
    margin: 0 0 1rem;
    line-height: 1.5;
}

.form-field-simsek input:focus-visible,
.form-field-simsek textarea:focus-visible,
.form-field-simsek select:focus-visible {
    outline: 2px solid rgba(52, 168, 224, 0.35);
    outline-offset: 1px;
}

/* ─── Responsive ─── */
@media (max-width: 1100px) {
    .hero-simsek__shell {
        min-height: auto;
        padding-top: 1rem;
    }

    .hero-simsek__stage {
        padding-top: 0;
    }

    .hero-simsek__content {
        flex: none;
        justify-content: flex-start;
        padding: 1.5rem 0 2rem;
        max-width: none;
    }

    .hero-simsek__aside {
        justify-content: stretch;
    }

    .hero-simsek__aside-stack {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .hero-simsek {
        padding-bottom: 2rem;
    }

    .hero-aside-frame {
        grid-template-columns: 1fr;
        gap: 0;
        transform: translateY(25%);
    }

    .hero-aside-frame__panel {
        grid-column: 1;
        border-radius: 20px;
        padding: 14px;
    }

    .hero-aside-frame__panel::before {
        inset: 6px;
        border-radius: 14px;
    }

    .hero-aside-frame__panel::after {
        border-radius: 20px;
    }

    .trust-strip-simsek {
        margin-top: 0;
        padding-bottom: 1.5rem;
    }

    .trust-strip-simsek__group {
        gap: 0.55rem;
        padding-right: 0.55rem;
    }

    .trust-strip-simsek__chip {
        width: 16rem;
        min-width: 16rem;
        max-width: 16rem;
        padding: 0.5rem 0.7rem 0.5rem 0.45rem;
        gap: 0.5rem;
    }

    .trust-strip-simsek__icon {
        width: 32px;
        height: 32px;
    }

    .trust-strip-simsek__icon svg {
        width: 16px;
        height: 16px;
    }

    .trust-strip-simsek__label {
        font-size: 0.72rem;
    }

    .trust-strip-simsek__sublabel {
        font-size: 0.6rem;
    }

    .hours-card-simsek,
    .doctor-showcase {
        height: auto;
        border-radius: 18px;
    }

    .about-simsek__grid,
    .faq-simsek__grid,
    .appointment-simsek__inner,
    .biofeedback-simsek__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .process-timeline {
        flex-direction: column;
        gap: 1.25rem;
        margin-bottom: 3rem;
    }

    .process-timeline__step:not(:last-child)::after {
        display: none;
    }

    .process-cta {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        padding: 1.65rem 1.5rem;
    }

    .process-cta__intro p {
        max-width: none;
    }

    .process-cta__features {
        padding: 1rem 1.05rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .process-cta__points {
        min-width: max-content;
    }

    .biofeedback-simsek__visual {
        height: auto;
        min-height: 0;
    }

    .biofeedback-simsek__frame {
        flex: none;
        aspect-ratio: 4 / 3;
        height: auto;
        min-height: 340px;
    }

    .bf-viz__stage {
        inset: 3rem 0.65rem 5rem;
    }

    .bf-viz__hub {
        width: 108px;
        height: 108px;
    }

    .bf-viz__metric {
        width: 138px;
        padding: 0.5rem 0.65rem;
        gap: 0.5rem;
    }

    .bf-viz__metric-value {
        font-size: 0.72rem;
        margin-bottom: 0.2rem;
    }

    .bf-viz__metric--1 {
        top: 12%;
        right: 8%;
    }

    .bf-viz__metric--2 {
        top: 36%;
        left: 5%;
    }

    .bf-viz__metric--3,
    .bf-viz__metric--4 {
        display: none;
    }

    .biofeedback-simsek__content {
        height: auto;
    }

    .biofeedback-simsek__actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin-top: 2rem;
        padding-top: 0;
    }

    .biofeedback-simsek__actions .btn-jkit {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
    }

    .biofeedback-simsek__features {
        grid-template-columns: 1fr;
    }

    .why-us-simsek__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
    }

    .why-us-card {
        aspect-ratio: 3 / 3.8;
        min-height: 300px;
    }

    .blog-home-simsek__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-home-simsek__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-card-simsek--home {
        flex-direction: column;
    }

    .blog-card-simsek__media .demo-placeholder--blog-card,
    .blog-card-simsek__media .blog-card-simsek__img {
        height: 170px;
        min-height: 170px;
        border-radius: var(--radius-md) var(--radius-md) 0 0;
    }

    .treatments-simsek__head .jkit-heading h2 {
        white-space: normal;
        font-size: 1.45rem;
    }

    .treatments-bento {
        grid-template-columns: 1fr 1fr;
    }

    .treatment-card-simsek--wide,
    .treatment-card-simsek--wide-right {
        grid-column: span 1;
    }

    .google-reviews-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .google-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1rem 1rem 1.1rem;
    }

    .google-review {
        border-right: none;
        border-bottom: 1px solid #e8eaed;
        padding: 0.85rem 1.1rem;
    }

    .google-review:nth-child(odd) {
        border-right: 1px solid #e8eaed;
    }

    .google-review:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .footer-simsek__grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-simsek__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .footer-simsek__bottom-trust {
        width: 100%;
    }
}

@media (max-width: 768px) {
    :root {
        --section-pad: 60px;
        --page-pad: 20px;
    }

    .hero-simsek--page p {
        white-space: normal;
        font-size: 0.92rem;
    }

    .about-trust-card {
        right: 0;
        bottom: 0;
        width: 62%;
        min-width: 0;
        border-top: 5px solid var(--white);
        border-left: 5px solid var(--white);
        border-radius: var(--radius-md) 0 0 0;
    }

    .about-trust-counter {
        top: 1rem;
        left: 1rem;
        padding: 0.95rem 1.15rem;
        border-width: 5px;
    }

    .about-trust-counter__num {
        font-size: 1.85rem;
    }

    .about-simsek__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header__bar,
    .hero-simsek__header .site-header__bar {
        grid-template-columns: 1fr auto;
    }

    .site-header .nav-toggle,
    .hero-simsek__header .nav-toggle,
    .site-header-sticky .nav-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 301;
    }

    .site-header .nav-toggle span,
    .hero-simsek__header .nav-toggle span {
        width: 24px;
        height: 2px;
        background: var(--secondary);
        transition: 0.25s;
    }

    .site-nav {
        display: none;
        position: fixed;
        inset: 0;
        top: 0;
        background: var(--white);
        flex-direction: column;
        justify-content: center;
        z-index: 300;
        padding: 2rem;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-header .header-cta-desktop,
    .hero-simsek__header .header-cta-desktop,
    .site-header-sticky .header-cta-desktop {
        display: none;
    }

    .site-header-sticky__bar {
        grid-template-columns: 1fr auto;
        border-radius: 0;
        padding: 0.7rem 1rem;
    }

    .why-us-simsek__grid {
        grid-template-columns: 1fr;
    }

    .why-us-simsek__head .jkit-heading h2 {
        white-space: normal;
        font-size: 1.45rem;
    }

    .why-us-card {
        aspect-ratio: auto;
        min-height: 320px;
    }

    .faq-simsek__cta {
        flex-direction: column;
        align-items: stretch;
    }

    .appointment-simsek__contact {
        grid-template-columns: 1fr;
    }

    .biofeedback-simsek__actions {
        flex-direction: column;
        max-width: none;
    }

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

    .google-reviews-grid {
        grid-template-columns: 1fr;
        padding: 0.85rem 1rem 1rem;
    }

    .google-review,
    .google-review:nth-child(odd) {
        border-right: none;
        border-bottom: 1px solid #e8eaed;
        padding: 0.85rem 0.75rem;
    }

    .google-review:last-child {
        border-bottom: none;
    }

    .blog-card-simsek__media .demo-placeholder--blog-card,
    .blog-card-simsek__media .blog-card-simsek__img {
        height: 190px;
        min-height: 190px;
    }

    .treatments-bento {
        grid-template-columns: 1fr;
    }

    .form-row-simsek {
        grid-template-columns: 1fr;
    }

    .footer-simsek__grid {
        grid-template-columns: 1fr;
    }

    .footer-simsek__cta-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .footer-simsek__cta-text,
    .footer-simsek__cta-form {
        width: 100%;
        max-width: none;
        text-align: left;
        align-items: stretch;
    }

    .footer-newsletter {
        flex-direction: column;
        border-radius: var(--radius-md);
        overflow: visible;
        background: transparent;
        border: none;
    }

    .footer-newsletter:focus-within {
        box-shadow: none;
    }

    .footer-newsletter__field {
        padding-left: 0.75rem;
    }

    .footer-newsletter__submit.btn-jkit {
        padding: 0 12px;
        font-size: 0.78rem;
    }

    .footer-newsletter__note,
    .footer-newsletter__feedback {
        text-align: left;
    }

    .contact-grid-simsek {
        grid-template-columns: 1fr;
    }

    .contact-map-simsek__frame iframe {
        height: 320px;
    }

    .contact-map-simsek__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ─── Hakkımda sayfası ─── */
.about-simsek--page {
    background: var(--white);
}

.hakkimda-values {
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-muted);
}

.hakkimda-values__head {
    max-width: 640px;
}

.hakkimda-values__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
    margin-top: 2.5rem;
}

.hakkimda-value-card {
    background: var(--white);
    border: 1px solid var(--section-border-soft);
    border-radius: var(--radius-md);
    padding: 1.45rem 1.35rem 1.4rem;
    box-shadow: 0 8px 24px rgba(8, 8, 8, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hakkimda-value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(8, 8, 8, 0.08);
}

.hakkimda-value-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    background: rgba(52, 168, 224, 0.1);
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
}

.hakkimda-value-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.3;
}

.hakkimda-value-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--text-light);
}

.hakkimda-expertise {
    background: var(--white);
}

.hakkimda-expertise .services-grid-simsek {
    margin-top: 2.5rem;
}

.hakkimda-service-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hakkimda-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(8, 8, 8, 0.08);
    border-color: rgba(52, 168, 224, 0.25);
}

.hakkimda-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 1rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--primary);
}

.hakkimda-service-card__link svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.hakkimda-service-card:hover .hakkimda-service-card__link svg {
    transform: translateX(3px);
}

.hakkimda-expertise__cta {
    display: flex;
    justify-content: center;
    margin-top: 2.25rem;
}

.hakkimda-bio-section {
    padding: var(--section-pad) var(--page-pad);
}

.hakkimda-bio-inner {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 5rem;
    align-items: start;
}

.hakkimda-bio-photo {
    position: relative;
}

.hakkimda-bio-photo img {
    width: 100%;
    border-radius: var(--radius-md);
    object-fit: cover;
    display: block;
}

.hakkimda-bio-card {
    position: absolute;
    bottom: 20px;
    left: 16px;
    right: 16px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1.1rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.hakkimda-bio-card strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--secondary);
}

.hakkimda-bio-card span {
    font-size: 0.82rem;
    color: var(--primary);
    font-weight: 500;
}

.hakkimda-bio-heading {
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
    color: var(--secondary);
    margin: 0.5rem 0 1.5rem;
    line-height: 1.1;
}

.hakkimda-surname {
    color: var(--primary);
}

.hakkimda-bio-content p {
    color: var(--text-light);
    line-height: 1.8;
    margin: 0 0 1rem;
    font-size: 0.96rem;
}

@media (max-width: 1100px) {
    .hakkimda-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .biofeedback-page-meta__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .biofeedback-therapies-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .treatment-therapies-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hakkimda-values__grid {
        grid-template-columns: 1fr;
    }

    .biofeedback-page-meta__grid {
        grid-template-columns: 1fr;
    }

    .biofeedback-therapies-grid {
        grid-template-columns: 1fr;
    }

    .treatment-therapies-grid {
        grid-template-columns: 1fr;
    }

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

    .biofeedback-page-card__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .biofeedback-page-card__actions .btn-jkit {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .hakkimda-bio-inner {
        grid-template-columns: 280px 1fr;
        gap: 3rem;
    }

    .blog-detail-simsek__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .blog-detail-simsek__sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .hakkimda-bio-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hakkimda-bio-photo {
        max-width: 360px;
    }
}

/* ─── Biofeedback Terapileri sayfası ─── */
.biofeedback-simsek--page {
    padding: var(--section-pad) var(--page-pad);
    background: var(--white);
}

.biofeedback-page-meta {
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-muted);
}

.biofeedback-page-meta__head {
    max-width: 640px;
}

.biofeedback-page-meta__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
    margin-top: 2.5rem;
}

.biofeedback-page-meta__card {
    background: var(--white);
    border: 1px solid var(--section-border-soft);
    border-radius: var(--radius-md);
    padding: 1.45rem 1.3rem 1.35rem;
    box-shadow: 0 8px 24px rgba(8, 8, 8, 0.04);
    text-align: center;
}

.biofeedback-page-meta__value {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1;
    color: var(--primary);
    margin-bottom: 0.35rem;
}

.biofeedback-page-meta__label {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.55rem;
}

.biofeedback-page-meta__card p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.6;
    color: var(--text-light);
}

.biofeedback-page-therapies {
    padding: var(--section-pad) var(--page-pad);
    background: var(--surface-muted);
}

.biofeedback-page-therapies__title {
    margin: 0 0 2.25rem;
    text-align: center;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 700;
    color: var(--primary);
}

.biofeedback-therapies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.biofeedback-therapy-card {
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.1);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(52, 168, 224, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.biofeedback-therapy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(52, 168, 224, 0.12);
}

.biofeedback-therapy-card__media {
    aspect-ratio: 770 / 351;
    overflow: hidden;
    background: #eef2f5;
}

.biofeedback-therapy-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.biofeedback-therapy-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.35rem 1.25rem 1.3rem;
}

.biofeedback-therapy-card__body h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.35;
}

.biofeedback-therapy-card__body p {
    margin: 0;
    flex: 1;
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--text-light);
}

.biofeedback-therapy-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.biofeedback-therapy-card__link svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.biofeedback-therapy-card:hover .biofeedback-therapy-card__link svg {
    transform: translateX(3px);
}

.treatments-simsek--page {
    background: var(--white);
}

.treatment-therapies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

@media (max-width: 768px) {
    .treatment-therapies-grid,
    .biofeedback-therapies-grid {
        grid-template-columns: 1fr;
    }
}

.treatment-therapy-card {
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.1);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(52, 168, 224, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.treatment-therapy-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(52, 168, 224, 0.12);
}

.treatment-therapy-card__media {
    display: block;
    aspect-ratio: 770 / 351;
    overflow: hidden;
    background: #eef2f5;
}

.treatment-therapy-card__body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.treatment-therapy-card__body h3 a:hover {
    color: var(--primary);
}

.treatment-therapy-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.treatment-therapy-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.35rem 1.25rem 1.3rem;
}

.treatment-therapy-card__body h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.35;
}

.treatment-therapy-card__body p {
    margin: 0;
    flex: 1;
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--text-light);
}

.treatment-therapy-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.treatment-therapy-card__link svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.treatment-therapy-card:hover .treatment-therapy-card__link svg {
    transform: translateX(3px);
}

.biofeedback-page-therapies__head {
    max-width: 700px;
}

.biofeedback-page-therapies__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.biofeedback-page-card {
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.12);
    border-radius: var(--radius-md);
    padding: 1.65rem 1.55rem 1.5rem;
    box-shadow: 0 10px 30px rgba(52, 168, 224, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.biofeedback-page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(52, 168, 224, 0.12);
    border-color: rgba(52, 168, 224, 0.22);
}

.biofeedback-page-card__top {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0.9rem;
}

.biofeedback-page-card__index {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(52, 168, 224, 0.1);
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 700;
}

.biofeedback-page-card h3 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.35;
}

.biofeedback-page-card > p {
    margin: 0;
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--text-light);
}

.biofeedback-page-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(52, 168, 224, 0.1);
}

.biofeedback-page-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.biofeedback-page-card__link svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.biofeedback-page-card:hover .biofeedback-page-card__link svg {
    transform: translateX(3px);
}

.biofeedback-page-card__actions .btn-jkit {
    padding: 8px 8px 8px 16px;
    font-size: 0.82rem;
}

.biofeedback-page-therapies__cta {
    display: flex;
    justify-content: center;
    margin-top: 2.25rem;
}

.biofeedback-simsek {
    padding: var(--section-pad) var(--page-pad);
}

.biofeedback-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.biofeedback-item {
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.12);
    border-radius: var(--radius-md);
    padding: 1.75rem;
    box-shadow: 0 4px 24px rgba(8,8,8,0.05);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.25s, box-shadow 0.25s;
}

.biofeedback-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(52, 168, 224, 0.1);
}

.biofeedback-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0;
}

.biofeedback-item p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.65;
    flex: 1;
    margin: 0;
}

/* ─── Yasal Uyarı sayfası ─── */
.yasal-uyari-simsek {
    background: var(--white);
}

.yasal-uyari-simsek__head {
    max-width: 720px;
    margin: 0 0 2.75rem;
    text-align: left;
}

.yasal-uyari-simsek__head .section-desc {
    margin-left: 0;
    margin-right: 0;
}

.yasal-blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    margin-bottom: 2.5rem;
    align-items: stretch;
}

.yasal-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--white);
    border: 1px solid rgba(52, 168, 224, 0.12);
    border-radius: var(--radius-md);
    padding: 1.2rem 1.25rem 1.15rem;
    box-shadow: 0 8px 24px rgba(8, 8, 8, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.yasal-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(52, 168, 224, 0.1);
    border-color: rgba(52, 168, 224, 0.22);
}

.yasal-block__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(52, 168, 224, 0.1);
    flex-shrink: 0;
}

.yasal-block__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.yasal-block__list li {
    position: relative;
    padding-left: 1rem;
    font-size: 0.86rem;
    line-height: 1.65;
    color: var(--text-light);
}

.yasal-block__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
}

.yasal-block__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(52, 168, 224, 0.14) 0%, rgba(52, 168, 224, 0.06) 100%);
    border: 1px solid rgba(52, 168, 224, 0.16);
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.yasal-block__num {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(52, 168, 224, 0.55);
}

.yasal-block__body {
    display: flex;
    flex-direction: column;
}

.yasal-block__body h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.35;
}

.yasal-block__body p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--text-light);
}

.yasal-copyright-notice {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 1.15rem 1.35rem;
    background: #fff5f5;
    border: 1px solid rgba(248, 113, 113, 0.35);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.08);
    animation: yasal-notice-pulse 2.8s ease-in-out infinite;
}

@keyframes yasal-notice-pulse {
    0%, 100% {
        background-color: #fff8f8;
        border-color: rgba(248, 113, 113, 0.28);
        box-shadow: 0 4px 16px rgba(239, 68, 68, 0.06);
    }

    50% {
        background-color: #ffe8e8;
        border-color: rgba(248, 113, 113, 0.48);
        box-shadow: 0 4px 20px rgba(239, 68, 68, 0.14);
    }
}

.yasal-copyright-notice__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(254, 202, 202, 0.55);
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #dc2626;
    font-size: 1.1rem;
    font-weight: 700;
}

.yasal-copyright-notice__body strong {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #b91c1c;
    letter-spacing: 0.02em;
}

.yasal-copyright-notice__body p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.7;
    color: #9f1239;
}

.yasal-copyright-notice__body em {
    font-style: normal;
    font-weight: 600;
    color: #be123c;
}

@media (prefers-reduced-motion: reduce) {
    .yasal-copyright-notice {
        animation: none;
        background: #fff5f5;
    }
}

.yasal-contact-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    max-width: 100%;
    padding: 1.75rem 1.85rem;
    background: linear-gradient(135deg, rgba(52, 168, 224, 0.08) 0%, rgba(148, 192, 34, 0.06) 100%);
    border: 1px solid rgba(52, 168, 224, 0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px rgba(52, 168, 224, 0.06);
}

.yasal-contact-card__label {
    display: inline-block;
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
}

.yasal-contact-card__content h3 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary);
}

.yasal-contact-card__content > p {
    margin: 0 0 1.15rem;
    max-width: 640px;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--text-light);
}

.yasal-contact-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.yasal-contact-card__list li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.yasal-contact-card__list strong {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
}

.yasal-contact-card__list span,
.yasal-contact-card__list a {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--secondary);
    text-decoration: none;
}

.yasal-contact-card__list a:hover {
    color: var(--primary);
}

.yasal-contact-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 200px;
}

.yasal-contact-card__actions .btn-jkit {
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .yasal-blocks {
        grid-template-columns: 1fr;
    }

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

    .yasal-contact-card__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .yasal-contact-card__list {
        grid-template-columns: 1fr;
    }

    .yasal-contact-card__actions {
        flex-direction: column;
    }

    .yasal-contact-card__actions .btn-jkit {
        width: 100%;
    }
}
