.tv-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.tv-header { position: sticky; top: 0; z-index: 50; width: 100%; padding: 16px 24px; pointer-events: none; }
.tv-header__frame { pointer-events: auto; max-width: 1400px; margin: 0 auto; background: #f5efe5; border: 2px solid #172033; border-radius: 999px; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; box-shadow: 4px 4px 0px rgba(23,32,51,0.1); }
.tv-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; font-weight: 800; font-family: system-ui, sans-serif; font-size: 1.125rem; text-transform: uppercase; letter-spacing: 0.05em; }
.tv-brand svg { width: 28px; height: 28px; fill: #c45a41; }
.tv-nav-desktop { display: none; align-items: center; gap: 32px; }
@media (min-width: 900px) { .tv-nav-desktop { display: flex; } }
.tv-nav__link { text-decoration: none; color: #172033; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s; }
.tv-nav__link:hover { color: #c45a41; }
.tv-header__actions { display: flex; align-items: center; gap: 16px; }
.tv-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 999px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.875rem; text-decoration: none; transition: all 0.2s; cursor: pointer; border: 2px solid transparent; }
.tv-btn--primary { background: #c45a41; color: #f5efe5; border-color: #c45a41; }
.tv-btn--primary:hover { background: #a34832; border-color: #a34832; }
.tv-btn--secondary { background: transparent; color: #172033; border-color: #172033; }
.tv-btn--secondary:hover { background: #172033; color: #f5efe5; }
.tv-btn--full { width: 100%; margin-bottom: 12px; }
@media (max-width: 899px) { .tv-header__actions .tv-btn { display: none; } }
.tv-burger { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 40px; height: 40px; background: transparent; border: none; cursor: pointer; padding: 8px; }
@media (min-width: 900px) { .tv-burger { display: none; } }
.tv-burger__line { display: block; width: 100%; height: 2px; background: #172033; border-radius: 2px; transition: all 0.2s; }
.tv-footer { background: #172033; color: #f5efe5; padding: 80px 24px 40px; font-family: system-ui, sans-serif; }
.tv-footer__grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 768px) { .tv-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.tv-footer__brand-col { display: flex; flex-direction: column; gap: 16px; }
.tv-footer__logo { font-size: 1.5rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: #c45a41; }
.tv-footer__desc { font-size: 1rem; line-height: 1.6; opacity: 0.8; max-width: 300px; }
.tv-footer__heading { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 24px; display: block; color: #c45a41; }
.tv-footer__nav { display: flex; flex-direction: column; gap: 16px; }
.tv-footer__nav a { color: #f5efe5; text-decoration: none; opacity: 0.8; transition: opacity 0.2s; font-size: 1rem; }
.tv-footer__nav a:hover { opacity: 1; color: #c45a41; }
.tv-footer__contact-info { display: flex; flex-direction: column; gap: 16px; }
.tv-footer__contact-info a { color: #f5efe5; text-decoration: none; opacity: 0.8; transition: opacity 0.2s; }
.tv-footer__contact-info a:hover { opacity: 1; color: #c45a41; }
.tv-footer__bottom { max-width: 1400px; margin: 80px auto 0; padding-top: 24px; border-top: 1px solid rgba(245,239,229,0.1); display: flex; flex-direction: column; gap: 16px; font-size: 0.875rem; opacity: 0.6; }
@media (min-width: 768px) { .tv-footer__bottom { flex-direction: row; justify-content: space-between; } }
.tv-mobile-nav { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: flex-end; }
.tv-mobile-nav[hidden] { display: none; }
.tv-mobile-nav__overlay { position: absolute; inset: 0; background: rgba(23,32,51,0.6); backdrop-filter: blur(4px); }
.tv-mobile-nav__drawer { position: relative; width: 100%; max-width: 400px; background: #f5efe5; height: 100%; display: flex; flex-direction: column; box-shadow: -8px 0 24px rgba(23,32,51,0.1); transform: translateX(100%); transition: transform 0.3s ease; }
.tv-mobile-nav.is-open .tv-mobile-nav__drawer { transform: translateX(0); }
.tv-mobile-nav__header { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 2px solid rgba(23,32,51,0.05); }
.tv-mobile-nav__brand { font-weight: 800; font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.05em; color: #172033; }
.tv-mobile-nav__close { background: transparent; border: none; font-size: 2rem; line-height: 1; color: #172033; cursor: pointer; padding: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.tv-mobile-nav__body { flex: 1; overflow-y: auto; padding: 40px 24px; }
.tv-mobile-nav__links { display: flex; flex-direction: column; gap: 32px; }
.tv-mobile-nav__links a { font-size: 1.5rem; font-weight: 800; color: #172033; text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em; }
.tv-mobile-nav__footer { padding: 24px; border-top: 2px solid rgba(23,32,51,0.05); }
.text-base { font-size: 1rem; }
.break-all { word-break: break-all; }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
