:root {
    --orange: #f97316;
    --orange-dark: #ea580c;
    --dark: #0f172a;
    --dark-2: #111827;
    --muted: #64748b;
    --bg: #f8fafc;
    --white: #ffffff;
    --border: #e2e8f0;
    --shadow: 0 14px 38px rgba(15, 23, 42, 0.075);
    --shadow-orange: 0 10px 22px rgba(249, 115, 22, 0.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--dark); background: var(--bg); line-height: 1.5; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 920px; }
.site-header { position: sticky; top: 0; z-index: 999; background: #fff; box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08); }
.site-header.is-scrolled .nav-wrap { min-height: 66px; }
.site-header.is-scrolled .brand-mark { width: 38px; height: 38px; }
.site-header.is-scrolled .brand-text strong { font-size: 24px; }
.topbar { background: #090f1c; color: #fff; font-size: 14px; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 34px; white-space: nowrap; }
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: 22px; }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; font-weight: 900; font-size: 20px; flex: 0 0 auto; }
.brand-text, .footer-brand span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong, .footer-brand strong { font-size: 27px; letter-spacing: -0.8px; font-weight: 950; }
.brand-text small, .footer-brand small { margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 600; }
.brand-logo img { max-height: 54px; width: auto; }
.main-nav { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.primary-menu li { position: relative; margin: 0; }
.primary-menu a { color: var(--dark); font-weight: 850; font-size: 14px; transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
.primary-menu a:hover { color: var(--orange); }
.primary-menu .menu-item-has-children > a::after { content: "⌄"; display: inline-block; margin-left: 7px; font-size: 12px; line-height: 1; transform: translateY(-1px); color: var(--orange); }
.primary-menu .sub-menu { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px); min-width: 310px; max-width: min(360px, 92vw); display: block; visibility: hidden; opacity: 0; pointer-events: none; list-style: none; margin: 0; padding: 10px; background: rgba(255,255,255,0.98); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 24px 60px rgba(15,23,42,0.16); z-index: 1200; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.primary-menu .sub-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.primary-menu .sub-menu li { width: 100%; }
.primary-menu .sub-menu a { display: flex; align-items: center; min-height: 44px; padding: 11px 13px; border-radius: 12px; color: var(--dark); font-size: 13px; line-height: 1.25; white-space: normal; }
.primary-menu .sub-menu a:hover { background: rgba(249,115,22,0.10); color: var(--orange-dark); transform: translateX(2px); }
.primary-menu > li:hover > .sub-menu,
.primary-menu > li:focus-within > .sub-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.header-actions { display: flex; align-items: center; gap: 16px; margin-left: 12px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.1; color: var(--dark); min-width: 140px; }
.header-phone strong { font-size: 18px; font-weight: 950; }
.header-phone small { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.btn { min-height: 46px; padding: 0 22px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; cursor: pointer; font-weight: 950; transition: all 0.2s ease; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-outline { border-color: rgba(255,255,255,0.45); color: #fff; background: rgba(255,255,255,0.04); }
.btn-outline:hover { border-color: var(--orange); background: rgba(249, 115, 22, 0.12); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--border); background: #fff; border-radius: 14px; padding: 12px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--dark); margin: 5px 0; border-radius: 4px; }

.hero { position: relative; overflow: hidden; color: #fff; min-height: 620px; display: flex; align-items: center; background: radial-gradient(circle at 72% 42%, rgba(249,115,22,0.20), transparent 28%), linear-gradient(105deg, rgba(9,15,28,0.97), rgba(15,23,42,0.88) 48%, rgba(15,23,42,0.72)), linear-gradient(135deg, #0f172a, #334155); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; right: -90px; bottom: -160px; width: 520px; height: 520px; background: rgba(249, 115, 22, 0.12); border-radius: 999px; filter: blur(4px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr); gap: 46px; align-items: center; padding-bottom: 76px; }
.eyebrow { color: var(--orange); font-weight: 950; text-transform: uppercase; letter-spacing: 0.09em; }
.hero h1 { font-size: clamp(40px, 4.7vw, 62px); line-height: 1.03; margin: 16px 0; letter-spacing: -2px; }
.hero p { max-width: 650px; color: rgba(255,255,255,0.88); font-size: 18px; line-height: 1.68; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-mini { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; margin-bottom: 28px; color: rgba(255,255,255,0.95); font-weight: 800; font-size: 14px; position: relative; z-index: 4; }
.lead-form { background: #fff; color: var(--dark); padding: 30px; border-radius: 24px; box-shadow: 0 34px 90px rgba(0,0,0,0.26); }
.form-badge { color: var(--orange); font-weight: 950; text-transform: uppercase; font-size: 13px; letter-spacing: 0.06em; }
.lead-form h2 { margin: 8px 0 8px; font-size: 27px; letter-spacing: -0.8px; }
.lead-form p { color: var(--muted); font-size: 14px; line-height: 1.55; margin-bottom: 18px; }
.lead-form label { display: block; margin-top: 12px; }
.lead-form label span { display: block; font-size: 13px; color: var(--muted); font-weight: 800; margin-bottom: 6px; }
.lead-form input, .lead-form select { width: 100%; height: 50px; border: 1px solid var(--border); border-radius: 14px; padding: 0 15px; font-size: 14px; color: var(--dark); background: #fff; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(249,115,22,0.12); }
.lead-form .btn { width: 100%; border: 0; margin-top: 18px; }
.lead-form small { display: block; margin-top: 12px; text-align: center; color: var(--muted); font-weight: 600; }
.form-success { background:#dcfce7; color:#166534; padding:12px 14px; border-radius:12px; font-weight:800; margin-bottom:14px; }

.trust-section { margin-top: -38px; position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #fff; border-radius: 24px; box-shadow: var(--shadow); padding: 18px; }
.trust-card { padding: 18px; border-right: 1px solid var(--border); }
.trust-card:last-child { border-right: 0; }
.trust-card b { display: block; font-size: 25px; color: var(--dark); font-weight: 950; }
.trust-card span { display: block; margin-top: 4px; color: var(--muted); font-weight: 800; }

.section { padding: 50px 0; }
.section-title { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.section-title span { color: var(--orange); font-weight: 950; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; }
.section-title h2 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 44px); line-height: 1.14; letter-spacing: -1px; }
.section-title p { color: var(--muted); font-size: 17px; margin: 0; }
.cards { display: grid; gap: 22px; }
.cards.five { grid-template-columns: repeat(5, 1fr); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card, .info-card, .review-card { background: #fff; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(226, 232, 240, 0.75); }
.card { overflow: hidden; padding: 18px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(15,23,42,0.12); }
.card-image { height: 136px; border-radius: 18px; background: linear-gradient(135deg, rgba(15,23,42,0.92), rgba(249,115,22,0.76)), linear-gradient(135deg, #111827, #fb923c); display: grid; place-items: center; margin-bottom: 18px; background-size: cover; background-position: center; }
.card-image.image-card::after { content:""; display:block; width:100%; height:100%; border-radius:18px; background:linear-gradient(180deg, rgba(15,23,42,0.05), rgba(15,23,42,0.18)); }
.card-image span { font-size: 34px; font-weight: 950; color: #fff; text-align:center; padding:0 12px; line-height:1.15; }
.card h3 { min-height: 52px; font-size: 18px; line-height: 1.25; margin: 0 0 10px; }
.card p { color: var(--muted); line-height: 1.65; margin: 0 0 18px; font-size: 14px; }
.card a, .info-card a { color: var(--orange); font-weight: 950; }

.dark-band { background: #090f1c; color: #fff; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats div { min-height: 180px; display:flex; flex-direction:column; justify-content:center; padding: 24px 18px; border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; background: rgba(255,255,255,0.03); }
.stats b { display: block; color: var(--orange); font-size: 42px; line-height: 1; font-weight: 950; }
.stats span { display: block; margin-top: 10px; color: rgba(255,255,255,0.84); font-weight: 850; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.photo-box { min-height: 360px; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, rgba(15,23,42,0.15), rgba(249,115,22,0.22)), linear-gradient(135deg, #1f2937, #fb923c); background-size: cover; background-position:center; display: flex; align-items: flex-end; padding: 34px; box-shadow: var(--shadow); }
.photo-box div { background: rgba(255,255,255,0.92); border-radius: 20px; padding: 18px 20px; }
.photo-box strong { display: block; font-size: 20px; }
.photo-box span { display: block; margin-top: 6px; color: var(--muted); font-weight: 700; }
.content-box h2, .local-seo h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.12; margin: 12px 0 18px; letter-spacing: -1px; }
.content-box p, .local-seo p { color: var(--muted); font-size: 17px; line-height: 1.85; }
.check-list { list-style: none; padding: 0; margin: 22px 0 28px; }
.check-list li { margin: 12px 0; color: var(--dark); font-weight: 800; }
.check-list li::before { content: "✓"; color: var(--orange); margin-right: 10px; font-weight: 950; }
#egitimler, #neden-owl, #sinav-merkezi, #iletisim, #hizli-kayit { scroll-margin-top: 120px; }
.exam-section { background: #fff; }
.info-card { padding: 30px; min-height: 190px; }
.info-card h3 { font-size: 24px; margin: 0 0 12px; }
.info-card p { color: var(--muted); line-height: 1.7; }
.reviews-section { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { padding: 28px; }
.review-card b { display: block; font-size: 18px; }
.review-card span { display: block; color: #f59e0b; margin: 8px 0 10px; letter-spacing: 2px; }
.review-card p { color: var(--muted); line-height: 1.7; margin: 0; }
.local-seo { background: linear-gradient(180deg, #fff, var(--bg)); }
.local-seo .narrow { background: #fff; border-radius: 24px; padding: 42px; box-shadow: var(--shadow); }
.faq-section { background: var(--bg); }
.faq { max-width: 860px; margin: 0 auto; }
.faq details { background: #fff; border-radius: 18px; padding: 22px 24px; margin-bottom: 14px; box-shadow: 0 10px 28px rgba(15,23,42,0.06); border: 1px solid var(--border); }
.faq summary { cursor: pointer; font-weight: 950; font-size: 18px; }
.faq p { color: var(--muted); line-height: 1.68; }

.site-footer { background: #080d16; color: #fff; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 46px; }
.site-footer h3 { margin: 0 0 18px; }
.site-footer p, .site-footer a, .footer-seo { color: #cbd5e1; }
.site-footer a { display: block; margin: 10px 0; }
.footer-brand { margin: 0 0 18px; color: #fff; }
.footer-brand small { color: #cbd5e1; }
.footer-seo { margin-top: 42px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0; text-align: center; color: #94a3b8; font-size: 14px; }
.mobile-cta { display: none; }

.page-content { min-height: 420px; }
.page-content h1 { font-size: 44px; }

@media (max-width: 1100px) {
    .cards.five { grid-template-columns: repeat(3, 1fr); }
    .hero-grid { gap: 40px; }
}
@media (max-width: 920px) {
    body { padding-bottom: 62px; }
    .topbar-inner { justify-content: flex-start; overflow-x: auto; gap: 18px; font-size: 12px; }
    .nav-wrap { min-height: 76px; }
    .brand-text strong { font-size: 24px; }
    .brand-text small { font-size: 11px; }
    .header-phone, .header-btn { display: none; }
    .menu-toggle { display: block; }
    .main-nav { position: absolute; top: 102px; left: 16px; right: 16px; display: none; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); padding: 16px; }
    .main-nav.is-open { display: block; }
    .primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
    .primary-menu a { display: block; padding: 14px; border-radius: 12px; }
    .primary-menu a:hover { background: rgba(249, 115, 22, 0.1); }
    .primary-menu .menu-item-has-children > a::after { float: right; margin-top: 3px; }
    .primary-menu .sub-menu { position: static; visibility: visible; opacity: 1; pointer-events: auto; transform: none; min-width: 0; max-width: none; width: 100%; margin: 4px 0 8px; padding: 6px; box-shadow: none; border-radius: 14px; background: #f8fafc; border: 1px solid var(--border); }
    .primary-menu .sub-menu::before { display: none; }
    .primary-menu .sub-menu a { font-size: 13px; min-height: 40px; padding: 10px 12px 10px 22px; }
    .hero { min-height: auto; padding: 58px 0 82px; }
    .hero-grid, .split { grid-template-columns: 1fr; }
    .hero h1 { font-size: 40px; letter-spacing: -1px; }
    .lead-form { padding: 28px; }
    .trust-section { margin-top: -42px; }
    .trust-grid, .stats, .cards.three, .review-grid, .footer-grid { grid-template-columns: 1fr; }
    .trust-card { border-right: 0; border-bottom: 1px solid var(--border); }
    .trust-card:last-child { border-bottom: 0; }
    .cards.five { grid-template-columns: 1fr 1fr; }
    .section { padding: 44px 0; }
    .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); z-index: 999; background: #fff; box-shadow: 0 -12px 35px rgba(15,23,42,0.14); }
    .mobile-cta a { text-align: center; padding: 15px 6px; font-weight: 950; font-size: 14px; }
    .mobile-cta a:nth-child(2) { background: var(--orange); color: #fff; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 24px, 1180px); }
    .brand-mark { width: 42px; height: 42px; border-radius: 14px; }
    .hero h1 { font-size: 34px; }
    .hero p { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .cards.five { grid-template-columns: 1fr; }
    .section-title h2, .content-box h2, .local-seo h2 { font-size: 27px; }
    .local-seo .narrow { padding: 28px; }
    .photo-box { min-height: 320px; padding: 18px; }
    .lead-form h2 { font-size: 26px; }
}


/* Google review card polish */
.review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.review-head img,
.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.review-head img {
    object-fit: cover;
}

.review-avatar {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-weight: 950;
}

.review-head small {
    display: block;
    color: var(--muted);
    font-weight: 700;
    margin-top: 2px;
}

/* === OWL v5 hero overlap and mobile polish fixes === */
@media (min-width: 921px) {
    .hero { min-height: 620px; }
    .hero-grid { padding-bottom: 76px; }
    .hero-mini { margin-bottom: 34px; }
    .trust-section { margin-top: -38px; }
}

@media (max-width: 920px) {
    .hero-grid { padding-bottom: 0; }
    .hero-mini { margin-bottom: 14px; font-size: 13px; gap: 10px; }
    .lead-form { margin-top: 8px; }
    .trust-section { margin-top: -28px; }
    .trust-grid { gap: 0; padding: 14px; }
    .trust-card { padding: 14px; }
    .trust-card b { font-size: 22px; }
}

@media (max-width: 620px) {
    .topbar { font-size: 11px; }
    .nav-wrap { min-height: 66px; }
    .brand-logo img { max-height: 42px; max-width: 150px; }
    .hero { padding-top: 36px; padding-bottom: 62px; }
    .hero h1 { font-size: 31px; line-height: 1.08; letter-spacing: -0.8px; }
    .hero p { font-size: 15px; line-height: 1.55; }
    .lead-form { padding: 22px; border-radius: 20px; }
    .lead-form input, .lead-form select { height: 46px; }
    .trust-card { text-align: left; }
    .footer-grid, .site-footer { text-align: left; }
}

.footer-social,
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-social a,
.footer-legal a {
    display: inline-flex;
    margin: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: #e2e8f0;
    font-weight: 800;
    font-size: 13px;
}

.footer-social a:hover,
.footer-legal a:hover {
    background: rgba(249,115,22,0.18);
    color: #fff;
}


.footer-brand-logo { align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.footer-logo-img { display: block; max-width: 220px; max-height: 72px; width: auto; height: auto; object-fit: contain; }
.footer-logo-fallback { width: 50px; height: 50px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; background: #ff6b16; color: #fff; font-weight: 900; font-size: 24px; text-decoration: none; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #ff7a1a; }
.site-footer p a { color: #e8eefb; font-weight: 700; }
.site-footer p a:hover { color: #ff7a1a; }
.footer-grid > div:nth-child(2) > a { display: block; margin: 0 0 12px; }
.footer-legal a { font-size: 12px; }


/* v5.2.2: centered education cards, premium mobile CTA, back-to-top */
.cards.education-cards {
    grid-template-columns: repeat(auto-fit, minmax(205px, 230px));
    justify-content: center;
    align-items: stretch;
}
.cards.education-cards .card {
    width: 100%;
}
.review-head img,
.review-avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(249,115,22,0.18);
    border: 3px solid #fff4ec;
}
.review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-weight: 950;
}
.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 28px;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-size: 24px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 18px 45px rgba(249,115,22,0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .22s ease;
    z-index: 1000;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover {
    transform: translateY(-3px);
}
@media (max-width: 768px) {
    .mobile-cta {
        left: 12px;
        right: 12px;
        bottom: 12px;
        display: grid;
        grid-template-columns: 1fr 1.15fr 1fr;
        gap: 8px;
        padding: 8px;
        border-radius: 22px;
        background: rgba(255,255,255,0.94);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(226,232,240,.95);
        box-shadow: 0 -10px 45px rgba(15,23,42,.18);
    }
    .mobile-cta a {
        min-height: 54px;
        padding: 8px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-direction: column;
        border-radius: 17px;
        font-size: 12px;
        line-height: 1.1;
        color: #0f172a;
        background: #f8fafc;
        text-decoration: none;
        box-shadow: inset 0 0 0 1px rgba(226,232,240,.8);
    }
    .mobile-cta a span { font-size: 18px; line-height: 1; }
    .mobile-cta a b { font-weight: 950; }
    .mobile-cta a:nth-child(2),
    .mobile-cta-main {
        background: linear-gradient(135deg, var(--orange), var(--orange-dark)) !important;
        color: #fff !important;
        box-shadow: 0 12px 28px rgba(249,115,22,.28) !important;
    }
    .mobile-cta-whatsapp { color: #075e54 !important; }
    .mobile-cta-call { color: #0f172a !important; }
    .back-to-top {
        right: 16px;
        bottom: 92px;
        width: 46px;
        height: 46px;
        border-radius: 15px;
        font-size: 22px;
    }
}
@media (max-width: 520px) {
    .cards.education-cards { grid-template-columns: minmax(0, 1fr); }
}


/* v5.2.3 Premium mobile contact bar */
.premium-mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    pointer-events: none;
}

.premium-mobile-cta .mobile-cta-btn {
    pointer-events: auto;
    min-height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.26);
    border: 1px solid rgba(255,255,255,0.22);
    transform: translateZ(0);
}

.premium-mobile-cta .mobile-cta-whatsapp {
    background: linear-gradient(135deg, #18d367 0%, #05a84f 100%);
}

.premium-mobile-cta .mobile-cta-call {
    background: linear-gradient(135deg, #1687ff 0%, #0069e8 100%);
}

.premium-mobile-cta .mobile-cta-svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #fff;
}

.premium-mobile-cta .mobile-cta-btn:active {
    transform: translateY(1px);
}

.back-to-top {
    bottom: 88px;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 92px;
    }

    .premium-mobile-cta {
        display: grid;
    }

    .mobile-cta:not(.premium-mobile-cta) {
        display: none !important;
    }
}

@media (max-width: 390px) {
    .premium-mobile-cta {
        left: 10px;
        right: 10px;
        gap: 8px;
    }

    .premium-mobile-cta .mobile-cta-btn {
        min-height: 56px;
        border-radius: 16px;
        font-size: 14px;
        gap: 8px;
    }

    .premium-mobile-cta .mobile-cta-svg {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }
}


/* v5.2.4 Mobile button settings */
.premium-mobile-cta-count-1 {
    grid-template-columns: 1fr;
}

.premium-mobile-cta-small .mobile-cta-btn {
    min-height: 50px;
    border-radius: 15px;
    font-size: 14px;
}

.premium-mobile-cta-medium .mobile-cta-btn {
    min-height: 58px;
    border-radius: 18px;
    font-size: 15px;
}

.premium-mobile-cta-large .mobile-cta-btn {
    min-height: 66px;
    border-radius: 21px;
    font-size: 16px;
}

.owl-panel-desc {
    color: #64748b;
    font-size: 15px;
    margin: -4px 0 18px;
}

.owl-field select {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #dbe5f0;
    padding: 0 14px;
    background: #fff;
}


/* v5.3.4: Eğitim kartları 5'li masaüstü grid düzeltmesi */
@media (min-width: 1201px) {
    #egitimler.container {
        width: min(1380px, calc(100% - 32px));
    }

    #egitimler .cards.education-cards {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 20px !important;
        justify-content: stretch !important;
        align-items: stretch !important;
    }

    #egitimler .cards.education-cards .card {
        min-width: 0 !important;
        width: 100% !important;
        padding: 16px;
    }

    #egitimler .cards.education-cards .card-image {
        height: 128px;
    }

    #egitimler .cards.education-cards .card h3 {
        font-size: 17px;
        min-height: 48px;
    }

    #egitimler .cards.education-cards .card p {
        font-size: 13.5px;
        line-height: 1.6;
    }
}

@media (min-width: 921px) and (max-width: 1200px) {
    #egitimler .cards.education-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        justify-content: stretch !important;
    }
}

@media (min-width: 621px) and (max-width: 920px) {
    #egitimler .cards.education-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        justify-content: stretch !important;
    }
}

@media (max-width: 620px) {
    #egitimler .cards.education-cards {
        grid-template-columns: 1fr !important;
        justify-content: stretch !important;
    }
}

/* v5.3.7 Mobile menu submenu fix */
@media (max-width: 920px) {
    .main-nav {
        top: calc(100% + 4px) !important;
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: calc(100vw - 32px) !important;
        max-height: calc(100vh - 180px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        z-index: 1400 !important;
    }

    .primary-menu,
    .primary-menu li {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .primary-menu .menu-item-has-children > a {
        position: relative;
        padding-right: 42px !important;
    }

    .primary-menu .menu-item-has-children > a::after {
        position: absolute !important;
        right: 14px !important;
        top: 50% !important;
        float: none !important;
        margin: 0 !important;
        transform: translateY(-50%) rotate(0deg) !important;
        transition: transform .18s ease;
    }

    .primary-menu .menu-item-has-children.is-submenu-open > a::after {
        transform: translateY(-50%) rotate(180deg) !important;
    }

    .primary-menu .sub-menu {
        display: none !important;
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 6px 0 12px 0 !important;
        padding: 8px !important;
        box-sizing: border-box !important;
        background: #f8fafc !important;
        border: 1px solid var(--border) !important;
        border-radius: 16px !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    .primary-menu .menu-item-has-children.is-submenu-open > .sub-menu {
        display: block !important;
    }

    .primary-menu .sub-menu a {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 14px !important;
        border-radius: 12px !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }
}


/* v5.3.8 - Otomatik Hizmet Bölgelerimiz footer sütunu */
.site-footer .footer-grid {
    grid-template-columns: 1.35fr 0.85fr 0.95fr 1.1fr;
    gap: 42px;
    align-items: flex-start;
}
.footer-regions h3 { margin-top: 0; }
.footer-region-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
}
.footer-region-links a {
    color: rgba(255,255,255,0.88);
    font-weight: 750;
    font-size: 14px;
    line-height: 1.3;
    transition: color .2s ease, transform .2s ease;
}
.footer-region-links a:hover {
    color: var(--orange);
    transform: translateX(2px);
}
@media (max-width: 980px) {
    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 620px) {
    .site-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-region-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* v5.3.9 - Premium Admin Login Button */
.btn-admin-login {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 14px;
    color: #0f172a;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 10px 24px rgba(15,23,42,.07);
    font-size: 13px;
}
.btn-admin-login:hover {
    color: #fff;
    background: var(--dark);
    border-color: var(--dark);
    transform: translateY(-1px);
}
@media (max-width: 1180px) {
    .btn-admin-login {
        display: none;
    }
}


/* v5.4.0 - Premium taşma yapmayan mega menü */
.nav-premium.nav-wrap{
    gap: clamp(10px, 1.2vw, 18px);
}
.nav-premium .brand{flex:0 0 auto;margin-right:0;}
.nav-premium .brand-logo img{max-height:48px;max-width:160px;object-fit:contain;}
.nav-premium .main-nav{flex:1 1 auto;min-width:0;margin-left:0;display:flex;justify-content:center;}
.nav-premium .primary-menu{width:100%;justify-content:center;gap:clamp(4px,.65vw,12px);min-width:0;}
.nav-premium .primary-menu>li{flex:0 1 auto;min-width:0;}
.nav-premium .primary-menu>li>a{
    display:flex;align-items:center;justify-content:center;gap:6px;
    min-height:38px;padding:0 clamp(7px,.75vw,13px);border-radius:14px;
    font-size:clamp(12px,.82vw,14px);font-weight:950;line-height:1.05;
    white-space:nowrap;max-width:132px;overflow:hidden;text-overflow:ellipsis;
}
.nav-premium .primary-menu>li>a:hover{background:#fff7ed;color:var(--orange-dark);}
.nav-premium .primary-menu .menu-item-has-children>a::after{content:"";width:6px;height:6px;border-right:2px solid var(--orange);border-bottom:2px solid var(--orange);transform:rotate(45deg) translateY(-2px);margin-left:2px;flex:0 0 auto;}
.nav-premium .header-actions{flex:0 0 auto;gap:10px;margin-left:0;}
.nav-premium .header-phone{min-width:124px;}
.nav-premium .header-phone strong{font-size:17px;line-height:1.05;}
.nav-premium .header-btn{padding:0 18px;min-width:118px;}
.nav-premium .btn-admin-login.is-icon-only{width:46px;min-width:46px;padding:0;border-radius:16px;font-size:18px;}
.nav-premium .btn-admin-login.is-icon-only span{line-height:1;}

.nav-premium .primary-menu>.menu-item-has-children>.sub-menu.owl-mega-sub{
    left:50%;transform:translateX(-50%) translateY(8px);
    width:min(760px,calc(100vw - 40px));max-width:min(760px,calc(100vw - 40px));
    min-width:640px;padding:14px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:12px;
}
.nav-premium .primary-menu>.menu-item-has-children:hover>.sub-menu.owl-mega-sub,
.nav-premium .primary-menu>.menu-item-has-children:focus-within>.sub-menu.owl-mega-sub{transform:translateX(-50%) translateY(0);}
.nav-premium .owl-mega-card{grid-row:1 / span 12;width:100%!important;}
.nav-premium .owl-mega-visual{
    min-height:100%;border-radius:18px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;
    background:linear-gradient(135deg,#0f172a,#f97316);background-size:cover;background-position:center;color:#fff;overflow:hidden;
}
.nav-premium .owl-mega-visual span{align-self:flex-start;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.2);padding:5px 9px;border-radius:999px;font-size:11px;font-weight:950;letter-spacing:.08em;}
.nav-premium .owl-mega-visual strong{font-size:20px;line-height:1.12;}
.nav-premium .owl-mega-visual em{font-style:normal;color:rgba(255,255,255,.86);font-size:13px;line-height:1.45;font-weight:750;}
.nav-premium .owl-mega-visual a{display:inline-flex!important;min-height:38px!important;align-items:center;justify-content:center;background:#fff;color:#0f172a!important;border-radius:12px!important;padding:0 12px!important;font-size:12px!important;font-weight:950!important;margin-top:6px;}
.nav-premium .owl-mega-sub>li:not(.owl-mega-card)>a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;min-height:48px;}
.nav-premium .owl-menu-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#f1f5f9;font-size:16px;flex:0 0 auto;}
.nav-premium .owl-menu-label{min-width:0;overflow:hidden;text-overflow:ellipsis;}

@media (max-width:1280px){
    .nav-premium .brand-logo img{max-width:138px;}
    .nav-premium .primary-menu>li>a{max-width:116px;font-size:12px;padding:0 7px;}
    .nav-premium .header-phone{display:none;}
}
@media (max-width:1080px){
    .nav-premium .btn-admin-login{display:none;}
    .nav-premium .header-btn{min-width:auto;padding:0 15px;}
}
@media (max-width:920px){
    .nav-premium .brand-logo img{max-height:44px;max-width:145px;}
    .nav-premium .main-nav{display:none;justify-content:flex-start;}
    .nav-premium .main-nav.is-open{display:block;}
    .nav-premium .primary-menu>li>a{max-width:none;justify-content:flex-start;min-height:46px;font-size:15px;padding:0 14px;}
    .nav-premium .primary-menu>.menu-item-has-children>.sub-menu.owl-mega-sub{display:none!important;grid-template-columns:1fr;min-width:0;width:100%;max-width:100%;padding:8px;}
    .nav-premium .primary-menu>.menu-item-has-children.is-submenu-open>.sub-menu.owl-mega-sub{display:block!important;}
    .nav-premium .owl-mega-card{display:none;}
    .nav-premium .owl-mega-sub>li:not(.owl-mega-card)>a{display:flex;}
}


/* v5.4.1 - Premium Mega Menü revizyonu: tam okunan masaüstü, sağ hamburger mobil, 👤 yönetim */
@media (min-width: 921px){
    .nav-premium.nav-wrap{
        gap: clamp(8px, .9vw, 16px);
    }
    .nav-premium .brand-logo img{
        max-width: clamp(118px, 9.4vw, 156px);
        max-height: 46px;
    }
    .nav-premium .primary-menu{
        gap: clamp(4px, .45vw, 10px);
    }
    .nav-premium .primary-menu>li>a{
        max-width: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
        font-size: clamp(12px, .76vw, 14px) !important;
        padding: 0 clamp(7px, .62vw, 12px) !important;
        letter-spacing: -.01em;
    }
    .nav-premium .primary-menu>li>a .owl-menu-label{
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        display: inline-block;
    }
    .nav-premium .header-actions{
        gap: 8px;
    }
    .nav-premium .header-phone{
        min-width: 112px;
    }
    .nav-premium .header-phone strong{
        font-size: 16px;
    }
    .nav-premium .header-btn{
        min-width: 112px;
        padding: 0 16px;
    }
    .nav-premium .btn-admin-login.is-icon-only{
        display: inline-flex !important;
        width: 46px;
        min-width: 46px;
        height: 46px;
        padding: 0;
        font-size: 20px;
        border-radius: 16px;
    }
}
@media (min-width: 921px) and (max-width: 1280px){
    .nav-premium .header-phone{
        display:none;
    }
}
@media (min-width: 921px) and (max-width: 1080px){
    .nav-premium .header-btn{
        display:none;
    }
}

/* Mega menü: seçilen görseli daha net kullanır, geniş alanı dengeler */
.nav-premium .primary-menu>li>.owl-mega-sub{
    width: min(760px, calc(100vw - 48px)) !important;
    max-width: min(760px, calc(100vw - 48px)) !important;
    min-width: min(680px, calc(100vw - 48px)) !important;
    grid-template-columns: 280px minmax(280px, 1fr) !important;
    gap: 20px !important;
    padding: 16px !important;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
}
.nav-premium .primary-menu>li:hover>.owl-mega-sub,
.nav-premium .primary-menu>li:focus-within>.owl-mega-sub{
    transform: translateX(-50%) translateY(0);
}
.nav-premium .owl-mega-visual{
    min-height: 265px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 22px !important;
}
.nav-premium .owl-mega-sub>li:not(.owl-mega-card)>a{
    white-space: normal !important;
    word-break: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.25 !important;
}

/* Mobil header: logo solda, hamburger her zaman sağda */
@media (max-width: 920px){
    .site-header{
        z-index: 2000;
    }
    .nav-wrap,
    .nav-premium.nav-wrap{
        min-height: 72px;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .brand{
        margin-right: 0 !important;
        flex: 0 1 auto;
        min-width: 0;
    }
    .brand-logo img{
        max-width: 150px;
        max-height: 48px;
        object-fit: contain;
    }
    .header-actions{
        margin-left: auto !important;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .header-phone,
    .header-btn,
    .btn-admin-login{
        display:none !important;
    }
    .menu-toggle{
        display: inline-flex !important;
        align-items:center;
        justify-content:center;
        flex-direction:column;
        width: 54px;
        height: 54px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 14px 32px rgba(15,23,42,.10);
        flex: 0 0 auto;
        margin-left: auto;
    }
    .menu-toggle span{
        width: 25px;
        height: 2.5px;
        margin: 3.5px 0;
    }

    /* Mobil menü drawer/kart */
    .main-nav{
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 14px !important;
        right: 14px !important;
        width: auto !important;
        max-height: calc(100vh - 135px);
        overflow-y: auto;
        display: none;
        padding: 16px !important;
        border-radius: 28px !important;
        background: rgba(255,255,255,.98) !important;
        border: 1px solid rgba(226,232,240,.95) !important;
        box-shadow: 0 28px 75px rgba(15,23,42,.22) !important;
        z-index: 2500;
    }
    .main-nav.is-open{
        display: block !important;
    }
    .primary-menu{
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap: 6px !important;
    }
    .nav-premium .primary-menu>li>a,
    .primary-menu>li>a{
        max-width:none !important;
        width:100%;
        display:flex !important;
        align-items:center;
        justify-content:space-between !important;
        min-height: 52px !important;
        padding: 14px 16px !important;
        border-radius: 18px !important;
        font-size: 18px !important;
        line-height:1.25 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
    .primary-menu>li>a .owl-menu-label{
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
    .primary-menu .menu-item-has-children>a::after,
    .nav-premium .primary-menu .menu-item-has-children>a::after{
        content:"";
        width:8px;
        height:8px;
        border-right:2px solid var(--orange);
        border-bottom:2px solid var(--orange);
        transform: rotate(45deg);
        margin-left: 12px;
        flex: 0 0 auto;
    }
    .primary-menu .menu-item-has-children.is-open>a::after{
        transform: rotate(-135deg);
    }

    .primary-menu .sub-menu,
    .nav-premium .primary-menu>li>.owl-mega-sub{
        display:none !important;
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        width:100% !important;
        min-width:0 !important;
        max-width:none !important;
        margin: 4px 0 10px !important;
        padding: 10px !important;
        border-radius: 20px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: none !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .primary-menu .menu-item-has-children.is-open>.sub-menu{
        display:block !important;
    }
    .nav-premium .primary-menu .menu-item-has-children.is-open>.owl-mega-sub{
        display:block !important;
    }
    .owl-mega-card{
        margin-bottom: 8px !important;
    }
    .nav-premium .owl-mega-visual{
        min-height: 170px !important;
        border-radius: 18px !important;
    }
    .nav-premium .owl-mega-visual strong{
        font-size: 22px !important;
    }
    .primary-menu .sub-menu a,
    .nav-premium .owl-mega-sub>li:not(.owl-mega-card)>a{
        display:flex !important;
        align-items:center !important;
        gap: 10px !important;
        min-height: 48px !important;
        padding: 12px 13px !important;
        border-radius: 14px !important;
        font-size: 15px !important;
        line-height:1.25 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        color: var(--dark) !important;
        background: #fff;
    }
    .owl-menu-icon{
        width:32px !important;
        height:32px !important;
        min-width:32px !important;
        border-radius: 12px !important;
    }
}
@media (max-width: 460px){
    .brand-logo img{
        max-width: 130px;
    }
    .main-nav{
        left: 10px !important;
        right: 10px !important;
        padding: 12px !important;
    }
    .nav-premium .primary-menu>li>a,
    .primary-menu>li>a{
        font-size: 17px !important;
        min-height: 50px !important;
    }
}


/* =========================================================
   OWL Eğitim 1.1.0 - Mevcut içerik uyumluluk ve iç sayfa tasarımı
   Mevcut yazı/sayfa verisini değiştirmez.
   ========================================================= */

.inner-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 20%, rgba(249,115,22,.18), transparent 28%),
        linear-gradient(115deg, #08101f 0%, #0f172a 58%, #182235 100%);
    color: #fff;
    padding: 54px 0 50px;
}
.inner-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(249,115,22,.08);
}
.inner-hero-inner { position: relative; z-index: 1; }
.inner-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.inner-hero h1 {
    max-width: 950px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.4vw, 54px);
    line-height: 1.10;
    letter-spacing: -1.4px;
}

.entry-shell {
    padding: 54px 0 72px;
    background:
        linear-gradient(180deg, #f8fafc 0%, #fff 55%, #f8fafc 100%);
}
.entry-card {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 58px);
    background: #fff;
    border: 1px solid rgba(226,232,240,.9);
    border-radius: 26px;
    box-shadow: 0 18px 55px rgba(15,23,42,.075);
}
.entry-content {
    color: #334155;
    font-size: 17px;
    line-height: 1.82;
    overflow-wrap: anywhere;
}
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--dark);
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: -.4px;
}
.entry-content h2 {
    margin: 38px 0 14px;
    font-size: clamp(25px, 3vw, 34px);
}
.entry-content h3 {
    margin: 30px 0 12px;
    font-size: 23px;
}
.entry-content h4 {
    margin: 24px 0 10px;
    font-size: 19px;
}
.entry-content p { margin: 0 0 20px; }
.entry-content ul,
.entry-content ol {
    margin: 0 0 24px;
    padding-left: 26px;
}
.entry-content li { margin: 7px 0; }
.entry-content strong { color: #182235; }
.entry-content a {
    color: var(--orange-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.entry-content a:hover { color: var(--orange); }
.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 26px auto;
    border-radius: 18px;
}
.entry-content figure { margin: 30px auto; }
.entry-content figcaption {
    margin-top: 8px;
    text-align: center;
    color: var(--muted);
    font-size: 13px;
}
.entry-content iframe,
.entry-content video {
    display: block;
    width: 100% !important;
    max-width: 100%;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(15,23,42,.10);
    margin: 30px auto 0;
}
.entry-content iframe { min-height: 460px; }
.entry-content blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-left: 4px solid var(--orange);
    border-radius: 0 16px 16px 0;
    background: #fff7ed;
    color: #334155;
}
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 15px;
}
.entry-content th,
.entry-content td {
    padding: 13px 14px;
    border: 1px solid var(--border);
    text-align: left;
}
.entry-content th { background: #f8fafc; color: var(--dark); }

/* Contact Form 7 / klasik form uyumluluğu */
.entry-content .wpcf7 {
    max-width: 780px;
    margin: 12px auto 34px;
    padding: 28px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 22px;
}
.entry-content .wpcf7 p { margin-bottom: 14px; }
.entry-content .wpcf7 label {
    display: block;
    color: var(--dark);
    font-weight: 800;
    font-size: 14px;
}
.entry-content .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.entry-content .wpcf7 textarea,
.entry-content .wpcf7 select,
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="tel"],
.entry-content textarea,
.entry-content select {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    color: var(--dark);
    font: inherit;
    outline: none;
}
.entry-content .wpcf7 textarea,
.entry-content textarea { min-height: 140px; resize: vertical; }
.entry-content .wpcf7 input:focus,
.entry-content .wpcf7 textarea:focus,
.entry-content .wpcf7 select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(249,115,22,.11);
}
.entry-content .wpcf7 input[type="submit"],
.entry-content input[type="submit"],
.entry-content button[type="submit"] {
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: var(--orange);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}
.entry-content .wpcf7 input[type="submit"]:hover,
.entry-content input[type="submit"]:hover,
.entry-content button[type="submit"]:hover { background: var(--orange-dark); }

.owl-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 8px 0 26px;
}
.owl-social-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

/* Eski İletişim sayfasını içeriği silmeden daha düzenli göster */
body.page-id-12842 .entry-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 34px;
}
body.page-id-12842 .entry-content > * { grid-column: 1 / -1; }
body.page-id-12842 .entry-content > h2:nth-of-type(1) { grid-column: 1; grid-row: 1; margin-top: 0; }
body.page-id-12842 .entry-content > h2:nth-of-type(2) { grid-column: 2; grid-row: 1; margin-top: 0; }
body.page-id-12842 .entry-content > h2:nth-of-type(3) { grid-column: 3; grid-row: 1; margin-top: 0; }
body.page-id-12842 .entry-content > p:nth-of-type(1) { grid-column: 1; grid-row: 2; }
body.page-id-12842 .entry-content > p:nth-of-type(2) { grid-column: 2; grid-row: 2; }
body.page-id-12842 .entry-content > p:nth-of-type(3) { grid-column: 3; grid-row: 2; }
body.page-id-12842 .entry-content > h2:nth-of-type(4) {
    grid-column: 1 / -1;
    margin-top: 42px;
    text-align: center;
}
body.page-id-12842 .entry-content > iframe {
    grid-column: 1 / -1;
    width: 100% !important;
}

/* Yazı listesi */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
}
.post-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
}
.post-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e2e8f0;
}
.post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 24px; }
.post-card-meta {
    margin-bottom: 8px;
    color: var(--orange-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.post-card h2 { margin: 0 0 12px; font-size: 22px; line-height: 1.25; }
.post-card p { margin: 0 0 18px; color: var(--muted); line-height: 1.65; }
.post-card-link { color: var(--orange-dark); font-weight: 900; }
.owl-pagination { margin-top: 36px; }

/* Elementor ile hazırlanmış sayfalarda yalnızca tema header/footer korunur. */
.legacy-elementor-content { background: #fff; }
.legacy-elementor-content .elementor { width: 100%; }

@media (max-width: 920px) {
    .inner-hero { padding: 40px 0 38px; }
    .inner-hero h1 { font-size: 36px; }
    .entry-shell { padding: 28px 0 48px; }
    .entry-card { padding: 26px 20px; border-radius: 20px; }
    .entry-content { font-size: 16px; line-height: 1.76; }
    .entry-content iframe { min-height: 340px; }
    .post-grid { grid-template-columns: 1fr; }

    body.page-id-12842 .entry-content { display: block; }
    body.page-id-12842 .entry-content > h2 { margin-top: 30px; text-align: left; }
    body.page-id-12842 .entry-content > h2:first-child { margin-top: 0; }
}


/* =========================================================
   OWL Eğitim v1.2.0 — form, yazı görseli ve footer kredi düzeni
   ========================================================= */

/* Tekil blog yazılarında öne çıkan görsel metni ezmesin. */
.single-post .entry-featured {
    width: min(100%, 760px);
    margin: 0 auto 34px;
}
.single-post .entry-featured img {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(15,23,42,.10);
}

/* Yazı gövdesine sonradan eklenmiş büyük görseller için de güvenli üst sınır. */
.single-post .entry-content > p > img,
.single-post .entry-content > figure:not(.entry-featured) img,
.single-post .entry-content > img {
    width: auto;
    max-width: min(100%, 760px);
    max-height: 680px;
    object-fit: contain;
}

/* Eski iletişim formu / CF7 / klasik HTML formları için ortak premium görünüm. */
.entry-content form,
body.page-id-12842 .entry-content form,
.entry-content .wpcf7 form {
    width: min(100%, 720px);
    margin: 16px auto 38px;
    padding: 30px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(15,23,42,.06);
}

.entry-content form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.entry-content form textarea,
.entry-content form select,
body.page-id-12842 .entry-content form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body.page-id-12842 .entry-content form textarea,
body.page-id-12842 .entry-content form select {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    min-height: 50px;
    margin: 0 0 13px !important;
    padding: 12px 15px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #0f172a !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    outline: none;
    box-shadow: none;
}

.entry-content form textarea,
body.page-id-12842 .entry-content form textarea {
    min-height: 145px !important;
    resize: vertical;
}

.entry-content form input:not([type="submit"]):focus,
.entry-content form textarea:focus,
.entry-content form select:focus {
    border-color: var(--orange) !important;
    box-shadow: 0 0 0 4px rgba(249,115,22,.10) !important;
}

.entry-content form input[type="submit"],
.entry-content form button[type="submit"],
body.page-id-12842 .entry-content form input[type="submit"],
body.page-id-12842 .entry-content form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 50px;
    margin-top: 4px;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--orange) !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(249,115,22,.18);
}

.entry-content form input[type="submit"]:hover,
.entry-content form button[type="submit"]:hover {
    background: var(--orange-dark) !important;
}

/* İletişim formu başlığını ve formu ayrı bir blok gibi ortala. */
body.page-id-12842 .entry-content > h2:nth-of-type(4) {
    margin-bottom: 18px;
}
body.page-id-12842 .entry-content form,
body.page-id-12842 .entry-content .wpcf7 {
    grid-column: 1 / -1;
}

/* Footer yapımcı/yazılımcı kredisi. */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px 16px;
}
.footer-credit {
    color: #94a3b8;
    font-size: 13px;
}
.footer-credit a {
    color: #cbd5e1;
    font-weight: 800;
    text-decoration: none;
}
.footer-credit a:hover { color: #fff; }

@media (max-width: 720px) {
    .entry-content form,
    body.page-id-12842 .entry-content form,
    .entry-content .wpcf7 form {
        padding: 20px 16px;
        border-radius: 18px;
    }
    .single-post .entry-featured,
    .single-post .entry-featured img {
        max-width: 100%;
    }
}

/* =========================================================
   OWL Eğitim v1.3.0 — Premium İletişim Sayfası
   ========================================================= */
.contact-hero .inner-hero-inner { max-width: 920px; }
.contact-hero-text {
    max-width: 760px;
    margin: 16px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.75;
}
.contact-premium {
    padding: 42px 0 72px;
    background:
        radial-gradient(circle at 8% 22%, rgba(249,115,22,.055), transparent 24%),
        linear-gradient(#fff, #f8fafc);
}
.contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin: -72px 0 32px;
    position: relative;
    z-index: 3;
}
.contact-quick-card {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 16px 44px rgba(15,23,42,.09);
    color: #0f172a;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.contact-quick-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249,115,22,.35);
    box-shadow: 0 22px 54px rgba(15,23,42,.13);
}
.contact-quick-card small,
.contact-quick-card strong { display:block; }
.contact-quick-card small {
    margin-bottom: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-quick-card strong {
    overflow: hidden;
    color: #0f172a;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact-quick-card > b { color:#f97316; font-size:22px; }
.contact-icon {
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    border-radius:16px;
    background:#fff7ed;
    color:#f97316;
}
.contact-icon svg { width:24px; height:24px; fill:currentColor; }

.contact-main-grid {
    display:grid;
    grid-template-columns: .88fr 1.12fr;
    overflow:hidden;
    border:1px solid #e2e8f0;
    border-radius:30px;
    background:#fff;
    box-shadow:0 24px 70px rgba(15,23,42,.10);
}
.contact-info-panel {
    position:relative;
    overflow:hidden;
    padding:52px 46px;
    background:
        radial-gradient(circle at 110% -5%, rgba(249,115,22,.32), transparent 34%),
        linear-gradient(145deg,#07111f,#0f172a 58%,#111827);
    color:#fff;
}
.contact-info-panel:after {
    content:"";
    position:absolute;
    right:-100px;
    bottom:-110px;
    width:290px;
    height:290px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    box-shadow:0 0 0 34px rgba(255,255,255,.025),0 0 0 68px rgba(255,255,255,.018);
}
.contact-panel-kicker {
    display:inline-block;
    color:#fb923c;
    font-size:12px;
    font-weight:950;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.contact-info-panel h2,
.contact-map-copy h2 {
    margin:12px 0 16px;
    font-size:clamp(32px,4vw,48px);
    line-height:1.04;
    letter-spacing:-.035em;
}
.contact-info-panel > p {
    max-width:520px;
    margin:0;
    color:#cbd5e1;
    font-size:15px;
    line-height:1.75;
}
.contact-detail-list {
    display:grid;
    gap:0;
    margin:34px 0 30px;
    border-top:1px solid rgba(255,255,255,.10);
}
.contact-detail-item {
    display:grid;
    grid-template-columns:42px 1fr;
    gap:14px;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
    position:relative;
    z-index:1;
}
.contact-detail-item > span {
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:11px;
    background:rgba(249,115,22,.14);
    color:#fb923c;
    font-size:11px;
    font-weight:950;
}
.contact-detail-item small,
.contact-detail-item strong,
.contact-detail-item em { display:block; }
.contact-detail-item small {
    margin-bottom:4px;
    color:#94a3b8;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.contact-detail-item strong { color:#fff; font-size:14px; line-height:1.55; }
.contact-detail-item em { margin-top:3px; color:#cbd5e1; font-size:13px; font-style:normal; }
.contact-panel-actions { display:flex; flex-wrap:wrap; gap:10px; position:relative; z-index:1; }
.contact-panel-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border-radius:13px;
    font-size:13px;
    font-weight:900;
    text-decoration:none;
}
.contact-panel-btn-light { background:#fff; color:#0f172a; }
.contact-panel-btn-outline { border:1px solid rgba(255,255,255,.24); color:#fff; }

.contact-form-card { padding:52px 52px 44px; }
.contact-form-head > span {
    color:#f97316;
    font-size:12px;
    font-weight:950;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.contact-form-head h2 {
    margin:9px 0 9px;
    color:#0f172a;
    font-size:clamp(30px,3vw,42px);
    line-height:1.08;
    letter-spacing:-.03em;
}
.contact-form-head p { margin:0 0 28px; color:#64748b; line-height:1.65; }
.owl-contact-form { margin:0 !important; padding:0 !important; width:100% !important; max-width:none !important; border:0 !important; border-radius:0 !important; background:transparent !important; box-shadow:none !important; }
.owl-contact-form label { display:block; margin:0; }
.owl-contact-form label > span:not(.screen-reader-text) {
    display:block;
    margin:0 0 8px;
    color:#334155;
    font-size:13px;
    font-weight:850;
}
.owl-contact-form label > span b { color:#f97316; }
.contact-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
.owl-contact-form input[type="text"],
.owl-contact-form input[type="tel"],
.owl-contact-form input[type="email"],
.owl-contact-form select,
.owl-contact-form textarea {
    width:100% !important;
    max-width:none !important;
    box-sizing:border-box !important;
    margin:0 !important;
    border:1px solid #dbe4ee !important;
    border-radius:14px !important;
    background:#f8fafc !important;
    color:#0f172a !important;
    font:inherit !important;
    font-size:14px !important;
    outline:none !important;
    transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.owl-contact-form input[type="text"],
.owl-contact-form input[type="tel"],
.owl-contact-form input[type="email"],
.owl-contact-form select { height:52px !important; padding:0 15px !important; }
.owl-contact-form textarea { min-height:148px !important; padding:14px 15px !important; resize:vertical; }
.owl-contact-form input:focus,
.owl-contact-form select:focus,
.owl-contact-form textarea:focus {
    background:#fff !important;
    border-color:#fb923c !important;
    box-shadow:0 0 0 4px rgba(249,115,22,.10) !important;
}
.contact-message-field { margin-bottom:14px !important; }
.contact-consent {
    display:grid !important;
    grid-template-columns:18px 1fr;
    align-items:start;
    gap:10px;
    margin:18px 0 20px !important;
    cursor:pointer;
}
.contact-consent input {
    width:17px !important;
    height:17px !important;
    margin:2px 0 0 !important;
    accent-color:#f97316;
}
.contact-consent span { margin:0 !important; color:#64748b !important; font-size:12px !important; font-weight:600 !important; line-height:1.55 !important; }
.contact-consent a { color:#ea580c; font-weight:800; }
.contact-submit {
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:56px;
    padding:0 20px !important;
    border:0 !important;
    border-radius:15px !important;
    background:linear-gradient(135deg,#f97316,#fb6a0a) !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:950 !important;
    cursor:pointer;
    box-shadow:0 14px 30px rgba(249,115,22,.24);
    transition:transform .18s ease, box-shadow .18s ease;
}
.contact-submit:hover { transform:translateY(-2px); box-shadow:0 18px 34px rgba(249,115,22,.30); }
.contact-submit b { font-size:22px; }
.contact-form-note { margin:12px 0 0 !important; text-align:center; color:#94a3b8; font-size:11px; }
.owl-honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.contact-alert {
    display:flex;
    flex-direction:column;
    gap:3px;
    margin:0 0 18px;
    padding:13px 15px;
    border-radius:13px;
    font-size:13px;
}
.contact-alert-success { border:1px solid #bbf7d0; background:#f0fdf4; color:#166534; }
.contact-alert-error { border:1px solid #fecaca; background:#fef2f2; color:#991b1b; }
.contact-alert strong { font-weight:950; }

.contact-map-card {
    display:grid;
    grid-template-columns:.62fr 1.38fr;
    overflow:hidden;
    margin-top:30px;
    border:1px solid #e2e8f0;
    border-radius:26px;
    background:#fff;
    box-shadow:0 18px 55px rgba(15,23,42,.08);
}
.contact-map-copy { padding:38px 34px; }
.contact-map-copy h2 { color:#0f172a; font-size:32px; }
.contact-map-copy p { color:#64748b; line-height:1.7; }
.contact-map-copy a { display:inline-flex; margin-top:10px; color:#ea580c; font-size:13px; font-weight:900; text-decoration:none; }
.contact-map-frame { min-height:340px; background:#e2e8f0; }
.contact-map-frame iframe { display:block; width:100%; height:100%; min-height:340px; border:0; }

@media (max-width: 980px) {
    .contact-quick-grid { grid-template-columns:1fr; margin-top:-54px; }
    .contact-main-grid { grid-template-columns:1fr; }
    .contact-info-panel, .contact-form-card { padding:38px 28px; }
    .contact-map-card { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
    .contact-premium { padding-bottom:48px; }
    .contact-quick-card { grid-template-columns:48px 1fr auto; padding:16px; border-radius:17px; }
    .contact-icon { width:48px; height:48px; border-radius:14px; }
    .contact-main-grid { border-radius:22px; }
    .contact-info-panel, .contact-form-card { padding:30px 20px; }
    .contact-form-row { grid-template-columns:1fr; gap:14px; margin-bottom:14px; }
    .contact-map-card { border-radius:20px; }
    .contact-map-copy { padding:28px 20px; }
    .contact-map-frame, .contact-map-frame iframe { min-height:300px; }
}

/* =========================================================
   OWL Eğitim v1.4.0 — Premium blok içerik sistemi
   Blog detayları, eğitim ve bilgi sayfaları için.
   İçerik verisini değiştirmez; yalnızca sunumu geliştirir.
   ========================================================= */
.premium-article-hero {
    padding: 62px 0 58px;
    background:
        radial-gradient(circle at 88% 36%, rgba(249,115,22,.22), transparent 25%),
        radial-gradient(circle at 73% 115%, rgba(255,255,255,.07), transparent 35%),
        linear-gradient(112deg, #07101f 0%, #0d1729 55%, #2a2021 100%);
}
.premium-article-hero .inner-hero-inner { max-width: 1040px; }
.premium-article-hero h1 {
    max-width: 980px;
    font-size: clamp(38px, 4.6vw, 58px);
    line-height: 1.04;
    letter-spacing: -1.7px;
}
.premium-hero-summary {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.72;
}
.premium-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.premium-hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(6px);
}

.premium-entry-shell {
    padding: 48px 0 74px;
    background:
        radial-gradient(circle at 10% 0%, rgba(249,115,22,.05), transparent 24%),
        linear-gradient(180deg, #f6f8fb 0%, #f8fafc 58%, #f3f6fa 100%);
}
.premium-entry-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}
.premium-main-card {
    min-width: 0;
}
.premium-main-card .entry-content {
    font-size: 16.5px;
    line-height: 1.82;
    color: #42506a;
}
.premium-main-card .entry-content > *:first-child { margin-top: 0; }
.premium-main-card .entry-content > *:last-child { margin-bottom: 0; }

.premium-featured-media {
    overflow: hidden;
    width: 100%;
    max-width: 820px;
    margin: 0 0 22px;
    padding: 12px;
    border: 1px solid rgba(226,232,240,.92);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15,23,42,.08);
}
.single-post .premium-featured-media img,
.premium-featured-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 620px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 19px;
    box-shadow: none;
}

.content-intro-card,
.content-section-card {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    padding: clamp(26px, 4vw, 38px);
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 14px 42px rgba(15,23,42,.055);
}
.content-intro-card {
    border-color: rgba(249,115,22,.20);
    background:
        linear-gradient(135deg, rgba(255,247,237,.96), rgba(255,255,255,.98) 55%);
}
.content-intro-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--orange), #fb923c);
}
.content-intro-label {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin-bottom: 14px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(249,115,22,.11);
    color: #c2410c;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
}
.content-intro-card > p:first-of-type {
    color: #263349;
    font-size: 18px;
    line-height: 1.78;
}
.content-section-card {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.content-section-card:hover {
    transform: translateY(-2px);
    border-color: rgba(249,115,22,.20);
    box-shadow: 0 20px 52px rgba(15,23,42,.075);
}
.content-section-card .premium-section-title {
    position: relative;
    margin: 0 0 20px;
    padding-left: 54px;
    color: #0f172a;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.16;
    letter-spacing: -.65px;
    scroll-margin-top: 138px;
}
.content-section-card .premium-section-title::before {
    content: attr(data-section-label);
    position: absolute;
    left: 0;
    top: -2px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #fff7ed;
    color: #ea580c;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    box-shadow: inset 0 0 0 1px rgba(249,115,22,.14);
}
.content-section-card h3 {
    margin: 28px 0 12px;
    padding-top: 2px;
    color: #172033;
    font-size: 21px;
    line-height: 1.28;
}
.content-section-card p,
.content-intro-card p { margin: 0 0 17px; }
.content-section-card p:last-child,
.content-intro-card p:last-child { margin-bottom: 0; }
.content-section-card ul,
.content-section-card ol,
.content-intro-card ul,
.content-intro-card ol {
    margin: 18px 0 20px;
    padding-left: 24px;
}
.content-section-card li,
.content-intro-card li {
    margin: 8px 0;
    padding-left: 3px;
}
.content-section-card li::marker,
.content-intro-card li::marker {
    color: var(--orange);
    font-weight: 900;
}
.content-section-card blockquote,
.content-intro-card blockquote {
    margin: 24px 0;
    padding: 20px 22px;
    border: 1px solid #fed7aa;
    border-left: 5px solid var(--orange);
    border-radius: 15px;
    background: #fffaf5;
}
.content-section-card img,
.content-intro-card img {
    width: auto;
    max-width: min(100%, 720px);
    max-height: 620px;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15,23,42,.09);
}
.content-section-card figure,
.content-intro-card figure { max-width: 760px; margin-left: auto; margin-right: auto; }
.content-section-card table,
.content-intro-card table {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 0 0 1px var(--border);
}

.premium-entry-sidebar {
    position: sticky;
    top: 126px;
    display: grid;
    gap: 16px;
}
.admin-bar .premium-entry-sidebar { top: 158px; }
.premium-side-card {
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15,23,42,.06);
}
.premium-side-eyebrow,
.premium-help-badge {
    display: block;
    margin-bottom: 8px;
    color: #ea580c;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.premium-side-card h3 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.2;
}
.premium-toc {
    display: grid;
    gap: 5px;
}
.premium-toc-empty { color: #94a3b8; font-size: 12px; }
.premium-toc a {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 8px;
    align-items: center;
    min-height: 42px;
    padding: 7px 8px;
    border-radius: 12px;
    color: #526078;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.premium-toc a span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 10px;
    font-weight: 950;
}
.premium-toc a b {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 850;
}
.premium-toc a:hover,
.premium-toc a.is-active {
    background: #fff7ed;
    color: #c2410c;
    transform: translateX(2px);
}
.premium-toc a.is-active span {
    background: var(--orange);
    color: #fff;
}

.premium-help-card {
    position: relative;
    background:
        radial-gradient(circle at 100% 100%, rgba(249,115,22,.18), transparent 34%),
        linear-gradient(145deg, #08101f, #111c31);
    color: #fff;
    border-color: rgba(255,255,255,.06);
}
.premium-help-card::after {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -54px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 50%;
}
.premium-help-card h3 { color: #fff; font-size: 24px; }
.premium-help-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.65;
}
.premium-side-btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    margin-top: 9px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 900;
}
.premium-side-btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(249,115,22,.22); }
.premium-side-btn-light { background: #fff; color: #0f172a; }
.premium-side-btn-outline { border: 1px solid rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.04); }

.premium-trust-card { padding-top: 16px; padding-bottom: 16px; }
.premium-trust-row {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f5;
}
.premium-trust-row:last-child { border-bottom: 0; }
.premium-trust-row > span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fff7ed;
    color: #ea580c;
    font-size: 13px;
    font-weight: 950;
}
.premium-trust-row b,
.premium-trust-row small { display: block; }
.premium-trust-row b { color: #172033; font-size: 12px; }
.premium-trust-row small { margin-top: 3px; color: #7b8799; font-size: 10.5px; line-height: 1.45; }

.premium-inline-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    margin: 0 0 20px;
    padding: 27px 30px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 50%, rgba(249,115,22,.28), transparent 25%),
        linear-gradient(120deg, #0b1322, #172238);
    color: #fff;
    box-shadow: 0 18px 45px rgba(15,23,42,.12);
}
.premium-inline-cta > div > span {
    color: #fb923c;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .10em;
}
.premium-inline-cta h3 {
    margin: 6px 0 5px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}
.premium-inline-cta p { margin: 0; color: #cbd5e1; font-size: 12.5px; }
.premium-inline-cta-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.premium-inline-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 950;
    text-decoration: none;
}
.premium-inline-primary { background: var(--orange); color: #fff !important; }
.premium-inline-secondary { border: 1px solid rgba(255,255,255,.18); color: #fff !important; background: rgba(255,255,255,.04); }

.premium-related { margin-top: 48px; }
.premium-section-heading { margin-bottom: 22px; text-align: center; }
.premium-section-heading > span {
    color: #ea580c;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .10em;
}
.premium-section-heading h2 { margin: 7px 0 0; color: #0f172a; font-size: 30px; }
.premium-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}
.premium-related-card {
    overflow: hidden;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15,23,42,.055);
    transition: transform .2s ease, box-shadow .2s ease;
}
.premium-related-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(15,23,42,.08); }
.premium-related-image {
    display: grid;
    place-items: center;
    height: 176px;
    overflow: hidden;
    background: linear-gradient(135deg, #111827, #334155);
    color: #fff;
    font-weight: 950;
}
.premium-related-image img { width: 100%; height: 100%; object-fit: cover; }
.premium-related-body { padding: 18px; }
.premium-related-body small { color: #ea580c; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.premium-related-body h3 { margin: 7px 0 14px; color: #172033; font-size: 17px; line-height: 1.3; }
.premium-related-link { color: #ea580c; font-size: 11px; font-weight: 950; }

.premium-bottom-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    margin-top: 48px;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(249,115,22,.18);
    border-radius: 26px;
    background: linear-gradient(135deg, #fff 0%, #fff9f5 100%);
    box-shadow: 0 16px 46px rgba(15,23,42,.06);
}
.premium-bottom-cta > div > span {
    color: #ea580c;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .10em;
}
.premium-bottom-cta h2 { margin: 7px 0 7px; color: #0f172a; font-size: clamp(25px, 3vw, 34px); line-height: 1.16; }
.premium-bottom-cta p { max-width: 680px; margin: 0; color: #64748b; line-height: 1.65; }
.premium-bottom-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.premium-bottom-link { color: #c2410c; font-size: 13px; font-weight: 950; }

/* Sorgulama, ödeme vb. işlevsel sayfalarda eski geniş düzeni koru. */
.functional-entry-shell { padding-top: 46px; }
.functional-entry-card { max-width: 1120px; }
.functional-entry-content { overflow: visible; }

@media (max-width: 1040px) {
    .premium-entry-layout { grid-template-columns: minmax(0, 1fr) 282px; gap: 20px; }
    .premium-side-card { padding: 18px; }
    .premium-entry-sidebar { top: 112px; }
    .admin-bar .premium-entry-sidebar { top: 144px; }
}

@media (max-width: 920px) {
    .premium-article-hero { padding: 44px 0 42px; }
    .premium-article-hero h1 { font-size: clamp(34px, 8vw, 46px); }
    .premium-hero-summary { font-size: 15px; }
    .premium-entry-shell { padding: 30px 0 52px; }
    .premium-entry-layout { grid-template-columns: 1fr; }
    .premium-entry-sidebar { position: static; grid-template-columns: 1fr 1fr; }
    .premium-toc-card { grid-column: 1 / -1; }
    .premium-inline-cta,
    .premium-bottom-cta { grid-template-columns: 1fr; }
    .premium-inline-cta-actions { justify-content: flex-start; }
    .premium-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .premium-article-hero { padding: 36px 0 34px; }
    .premium-article-hero h1 { font-size: 34px; letter-spacing: -1px; }
    .premium-hero-summary { margin-top: 13px; line-height: 1.62; }
    .premium-hero-meta { margin-top: 16px; }
    .content-intro-card,
    .content-section-card { padding: 22px 18px; border-radius: 19px; }
    .content-section-card .premium-section-title { padding-left: 46px; font-size: 23px; }
    .content-section-card .premium-section-title::before { width: 34px; height: 34px; border-radius: 10px; }
    .content-intro-card > p:first-of-type { font-size: 16.5px; }
    .premium-entry-sidebar { grid-template-columns: 1fr; }
    .premium-toc-card { grid-column: auto; }
    .premium-inline-cta { padding: 22px 18px; border-radius: 18px; }
    .premium-inline-cta-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .premium-related-grid { grid-template-columns: 1fr; }
    .premium-related-image { height: 190px; }
    .premium-bottom-cta { margin-top: 32px; padding: 24px 20px; border-radius: 20px; }
    .premium-bottom-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .premium-bottom-actions .btn { width: 100%; }
    .premium-bottom-link { text-align: center; }
}
