/**
 * Terpa Müzik Akademi - Özel Stiller
 */

:root {
    --terpa-dark: #0B0F17;
    --terpa-dark-light: #141B27;
    --terpa-dark-elevated: #1A2332;
    --terpa-amber: #C9A227;
    --terpa-amber-dark: #A6851F;
    --terpa-amber-light: #DFBD4A;
    --terpa-text: #F1F5F9;
    --terpa-muted: #8B9BB4;
    --terpa-glass: rgba(20, 27, 39, 0.85);
    --terpa-glass-border: rgba(201, 162, 39, 0.18);
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', -apple-system, sans-serif;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
}

* { box-sizing: border-box; }

body {
    font-family: var(--font-body);
    background-color: var(--terpa-dark);
    color: var(--terpa-text);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .display-font {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.section-eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--terpa-amber);
    margin-bottom: 0.75rem;
}

.text-amber { color: var(--terpa-amber) !important; }
.bg-amber { background-color: var(--terpa-amber) !important; }

/* Butonlar - Işıltılı Sanat Efekti */
.btn-amber,
.btn-tema-kaydet {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--terpa-amber), var(--terpa-amber-dark));
    color: var(--terpa-dark);
    border: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
    box-shadow: 0 4px 15px rgba(var(--terpa-amber-rgb, 245, 158, 11), 0.25);
    z-index: 1;
}
.btn-amber::before,
.btn-tema-kaydet::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--terpa-shimmer, rgba(255,255,255,0.35)), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    z-index: -1;
}
.btn-amber::after,
.btn-tema-kaydet::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    background: radial-gradient(circle at 50% 50%, var(--terpa-shimmer, rgba(255,255,255,0.2)), transparent 70%);
    transition: opacity 0.4s ease;
    z-index: -1;
}
.btn-amber:hover,
.btn-tema-kaydet:hover {
    background: linear-gradient(135deg, var(--terpa-amber-light), var(--terpa-amber));
    color: var(--terpa-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 162, 39, 0.28);
    filter: none;
}
.btn-amber:hover::before,
.btn-tema-kaydet:hover::before { left: 150%; }
.btn-amber:hover::after,
.btn-tema-kaydet:hover::after { opacity: 1; }
.btn-amber:active,
.btn-tema-kaydet:active { transform: translateY(-1px) scale(0.98); }

.btn-outline-amber {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--terpa-amber);
    color: var(--terpa-amber);
    background: transparent;
    font-weight: 500;
    transition: all 0.35s ease;
    z-index: 1;
}
.btn-outline-amber::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--terpa-amber), var(--terpa-amber-dark));
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: -1;
}
.btn-outline-amber:hover {
    color: var(--terpa-dark);
    border-color: var(--terpa-amber-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px var(--terpa-glow, rgba(245, 158, 11, 0.35)), inset 0 0 20px rgba(255,255,255,0.05);
}
.btn-outline-amber:hover::before { opacity: 1; }

/* Sosyal Medya */
.terpa-sosyal-medya {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}
.sosyal-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--sosyal-renk, var(--terpa-amber));
    font-size: 1.1rem;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.25s ease;
}
.sosyal-link:hover {
    transform: translateY(-2px);
    border-color: var(--sosyal-renk, var(--terpa-amber));
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    color: #fff;
    background: var(--sosyal-renk, var(--terpa-amber));
}

.sosyal-link-sm { width: 32px; height: 32px; font-size: 0.85rem; }
.sosyal-link .sosyal-spark { display: none; }
.sosyal-link i { position: relative; z-index: 1; }

.sosyal-takip-band {
    background: var(--terpa-dark-elevated);
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
}
.sosyal-takip-band h3 { margin-bottom: 0.5rem; }
.sosyal-takip-band .terpa-sosyal-medya { justify-content: center; margin-top: 1.25rem; }
.sosyal-takip-band .sosyal-link { width: 48px; height: 48px; font-size: 1.2rem; border-radius: var(--radius-md); }

/* Eski buton tanımları kaldırıldı - yukarıda birleştirildi */

