@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

:root {
    --bg-base: #F1ECE5;
    --bg-window: #FFFFFF;
    --shadow-window: 0 18px 50px -28px rgba(76, 66, 54, 0.28);
}

html,
body {
    margin: 0px;
    height: 100%;
    background: var(--bg-base);
    /* Global tipografi: font-family verilmemiş tüm başlıklar Times'a düşmesin */
    font-family: "TT Hoves Pro Trial", Arial, sans-serif;
}


/* a blue color as a generic focus style */

button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}


/** fonts **/

@font-face {
    font-family: 'MADE Cannes';
    src: url('fonts/MADECannes.eot');
    src: url('fonts/MADECannes.eot?#iefix') format('embedded-opentype'), url('fonts/MADECannes.woff2') format('woff2'), url('fonts/MADECannes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MonumentExtended-Bold";
    src: url("fonts/MonumentExtended-Bold.eot");
    src: url("fonts/MonumentExtended-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MonumentExtended-Bold.woff2") format("woff2"), url("fonts/MonumentExtended-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Hoves Pro Trial';
    src: url('fonts/TTHovesProTrial-Md.eot');
    src: url('fonts/TTHovesProTrial-Md.eot?#iefix') format('embedded-opentype'), url('fonts/TTHovesProTrial-Md.woff2') format('woff2'), url('fonts/TTHovesProTrial-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Hoves Pro Trial';
    src: url('fonts/TTHovesProTrial-Rg.eot');
    src: url('fonts/TTHovesProTrial-Rg.eot?#iefix') format('embedded-opentype'), url('fonts/TTHovesProTrial-Rg.woff2') format('woff2'), url('fonts/TTHovesProTrial-Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves Pro Trial";
    src: url("fonts/TTHovesProTrial-Lt.eot");
    src: url("fonts/TTHovesProTrial-Lt.eot?#iefix") format("embedded-opentype"), url("fonts/TTHovesProTrial-Lt.woff2") format("woff2"), url("fonts/TTHovesProTrial-Lt.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.container {
    width: 90%;
    margin: 0px auto;
}


/** footer **/

/* İç sayfalarda footer'ı içerikten ayıran ince üst çizgi */
#page-inner ~ footer {
    border-top: 1px solid rgba(28, 76, 69, 0.12);
}

footer {
    background: var(--bg-base);
    padding-top: 92px;
}

footer .row {
    display: flex;
    gap: 40px;
}

footer .row .two-col {
    flex: 2;
}

footer .row .one-col {
    flex: 1;
}

footer p.big {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    /* 71.429% */
    letter-spacing: -0.1px;
    width: 80%;
    margin-bottom: 50px;
}

footer p.small {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 140% */
    letter-spacing: 0.1px;
    margin-bottom: 45px;
    width: 80%;
}

footer form {
    margin-bottom: 10px;
}

footer form input {
    border-radius: 12px;
    border: 1px solid #C8AF8C;
    background: rgba(255, 255, 255, 0.00);
    width: 300px;
    margin-right: 20px;
    height: 48px;
    padding-left: 20px;
    flex-shrink: 0;
}

footer form button {
    width: 200px;
    height: 48px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(157deg, #347168 -26.07%, #1C4C45 87.46%);
}

footer h3 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#footer-top {
    padding-bottom: 50px;
}

footer a.footer-tel {
    color: #1C4C45;
    font-family: "MADE Cannes";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 70.833% */
    letter-spacing: -0.1px;
}

#footer-bottom .one-col p {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer-bottom .container {
    border-top: 1px solid #c8af8c85;
    padding-top: 48px;
    padding-bottom: 48px;
}

#footer-bottom .two-col ul {
    display: flex;
    gap: 15px;
    float: right;
}

#footer-bottom .two-col ul li {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer-bottom .two-col ul li a {
    color: #1C4C45;
}

#footer-bottom .two-col ul li#goUp {
    text-align: right;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

#footer-bottom .one-col ul#goUp a {
    color: #4C4236;
}

#footer-top h2 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#footer-top ul li {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 0.1px;
    margin-bottom: 32px;
}

#footer-top ul li a {
    color: #1C4C45;
}

#footer-top ul.big li {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

#footer-top ul.big li a {
    color: #1C4C45;
}

.clear {
    clear: both;
}


/** about ***/

#about {
    padding-bottom: 132px;
    padding-top: 12px;
}

#about .row {
    display: flex;
    gap: 100px;
}

#about .row .col {
    flex: 1;
}

#about .row .col p {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 150% */
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

#about h1 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 71.429% */
    letter-spacing: -0.1px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.about-motto {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 62px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 132px;
    ;
}

#about-signature {
    float: right;
    width: 70%;
}

#about-signature img {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

#about-signature h2 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

#about-signature a {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    opacity: .5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/** inner pages (kariyer + kurumsal) **/

#page-inner,
#page-career {
    padding-bottom: 132px;
    padding-top: 12px;
}

#page-inner .page-inner__row,
#page-career .page-career__row {
    display: flex;
    gap: 60px;
}

#page-inner .page-inner__row .col,
#page-career .page-career__row .col {
    flex: 1;
    max-width: none;
}

#page-inner .page-inner__title,
#page-career .page-career__title {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#page-inner .page-inner__lead,
#page-career .page-career__lead {
    font-weight: 500;
}

#page-inner .col p,
#page-career .col p {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

#page-inner .col h2,
#page-career .col h2 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 16px;
}

#page-inner .col h3 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 10px;
}

#page-inner .page-inner__list {
    margin: 0 0 24px 1.2em;
    padding: 0;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    line-height: 1.65;
}

#page-inner .page-inner__list li {
    margin-bottom: 8px;
}

#page-inner .page-career__cta-wrap,
#page-career .page-career__cta-wrap {
    margin-top: 40px;
}

#page-inner .page-career__cta,
#page-career .page-career__cta {
    display: inline-block;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid #BC9C6A;
    padding-bottom: 4px;
}

#page-inner .page-career__cta:hover,
#page-career .page-career__cta:hover {
    color: #BC9C6A;
}

#page-inner .page-inner__download-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

#page-inner .page-inner__download-list li {
    margin-bottom: 14px;
}

#page-inner .page-inner__download {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid rgba(188, 156, 106, 0.6);
    padding-bottom: 2px;
}

#page-inner .page-inner__download:hover {
    color: #BC9C6A;
}

#page-inner .page-inner__note {
    font-size: 14px;
    line-height: 1.5;
    color: #6a5f52;
    margin-top: 32px;
}

#page-inner .page-inner__org {
    margin-top: 24px;
    padding: 24px 28px;
    background: rgba(28, 76, 69, 0.06);
    border-radius: 12px;
    font-family: "TT Hoves Pro Trial";
    font-size: 17px;
    line-height: 1.8;
    color: #4C4236;
}

#page-inner .page-inner__org-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
}

#page-inner .page-inner__org-row--spaced {
    margin-top: 16px;
}

/** iletişim formu (MVP) **/

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 32px;
}

/* Hızlı iletişim sidebar kaldırıldığında form tek sütun */
.contact-form-wrapper--single {
    grid-template-columns: minmax(0, 760px);
}

.contact-form-sidebar {
    padding: 36px 32px;
    border-radius: 22px;
    background: #1C4C45;
    color: #fff;
    position: sticky;
    top: 180px;
}

#page-inner .contact-form-sidebar h3 {
    margin: 0 0 18px;
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-weight: 600;
}

#page-inner .contact-form-sidebar p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.78);
    font-family: "TT Hoves Pro Trial";
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
}

.contact-form-sidebar__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-form-sidebar__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-form-sidebar__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #BC9C6A;
}

.contact-form-sidebar__item strong {
    display: block;
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.contact-form-sidebar__item span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-family: "TT Hoves Pro Trial";
    font-size: 15px;
    line-height: 1.5;
}

.contact-form-sidebar__item a {
    color: #BC9C6A;
}

@media (max-width: 1024px) {
    .contact-form-wrapper {
        grid-template-columns: 1fr;
    }
}

.contact-form {
    margin-top: 0;
    max-width: none;
}

.contact-form__row {
    margin-bottom: 20px;
}

.contact-form__row label {
    display: block;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact-form__row input,
.contact-form__row textarea,
.contact-form__row select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(76, 66, 54, 0.25);
    border-radius: 8px;
    font-family: "TT Hoves Pro Trial";
    font-size: 16px;
    color: #4C4236;
    background: #fff;
}

.contact-form__row textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form__submit {
    display: inline-block;
    padding: 14px 28px;
    background: #1C4C45;
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.contact-form__submit:hover {
    background: #163a35;
}

.contact-form__success {
    display: none;
    margin-top: 28px;
    padding: 20px 24px;
    background: rgba(28, 76, 69, 0.08);
    border-left: 4px solid #1C4C45;
    border-radius: 0 8px 8px 0;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 17px;
    line-height: 1.55;
}

.contact-form__success.is-visible {
    display: block;
}

#page-inner .contact-locations {
    margin-top: 48px;
}

#page-inner .contact-locations h2 {
    margin-top: 0;
}

#page-inner .contact-locations__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

#page-inner .contact-block {
    margin-bottom: 0;
    padding: 26px 28px;
    border: 1px solid rgba(76, 66, 54, 0.12);
    border-radius: 22px;
    background: #FBF8F4;
    box-shadow: 0 12px 30px rgba(76, 66, 54, 0.05);
}

#page-inner .contact-block:last-child {
    border-bottom: 1px solid rgba(76, 66, 54, 0.12);
}

#page-inner .contact-block h3 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

#page-inner .contact-block p {
    margin: 0;
    text-align: left;
}

#page-inner .contact-block a {
    color: #1C4C45;
    border-bottom: 1px solid rgba(188, 156, 106, 0.5);
}

#page-inner .contact-block a:hover {
    color: #BC9C6A;
}

#page-inner .contact-block__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(188, 156, 106, 0.16);
    color: #BC9C6A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#page-inner .contact-block__map {
    margin-top: 18px;
    border-radius: 14px;
    overflow: hidden;
    line-height: 0;
    border: 1px solid rgba(76, 66, 54, 0.12);
}

#page-inner .contact-block__map iframe {
    display: block;
    width: 100%;
    height: 200px;
    border: 0;
}

#page-inner .contact-block__line+.contact-block__line {
    margin-top: 12px;
}

#page-inner .contact-block__line {
    display: block;
}

#page-inner .legal-simple {
    max-width: 800px;
}

#page-inner .legal-simple h1 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 28px;
    text-transform: uppercase;
}

#page-inner .legal-simple p {
    font-size: 17px;
    line-height: 1.7;
}

/** legal documents — shared layout **/

#page-inner .legal-doc {
    max-width: 820px;
}

#page-inner .legal-doc__meta {
    font-size: 14px;
    color: #6a5f52;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(76, 66, 54, 0.12);
    line-height: 1.5;
}

#page-inner .legal-doc h1 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#page-inner .legal-doc h2 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    text-transform: none;
}

