.ktos-footer-responsive__mobile {
  display: none;
}

@media (max-width: 767px) {
  .ktos-footer-responsive__desktop {
    display: none;
  }

  .ktos-footer-responsive__mobile {
    display: block;
  }
}

.ktos-footer-builder,
.ktos-footer-builder * {
  box-sizing: border-box;
}

.ktos-footer-builder {
  position: relative;
  margin-top: 38px;
  overflow: hidden;
  isolation: isolate;
  color: var(--ktos-fb-text, #152c34);
  line-height: 1.35;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ktos-footer-builder a {
  text-decoration: none;
}

.ktos-footer-builder img {
  max-width: 100%;
  height: auto;
}

.ktos-fb-hero-bg {
  position: absolute;
  inset: -18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
}

.ktos-fb-hero-bg::before,
.ktos-fb-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

.ktos-fb-hero-bg::after {
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.28) 0%, rgba(213, 232, 240, 0.08) 35%, rgba(244, 250, 255, 0.36) 100%);
  pointer-events: none;
}

.ktos-fb-container {
  position: relative;
  z-index: 2;
  max-width: 1330px;
  margin: 0 auto;
  padding: 22px 22px 30px;
}

.ktos-fb-card {
  position: relative;
  margin: 0 0 14px;
  padding: 16px 18px;
  overflow: hidden;
  border-radius: var(--ktos-fb-radius, 24px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: var(--ktos-fb-card-bg, rgba(255, 255, 255, 0.84));
  box-shadow: 0 14px 36px rgba(7, 23, 34, 0.2);
  backdrop-filter: blur(10px);
}

.ktos-fb-brand-row {
  border-radius: 34px;
  text-align: center;
  padding: 18px 24px 20px;
  background: linear-gradient(180deg, rgba(250, 253, 255, 0.92) 0%, rgba(226, 239, 246, 0.86) 100%);
}

.ktos-fb-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ktos-fb-logo {
  width: min(100%, 440px);
}

.ktos-fb-logo img {
  display: block;
  width: 100%;
  max-height: 165px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(16, 44, 59, 0.2));
}

.ktos-fb-brand-title {
  margin: 0;
  font-size: clamp(20px, 1.8vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

.ktos-fb-branding__slogan-wrap {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.ktos-fb-branding__slogan {
  margin: 0;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: clamp(20px, 1.9vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 252, 0.92) 100%);
  border: 1px solid rgba(168, 186, 199, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 4px 16px rgba(27, 61, 79, 0.15);
}

.ktos-fb-badges {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ktos-fb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 62px;
  padding: 9px 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 243, 250, 0.92) 100%);
  border: 1px solid rgba(177, 196, 208, 0.58);
  box-shadow: 0 4px 14px rgba(19, 48, 65, 0.14);
}

.ktos-fb-badge__icon {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--ktos-fb-primary, #0c7a50);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ktos-fb-badge__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ktos-fb-badge-bg, #ffffff);
  opacity: var(--ktos-fb-badge-opacity, 0.92);
}

.ktos-fb-badge__icon svg {
  position: relative;
  z-index: 1;
}

.ktos-fb-badge__label {
  display: block;
  font-size: clamp(17px, 1.12vw, 25px);
  line-height: 1.12;
  font-weight: 800;
  color: #11393f;
}

.ktos-fb-slideshow-wrap {
  padding: 10px 12px 12px;
}

.ktos-fb-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.ktos-fb-carousel__track {
  display: flex;
  transition: transform 0.46s cubic-bezier(0.2, 0.6, 0.2, 1);
  will-change: transform;
}

.ktos-fb-slide {
  flex: 0 0 100%;
  padding: 5px;
}

.ktos-fb-slide a {
  color: inherit;
  display: block;
}

.ktos-fb-slide__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 2px solid rgba(240, 246, 250, 0.8);
  background: rgba(8, 24, 36, 0.18);
  box-shadow: 0 6px 18px rgba(10, 34, 49, 0.24);
}