/* Top Bar */
.top-bar {
    background: var(--terpa-dark-light);
    border-bottom: 1px solid rgba(245, 158, 11, 0.1);
    font-size: 0.85rem;
    color: var(--terpa-muted);
    position: relative;
    z-index: 1040;
    overflow: visible;
}
.top-bar .container { overflow: visible; }
.top-bar a { color: var(--terpa-muted); text-decoration: none; transition: color 0.2s; }
.top-bar a:hover { color: var(--terpa-amber); }
.top-bar .top-bar-btn,
.top-bar .top-bar-btn:hover { color: inherit; text-decoration: none; }
.top-bar-contact-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.15rem;
}
.top-bar-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.32rem 0.85rem 0.32rem 0.35rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.top-bar-btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    flex-shrink: 0;
}
.top-bar-btn-phone {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(245, 158, 11, 0.45);
    color: var(--terpa-text, #F8FAFC);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.top-bar-btn-phone .top-bar-btn-icon {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.35), rgba(245, 158, 11, 0.12));
    color: var(--terpa-amber, #F59E0B);
    border: 1px solid rgba(245, 158, 11, 0.35);
}
.top-bar-btn-phone:hover {
    background: rgba(245, 158, 11, 0.14);
    border-color: rgba(245, 158, 11, 0.65);
    color: var(--terpa-amber, #F59E0B);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.2);
}
.top-bar-btn-wa {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
}
.top-bar-btn-wa .top-bar-btn-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.85rem;
}
.top-bar-btn-wa:hover {
    color: #fff;
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.42);
}
.top-bar-wa-wrap {
    position: relative;
}
.top-bar-wa-teaser {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    max-width: 220px;
    padding: 0.55rem 0.8rem;
    background: #fff;
    color: #1f2937;
    border-radius: 12px;
    border-top-right-radius: 4px;
    font-size: 0.74rem;
    line-height: 1.35;
    font-weight: 500;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px) scale(0.92);
    transform-origin: top right;
    pointer-events: none;
    z-index: 1059;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.top-bar-wa-teaser::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 2px;
}
.top-bar-wa-wrap.is-teaser-visible .top-bar-wa-teaser {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    animation: topBarWaTeaserPop 0.45s ease;
}
.top-bar-wa-wrap.is-teaser-visible .top-bar-wa-teaser::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 14px;
    border: 2px solid rgba(37, 211, 102, 0.35);
    animation: topBarWaTeaserPulse 1.6s ease infinite;
    pointer-events: none;
}
@keyframes topBarWaTeaserPop {
    0% { opacity: 0; transform: translateY(10px) scale(0.85); }
    70% { transform: translateY(-2px) scale(1.02); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes topBarWaTeaserPulse {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.03); }
}
.top-bar-wa-chat {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 290px;
    border-radius: 14px;
    overflow: hidden;
    background: #ECE5DD;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px) scale(0.96);
    transform-origin: top right;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 1060;
}
.top-bar-wa-chat::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 28px;
    width: 12px;
    height: 12px;
    background: #075E54;
    transform: rotate(45deg);
    border-radius: 2px;
}
.top-bar-wa-wrap:hover .top-bar-wa-chat,
.top-bar-wa-wrap.is-chat-open .top-bar-wa-chat {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.top-bar-wa-wrap.is-teaser-visible .top-bar-wa-chat {
    opacity: 0;
    visibility: hidden;
}
.top-bar-wa-wrap.is-auto-session.is-chat-open .top-bar-wa-teaser {
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px) scale(0.96);
}
.top-bar-wa-chat-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.85rem;
    background: linear-gradient(135deg, #075E54, #128C7E);
    color: #fff;
}
.top-bar-wa-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}
.top-bar-wa-meta strong {
    display: block;
    font-size: 0.82rem;
    line-height: 1.2;
}
.top-bar-wa-status {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.68rem;
    opacity: 0.9;
}
.top-bar-wa-status i {
    font-size: 0.42rem;
    color: #86efac;
}
.top-bar-wa-chat-body {
    padding: 0.75rem 0.65rem 0.55rem;
    min-height: 148px;
    background:
        url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d1c7bc' fill-opacity='0.18'%3E%3Cpath d='M0 0h30v30H0zm30 30h30v30H30z'/%3E%3C/g%3E%3C/svg%3E");
}
.top-bar-wa-msg {
    max-width: 88%;
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
    font-size: 0.74rem;
    line-height: 1.35;
    margin-bottom: 0.4rem;
    opacity: 0;
    transform: translateY(6px);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.top-bar-wa-msg--in {
    background: #fff;
    color: #1f2937;
    border-top-left-radius: 2px;
    margin-right: auto;
}
.top-bar-wa-msg--out {
    background: #DCF8C6;
    color: #1f2937;
    border-top-right-radius: 2px;
    margin-left: auto;
}
.top-bar-wa-typing {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0.5rem 0.65rem;
    background: #fff;
    border-radius: 8px;
    border-top-left-radius: 2px;
    opacity: 0;
}
.top-bar-wa-typing span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #94a3b8;
    animation: topBarWaTyping 1.2s infinite ease-in-out;
}
.top-bar-wa-typing span:nth-child(2) { animation-delay: 0.15s; }
.top-bar-wa-typing span:nth-child(3) { animation-delay: 0.3s; }
.top-bar-wa-chat-footer {
    padding: 0.45rem 0.75rem;
    font-size: 0.68rem;
    text-align: center;
    color: #64748b;
    background: rgba(255, 255, 255, 0.55);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.top-bar-wa-wrap.is-chat-playing .top-bar-wa-msg--1 { animation: topBarWaMsgIn 0.35s ease 0.2s forwards; }
.top-bar-wa-wrap.is-chat-playing .top-bar-wa-msg--2 { animation: topBarWaMsgIn 0.35s ease 0.75s forwards; }
.top-bar-wa-wrap.is-chat-playing .top-bar-wa-msg--3 { animation: topBarWaMsgIn 0.35s ease 1.3s forwards; }
.top-bar-wa-wrap.is-chat-playing .top-bar-wa-typing { animation: topBarWaMsgIn 0.3s ease 1.85s forwards; }
.top-bar-wa-wrap.is-chat-playing .top-bar-wa-typing span { animation: topBarWaTyping 1.2s infinite ease-in-out; }
.top-bar-wa-wrap.is-chat-open .top-bar-wa-chat {
    animation: topBarWaPanelIn 0.35s ease;
}
@keyframes topBarWaPanelIn {
    from { opacity: 0; transform: translateY(10px) scale(0.94); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes topBarWaMsgIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes topBarWaTyping {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
    40% { transform: translateY(-3px); opacity: 1; }
}
.top-bar .container > .d-flex { position: relative; }
.top-bar-utility-cluster {
    display: inline-flex;
    align-items: stretch;
    gap: 0;
    flex-shrink: 0;
}
.top-bar-utility-cluster .top-bar-kurumsal-wrap {
    display: flex;
    align-items: stretch;
}
.top-bar-utility-cluster .top-bar-kurumsal-btn {
    border-radius: 999px 0 0 999px;
    border-right: none;
    height: 100%;
}
.top-bar-utility-cluster .terpa-color-mode {
    border-radius: 0 999px 999px 0;
    border-left: 1px solid var(--cm-toggle-border, rgba(148, 163, 184, 0.2));
    margin: 0;
}
.top-bar-utility-cluster:not(:has(.top-bar-kurumsal-wrap)) .terpa-color-mode {
    border-radius: 999px;
    border-left: none;
}

/* — Kurumsal Top Bar + Mega Menü — */
.top-bar-kurumsal-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    padding: 0.35rem 1rem;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.08);
    color: var(--terpa-amber, #F59E0B);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.top-bar-kurumsal-btn:hover,
.top-bar-kurumsal-btn.is-active {
    background: rgba(245, 158, 11, 0.18);
    border-color: rgba(245, 158, 11, 0.55);
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.15);
}
.top-bar-kurumsal-btn.is-active .kurumsal-btn-chevron { transform: rotate(180deg); }
.kurumsal-btn-chevron { font-size: 0.65rem; transition: transform 0.25s; }

.kurumsal-mega-menu {
    position: fixed;
    inset: 0;
    z-index: 1055;
    pointer-events: none;
    visibility: hidden;
}
.kurumsal-mega-menu.is-open {
    pointer-events: auto;
    visibility: visible;
}
.kurumsal-mega-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.kurumsal-mega-menu.is-open .kurumsal-mega-backdrop { opacity: 1; }
.kurumsal-mega-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(180deg, #0F172A 0%, #111827 100%);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.kurumsal-mega-bg-text {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.2) 100%);
}
.kurumsal-mega-bg-track {
    display: flex;
    width: max-content;
    gap: clamp(2rem, 5vw, 4.5rem);
    padding: 0.35rem 0;
    animation: kurumsalMegaBgDrift 48s linear infinite;
    animation-delay: calc(var(--row-index, 0) * -7s);
    will-change: transform;
}
.kurumsal-mega-bg-track--reverse {
    animation-direction: reverse;
    animation-duration: 58s;
}
.kurumsal-mega-bg-track span {
    font-family: var(--font-display, Georgia, serif);
    font-size: clamp(2.75rem, 7vw, 5.5rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.07);
    white-space: nowrap;
    line-height: 1;
    animation: kurumsalMegaBgPulse 5.5s ease-in-out infinite;
    animation-delay: calc(var(--row-index, 0) * 0.35s + var(--word-i, 0) * 0.45s);
}
.kurumsal-mega-bg-track:nth-child(even) span {
    color: rgba(245, 158, 11, 0.08);
}
@keyframes kurumsalMegaBgDrift {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes kurumsalMegaBgPulse {
    0%, 100% { opacity: 0.35; }
    45% { opacity: 0.85; }
}
.kurumsal-mega-content {
    position: relative;
    z-index: 1;
}
.kurumsal-mega-menu.is-open .kurumsal-mega-panel {
    transform: translateY(0);
}
.kurumsal-mega-eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--terpa-amber, #F59E0B);
}
.kurumsal-mega-title { color: #F8FAFC; font-weight: 700; }
.kurumsal-mega-item {
    display: flex;
    gap: 1.15rem;
    padding: 1.1rem 1.15rem;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(6px);
    text-decoration: none;
    color: #F8FAFC;
    height: 100%;
    transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.kurumsal-mega-item:hover {
    border-color: rgba(245, 158, 11, 0.45);
    background: rgba(30, 41, 59, 0.85);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    color: #F8FAFC;
}
.kurumsal-mega-item.is-current {
    border-color: rgba(245, 158, 11, 0.55);
    background: rgba(245, 158, 11, 0.1);
}
.kurumsal-mega-item-img {
    position: relative;
    flex: 0 0 148px;
    width: 148px;
    height: 112px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.kurumsal-mega-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.kurumsal-mega-item:hover .kurumsal-mega-item-img img {
    transform: scale(1.05);
}
.kurumsal-mega-item-badge {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(245, 158, 11, 0.45);
    color: var(--terpa-amber, #F59E0B);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    backdrop-filter: blur(4px);
}
.kurumsal-mega-item-icon { display: none; }
.kurumsal-mega-img--icerik { background: linear-gradient(135deg, #1e3a5f, #0F172A); }
.kurumsal-mega-img--egitmen { background: linear-gradient(135deg, #7c3aed, #312e81); }
.kurumsal-mega-img--basin { background: linear-gradient(135deg, #0369a1, #0c4a6e); }
.kurumsal-mega-img--dokuman { background: linear-gradient(135deg, #b45309, #78350f); }
.kurumsal-mega-img--marka { background: linear-gradient(135deg, #059669, #064e3b); }
.kurumsal-mega-img--galeri { background: linear-gradient(135deg, #db2777, #831843); }
.kurumsal-mega-img--firma { background: linear-gradient(135deg, #0056A8, #002D5B); }
.kurumsal-mega-item-body { flex: 1; min-width: 0; }
.kurumsal-mega-item-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.4rem;
    line-height: 1.35;
}
.kurumsal-mega-item-desc {
    font-size: 0.88rem;
    color: rgba(248, 250, 252, 0.82);
    margin-bottom: 0.55rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kurumsal-mega-item-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--terpa-amber, #F59E0B);
}
.kurumsal-mega-close {
    color: #F8FAFC;
    border-color: rgba(248, 250, 252, 0.35);
}
.kurumsal-mega-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

/* CAN teması h2/h3 rengini mega menüde ezmesin */
.kurumsal-mega-menu h2,
.kurumsal-mega-menu h3,
.kurumsal-mega-menu .kurumsal-mega-item-title,
body[data-theme="can"] .kurumsal-mega-menu h2,
body[data-theme="can"] .kurumsal-mega-menu h3,
body[data-theme="can"] .kurumsal-mega-menu .kurumsal-mega-item-title,
html[data-color-mode="light"] .kurumsal-mega-menu h2,
html[data-color-mode="light"] .kurumsal-mega-menu h3,
html[data-color-mode="light"] .kurumsal-mega-menu .kurumsal-mega-item-title {
    color: #FFFFFF !important;
}
.kurumsal-mega-menu .kurumsal-mega-title,
body[data-theme="can"] .kurumsal-mega-menu .kurumsal-mega-title {
    color: #FFFFFF !important;
}
.kurumsal-mega-menu .kurumsal-mega-item-desc,
body[data-theme="can"] .kurumsal-mega-menu .kurumsal-mega-item-desc {
    color: rgba(248, 250, 252, 0.82) !important;
}
body.kurumsal-mega-open { overflow: hidden; }

body[data-theme="can"] .top-bar-kurumsal-btn {
    border-color: rgba(245, 166, 35, 0.45);
    color: #F5A623;
    background: rgba(255, 255, 255, 0.08);
}
body[data-theme="can"] .top-bar-utility-cluster .terpa-color-mode {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
    border-left-color: rgba(245, 166, 35, 0.35);
}
body[data-theme="can"] .top-bar-utility-cluster .top-bar-kurumsal-btn:hover,
body[data-theme="can"] .top-bar-utility-cluster .top-bar-kurumsal-btn.is-active {
    border-right: none;
}
body[data-theme="can"] .kurumsal-mega-panel {
    background: linear-gradient(180deg, #002D5B 0%, #001428 100%);
}
body[data-theme="can"] .kurumsal-mega-bg-track span {
    color: rgba(255, 255, 255, 0.11);
}
body[data-theme="can"] .kurumsal-mega-bg-track:nth-child(even) span {
    color: rgba(245, 166, 35, 0.14);
}
body[data-theme="can"] .kurumsal-mega-item {
    background: rgba(0, 20, 45, 0.82);
    border-color: rgba(255, 255, 255, 0.12);
}
body[data-theme="can"] .kurumsal-mega-item:hover {
    background: rgba(0, 45, 91, 0.85);
}

@media (prefers-reduced-motion: reduce) {
    .kurumsal-mega-bg-track,
    .kurumsal-mega-bg-track span {
        animation: none;
    }
    .kurumsal-mega-bg-track span {
        opacity: 0.45;
    }
}

/* Navbar */
.terpa-navbar {
    background: color-mix(in srgb, var(--terpa-navbar-bg, var(--terpa-dark)) 95%, transparent);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245, 158, 11, 0.15);
    padding: 0.75rem 0;
}
.navbar-brand .brand-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--terpa-amber);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--terpa-amber);
    font-size: 1rem;
}
.navbar-brand .brand-logo {
    height: 48px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    display: block;
}
.footer-brand-logo {
    max-height: 52px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    display: block;
}
.site-logo-onizleme {
    max-height: 64px;
    max-width: 220px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
}
.brand-name { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; line-height: 1.2; color: var(--terpa-text); letter-spacing: 0.02em; }
.brand-sub { display: block; font-family: var(--font-body); font-size: 0.65rem; color: var(--terpa-muted); letter-spacing: 0.18em; text-transform: uppercase; }
.nav-link {
    color: var(--terpa-muted) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    position: relative;
    transition: color 0.28s ease;
}
.nav-link:hover,
.nav-link:focus-visible {
    color: var(--terpa-amber) !important;
    animation: terpa-link-blink 1.5s ease-in-out 3s infinite;
}
.nav-link.active {
    color: var(--terpa-amber) !important;
}
.nav-link.active:hover,
.nav-link.active:focus-visible {
    animation: terpa-link-blink 1.5s ease-in-out 3s infinite;
}
.nav-link::after {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 0.2rem;
    width: 0;
    height: 2px;
    background: var(--terpa-amber);
    border-radius: 999px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link.active::after {
    width: calc(100% - 2rem);
}

/* Dropdown — aşağı ok (Bootstrap caret yerine) */
.nav-link.dropdown-toggle::after {
    /* alt çizgi animasyonu — Bootstrap okunu ez */
    border: none !important;
    margin: 0 !important;
    vertical-align: unset !important;
}
.nav-dropdown-chevron {
    display: inline-block;
    font-size: 0.58em;
    margin-left: 0.4rem;
    vertical-align: 0.08em;
    opacity: 0.88;
    transition: transform 0.32s ease, color 0.28s ease, opacity 0.28s ease;
    pointer-events: none;
}
.nav-link.dropdown-toggle:hover .nav-dropdown-chevron,
.nav-link.dropdown-toggle:focus-visible .nav-dropdown-chevron {
    opacity: 1;
}
.nav-link.dropdown-toggle[aria-expanded="true"] .nav-dropdown-chevron,
.dropdown.show > .nav-link.dropdown-toggle .nav-dropdown-chevron {
    transform: rotate(180deg);
    opacity: 1;
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

/* Hero Section - Profesyonel Konservatuvar Stili */
.hero-section {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-pro { border-bottom: 1px solid var(--terpa-glass-border); }
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 20%, rgba(201, 162, 39, 0.07) 0%, transparent 55%),
        linear-gradient(160deg, var(--terpa-hero-start, #0B0F17) 0%, var(--terpa-hero-end, #121820) 45%, var(--terpa-hero-start, #0B0F17) 100%);
    z-index: 0;
    overflow: hidden;
}
.hero-slide-inner:has(.hero-music-flow) .hero-staff {
    display: none;
}
.hero-music-flow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 4;
}
.hero-music-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 1;
    will-change: background-position, transform;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='380' viewBox='0 0 520 380'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='0.75' opacity='0.38'%3E%3Cpath d='M-30 72 C90 58 190 86 310 68 S460 52 550 74'/%3E%3Cpath d='M-30 108 C90 94 190 122 310 104 S460 88 550 110'/%3E%3Cpath d='M-30 144 C90 130 190 158 310 140 S460 124 550 146'/%3E%3Cpath d='M-30 180 C90 166 190 194 310 176 S460 160 550 182'/%3E%3Cpath d='M-30 216 C90 202 190 230 310 212 S460 196 550 218'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 520px 380px;
    background-repeat: repeat-x;
    background-position: 0 36%;
    animation:
        heroStaffFlowLeft 10s linear infinite,
        heroStaffWaveY 4s ease-in-out infinite alternate;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.08) 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.08) 100%);
}
@keyframes heroStaffFlowLeft {
    from { background-position: 0 36%; }
    to { background-position: -520px 36%; }
}
@keyframes heroStaffWaveY {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-18px, -8px, 0); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-music-lines {
        animation: none;
    }
}
.hero-staff-canvas {
    display: none !important;
}
.hero-bg-scrim {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(105deg, rgba(0, 28, 58, 0.88) 0%, rgba(0, 45, 91, 0.62) 42%, rgba(0, 86, 168, 0.18) 68%, transparent 82%),
        linear-gradient(180deg, rgba(0, 20, 45, 0.35) 0%, transparent 45%, rgba(0, 20, 45, 0.2) 100%);
}
.hero-music-notes-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.05) 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.05) 100%);
}
.hero-staff-note {
    position: absolute;
    width: calc(20px * var(--size, 1));
    height: calc(28px * var(--size, 1));
    margin-left: calc(-10px * var(--size, 1));
    margin-top: calc(-14px * var(--size, 1));
    opacity: 0;
    pointer-events: none;
    animation: heroNoteBelir 3.2s ease-in-out forwards;
    will-change: opacity, transform;
}
.hero-staff-note svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.55);
}
.hero-staff-note--accent svg {
    fill: rgba(245, 166, 35, 0.75);
    color: rgba(245, 166, 35, 0.75);
}
.hero-staff-note--soft svg {
    fill: rgba(255, 255, 255, 0.38);
    color: rgba(255, 255, 255, 0.38);
}
@keyframes heroNoteBelir {
    0% {
        opacity: 0;
        transform: translate3d(0, 6px, 0) scale(0.45);
    }
    14% {
        opacity: 0.85;
        transform: translate3d(0, 0, 0) scale(1);
    }
    45% {
        opacity: 0.7;
        transform: translate3d(calc(var(--drift, -18px) * 0.45), -2px, 0) scale(1);
    }
    78% {
        opacity: 0.35;
        transform: translate3d(var(--drift, -18px), 0, 0) scale(0.92);
    }
    100% {
        opacity: 0;
        transform: translate3d(calc(var(--drift, -18px) * 1.2), 4px, 0) scale(0.55);
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-staff-note {
        animation: none;
        display: none;
    }
}
body[data-theme="can"] .hero-bg-scrim {
    background:
        linear-gradient(105deg, rgba(0, 28, 58, 0.55) 0%, rgba(0, 45, 91, 0.35) 38%, rgba(0, 86, 168, 0.1) 62%, transparent 78%),
        linear-gradient(180deg, rgba(0, 20, 45, 0.2) 0%, transparent 50%, rgba(0, 20, 45, 0.12) 100%);
}
body[data-theme="can"] .hero-staff-note svg {
    fill: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}
body[data-theme="can"] .hero-staff-note--accent svg {
    fill: rgba(245, 166, 35, 0.8);
    color: rgba(245, 166, 35, 0.8);
}
body[data-theme="can"] .hero-staff-note--soft svg {
    fill: rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.35);
}
.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 79px,
        rgba(201, 162, 39, 0.03) 79px,
        rgba(201, 162, 39, 0.03) 80px
    );
}
.hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 3;
}
.hero-staff {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    opacity: 0.04;
    background: repeating-linear-gradient(
        transparent,
        transparent 11px,
        rgba(201, 162, 39, 0.8) 11px,
        rgba(201, 162, 39, 0.8) 12px
    );
    mask-image: linear-gradient(90deg, transparent, black 40%);
    pointer-events: none;
    z-index: 3;
}
.hero-content { position: relative; z-index: 5; }
.hero-copy {
    position: relative;
    max-width: 620px;
    padding: 2rem 2.25rem;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(0, 28, 58, 0.72) 0%, rgba(0, 45, 91, 0.48) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}
.hero-copy .hero-eyebrow {
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom-color: rgba(255, 255, 255, 0.18);
}
.hero-copy .hero-title {
    color: #FFFFFF;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.hero-copy .hero-lead {
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.15rem;
    line-height: 1.6;
}
.hero-copy .hero-desc {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}
.hero-copy .hero-trust {
    border-top-color: rgba(255, 255, 255, 0.16);
}
.hero-copy .hero-trust-label {
    color: rgba(255, 255, 255, 0.72);
}
.hero-eyebrow {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--terpa-amber);
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--terpa-glass-border);
    display: inline-block;
}
.hero-title {
    font-size: clamp(2.35rem, 4vw, 3.5rem);
    font-weight: 600;
    line-height: 1.08;
    margin-bottom: 1rem;
}
.hero-title span {
    color: var(--terpa-amber);
    font-style: italic;
}
.hero-lead {
    font-size: 1.2rem;
    color: var(--terpa-text);
    font-weight: 500;
    margin-bottom: 0.75rem;
    max-width: 520px;
}
.hero-desc {
    font-size: 1rem;
    color: var(--terpa-muted);
    max-width: 520px;
    line-height: 1.75;
    margin-bottom: 2rem;
}
.hero-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 0;
    border-top: 1px solid var(--terpa-glass-border);
}
.hero-trust-item { padding-right: 1.5rem; }
.hero-trust-num {
    display: block;
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--terpa-amber);
    line-height: 1;
}
.hero-trust-label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--terpa-muted);
}
.hero-trust-divider {
    width: 1px;
    height: 36px;
    background: var(--terpa-glass-border);
    margin-right: 1.5rem;
}
.hero-panel {
    background: linear-gradient(145deg, rgba(0, 28, 58, 0.58) 0%, rgba(0, 45, 91, 0.45) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-lg);
    padding: 2rem;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
}
.hero-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--terpa-amber), rgba(245, 158, 11, 0.35));
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.hero-panel-head { margin-bottom: 1.5rem; }
.hero-panel-head .display-font,
.hero-panel-head h3 {
    color: #FFFFFF;
    font-size: 1.35rem;
}
.hero-panel-head .section-eyebrow {
    color: var(--terpa-amber);
}
.hero-panel-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}
.hero-panel-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    line-height: 1.55;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-panel-list li i {
    color: var(--terpa-amber);
    margin-top: 0.25rem;
    font-size: 0.75rem;
    flex-shrink: 0;
}
.hero-stats-row { margin-top: 0.5rem; }
.hero-panel-metin {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}
.hero-panel .stat-card-pro {
    background: rgba(186, 220, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.hero-panel .stat-number {
    color: #FFFFFF;
}
.hero-panel .stat-label {
    color: rgba(255, 255, 255, 0.72);
}

/* Hero Slider */
.hero-slider-wrap {
    position: relative;
    padding: 0;
    min-height: auto;
    border-bottom: 1px solid var(--terpa-glass-border);
}
.hero-slider-wrap .hero-swiper {
    width: 100%;
    min-height: 88vh;
}
.hero-slide-inner {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 48px;
    height: 48px;
    border: 1px solid var(--terpa-glass-border);
    background: rgba(11, 15, 23, 0.75);
    color: var(--terpa-amber);
    border-radius: var(--radius-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(6px);
}
.hero-slider-nav:hover {
    background: rgba(201, 162, 39, 0.15);
    border-color: var(--terpa-amber);
    color: var(--terpa-amber-light);
}
.hero-slider-prev { left: 1.25rem; }
.hero-slider-next { right: 1.25rem; }
.hero-slider-pagination {
    bottom: 1.5rem !important;
    z-index: 20;
}
.hero-slider-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255,255,255,0.25);
    opacity: 1;
}
.hero-slider-pagination .swiper-pagination-bullet-active {
    background: var(--terpa-amber);
}

/* İstatistik Sayaçları */
.stat-card {
    background: var(--terpa-glass);
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-md);
    padding: 1.25rem 1rem;
    text-align: center;
    transition: border-color 0.25s;
}
.stat-card-pro {
    background: rgba(11, 15, 23, 0.6);
    padding: 1rem 0.5rem;
}
.stat-card:hover { border-color: rgba(201, 162, 39, 0.35); transform: none; }
.stat-number {
    font-family: var(--font-display);
    font-size: 1.85rem;
    font-weight: 600;
    color: var(--terpa-amber);
    line-height: 1;
}
.stat-label {
    color: var(--terpa-muted);
    font-size: 0.68rem;
    margin-top: 0.4rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Glass Card */
.glass-card {
    background: var(--terpa-glass);
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(8px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.glass-card:hover {
    border-color: rgba(201, 162, 39, 0.35);
    transform: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

/* Section */
.section { padding: 5.5rem 0; }
.section-dark { background: var(--terpa-dark-light); border-block: 1px solid rgba(255,255,255,0.04); }
.section-title {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.section-subtitle {
    color: var(--terpa-muted);
    font-size: 1rem;
    max-width: 560px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}
.section-divider {
    width: 48px;
    height: 1px;
    background: var(--terpa-amber);
    margin: 1rem auto 0;
}

/* Paket Kartları */
.paket-card {
    position: relative;
    padding: 2rem;
    height: 100%;
}
.paket-card.featured {
    border-color: var(--terpa-amber);
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.15);
}
.paket-badge {
    position: absolute;
    top: -1px;
    right: 0;
    background: var(--terpa-amber);
    color: var(--terpa-dark);
    padding: 0.35rem 0.85rem;
    border-radius: 0 var(--radius-lg) 0 var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.paket-price {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--terpa-amber);
}
.paket-features li {
    padding: 0.5rem 0;
    color: var(--terpa-muted);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}
.paket-features li i { color: var(--terpa-amber); margin-right: 0.5rem; }

/* Branş Kartları */
.brans-card {
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}
.brans-card-pro {
    display: flex;
    align-items: stretch;
    text-align: left;
    min-height: 88px;
}
.brans-icon {
    width: 72px;
    min-width: 72px;
    margin: 0;
    background: rgba(201, 162, 39, 0.08);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--terpa-amber);
    border-right: 1px solid var(--terpa-glass-border);
    transition: background 0.25s, color 0.25s;
}
.brans-icon-pro { border-radius: 0; }
.brans-card-body {
    padding: 1rem 1.1rem;
    flex: 1;
}
.brans-card:hover .brans-icon {
    background: rgba(201, 162, 39, 0.15);
    color: var(--terpa-amber-light);
    transform: none;
}
.brans-card h5 {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
    color: var(--terpa-text);
}
.brans-card p {
    color: var(--terpa-muted);
    font-size: 0.78rem;
    margin: 0;
    line-height: 1.45;
}
.glass-card > .brans-icon:not(.brans-icon-pro) {
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin: 0 auto 1rem;
    border-right: none;
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-md);
}

/* — Anasayfa Kurumsal Bölümler — */
.home-trust-bar {
    padding: 1.75rem 0;
    background: var(--terpa-section-alt, var(--terpa-dark-light));
    border-bottom: 1px solid rgba(var(--terpa-amber-rgb), 0.08);
}
.home-trust-grid { align-items: stretch; }
.home-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.75rem 0.5rem;
    border-right: 1px solid rgba(148, 163, 184, 0.08);
}
.home-trust-grid .col-lg-3:last-child .home-trust-item { border-right: 0; }
.home-trust-num {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    color: var(--terpa-amber);
    line-height: 1.1;
}
.home-trust-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--terpa-muted);
    margin-top: 0.25rem;
}

