/* NOT (2026-09-05): Header, footer, sayfa baslik bandi ve icerik kolonu kurallari
   assets/css/site_chrome.css dosyasina tasindi (desktop + mobil ortak). Buradaki eski
   footer/metin-logo/instagram-maske bloklari kaldirildi; bu dosyada yalniz ana sayfa
   bolumleri ve PubMed listesi kaldi. */
/* Ortak tipografi: desktop ve mobil şablonda aynı okunaklı Google Font ailesi. */
body,
button,
input,
select,
textarea {
    font-family: 'Poppins', Arial, sans-serif;
}

#icerik-content {
    font-size: 18px;
    line-height: 1.65;
}

.home-hero {
    background: #12353a;
    color: #fff;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home-ir-section {
    align-items: center;
    background: #f3f7f9;
    border: 1px solid #dfe9ee;
    border-radius: 6px;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    margin: 0 0 52px;
    padding: 34px;
}

.home-ir-video {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(16, 73, 90, .9), rgba(16, 116, 130, .72)),
        url('/assets/img/neden-girisimsel-radyoloji.jpg') center / cover no-repeat;
    border-radius: 4px;
    box-shadow: 0 18px 38px rgba(18, 53, 58, .18);
    display: flex;
    justify-content: center;
    min-height: 300px;
    position: relative;
}

.home-ir-video:before {
    background: rgba(8, 26, 31, .18);
    content: "";
    inset: 0;
    position: absolute;
}

.home-ir-play {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    display: block;
    height: 72px;
    position: relative;
    width: 72px;
    z-index: 1;
}

.home-ir-play:after {
    border-bottom: 15px solid transparent;
    border-left: 23px solid #0f7182;
    border-top: 15px solid transparent;
    content: "";
    left: 28px;
    position: absolute;
    top: 21px;
}

.home-ir-kicker {
    color: #0b7f96;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 12px;
}

.home-ir-content h2 {
    color: #0f558e;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0 0 18px;
}

.home-ir-content p {
    color: #29383f;
    display: block;
    font-size: 17px;
    line-height: 1.62;
    margin: 0 0 16px;
}

.home-ir-button {
    background: #c08a2c;
    border-color: #c08a2c;
    margin: 6px 0 0;
}

.home-ir-button:hover,
.home-ir-button:focus {
    background: #a87420;
    border-color: #a87420;
}

@media only screen and (max-width: 767px) {
    .home-ir-section {
        display: block;
        margin: 0 0 34px;
        padding: 18px;
    }

    .home-ir-video {
        margin-bottom: 24px;
        min-height: 210px;
    }

    .home-ir-content h2 {
        font-size: 24px;
    }

    .home-ir-content p {
        font-size: 16px;
        line-height: 1.52;
    }
}

.home-hero:before {
    background:
        linear-gradient(90deg, rgba(18, 53, 58, .98), rgba(18, 53, 58, .86)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 96px);
    content: "";
    inset: 0;
    position: absolute;
}

.home-hero .container {
    position: relative;
    z-index: 1;
}

.home-hero + #main-content {
    margin-top: 30px;
}

.home-hero-grid {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    min-height: 520px;
    padding: 56px 0 52px;
}

.home-hero-content {
    min-width: 0;
}

.home-hero-portrait {
    align-self: end;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .22);
    line-height: 0;
    overflow: hidden;
}

.home-hero-placeholder {
    align-self: center;
    aspect-ratio: 7 / 8;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025)),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .025) 18px 19px);
    max-height: 500px;
    min-height: 420px;
    width: 100%;
}

.home-hero-portrait img {
    display: block;
    height: auto;
    width: 100%;
}

.home-hero-kicker {
    color: #9bd5cc;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 14px;
}

.home-hero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 20px;
    max-width: 680px;
}

.home-hero h1 span {
    color: #f6a623;
}

.home-hero p {
    color: #dbe7e4;
    display: block;
    font-size: 19px;
    line-height: 1.58;
    margin: 0 0 28px;
    max-width: 680px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero-actions .button {
    border-radius: 4px;
    height: auto;
    line-height: 1.2;
    margin: 0;
    padding: 13px 20px;
}

.home-hero-primary {
    background: #c08a2c;
    border-color: #c08a2c;
    color: #fff;
}

.home-hero-primary:hover,
.home-hero-primary:focus {
    background: #a87420;
    border-color: #a87420;
    color: #fff;
}

.home-hero-secondary {
    border-color: rgba(255, 255, 255, .65) !important;
    color: #fff !important;
}

.home-hero-secondary:hover,
.home-hero-secondary:focus {
    border-color: #9bd5cc !important;
    color: #9bd5cc !important;
}

.home-experience {
    background: #fff;
    display: block;
    float: left;
    padding: 0 0 58px;
    width: 100%;
}

.home-experience + #main-content {
    margin-top: 30px;
}

