/* Intrinsic Blue — widget-driven footer matching approved reference.
 * Layout stays in code; content remains editable from Appearance > Widgets.
 */
.ib-site-footer{
  width:100%;
  background:#0e0f17;
  color:#9696a1;
  font-family:var(--ib-font-body);
  border-top:1px solid rgba(255,255,255,.08);
}
.ib-footer-container{width:min(100% - 46px,1240px);margin-inline:auto}
.ib-site-footer .widget,.ib-site-footer .wp-block-group,.ib-site-footer .wp-block-columns{margin:0}
.ib-site-footer .widget-title,.ib-site-footer h2,.ib-site-footer h3,.ib-site-footer h4,.ib-site-footer .wp-block-heading{
  margin:0 0 18px;
  color:#f3f3f6;
  font-family:var(--ib-font-body);
  font-size:14px;
  line-height:1.2;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.ib-site-footer p{color:#9696a1;margin:0 0 14px;font-size:16px;line-height:1.55}
.ib-site-footer a{color:#94949e;text-decoration:none;transition:color .18s ease}
.ib-site-footer a:hover{color:#fff}

/* Newsletter ------------------------------------------------------- */
.ib-footer-newsletter{
  background:#151722;
  border-bottom:1px solid rgba(255,255,255,.09);
  min-height:184px;
  padding:38px 0;
  display:flex;
  align-items:center;
}
/* Works with both block widgets and Classic Widgets. */
.ib-footer-newsletter>.ib-footer-container{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(420px,.92fr);
  align-items:center;
  gap:82px;
}
.ib-footer-newsletter>.ib-footer-container>.widget:first-child{grid-column:1}
.ib-footer-newsletter>.ib-footer-container>.widget:not(:first-child){grid-column:2}
.ib-footer-newsletter>.ib-footer-container>.widget:not(:first-child) + .widget:not(:first-child){margin-top:10px}
.ib-footer-newsletter>.ib-footer-container>.wp-block-group{width:100%}
.ib-footer-newsletter .wp-block-columns{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);gap:82px;align-items:center}
.ib-footer-newsletter .wp-block-column{margin:0!important}
.ib-footer-newsletter .widget-title{font-size:12px;color:#9188e8;margin-bottom:13px;letter-spacing:.08em}
.ib-footer-newsletter .widget_mc4wp_form_widget>.widget-title{display:none}
.ib-footer-newsletter .wp-block-heading,.ib-footer-newsletter h2,.ib-footer-newsletter h3{font-size:12px;color:#9188e8;margin-bottom:12px}
.ib-footer-newsletter .ib-newsletter-title,
.ib-footer-newsletter h2:not(.widget-title),
.ib-footer-newsletter .wp-block-column:first-child h3:not(.widget-title){
  font-family:var(--ib-font-display);
  font-size:29px;
  font-style:italic;
  font-weight:500;
  text-transform:none;
  color:#f5f4f7;
  line-height:1.08;
  margin:0 0 10px;
  letter-spacing:-.02em;
}
.ib-footer-newsletter p{max-width:500px;font-size:15px;line-height:1.45;color:#9696a1;margin:0}
.ib-footer-newsletter form{display:flex;align-items:center;gap:12px;width:100%;margin:0}
.ib-footer-newsletter label{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
.ib-footer-newsletter input[type="email"],.ib-footer-newsletter input[type="text"]{
  flex:1;min-width:0;height:48px;border:1px solid #4b4b57;border-radius:13px;background:#272832;color:#fff;
  padding:0 19px;box-shadow:none;outline:none;font-size:15px;line-height:48px;
}
.ib-footer-newsletter input::placeholder{color:#85858f}
.ib-footer-newsletter input:focus{border-color:#7a72ee}
.ib-footer-newsletter button,.ib-footer-newsletter input[type="submit"],.ib-footer-newsletter .wp-block-button__link{
  height:48px;min-width:122px;border:0;border-radius:12px;background:linear-gradient(100deg,#6e65df,#4f4cf1);
  color:#fff!important;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;
  font-size:15px;font-weight:600;line-height:1;box-shadow:none;white-space:nowrap;
}

/* Main footer ------------------------------------------------------ */
.ib-footer-main{background:#0e0f17;padding:0}
.ib-footer-grid{
  display:grid;
  grid-template-columns:minmax(255px,1.55fr) repeat(3,minmax(150px,1fr));
  gap:62px;
  padding-top:58px;
  padding-bottom:54px;
  min-height:370px;
}
.ib-footer-col{min-width:0}
.ib-footer-col--brand{padding-right:18px}
.ib-footer-col--brand img{display:block;max-width:118px;max-height:45px;width:auto;height:auto;object-fit:contain;margin:0 0 31px}
.ib-footer-col--brand p{max-width:300px;font-size:16px;line-height:1.55;margin-bottom:22px;color:#9999a3}
.ib-site-footer ul,.ib-site-footer ol{list-style:none;padding:0;margin:0}
.ib-site-footer li{margin:0 0 13px;padding:0;font-size:16px;line-height:1.45;color:#92929d}
.ib-site-footer .menu a,.ib-site-footer .widget_nav_menu a{font-size:16px;line-height:1.45;color:#92929d}
.ib-site-footer .wp-block-navigation__container{display:block!important;gap:0!important}
.ib-site-footer .wp-block-navigation-item{display:block!important;margin:0 0 13px!important}
.ib-site-footer .wp-block-navigation-item__content{padding:0!important;color:#92929d;font-size:16px;line-height:1.45}
.ib-site-footer .wp-block-social-links{display:flex;gap:12px;margin-top:20px}
.ib-site-footer .wp-social-link{margin:0!important;background:transparent!important;border:1px solid rgba(255,255,255,.24);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.ib-site-footer .wp-social-link a{padding:9px!important}
.ib-site-footer .wp-social-link svg{width:16px;height:16px;fill:#fff}
.ib-footer-col--hq p,.ib-footer-col--hq li{font-size:15px;line-height:1.5;margin-bottom:12px}
.ib-footer-col--hq .menu a,.ib-footer-col--hq .wp-block-navigation-item__content{font-size:16px}

/* Bottom bar ------------------------------------------------------- */
.ib-footer-bottom{border-top:1px solid rgba(255,255,255,.09);background:#0e0f17}
.ib-footer-bottom__inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:14px;padding-bottom:14px}
.ib-footer-bottom__left,.ib-footer-bottom__right{display:flex;align-items:center;min-width:0}
.ib-footer-bottom p{font-size:13px;line-height:1.4;margin:0;color:#858591}
.ib-footer-bottom__right .wp-block-buttons,.ib-footer-bottom__right .wp-block-group,.ib-footer-bottom__right .wp-block-html{display:flex;align-items:center;gap:10px;margin:0}
.ib-footer-bottom__right .wp-block-button{margin:0}
.ib-footer-bottom__right .wp-block-button__link,.ib-footer-bottom__right a.ib-payment-badge,.ib-footer-bottom__right .ib-payment-badge{
  height:24px;min-width:57px;padding:0 12px;border:0;border-radius:999px;background:#24252f!important;color:#96969f!important;
  font-size:11px;font-weight:400;display:inline-flex;align-items:center;justify-content:center;line-height:1;
}

/* Mailchimp for WordPress (MC4WP) -------------------------------- */
.ib-footer-newsletter .mc4wp-form,.ib-footer-newsletter .widget_mc4wp_form_widget{width:100%;margin:0}
.ib-footer-newsletter .mc4wp-form-fields{display:flex;align-items:center;gap:12px;width:100%}
.ib-footer-newsletter .mc4wp-form-fields p{margin:0;max-width:none}
.ib-footer-newsletter .mc4wp-form-fields p:has(input[type="email"]){flex:1;min-width:0}
.ib-footer-newsletter .mc4wp-response{margin-top:9px;color:#b8b8c4;font-size:13px;line-height:1.35}
.ib-footer-newsletter .mc4wp-alert{font-size:13px;line-height:1.35;margin:0 0 9px}

@media(max-width:1020px){
  .ib-footer-container{width:min(100% - 40px,1240px)}
  .ib-footer-newsletter>.ib-footer-container,.ib-footer-newsletter .wp-block-columns{grid-template-columns:1fr minmax(340px,.9fr);gap:42px}
  .ib-footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr;gap:34px;padding-top:48px;padding-bottom:46px;min-height:0}
}
@media(max-width:820px){
  .ib-footer-newsletter{padding:36px 0}
  .ib-footer-newsletter>.ib-footer-container,.ib-footer-newsletter .wp-block-columns{grid-template-columns:1fr;gap:26px}
  .ib-footer-newsletter>.ib-footer-container>.widget:first-child,.ib-footer-newsletter>.ib-footer-container>.widget:not(:first-child){grid-column:1}
  .ib-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 54px;padding-top:44px;padding-bottom:44px}
  .ib-footer-col--brand img{margin-bottom:22px}
  .ib-footer-bottom__inner{min-height:78px;align-items:flex-start;flex-direction:column;gap:13px;justify-content:center}
}
@media(max-width:560px){
  .ib-footer-container{width:min(100% - 28px,1240px)}
  .ib-footer-newsletter{min-height:0;padding:34px 0}
  .ib-footer-newsletter .ib-newsletter-title,.ib-footer-newsletter h2:not(.widget-title),.ib-footer-newsletter .wp-block-column:first-child h3:not(.widget-title){font-size:27px}
  .ib-footer-newsletter p{font-size:15px}
  .ib-footer-newsletter form,.ib-footer-newsletter .mc4wp-form-fields{display:grid;grid-template-columns:1fr;gap:10px}
  .ib-footer-newsletter .mc4wp-form-fields p{width:100%}
  .ib-footer-newsletter button,.ib-footer-newsletter input[type="submit"],.ib-footer-newsletter .wp-block-button__link{width:100%}
  .ib-footer-grid{grid-template-columns:1fr;gap:34px;padding-top:38px;padding-bottom:38px}
  .ib-footer-col--brand{padding-right:0}
  .ib-footer-col--brand p{max-width:100%}
  .ib-site-footer li,.ib-site-footer .menu a,.ib-site-footer .widget_nav_menu a,.ib-site-footer .wp-block-navigation-item__content{font-size:16px}
  .ib-footer-bottom__inner{padding-top:20px;padding-bottom:20px}
  .ib-footer-bottom__right .wp-block-buttons,.ib-footer-bottom__right .wp-block-group,.ib-footer-bottom__right .wp-block-html{flex-wrap:wrap}
  .ib-footer-bottom__right .wp-block-button__link,.ib-footer-bottom__right a.ib-payment-badge,.ib-footer-bottom__right .ib-payment-badge{min-width:52px}
}