#page-inner .legal-doc h3 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 16px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 8px;
}

#page-inner .legal-doc p {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
    text-align: justify;
}

#page-inner .legal-doc ul,
#page-inner .legal-doc ol {
    margin: 0 0 16px 1.35em;
    padding: 0;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 16px;
    line-height: 1.7;
}

#page-inner .legal-doc li {
    margin-bottom: 8px;
}

#page-inner .legal-doc__note {
    font-size: 14px;
    line-height: 1.6;
    color: #6a5f52;
    margin-top: 32px;
    padding: 18px 20px;
    background: rgba(28, 76, 69, 0.07);
    border-radius: 8px;
    border-left: 4px solid #1C4C45;
}

#page-inner .legal-doc__nav {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(76, 66, 54, 0.12);
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    line-height: 1.8;
}

#page-inner .legal-doc__nav a {
    color: #1C4C45;
    border-bottom: 1px solid rgba(188, 156, 106, 0.5);
}

#page-inner .legal-doc__table-wrap {
    overflow-x: auto;
    margin: 16px 0 24px;
}

#page-inner .legal-doc table {
    width: 100%;
    border-collapse: collapse;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
}

#page-inner .legal-doc th,
#page-inner .legal-doc td {
    border: 1px solid rgba(76, 66, 54, 0.2);
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

#page-inner .legal-doc th {
    background: rgba(28, 76, 69, 0.08);
    color: #1C4C45;
    font-weight: 600;
}

#page-inner .legal-doc__form-block {
    margin-top: 28px;
    padding: 24px;
    background: #fbfaf9;
    border-radius: 12px;
    border: 1px solid rgba(76, 66, 54, 0.12);
}

#page-inner .legal-doc__form-block .contact-form {
    margin-top: 0;
}

#page-inner .legal-doc__form-heading {
    font-size: 18px;
    font-weight: 600;
    color: #1C4C45;
    margin: 0 0 20px;
    letter-spacing: 0.02em;
}

#page-inner .legal-doc__quote {
    margin: 16px 0;
    padding: 20px 24px;
    border-left: 4px solid #BC9C6A;
    background: rgba(188, 156, 106, 0.08);
    font-style: normal;
}

#page-inner .legal-doc__quote p {
    margin: 0 0 12px;
}

#page-inner .legal-doc__quote-note {
    margin: 0;
    font-size: 14px;
    color: #6a5f52;
}


/** header ***/

body {
    padding: 140px 20px 20px;
}

header {
    position: fixed;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 10000;
    background-color: #fff;
}

/* Mobilde sayfanın yanlardaki 20px'lik "pencere" boşluğu kaldırılır; bölümler
   ekranın iki kenarına dayanır. Sabit header da aynı hizaya çekilir. */
@media (max-width: 900px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    header {
        left: 0;
        width: 100%;
    }
}

#header-top {
    height: 38px;
    background: url('../images/bg-pattern.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#header-top #header-marguee {
    position: absolute;
    top: 0;
    left: 100%;
    /* Başlangıç noktası sayfanın dışında olacak */
    line-height: 38px;
    height: 38px;
    white-space: nowrap;
    /* Metnin kesintisiz akmasını sağlar */
    animation: marquee 30s linear infinite;
    /* Animasyon ekleniyor */
}

#header-top #header-marguee p {
    color: #C8AF8C;
    font-family: "TT Hoves Pro Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 8px;
    /* 80% */
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    /* Metnin akışı için */
}

#header-top #header-marguee p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #C8AF8C;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    top: 1px;
    top: 1.5px;
    position: relative;
}


/* Marquee animasyonu */

@keyframes marquee {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

#header-mid {
    background: #F1ECE5;
    height: 50px;
    line-height: 50px;
}

#header-mid ul {
    margin-top: 20px;
    float: right;
}

#header-mid ul li {
    float: left;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 50px;
}

#header-mid ul li a {
    color: #1C4C45;
}

#header-mid form {
    float: left;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

#header-mid form input {
    background: none;
    border: none;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 0.1px;
    outline: 0;
    width: 300px;
}

#header-mid form svg {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 2;
}

#header-bottom {
    height: 90px;
    border-bottom: 1px solid #F1ECE5;
    background: #fff;
}

#header-bottom-left {
    float: left;
    margin-top: 40px;
}

#header-bottom-left li {
    float: left;
    margin-right: 50px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header-bottom-right {
    float: right;
    margin-top: 40px;
}

#header-bottom-right li {
    float: left;
    margin-left: 50px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

#header-bottom-right li a {
    color: #1C4C45;
}

#header-bottom-left li a {
    color: #1C4C45;
}

header #logo {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0);
}


/** blog **/

#breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

#breadcrumb.nmb {
    margin-bottom: 0;
}

#breadcrumb ul {
    display: flex;
    gap: 11px;
}

#breadcrumb ul li {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 0.1px;
}

#breadcrumb ul li a {
    color: #4C4236;
    opacity: .5;
}

#breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#breadcrumb ol li {
    position: relative;
    padding-right: 18px;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1px;
}

#breadcrumb ol li::after {
    content: "/";
    position: absolute;
    right: 4px;
    top: 0;
    color: rgba(76, 66, 54, 0.35);
}

#breadcrumb ol li:last-child {
    padding-right: 0;
    color: #BC9C6A;
}

#breadcrumb ol li:last-child::after {
    content: none;
}

#breadcrumb ol li a {
    color: #4C4236;
    opacity: .65;
}

#breadcrumb ol li a:hover {
    opacity: 1;
}

.entry {
    margin-bottom: 70px;
}

.entry h1 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 71.429% */
    letter-spacing: -0.1px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.entry p.motto {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 62px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    /* 70.968% */
    letter-spacing: -1px;
}

#blog,
#single,
#treatments,
#treatment-detail {
    padding-bottom: 150px;
}

#blog .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#blog .grid .col img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

#blog .grid .col h2 {
    color: #C8AF8C;
    font-family: "TT Hoves Pro Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
    height: 48px;
    margin-bottom: 32px;
}

#blog .grid .col h2 a {
    color: #C8AF8C;
}

#blog .grid .col .date {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}


/** single plage ***/

.blog-container {
    width: 1000px;
    margin: 0px auto;
}

.blog-container h2 {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}

.blog-container h3 {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}

.blog-container p {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}

.blog-container ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-container ul li {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
}

.blog-container ol {
    list-style: numeric;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-container ol li {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
}

.blog-container img {
    width: 100%;
    margin-bottom: 30px;
    heighT: auto;
}

.blog-container h1 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 62px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

#single .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#single .grid .col img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

#single .grid .col h2 {
    color: #C8AF8C;
    font-family: "TT Hoves Pro Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
    height: 48px;
    margin-bottom: 32px;
}

#single .grid .col h2 a {
    color: #C8AF8C;
}

#single .grid .col .date {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*** treatments ****/

#treatments .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#treatments .grid .col {
    width: 100%;
    border-radius: 12px;
    padding: 24px 24px 80px;
    background: #F1ECE5;
    cursor: pointer;
    position: relative;
    transition: .3s all linear;
}

#treatments .grid .col:hover {
    background: url('../images/bg-pattern.jpg') top center no-repeat;
    background-size: cover;
}

#treatments .grid .col img {
    width: 60%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    float: right;
    transition: .3s all linear;
}

#treatments .grid .col:hover img {
    width: 80%;
}

#treatments .grid .col img.right {
    object-position: right center;
}

#treatments .grid .col h2 {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
}

#treatments .grid .col h2 a {
    color: #4C4236;
    transition: .3s all linear;
}

#treatments .grid .col:hover h2 a {
    color: #F1ECE5;
}


/*** treatment detail **/

#treatment-detail .row {
    display: flex;
    gap: 100px;
}

#treatment-detail .row .one-col {
    min-width: 270px;
}

#treatment-detail .row .two-col {
    flex: 1;
}

#treatment-detail .row .two-col img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-radius: 20px;
}

#treatment-detail .row .two-col .entry-treatment {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 71.429% */
    letter-spacing: -0.1px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

#treatment-detail .row .two-col h1 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 62px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    /* 70.968% */
    letter-spacing: -1px;
    margin-bottom: 60px;
}

#treatment-detail .row .two-col p {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    /* 150% */
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

#treatment-detail .row .two-col p strong {
    font-weight: 700;
}

#treatment-detail .row .two-col p b {
    font-weight: 700;
}

#treatment-detail .row .two-col h4 {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    /* 150% */
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

#treatment-detail .row .one-col ul {
    border-top: 1px solid rgba(28, 76, 69, .2);
}

#treatment-detail .row .one-col h4 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#treatment-detail .row .one-col ul li {
    border-bottom: 1px solid rgba(28, 76, 69, .2);
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 77.778% */
    letter-spacing: -0.1px;
}

#treatment-detail .row .one-col ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    color: rgba(28, 76, 69, .6);
    transition: .3s all linear;
}

#treatment-detail .row .one-col ul li:hover a {
    color: rgba(28, 76, 69, 1);
}

#treatment-detail .row .two-col ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

#treatment-detail .row .two-col ul li {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

#treatment-detail .row .two-col ol {
    list-style: numeric;
    padding-left: 20px;
    margin-bottom: 20px;
}

#treatment-detail .row .two-col ol li {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
}

h2 {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}

#treatment-detail .row .two-col h3 {
    color: #4C4236;
    text-align: justify;
    font-family: "TT Hoves Pro Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}


/*** home ***/

#home-social {
    padding-top: 50px;
    padding-bottom: 130px;
}

#home-social .row {
    display: flex;
    gap: 20px;
}

#home-social .row .col {
    flex: 1;
}

#home-social .row .col img {
    width: 100%;
    border-radius: 20px;
}

#home h4 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    margin-bottom: 20px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-social-link {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 77.778% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.home-social-link a {
    color: #C8AF8C;
    text-decoration: underline;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 77.778% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.home-section-nav {
    padding-bottom: 40px;
}

.home-section-nav h4 {
    float: left;
}

.home-section-nav .home-social-link {
    float: right;
}

.clear {
    clear: both;
}

#home-blog {
    padding-top: 60px;
    padding-bottom: 130px;
}

#home-blog .row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#home-blog .row .news-box-link {
    flex: 1;
    min-width: 0;
    display: block;
    color: inherit;
    text-decoration: none;
}

#home-blog .row .col {
    flex: 1;
    position: relative;
}

#home-blog .row .col img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

#home-blog .row .col h2 {
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 24px;
    height: 100px;
    text-align: left;
}

#home-blog .row .col h2 a {
    color: #fff;
}

#home-blog .row .col svg {
    filter: brightness(0) invert(100);
}

#home-blog .row .col .date {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home-faq {
    display: none;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    min-height: 175vh;
    background: url('../images/bg-faq.jpg') center center no-repeat;
    background-size: cover;
}

#home-faq .row {
    display: flex;
    gap: 20px;
}

#home-faq .row .col {
    flex: 1;
}