.ktos-fb-slide__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(10, 34, 43, 0.22) 100%);
  pointer-events: none;
}

.ktos-fb-slide__media img {
  display: block;
  width: 100%;
  height: 122px;
  object-fit: cover;
}

.ktos-fb-slide__title {
  display: block;
  margin-top: 7px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #193f4e;
}

.ktos-fb-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 28, 39, 0.72);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.ktos-fb-carousel__arrow:hover,
.ktos-fb-carousel__arrow:focus-visible {
  background: rgba(8, 28, 39, 0.9);
}

.ktos-fb-carousel__arrow.is-prev {
  left: 8px;
}

.ktos-fb-carousel__arrow.is-next {
  right: 8px;
}

.ktos-fb-carousel__arrow svg {
  transform: rotate(135deg);
}

.ktos-fb-carousel__arrow.is-next svg {
  transform: rotate(-45deg);
}

.ktos-fb-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.ktos-fb-carousel__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 40, 52, 0.28);
  cursor: pointer;
}

.ktos-fb-carousel__dot.is-active {
  width: 20px;
  background: var(--ktos-fb-primary, #0c7a50);
}

.ktos-fb-main-panel {
  padding: 0;
  border-radius: 32px;
  background: linear-gradient(164deg, rgba(4, 49, 57, 0.88) 0%, rgba(7, 40, 58, 0.82) 48%, rgba(9, 34, 53, 0.88) 100%);
  color: #f1f8fd;
}

.ktos-fb-main-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(6, 42, 55, 0.12) 100%);
  pointer-events: none;
}

.ktos-fb-main-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
}

.ktos-fb-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(185, 215, 230, 0.34);
}

.ktos-fb-list-block {
  background: linear-gradient(170deg, rgba(8, 73, 79, 0.66) 0%, rgba(8, 55, 66, 0.84) 100%);
  padding: 14px 14px 12px;
  min-width: 0;
}

.ktos-fb-list-block + .ktos-fb-list-block {
  border-left: 1px solid rgba(199, 226, 239, 0.24);
}

.ktos-fb-list-block h3,
.ktos-fb-contact h3,
.ktos-fb-newsletter h3,
.ktos-fb-mobile-office-title,
.ktos-fb-map__title {
  margin: 0 0 11px;
  color: #f6fcff;
  font-size: clamp(20px, 1.46vw, 34px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.ktos-fb-list-block ul,
.ktos-fb-contact-list,
.ktos-fb-policy-links,
.ktos-fb-mobile-quick-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ktos-fb-list-block li,
.ktos-fb-contact-list li {
  margin: 0;
  border-bottom: 1px solid rgba(210, 231, 240, 0.19);
}

.ktos-fb-list-block li:last-child,
.ktos-fb-contact-list li:last-child {
  border-bottom: 0;
}

.ktos-fb-list-block a,
.ktos-fb-list-block li > span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: #f2f9ff;
  font-size: clamp(18px, 1.17vw, 27px);
  font-weight: 600;
  line-height: 1.18;
}

.ktos-fb-list-block img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  object-fit: cover;
}

.ktos-fb-list-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b7e591;
}

.ktos-fb-token {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.ktos-fb-contact-map {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 10px;
}

.ktos-fb-contact {
  padding: 12px 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247, 252, 255, 0.95) 0%, rgba(233, 243, 251, 0.92) 100%);
  border: 1px solid rgba(179, 201, 214, 0.56);
  color: #102834;
}

.ktos-fb-contact h3 {
  color: #10303f;
}

.ktos-fb-contact-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 38px;
}

.ktos-fb-contact-list__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b7a4f;
}

.ktos-fb-contact-list__label {
  font-size: clamp(16px, 1.02vw, 22px);
  font-weight: 800;
  color: #0f2b37;
}

.ktos-fb-contact-list__value {
  font-size: clamp(16px, 1.02vw, 22px);
  font-weight: 700;
  color: #132e3b;
  word-break: break-word;
}

