.ftrly-dev-footer,.ftrly-dev-footer *{box-sizing:border-box}
.ftrly-dev-footer{position:relative;width:100%;clear:both;overflow:hidden;background-color:var(--ftrly-bg);background-position:var(--ftrly-bg-position);background-size:var(--ftrly-bg-size);background-repeat:var(--ftrly-bg-repeat);color:var(--ftrly-text-color);font-family:var(--ftrly-font)}
.ftrly-dev-footer__overlay{position:absolute;inset:0;background:var(--ftrly-overlay);opacity:var(--ftrly-opacity);pointer-events:none}
.ftrly-dev-footer__inner{position:relative;z-index:1;max-width:var(--ftrly-max);margin:0 auto;padding:60px 70px}
.ftrly-dev-footer__grid{display:grid;grid-template-columns:var(--ftrly-desktop-template);gap:var(--ftrly-gap);align-items:start}
.ftrly-dev-footer__column{min-width:0}
.ftrly-dev-footer__heading{margin:0 0 24px;color:var(--ftrly-heading-color);font:var(--ftrly-heading-weight) var(--ftrly-heading-size)/var(--ftrly-heading-line-height) var(--ftrly-font);position:relative;padding-bottom:12px}
.ftrly-dev-footer__heading:after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;background:var(--ftrly-accent)}
.ftrly-dev-footer a{color:var(--ftrly-link-color);text-decoration:none}
.ftrly-dev-footer__logo img{display:block;max-width:100%;height:auto;max-height:80px;width:auto;margin-bottom:16px}
.ftrly-dev-footer__text,.ftrly-dev-footer__address p{font-size:var(--ftrly-body-size);line-height:var(--ftrly-body-line-height)}
.ftrly-dev-footer__button{display:inline-block;margin-top:16px;padding:9px 14px;background:var(--ftrly-accent);color:#fff!important;border-radius:5px}

.ftrly-dev-footer__menu{list-style:none;margin:0;padding:0}
.ftrly-dev-footer__menu li{margin-bottom:11px}
.ftrly-dev-footer__menu a:hover{color:var(--ftrly-link-hover);text-decoration:underline}
.ftrly-dev-footer__menu.ftrly-menu-flat{list-style:none;margin:0;padding:0}
.ftrly-dev-footer__menu.ftrly-menu-flat li{margin:0 0 11px;padding:0}
.ftrly-dev-footer__menu.ftrly-menu-flat li::before{display:none!important;content:none!important}
.ftrly-dev-footer__menu.ftrly-menu-custom-list{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}

/* Latest Posts module */
.ftrly-dev-footer__posts{display:grid;gap:16px}
.ftrly-dev-footer__post{display:grid!important;grid-template-columns:var(--ftrly-post-thumb,62px) minmax(0,1fr);column-gap:var(--ftrly-post-gap,12px);row-gap:8px;align-items:start}
.ftrly-dev-footer__post:not(:has(.ftrly-dev-footer__post-thumb)){grid-template-columns:1fr}
.ftrly-dev-footer__post-thumb{display:block;width:var(--ftrly-post-thumb,62px);height:54px;overflow:hidden;border-radius:6px}
.ftrly-dev-footer__post-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.ftrly-dev-footer__post-content{min-width:0}
.ftrly-dev-footer__post-title{display:block;color:var(--ftrly-link-color)!important;font-size:13px;font-weight:700;line-height:1.4}
.ftrly-dev-footer__post time{display:block;margin-top:4px;font-size:11px;color:#aeb9ca}
.ftrly-dev-footer__post-excerpt{margin:6px 0 0;font-size:12px;line-height:1.55;color:#c4ccda}
.ftrly-dev-footer__posts-empty{font-size:13px;line-height:1.6;color:#aeb9ca}

/* Social Icons - Clean SVG styling */
.ftrly-dev-footer__socials{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.ftrly-dev-footer__socials a{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:8px;background:rgba(255,255,255,.08);color:#fff;transition:all .2s ease}
.ftrly-dev-footer__socials a svg{display:block;width:17px;height:17px;fill:currentColor}
.ftrly-dev-footer__socials a:hover{background:var(--ftrly-accent);transform:translateY(-2px)}

/* Address & Bottom Bar */
.ftrly-dev-footer__address h4{margin:0 0 9px;color:var(--ftrly-heading-color);font-size:13px}
.ftrly-dev-footer__bottom{position:relative;z-index:1;background:#040a16}
.ftrly-dev-footer__bottom-inner{max-width:var(--ftrly-max);margin:0 auto;padding:18px 70px;display:flex;align-items:center;font-size:12px}
.ftrly-dev-footer__bottom.ftrly-layout-space-between .ftrly-dev-footer__bottom-inner{justify-content:space-between}
.ftrly-dev-footer__bottom.ftrly-layout-center .ftrly-dev-footer__bottom-inner{justify-content:center;text-align:center}
.ftrly-dev-footer__bottom.ftrly-layout-left .ftrly-dev-footer__bottom-inner{justify-content:flex-start}
.ftrly-dev-footer__bottom.ftrly-layout-right .ftrly-dev-footer__bottom-inner{justify-content:flex-end}
.ftrly-dev-footer__bottom a{color:var(--ftrly-link-color)}

@media(max-width:1024px){
	.ftrly-dev-footer__inner{padding:50px 40px}
	.ftrly-dev-footer__grid{grid-template-columns:repeat(var(--ftrly-tablet-columns),minmax(0,1fr))}
	.ftrly-dev-footer__bottom-inner{padding-left:40px;padding-right:40px}
}
@media(max-width:767px){
	.ftrly-dev-footer__inner{padding:42px 22px}
	.ftrly-dev-footer__grid{grid-template-columns:repeat(var(--ftrly-mobile-columns),minmax(0,1fr));gap:30px}
	.ftrly-dev-footer__bottom-inner{padding:18px 22px;flex-direction:column;gap:8px;text-align:center}
	.ftrly-dev-footer__logo.ftrly-hide-logo-mobile{display:none!important}
	.ftrly-dev-footer__post.ftrly-hide-post-image-mobile{grid-template-columns:1fr!important;column-gap:0!important}
	.ftrly-dev-footer__post.ftrly-hide-post-image-mobile .ftrly-dev-footer__post-thumb{display:none!important}
}