#home-faq .row .col.four-col {
    flex: 4;
}

#home-faq .one-col h2 {
    color: #FFF;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home-faq .accordion-header {
    color: #FFF;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 71.429% */
    letter-spacing: -0.5px;
    cursor: pointer;
    margin-bottom: 10px;
}

#home-faq .accordion-content {
    display: none;
}

#home-faq .accordion-content p {
    color: #FFF;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: -0.1px;
}

.accordion-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#promotions {
    width: 100%;
    border-radius: 12px;
    background: #F1ECE5;
    height: 180px;
}

#promotions .row {
    display: flex;
    height: 180px;
}

#promotions .row .col {
    flex: 1;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#promotions .row .col h3 {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.1px;
}

#home-about {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: var(--bg-base);
}

#home-about .row {
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

#home-about .row .col {
    flex: 1;
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: center;
}

#home-about .row .col.four-col {
    flex: 4;
    text-align: right;
}

#home-about .row .col span {
    background-color: white;
    padding: 8px 12px;
    font-size: 18px;
    font-family: "TT Hoves Pro Trial";
    width: 50%;
    height: 30%;
    color: black;
    position: absolute;
    text-align: center;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .03);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#home-about div.motto {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    text-align: right;
    position: relative;
    margin-top: -30px;
    letter-spacing: -2px;
}

#home-about div.motto span {
    color: #C8AF8C;
}

#home-about .row .col p {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    /* 150% */
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

#home-about .row .col img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

#home-about .row .col video {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

#home-ta {
    padding-top: 100px;
}

#home-ta .row {
    display: flex;
    margin-bottom: 50px;
}

#home-ta .row .col {
    flex: 1;
}

#home-ta .row .col.four-col {
    flex: 4;
    text-align: right;
}

#home-ta div.motto {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    text-align: right;
    position: relative;
    margin-top: -30px;
    letter-spacing: -2px;
}

#home-ta div.motto span {
    color: #C8AF8C;
}

#home-ba {
    display: none;
}

.treatment-marquee {
    height: 80px;
    line-height: 80px;
    border-top: 1px solid rgba(200, 175, 140, 0.50);
    border-bottom: 1px solid rgba(200, 175, 140, 0.50);
    overflow: hidden;
    position: relative;
}

.treatment-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 80px;
    overflow: hidden;
}

.treatment-panel p {
    color: #1C4C45;
    font-family: "MADE Cannes";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    letter-spacing: -0.1px;
}

.treatment-panel p span {
    display: inline-block;
    width: 30px;
}

#home-details {
    margin: 80px 0;
}

#home-details .row {
    display: flex;
    gap: 20px;
}

#home-details .row .col {
    flex: 1;
}

#home-details .row .col.two-col {
    flex: 2;
}

/* Görselin doğal genişliği (2383px) flex kutusunun min-content sınırını
   büyütüyor, sütun 1/3 yerine 758px'e kilitleniyor ve satır sayfayı sağdan
   taşırıyordu. min-width: 0 ile sütun oranına uyar, görsel kutuyu doldurur. */
#home-details .row .col {
    min-width: 0;
}

#home-details .row .one-col img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 32px;
}

#home-reviews {
    width: 100%;
    min-height: 0;
    height: auto;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    background: var(--bg-window);
    box-shadow: var(--shadow-window);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
    box-sizing: border-box;
    padding: 70px 100px;
}

#home-reviews .home-social-link {
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid rgba(76, 66, 54, 0.12);
    width: 100%;
    flex-shrink: 0;
}

#home-reviews h4 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

#home-reviews p:not(.s-col__text) {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
    /* 70.968% */
    letter-spacing: -1px;
}

.home-review-box {
    widtH: 100%;
    height: 400px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    background: url(../images/bg-pattern.jpg) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 70px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-review-box p {
    color: #FFF;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.1px;
}

.legal p {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 14px !important;
}

.legal p b {
    font-weight: 700;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

th,
td {
    padding: 12px;
    border: 1px solid #ddd;
    font-family: "TT Hoves Pro Trial";
}

th {
    background-color: #3498db;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
    /* Alternatif satır rengi */
}

tr:hover {
    background-color: #ddd;
    /* Hover efekti */
}

caption {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.legal ul li {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 14px !important;
    font-family: "TT Hoves Pro Trial";
    font-weight: 700;
}

.legal ol li {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 14px !important;
    font-family: "TT Hoves Pro Trial";
    font-weight: 700;
}

.legal a {
    color: #4C4236;
    text-decoration: underline;
}

#contact-map {
    width: 100%;
    height: 450px;
}

#contact-map iframe {
    width: 100%;
    height: 450px;
    filter: grayscale(1) sepia(.5);
}

#contact-promo {
    width: 100%;
    height: 360px;
    background: url('../images/contact-promo.png') center center no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

#contact-promo .container {
    display: flex;
    align-items: center;
    height: 360px
}

#contact-promo p {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    /* 70.968% */
    letter-spacing: -1px;
}

#about .row .col img {
    width: 100%;
    margin-bottom: 80px;
}

#about .row .col label {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    /* 71.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px;
    opacity: .5;
}

#about .row .col p {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 150% */
    letter-spacing: -0.1px;
    margin-bottom: 40px;
}

#about .row .col p a {
    color: #4C4236;
}

#reviews {
    padding-bottom: 120px;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: auto;
}

.review-grid .col {
    box-sizing: border-box;
    padding: 25px;
    border-radius: 12px;
    background: #1C4C45;
}

.review-grid .col p {
    color: #FFF;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    /* 177.778% */
    letter-spacing: -0.1px;
    margin-bottom: 50px;
}

.meta {
    display: flex;
}

.meta .meta-col {
    flex: 1;
    color: #FFF;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.meta .meta-col {
    flex: 1;
}

.star-wrapper {
    float: right;
    display: flex;
    gap: 5px
}

.star-wrapper div {
    width: 20px;
    height: 20px;
    background: url('../images/star.svg') no-repeat;
    background-size: cover;
}

#home-video {
    width: 100%;
    height: calc(100vh - 140px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#home-video video {
    width: 100%;
    height: 100vh;
    height: calc(100vh - 140px);
    object-fit: cover;
    object-position:  bottom center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* Arkaya atar */
}

#home-promotions {
    padding-top: 60px;
}

#promo-content {
    bottom: 40px;
    left: 40px;
    position: absolute;
    z-index: 10;
}

#home-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.promo-text {
    left: 5%;
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: 50%;
    transform: translate(0, -50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#home-motto {
    margin-bottom: 80px;
}

#home-motto p {
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    line-height: 78px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

#home-motto p span {
    color: #C8AF8C;
}

#home-motto label {
    font-size: 20px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
}

#home-blogbox {
    border-radius: 12px;
    background: #F1ECE5;
    padding: 24px;
    width: 700px;
    position: relative;
}

#home-blogbox svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#home-blogbox h2 {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 71.429% */
    letter-spacing: -0.1px;
}

#home-blogbox p {
    color: #4C4236;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
    letter-spacing: -0.1px;
}

#home-blogbox .row {
    display: flex;
    gap: 20px;
}

#home-blogbox .row .col {
    flex: 1;
}

.hamburger {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    padding: 6px;
    /* çizgiler ile kenar boşluğu */
    box-sizing: border-box;
    border: 1px solid black;
    margin-top: 27px;
    float: left;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
    transition: 0.3s;
}

.hamburger:hover {
    background-color: #000;
}

.hamburger:hover span {
    background: white;
}

@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    #treatment-detail .row {
        flex-direction: column;
    }
    footer .row {
        flex-direction: column;
    }
    #footer-bottom .two-col ul {
        width: 100%;
        flex-direction: column;
    }
    #footer-bottom .one-col p {
        line-height: 20px;
    }
    #treatment-detail .row .two-col h1 {
        line-height: 1.2;
        font-size: 54px;
    }
    #about .row {
        flex-direction: column;
    }
    #about-signature {
        width: 100%
    }
    .about-motto {
        margin-bottom: 60px;
    }
    .entry p.motto {
        line-height: 1.1;
    }
    #blog .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    #header-bottom-left {
        display: none;
    }
    #header-bottom-right {
        display: none;
    }
    #header-mid ul {
        display: none;
    }
    header #logo {
        height: 100px;
    }
    #home-social .row {
        flex-direction: column;
    }
    #home-blog .row {
        flex-direction: column;
    }
    #home-blog h4 {
        margin-bottom: 20px;
    }
    /* column-reverse: dar ekranda sürdürülebilirlik görseli "SÜRDÜRÜLEBİLİRLİK"
       başlığının üstüne geçer, bölüm kutu listesiyle değil görselle açılır */
    #home-details .row {
        flex-direction: column-reverse;
    }
    #treatments .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    /* column-reverse: dar ekranda görsel "HAKKIMIZDA" başlığının önüne geçer,
       bölüm metin duvarıyla değil görselle açılır */
    #home-about .row {
        flex-direction: column-reverse;
    }
    #home-ta .row {
        flex-direction: column;
        gap: 40px;
    }
    #promotions {
        display: none;
    }
    #home-blogbox {
        width: 100%;
    }
    #promo-content {
        width: 90%;
    }
    #home-motto p {
        font-size: 60px;
        line-height: 1.1;
    }
    #home-blogbox .row {
        flex-direction: column;
    }
    #home-about {
        padding-top: 0;
    }
    #home-about div.motto {
        text-align: left;
        font-size: 60px;
        line-height: 1.1;
    }
    #home-about .row {
        gap: 40px
    }
    #home-ta div.motto {
        text-align: left;
        font-size: 60px;
        line-height: 1.1;
    }
    #treatments .grid .col img {
        height: 300px;
        margin-bottom: 50px;
    }
    #treatments .grid .col h2 {
        right: 24px;
    }
    #home-reviews {
        border-radius: 0;
        height: auto;
        padding: 40px;
        gap: 40px
    }
    #home-reviews p:not(.s-col__text) {
        font-size: 50px;
        line-height: 1.1;
    }
    .s-row--sustain {
        flex-direction: column;
        /* sütun yönünde align-items yatay eksene döner; flex-start kalırsa
           kartlar içerik genişliğine daralıp birbirinden farklı boyda durur */
        align-items: stretch;
    }
    #home-details .row .one-col img {
        width: 100%;
        height: auto;
    }
    .home-review-box {
        border-radius: 0;
        height: auto;
        padding: 40px;
        gap: 40px
    }
}

.logo-wrapper {
    display: flex;
    gap: 32px;
}

