/* site-footer meryosab electronics web devolper resume.meryosab.com */
:root {
  --tvr-f-bg:#08111d;
  --tvr-f-bg-2:#0c1827;
  --tvr-f-surface:#101d2d;
  --tvr-f-surface-2:#15263a;
  --tvr-f-text:#f4f7fb;
  --tvr-f-muted:#b3c0cf;
  --tvr-f-soft:#8ea0b4;
  --tvr-f-line:rgba(255,255,255,.10);
  --tvr-f-line-strong:rgba(255,255,255,.18);
  --tvr-f-accent:#32cbc8;
  --tvr-f-accent-soft:rgba(50,203,200,.11);
  --tvr-f-cta:#f58220;
  --tvr-f-cta-hover:#ff9744;
  --tvr-f-cta-text:#fff;
  --tvr-f-btn-bg:rgba(255,255,255,.035);
  --tvr-f-btn-hover:rgba(50,203,200,.10);
  --tvr-f-btn-icon-bg:rgba(50,203,200,.12);
  --tvr-f-btn-icon-fg:#52d7d3;
  --tvr-f-font:Inter,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
}
html[data-tvr-theme="light"] {
  --tvr-f-bg:#f6f8fb;
  --tvr-f-bg-2:#f0f4f8;
  --tvr-f-surface:#ffffff;
  --tvr-f-surface-2:#edf2f7;
  --tvr-f-text:#162235;
  --tvr-f-muted:#516276;
  --tvr-f-soft:#687b90;
  --tvr-f-line:rgba(20,44,70,.09);
  --tvr-f-line-strong:rgba(20,44,70,.16);
  --tvr-f-accent:#087f87;
  --tvr-f-accent-soft:rgba(8,127,135,.08);
  --tvr-f-cta:#f58220;
  --tvr-f-cta-hover:#df6f11;
  --tvr-f-cta-text:#fff;
}
*{box-sizing:border-box}
html,body{margin:0;max-width:100%;overflow-x:hidden}
body{font-family:var(--tvr-f-font);background:var(--tvr-f-bg);color:var(--tvr-f-text)}
.tvr-footer a,.tvr-footer a:link,.tvr-footer a:visited,.tvr-footer a:hover,.tvr-footer a:focus,.tvr-footer a:focus-visible,.tvr-footer a:active,
.tvr-contact-widget a,.tvr-contact-widget a:link,.tvr-contact-widget a:visited,.tvr-contact-widget a:hover,.tvr-contact-widget a:focus,.tvr-contact-widget a:focus-visible,.tvr-contact-widget a:active{text-decoration:none!important;text-decoration-line:none!important}
.tvr-footer{
  position:relative;width:100%;overflow:hidden;
  color:var(--tvr-f-text);
  background:
    radial-gradient(circle at 12% 0%,rgba(50,203,200,.075),transparent 30%),
    radial-gradient(circle at 92% 10%,rgba(245,130,32,.06),transparent 28%),
    linear-gradient(180deg,var(--tvr-f-bg-2),var(--tvr-f-bg));
  border-top:1px solid var(--tvr-f-line)
}
.tvr-footer a{color:inherit;text-decoration:none}
.tvr-footer__container{width:100%;max-width:1540px;margin:0 auto;padding-left:24px;padding-right:24px}
.tvr-footer__top{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;
  padding:26px 0;border-bottom:1px solid var(--tvr-f-line)
}
.tvr-footer__top-copy{min-width:0}
.tvr-footer__eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:var(--tvr-f-accent);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.tvr-footer__eyebrow:before{content:"";width:20px;height:2px;border-radius:9px;background:currentColor}
.tvr-footer__title{margin:0;font-size:clamp(22px,2.2vw,31px);line-height:1.12;font-weight:760;letter-spacing:-.028em}
.tvr-footer__top-text{margin:8px 0 0;max-width:760px;color:var(--tvr-f-muted);font-size:14px;line-height:1.55}
.tvr-footer__top-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.tvr-footer__btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid var(--tvr-f-line-strong);border-radius:11px;background:var(--tvr-f-surface);font-size:13px;font-weight:760;transition:.18s ease}
.tvr-footer__btn svg{width:17px;height:17px;flex:none}
.tvr-footer__btn:hover,.tvr-footer__btn:focus-visible{outline:0;border-color:var(--tvr-f-accent);color:var(--tvr-f-accent);background:var(--tvr-f-accent-soft)}
.tvr-footer__btn--primary{border-color:var(--tvr-f-cta);background:var(--tvr-f-cta);color:var(--tvr-f-cta-text)}
.tvr-footer__btn--primary:hover,.tvr-footer__btn--primary:focus-visible{border-color:var(--tvr-f-cta-hover);background:var(--tvr-f-cta-hover);color:var(--tvr-f-cta-text)}
.tvr-footer__brand-row{
  display:grid;grid-template-columns:minmax(300px,.95fr) minmax(0,1.55fr);gap:54px;
  padding:38px 0 34px;border-bottom:1px solid var(--tvr-f-line)
}
.tvr-footer__brand{min-width:0}
.tvr-footer__logo{display:inline-block;width:290px;max-width:100%;line-height:0}
.tvr-footer__logo svg{display:block;width:100%;height:auto;overflow:visible}
html[data-tvr-theme="dark"] .tvr-footer__logo svg [fill="#163F6B"]{fill:#e5eef8}
html[data-tvr-theme="dark"] .tvr-footer__logo svg [stroke="#163F6B"]{stroke:#e5eef8}
html[data-tvr-theme="dark"] .tvr-footer__logo svg [fill="#657A8E"]{fill:#9fb0c2}
.tvr-footer__brand-sub{margin:18px 0 0;max-width:430px;color:var(--tvr-f-muted);font-size:14px;line-height:1.62}
.tvr-footer__contact-list{display:grid;gap:10px;margin-top:20px}
.tvr-footer__contact{display:flex;align-items:flex-start;gap:10px;width:fit-content;max-width:100%;color:var(--tvr-f-muted);font-size:13px;line-height:1.45;transition:.18s ease}
.tvr-footer__contact svg{width:18px;height:18px;flex:none;margin-top:1px;color:var(--tvr-f-accent)}
.tvr-footer__contact:hover,.tvr-footer__contact:focus-visible{color:var(--tvr-f-text);outline:0}
.tvr-footer__socials{display:flex;gap:8px;margin-top:17px}
.tvr-footer__social{width:39px;height:39px;display:flex;align-items:center;justify-content:center;border:1px solid var(--tvr-f-line);border-radius:10px;background:var(--tvr-f-surface);color:var(--tvr-f-muted);transition:.18s ease}
.tvr-footer__social svg{width:18px;height:18px}
.tvr-footer__social:hover,.tvr-footer__social:focus-visible{transform:translateY(-1px);outline:0;color:var(--tvr-f-accent);border-color:var(--tvr-f-line-strong)}
.tvr-footer__nav-grid{
  display:grid;grid-template-columns:1.2fr .95fr .9fr .78fr .72fr;gap:28px;
  padding:34px 0 36px
}
.tvr-footer__group{min-width:0}
.tvr-footer__group-head{display:flex;align-items:center;gap:9px;margin:0 0 14px;color:var(--tvr-f-text)}
.tvr-footer__group-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:none;border-radius:9px;background:var(--tvr-f-accent-soft);color:var(--tvr-f-accent)}
.tvr-footer__group-icon svg{width:16px;height:16px}
.tvr-footer__group-title{margin:0;font-size:12px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.tvr-footer__links{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.tvr-footer__link{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:3px 0;color:var(--tvr-f-muted);font-size:12.6px;line-height:1.35;transition:.16s ease}
.tvr-footer__link span{min-width:0}
.tvr-footer__link svg{width:12px;height:12px;flex:none;opacity:0;transform:translateX(-3px);transition:.16s ease;color:var(--tvr-f-accent)}
.tvr-footer__link:hover,.tvr-footer__link:focus-visible{outline:0;color:var(--tvr-f-text)}
.tvr-footer__link:hover svg,.tvr-footer__link:focus-visible svg{opacity:1;transform:none}
.tvr-footer__legal{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;
  padding:18px 0;border-top:1px solid var(--tvr-f-line);color:var(--tvr-f-soft);font-size:11.5px
}
.tvr-footer__legal-left{display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap}
.tvr-footer__legal a{color:var(--tvr-f-muted);transition:.16s ease}
.tvr-footer__legal a:hover,.tvr-footer__legal a:focus-visible{outline:0;color:var(--tvr-f-text)}
.tvr-footer__developer{white-space:nowrap}
.tvr-footer__developer a{color:var(--tvr-f-accent);font-weight:720}
.tvr-footer__copyright strong{color:var(--tvr-f-muted);font-weight:720}
@media(max-width:1100px){
  .tvr-footer__nav-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 28px}
}
@media(max-width:820px){
  .tvr-footer__top{grid-template-columns:1fr}
  .tvr-footer__top-actions{justify-content:flex-start}
  .tvr-footer__brand-row{grid-template-columns:1fr;gap:26px}
  .tvr-footer__logo{width:260px}
  .tvr-footer__nav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tvr-footer__legal{grid-template-columns:1fr}
  .tvr-footer__developer{white-space:normal}
}
@media(max-width:520px){
  .tvr-footer__container{padding-left:14px;padding-right:14px}
  .tvr-footer__top{padding:22px 0}
  .tvr-footer__top-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .tvr-footer__btn{width:100%;padding:0 10px}
  .tvr-footer__brand-row{padding:30px 0}
  .tvr-footer__logo{width:230px}
  .tvr-footer__seo{padding:18px;border-radius:14px}
  .tvr-footer__nav-grid{grid-template-columns:1fr;gap:0;padding:26px 0}
  .tvr-footer__group{padding:18px 0;border-bottom:1px solid var(--tvr-f-line)}
  .tvr-footer__group:first-child{padding-top:0}
  .tvr-footer__group:last-child{border-bottom:0}
  .tvr-footer__links{grid-template-columns:1fr 1fr;gap:8px 14px}
  .tvr-footer__link{font-size:12.3px}
  .tvr-footer__legal-left{align-items:flex-start;flex-direction:column;gap:8px}
}
@media(max-width:380px){
  .tvr-footer__links{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.tvr-footer *{transition:none!important}}
/* v4 — compact identity block */
@media(max-width:820px){
  .tvr-footer__brand{
    grid-template-columns:1fr;
    gap:20px;
  }
}
@media(max-width:520px){
  .tvr-footer__top-text,
  .tvr-footer__brand-sub{font-size:14.5px}
  .tvr-footer__link{font-size:13px}
}
/* v4 — compact, readable identity/contact block */
.tvr-footer{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
.tvr-footer__identity{
  display:grid;
  grid-template-columns:240px minmax(0,1fr) 300px;
  gap:34px;
  align-items:start;
  padding:34px 0;
  border-bottom:1px solid var(--tvr-f-line);
}
.tvr-footer__identity-logo{
  min-width:0;
}
.tvr-footer__logo{
  width:225px;
  max-width:100%;
}
.tvr-footer__identity-copy{
  min-width:0;
  padding-top:3px;
}
.tvr-footer__identity-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 7px;
  color:var(--tvr-f-accent);
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.tvr-footer__identity-title{
  margin:0;
  color:var(--tvr-f-text);
  font-size:18px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:-.01em;
}
.tvr-footer__identity-text{
  max-width:680px;
  margin:10px 0 0;
  color:var(--tvr-f-muted);
  font-size:14px;
  line-height:1.7;
  letter-spacing:.002em;
}
.tvr-footer__identity-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-top:15px;
  color:var(--tvr-f-soft);
  font-size:12.5px;
  line-height:1.45;
}
.tvr-footer__identity-meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.tvr-footer__identity-meta svg{
  width:14px;
  height:14px;
  color:var(--tvr-f-accent);
}
.tvr-footer__contact-card{
  min-width:0;
  padding:16px;
  border:1px solid var(--tvr-f-line);
  border-radius:14px;
  background:color-mix(in srgb,var(--tvr-f-surface) 88%,transparent);
}
.tvr-footer__contact-title{
  margin:0 0 10px;
  color:var(--tvr-f-text);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.065em;
  text-transform:uppercase;
}
.tvr-footer__contact-list{
  display:grid;
  gap:4px;
  margin:0;
}
.tvr-footer__contact{
  width:100%;
  padding:8px 0;
  color:var(--tvr-f-muted);
  font-size:13px;
  line-height:1.45;
  border-bottom:1px solid var(--tvr-f-line);
}
.tvr-footer__contact:last-child{
  border-bottom:0;
  padding-bottom:4px;
}
.tvr-footer__contact svg{
  width:17px;
  height:17px;
}
.tvr-footer__social-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:13px;
  padding-top:12px;
  border-top:1px solid var(--tvr-f-line);
}
.tvr-footer__social-label{
  color:var(--tvr-f-soft);
  font-size:11.5px;
  line-height:1.25;
  font-weight:700;
}
.tvr-footer__socials{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:0;
}
.tvr-footer__social{
  width:34px;
  height:34px;
  border-radius:9px;
}
.tvr-footer__social svg{
  width:16px;
  height:16px;
}
.tvr-footer__social--instagram:hover,
.tvr-footer__social--instagram:focus-visible{color:#d9468f}
.tvr-footer__social--tiktok:hover,
.tvr-footer__social--tiktok:focus-visible{color:var(--tvr-f-text)}
.tvr-footer__social--youtube:hover,
.tvr-footer__social--youtube:focus-visible{color:#ff3b30}
.tvr-footer__top-text{
  font-size:15px;
  line-height:1.65;
}
.tvr-footer__link{
  font-size:13.3px;
  line-height:1.5;
}
.tvr-footer__legal{
  font-size:12.3px;
  line-height:1.5;
}
@media(max-width:1020px){
  .tvr-footer__identity{
    grid-template-columns:210px minmax(0,1fr);
    gap:28px;
  }
  .tvr-footer__contact-card{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px;
    align-items:center;
  }
  .tvr-footer__social-wrap{
    margin:0;
    padding:0;
    border-top:0;
  }
}
@media(max-width:720px){
  .tvr-footer__identity{
    grid-template-columns:1fr;
    gap:20px;
    padding:28px 0;
  }
  .tvr-footer__logo{
    width:215px;
  }
  .tvr-footer__identity-copy{
    padding-top:0;
  }
  .tvr-footer__contact-card{
    grid-column:auto;
    display:block;
  }
  .tvr-footer__social-wrap{
    margin-top:13px;
    padding-top:12px;
    border-top:1px solid var(--tvr-f-line);
  }
}
@media(max-width:480px){
  .tvr-footer__identity{
    gap:17px;
  }
  .tvr-footer__identity-title{
    font-size:17px;
  }
  .tvr-footer__identity-text{
    font-size:13.5px;
    line-height:1.68;
  }
  .tvr-footer__identity-meta{
    font-size:12px;
  }
  .tvr-footer__contact-card{
    padding:14px;
  }
  .tvr-footer__social-wrap{
    align-items:flex-start;
    flex-direction:column;
  }
}
/* v5 — simplified footer: no cards inside cards */
.tvr-footer__top{
  display:none!important;
}
.tvr-footer__identity{
  display:block!important;
  padding:0!important;
  border:0!important;
}
.tvr-footer__identity-logo,
.tvr-footer__identity-copy,
.tvr-footer__contact-card{
  display:block!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
}
.tvr-footer__identity-kicker,
.tvr-footer__identity-title,
.tvr-footer__identity-meta,
.tvr-footer__contact-title,
.tvr-footer__social-label{
  display:none!important;
}
.tvr-footer__main-simple{
  display:grid;
  grid-template-columns:minmax(250px,1.15fr) repeat(4,minmax(135px,.72fr));
  gap:34px;
  padding:42px 0 36px;
}
.tvr-footer__brand-simple{
  min-width:0;
  padding-right:12px;
}
.tvr-footer__logo{
  width:235px;
  max-width:100%;
}
.tvr-footer__brand-copy{
  margin-top:16px;
}
.tvr-footer__identity-text{
  max-width:430px;
  margin:0;
  color:var(--tvr-f-muted);
  font-size:14px;
  line-height:1.72;
  letter-spacing:.001em;
}
.tvr-footer__contact-list{
  display:grid!important;
  gap:8px!important;
  margin:18px 0 0!important;
}
.tvr-footer__contact{
  display:flex!important;
  align-items:flex-start;
  gap:9px;
  width:fit-content!important;
  max-width:100%;
  padding:0!important;
  border:0!important;
  color:var(--tvr-f-muted);
  font-size:13.2px;
  line-height:1.5;
}
.tvr-footer__contact svg{
  width:16px!important;
  height:16px!important;
  flex:none;
  margin-top:2px;
  color:var(--tvr-f-accent);
}
.tvr-footer__social-wrap{
  display:block!important;
  margin:17px 0 0!important;
  padding:0!important;
  border:0!important;
}
.tvr-footer__socials{
  display:flex!important;
  flex-wrap:wrap;
  gap:7px;
  margin:0!important;
}
.tvr-footer__social{
  width:35px;
  height:35px;
  border-radius:9px;
}
.tvr-footer__social svg{
  width:16px;
  height:16px;
}
.tvr-footer__main-simple .tvr-footer__group{
  min-width:0;
  padding:0!important;
  border:0!important;
}
.tvr-footer__main-simple .tvr-footer__group-head{
  margin:3px 0 15px;
}
.tvr-footer__main-simple .tvr-footer__group-icon{
  width:28px;
  height:28px;
  border-radius:8px;
}
.tvr-footer__main-simple .tvr-footer__group-icon svg{
  width:15px;
  height:15px;
}
.tvr-footer__main-simple .tvr-footer__group-title{
  font-size:12px;
  letter-spacing:.055em;
}
.tvr-footer__main-simple .tvr-footer__links{
  display:grid;
  grid-template-columns:1fr!important;
  gap:8px;
}
.tvr-footer__main-simple .tvr-footer__link{
  padding:1px 0;
  font-size:13px;
  line-height:1.45;
}
.tvr-footer__main-simple .tvr-footer__link svg{
  display:none;
}
.tvr-footer__legal{
  padding:15px 0 19px;
  font-size:12px;
}
@media(max-width:1120px){
  .tvr-footer__main-simple{
    grid-template-columns:minmax(240px,1.1fr) repeat(2,minmax(160px,.8fr));
    gap:30px 28px;
  }
}
@media(max-width:760px){
  .tvr-footer__main-simple{
    grid-template-columns:1fr 1fr;
    gap:28px 20px;
    padding:32px 0 28px;
  }
  .tvr-footer__brand-simple{
    grid-column:1/-1;
    padding-right:0;
  }
  .tvr-footer__identity-text{
    max-width:680px;
  }
}
@media(max-width:480px){
  .tvr-footer__main-simple{
    grid-template-columns:1fr;
    gap:0;
    padding-top:28px;
  }
  .tvr-footer__brand-simple{
    grid-column:auto;
    padding-bottom:25px;
    border-bottom:1px solid var(--tvr-f-line);
  }
  .tvr-footer__logo{
    width:215px;
  }
  .tvr-footer__identity-text{
    font-size:13.5px;
    line-height:1.68;
  }
  .tvr-footer__main-simple .tvr-footer__group{
    padding:20px 0!important;
    border-bottom:1px solid var(--tvr-f-line)!important;
  }
  .tvr-footer__main-simple .tvr-footer__group:last-child{
    border-bottom:0!important;
  }
}
/* v6 — eye-friendly typography + signature action buttons */
.tvr-footer{
  font-family:var(--tvr-f-font);
  font-size:16px;
  line-height:1.55;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
.tvr-footer__identity-text{
  max-width:470px;
  color:var(--tvr-f-muted);
  font-size:14.5px;
  line-height:1.78;
  font-weight:400;
}
.tvr-footer__contact{
  color:var(--tvr-f-muted);
  font-size:13.5px;
  line-height:1.55;
  font-weight:500;
}
.tvr-footer__group-title{
  color:var(--tvr-f-text);
  font-size:12.5px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.045em;
}
.tvr-footer__link{
  color:var(--tvr-f-muted);
  font-size:13.5px;
  line-height:1.5;
  font-weight:500;
}
.tvr-footer__link:hover,
.tvr-footer__link:focus-visible{
  color:var(--tvr-f-text);
}
.tvr-footer__legal{
  color:var(--tvr-f-soft);
  font-size:12.5px;
  line-height:1.55;
}
.tvr-footer__legal a{
  color:var(--tvr-f-muted);
  font-weight:600;
}
/* Signature action button */
/* Social buttons get individual identity but stay visually quiet */
.tvr-footer__social{
  width:36px;
  height:36px;
  border:1px solid var(--tvr-f-line-strong);
  border-radius:10px;
  background:var(--tvr-f-btn-bg);
  color:var(--tvr-f-muted);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.tvr-footer__social:hover,
.tvr-footer__social:focus-visible{
  transform:translateY(-1px);
  background:var(--tvr-f-btn-hover);
  border-color:var(--tvr-f-line-strong);
}
@media(max-width:480px){
  .tvr-footer__identity-text{
    font-size:14px;
    line-height:1.72;
  }
  .tvr-footer__link{
    font-size:13.2px;
  }
}
/* v7 — unique styles for footer navigation groups */
.tvr-footer__main-simple .tvr-footer__group{
  --tvr-group-accent:var(--tvr-f-accent);
  --tvr-group-soft:var(--tvr-f-accent-soft);
  --tvr-group-line:color-mix(in srgb,var(--tvr-group-accent) 28%,var(--tvr-f-line));
  position:relative;
}
.tvr-footer__group--tv{
  --tvr-group-accent:#42b8ff;
  --tvr-group-soft:rgba(66,184,255,.09);
}
.tvr-footer__group--services{
  --tvr-group-accent:#ff9b4a;
  --tvr-group-soft:rgba(255,155,74,.09);
}
.tvr-footer__group--clients{
  --tvr-group-accent:#9b8cff;
  --tvr-group-soft:rgba(155,140,255,.09);
}
.tvr-footer__group--business{
  --tvr-group-accent:#55d6a0;
  --tvr-group-soft:rgba(85,214,160,.09);
}
html[data-tvr-theme="light"] .tvr-footer__group--tv{
  --tvr-group-accent:#167db8;
  --tvr-group-soft:rgba(22,125,184,.075);
}
html[data-tvr-theme="light"] .tvr-footer__group--services{
  --tvr-group-accent:#c96817;
  --tvr-group-soft:rgba(201,104,23,.075);
}
html[data-tvr-theme="light"] .tvr-footer__group--clients{
  --tvr-group-accent:#6857c9;
  --tvr-group-soft:rgba(104,87,201,.075);
}
html[data-tvr-theme="light"] .tvr-footer__group--business{
  --tvr-group-accent:#18865c;
  --tvr-group-soft:rgba(24,134,92,.075);
}
/* Category heading: its own visual identity */
.tvr-footer__main-simple .tvr-footer__group-head{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  margin:0 0 13px;
  padding:5px 9px 5px 6px;
  border:1px solid var(--tvr-group-line);
  border-radius:11px;
  background:
    linear-gradient(90deg,var(--tvr-group-soft),transparent 72%);
}
.tvr-footer__main-simple .tvr-footer__group-head:after{
  content:"";
  position:absolute;
  left:7px;
  right:7px;
  bottom:-7px;
  height:1px;
  background:linear-gradient(90deg,var(--tvr-group-accent),transparent 78%);
  opacity:.42;
}
.tvr-footer__main-simple .tvr-footer__group-icon{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  border:1px solid var(--tvr-group-line);
  border-radius:9px;
  background:var(--tvr-group-soft);
  color:var(--tvr-group-accent);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.tvr-footer__main-simple .tvr-footer__group-title{
  color:var(--tvr-f-text);
  font-size:12.5px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.045em;
}
/* Link rows: clean, unique hover, no bulky cards */
.tvr-footer__main-simple .tvr-footer__links{
  display:grid;
  grid-template-columns:1fr!important;
  gap:3px;
}
.tvr-footer__main-simple .tvr-footer__link{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  min-height:31px;
  padding:5px 8px 5px 15px;
  border-radius:8px;
  color:var(--tvr-f-muted);
  font-size:13.3px;
  line-height:1.42;
  font-weight:500;
  transition:
    background .16s ease,
    color .16s ease,
    transform .16s ease,
    padding-left .16s ease;
}
.tvr-footer__main-simple .tvr-footer__link:before{
  content:"";
  position:absolute;
  left:4px;
  top:50%;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--tvr-group-accent);
  opacity:.55;
  transform:translateY(-50%);
  transition:
    height .16s ease,
    border-radius .16s ease,
    opacity .16s ease;
}
.tvr-footer__main-simple .tvr-footer__link:after{
  content:"›";
  margin-left:auto;
  color:var(--tvr-group-accent);
  font-size:15px;
  line-height:1;
  opacity:0;
  transform:translateX(-4px);
  transition:
    opacity .16s ease,
    transform .16s ease;
}
.tvr-footer__main-simple .tvr-footer__link:hover,
.tvr-footer__main-simple .tvr-footer__link:focus-visible{
  outline:0;
  padding-left:18px;
  background:var(--tvr-group-soft);
  color:var(--tvr-f-text);
  transform:translateX(2px);
}
.tvr-footer__main-simple .tvr-footer__link:hover:before,
.tvr-footer__main-simple .tvr-footer__link:focus-visible:before{
  width:3px;
  height:16px;
  border-radius:6px;
  opacity:1;
}
.tvr-footer__main-simple .tvr-footer__link:hover:after,
.tvr-footer__main-simple .tvr-footer__link:focus-visible:after{
  opacity:1;
  transform:none;
}
/* TV list is longest: slightly tighter rhythm while preserving readability */
.tvr-footer__group--tv .tvr-footer__link{
  min-height:29px;
  padding-top:4px;
  padding-bottom:4px;
}
/* Business gets a subtle premium treatment */
.tvr-footer__group--business .tvr-footer__group-head{
  background:
    linear-gradient(100deg,var(--tvr-group-soft),transparent 66%),
    linear-gradient(180deg,rgba(255,255,255,.018),transparent);
}
/* Mobile: section separators carry the same category accent */
@media(max-width:480px){
  .tvr-footer__main-simple .tvr-footer__group{
    position:relative;
    padding:20px 0!important;
    border-bottom:1px solid var(--tvr-f-line)!important;
  }
  .tvr-footer__main-simple .tvr-footer__group:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:44px;
    height:2px;
    border-radius:2px;
    background:var(--tvr-group-accent);
    opacity:.72;
  }
  .tvr-footer__main-simple .tvr-footer__group-head{
    margin-bottom:11px;
  }
  .tvr-footer__main-simple .tvr-footer__link{
    min-height:34px;
    font-size:13.2px;
  }
  .tvr-footer__group--tv .tvr-footer__link{
    min-height:32px;
  }
}
@media(prefers-reduced-motion:reduce){
  .tvr-footer__main-simple .tvr-footer__link{
    transition:none!important;
  }
}
/* v8 — footer uses the same master grid as the header */
.tvr-footer{
  --tvr-footer-container:1540px;
  --tvr-footer-grid-gap:16px;
}
.tvr-footer__container{
  width:100%;
  max-width:var(--tvr-footer-container);
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
/* 12-column desktop master grid:
   brand 4 + four navigation columns 2/2/2/2 = 12 */
.tvr-footer__main-simple{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:var(--tvr-footer-grid-gap);
  row-gap:28px;
  align-items:start;
  padding:42px 0 36px;
}
.tvr-footer__brand-simple{
  grid-column:span 4;
  min-width:0;
  padding-right:24px;
}
.tvr-footer__grid-tv,
.tvr-footer__grid-services,
.tvr-footer__grid-clients,
.tvr-footer__grid-business{
  grid-column:span 2;
  min-width:0;
}
/* Logo has the same desktop width as the header logo */
.tvr-footer__logo{
  width:214px;
  max-width:100%;
}
/* Keep all category heads on one visual grid line */
.tvr-footer__main-simple .tvr-footer__group-head{
  min-height:42px;
  margin-top:0;
}
/* Utility strip also follows the 12-column master grid */
/* Bottom legal line stays on the same left/right axes */
.tvr-footer__legal{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:var(--tvr-footer-grid-gap);
  align-items:center;
}
.tvr-footer__legal-left{
  grid-column:span 8;
  min-width:0;
}
.tvr-footer__developer{
  grid-column:span 4;
  justify-self:end;
  text-align:right;
}
/* Tablet: identical outer padding to header, 6-column footer grid */
@media(max-width:1120px){
  .tvr-footer__main-simple{
    grid-template-columns:repeat(6,minmax(0,1fr));
    column-gap:16px;
    row-gap:30px;
  }
  .tvr-footer__brand-simple{
    grid-column:span 6;
    padding-right:0;
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    column-gap:28px;
    align-items:start;
  }
  .tvr-footer__brand-copy{
    margin-top:0;
  }
  .tvr-footer__grid-tv,
  .tvr-footer__grid-services,
  .tvr-footer__grid-clients{
    grid-column:span 2;
  }
  .tvr-footer__grid-business{
    grid-column:span 2;
  }
}
@media(max-width:900px){
  .tvr-footer__container{
    padding-left:18px;
    padding-right:18px;
  }
  .tvr-footer__main-simple{
    grid-template-columns:repeat(4,minmax(0,1fr));
    column-gap:16px;
  }
  .tvr-footer__brand-simple{
    grid-column:span 4;
    grid-template-columns:200px minmax(0,1fr);
    column-gap:24px;
  }
  .tvr-footer__grid-tv,
  .tvr-footer__grid-services,
  .tvr-footer__grid-clients,
  .tvr-footer__grid-business{
    grid-column:span 2;
  }
  .tvr-footer__legal{
    grid-template-columns:repeat(4,minmax(0,1fr));
    row-gap:10px;
  }
  .tvr-footer__legal-left{
    grid-column:span 3;
  }
  .tvr-footer__developer{
    grid-column:span 1;
  }
}
/* Same mobile side padding as header: 14px */
@media(max-width:640px){
  .tvr-footer__container{
    padding-left:14px;
    padding-right:14px;
  }
  .tvr-footer__main-simple{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:14px;
    row-gap:0;
    padding-top:30px;
  }
  .tvr-footer__brand-simple{
    grid-column:span 2;
    display:block;
    padding-bottom:26px;
    border-bottom:1px solid var(--tvr-f-line);
  }
  .tvr-footer__logo{
    width:178px;
  }
  .tvr-footer__brand-copy{
    margin-top:15px;
  }
  .tvr-footer__grid-tv,
  .tvr-footer__grid-services,
  .tvr-footer__grid-clients,
  .tvr-footer__grid-business{
    grid-column:span 1;
    padding:20px 0!important;
  }
  .tvr-footer__legal{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:14px;
  }
  .tvr-footer__legal-left,
  .tvr-footer__developer{
    grid-column:span 2;
    justify-self:start;
    text-align:left;
  }
}
@media(max-width:480px){
  /* On narrow phones the grid collapses to one column,
     while preserving the exact 14px header axis. */
  .tvr-footer__main-simple{
    grid-template-columns:1fr;
  }
  .tvr-footer__brand-simple,
  .tvr-footer__grid-tv,
  .tvr-footer__grid-services,
  .tvr-footer__grid-clients,
  .tvr-footer__grid-business{
    grid-column:1;
  }
  .tvr-footer__logo{
    width:178px;
  }
  .tvr-footer__main-simple .tvr-footer__group{
    padding:20px 0!important;
  }
}
/* v9 — legal pages + Polylang footer language switcher */
.tvr-footer__legal-left{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 16px;
}
.tvr-footer__legal-policy{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--tvr-f-muted);
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  transition:color .16s ease;
}
.tvr-footer__legal-policy:hover,
.tvr-footer__legal-policy:focus-visible{
  outline:0;
  color:var(--tvr-f-text);
}
.tvr-footer__legal-policy:before{
  content:"";
  width:4px;
  height:4px;
  flex:none;
  border-radius:50%;
  background:var(--tvr-f-accent);
  opacity:.65;
}
/* Dedicated row for the Polylang shortcode */
.tvr-footer__language-row{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:var(--tvr-footer-grid-gap);
  align-items:center;
  padding:14px 0;
  border-top:1px solid var(--tvr-f-line);
}
.tvr-footer__language-label{
  grid-column:span 2;
  color:var(--tvr-f-soft);
  font-size:11.5px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.tvr-footer__language-switcher{
  grid-column:span 10;
  min-width:0;
}
/* Styles for MSB Polylang Footer Lang Switcher plugin output */
.tvr-footer .footer__lang-nav{
  display:block;
  margin:0;
  padding:0;
}
.tvr-footer .footer__lang-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:0;
  padding:0;
  list-style:none;
}
.tvr-footer .footer__lang-item{
  margin:0;
  padding:0;
}
.tvr-footer .footer__lang-name{
  min-width:38px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  border:1px solid var(--tvr-f-line-strong);
  border-radius:9px;
  background:var(--tvr-f-btn-bg);
  color:var(--tvr-f-muted);
  font-size:11.5px;
  line-height:1;
  font-weight:800;
  letter-spacing:.035em;
  text-decoration:none;
  transition:
    background .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}
.tvr-footer .footer__lang-name:hover,
.tvr-footer .footer__lang-name:focus-visible{
  outline:0;
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--tvr-f-accent) 45%,var(--tvr-f-line-strong));
  background:var(--tvr-f-btn-hover);
  color:var(--tvr-f-text);
}
.tvr-footer .footer__lang-name--current{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 55%,var(--tvr-f-line-strong));
  background:var(--tvr-f-accent-soft);
  color:var(--tvr-f-accent);
  cursor:default;
}
/* Hide literal shortcode only in standalone HTML preview.
   In WordPress the shortcode is replaced before output. */
.tvr-footer__shortcode-placeholder{
  color:var(--tvr-f-soft);
  font-size:12px;
}
@media(max-width:900px){
  .tvr-footer__language-row{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .tvr-footer__language-label{
    grid-column:span 1;
  }
  .tvr-footer__language-switcher{
    grid-column:span 3;
  }
}
@media(max-width:640px){
  .tvr-footer__language-row{
    grid-template-columns:1fr;
    row-gap:10px;
    padding:14px 0 16px;
  }
  .tvr-footer__language-label,
  .tvr-footer__language-switcher{
    grid-column:1;
  }
  .tvr-footer .footer__lang-list{
    gap:6px;
  }
  .tvr-footer .footer__lang-name{
    min-width:36px;
    height:31px;
    padding:0 9px;
  }
}
/* v10 — compact legal/footer bottom, shortcode at the very end */
.tvr-footer__language-row{
  display:none!important;
}
/* Bottom area: two clear rows instead of one overloaded line */
.tvr-footer__bottom{
  border-top:1px solid var(--tvr-f-line);
}
.tvr-footer__bottom-primary{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  column-gap:var(--tvr-footer-grid-gap);
  align-items:center;
  gap:10px 0;
  padding:16px 0 12px;
}
.tvr-footer__bottom-copy{
  grid-column:span 8;
  min-width:0;
  color:var(--tvr-f-soft);
  font-size:12.3px;
  line-height:1.5;
}
.tvr-footer__bottom-copy strong{
  color:var(--tvr-f-muted);
  font-weight:700;
}
.tvr-footer__bottom-developer{
  grid-column:span 4;
  justify-self:end;
  min-width:0;
  color:var(--tvr-f-soft);
  font-size:12.3px;
  line-height:1.5;
  text-align:right;
}
.tvr-footer__bottom-developer a{
  color:var(--tvr-f-accent);
  font-weight:700;
}
.tvr-footer__bottom-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px 8px;
  padding:0 0 14px;
}
.tvr-footer__bottom-link{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border:1px solid var(--tvr-f-line);
  border-radius:8px;
  background:var(--tvr-f-btn-bg);
  color:var(--tvr-f-muted);
  font-size:11.8px;
  line-height:1;
  font-weight:650;
  text-decoration:none;
  transition:
    background .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}
.tvr-footer__bottom-link:hover,
.tvr-footer__bottom-link:focus-visible{
  outline:0;
  transform:translateY(-1px);
  border-color:var(--tvr-f-line-strong);
  background:var(--tvr-f-btn-hover);
  color:var(--tvr-f-text);
}
.tvr-footer__bottom-link--legal{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 22%,var(--tvr-f-line));
}
.tvr-footer__bottom-langs{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:48px;
  padding:10px 0 14px;
  border-top:1px solid var(--tvr-f-line);
}
/* Polylang plugin output — no "Язык сайта" text */
.tvr-footer__bottom-langs .footer__lang-nav{
  display:block;
  width:100%;
  margin:0;
  padding:0;
}
.tvr-footer__bottom-langs .footer__lang-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:0;
  padding:0;
  list-style:none;
}
.tvr-footer__bottom-langs .footer__lang-item{
  margin:0;
  padding:0;
}
.tvr-footer__bottom-langs .footer__lang-name{
  min-width:38px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  border:1px solid var(--tvr-f-line-strong);
  border-radius:9px;
  background:var(--tvr-f-btn-bg);
  color:var(--tvr-f-muted);
  font-size:11.5px;
  line-height:1;
  font-weight:800;
  letter-spacing:.035em;
  text-decoration:none;
  transition:
    background .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}
.tvr-footer__bottom-langs .footer__lang-name:hover,
.tvr-footer__bottom-langs .footer__lang-name:focus-visible{
  outline:0;
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--tvr-f-accent) 45%,var(--tvr-f-line-strong));
  background:var(--tvr-f-btn-hover);
  color:var(--tvr-f-text);
}
.tvr-footer__bottom-langs .footer__lang-name--current{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 55%,var(--tvr-f-line-strong));
  background:var(--tvr-f-accent-soft);
  color:var(--tvr-f-accent);
  cursor:default;
}
@media(max-width:900px){
  .tvr-footer__bottom-primary{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .tvr-footer__bottom-copy{
    grid-column:span 3;
  }
  .tvr-footer__bottom-developer{
    grid-column:span 1;
  }
}
@media(max-width:700px){
  .tvr-footer__bottom-primary{
    display:block;
    padding-top:14px;
  }
  .tvr-footer__bottom-copy,
  .tvr-footer__bottom-developer{
    display:block;
    text-align:left;
  }
  .tvr-footer__bottom-developer{
    margin-top:7px;
  }
  .tvr-footer__bottom-links{
    gap:7px;
    padding-top:4px;
  }
}
@media(max-width:480px){
  .tvr-footer__bottom-link{
    min-height:32px;
    padding:0 9px;
    font-size:11.5px;
  }
  .tvr-footer__bottom-langs{
    min-height:auto;
    padding:12px 0 16px;
  }
  .tvr-footer__bottom-langs .footer__lang-list{
    gap:6px;
  }
}
/* v11 — mobile-first footer bottom redesign */
@media(max-width:640px){
  .tvr-footer__bottom{
    padding-top:2px;
  }
  .tvr-footer__bottom-primary{
    display:flex!important;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
    padding:15px 0 14px;
  }
  .tvr-footer__bottom-copy,
  .tvr-footer__bottom-developer{
    width:100%;
    margin:0;
    padding:0;
    text-align:left;
    justify-self:auto;
  }
  .tvr-footer__bottom-copy{
    color:var(--tvr-f-muted);
    font-size:12px;
    line-height:1.55;
    font-weight:500;
  }
  .tvr-footer__bottom-copy strong{
    color:var(--tvr-f-text);
    font-weight:700;
  }
  .tvr-footer__bottom-developer{
    color:var(--tvr-f-soft);
    font-size:11.8px;
    line-height:1.5;
  }
  .tvr-footer__bottom-developer a{
    display:inline;
    color:var(--tvr-f-accent);
    font-weight:700;
    word-break:break-word;
  }
  /* Mobile links are no longer pill buttons.
     They become clean navigation rows in a two-column grid. */
  .tvr-footer__bottom-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 14px;
    padding:0 0 14px;
    border-top:1px solid var(--tvr-f-line);
  }
  .tvr-footer__bottom-link{
    position:relative;
    min-width:0;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:0 18px 0 0;
    border:0;
    border-bottom:1px solid var(--tvr-f-line);
    border-radius:0;
    background:transparent;
    color:var(--tvr-f-muted);
    font-size:12.3px;
    line-height:1.3;
    font-weight:600;
    box-shadow:none;
    transform:none;
  }
  .tvr-footer__bottom-link:after{
    content:"›";
    position:absolute;
    right:2px;
    top:50%;
    transform:translateY(-52%);
    color:var(--tvr-f-accent);
    font-size:16px;
    line-height:1;
    opacity:.72;
  }
  .tvr-footer__bottom-link:hover,
  .tvr-footer__bottom-link:focus-visible{
    transform:none;
    border-color:var(--tvr-f-line);
    background:transparent;
    color:var(--tvr-f-text);
  }
  .tvr-footer__bottom-link--legal{
    grid-column:span 2;
    min-height:40px;
    color:var(--tvr-f-soft);
    font-size:11.9px;
    border-color:var(--tvr-f-line);
  }
  .tvr-footer__bottom-link--legal:before{
    content:"";
    width:5px;
    height:5px;
    flex:none;
    border-radius:50%;
    background:var(--tvr-f-accent);
    opacity:.62;
  }
  .tvr-footer__bottom-link--legal:after{
    right:2px;
  }
  .tvr-footer__bottom-langs{
    padding:11px 0 15px;
  }
}
@media(max-width:390px){
  .tvr-footer__bottom-links{
    grid-template-columns:1fr;
  }
  .tvr-footer__bottom-link,
  .tvr-footer__bottom-link--legal{
    grid-column:1;
  }
  .tvr-footer__bottom-copy{
    font-size:11.8px;
  }
  .tvr-footer__bottom-developer{
    font-size:11.5px;
  }
}
/* v13 — Polylang shortcode directly after social icons */
.tvr-footer__social-lang{
  margin-top:11px;
  padding-top:11px;
  border-top:1px solid var(--tvr-f-line);
}
.tvr-footer__social-lang .footer__lang-nav{
  display:block;
  margin:0;
  padding:0;
}
.tvr-footer__social-lang .footer__lang-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin:0;
  padding:0;
  list-style:none;
}
.tvr-footer__social-lang .footer__lang-item{
  margin:0;
  padding:0;
}
.tvr-footer__social-lang .footer__lang-name{
  min-width:36px;
  height:29px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 9px;
  border:1px solid var(--tvr-f-line-strong);
  border-radius:8px;
  background:var(--tvr-f-btn-bg);
  color:var(--tvr-f-muted);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.035em;
  text-decoration:none;
  transition:
    background .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}