.home-experience-stats {
    align-items: stretch;
    background: linear-gradient(115deg, #103f68 0%, #086f7e 100%);
    border-top: 4px solid #e7bd6b;
    box-shadow: 0 14px 32px rgba(15, 63, 104, .18);
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    padding: 34px max(20px, calc((100vw - 1140px) / 2));
    text-align: center;
}

.home-experience-stat {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 112px;
    padding: 14px 18px;
}

.home-experience-stat strong {
    color: #ffdc91;
    display: block;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1;
    margin-bottom: 12px;
}

.home-experience-stat span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.home-experience-heading {
    margin: 54px 0 24px;
}

.home-experience-grid {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.home-experience-video,
.home-experience-content {
    min-width: 0;
}

.home-experience-frame {
    background: #172f36;
    border: 1px solid rgba(23, 47, 54, .14);
    border-radius: 4px;
    box-shadow: 0 20px 42px rgba(22, 40, 45, .14);
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.home-experience-frame iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-experience-kicker {
    color: #0b7f96;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 12px;
}

.home-experience h2 {
    color: #0f558e;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.home-experience h3 {
    color: #0f558e;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0 0 18px;
}

.home-experience p {
    color: #29383f;
    display: block;
    font-size: 17px;
    line-height: 1.62;
    margin: 0 0 18px;
}

.home-experience-video-link {
    color: #0b7f96;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 14px;
    text-align: center;
}

.home-experience-video-link:hover,
.home-experience-video-link:focus {
    color: #095f70;
}

.home-video-topic-grid {
    align-items: stretch;
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
}

.home-video-topic-grid:before,
.home-video-topic-grid:after {
    display: none;
}

.home-video-section {
    display: block;
    float: left;
    margin: 0 0 24px;
    width: 100%;
}

.home-section-heading {
    margin: 0 0 24px;
    text-align: center;
}

.home-section-heading span {
    color: #0b7f96;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 10px;
}

.home-section-heading h2 {
    color: #0f558e;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.home-video-topic-grid > [class^="col-"],
.home-video-topic-grid > [class*=" col-"] {
    display: flex;
    float: none;
    margin-bottom: 0;
    max-width: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.home-video-topic {
    background: #fff;
    border: 1px solid #e2e8ec;
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(28, 48, 56, .08);
    display: block;
    float: left;
    overflow: hidden;
    padding: 24px 0 22px;
    width: 100%;
}

.home-video-placeholder {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(18, 53, 58, .96), rgba(15, 85, 142, .9));
    display: flex;
    height: 0;
    justify-content: center;
    margin-bottom: 18px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.home-video-placeholder:before {
    border: 1px solid rgba(255, 255, 255, .18);
    bottom: 12px;
    content: "";
    left: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.home-video-play {
    background: rgba(255, 255, 255, .96);
    border-radius: 50%;
    height: 62px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
}

.home-video-play:after {
    border-bottom: 12px solid transparent;
    border-left: 18px solid #0f558e;
    border-top: 12px solid transparent;
    content: "";
    left: 25px;
    position: absolute;
    top: 19px;
}

.home-video-topic-number {
    background: #c08a2c;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 0 22px 14px;
    text-align: center;
    width: 48px;
}

.home-video-topic h2 {
    color: #0f558e;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 22px 12px;
}

.home-video-topic p {
    color: #394b54;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 22px;
}

.home-faq-section {
    background: #f5f8fa;
    border-top: 1px solid #e0e7ec;
    display: block;
    float: left;
    margin: 18px 0 42px;
    padding: 42px 34px 10px;
    width: 100%;
}

.home-faq-heading {
    margin-bottom: 24px;
    text-align: center;
}

.home-faq-kicker {
    color: #0b7f96;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 10px;
}

.home-faq-heading h2 {
    color: #0f558e;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.home-faq-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-faq-item {
    background: #fff;
    border: 1px solid #e0e7ec;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(28, 48, 56, .06);
    min-width: 0;
    padding: 22px 24px 20px;
}

.home-faq-item h3 {
    color: #12353a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 10px;
}

.home-faq-item p {
    color: #394b54;
    display: block;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .home-hero-grid {
        gap: 34px;
        grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
        min-height: 460px;
    }

    .home-hero h1 {
        font-size: 40px;
    }

    .home-hero-placeholder {
        min-height: 370px;
    }

    .home-experience-stats {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-experience h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .home-hero {
        margin-top: 45px;
    }

    .home-hero .container {
        max-width: 100%;
        min-width: 0;
        overflow: visible;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .home-hero .home-hero-grid {
        display: grid;
        gap: 0;
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
        padding: 28px 0 30px;
    }

    .home-hero .home-hero-portrait {
        margin: 0 auto 22px;
        max-width: 320px;
        width: 100%;
    }

    .home-hero .home-hero-placeholder {
        min-height: 0;
    }

    .home-hero-content {
        text-align: center;
    }

    .home-hero .home-hero-content h1 {
        font-size: 30px;
        line-height: 1.12;
        margin-bottom: 16px;
        max-width: none;
        width: auto;
    }

    .home-hero .home-hero-content p {
        font-size: 16px;
        line-height: 1.48;
        margin-bottom: 22px;
        max-width: none;
    }

    .home-hero .home-hero-actions {
        justify-content: center;
    }

    .home-experience {
        padding: 0 0 34px;
    }

    .home-experience .container {
        max-width: 100%;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .home-experience-grid {
        display: block;
    }

    .home-experience-stats {
        gap: 18px 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-left: -15px;
        margin-right: -15px;
        padding: 24px 15px 26px;
    }

    .home-experience-stat {
        min-height: 108px;
        padding: 12px 10px;
    }

    .home-experience-stat strong {
        font-size: 34px;
    }

    .home-experience-stat span {
        font-size: 15px;
    }

    .home-experience-heading {
        margin: 36px 0 20px;
    }

    .home-experience-video {
        margin-bottom: 24px;
    }

    .home-experience h2 {
        font-size: 24px;
        line-height: 1.18;
    }

    .home-experience h3 {
        font-size: 22px;
    }

    .home-experience p {
        font-size: 16px;
        line-height: 1.5;
    }

    .home-video-topic-grid {
        gap: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-section-heading {
        margin-bottom: 20px;
        text-align: left;
    }

    .home-section-heading h2 {
        font-size: 24px;
        line-height: 1.18;
    }

    .home-video-topic-grid > [class^="col-"],
    .home-video-topic-grid > [class*=" col-"] {
        display: flex;
        margin-bottom: 0;
        max-width: none;
        width: auto;
    }

    .home-video-topic h2 {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home-video-topic p {
        font-size: 12px;
        line-height: 1.4;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home-video-topic {
        padding-bottom: 14px;
    }

    .home-video-placeholder {
        margin-bottom: 12px;
    }

    .home-video-placeholder:before {
        bottom: 7px;
        left: 7px;
        right: 7px;
        top: 7px;
    }

    .home-video-play {
        height: 40px;
        width: 40px;
    }

    .home-video-play:after {
        border-bottom-width: 8px;
        border-left-width: 12px;
        border-top-width: 8px;
        left: 16px;
        top: 12px;
    }

    .home-video-topic-number {
        font-size: 13px;
        height: 32px;
        line-height: 32px;
        margin: 0 10px 10px;
        width: 32px;
    }

    .home-faq-section {
        margin: 8px 0 30px;
        padding: 32px 15px 6px;
    }

    .home-faq-heading {
        margin-bottom: 20px;
        text-align: left;
    }

    .home-faq-heading h2 {
        font-size: 24px;
        line-height: 1.18;
    }

    .home-faq-grid {
        display: block;
    }

    .home-faq-item {
        margin-bottom: 16px;
        padding: 19px 18px 17px;
    }

    .home-faq-item h3 {
        font-size: 18px;
        line-height: 1.28;
    }

    .home-faq-item p {
        font-size: 15px;
        line-height: 1.5;
    }
}

/* PubMed yayın listesi: masaüstü ve mobil şablonun ortak bileşeni. */
.pubmed-publications{display:block;margin:8px 0 32px;width:100%}.pubmed-publications-summary{background:#eef8fa;border-left:4px solid #00749a;border-radius:6px;margin-bottom:18px;padding:18px 20px}.pubmed-publications-kicker{color:#00749a;display:block;font-size:13px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.pubmed-publications-summary h2{color:#23434f;font-size:26px;line-height:1.25;margin:0 0 8px}.pubmed-publications-summary p{display:block;margin:0 0 7px}.pubmed-publications-updated{color:#66757b;font-size:14px}.pubmed-publications-list{counter-reset:pubmed-item;list-style:none;margin:0;padding:0}.pubmed-publication{counter-increment:pubmed-item;margin:0 0 10px;padding:0}.pubmed-publication>a{background:#fff;border:1px solid #dce8ec;border-radius:7px;color:#273c44;display:block;padding:14px 18px 14px 54px;position:relative;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.pubmed-publication>a:before{background:#00749a;border-radius:50%;color:#fff;content:counter(pubmed-item);font-size:12px;font-weight:700;height:28px;left:15px;line-height:28px;position:absolute;text-align:center;top:15px;width:28px}.pubmed-publication>a:hover,.pubmed-publication>a:focus{border-color:#00749a;box-shadow:0 6px 18px rgba(29,61,73,.12);color:#00698c;transform:translateY(-1px)}.pubmed-publication-title{display:block;font-size:17px;font-weight:700;line-height:1.38}.pubmed-publication-meta{color:#687a81;display:block;font-size:14px;line-height:1.4;margin-top:6px}@media only screen and (max-width:767px){.pubmed-publications-summary{padding:15px}.pubmed-publications-summary h2{font-size:22px}.pubmed-publication>a{padding:13px 13px 13px 48px}.pubmed-publication>a:before{left:12px;top:13px}.pubmed-publication-title{font-size:16px}}