.ktos-fb-copy-btn {
  margin-left: auto;
  padding: 3px 8px;
  border: 1px solid rgba(12, 103, 72, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0c6948;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.ktos-fb-hours {
  margin: 10px 0 0;
  color: #173745;
  font-size: 14px;
  line-height: 1.25;
}

.ktos-fb-socials {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ktos-fb-socials a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, #1b8ed6 0%, #0b5f98 100%);
  box-shadow: 0 4px 10px rgba(9, 42, 72, 0.26);
}

.ktos-fb-map {
  padding: 10px;
  border-radius: 24px;
  border: 1px solid rgba(176, 198, 211, 0.62);
  background: linear-gradient(180deg, rgba(251, 254, 255, 0.96) 0%, rgba(232, 242, 249, 0.92) 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ktos-fb-map__title,
.ktos-fb-mobile-office-title {
  color: #10323f;
}

.ktos-fb-map iframe {
  width: 100%;
  display: block;
  border: 0;
  min-height: 220px;
  box-shadow: 0 8px 20px rgba(12, 38, 52, 0.16);
}

.ktos-fb-map-btn {
  align-self: center;
  min-width: 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(19, 79, 57, 0.5);
  background: linear-gradient(180deg, #1e7c47 0%, #0d5b35 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(15px, 0.98vw, 21px);
  box-shadow: 0 8px 16px rgba(5, 55, 30, 0.3);
}

.ktos-fb-office-strip {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 9px 18px 13px;
  border-top: 1px solid rgba(193, 219, 232, 0.28);
  color: #ecf7ff;
  font-size: clamp(20px, 1.25vw, 30px);
  font-weight: 800;
}

.ktos-fb-office-strip__dot {
  color: #c3f09e;
  font-size: 22px;
  line-height: 1;
}

.ktos-fb-bottom {
  border-radius: 30px;
  padding: 13px 16px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(236, 245, 250, 0.9) 100%);
}

.ktos-fb-bottom::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 18px;
  width: 72px;
  height: 52px;
  border-radius: 18px;
  background:
    radial-gradient(70% 70% at 50% 50%, rgba(124, 181, 86, 0.9) 0%, rgba(94, 154, 61, 0.95) 66%, rgba(73, 120, 42, 0.98) 100%),
    radial-gradient(65% 65% at 50% 50%, rgba(145, 199, 108, 0.9) 0%, rgba(89, 143, 58, 0.95) 100%);
  clip-path: polygon(12% 52%, 30% 8%, 48% 48%, 58% 12%, 82% 58%, 55% 90%, 34% 66%, 18% 88%);
  opacity: 0.7;
  pointer-events: none;
}

.ktos-fb-bottom-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-left: 86px;
}

.ktos-fb-payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1 1 500px;
}

.ktos-fb-payments__title {
  color: #123341;
  font-size: clamp(18px, 1.1vw, 23px);
  font-weight: 800;
}

.ktos-fb-payments__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ktos-fb-payments a {
  color: inherit;
}

.ktos-fb-payment-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1;
  color: #143645;
}

.ktos-fb-payment-item img {
  width: 34px;
  height: 22px;
  object-fit: contain;
}

.ktos-fb-secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f8f58 0%, #0f693f 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.ktos-fb-newsletter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  flex: 1 1 330px;
}

