/**
 * dgs2_site_footer — v1 dgs_elements satır 5485-5704 inline CSS bloğunun
 * sınıf-tabanlı portu. Kök wrapper: .dgs2-site-footer
 */
.dgs2-site-footer,
.dgs2-site-footer *,
.dgs2-site-footer *::before,
.dgs2-site-footer *::after { box-sizing: border-box; margin: 0; padding: 0; }
.dgs2-site-footer { font-family: 'Poppins', sans-serif; width: 100%; }

/* ══ ONLINE TRANSACTIONS TOP BAR ══ */
.dgs2-site-footer .ftr-txbar { background: #0c2244; width: 100%; }
.dgs2-site-footer .ftr-txbar-inner { max-width: 1400px; margin: 0 auto; padding: 0; display: flex; align-items: stretch; justify-content: space-between; }
.dgs2-site-footer .ftr-txbar-left { display: flex; flex-direction: column; justify-content: center; padding: 22px 0; }
.dgs2-site-footer .ftr-txbar-title { font-size: 16px; font-weight: 600; color: #fff; line-height: 1.3; }
.dgs2-site-footer .ftr-txbar-sub { font-size: 12.5px; font-weight: 400; color: rgba(255, 255, 255, .52); margin-top: 4px; }
.dgs2-site-footer .ftr-txbar-cards { display: flex; align-items: center; gap: 8px; padding: 16px 0; }
.dgs2-site-footer .ftr-txcard { display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; padding: 12px 18px 12px 12px; text-decoration: none; transition: background .2s, border-color .2s; min-width: 0; width: 148px; }
.dgs2-site-footer .ftr-txcard:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .22); }
.dgs2-site-footer .ftr-txcard-icon { flex-shrink: 0; width: 32px; height: 32px; background: rgba(26, 105, 208, .7); border-radius: 7px; display: flex; align-items: center; justify-content: center; }
.dgs2-site-footer .ftr-txcard-icon svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dgs2-site-footer .ftr-txcard-icon.wa { background: #25d366; }
.dgs2-site-footer .ftr-txcard-icon.wa svg { fill: #fff; stroke: none; }
.dgs2-site-footer .ftr-txcard span { font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, .92); line-height: 1.3; }

/* ══ MAIN WHITE SECTION ══ */
.dgs2-site-footer .ftr-main { background: #fff; width: 100%; }
.dgs2-site-footer .ftr-main-inner { max-width: 1400px; margin: 0 auto; padding: 44px 0 48px; display: flex; gap: 0; align-items: flex-start; }

.dgs2-site-footer .ftr-infobox { flex: 0 0 340px; width: 340px; padding-right: 40px; border-right: 1px solid #edf1f9; }
.dgs2-site-footer .ftr-infobox-desc { font-size: 13px; color: #5a6a7a; line-height: 1.7; margin-bottom: 16px; }

.dgs2-site-footer .ftr-service-row { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.dgs2-site-footer .ftr-scard { display: flex; align-items: center; gap: 8px; border: 1px solid #dee5ef; border-left: 3px solid #dee5ef; border-radius: 0 8px 8px 0; padding: 8px 12px 8px 8px; text-decoration: none; background: #f9fbff; font-size: 12px; font-weight: 600; color: #18203c; line-height: 1.25; flex: 1 1 calc(50% - 4px); transition: border-color .18s, box-shadow .18s, background .18s; }
.dgs2-site-footer .ftr-scard:hover { border-color: #1a69d0; border-left-color: #1a69d0; background: #fff; box-shadow: 0 2px 10px rgba(26, 105, 208, .12); }
.dgs2-site-footer .ftr-scard-icon { flex-shrink: 0; width: 34px; height: 34px; background: #1a69d0; border-radius: 5px 5px 5px 0; display: flex; align-items: center; justify-content: center; }
.dgs2-site-footer .ftr-scard-icon svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.dgs2-site-footer .ftr-cta-row { display: flex; gap: 8px; margin-bottom: 24px; }
.dgs2-site-footer .ftr-cta { display: flex; align-items: center; gap: 8px; flex: 1; background: #1a69d0; border-radius: 8px; padding: 11px 14px; text-decoration: none; font-size: 12.5px; font-weight: 600; color: #fff; transition: background .18s, box-shadow .18s; }
.dgs2-site-footer .ftr-cta:hover { background: #1258b0; box-shadow: 0 4px 14px rgba(26, 105, 208, .3); }
.dgs2-site-footer .ftr-cta svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

.dgs2-site-footer .ftr-loc-title { font-size: 13px; font-weight: 700; color: #1a69d0; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 0; }
.dgs2-site-footer .ftr-loc-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.dgs2-site-footer .ftr-loc-item  { display: block; text-decoration: none; border: 1px solid #e2e8f3; border-radius: 8px; padding: 9px 12px; background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
.dgs2-site-footer .ftr-loc-item:hover { border-color: #1a69d0; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(26, 105, 208, .1); }
.dgs2-site-footer .ftr-loc-item strong { display: block; font-size: 13px; font-weight: 600; color: #0c2040; line-height: 1.3; }
.dgs2-site-footer .ftr-loc-item span   { display: block; font-size: 11px; font-weight: 400; color: #8a9ab5; margin-top: 2px; }

.dgs2-site-footer .ftr-linksbox { flex: 1; display: flex; gap: 0; padding-left: 44px; }
.dgs2-site-footer .ftr-col { flex: 1; padding: 0 28px; }
.dgs2-site-footer .ftr-col:first-child { padding-left: 0; }
.dgs2-site-footer .ftr-col:last-child  { border-left: 1px solid #edf1f9; border-right: 1px solid #edf1f9; }
.dgs2-site-footer .ftr-col-heading { font-size: 13px; font-weight: 700; color: #1a69d0; letter-spacing: .6px; text-transform: uppercase; line-height: 1.4; margin-bottom: 0; padding-bottom: 0; }
.dgs2-site-footer .ftr-links { list-style: none; display: flex; flex-direction: column; margin-top: 0; }
.dgs2-site-footer .ftr-links li { border-top: 1px solid #edf1f9; }
.dgs2-site-footer .ftr-links a { display: flex; align-items: flex-start; gap: 8px; min-height: 40px; padding: 10px 16px 10px 0; font-size: 12.5px; font-weight: 400; color: #3a4d63; text-decoration: none; line-height: 1.4; transition: color .18s, padding-left .15s; }
.dgs2-site-footer .ftr-links a:hover { color: #1a69d0; padding-left: 4px; }
.dgs2-site-footer .ftr-links a::before { content: '›'; flex-shrink: 0; font-size: 14px; font-weight: 700; color: #1a69d0; margin-top: 1px; line-height: 1.3; }

/* ══ DARK BOTTOM ══ */
.dgs2-site-footer .ftr-bottom { background: linear-gradient(135deg, #0a1f3d 0%, #0d2847 60%, #0a2550 100%); width: 100%; }
.dgs2-site-footer .ftr-bottom-top { max-width: 1400px; margin: 0 auto; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.dgs2-site-footer .ftr-brand-name { font-size: 17px; font-weight: 700; color: #fff; letter-spacing: .1px; }
.dgs2-site-footer .ftr-brand-name span { color: #5badde; }
.dgs2-site-footer .ftr-bottom-mid { display: flex; align-items: center; gap: 10px; }
.dgs2-site-footer .ftr-social { display: flex; gap: 8px; }
.dgs2-site-footer .ftr-social a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .1); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .2s, border-color .2s; }
.dgs2-site-footer .ftr-social a:hover { background: rgba(255, 255, 255, .18); border-color: rgba(255, 255, 255, .22); }
.dgs2-site-footer .ftr-social svg { width: 15px; height: 15px; fill: rgba(255, 255, 255, .75); display: block; }
.dgs2-site-footer .ftr-jci { display: flex; align-items: center; gap: 6px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 6px; padding: 6px 12px; }
.dgs2-site-footer .ftr-jci svg { width: 18px; height: 18px; stroke: rgba(255, 255, 255, .8); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dgs2-site-footer .ftr-jci span { font-size: 11px; font-weight: 700; letter-spacing: .8px; color: rgba(255, 255, 255, .7); text-transform: uppercase; }
.dgs2-site-footer .ftr-bottom-bar { max-width: 1400px; margin: 0 auto; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.dgs2-site-footer .ftr-legal { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.dgs2-site-footer .ftr-legal a { font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, .5); text-decoration: none; padding: 4px 14px; border-right: 1px solid rgba(255, 255, 255, .16); transition: color .18s; }
.dgs2-site-footer .ftr-legal a:first-child { padding-left: 0; }
.dgs2-site-footer .ftr-legal a:last-child  { border-right: none; }
.dgs2-site-footer .ftr-legal a:hover { color: #fff; }
.dgs2-site-footer .ftr-copy { font-size: 12px; color: rgba(255, 255, 255, .35); }
.dgs2-site-footer .ftr-disclaimer-bar { background: #061829; width: 100%; text-align: center; padding: 9px 0; font-size: 11.5px; color: rgba(255, 255, 255, .28); letter-spacing: .1px; }

/* ── Responsive ── */
@media (max-width: 1100px) {
	.dgs2-site-footer .ftr-main-inner { flex-direction: column; }
	.dgs2-site-footer .ftr-infobox { width: 100%; flex: none; border-right: none; padding-right: 0; border-bottom: 1px solid #edf1f9; padding-bottom: 28px; margin-bottom: 28px; }
	.dgs2-site-footer .ftr-linksbox { padding-left: 0; }
}
@media (max-width: 700px) {
	.dgs2-site-footer .ftr-txbar-inner { flex-direction: column; padding: 16px 20px; gap: 16px; max-width: none; }
	.dgs2-site-footer .ftr-txbar-cards { flex-wrap: wrap; gap: 8px; }
	.dgs2-site-footer .ftr-txcard { flex: 1 1 calc(50% - 4px); width: auto; }
	.dgs2-site-footer .ftr-main-inner { padding: 28px 20px; max-width: none; }
	.dgs2-site-footer .ftr-linksbox { flex-direction: row; gap: 16px; flex-wrap: nowrap; }
	.dgs2-site-footer .ftr-col { flex: 1 1 50%; width: 50%; padding: 0; border-top: 1px solid #edf1f9; padding-top: 18px; margin-top: 18px; }
	.dgs2-site-footer .ftr-col:last-child { border-left: none; border-right: none; }
	.dgs2-site-footer .ftr-col-heading { margin-bottom: 10px; }
	.dgs2-site-footer .ftr-links a { font-size: 11.5px; line-height: 1.3; min-height: 34px; padding: 8px 12px 8px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.dgs2-site-footer .ftr-bottom-top, .dgs2-site-footer .ftr-bottom-bar { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 14px; max-width: none; }
	.dgs2-site-footer .ftr-legal { display: grid !important; grid-template-columns: 1fr 1fr; column-gap: 24px; row-gap: 0; align-items: unset; }
	.dgs2-site-footer .ftr-legal a { padding: 5px 0 !important; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .1); }
	.dgs2-site-footer .ftr-legal a:nth-last-child(-n+2) { border-bottom: none; }
	.dgs2-site-footer .ftr-disclaimer-bar { padding: 9px 20px; }
}
@media (max-width: 480px) {
	.dgs2-site-footer .ftr-txbar-inner { padding: 14px 16px; gap: 12px; }
	.dgs2-site-footer .ftr-txcard { flex: 1 1 calc(50% - 4px); width: auto; }
	.dgs2-site-footer .ftr-main-inner { padding: 22px 16px; }
	.dgs2-site-footer .ftr-bottom-top, .dgs2-site-footer .ftr-bottom-bar { padding: 14px 16px; }
	.dgs2-site-footer .ftr-disclaimer-bar { padding: 9px 16px; font-size: 11px; }
	.dgs2-site-footer .ftr-legal a { font-size: 11px; padding: 2px 4px; }
	.dgs2-site-footer .ftr-copy { font-size: 11px; }
	.dgs2-site-footer .ftr-desc { font-size: 13.5px; }
}