.home-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}
.home-section-head--center { justify-content: center; border-bottom: none; padding-bottom: 0; margin-bottom: 2rem; }
.home-section-lead {
    color: var(--terpa-muted);
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 520px;
    margin: 0;
}

.home-paket-card {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.home-paket-card.featured {
    border-color: rgba(201, 162, 39, 0.35);
}
.home-paket-tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--terpa-dark);
    background: var(--terpa-amber);
    padding: 0.2rem 0.55rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    align-self: flex-start;
}
.home-paket-name { font-size: 1.35rem; margin-bottom: 0.35rem; }
.home-paket-sub { font-size: 0.85rem; color: var(--terpa-muted); margin-bottom: 1rem; }
.home-paket-price {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--terpa-amber);
    line-height: 1;
    margin-bottom: 0.25rem;
}
.home-paket-sure { font-size: 0.8rem; color: var(--terpa-muted); margin-bottom: 1.25rem; }
.home-paket-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}
.home-paket-features li {
    font-size: 0.85rem;
    color: var(--terpa-muted);
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.home-paket-features li i { color: var(--terpa-amber); margin-top: 0.15rem; font-size: 0.7rem; }

/* Paket kartları — hover ışıltı & animasyon */
.home-paket-grid .col-lg-4,
.paket-grid .col-lg-4 {
    perspective: 1200px;
}
.home-paket-card,
.paket-card {
    isolation: isolate;
    overflow: hidden;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.55s ease,
        border-color 0.4s ease;
    will-change: transform, box-shadow;
}
.home-paket-card > *,
.paket-card > * {
    position: relative;
    z-index: 2;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-paket-card::before,
.paket-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgba(245, 158, 11, 0.95) 45deg,
        rgba(255, 255, 255, 0.9) 70deg,
        rgba(125, 211, 252, 0.85) 110deg,
        transparent 150deg,
        rgba(201, 162, 39, 0.75) 220deg,
        rgba(255, 255, 255, 0.65) 260deg,
        transparent 310deg,
        rgba(245, 158, 11, 0.95) 360deg
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transform-origin: center center;
    animation: paketBorderShimmer 2.6s linear infinite;
    animation-play-state: paused;
    transition: opacity 0.4s ease;
}
.home-paket-card::after,
.paket-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 35%,
        rgba(255, 255, 255, 0.45) 50%,
        rgba(255, 255, 255, 0.08) 65%,
        transparent 100%
    );
    transform: skewX(-18deg);
    transition: opacity 0.35s ease;
}
.home-paket-card:hover,
.paket-card:hover {
    transform: translateY(-10px) scale(1.025) rotateX(2deg);
    border-color: rgba(245, 158, 11, 0.55) !important;
    box-shadow:
        0 4px 0 rgba(245, 158, 11, 0.15),
        0 18px 36px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(245, 158, 11, 0.35),
        0 0 24px rgba(245, 158, 11, 0.28),
        0 0 48px rgba(245, 158, 11, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.home-paket-card:hover::before,
.paket-card:hover::before {
    opacity: 1;
    animation-play-state: running;
}
.home-paket-card:hover::after,
.paket-card:hover::after {
    opacity: 1;
    animation: paketShineSweep 0.85s ease forwards;
}
.home-paket-card:hover .home-paket-price,
.paket-card:hover .paket-price,
.home-paket-card:hover .home-paket-name,
.paket-card:hover .display-font {
    transform: translateY(-2px) scale(1.03);
}
.home-paket-card:hover .home-paket-features li,
.paket-card:hover .paket-features li {
    animation: paketFeatureFade 0.45s ease backwards;
}
.home-paket-card:hover .home-paket-features li:nth-child(1),
.paket-card:hover .paket-features li:nth-child(1) { animation-delay: 0.05s; }
.home-paket-card:hover .home-paket-features li:nth-child(2),
.paket-card:hover .paket-features li:nth-child(2) { animation-delay: 0.1s; }
.home-paket-card:hover .home-paket-features li:nth-child(3),
.paket-card:hover .paket-features li:nth-child(3) { animation-delay: 0.15s; }
.home-paket-card:hover .home-paket-features li:nth-child(4),
.paket-card:hover .paket-features li:nth-child(4) { animation-delay: 0.2s; }
.home-paket-card:hover .btn,
.paket-card:hover .btn {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(245, 158, 11, 0.35);
}
.home-paket-card.featured:hover,
.paket-card.featured:hover {
    box-shadow:
        0 4px 0 rgba(245, 158, 11, 0.25),
        0 22px 44px rgba(245, 158, 11, 0.18),
        0 0 0 1px rgba(245, 158, 11, 0.55),
        0 0 32px rgba(245, 158, 11, 0.42),
        0 0 64px rgba(245, 158, 11, 0.2),
        inset 0 0 40px rgba(245, 158, 11, 0.06);
}
@keyframes paketBorderShimmer {
    to { transform: rotate(360deg); }
}
@keyframes paketShineSweep {
    from { left: -120%; }
    to { left: 140%; }
}
@keyframes paketFeatureFade {
    from {
        opacity: 0.55;
        transform: translateX(-6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .home-paket-card,
    .paket-card,
    .home-paket-card > *,
    .paket-card > * {
        transition: none;
        animation: none !important;
    }
    .home-paket-card:hover,
    .paket-card:hover {
        transform: none;
    }
    .home-paket-card::before,
    .paket-card::before,
    .home-paket-card::after,
    .paket-card::after {
        display: none;
    }
}

.home-brans-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    background: rgba(11, 15, 23, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: var(--radius-md);
    text-decoration: none;
    color: var(--terpa-text);
    transition: border-color 0.2s, background 0.2s;
    height: 100%;
}
.home-brans-item:hover {
    border-color: rgba(201, 162, 39, 0.3);
    background: rgba(201, 162, 39, 0.04);
    color: var(--terpa-text);
}
.home-brans-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: var(--radius-sm);
    color: var(--terpa-amber);
    font-size: 0.95rem;
}
.home-brans-name { font-size: 0.9rem; font-weight: 500; }

.home-etkinlik-card {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--terpa-glass);
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-lg);
    height: 100%;
}
.home-etkinlik-date {
    flex-shrink: 0;
    width: 52px;
    text-align: center;
    padding: 0.5rem 0.25rem;
    border: 1px solid rgba(201, 162, 39, 0.25);
    border-radius: var(--radius-sm);
    background: rgba(201, 162, 39, 0.06);
}
.home-etkinlik-date .day {
    display: block;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--terpa-amber);
    line-height: 1;
}
.home-etkinlik-date .month {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--terpa-muted);
    margin-top: 0.15rem;
}
.home-etkinlik-body h5 { font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; margin-bottom: 0.35rem; }
.home-etkinlik-meta { font-size: 0.78rem; color: var(--terpa-muted); margin-bottom: 0.5rem; }
.home-etkinlik-meta i { color: var(--terpa-amber); margin-right: 0.35rem; }
.home-etkinlik-desc { font-size: 0.82rem; color: var(--terpa-muted); margin: 0; line-height: 1.5; }