.logo-wrapper .logo-box {
    flex: 1;
    background: #F8F6F2;
    padding: 60px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrapper .logo-box img {
    width: 80%;
}

.news-box {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: white;
}

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

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(160deg, #1C3C5C 0%, #142B47 55%, #0E1F33 100%);
    color: #fff;
    z-index: 10001;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-overlay.active {
    display: flex;
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-links li {
    font-family: "Newsreader", serif;
    font-size: 2rem;
    margin: 20px 0;
    cursor: pointer;
    transition: color 0.3s;
}

.menu-links li a {
    color: white;
    text-decoration: none;
}

.menu-links:hover li {
    opacity: 0.3;
}

.menu-links li:hover {
    opacity: 1;
}

.menu-links li:hover {
    color: #ddd;
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
}

.menu-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2rem;
    cursor: pointer;
    filter: brightness(0) invert(100%);
}

.menu-overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .1;
    width: 40%;
}

.video-logo-wrapper {
    position: absolute;
    z-index: 1001;
    bottom: 0;
    left: 5%;
    width: 90%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
}

.video-logo-wrapper div {
    flex: 1;
    height: 120px;
    line-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-family: 'TT Hoves Pro Trial';
}

.video-logo-wrapper div img {
    width: 60%;
    height: 60px;
    object-fit: contain;
    object-position: center center;
    filter: brightness(0) invert(100%);
}

.video-logo-wrapper .logo-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Cem logosu biçimi gereği diğerlerinden büyük durduğu için küçültülür */
.video-logo-wrapper .logo-box--cem img {
    width: 44%;
    height: 44px;
}

.s-row {
    display: flex;
    gap: 20px;
}

.s-row--sustain {
    align-items: flex-start;
    gap: 26px;
}

.s-row .s-col,
.s-row .s-col--sustain {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background-color: #4C4236;
    border-radius: 24px;
    display: flex;
    color: #fff;
    font-family: 'TT Hoves Pro Trial';
    transition: .3s all linear;
    backdrop-filter: blur(10px);
}

.s-row .s-col--sustain {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 122px;
    padding: 20px 26px;
    text-decoration: none;
    box-sizing: border-box;
}

.s-row .s-col--sustain .s-col__head {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.s-row .s-col--sustain .s-col__title {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2;
}

.s-row .s-col--sustain .s-col__text {
    display: none;
}

/* #home-reviews p ile çakışmayı kesin çöz (kart metni koyu zeminde okunur kalsın) */
#home-reviews .s-row .s-col--sustain .s-col__text {
    display: none;
}

/* Sürdürülebilirlik kartları: koyu zemin sabit; metin hover beklemeden okunur */
.s-row .s-col:hover:not(.s-col--sustain) {
    background-color: #fff;
    border-color: #fff;
}

.s-row .s-col--sustain:hover {
    background-color: #4C4236;
    background-image: none;
    border-color: rgba(188, 156, 106, 0.55);
}

.s-row .s-col--sustain:hover .s-col__title {
    color: #fff;
}

.s-row .s-col--sustain:hover .s-col__text {
    display: none;
}

.s-row .s-col--sustain:hover svg {
    stroke: #BC9C6A;
}

/* Sürdürülebilirlik sayfası içi kart bloğu için üst-alt nefes */
.s-row--sustain-page {
    margin: 16px 0 40px;
    scroll-margin-top: 100px;
}

/* Anasayfa yatırımcı ilişkileri 4'lü kart bloğu — tam genişlik */
.home-ir-cards {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 16px;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid rgba(20, 43, 71, 0.18);
    background: rgba(20, 43, 71, 0.04);
}

.s-row--sustain-4 {
    flex-wrap: wrap;
}

.s-row--sustain-4 .s-col {
    flex: 1 1 calc(25% - 26px);
    min-width: 220px;
}

/* Sürdürülebilirlik kutucukları için hero lacivert gradient varyantı */
.s-row .s-col--sustain.s-col--navy,
.s-row .s-col--sustain.s-col--navy:hover {
    background-color: transparent;
    background-image: radial-gradient(ellipse at center, #243B55 0%, #14223A 55%, #0A1320 100%);
    border-color: rgba(188, 156, 106, 0.45);
}

.s-row .s-col--sustain.s-col--navy:hover {
    border-color: rgba(188, 156, 106, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(10, 19, 32, 0.35);
}

/* Sürdürülebilirlik sayfası kutuları — yeşil ton (ilk hal) */
.s-row .s-col--sustain.s-col--green,
.s-row .s-col--sustain.s-col--green:hover {
    background-color: transparent;
    background-image: radial-gradient(ellipse at center, #2E7D6E 0%, #1C4C45 55%, #123026 100%);
    border-color: rgba(188, 156, 106, 0.45);
}

.s-row .s-col--sustain.s-col--green:hover {
    border-color: rgba(188, 156, 106, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(18, 48, 38, 0.32);
}

/* Sayfa içi sürdürülebilirlik kutularında anchor zıplamasında başlık header altında kalmasın */
.s-row--sustain-page .s-col--sustain {
    scroll-margin-top: 110px;
}

#yat1 {
    background: url('../images/bg-yatirim-1.png') no-repeat;
    background-size: cover;
}

#yat2 {
    background: url('../images/bg-yatirim-2.png') no-repeat;
    background-size: cover;
}

#yat3 {
    background: url('../images/bg-yatirim-3.png') no-repeat;
    background-size: cover;
}

.s-col:hover:not(.s-col--sustain) {
    background: url(../images/bg-pattern.jpg) top center no-repeat;
    background-size: cover;
}

/** inner pages — iStock görselleri (assets/iStock-*.jpg) **/

#page-inner .page-stock-hero {
    width: 100%;
    min-height: 260px;
    margin: 0 0 40px;
    border-radius: 0 0 24px 24px;
    background-color: #1C4C45;
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 40px rgba(28, 76, 69, 0.12);
}

#page-inner .page-stock-hero--hakkimizda {
    background-image: linear-gradient(105deg, rgba(20, 43, 71, 0.58) 0%, rgba(14, 31, 51, 0.3) 100%), url('../images/iStock-1330498048.jpg');
}

#page-inner .page-stock-hero--vizyon {
    background-image: linear-gradient(120deg, rgba(76, 66, 54, 0.5) 0%, rgba(28, 76, 69, 0.35) 100%), url('../iStock-2267179897.jpg');
}

#page-inner .page-stock-hero--grup {
    background-image: linear-gradient(90deg, rgba(20, 43, 71, 0.6) 0%, rgba(28, 60, 92, 0.32) 100%), url('../iStock-2266927686.jpg');
}

#page-inner .page-stock-hero--tukas {
    background-image: linear-gradient(100deg, rgba(76, 66, 54, 0.45) 0%, rgba(28, 76, 69, 0.35) 100%), url('../images/tukas-uretim-tesisi.jpg');
}

#page-inner .page-stock-hero--cem {
    background-image: linear-gradient(100deg, rgba(28, 76, 69, 0.4) 0%, rgba(76, 66, 54, 0.35) 100%), url('../images/cem-zeytin-tesisi.jpg');
}

#page-inner .page-stock-hero--gyo {
    background-image: linear-gradient(95deg, rgba(19, 47, 43, 0.55) 0%, rgba(188, 156, 106, 0.2) 100%), url('../iStock-2267386606.jpg');
}

/* Sürdürülebilirlik hero — güneş paneli / rüzgar türbini görseli.
   Görsel açık tonlu olduğu için başlık tarafında overlay daha koyu tutuldu. */
#page-inner .page-stock-hero--surdur {
    background-image: linear-gradient(100deg, rgba(19, 47, 43, 0.78) 0%, rgba(19, 47, 43, 0.52) 45%, rgba(28, 76, 69, 0.28) 100%), url('../iStock-1337173750.jpg');
    background-position: center 62%;
}

#page-inner .page-stock-hero--strateji {
    background-image: linear-gradient(105deg, rgba(76, 66, 54, 0.4) 0%, rgba(28, 76, 69, 0.4) 100%), url('../iStock-2267386606.jpg');
}

#page-inner .page-stock-hero--yatirim {
    background-color: #243B55;
    background-image: linear-gradient(105deg, rgba(36, 59, 85, 0.55) 0%, rgba(36, 59, 85, 0.25) 60%, rgba(36, 59, 85, 0.55) 100%), url('../iStock-1079450560.jpg');
}

#page-inner .page-stock-hero--iletisim {
    background-image: linear-gradient(100deg, rgba(76, 66, 54, 0.45) 0%, rgba(28, 76, 69, 0.35) 100%), url('../iStock-1077188562.jpg');
}

#page-inner .page-stock-hero--kariyer {
    background-image: linear-gradient(105deg, rgba(20, 43, 71, 0.58) 0%, rgba(28, 60, 92, 0.3) 100%), url('../iStock-1537332636.jpg');
}

/* Kariyer sayfası — lacivert ton (value kartları) */
.page--kariyer .page-inner__value-icon {
    color: #142B47;
}

.page--kariyer .page-inner__value-card h3 {
    color: #142B47;
}

.page--kariyer .page-inner__value-card {
    border-color: rgba(20, 43, 71, 0.08);
}

.page--kariyer .page-inner__value-card:hover {
    border-color: #142B47;
    box-shadow: 0 18px 38px rgba(20, 43, 71, 0.1);
}

#page-inner .page-stock-strip {
    width: 100%;
    height: 140px;
    margin: 0 0 32px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
}

#page-inner .page-stock-strip--legal {
    background-image: linear-gradient(90deg, rgba(28, 76, 69, 0.35) 0%, rgba(76, 66, 54, 0.25) 100%), url('../iStock-1077188562.jpg');
}

#page-inner .page-inner__split {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    flex-wrap: wrap;
}

#page-inner .page-inner__visual {
    flex: 1 1 280px;
    max-width: 440px;
}

#page-inner .page-inner__visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    box-shadow: 0 16px 48px rgba(76, 66, 54, 0.12);
}

#page-inner .page-inner__body--split {
    flex: 1 1 320px;
    min-width: 0;
}

#page-inner .page-stock-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0 36px;
}

#page-inner .page-stock-duo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

#page-inner .page-inner__col--float-wrap {
    overflow: hidden;
}

#page-inner .page-stock-inline {
    float: right;
    width: min(42%, 360px);
    margin: 6px 0 20px 28px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(76, 66, 54, 0.1);
}

#page-inner .page-stock-inline img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

#page-inner .page-stock-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 32px 0 8px;
}

#page-inner .page-stock-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #fbfaf9;
    border: 1px solid rgba(76, 66, 54, 0.1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

#page-inner .page-stock-card:hover {
    box-shadow: 0 20px 50px rgba(28, 76, 69, 0.12);
    transform: translateY(-3px);
}

#page-inner .page-stock-card__media {
    height: 200px;
    background-size: cover;
    background-position: center;
}

#page-inner .page-stock-card__media--tukas {
    background-image: url('../images/tukas-uretim-tesisi.jpg');
}

#page-inner .page-stock-card__media--cem {
    background-image: url('../images/cem-zeytin-tesisi.jpg');
}

#page-inner .page-stock-card__media--gyo {
    background-image: url('../images/adra-gyo-bina.jpg');
}

#page-inner .page-stock-card__body {
    padding: 20px 20px 22px;
}

#page-inner .page-stock-card__body h2 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #1C4C45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#page-inner .page-stock-card__body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #4C4236;
    text-align: left;
}

