@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

.scbfe-footer,
.scbfe-footer * {
	box-sizing: border-box;
}

.scbfe-footer {
	--scbfe-navy: #051d43;
	--scbfe-navy-dark: #03142f;
	--scbfe-red: #ef1010;
	--scbfe-green: #18a94b;
	--scbfe-white: #ffffff;
	--scbfe-muted: #c4cfdd;
	--scbfe-border: rgba(255,255,255,.15);
	position: relative;
	width: 100%;
	overflow: hidden;
	color: var(--scbfe-white);
	font-family: "Manrope", sans-serif;
	background: radial-gradient(circle at 85% 15%, rgba(19,72,124,.55), transparent 30%), linear-gradient(135deg, var(--scbfe-navy), var(--scbfe-navy-dark));
	border-top: 4px solid var(--scbfe-red);
}

.scbfe-main { padding: 58px 20px 48px; }
.scbfe-container { width: 100%; max-width: 1440px; margin: 0 auto; }
.scbfe-grid { display: grid; grid-template-columns: 1.2fr 1.15fr 1fr .85fr; column-gap: 0; }
.scbfe-column { min-width: 0; padding: 0 37px; border-right: 1px solid var(--scbfe-border); }
.scbfe-column:first-child { padding-left: 0; }
.scbfe-column:last-child { padding-right: 0; border-right: 0; }

.scbfe-logo { display: inline-flex; align-items: center; max-width: 270px; margin-bottom: 17px; color: inherit; text-decoration: none; }
.scbfe-logo img { display: block; width: auto; max-width: 250px; max-height: 78px; object-fit: contain; }
.scbfe-logo-fallback { display: flex; align-items: center; gap: 10px; }
.scbfe-logo-fallback-icon { color: var(--scbfe-red); font-size: 52px; line-height: 1; }
.scbfe-logo-fallback-text { display: flex; flex-direction: column; }
.scbfe-logo-fallback-text strong { color: var(--scbfe-red); font-size: 20px; line-height: 1; font-weight: 800; }
.scbfe-logo-fallback-text small { margin-top: 3px; color: var(--scbfe-white); font-size: 18px; line-height: 1; font-weight: 800; }

.scbfe-about-text { max-width: 345px; margin: 0 0 20px; color: var(--scbfe-muted); font-size: 13px; line-height: 1.7; font-weight: 500; }
.scbfe-whatsapp-box { display: inline-flex; align-items: center; gap: 11px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; color: var(--scbfe-white); background: rgba(255,255,255,.07); text-decoration: none; transition: .3s ease; }
.scbfe-whatsapp-box:hover { color: var(--scbfe-white); background: var(--scbfe-green); transform: translateY(-3px); }
.scbfe-wa-icon { color: #35d36b; font-size: 25px; }
.scbfe-whatsapp-box:hover .scbfe-wa-icon { color: var(--scbfe-white); }
.scbfe-whatsapp-box span:last-child { display: flex; flex-direction: column; }
.scbfe-whatsapp-box small { color: var(--scbfe-muted); font-size: 9px; font-weight: 600; }
.scbfe-whatsapp-box strong { color: inherit; font-size: 12px; font-weight: 800; }

.scbfe-heading { position: relative; margin: 0 0 22px; padding-bottom: 11px; color: var(--scbfe-white); font-size: 19px; line-height: 1.3; font-weight: 800; }
.scbfe-heading::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42px; height: 3px; border-radius: 10px; background: var(--scbfe-red); }

.scbfe-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 25px; }
.scbfe-links a { display: flex; align-items: center; gap: 7px; color: var(--scbfe-muted); font-size: 12px; line-height: 1.4; font-weight: 600; text-decoration: none; transition: .25s ease; }
.scbfe-links a i, .scbfe-links a svg { color: var(--scbfe-red); fill: var(--scbfe-red); font-size: 9px; width: 9px; }
.scbfe-links a:hover { color: var(--scbfe-white); transform: translateX(3px); }

.scbfe-contact-list { display: flex; flex-direction: column; gap: 16px; }
.scbfe-contact-item { display: flex; align-items: flex-start; gap: 11px; color: var(--scbfe-white); text-decoration: none; }
.scbfe-contact-icon { width: 38px; min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; color: var(--scbfe-white); background: var(--scbfe-red); box-shadow: 0 8px 18px rgba(239,16,16,.2); font-size: 15px; transition: .3s ease; }
.scbfe-contact-item:hover .scbfe-contact-icon { transform: translateY(-3px); }
.scbfe-contact-text { padding-top: 1px; }
.scbfe-contact-label { display: block; margin-bottom: 3px; color: var(--scbfe-muted); font-size: 9px; line-height: 1.3; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
.scbfe-contact-main { display: block; color: var(--scbfe-white); font-size: 13px; line-height: 1.45; font-weight: 700; }

.scbfe-social-description { margin: 0 0 17px; color: var(--scbfe-muted); font-size: 12px; line-height: 1.65; }
.scbfe-social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 21px; }
.scbfe-social-link { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 3px solid rgba(255,255,255,.13); border-radius: 50%; color: var(--scbfe-white); font-size: 20px; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.15); transition: .3s ease; }
.scbfe-social-link i, .scbfe-social-link svg { color: inherit; fill: currentColor; }
.scbfe-social-link:hover { color: var(--scbfe-white); transform: translateY(-5px) scale(1.05); }
.scbfe-trust { display: flex; align-items: flex-start; gap: 10px; padding-top: 17px; border-top: 1px solid var(--scbfe-border); }
.scbfe-trust-icon { color: var(--scbfe-red); font-size: 22px; }
.scbfe-trust span:last-child { color: var(--scbfe-muted); font-size: 10px; line-height: 1.5; }
.scbfe-trust strong { display: block; margin-bottom: 2px; color: var(--scbfe-white); font-size: 11px; }
.scbfe-trust small { display: block; color: var(--scbfe-muted); }

.scbfe-bottom { border-top: 1px solid var(--scbfe-border); background: rgba(1,13,31,.55); }
.scbfe-bottom-inner { min-height: 60px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.scbfe-bottom p { margin: 0; color: var(--scbfe-muted); font-size: 11px; line-height: 1.5; }
.scbfe-bottom-links { display: flex; align-items: center; gap: 12px; }
.scbfe-bottom-links a { color: var(--scbfe-muted); font-size: 10px; font-weight: 600; text-decoration: none; }
.scbfe-separator { width: 4px; height: 4px; border-radius: 50%; background: var(--scbfe-red); }

@media (max-width: 1100px) {
	.scbfe-grid { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 42px; }
	.scbfe-column:nth-child(2) { border-right: 0; }
	.scbfe-column:nth-child(3) { padding-left: 0; }
}

@media (max-width: 767px) {
	.scbfe-main { padding: 47px 15px 38px; }
	.scbfe-grid { grid-template-columns: 1fr; gap: 34px; }
	.scbfe-column, .scbfe-column:first-child, .scbfe-column:nth-child(3), .scbfe-column:last-child { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid var(--scbfe-border); }
	.scbfe-column:last-child { padding-bottom: 0; border-bottom: 0; }
	.scbfe-about-text { max-width: 100%; }
	.scbfe-bottom-inner { padding: 17px 15px; flex-direction: column; justify-content: center; text-align: center; }
}

@media (max-width: 480px) {
	.scbfe-links { grid-template-columns: 1fr; }
	.scbfe-logo img { max-width: 220px; }
	.scbfe-whatsapp-box { width: 100%; justify-content: center; }
}
