/* ==========================================================================
   Anasayfa

   Tema bloklari (rbt-*) yerine sayfanin kendi olcek ve renk sistemi.
   site-refresh.css'ten SONRA yukleniyor.

   Olcek : bolum arasi 96px, ic bosluklar 8'in katlari
   Renk  : murekkep #12122b, indigo #4318FF, kum #FBF7F0, cizgi #ececf1
   ========================================================================== */

.tm-hero,
.tm-trust,
.tm-steps,
.tm-why,
.tm-split,
.tm-pro,
.tm-voices {
    --tm-sand: #fbf8f3;
    --tm-deep: #1e1e38;
}

/* --- Ortak parcalar -------------------------------------------------------- */
.tm-kicker {
    color: var(--tm-indigo);
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.tm-kicker--light {
    color: #b6a6ff;
}

.tm-section-title {
    color: var(--tm-deep);
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0;
}

.tm-section-title em {
    color: var(--tm-indigo);
    font-style: normal;
}

.tm-section-head {
    margin-bottom: 44px;
    max-width: 620px;
}

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

.tm-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    line-height: 1;
    padding: 15px 26px;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

.tm-btn--solid {
    background: var(--tm-indigo);
    box-shadow: 0 14px 30px -18px rgba(91, 75, 224, .55);
    color: #fff;
}

.tm-btn--solid:hover {
    background: var(--tm-indigo-dark);
    color: #fff;
}

.tm-btn--quiet {
    border: 1px solid var(--tm-line);
    color: var(--tm-deep);
}

.tm-btn--quiet:hover {
    background: rgba(91, 75, 224, .06);
    border-color: rgba(91, 75, 224, .3);
    color: var(--tm-indigo);
}

.tm-btn--light {
    background: #fff;
    color: var(--tm-deep);
}

.tm-btn--light:hover {
    background: #ece8ff;
    color: var(--tm-deep);
}

/* --- Hero ------------------------------------------------------------------
   Ust menu position:absolute; 82px'lik bar icin ust bosluk birakiliyor.
   ---------------------------------------------------------------------------- */
/* Adalarin uzerinde yuzdugu yuzey: beyaz zeminde bar ile sayfa ayni renkti,
   uc ada tek parca gibi okunuyordu. */
.tm-hero {
    background: linear-gradient(180deg, #f4f2ff 0%, #faf9ff 46%, #fff 100%);
    /* overflow:hidden secicinin acilir listesini kesiyordu; yatay tasma
       kesilmeye devam ediyor, dikey acilis disari cikabiliyor. */
    overflow: visible;
    overflow-x: clip;
    padding: 136px 0 84px;
    position: relative;
}

.tm-hero::before {
    /* Sert renk lekeleri yerine genis, dusuk yogunluklu iki isik. */
    background:
        radial-gradient(900px 520px at 86% -18%, rgba(124, 108, 240, .16), transparent 70%),
        radial-gradient(680px 420px at -8% 112%, rgba(120, 200, 190, .12), transparent 72%),
        radial-gradient(rgba(91, 75, 224, .10) 1px, transparent 1px);
    background-size: auto, auto, 26px 26px;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.tm-hero__grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    position: relative;
    z-index: 1;
}

.tm-hero__eyebrow {
    background: rgba(91, 75, 224, .08);
    border-radius: 999px;
    color: var(--tm-indigo);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
    padding: 8px 16px;
}

.tm-hero__title {
    color: var(--tm-deep);
    font-size: clamp(36px, 4.1vw, 54px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.06;
    margin: 0 0 22px;
}

/* Marka kelimesinin altinda yumusak bir vurgu izi: duz renkli kelimeden
   daha sicak, elle cizilmis hissi. */
.tm-hero__title em {
    color: var(--tm-indigo);
    font-style: normal;
    position: relative;
    white-space: nowrap;
}

.tm-hero__title em::after {
    background: linear-gradient(90deg, rgba(91, 75, 224, .22), rgba(120, 200, 190, .30));
    border-radius: 999px;
    bottom: .08em;
    content: '';
    height: .16em;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.tm-hero__lead {
    color: var(--tm-muted);
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 32px;
    max-width: 30em;
}

.tm-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Terapi secici: tek satir, hedef sayfaya dogrudan gidiyor. */
/* --- Terapi secici -----------------------------------------------------------
   Once hero'nun sagindaki dort kart, sonra uzun etiketli haplar (iki satira
   kiriliyordu), sonra bes kucuk kart: hicbiri ne sordugunu soylemiyordu.
   Artik cumlenin kendisi soruyor, tur cumlenin icinden seciliyor.
   ------------------------------------------------------------------------------ */
.tm-quest {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(30, 30, 56, .06);
    border-radius: 999px;
    box-shadow: 0 22px 48px -34px rgba(30, 30, 56, .45);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    max-width: 620px;
    padding: 10px 10px 10px 20px;
}

.tm-quest__icon {
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 17px;
}

.tm-quest__field {
    position: relative;
}

.tm-quest__trigger {
    align-items: center;
    background: var(--tm-indigo-soft);
    border: 0;
    border-radius: 999px;
    color: var(--tm-indigo);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    padding: 11px 16px;
    transition: background-color .16s ease;
}

.tm-quest__trigger:hover {
    background: #e6e2fb;
}

.tm-quest__trigger i {
    font-size: 15px;
    transition: transform .18s ease;
}

.tm-quest__trigger[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.tm-quest__tail {
    color: var(--tm-deep);
    font-size: 15px;
}

.tm-quest__go {
    align-items: center;
    background: var(--tm-indigo);
    border-radius: 999px;
    box-shadow: 0 14px 28px -18px rgba(91, 75, 224, .8);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    margin-left: auto;
    padding: 12px 22px;
    transition: background-color .16s ease, gap .16s ease;
}

.tm-quest__go:hover {
    background: var(--tm-indigo-dark);
    color: #fff;
    gap: 12px;
}

/* Acilir liste */
.tm-quest__menu {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 20px;
    box-shadow: 0 30px 64px -36px rgba(30, 30, 56, .5);
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 12px);
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease;
    width: 320px;
    z-index: 20;
}

.tm-quest__menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.tm-quest__option {
    align-items: center;
    border-radius: 14px;
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    transition: background-color .16s ease;
}

.tm-quest__option:hover,
.tm-quest__option[aria-selected="true"] {
    background: #f7f6ff;
}

.tm-quest__dot {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 16px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.tm-quest__dot--lilac { background: #efecfd; color: #5b4be0; }
.tm-quest__dot--rose  { background: #fdeef3; color: #d2699a; }
.tm-quest__dot--sand  { background: #fdf3e6; color: #c08a45; }
.tm-quest__dot--mint  { background: #e7f5f0; color: #2f9c7f; }
.tm-quest__dot--sky   { background: #e9f1fd; color: #4b7fd1; }

.tm-quest__text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    min-width: 0;
}

.tm-quest__text strong {
    color: var(--tm-deep);
    font-size: 15px;
    font-weight: 600;
}

.tm-quest__text span {
    color: var(--tm-muted);
    font-size: 13px;
}

@media (max-width: 575px) {
    .tm-quest {
        border-radius: 24px;
        padding: 16px;
    }

    .tm-quest__go {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .tm-quest__menu {
        width: min(320px, 78vw);
    }
}

/* --- Hero: panel maketi ---------------------------------------------------- */
.tm-hero__panel {
    display: flex;
    justify-content: flex-end;
    padding: 26px 0;
}

.tm-hero__panel {
    position: relative;
}

/* Maketin arkasinda ikinci bir katman: tek duz dikdortgen yerine derinlik. */
.tm-hero__panel::before {
    background: linear-gradient(135deg, rgba(91, 75, 224, .10), rgba(20, 184, 166, .10));
    border-radius: 26px;
    bottom: 22px;
    content: '';
    position: absolute;
    right: -18px;
    top: 22px;
    width: min(420px, 100%);
    z-index: 0;
}

.tm-mock {
    position: relative;
    transform: rotate(-1.2deg);
    transition: transform .3s ease;
    z-index: 1;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    box-shadow: 0 40px 90px -56px rgba(30, 30, 56, .38);
    max-width: 420px;
    overflow: hidden;
    width: 100%;
}

.tm-hero__panel:hover .tm-mock {
    transform: rotate(0deg);
}

.tm-mock__bar {
    align-items: center;
    background: #f7f7fb;
    border-bottom: 1px solid var(--tm-line);
    display: flex;
    gap: 6px;
    padding: 14px 18px;
}

.tm-mock__bar span {
    background: #dcdce6;
    border-radius: 50%;
    height: 9px;
    width: 9px;
}

.tm-mock__body {
    padding: 24px;
}

.tm-mock__kicker {
    color: var(--tm-muted);
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.tm-mock__session {
    align-items: center;
    background: #f7f6ff;
    border: 1px solid #e7e2ff;
    border-radius: 18px;
    display: flex;
    gap: 14px;
    padding: 16px;
}

.tm-mock__avatar {
    align-items: center;
    background: var(--tm-indigo);
    border-radius: 16px;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.tm-mock__meta strong {
    color: var(--tm-deep);
    display: block;
    font-size: 15px;
}

.tm-mock__meta span {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-mock__cta {
    background: var(--tm-indigo);
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 14px;
    padding: 13px;
    text-align: center;
}

.tm-mock__list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.tm-mock__list li {
    align-items: center;
    color: var(--tm-muted);
    display: flex;
    font-size: 14px;
    gap: 10px;
    padding: 9px 0;
}

.tm-mock__list li + li {
    border-top: 1px solid var(--tm-line);
}

.tm-mock__list i {
    color: var(--tm-indigo);
}

/* Maketin etrafinda yuzen iki bildirim: platformun ne yaptigini tek
   bakista anlatiyor, kompozisyona derinlik katiyor. */
.tm-float {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: saturate(180%) blur(10px);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 16px;
    box-shadow: 0 22px 44px -30px rgba(30, 30, 56, .45);
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    position: absolute;
    z-index: 2;
}

/* Kartlar maketin ustune binip "Yaklasan seans" basligini kapatiyordu:
   icerigin uzerine degil, kenarlarina yerlestiler. */
.tm-float--match {
    animation: tm-drift 7s ease-in-out infinite;
    left: -32px;
    top: -22px;
}

.tm-float--message {
    animation: tm-drift 9s ease-in-out infinite reverse;
    bottom: -20px;
    left: -44px;
}

.tm-float__icon {
    align-items: center;
    background: #e8f6f1;
    border-radius: 50%;
    color: #2f9c7f;
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.tm-float__icon--soft {
    background: var(--tm-indigo-soft);
    color: var(--tm-indigo);
}

.tm-float__text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.4;
    color: var(--tm-muted);
}

.tm-float__text strong {
    color: var(--tm-deep);
    font-size: 13px;
}

@keyframes tm-drift {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
    .tm-float {
        animation: none;
    }
}

@media (max-width: 1199px) {
    .tm-float {
        display: none;
    }
}

/* --- Guven seridi ---------------------------------------------------------- */
.tm-trust {
    border-bottom: 1px solid var(--tm-line);
    border-top: 1px solid var(--tm-line);
    padding: 32px 0;
}

.tm-trust .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
}

.tm-trust__label {
    color: var(--tm-muted);
    font-size: 14px;
    max-width: 15em;
}

.tm-trust__logos {
    align-items: center;
    display: flex;
    flex: 1 1 520px;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-trust__logos img {
    filter: grayscale(1);
    max-height: 46px;
    opacity: .55;
    transition: filter .18s ease, opacity .18s ease;
    width: auto;
}

.tm-trust__logos img:hover {
    filter: none;
    opacity: 1;
}

/* --- Adimlar --------------------------------------------------------------- */
.tm-steps {
    padding: 96px 0;
}

.tm-steps__flow {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Kart yerine sutun: ustte ince cizgi, uzerine gelince cizgi indigo doluyor.
   Dort beyaz kart, beyaz zeminde gereksiz cerceve gurultusuydu. */
.tm-step {
    border-top: 2px solid var(--tm-line);
    padding: 24px 24px 0 0;
    position: relative;
    transition: border-color .2s ease;
}

.tm-step::after {
    background: var(--tm-indigo);
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    transition: width .35s ease;
    width: 0;
}

.tm-step:hover {
    border-color: #dcdce6;
}

.tm-step:hover::after {
    width: 100%;
}

.tm-step__num {
    color: var(--tm-indigo);
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 14px;
}

.tm-step__title {
    color: var(--tm-deep);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}

.tm-step__text {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* --- Neden online terapi ---------------------------------------------------
   Kart yerine liste: numara solda sabit, satirlar arasinda tek cizgi.
   ---------------------------------------------------------------------------- */
.tm-why {
    background: var(--tm-sand);
    padding: 96px 0;
}

.tm-why__grid {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.tm-why__intro {
    position: sticky;
    top: 120px;
    align-self: start;
}

.tm-why__intro .tm-section-title {
    margin-bottom: 16px;
}

.tm-why__lead {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.tm-why__list {
    counter-reset: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-why__row {
    border-top: 1px solid #ebe4d8;
    display: grid;
    gap: 24px;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 26px 0;
    transition: padding-left .2s ease;
}

.tm-why__row:last-child {
    border-bottom: 1px solid #ebe4d8;
}

.tm-why__row:hover {
    padding-left: 10px;
}

.tm-why__index {
    color: var(--tm-indigo);
    font-size: 15px;
    font-weight: 700;
    padding-top: 3px;
}

.tm-why__title {
    color: var(--tm-deep);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
}

.tm-why__text {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 46em;
}

/* --- Bireysel terapi -------------------------------------------------------- */
.tm-split {
    padding: 96px 0;
}

.tm-split__grid {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-split__media {
    background: var(--tm-sand);
    border-radius: 24px;
    padding: 32px;
}

.tm-split__media img {
    display: block;
    max-width: 100%;
}

.tm-split__lead {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 20px 0 28px;
}

.tm-split__features {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.tm-split__features li {
    display: flex;
    gap: 16px;
    padding: 14px 0;
}

.tm-split__features li + li {
    border-top: 1px solid var(--tm-line);
}

.tm-split__features strong {
    color: var(--tm-deep);
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.tm-split__features p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.tm-split__icon {
    align-items: center;
    background: rgba(91, 75, 224, .08);
    border-radius: 16px;
    color: var(--tm-indigo);
    display: flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    width: 44px;
}

/* --- Terapistler icin ------------------------------------------------------- */
.tm-pro {
    padding: 96px 0;
}

.tm-pro .container {
    background: #24243f;
    border-radius: 32px;
    padding: 56px;
}

.tm-pro__grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
}

.tm-pro__title {
    color: #fff;
    font-size: clamp(26px, 2.8vw, 34px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin: 0 0 20px;
}

.tm-pro__copy p {
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 14px;
}

.tm-pro__muted {
    color: rgba(255, 255, 255, .55) !important;
    margin-bottom: 28px !important;
}

.tm-pro__media {
    position: relative;
}

.tm-pro__media img {
    border-radius: 24px;
    display: block;
    width: 100%;
}

.tm-pro__play {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--tm-deep);
    display: flex;
    font-size: 20px;
    height: 68px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .18s ease;
    width: 68px;
}

.tm-pro__play:hover {
    color: var(--tm-indigo);
    transform: translate(-50%, -50%) scale(1.06);
}

/* --- Yorumlar --------------------------------------------------------------- */
.tm-voices {
    padding: 0 0 96px;
}

.tm-voices__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Tema blockquote'u kartin icinde ikinci bir kutu ciziyordu: italik metin,
   kendi zemini, kendi dev tirnak isareti. Bastirilip yerine konusan kisi
   one alindi: bas harf rozeti + isim + rol, altinda duz metin. */
.tm-voice {
    border: 1px solid transparent;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 28px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.tm-voice:hover {
    box-shadow: 0 28px 56px -44px rgba(30, 30, 56, .45);
    transform: translateY(-4px);
}

.tm-voice--lilac { background: #f4f2fd; border-color: #ebe7fb; }
.tm-voice--sand  { background: #fdf8f1; border-color: #f6ecdd; }
.tm-voice--mint  { background: #f0f8f5; border-color: #e0f0ea; }

/* Tema figcaption'i ortaliyordu: isim solda, rol altinda hizasiz kaliyordu. */
.tm-voice__who {
    text-align: left;
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.tm-voice__initial {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--tm-indigo);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 17px;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.tm-voice__meta {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    min-width: 0;
}

.tm-voice__meta strong {
    color: var(--tm-deep);
    font-size: 15px;
    font-weight: 600;
}

.tm-voice__meta span {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-voice blockquote {
    background: none;
    border: 0;
    color: var(--tm-deep);
    font-size: 15px;
    font-style: normal;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    quotes: none;
}

.tm-voice blockquote::before,
.tm-voice blockquote::after {
    content: none;
}

.tm-voices__more {
    margin-top: 28px;
    text-align: center;
}

/* --- SSS ------------------------------------------------------------------
   Tema akordeonunda baslik hucresini ikiye bolen bir cizgi, acikken bos
   kalan bir ikon ve kartlar arasi dagilan golgeler vardi. Tek liste:
   sorular ince cizgilerle ayriliyor, acik olan yumusak bir yuzeye oturuyor.
   -------------------------------------------------------------------------- */
.tm-faq {
    --tm-deep: #1e1e38;
    /* Bolum neredeyse beyazdi: sorular zeminden ayrismiyordu. Yumusak lila
       zemin, sorular beyaz yuzeyde duruyor. */
    background: linear-gradient(180deg, #f7f5fd 0%, #f2effb 60%, #f4f2fc 100%);
    padding: 96px 0;
}

.tm-faq__head {
    margin: 0 auto 44px;
    max-width: 620px;
    text-align: center;
}

.tm-faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 820px;
}

.tm-faq__item {
    background: rgba(255, 255, 255, .66);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 18px;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.tm-faq__item:hover {
    background: rgba(255, 255, 255, .9);
}

.tm-faq__item[open] {
    background: #fff;
    box-shadow: 0 22px 46px -40px rgba(30, 30, 56, .45);
}

.tm-faq__question {
    align-items: center;
    color: var(--tm-deep);
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    gap: 20px;
    justify-content: space-between;
    line-height: 1.45;
    list-style: none;
    padding: 22px 22px 22px 20px;
    transition: color .16s ease;
}

/* Tarayicilarin varsayilan ucgen isareti. */
.tm-faq__question::-webkit-details-marker {
    display: none;
}

.tm-faq__question:hover,
.tm-faq__item[open] .tm-faq__question {
    color: var(--tm-indigo);
}

/* Isaret: iki cizgiden olusuyor, acikken dikey cizgi kayboluyor. Font
   glifine bagli degil. */
.tm-faq__sign {
    flex: 0 0 auto;
    height: 32px;
    position: relative;
    width: 32px;
}

.tm-faq__sign::before,
.tm-faq__sign::after {
    background: var(--tm-indigo);
    border-radius: 2px;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transition: opacity .2s ease, transform .2s ease;
}

.tm-faq__sign::before {
    height: 2px;
    transform: translate(-50%, -50%);
    width: 13px;
}

.tm-faq__sign::after {
    height: 13px;
    transform: translate(-50%, -50%);
    width: 2px;
}

.tm-faq__item[open] .tm-faq__sign::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.tm-faq__answer {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.75;
    padding: 0 72px 24px 20px;
}

/* --- Bulten -----------------------------------------------------------------
   Tema mavisi indigo ailesinin disindaydi, buton alanin disina tasiyordu ve
   uzerine gelince ok/metin yer degistiriyordu. Tek kapsul: input ve buton
   ayni yuzeyde, hareket yok.
   ------------------------------------------------------------------------------ */
/* Kart 900px'te kalinca sayfanin ortasinda kucuk bir ada gibi duruyordu:
   bolum tam genislikte, icerik container hizasinda. */
.tm-news {
    --tm-deep: #1e1e38;
    background:
        radial-gradient(900px 460px at 82% -40%, rgba(255, 255, 255, .16), transparent 70%),
        linear-gradient(135deg, #5b4be0 0%, #6d5ce8 55%, #8172ef 100%);
    margin-top: 40px;
    padding: 88px 0;
}

.tm-news__inner {
    color: #fff;
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
}

.tm-news__kicker {
    background: rgba(255, 255, 255, .16);
    border-radius: 999px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    padding: 8px 16px;
}

.tm-news__title {
    color: #fff;
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin: 0 0 14px;
}

.tm-news__lead {
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto 28px;
    max-width: 46em;
}

/* Input ve buton tek kapsulde: buton disari tasmiyor. */
.tm-news__form {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    display: flex;
    gap: 8px;
    margin: 0 auto;
    max-width: 520px;
    padding: 7px 7px 7px 22px;
}

.tm-news__form input[type="email"] {
    background: transparent;
    border: 0;
    color: var(--tm-deep);
    flex: 1 1 auto;
    font-size: 15px;
    height: auto;
    min-width: 0;
    padding: 12px 0;
}

.tm-news__form input[type="email"]:focus {
    box-shadow: none;
    outline: none;
}

.tm-news__form input[type="email"]::placeholder {
    color: #9a9ab0;
}

.tm-news__form button {
    background: var(--tm-deep);
    border: 0;
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 24px;
    transition: background-color .16s ease;
}

.tm-news__form button:hover {
    background: #14142a;
}

.tm-news__note {
    color: rgba(255, 255, 255, .7);
    display: block;
    font-size: 14px;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .tm-news {
        padding: 56px 0;
    }

    .tm-news__form {
        border-radius: 22px;
        flex-direction: column;
        padding: 12px;
    }

    .tm-news__form input[type="email"] {
        padding: 10px 12px;
        width: 100%;
    }

    .tm-news__form button {
        width: 100%;
    }
}

/* --- Alt bilgi ---------------------------------------------------------------
   Tema alt bilgisinde dar bootstrap sutunlari, iki ayri telif seridi ve
   iletisim sutununa sikismis odeme rozetleri vardi.
   ------------------------------------------------------------------------------ */
.tm-footer {
    --tm-deep: #1e1e38;
    background: #fbfbfe;
    border-top: 1px solid var(--tm-line);
}

.tm-footer__top {
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)) minmax(0, 1.1fr);
    padding: 64px 0 52px;
}

.tm-footer__logo img {
    max-height: 34px;
    width: auto;
}

.tm-footer__brand p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0 24px;
    max-width: 30ch;
}

.tm-footer__contact {
    align-items: center;
    border: 1px solid var(--tm-line);
    border-radius: 999px;
    color: var(--tm-deep);
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    padding: 12px 20px;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, gap .16s ease;
}

.tm-footer__contact:hover {
    background: var(--tm-indigo-soft);
    border-color: rgba(91, 75, 224, .25);
    color: var(--tm-indigo);
    gap: 12px;
}

.tm-footer__title {
    color: var(--tm-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.tm-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-footer__col li + li {
    margin-top: 10px;
}

.tm-footer__col a {
    color: var(--tm-muted);
    font-size: 15px;
    transition: color .16s ease;
}

.tm-footer__col a:hover {
    color: var(--tm-indigo);
}

.tm-footer__contacts li {
    color: var(--tm-muted);
    display: flex;
    font-size: 15px;
    gap: 10px;
    line-height: 1.6;
}

.tm-footer__contacts i {
    color: var(--tm-indigo);
    padding-top: 3px;
}

/* Alt serit: telif, odeme rozetleri ve hesap baglantilari tek satirda. */
.tm-footer__bottom {
    background: #fbfbfe;
    border-top: 1px solid var(--tm-line);
}

.tm-footer__bottom-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 0;
}

.tm-footer__bottom-row p {
    color: var(--tm-muted);
    font-size: 14px;
    margin: 0;
}

.tm-footer__pay {
    /* 170px'lik gorsel 34px'e sikisinca okunmuyordu. */
    filter: grayscale(1);
    max-height: 52px;
    opacity: .6;
    transition: filter .18s ease, opacity .18s ease;
    width: auto;
}

.tm-footer__pay:hover {
    filter: none;
    opacity: 1;
}

.tm-footer__links {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-footer__links a {
    color: var(--tm-muted);
    font-size: 14px;
    font-weight: 600;
}

.tm-footer__links a:hover {
    color: var(--tm-indigo);
}

@media (max-width: 1199px) {
    .tm-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tm-footer__top {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr);
        padding: 48px 0 36px;
    }

    .tm-footer__bottom-row {
        justify-content: flex-start;
    }
}

/* --- Duyarli ---------------------------------------------------------------- */
@media (max-width: 1199px) {
    .tm-hero__grid,
    .tm-why__grid,
    .tm-split__grid,
    .tm-pro__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-why__intro {
        position: static;
    }

    .tm-hero__panel {
        justify-content: flex-start;
    }

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

    .tm-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .tm-faq {
        padding: 56px 0;
    }

    .tm-faq__answer {
        padding-right: 20px;
    }

    .tm-hero {
        padding: 112px 0 56px;
    }

    .tm-steps,
    .tm-why,
    .tm-split,
    .tm-pro {
        padding: 56px 0;
    }

    .tm-voices {
        padding-bottom: 56px;
    }

    .tm-news {
        padding: 56px 0;
    }

    .tm-pro .container {
        padding: 36px;
    }

    .tm-voices__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .tm-picker__chips {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tm-steps__flow {
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-why__row {
        gap: 14px;
        grid-template-columns: 34px minmax(0, 1fr);
    }
}

/* --- Terapi sayfalari ---------------------------------------------------------
   Bes sayfa bes ayri tema duzenindeydi; hepsi tek sablona indi.
   ------------------------------------------------------------------------------ */
.tm-therapy {
    --tm-sand: #fbf8f3;
    --tm-deep: #1e1e38;
}

.tm-therapy__hero {
    background: linear-gradient(180deg, #f4f2ff 0%, #faf9ff 55%, #fff 100%);
    padding: 132px 0 80px;
}

.tm-therapy__hero-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.tm-therapy__eyebrow {
    background: rgba(91, 75, 224, .08);
    border-radius: 999px;
    color: var(--tm-indigo);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 8px 16px;
}

.tm-therapy__title {
    color: var(--tm-deep);
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.12;
    margin: 0 0 20px;
}

.tm-therapy__title em {
    color: var(--tm-indigo);
    font-style: normal;
}

.tm-therapy__lead {
    color: var(--tm-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 14px;
    max-width: 34em;
}

.tm-therapy__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.tm-therapy__media {
    background: var(--tm-sand);
    border-radius: 28px;
    padding: 28px;
}

.tm-therapy__media img {
    display: block;
    max-width: 100%;
}

.tm-therapy__block {
    padding: 88px 0;
}

.tm-therapy__block--sand {
    background: var(--tm-sand);
}

.tm-therapy__block-lead {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 14px 0 0;
}

/* Kart izgarasi */
.tm-therapy__cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-therapy__card {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 22px;
    padding: 26px 24px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-therapy__card:hover {
    border-color: rgba(91, 75, 224, .28);
    box-shadow: 0 24px 48px -38px rgba(30, 30, 56, .5);
    transform: translateY(-3px);
}

.tm-therapy__icon {
    align-items: center;
    background: rgba(91, 75, 224, .08);
    border-radius: 16px;
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 18px;
    height: 46px;
    justify-content: center;
    margin-bottom: 18px;
    width: 46px;
}

.tm-therapy__card strong {
    color: var(--tm-deep);
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.tm-therapy__card p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

/* Numarali liste */
.tm-therapy__split {
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.tm-therapy__split-copy .tm-btn {
    margin-top: 26px;
}

.tm-therapy__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-therapy__list li {
    border-top: 1px solid #ebe4d8;
    display: grid;
    gap: 22px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 22px 0;
}

.tm-therapy__list li:last-child {
    border-bottom: 1px solid #ebe4d8;
}

.tm-therapy__index {
    color: var(--tm-indigo);
    font-size: 15px;
    font-weight: 700;
    padding-top: 2px;
}

.tm-therapy__list strong {
    color: var(--tm-deep);
    display: block;
    font-size: 18px;
}

.tm-therapy__list p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 6px 0 0;
}

/* Etiket bulutu */
.tm-therapy__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-therapy__tags li {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 999px;
    color: var(--tm-deep);
    font-size: 15px;
    padding: 12px 20px;
    transition: background-color .16s ease, border-color .16s ease;
}

.tm-therapy__tags li:hover {
    background: var(--tm-indigo-soft);
    border-color: rgba(91, 75, 224, .25);
}

/* Kapanis */
.tm-therapy__cta {
    padding: 0 0 96px;
}

.tm-therapy__cta .container {
    background:
        radial-gradient(600px 320px at 84% -30%, rgba(255, 255, 255, .16), transparent 70%),
        linear-gradient(135deg, #5b4be0 0%, #6d5ce8 55%, #8172ef 100%);
    border-radius: 32px;
    padding: 56px 48px;
    text-align: center;
}

.tm-therapy__cta h2 {
    color: #fff;
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 12px;
}

.tm-therapy__cta p {
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 46em;
}

.tm-therapy__cta .tm-therapy__actions {
    justify-content: center;
}

.tm-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
}

.tm-btn--ghost:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

@media (max-width: 991px) {
    .tm-therapy__hero {
        padding: 108px 0 56px;
    }

    .tm-therapy__hero-grid,
    .tm-therapy__split {
        gap: 36px;
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-therapy__block {
        padding: 56px 0;
    }

    .tm-therapy__cta {
        padding-bottom: 56px;
    }

    .tm-therapy__cta .container {
        border-radius: 26px;
        padding: 36px 22px;
    }
}

/* --- Hakkimizda ---------------------------------------------------------------
   Sayfa alti ayri tema blogundan olusuyordu; her bolum baska bir olcek ve
   renk kullaniyordu. Terapi sayfalariyla ayni sistem.
   ------------------------------------------------------------------------------ */
.tm-about {
    --tm-sand: #fbf8f3;
    --tm-deep: #1e1e38;
}

.tm-about__hero {
    background: linear-gradient(180deg, #f4f2ff 0%, #faf9ff 55%, #fff 100%);
    padding: 132px 0 80px;
}

.tm-about__hero-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.tm-about__eyebrow {
    background: rgba(91, 75, 224, .08);
    border-radius: 999px;
    color: var(--tm-indigo);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 8px 16px;
}

.tm-about__title {
    color: var(--tm-deep);
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.12;
    margin: 0 0 20px;
}

.tm-about__title em {
    color: var(--tm-indigo);
    font-style: normal;
}

.tm-about__lead {
    color: var(--tm-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 36em;
}

/* Iki rol, iki ayri yol: eskiden yan yana iki gradyan butondu ve hangisinin
   kime seslendigi okunmuyordu. */
.tm-about__paths {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
}

.tm-about__path {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 20px;
    display: flex;
    gap: 14px;
    padding: 16px 18px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-about__path:hover {
    border-color: rgba(91, 75, 224, .3);
    box-shadow: 0 20px 40px -34px rgba(30, 30, 56, .5);
    transform: translateY(-2px);
}

.tm-about__path-icon {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 14px;
    color: var(--tm-indigo);
    display: inline-flex;
    flex: 0 0 auto;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.tm-about__path-icon--mint {
    background: #e7f5f0;
    color: #2f9c7f;
}

.tm-about__path strong {
    color: var(--tm-deep);
    display: block;
    font-size: 15px;
}

.tm-about__path small {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-about__path > span:nth-child(2) {
    flex: 1 1 auto;
    min-width: 0;
}

.tm-about__path > i {
    color: var(--tm-muted);
    flex: 0 0 auto;
}

.tm-about__media {
    background: var(--tm-sand);
    border-radius: 28px;
    padding: 28px;
}

.tm-about__media img {
    display: block;
    max-width: 100%;
}

.tm-about__block {
    padding: 88px 0;
}

.tm-about__block--sand {
    background: var(--tm-sand);
}

.tm-about__intro {
    columns: 2;
    column-gap: 48px;
    margin-bottom: 44px;
}

.tm-about__intro p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 16px;
}

/* Vizyon / misyon: duz paragraflardi, digerlerinden ayirt edilemiyordu. */
.tm-about__pillars {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-about__pillar {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    padding: 32px 30px;
}

.tm-about__pillar--accent {
    background: #f7f6ff;
    border-color: #e7e2ff;
}

.tm-about__pillar-icon {
    align-items: center;
    background: rgba(91, 75, 224, .08);
    border-radius: 16px;
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 19px;
    height: 48px;
    justify-content: center;
    margin-bottom: 20px;
    width: 48px;
}

.tm-about__pillar h3 {
    color: var(--tm-deep);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.tm-about__pillar p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 991px) {
    .tm-about__hero {
        padding: 108px 0 56px;
    }

    .tm-about__hero-grid,
    .tm-about__paths,
    .tm-about__pillars {
        gap: 20px;
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-about__block {
        padding: 56px 0;
    }

    .tm-about__intro {
        columns: 1;
    }
}

/* --- Kurumsal -----------------------------------------------------------------
   Sayfa temanin "kurs" bloklarindan olusuyordu; basvuru formu da "kurs
   olusturma" ekranindan kopyalanmisti.
   ------------------------------------------------------------------------------ */
.tm-corp,
.tm-corp-form {
    --tm-sand: #fbf8f3;
    --tm-deep: #1e1e38;
}

.tm-corp__hero {
    background: linear-gradient(180deg, #f4f2ff 0%, #faf9ff 55%, #fff 100%);
    padding: 132px 0 80px;
}

.tm-corp__hero-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
}

.tm-corp__eyebrow {
    background: rgba(91, 75, 224, .08);
    border-radius: 999px;
    color: var(--tm-indigo);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 8px 16px;
}

.tm-corp__title {
    color: var(--tm-deep);
    font-size: clamp(30px, 3.6vw, 44px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0 0 18px;
}

.tm-corp__lead {
    color: var(--tm-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 34em;
}

/* Rakamlar sayfanin altinda kurs "meta" satirindaydi. */
.tm-corp__stats {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-corp__stats li {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 20px;
    padding: 20px 24px;
}

.tm-corp__stats strong {
    color: var(--tm-deep);
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.tm-corp__stats span {
    color: var(--tm-muted);
    font-size: 14px;
}

.tm-corp__block {
    padding: 88px 0;
}

.tm-corp__block--sand {
    background: var(--tm-sand);
}

/* Dokuz avantaj tema listesinde tek sutun madde imiydi. */
.tm-corp__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-corp__grid li {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    color: var(--tm-deep);
    display: flex;
    font-size: 15px;
    gap: 14px;
    line-height: 1.5;
    padding: 18px 20px;
    transition: border-color .18s ease;
}

.tm-corp__grid li:hover {
    border-color: rgba(91, 75, 224, .28);
}

.tm-corp__icon {
    align-items: center;
    background: rgba(91, 75, 224, .08);
    border-radius: 12px;
    color: var(--tm-indigo);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 16px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

/* --- Kurumsal basvuru formu ---------------------------------------------------- */
.tm-corp-form {
    background: linear-gradient(180deg, #f6f4fd 0%, #f1eefb 100%);
    padding: 132px 0 88px;
}

.tm-corp-form__head {
    margin: 0 auto 40px;
    max-width: 720px;
    text-align: center;
}

.tm-corp-form__head p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.tm-corp-form__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr);
}

.tm-corp-form__card {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    box-shadow: 0 30px 70px -46px rgba(30, 30, 56, .4);
    padding: 34px 34px 30px;
}

.tm-corp-form__group {
    border: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 28px;
    padding: 0;
}

.tm-corp-form__group legend {
    color: var(--tm-deep);
    font-size: 13px;
    font-weight: 700;
    grid-column: 1 / -1;
    letter-spacing: .08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

/* Kurallar bolum sinifindan (.tm-corp-form) basliyordu; Bize Katilin
   sayfasinda o kok yok, form tema stilleriyle kaliyordu. Kart sinifina
   baglandi: her iki sayfada da gecerli. */
.tm-corp-form__card .tm-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-corp-form__card .tm-field--wide {
    grid-column: 1 / -1;
}

.tm-corp-form__card .tm-field > span {
    color: var(--tm-deep);
    font-size: 14px;
    font-weight: 600;
}

.tm-corp-form__card .tm-field small {
    color: var(--tm-muted);
    font-weight: 400;
}

.tm-corp-form__card input,
.tm-corp-form__card select,
.tm-corp-form__card textarea {
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 14px;
    color: var(--tm-deep);
    font-size: 15px;
    padding: 13px 16px;
    width: 100%;
}

/* Native select: tema okunu kaldirdigi icin kendi okumuz. */
.tm-corp-form__card select {
    appearance: none;
    /* Tema select'lere sabit yukseklik veriyor; inputlarla ayni olsun. */
    height: 50px;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    background-image:
        linear-gradient(45deg, transparent 50%, #74748c 50%),
        linear-gradient(135deg, #74748c 50%, transparent 50%);
    background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 40px;
}

.tm-corp-form__card input:focus,
.tm-corp-form__card select:focus,
.tm-corp-form__card textarea:focus {
    border-color: rgba(91, 75, 224, .45);
    outline: none;
}

/* Onay kutusu auth.css'te tanimliydi; kurumsal form o dosyayi yuklemedigi
   icin isaretli durum hic gorunmuyordu. Paylasilan bilesen olarak burada. */
.tm-consent {
    align-items: flex-start;
    color: #5a5a72;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 12px;
    line-height: 1.55;
    padding: 9px 0;
}

.tm-consent input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.tm-consent__mark {
    align-items: center;
    border: 1px solid #dcdce6;
    border-radius: 7px;
    color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    height: 20px;
    justify-content: center;
    margin-top: 1px;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
    width: 20px;
}

.tm-consent input:checked + .tm-consent__mark {
    background-color: #5B4BE0;
    border-color: #5B4BE0;
    color: #fff;
}

.tm-consent input:focus-visible + .tm-consent__mark {
    box-shadow: 0 0 0 3px rgba(91, 75, 224, .25);
}

.tm-consent.is-standalone {
    border-top: 1px solid var(--tm-line);
    padding-top: 20px;
}

.tm-corp-form__submit {
    margin-top: 22px;
    width: 100%;
    justify-content: center;
}

.tm-corp-form__aside {
    align-self: start;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    padding: 30px 28px;
    position: sticky;
    top: 108px;
}

.tm-corp-form__aside h2 {
    color: var(--tm-deep);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
}

.tm-corp-form__aside ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.tm-corp-form__aside li {
    align-items: flex-start;
    color: var(--tm-muted);
    display: flex;
    font-size: 15px;
    gap: 12px;
    line-height: 1.55;
    padding: 9px 0;
}

.tm-corp-form__aside i {
    color: var(--tm-indigo);
    padding-top: 3px;
}

.tm-corp-form__note {
    border-top: 1px solid var(--tm-line);
    color: var(--tm-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding-top: 18px;
}

.tm-corp-form__note a {
    color: var(--tm-indigo);
    font-weight: 600;
}

@media (max-width: 991px) {
    .tm-corp__hero,
    .tm-corp-form {
        padding-top: 108px;
    }

    .tm-corp__hero-grid,
    .tm-corp-form__grid,
    .tm-corp-form__group {
        gap: 20px;
        grid-template-columns: minmax(0, 1fr);
    }

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

    .tm-corp__block {
        padding: 56px 0;
    }

    .tm-corp-form__aside {
        position: static;
    }
}

@media (max-width: 575px) {
    .tm-corp__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* --- Hukuki metin modali -------------------------------------------------------
   Onay kutularinin yanindaki metinler ayri sayfaya goturuyordu; kullanici
   doldurdugu formu birakmak zorunda kaliyordu.
   ------------------------------------------------------------------------------ */
.tm-legal-link {
    background: none;
    border: 0;
    color: #5B4BE0;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    padding: 0;
    text-decoration: underline;
}

.tm-legal-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1000;
}

.tm-legal-modal[hidden] {
    display: none;
}

.tm-legal-modal__backdrop {
    background: rgba(30, 30, 56, .45);
    backdrop-filter: blur(2px);
    inset: 0;
    position: absolute;
}

.tm-legal-modal__panel {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 40px 90px -50px rgba(30, 30, 56, .7);
    display: flex;
    flex-direction: column;
    max-height: min(760px, 88vh);
    max-width: 760px;
    position: relative;
    width: 100%;
}

.tm-legal-modal__head {
    align-items: center;
    border-bottom: 1px solid #eeeef4;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 22px 26px;
}

.tm-legal-modal__head h2 {
    color: #1e1e38;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.tm-legal-modal__close {
    align-items: center;
    background: #f6f5fb;
    border: 0;
    border-radius: 50%;
    color: #5a5a72;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    justify-content: center;
    transition: background-color .16s ease, color .16s ease;
    width: 36px;
}

.tm-legal-modal__close:hover {
    background: #efecfd;
    color: #5B4BE0;
}

.tm-legal-modal__body {
    color: #5a5a72;
    font-size: 15px;
    line-height: 1.75;
    overflow-y: auto;
    padding: 24px 26px;
}

.tm-legal-modal__body h1,
.tm-legal-modal__body h2,
.tm-legal-modal__body h3,
.tm-legal-modal__body strong {
    color: #1e1e38;
}

.tm-legal-modal__body h1,
.tm-legal-modal__body h2,
.tm-legal-modal__body h3 {
    font-size: 17px;
    margin: 24px 0 10px;
}

.tm-legal-modal__body p {
    margin: 0 0 14px;
}

.tm-legal-modal__body ul,
.tm-legal-modal__body ol {
    margin: 0 0 14px;
    padding-left: 20px;
}

.tm-legal-modal__foot {
    align-items: center;
    border-top: 1px solid #eeeef4;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 18px 26px;
}

.tm-legal-modal__foot a {
    color: #5B4BE0;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .tm-legal-modal {
        padding: 12px;
    }

    .tm-legal-modal__panel {
        border-radius: 20px;
        max-height: 92vh;
    }

    .tm-legal-modal__head,
    .tm-legal-modal__body,
    .tm-legal-modal__foot {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* --- Test listesi -------------------------------------------------------------
   Liste tema "kurs" kartlarindaydi: her satirin saginda hep bos bir gorsel
   kutusu duruyordu.
   ------------------------------------------------------------------------------ */
.tm-tests {
    --tm-deep: #1e1e38;
    background: linear-gradient(180deg, #f6f4fd 0%, #faf9ff 40%, #fff 100%);
    padding: 132px 0 96px;
}

.tm-tests__head {
    margin: 0 auto 44px;
    max-width: 680px;
    text-align: center;
}

.tm-tests__head p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 16px 0 0;
}

.tm-test-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 28px 30px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-test-card:hover {
    border-color: rgba(91, 75, 224, .28);
    box-shadow: 0 26px 52px -40px rgba(30, 30, 56, .5);
    transform: translateY(-2px);
}

.tm-test-card h2 {
    color: var(--tm-deep);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}

.tm-test-card p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 16px;
    max-width: 62ch;
}

.tm-test-card__meta {
    color: var(--tm-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-test-card__meta li {
    align-items: center;
    display: flex;
    gap: 8px;
}

.tm-test-card__meta i {
    color: var(--tm-indigo);
}

.tm-test-card__action {
    align-items: flex-end;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
}

.tm-test-card__attempts {
    background: var(--tm-indigo-soft);
    border-radius: 999px;
    color: var(--tm-indigo);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
}

.tm-tests__empty {
    background: #fff;
    border: 1px dashed var(--tm-line);
    border-radius: 24px;
    padding: 56px 24px;
    text-align: center;
}

.tm-tests__empty span {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 18px;
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 22px;
    height: 56px;
    justify-content: center;
    margin-bottom: 20px;
    width: 56px;
}

.tm-tests__empty h2 {
    color: var(--tm-deep);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}

.tm-tests__empty p {
    color: var(--tm-muted);
    margin: 0 0 22px;
}

/* Secenek satiri auth.css'te tanimliydi; test cozme ekrani o dosyayi
   yuklemedigi icin secenekler duz metin olarak kaliyordu. Paylasilan
   bilesen olarak burada. */
.tm-option {
    align-items: center;
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    padding: 16px 18px;
    transition: background-color .16s ease, border-color .16s ease;
}

.tm-option:hover {
    background: #f6f4fd;
}

.tm-option.is-selected {
    background: #f4f2fd;
    border-color: rgba(91, 75, 224, .45);
}

.tm-option input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.tm-option__label {
    color: var(--tm-deep, #1e1e38);
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.5;
}

.tm-option__mark {
    align-items: center;
    border: 1px solid #dcdce6;
    border-radius: 50%;
    color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
    width: 24px;
}

.tm-option.is-selected .tm-option__mark,
.tm-option input:checked + .tm-option__label + .tm-option__mark {
    background-color: #5B4BE0;
    border-color: #5B4BE0;
    color: #fff;
}

/* Gezinme butonlari da auth.css'teydi. */
.tm-wizard__back {
    align-items: center;
    background: transparent;
    border: 1px solid var(--tm-line);
    border-radius: 999px;
    color: #5a5a72;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    padding: 12px 20px;
    transition: background-color .16s ease, color .16s ease;
}

.tm-wizard__back:hover {
    background: #f4f2fd;
    color: #5B4BE0;
}

.tm-wizard__next {
    align-items: center;
    background: #5B4BE0;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 30px -18px rgba(91, 75, 224, .6);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    margin-left: auto;
    padding: 13px 26px;
    transition: background-color .16s ease, gap .16s ease;
}

.tm-wizard__next:hover:not(:disabled) {
    background: #4a3bc7;
    gap: 12px;
}

.tm-wizard__next:disabled {
    background: #e7e5f5;
    box-shadow: none;
    color: #a3a1bd;
    cursor: not-allowed;
}

.tm-wizard__error {
    background: #fff4f4;
    border: 1px solid #ffdcdc;
    border-radius: 14px;
    color: #c8384f;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 14px 16px;
}

/* --- Test cozme ---------------------------------------------------------------
   Kirk soru tek sayfada aliniyordu; tek tek soruluyor.
   ------------------------------------------------------------------------------ */
.tm-quiz-page {
    background: linear-gradient(180deg, #f6f4fd 0%, #f1eefb 100%);
    min-height: 100vh;
    padding: 132px 16px 88px;
}

.tm-quiz-page__card {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    box-shadow: 0 34px 76px -46px rgba(30, 30, 56, .4);
    margin: 0 auto;
    max-width: 760px;
    padding: 36px 40px 32px;
}

.tm-quiz {
    --tm-deep: #1e1e38;
}

.tm-quiz__intro h1 {
    color: var(--tm-deep);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin: 0 0 12px;
}

.tm-quiz__intro > p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.tm-quiz__facts {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.tm-quiz__facts li {
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 18px;
    padding: 18px;
}

.tm-quiz__fact-icon {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 12px;
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 16px;
    height: 38px;
    justify-content: center;
    margin-bottom: 12px;
    width: 38px;
}

.tm-quiz__facts strong {
    color: var(--tm-deep);
    display: block;
    font-size: 15px;
}

.tm-quiz__facts small {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-quiz__notice {
    background: #fff6f3;
    border: 1px solid #ffe0d6;
    border-radius: 16px;
    color: #a3543c;
    font-size: 15px;
    padding: 16px 18px;
}

.tm-quiz__notice a {
    color: #5B4BE0;
    font-weight: 600;
}

/* Ilerleme + soru */
.tm-quiz__progress {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.tm-quiz__bar {
    background: #f0eefb;
    border-radius: 999px;
    flex: 1 1 auto;
    height: 6px;
    overflow: hidden;
}

.tm-quiz__bar span {
    background: linear-gradient(90deg, #5B4BE0, #8172ef);
    border-radius: 999px;
    display: block;
    height: 100%;
    transition: width .3s ease;
}

.tm-quiz__count {
    color: var(--tm-muted);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.tm-quiz__question {
    color: var(--tm-deep);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
}

.tm-quiz__hint {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.tm-quiz__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tm-quiz__nav {
    align-items: center;
    border-top: 1px solid var(--tm-line);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 24px;
}

.tm-quiz__nav--center {
    justify-content: center;
}

.tm-quiz .tm-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.tm-quiz .tm-field > span {
    color: var(--tm-deep);
    font-size: 14px;
    font-weight: 600;
}

.tm-quiz .tm-field input {
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 14px;
    font-size: 15px;
    padding: 13px 16px;
    width: 100%;
}

.tm-quiz .tm-field input:focus {
    border-color: rgba(91, 75, 224, .45);
    outline: none;
}

/* Sonuc */
.tm-quiz__result {
    text-align: center;
}

.tm-quiz__result-icon {
    align-items: center;
    background: #e7f5f0;
    border-radius: 50%;
    color: #2f9c7f;
    display: inline-flex;
    font-size: 26px;
    height: 64px;
    justify-content: center;
    margin-bottom: 20px;
    width: 64px;
}

.tm-quiz__result h2 {
    color: var(--tm-deep);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.tm-quiz__score {
    align-items: baseline;
    background: #f7f6ff;
    border: 1px solid #e7e2ff;
    border-radius: 20px;
    display: inline-flex;
    gap: 8px;
    margin-bottom: 22px;
    padding: 18px 28px;
}

.tm-quiz__score strong {
    color: var(--tm-indigo);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.tm-quiz__score span {
    color: var(--tm-muted);
    font-size: 15px;
}

.tm-quiz__result-message {
    color: var(--tm-deep);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto 18px;
    max-width: 52ch;
}

.tm-quiz__disclaimer {
    color: var(--tm-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 52ch;
}

@media (max-width: 767px) {
    .tm-tests {
        padding: 108px 0 56px;
    }

    .tm-test-card {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .tm-test-card__action {
        align-items: stretch;
        width: 100%;
    }

    .tm-quiz-page {
        padding: 108px 12px 56px;
    }

    .tm-quiz-page__card {
        border-radius: 22px;
        padding: 26px 20px 22px;
    }

    .tm-quiz__facts {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* --- Bize katilin -------------------------------------------------------------
   Sayfa tema bloklarindan olusuyordu (rbt-banner-area, rbt-default-tab,
   rbt-callto-action) ve form "kurs olusturma" ekranindan kopyalanmisti.
   ------------------------------------------------------------------------------ */
.tm-join {
    --tm-sand: #fbf8f3;
    --tm-deep: #1e1e38;
}

.tm-join__hero {
    background: linear-gradient(180deg, #f4f2ff 0%, #faf9ff 55%, #fff 100%);
    padding: 132px 0 80px;
}

.tm-join__hero-grid {
    align-items: center;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.tm-join__eyebrow {
    background: rgba(91, 75, 224, .08);
    border-radius: 999px;
    color: var(--tm-indigo);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 20px;
    padding: 8px 16px;
}

.tm-join__copy h1 {
    color: var(--tm-deep);
    font-size: clamp(30px, 3.6vw, 44px);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin: 0 0 18px;
}

.tm-join__copy > p {
    color: var(--tm-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 34em;
}

.tm-join__media {
    background: var(--tm-sand);
    border-radius: 28px;
    overflow: hidden;
    padding: 0;
}

.tm-join__media img {
    display: block;
    width: 100%;
}

.tm-join__block {
    padding: 88px 0;
}

.tm-join__block--sand {
    background: var(--tm-sand);
}

.tm-join__form-area {
    background: linear-gradient(180deg, #f6f4fd 0%, #f1eefb 100%);
    padding: 88px 0;
    scroll-margin-top: 90px;
}

/* Coklu secim: tema onlari kucuk kutu listesiyle veriyordu. */
.tm-join__hint {
    color: var(--tm-muted);
    font-size: 14px;
    grid-column: 1 / -1;
    margin: -6px 0 4px;
}

.tm-corp-form__group--full {
    grid-template-columns: minmax(0, 1fr);
}

.tm-join__choices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tm-chip {
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 999px;
    color: var(--tm-deep);
    cursor: pointer;
    font-size: 14px;
    padding: 11px 18px;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.tm-chip input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.tm-chip:hover {
    background: #f4f2fd;
}

.tm-chip:has(input:checked) {
    background: var(--tm-indigo);
    border-color: var(--tm-indigo);
    color: #fff;
}

.tm-chip:has(input:focus-visible) {
    box-shadow: 0 0 0 3px rgba(91, 75, 224, .25);
}

.tm-field--narrow {
    max-width: 220px;
}

@media (max-width: 991px) {
    .tm-join__hero {
        padding: 108px 0 56px;
    }

    .tm-join__hero-grid {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-join__block,
    .tm-join__form-area {
        padding: 56px 0;
    }
}

/* --- Terapist listesi ---------------------------------------------------------
   Kartlar tema "kurs" kartiydi ve profil resmi olmayan terapist icin temaya
   ait, silinmis bir gorsel gosteriliyordu: butun kartlarda kirik resim.
   ------------------------------------------------------------------------------ */
.tm-people {
    --tm-deep: #1e1e38;
    background: linear-gradient(180deg, #f6f4fd 0%, #faf9ff 38%, #fff 100%);
    padding: 132px 0 96px;
}

.tm-people__head {
    margin: 0 auto 44px;
    max-width: 680px;
    text-align: center;
}

.tm-people__head p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 16px 0 0;
}

.tm-people__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tm-person {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-person:hover {
    border-color: rgba(91, 75, 224, .28);
    box-shadow: 0 26px 52px -40px rgba(30, 30, 56, .5);
    transform: translateY(-3px);
}

.tm-person__thumb {
    background: #f4f2fd;
    display: block;
    height: 240px;
}

.tm-person__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Fotograf yoksa: kirpilmis dev avatar yerine ortalanmis yer tutucu. */
.tm-person__thumb.is-placeholder {
    align-items: center;
    background: linear-gradient(160deg, #f4f2fd, #eef0fb);
    display: flex;
    height: 180px;
    justify-content: center;
}

.tm-person__thumb.is-placeholder img {
    border-radius: 50%;
    height: 84px;
    object-fit: cover;
    opacity: .65;
    width: 84px;
}

.tm-person__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 24px 24px;
}

.tm-person__body h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.tm-person__body h2 a {
    color: var(--tm-deep);
}

.tm-person__body h2 a:hover {
    color: var(--tm-indigo);
}

.tm-person__meta {
    color: var(--tm-muted);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 6px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.tm-person__meta li {
    align-items: center;
    display: flex;
    gap: 8px;
}

.tm-person__meta i {
    color: var(--tm-indigo);
}

.tm-person__bio {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 20px;
}

.tm-person__cta {
    justify-content: center;
    margin-top: auto;
}

.tm-people__pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* --- Terapist profili ---------------------------------------------------------
   Profil tema "dashboard" bloklarindaydi ve kapak gorseli ust menunun altina
   giriyordu.
   ------------------------------------------------------------------------------ */
.tm-profile {
    --tm-deep: #1e1e38;
    background: linear-gradient(180deg, #f6f4fd 0%, #faf9ff 30%, #fff 100%);
    padding: 132px 0 96px;
}

.tm-profile__header {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    box-shadow: 0 28px 60px -46px rgba(30, 30, 56, .4);
    display: flex;
    gap: 26px;
    margin-bottom: 24px;
    padding: 28px 32px;
}

.tm-profile__avatar {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 108px;
    overflow: hidden;
    width: 108px;
}

.tm-profile__avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tm-profile__identity {
    flex: 1 1 auto;
    min-width: 0;
}

.tm-profile__identity h1 {
    color: var(--tm-deep);
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 12px;
}

.tm-profile__meta {
    color: var(--tm-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-profile__meta li {
    align-items: center;
    display: flex;
    gap: 8px;
}

.tm-profile__meta i {
    color: var(--tm-indigo);
}

.tm-profile__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.tm-profile__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, .8fr);
}

.tm-profile__card {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    margin-bottom: 20px;
    padding: 28px 30px;
}

.tm-profile__card h2 {
    color: var(--tm-deep);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0 0 18px;
}

.tm-profile__prose {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.75;
}

.tm-profile__prose h1,
.tm-profile__prose h2,
.tm-profile__prose h3,
.tm-profile__prose strong {
    color: var(--tm-deep);
}

.tm-profile__prose p {
    margin: 0 0 14px;
}

.tm-profile__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-profile__tags li {
    background: #f7f6ff;
    border: 1px solid #e7e2ff;
    border-radius: 999px;
    color: var(--tm-deep);
    font-size: 14px;
    padding: 9px 16px;
}

.tm-profile__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-profile__timeline li {
    border-left: 2px solid #ece9fb;
    padding: 0 0 20px 18px;
    position: relative;
}

.tm-profile__timeline li:last-child {
    padding-bottom: 0;
}

.tm-profile__timeline li::before {
    background: var(--tm-indigo);
    border-radius: 50%;
    content: '';
    height: 8px;
    left: -5px;
    position: absolute;
    top: 6px;
    width: 8px;
}

.tm-profile__timeline strong {
    color: var(--tm-deep);
    display: block;
    font-size: 15px;
}

.tm-profile__timeline span {
    color: var(--tm-muted);
    display: block;
    font-size: 14px;
}

.tm-profile__timeline small {
    color: #9a9ab0;
    font-size: 13px;
}

.tm-profile__certs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-profile__certs li {
    align-items: center;
    border-bottom: 1px solid var(--tm-line);
    color: var(--tm-muted);
    display: flex;
    font-size: 15px;
    gap: 10px;
    padding: 12px 0;
}

.tm-profile__certs li:last-child {
    border-bottom: 0;
}

.tm-profile__certs i {
    color: var(--tm-indigo);
}

@media (max-width: 991px) {
    .tm-people,
    .tm-profile {
        padding: 108px 0 56px;
    }

    .tm-profile__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 24px;
    }

    .tm-profile__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* --- Iletisim -----------------------------------------------------------------
   Sayfa tema bloklarindaydi ve alan etiketleri input'un uzerine binen
   "float label" numarasiyla duruyordu: dolu alanda etiket okunmuyordu.
   ------------------------------------------------------------------------------ */
.tm-contact {
    --tm-deep: #1e1e38;
    background: linear-gradient(180deg, #f6f4fd 0%, #faf9ff 40%, #fff 100%);
    padding: 132px 0 96px;
}

.tm-contact__head {
    margin: 0 auto 44px;
    max-width: 640px;
    text-align: center;
}

.tm-contact__channels {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.tm-contact__channels li {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 22px;
    padding: 26px 24px;
}

.tm-contact__icon {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 14px;
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    margin-bottom: 16px;
    width: 44px;
}

.tm-contact__channels strong {
    color: var(--tm-deep);
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.tm-contact__channels a {
    color: var(--tm-indigo);
    display: block;
    font-size: 15px;
    line-height: 1.7;
}

.tm-contact__address {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.65;
}

.tm-contact__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.tm-contact__card {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    box-shadow: 0 30px 70px -50px rgba(30, 30, 56, .4);
    padding: 32px 34px;
}

.tm-contact__card h2 {
    color: var(--tm-deep);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 24px;
}

/* Gonderim onayi: eskiden anasayfaya atiliyordu. */
.tm-contact__sent {
    align-items: center;
    background: #eef8f4;
    border: 1px solid #d6ece3;
    border-radius: 16px;
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
    padding: 16px 18px;
}

.tm-contact__sent > span {
    align-items: center;
    color: #2f9c7f;
    display: inline-flex;
    font-size: 22px;
}

.tm-contact__sent strong {
    color: #1f6b56;
    display: block;
    font-size: 15px;
}

.tm-contact__sent p {
    color: #4a8b76;
    font-size: 14px;
    margin: 2px 0 0;
}

.tm-contact__form {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-contact__form .tm-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tm-contact__form .tm-field--wide {
    grid-column: 1 / -1;
}

.tm-contact__form .tm-field--narrow {
    max-width: 220px;
}

.tm-contact__form .tm-field > span {
    color: var(--tm-deep);
    font-size: 14px;
    font-weight: 600;
}

.tm-contact__form input,
.tm-contact__form textarea {
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 14px;
    color: var(--tm-deep);
    font-size: 15px;
    padding: 13px 16px;
    width: 100%;
}

.tm-contact__form input:focus,
.tm-contact__form textarea:focus {
    border-color: rgba(91, 75, 224, .45);
    outline: none;
}

.tm-contact__trap {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.tm-contact__submit {
    grid-column: 1 / -1;
    justify-content: center;
}

.tm-contact__map {
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    min-height: 420px;
    overflow: hidden;
}

.tm-contact__map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 420px;
    width: 100%;
}

@media (max-width: 991px) {
    .tm-contact {
        padding: 108px 0 56px;
    }

    .tm-contact__channels,
    .tm-contact__grid,
    .tm-contact__form {
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-contact__card {
        padding: 26px 22px;
    }
}

/* --- Deneyimler ---------------------------------------------------------------
   Sayfa tema yorum kutularindaydi; ilk ornek yorum iki kez basiliyor ve
   gercek yorumlara sabit bir unvan yaziliyordu.
   ------------------------------------------------------------------------------ */
.tm-reviews {
    --tm-deep: #1e1e38;
    background: linear-gradient(180deg, #f6f4fd 0%, #faf9ff 30%, #fff 100%);
    padding: 132px 0 96px;
}

.tm-reviews__head {
    margin: 0 auto 40px;
    max-width: 660px;
    text-align: center;
}

.tm-reviews__head p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 16px 0 0;
}

.tm-reviews__form-card,
.tm-reviews__login {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    margin: 0 auto 48px;
    max-width: 720px;
    padding: 30px 32px;
}

.tm-reviews__form-card h2 {
    color: var(--tm-deep);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
}

.tm-reviews__form-card > p {
    color: var(--tm-muted);
    font-size: 15px;
    margin: 0 0 22px;
}

.tm-reviews__login {
    align-items: center;
    display: flex;
    gap: 16px;
}

.tm-reviews__login > span {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 14px;
    color: var(--tm-indigo);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 20px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.tm-reviews__login div {
    flex: 1 1 auto;
}

.tm-reviews__login strong {
    color: var(--tm-deep);
    display: block;
    font-size: 16px;
}

.tm-reviews__login p {
    color: var(--tm-muted);
    font-size: 14px;
    margin: 2px 0 0;
}

/* Yildiz secici: eskiden tiklanabilir <i> etiketleriydi, klavyeyle
   secilemiyordu. Radio + ters siralama ile saf CSS. */
.tm-stars {
    border: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 0 20px;
    padding: 0;
}

.tm-stars legend {
    color: var(--tm-deep);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}

.tm-stars input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.tm-stars label {
    color: #dcdce6;
    cursor: pointer;
    font-size: 24px;
    padding: 0 3px;
    transition: color .14s ease;
}

.tm-stars input:checked ~ label,
.tm-stars label:hover,
.tm-stars label:hover ~ label {
    color: #f0a92e;
}

.tm-stars input:focus-visible + label {
    outline: 2px solid rgba(91, 75, 224, .4);
    outline-offset: 2px;
}

.tm-reviews__form .tm-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.tm-reviews__form .tm-field > span {
    color: var(--tm-deep);
    font-size: 14px;
    font-weight: 600;
}

.tm-reviews__form textarea {
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 14px;
    color: var(--tm-deep);
    font-size: 15px;
    padding: 13px 16px;
    width: 100%;
}

.tm-reviews__form textarea:focus {
    border-color: rgba(91, 75, 224, .45);
    outline: none;
}

.tm-reviews__group {
    color: var(--tm-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.tm-reviews__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-bottom: 48px;
}

.tm-review {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 22px;
    margin: 0;
    padding: 26px 24px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-review:hover {
    border-color: rgba(91, 75, 224, .24);
    box-shadow: 0 24px 48px -40px rgba(30, 30, 56, .5);
    transform: translateY(-2px);
}

.tm-review__who {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.tm-review__avatar {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 44px;
    overflow: hidden;
    width: 44px;
}

.tm-review__avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tm-review__avatar--initial {
    align-items: center;
    background: var(--tm-indigo-soft);
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: center;
}

.tm-review__who strong {
    color: var(--tm-deep);
    display: block;
    font-size: 15px;
}

.tm-review__who span {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-review__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.tm-review__stars i {
    color: #e4e4ee;
    font-size: 15px;
}

.tm-review__stars i.is-on {
    color: #f0a92e;
}

.tm-review blockquote {
    background: none;
    border: 0;
    color: var(--tm-deep);
    font-size: 15px;
    font-style: normal;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.tm-review blockquote::before,
.tm-review blockquote::after {
    content: none;
}

@media (max-width: 767px) {
    .tm-reviews {
        padding: 108px 0 56px;
    }

    .tm-reviews__login {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* --- Kurumsal: IYDP bloklari ---------------------------------------------------
   Sayfa dokuz bloga cikti: hero, vizyon, program mimarisi, orta CTA, kurumsal
   destek + bilimsel temel, uygulama sureci, gizlilik notu, kapanis.
   ------------------------------------------------------------------------------ */
.tm-corp__stats strong {
    color: var(--tm-indigo);
    display: block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-bottom: 4px;
}

/* Program katmanlari + fark listesi */
.tm-corp__layers {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr);
}

.tm-corp__layer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-corp__layer-list li {
    border-top: 1px solid #ebe4d8;
    display: grid;
    gap: 22px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 22px 0;
}

.tm-corp__layer-list li:last-child {
    border-bottom: 1px solid #ebe4d8;
}

.tm-corp__layer-list strong {
    color: var(--tm-deep);
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.tm-corp__layer-list p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.tm-corp__difference {
    align-self: start;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    padding: 28px 26px;
    position: sticky;
    top: 108px;
}

.tm-corp__difference h3 {
    color: var(--tm-deep);
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 18px;
}

.tm-corp__difference ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.tm-corp__difference li {
    align-items: flex-start;
    color: var(--tm-muted);
    display: flex;
    font-size: 15px;
    gap: 12px;
    line-height: 1.6;
    padding: 9px 0;
}

.tm-corp__difference i {
    color: var(--tm-indigo);
    padding-top: 4px;
}

/* Orta CTA */
.tm-corp__banner {
    background:
        radial-gradient(600px 320px at 86% -30%, rgba(255, 255, 255, .16), transparent 70%),
        linear-gradient(135deg, #5b4be0 0%, #6d5ce8 55%, #8172ef 100%);
    border-radius: 32px;
    padding: 52px 48px;
    text-align: center;
}

.tm-corp__banner h2 {
    color: #fff;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.3;
    margin: 0 auto 16px;
    max-width: 22em;
}

.tm-corp__banner p {
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 60em;
}

.tm-corp__banner .tm-therapy__actions {
    justify-content: center;
}

/* Bilimsel temel */
.tm-corp__science {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    padding: 30px 30px 26px;
}

.tm-corp__science h3 {
    color: var(--tm-deep);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

.tm-corp__science p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 20px;
}

.tm-corp__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-corp__badges li {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 999px;
    color: var(--tm-indigo);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    padding: 9px 16px;
}

/* Uygulama sureci */
.tm-corp__steps {
    counter-reset: none;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-corp__steps li {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 22px;
    display: flex;
    gap: 16px;
    padding: 24px 22px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.tm-corp__steps li:hover {
    border-color: rgba(91, 75, 224, .26);
    box-shadow: 0 22px 46px -38px rgba(30, 30, 56, .5);
}

.tm-corp__step-num {
    align-items: center;
    background: var(--tm-indigo);
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.tm-corp__steps strong {
    color: var(--tm-deep);
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.tm-corp__steps p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.tm-corp__steps-action {
    margin-top: 28px;
}

/* Gizlilik notu */
.tm-corp__privacy {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 26px;
    display: flex;
    gap: 22px;
    padding: 32px 34px;
}

.tm-corp__privacy-icon {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 16px;
    color: var(--tm-indigo);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.tm-corp__privacy h2 {
    color: var(--tm-deep);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
}

.tm-corp__privacy p {
    color: var(--tm-muted);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .tm-corp__layers {
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-corp__difference {
        position: static;
    }

    .tm-corp__banner {
        border-radius: 26px;
        padding: 32px 22px;
    }

    .tm-corp__privacy {
        flex-direction: column;
        padding: 26px 22px;
    }
}

/* --- Sayfa basligi -------------------------------------------------------------
   Tema breadcrumb blogu (rbt-breadcrumb-default) 200px'lik bos bir gradyan
   seritti; sayfa adi disinda hicbir sey tasimiyordu.
   ------------------------------------------------------------------------------ */
.tm-page-head {
    --tm-deep: #1e1e38;
    background: linear-gradient(180deg, #f4f2ff 0%, #faf9ff 70%, #fff 100%);
    padding: 132px 0 48px;
    text-align: center;
}

.tm-page-head p {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 16px auto 0;
    max-width: 46em;
}

.tm-page-head a {
    color: var(--tm-indigo);
    font-weight: 600;
}

/* --- Sozlesme metni ------------------------------------------------------------ */
.tm-legal-page {
    --tm-deep: #1e1e38;
    padding: 0 0 96px;
}

.tm-legal-page__body {
    color: var(--tm-muted);
    font-size: 16px;
    line-height: 1.85;
    margin: 0 auto;
    max-width: 780px;
}

.tm-legal-page__body h1,
.tm-legal-page__body h2,
.tm-legal-page__body h3,
.tm-legal-page__body h4,
.tm-legal-page__body strong {
    color: var(--tm-deep);
}

.tm-legal-page__body h1,
.tm-legal-page__body h2,
.tm-legal-page__body h3 {
    font-size: 20px;
    margin: 34px 0 12px;
}

.tm-legal-page__body p {
    margin: 0 0 16px;
}

.tm-legal-page__body ul,
.tm-legal-page__body ol {
    margin: 0 0 16px;
    padding-left: 22px;
}

.tm-legal-page__body a {
    color: var(--tm-indigo);
}

/* --- Blog ---------------------------------------------------------------------
   Iki blog sayfasi da olmayan bir duzen dosyasini ("main.layouts.app")
   uzatiyordu ve CDN'den ikinci bir Bootstrap cekiyordu.
   ------------------------------------------------------------------------------ */
.tm-blog {
    --tm-deep: #1e1e38;
    padding: 0 0 96px;
}

.tm-blog__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.tm-blog__card {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tm-blog__card:hover {
    border-color: rgba(91, 75, 224, .26);
    box-shadow: 0 26px 52px -42px rgba(30, 30, 56, .5);
    transform: translateY(-3px);
}

.tm-blog__thumb {
    background: #f4f2fd;
    display: block;
    height: 200px;
}

.tm-blog__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tm-blog__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 24px 24px;
}

.tm-blog__body time {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-blog__body h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 8px 0 18px;
}

.tm-blog__body h2 a {
    color: var(--tm-deep);
}

.tm-blog__body h2 a:hover {
    color: var(--tm-indigo);
}

.tm-blog__more {
    align-items: center;
    color: var(--tm-indigo);
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    margin-top: auto;
    transition: gap .16s ease;
}

.tm-blog__more:hover {
    color: var(--tm-indigo);
    gap: 12px;
}

/* --- Yazi ---------------------------------------------------------------------- */
.tm-post {
    --tm-deep: #1e1e38;
    background: linear-gradient(180deg, #f6f4fd 0%, #fff 34%);
    padding: 132px 0 96px;
}

.tm-post__head {
    margin: 0 auto 32px;
    max-width: 780px;
    text-align: center;
}

.tm-post__back {
    align-items: center;
    color: var(--tm-muted);
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 18px;
}

.tm-post__back:hover {
    color: var(--tm-indigo);
}

.tm-post__head h1 {
    color: var(--tm-deep);
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin: 0 0 12px;
}

.tm-post__head time {
    color: var(--tm-muted);
    font-size: 14px;
}

.tm-post__cover {
    border-radius: 26px;
    margin: 0 auto 40px;
    max-width: 900px;
    overflow: hidden;
}

.tm-post__cover img {
    display: block;
    width: 100%;
}

.tm-post__body {
    color: var(--tm-muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0 auto;
    max-width: 720px;
}

.tm-post__body h1,
.tm-post__body h2,
.tm-post__body h3,
.tm-post__body strong {
    color: var(--tm-deep);
}

.tm-post__body h2,
.tm-post__body h3 {
    font-size: 22px;
    margin: 34px 0 14px;
}

.tm-post__body p {
    margin: 0 0 18px;
}

.tm-post__body img {
    border-radius: 18px;
    height: auto;
    max-width: 100%;
}

.tm-post__body a {
    color: var(--tm-indigo);
}

@media (max-width: 767px) {
    .tm-page-head,
    .tm-post {
        padding-top: 108px;
    }

    .tm-blog,
    .tm-legal-page,
    .tm-post {
        padding-bottom: 56px;
    }
}

/* --- Gorusme odasi ------------------------------------------------------------
   Sohbet paneli tema magaza sablonunun sepet bileseniydi: kapaliyken bile
   ekranin sag yarisini kapliyordu. Lobi tema modal kabugu uzerindeydi.
   agora/main.css'teki id tabanli kurallar korunuyor; buradakiler ust katman.
   ------------------------------------------------------------------------------ */
.tm-call-page {
    --tm-deep: #1e1e38;
    background: #0f0f1c;
    margin: 0;
    overflow: hidden;
}

/* --- Lobi --------------------------------------------------------------------- */
.tm-lobby {
    background: linear-gradient(180deg, #f6f4fd 0%, #f1eefb 100%);
    inset: 0;
    overflow-y: auto;
    padding: 40px 16px;
    position: fixed;
    z-index: 1200;
}

/* Katil butonu: baglanti kurulana kadar "Baglaniyor" durumunda kalir. */
.tm-join__busy { display: none; }

.tm-join.is-connecting .tm-join__idle { display: none; }

.tm-join.is-connecting .tm-join__busy {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.tm-join.is-connecting .tm-join__busy i {
  animation: tm-join-spin 1s linear infinite;
}

@keyframes tm-join-spin {
  to { transform: rotate(360deg); }
}

.tm-lobby__card {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 28px;
    box-shadow: 0 40px 90px -60px rgba(30, 30, 56, .5);
    margin: 0 auto;
    max-width: 1020px;
    padding: 36px 40px 32px;
}

.tm-lobby__head {
    border-bottom: 1px solid var(--tm-line);
    margin-bottom: 28px;
    padding-bottom: 24px;
    text-align: center;
}

.tm-lobby__logo img {
    max-height: 32px;
    width: auto;
}

.tm-lobby__head h1 {
    color: var(--tm-deep);
    font-size: 24px;
    font-weight: 700;
    margin: 18px 0 8px;
}

.tm-lobby__head p {
    color: var(--tm-muted);
    font-size: 15px;
    margin: 0;
}

.tm-lobby__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.tm-lobby__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tm-lobby__box {
    background: #fbfaff;
    border: 1px solid var(--tm-line);
    border-radius: 20px;
    padding: 22px 24px;
}

.tm-lobby__box h2 {
    color: var(--tm-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.tm-lobby__facts {
    margin: 0;
}

.tm-lobby__facts > div {
    align-items: center;
    border-bottom: 1px solid var(--tm-line);
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.tm-lobby__facts > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tm-lobby__facts dt {
    align-items: center;
    color: var(--tm-muted);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
    margin: 0;
}

.tm-lobby__facts dt i {
    color: var(--tm-indigo);
}

.tm-lobby__facts dd {
    color: var(--tm-deep);
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.tm-lobby__people {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-lobby__people li {
    align-items: center;
    display: flex;
    gap: 12px;
    padding: 8px 0;
}

.tm-lobby__avatar {
    align-items: center;
    background: var(--tm-indigo-soft);
    border-radius: 50%;
    color: var(--tm-indigo);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.tm-lobby__avatar--therapist {
    background: #e7f5f0;
    color: #2f9c7f;
}

.tm-lobby__people strong {
    color: var(--tm-deep);
    display: block;
    font-size: 15px;
}

.tm-lobby__people small {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-lobby__link {
    display: flex;
    gap: 8px;
}

.tm-lobby__link input {
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 12px;
    color: var(--tm-muted);
    flex: 1 1 auto;
    font-size: 14px;
    min-width: 0;
    padding: 11px 14px;
}

.tm-lobby__link button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tm-line);
    border-radius: 12px;
    color: var(--tm-deep);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    padding: 11px 16px;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.tm-lobby__link button:hover,
.tm-lobby__link button.is-copied {
    background: var(--tm-indigo-soft);
    border-color: rgba(91, 75, 224, .3);
    color: var(--tm-indigo);
}

.tm-lobby__notice {
    background: #fff8ec;
    border: 1px solid #ffe2b8;
    border-radius: 20px;
    height: 100%;
    padding: 24px 26px;
}

.tm-lobby__notice h2 {
    align-items: center;
    color: #8a5a00;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    margin: 0 0 14px;
}

.tm-lobby__notice p {
    color: #7a6440;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.tm-lobby__notice-strong {
    color: #6b4b12 !important;
    font-weight: 600;
}

.tm-lobby__notice .tm-consent {
    border-top: 1px solid #ffe2b8;
    color: #6b4b12;
    margin-top: 8px;
    padding-top: 16px;
}

.tm-lobby__foot {
    align-items: center;
    border-top: 1px solid var(--tm-line);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 28px;
    padding-top: 22px;
}

.tm-lobby__foot p {
    color: var(--tm-muted);
    font-size: 14px;
    margin: 0;
}

.tm-lobby__foot p.is-ready {
    color: #2f9c7f;
    font-weight: 600;
}

.tm-lobby__foot .tm-btn:disabled {
    background: #e7e5f5;
    box-shadow: none;
    color: #a3a1bd;
    cursor: not-allowed;
}

/* --- Sohbet paneli ------------------------------------------------------------
   Varsayilan kapali; dugmeyle saga acilir.
   ------------------------------------------------------------------------------ */
.tm-call__chat {
    background: #fff;
    border-left: 1px solid rgba(255, 255, 255, .08);
    bottom: 0;
    box-shadow: -30px 0 70px -50px rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    max-width: 92vw;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .26s ease;
    width: 420px;
    z-index: 1150;
}

.tm-call__chat.is-open {
    transform: translateX(0);
}

.tm-call__chat-inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.tm-call__chat-inner > * {
    flex: 1 1 auto;
    min-height: 0;
}

/* Panel acikken gorusme alani daraliyor. */
.tm-call-page.is-chat-open #stream-wrapper,
.tm-call-page.is-chat-open #call-topbar {
    width: calc(100% - 420px);
}

.tm-call-page.is-chat-open #local-video-container {
    right: 440px;
}

/* Sohbet bileseni panelde iki sutunlu (liste + konusma) calisiyor; 420px'lik
   yan panelde ikinci sutun eziliyor, metin dikey kiriliyordu. Dar panelde
   tek sutun: liste ustte, konusma altta. */
/* Karsi taraf odaya girene kadar sahnede duran bekleme katmani. */
.tm-call__waiting {
    align-items: center;
    color: #d8d8e6;
    display: none;
    flex-direction: column;
    gap: 14px;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.tm-call-page.is-waiting-remote .tm-call__waiting {
    display: flex;
}

.tm-call__waiting-pulse {
    align-items: center;
    background: rgba(91, 75, 224, .18);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    color: #b6aaff;
    display: flex;
    font-size: 26px;
    height: 84px;
    justify-content: center;
    position: relative;
    width: 84px;
}

/* Halka disari dogru sonuyor: katman durgun degil, bekliyor gorunsun. */
.tm-call__waiting-pulse::after {
    animation: tm-call-pulse 2.4s ease-out infinite;
    border: 1px solid rgba(182, 170, 255, .5);
    border-radius: 50%;
    content: "";
    inset: -1px;
    position: absolute;
}

@keyframes tm-call-pulse {
    from { opacity: .7; transform: scale(1); }
    to { opacity: 0; transform: scale(1.6); }
}

.tm-call__waiting strong {
    color: #fff;
    font-size: 18px;
}

.tm-call__waiting p {
    color: #9d9dba;
    font-size: 14px;
    margin: 0;
    max-width: 320px;
}

.tm-call__chat .tm-chat {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Odada tek karsi taraf var ve konusmasi acik geliyor: kisi listesi ve
   ona donen geri butonu panelde bos yer kapliyordu. */
.tm-call__chat .tm-chat-aside,
.tm-call__chat .tm-chat-header__back {
    display: none;
}

.tm-call__chat .tm-chat-main {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

#toggleChatButton.is-active .ctrl__icon {
    background: var(--tm-indigo);
    color: #fff;
}

@media (max-width: 991px) {
    .tm-lobby__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tm-lobby__card {
        padding: 26px 20px 22px;
    }

    .tm-lobby__foot {
        align-items: stretch;
        flex-direction: column;
    }

    .tm-call__chat {
        width: 100%;
    }
}