.tvr-footer__social-lang .footer__lang-name:hover,
.tvr-footer__social-lang .footer__lang-name:focus-visible{
  outline:0;
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--tvr-f-accent) 45%,var(--tvr-f-line-strong));
  background:var(--tvr-f-btn-hover);
  color:var(--tvr-f-text);
}
.tvr-footer__social-lang .footer__lang-name--current{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 55%,var(--tvr-f-line-strong));
  background:var(--tvr-f-accent-soft);
  color:var(--tvr-f-accent);
  cursor:default;
}
@media(max-width:640px){
  .tvr-footer__social-lang{
    margin-top:10px;
    padding-top:10px;
  }
  .tvr-footer__social-lang .footer__lang-list{
    gap:6px;
  }
  .tvr-footer__social-lang .footer__lang-name{
    min-width:35px;
    height:30px;
  }
}
/* v14 — dedicated mobile-friendly legal documents */
.tvr-footer__legal-docs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  padding:0 0 15px;
}
.tvr-footer__legal-doc{
  min-width:0;
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:10px 12px;
  border:1px solid var(--tvr-f-line);
  border-radius:12px;
  background:var(--tvr-f-btn-bg);
  color:var(--tvr-f-muted);
  text-decoration:none;
  transition:
    background .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}
.tvr-footer__legal-doc:hover,
.tvr-footer__legal-doc:focus-visible{
  outline:0;
  transform:translateY(-1px);
  border-color:color-mix(in srgb,var(--tvr-f-accent) 34%,var(--tvr-f-line-strong));
  background:var(--tvr-f-btn-hover);
  color:var(--tvr-f-text);
}
.tvr-footer__legal-doc-icon{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid color-mix(in srgb,var(--tvr-f-accent) 28%,var(--tvr-f-line));
  border-radius:10px;
  background:var(--tvr-f-accent-soft);
  color:var(--tvr-f-accent);
}
.tvr-footer__legal-doc-icon svg{
  width:18px;
  height:18px;
}
.tvr-footer__legal-doc-copy{
  min-width:0;
  display:block;
}
.tvr-footer__legal-doc-copy strong{
  display:block;
  color:var(--tvr-f-text);
  font-size:12.3px;
  line-height:1.35;
  font-weight:750;
}
.tvr-footer__legal-doc-copy small{
  display:block;
  margin-top:3px;
  color:var(--tvr-f-soft);
  font-size:10.8px;
  line-height:1.35;
  font-weight:500;
}
.tvr-footer__legal-doc-arrow{
  color:var(--tvr-f-accent);
  font-size:18px;
  line-height:1;
  opacity:.72;
}
@media(max-width:640px){
  .tvr-footer__legal-docs{
    grid-template-columns:1fr;
    gap:8px;
    padding:2px 0 15px;
  }
  .tvr-footer__legal-doc{
    min-height:62px;
    padding:11px 12px;
    border-radius:11px;
  }
  .tvr-footer__legal-doc-copy strong{
    font-size:12.5px;
  }
  .tvr-footer__legal-doc-copy small{
    font-size:10.9px;
  }
}
@media(max-width:390px){
  .tvr-footer__legal-doc{
    grid-template-columns:34px minmax(0,1fr) auto;
    gap:9px;
    padding:10px;
  }
  .tvr-footer__legal-doc-icon{
    width:34px;
    height:34px;
  }
  .tvr-footer__legal-doc-copy strong{
    font-size:12.2px;
  }
  .tvr-footer__legal-doc-copy small{
    font-size:10.6px;
  }
}
/* v15 — final legal line: copyright | privacy | cookie */
.tvr-footer__developer-row{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:13px 0 11px;
  border-top:1px solid var(--tvr-f-line);
}
.tvr-footer__developer-row .tvr-footer__bottom-developer{
  margin:0;
  color:var(--tvr-f-soft);
  font-size:12px;
  line-height:1.45;
  text-align:right;
}
.tvr-footer__developer-row .tvr-footer__bottom-developer a{
  color:var(--tvr-f-accent);
  font-weight:700;
}
.tvr-footer__final-legal{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:10px;
  width:100%;
  padding:12px 0 15px;
  border-top:1px solid var(--tvr-f-line);
  color:var(--tvr-f-soft);
  font-size:11.8px;
  line-height:1.4;
  white-space:nowrap;
}
.tvr-footer__final-copy{
  color:var(--tvr-f-soft);
}
.tvr-footer__final-copy strong{
  color:var(--tvr-f-muted);
  font-weight:700;
}
.tvr-footer__final-legal a{
  color:var(--tvr-f-muted);
  font-weight:650;
  text-decoration:none;
  transition:color .16s ease;
}
.tvr-footer__final-legal a:hover,
.tvr-footer__final-legal a:focus-visible{
  outline:0;
  color:var(--tvr-f-text);
}
.tvr-footer__final-sep{
  color:var(--tvr-f-line-strong);
  font-weight:400;
}
@media(max-width:760px){
  .tvr-footer__developer-row{
    justify-content:flex-start;
  }
  .tvr-footer__developer-row .tvr-footer__bottom-developer{
    text-align:left;
  }
  .tvr-footer__final-legal{
    justify-content:flex-start;
    gap:7px;
    overflow-x:auto;
    padding:11px 0 14px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .tvr-footer__final-legal::-webkit-scrollbar{
    display:none;
  }
  .tvr-footer__final-copy,
  .tvr-footer__final-legal a,
  .tvr-footer__final-sep{
    flex:0 0 auto;
  }
}
@media(max-width:480px){
  .tvr-footer__final-legal{
    font-size:11.2px;
    gap:6px;
  }
  .tvr-footer__developer-row .tvr-footer__bottom-developer{
    font-size:11.5px;
  }
}
/* v16 — one bottom line: legal + maker + right-side marquee */
.tvr-footer__final-row{
  display:grid;
  grid-template-columns:minmax(0,auto) minmax(220px,1fr);
  align-items:center;
  gap:18px;
  width:100%;
  padding:12px 0 15px;
  border-top:1px solid var(--tvr-f-line);
}
.tvr-footer__final-legal{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:8px;
  min-width:0;
  padding:0;
  border:0;
  color:var(--tvr-f-soft);
  font-size:11.5px;
  line-height:1.4;
  white-space:nowrap;
}
.tvr-footer__final-copy,
.tvr-footer__final-maker{
  color:var(--tvr-f-soft);
}
.tvr-footer__final-copy strong{
  color:var(--tvr-f-muted);
  font-weight:700;
}
.tvr-footer__final-legal a{
  color:var(--tvr-f-muted);
  font-weight:650;
  text-decoration:none;
  transition:color .16s ease;
}
.tvr-footer__final-maker a{
  color:var(--tvr-f-accent);
  font-weight:700;
}
.tvr-footer__final-legal a:hover,
.tvr-footer__final-legal a:focus-visible{
  outline:0;
  color:var(--tvr-f-text);
}
.tvr-footer__final-sep{
  color:var(--tvr-f-line-strong);
  font-weight:400;
}
/* Right-side running links */
.tvr-footer__ticker{
  position:relative;
  min-width:0;
  overflow:hidden;
  padding-left:14px;
  border-left:1px solid var(--tvr-f-line);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.tvr-footer__ticker-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:tvr-footer-ticker 22s linear infinite;
}
.tvr-footer__ticker:hover .tvr-footer__ticker-track,
.tvr-footer__ticker:focus-within .tvr-footer__ticker-track{
  animation-play-state:paused;
}
.tvr-footer__ticker-set{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:10px;
  padding-right:10px;
}
.tvr-footer__ticker-link{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  color:var(--tvr-f-muted);
  font-size:11.8px;
  line-height:1;
  font-weight:650;
  text-decoration:none;
  white-space:nowrap;
  transition:color .16s ease;
}
.tvr-footer__ticker-link:hover,
.tvr-footer__ticker-link:focus-visible{
  outline:0;
  color:var(--tvr-f-text);
}
.tvr-footer__ticker-dot{
  color:var(--tvr-f-accent);
  font-size:10px;
  opacity:.68;
}
@keyframes tvr-footer-ticker{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:1050px){
  .tvr-footer__final-row{
    grid-template-columns:1fr;
    gap:9px;
  }
  .tvr-footer__ticker{
    padding-left:0;
    padding-top:8px;
    border-left:0;
    border-top:1px solid var(--tvr-f-line);
  }
}
@media(max-width:640px){
  .tvr-footer__final-row{
    gap:8px;
    padding:11px 0 14px;
  }
  .tvr-footer__final-legal{
    width:100%;
    overflow-x:auto;
    gap:7px;
    padding-bottom:2px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .tvr-footer__final-legal::-webkit-scrollbar{
    display:none;
  }
  .tvr-footer__final-copy,
  .tvr-footer__final-maker,
  .tvr-footer__final-legal>a,
  .tvr-footer__final-sep{
    flex:0 0 auto;
  }
  .tvr-footer__ticker{
    padding-top:8px;
  }
  .tvr-footer__ticker-track{
    animation-duration:18s;
  }
}
@media(max-width:480px){
  .tvr-footer__final-legal{
    font-size:11px;
  }
  .tvr-footer__ticker-link{
    font-size:11.5px;
  }
}
@media(prefers-reduced-motion:reduce){
  .tvr-footer__ticker{
    overflow-x:auto;
    mask-image:none;
    -webkit-mask-image:none;
  }
  .tvr-footer__ticker-track{
    animation:none!important;
  }
  .tvr-footer__ticker-set[aria-hidden="true"]{
    display:none;
  }
}
/* v17 — centered company nav, legal line directly below */
.tvr-footer__bottom{
  border-top:1px solid var(--tvr-f-line);
}
.tvr-footer__bottom-links-center{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  padding:14px 0 11px;
}
.tvr-footer__bottom-link-center{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 11px;
  border:1px solid var(--tvr-f-line);
  border-radius:9px;
  background:var(--tvr-f-btn-bg);
  color:var(--tvr-f-muted);
  font-size:11.8px;
  line-height:1;
  font-weight:650;
  text-decoration:none;
  transition:
    background .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}
.tvr-footer__bottom-link-center:hover,
.tvr-footer__bottom-link-center:focus-visible{
  outline:0;
  transform:translateY(-1px);
  border-color:var(--tvr-f-line-strong);
  background:var(--tvr-f-btn-hover);
  color:var(--tvr-f-text);
}
.tvr-footer__final-legal-center{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  width:100%;
  padding:11px 0 15px;
  border-top:1px solid var(--tvr-f-line);
  color:var(--tvr-f-soft);
  font-size:11.5px;
  line-height:1.45;
  text-align:center;
}
.tvr-footer__final-legal-center .tvr-footer__final-copy,
.tvr-footer__final-legal-center .tvr-footer__final-maker{
  color:var(--tvr-f-soft);
}
.tvr-footer__final-legal-center .tvr-footer__final-copy strong{
  color:var(--tvr-f-muted);
  font-weight:700;
}
.tvr-footer__final-legal-center a{
  color:var(--tvr-f-muted);
  font-weight:650;
  text-decoration:none;
  transition:color .16s ease;
}
.tvr-footer__final-legal-center .tvr-footer__final-maker a{
  color:var(--tvr-f-accent);
  font-weight:700;
}
.tvr-footer__final-legal-center a:hover,
.tvr-footer__final-legal-center a:focus-visible{
  outline:0;
  color:var(--tvr-f-text);
}
.tvr-footer__final-legal-center .tvr-footer__final-sep{
  color:var(--tvr-f-line-strong);
}
@media(max-width:640px){
  .tvr-footer__bottom-links-center{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:13px 0 11px;
  }
  .tvr-footer__bottom-link-center{
    width:100%;
    min-height:36px;
    padding:0 9px;
  }
  .tvr-footer__bottom-link-center:last-child{
    grid-column:1 / -1;
  }
  .tvr-footer__final-legal-center{
    justify-content:flex-start;
    text-align:left;
    gap:6px 7px;
    padding:11px 0 14px;
    font-size:11px;
  }
}
@media(max-width:390px){
  .tvr-footer__bottom-links-center{
    grid-template-columns:1fr;
  }
  .tvr-footer__bottom-link-center:last-child{
    grid-column:auto;
  }
  .tvr-footer__final-legal-center{
    font-size:10.8px;
  }
}
/* v18 — floating WhatsApp contact widget */
.tvr-contact-widget{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:9998;
  font-family:var(--tvr-f-font);
}
.tvr-contact-widget__launcher{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:linear-gradient(135deg,var(--tvr-f-accent),#1e67a8);
  color:#fff;
  cursor:pointer;
  box-shadow:
    0 12px 32px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.22);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}
.tvr-contact-widget__launcher:hover,
.tvr-contact-widget__launcher:focus-visible{
  outline:0;
  transform:translateY(-2px);
  background:linear-gradient(135deg,var(--tvr-f-accent),#185b94);
  box-shadow:
    0 16px 36px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.24);
}
.tvr-contact-widget__launcher svg{
  width:29px;
  height:29px;
}
.tvr-contact-widget__panel{
  position:absolute;
  right:0;
  bottom:72px;
  width:min(330px,calc(100vw - 28px));
  overflow:hidden;
  border:1px solid var(--tvr-f-line-strong);
  border-radius:18px;
  background:var(--tvr-f-surface);
  color:var(--tvr-f-text);
  box-shadow:0 22px 60px rgba(0,0,0,.28);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px) scale(.98);
  transform-origin:bottom right;
  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s ease;
}
.tvr-contact-widget.is-open .tvr-contact-widget__panel{
  opacity:1;
  visibility:visible;
  transform:none;
}
.tvr-contact-widget__head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 32px;
  align-items:center;
  gap:10px;
  padding:14px;
  background:linear-gradient(135deg,#163f6b,#1e67a8 58%,var(--tvr-f-accent));
  color:#fff;
}
.tvr-contact-widget__head-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.16);
}
.tvr-contact-widget__head-icon svg{
  width:22px;
  height:22px;
}
.tvr-contact-widget__head-copy{
  min-width:0;
}
.tvr-contact-widget__title{
  display:block;
  margin:0;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}
