/* ============================================================
   BAĞIMSIZ İŞ ORTAKLIĞI PROGRAMI — /{dil}/bagimsiz-is-ortakligi/
   v358 mockup'ındaki "Bağımsız İş Ortaklığı" sayfası.
   Tüm kurallar .co-ort altına izole edilmiştir; başka hiçbir
   sayfayı etkilemez (sayfaya özel CSS, sadece bu sayfada yüklenir).
   ============================================================ */

.co-ort {
    /* Anasayfa kategori bölümüyle aynı geometrik sans yığını */
    font-family: Futura, "Futura PT", "Avenir Next", Avenir, "Century Gothic", "Tw Cen MT", Arial, sans-serif;
    color: #F3EDE5;
    /* mockup :root değişkenleri — .co-ort'a kapsanmış hâli */
    --coort-paper: #f4f1eb;
    --coort-ink: #25221f;
    --coort-muted: #6e675e;
    --coort-line: rgba(37, 34, 31, .14);
    --coort-dark: #171716;
}

/* ============================================================
   A) GİRİŞ (TEASER) SAYFASI — /{dil}/bagimsiz-is-ortakligi/
   Kaynak: bagimsiz-is-ortakligi_v358.html
   <style id="v339-membership-card-style"> + <style id="v357-partnership-teaser">
   Mockup sınıf adları korundu, seçiciler .co-ort altına kapsandı.
   ============================================================ */
