.tvk-header { position: relative; z-index: 1000; color: #fff; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(10,11,11,.98); }
.tvk-header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: var(--tvk-site-header-height); gap: 34px; }
.tvk-brand { display: inline-flex; min-width: 210px; align-items: center; }
.tvk-brand-logo { display: block; width: auto; height: var(--tvk-site-logo-height); max-width: 100%; object-fit: contain; object-position: left center; }
.tvk-primary-nav { justify-self: center; }
.tvk-nav-list, .tvk-primary-nav ul { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); margin: 0; padding: 0; list-style: none; }
.tvk-primary-nav a { display: block; padding-block: 30px; color: #f1efec; font-size: 14px; white-space: nowrap; }
.tvk-primary-nav a:hover, .tvk-primary-nav .current-menu-item > a, .tvk-primary-nav .current_page_item > a { color: var(--tvk-accent); }
.tvk-primary-nav .sub-menu { position: absolute; display: none; min-width: 220px; padding: 10px 18px; border: 1px solid #292929; background: var(--tvk-black); box-shadow: var(--tvk-shadow); }
.tvk-primary-nav li:hover > .sub-menu, .tvk-primary-nav li:focus-within > .sub-menu { display: block; }
.tvk-primary-nav .sub-menu a { padding-block: 9px; }
.tvk-menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.tvk-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s ease; }
.tvk-hero { position: relative; overflow: hidden; min-height: 590px; color: #fff; background: #080909 url("../../../../uploads/2025/02/h2-bg-img-1.webp") center/cover no-repeat; }
.tvk-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,6,6,.98) 0%, rgba(5,6,6,.9) 43%, rgba(5,6,6,.12) 78%); }
.tvk-hero-inner { position: relative; z-index: 1; display: grid; align-content: center; min-height: 590px; padding-block: 70px 38px; }
.tvk-hero-copy { max-width: 640px; }
.tvk-hero-copy h1 { max-width: 620px; }
.tvk-hero-copy p { max-width: 570px; margin-bottom: 28px; color: #d2cfca; font-size: 18px; }
.tvk-hero-trust { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 820px; margin: 60px 0 0; padding: 0; list-style: none; }
.tvk-hero-trust li { padding: 0 25px; border-left: 1px solid rgba(255,255,255,.18); }
.tvk-hero-trust li:first-child { padding-left: 0; border-left: 0; }
.tvk-hero-trust strong, .tvk-hero-trust span { display: block; }
.tvk-hero-trust strong { color: #fff; }
.tvk-hero-trust span { margin-top: 3px; color: #aaa6a0; font-size: 12px; line-height: 1.45; }
.tvk-page-hero { position: relative; overflow: hidden; min-height: 330px; padding-block: 46px 74px; background: radial-gradient(circle at 78% 40%, rgba(187,116,75,.15), transparent 22%), linear-gradient(120deg, #fff, #f8f2ed); }
.tvk-page-hero::after { position: absolute; top: 20px; right: max(5vw, calc((100vw - var(--tvk-container))/2)); width: 250px; height: 250px; content: "§"; color: rgba(150, 90, 54, .09); font-family: var(--tvk-serif); font-size: 230px; line-height: 1; }
.tvk-page-hero-copy { position: relative; z-index: 1; max-width: 700px; padding-top: 45px; }
.tvk-page-hero-copy p { max-width: 680px; color: var(--tvk-muted); font-size: 18px; }
.tvk-account-shell { max-width: 980px; }
.tvk-account-page { background: linear-gradient(180deg, #f4eee8 0, var(--tvk-bg) 360px); }
.tvk-plugin-surface { padding: clamp(20px, 5vw, 52px); border: 1px solid var(--tvk-border); border-radius: var(--tvk-radius-lg); background: #fff; box-shadow: var(--tvk-shadow); }
.tvk-article-layout { max-width: 920px; }
.tvk-final-cta { padding-block: 35px; border-top: 1px solid var(--tvk-border); background: #eee4db; }
.tvk-final-cta-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.tvk-final-cta-icon { color: var(--tvk-accent); font-size: 50px; line-height: 1; }
.tvk-final-cta h2 { margin: 0 0 4px; font-size: 28px; }
.tvk-final-cta p { margin: 0; color: var(--tvk-muted); }
.tvk-footer { padding-top: 68px; color: #c8c6c3; background: #101111; }
.tvk-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 55px; padding-bottom: 55px; }
.tvk-footer .tvk-brand { color: #fff; }
.tvk-footer-about p { max-width: 300px; margin-top: 22px; color: #9e9c99; font-size: 14px; }
.tvk-footer-title { color: #fff; font-family: var(--tvk-sans) !important; font-size: 15px !important; font-weight: 600 !important; letter-spacing: 0 !important; }
.tvk-footer ul { margin: 18px 0 0; padding: 0; list-style: none; }
.tvk-footer li, .tvk-footer p { margin-bottom: 8px; font-size: 14px; }
.tvk-footer a:hover { color: var(--tvk-accent); }
.tvk-footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid #242525; color: #7d7c7a; }
.tvk-footer-bottom p { margin: 0; }
.tvk-footer-bottom ul { display: flex; gap: 24px; margin: 0; }
