/* ==========================================================================
   MMV Tech — tanitim sitesi stilleri
   ========================================================================== */

.public-body { background: #fff; }

/* ---- Header (Homepage.dc: pill menu + kucuselen header + parlayan giris) ---- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(231, 236, 243, .9);
    transition: box-shadow .3s ease, background .3s ease, border-color .3s ease;
}
.site-header.scrolled {
    box-shadow: 0 8px 30px rgba(15, 23, 42, .09);
    background: rgba(255, 255, 255, .94);
    border-color: rgba(231, 236, 243, .6);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 72px; transition: height .3s ease; }
.site-header.scrolled .header-inner { height: 62px; }

.brand-lockup { display: flex; align-items: center; gap: 11px; }
.brand-lockup:hover { text-decoration: none; }
.brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: linear-gradient(135deg, #1E6FE8, #4C93F7);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(30, 111, 232, .42);
    flex-shrink: 0;
}
.brand-mark-sm { width: 32px; height: 32px; font-size: 16px; border-radius: 9px; }
.brand-word { font-size: 21px; font-weight: 800; letter-spacing: -.5px; color: #0A2540; }
.brand-word em { font-style: normal; color: var(--color-accent); }
.brand-word-light { color: #fff; font-size: 20px; }
.brand-word-light em { color: #5EA0FF; }

/* Kayan pill'li menu */
.pill-nav {
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 5px;
    background: #F2F5FA;
    border: 1px solid #E8EDF4;
    border-radius: 14px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, .03);
}
.nav-pill {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .1), 0 1px 2px rgba(15, 23, 42, .06);
    opacity: 0;
    transform: translateX(0);
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), width .34s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
    z-index: 0;
}
.pill-nav a {
    position: relative;
    z-index: 1;
    padding: 9px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    transition: color .22s ease;
    white-space: nowrap;
}
.pill-nav a:hover { text-decoration: none; }
.pill-nav a.pill-hot { color: #1558BD; }

/* Parlama efektli giris butonu */
.btn-login {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 42px;
    padding: 0 20px;
    border-radius: 11px;
    background: linear-gradient(135deg, #1E6FE8, #4C93F7);
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(30, 111, 232, .34);
    transition: transform .22s ease, box-shadow .22s ease;
    flex-shrink: 0;
}
.btn-login:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(30, 111, 232, .45); }
.btn-login span, .btn-login svg { position: relative; z-index: 1; }
.login-shine {
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
    animation: loginShine 5s ease-in-out 2s infinite;
    z-index: 0 !important;
}
@keyframes loginShine { 0%, 18% { left: -120%; } 55%, 100% { left: 130%; } }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--color-primary);
}

/* ---- Hero (karanlik + dalga animasyonu + glass kart) ---- */
.hero-dark {
    position: relative;
    background:
        radial-gradient(1000px 560px at 78% 8%, rgba(79, 70, 229, .22), transparent 60%),
        radial-gradient(700px 500px at 8% 100%, rgba(18, 181, 165, .12), transparent 60%),
        #05080F;
    color: #fff;
    padding: 112px 0 124px;
    overflow: hidden;
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .85; }
.hero-dark-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 7, 15, .55) 0%, rgba(4, 7, 15, .15) 45%, rgba(4, 7, 15, .75) 100%);
    pointer-events: none;
}
.hero-dark-inner { position: relative; z-index: 2; display: flex; align-items: center; gap: 56px; }
.hero-text { flex: 1 1 500px; }