.home-sosyal-band {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-lg);
    background: var(--terpa-glass);
}

.home-cta {
    padding-block: 0 5rem;
}
.home-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem 2.75rem;
    background: var(--terpa-section-alt, var(--terpa-dark-light));
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-lg);
}
.home-cta-content { max-width: 480px; }
.home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 991px) {
    .home-trust-item { border-right: 0; border-bottom: 1px solid rgba(148, 163, 184, 0.08); padding-bottom: 1rem; }
    .home-trust-grid .col-6:nth-child(odd) .home-trust-item { border-right: 1px solid rgba(148, 163, 184, 0.08); }
    .home-section-head { flex-direction: column; align-items: flex-start; }
    .home-cta-inner { padding: 1.75rem; }
    .home-cta-actions { width: 100%; }
    .home-cta-actions .btn { flex: 1; min-width: 140px; }
}

/* CTA Profesyonel */
.cta-pro {
    background: var(--terpa-dark-light);
    border-top: 1px solid var(--terpa-glass-border);
    padding: 4.5rem 0;
}
.cta-pro-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 3rem 2rem;
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-lg);
    background: var(--terpa-dark-elevated);
}
.cta-pro-desc { max-width: 480px; font-size: 0.95rem; line-height: 1.7; }

/* Page Header — Temalı Hero Banner */
.page-header {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4rem;
    text-align: left;
    border-bottom: 1px solid rgba(var(--terpa-amber-rgb), 0.12);
    isolation: isolate;
    background: linear-gradient(135deg, var(--ph-bg-1) 0%, var(--ph-bg-2) 48%, var(--ph-bg-3) 100%);
}
.page-header--center { text-align: center; }
.page-header--center .page-header-inner { align-items: center; }

.page-header-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.page-header-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: var(--ph-orb-opacity, 0.4);
}
.page-header-orb-1,
.page-header-orb-2,
.page-header-orb-3 {
    background: radial-gradient(circle, var(--terpa-amber) 0%, transparent 70%);
}
.page-header-orb-1 { width: 320px; height: 320px; top: -120px; left: -80px; }
.page-header-orb-2 { width: 280px; height: 280px; bottom: -100px; right: -60px; }
.page-header-orb-3 { width: 180px; height: 180px; top: 40%; right: 18%; opacity: 0.25; }

.page-header-pattern {
    position: absolute;
    inset: 0;
    opacity: var(--ph-pattern-opacity, 0.08);
    background-size: cover;
    background-position: center;
}

.page-header-icon-float {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(6rem, 14vw, 11rem);
    opacity: 0.06;
    color: #fff;
}

.page-header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-width: 760px;
}

.page-header-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid var(--ph-badge-border);
    background: var(--ph-badge-bg);
    color: var(--terpa-amber);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.page-header-eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--terpa-amber);
    margin-bottom: 0.65rem;
}

.page-header h1 {
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin-bottom: 0.75rem;
    color: var(--ph-title-color, var(--terpa-text));
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.page-header-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--ph-lead-color, var(--terpa-muted));
    max-width: 540px;
    margin-bottom: 0;
}

.breadcrumb-custom {
    color: var(--terpa-muted);
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: var(--ph-crumb-bg);
    border: 1px solid rgba(var(--terpa-amber-rgb), 0.12);
    backdrop-filter: blur(8px);
}
.breadcrumb-custom a { color: var(--terpa-amber); text-decoration: none; }
.breadcrumb-custom a:hover { text-decoration: underline; }
.breadcrumb-sep { opacity: 0.45; }

