/* TuneTune unified footer — Google verification links + SEO internal linking
   v191: fixed desktop columns and removed the oversized Google information block. */
.site-footer{
  width:100%;
  padding:28px 0 36px;
  font-family:Nunito,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.site-footer *{box-sizing:border-box}
.site-footer__container{width:min(1240px,94%);margin:0 auto}
.site-footer__panel{
  position:relative;
  overflow:hidden;
  padding:30px 32px;
  border:1px solid #304761;
  border-radius:26px;
  background:linear-gradient(145deg,#13233a 0%,#0d192b 100%);
  color:#edf6ff;
  box-shadow:0 18px 42px rgba(13,31,54,.16);
}
.site-footer__panel::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-120px;
  top:-150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(79,197,255,.14),transparent 68%);
  pointer-events:none;
}

/* The brand row now uses the entire footer width. This prevents the four
   navigation columns from being squeezed into the right half of the card. */
.site-footer__layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:25px;
  align-items:start;
}
.site-footer__intro{
  display:grid;
  grid-template-columns:auto minmax(260px,1fr) auto;
  align-items:center;
  gap:24px;
  min-width:0;
}
.site-footer__brand{
  display:inline-flex;
  align-items:center;
  gap:13px;
  width:max-content;
  max-width:100%;
  color:#f7fbff;
  text-decoration:none;
}
.site-footer__brand img{
  width:54px;
  height:54px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid #3b5674;
  background:#172b46;
}
.site-footer__brand-copy{display:grid;gap:1px;min-width:0}
.site-footer__brand strong{display:inline-flex;align-items:baseline;gap:0;font-size:23px;line-height:1.05;font-weight:900;letter-spacing:-.2px;white-space:nowrap}
.site-footer__brand .footer-brand-word-light{color:#fff}
.site-footer__brand .footer-brand-word-accent{color:#32c5ff}
.site-footer__brand small{color:#aebfd2;font-size:13px;font-weight:700}
.site-footer__summary{
  max-width:600px;
  margin:0;
  color:#becde0;
  font-size:14px;
  line-height:1.6;
}
.site-footer__quick-links{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  flex-wrap:wrap;
}
.site-footer__chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border:1px solid #3b5674;
  border-radius:11px;
  background:#192d48;
  color:#e8f5ff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.site-footer__chip:hover{transform:translateY(-1px);border-color:#55c7ff;background:#1c3554}
.site-footer__chip--primary{border-color:#41bdf5;background:#27aeea;color:#08192a}
.site-footer__chip--primary:hover{background:#58ccff;color:#071523}

.site-footer__columns{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px 36px;
  min-width:0;
  padding-top:24px;
  border-top:1px solid rgba(175,205,235,.16);
}
.site-footer__column{
  display:grid;
  align-content:start;
  gap:10px;
  min-width:0;
}
.site-footer__column-title{
  margin:0 0 3px;
  color:#ffffff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-footer__column a{
  display:block;
  width:auto;
  max-width:100%;
  min-width:0;
  color:#b8c9dc;
  font-size:14px;
  font-weight:700;
  line-height:1.42;
  text-decoration:none;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
}
.site-footer__column a:hover{color:#61d2ff;text-decoration:underline;text-underline-offset:3px}
.site-footer__column .site-footer__seo-link{color:#73d8ff;font-weight:900}
.site-footer__column .site-footer__seo-link::after{content:" ↗";font-size:.85em;opacity:.7}

.site-footer__bottom{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(175,205,235,.16);
  color:#93a8bf;
  font-size:12px;
  line-height:1.5;
}
.site-footer__bottom p{margin:0}
.site-footer__bottom p:last-child{text-align:right}

.site-footer--compact{padding:22px 0 28px}
.site-footer--compact .site-footer__panel{padding:18px 20px;border-radius:20px}
.site-footer__compact-main{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:22px;
}
.site-footer--compact .site-footer__brand img{width:42px;height:42px;border-radius:12px}
.site-footer--compact .site-footer__brand strong{font-size:19px}
.site-footer--compact .site-footer__brand small{font-size:12px}
.site-footer__compact-nav{display:flex;justify-content:center;gap:10px 18px;flex-wrap:wrap;min-width:0}
.site-footer__compact-nav a{color:#bfd0e2;text-decoration:none;font-size:13px;font-weight:800;overflow-wrap:anywhere}
.site-footer__compact-nav a:hover{color:#69d5ff;text-decoration:underline;text-underline-offset:3px}
.site-footer__compact-copy{color:#91a6bd;font-size:12px;white-space:nowrap}

.site-footer--payment{padding:18px 0 10px}
.site-footer--payment .site-footer__panel{padding:15px 18px;border-radius:16px}
.site-footer--payment .site-footer__compact-main{grid-template-columns:1fr auto}
.site-footer--payment .site-footer__compact-nav{justify-content:flex-start}

@media(max-width:1040px){
  .site-footer__intro{grid-template-columns:auto minmax(0,1fr)}
  .site-footer__quick-links{grid-column:1/-1;justify-content:flex-start}
  .site-footer__summary{max-width:none}
  .site-footer__compact-main{grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px}
  .site-footer__compact-copy{white-space:normal}
  .site-footer--payment .site-footer__compact-main{grid-template-columns:1fr;justify-items:center}
  .site-footer--payment .site-footer__compact-nav{justify-content:center}
}
@media(max-width:820px){
  .site-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 34px}
}
@media(max-width:650px){
  .site-footer{padding:20px 0 26px}
  .site-footer__container{width:min(94%,1240px)}
  .site-footer__panel{padding:22px 18px;border-radius:21px}
  .site-footer__intro{grid-template-columns:1fr;gap:15px}
  .site-footer__brand{width:100%}
  .site-footer__quick-links{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .site-footer__chip{width:100%}
  .site-footer__bottom{align-items:flex-start;flex-direction:column;gap:7px}
  .site-footer__bottom p:last-child{text-align:left}
}
@media(max-width:480px){
  .site-footer__columns{grid-template-columns:1fr;gap:23px}
  .site-footer__column{padding-bottom:3px}
  .site-footer__quick-links{grid-template-columns:1fr}
}

/* v192 — compact footer inside the personal account matches the account header. */
.account-page > .site-footer--compact{
  width:100%;
  padding:22px 0 0;
}
.account-page > .site-footer--compact .site-footer__container{
  width:100%;
  max-width:none;
  margin:0;
}
.account-page > .site-footer--compact .site-footer__panel{
  min-height:70px;
  padding:12px 16px;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(13,25,43,.12);
}
.account-page > .site-footer--compact .site-footer__compact-main{
  min-height:44px;
}
.account-page > .site-footer--compact .site-footer__brand img{
  width:44px;
  height:44px;
  border-radius:13px;
}

@media(max-width:1040px){
  .account-page > .site-footer--compact .site-footer__panel{
    min-height:0;
    padding:16px;
  }
}


/* v201 — unified light-weight logo in every footer. */
.site-footer__brand strong{font-weight:600!important}
.site-footer__brand small{font-weight:500!important}