.hero-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(129, 140, 248, .35);
    background: rgba(79, 70, 229, .12);
    color: #A5B4FC;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 20px;
    backdrop-filter: blur(6px);
}
.hero-dark h1 { color: #fff; font-size: 52px; line-height: 1.1; letter-spacing: -1.4px; margin-bottom: 22px; }
.text-gradient {
    background: linear-gradient(92deg, #7DB4FF 0%, #A78BFA 60%, #818CF8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-dark p { font-size: 16.5px; color: rgba(226, 232, 240, .75); max-width: 560px; margin-bottom: 30px; line-height: 1.7; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    padding: 0 26px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1E6FE8, #4C93F7);
    color: #fff;
    font-size: 15.5px;
    font-weight: 600;
    box-shadow: 0 10px 28px rgba(30, 111, 232, .4);
    transition: filter .2s;
}
.btn-hero-primary:hover { filter: brightness(1.08); text-decoration: none; }
.btn-hero-glass {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 0 26px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    color: #E2E8F0;
    font-size: 15.5px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(8px);
    transition: background .2s, color .2s;
}
.btn-hero-glass:hover { background: rgba(255, 255, 255, .12); color: #fff; text-decoration: none; }

.hero-metrics {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 42px;
    font-size: 14px;
    color: rgba(226, 232, 240, .6);
}
.hero-metrics strong { color: #fff; font-weight: 700; font-size: 19px; margin-right: 6px; }
.metric-sep { width: 1px; height: 20px; background: rgba(255, 255, 255, .16); }

/* ---- Yuzen glass kart ---- */
.hero-card-wrap { flex: 0 1 360px; }
.glass-card {
    position: relative;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .08);
    overflow: hidden;
}
.animate-float { animation: floatCard 6s ease-in-out infinite; }
@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.glass-card-visual {
    position: relative;
    margin: 16px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(129, 140, 248, .25);
    background: linear-gradient(160deg, rgba(79, 70, 229, .14), rgba(30, 111, 232, .06));
    box-shadow: inset 0 0 30px rgba(79, 70, 229, .12);
    overflow: hidden;
}
.grid-anim {
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .35) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .35) 1px, transparent 1px);
    background-size: 15px 15px;
    animation: gridPulse 3.5s ease-in-out infinite;
    pointer-events: none;
}
@keyframes gridPulse { 0%, 100% { opacity: .06; } 50% { opacity: .14; } }