/* — Sayfa başlık desenleri (içerik anlamı) — */
.page-header--hakkimizda .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23C9A227' stroke-width='0.6' opacity='0.5'%3E%3Cpath d='M10 90 Q30 70 50 90 T90 90'/%3E%3Cpath d='M10 70 Q30 50 50 70 T90 70'/%3E%3Cpath d='M10 50 Q30 30 50 50 T90 50'/%3E%3Cellipse cx='95' cy='35' rx='8' ry='12'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 180px 180px;
}

.page-header--paketler .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23C9A227' opacity='0.35'%3E%3Crect x='4' y='56' width='10' height='20' rx='1'/%3E%3Crect x='18' y='48' width='10' height='28' rx='1'/%3E%3Crect x='32' y='40' width='10' height='36' rx='1'/%3E%3Crect x='46' y='32' width='10' height='44' rx='1'/%3E%3Crect x='60' y='24' width='10' height='52' rx='1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 120px 120px;
}

.page-header--etkinlikler .page-header-orb-1 { width: 400px; height: 400px; top: -180px; left: 30%; opacity: 0.55; }
.page-header--etkinlikler .page-header-orb-2 { opacity: 0.25; }
.page-header--etkinlikler .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cdefs%3E%3CradialGradient id='s' cx='50%25' cy='0%25' r='80%25'%3E%3Cstop offset='0%25' stop-color='%23F59E0B' stop-opacity='0.15'/%3E%3Cstop offset='100%25' stop-color='transparent'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23s)' width='200' height='200'/%3E%3Cpath d='M0 180 Q100 120 200 180' fill='none' stroke='%23C9A227' stroke-width='0.5' opacity='0.4'/%3E%3C/svg%3E");
}

.page-header--sss .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%2338BDF8' opacity='0.2'%3E%3Ccircle cx='20' cy='20' r='3'/%3E%3Ccircle cx='50' cy='35' r='4'/%3E%3Ccircle cx='80' cy='25' r='2.5'/%3E%3Ccircle cx='30' cy='70' r='3.5'/%3E%3Ccircle cx='70' cy='75' r='3'/%3E%3C/g%3E%3Ctext x='45' y='58' font-size='28' fill='%23C9A227' opacity='0.15' font-family='serif'%3E?%3C/text%3E%3C/svg%3E");
    background-size: 140px 140px;
}

.page-header--iletisim .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%2314B8A6' stroke-width='0.5' opacity='0.35'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3Cpath d='M30 10 L30 4 M30 56 L30 50 M10 30 L4 30 M56 30 L50 30'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
}

.page-header--organizasyon .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23C9A227' stroke-width='0.5' opacity='0.4'%3E%3Crect x='20' y='30' width='80' height='60' rx='4'/%3E%3Cpath d='M35 75 L35 55 L50 65 L65 50 L85 70'/%3E%3Ccircle cx='45' cy='45' r='6'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 160px 160px;
}
.page-header--organizasyon .page-header-orb-1 { left: auto; right: -60px; opacity: 0.45; }

.page-header--yapim .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23C9A227' stroke-width='0.5' opacity='0.35'%3E%3Crect x='15' y='25' width='70' height='50' rx='3'/%3E%3Cpath d='M15 40 L85 40 M35 25 L35 15 M65 25 L65 15'/%3E%3Cpolygon points='42,55 48,45 54,55' fill='%23C9A227' opacity='0.2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 140px 140px;
}
.page-header--yapim .page-header-icon-float { opacity: 0.05; }

/* — Online Kayıt — */
.page-header--kayit {
    padding: 2.5rem 0 1.75rem;
}
.page-header--kayit .page-header-inner { max-width: 560px; }
.page-header--kayit .page-header-badge {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
}
.page-header--kayit .page-header-eyebrow {
    font-size: 0.68rem;
    margin-bottom: 0.35rem;
}
.page-header--kayit h1 {
    font-size: clamp(1.6rem, 2.8vw, 2rem);
    margin-bottom: 0.35rem;
}
.page-header--kayit .page-header-lead {
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 420px;
}
.page-header--kayit .breadcrumb-custom {
    margin-top: 0.75rem !important;
    padding: 0.3rem 0.65rem;
    font-size: 0.8rem;
}
.page-header--kayit .page-header-icon-float { font-size: 5rem; opacity: 0.04; }
.page-header--kayit .page-header-pattern {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='80' viewBox='0 0 120 80'%3E%3Cg fill='none' stroke='%23C9A227' stroke-width='0.6' opacity='0.35'%3E%3Crect x='10' y='8' width='70' height='64' rx='6'/%3E%3Cline x1='22' y1='24' x2='68' y2='24'/%3E%3Cline x1='22' y1='38' x2='58' y2='38'/%3E%3Cline x1='22' y1='52' x2='48' y2='52'/%3E%3Cpath d='M88 40 L98 50 L118 28' stroke-width='1.2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 200px 140px;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    opacity: 0.12;
}