#page-inner .page-stock-figure {
    margin: 28px 0;
}

#page-inner .page-stock-figure img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

#page-inner .page-stock-figure figcaption {
    margin-top: 10px;
    font-size: 13px;
    color: #6a5f52;
    font-family: "TT Hoves Pro Trial", sans-serif;
}

#page-inner .contact-visual {
    margin-bottom: 32px;
}

#page-inner .contact-visual img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 20px;
}

/* inner pages enhancement blocks */

#page-inner,
#page-career {
    padding-top: 20px;
}

#page-inner .page-inner__row,
#page-career .page-career__row {
    padding: 60px 0 80px;
}

#page-inner .col p,
#page-career .col p {
    line-height: 1.75;
}

#page-inner .page-stock-hero {
    position: relative;
    min-height: 400px;
    margin: 0 0 24px;
    padding: 42px 48px;
    border-radius: 0 0 32px 32px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

#page-inner .page-stock-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 23, 21, 0.08) 0%, rgba(12, 23, 21, 0.24) 42%, rgba(12, 23, 21, 0.82) 100%);
}

/* Hakkımızda + Grup Şirketleri hero — metin alanına lacivert filtre */
#page-inner .page-stock-hero--hakkimizda::before,
#page-inner .page-stock-hero--grup::before {
    background: linear-gradient(180deg, rgba(20, 43, 71, 0.12) 0%, rgba(20, 43, 71, 0.36) 42%, rgba(14, 31, 51, 0.88) 100%);
}

#page-inner .page-stock-hero__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#page-inner .page-stock-hero__eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: "TT Hoves Pro Trial";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

#page-inner .page-stock-hero__title {
    margin: 0;
    color: #FFF;
    font-family: "TT Hoves Pro Trial";
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

#page-inner .page-stock-hero__subtitle {
    margin: 0;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

#page-inner .page-inner__title {
    display: none;
}

#page-inner h2[id] {
    scroll-margin-top: 180px;
}

#page-inner .page-inner__heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

#page-inner .page-inner__heading .page-inner__anchor {
    opacity: 0;
    color: #BC9C6A;
    font-size: 16px;
    line-height: 1;
    transform: translateY(1px);
    transition: opacity 0.2s ease;
}

#page-inner .page-inner__heading:hover .page-inner__anchor,
#page-inner .page-inner__anchor:focus-visible {
    opacity: 1;
}

#page-inner .page-inner__section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 36px;
    padding: 18px 20px;
    border: 1px solid rgba(76, 66, 54, 0.1);
    border-radius: 18px;
    background: #FBF8F4;
}

#page-inner .page-inner__section-nav-label {
    flex-basis: 100%;
    margin: 0;
    color: #4C4236;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#page-inner .page-inner__section-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(28, 76, 69, 0.15);
    color: #1C4C45;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
}

#page-inner .page-inner__section-nav a:hover {
    border-color: #BC9C6A;
    color: #BC9C6A;
}

#page-inner .page-inner__value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 12px;
}

#page-inner .page-inner__value-card {
    padding: 24px;
    border-radius: 20px;
    background: #F1ECE5;
    border: 1px solid rgba(28, 76, 69, 0.08);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#page-inner .page-inner__value-card:hover {
    border-color: #1C4C45;
    box-shadow: 0 18px 38px rgba(28, 76, 69, 0.08);
    transform: translateY(-2px);
}

#page-inner .page-inner__value-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #1C4C45;
}

#page-inner .page-inner__value-card h3 {
    margin: 0 0 10px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 600;
}

#page-inner .page-inner__value-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

#page-inner .page-inner__quote {
    margin: 16px 0 44px;
    padding: 28px 30px;
    border-left: 6px solid #BC9C6A;
    border-radius: 0 20px 20px 0;
    background: #F8F6F2;
}

#page-inner .page-inner__quote p {
    margin-bottom: 18px;
}

#page-inner .page-inner__quote-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

#page-inner .page-inner__quote-avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(188, 156, 106, 0.35) 0%, rgba(28, 76, 69, 0.24) 100%);
    border: 2px solid rgba(188, 156, 106, 0.45);
}

#page-inner .page-inner__quote-meta strong,
#page-inner .page-inner__quote-meta span {
    display: block;
}

#page-inner .page-inner__quote-meta strong {
    color: #1C4C45;
    font-size: 18px;
    font-weight: 600;
}

#page-inner .page-inner__quote-meta span {
    color: #6a5f52;
    font-size: 14px;
    line-height: 1.5;
}

#page-inner .page-inner__org {
    position: relative;
    margin-top: 32px;
    padding: 12px 0 0;
    background: transparent;
    border-radius: 0;
}

#page-inner .page-inner__org-row {
    justify-content: center;
    gap: 24px;
    position: relative;
}

#page-inner .page-inner__org-box {
    position: relative;
    min-width: 220px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(76, 66, 54, 0.14);
    box-shadow: 0 16px 34px rgba(76, 66, 54, 0.08);
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

#page-inner .page-inner__org-row--lead .page-inner__org-box {
    background: #4C4236;
    border-color: #BC9C6A;
    color: #FFF;
    box-shadow: 0 18px 42px rgba(28, 76, 69, 0.16);
}

#page-inner .page-inner__org-row--lead::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 2px);
    width: 1px;
    height: 28px;
    background: rgba(188, 156, 106, 0.75);
    transform: translateX(-50%);
}

#page-inner .page-inner__org-row--spaced {
    margin-top: 54px;
    padding-top: 28px;
}

#page-inner .page-inner__org-row--spaced::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16.66%;
    right: 16.66%;
    height: 1px;
    background: rgba(188, 156, 106, 0.75);
}

#page-inner .page-inner__org-row--spaced .page-inner__org-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -28px;
    width: 1px;
    height: 28px;
    background: rgba(188, 156, 106, 0.75);
    transform: translateX(-50%);
}

#page-inner .page-stock-grid {
    align-items: flex-start;
}

#page-inner .page-stock-card {
    height: 100%;
}

#page-inner .page-stock-card__media {
    position: relative;
    height: 360px;
}

#page-inner .page-stock-card__logo {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #1C4C45;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(28, 76, 69, 0.15);
}

#page-inner .page-stock-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

#page-inner .page-stock-card__sector {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(188, 156, 106, 0.18);
    color: #BC9C6A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#page-inner .page-stock-card__cta {
    margin-top: auto;
    color: #1C4C45;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

#page-inner .page-stock-card:hover .page-stock-card__cta {
    color: #BC9C6A;
}

#page-inner .page-inner__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 36px 0 0;
    padding: 24px;
    border-radius: 24px;
    background: #F8F6F2;
    border: 1px solid rgba(76, 66, 54, 0.08);
}

#page-inner .page-inner__stat {
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(76, 66, 54, 0.08);
}

#page-inner .page-inner__stat strong,
#page-inner .page-inner__stat span {
    display: block;
}

#page-inner .page-inner__stat strong {
    color: #1C4C45;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

#page-inner .page-inner__stat span {
    color: #6a5f52;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#page-inner .page-inner__company-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

#page-inner .page-inner__company-link {
    display: block;
    padding: 20px 22px;
    border-radius: 20px;
    background: #FBF8F4;
    border: 1px solid rgba(76, 66, 54, 0.1);
}

#page-inner .page-inner__company-link strong,
#page-inner .page-inner__company-link span {
    display: block;
}

#page-inner .page-inner__company-link strong {
    color: #1C4C45;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

#page-inner .page-inner__company-link span {
    color: #4C4236;
    font-size: 15px;
    line-height: 1.6;
}

#page-inner .page-inner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: #1C4C45;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#page-inner .page-inner__cta:hover {
    background: #BC9C6A;
    color: #fff;
}

#page-inner .page-inner__related {
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid rgba(76, 66, 54, 0.12);
}

#page-inner .page-inner__related h2 {
    margin-top: 0;
}

#page-inner .page-inner__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

#page-inner .page-inner__related-card {
    display: block;
    padding: 22px 24px;
    border-radius: 20px;
    border: 1px solid rgba(76, 66, 54, 0.12);
    background: #FBF8F4;
}

#page-inner .page-inner__related-card strong,
#page-inner .page-inner__related-card span {
    display: block;
}

#page-inner .page-inner__related-card strong {
    color: #1C4C45;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

#page-inner .page-inner__related-card span {
    color: #4C4236;
    font-size: 15px;
    line-height: 1.6;
}

#page-inner .page-inner__related-card:hover strong {
    color: #BC9C6A;
}

#page-inner .page-inner__reports {
    display: grid;
    gap: 16px;
    margin: 24px 0 0;
}

#page-inner .page-inner__report-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #FBF8F4;
    border: 1px solid rgba(76, 66, 54, 0.1);
}

#page-inner .page-inner__report-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(28, 76, 69, 0.08);
    color: #1C4C45;
}

#page-inner .page-inner__report-main {
    min-width: 0;
    flex: 1;
}

#page-inner .page-inner__report-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

#page-inner .page-inner__report-title {
    color: #1C4C45;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

#page-inner .page-inner__report-year,
#page-inner .page-inner__report-meta {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#page-inner .page-inner__report-year {
    background: rgba(188, 156, 106, 0.18);
    color: #BC9C6A;
}

#page-inner .page-inner__report-meta {
    background: rgba(28, 76, 69, 0.08);
    color: #1C4C45;
}

#page-inner .page-inner__report-note {
    margin: 0;
    color: #8A8176;
    font-size: 13px;
    line-height: 1.5;
}

#page-inner .page-inner__report-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #142B47;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#page-inner .page-inner__report-action:hover {
    background: #1C3C5C;
    color: #fff;
}

#page-inner .page-inner__note {
    color: #8A8176;
    margin: 0 0 18px;
    font-size: 14px;
}

#page-inner .page-inner__subheading {
    margin: 28px 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #1C4C45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#page-inner .page-inner__info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0 0 32px;
    border-top: 1px solid #E7E1D3;
    background: #FBF8F1;
}

#page-inner .page-inner__info-row {
    display: grid;
    grid-template-columns: minmax(180px, 35%) 1fr;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid #E7E1D3;
    align-items: baseline;
}

#page-inner .page-inner__info-row dt {
    font-weight: 600;
    color: #5C4D33;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#page-inner .page-inner__info-row dd {
    margin: 0;
    color: #2A2418;
    font-size: 15px;
}