.mini-ticket {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 8px;
    font-size: 12px;
    color: rgba(226, 232, 240, .85);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.mini-ticket:last-child { border-bottom: none; }
.mini-ticket-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-ticket strong { margin-left: auto; color: #fff; font-weight: 600; font-size: 11.5px; white-space: nowrap; }
.dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-red { background: #F87171; box-shadow: 0 0 8px rgba(248, 113, 113, .6); }
.dot-amber { background: #FBBF24; box-shadow: 0 0 8px rgba(251, 191, 36, .6); }
.dot-green { background: #34D399; box-shadow: 0 0 8px rgba(52, 211, 153, .6); }
.dot-blue { background: #60A5FA; box-shadow: 0 0 8px rgba(96, 165, 250, .6); }

.glass-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent); }

.glass-card-body { padding: 18px 20px 20px; }
.glass-chip {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(129, 140, 248, .3);
    background: rgba(79, 70, 229, .12);
    color: #A5B4FC;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
}
.glass-card-body h3 { color: #fff; font-size: 16.5px; font-weight: 600; margin-bottom: 6px; }
.glass-card-body p { color: rgba(255, 255, 255, .65); font-size: 12.5px; line-height: 1.65; margin-bottom: 16px; }
.glass-card-foot { display: flex; justify-content: space-between; align-items: center; }
.glass-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 9px;
    border: 1px solid rgba(129, 140, 248, .3);
    background: rgba(255, 255, 255, .05);
    color: #818CF8;
    font-size: 12px;
    font-weight: 600;
    transition: all .15s;
}
.glass-link:hover { color: #A5B4FC; background: rgba(129, 140, 248, .12); text-decoration: none; }
.glass-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
}
.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34D399;
    box-shadow: 0 0 8px rgba(52, 211, 153, .8);
    animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }

/* ---- Bolumler ---- */
.section { padding: 88px 0; }
.section-alt { background: #F5F8FC; border-top: 1px solid #EEF2F7; border-bottom: 1px solid #EEF2F7; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.section-kicker {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 12px;
}
.section-title { font-size: 34px; letter-spacing: -.7px; text-align: center; margin-bottom: 10px; }
.section-sub { text-align: center; color: var(--color-muted); max-width: 640px; margin: 14px auto 0; font-size: 16px; line-height: 1.6; }

/* ---- Ozellik kartlari (scroll-reveal + hover animasyonlu) ---- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.card-grid-3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); margin-top: 48px; }
.feature-card {
    background: #fff;
    border: 1px solid #EAEFF5;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 30px rgba(15, 23, 42, .05);
    padding: 30px;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), box-shadow .34s ease, border-color .34s ease, opacity .5s ease;
    will-change: transform;
}
.feature-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, .16);
    border-color: rgba(30, 111, 232, .5);
}
.feature-card h3 { font-size: 18px; margin-bottom: 10px; }
.feature-card p { font-size: 14.5px; color: var(--color-muted); line-height: 1.65; }
.feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform .4s cubic-bezier(.34, 1.56, .64, 1);
}
.feature-card:hover .feature-icon { transform: scale(1.1) rotate(-5deg); }
.feature-icon-sm { width: 46px; height: 46px; border-radius: 13px; }
.fi-blue   { background: #E8F0FE; color: #1E6FE8; }
.fi-indigo { background: #E9EBFF; color: #4F46E5; }
.fi-green  { background: #E2F7EA; color: #16A34A; }
.fi-teal   { background: #DEF5F2; color: #0E9384; }
.fi-amber  { background: #FDF3DE; color: #D97706; }
.fi-slate  { background: #EEF2F7; color: #475569; }
.ref-sector { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--color-accent); margin-bottom: 8px; }

/* Scroll-reveal: JS .in sinifini ekleyene kadar ogeler asagida ve seffaf */
.anim-ready [data-anim-card] { opacity: 0; transform: translateY(28px); }
.anim-ready [data-anim-card].in { opacity: 1; transform: translateY(0); }
.anim-ready [data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .55s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
}
.anim-ready [data-reveal].in { opacity: 1; transform: translateY(0); }

/* ---- Rakam bandi (lacivert gradyan kutu) ---- */
.stats-band {
    display: flex;
    flex-wrap: wrap;
    border-radius: 22px;
    background: linear-gradient(125deg, #0B2140, #0A2540 55%, #123A63);
    box-shadow: 0 24px 60px rgba(10, 37, 64, .3);
    overflow: hidden;
}
.stats-cell {
    flex: 1 1 200px;
    padding: 34px 26px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
}
.stats-cell:last-child { border-right: none; }
.stat-num {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -1px;
    background: linear-gradient(92deg, #7DB4FF, #A78BFA);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.stat-desc { color: #AEC7E6; font-size: 14px; margin-top: 6px; }

/* ---- Surec (baglanti cizgili) ---- */
.process-row { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.process-line {
    position: absolute;
    top: 24px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, #DDE7F3, #C9D9EE, #DDE7F3);
    z-index: 0;
}
.process-step {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #EAEFF5;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 26px rgba(15, 23, 42, .05);
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), box-shadow .34s ease, border-color .34s ease, opacity .5s ease;
    will-change: transform;
}
.process-step:hover { transform: translateY(-7px); box-shadow: 0 24px 54px rgba(15, 23, 42, .16); border-color: rgba(30, 111, 232, .5); }
.process-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1E6FE8, #4C93F7);
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    box-shadow: 0 6px 16px rgba(30, 111, 232, .35);
    margin-bottom: 16px;
}
.process-num-teal { background: linear-gradient(135deg, #12B5A5, #0E9384); box-shadow: 0 6px 16px rgba(18, 181, 165, .35); }
.process-step h3 { font-size: 17px; margin-bottom: 8px; }
.process-step p { font-size: 14px; color: var(--color-muted); line-height: 1.6; }

/* ---- CTA (kutulu gradyan) ---- */
.cta-band { padding: 0 0 88px; }
.section + .cta-band { padding-top: 0; }
.cta-inner {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(120deg, #1558BD, #1E6FE8 45%, #3f8cf5);
    padding: 64px 48px;
    text-align: center;
    box-shadow: 0 24px 60px rgba(30, 111, 232, .32);
}
.cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .5;
    background:
        radial-gradient(500px 260px at 15% 10%, rgba(255, 255, 255, .18), transparent 60%),
        radial-gradient(500px 300px at 90% 100%, rgba(18, 181, 165, .28), transparent 60%);
    pointer-events: none;
}
.cta-inner h2, .cta-inner p, .cta-inner .btn-cta { position: relative; }
.cta-inner h2 { color: #fff; font-size: 32px; letter-spacing: -.6px; margin-bottom: 12px; }
.cta-inner p { color: #E3EEFF; font-size: 16.5px; margin: 0 auto 28px; max-width: 560px; line-height: 1.6; }
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 30px;
    border-radius: 13px;
    background: #fff;
    color: #1558BD;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
    transition: filter .2s, transform .2s;
}
.btn-cta:hover { text-decoration: none; filter: brightness(.97); transform: translateY(-2px); }

/* ---- Sayfa basligi ---- */
.page-head { background: var(--color-primary); color: #fff; padding: 52px 0; }
.page-head h1 { color: #fff; font-size: 34px; margin-bottom: 6px; }
.page-head p { color: #b9c8d9; }

/* ---- Hizmet kartlari (Services.dc.html) ---- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.svc-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #EAEFF5;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 30px rgba(15, 23, 42, .05);
    will-change: transform;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), box-shadow .34s ease, border-color .34s ease, opacity .6s ease;
}
.svc-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 56px rgba(15, 23, 42, .15);
    border-color: rgba(30, 111, 232, .4);
}
.svc-featured { grid-column: span 2; padding: 32px; }
/* Hover'da sol ust koseden buyuyen renkli isik (wash) */
.svc-wash {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--wash, rgba(30, 111, 232, .16)), transparent 70%);
    transform: scale(0);
    transform-origin: top left;
    opacity: 0;
    transition: transform .55s cubic-bezier(.22, 1, .36, 1), opacity .4s ease;
    pointer-events: none;
    z-index: 0;
}
.svc-card:hover .svc-wash { transform: scale(1); opacity: 1; }
.svc-body { position: relative; z-index: 1; }
.svc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.svc-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .4s cubic-bezier(.34, 1.56, .64, 1);
}
.svc-featured .svc-icon { width: 56px; height: 56px; }
.svc-card:hover .svc-icon { transform: scale(1.09) rotate(-5deg); }
/* Hover'da beliren yuvarlak ok */
.svc-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .3s ease, transform .3s ease;
}
.svc-card:hover .svc-arrow { opacity: 1; transform: translateX(0); }
.sa-blue   { background: #EFF4FE; color: #1E6FE8; }
.sa-indigo { background: #EEEDFE; color: #4F46E5; }
.sa-green  { background: #E1F5E9; color: #16A34A; }
.sa-teal   { background: #DBF3F0; color: #0E9384; }
.sa-amber  { background: #FBF0DC; color: #B45309; }
.sa-slate  { background: #EDF1F6; color: #475569; }
.svc-card h2 { font-size: 19px; letter-spacing: -.3px; margin-bottom: 10px; }
.svc-featured h2 { font-size: 21px; letter-spacing: -.4px; }
.svc-card p { font-size: 14.5px; color: var(--color-muted); line-height: 1.7; }
.svc-featured p { margin-bottom: 20px; max-width: 560px; }
.svc-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 22px; list-style: none; margin: 0; padding: 0; }
.svc-checks li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--color-text); font-weight: 500; }
.svc-check-chip {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #E2F7EA;
    color: #16A34A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.anim-ready [data-svc-card] { opacity: 0; transform: translateY(30px); }
.anim-ready [data-svc-card].in { opacity: 1; transform: translateY(0); }

/* ---- CTA ekstra animasyonlari (Services.dc: kureler + parlama supurmesi) ---- */
.cta-animated .cta-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.cta-orb-a {
    width: 300px;
    height: 300px;
    top: -120px;
    left: -60px;
    background: radial-gradient(circle, rgba(255, 255, 255, .22), transparent 70%);
    filter: blur(10px);
    animation: orbFloatPub 11s ease-in-out infinite;
}
.cta-orb-b {
    width: 340px;
    height: 340px;
    bottom: -160px;
    right: -40px;
    background: radial-gradient(circle, rgba(253, 186, 116, .5), transparent 70%);
    filter: blur(14px);
    animation: orbFloat2Pub 13s ease-in-out infinite;
}
@keyframes orbFloat2Pub { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-26px, 18px) scale(1.08); } }
.cta-sheen {
    position: absolute;
    top: 0;
    left: 0;
    width: 22%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .28), transparent);
    animation: ctaSheen 6s ease-in-out 1.2s infinite;
    pointer-events: none;
}
@keyframes ctaSheen { 0% { transform: translateX(-140%) skewX(-16deg); } 55%, 100% { transform: translateX(360%) skewX(-16deg); } }
.btn-cta-lift { position: relative; overflow: hidden; height: 54px; padding: 0 32px; box-shadow: 0 12px 28px rgba(120, 40, 0, .28); }
.btn-cta-lift:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(120, 40, 0, .4); filter: none; }
.btn-cta-shine {
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(249, 115, 22, .35), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
    animation: loginShine 4.5s ease-in-out 1.5s infinite;
}
.btn-cta-inner { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; }

/* ---- Hakkimizda ---- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.about-grid h2 { font-size: 22px; margin-bottom: 14px; }
.about-grid p { margin-bottom: 12px; }
.check-list { list-style: none; }
.check-list li { padding: 8px 0 8px 28px; position: relative; }
.check-list li::before { content: '✔'; position: absolute; left: 0; color: var(--color-teal); font-weight: 700; }
.module-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
.tag { background: #eef4ff; color: var(--color-accent-dark); padding: 6px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 600; }

/* ---- Iletisim (Contact.dc.html) ---- */
.hero-contact { padding: 82px 0 92px; }
.hero-contact-inner { position: relative; z-index: 2; text-align: center; }
.hero-contact h1 { color: #fff; font-size: 44px; line-height: 1.12; letter-spacing: -1.2px; margin-bottom: 16px; }
.hero-contact p { font-size: 16.5px; color: rgba(226, 232, 240, .75); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.eyebrow-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #818CF8;
    box-shadow: 0 0 10px rgba(129, 140, 248, .9);
    margin-right: 8px;
    vertical-align: middle;
}
.hero-orb {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    top: -70px;
    right: 8%;
    background: radial-gradient(circle, rgba(79, 70, 229, .3), transparent 70%);
    filter: blur(24px);
    animation: orbFloatPub 12s ease-in-out infinite;
    pointer-events: none;
}
@keyframes orbFloatPub { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(20px, -24px); } }

.contact-section {
    background:
        radial-gradient(700px 420px at 88% 0%, rgba(30, 111, 232, .06), transparent 60%),
        linear-gradient(180deg, #FBFCFE, #F3F6FB);
    padding: 76px 0 88px;
}
.contact-wrap { display: flex; gap: 28px; flex-wrap: wrap; align-items: flex-start; }

.contact-form-card {
    flex: 1.5 1 380px;
    min-width: 340px;
    background: #fff;
    border: 1px solid #EDF1F7;
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 24px 60px rgba(15, 23, 42, .09);
    padding: 38px 38px 34px;
}
.contact-form-card .section-kicker { margin-bottom: 10px; }
.contact-form-title { font-size: 24px; letter-spacing: -.5px; margin-bottom: 26px; }

/* Yuzen etiketli alanlar */
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.field { position: relative; }
.field-area { margin-bottom: 20px; }
.field input, .field textarea {
    width: 100%;
    border: 1.5px solid #E2E8F0;
    border-radius: 13px;
    font-family: inherit;
    font-size: 15px;
    color: #0F172A;
    background: #fff;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.field input { height: 58px; padding: 22px 14px 8px; }
.field textarea { padding: 26px 14px 12px; resize: vertical; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: transparent; }
.field input:focus, .field textarea:focus { border-color: #1E6FE8; box-shadow: 0 0 0 4px rgba(30, 111, 232, .12); }
.field label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    font-size: 15px;
    font-weight: 500;
    pointer-events: none;
    transition: top .18s ease, font-size .18s ease, color .18s ease, transform .18s ease, letter-spacing .18s ease;
}
.field-area label { top: 20px; transform: none; }
.field input:focus ~ label,
.field input:not(:placeholder-shown) ~ label,
.field textarea:focus ~ label,
.field textarea:not(:placeholder-shown) ~ label,
.field input:-webkit-autofill ~ label,
.field.has-value label {
    top: 11px;
    transform: translateY(0);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .03em;
    color: #64748B;
}
.field input:focus ~ label, .field textarea:focus ~ label { color: #1E6FE8; }
.field input:-webkit-autofill,
.field input:-webkit-autofill:hover,
.field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #0F172A;
    caret-color: #0F172A;
    transition: background-color 99999s ease-out 0s;
}

/* Parlayan gonder butonu */
.btn-submit {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 13px;
    background: linear-gradient(135deg, #1E6FE8, #4C93F7);
    color: #fff;
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(30, 111, 232, .36);
    transition: transform .2s ease, box-shadow .2s ease;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(30, 111, 232, .46); }
.submit-shine {
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .5), transparent);
    transform: skewX(-18deg);
    pointer-events: none;
    animation: loginShine 4.5s ease-in-out 1.5s infinite;
}
.submit-inner { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }

/* Bilgi kartlari */
.contact-info-col { flex: 1 1 300px; min-width: 280px; display: flex; flex-direction: column; gap: 16px; }
.info-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    border: 1px solid #EDF1F7;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .05);
    padding: 22px;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease, border-color .3s ease, opacity .55s ease;
}
.info-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(15, 23, 42, .13); border-color: rgba(30, 111, 232, .45); }
.info-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .4s cubic-bezier(.34, 1.56, .64, 1);
}
.info-card:hover .info-icon { transform: scale(1.09) rotate(-5deg); }
.info-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8A99AD; margin-bottom: 4px; }
.info-value { font-size: 15px; font-weight: 600; color: #0F172A; }
a.info-value:hover { color: #1E6FE8; text-decoration: none; }
.info-text { font-size: 13.5px; color: #64748B; line-height: 1.55; }
.info-text a { color: #1E6FE8; font-weight: 600; }

/* 7/24 destek karti (lacivert) */
.support-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(125deg, #0B2140, #0A2540 55%, #123A63);
    box-shadow: 0 16px 40px rgba(10, 37, 64, .28);
    padding: 24px;
    color: #fff;
}
.support-orb {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    top: -50px;
    right: -30px;
    background: radial-gradient(circle, rgba(18, 181, 165, .35), transparent 70%);
    filter: blur(10px);
    pointer-events: none;
}
.support-head { position: relative; display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 16px; font-weight: 700; }
.support-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
    flex-shrink: 0;
}
.support-card p { position: relative; font-size: 13.5px; color: #AEC7E6; line-height: 1.6; }

.hp-field { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

/* ---- Referans kartlari (References.dc.html — 3D tilt + isik) ---- */
.ref-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.ref-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #EAEFF5;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 30px rgba(15, 23, 42, .05);
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .3s ease, opacity .6s ease;
}
.ref-card.tilting { transition: transform .12s ease, box-shadow .3s ease, border-color .3s ease; }
.ref-card:hover { box-shadow: 0 30px 60px rgba(15, 23, 42, .16); border-color: rgba(30, 111, 232, .4); }
.ref-glow {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(340px circle at var(--gx, 50%) var(--gy, 50%), var(--glow, rgba(30, 111, 232, .14)), transparent 55%);
}
.ref-card:hover .ref-glow { opacity: 1; }
.ref-body { position: relative; z-index: 1; }
.ref-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ref-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .4s cubic-bezier(.34, 1.56, .64, 1);
}
.ref-card:hover .ref-icon { transform: scale(1.08) rotate(-5deg); }
.ref-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.ref-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.rb-blue   { background: #EFF4FE; color: #1E6FE8; }
.rb-indigo { background: #EEEDFE; color: #4F46E5; }
.rb-amber  { background: #FBF0DC; color: #B45309; }
.rb-amber .ref-badge-dot { background: #D97706; }
.rb-green  { background: #E1F5E9; color: #15803D; }
.rb-green .ref-badge-dot { background: #16A34A; }
.rb-teal   { background: #DBF3F0; color: #0B7A6E; }
.rb-teal .ref-badge-dot { background: #0E9384; }
.rb-slate  { background: #EDF1F6; color: #475569; }
.rb-slate .ref-badge-dot { background: #64748B; }
.ref-card h3 { font-size: 19px; letter-spacing: -.3px; margin-bottom: 10px; }
.ref-card p { font-size: 14.5px; color: var(--color-muted); line-height: 1.65; margin-bottom: 18px; }
.ref-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.ref-tag { padding: 4px 11px; border-radius: 8px; background: #F3F6FB; color: #475569; font-size: 12px; font-weight: 600; }
.ref-footnote { font-size: 13px; color: #8A99AD; margin-top: 28px; text-align: center; }

/* Reveal durumu: tilt kartlari hafif kuculmus baslar */
.anim-ready [data-ref-card] { opacity: 0; transform: translateY(30px) scale(.97); }
.anim-ready [data-ref-card].in { opacity: 1; transform: translateY(0) scale(1); }

/* Turuncu CTA varyanti (referanslar) */
.cta-orange {
    background: linear-gradient(120deg, #C2410C, #EA580C 45%, #F97316);
    box-shadow: 0 24px 60px rgba(234, 88, 12, .34);
}
.cta-orange::before {
    background:
        radial-gradient(500px 260px at 15% 10%, rgba(255, 255, 255, .2), transparent 60%),
        radial-gradient(500px 300px at 90% 100%, rgba(253, 186, 116, .35), transparent 60%);
}
.cta-orange p { color: #FFEEDD; }
.cta-orange .btn-cta { color: #C2410C; }

/* ---- Footer (Homepage.dc: gradyan ust cizgi + logo blogu, kompakt) ---- */
.site-footer { background: linear-gradient(180deg, #0A2540, #081B30); color: #B9C8D9; margin-top: 0; }
.footer-topline { height: 3px; background: linear-gradient(90deg, #1E6FE8, #4C93F7 45%, #12B5A5); }
.footer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px 40px;
    padding: 34px 20px 0;
}
.footer-brand-block { display: flex; align-items: center; gap: 12px; }
.footer-brand-name { font-size: 19px; font-weight: 800; color: #fff; letter-spacing: -.4px; line-height: 1.1; }
.footer-brand-name em { font-style: normal; color: #5EA0FF; }
.footer-brand-sub { font-size: 12.5px; color: #8299B4; margin-top: 2px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 26px; }
.footer-nav a { color: #B9C8D9; font-size: 14px; font-weight: 500; transition: color .15s; }
.footer-nav a:hover { color: #fff; text-decoration: none; }
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 20px;
    margin-top: 26px;
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, .09);
    font-size: 13px;
    color: #7E93AD;
}
.footer-bottom-links { display: flex; align-items: center; gap: 20px; }
.footer-bottom-links a { color: #8299B4; font-size: 13px; transition: color .15s; }
.footer-bottom-links a:hover { color: #fff; text-decoration: none; }
.footer-portal-link { color: #5EA0FF !important; font-weight: 600; }
.footer-portal-link:hover { color: #8FBEFF !important; }

/* ---- Responsive (spec §12 breakpoint'leri) ---- */
@media (max-width: 991px) {
    .hero-dark h1 { font-size: 36px; }
    .svc-featured { grid-column: span 1; }
    .svc-checks { grid-template-columns: 1fr; }
    .hero-dark-inner { flex-direction: column; align-items: flex-start; gap: 44px; }
    .hero-card-wrap { flex: 0 1 auto; width: 100%; max-width: 380px; }
    .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
    .nav-toggle { display: block; margin-left: auto; }
    .pill-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 16px;
        right: 16px;
        margin: 8px 0 0;
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
    }
    .pill-nav.open { display: flex; }
    .pill-nav a { padding: 12px 14px; }
    .pill-nav a.active { background: #EAF1FE; color: #1558BD; }
    .nav-pill { display: none; }
    .btn-login { margin-left: 0; }
    .header-inner { position: relative; }
}

@media (max-width: 767px) {
    .hero-dark { padding: 64px 0 72px; }
    .hero-dark h1 { font-size: 32px; }
    .hero-metrics { flex-wrap: wrap; gap: 12px; }
    .section { padding: 52px 0; }
    .cta-band { padding-bottom: 52px; }
    .cta-inner { padding: 44px 24px; }
    .cta-inner h2 { font-size: 25px; }
    .section-title { font-size: 27px; }
    .hero-contact h1 { font-size: 30px; }
    .field-grid { grid-template-columns: 1fr; }
    .contact-form-card { padding: 28px 22px 26px; }
    .stats-cell { flex: 1 1 45%; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .08); }
    .process-line { display: none; }
    .btn-login span:not(.login-shine) { display: none; }
    .btn-login { padding: 0 13px; }
    .footer-main { flex-direction: column; align-items: flex-start; gap: 18px; padding: 26px 20px 0; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 20px; }
}
