/*
 Theme Name: Tinhvan
 Theme URI: https://compay.vn
 Description: Theme Tinhvan 
 Author: Compay
 Version: 0.1.1
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #165598;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    opacity: 0.8;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 24px;
}

h2,
.h2 {
    font-size: 30px;
    margin-bottom: 24px;
}

h3,
.h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

h4,
.h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

h5,
.h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

h6,
.h6 {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-style: normal;
    font-weight: 600;
}

p {
    margin: 0 0 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.tv-container {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Header */
.tv-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.home .tv-site-header {
  position: fixed;
  left: 0;
  right: 0;
  border: 0;
}

body.admin-bar.home .tv-site-header {
  top: 32px;
}

body.home:not(.tv-scroll-down) .tv-site-header {
  background: transparent;
  box-shadow: none;
}

.tv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.tv-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.tv-logo-wrap {
  background: rgba(255, 255, 255, 0.95);
  padding: 0.4rem 1rem;
  border-radius: 0.9rem;
}

.tv-logo-img {
  height: 40px;
  width: auto;
}

.tv-nav-desktop {
  display: none;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
}

.tv-header-cta {
  display: none;
  margin-left: 1rem;
}

.tv-nav-link {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}

.tv-nav-link:hover {
  background: #e5f0ff;
  color: #1d4ed8;
}

.tv-nav-item {
  position: relative;
}

.tv-nav-item:hover .tv-nav-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tv-nav-dropdown {
  position: absolute;
  top: 115%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  padding: 0.35rem 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tv-nav-dropdown a {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  color: #374151;
  text-decoration: none;
}

.tv-nav-dropdown a:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.tv-nav-toggle {
  display: none;
}

.tv-nav-toggle-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  cursor: pointer;
}

.tv-nav-toggle-btn span {
  display: block;
  height: 2px;
  width: 18px;
  background: #111827;
  margin: 0 auto;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tv-nav-toggle:checked ~ .tv-nav-toggle-btn span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.tv-nav-toggle:checked ~ .tv-nav-toggle-btn span:nth-child(2) {
  opacity: 0;
}
.tv-nav-toggle:checked ~ .tv-nav-toggle-btn span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.tv-nav-mobile {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem 1rem 1.5rem;
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.tv-nav-mobile .nav-menu-wrapper {
  display: flex;
  flex-direction: column;
}
.tv-nav-mobile .nav-menu-wrapper ul {
  flex-direction: column;
  gap: 0;
}
.tv-nav-mobile .nav-menu-wrapper ul li a {
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}

.tv-nav-mobile a {
  padding: 0.6rem 0.9rem;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  color: #374151;
  text-decoration: none;
}

.tv-nav-mobile a:hover {
  background: #f3f4f6;
}
.tv-nav-toggle:checked ~ .tv-nav-mobile {
  display: flex;
}

body.home:not(.tv-scroll-down) .tv-nav-toggle:checked ~ .tv-nav-toggle-btn span {
  background: #111827;
}

/* Hero slider */
.tv-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0c1222 0%, #1e3a5f 45%, #1a2744 100%);
  color: #fff;
}

.tv-hero-carousel .item {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.tv-hero-carousel .item .tv-container {
  position: relative;
}

.tv-hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.tv-hero-bg-image {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.tv-hero-bg-image.is-active {
  opacity: 0.22;
  transform: scale(1);
}

.tv-hero-inner {
  position: relative;
  z-index: 5;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}

.tv-hero-grid {
  width: 100%;
}

.tv-hero-slide {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-right: 0;
}

.tv-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  background-color: rgba(56, 189, 248, 0.22);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.tv-hero-title {
  font-size: clamp(2.3rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 0.75rem;
}

.tv-hero-subtitle {
  font-size: 1rem;
  color: rgba(241, 245, 249, 0.85);
  margin: 0 0 1.75rem;
  max-width: 26rem;
}

.tv-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.tv-hero-buttons a{
  transition: all 0.3s ease;
}

.tv-hero-buttons a:hover{
  transform: translateY(-5px);
}

.tv-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.9rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  transition: all 0.3s ease;
}

.tv-btn-primary:hover{
  transform: translateY(-5px);
}

.tv-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background-color: rgba(255, 255, 255, 0.95);
  color: #334155;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tv-btn-ghost:hover{
  transform: translateY(-5px);
}

.tv-hero-phone-wrap {
  display: flex;
  justify-content: center;
}

.tv-hero-phone {
  position: relative;
}

.tv-hero-arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tv-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #1d4ed8, #0f172a);
  color: #e5e7eb;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.7);
  pointer-events: auto;
}

.tv-hero-arrow--left {
  left: 1rem;
}

.tv-hero-arrow--right {
  right: 1rem;
}

.tv-hero-arrow svg {
  width: 1.2rem;
  height: 1.2rem;
}

.tv-hero-dots {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.55rem;
}

.tv-hero-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  border: none;
  background-color: rgba(248, 250, 252, 0.4);
  cursor: pointer;
}

.tv-hero-dot.is-active {
  width: 1.6rem;
  background-color: #f97316;
}

.tv-hero-slide-wrap {
  min-height: 300px;
}

.tv-hero .owl-dots {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.owl-dots {
  display: flex;
  gap: 10px;
}

.owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  transition: all 0.2s ease;
  display: block;
}

.owl-dot.active span {
  width: 24px !important;
  background: #fab040 !important;
  border-radius: 999px;
}

.tv-hero .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 0.5rem;
  pointer-events: none;
}

.tv-hero .owl-nav button.owl-prev,
.tv-hero .owl-nav button.owl-next {
  pointer-events: auto;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(56, 189, 248, 0.25);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.tv-hero .owl-nav button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
}

