@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

:root {
  --tv-teal: #46959a;
  --tv-teal-dark: #007a85;
  --tv-yellow: #fdb913;
  --tv-ink: #101828;
  --tv-text: #344054;
  --tv-soft: #eef7f9;
  --tv-border: #eaecf0;
  --tv-white: #fff;
}

body { overflow-x: hidden; }
.tv-header, .tv-header * { box-sizing: border-box; }
.tv-header { position: relative; z-index: 1000; width: 100%; font-family: 'Plus Jakarta Sans', system-ui, sans-serif; background: var(--tv-white); box-shadow: 0 12px 28px rgba(16,24,40,.06); }
.tv-header a { text-decoration: none; }
.tv-header .container { max-width: 1320px; }

.tv-header__topbar { min-height: 56px; background: var(--tv-soft); border-top: 1px solid #d7e4e8; }
.tv-header__topbar-inner { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tv-header__contact, .tv-header__meta, .tv-header__time-wrap, .tv-header__email, .tv-header__socials, .tv-header__language { display: inline-flex; align-items: center; }
.tv-header__contact { gap: 8px; min-width: 307px; color: var(--tv-ink); }
.tv-header__meta { gap: 24px; justify-content: flex-end; min-width: 0; }
.tv-header__label, .tv-header__time, .tv-header__email, .tv-header__language { color: var(--tv-ink); font-size: 12px; font-weight: 700; line-height: 18px; white-space: nowrap; }
.tv-header__phone { color: var(--tv-ink); font-size: 16px; font-weight: 800; line-height: 24px; white-space: nowrap; }
.tv-header__phone:hover, .tv-header__email:hover { color: var(--tv-teal-dark); }
.tv-header__divider { width: 1px; height: 24px; background: var(--tv-border); flex: 0 0 1px; }
.tv-header__socials { gap: 8px; }
.tv-header__social { width: 16px; height: 16px; display: inline-block; background: var(--tv-teal); mask-position: center; mask-repeat: no-repeat; mask-size: contain; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; }
.tv-header__social--telegram { mask-image: radial-gradient(circle at 50% 50%, #000 0 100%); -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0 100%); clip-path: polygon(4% 47%, 96% 7%, 76% 94%, 50% 69%, 36% 82%, 39% 61%); }
.tv-header__social--whatsapp { border-radius: 50%; }
.tv-header__social--messenger { border-radius: 50%; }
.tv-header__dots { width: 14px; height: 19px; display: inline-block; color: var(--tv-teal); background-image: radial-gradient(currentColor 2px, transparent 2.5px); background-size: 5px 5px; background-position: left top; }
.tv-header__icon { position: relative; width: 16px; height: 16px; display: inline-flex; flex: 0 0 auto; color: var(--tv-teal); }
.tv-header__icon--clock { border: 2px solid currentColor; border-radius: 50%; }
.tv-header__icon--clock::before { content: ''; position: absolute; top: 3px; left: 6px; width: 2px; height: 5px; background: currentColor; border-radius: 2px; }
.tv-header__icon--clock::after { content: ''; position: absolute; top: 7px; left: 7px; width: 4px; height: 2px; background: currentColor; border-radius: 2px; }
.tv-header__icon--mail { width: 16px; height: 14px; border: 2px solid currentColor; border-radius: 4px; }
.tv-header__icon--mail::before { content: ''; position: absolute; left: 2px; right: 2px; top: 2px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) skew(-10deg,-10deg); }
.tv-header__time-wrap, .tv-header__email { gap: 8px; }
.tv-header__language { gap: 7px; padding: 10px 0; }

.tv-header__nav { min-height: 88px; padding: 0; background: var(--tv-white); }
.tv-header__nav-inner { min-height: 88px; display: flex; align-items: center; gap: 40px; }
.tv-header__brand { display: inline-flex; align-items: center; flex: 0 0 auto; margin: 0; padding: 0; }
.tv-header__brand a { display: inline-flex; align-items: center; }
.tv-header__brand img, .tv-header__brand .custom-logo, .tv-header__brand .site-branding__logo { width: 155px; max-width: 155px; max-height: 48px; object-fit: contain; }
.site-branding__name { color: var(--tv-ink); font-size: 26px; font-weight: 800; }

.tv-nav { flex: 1 1 auto; }
.tv-nav__list { gap: 16px; margin: 0; padding: 0; list-style: none; }
.tv-nav__item { position: relative; }
.tv-nav__list > li > a, .tv-nav__link { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; color: var(--tv-text); font-size: 14px; font-weight: 800; line-height: 20px; border: 1px solid transparent; border-radius: 4px; white-space: nowrap; }
.tv-nav__list > li.menu-item-has-children > a { border-color: var(--tv-border); }
.tv-nav__list > li.menu-item-has-children > a::after { content: ''; width: 8px; height: 8px; margin-left: 2px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.tv-nav__list > li > a:hover, .tv-nav__list > li.current-menu-item > a, .tv-nav__list > li.current-menu-ancestor > a { color: var(--tv-teal-dark); border-color: var(--tv-border); background: #fff; }
.tv-nav__list .sub-menu { min-width: 250px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--tv-border); border-radius: 12px; box-shadow: 0 18px 42px rgba(16,24,40,.14); }
.tv-nav__list .sub-menu a { display: block; padding: 10px 12px; color: var(--tv-text); font-size: 14px; font-weight: 700; border-radius: 8px; }
.tv-nav__list .sub-menu a:hover { color: var(--tv-teal-dark); background: #f4fafb; }

.tv-header__actions { display: inline-flex; align-items: center; gap: 24px; flex: 0 0 auto; }
.tv-header__actions::before, .tv-header__actions::after { content: ''; width: 1px; height: 40px; background: var(--tv-border); }
.tv-header__status, .tv-header__cta { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.tv-header__status { gap: 8px; color: var(--tv-ink); font-size: 14px; font-weight: 800; line-height: 20px; }
.tv-header__status:hover { color: var(--tv-teal-dark); }
.tv-header__status-icon { position: relative; width: 18px; height: 18px; display: inline-block; border: 2px solid var(--tv-ink); border-right-color: transparent; border-radius: 50%; }
.tv-header__status-icon::before { content: ''; position: absolute; top: 4px; right: 2px; width: 5px; height: 2px; background: var(--tv-ink); }
.tv-header__status-icon::after { content: ''; position: absolute; right: -3px; bottom: -1px; width: 7px; height: 7px; border-right: 2px solid var(--tv-ink); border-bottom: 2px solid var(--tv-ink); transform: rotate(-45deg); }
.tv-header__cta { min-width: 159px; padding: 10px 24px; color: #000; font-size: 14px; font-weight: 800; line-height: 20px; background: var(--tv-yellow); border: 1px solid var(--tv-yellow); border-radius: 99px; box-shadow: 0 1px 2px rgba(16,24,40,.05), 0 18px 36px rgba(253,185,19,.18); }
.tv-header__cta:hover { color: #000; background: #ffc533; }
.tv-header__toggle { width: 40px; height: 40px; margin-left: auto; padding: 0; border: 0; box-shadow: none !important; }
.tv-header__toggle-line { display: block; width: 21px; height: 2px; margin: 5px auto; background: #111827; border-radius: 2px; }

.site-footer { color: #fff; background: #08111f; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--tv-yellow); }
.site-footer__cta { padding: 55px 0; background: linear-gradient(135deg, var(--tv-teal-dark), var(--tv-teal)); }
.site-footer__cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer__eyebrow { margin: 0 0 8px; font-weight: 700; opacity: .9; }
.site-footer__headline { margin: 0; color: #fff; font-size: clamp(28px,4vw,44px); font-weight: 800; }
.site-footer__cta-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; color: var(--tv-ink); font-size: 14px; font-weight: 800; background: #fff; border-radius: 999px; }
.site-footer__main { padding: 68px 0 48px; }
.site-footer__brand { margin-bottom: 20px; }
.site-footer__brand img, .site-footer__brand .custom-logo { filter: brightness(0) invert(1); }
.site-footer__text { max-width: 340px; margin-bottom: 20px; color: rgba(255,255,255,.72); }
.site-footer__title { margin-bottom: 18px; color: #fff; font-size: 18px; font-weight: 800; }
.site-footer__menu, .site-footer__contact-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.site-footer__menu a, .site-footer__contact-list a { color: rgba(255,255,255,.72); }
.site-footer__menu--inline { grid-template-columns: repeat(2,minmax(0,1fr)); }
.site-footer__bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__copyright { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

@media (min-width: 1200px) {
  .tv-nav__list .sub-menu { position: absolute; top: calc(100% + 14px); left: 0; visibility: hidden; opacity: 0; transform: translateY(8px); transition: .18s ease; }
  .tv-nav__list li:hover > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
}

@media (max-width: 1320px) and (min-width: 1200px) {
  .tv-header .container { max-width: 1140px; }
  .tv-header__nav-inner { gap: 34px; }
  .tv-nav__list { gap: 10px; }
  .tv-nav__list > li > a, .tv-nav__link { padding-inline: 12px; }
  .tv-header__actions { gap: 20px; }
  .tv-header__cta { min-width: 148px; }
  .tv-header__language { display: none; }
}

@media (max-width: 1199.98px) {
  .tv-header__topbar-inner { padding-inline: 14px; }
  .tv-header__language { display: none; }
  .tv-header__nav { min-height: 108px; }
  .tv-header__nav-inner { min-height: 108px; gap: 24px; padding-inline: 16px; }
  .tv-header__brand img, .tv-header__brand .custom-logo, .tv-header__brand .site-branding__logo { width: 252px; max-width: 252px; max-height: 70px; }
  .tv-header__toggle { order: 2; }
  .tv-nav { order: 5; flex-basis: 100%; padding: 16px 0 22px; border-top: 1px solid var(--tv-border); }
  .tv-nav__list { gap: 8px; }
  .tv-nav__list > li > a, .tv-nav__link { width: 100%; justify-content: space-between; border-color: var(--tv-border); }
  .tv-nav__list .sub-menu { display: grid; gap: 4px; margin: 8px 0 0 14px; box-shadow: none; }
  .tv-header__actions { order: 3; margin-left: 0; gap: 24px; }
}

@media (max-width: 991.98px) {
  .tv-header__topbar-inner { gap: 14px; }
  .tv-header__contact { min-width: 0; }
  .tv-header__time { max-width: 305px; overflow: hidden; text-overflow: ellipsis; }
  .tv-header__brand img, .tv-header__brand .custom-logo, .tv-header__brand .site-branding__logo { width: 235px; max-width: 235px; }
  .tv-header__actions { gap: 18px; }
  .tv-header__actions::before, .tv-header__actions::after { height: 34px; }
  .site-footer__cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .tv-header__topbar { min-height: 55px; }
  .tv-header__topbar-inner { min-height: 55px; justify-content: flex-start; gap: 18px; padding-inline: 24px; }
  .tv-header__time-wrap, .tv-header__meta .tv-header__divider, .tv-header__language { display: none; }
  .tv-header__meta { margin-left: auto; gap: 0; }
  .tv-header__email { font-size: 12px; }
  .tv-header__contact { gap: 7px; }
  .tv-header__phone { font-size: 14px; }
  .tv-header__socials { margin-left: 8px; }
  .tv-header__nav { min-height: 88px; }
  .tv-header__nav-inner { min-height: 88px; padding-inline: 24px; }
  .tv-header__brand img, .tv-header__brand .custom-logo, .tv-header__brand .site-branding__logo { width: 255px; max-width: min(255px, 68vw); }
  .tv-header__actions { display: none; }
  .tv-header__toggle { order: 3; }
}

@media (max-width: 575.98px) {
  .tv-header__topbar-inner { padding-inline: 14px; gap: 10px; }
  .tv-header__label { font-size: 11px; }
  .tv-header__phone { font-size: 13px; }
  .tv-header__email { display: none; }
  .tv-header__contact .tv-header__divider { display: none; }
  .tv-header__brand img, .tv-header__brand .custom-logo, .tv-header__brand .site-branding__logo { width: 205px; max-width: 66vw; }
  .site-footer__menu--inline { grid-template-columns: 1fr; }
}

/* TrustVISA footer - BEM rewrite from source layout */
.tv-footer, .tv-footer * { box-sizing: border-box; }
.tv-footer { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; color: #344054; background: #f4f8f9; }
.tv-footer a { color: inherit; text-decoration: none; transition: color .2s ease; }
.tv-footer a:hover { color: #00cc99; }
.tv-footer .container { max-width: 1320px; }
.tv-footer__main { padding: 60px 0 15px; background: #f4f8f9; }
.tv-footer__grid { display: grid; grid-template-columns: minmax(330px, 1.7fr) minmax(190px, .82fr) minmax(250px, .95fr) minmax(190px, .82fr); gap: 0; padding-bottom: 48px; }
.tv-footer__intro, .tv-footer__col { padding: 0 15px; }
.tv-footer__intro { display: flex; flex-direction: column; justify-content: space-between; min-height: 172px; }
.tv-footer__headline, .tv-footer__title { margin: 0; color: #0f1721; font-weight: 600; letter-spacing: -.6px; }
.tv-footer__headline { margin-bottom: 25px; font-size: 20px; line-height: 28px; }
.tv-footer__title { margin-bottom: 4px; font-size: 20px; line-height: 28px; }
.tv-footer__contact-list, .tv-footer__menu { margin: 0; padding: 0; list-style: none; }
.tv-footer__contact-list { display: grid; gap: 18px; }
.tv-footer__contact-item { display: flex; align-items: center; gap: 12px; color: #0f1721; font-size: 24px; font-weight: 600; line-height: 32px; }
.tv-footer__contact-icon { position: relative; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 32px; color: #46959a; background: #e8f2f3; border-radius: 50%; }
.tv-footer__contact-icon--phone::before { content: ''; width: 15px; height: 15px; border: 2px solid currentColor; border-top-color: transparent; border-right-color: transparent; border-radius: 50%; transform: rotate(-45deg); }
.tv-footer__contact-icon--mail::before { content: ''; width: 16px; height: 12px; border: 1.7px solid currentColor; border-radius: 4px; }
.tv-footer__contact-icon--mail::after { content: ''; position: absolute; width: 10px; height: 10px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: rotate(45deg) translate(-1px,-2px); }
.tv-footer__menu { display: grid; gap: 0; }
.tv-footer__menu li, .tv-footer__menu-item { position: relative; margin: 0; padding-left: 23px; }
.tv-footer__menu li::before, .tv-footer__menu-item::before { content: ''; position: absolute; left: 0; top: 13px; width: 13px; height: 13px; background: #b1b4ba; clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); transition: background .2s ease; }
.tv-footer__menu li:hover::before, .tv-footer__menu-item:hover::before { background: #00cc99; }
.tv-footer__menu a, .tv-footer__menu-link { display: inline-flex; align-items: center; min-height: 39px; padding: 10px 0; color: #58595e; font-size: 16px; font-weight: 500; line-height: 20px; letter-spacing: -.2px; }
.tv-footer__menu .sub-menu { margin: 0 0 0 8px; padding: 0; list-style: none; }
.tv-footer__menu .sub-menu a { min-height: 36px; padding: 8px 0; font-size: 15px; }
.tv-footer__menu a[href="#"] { color: #0f1721; font-weight: 600; pointer-events: none; }
.tv-footer__menu--services > li:nth-child(1), .tv-footer__menu--services > li:nth-child(5), .tv-footer__menu--services > li:nth-child(8), .tv-footer__menu--services > li:nth-child(11) { padding-left: 0; margin-top: 6px; }
.tv-footer__menu--services > li:nth-child(1) { margin-top: 0; }
.tv-footer__menu--services > li:nth-child(1)::before, .tv-footer__menu--services > li:nth-child(5)::before, .tv-footer__menu--services > li:nth-child(8)::before, .tv-footer__menu--services > li:nth-child(11)::before { display: none; }
.tv-footer__mobile { display: none; }
.tv-footer__bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 15px 0; border-top: 1px solid #d0d5dd; }
.tv-footer__copyright { margin: 0; color: #787b84; font-size: 16px; font-weight: 500; line-height: 24px; }
.tv-footer__payment { width: 313px; max-width: 100%; height: auto; display: block; }

@media (max-width: 1199.98px) {
  .tv-footer__grid { grid-template-columns: 1.35fr 1fr 1.1fr 1fr; }
  .tv-footer__contact-item { font-size: 20px; line-height: 30px; }
}

@media (max-width: 991.98px) {
  .tv-footer__main { padding-top: 64px; }
  .tv-footer__grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 42px; }
  .tv-footer__intro { min-height: 0; }
  .tv-footer__contact-list { display: flex; flex-wrap: wrap; gap: 16px 25px; }
  .tv-footer__bottom { align-items: center; }
}

@media (max-width: 767.98px) {
  .tv-footer__main { padding-top: 32px; }
  .tv-footer__grid { gap: 24px; padding-bottom: 24px; }
  .tv-footer__headline { margin-bottom: 20px; font-size: 18px; line-height: 28px; }
  .tv-footer__contact-list { display: grid; gap: 12px; }
  .tv-footer__contact-item { gap: 10px; font-size: 18px; line-height: 28px; }
  .tv-footer__contact-icon { width: 28px; height: 28px; flex-basis: 28px; }
  .tv-footer__col--desktop { display: none; }
  .tv-footer__mobile { display: block; padding: 0 15px; }
  .tv-footer__accordion { border-bottom: 1px solid #d0d5dd; }
  .tv-footer__accordion:first-child { border-top: 1px solid #d0d5dd; }
  .tv-footer__accordion-title { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 28px 0 0; color: #0f1721; font-size: 18px; font-weight: 600; line-height: 28px; letter-spacing: -.6px; cursor: pointer; list-style: none; }
  .tv-footer__accordion-title::-webkit-details-marker { display: none; }
  .tv-footer__accordion-title::before, .tv-footer__accordion-title::after { content: ''; position: absolute; right: 3px; top: 50%; width: 15px; height: 2px; background: #0f1721; border-radius: 2px; transform: translateY(-50%); }
  .tv-footer__accordion-title::after { transform: translateY(-50%) rotate(90deg); transition: .2s ease; }
  .tv-footer__accordion[open] .tv-footer__accordion-title::after { transform: translateY(-50%) rotate(0); opacity: 0; }
  .tv-footer__accordion .tv-footer__menu { padding-bottom: 20px; }
  .tv-footer__menu a, .tv-footer__menu-link { min-height: 34px; padding: 7px 0; font-size: 15px; }
  .tv-footer__menu li::before, .tv-footer__menu-item::before { top: 10px; }
  .tv-footer__bottom { flex-direction: column; justify-content: center; gap: 12px; padding: 15px 15px 0; text-align: center; }
  .tv-footer__copyright { font-size: 13px; line-height: 20px; }
  .tv-footer__payment { width: 270px; }
}

/* v6: source-faithful SVG/BEM header-footer overrides */
.tv-header__top-left,
.tv-header__top-right,
.tv-header__hotline,
.tv-header__time-wrap,
.tv-header__email,
.tv-header__socials,
.tv-header__language { display: inline-flex; align-items: center; }
.tv-header__top-left { gap: 16px; min-width: 307px; }
.tv-header__hotline { gap: 8px; }
.tv-header__top-right { gap: 24px; justify-content: flex-end; min-width: 0; }
.tv-header__svg { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; line-height: 0; }
.tv-header__svg svg { display: block; width: auto; height: auto; }
.tv-header__svg--dots { width: 20px; height: 20px; }
.tv-header__socials { gap: 8px; }
.tv-header__social-link { width: 16px; height: 16px; display: inline-flex; align-items: center; justify-content: center; }
.tv-header__social-link:hover svg path { fill: var(--tv-teal-dark); }
.tv-header__language { gap: 12px; padding: 10px 0; color: var(--tv-ink); font-size: 12px; font-weight: 700; line-height: 18px; background: transparent; border: 0; }
.tv-header__flag { width: 16px; height: 16px; display: inline-block; flex: 0 0 16px; border-radius: 50%; background: linear-gradient(90deg,#00247d 0 28%,#fff 28% 36%,#cf142b 36% 64%,#fff 64% 72%,#00247d 72%); box-shadow: inset 0 0 0 1px rgba(16,24,40,.06); }
.tv-header__actions { gap: 40px; }
.tv-header__actions::before, .tv-header__actions::after { margin-inline: -20px; }
.tv-header__status .tv-header__svg svg { width: 18px; height: 18px; }
.tv-header__toggle { display: none; }

.tv-footer__contact-icon::before,
.tv-footer__contact-icon::after { display: none !important; content: none !important; }
.tv-footer__contact-icon { width: 32px; height: 32px; background: transparent; }
.tv-footer__contact-icon svg { width: 24px; height: 24px; display: block; }
.tv-footer__menu li::before,
.tv-footer__menu-item::before { clip-path: none; background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M6.5 0C6.72067 3.49437 9.5056 6.27934 13 6.5C9.5056 6.72067 6.72067 9.5056 6.5 13C6.27934 9.5056 3.49437 6.72067 0 6.5C3.49437 6.27934 6.27934 3.49437 6.5 0Z' fill='%23B1B4BA'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top center; background-size: 13px 13px; }
.tv-footer__menu li:hover::before,
.tv-footer__menu-item:hover::before { background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M6.5 0C6.72067 3.49437 9.5056 6.27934 13 6.5C9.5056 6.72067 6.72067 9.5056 6.5 13C6.27934 9.5056 3.49437 6.72067 0 6.5C3.49437 6.27934 3.49437 6.27934 6.5 0Z' fill='%2300CC99'/%3E%3C/svg%3E"); }
.tv-footer__menu-item--heading { padding-left: 0; margin-top: 6px; }
.tv-footer__menu-item--heading::before { display: none; }
.tv-footer__menu-item--heading .tv-footer__menu-link { color: #0f1721; font-weight: 500; }
.tv-footer__accordion-title { appearance: none; width: 100%; background: transparent; border: 0; }
.tv-footer__accordion-panel { display: none; }
.tv-footer__accordion.is-open .tv-footer__accordion-panel { display: block; }
.tv-footer__accordion-title::before,
.tv-footer__accordion-title::after { content: ''; position: absolute; right: 3px; top: 50%; width: 15px; height: 2px; background: #0f1721; border-radius: 2px; transform: translateY(-50%); }
.tv-footer__accordion-title::after { transform: translateY(-50%) rotate(90deg); transition: .2s ease; }
.tv-footer__accordion.is-open .tv-footer__accordion-title::after { transform: translateY(-50%) rotate(0); opacity: 0; }
.tv-footer__accordion.is-open .tv-footer__accordion-title { padding-bottom: 10px; }

@media (min-width: 1200px) {
  .tv-header__toggle { display: none !important; }
}
@media (max-width: 1199.98px) {
  .tv-header__toggle { display: inline-flex; align-items: center; justify-content: center; }
  .tv-header__nav-inner { flex-wrap: wrap; }
  .tv-nav { width: 100%; }
  .tv-header__actions::before, .tv-header__actions::after { margin-inline: 0; }
}
@media (max-width: 991.98px) {
  .tv-header__top-left { gap: 14px; min-width: auto; }
  .tv-header__top-right { gap: 18px; }
}
@media (max-width: 767.98px) {
  .tv-header__topbar-inner { justify-content: space-between; }
  .tv-header__top-left { gap: 12px; }
  .tv-header__top-left > .tv-header__divider { height: 24px; }
  .tv-header__top-right { display: none; }
  .tv-header__nav-inner { flex-wrap: nowrap; }
  .tv-nav { order: 10; width: 100%; flex-basis: 100%; }
  .tv-header__brand { flex: 1 1 auto; }
}
@media (max-width: 575.98px) {
  .tv-header__topbar-inner { padding-inline: 14px; }
  .tv-header__socials { gap: 6px; }
}


/* v7 footer submenu + live clock refinements */
.tv-header__time-wrap { white-space: nowrap; max-width: 100%; }
.tv-header__time { white-space: nowrap; }
.tv-footer__menu--services { gap: 0; }
.tv-footer__menu-item--has-submenu { padding-left: 23px; }
.tv-footer__submenu-toggle { width: 100%; border: 0; background: transparent; text-align: left; cursor: pointer; justify-content: space-between; gap: 10px; }
.tv-footer__submenu-arrow { position: relative; width: 16px; height: 16px; flex: 0 0 16px; display: inline-block; }
.tv-footer__submenu-arrow::before { content: ''; position: absolute; left: 4px; top: 5px; width: 7px; height: 7px; border-right: 2px solid #344054; border-bottom: 2px solid #344054; transform: rotate(45deg); transition: transform .2s ease; }
.tv-footer__menu-item--has-submenu.is-open > .tv-footer__submenu-toggle .tv-footer__submenu-arrow::before { transform: rotate(225deg); top: 8px; }
.tv-footer__submenu { display: none; margin: 0; padding: 0 0 4px 0; list-style: none; }
.tv-footer__menu-item--has-submenu.is-open > .tv-footer__submenu { display: block; }
.tv-footer__menu-item--child { margin-left: 0; }
.tv-footer__menu-item--child .tv-footer__menu-link { color: #58595e; font-weight: 500; }
.tv-footer__menu-item--has-submenu > .tv-footer__submenu-toggle { color: #0f1721; font-weight: 500; }
.tv-footer__menu-item--has-submenu::before { top: 13px; }
@media (min-width: 768px) {
  .tv-footer__menu-item--has-submenu:not(.is-open) { margin-bottom: 0; }
  .tv-footer__submenu-toggle { min-height: 39px; padding: 10px 0; }
}
@media (max-width: 1199.98px) {
  .tv-header__time { max-width: 360px; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 767.98px) {
  .tv-footer__menu-item--has-submenu { padding-left: 23px; }
  .tv-footer__submenu-toggle { min-height: 34px; padding: 7px 0; font-size: 15px; }
  .tv-footer__submenu { padding-bottom: 8px; }
}