.tvr-contact-widget__status{
  display:block;
  margin-top:2px;
  font-size:10.5px;
  line-height:1.3;
  font-weight:600;
  opacity:.9;
}
.tvr-contact-widget__close{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:25px;
  line-height:1;
  font-family:Arial,sans-serif;
}
.tvr-contact-widget__close:hover,
.tvr-contact-widget__close:focus-visible{
  outline:0;
  background:rgba(255,255,255,.12);
}
.tvr-contact-widget__body{
  padding:14px;
  background:var(--tvr-f-bg-2);
}
.tvr-contact-widget__label{
  margin:0 0 7px;
  color:var(--tvr-f-soft);
  font-size:10.5px;
  line-height:1.3;
  font-weight:650;
}
.tvr-contact-widget__message{
  margin:0;
  padding:12px 13px;
  border:1px solid var(--tvr-f-line);
  border-radius:13px;
  background:var(--tvr-f-surface);
  color:var(--tvr-f-text);
  font-size:13px;
  line-height:1.55;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.tvr-contact-widget__actions{
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:8px;
  margin-top:11px;
}
.tvr-contact-widget__action{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 10px;
  border:1px solid var(--tvr-f-line-strong);
  border-radius:11px;
  background:var(--tvr-f-surface);
  color:var(--tvr-f-text);
  font-size:12px;
  line-height:1;
  font-weight:750;
  text-decoration:none;
  transition:
    transform .16s ease,
    background .16s ease,
    border-color .16s ease;
}
.tvr-contact-widget__action svg{
  width:17px;
  height:17px;
  flex:none;
}
.tvr-contact-widget__action:hover,
.tvr-contact-widget__action:focus-visible{
  outline:0;
  transform:translateY(-1px);
  border-color:var(--tvr-f-line-strong);
  background:var(--tvr-f-btn-hover);
}
.tvr-contact-widget__action--wa{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 58%,var(--tvr-f-line-strong));
  background:linear-gradient(135deg,var(--tvr-f-accent),#1e67a8);
  color:#fff;
}
.tvr-contact-widget__action--wa:hover,
.tvr-contact-widget__action--wa:focus-visible{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 68%,#1e67a8);
  background:linear-gradient(135deg,var(--tvr-f-accent),#185b94);
  color:#fff;
}
@media(max-width:640px){
  .tvr-contact-widget{
    right:14px;
    bottom:calc(14px + env(safe-area-inset-bottom));
  }
  .tvr-contact-widget__launcher{
    width:54px;
    height:54px;
  }
  .tvr-contact-widget__launcher svg{
    width:27px;
    height:27px;
  }
  .tvr-contact-widget__panel{
    bottom:66px;
    width:min(320px,calc(100vw - 28px));
    border-radius:16px;
  }
}
@media(max-width:390px){
  .tvr-contact-widget__actions{
    grid-template-columns:1fr;
  }
}
@media(prefers-reduced-motion:reduce){
  .tvr-contact-widget__panel,
  .tvr-contact-widget__launcher,
  .tvr-contact-widget__action{
    transition:none!important;
  }
}
/* v19 — contact widget colors matched to TV Repair brand */
.tvr-contact-widget__launcher{
  border:1px solid color-mix(in srgb,var(--tvr-f-accent) 55%,#1e67a8);
  background:
    radial-gradient(circle at 32% 25%,rgba(255,255,255,.18),transparent 28%),
    linear-gradient(135deg,#163f6b 0%,#1e67a8 52%,var(--tvr-f-accent) 100%);
  box-shadow:
    0 12px 34px rgba(22,63,107,.28),
    0 4px 14px rgba(50,203,200,.16),
    inset 0 1px 0 rgba(255,255,255,.20);
}
.tvr-contact-widget__launcher:hover,
.tvr-contact-widget__launcher:focus-visible{
  background:
    radial-gradient(circle at 32% 25%,rgba(255,255,255,.20),transparent 28%),
    linear-gradient(135deg,#12395f 0%,#185b94 50%,var(--tvr-f-accent) 100%);
  box-shadow:
    0 16px 40px rgba(22,63,107,.32),
    0 5px 18px rgba(50,203,200,.20),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.tvr-contact-widget__head{
  background:
    linear-gradient(105deg,#163f6b 0%,#1e67a8 58%,var(--tvr-f-accent) 125%);
}
.tvr-contact-widget__head-icon{
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.12);
}
.tvr-contact-widget__action--wa{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 62%,#1e67a8);
  background:linear-gradient(135deg,#1e67a8,var(--tvr-f-accent));
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 7px 18px rgba(30,103,168,.14);
}
.tvr-contact-widget__action--wa:hover,
.tvr-contact-widget__action--wa:focus-visible{
  border-color:color-mix(in srgb,var(--tvr-f-accent) 72%,#1e67a8);
  background:linear-gradient(135deg,#185b94,var(--tvr-f-accent));
  color:#fff;
}
html[data-tvr-theme="light"] .tvr-contact-widget__launcher{
  background:
    radial-gradient(circle at 32% 25%,rgba(255,255,255,.24),transparent 28%),
    linear-gradient(135deg,#163f6b 0%,#1e67a8 56%,#2faee4 100%);
}
html[data-tvr-theme="light"] .tvr-contact-widget__head{
  background:linear-gradient(105deg,#163f6b 0%,#1e67a8 62%,#2faee4 125%);
}
/* v20 — automatic scroll-to-top button */
.tvr-scroll-top{
  position:fixed;
  right:23px;
  bottom:90px;
  z-index:9997;
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--tvr-f-line-strong);
  border-radius:50%;
  background:var(--tvr-f-surface);
  color:var(--tvr-f-accent);
  cursor:pointer;
  box-shadow:
    0 12px 28px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.05);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px) scale(.94);
  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s ease,
    background .18s ease,
    border-color .18s ease,
    color .18s ease;
}
.tvr-scroll-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}
.tvr-scroll-top:hover,
.tvr-scroll-top:focus-visible{
  outline:0;
  transform:translateY(-2px);
  border-color:color-mix(in srgb,var(--tvr-f-accent) 50%,var(--tvr-f-line-strong));
  background:var(--tvr-f-btn-hover);
  color:var(--tvr-f-text);
}
.tvr-scroll-top svg{
  width:21px;
  height:21px;
}
@media(max-width:640px){
  .tvr-scroll-top{
    right:16px;
    bottom:calc(80px + env(safe-area-inset-bottom));
    width:46px;
    height:46px;
  }
  .tvr-scroll-top svg{
    width:20px;
    height:20px;
  }
}
@media(prefers-reduced-motion:reduce){
  .tvr-scroll-top{
    transition:none!important;
  }
}
/* v21 — hide floating controls while mobile drawer is open */
body.tvr-menu-open .tvr-contact-widget,
body.tvr-menu-open .tvr-scroll-top{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(10px) scale(.94)!important;
}
/* Third action: order/request */
.tvr-contact-widget__action--order{
  grid-column:1 / -1;
  min-height:44px;
  border-color:rgba(245,130,32,.58);
  background:linear-gradient(135deg,#f58220,#ff9d46);
  color:#fff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 8px 20px rgba(245,130,32,.16);
}
.tvr-contact-widget__action--order:hover,
.tvr-contact-widget__action--order:focus-visible{
  border-color:#ffad67;
  background:linear-gradient(135deg,#ef7616,#ff9d46);
  color:#fff;
}
.tvr-contact-widget__action--order svg{
  color:#fff;
}
@media(max-width:390px){
  .tvr-contact-widget__action--order{
    grid-column:1;
  }
}
/* v22 — email contact */
.tvr-footer__contact--email{
  color:var(--tvr-f-muted);
}
.tvr-footer__contact--email:hover,
.tvr-footer__contact--email:focus-visible{
  color:var(--tvr-f-text);
}
.tvr-footer__contact--email svg{
  color:var(--tvr-f-accent);
}
/* v23 — semantic icons for every footer navigation item */
.tvr-footer__main-simple .tvr-footer__link{
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  align-items:center;
  justify-content:initial;
  gap:8px;
  min-height:35px;
  padding:4px 7px 4px 4px;
  border-radius:8px;
}
.tvr-footer__main-simple .tvr-footer__link:before,
.tvr-footer__main-simple .tvr-footer__link:after{
  content:none!important;
  display:none!important;
}
.tvr-footer__link-icon{
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  border:1px solid var(--tvr-group-line);
  border-radius:7px;
  background:var(--tvr-group-soft);
  color:var(--tvr-group-accent);
  transition:
    transform .16s ease,
    background .16s ease,
    border-color .16s ease,
    color .16s ease;
}
.tvr-footer__link-icon svg{
  display:block!important;
  width:14px!important;
  height:14px!important;
  opacity:1!important;
  transform:none!important;
  color:inherit!important;
}
.tvr-footer__main-simple .tvr-footer__link:hover,
.tvr-footer__main-simple .tvr-footer__link:focus-visible{
  padding-left:4px;
  transform:none;
  background:var(--tvr-group-soft);
  color:var(--tvr-f-text);
}
.tvr-footer__main-simple .tvr-footer__link:hover .tvr-footer__link-icon,
.tvr-footer__main-simple .tvr-footer__link:focus-visible .tvr-footer__link-icon{
  transform:translateY(-1px);
  border-color:var(--tvr-group-accent);
  background:color-mix(in srgb,var(--tvr-group-soft) 76%,var(--tvr-group-accent));
}
.tvr-footer__group--tv .tvr-footer__link{
  min-height:33px;
  padding-top:3px;
  padding-bottom:3px;
}
@media(max-width:640px){
  .tvr-footer__main-simple .tvr-footer__link{
    min-height:38px;
    grid-template-columns:28px minmax(0,1fr);
    gap:9px;
  }
  .tvr-footer__link-icon{
    width:28px;
    height:28px;
  }
  .tvr-footer__link-icon svg{
    width:15px!important;
    height:15px!important;
  }
}
/* Shared header/footer grid contract.
   Keep these three values identical in both autonomous blocks. */
.tvr-footer{
  --tvr-shared-grid-max:1540px;
  --tvr-shared-grid-pad:24px;
}
.tvr-footer .tvr-footer__container{
  box-sizing:border-box;
  width:100%;
  max-width:var(--tvr-shared-grid-max);
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--tvr-shared-grid-pad);
  padding-right:var(--tvr-shared-grid-pad);
}
@media(max-width:900px){
  .tvr-footer{--tvr-shared-grid-pad:18px}
}
@media(max-width:640px){
  .tvr-footer{--tvr-shared-grid-pad:14px}
}
/* WordPress full-bleed fix.
   The footer background spans the viewport even when WordPress places this
   block inside a constrained content column. The inner container still keeps
   the shared 1540px site grid and its responsive side padding. */
.tvr-footer{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}