/* BroadbandSwitch.uk footer v8 — generated from handoff; --bbs-* tokens match nav-v8.css
   Regenerate: node scripts/build-footer-v8-from-handoff.js
*/
/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background:
    radial-gradient(ellipse at 8% 0%, rgba(255, 77, 143, 0.06) 0%, transparent 45%),
    radial-gradient(ellipse at 92% 100%, rgba(217, 26, 110, 0.09) 0%, transparent 50%),
    linear-gradient(180deg, #180B16 0%, #1F0D1A 50%, #0E0812 100%);
  color: #EFD5E1;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  margin-top: 120px;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 77, 143, 0.4), transparent);
}
.footer-inner {
  max-width: var(--bbs-max-w);
  margin: 0 auto;
  padding: 0 32px;
}

/* Final CTA band */
.footer-cta-band {
  background:
    radial-gradient(circle at 100% 50%, rgba(255, 77, 143, 0.18) 0%, transparent 55%),
    linear-gradient(135deg, rgba(60, 20, 51, 0.35), rgba(40, 12, 32, 0.15));
  border-bottom: 1px solid rgba(255, 184, 211, 0.12);
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.footer-cta-band::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 77, 143, 0.08), transparent 50%);
  animation: spin 22s linear infinite;
  pointer-events: none;
}
.footer-cta-inner {
  max-width: var(--bbs-max-w);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.footer-cta-text { max-width: 520px; }
.footer-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #FFB8D3;
  margin-bottom: 12px;
}
.footer-cta-eyebrow .pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF4D8F;
  animation: pulseDot 2s infinite;
}
.footer-cta-text h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 6px;
}
.footer-cta-text h3 em {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #FFB8D3;
  padding: 0 2px;
}
.footer-cta-text p {
  font-size: 14px;
  color: #C9AEBB;
  line-height: 1.5;
}
.footer-cta-form {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  min-width: 380px;
}
.footer-cta-input {
  flex: 1;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 184, 211, 0.3);
  border-radius: 12px;
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  outline: none;
  transition: background 240ms var(--bbs-ease-out), border-color 240ms, box-shadow 240ms;
}
.footer-cta-input::placeholder {
  color: rgba(255, 184, 211, 0.65);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}
.footer-cta-input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--bbs-magenta-light);
  box-shadow: 0 0 0 3px rgba(255, 77, 143, 0.25);
}
.footer-cta-submit {
  padding: 0 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FF3B8D 0%, #D91A6E 100%);
  border: none;
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 16px -4px rgba(217, 26, 110, 0.55), inset 0 1px 0 rgba(255,255,255,0.28);
  transition: transform 260ms var(--bbs-ease-spring), box-shadow 260ms var(--bbs-ease-spring);
  position: relative;
  overflow: hidden;
}
.footer-cta-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 720ms var(--bbs-ease-out);
}
.footer-cta-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -4px rgba(217, 26, 110, 0.7);
}
.footer-cta-submit:hover::before { transform: translateX(120%); }
.footer-cta-submit svg { width: 16px; height: 16px; stroke-width: 2.5; }

/* Brand band */
.footer-brand-band {
  padding: 52px 0 30px;
  border-bottom: 1px solid rgba(255, 184, 211, 0.1);
}
.footer-brand-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 560px;
}
.footer-logo-card {
  background: white;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 8px 24px -6px rgba(0,0,0,0.4);
  transition: transform 300ms var(--bbs-ease-spring);
}
.footer:hover .footer-logo-card { /* subtle; no change */ }
.footer-logo-card:hover { transform: translateY(-2px); }
.footer-logo-card img {
  height: 44px;
  width: auto;
  display: block;
}
.footer-brand-text h2 {
  font-size: 17px;
  font-weight: 700;
  color: white;
  letter-spacing: -0.015em;
  margin-bottom: 2px;
}
.footer-brand-text h2 em {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #FFB8D3;
}
.footer-tagline {
  font-size: 14px;
  color: #C9AEBB;
  line-height: 1.55;
  max-width: 440px;
}