@media (max-width: 1024px) {
    #page-inner .page-inner__info-list {
        grid-template-columns: 1fr;
    }

    #page-inner .page-inner__info-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 1024px) {
    #page-inner .page-inner__value-grid,
    #page-inner .page-inner__company-links {
        grid-template-columns: 1fr 1fr;
    }

    #page-inner .page-stock-hero {
        padding: 36px 32px;
    }

    #page-inner .page-stock-grid {
        grid-template-columns: 1fr;
    }

    #page-inner .contact-locations__grid {
        grid-template-columns: 1fr;
    }

    #page-inner .page-stock-duo {
        grid-template-columns: 1fr;
    }

    #page-inner .page-stock-inline {
        float: none;
        width: 100%;
        margin: 0 0 24px;
    }

    #page-inner .page-inner__split {
        flex-direction: column;
    }

    #page-inner .page-inner__visual {
        max-width: none;
    }

    #page-inner .page-inner__stats,
    #page-inner .page-inner__related-grid {
        grid-template-columns: 1fr;
    }

    #page-inner .page-inner__org-row--spaced::before {
        left: 10%;
        right: 10%;
    }
}

@media (max-width: 767px) {
    #breadcrumb {
        margin-bottom: 0;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    #page-inner .page-stock-hero {
        min-height: 300px;
        padding: 28px 22px;
        border-radius: 0 0 24px 24px;
    }

    #page-inner .page-stock-hero__title {
        font-size: 34px;
    }

    /* Tek kelimelik uzun başlık (SÜRDÜRÜLEBİLİRLİK) dar ekranda satıra sığmıyor;
       kelime bölünemediği için içerik kutusu hero'yu taşırıyor, overflow: hidden
       hem başlığı hem alt metni sağdan kesiyordu. Başlık ekran genişliğine göre
       küçülür, 430px üstünde 34px'e sabitlenir. */
    #page-inner .page-stock-hero__title--long {
        font-size: clamp(21px, calc(8.2vw - 4.5px), 34px);
    }

    #page-inner .page-stock-hero__content {
        min-width: 0;
        max-width: 100%;
    }

    #page-inner .page-stock-hero__subtitle {
        font-size: 16px;
    }

    /* Görsel PC'deki gibi tam genişlikte okunsun: cover, dar ve uzun hero
       kutusunda fotoğrafın sağını solunu kırpıyordu. Fotoğraf tam genişliğe
       oturur, altta kalan bant hero'nun koyu zemini ve gradyanıyla kapanır. */
    #page-inner .page-stock-hero--surdur {
        background-size: auto, 100% auto;
        background-position: center, center top;
        background-repeat: no-repeat;
    }

    #page-inner .page-inner__row,
    #page-career .page-career__row {
        padding: 34px 0 56px;
        gap: 34px;
    }

    #page-inner .page-inner__stats,
    #page-inner .page-inner__company-links,
    #page-inner .page-inner__related-grid {
        grid-template-columns: 1fr;
    }

    /* Gövde metni: iki yana yaslama dar ekranda kelime aralarını açıp
       "sıkıştırılmış" bir görüntü veriyordu. Kart içi metinler bu kuralı
       ezebilsin diye blok, kart kurallarından önce gelir. */
    #page-inner .col p,
    #page-career .col p {
        text-align: left;
        font-size: 17px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    #page-inner .page-inner__lead,
    #page-career .page-career__lead {
        font-size: 18px;
        line-height: 1.7;
    }

    #page-inner .col h2,
    #page-career .col h2 {
        font-size: 18px;
    }

    /* Değer kartları tek sütunda sayfayı gereksiz uzatıyordu; PC'deki kart
       ızgarasının aynısı mobilde ikili olarak kurulur. */
    #page-inner .page-inner__value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #page-inner .page-inner__value-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    #page-inner .page-inner__value-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 12px;
        border-radius: 12px;
    }

    #page-inner .page-inner__value-card h3 {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    #page-inner .page-inner__value-card p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    /* Vizyon / Misyon kartları — görsel zaten üstte, kartlar derli toplu */
    #page-inner .page-inner__vm-grid {
        gap: 14px;
        margin: 24px 0;
    }

    #page-inner .page-inner__vm-card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    #page-inner .page-inner__vm-title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    #page-inner .page-inner__vm-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    #page-inner .page-inner__vm-visual {
        min-height: 180px;
        border-radius: 16px;
    }

    #page-inner .page-inner__report-card {
        flex-direction: column;
        align-items: flex-start;
    }

    #page-inner .contact-block {
        padding: 22px 20px;
    }

    #page-inner .page-inner__report-action {
        width: 100%;
    }

    #page-inner .page-inner__org-row {
        flex-direction: column;
        align-items: stretch;
    }

    #page-inner .page-inner__org-row--lead::after,
    #page-inner .page-inner__org-row--spaced::before,
    #page-inner .page-inner__org-row--spaced .page-inner__org-box::before {
        content: none;
    }

    #page-inner .page-inner__org-row--spaced {
        margin-top: 18px;
        padding-top: 0;
    }
}


/* ========================================================================
   Geliştirilmiş iç sayfa bileşenleri
   ======================================================================== */

/* Tam genişlik görsel bant — sayfa içi dekoratif ayırıcı */
.page-inner__fullwidth-visual {
    position: relative;
    margin: 56px 0;
    border-radius: 24px;
    overflow: hidden;
    scroll-margin-top: 100px;
}

.page-inner__fullwidth-visual img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* Tıklanabilir görselli blok (raporlar -> yatırımcı ilişkileri) */
#page-inner a.page-inner__fullwidth-visual {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

/* Yaklaşım + Hedefler görselli blokları — desktop'ta iki kolon, mobilde alt alta */
#page-inner .page-inner__visual-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 56px 0;
}

#page-inner .page-inner__visual-duo .page-inner__fullwidth-visual {
    margin: 0;
}

@media (max-width: 900px) {
    #page-inner .page-inner__visual-duo {
        grid-template-columns: 1fr;
    }
}

/* Sürdürülebilirlik üst blok — Yaklaşım + Hedefler + Raporlar üç görselli kutu */
#page-inner .page-inner__visual-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 16px 0 40px;
}

#page-inner .page-inner__visual-trio .page-inner__fullwidth-visual {
    margin: 0;
    scroll-margin-top: 110px;
}

/* Üç kolonda görseller daha dar olduğundan biraz daha kısa */
#page-inner .page-inner__visual-trio .page-inner__fullwidth-visual--tall img {
    height: 300px;
}

/* Üç kolon overlay — okunabilirlik için koyu yeşil filtre, kompakt tipografi.
   --link kuralının lacivertini ezmek için seçici özgüllüğü yükseltildi. */
#page-inner .page-inner__visual-trio .page-inner__fullwidth-overlay,
#page-inner .page-inner__visual-trio .page-inner__fullwidth-visual--link .page-inner__fullwidth-overlay {
    background: linear-gradient(135deg, rgba(28, 76, 69, 0.88) 0%, rgba(18, 48, 38, 0.84) 100%);
    padding: 28px 24px;
    transition: background 0.3s ease;
}

#page-inner .page-inner__visual-trio .page-inner__fullwidth-visual--link:hover .page-inner__fullwidth-overlay {
    background: linear-gradient(135deg, rgba(28, 76, 69, 0.93) 0%, rgba(18, 48, 38, 0.9) 100%);
}

#page-inner .page-inner__visual-trio .page-inner__overlay-label {
    font-size: clamp(17px, 1.4vw, 21px);
    margin-bottom: 10px;
}

#page-inner .page-inner__visual-trio .page-inner__fullwidth-overlay p {
    font-size: clamp(13px, 1vw, 14px);
    line-height: 1.45;
}

@media (max-width: 900px) {
    #page-inner .page-inner__visual-trio {
        grid-template-columns: 1fr;
    }
}

/* Raporlar bloğu — görsel deseni açık olduğundan metin okunabilirliği için koyu mavi filtre */
#page-inner .page-inner__fullwidth-visual--link .page-inner__fullwidth-overlay {
    background: linear-gradient(135deg, rgba(20, 43, 71, 0.86) 0%, rgba(28, 60, 92, 0.82) 100%);
    transition: background 0.3s ease;
}

/* Yaklaşım + Hedefler blokları — raporlar ile aynı koyu mavi filtre */
#page-inner .page-inner__visual-duo .page-inner__fullwidth-overlay {
    background: linear-gradient(135deg, rgba(20, 43, 71, 0.86) 0%, rgba(28, 60, 92, 0.82) 100%);
}

#page-inner .page-inner__fullwidth-visual--link:hover .page-inner__fullwidth-overlay {
    background: linear-gradient(135deg, rgba(20, 43, 71, 0.92) 0%, rgba(28, 60, 92, 0.88) 100%);
}

#page-inner .page-inner__overlay-cta {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    padding: 10px 24px;
    transition: background 0.25s ease, border-color 0.25s ease;
}

#page-inner .page-inner__fullwidth-visual--link:hover .page-inner__overlay-cta {
    background: rgba(255, 255, 255, 0.16);
    border-color: #fff;
}

/* Tanıtım filmi bölümü — sayfa içi video oynatıcı */
.page-inner__video {
    margin: 56px 0;
}

.page-inner__video-heading {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 600;
    color: inherit;
}

.page-inner__video-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.45);
}

.page-inner__video-frame video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-inner__fullwidth-visual--tall img {
    height: 400px;
}

.page-inner__fullwidth-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(28, 76, 69, 0.52) 0%, rgba(76, 66, 54, 0.45) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

#page-inner .page-inner__fullwidth-overlay p {
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 400;
    line-height: 1.45;
    max-width: 780px;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

#page-inner .page-inner__fullwidth-overlay .page-inner__overlay-label {
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* İkon özellik grid'i — 2x veya 3x sütun */
.page-inner__feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 32px 0;
}

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

.page-inner__feature-card {
    position: relative;
    padding: 28px 24px;
    border-radius: 22px;
    background: #FBF8F4;
    border: 1px solid rgba(76, 66, 54, 0.08);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-inner__feature-card:hover {
    border-color: rgba(28, 76, 69, 0.25);
    box-shadow: 0 16px 40px rgba(28, 76, 69, 0.08);
    transform: translateY(-2px);
}

.page-inner__feature-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(28, 76, 69, 0.08);
    color: #1C4C45;
}

.page-inner__feature-icon--gold {
    background: rgba(188, 156, 106, 0.15);
    color: #BC9C6A;
}

#page-inner .page-inner__feature-card h3 {
    margin: 0 0 10px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 600;
}

#page-inner .page-inner__feature-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #4C4236;
    text-align: left;
}

/* Numaralı adım satırları */
.page-inner__steps {
    display: grid;
    gap: 18px;
    margin: 32px 0;
    counter-reset: step-counter;
}

.page-inner__step {
    counter-increment: step-counter;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    border-radius: 20px;
    background: #FBF8F4;
    border: 1px solid rgba(76, 66, 54, 0.08);
    transition: border-color 0.25s ease;
}

.page-inner__step:hover {
    border-color: rgba(188, 156, 106, 0.45);
}

.page-inner__step-number {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1C4C45;
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 700;
}

.page-inner__step-number--gold {
    background: linear-gradient(135deg, #142B47 0%, #1C3C5C 100%);
}

#page-inner .page-inner__step-body h3 {
    margin: 0 0 8px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 600;
}

#page-inner .page-inner__step-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4C4236;
    text-align: left;
}

