/* ==== Hareket Okulu v2 - ozel stiller ==== */

/* Iletisim bloklari: tek satir */
.contact-blocks-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 3rem;
    width: 100%;
    padding: 1rem 0;
}
.contact-block-item { flex: 1 1 200px; max-width: 320px; }

/* Atolye kartinda coklu fiyat metni */
.course-card-pricetext {
    padding: 10px 16px;
    background: #faf3ee;
    color: #d4622a;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #f0e2d6;
}

/* Modern satin alma karti */
.purchase-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    padding: 24px;
    margin-bottom: 24px;
}
.purchase-card-price { display: flex; align-items: baseline; gap: 12px; }
.purchase-card-price del { color: #b5b5b5; font-size: 18px; }
.purchase-card-price strong { color: #d4622a; font-size: 34px; line-height: 1; font-weight: 700; }
.purchase-card-kdv { color: #9a9a9a; font-size: 12px; margin-top: 4px; }
.purchase-card-pricetext {
    color: #d4622a; font-weight: 700; font-size: 16px; line-height: 1.6;
}
.purchase-card-meta { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px dashed #eee; }
.purchase-card-meta li { padding: 4px 0; color: #555; font-size: 14px; }
.purchase-card-meta li i { color: #d4622a; width: 20px; text-align: center; margin-right: 6px; }
.purchase-card-btn {
    margin-top: 18px; border-radius: 10px !important;
    padding: 12px 16px; font-weight: 600; cursor: pointer;
}
.course-dates-list .course-date-row {
    display: flex; justify-content: space-between; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid #f2f2f2;
}

/* ==== Mobil iyilestirmeler ==== */
@media (max-width: 991px) {
    .sticky-sidebar { position: static !important; margin-top: 2rem; }
    .contact-blocks-row { gap: 1.25rem; }
    .contact-block-item { flex: 1 1 100%; max-width: 100%; }
    .course-detail .col-lg-4 { margin-top: 1rem; }
    .purchase-card { padding: 18px; }
    .purchase-card-price strong { font-size: 28px; }
    h1 { font-size: 1.9rem; }
    .course-card { margin-left: auto; margin-right: auto; max-width: 420px; }
    #appointment .vw-50 { width: 100% !important; }
    .footer .text-right { text-align: center !important; margin-top: 1rem; }
    .footer .col-md-4 { text-align: center; }
}
@media (max-width: 576px) {
    .spacer-double-lg { padding-top: 3rem; padding-bottom: 3rem; }
    .course-detail-media-iframe iframe { width: 100%; height: 220px; }
}

/* Mobil: sabit sosyal butonlar icerigi kapatiyordu - kucult ve seffaflastir */
@media (max-width: 767px) {
    .socialCircle { transform: scale(.62); transform-origin: right center; opacity: .85; }
    .socialCircle:hover { opacity: 1; }
    .scroll-to-top { transform: scale(.75); }
    .course-detail.mt-5.pt-5 { margin-top: 1rem !important; padding-top: 0 !important; }
    .course-detail-content { font-size: 15px; }
    .course-date-row { flex-direction: column; gap: 2px; }
    .sidebar-widget-form .row > div { padding-left: 8px; padding-right: 8px; }
    .table-responsive, .course-detail-content table { display: block; overflow-x: auto; }
    img { max-width: 100%; height: auto; }
}

/* Satin al butonu: beyaz yazi */
.purchase-card-btn, .purchase-card-btn:hover, .purchase-card-btn:focus { color: #fff !important; }

/* Paket / saat secimi */
.purchase-card-label { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: #888; margin-bottom: 8px; }
.purchase-options { display: flex; flex-direction: column; gap: 8px; margin-bottom: 6px; }
.purchase-option {
    display: flex; align-items: center; gap: 10px; margin: 0;
    border: 1px solid #e7e7e7; border-radius: 10px; padding: 10px 14px;
    cursor: pointer; transition: border-color .15s, background .15s;
}
.purchase-option:has(input:checked) { border-color: #d4622a; background: #faf3ee; }
.purchase-option input { accent-color: #d4622a; margin: 0; }
.purchase-option-title { flex: 1; font-size: 14px; color: #333; }
.purchase-option-price { font-weight: 700; color: #d4622a; font-size: 15px; }

/* ==== Cerez bildirimi ==== */
.ho-cookie {
    position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 9999;
    display: none; align-items: center; gap: 20px;
    max-width: 980px; margin: 0 auto; padding: 18px 22px;
    background: #fff; border-radius: 14px; box-shadow: 0 12px 40px rgba(0,0,0,.18);
    border: 1px solid #eee; font-size: 13.5px; line-height: 1.6; color: #555;
}
.ho-cookie.is-visible { display: flex; animation: hoCookieUp .35s ease both; }
@keyframes hoCookieUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.ho-cookie-text { flex: 1 1 auto; }
.ho-cookie-text a { color: #d4622a; text-decoration: underline; }
.ho-cookie-actions { flex: 0 0 auto; display: flex; gap: 10px; }
.ho-cookie-btn {
    border: 0; cursor: pointer; padding: 10px 22px; border-radius: 9px;
    font-size: 13.5px; font-weight: 600; white-space: nowrap;
}
.ho-cookie-accept { background: #d4622a; color: #fff; }
.ho-cookie-accept:hover { background: #bb5322; }
.ho-cookie-reject { background: #f1f1f1; color: #555; }
.ho-cookie-reject:hover { background: #e4e4e4; }

/* Footer kurumsal linkler - tek satir */
.footer-corporate-links {
    list-style: none; margin: 26px 0 0; padding: 18px 0 0;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px;
}
.footer-corporate-links li { line-height: 1; }
.footer-corporate-links a { color: rgba(255,255,255,.62); font-size: 12.5px; }
.footer-corporate-links a:hover { color: #fff; text-decoration: underline; }

/* Form onay kutulari */

@media (max-width: 767px) {
    .ho-cookie { left: 10px; right: 10px; bottom: 10px; flex-direction: column; align-items: stretch; padding: 16px; gap: 14px; }
    .ho-cookie-actions { justify-content: stretch; }
    .ho-cookie-btn { flex: 1; }
    .footer-corporate-links { gap: 8px 16px; font-size: 12px; }
}

/* ==== Acilis perdesi & sayfa gecisi ==== */
/* Not: gizleme kurallari yalnizca .ho-anim (JS calisiyor) durumunda gecerli;
   JS devre disiysa site normal gorunur. */
.ho-veil {
    position: fixed; inset: 0; z-index: 99999;
    display: flex; align-items: center; justify-content: center;
    background: #f3f5f8;
    opacity: 1;
    transition: opacity .6s cubic-bezier(.4,0,.2,1);
}
.ho-veil.is-lifting { opacity: 0; pointer-events: none; }
.ho-veil.is-gone { display: none; }
.ho-veil.is-covering { display: flex; opacity: 1; pointer-events: all; transition: opacity .36s ease; }

.ho-veil-mark { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.ho-veil-mark img { width: 72px; height: 72px; animation: hoBreath 2.6s cubic-bezier(.45,0,.35,1) infinite; }
/* Nefes ritmi: yavas genisle, yavas birak */
@keyframes hoBreath {
    0%, 100% { transform: scale(.94); opacity: .78; }
    50%      { transform: scale(1.06); opacity: 1; }
}
.ho-veil-line {
    display: block; width: 64px; height: 2px; border-radius: 2px;
    background: linear-gradient(90deg, transparent, #d4622a, transparent);
    background-size: 200% 100%;
    animation: hoLine 2.6s cubic-bezier(.45,0,.35,1) infinite;
}
@keyframes hoLine {
    0%, 100% { background-position: 120% 0; opacity: .45; }
    50%      { background-position: -20% 0; opacity: 1; }
}

/* Icerik perde kalkarken yumusakca yerine oturur */
.ho-anim .wrapper { opacity: 0; transform: translateY(8px); }
.ho-anim.ho-ready .wrapper {
    opacity: 1; transform: none;
    transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}

/* Bolumler goruse girdikce belirir */
.ho-anim .ho-reveal { opacity: 0; transform: translateY(22px); }
.ho-anim .ho-reveal.ho-in {
    opacity: 1; transform: none;
    transition: opacity .85s cubic-bezier(.22,.68,.32,1), transform .85s cubic-bezier(.22,.68,.32,1);
}

@media (prefers-reduced-motion: reduce) {
    .ho-veil { display: none !important; }
    .ho-anim .wrapper, .ho-anim .ho-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .ho-veil-mark img, .ho-veil-line { animation: none !important; }
}

/* ================================================================
   GORSEL TAZELEME PAKETI — header, footer, buton & kart dili
   ================================================================ */

/* ---- Ust bilgi cubugu ---- */
.ho-topbar {
    background: linear-gradient(90deg, #c4551f, #d4622a 55%, #de7440);
    color: #fff; font-size: 12.5px; position: relative; z-index: 60;
}
.ho-topbar-ic { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 16px; }
.ho-topbar a { color: rgba(255,255,255,.92); margin-right: 18px; }
.ho-topbar a:hover { color: #fff; }
.ho-topbar i { margin-right: 5px; }
.ho-topbar-sag { color: rgba(255,255,255,.85); font-style: italic; letter-spacing: .2px; }

/* ---- Header ---- */
.ho-header { box-shadow: 0 1px 0 rgba(0,0,0,.05); }
.ho-header .header-section { background: rgba(255,255,255,.97); backdrop-filter: blur(8px); }
.ho-header.sticky-header { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
.ho-nav > li > a.nav-link {
    font-size: 13px; letter-spacing: .6px; text-transform: uppercase;
    position: relative; padding-bottom: 6px !important;
}
.ho-nav > li > a.nav-link::after {
    content: ""; position: absolute; left: 12px; right: 100%; bottom: 0; height: 2px;
    background: #d4622a; border-radius: 2px; transition: right .28s cubic-bezier(.4,0,.2,1);
}
.ho-nav > li > a.nav-link:hover::after { right: 12px; }
.ho-nav-cta { display: flex; align-items: center; margin-left: 10px; }
.ho-cta-btn {
    display: inline-block; background: #d4622a; color: #fff !important;
    padding: 9px 22px; border-radius: 999px; font-size: 13px; font-weight: 600;
    letter-spacing: .6px; text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(212,98,42,.35);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.ho-cta-btn:hover { background: #bb5322; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(212,98,42,.4); }

/* ---- Footer ---- */
.ho-footer { background: #262019; color: #cfc7bf; }
.ho-footer-ic { padding: 84px 15px 0; }
.ho-footer-kolonlar {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px;
    padding-bottom: 44px;
}
.ho-footer-logo { max-width: 190px; margin-bottom: 18px; }
.ho-footer-marka p { font-size: 14px; line-height: 1.8; color: #a89e94; max-width: 320px; }
.ho-footer-sosyal { display: flex; gap: 10px; margin-top: 18px; }
.ho-footer-sosyal a {
    display: flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,.07); color: #e8e2db; font-size: 15px;
    transition: background .2s ease, transform .2s ease;
}
.ho-footer-sosyal a:hover { background: #d4622a; color: #fff; transform: translateY(-2px); }
.ho-footer-menu h4 {
    color: #fff; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
    margin-bottom: 18px; position: relative; padding-bottom: 10px;
}
.ho-footer-menu h4::after {
    content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px;
    background: #d4622a; border-radius: 2px;
}
.ho-footer-menu ul { list-style: none; margin: 0; padding: 0; }
.ho-footer-menu li { padding: 5px 0; }
.ho-footer-menu a { color: #a89e94; font-size: 14px; transition: color .2s, padding-left .2s; }
.ho-footer-menu a:hover { color: #fff; padding-left: 4px; }
.ho-footer-alt {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 0 26px; display: flex; flex-wrap: wrap; gap: 10px 24px;
    align-items: center; justify-content: space-between; font-size: 12.5px; color: #8d8378;
}
.ho-footer .footer-corporate-links { border: 0; margin: 0; padding: 0; justify-content: flex-end; gap: 8px 18px; }
.ho-footer .footer-corporate-links a { color: #8d8378; font-size: 12px; }
.ho-footer .footer-corporate-links a:hover { color: #fff; }

/* ---- Buton dili (site geneli) ---- */
.btn-primary, .btn-secondary {
    border-radius: 10px !important;
    letter-spacing: .4px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}
.btn-primary:hover, .btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(212,98,42,.28);
}

/* ---- Kart dili ---- */
.course-card, article.card {
    border-radius: 16px !important; overflow: hidden;
    transition: transform .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
}
.course-card:hover, article.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12) !important;
}

/* ---- Form alanlari ---- */
.form-control, .sidebar-widget-form input {
    border-radius: 10px !important;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control:focus, .sidebar-widget-form input:focus {
    border-color: #d4622a !important;
    box-shadow: 0 0 0 3px rgba(212,98,42,.15) !important;
    outline: none;
}

/* ---- Ince dokunuslar ---- */
::selection { background: #d4622a; color: #fff; }
.gall { border-radius: 12px; }

/* ---- Mobil ---- */
@media (max-width: 991px) {
    .ho-topbar-sag { display: none; }
    .ho-topbar a span { display: none; }
    .ho-topbar a { font-size: 15px; }
    .ho-nav-cta { margin: 10px 0 4px; }
    .ho-footer-kolonlar { grid-template-columns: 1fr; gap: 34px; }
    .ho-footer-ic { padding-top: 70px; }
    .ho-footer-alt { flex-direction: column; align-items: flex-start; }
    .ho-footer .footer-corporate-links { justify-content: flex-start; }
}

/* ================================================================
   GORSEL TAZELEME 2 — header bosluk, iletisim/blog/kurs kartlari,
   detay sayfasi tipografisi
   ================================================================ */

/* Sabit header buyudu (ust cubuk +36px): icerige nefes payi */
.wrapper { padding-top: 36px; }

/* ---- Iletisim kartlari ---- */
.ho-iletisim-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    padding: 1rem 0 .5rem;
}
.ho-iletisim-kart {
    background: #fff; border: 1px solid #f0ece7; border-radius: 16px;
    padding: 26px 20px; text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}
.ho-iletisim-kart:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,.08); }
.ho-iletisim-ikon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 14px; margin-bottom: 14px;
    background: linear-gradient(135deg, #faf0e8, #f6e3d4);
    color: #d4622a; font-size: 20px;
}
.ho-iletisim-kart h4 {
    font-size: 12.5px; letter-spacing: 1.2px; text-transform: uppercase;
    color: #9a9188; margin-bottom: 6px;
}
.ho-iletisim-deger, .ho-iletisim-deger a { font-size: 15px; color: #3d3a37; }
.ho-iletisim-deger a:hover { color: #d4622a; }

/* ---- Blog kartlari ---- */
.ho-post-card {
    background: #fff; border-radius: 18px; overflow: hidden; width: 100%;
    display: flex; flex-direction: column; margin-bottom: 30px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    transition: transform .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
}
.ho-post-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(0,0,0,.11); }
.ho-post-card-gorsel { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.ho-post-card-gorsel img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.ho-post-card:hover .ho-post-card-gorsel img { transform: scale(1.05); }
.ho-post-card-icerik { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.ho-post-card-icerik h3 { font-size: 18px; line-height: 1.45; margin-bottom: 10px; }
.ho-post-card-icerik h3 a { color: #2f2b28; }
.ho-post-card-icerik h3 a:hover { color: #d4622a; }
.ho-post-card-icerik p { font-size: 14px; color: #7d766f; line-height: 1.7; flex: 1; }
.ho-post-card-devam {
    margin-top: 14px; font-size: 13.5px; font-weight: 600; color: #d4622a;
    letter-spacing: .3px;
}
.ho-post-card-devam span { display: inline-block; transition: transform .2s ease; }
.ho-post-card-devam:hover { color: #bb5322; }
.ho-post-card-devam:hover span { transform: translateX(4px); }

/* ---- Atolye kartlari ---- */
.ho-kurs-kart {
    background: #fff; border-radius: 18px; overflow: hidden; width: 100%;
    display: flex; flex-direction: column; margin-bottom: 30px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    transition: transform .28s cubic-bezier(.4,0,.2,1), box-shadow .28s cubic-bezier(.4,0,.2,1);
}
.ho-kurs-kart:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(0,0,0,.12); }
.ho-kurs-kart-gorsel { display: block; position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.ho-kurs-kart-gorsel img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.ho-kurs-kart:hover .ho-kurs-kart-gorsel img { transform: scale(1.05); }
.ho-kurs-kart-tarih {
    position: absolute; left: 14px; bottom: 14px;
    background: rgba(255,255,255,.94); color: #3d3a37;
    font-size: 12.5px; font-weight: 600; padding: 7px 13px; border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15); max-width: calc(100% - 28px);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ho-kurs-kart-tarih i { color: #d4622a; margin-right: 5px; }
.ho-kurs-kart-icerik { padding: 22px 24px 6px; flex: 1; }
.ho-kurs-kart-icerik h3 { font-size: 19px; line-height: 1.4; margin-bottom: 10px; }
.ho-kurs-kart-icerik h3 a { color: #2f2b28; }
.ho-kurs-kart-icerik h3 a:hover { color: #d4622a; }
.ho-kurs-kart-icerik p { font-size: 14px; color: #7d766f; line-height: 1.7; }
.ho-kurs-kart-alt {
    padding: 14px 24px 22px; display: flex; align-items: center;
    justify-content: space-between; gap: 14px; border-top: 1px solid #f4f0eb;
}
.ho-kurs-kart-fiyat { display: flex; flex-direction: column; line-height: 1.3; }
.ho-kurs-kart-fiyat del { color: #b5aca3; font-size: 13px; }
.ho-kurs-kart-fiyat strong { color: #d4622a; font-size: 21px; font-weight: 700; }
.ho-kurs-coklu { color: #d4622a; font-size: 12.5px; font-weight: 600; line-height: 1.5; }
.ho-kurs-kart-btn { white-space: nowrap; padding: 10px 18px !important; font-size: 13px !important; }

/* ---- Atolye detay: meta cipleri ---- */
.ho-cipler { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 4px; }
.ho-cip {
    display: inline-flex; align-items: center; gap: 7px;
    background: #fff; border: 1px solid #eee5dc; border-radius: 999px;
    padding: 8px 16px; font-size: 13.5px; color: #4a4642;
}
.ho-cip i { color: #d4622a; }
.ho-cip-vurgu { background: #e8f7ee; border-color: #cdeeda; color: #1d7a3d; }
.ho-cip-vurgu i { color: #1d7a3d; }

/* ---- Atolye detay: icerik tipografisi ---- */
.course-detail-content { font-size: 16px; line-height: 1.9; color: #4a4642; }
.course-detail-content p { margin-bottom: 1.1rem; }
.course-detail-content h3 {
    font-size: 21px; margin: 2.2rem 0 1rem; padding-left: 14px;
    position: relative; color: #2f2b28;
}
.course-detail-content h3::before {
    content: ""; position: absolute; left: 0; top: 4px; bottom: 4px;
    width: 4px; border-radius: 4px; background: #d4622a;
}
.course-detail-content ul { padding-left: 0; list-style: none; margin-bottom: 1.2rem; }
.course-detail-content ul li {
    position: relative; padding-left: 26px; margin-bottom: .5rem;
}
.course-detail-content ul li::before {
    content: "✓"; position: absolute; left: 0; top: 0;
    color: #d4622a; font-weight: 700;
}
.course-detail-content .divider { opacity: .6; }

/* ---- Ders tarihleri kartlari ---- */
.ho-tarih-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 6px; }
.ho-tarih-kart {
    display: flex; gap: 14px; align-items: center;
    background: #fff; border: 1px solid #f0e9e1; border-radius: 14px; padding: 14px 16px;
}
.ho-tarih-kart-gun {
    flex: 0 0 auto; width: 54px; height: 54px; border-radius: 12px;
    background: linear-gradient(135deg, #d4622a, #de7440); color: #fff;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    line-height: 1.1;
}
.ho-tarih-kart-gun b { font-size: 19px; }
.ho-tarih-kart-gun span { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; }
.ho-tarih-kart-bilgi { display: flex; flex-direction: column; line-height: 1.45; min-width: 0; }
.ho-tarih-kart-bilgi b { font-size: 14.5px; color: #2f2b28; }
.ho-tarih-kart-bilgi span { font-size: 13px; color: #8b837b; }
.ho-tarih-kart-bilgi small { font-size: 12px; color: #a39a91; }

/* ---- Mobil ---- */
@media (max-width: 991px) {
    .ho-iletisim-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .ho-tarih-grid { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .ho-iletisim-grid { grid-template-columns: 1fr; }
    .ho-kurs-kart-alt { flex-direction: column; align-items: stretch; text-align: center; }
}

/* ==== Degerlendirme formu ==== */
.ho-fb-form { margin-top: 2rem; }
.ho-fb-soru {
    background: #fff; border: 1px solid #f0ece7; border-radius: 16px;
    padding: 22px 24px; margin-bottom: 16px;
}
.ho-fb-soru > label { font-weight: 600; color: #2f2b28; font-size: 15.5px; display: block; margin-bottom: 8px; }
.ho-fb-soru > label small { color: #a39a91; font-weight: 400; }
.ho-fb-ipucu { font-size: 12.5px; color: #a39a91; margin: -2px 0 10px; }
.ho-yildizlar { display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.ho-yildizlar input { display: none; }
.ho-yildizlar label {
    font-size: 34px; color: #e2dcd5; cursor: pointer; margin: 0;
    transition: color .15s ease, transform .15s ease;
}
.ho-yildizlar label:hover, .ho-yildizlar label:hover ~ label,
.ho-yildizlar input:checked ~ label { color: #f5a623; }
.ho-yildizlar label:hover { transform: scale(1.15); }
.ho-fb-secenek { display: flex; gap: 12px; flex-wrap: wrap; }
.ho-fb-radyo {
    display: flex; align-items: center; gap: 8px; cursor: pointer;
    border: 1px solid #eee5dc; border-radius: 999px; padding: 9px 20px;
    font-size: 14px; color: #4a4642; margin: 0;
}
.ho-fb-radyo:has(input:checked) { border-color: #d4622a; background: #faf0e8; color: #d4622a; font-weight: 600; }
.ho-fb-gonder { padding: 14px !important; font-size: 15px !important; border-radius: 12px !important; }

/* ==== Yorum kartlari (site) ==== */
.ho-yorumlar { margin-top: 1rem; }
.ho-yorum-kart {
    background: #fff; border: 1px solid #f0ece7; border-radius: 18px;
    padding: 26px; margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
.ho-yorum-ust { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.ho-yorum-avatar {
    width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: 0 0 auto;
}
.ho-yorum-avatar-bas {
    width: 52px; height: 52px; border-radius: 50%; flex: 0 0 auto;
    background: linear-gradient(135deg, #d4622a, #de7440); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 19px;
}
.ho-yorum-kim b { display: block; color: #2f2b28; font-size: 15px; }
.ho-yorum-kim span { color: #f5a623; font-size: 14px; letter-spacing: 2px; }
.ho-yorum-metin { color: #55504b; font-size: 15px; line-height: 1.8; }
.ho-yorum-fayda {
    display: inline-block; background: #faf0e8; color: #b0521f;
    border-radius: 999px; padding: 6px 14px; font-size: 12.5px; margin-top: 12px;
}
.ho-yorum-medya { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.ho-yorum-medya img {
    width: 92px; height: 92px; object-fit: cover; border-radius: 10px;
    transition: transform .2s ease;
}
.ho-yorum-medya a:hover img { transform: scale(1.05); }
.ho-yorum-video { margin-top: 14px; }
.ho-yorum-video video { max-width: 100%; border-radius: 12px; }

/* ================================================================
   BEYAZ ZEMIN DENEMESI — geri almak icin bu blogu silmek yeterli
   ================================================================ */
body, .bg-light, section#news, section#contact { background-color: #fff !important; }
.curved-decoration svg path { fill: #fff !important; }
.ho-veil { background: #fff; }
/* Beyaz zeminde kartlar kenarlikla ayrissin */
.ho-post-card, .ho-kurs-kart, .ho-yorum-kart, .ho-iletisim-kart,
.purchase-card, .sidebar-widget, .ho-fb-soru, article.card {
    border: 1px solid #eee9e3 !important;
}

/* ================================================================
   FORM TEMIZLIGI — eski temanin ic golgeleri kaldirildi
   ================================================================ */
input.form-control, textarea.form-control, select.form-control,
.ho-basvuru-form input, .ho-basvuru-form textarea,
.sidebar-widget-form input, #orderDetails input:not([type="checkbox"]):not([type="radio"]) {
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    background: #fff !important;
    border: 1.5px solid #e7e0d8 !important;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    color: #3d3a37;
    transition: border-color .2s ease, box-shadow .2s ease;
    height: auto !important;
}
input.form-control:focus, textarea.form-control:focus,
.ho-basvuru-form input:focus, .ho-basvuru-form textarea:focus,
#orderDetails input:not([type="checkbox"]):not([type="radio"]):focus {
    border-color: #d4622a !important;
    box-shadow: 0 0 0 3px rgba(212,98,42,.13) !important;
    outline: none;
}
::placeholder { color: #b9b1a8 !important; opacity: 1; }

/* Basvuru formu: ust uste modern duzen */
.ho-basvuru-form label {
    display: block; font-size: 12.5px; font-weight: 600; color: #8b8378;
    letter-spacing: .3px; margin: 0 0 14px;
}
.ho-basvuru-form input, .ho-basvuru-form textarea {
    display: block; width: 100%; margin-top: 6px;
    font-weight: 400; color: #3d3a37;
}
.ho-basvuru-form textarea { resize: vertical; }
.sidebar-widget { border-radius: 16px; box-shadow: none; }
.sidebar-widget-detail-button a {
    display: block; text-align: center; background: #d4622a; color: #fff !important;
    padding: 12px; border-radius: 10px; font-weight: 600; cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.sidebar-widget-detail-button a:hover { background: #bb5322; transform: translateY(-1px); }

/* ==== Odeme formu (kisisel + fatura bilgileri) ==== */
/* Checkbox/radio'lar appearance:none kuralindan muaf - tiklanabilir ve gorunur kalsin */
input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: auto !important; appearance: auto !important;
    width: 18px !important; height: 18px !important; padding: 0 !important;
    accent-color: #d4622a; cursor: pointer; box-shadow: none !important;
    border: 0 !important; margin: 0;
}

/* Onay kutulari: ozel cizim, isaretlenince belirgin */
.ho-consent { margin: 0 0 10px; }
.ho-consent label {
    display: flex; align-items: flex-start; gap: 12px; margin: 0; cursor: pointer;
    padding: 13px 15px; border: 1.5px solid #e7e0d8; border-radius: 12px; background: #fff;
    font-size: 13.5px; line-height: 1.5; color: #5a5550; font-weight: 400;
    transition: border-color .18s, background .18s, box-shadow .18s;
}
.ho-consent label:hover { border-color: #d9c9bb; }
.ho-consent input[type="checkbox"] {
    -webkit-appearance: none !important; appearance: none !important;
    flex: 0 0 auto; width: 22px !important; height: 22px !important; margin-top: 1px;
    border: 2px solid #c9bfb4 !important; border-radius: 7px; background: #fff; position: relative;
    transition: background .15s, border-color .15s, transform .15s;
}
.ho-consent input[type="checkbox"]:checked {
    background: #d4622a; border-color: #d4622a !important;
}
.ho-consent input[type="checkbox"]:checked::after {
    content: ""; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px;
    border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg);
}
.ho-consent input[type="checkbox"]:focus-visible { box-shadow: 0 0 0 3px rgba(212,98,42,.25) !important; }
.ho-consent label.is-checked, .ho-consent label:has(input:checked) {
    border-color: #d4622a; background: #fdf4ee; color: #3d3a37; box-shadow: 0 0 0 1px #d4622a inset;
}
.ho-consent a { color: #d4622a; text-decoration: underline; font-weight: 600; }

/* Sayfa yerlesimi */
.ho-odeme { padding-bottom: 60px; }
.ho-odeme-baslik { margin: 40px 0 26px; }
.ho-odeme-baslik h1 { font-size: 30px; font-weight: 700; color: #2f2c29; margin: 0 0 6px; letter-spacing: -.3px; }
.ho-odeme-baslik p { color: #8b8378; font-size: 14.5px; margin: 0; }
.ho-odeme-baslik i, .ho-alan > span i { color: #d4622a; font-style: normal; }
.ho-odeme-yerlesim { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 32px; align-items: start; }

/* Bolumler */
.ho-bolum {
    background: #fff; border: 1px solid #eee9e3; border-radius: 18px; padding: 24px 26px 26px; margin-bottom: 18px;
}
.ho-bolum-baslik { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.ho-bolum-baslik > span {
    flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: #2f2c29; color: #fff;
    font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.ho-bolum-baslik h2 { font-size: 17px; font-weight: 700; color: #2f2c29; margin: 0 0 3px; }
.ho-bolum-baslik p { font-size: 13px; color: #9a9288; margin: 0; line-height: 1.45; }

/* Alanlar */
.ho-alanlar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.ho-alan { display: flex; flex-direction: column; gap: 7px; margin: 0; font-weight: 400; }
.ho-alan > span { font-size: 12.5px; font-weight: 600; color: #6d665e; letter-spacing: .2px; }
.ho-alan-tam { grid-column: 1 / -1; }
#orderDetails .ho-alan input, .ho-seans-form .ho-alan input, #orderDetails .ho-alan select, .ho-seans-form .ho-alan select, #orderDetails .ho-alan textarea, .ho-seans-form .ho-alan textarea {
    width: 100%; background: #faf8f5 !important; border: 1.5px solid #e7e0d8 !important; border-radius: 11px !important;
    padding: 13px 15px !important; font-size: 15px !important; color: #2f2c29; box-shadow: none !important;
    transition: border-color .18s, background .18s, box-shadow .18s; height: auto !important;
}
#orderDetails .ho-alan select, .ho-seans-form .ho-alan select {
    -webkit-appearance: none; appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a39a91' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 15px center; padding-right: 38px !important;
}
#orderDetails .ho-alan textarea, .ho-seans-form .ho-alan textarea { resize: vertical; min-height: 74px; }
#orderDetails .ho-alan input, .ho-seans-form .ho-alan input:focus, #orderDetails .ho-alan select, .ho-seans-form .ho-alan select:focus, #orderDetails .ho-alan textarea, .ho-seans-form .ho-alan textarea:focus {
    background: #fff !important; border-color: #d4622a !important; box-shadow: 0 0 0 3px rgba(212,98,42,.14) !important; outline: none;
}
.ho-alan.is-invalid > span { color: #c0392b; }
#orderDetails .ho-alan.is-invalid input, #orderDetails .ho-alan.is-invalid select, #orderDetails .ho-alan.is-invalid textarea, .ho-seans-form .ho-alan.is-invalid input, .ho-seans-form .ho-alan.is-invalid textarea {
    border-color: #e05a4a !important; background: #fff7f6 !important;
}
.ho-alan-hata, .ho-onay-liste .ho-alan-hata { font-size: 12.5px; color: #c0392b; font-weight: 500; display: block; }
.ho-onay-liste.is-invalid .ho-consent label { border-color: #e05a4a; }
.ho-onay-liste .ho-alan-hata { margin-top: 4px; }
.ho-hata-ozet {
    display: flex; gap: 10px; align-items: center; background: #fff2f0; border: 1px solid #f3c9c3; color: #a93226;
    border-radius: 12px; padding: 12px 16px; margin-bottom: 18px; font-size: 14px; font-weight: 500;
}

/* Fatura: anahtar (switch) */
.ho-switch-satir {
    display: flex; align-items: center; gap: 14px; margin: 0; cursor: pointer;
    padding: 14px 16px; border: 1.5px solid #e7e0d8; border-radius: 12px; background: #faf8f5;
    transition: border-color .18s, background .18s;
}
.ho-switch-satir.is-checked, .ho-switch-satir:has(input:checked) { border-color: #d4622a; background: #fdf4ee; }
.ho-switch-satir input { position: absolute; opacity: 0; width: 0 !important; height: 0 !important; }
.ho-switch {
    flex: 0 0 44px; width: 44px; height: 26px; border-radius: 999px; background: #cfc6bc; position: relative; transition: background .2s;
}
.ho-switch::after {
    content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .2s;
}
.ho-switch-satir input:checked + .ho-switch { background: #d4622a; }
.ho-switch-satir input:checked + .ho-switch::after { transform: translateX(18px); }
.ho-switch-satir input:focus-visible + .ho-switch { box-shadow: 0 0 0 3px rgba(212,98,42,.25); }
.ho-switch-metin { display: flex; flex-direction: column; gap: 2px; }
.ho-switch-metin b { font-size: 14.5px; color: #2f2c29; font-weight: 600; }
.ho-switch-metin small { font-size: 12.5px; color: #9a9288; }
.ho-fatura-alani { margin-top: 16px; padding-top: 18px; border-top: 1px dashed #e7e0d8; }

/* Bireysel / Kurumsal segment */
.ho-segment { display: inline-flex; background: #f1ece6; border-radius: 11px; padding: 4px; margin-bottom: 16px; }
.ho-segment label { margin: 0; cursor: pointer; }
.ho-segment input { position: absolute; opacity: 0; width: 0 !important; height: 0 !important; }
.ho-segment span {
    display: block; padding: 9px 22px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #6d665e; transition: all .18s;
}
.ho-segment input:checked + span { background: #fff; color: #d4622a; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.ho-segment input:focus-visible + span { box-shadow: 0 0 0 3px rgba(212,98,42,.25); }

/* Siparis ozeti */
.ho-ozet { position: sticky; top: 110px; }
.ho-ozet-kart { background: #2f2c29; color: #fff; border-radius: 18px; padding: 24px; }
.ho-ozet-etiket { font-size: 11.5px; letter-spacing: 1.2px; text-transform: uppercase; color: #b5ab9f; margin-bottom: 10px; }
.ho-ozet-urun { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 12px; }
.ho-ozet-gunler { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.ho-ozet-gunler li { font-size: 13px; color: #d9d1c6; display: flex; gap: 8px; align-items: center; }
.ho-ozet-gunler i { color: #d4622a; }
.ho-ozet-toplam { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; margin-top: 4px; }
.ho-ozet-toplam span { font-size: 14px; color: #b5ab9f; }
.ho-ozet-toplam strong { font-size: 26px; font-weight: 700; color: #fff; }
.ho-ozet-kdv { font-size: 12px; color: #8f867b; margin: 2px 0 18px; text-align: right; }
.ho-odeme-btn {
    width: 100%; border: 0; background: #d4622a; color: #fff; font-size: 15.5px; font-weight: 700;
    padding: 15px 20px; border-radius: 12px; cursor: pointer; transition: background .2s, transform .2s;
}
.ho-odeme-btn:hover:not(:disabled) { background: #bb5322; transform: translateY(-1px); }
.ho-odeme-btn:disabled { opacity: .65; cursor: wait; }
.ho-ozet-guven { font-size: 12px; color: #a49b90; line-height: 1.5; margin-top: 14px; display: flex; gap: 8px; align-items: flex-start; }
.ho-ozet-guven i { margin-top: 2px; color: #8bc34a; }
.ho-odeme-mobil-btn { margin-top: 6px; }
.ho-schedule-hint { font-weight: 400; color: #a39a91; text-transform: none; letter-spacing: 0; }

@media (max-width: 991px) {
    .ho-odeme-yerlesim { grid-template-columns: 1fr; }
    .ho-ozet { position: static; order: -1; }
    .ho-ozet-kart { padding: 20px; }
}
@media (max-width: 767px) {
    .ho-alanlar { grid-template-columns: 1fr; }
    .ho-bolum { padding: 20px 18px; border-radius: 14px; }
    .ho-odeme-baslik h1 { font-size: 24px; }
    .ho-odeme-baslik { margin-top: 0; }
}

/* ==== Anasayfa deneyim slider'i ==== */
.ho-deneyim-slider { margin: 0 -10px; position: relative; }
.ho-deneyim-slide { padding: 0 10px 8px; height: auto; }
.ho-deneyim-slider .slick-track { display: flex; }
.ho-deneyim-slider .slick-slide { height: auto; }
.ho-deneyim-slider .slick-slide > div, .ho-deneyim-slider .ho-yorum-kart { height: 100%; }
.ho-deneyim-ok {
    position: absolute; top: 42%; z-index: 5; width: 42px; height: 42px; border-radius: 50%;
    background: #fff; border: 1px solid #eee5dc; color: #d4622a !important;
    display: flex !important; align-items: center; justify-content: center; cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,.08); font-size: 14px;
}
.ho-deneyim-ok.slick-prev { left: -14px; } .ho-deneyim-ok.slick-next { right: -14px; }
.ho-deneyim-slider .slick-dots { display: flex !important; justify-content: center; gap: 6px; list-style: none; padding: 14px 0 0; margin: 0; }
.ho-deneyim-slider .slick-dots li button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: #e2dcd5; font-size: 0; padding: 0; }
.ho-deneyim-slider .slick-dots li.slick-active button { background: #d4622a; width: 22px; border-radius: 4px; }

/* ==== Sertifikalar sayfasi ==== */
.ho-sertifika-grid { display: flex; flex-direction: column; gap: 18px; margin-top: 24px; text-align: left; }
.ho-sertifika-kart {
    display: flex; gap: 22px; align-items: flex-start;
    background: #fff; border: 1px solid #eee9e3; border-radius: 16px; padding: 22px;
}
.ho-sertifika-gorsel { flex: 0 0 180px; display: block; border-radius: 10px; overflow: hidden; border: 1px solid #eee9e3; }
.ho-sertifika-gorsel img { width: 100%; display: block; }
.ho-sertifika-rozet {
    flex: 0 0 120px; height: 120px; border-radius: 50%; display: flex; flex-direction: column;
    align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 26px;
    background: radial-gradient(circle at 30% 30%, #5a8dd6, #3b5fc0 60%, #7a4fc9); letter-spacing: .5px;
}
.ho-sertifika-rozet small { font-size: 12px; vertical-align: super; }
.ho-sertifika-rozet em { font-style: italic; font-size: 13px; font-weight: 500; }
.ho-sertifika-rozet-fzt { background: radial-gradient(circle at 30% 30%, #e8905c, #d4622a 60%, #a8471c); }
.ho-sertifika-bilgi h3 { font-size: 19px; margin: 0 0 4px; }
.ho-sertifika-kurum { display: block; font-size: 13px; font-weight: 600; color: #d4622a; margin-bottom: 8px; }
.ho-sertifika-bilgi p { font-size: 14.5px; color: #6d665e; margin: 0 0 10px; }
.ho-sertifika-link { font-size: 13.5px; font-weight: 600; color: #d4622a !important; text-decoration: underline; }
@media (max-width: 640px) {
    .ho-sertifika-kart { flex-direction: column; }
    .ho-sertifika-gorsel { flex-basis: auto; width: 60%; }
}
.ho-sertifika-rozet-bfl { background: radial-gradient(circle at 30% 30%, #9b7bc4, #6a4a9e 60%, #4a2f78); }

/* ==== Bireysel seans formu ==== */
.ho-nedenler { display: flex; flex-wrap: wrap; gap: 10px; }
.ho-neden { margin: 0; cursor: pointer; }
.ho-neden input { position: absolute; opacity: 0; width: 0 !important; height: 0 !important; }
.ho-neden span {
    display: block; padding: 9px 18px; border-radius: 999px; border: 1.5px solid #e7e0d8; background: #faf8f5;
    font-size: 14px; font-weight: 600; color: #6d665e; transition: all .18s;
}
.ho-neden input:checked + span { background: #d4622a; border-color: #d4622a; color: #fff; }
.ho-neden input:focus-visible + span { box-shadow: 0 0 0 3px rgba(212,98,42,.25); }
.ho-nedenler.is-invalid .ho-neden span { border-color: #e05a4a; }
.ho-seans-form .ho-odeme-btn { width: auto; padding: 15px 44px; }
.ho-cta-btn-cizgili { background: transparent !important; color: #d4622a !important; box-shadow: inset 0 0 0 2px #d4622a; }
.ho-cta-btn-cizgili:hover { background: #d4622a !important; color: #fff !important; }

/* Acilir menu oku + mobil CTA'lar */
.ho-menu-ok { font-size: 9px; margin-left: 4px; opacity: .55; vertical-align: 2px; }
.ho-mobil-cta { gap: 10px; padding: 10px 14px; background: rgba(255,255,255,.97); border-top: 1px solid #f0ebe4; }
.ho-mobil-cta a { flex: 1; text-align: center; padding: 10px 12px; }
@media (max-width: 991px) {
    /* Header altindaki sabit cubukta zaten var - menu icinde tekrarlamasin */
    .ho-nav > li.ho-nav-cta { display: none; }
}

/* Mobilde acilir alt menuler: tikla-ac akordeon */
@media (max-width: 991px) {
    .ho-nav ul.drop {
        display: block !important; position: static; transform: none; opacity: 1; visibility: visible;
        background: #faf8f5; border-radius: 10px; padding: 0; width: auto !important;
        max-height: 0; overflow: hidden; transition: max-height .3s ease, margin .3s ease; margin: 0;
    }
    .ho-nav li.ho-acik > ul.drop { max-height: 420px; margin: 4px 0 8px; padding: 6px 0; }
    .ho-nav ul.drop li a { color: #6d665e; border-top-color: #eee9e3; font-size: 12.5px; padding: 8px 15px; }
    .ho-nav ul.drop li a:hover { color: #d4622a; }
    .ho-nav li.ho-acik > a .ho-menu-ok { transform: rotate(180deg); display: inline-block; }
}