/* Social icon grid - 4x2 evenly spaced */
.footer-social-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.footer-social-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--bbs-magenta-light);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  background: rgba(255, 77, 143, 0.08);
  border: 1px solid rgba(255, 77, 143, 0.22);
  border-radius: 999px;
  white-space: nowrap;
}
.footer-social-label svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.2;
}
.footer-social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 12px;
  flex-shrink: 0;
  width: 236px;
}
.social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 184, 211, 0.18);
  display: grid;
  place-items: center;
  color: #F4E6EE;
  text-decoration: none;
  transition: all 260ms var(--bbs-ease-spring);
  position: relative;
}
.social-link::after {
  content: attr(data-label);
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFB8D3;
  background: rgba(15, 8, 14, 0.95);
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms, transform 200ms var(--bbs-ease-spring);
  z-index: 5;
}
.social-link:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.social-link svg { width: 18px; height: 18px; stroke-width: 1.8; transition: transform 260ms var(--bbs-ease-spring); }
.social-link:hover {
  background: linear-gradient(135deg, #FF3B8D, #D91A6E);
  border-color: transparent;
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 10px 24px -6px rgba(217, 26, 110, 0.55);
  color: white;
}
.social-link:hover svg { transform: scale(1.08); }

/* Trust strip */
.footer-trust-strip {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 184, 211, 0.1);
}
.footer-trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.trust-lead {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #C9AEBB;
  line-height: 1.5;
  max-width: 720px;
}
.trust-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 77, 143, 0.12);
  border: 1px solid rgba(255, 77, 143, 0.2);
  display: grid;
  place-items: center;
  color: var(--bbs-magenta-light);
  flex-shrink: 0;
}
.trust-badge-icon svg { width: 18px; height: 18px; stroke-width: 2; }
.trust-lead strong { color: white; font-weight: 600; }
.trust-lead a {
  color: var(--bbs-magenta-light);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 77, 143, 0.4);
  transition: color 200ms;
}
.trust-lead a:hover { color: white; }
.trust-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.trust-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #C9AEBB;
  text-decoration: none;
  transition: color 200ms;
}
.trust-meta-item:hover { color: white; }
.trust-meta-item svg {
  width: 14px;
  height: 14px;
  color: var(--bbs-magenta-light);
  stroke-width: 1.8;
}
.trust-meta-item strong { color: white; font-weight: 500; }

/* Main link grid */
.footer-main {
  padding: 52px 0 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 320px;
  gap: 40px;
  align-items: start;
}
.footer-grid + .footer-grid {
  margin-top: 48px;
}

.footer-col-head {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: white;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 184, 211, 0.15);
}
.footer-col-head svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
  color: var(--bbs-magenta-light);
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  color: #C9AEBB;
  text-decoration: none;
  font-size: 13.5px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  transition: color 200ms var(--bbs-ease-out), transform 260ms var(--bbs-ease-spring), padding 260ms var(--bbs-ease-spring);
  position: relative;
}
.footer-link::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: var(--bbs-magenta-light);
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--bbs-ease-spring);
}
.footer-link:hover {
  color: white;
  transform: translateX(6px);
}
.footer-link:hover::before { transform: translateY(-50%) scaleX(1); }

/* Contact card */
.footer-contact {
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 184, 211, 0.15);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.footer-contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(255, 77, 143, 0.1), transparent 55%);
  pointer-events: none;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255, 184, 211, 0.12);
  position: relative;
  z-index: 1;
}
.contact-item:first-of-type { padding-top: 0; }
.contact-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 77, 143, 0.1);
  border: 1px solid rgba(255, 77, 143, 0.15);
  display: grid;
  place-items: center;
  color: var(--bbs-magenta-light);
  flex-shrink: 0;
}
.contact-icon svg { width: 15px; height: 15px; stroke-width: 1.8; }
.contact-detail { min-width: 0; flex: 1; }
.contact-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9B8797;
  margin-bottom: 3px;
}
.contact-value {
  font-size: 14px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  display: block;
  word-break: break-word;
  transition: color 200ms;
}
.contact-value:hover { color: var(--bbs-magenta-light); }
.contact-meta {
  font-size: 11.5px;
  color: #9B8797;
  margin-top: 3px;
}