.tv-hero .owl-nav button span svg {
  width: 100%;
  height: 100%;
  color: inherit;
}

/* Hero custom animations */
@keyframes tvHeroContentIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes tvHeroPhoneIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tv-hero-content-animate {
  animation: tvHeroContentIn 0.6s ease forwards;
}

.tv-hero-phone-animate {
  animation: tvHeroPhoneIn 0.6s ease forwards;
}

@keyframes tvHeroFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes tvHeroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tv-hero .owl-animated-out.tvHeroFadeOut {
  animation: tvHeroFadeOut 0.6s ease forwards;
}

.tv-hero .owl-animated-in.tvHeroFadeIn {
  animation: tvHeroFadeIn 0.6s ease forwards;
}

/* Strategic banner */
.tv-strategic {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 3rem;
  background: linear-gradient(135deg, #f59e0b, #f97316, #ef4444);
  color: #fff;
}

.tv-strategic-bg {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.6'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.tv-strategic-inner {
  position: relative;
  z-index: 10;
  text-align: center;
}

.tv-strategic-badge-wrap {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.tv-strategic-badge {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
}

.tv-strategic-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1rem;
}

.tv-strategic-title span {
  color: #fef9c3;
}

.tv-strategic-panel-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.tv-strategic-panel {
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 1.25rem;
  padding: 1.75rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.tv-strategic-panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  text-align: left;
}

.tv-strategic-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.tv-strategic-icon-bad {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.tv-strategic-icon-good {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.tv-strategic-item h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.tv-strategic-item p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

.tv-strategic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.tv-strategic-chip {
  background-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
}

/* Services section */
.tv-services {
  padding: 4rem 0;
  background: linear-gradient(to bottom, #ffffff, #f9fafb);
}

.tv-services-header {
  text-align: center;
  margin-bottom: 3rem;
}

.tv-pill {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.tv-section-subtitle {
  max-width: 640px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 1rem;
}

.tv-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tv-service-card {
  position: relative;
  border-radius: 1.5rem;
  background: rgb(238 242 255 / 1);
  padding: 1.75rem;
  transition: all 0.3s ease;
}

.tv-service-card:nth-child(6n + 2) {
  background: rgb(239 246 255 / 1);
}

.tv-service-card:nth-child(6n + 3) {
  background: rgb(239 246 255 / 1);
}

.tv-service-card:nth-child(6n + 4) {
  background: rgb(255 251 235 / 1);
}

.tv-service-card:nth-child(6n + 5) {
  background: rgb(250 245 255 / 1);
}

.tv-service-card:nth-child(6n + 6) {
  background: rgb(255 241 242 / 1);
}

.tv-service-card:hover{
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.tv-service-card:nth-child(6n + 2):hover{
  background: linear-gradient(to bottom right, #3b82f6, #06b6d4);
}

.tv-service-card:nth-child(6n + 3):hover{
  background: linear-gradient(to bottom right, #3b82f6, #06b6d4);
}

.tv-service-card:nth-child(6n + 4):hover{
  background: linear-gradient(to bottom right, #f59e0b, #f97316);
}

.tv-service-card:nth-child(6n + 5):hover{
  background: linear-gradient(to bottom right, #a855f7, #ec4899);
}

.tv-service-card:nth-child(6n + 6):hover{
  background: linear-gradient(to bottom right, #f43f5e, #ef4444);
}

.tv-service-card:hover *{
  color: #fff;
}

.tv-service-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  color: #fff;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tv-service-card:nth-child(6n + 2) .tv-service-icon {
  background-image: linear-gradient(to bottom right, #3b82f6, #06b6d4);
}

.tv-service-card:nth-child(6n + 3) .tv-service-icon {
  background-image: linear-gradient(to bottom right, #3b82f6, #06b6d4);
}

.tv-service-card:nth-child(6n + 4) .tv-service-icon {
  background-image: linear-gradient(to bottom right, #f59e0b, #f97316);
}

.tv-service-card:nth-child(6n + 5) .tv-service-icon {
  background-image: linear-gradient(to bottom right, #a855f7, #ec4899);
}

.tv-service-card:nth-child(6n + 6) .tv-service-icon {
  background-image: linear-gradient(to bottom right, #f43f5e, #ef4444);
}

.tv-service-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem;
}

.tv-service-text {
  margin: 0 0 1rem;
  color: #4b5563;
  font-size: 0.95rem;
}

.tv-link-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #2563eb;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.tv-services-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.tv-btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.35);
  transition: all 0.3s ease;
}

.tv-btn-blue:hover {
  transform: translateY(-5px);
}

/* News section */
.tv-news {
  padding: 4rem 0;
  background: #ffffff;
}

.tv-news-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.tv-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}

.tv-news-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.tv-aspect-16x10 {
  aspect-ratio: 16 / 10;
  background: #111827;
}

.tv-aspect-16x10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.3s ease;
}

.tv-news-body {
  padding: 15px 0 0;
}

.tv-meta-row {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.6rem;
}

.tv-news-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.4rem;
}

.tv-news-text {
  margin: 0;
  color: #4b5563;
  font-size: 0.92rem;
}

.tv-link-green {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #047857;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.tv-link-green svg {
  width: 16px;
}

/* Announcements (slider: 1 row per slide, bell icon, dots + nav same row) */
.tv-announcements {
  padding: 3rem 0;
  background: #f9fafb;
}

.tv-announcements-card {
  background: #ffffff;
  border-radius: 1.75rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.tv-announcements-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.75rem;
  border-bottom: 1px solid #f3f4f6;
  gap: 1rem;
  flex-wrap: wrap;
}

.tv-announcements-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tv-announcements-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #fef9c3;
  color: #ca8a04;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tv-announcements-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.tv-announcements-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.tv-announcements-slider {
  padding: 1.25rem 1.75rem 1rem;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.tv-announcements-slider .owl-stage-outer {
  grid-row: 1;
  grid-column: 1 / -1;
}

.tv-announcements-slider .owl-dots {
  order: 1;
}

.tv-announcements-slider .owl-nav {
  display: flex;
  order: 2;
}

.tv-announcements-slider .owl-nav button {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-announcements-slider .owl-nav button:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.tv-announcements-slider .owl-nav button span {
  font-size: 0;
  line-height: 0;
}

.tv-announcements-slider .owl-nav button span svg {
  width: 1rem;
  height: 1rem;
}

.tv-announcements-slider .owl-dot span {
  background: #e2e8f0;
}

.tv-announcement-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.5rem 0;
}

.tv-announcement-cat {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.75rem;
  font-weight: 600;
}

.tv-announcement-main {
  flex: 1;
  min-width: 0;
  padding: 0 0.5rem;
}

.tv-announcement-text {
  margin: 0;
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.45;
}

.tv-announcement-date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.tv-announcement-date svg {
  flex-shrink: 0;
  color: #6b7280;
  width: 18px;
}

.tv-announcements-body {
  padding: 1.5rem 1.75rem;
}

.tv-badge {
  display: inline-flex;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  align-items: center;
  gap: 8px;
}

/* Promotions */
.tv-promotions {
  padding: 4rem 0;
  background: radial-gradient(circle at top left, #064e3b, #022c22);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.tv-promotions-bg {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(circle at 25% 25%, #fff 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, #fff 1px, transparent 1px);
  background-size: 50px 50px;
}

.tv-promotions-inner {
  position: relative;
  z-index: 10;
}

.tv-promotions-header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.tv-pill-amber {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.15);
  color: #fed7aa;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}

.tv-promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.tv-promo-card {
  border-radius: 1.6rem;
  overflow: hidden;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.tv-promo-thumb {
  position: relative;
  overflow: hidden;
}

.tv-promo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tv-promo-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #facc15);
  font-size: 0.75rem;
  font-weight: 700;
  color: #111827;
}

.tv-promo-body {
  padding: 1.1rem 1.2rem 1.3rem;
}

.tv-promo-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
}

.tv-promo-text {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.tv-promo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.8rem;
  border-radius: 1rem;
  background: #f3f4f6;
  margin-bottom: 0.9rem;
}

.tv-promo-code-left {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
}

.tv-promo-code-text {
  font-family: monospace;
  font-weight: 700;
  color: #047857;
}

.tv-promo-code-copy {
  font-size: 0.78rem;
  color: #6b7280;
}

.tv-btn-green {
  display: block;
  text-align: center;
  padding: 0.65rem 1rem;
  border-radius: 0.85rem;
  background: #047857;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.tv-promotions-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.tv-btn-amber {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  background: #b45309;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
}

.tv-btn-amber svg {
  width: 20px;
}

/* Registration section */
.tv-register {
  padding: 4rem 0;
  background: linear-gradient(to bottom, #f9fafb, #ffffff);
}

.tv-register-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .tv-register-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tv-register-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tv-register-step {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.tv-register-step-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  background-image: linear-gradient(to bottom right, #3b82f6, #06b6d4);
  transition: all 0.3s ease;
}

.tv-register-step:nth-child(4n + 2) .tv-register-step-number {
  background-image: linear-gradient(to bottom right, #10b981, #14b8a6);
}

.tv-register-step:nth-child(4n + 3) .tv-register-step-number {
  background-image: linear-gradient(to bottom right, #f59e0b, #f97316);
}

.tv-register-step:nth-child(4n + 4) .tv-register-step-number {
  background-image: linear-gradient(to bottom right, #a855f7, #ec4899);
}

.tv-register-step:hover .tv-register-step-number{
  transform: scale(1.1);
}

.tv-register-step-number svg {
  width: 28px;
  height: 28px;
}

.tv-register-step-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9ca3af;
  margin-bottom: 0.1rem;
}

.tv-register-step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.15rem;
}

.tv-register-step-text {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
}

.tv-register-mockup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

.tv-register-mockup-bg {
  position: absolute;
  inset: -2rem;
  border-radius: 999px;
  background: radial-gradient(circle at top, rgba(16, 185, 129, 0.4), transparent 55%),
    radial-gradient(circle at bottom, rgba(52, 211, 153, 0.4), transparent 55%);
  filter: blur(18px);
  opacity: 0.6;
}

.tv-register-mockup-phone {
  position: relative;
  z-index: 1;
  border-radius: 3rem;
  background: linear-gradient(180deg, #111827, #020617);
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.75);
}

.tv-register-mockup-phone-inner {
  border-radius: 2.3rem;
  overflow: hidden;
  background: #fff;
}

.tv-register-mockup-phone-inner img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes tvFloatUpDownSmall {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes tvFloatUpDownBig {
  0% { transform: translateY(0); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0); }
}

.tv-register-mockup-badge {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  box-shadow: 0 20px 40px rgba(249, 115, 22, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  animation: tvFloatUpDownSmall 2s ease-in-out infinite;
  display: none;
}

.tv-register-mockup-badge-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fefce8;
}

.tv-register-mockup-card {
  position: absolute;
  left: -2rem;
  bottom: -0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.35);
  z-index: 2;
  animation: tvFloatUpDownBig 2.6s ease-in-out infinite;
  display: none;
}

.tv-register-mockup-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgb(209 250 229 / 1);
  position: relative;
  color: rgb(5 150 105 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-register-mockup-card-label {
  margin: 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.tv-register-mockup-card-value {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}

.tv-btn-register {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border-radius: 999px;
  background: #047857;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
}

/* Policy summary */
.tv-policy {
  padding: 3rem 0 4rem;
  background: #ffffff;
}

.tv-policy-card {
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  padding: 2rem 2.25rem;
  transition: all 0.3s ease;
}

.tv-policy-card:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.tv-policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 3fr) minmax(0, 0.5fr);
  gap: 12px;
  align-items: center;
}

@media (max-width: 900px) {
  .tv-policy-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.tv-policy-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.tv-policy-item {
  text-align: center;
}

.tv-policy-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.4rem;
  border-radius: 0.9rem;
  background: #dcfce7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: rgb(5 150 105 / 1);
}

.tv-policy-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.15rem;
}

.tv-policy-text {
  margin: 0;
  color: #374151;
  font-size: 0.78rem;
}

/* Footer */
.tv-footer {
  background: radial-gradient(circle at top left, #111827, #020617);
  color: #e5e7eb;
}

.tv-footer-top {
  border-bottom: 1px solid #1f2937;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.tv-footer-grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .tv-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .tv-footer-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.tv-footer-col {
  font-size: 0.8rem;
}

.tv-footer-logo-link {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.tv-footer-logo-img {
  height: 44px;
  width: auto;
}

.tv-footer-title-small {
  font-weight: 600;
  color: #f9fafb;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
}

.tv-footer-title {
  font-weight: 600;
  color: #f9fafb;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.tv-footer-subtitle {
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.tv-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #9ca3af;
  line-height: 1.5;
}

.tv-footer-list li span {
  color: #e5e7eb;
}

.tv-footer-list a {
  color: #9ca3af;
  text-decoration: none;
}

.tv-footer-list a:hover {
  color: #38bdf8;
}

.tv-footer-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.tv-footer-social a {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
  font-size: 0.8rem;
  text-decoration: none;
}

.tv-footer-social a:hover {
  background: #1d4ed8;
}

.tv-footer-store-link {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.tv-footer-store-img {
  height: 40px;
  width: auto;
}

.tv-footer-note {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 0.4rem;
}

.tv-footer-badges {
  display: flex;
  gap: 0.4rem;
}

.tv-footer-badges span {
  padding: 0.25rem 0.5rem;
  border-radius: 0.6rem;
  background: #111827;
  font-size: 0.7rem;
  color: #9ca3af;
}

.tv-footer-bottom {
  padding: 0.9rem 0 1.2rem;
}

.tv-footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .tv-footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.tv-footer-copy {
  color: #6b7280;
  font-size: 0.8rem;
  margin: 0;
}

.tv-footer-links {
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
}

.tv-footer-links a {
  color: #6b7280;
  text-decoration: none;
}

.tv-footer-links a:hover {
  color: #34d399;
}

/* ========== Floating app download promo (footer) ========== */
.tv-app-promo {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
}

.tv-app-promo--hidden {
  display: none !important;
}

.tv-app-promo-panel {
  position: relative;
  width: 20rem;
  max-width: calc(100vw - 2rem);
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}

.tv-app-promo-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tv-app-promo-close:hover {
  background: #e5e7eb;
  color: #374151;
}

.tv-app-promo-close:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.tv-app-promo-close-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.tv-app-promo-head {
  padding: 1.25rem 1.25rem 2rem;
  background: linear-gradient(90deg, #2563eb 0%, #0891b2 100%);
}

.tv-app-promo-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.tv-app-promo-badge-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.tv-app-promo-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.tv-app-promo-lede {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.tv-app-promo-qr-wrap {
  padding: 0 1.25rem;
  margin-top: -1rem;
}

.tv-app-promo-qr-card {
  padding: 1rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.tv-app-promo-qr {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 0.5rem;
}

.tv-app-promo-actions {
  padding: 1.25rem 1.25rem 1.5rem;
}

.tv-app-promo-hint {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

.tv-app-promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.tv-app-promo-cta:hover {
  background: #1d4ed8;
  color: #ffffff;
}

.tv-app-promo-cta:focus-visible {
  outline: 2px solid #1e40af;
  outline-offset: 2px;
}

.tv-app-promo-cta-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.tv-app-promo-store {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.tv-app-promo-store-link {
  display: inline-block;
  line-height: 0;
  border-radius: 0.35rem;
  transition: opacity 0.2s ease;
}

.tv-app-promo-store-link:hover {
  opacity: 0.85;
}

.tv-app-promo-store-link:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.tv-app-promo-store-img {
  height: 2.5rem;
  width: auto;
  display: block;
}

@media (max-width: 480px) {
  .tv-app-promo {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .tv-app-promo-panel {
    width: 100%;
    max-width: none;
  }
}

/* ========== Page templates (About, Services, News, Help, Partners) ========== */
.tv-page {
  padding-top: 0;
  min-height: 60vh;
}

.tv-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tv-page-hero {
  position: relative;
  padding: 5rem 0;
  color: #fff;
  overflow: hidden;
}

.tv-page-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.tv-page-hero-emerald {
  background: linear-gradient(135deg, #064e3b 0%, #065f46 50%, #0f766e 100%);
}

.tv-page-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}

.tv-page-hero-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.tv-page-hero-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  margin: 0 0 1rem;
  line-height: 1.15;
}

.tv-page-hero-accent {
  color: #fbbf24;
}

.tv-page-hero-desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
}

.tv-container-narrow {
  max-width: 56rem;
}

/* Tabs (About) */
.tv-tabs-bar {
  position: sticky;
  top: 72px;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
}

.tv-tabs-list {
  display: flex;
  gap: 0;
}

.tv-tab-trigger {
  padding: 1rem 1.5rem;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.tv-tab-trigger:hover {
  color: #2563eb;
}

.tv-tab-trigger.is-active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}

.tv-tab-panel {
  display: block;
}

.tv-tab-panel-hidden {
  display: none;
}

/* Section common */
.tv-section {
  padding: 4rem 0;
}

.tv-section-gray {
  background: #f8fafc;
}

.tv-section-warm {
  background: linear-gradient(180deg, #fef2f2 0%, #fff7ed 50%, #fffbeb 100%);
}

.tv-section-title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  margin: 0;
}

.tv-section-title-center {
  text-align: center;
  margin-bottom: 1rem;
}

.tv-section-desc {
  color: #4b5563;
  line-height: 1.65;
  margin: 0 0 1.5rem;
}

.tv-section-desc-center {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.tv-text-primary {
  color: #2563eb;
}

.tv-text-emerald {
  color: #059669;
}

.tv-text-amber {
  color: #fbbf24;
}

.tv-badge-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.tv-badge-red {
  background: #fee2e2;
  color: #b91c1c;
}

.tv-badge-amber {
  background: #fef3c7;
  color: #b45309;
}

.tv-badge-green {
  background: #d1fae5;
  color: #047857;
}

.tv-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tv-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tv-check-list li svg {
  width: 20px;
  min-width: 20px;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.tv-check {
  display: inline-block;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  flex-shrink: 0;
  color: rgb(59 130 246 / 1);
}

/* About: mission */
.tv-about-mission-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .tv-about-mission-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.tv-img-wrap {
  border-radius: 1.5rem;
  overflow: hidden;
  line-height: 0;
}

.tv-img-shadow {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Why choose */
.tv-why-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .tv-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tv-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tv-why-grid-four {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .tv-why-grid-four {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tv-why-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}

.tv-why-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.tv-why-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(37 99 235 / 1);
}

.tv-why-icon-blue {
  background: #dbeafe;
}

.tv-why-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.tv-why-desc {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* CTA */
.tv-cta {
  padding: 4rem 0;
  text-align: center;
}

.tv-cta-blue {
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
  color: #fff;
}

.tv-cta-emerald {
  background: linear-gradient(135deg, #059669 0%, #0d9488 100%);
  color: #fff;
}

.tv-cta-title {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 800;
  margin: 0 0 1rem;
}

.tv-cta-desc {
  font-size: 1.125rem;
  opacity: 0.9;
  margin: 0 0 2rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.tv-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.tv-btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.tv-btn-lg {
  padding: 0.9rem 2rem;
  font-size: 1.1rem;
}

.tv-btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.tv-btn-ghost-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: transparent;
}

.tv-btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* About: challenges */
.tv-challenge-group {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.tv-challenge-group-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}

.tv-challenge-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-challenge-icon-blue {
  background: #dbeafe;
  color: rgb(37 99 235 / 1);
}

.tv-challenge-icon-green {
  background: #d1fae5;
  color: rgb(5 150 105 / 1);
}

.tv-challenge-icon-amber {
  background: #fef3c7;
  color: rgb(217 119 6 / 1);
}

.tv-challenge-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tv-challenge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tv-challenge-item {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  color: #374151;
}

.tv-challenge-item-blue {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.tv-challenge-item-green {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.tv-challenge-item-amber {
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.tv-challenge-num {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #2563eb;
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.tv-challenge-item-green .tv-challenge-num {
  background: #059669;
}

.tv-challenge-item-amber .tv-challenge-num {
  background: #d97706;
}

/* System cards */
.tv-system-cards {
  margin-top: 2rem;
}

.tv-system-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.tv-system-card-header {
  padding: 1.5rem 2rem;
  color: #fff;
}

.tv-system-card-header h3 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tv-system-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff3;
}

.tv-system-card-icon svg {
  width: 28px;
  height: 28px;
}

.tv-system-card-header p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
}

.tv-system-card-header-blue {
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
}

.tv-system-card-header-green {
  background: linear-gradient(90deg, #10b981, #14b8a6);
}

.tv-system-card-header-amber {
  background: linear-gradient(90deg, #f59e0b, #f97316);
}

.tv-system-card-header-blue + .tv-system-card-body .tv-system-feature svg {
  color: #1d4ed8;
}

.tv-system-card-header-green + .tv-system-card-body .tv-system-feature svg {
  color: #10b981;
}

.tv-system-card-header-amber + .tv-system-card-body .tv-system-feature svg {
  color: #f59e0b;
}

.tv-system-card-body {
  padding: 1.5rem 2rem;
}

.tv-system-features {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .tv-system-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tv-system-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  color: #374151;
}

.tv-system-feature .tv-check {
  margin-top: 0.15rem;
}

/* Results banner */
.tv-results-banner {
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
  border-radius: 1.5rem;
  padding: 2rem;
  color: #fff;
}

@media (min-width: 768px) {
  .tv-results-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    padding: 3rem;
  }
}

.tv-results-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 1rem;
}

.tv-results-desc {
  margin: 0 0 2rem;
  color: #fffc;
}

.tv-results-note {
  margin: 0 0 1.5rem;
  opacity: 0.8;
  font-size: 0.95rem;
}

.tv-results-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.tv-results-stat {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
}

.tv-results-stat-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fbbf24;
}

.tv-results-stat-label {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Services */
.tv-services-nav-bar {
  padding: 2rem 0 0;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
}

.tv-services-panels {
  display: block;
}

.tv-service-panel {
  display: block;
}

.tv-service-panel-hidden {
  display: none;
}

.tv-services-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.tv-services-nav-pill {
  display: inline-flex;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #64748b;
  background: #f1f5f9;
  text-decoration: none;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
}

.tv-services-nav-pill:hover {
  background: #e2e8f0;
  color: #334155;
}

.tv-services-nav-pill.is-active {
  background: #2563eb;
  color: #fff;
}

.tv-service-detail-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .tv-service-detail-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.tv-service-features {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .tv-service-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tv-service-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #f8fafc;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  color: #374151;
}

.tv-service-guide {
  background: #f8fafc;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.tv-service-guide-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}

.tv-service-guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tv-service-guide-steps li {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
  padding: 16px;
  display: flex;
  gap: 16px;
  background-color: rgb(255 255 255 / 1);
  border-radius: 16px;
  align-items: center;
}

.tv-service-guide-steps li i {
  font-style: normal;
  background-image: linear-gradient(to bottom right, #3b82f6, #06b6d4);
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tv-service-img-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tv-service-img-wrap img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  display: block;
}

.tv-registration-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .tv-registration-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tv-registration-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #f1f5f9;
}

.tv-registration-header {
  padding: 2rem;
  color: #fff;
}

.tv-registration-header h3 {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}

.tv-registration-header p {
  margin: 0;
  opacity: 0.95;
  font-size: 20px;
}

.tv-registration-header-green {
  background: linear-gradient(90deg, #059669, #047857);
}

.tv-registration-header-teal {
  background: linear-gradient(90deg, #0d9488, #0891b2);
}

.tv-registration-body {
  padding: 2rem;
}

.tv-registration-body h4 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tv-registration-body h4 svg {
  color: rgb(5 150 105 / 1);
}

.tv-registration-body .tv-btn-primary {
  margin-top: 1rem;
}

.tv-member-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin: 1rem 0;
}

@media (min-width: 640px) {
  .tv-member-types {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tv-member-type-btn {
  display: flex;
  padding: 1rem;
  text-align: center;
  border: 1px solid #a7f3d0;
  border-radius: 0.75rem;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  flex-direction: column;
  font-size: 14px;
}

.tv-member-type-btn svg {
  width: 16px;
  color: rgb(5 150 105 / 1);
}

.tv-member-type-btn:hover {
  background: #ecfdf5;
  border-color: #059669;
  opacity: 1;
}

/* News */
.tv-news-section-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: #111827;
}

.tv-news-featured-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .tv-news-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tv-news-featured-card {
  border-radius: 1.5rem;
  overflow: hidden;
}

.tv-news-featured-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.tv-news-featured-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tv-news-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
}

.tv-news-featured-meta {
  position: absolute;
  bottom: 4rem;
  left: 1.5rem;
  right: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.tv-news-featured-title {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.tv-news-filter-bar {
  padding: 1rem 0;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
  position: sticky;
  top: 72px;
  z-index: 25;
}

.tv-news-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.tv-news-search-wrap {
  position: relative;
  max-width: 384px;
  width: 100%;
}

.tv-news-search-btn {
  border: 0;
  background: transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

.tv-news-search-btn svg {
  width: 20px;
  height: 20px;
  color: rgb(156 163 175 / 1);
}

.tv-news-search-input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 1rem;
}

.tv-news-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tv-news-cat-pill {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.tv-news-cat-pill svg {
  width: 18px;
  height: 18px;
}

.tv-news-cat-pill:hover {
  background: #e2e8f0;
  color: #334155;
}

.tv-news-cat-pill.is-active {
  background: #059669;
  color: #fff;
}

.tv-page-news .tv-news-cat-pill.is-active {
  background: #059669;
}

.tv-news-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .tv-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tv-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tv-news-card-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 16px;
  position: relative;
}

.tv-news-card-img .post_bg {
  background: rgb(246 144 14 / 80%);
  position: absolute;
  inset: 0;
}

.tv-news-card:hover img {
  transform: scale(1.05);
}

.tv-news-card:hover .tv-news-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, rgb(0 0 0 / .5), transparent);
}

.tv-news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.tv-news-card-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  font-size: 0.8rem;
  color: #6b7280;
}

.tv-news-card-cat {
  padding: 0.2rem 0.5rem;
  background: #d1fae5;
  color: #047857;
  border-radius: 0.25rem;
  font-weight: 500;
}

.tv-news-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #111827;
  line-height: 1.35;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tv-news-card-excerpt {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0 0 0.75rem;
  line-height: 1.5;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tv-news-card-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #059669;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none !important;
}

.tv-news-card-link:hover {
  text-decoration: underline;
}

.tv-news-load-more-wrap {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
}

/* Announcements */
.tv-announcement-alert {
  padding: 1rem 0;
  background: #fffbeb;
  border-bottom: 1px solid #fde68a;
}

.tv-announcement-alert-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.tv-announcement-alert-icon {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 999px;
  background: #fef3c7;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(217 119 6 / 1);
}

.tv-announcement-alert-text {
  flex: 1;
  color: #92400e;
  font-size: 0.9rem;
}

.tv-announcement-alert-text a {
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.tv-announcement-alert-link {
  white-space: nowrap;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
  font-size: .75rem;
  line-height: 1rem;
  padding: 0.4rem .75rem;
  border: 1px solid rgb(252 211 77 / var(--tw-border-opacity, 1));
  background: hsl(0deg 0% 100%);
  border-radius: 5px;
  font-weight: 500;
}

.tv-announcements-list {
  margin-bottom: 0;
}

.tv-announcement-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tv-announcement-item-important {
  border-color: #fde68a;
  background: #fffbeb;
}

.tv-announcement-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-announcement-icon svg {
  width: 28px;
  height: 28px;
}

.tv-announcement-icon-blue {
  background: #dbeafe;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.tv-announcement-icon-purple {
  background: #ede9fe;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.tv-announcement-icon-amber {
  background: #fef3c7;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.tv-announcement-content {
  flex: 1;
}

.tv-announcement-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.tv-announcement-badge {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.tv-announcement-badge-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.tv-announcement-badge-purple {
  background: #ede9fe;
  color: #5b21b6;
}

.tv-announcement-badge-amber {
  background: #fef3c7;
  color: #b45309;
}

.tv-announcement-badge-red {
  background: #fee2e2;
  color: #b91c1c;
}

.tv-announcement-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.tv-announcement-title a {
  color: #111827;
  text-decoration: none;
}

.tv-announcement-summary {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.tv-announcement-link {
  color: #059669;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
}

.tv-announcement-link:hover {
  text-decoration: underline;
}

.tv-subscribe-cta {
  background: linear-gradient(135deg, #059669 0%, #0d9488 100%);
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  color: #fff;
}

.tv-subscribe-cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.tv-subscribe-cta-desc {
  margin: 0 0 1.5rem;
  opacity: 0.9;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.tv-subscribe-form > p {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  align-items: flex-start;
}

.tv-subscribe-input {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  width: 100%;
}

.tv-subscribe-form .wpcf7-spinner {
  position: absolute;
  right: -40px;
  margin: 0;
  top: 50%;
  margin-top: -12px;
}

.tv-subscribe-form span.wpcf7-form-control-wrap {
  flex: 1;
}

.tv-subscribe-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Help */
.tv-help-search-wrap {
  max-width: 32rem;
  margin: 1.5rem auto 0;
}

.tv-help-search-input {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  border: none;
  border-radius: 999px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
}

.tv-contact-cards {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .tv-contact-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tv-contact-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.tv-contact-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tv-contact-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(37 99 235 / 1);
}

.tv-contact-icon svg {
  width: 28px;
  height: 28px;
}

.tv-contact-icon-blue {
  background: #dbeafe;
}

.tv-contact-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #111827;
}

.tv-contact-info {
  font-size: 1rem;
  font-weight: 600;
  color: #2563eb;
  margin: 0 0 0.15rem;
}

.tv-contact-desc {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}

.tv-faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.tv-faq-cat-pill {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5rem;
  transition: all 0.2s;
}

.tv-faq-cat-pill svg {
  width: 16px;
  height: 16px;
}

.tv-faq-cat-pill:hover {
  background: #e2e8f0;
  color: #334155;
}

.tv-faq-cat-pill.is-active {
  background: #2563eb;
  color: #fff;
}

.tv-accordion {
  margin-top: 1rem;
}

.tv-accordion-item {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.tv-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  text-align: left;
  cursor: pointer;
}

.tv-accordion-title {
  flex: 1;
}

.tv-accordion-trigger:hover {
  background: #f8fafc;
}

.tv-accordion-arrow {
  transition: transform 0.2s;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-accordion-arrow svg {
  color: #444;
}

.tv-accordion-trigger[aria-expanded="true"] .tv-accordion-arrow {
  transform: rotate(180deg);
}

.tv-accordion-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  transition: transform 0.2s;
  background-color: rgb(219 234 254 / 1);
  border-radius: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.tv-accordion-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.tv-accordion-content {
  padding: 0 1.5rem 1.25rem 3rem;
}

.tv-accordion-content p {
  margin: 0;
  color: #4b5563;
  line-height: 1.65;
}

.tv-policy-cards {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .tv-policy-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tv-policy-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tv-policy-card {
  background: #f3f4f6;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  display: block;
}

.tv-policy-icon-blue {
  background: #dbeafe;
}

.tv-policy-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #111827;
}

.tv-policy-desc {
  font-size: 0.85rem;
  color: #4b5563;
  margin: 0 0 0.5rem;
}

.tv-policy-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2563eb;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.tv-policy-link svg {
  width: 16px;
  height: 16px;
}

/* Partners */
.tv-partners-stats {
  display: grid;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .tv-partners-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tv-partners-stat-value {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #059669;
  margin-bottom: 0.25rem;
}

.tv-partners-stat-label {
  font-size: 1rem;
  color: #6b7280;
}

.tv-partners-categories {
  margin-top: 2rem;
}

.tv-partners-category {
  margin-bottom: 2.5rem;
}

.tv-partners-category-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}

.tv-partners-cat-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tv-partners-cat-icon-blue {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
}

.tv-partners-cat-icon-green {
  background: linear-gradient(135deg, #10b981, #14b8a6);
}

.tv-partners-cat-icon-purple {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
}

.tv-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .tv-partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tv-partner-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: box-shadow 0.2s;
}

.tv-partner-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.tv-partner-letter {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.75rem;
  background: #f1f5f9;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #9ca3af;
  line-height: 4rem;
}

.tv-partner-name {
  font-weight: 600;
  color: #111827;
}

.tv-become-partner-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .tv-become-partner-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.nav-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu-wrapper > ul {
  display: flex;
  gap: 10px;
}

.nav-menu-wrapper ul li a {
  display: block;
  padding: 8px;
  font-weight: 500;
  color: #333;
  position: relative;
}

.nav-menu-wrapper ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #165697;
  border-radius: 4px;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.nav-menu-wrapper ul li.current-menu-item a,
.nav-menu-wrapper ul li a:hover {
  color: #165697;
}

.nav-menu-wrapper ul li.current-menu-item a:after,
.nav-menu-wrapper ul li a:hover:after {
  width: 100%;
}

.tv-announcements-slider .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tv-announcement-cate {
  background-color: rgb(219 234 254 / 1);
  color: rgb(29 78 216 / 1);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.tv-announcement-cate.su-kien {
  color: rgb(126 34 206 / 1);
  background-color: rgb(243 232 255 / 1);
}

.tv-service-features-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.tv-register-process-steps {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tv-register-process-steps li {
  padding: 12px;
  background-color: rgb(249 250 251 / 1);
  border-radius: 12px;
  gap: 12px;
  display: flex;
  align-items: center;
}

.tv-register-process-steps li i {
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: rgb(4 120 87 / 1);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  background-color: rgb(209 250 229 / 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-registration-content img {
  margin: 15px auto;
  display: block;
}

.paginate_links {
  display: flex;
  padding: 24px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.paginate_links .page-numbers {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: var(--rounded-xl, 12px);
  border-bottom: 1px solid var(--border-gray-200, #E5E7EB);
  background: var(--bg-gray-100, #F3F4F6);
  color: var(--text-gray-700, #374151);
  text-align: center;
  font-weight: 500;
}

.paginate_links .page-numbers.current {
  border: #165598;
  background: #165598;
  font-weight: 700;
  color: #F0FDF4;
}

.paginate_links .page-numbers.prev,
.paginate_links .page-numbers.next {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.searchform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.post-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.post-categories a {
  padding: .125rem .5rem;
  font-size: 12px;
  font-weight: 500;
  color: rgb(4 120 87 / 1);
  background-color: rgb(209 250 229 / 1);
  border-radius: 4px;
}

.post-not-found {
  text-align: center;
}

.post-not-found-icon {
  background-color: rgb(243 244 246 / 1);
  display: inline-flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.post-not-found-icon svg {
  width: 40px;
  height: 40px;
  color: rgb(156 163 175 / 1);
}

.single-post-container {
  margin: 50px 0;
}

.single-post-row {
  display: grid;
  grid-template-columns: 5fr 2fr;
  gap: 24px;
}

.single-post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.widget_head {
  margin-bottom: 1rem;
}

.widget_head h3 {
  font-size: 1.3rem;
  margin: 0;
}

.widget-blogs-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.widget-blogs-list .tv-news-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.widget-blogs-list .tv-news-card .tv-news-card-img {
  flex: 1;
}

.widget-blogs-list .tv-news-card .tv-news-card-content {
  flex: 2;
}

.widget-blogs-list .tv-news-card .tv-news-card-content .tv-news-card-meta {
  margin: 0 0 5px;
  padding: 0;
}

.widget-blogs-list .tv-news-card .tv-news-card-content .tv-news-card-excerpt,
.widget-blogs-list .tv-news-card .tv-news-card-content .tv-news-card-link,
.widget-blogs-list .tv-news-card .tv-news-card-content .tv-news-card-meta .tv-news-card-date {
  display: none;
}

.widget-blogs-list .tv-news-card .tv-news-card-content .tv-news-card-title {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
}

.related-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.related-posts-container {
  margin-top: 60px;
}

.single_post_info {
    display: flex;
    padding: 0 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-bottom: 18px;
    border-bottom: 2px solid #F3F4F6;
    margin-bottom: 24px;
}

.single_post_author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.single_post_author_text {
    color: #000;
    font-size: var(--text-lg, 18px);
    font-weight: 500;
    line-height: var(--leading-7, 28px);
}

.single_post_author_icon {
  display: flex;
  min-width: var(--h-48-px, 48px);
  width: var(--h-48-px, 48px);
  height: var(--h-48-px, 48px);
  padding: 8px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--rounded-full, 9999px);
  background: var(--bg-gray-200, #E5E7EB);
  color: #000;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}

.single_post_time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.single_post_time svg {
  width: 20px;
  height: 20px;
}

.tv-about-mission-content .tv-section-title {
  margin-bottom: 15px;
  line-height: 1;
}

.tv-about-mission-content .tv-check-list {
  margin: 0;
  flex-direction: initial;
  flex-wrap: wrap;
  gap: 1rem;
}

.tv-about-mission-media * {
  line-height: 0;
}

.tv-page-about .tv-why-icon svg {
  width: 28px;
  height: 28px;
}


.tv-become-partner-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tv-become-partner-content ul li {
  position: relative;
  padding-left: 32px;
}

.tv-become-partner-content ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  mask-image: url('../../assets/icons/tick.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #047857;
}

.tv-page-help .tv-contact-card {
  align-items: center;
}

.tv-page-help .tv-policy-icon {
  margin: 0 0 0.4rem;
}

.chevron-left-solid {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/chevron-left-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #000000;
    display: inline-block;
}

.chevron-right-solid {
    width: 24px;
    height: 24px;
    mask-image: url(../icons/chevron-right-solid.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #000000;
    display: inline-block;
}

.tv-announcement-read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 500;
}

.tv-announcement-read-more svg {
  width: 16px;
  height: 16px;
}

.tv-subscribe-cta-icon {
  background-color: #ffffff1a;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.tv-subscribe-cta-icon p {
  margin: 0;
  line-height: 0;
}

.tv-subscribe-cta-icon svg {
  width: 32px;
  height: 32px;
}

.tv-subscribe-form .wpcf7-not-valid-tip {
  color: #fff;
  text-align: left;
  font-size: 0.9rem;
  margin-top: 4px;
}

.tv-hero-bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tv-hero-phone-screen {
    border-radius: 1rem;
    overflow: hidden;
}