/* ============================================
   EU Blue Card Page - hero, sections, polish
   ============================================ */

:root {
    --eu-blue:    #003399;   /* AB bayrak mavisi */
    --eu-blue-2:  #1e3a8a;
    --eu-blue-3:  #2563eb;
    --eu-yellow:  #ffcc00;   /* AB bayrak sarısı */
    --eu-gold:    #f5c842;
}

/* ============= HERO ============= */
.eu-hero {
    position: relative;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,204,0,.08) 0%, transparent 60%),
        linear-gradient(135deg, #001a4d 0%, #003399 50%, #1e3a8a 100%);
    color: #fff;
    padding: 90px 0 110px;
    overflow: hidden;
}
.eu-hero-decor { position: absolute; inset: 0; pointer-events: none; }
.eu-hero-decor .eu-orb {
    position: absolute; border-radius: 50%; filter: blur(90px); opacity: .4;
}
.eu-orb-1 { width: 480px; height: 480px; background: #ffcc00; top: -150px; right: -120px; opacity: .25; }
.eu-orb-2 { width: 400px; height: 400px; background: #2563eb; bottom: -120px; left: -100px; }

/* AB bayrağındaki yıldızları arka plana yansıt */
.eu-stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,204,0,.15) 2px, transparent 3px);
    background-size: 80px 80px;
    background-position: 40px 40px;
    opacity: .35;
}