.footer-office {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 184, 211, 0.15);
  position: relative;
  z-index: 1;
}
.footer-office-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9B8797;
  margin-bottom: 4px;
}
.footer-office-addr {
  font-size: 13px;
  color: white;
  line-height: 1.45;
}

/* QR Save card */
.qr-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 184, 211, 0.15);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 18px;
  align-items: center;
}
.qr-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 100%, rgba(255, 77, 143, 0.1), transparent 55%);
  pointer-events: none;
}
.qr-card-text { position: relative; z-index: 1; flex: 1; min-width: 0; }
.qr-card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--bbs-magenta-light);
  margin-bottom: 8px;
}
.qr-card-eyebrow svg { width: 12px; height: 12px; stroke-width: 2.2; }
.qr-card-text h4 {
  font-size: 15px;
  font-weight: 600;
  color: white;
  line-height: 1.25;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.qr-card-text p {
  font-size: 12.5px;
  line-height: 1.5;
  color: #C9AEBB;
}
.qr-card-text a {
  color: var(--bbs-magenta-light);
  text-decoration: none;
  font-weight: 500;
}
.qr-card-text a:hover { color: white; }
.qr-img {
  width: 94px;
  height: 94px;
  border-radius: 11px;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 300ms var(--bbs-ease-spring);
  overflow: hidden;
  display: block;
}
.qr-card:hover .qr-img { transform: scale(1.06) rotate(-2deg); }
.qr-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 11px;
}

/* Policies band */
.footer-policies {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 184, 211, 0.1);
  border-bottom: 1px solid rgba(255, 184, 211, 0.1);
}
.footer-policies-inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: start;
}
.policies-head h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 6px;
}
.policies-head h4 em {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #FFB8D3;
}
.policies-head p {
  font-size: 13px;
  color: #C9AEBB;
  line-height: 1.5;
}
.policies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}

/* Useful resources */
.footer-resources {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 184, 211, 0.1);
}
.footer-resources-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 20px;
}
.resources-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--bbs-magenta-light);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  background: rgba(255, 77, 143, 0.1);
  border: 1px solid rgba(255, 77, 143, 0.25);
  border-radius: 999px;
}
.resources-label svg { width: 12px; height: 12px; stroke-width: 2.2; }
.resources-link {
  font-size: 13px;
  color: #C9AEBB;
  text-decoration: none;
  transition: color 200ms;
}
.resources-link:hover { color: white; }
.resources-dot {
  opacity: 0.25;
  font-size: 10px;
  color: var(--bbs-magenta-light);
}

/* Bottom strip */
.footer-bottom {
  padding: 26px 0 30px;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.copyright {
  font-size: 12px;
  color: #8A7886;
  line-height: 1.65;
  max-width: 660px;
}
.copyright strong { color: #C9AEBB; font-weight: 500; }
.copyright a {
  color: var(--bbs-magenta-light);
  text-decoration: none;
  transition: color 200ms;
}
.copyright a:hover { color: white; }
.legal-links {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.legal-links a {
  font-size: 12px;
  color: #C9AEBB;
  text-decoration: none;
  padding: 7px 13px;
  border-radius: 8px;
  transition: background 200ms, color 200ms;
}
.legal-links a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

/* Responsive */
@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-contact, .qr-card { grid-column: span 2; }
  .footer-policies-inner { grid-template-columns: 1fr; }
  .policies-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cta-inner { flex-direction: column; align-items: stretch; }
  .footer-cta-form { min-width: unset; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact, .qr-card { grid-column: span 1; }
  .policies-grid { grid-template-columns: 1fr; }
  .footer-brand-inner { flex-direction: column; }
}

/* Cookie settings: button matches .legal-links a (cookie-consent.js uses .footer-cookie-settings) */
.legal-links button.footer-cookie-settings {
  font: inherit;
  font-size: 12px;
  color: #C9AEBB;
  text-decoration: none;
  padding: 7px 13px;
  border-radius: 8px;
  transition: background 200ms, color 200ms;
  cursor: pointer;
  border: 0;
  background: transparent;
}
.legal-links button.footer-cookie-settings:hover {
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