/* CTA bant — tam genişlik koyu arka plan */
.page-inner__cta-banner {
    margin: 56px 0;
    padding: 48px 44px;
    border-radius: 24px;
    background: linear-gradient(135deg, #142B47 0%, #1C3C5C 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

#page-inner .page-inner__cta-banner p {
    margin: 0;
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 560px;
    text-align: left;
}

.page-inner__cta-banner .page-inner__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: #142B47;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.page-inner__cta-banner .page-inner__cta-btn:hover {
    background: #BC9C6A;
    color: #fff;
}

/* Rakam vitrin satırı — hakkımızda, şirket sayfalarında */
.page-inner__numbers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 48px 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(76, 66, 54, 0.08);
}

.page-inner__number-item {
    padding: 32px 24px;
    background: #142B47;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.page-inner__number-item:last-child {
    border-right: none;
}

.page-inner__number-item strong {
    display: block;
    color: #BC9C6A;
    font-family: "TT Hoves Pro Trial";
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.page-inner__number-item span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-family: "TT Hoves Pro Trial";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4;
}

/* Çift kolon metin + görsel düzeni */
.page-inner__duo-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin: 48px 0;
}

.page-inner__duo-section--reverse .page-inner__duo-text {
    order: 2;
}

.page-inner__duo-section--reverse .page-inner__duo-media {
    order: 1;
}

.page-inner__duo-text h2 {
    margin-top: 0;
}

#page-inner .page-inner__duo-text p {
    text-align: left;
}

.page-inner__duo-media img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 16px 48px rgba(76, 66, 54, 0.1);
}

/* Hedef ilerleme çubukları */
.page-inner__goal-list {
    display: grid;
    gap: 16px;
    margin: 28px 0;
}

.page-inner__goal-item {
    padding: 22px 24px;
    border-radius: 18px;
    background: #FBF8F4;
    border: 1px solid rgba(76, 66, 54, 0.08);
}

#page-inner .page-inner__goal-item h3 {
    margin: 0 0 8px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 17px;
    font-weight: 600;
}

#page-inner .page-inner__goal-item p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #4C4236;
    text-align: left;
}

.page-inner__goal-bar {
    height: 6px;
    border-radius: 3px;
    background: rgba(28, 76, 69, 0.1);
    overflow: hidden;
}

.page-inner__goal-bar span {
    display: block;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #1C4C45 0%, #347168 100%);
}

/* Ürün kategorileri tablo kartları */
.page-inner__product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
    margin: 24px 0;
}

.page-inner__product-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #F1ECE5;
    border: 1px solid rgba(76, 66, 54, 0.06);
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.page-inner__product-tag:hover {
    background: #e8e0d4;
}

.page-inner__product-tag svg {
    flex-shrink: 0;
    color: #BC9C6A;
}

/* Mini konum kartı — şirket sayfalarındaki fabrikalar */
.page-inner__location-mini {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.page-inner__location-card {
    padding: 20px;
    border-radius: 18px;
    background: #FBF8F4;
    border: 1px solid rgba(76, 66, 54, 0.08);
}

#page-inner .page-inner__location-card h4 {
    margin: 0 0 8px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.3;
}

#page-inner .page-inner__location-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #6a5f52;
    text-align: left;
}

/* Timeline — kuruluş/tarihsel süreç */
.page-inner__timeline {
    position: relative;
    margin: 36px 0;
    padding-left: 32px;
}

.page-inner__timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #BC9C6A 0%, rgba(188, 156, 106, 0.2) 100%);
}

.page-inner__timeline-item {
    position: relative;
    margin-bottom: 28px;
    padding-left: 24px;
}

.page-inner__timeline-item::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #BC9C6A;
    border: 3px solid #F1ECE5;
    box-shadow: 0 0 0 2px #BC9C6A;
}

.page-inner__timeline-year {
    display: inline-block;
    margin-bottom: 6px;
    color: #BC9C6A;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#page-inner .page-inner__timeline-item h3 {
    margin: 0 0 6px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial";
    font-size: 17px;
    font-weight: 600;
}

#page-inner .page-inner__timeline-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4C4236;
    text-align: left;
}

/* Avantaj / fayda kartları — kariyer sayfası */
.page-inner__benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 28px 0;
}

.page-inner__benefit-card {
    padding: 28px 24px;
    border-radius: 22px;
    background: #1C4C45;
    color: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-inner__benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(28, 76, 69, 0.2);
}

#page-inner .page-inner__benefit-card h3 {
    margin: 14px 0 10px;
    color: #fff;
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 600;
}

#page-inner .page-inner__benefit-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.page-inner__benefit-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #BC9C6A;
}

/* Responsive — yeni bileşenler */
@media (max-width: 1024px) {
    .page-inner__feature-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .page-inner__number-item:nth-child(2) {
        border-right: none;
    }

    .page-inner__duo-section {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .page-inner__duo-section--reverse .page-inner__duo-text,
    .page-inner__duo-section--reverse .page-inner__duo-media {
        order: unset;
    }

    /* Kariyer: tek sütuna inince fotoğraf "Ekibimize Katılın" başlığının
       önüne alınır; bölüm metin yerine görselle açılır */
    .page--kariyer .page-inner__duo-media {
        order: -1;
    }

    .page--kariyer .page-inner__duo-section {
        gap: 24px;
        margin: 32px 0;
    }

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

    .page-inner__location-mini {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .page-inner__feature-grid,
    .page-inner__feature-grid--two {
        grid-template-columns: 1fr;
    }

    /* Dört rakam alt alta dizilince şerit uzayıp vitrin etkisini kaybediyordu */
    .page-inner__numbers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 32px 0;
    }

    .page-inner__number-item {
        padding: 22px 14px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* sağ sütunda dikey, son satırda yatay ayraç kalmaz */
    .page-inner__number-item:nth-child(2n) {
        border-right: none;
    }

    .page-inner__number-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .page-inner__number-item strong {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .page-inner__number-item span {
        font-size: 11px;
        letter-spacing: 0.05em;
    }


    .page-inner__fullwidth-visual img {
        height: 240px;
    }

    .page-inner__fullwidth-overlay p {
        font-size: 20px;
    }

    .page-inner__cta-banner {
        padding: 32px 24px;
        flex-direction: column;
        text-align: center;
    }

    .page-inner__cta-banner p {
        text-align: center;
    }

    .page-inner__duo-media img {
        height: 260px;
    }

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

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

    .page-inner__steps {
        gap: 14px;
    }
}

/* ========================================================================
   Yatırımcı İlişkileri — sticky sidebar + scroll spy layout
   ======================================================================== */

#page-inner .page-inner-ir {
    margin: 12px 0 24px;
}

#page-inner .page-inner-ir__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 48px;
    align-items: flex-start;
}

#page-inner .page-inner-ir__sidebar {
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

#page-inner .page-inner-ir__sidebar-label {
    margin: 0 0 12px;
    color: #5C4D33;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

#page-inner .page-inner-ir__sidebar-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 2px solid #E7E1D3;
}

#page-inner .page-inner-ir__sidebar-nav li {
    margin: 0;
    padding: 0;
}

#page-inner .page-inner-ir__sidebar-nav a {
    position: relative;
    display: block;
    padding: 12px 18px 12px 20px;
    margin-left: -2px;
    border-left: 2px solid transparent;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

#page-inner .page-inner-ir__sidebar-nav a:hover {
    color: #1C4C45;
    background: rgba(28, 76, 69, 0.04);
}

#page-inner .page-inner-ir__sidebar-nav a.is-active {
    color: #1C4C45;
    font-weight: 600;
    border-left-color: #BC9C6A;
    background: rgba(188, 156, 106, 0.08);
}

#page-inner .page-inner-ir__mobile-nav {
    display: none;
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #E7E1D3;
    border-radius: 14px;
    background: #FBF8F4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231C4C45' d='M6 8 0 0h12z'/%3E%3C/svg%3E") no-repeat right 18px center;
    background-size: 12px 8px;
    color: #1C4C45;
    font-family: "TT Hoves Pro Trial", sans-serif;
    font-size: 15px;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
}

#page-inner .page-inner-ir__content {
    min-width: 0;
}

#page-inner .page-inner-ir__section {
    padding: 0 0 28px;
    margin: 0 0 28px;
    border-bottom: 1px solid #F0EBE0;
    scroll-margin-top: 140px;
}

#page-inner .page-inner-ir__section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

#page-inner .page-inner-ir__section-intro {
    color: #4C4236;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 720px;
}

/* Yönetim Kurulu üye kartları */
#page-inner .page-inner-ir__board-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 8px 0 28px;
}

#page-inner .page-inner-ir__board-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #E7E1D3;
    border-radius: 18px;
    background: #FBF8F4;
}

#page-inner .page-inner-ir__board-avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #142B47 0%, #6B7480 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "TT Hoves Pro Trial", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#page-inner .page-inner-ir__board-info {
    min-width: 0;
}

#page-inner .page-inner-ir__board-name {
    display: block;
    color: #1C4C45;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2px;
}

#page-inner .page-inner-ir__board-role {
    display: block;
    color: #8A8176;
    font-size: 13px;
    line-height: 1.4;
}

/* Komite kartları */
#page-inner .page-inner-ir__committee-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 8px 0 28px;
}

#page-inner .page-inner-ir__committee-card {
    padding: 20px 22px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #E7E1D3;
}

#page-inner .page-inner-ir__committee-card h4 {
    margin: 0 0 10px;
    color: #1C4C45;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

#page-inner .page-inner-ir__committee-members {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#page-inner .page-inner-ir__committee-members li {
    color: #4C4236;
    font-size: 14px;
    line-height: 1.5;
}

#page-inner .page-inner-ir__committee-members li::before {
    content: "—";
    color: #BC9C6A;
    margin-right: 8px;
}

/* Komite üye listesi henüz paylaşılmadığında gösterilen bilgilendirme notu */
#page-inner .page-inner-ir__committee-note {
    margin: 0;
    color: #6E6455;
    font-size: 13px;
    line-height: 1.6;
}

/* Rapor alt-tab nav */
#page-inner .page-inner-ir__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 20px;
    padding: 6px;
    border-radius: 14px;
    background: #F1ECE5;
}

#page-inner .page-inner-ir__tab {
    padding: 9px 16px;
    border-radius: 10px;
    color: #4C4236;
    font-family: "TT Hoves Pro Trial", sans-serif;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

#page-inner .page-inner-ir__tab:hover {
    color: #1C4C45;
}

#page-inner .page-inner-ir__tab.is-active {
    background: #fff;
    color: #1C4C45;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(28, 76, 69, 0.08);
}

#page-inner .page-inner-ir__tab-panel {
    display: none;
}

#page-inner .page-inner-ir__tab-panel.is-active {
    display: block;
}

/* Hakkımızda — Vizyon / Görsel / Misyon üçlü satırı (Değerler kart diliyle aynı) */
#page-inner .page-inner__vm-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 20px;
    align-items: stretch;
    margin: 28px 0;
}