.eu-eyebrow {
    color: #ffcc00;
    background: rgba(255,204,0,.12);
    border: 1px solid rgba(255,204,0,.3);
}
.eu-hero-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 14px 0 18px;
    color: #fff;
}
.eu-hero h1,
.eu-hero h2,
.eu-hero p,
.eu-hero strong {
    color: #fff;
}
.eu-hero-title .eu-hl {
    background: linear-gradient(120deg, #ffcc00 0%, #fbbf24 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.eu-hero-lead { color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; max-width: 620px; }
.eu-hero-lead em { color: #ffcc00; font-style: normal; font-weight: 600; }

.eu-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 32px 0 24px;
}
.eu-stat {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 16px;
    backdrop-filter: blur(8px);
}
.eu-stat .lab { color: #ffcc00; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.eu-stat strong { display: block; font-size: 1.4rem; font-weight: 800; color: #fff; margin: 4px 0 2px; }
.eu-stat small { color: rgba(255,255,255,.6); font-size: .72rem; }
@media (max-width: 575.98px) { .eu-stats { grid-template-columns: 1fr; } }

.eu-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.eu-hero-cta .btn-pri {
    background: linear-gradient(135deg, #ffcc00 0%, #f5c842 100%);
    border: none; color: #003399; font-weight: 700;
    padding: 14px 32px; border-radius: 10px;
    box-shadow: 0 8px 20px rgba(255,204,0,.3);
}
.eu-hero-cta .btn-pri:hover { color: #003399; transform: translateY(-1px); }
.eu-hero-cta .btn-out {
    background: transparent; border: 1.5px solid rgba(255,255,255,.3);
    color: #fff; padding: 14px 32px; border-radius: 10px;
}
.eu-hero-cta .btn-out:hover { background: rgba(255,255,255,.1); color: #fff; }

/* ============= EU Card Mock (3D credit-card vibe) ============= */
.eu-card-mock {
    position: relative;
    perspective: 1200px;
    margin: 0 auto;
}
.eu-card-front {
    background: linear-gradient(135deg, #003399 0%, #002966 50%, #001a4d 100%);
    color: #fff;
    border-radius: 18px;
    padding: 28px 26px 24px;
    aspect-ratio: 1.586 / 1;
    max-width: 420px;
    margin: 0 auto;
    transform: rotate(-3deg);
    box-shadow: 0 30px 60px rgba(0,0,0,.45), inset 0 0 60px rgba(255,255,255,.05);
    border: 1px solid rgba(255,204,0,.2);
    position: relative;
    overflow: hidden;
}
.eu-card-front::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(135deg, transparent 40%, rgba(255,204,0,.15) 50%, transparent 60%);
    animation: shine 6s ease-in-out infinite;
}
@keyframes shine {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40%, 40%); }
}

.eu-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; position: relative; }
.eu-flag-stars {
    display: grid; grid-template-columns: repeat(6, 6px); gap: 4px;
}
.eu-flag-stars span {
    width: 6px; height: 6px;
    background: #ffcc00; border-radius: 50%;
    box-shadow: 0 0 6px rgba(255,204,0,.6);
}
.eu-card-label {
    font-size: .7rem; font-weight: 800; letter-spacing: 2px;
    color: #ffcc00;
    text-transform: uppercase;
}

.eu-card-mid { margin-bottom: 22px; position: relative; }
.eu-card-chip {
    display: inline-block;
    width: 42px; height: 32px;
    background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
    border-radius: 6px;
    color: #003399;
    text-align: center; line-height: 32px;
    margin-bottom: 14px;
    box-shadow: inset 0 1px 2px rgba(255,255,255,.4), 0 2px 4px rgba(0,0,0,.2);
}
.eu-card-num { display: flex; gap: 14px; font-size: 1.05rem; font-weight: 600; letter-spacing: 2px; font-family: 'Courier New', monospace; }

.eu-card-foot { display: flex; justify-content: space-between; align-items: flex-end; position: relative; }
.eu-card-foot small { display: block; font-size: .55rem; letter-spacing: 1.5px; color: rgba(255,255,255,.55); text-transform: uppercase; }
.eu-card-foot strong { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .5px; }

.eu-card-shadow {
    position: absolute;
    bottom: -30px; left: 10%; right: 10%;
    height: 30px;
    background: radial-gradient(ellipse, rgba(0,0,0,.4) 0%, transparent 70%);
    filter: blur(16px);
}

/* ============= INFO ============= */
.hl-blue { background: linear-gradient(120deg, #003399 0%, #2563eb 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.eu-pill-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.eu-pill-list li {
    background: rgba(0,51,153,.08);
    color: #003399;
    border: 1px solid rgba(0,51,153,.15);
    padding: 6px 14px; border-radius: 999px;
    font-size: .82rem; font-weight: 600;
    display: inline-flex; align-items: center;
}
.eu-pill-list li i { color: #10b981; margin-right: 6px; }

.eu-info-card { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.eu-info-visual {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: linear-gradient(135deg, #001a4d 0%, #003399 55%, #1e3a8a 100%);
}
.eu-info-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
}
.eu-info-overlay { position: absolute; right: 16px; top: 16px; }
.eu-info-pill {
    background: rgba(255,255,255,.95); backdrop-filter: blur(6px);
    border-radius: 12px; padding: 10px 14px;
    display: flex; align-items: center; gap: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
.eu-info-pill i {
    width: 36px; height: 36px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.eu-info-pill strong { display: block; font-size: .85rem; color: #1e3a8a; }
.eu-info-pill small { color: #6b7280; font-size: .7rem; }

/* ============= KİMLER (kriterler) ============= */
.eu-criteria {
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 18px;
    padding: 28px 24px;
    height: 100%;
    transition: transform .15s, box-shadow .15s, border-color .15s;
    position: relative;
}
.eu-criteria:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,51,153,.1);
    border-color: rgba(0,51,153,.2);
}
.eu-criteria.highlight {
    border-color: #ffcc00;
    background: linear-gradient(135deg, #fffceb 0%, #fff 100%);
    box-shadow: 0 12px 30px rgba(255,204,0,.2);
}
.eu-criteria .num {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #003399 0%, #2563eb 100%);
    color: #fff;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: .95rem;
    margin-bottom: 16px;
    box-shadow: 0 6px 14px rgba(0,51,153,.3);
}
.eu-criteria.highlight .num { background: linear-gradient(135deg, #ffcc00 0%, #f59e0b 100%); color: #003399; }
.eu-criteria h3 { font-size: 1.05rem; font-weight: 700; color: #003399; margin: 0 0 10px; }
.eu-criteria h3 i { color: #2563eb; }
.eu-criteria p { color: #4b5563; font-size: .9rem; line-height: 1.6; }
.eu-criteria ul { list-style: none; padding: 0; margin: 14px 0 0; }
.eu-criteria ul li {
    padding: 6px 0;
    border-top: 1px dashed #eef0f6;
    font-size: .82rem; color: #4b5563;
    position: relative;
    padding-left: 18px;
}
.eu-criteria ul li::before { content: '→'; position: absolute; left: 0; top: 6px; color: #2563eb; font-weight: 700; }

/* ============= MAAŞ TABLE ============= */
.eu-table-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,51,153,.08);
    border: 1px solid #eef0f6;
}
.eu-salary-table, .eu-compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.eu-salary-table thead, .eu-compare-table thead {
    background: linear-gradient(135deg, #003399 0%, #002966 100%);
    color: #fff;
}
.eu-salary-table th, .eu-salary-table td,
.eu-compare-table th, .eu-compare-table td {
    padding: 16px 18px;
    text-align: left;
    border-bottom: 1px solid #eef0f6;
    font-size: .9rem;
}
.eu-salary-table th, .eu-compare-table th {
    font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px;
}
.eu-salary-table tbody tr:hover, .eu-compare-table tbody tr:hover { background: #f9fafb; }
.eu-salary-table .row-hl, .eu-salary-table tr.row-hl { background: rgba(255,204,0,.08); }
.eu-salary-table tbody td strong { color: #003399; font-size: 1rem; }

.row-badge {
    display: inline-block; padding: 5px 10px; border-radius: 999px;
    font-size: .72rem; font-weight: 700;
}
.row-badge.bg-blue   { background: rgba(0,51,153,.1);   color: #003399; }
.row-badge.bg-yellow { background: rgba(255,204,0,.18); color: #92400e; }
.row-badge.bg-green  { background: rgba(16,185,129,.12); color: #065f46; }
.row-badge.bg-purple { background: rgba(139,92,246,.12); color: #6d28d9; }

.eu-info-strip {
    background: rgba(0,51,153,.05);
    border: 1px solid rgba(0,51,153,.12);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex; gap: 14px; align-items: flex-start;
}
.eu-info-strip i { color: #003399; font-size: 1.2rem; margin-top: 2px; }
.eu-info-strip p { margin: 0; font-size: .87rem; line-height: 1.6; color: #4b5563; }
.eu-info-strip strong { color: #003399; }

/* Compare table */
.eu-compare-table th.th-blue {
    background: linear-gradient(135deg, #ffcc00 0%, #f59e0b 100%);
    color: #003399;
}
.eu-compare-table td.hl {
    background: rgba(0,51,153,.06);
    color: #003399; font-weight: 700;
}

/* ============= AVANTAJLAR ============= */
.eu-benefit {
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    padding: 26px 24px;
    height: 100%;
    transition: transform .15s, box-shadow .15s, border-color .15s;
    position: relative;
    overflow: hidden;
}
.eu-benefit::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #003399 0%, #ffcc00 100%);
    opacity: 0;
    transition: opacity .15s;
}
.eu-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,51,153,.1);
    border-color: rgba(0,51,153,.2);
}
.eu-benefit:hover::before { opacity: 1; }
.eu-benefit-icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, #003399 0%, #2563eb 100%);
    color: #ffcc00;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 6px 14px rgba(0,51,153,.25);
    margin-bottom: 16px;
}
.eu-benefit h3 { font-size: 1.05rem; font-weight: 700; color: #003399; margin: 0 0 8px; }
.eu-benefit p  { color: #6b7280; font-size: .88rem; line-height: 1.6; margin: 0; }

/* ============= SÜREÇ ============= */
.eu-process { display: grid; gap: 18px; margin-top: 28px; }
.eu-proc-step {
    display: flex; gap: 18px; align-items: stretch;
}
.eu-proc-step .dot {
    flex: 0 0 auto;
    width: 50px;
    background: linear-gradient(135deg, #003399 0%, #2563eb 100%);
    color: #ffcc00;
    border-radius: 14px 0 0 14px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1.2rem;
}
.eu-proc-step:nth-child(2n) .dot { background: linear-gradient(135deg, #ffcc00 0%, #f59e0b 100%); color: #003399; }
.eu-proc-step .card-body {
    flex: 1;
    background: #fff;
    border: 1px solid #eef0f6;
    border-left: none;
    border-radius: 0 14px 14px 0;
    padding: 18px 22px;
    box-shadow: 0 4px 14px rgba(0,51,153,.04);
}
.eu-proc-step h3 { font-size: 1.05rem; font-weight: 700; color: #003399; margin: 0 0 6px; }
.eu-proc-step p  { color: #4b5563; font-size: .9rem; line-height: 1.6; margin: 0; }

/* ============= AİLE BİRLEŞİMİ ============= */
.eu-checklist { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.eu-checklist li {
    display: flex; gap: 12px; align-items: center;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 10px;
    font-size: .9rem; color: #1f2937;
}
.eu-checklist li i {
    width: 26px; height: 26px;
    background: rgba(16,185,129,.15);
    color: #10b981;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: .82rem;
    flex-shrink: 0;
}
.eu-family-img {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: linear-gradient(135deg, #001a4d 0%, #003399 58%, #0f766e 100%);
}
.eu-family-real-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
}
.family-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 240px;
    padding: 18px 20px;
    border-radius: 18px;
    text-align: left;
    color: #fff;
    background: rgba(15, 23, 42, .82);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 40px rgba(0,0,0,.34);
    z-index: 3;
}
.family-card i {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffcc00 0%, #f59e0b 100%);
    color: #003399;
    font-size: 1.15rem;
}
.family-card strong {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}
.family-card span {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: .8rem;
    margin-top: 4px;
}

/* ============= TIMELINE (Yol haritası) ============= */
.eu-timeline-wrap {
    margin-top: 28px;
    position: relative;
    padding-left: 50px;
}
.eu-tl-line {
    position: absolute;
    left: 22px; top: 12px; bottom: 12px;
    width: 4px;
    background: linear-gradient(180deg, #003399 0%, #ffcc00 100%);
    border-radius: 4px;
}
.eu-tl-step {
    display: flex; gap: 24px; align-items: flex-start;
    margin-bottom: 26px;
    position: relative;
}
.eu-tl-step .when {
    flex: 0 0 90px;
    text-align: right;
    font-weight: 700;
    color: #003399;
    font-size: .82rem;
    padding-top: 8px;
    margin-left: -90px;
    margin-right: 14px;
}
.eu-tl-step .dot {
    position: absolute;
    left: -36px; top: 8px;
    width: 20px; height: 20px;
    background: #fff;
    border: 4px solid #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(37,99,235,.15);
}
.eu-tl-step.highlight .dot {
    border-color: #ffcc00;
    background: #ffcc00;
    box-shadow: 0 0 0 6px rgba(255,204,0,.25);
    width: 22px; height: 22px;
    left: -37px;
}
.eu-tl-step .content {
    flex: 1;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 4px 14px rgba(0,51,153,.04);
}
.eu-tl-step.highlight .content { border-color: #ffcc00; background: linear-gradient(90deg, #fffceb 0%, #fff 100%); }
.eu-tl-step h4 { font-size: 1rem; font-weight: 700; color: #003399; margin: 0 0 4px; }
.eu-tl-step p  { color: #4b5563; font-size: .87rem; line-height: 1.6; margin: 0; }

/* ============= EVRAKLAR ============= */
.eu-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
@media (max-width: 575.98px) { .eu-doc-grid { grid-template-columns: 1fr; } }
.eu-doc {
    display: flex; gap: 12px; align-items: center;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: .85rem;
    color: #1f2937;
    transition: border-color .15s, transform .15s;
}
.eu-doc:hover { border-color: rgba(0,51,153,.25); transform: translateX(2px); }
.eu-doc i {
    width: 32px; height: 32px;
    background: rgba(0,51,153,.08);
    color: #003399;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.eu-help-card {
    background: linear-gradient(135deg, #003399 0%, #002966 50%, #001a4d 100%);
    color: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 16px 40px rgba(0,51,153,.25);
    position: relative;
    overflow: hidden;
}
.eu-help-card::before {
    content: '';
    position: absolute; right: -60px; top: -60px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(255,204,0,.2) 0%, transparent 70%);
    border-radius: 50%;
}
.eu-help-card h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 10px; position: relative; }
.eu-help-card h3 i { color: #ffcc00; }
.eu-help-card p { color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.6; position: relative; }
.eu-help-card .check-list { list-style: none; padding: 0; margin: 16px 0 0; position: relative; }
.eu-help-card .check-list li {
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: .85rem;
    color: rgba(255,255,255,.85);
    display: flex; align-items: center;
}
.eu-help-card .check-list li i { color: #ffcc00; margin-right: 10px; }
.eu-help-card .btn-pri {
    background: linear-gradient(135deg, #ffcc00 0%, #f5c842 100%);
    border: none; color: #003399; font-weight: 700;
    padding: 12px 24px; border-radius: 10px;
    box-shadow: 0 6px 14px rgba(255,204,0,.4);
    position: relative;
}
.eu-help-card .btn-pri:hover { color: #003399; transform: translateY(-1px); }

/* ============= CTA ============= */
.section-cta { background: #f5f7fb; padding: 60px 0; }
.eu-cta {
    background: linear-gradient(135deg, #003399 0%, #002966 50%, #001a4d 100%);
    border-radius: 22px;
    padding: 44px 50px;
    color: #fff;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
    gap: 28px;
    position: relative; overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,51,153,.3);
}
.eu-cta::before {
    content: '';
    position: absolute; right: -100px; top: -100px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(255,204,0,.25) 0%, transparent 70%);
    border-radius: 50%;
}
.eu-cta-text { flex: 1 1 60%; min-width: 280px; position: relative; }
.eu-cta-text h2 { font-size: 1.7rem; font-weight: 800; margin: 12px 0 8px; letter-spacing: -.5px; }
.eu-cta-text p  { color: rgba(255,255,255,.78); margin: 0; font-size: .95rem; line-height: 1.6; }
.eu-cta .eyebrow,
.eu-cta h2,
.eu-cta p,
.eu-cta strong,
.section-cta .eu-cta h2 {
    color: #fff;
}
.eu-cta .eyebrow {
    color: #ffcc00;
}
.eu-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }
.eu-cta-actions .btn-warning {
    background: linear-gradient(135deg, #ffcc00 0%, #f5c842 100%);
    border: none; color: #003399; font-weight: 700;
    padding: 14px 28px; border-radius: 10px;
    box-shadow: 0 6px 18px rgba(255,204,0,.4);
}
.eu-cta-actions .btn-outline-light {
    background: transparent; border: 1.5px solid rgba(255,255,255,.3);
    color: #fff; padding: 14px 28px; border-radius: 10px;
}
.eu-cta-actions .btn-outline-light:hover { background: rgba(255,255,255,.1); color: #fff; }