.co-ort .membership-entry {
    padding: 38px 5vw 0;
    background: #fff;
}
.co-ort .membership-card {
    position: relative;
    isolation: isolate;
    max-width: 1500px;
    margin: 0 auto;
    padding: 42px 46px;
    border-radius: 30px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr) 250px;
    align-items: center;
    gap: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(197, 103, 57, .40), transparent 30%),
        linear-gradient(118deg, #151b1a 0%, #25302e 60%, #3b2b24 100%);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 28px 70px rgba(28, 31, 29, .18);
}
.co-ort .membership-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 310px;
    height: 310px;
    right: -105px;
    top: -165px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(255, 255, 255, .025), 0 0 0 92px rgba(255, 255, 255, .018);
    pointer-events: none;
}
.co-ort .membership-first-step {
    width: 112px;
    min-height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgba(239, 205, 172, .48);
    background: rgba(255, 255, 255, .07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}
.co-ort .membership-first-step strong {
    font-size: 15px;
    line-height: 1;
    letter-spacing: .13em;
    font-weight: 600;
}
.co-ort .membership-first-step span {
    font-size: 9px;
    line-height: 1;
    letter-spacing: .18em;
    color: #e7c19f;
}
.co-ort .membership-copy > small {
    display: block;
    margin-bottom: 12px;
    color: #e5b389;
    font-size: 10px;
    letter-spacing: .19em;
}
.co-ort .membership-copy h1 {
    margin: 0 0 12px;
    max-width: 760px;
    color: #fff;
    font-family: inherit;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.02;
    letter-spacing: -.04em;
    font-weight: 500;
    text-transform: none;
}
.co-ort .membership-copy p {
    max-width: 850px;
    margin: 0;
    color: #d8dedb;
    font-size: 14px;
    line-height: 1.66;
}
.co-ort .membership-benefits {
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.co-ort .membership-benefits span {
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .055);
    color: #edf0ee;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .045em;
}
.co-ort .membership-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}
.co-ort .membership-action a {
    min-height: 62px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #f4eee6;
    color: #19211f;
    border: 1px solid #f4eee6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .19);
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}
.co-ort .membership-action a:hover {
    transform: translateY(-3px);
    background: #c7693d;
    border-color: #c7693d;
    color: #fff;
    text-decoration: none;
}
.co-ort .membership-action a b {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
}
.co-ort .membership-action small {
    color: #c5ceca;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

/* Teaser modu — kart tam genişlik koyu banda dönüşür.
   Mockup'ta calc(100vh - 114px) kendi header'ına göreydi;
   bu sitenin topbar+header yüksekliği ~150px. */
.co-ort.teaser-only-v357 { background: #151b1a; }
.co-ort.teaser-only-v357 .membership-entry { padding: 0; background: #151b1a; }
.co-ort.teaser-only-v357 .membership-card {
    max-width: none;
    min-height: calc(100vh - 150px);
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: clamp(54px, 7vw, 112px) 6vw;
    grid-template-columns: 150px minmax(0, 1fr) minmax(250px, 320px);
    background:
        radial-gradient(circle at 88% 10%, rgba(197, 103, 57, .46), transparent 30%),
        radial-gradient(circle at 8% 88%, rgba(194, 155, 91, .16), transparent 28%),
        linear-gradient(118deg, #111716 0%, #24302d 58%, #3b2922 100%);
    box-shadow: none;
}
.co-ort.teaser-only-v357 .membership-first-step { width: 132px; min-height: 132px; }
.co-ort.teaser-only-v357 .membership-copy h1 {
    max-width: 860px;
    font-size: clamp(44px, 5vw, 78px);
    line-height: .97;
}
.co-ort.teaser-only-v357 .membership-copy p { max-width: 900px; font-size: 16px; line-height: 1.8; }
.co-ort.teaser-only-v357 .membership-action a { min-height: 72px; font-size: 14px; }

@media (max-width: 1120px) {
    .co-ort .membership-card { grid-template-columns: 112px minmax(0, 1fr); gap: 28px; }
    .co-ort .membership-action { grid-column: 2; width: min(100%, 360px); }
    .co-ort.teaser-only-v357 .membership-card { grid-template-columns: 112px minmax(0, 1fr); }
    .co-ort.teaser-only-v357 .membership-action { grid-column: 2; }
}
@media (max-width: 720px) {
    .co-ort .membership-entry { padding: 22px 20px 0; }
    .co-ort .membership-card {
        padding: 30px 24px;
        border-radius: 24px;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .co-ort .membership-first-step { width: 92px; min-height: 92px; }
    .co-ort .membership-action { grid-column: 1; width: 100%; }
    .co-ort .membership-benefits { display: grid; grid-template-columns: 1fr; }
    .co-ort.teaser-only-v357 .membership-card {
        min-height: calc(100vh - 130px);
        padding: 48px 24px;
        grid-template-columns: 1fr;
    }
    .co-ort.teaser-only-v357 .membership-action { grid-column: 1; }
    .co-ort.teaser-only-v357 .membership-copy h1 { font-size: 42px; }
}

/* ============================================================
   PROGRAM SAYFASI — v358 mockup'ının bölümleri birebir port.
   Kaynak: bagimsiz-is-ortakligi_v358 <style> blokları
   (v357-membership-programs + taban stil).
   Mockup'taki sınıf adları korundu, tüm seçiciler .co-ort
   altına kapsandı (generic .intro/.steps/.faq/details adlarının
   site CSS'iyle çakışmaması için).
   ============================================================ */

/* ---------- 1) Program hero + Bronz/Gold/Black kartları ---------- */
.co-ort .program-hero-v357 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(62px, 7vw, 112px) 5vw 92px;
    background:
        radial-gradient(circle at 82% 7%, rgba(194, 151, 82, .20), transparent 29%),
        radial-gradient(circle at 4% 94%, rgba(130, 76, 53, .17), transparent 30%),
        linear-gradient(132deg, #111616 0%, #20201e 53%, #2c211c 100%);
    color: #f6f1e9;
}
.co-ort .program-hero-v357:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: repeating-linear-gradient(118deg, transparent 0 96px, rgba(255, 255, 255, .018) 97px, transparent 98px 194px);
}
.co-ort .program-intro-v357 {
    max-width: 1500px;
    margin: 0 auto 42px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
    gap: 42px;
    align-items: end;
}
.co-ort .program-intro-v357 small {
    display: block;
    margin-bottom: 16px;
    color: #d6ab72;
    font-size: 11px;
    letter-spacing: .2em;
}
.co-ort .program-intro-v357 h1 {
    max-width: 920px;
    margin: 0;
    color: #f6f1e9;
    font-family: inherit;
    font-size: clamp(48px, 5.8vw, 88px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.055em;
    text-transform: none;
}
.co-ort .program-intro-v357 h1 span { color: #d3aa71; }
.co-ort .program-intro-v357 p {
    margin: 0;
    color: #d5d0c8;
    font-size: 15px;
    line-height: 1.8;
}
/* hero sağ kolonundaki iki eylem düğmesi (v376) */
.co-ort .program-actions-v376 {
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 390px;
    justify-self: end;
}
.co-ort .program-action-v376 {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 21px;
    border: 1px solid #d3aa71;
    color: #151715;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .095em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}
.co-ort .program-action-v376:first-child { background: #d3aa71; }
.co-ort .program-action-v376:last-child {
    background: rgba(255, 255, 255, .045);
    color: #f6f1e9;
    border-color: rgba(255, 255, 255, .32);
}
.co-ort .program-action-v376:hover {
    transform: translateY(-2px);
    background: #f6f1e9;
    border-color: #f6f1e9;
    color: #151715;
    text-decoration: none;
}
.co-ort .program-action-v376 b { font-size: 18px; font-weight: 400; }
/* bölüm üstü kırmızı-çizgili küçük etiket */
.co-ort .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    font-size: 11px;
    letter-spacing: .19em;
    color: #756a5f;
}
.co-ort .eyebrow:before {
    content: "";
    width: 34px;
    height: 1px;
    background: #9b7852;
}
.co-ort .program-grid-v357 {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.co-ort .program-card-v357 {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 690px;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 30px 75px rgba(0, 0, 0, .24);
    backdrop-filter: blur(10px);
}
.co-ort .program-card-v357.silver-v357 {
    --accent: #b96d42;
    --ink: #241006;
    --card-print: #4f220d;
    --card-print-hi: rgba(255, 224, 194, .48);
    --card-print-lo: rgba(55, 16, 3, .82);
}
.co-ort .program-card-v357.gold-v357 {
    --accent: #d2a34f;
    --ink: #21180b;
    --card-print: #5b3605;
    --card-print-hi: rgba(255, 235, 174, .48);
    --card-print-lo: rgba(61, 31, 2, .84);
}
.co-ort .program-card-v357.platinium-v357 {
    --accent: #bfc1c1;
    --ink: #11191a;
    --card-print: #050505;
    --card-print-hi: rgba(255, 255, 255, .28);
    --card-print-lo: rgba(0, 0, 0, .94);
}
.co-ort .program-card-visual-v357 {
    position: relative;
    padding: 22px 22px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), transparent);
}
.co-ort .program-card-visual-v357 img {
    display: block;
    width: 100%;
    aspect-ratio: 1.947 / 1;
    object-fit: contain;
    clip-path: inset(1.8% 1.2% round 6%);
    transform: scale(1.026, 1.065);
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .34));
}
/* Kart fotoğrafı (assets/field-marketing-v361/*.png) projede yok;
   yerine aynı ölçüde CSS ile çizilen metalik yüzey kullanılıyor.
   PNG'ler eklenince bu blok <img> ile değiştirilebilir. */
.co-ort .program-card-surface-v357 {
    position: relative;
    width: 100%;
    aspect-ratio: 1.947 / 1;
    border-radius: 14px;
    overflow: hidden;
    filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .34));
}
.co-ort .silver-v357 .program-card-surface-v357 {
    background:
        radial-gradient(circle at 74% 50%, rgba(255, 233, 208, .34) 0 16%, rgba(90, 44, 14, .34) 17% 21%, transparent 22%),
        linear-gradient(128deg, #e3ad7c 0%, #a2602e 40%, #d99f68 62%, #7f4620 100%);
}
.co-ort .gold-v357 .program-card-surface-v357 {
    background:
        radial-gradient(circle at 74% 50%, rgba(255, 245, 205, .40) 0 16%, rgba(103, 72, 16, .36) 17% 21%, transparent 22%),
        linear-gradient(128deg, #f2dc9f 0%, #b6883a 42%, #eccb7c 64%, #8f671f 100%);
}
.co-ort .platinium-v357 .program-card-surface-v357 {
    background:
        radial-gradient(circle at 74% 50%, rgba(226, 228, 234, .22) 0 16%, rgba(0, 0, 0, .60) 17% 21%, transparent 22%),
        linear-gradient(128deg, #3b3b3e 0%, #131315 44%, #2e2e31 68%, #08080a 100%);
}
.co-ort .program-card-surface-v357::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(116deg, transparent 0 23px, rgba(255, 255, 255, .10) 24px, transparent 25px 50px);
}
.co-ort .program-card-print-v361 {
    position: absolute;
    left: 10.2%;
    top: 46%;
    width: 53%;
    transform: translateY(-50%);
    color: var(--card-print);
    -webkit-text-fill-color: var(--card-print);
    text-shadow: 0 1px 0 var(--card-print-hi), 0 -1px 0 var(--card-print-lo), 0 2px 3px rgba(0, 0, 0, .14);
    text-transform: uppercase;
    pointer-events: none;
}
.co-ort .program-card-print-v361 strong {
    display: block;
    font-size: clamp(28px, 2.45vw, 39px);
    line-height: .9;
    letter-spacing: .075em;
}
.co-ort .program-card-print-v361 span {
    display: block;
    margin-top: 12px;
    max-width: 245px;
    font-size: 6.5px;
    line-height: 1.45;
    letter-spacing: .07em;
}
.co-ort .program-card-body-v357 {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 28px 30px;
}
.co-ort .program-card-head-v357 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.co-ort .program-card-head-v357 h2 {
    margin: 0;
    color: #f6f1e9;
    font-family: inherit;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.035em;
    text-transform: none;
}
.co-ort .program-rate-v357 {
    min-width: 112px;
    padding: 13px 14px;
    text-align: center;
    background: var(--accent);
    color: var(--ink);
}
.co-ort .program-rate-v357 strong { display: block; font-size: 36px; line-height: .9; }
.co-ort .program-rate-v357 span {
    display: block;
    margin-top: 6px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
}
.co-ort .program-card-body-v357 > p {
    min-height: 68px;
    margin: 21px 0;
    color: #d2cec7;
    font-size: 13px;
    line-height: 1.7;
}
.co-ort .program-card-body-v357 ul {
    display: grid;
    gap: 0;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.co-ort .program-card-body-v357 li {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: #f0ebe4;
    font-size: 12px;
    line-height: 1.5;
}
.co-ort .program-card-body-v357 li:before {
    content: "\2197";
    margin-right: 10px;
    color: var(--accent);
}
.co-ort .program-card-body-v357 a {
    margin-top: auto;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    text-decoration: none;
    transition: .25s ease;
}
.co-ort .program-card-body-v357 a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--ink);
    text-decoration: none;
}
.co-ort .program-legal-v357 {
    max-width: 1500px;
    margin: 20px auto 0;
    color: #9f9991;
    font-size: 10px;
    line-height: 1.6;
}

/* ---------- 2) "Maaşa değil..." tanıtım bandı ---------- */
.co-ort .intro {
    padding: 96px 5vw 88px;
    background: #fff;
    color: var(--coort-ink);
}
.co-ort .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
    gap: 70px;
    align-items: end;
    max-width: 1500px;
    margin: 0 auto 52px;
}
.co-ort .section-heading small {
    display: block;
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: .19em;
    color: #8b7b6d;
}
.co-ort .section-heading h2 {
    margin: 0;
    color: var(--coort-ink);
    font-family: inherit;
    font-size: clamp(42px, 5vw, 76px);
    line-height: .95;
    letter-spacing: -.055em;
    font-weight: 500;
    text-transform: none;
}
.co-ort .section-heading p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--coort-muted);
}
.co-ort .no-employment {
    max-width: 1500px;
    margin: 0 auto;
    padding: 28px 32px;
    border: 1px solid #d9cfc1;
    background: #f5f0e9;
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 30px;
    align-items: center;
}
.co-ort .no-employment strong {
    font-size: 13px;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #7d5d43;
}
.co-ort .no-employment p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5f574f;
}