.page-header--sanal-pos {
    padding: 2.75rem 0 2rem;
    background: linear-gradient(135deg, var(--renk-hero-baslangic, #0F172A) 0%, #1a2744 100%);
}
.page-header--sanal-pos .page-header-inner { max-width: 560px; }
.page-header--sanal-pos .page-header-badge {
    background: rgba(245, 158, 11, 0.15);
    color: var(--renk-vurgu, #F59E0B);
    border: 1px solid rgba(245, 158, 11, 0.25);
}
.sanal-pos-section { padding-top: 0.5rem; }
.sanal-pos-card { padding: 2rem; }
.sanal-pos-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.sanal-pos-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.15);
    color: var(--renk-vurgu, #F59E0B);
    font-size: 1.35rem;
    flex-shrink: 0;
}

/* — SEO Semt Landing — */
.seo-landing-card {
    line-height: 1.75;
    color: var(--terpa-text, #F8FAFC);
}
.seo-landing-intro,
.seo-landing-text {
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
    color: var(--terpa-text, #F8FAFC);
}
.seo-landing-h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--terpa-amber, #F59E0B);
}
.seo-landing-h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--terpa-amber, #F59E0B);
}
.seo-landing-list {
    padding-left: 0;
    list-style: none;
}
.seo-landing-list li {
    margin-bottom: 0.55rem;
    color: var(--terpa-text, #F8FAFC);
    font-size: 0.98rem;
}
.seo-landing-list li i {
    color: var(--terpa-amber, #F59E0B);
}
.seo-landing-brans-link {
    display: block;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 8px;
    text-decoration: none;
    color: var(--terpa-text, #F8FAFC);
    font-weight: 500;
    transition: border-color 0.2s, background 0.2s;
}
.seo-landing-brans-link i {
    color: var(--terpa-amber, #F59E0B);
}
.seo-landing-brans-link:hover {
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(245, 158, 11, 0.05);
    color: var(--terpa-amber, #F59E0B);
}
.seo-landing-cta {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
}
.seo-landing-cta-text {
    color: var(--terpa-muted, #94A3B8);
}
.seo-landing-faq {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.seo-faq-item {
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 8px;
    padding: 0.65rem 0.85rem;
    background: rgba(255, 255, 255, 0.03);
}
.seo-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--terpa-text, #F8FAFC);
}
.seo-faq-item p {
    margin: 0.65rem 0 0;
    color: var(--terpa-muted, #94A3B8);
    font-size: 0.92rem;
}
.seo-landing-related li {
    margin-bottom: 0.45rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}
.seo-landing-related li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.seo-landing-related a {
    color: var(--terpa-muted, #94A3B8);
    text-decoration: none;
    font-size: 0.9rem;
}
.seo-landing-related a:hover {
    color: var(--terpa-amber, #F59E0B);
}
.seo-landing-sidebar-text {
    color: var(--terpa-muted, #94A3B8);
    font-size: 0.88rem;
}
.seo-landing-sidebar-link {
    color: var(--terpa-amber, #F59E0B);
    font-size: 0.88rem;
    text-decoration: none;
}

body[data-theme="can"] .seo-landing-card,
body[data-theme="can"] .seo-landing-intro,
body[data-theme="can"] .seo-landing-text,
body[data-theme="can"] .seo-landing-list li,
body[data-theme="can"] .seo-faq-item summary {
    color: #002D5B;
}
body[data-theme="can"] .seo-landing-h2,
body[data-theme="can"] .seo-landing-h3 {
    color: #0056A8;
}
body[data-theme="can"] .seo-landing-list li i,
body[data-theme="can"] .seo-landing-brans-link i {
    color: #F5A623;
}
body[data-theme="can"] .seo-landing-brans-link {
    color: #002D5B;
    background: #F4F7FA;
    border-color: rgba(0, 45, 91, 0.12);
}
body[data-theme="can"] .seo-landing-brans-link:hover {
    color: #0056A8;
    background: rgba(0, 86, 168, 0.06);
    border-color: rgba(0, 86, 168, 0.25);
}
body[data-theme="can"] .seo-landing-related a {
    color: rgba(0, 45, 91, 0.78);
}
body[data-theme="can"] .seo-landing-related a:hover {
    color: #0056A8;
}
body[data-theme="can"] .seo-faq-item {
    background: #F4F7FA;
    border-color: rgba(0, 45, 91, 0.1);
}
body[data-theme="can"] .seo-faq-item p,
body[data-theme="can"] .seo-landing-cta-text,
body[data-theme="can"] .seo-landing-sidebar-text {
    color: rgba(0, 45, 91, 0.72);
}
body[data-theme="can"] .seo-landing-cta {
    background: rgba(0, 86, 168, 0.05);
    border-color: rgba(0, 45, 91, 0.12);
}
body[data-theme="can"] .seo-landing-cta .seo-landing-h3 {
    color: #002D5B;
}

/* — Galeri & Basında Biz — */
.terpa-galeri-album {
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.25s, box-shadow 0.25s;
}
.terpa-galeri-album:hover {
    transform: translateY(-4px);
}
.terpa-galeri-album-cover {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.08);
}
.terpa-galeri-album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.terpa-galeri-album:hover .terpa-galeri-album-cover img {
    transform: scale(1.06);
}
.terpa-galeri-album-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--terpa-amber, #F59E0B);
    opacity: 0.5;
}
.terpa-galeri-album-count {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    background: rgba(15, 23, 42, 0.75);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
}
.terpa-galeri-album-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.25s;
}
.terpa-galeri-album:hover .terpa-galeri-album-overlay {
    opacity: 1;
}
.terpa-galeri-album-body {
    padding: 1rem 1.15rem 1.15rem;
}
.terpa-galeri-album-desc {
    color: var(--terpa-muted, #94A3B8);
}
.terpa-galeri-modal .modal-content {
    background: #0F172A;
    border: 1px solid rgba(148, 163, 184, 0.15);
    color: #F8FAFC;
}
.terpa-galeri-modal-desc {
    color: rgba(248, 250, 252, 0.65);
}
.terpa-galeri-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    max-height: 70vh;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    overflow: hidden;
}
.terpa-galeri-slide img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
}
.terpa-galeri-swiper .swiper-button-prev,
.terpa-galeri-swiper .swiper-button-next {
    color: var(--terpa-amber, #F59E0B);
}
.terpa-galeri-thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}
.terpa-galeri-thumb {
    flex: 0 0 72px;
    height: 54px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    background: none;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.2s, border-color 0.2s;
}
.terpa-galeri-thumb.active,
.terpa-galeri-thumb:hover {
    opacity: 1;
    border-color: var(--terpa-amber, #F59E0B);
}
.terpa-galeri-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.terpa-basinda-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.terpa-basinda-gorsel {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.08);
}
.terpa-basinda-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}
.terpa-basinda-card:hover .terpa-basinda-gorsel img {
    transform: scale(1.04);
}
.terpa-basinda-gorsel--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--terpa-amber, #F59E0B);
    opacity: 0.45;
}
.terpa-basinda-meta {
    color: var(--terpa-muted, #94A3B8);
}
.terpa-basinda-ozet {
    color: var(--terpa-muted, #94A3B8);
    line-height: 1.6;
}
body[data-theme="can"] .terpa-galeri-album-desc,
body[data-theme="can"] .terpa-basinda-meta,
body[data-theme="can"] .terpa-basinda-ozet {
    color: rgba(0, 45, 91, 0.72);
}
body[data-theme="can"] .terpa-galeri-album-body h3 {
    color: #002D5B;
}

.kurumsal-icerik .kurumsal-metin { line-height: 1.8; color: var(--terpa-text, #F8FAFC); }
.kurumsal-icerik .kurumsal-ozet { color: var(--terpa-muted, #94A3B8); }
.kurumsal-kadro-foto {
    width: 120px; height: 120px; border-radius: 50%; overflow: hidden;
    border: 3px solid rgba(245, 158, 11, 0.35);
}
.kurumsal-kadro-foto img { width: 100%; height: 100%; object-fit: cover; }
.kurumsal-dokuman-item {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.85rem 0; border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.kurumsal-dokuman-item:last-child { border-bottom: 0; }
.kurumsal-marka-logo { max-height: 64px; max-width: 100%; object-fit: contain; }
.kurumsal-marka-ad { font-weight: 600; font-size: 0.95rem; }
.kurumsal-firma-logo { width: 72px; height: 72px; border-radius: 12px; overflow: hidden; background: rgba(148,163,184,0.08); }
.kurumsal-firma-logo img { width: 100%; height: 100%; object-fit: contain; }
body[data-theme="can"] .kurumsal-icerik .kurumsal-metin,
body[data-theme="can"] .kurumsal-kadro-card .text-muted-light { color: rgba(0, 45, 91, 0.78); }
body[data-theme="can"] .kurumsal-kadro-card h3 { color: #002D5B; }

/* — Ödeme başarılı — */
.page-header--odeme-basarili {
    text-align: center;
}
.page-header--odeme-basarili .page-header-orb-1 { opacity: 0.45; left: 20%; background: radial-gradient(circle, #10B981 0%, transparent 70%); }
.page-header--odeme-basarili .page-header-orb-2 { opacity: 0.25; }
.page-header--odeme-basarili .page-header-badge {
    width: 72px; height: 72px; font-size: 2rem;
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.45);
    color: #34D399;
}
.page-header--odeme-basarili .page-header-icon-float { color: #10B981; opacity: 0.05; }
.page-header--odeme-basarili .page-header-inner { max-width: 100%; align-items: center; }

/* — Ödeme başarısız — */
.page-header--odeme-basarisiz {
    text-align: center;
}
.page-header--odeme-basarisiz .page-header-orb-1 { opacity: 0.35; background: radial-gradient(circle, #EF4444 0%, transparent 70%); }
.page-header--odeme-basarisiz .page-header-orb-2 { opacity: 0.2; }
.page-header--odeme-basarisiz .page-header-badge {
    width: 72px; height: 72px; font-size: 2rem;
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.4);
    color: #F87171;
}
.page-header--odeme-basarisiz .page-header-icon-float { color: #EF4444; opacity: 0.05; }
.page-header--odeme-basarisiz .page-header-inner { max-width: 100%; align-items: center; }

.page-header--varsayilan .page-header-inner { max-width: 760px; }

@media (max-width: 767px) {
    .page-header { padding: 4rem 0 3rem; }
    .page-header-icon-float { display: none; }
    .page-header-lead { font-size: 0.95rem; }
    .page-header--kayit .page-header-pattern { background-position: 100% 80%; opacity: 0.08; }
}

/* Section arka planları */
.section { background: var(--terpa-section-bg, var(--terpa-dark)); }
.section-dark { background: var(--terpa-section-alt, var(--terpa-dark-light)); }
.section-kayit { background: var(--terpa-section-bg, var(--terpa-dark)); }

/* Form Stilleri */
.form-control, .form-select {
    background: var(--terpa-input-bg, rgba(20, 27, 39, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.15);
    color: var(--terpa-text);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
}
.form-control:focus, .form-select:focus {
    background: var(--terpa-input-focus-bg, rgba(30, 41, 59, 0.95));
    border-color: var(--terpa-amber);
    color: var(--terpa-text);
    box-shadow: 0 0 0 3px rgba(var(--terpa-amber-rgb), 0.15);
}
.form-control::placeholder { color: rgba(148, 163, 184, 0.5); }
.form-label { font-weight: 500; margin-bottom: 0.4rem; color: var(--terpa-muted); }
.form-check-input:checked {
    background-color: var(--terpa-amber);
    border-color: var(--terpa-amber);
}

/* IBAN Panel */
.iban-panel {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(217, 119, 6, 0.05));
    border: 1px dashed rgba(245, 158, 11, 0.4);
    border-radius: 16px;
    padding: 1.5rem;
}
.iban-number {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--terpa-amber);
    letter-spacing: 1px;
    word-break: break-all;
}
.btn-copy {
    cursor: pointer;
    transition: all 0.2s;
}
.btn-copy.copied {
    background: #10B981 !important;
    border-color: #10B981 !important;
}

/* Online Kayıt — sabit sağ panel */
@media (min-width: 992px) {
    .kayit-sidebar-sticky {
        position: sticky;
        top: 5.75rem;
        z-index: 30;
        align-self: flex-start;
    }
}

@media (min-width: 1200px) {
    .kayit-sidebar-sticky {
        top: 6.25rem;
    }
}

/* — Online Kayıt Formu (kurumsal) — */
.section-kayit { padding-top: 2rem; padding-bottom: 4rem; }

.kayit-form-panel {
    background: var(--terpa-panel-bg, var(--terpa-dark-elevated));
    border: 1px solid rgba(var(--terpa-amber-rgb), 0.1);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.kayit-form-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    background: rgba(var(--terpa-amber-rgb), 0.03);
}

.kayit-form-desc {
    color: var(--terpa-muted);
    font-size: 0.84rem;
    line-height: 1.45;
    max-width: 420px;
    margin: 0;
}

.kayit-form-overview {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    align-items: center;
}

.kayit-form-overview li {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: var(--terpa-muted);
    white-space: nowrap;
}

.kayit-form-overview li span {
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--terpa-amber);
    min-width: auto;
}

.kayit-form-section {
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.kayit-section-head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
}

.kayit-section-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--terpa-amber);
    border: 1px solid rgba(201, 162, 39, 0.25);
    background: rgba(201, 162, 39, 0.06);
    border-radius: var(--radius-sm);
}

.kayit-section-num i { font-size: 0.95rem; }

.kayit-section-title {
    font-family: var(--font-body);
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
    color: var(--terpa-text);
}

.kayit-section-desc {
    margin: 0;
    font-size: 0.88rem;
    color: var(--terpa-muted);
    line-height: 1.5;
}

.kayit-field-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--terpa-muted);
    margin-bottom: 0.75rem;
}

.kayit-paket-list,
.kayit-odeme-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.kayit-paket-item,
.kayit-odeme-item {
    display: block;
    cursor: pointer;
    margin: 0;
}

.kayit-paket-inner,
.kayit-odeme-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: var(--radius-md);
    background: rgba(11, 15, 23, 0.45);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.kayit-paket-item:hover .kayit-paket-inner,
.kayit-odeme-item:hover .kayit-odeme-inner {
    border-color: rgba(201, 162, 39, 0.28);
    background: rgba(201, 162, 39, 0.03);
}

.kayit-paket-item.secili .kayit-paket-inner,
.kayit-odeme-item.secili .kayit-odeme-inner {
    border-color: rgba(201, 162, 39, 0.55);
    background: rgba(201, 162, 39, 0.06);
    box-shadow: inset 3px 0 0 var(--terpa-amber);
}

.kayit-paket-radio {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(148, 163, 184, 0.35);
    border-radius: 50%;
    position: relative;
    transition: border-color 0.2s ease;
}

.kayit-paket-item.secili .kayit-paket-radio,
.kayit-odeme-item.secili .kayit-paket-radio {
    border-color: var(--terpa-amber);
}

.kayit-paket-item.secili .kayit-paket-radio::after,
.kayit-odeme-item.secili .kayit-paket-radio::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--terpa-amber);
}

.kayit-paket-info {
    flex: 1;
    min-width: 0;
}

.kayit-paket-info strong,
.kayit-odeme-info strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--terpa-text);
    margin-bottom: 0.15rem;
}

.kayit-paket-info small,
.kayit-odeme-info small {
    display: block;
    font-size: 0.82rem;
    color: var(--terpa-muted);
    line-height: 1.45;
}

.kayit-paket-tag {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--terpa-amber);
    border: 1px solid rgba(201, 162, 39, 0.35);
    padding: 0.1rem 0.45rem;
    border-radius: 3px;
    margin-bottom: 0.35rem;
}

.kayit-paket-price {
    flex-shrink: 0;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--terpa-amber);
    white-space: nowrap;
}

.kayit-odeme-info { flex: 1; min-width: 0; }

.kayit-odeme-logos {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.45rem;
    font-size: 1.1rem;
    color: var(--terpa-muted);
}

.kayit-troy {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.1rem 0.35rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 3px;
    color: var(--terpa-muted);
}

.kayit-odeme-badge {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--terpa-muted);
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 0.25rem 0.55rem;
    border-radius: 3px;
}

.kayit-odeme-ozet {
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 12px;
    padding: 1rem 1.15rem;
    background: rgba(245, 158, 11, 0.06);
}
.kayit-odeme-ozet-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.35rem 0;
    font-size: 0.92rem;
}
.kayit-odeme-ozet-row--komisyon {
    color: var(--terpa-muted);
    font-size: 0.88rem;
}
.kayit-odeme-ozet-row--toplam {
    border-top: 1px dashed rgba(245, 158, 11, 0.35);
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    font-weight: 600;
}
.kayit-odeme-ozet-row--toplam strong {
    color: var(--terpa-amber);
    font-size: 1.1rem;
}

.kayit-havale-notice {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(201, 162, 39, 0.2);
    border-radius: var(--radius-md);
    background: rgba(201, 162, 39, 0.05);
    margin-top: 0.5rem;
}

.kayit-havale-notice i {
    color: var(--terpa-amber);
    margin-top: 0.15rem;
}

.kayit-havale-notice strong {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.kayit-havale-notice p {
    margin: 0;
    font-size: 0.84rem;
    color: var(--terpa-muted);
    line-height: 1.5;
}

.kayit-sozlesme-box {
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: var(--radius-md);
    background: rgba(11, 15, 23, 0.35);
    padding: 0.5rem 0;
}

.kayit-sozlesme-item {
    padding: 0.85rem 1.15rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
    margin: 0;
}

.kayit-sozlesme-item:last-child { border-bottom: 0; }

.kayit-sozlesme-item .form-check-label {
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(241, 245, 249, 0.88);
}

.kayit-form-footer {
    padding: 1.75rem 2rem 2rem;
    background: rgba(11, 15, 23, 0.35);
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.kayit-submit-btn {
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.kayit-sidebar-card {
    background: var(--terpa-panel-bg, var(--terpa-dark-elevated));
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
}

.kayit-sidebar-card--iban {
    border-color: rgba(var(--terpa-amber-rgb), 0.18);
}

.kayit-sidebar-head {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.kayit-sidebar-title {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
    color: var(--terpa-text);
}

.kayit-sidebar-desc {
    font-size: 0.82rem;
    color: var(--terpa-muted);
    margin: 0;
}

.kayit-iban-dl {
    margin: 0;
}

.kayit-iban-dl dt {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--terpa-muted);
    margin-bottom: 0.2rem;
}

.kayit-iban-dl dd {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--terpa-text);
    margin: 0 0 0.85rem;
}

.kayit-iban-dl dd:last-child { margin-bottom: 0; }

.kayit-iban-value {
    font-family: 'Courier New', monospace;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--terpa-amber) !important;
    letter-spacing: 0.04em;
    word-break: break-all;
}

@media (max-width: 767px) {
    .page-header--kayit { padding: 2rem 0 1.5rem; }
    .kayit-form-intro,
    .kayit-form-section,
    .kayit-form-footer { padding-left: 1.15rem; padding-right: 1.15rem; }
    .kayit-form-overview { width: 100%; }
    .kayit-paket-inner,
    .kayit-odeme-inner { flex-wrap: wrap; }
    .kayit-paket-price { width: 100%; padding-left: 2.15rem; }
    .kayit-odeme-badge { display: none; }
}

/* Timeline */
.timeline { position: relative; padding-left: 30px; }
.timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--terpa-amber), transparent);
}
.timeline-item { position: relative; margin-bottom: 2rem; }
.timeline-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: var(--terpa-amber);
    border-radius: 50%;
    border: 3px solid var(--terpa-dark);
}
.timeline-year { color: var(--terpa-amber); font-weight: 700; font-size: 1.1rem; }

/* Accordion (SSS) */
.accordion-terpa .accordion-item {
    background: var(--terpa-glass);
    border: 1px solid var(--terpa-glass-border);
    border-radius: 12px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.accordion-terpa .accordion-button {
    background: transparent;
    color: var(--terpa-text);
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
}
.accordion-terpa .accordion-button:not(.collapsed) {
    background: rgba(245, 158, 11, 0.08);
    color: var(--terpa-amber);
}
.accordion-terpa .accordion-button::after {
    filter: invert(0.7) sepia(1) saturate(5) hue-rotate(5deg);
}
.accordion-terpa .accordion-body {
    color: var(--terpa-muted);
    padding: 0 1.5rem 1.25rem;
    line-height: 1.7;
}

/* Etkinlik Kartları */
.etkinlik-card { overflow: hidden; }
.etkinlik-date {
    background: transparent;
    color: var(--terpa-amber);
    padding: 0.5rem 0.75rem;
    text-align: center;
    border: 1px solid var(--terpa-glass-border);
    border-radius: var(--radius-md);
    min-width: 64px;
}
.etkinlik-date .day { font-size: 1.75rem; font-weight: 700; line-height: 1; }
.etkinlik-date .month { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }

/* Footer */
.terpa-footer {
    position: relative;
    margin-top: 0;
    overflow: hidden;
    isolation: isolate;
    border-top: none;
    background:
        radial-gradient(ellipse 85% 55% at 12% -10%, rgba(245, 158, 11, 0.09) 0%, transparent 52%),
        radial-gradient(ellipse 60% 50% at 100% 100%, rgba(59, 130, 246, 0.1) 0%, transparent 55%),
        linear-gradient(180deg, #0A101C 0%, var(--terpa-footer-bg, #0F172A) 45%, #080D18 100%);
}
.terpa-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(245, 158, 11, 0.15) 18%, rgba(245, 158, 11, 0.55) 50%, rgba(245, 158, 11, 0.15) 82%, transparent 100%);
    z-index: 3;
    pointer-events: none;
}
.footer-bg-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='320' viewBox='0 0 480 320'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='0.45' opacity='0.35'%3E%3Cpath d='M-20 64 C80 52 160 76 280 58 S420 44 500 66'/%3E%3Cpath d='M-20 112 C80 100 160 124 280 106 S420 92 500 114'/%3E%3Cpath d='M-20 160 C80 148 160 172 280 154 S420 140 500 162'/%3E%3C/g%3E%3Cg fill='%23F59E0B' opacity='0.06'%3E%3Ccircle cx='120' cy='88' r='2.5'/%3E%3Ccircle cx='360' cy='148' r='2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 480px 320px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.footer-content {
    position: relative;
    z-index: 1;
    background: transparent;
}
.footer-brand {
    padding-left: 1rem;
    border-left: 3px solid rgba(245, 158, 11, 0.55);
}
.footer-title {
    color: var(--terpa-amber);
    font-weight: 700;
    margin-bottom: 1.35rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    position: relative;
    padding-bottom: 0.7rem;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.25rem;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--terpa-amber), rgba(245, 158, 11, 0.15));
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a,
.footer-contact a,
.footer-bottom a {
    color: var(--terpa-muted);
    text-decoration: none;
    transition: color 0.28s ease;
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
}
.footer-links a::after,
.footer-contact a::after,
.footer-bottom a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1.5px;
    background: var(--terpa-amber);
    border-radius: 999px;
    transition: width 0.48s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover,