.ktos-fb-newsletter h3 {
  margin: 0;
  color: #f6fcff;
  background: linear-gradient(180deg, #114c66 0%, #0d3f54 100%);
  border-radius: 999px;
  padding: 8px 18px;
  border: 1px solid rgba(14, 60, 79, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: clamp(18px, 1.06vw, 23px);
}

.ktos-fb-newsletter form,
.ktos-fb-newsletter .ktos-fb-newsletter-form,
.ktos-fb-newsletter .wp-block-search,
.ktos-fb-newsletter .wpforms-container form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ktos-fb-newsletter input[type="email"],
.ktos-fb-newsletter input[type="text"],
.ktos-fb-newsletter input[type="search"],
.ktos-fb-newsletter .wp-block-search__input,
.ktos-fb-newsletter .wpforms-field input {
  width: min(100%, 280px);
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(150, 176, 191, 0.8);
  background: rgba(252, 255, 255, 0.94);
  color: #193545;
  font-size: 17px;
}

.ktos-fb-newsletter button,
.ktos-fb-newsletter input[type="submit"],
.ktos-fb-newsletter .wp-block-search__button,
.ktos-fb-newsletter .wpforms-submit {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 9px 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(180deg, #1d8e57 0%, #0f693f 100%);
}

.ktos-fb-legal {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(167, 190, 204, 0.56);
  text-align: center;
}

.ktos-fb-copyright {
  margin: 0;
  color: #1b3441;
  font-size: clamp(17px, 1.05vw, 25px);
  font-weight: 500;
}

.ktos-fb-policy-links {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.ktos-fb-policy-links li {
  display: inline-flex;
  align-items: center;
}

.ktos-fb-policy-links li + li::before {
  content: "|";
  margin-right: 12px;
  color: #5e6f7d;
}

.ktos-fb-policy-links a {
  color: #112f3d;
  font-size: clamp(17px, 1.03vw, 23px);
  font-weight: 600;
}

.ktos-fb-policy-icon {
  margin-right: 4px;
  opacity: 0.76;
}

.ktos-fb-policy-icon:empty {
  display: none;
}

.ktos-fb-mobile-trust {
  display: none;
}

.ktos-fb-accordion {
  border-radius: inherit;
}

.ktos-fb-accordion__toggle {
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: rgba(7, 48, 58, 0.9);
  color: #f2fbff;
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}

.ktos-fb-accordion__toggle::after {
  content: "\2304";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-48%);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.22s ease;
}

.ktos-fb-accordion__toggle[aria-expanded="true"]::after {
  transform: translateY(-54%) rotate(180deg);
}

.ktos-fb-accordion__panel {
  display: none;
  padding-top: 10px;
}

.ktos-fb-accordion__panel.is-open {
  display: block;
}

.ktos-fb-floating-controls {
  position: relative;
  z-index: 9998;
}

/* Floating buttons disabled - using header toggle only */
.ktos-fb-float-btn {
  display: none !important;
}

.ktos-fb-float-btn.is-bottom-right {
  right: var(--ktos-fb-whatsapp-x, 24px);
}

.ktos-fb-float-btn.is-bottom-left {
  left: var(--ktos-fb-whatsapp-x, 24px);
}

.ktos-fb-float-btn--whatsapp {
  bottom: var(--ktos-fb-whatsapp-y, 24px);
}

.ktos-fb-float-btn--top {
  bottom: var(--ktos-fb-top-y, 110px);
  background: linear-gradient(180deg, #1a4f67 0%, #103746 100%);
}

.ktos-fb-float-btn--top.is-bottom-right {
  right: var(--ktos-fb-top-x, 24px);
}

.ktos-fb-float-btn--top.is-bottom-left {
  left: var(--ktos-fb-top-x, 24px);
}

.ktos-fb-float-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.ktos-fb-float-btn__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.ktos-fb-float-btn.is-mobile-only {
  display: none;
}

@media (max-width: 1180px) {
  .ktos-fb-main-grid {
    grid-template-columns: 1fr;
  }

  .ktos-fb-contact-map {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ktos-fb-bottom-row {
    padding-left: 0;
  }

  .ktos-fb-bottom::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .ktos-footer-builder {
    margin-top: 18px;
  }

  .ktos-fb-container {
    max-width: 470px;
    padding: 10px 8px 20px;
  }

  .ktos-fb-card {
    margin-bottom: 10px;
    border-radius: 24px;
    padding: 12px;
  }

  .ktos-fb-brand-row {
    border-radius: 26px;
    padding: 14px 12px;
  }

  .ktos-fb-logo {
    width: min(100%, 250px);
  }

  .ktos-fb-logo img {
    max-height: 116px;
  }

  .ktos-fb-brand-title {
    font-size: clamp(18px, 5.3vw, 25px);
  }

  .ktos-fb-branding__slogan {
    width: 100%;
    text-align: center;
    padding: 9px 10px;
    font-size: clamp(15px, 6vw, 22px);
  }

  .ktos-fb-badges {
    margin-top: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .ktos-fb-badge {
    gap: 6px;
    padding: 7px 6px;
    min-height: 58px;
    border-radius: 14px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .ktos-fb-badge__icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }

  .ktos-fb-badge__label {
    font-size: clamp(13px, 3.2vw, 16px);
  }

  .ktos-fb-slideshow-wrap {
    padding: 8px;
  }

  .ktos-fb-slide {
    padding: 3px;
  }

  .ktos-fb-slide__media {
    border-radius: 14px;
  }

  .ktos-fb-slide__media img {
    height: 98px;
  }

  .ktos-fb-slide__title {
    font-size: 12px;
  }

  .ktos-fb-carousel__arrow {
    display: none;
  }

  .ktos-fb-mobile-stack {
    padding: 0;
    background: linear-gradient(170deg, rgba(8, 67, 74, 0.86) 0%, rgba(6, 46, 58, 0.9) 100%);
  }

  .ktos-fb-mobile-stack .ktos-fb-accordion {
    padding: 10px 10px 12px;
  }

  .ktos-fb-mobile-stack .ktos-fb-accordion__toggle {
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(190, 220, 234, 0.28);
    padding: 8px 34px 10px 0;
    font-size: clamp(16px, 7vw, 30px);
  }

  .ktos-fb-mobile-stack .ktos-fb-accordion__toggle::after {
    right: 4px;
  }

  .ktos-fb-mobile-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 10px;
  }

  .ktos-fb-mobile-quick-grid li {
    border-bottom: 1px solid rgba(207, 229, 240, 0.24);
  }

  .ktos-fb-mobile-quick-grid a,
  .ktos-fb-mobile-quick-grid li > span {
    min-height: 35px;
    color: #edf8ff;
    font-size: clamp(14px, 4.3vw, 20px);
    font-weight: 700;
    gap: 6px;
  }

  .ktos-fb-mobile-office-card {
    background: linear-gradient(180deg, rgba(252, 255, 255, 0.95) 0%, rgba(235, 245, 250, 0.92) 100%);
  }

  .ktos-fb-mobile-office-title {
    margin: 0 0 9px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #103141;
    font-size: clamp(17px, 5.5vw, 24px);
  }

  .ktos-fb-mobile-office-card .ktos-fb-map {
    border-radius: 20px;
    padding: 8px;
  }

  .ktos-fb-mobile-office-card .ktos-fb-map iframe {
    min-height: 190px;
  }

  .ktos-fb-mobile-office-card .ktos-fb-map-btn {
    width: 100%;
    min-width: 0;
    font-size: clamp(14px, 4.5vw, 19px);
  }

  .ktos-fb-mobile-contact-card {
    padding: 0;
    background: linear-gradient(172deg, rgba(8, 67, 74, 0.88) 0%, rgba(6, 46, 58, 0.92) 100%);
  }

  .ktos-fb-mobile-contact-card .ktos-fb-accordion {
    padding: 10px;
  }

  .ktos-fb-mobile-contact-card .ktos-fb-accordion__toggle {
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(194, 223, 235, 0.26);
    padding: 8px 34px 10px 0;
    font-size: clamp(16px, 7vw, 30px);
  }

  .ktos-fb-mobile-contact-card .ktos-fb-contact-list li {
    min-height: 34px;
    border-bottom-color: rgba(212, 232, 241, 0.2);
  }

  .ktos-fb-mobile-contact-card .ktos-fb-contact-list__icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    color: #46c673;
  }

  .ktos-fb-mobile-contact-card .ktos-fb-contact-list__label,
  .ktos-fb-mobile-contact-card .ktos-fb-contact-list__value {
    color: #f2fbff;
    font-size: clamp(13px, 4.6vw, 20px);
    font-weight: 700;
  }

  .ktos-fb-mobile-contact-card .ktos-fb-copy-btn {
    border-color: rgba(180, 222, 192, 0.48);
    background: rgba(255, 255, 255, 0.2);
    color: #f0fff7;
  }

  .ktos-fb-mobile-contact-card .ktos-fb-hours {
    color: rgba(239, 250, 255, 0.9);
    font-size: 13px;
  }

  .ktos-fb-mobile-contact-card .ktos-fb-socials {
    margin-top: 10px;
  }

  .ktos-fb-bottom {
    border-radius: 24px;
    padding: 10px;
  }

  .ktos-fb-bottom--mobile::before {
    left: 8px;
    bottom: 82px;
    width: 54px;
    height: 38px;
    opacity: 0.62;
  }

  .ktos-fb-bottom-row {
    gap: 10px;
    padding-left: 0;
  }

  .ktos-fb-payments {
    gap: 8px;
  }

  .ktos-fb-payments__title {
    width: 100%;
    font-size: clamp(16px, 5vw, 22px);
  }

  .ktos-fb-payment-item {
    font-size: clamp(12px, 4.1vw, 17px);
  }

  .ktos-fb-payment-item img {
    width: 26px;
    height: 18px;
  }

  .ktos-fb-secure-badge {
    font-size: clamp(12px, 3.8vw, 16px);
    padding: 5px 10px;
  }

  .ktos-fb-mobile-trust {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    color: #203845;
    font-size: clamp(12px, 4.3vw, 18px);
    font-weight: 600;
  }

  .ktos-fb-mobile-trust span + span::before {
    content: "|";
    margin-right: 8px;
    color: #617180;
  }

  .ktos-fb-newsletter {
    margin-top: 10px;
    justify-content: center;
    gap: 8px;
  }

  .ktos-fb-newsletter h3 {
    width: 100%;
    text-align: center;
    font-size: clamp(16px, 5.2vw, 22px);
  }

  .ktos-fb-newsletter form,
  .ktos-fb-newsletter .ktos-fb-newsletter-form {
    width: 100%;
    flex-wrap: nowrap;
  }

  .ktos-fb-newsletter input[type="email"],
  .ktos-fb-newsletter input[type="text"],
  .ktos-fb-newsletter input[type="search"],
  .ktos-fb-newsletter .wp-block-search__input,
  .ktos-fb-newsletter .wpforms-field input {
    width: 100%;
    min-height: 42px;
    font-size: clamp(15px, 4.5vw, 20px);
  }

  .ktos-fb-newsletter button,
  .ktos-fb-newsletter input[type="submit"],
  .ktos-fb-newsletter .wp-block-search__button,
  .ktos-fb-newsletter .wpforms-submit {
    min-height: 42px;
    padding: 8px 14px;
    font-size: clamp(15px, 4.5vw, 20px);
    white-space: nowrap;
  }

  .ktos-fb-legal {
    margin-top: 10px;
    padding-top: 8px;
  }

  .ktos-fb-copyright {
    font-size: clamp(14px, 4.5vw, 19px);
  }

  .ktos-fb-policy-links {
    margin-top: 6px;
    gap: 4px 8px;
  }

  .ktos-fb-policy-links li + li::before {
    margin-right: 8px;
  }

  .ktos-fb-policy-links a {
    font-size: clamp(13px, 4.1vw, 18px);
  }

  .ktos-fb-float-btn.is-mobile-only {
    display: inline-flex;
  }

  .ktos-fb-float-btn--whatsapp {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 4px solid rgba(236, 255, 244, 0.9);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
  }

  .ktos-fb-float-btn--whatsapp .ktos-fb-float-btn__text {
    display: none;
  }

  .ktos-fb-float-btn--whatsapp .ktos-fb-float-btn__icon svg {
    width: 36px;
    height: 36px;
  }

  .ktos-fb-float-btn--top {
    min-width: 56px;
    min-height: 56px;
    padding: 0 10px;
  }

  .ktos-fb-float-btn--top .ktos-fb-float-btn__text {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ktos-footer-builder *,
  .ktos-footer-builder *::before,
  .ktos-footer-builder *::after {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