/* ---------- 3) Üç seviye ---------- */
.co-ort .tiers {
    padding: 96px 5vw 104px;
    background: var(--coort-dark);
    color: #f5f2ed;
}
.co-ort .tiers-head {
    max-width: 1500px;
    margin: 0 auto 44px;
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: end;
}
.co-ort .tiers-head h2 {
    margin: 0;
    color: #f5f2ed;
    font-family: inherit;
    font-size: clamp(42px, 4.8vw, 72px);
    line-height: .96;
    letter-spacing: -.05em;
    font-weight: 500;
    text-transform: none;
}
.co-ort .tiers-head p {
    max-width: 520px;
    margin: 0;
    color: #bcb6ae;
    line-height: 1.65;
    font-size: 15px;
}
.co-ort .tier-grid {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.co-ort .tier-panel {
    min-height: 480px;
    padding: 34px 32px 30px;
    border: 1px solid rgba(255, 255, 255, .13);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.co-ort .tier-panel.silver    { background: linear-gradient(155deg, #323332, #202120); color: #dfe1df; }
.co-ort .tier-panel.gold      { background: linear-gradient(155deg, #3d2f19, #211d16); color: #d5b46f; }
.co-ort .tier-panel.platinum  { background: linear-gradient(155deg, #293336, #191e20); color: #d4dfe1; }
.co-ort .tier-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
}
.co-ort .tier-name { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.co-ort .tier-number { font-size: 11px; opacity: .65; }
.co-ort .tier-level {
    margin: 54px 0 25px;
    font-size: 84px;
    line-height: .85;
    letter-spacing: -.06em;
}
.co-ort .tier-panel h3 {
    margin: 0 0 16px;
    color: #fff;
    font-family: inherit;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.02em;
    text-transform: none;
}
.co-ort .tier-panel p {
    margin: 0;
    color: #c5c0b8;
    font-size: 14px;
    line-height: 1.65;
    max-width: 360px;
}
.co-ort .tier-panel ul {
    list-style: none;
    padding: 0;
    margin: auto 0 0;
    color: #e7e2da;
    font-size: 12px;
    line-height: 1.5;
}
.co-ort .tier-panel li {
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
    display: flex;
    gap: 10px;
}
.co-ort .tier-panel li:before { content: "\2022"; color: currentColor; }

/* ---------- 4) Yönlendirin veya yönetin ---------- */
.co-ort .paths { padding: 100px 5vw; background: #eee8de; color: var(--coort-ink); }
.co-ort .paths-wrap {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 75px;
}
.co-ort .paths-copy h2 {
    margin: 0;
    color: var(--coort-ink);
    font-family: inherit;
    font-size: clamp(42px, 4.8vw, 70px);
    line-height: .96;
    letter-spacing: -.05em;
    font-weight: 500;
    text-transform: none;
}
.co-ort .paths-copy p {
    margin: 24px 0 0;
    color: var(--coort-muted);
    font-size: 16px;
    line-height: 1.7;
}
.co-ort .path-list { display: grid; gap: 16px; }
.co-ort .path-card {
    background: #fff;
    border: 1px solid rgba(37, 34, 31, .11);
    padding: 30px 32px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
}
.co-ort .path-index {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid #9d8065;
    border-radius: 50%;
    font-size: 12px;
    color: #7f6045;
}
.co-ort .path-card h3 {
    margin: 0 0 9px;
    color: var(--coort-ink);
    font-family: inherit;
    font-size: 25px;
    font-weight: 500;
    text-transform: none;
}
.co-ort .path-card p {
    margin: 0;
    color: var(--coort-muted);
    font-size: 14px;
    line-height: 1.65;
}

/* ---------- 5) Örnek senaryo ---------- */
.co-ort .scenario { padding: 100px 5vw; background: #fff; color: var(--coort-ink); }
.co-ort .scenario-wrap {
    max-width: 1500px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    border: 1px solid var(--coort-line);
}
.co-ort .scenario-copy { padding: 62px 58px; }
.co-ort .scenario-copy small { font-size: 10px; letter-spacing: .19em; color: #8b7a68; }
.co-ort .scenario-copy h2 {
    margin: 18px 0 24px;
    color: var(--coort-ink);
    font-family: inherit;
    font-size: clamp(38px, 4.5vw, 66px);
    line-height: .96;
    letter-spacing: -.05em;
    font-weight: 500;
    text-transform: none;
}
.co-ort .scenario-copy p { margin: 0; color: var(--coort-muted); line-height: 1.72; font-size: 15px; }
.co-ort .scenario-result {
    background: #26221f;
    color: #fff;
    padding: 62px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
}
.co-ort .scenario-result span { font-size: 10px; letter-spacing: .19em; color: #cbbcae; }
.co-ort .scenario-result strong {
    font-size: clamp(58px, 7vw, 100px);
    line-height: .8;
    letter-spacing: -.06em;
    font-weight: 500;
    color: #d4af68;
}
.co-ort .scenario-result p {
    max-width: 420px;
    margin: 20px 0 0;
    color: #d8d2cb;
    line-height: 1.62;
    font-size: 14px;
}

/* ---------- 6) Sistem nasıl işler ---------- */
.co-ort .steps { padding: 100px 5vw; background: var(--coort-paper); color: var(--coort-ink); }
.co-ort .steps-wrap { max-width: 1500px; margin: auto; }
.co-ort .steps h2 {
    margin: 0 0 52px;
    color: var(--coort-ink);
    font-family: inherit;
    font-size: clamp(42px, 4.8vw, 70px);
    letter-spacing: -.05em;
    font-weight: 500;
    text-transform: none;
}
.co-ort .step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--coort-line);
}
.co-ort .step {
    padding: 28px 30px 0 0;
    min-height: 230px;
    border-right: 1px solid var(--coort-line);
    margin-right: 28px;
}
.co-ort .step:last-child { border-right: 0; }
.co-ort .step b { font-size: 12px; color: #9c7a5d; letter-spacing: .16em; }
.co-ort .step h3 {
    margin: 24px 0 13px;
    color: var(--coort-ink);
    font-family: inherit;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
}
.co-ort .step p { margin: 0; color: var(--coort-muted); font-size: 13px; line-height: 1.65; }

/* ---------- 7) Sık sorulanlar ---------- */
.co-ort .faq { padding: 100px 5vw; background: #fff; color: var(--coort-ink); }
.co-ort .faq-wrap { max-width: 1180px; margin: auto; }
.co-ort .faq h2 {
    margin: 0 0 44px;
    color: var(--coort-ink);
    font-family: inherit;
    font-size: clamp(42px, 4.8vw, 70px);
    letter-spacing: -.05em;
    font-weight: 500;
    text-transform: none;
}
.co-ort details { border-top: 1px solid var(--coort-line); padding: 24px 0; }
.co-ort details:last-child { border-bottom: 1px solid var(--coort-line); }
.co-ort summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    font-size: 19px;
    font-weight: 500;
}
.co-ort summary::-webkit-details-marker { display: none; }
.co-ort summary:after { content: "+"; font-size: 25px; font-weight: 300; color: #8f7258; }
.co-ort details[open] summary:after { content: "\2212"; }
.co-ort details p {
    max-width: 850px;
    margin: 18px 0 0;
    color: var(--coort-muted);
    font-size: 14px;
    line-height: 1.72;
}

/* ---------- 8) Kapanış bandı ---------- */
.co-ort .join {
    padding: 100px 5vw 110px;
    background: #7c5c43;
    color: #fff;
    text-align: center;
}
.co-ort .join small { font-size: 10px; letter-spacing: .2em; color: #e4d4c6; }
.co-ort .join h2 {
    max-width: 980px;
    margin: 22px auto 28px;
    color: #fff;
    font-family: inherit;
    font-size: clamp(48px, 6vw, 88px);
    line-height: .92;
    letter-spacing: -.058em;
    font-weight: 500;
    text-transform: none;
}
.co-ort .join p {
    max-width: 740px;
    margin: 0 auto;
    color: #eadfd6;
    font-size: 16px;
    line-height: 1.65;
}
.co-ort .join-actions {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.co-ort .join a {
    min-height: 54px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    font-size: 12px;
    letter-spacing: .065em;
    text-decoration: none;
}
.co-ort .join a:first-child { background: #fff; color: #5f4431; border-color: #fff; }
.co-ort .join .legal-note {
    max-width: 970px;
    margin: 28px auto 0;
    font-size: 11px;
    color: #d8c7ba;
}

/* ---------- Program sayfası duyarlı davranışı ---------- */
@media (max-width: 1120px) {
    .co-ort .section-heading,
    .co-ort .paths-wrap { grid-template-columns: 1fr; }
    .co-ort .tier-grid { grid-template-columns: 1fr; }
    .co-ort .tier-panel { min-height: 420px; }
    .co-ort .scenario-wrap { grid-template-columns: 1fr; }
    .co-ort .step-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }
    .co-ort .step { border-right: 0; margin: 0; }
}
@media (max-width: 1080px) {
    .co-ort .program-intro-v357 { grid-template-columns: 1fr; }
    .co-ort .program-actions-v376 { max-width: 620px; justify-self: start; }
    .co-ort .program-grid-v357 { grid-template-columns: 1fr; }
    .co-ort .program-card-v357 { min-height: 0; }
    .co-ort .program-card-visual-v357 img { max-height: 340px; }
    .co-ort .program-card-body-v357 > p { min-height: 0; }
}
@media (max-width: 720px) {
    .co-ort .intro,
    .co-ort .tiers,
    .co-ort .paths,
    .co-ort .scenario,
    .co-ort .steps,
    .co-ort .faq,
    .co-ort .join { padding: 70px 20px; }
    .co-ort .section-heading { gap: 28px; margin-bottom: 35px; }
    .co-ort .section-heading h2,
    .co-ort .tiers-head h2,
    .co-ort .paths-copy h2,
    .co-ort .steps h2,
    .co-ort .faq h2 { font-size: 42px; }
    .co-ort .no-employment { grid-template-columns: 1fr; padding: 23px; }
    .co-ort .tiers-head { display: block; }
    .co-ort .tiers-head p { margin-top: 18px; }
    .co-ort .tier-panel { padding: 28px 24px; min-height: 430px; }
    .co-ort .tier-level { font-size: 70px; }
    .co-ort .path-card { grid-template-columns: 45px 1fr; padding: 24px 20px; gap: 15px; }
    .co-ort .path-index { width: 40px; height: 40px; }
    .co-ort .scenario-copy,
    .co-ort .scenario-result { padding: 42px 28px; }
    .co-ort .scenario-result { min-height: 360px; }
    .co-ort .step-grid { grid-template-columns: 1fr; }
    .co-ort .step { min-height: auto; padding: 24px 0; }
    .co-ort .join h2 { font-size: 48px; }
}
@media (max-width: 620px) {
    .co-ort .program-hero-v357 { padding: 52px 20px 62px; }
    .co-ort .program-intro-v357 h1 { font-size: 48px; }
    .co-ort .program-action-v376 { min-height: 54px; padding: 0 17px; font-size: 10px; }
    .co-ort .program-card-body-v357 { padding: 22px; }
    .co-ort .program-card-head-v357 h2 { font-size: 28px; }
    .co-ort .program-rate-v357 { min-width: 96px; }
    .co-ort .program-rate-v357 strong { font-size: 31px; }
}