.footer-links a:focus-visible,
.footer-contact a:focus-visible,
.footer-bottom a:focus-visible {
    color: var(--terpa-amber);
    animation: terpa-link-blink 1.5s ease-in-out 3s infinite;
}
.footer-links a:hover::after,
.footer-contact a:hover::after,
.footer-bottom a:hover::after,
.footer-links a:focus-visible::after,
.footer-contact a:focus-visible::after,
.footer-bottom a:focus-visible::after {
    width: 100%;
}
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    color: var(--terpa-muted);
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.footer-contact a { color: var(--terpa-muted); text-decoration: none; }
.footer-contact a:hover { color: var(--terpa-amber); }
.text-muted-light { color: var(--terpa-muted) !important; }
.footer-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%);
    backdrop-filter: blur(10px);
}

/* Harita */
.map-container {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--terpa-glass-border);
}
.map-container iframe { display: block; width: 100%; height: 400px; border: 0; }

/* Kayıt Form Adımları */
.form-step-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.form-step-icon {
    width: 40px;
    height: 40px;
    background: rgba(245, 158, 11, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--terpa-amber);
}

/* Animasyonlar */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-section { min-height: 70vh; }
    .hero-slider-wrap .hero-swiper,
    .hero-slide-inner { min-height: auto; }
    .hero-slider-prev { left: 0.5rem; }
    .hero-slider-next { right: 0.5rem; }
    .hero-slider-nav { width: 40px; height: 40px; }
    .hero-copy {
        padding: 1.35rem 1.25rem;
        max-width: none;
    }
    .hero-music-lines {
        inset: 0;
    }
    .hero-bg-scrim {
        background:
            linear-gradient(180deg, rgba(0, 28, 58, 0.92) 0%, rgba(0, 45, 91, 0.78) 100%);
    }
    .section { padding: 3.5rem 0; }
    .navbar-actions { padding: 1rem 0; }
}
/* Online Ödeme - Paket & Yöntem Seçimi */
.odeme-paket-kart, .odeme-yontem-kart {
    cursor: pointer;
    padding: 1.25rem;
    transition: all 0.35s ease;
    border: 2px solid transparent;
    position: relative;
}
.odeme-paket-kart:hover, .odeme-yontem-kart:hover {
    border-color: rgba(var(--terpa-amber-rgb, 245, 158, 11), 0.4);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.odeme-paket-kart.secili, .odeme-yontem-kart.secili {
    border-color: var(--terpa-amber);
    box-shadow: 0 0 25px var(--terpa-glow, rgba(245,158,11,0.3));
}
.odeme-yontem-kart.odeme-online.secili {
    box-shadow: 0 0 30px var(--terpa-glow, rgba(245,158,11,0.45)), inset 0 0 20px rgba(245,158,11,0.05);
}
.odeme-online-etiket {
    position: absolute; top: 10px; right: 10px;
    background: linear-gradient(135deg, var(--terpa-amber), var(--terpa-amber-dark));
    color: var(--terpa-dark); font-size: 0.6rem; font-weight: 700;
    padding: 0.15rem 0.5rem; border-radius: 50px; text-transform: uppercase;
}
.odeme-yontem-kart.odeme-online { border-color: rgba(var(--terpa-amber-rgb, 245, 158, 11), 0.25); }
.paket-price-sm { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--terpa-amber); }
.paket-badge-sm {
    position: absolute; top: 8px; right: 8px;
    background: var(--terpa-amber); color: var(--terpa-dark);
    font-size: 0.65rem; padding: 0.15rem 0.5rem; border-radius: 50px; font-weight: 700;
}
.odeme-paket-check {
    position: absolute; top: 8px; left: 8px;
    color: var(--terpa-amber); opacity: 0; transition: opacity 0.3s;
}
.odeme-paket-kart.secili .odeme-paket-check { opacity: 1; }
.odeme-yontem-ikon {
    width: 50px; height: 50px; border-radius: 12px;
    background: rgba(var(--terpa-amber-rgb, 245, 158, 11), 0.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem; color: var(--terpa-amber); margin-bottom: 0.75rem;
}
.odeme-kart-logolar { display: flex; gap: 0.5rem; align-items: center; font-size: 1.25rem; color: var(--terpa-muted); }
.troy-badge {
    font-size: 0.65rem; font-weight: 700; padding: 0.1rem 0.4rem;
    border: 1px solid var(--terpa-amber); border-radius: 4px; color: var(--terpa-amber);
}

/* Captcha */
.terpa-captcha-wrap { margin-bottom: 1rem; }
.terpa-captcha-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.terpa-captcha-img {
    border-radius: 8px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    cursor: pointer;
}
.terpa-captcha-yenile {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: var(--terpa-amber);
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.2s;
}
.terpa-captcha-yenile:hover { background: var(--terpa-amber); color: var(--terpa-dark); }
.terpa-captcha-input { max-width: 140px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }
.terpa-captcha-hint { display: block; color: var(--terpa-muted); font-size: 0.75rem; margin-top: 0.35rem; }

/* Navbar Dropdown */
.terpa-dropdown {
    background: var(--terpa-dark-light);
    border: 1px solid rgba(var(--terpa-amber-rgb), 0.15);
    border-radius: var(--radius-md);
    padding: 0.35rem;
    margin-top: 0.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.terpa-dropdown .dropdown-item {
    border-radius: calc(var(--radius-md) - 2px);
    color: var(--terpa-text);
    padding: 0.55rem 0.85rem;
    font-size: 0.9rem;
    position: relative;
}
.terpa-dropdown .dropdown-item::after {
    content: '';
    position: absolute;
    left: 0.85rem;
    bottom: 0.35rem;
    width: 0;
    height: 1.5px;
    background: var(--terpa-amber);
    border-radius: 999px;
    transition: width 0.48s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.terpa-dropdown .dropdown-item:hover,
.terpa-dropdown .dropdown-item:focus,
.terpa-dropdown .dropdown-item.active {
    background: rgba(var(--terpa-amber-rgb), 0.12);
    color: var(--terpa-amber);
}
.terpa-dropdown .dropdown-item:hover,
.terpa-dropdown .dropdown-item:focus {
    animation: terpa-link-blink 1.5s ease-in-out 3s infinite;
}
.terpa-dropdown .dropdown-item:hover::after,
.terpa-dropdown .dropdown-item:focus::after,
.terpa-dropdown .dropdown-item.active::after {
    width: calc(100% - 1.7rem);
}

/* Hizmet Kartları */
.hizmet-sayfa-intro { max-width: 720px; }
.hizmet-card {
    padding: 1.5rem;
    position: relative;
    transition: border-color 0.25s, transform 0.25s;
}
.hizmet-card:hover {
    border-color: rgba(var(--terpa-amber-rgb), 0.28);
    transform: translateY(-2px);
}
.hizmet-card--featured {
    border-color: rgba(var(--terpa-amber-rgb), 0.35);
    background: linear-gradient(145deg, rgba(var(--terpa-amber-rgb), 0.06), transparent);
}
.hizmet-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--terpa-amber);
    background: rgba(var(--terpa-amber-rgb), 0.12);
    border: 1px solid rgba(var(--terpa-amber-rgb), 0.25);
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}
.hizmet-card-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-right: 4rem;
}
.hizmet-card-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--terpa-amber-rgb), 0.12);
    border: 1px solid rgba(var(--terpa-amber-rgb), 0.22);
    color: var(--terpa-amber);
    font-size: 1.2rem;
}
.hizmet-card-title {
    font-size: 1.25rem;
    margin: 0 0 0.25rem;
    line-height: 1.25;
}
.hizmet-card-subtitle {
    margin: 0;
    font-size: 0.84rem;
    color: var(--terpa-muted);
}
.hizmet-card-desc {
    color: var(--terpa-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}
.hizmet-card-features {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}
.hizmet-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.86rem;
    color: var(--terpa-muted);
}
.hizmet-card-features li i {
    color: var(--terpa-amber);
    margin-top: 0.15rem;
    font-size: 0.72rem;
}
.hizmet-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.hizmet-cta-panel { border-color: rgba(var(--terpa-amber-rgb), 0.15); }