#page-inner .page-inner__vm-card {
    padding: 28px;
    border-radius: 20px;
    background: #F1ECE5;
    border: 1px solid rgba(28, 76, 69, 0.08);
    display: flex;
    flex-direction: column;
}

#page-inner .page-inner__vm-title {
    margin: 0 0 12px;
    font-family: "TT Hoves Pro Trial";
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #1C4C45;
}

#page-inner .page-inner__vm-card p {
    margin: 0;
    text-align: left;
}

#page-inner .page-inner__vm-visual {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    min-height: 240px;
}

#page-inner .page-inner__vm-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 900px) {
    #page-inner .page-inner__vm-grid {
        grid-template-columns: 1fr;
    }

    #page-inner .page-inner__vm-visual {
        order: -1;
        min-height: 220px;
    }
}

/* IR arşiv listesi — başlık satırları (genel kurul yılı, rapor kategorisi, birleşme) → ayrı detay sayfası */
#page-inner .page-inner-ir__archive {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 8px 0 24px;
}

#page-inner .page-inner-ir__archive-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 16px;
    background: #F1ECE5;
    border: 1px solid rgba(28, 76, 69, 0.08);
    text-decoration: none;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#page-inner .page-inner-ir__archive-item:hover {
    border-color: #1C4C45;
    box-shadow: 0 18px 38px rgba(28, 76, 69, 0.08);
    transform: translateY(-2px);
}

#page-inner .page-inner-ir__archive-year {
    flex-shrink: 0;
    min-width: 62px;
    font-family: "TT Hoves Pro Trial";
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #1C4C45;
}

#page-inner .page-inner-ir__archive-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

#page-inner .page-inner-ir__archive-title {
    font-family: "TT Hoves Pro Trial";
    font-size: 18px;
    font-weight: 600;
    color: #1C4C45;
}

#page-inner .page-inner-ir__archive-meta {
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    line-height: 1.45;
    color: rgba(76, 66, 54, 0.75);
}

#page-inner .page-inner-ir__archive-arrow {
    flex-shrink: 0;
    font-size: 22px;
    color: #BC9C6A;
    transition: transform 0.25s ease;
}

#page-inner .page-inner-ir__archive-item:hover .page-inner-ir__archive-arrow {
    transform: translateX(4px);
}

/* Detay sayfası — geri dön linki */
#page-inner .page-inner__back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-family: "TT Hoves Pro Trial";
    font-size: 14px;
    font-weight: 600;
    color: #1C4C45;
    text-decoration: none;
    transition: color 0.2s ease;
}

#page-inner .page-inner__back-link:hover {
    color: #BC9C6A;
}

/* Genel Kurul timeline */
#page-inner .page-inner-ir__timeline {
    position: relative;
    margin: 8px 0 24px;
    padding-left: 28px;
}

#page-inner .page-inner-ir__timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #E7E1D3;
}

#page-inner .page-inner-ir__timeline-item {
    position: relative;
    padding: 0 0 24px;
}

#page-inner .page-inner-ir__timeline-item:last-child {
    padding-bottom: 0;
}

#page-inner .page-inner-ir__timeline-item::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #BC9C6A;
}

#page-inner .page-inner-ir__timeline-item--past::before {
    background: #BC9C6A;
}

#page-inner .page-inner-ir__timeline-year {
    display: inline-block;
    margin-right: 12px;
    color: #1C4C45;
    font-size: 18px;
    font-weight: 600;
}

#page-inner .page-inner-ir__timeline-status {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(28, 76, 69, 0.1);
    color: #1C4C45;
}

#page-inner .page-inner-ir__timeline-meta {
    display: block;
    margin: 4px 0 10px;
    color: #8A8176;
    font-size: 13px;
}

#page-inner .page-inner-ir__timeline-docs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#page-inner .page-inner-ir__timeline-doc {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #E7E1D3;
    color: #1C4C45;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

#page-inner .page-inner-ir__timeline-doc:hover {
    border-color: #BC9C6A;
    color: #BC9C6A;
}

#page-inner .page-inner-ir__timeline-doc::before {
    content: "↓";
    margin-right: 6px;
    font-weight: 700;
}

/* KAP duyuru listesi */
#page-inner .page-inner-ir__disclosure-list {
    margin: 8px 0 20px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #E7E1D3;
}

#page-inner .page-inner-ir__disclosure-item {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 14px 4px;
    border-bottom: 1px solid #E7E1D3;
}

#page-inner .page-inner-ir__disclosure-date {
    color: #BC9C6A;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

#page-inner .page-inner-ir__disclosure-title {
    color: #2A2418;
    font-size: 14px;
    line-height: 1.5;
}

#page-inner .page-inner-ir__disclosure-link {
    color: #1C4C45;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

#page-inner .page-inner-ir__disclosure-link:hover {
    color: #BC9C6A;
}

#page-inner .page-inner-ir__disclosure-link::after {
    content: " →";
}

/* Politika icon grid */
#page-inner .page-inner-ir__policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 8px 0 24px;
}

#page-inner .page-inner-ir__policy-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 16px;
    background: #FBF8F4;
    border: 1px solid #E7E1D3;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#page-inner .page-inner-ir__policy-card:hover {
    border-color: #BC9C6A;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(28, 76, 69, 0.06);
}

#page-inner .page-inner-ir__policy-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(28, 76, 69, 0.08);
    color: #1C4C45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

#page-inner .page-inner-ir__policy-body {
    min-width: 0;
}

#page-inner .page-inner-ir__policy-title {
    display: block;
    color: #1C4C45;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 2px;
}

#page-inner .page-inner-ir__policy-meta {
    display: block;
    color: #8A8176;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Hızlı bilgi kartları (Şirket Bilgileri) */
#page-inner .page-inner-ir__quickstats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 24px;
}

#page-inner .page-inner-ir__quickstat {
    padding: 18px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #142B47 0%, #1C3C5C 100%);
    color: #fff;
}

#page-inner .page-inner-ir__quickstat:nth-child(2) {
    background: linear-gradient(135deg, #5B6470 0%, #7d8794 100%);
}

#page-inner .page-inner-ir__quickstat:nth-child(3) {
    background: linear-gradient(135deg, #142B47 0%, #1C3C5C 100%);
}

#page-inner .page-inner-ir__quickstat-label {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#page-inner .page-inner-ir__quickstat-value {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

/* Birleşme süreci adımları */
#page-inner .page-inner-ir__process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 8px 0 24px;
}

#page-inner .page-inner-ir__process-step {
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #E7E1D3;
}

#page-inner .page-inner-ir__process-step--done {
    background: rgba(28, 76, 69, 0.06);
    border-color: rgba(28, 76, 69, 0.2);
}

#page-inner .page-inner-ir__process-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #BC9C6A;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

#page-inner .page-inner-ir__process-step--done .page-inner-ir__process-num {
    background: #1C4C45;
}

#page-inner .page-inner-ir__process-title {
    display: block;
    color: #1C4C45;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

/* Tablet ve mobile */
@media (max-width: 991px) {
    #page-inner .page-inner-ir__layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #page-inner .page-inner-ir__sidebar {
        position: static;
        margin-bottom: 24px;
    }

    #page-inner .page-inner-ir__sidebar-label,
    #page-inner .page-inner-ir__sidebar-nav {
        display: none;
    }

    #page-inner .page-inner-ir__mobile-nav {
        display: block;
    }

    #page-inner .page-inner-ir__board-grid,
    #page-inner .page-inner-ir__committee-grid,
    #page-inner .page-inner-ir__policy-grid {
        grid-template-columns: 1fr;
    }

    #page-inner .page-inner-ir__quickstats {
        grid-template-columns: 1fr;
    }

    #page-inner .page-inner-ir__process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    #page-inner .page-inner-ir__disclosure-item {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 4px;
    }

    #page-inner .page-inner-ir__disclosure-link {
        justify-self: start;
    }

    #page-inner .page-inner-ir__process {
        grid-template-columns: 1fr;
    }

    #page-inner .page-inner-ir__tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #page-inner .page-inner-ir__tab {
        white-space: nowrap;
    }
}

/* Ara başlık (alt bölüm) — Sermaye ve Ortaklık Yapısı gibi kırılımlar */
#page-inner .page-inner__minheading {
    margin: 18px 0 8px;
    font-size: 15px;
    font-weight: 600;
    color: #2A2418;
    letter-spacing: 0.02em;
}

#page-inner .page-inner-ir__section-note {
    color: #6E6455;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 720px;
}

/* Sıkça Sorulan Sorular — akordiyon */
#page-inner .page-inner-ir__faq {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 8px 0 28px;
}

#page-inner .page-inner-ir__faq-item {
    border: 1px solid #E7E1D3;
    border-radius: 16px;
    background: #FBF8F4;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#page-inner .page-inner-ir__faq-item[open] {
    border-color: #BC9C6A;
    box-shadow: 0 12px 24px rgba(28, 76, 69, 0.06);
}

#page-inner .page-inner-ir__faq-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    color: #1C4C45;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    list-style: none;
}

#page-inner .page-inner-ir__faq-question::-webkit-details-marker {
    display: none;
}

#page-inner .page-inner-ir__faq-icon {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(28, 76, 69, 0.08);
    margin-top: 1px;
}

#page-inner .page-inner-ir__faq-icon::before,
#page-inner .page-inner-ir__faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #1C4C45;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

#page-inner .page-inner-ir__faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#page-inner .page-inner-ir__faq-item[open] .page-inner-ir__faq-icon::after {
    opacity: 0;
}

#page-inner .page-inner-ir__faq-answer {
    padding: 0 20px 18px;
    border-top: 1px solid #E7E1D3;
}

#page-inner .page-inner-ir__faq-answer p {
    color: #4C4236;
    font-size: 14px;
    line-height: 1.75;
    margin: 14px 0 0;
}

#page-inner .page-inner-ir__faq-link {
    color: #1C4C45;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-bottom: 1px solid rgba(28, 76, 69, 0.3);
}

#page-inner .page-inner-ir__faq-link:hover {
    color: #BC9C6A;
    border-bottom-color: #BC9C6A;
}

#page-inner .page-inner-ir__faq-contact {
    padding: 20px;
    border-radius: 16px;
    background: rgba(28, 76, 69, 0.05);
    border: 1px solid #E7E1D3;
}

#page-inner .page-inner-ir__faq-contact p {
    color: #4C4236;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

#page-inner .page-inner-ir__faq-contact p + p {
    margin-top: 8px;
}

#page-inner .page-inner-ir__faq-contact a {
    color: #1C4C45;
    font-weight: 600;
    text-decoration: none;
}

#page-inner .page-inner-ir__faq-contact a:hover {
    color: #BC9C6A;
}

@media (max-width: 640px) {
    #page-inner .page-inner-ir__faq-question {
        padding: 16px;
        font-size: 14px;
    }

    #page-inner .page-inner-ir__faq-answer {
        padding: 0 16px 16px;
    }
}