/* Anasayfa Hizmetler */
.home-hizmet-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.home-hizmet-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--terpa-amber-rgb), 0.2);
    color: var(--terpa-muted);
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 500;
    transition: all 0.2s;
}
.home-hizmet-tab:hover,
.home-hizmet-tab.active {
    color: var(--terpa-amber);
    border-color: rgba(var(--terpa-amber-rgb), 0.45);
    background: rgba(var(--terpa-amber-rgb), 0.08);
}
.home-hizmet-card {
    display: block;
    height: 100%;
    padding: 1.15rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(148, 163, 184, 0.1);
    background: var(--terpa-panel-bg, var(--terpa-dark-light));
    text-decoration: none;
    color: inherit;
    transition: all 0.25s;
}
.home-hizmet-card:hover {
    border-color: rgba(var(--terpa-amber-rgb), 0.3);
    transform: translateY(-2px);
    color: inherit;
}
.home-hizmet-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--terpa-amber-rgb), 0.12);
    color: var(--terpa-amber);
    margin-bottom: 0.75rem;
}
.home-hizmet-card h5 {
    font-size: 0.98rem;
    margin-bottom: 0.35rem;
}
.home-hizmet-card p {
    font-size: 0.8rem;
    color: var(--terpa-muted);
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .hizmet-card-head { padding-right: 0; flex-direction: column; }
    .hizmet-card-badge { position: static; align-self: flex-start; margin-bottom: 0.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    .nav-link::after,
    .footer-links a::after,
    .footer-contact a::after,
    .footer-bottom a::after,
    .terpa-dropdown .dropdown-item::after {
        transition: none;
    }
    .nav-link:hover,
    .nav-link:focus-visible,
    .nav-link.active:hover,
    .footer-links a:hover,
    .footer-contact a:hover,
    .footer-bottom a:hover,
    .terpa-dropdown .dropdown-item:hover,
    .terpa-dropdown .dropdown-item:focus {
        animation: none;
    }
}

/* Menü / footer — hover renk yanıp sönme (3 sn sonra) */
@keyframes terpa-link-blink {
    0%, 100% { color: var(--terpa-amber) !important; }
    50% { color: #ffffff !important; }
}

@media (max-width: 576px) {
    .whatsapp-float { width: 50px; height: 50px; font-size: 1.5rem; bottom: 15px; right: 15px; }
}

/* Özel sayfa */
.ozel-sayfa-kapak {
    min-height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.ozel-sayfa-kapak-overlay {
    min-height: 280px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(15,23,42,0.88), rgba(15,23,42,0.55));
    color: #fff;
    padding: 3rem 0;
}
.ozel-sayfa-kapak-baslik { font-size: clamp(1.75rem, 4vw, 2.5rem); margin-bottom: 0.5rem; }
.ozel-sayfa-kapak-ozet { max-width: 640px; opacity: 0.9; margin: 0; }
.ozel-sayfa-icerik { line-height: 1.75; }
.ozel-sayfa-icerik img { max-width: 100%; height: auto; border-radius: 8px; }
.ozel-sayfa-galeri-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
}
.ozel-sayfa-galeri-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.ozel-sayfa-galeri-item:hover img { transform: scale(1.04); }

/* Müşteri Yorumları — 4'lü casual carousel band */
.terpa-yorum-band {
    padding-top: 0.75rem;
    padding-bottom: 1.25rem;
}
.terpa-yorum-band-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.terpa-yorum-band-baslik {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}
.terpa-yorum-band-ikon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 166, 35, 0.14);
    color: var(--terpa-amber, #F5A623);
    font-size: 1rem;
    flex-shrink: 0;
}
.terpa-yorum-band-baslik h3 {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}
.terpa-yorum-ozet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.2rem;
}
.terpa-yorum-ozet-metin {
    color: var(--terpa-muted, #64748b);
    font-size: 0.82rem;
}
.terpa-yorum-carousel-wrap {
    position: relative;
    overflow: hidden;
    padding: 0.35rem 0 0.75rem;
}
.terpa-yorum-swiper {
    overflow: visible;
}
.terpa-yorum-swiper .swiper-slide {
    height: auto;
    display: flex;
}
.terpa-yorum-kart {
    position: relative;
    width: 100%;
    min-height: 188px;
    padding: 1.15rem 1.1rem 1rem;
    border-radius: 18px;
    background: var(--terpa-glass, rgba(255, 255, 255, 0.06));
    border: 1px solid var(--terpa-glass-border, rgba(148, 163, 184, 0.18));
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.terpa-yorum-kart--casual {
    transform: rotate(var(--yorum-tilt, 0deg));
}
.terpa-yorum-kart--1 { --yorum-tilt: -0.6deg; }
.terpa-yorum-kart--2 { --yorum-tilt: 0.45deg; }
.terpa-yorum-kart--3 { --yorum-tilt: -0.25deg; }
.terpa-yorum-kart--4 { --yorum-tilt: 0.55deg; }
.terpa-yorum-swiper .swiper-slide-active .terpa-yorum-kart,
.terpa-yorum-kart:hover {
    transform: rotate(0deg) translateY(-3px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}
.terpa-yorum-kart-ust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.terpa-yorum-kart-quote {
    font-size: 0.95rem;
    color: rgba(245, 166, 35, 0.45);
}
.terpa-yorum-kart-metin {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--terpa-text, rgba(248, 250, 252, 0.92));
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.terpa-yorum-kart-alt {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.78rem;
    margin-top: auto;
    padding-top: 0.35rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.22);
}
.terpa-yorum-kart-alt strong { color: inherit; }
.terpa-yorum-kart-alt span { color: var(--terpa-amber, #F5A623); }
.yorum-stars {
    display: inline-flex;
    gap: 0.12rem;
    color: var(--terpa-amber, #F5A623);
    font-size: 0.82rem;
}
.yorum-stars--lg { font-size: 1.05rem; }
.yorum-stars--sm { font-size: 0.75rem; }
.terpa-yorum-form { margin-top: 0.25rem; }
.terpa-yildiz-secim {
    display: inline-flex;
    gap: 0.25rem;
}
.terpa-yildiz-btn {
    border: 0;
    background: transparent;
    padding: 0.15rem;
    color: rgba(148, 163, 184, 0.55);
    font-size: 1.35rem;
    line-height: 1;
    transition: color 0.15s ease, transform 0.15s ease;
}
.terpa-yildiz-btn.is-active,
.terpa-yildiz-btn:hover {
    color: var(--terpa-amber, #F5A623);
    transform: scale(1.05);
}
.terpa-yildiz-btn .fas.fa-star { color: var(--terpa-amber, #F5A623); }

@media (max-width: 767px) {
    .terpa-yorum-kart { min-height: 170px; }
    .terpa-yorum-band-head { align-items: flex-start; }
}

/* İK / İş Başvuru Formu */
.ik-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.ik-basvuru-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.ik-basvuru-head-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.28);
    color: var(--terpa-amber, #F59E0B);
    font-size: 1.25rem;
    flex-shrink: 0;
}
.section-ik .ik-basvuru-wrap { margin-top: 0; }
.section-ik .breadcrumb-custom {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(148, 163, 184, 0.28);
    color: #64748b;
}
.section-ik .breadcrumb-custom a {
    color: var(--terpa-amber, #F59E0B);
    text-decoration: none;
}
.section-ik .breadcrumb-custom a:hover {
    text-decoration: underline;
}
.section-ik .breadcrumb-custom .breadcrumb-item.active {
    color: #334155;
    font-weight: 600;
}
.section-ik .breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
}
body[data-theme="can"] .section-ik .breadcrumb-custom {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(148, 163, 184, 0.28);
    color: #64748b;
}
body[data-theme="can"] .section-ik .breadcrumb-custom a {
    color: var(--terpa-amber, #D97706);
}
body[data-theme="can"] .section-ik .breadcrumb-custom .breadcrumb-item.active {
    color: #1e293b;
}
.ik-cta-card .ik-basvuru-head { margin-bottom: 0; }
.ik-ilan-detay .ik-ilan-gereksinim-block {
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.ik-basvuru-form .form-label { font-weight: 600; font-size: 0.88rem; }
.ik-basvuru-form input[type="file"] {
    background: rgba(15, 23, 42, 0.35);
    border-style: dashed;
}
.ik-acik-ilanlar .badge.bg-amber { background: var(--terpa-amber, #F59E0B) !important; }
.ik-ilan-kart {
    border: 1px solid rgba(245, 158, 11, 0.12);
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.ik-ilan-kart:hover,
.ik-ilan-kart.is-selected {
    border-color: rgba(245, 158, 11, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.ik-ilan-kategori {
    font-size: 0.78rem;
    color: var(--terpa-amber, #F59E0B);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ik-ilan-calisma {
    background: rgba(245, 158, 11, 0.15);
    color: var(--terpa-amber, #F59E0B);
    border: 1px solid rgba(245, 158, 11, 0.25);
}
.ik-secili-ilan-alert {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.28);
    color: inherit;
}
.ik-ilan-gereksinim { white-space: pre-line; }

