/* Start custom CSS for html, class: .elementor-element-078cd23 *//* =========================================================
   All IPTV Player – Terms and Conditions Page
========================================================= */

.alltv-terms-page {
  --terms-primary: #24dde0;
  --terms-primary-dark: #00aeb5;
  --terms-teal: #006f73;
  --terms-dark: #021416;
  --terms-dark-soft: #062629;
  --terms-title: #092f31;
  --terms-text: #405f61;
  --terms-muted: #708587;
  --terms-white: #ffffff;
  --terms-light: #f3ffff;
  --terms-soft: #f7fbfb;
  --terms-border: #dcebec;

  position: relative;
  width: 100%;
  padding: clamp(75px, 8vw, 110px) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 94% 9%,
      rgba(36, 221, 224, 0.11),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbfb 52%,
      #ffffff 100%
    );
  color: var(--terms-title);
  font-family: inherit;
}

.alltv-terms-page *,
.alltv-terms-page *::before,
.alltv-terms-page *::after {
  box-sizing: border-box;
}

.alltv-terms-page::before {
  content: "";
  position: absolute;
  top: 540px;
  right: -210px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.09),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-terms-page::after {
  content: "";
  position: absolute;
  bottom: 300px;
  left: -230px;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 174, 181, 0.07),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-terms-container {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================================
   Introduction
========================================================= */

.alltv-terms-intro {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(35px, 6vw, 80px);
  margin-bottom: 22px;
  padding: clamp(38px, 5vw, 65px);
  overflow: hidden;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 31px;
  background:
    radial-gradient(
      circle at 87% 15%,
      rgba(36, 221, 224, 0.18),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #021416 0%,
      #062629 58%,
      #031719 100%
    );
  box-shadow: 0 30px 75px rgba(3, 45, 47, 0.21);
  color: #ffffff;
}

.alltv-terms-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(38px, 5vw, 65px);
  width: 78px;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--terms-primary),
    var(--terms-primary-dark)
  );
}

.alltv-terms-intro::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 35px;
  width: 125px;
  height: 125px;
  opacity: 0.2;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.7) 1.1px,
    transparent 1.1px
  );
  background-size: 13px 13px;
  pointer-events: none;
}

.alltv-terms-intro-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.alltv-terms-label {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 19px;
  padding: 8px 14px;
  border: 1px solid rgba(36, 221, 224, 0.24);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.085);
  color: var(--terms-primary);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.alltv-terms-label::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--terms-primary);
  box-shadow: 0 0 0 5px rgba(36, 221, 224, 0.1);
}

.alltv-terms-intro h2 {
  max-width: 850px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: clamp(-1.8px, -0.12vw, -0.7px);
  text-wrap: balance;
}

.alltv-terms-intro-content > p {
  max-width: 780px;
  margin: 0 0 24px;
  color: #bfd4d6;
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.85;
}

.alltv-terms-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.alltv-terms-meta > span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(36, 221, 224, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
  color: #c9dcdd;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
}

.alltv-terms-meta svg {
  color: var(--terms-primary);
}

/* =========================================================
   Illustration
========================================================= */

.alltv-terms-visual {
  position: relative;
  z-index: 2;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alltv-terms-visual-ring {
  position: absolute;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(36, 221, 224, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(36, 221, 224, 0.025),
    0 0 0 76px rgba(36, 221, 224, 0.013);
}

.alltv-terms-document {
  position: relative;
  z-index: 3;
  width: 185px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 221, 224, 0.19);
  border-radius: 42px;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(36, 221, 224, 0.15),
      transparent 35%
    ),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.25);
  color: var(--terms-primary);
}

.alltv-terms-visual-badge {
  position: absolute;
  z-index: 4;
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 11px;
  background: rgba(4, 45, 48, 0.92);
  box-shadow: 0 17px 35px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.alltv-terms-badge-top {
  top: 35px;
  right: 0;
}

.alltv-terms-badge-bottom {
  bottom: 35px;
  left: 0;
}

/* =========================================================
   Important Notice
========================================================= */

.alltv-terms-important {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 174, 181, 0.2);
  border-radius: 17px;
  background:
    linear-gradient(
      135deg,
      var(--terms-light),
      #ffffff 75%
    );
  box-shadow: 0 13px 35px rgba(4, 70, 73, 0.06);
}

.alltv-terms-important > span {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 12px;
  background: #ffffff;
  color: var(--terms-primary-dark);
}

.alltv-terms-important strong {
  display: block;
  margin-bottom: 5px;
  color: var(--terms-title);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.alltv-terms-important p {
  margin: 0;
  color: var(--terms-text);
  font-size: 14.5px;
  font-weight: 550;
  line-height: 1.75;
}

/* =========================================================
   Main Layout
========================================================= */

.alltv-terms-layout {
  display: grid;
  grid-template-columns:
    minmax(260px, 0.29fr)
    minmax(0, 0.71fr);
  align-items: start;
  gap: 22px;
}

/* =========================================================
   Navigation
========================================================= */

.alltv-terms-navigation {
  position: sticky;
  top: 120px;
  padding: 23px;
  border: 1px solid var(--terms-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(4, 70, 73, 0.075);
}

.alltv-terms-navigation-title {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--terms-border);
  color: var(--terms-title);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
}

.alltv-terms-navigation nav {
  display: grid;
  gap: 4px;
}

.alltv-terms-navigation nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--terms-text) !important;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none !important;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.alltv-terms-navigation nav a > span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  border-radius: 8px;
  background: var(--terms-light);
  color: var(--terms-primary-dark);
  font-size: 10px;
  font-weight: 950;
}

.alltv-terms-navigation nav a:hover {
  background: var(--terms-light);
  color: var(--terms-teal) !important;
  transform: translateX(3px);
}

.alltv-terms-navigation-note {
  margin-top: 19px;
  padding: 18px;
  border: 1px solid rgba(36, 221, 224, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(36, 221, 224, 0.13),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      #062629,
      #031719
    );
}

.alltv-terms-navigation-note strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.alltv-terms-navigation-note p {
  margin: 0 0 14px;
  color: #a9c1c3;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.7;
}

.alltv-terms-navigation-note a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 13px;
  border: 1px solid var(--terms-primary);
  border-radius: 9px;
  background: linear-gradient(
    135deg,
    var(--terms-primary),
    var(--terms-primary-dark)
  );
  color: #032224 !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

/* =========================================================
   Content Cards
========================================================= */

.alltv-terms-content {
  min-width: 0;
  display: grid;
  gap: 15px;
}

.alltv-terms-card {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 21px;
  scroll-margin-top: 120px;
  padding: clamp(30px, 3.5vw, 43px);
  overflow: hidden;
  border: 1px solid var(--terms-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(4, 70, 73, 0.065);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.alltv-terms-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  width: 52px;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    var(--terms-primary),
    var(--terms-primary-dark)
  );
  opacity: 0;
  transition:
    width 0.22s ease,
    opacity 0.22s ease;
}

.alltv-terms-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(36, 221, 224, 0.08),
    transparent 68%
  );
  pointer-events: none;
}

.alltv-terms-card:hover {
  border-color: rgba(0, 174, 181, 0.27);
  box-shadow: 0 20px 48px rgba(4, 70, 73, 0.1);
  transform: translateY(-2px);
}

.alltv-terms-card:hover::before {
  width: 82px;
  opacity: 1;
}

.alltv-terms-card-number {
  position: relative;
  z-index: 2;
  width: 57px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 14px;
  background: var(--terms-light);
  color: var(--terms-primary-dark);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.alltv-terms-card-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.alltv-terms-card h3 {
  margin: 2px 0 17px;
  color: var(--terms-title);
  font-size: clamp(27px, 2.3vw, 34px);
  font-weight: 900;
  line-height: 1.25;
}

.alltv-terms-card h4 {
  position: relative;
  margin: 28px 0 12px;
  padding-left: 16px;
  color: var(--terms-title);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.alltv-terms-card h4::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 3px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    var(--terms-primary),
    var(--terms-primary-dark)
  );
}

.alltv-terms-card p {
  margin: 0 0 14px;
  color: var(--terms-text);
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.9;
}

.alltv-terms-card p:last-child {
  margin-bottom: 0;
}

.alltv-terms-card strong {
  color: var(--terms-title);
  font-weight: 900;
}

/* =========================================================
   Lists
========================================================= */

.alltv-terms-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.alltv-terms-list-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
}

.alltv-terms-list li {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--terms-text);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.75;
}

.alltv-terms-list li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 50%;
  background: var(--terms-light);
  color: var(--terms-primary-dark);
  font-size: 10px;
  font-weight: 950;
}

/* =========================================================
   Data Grid
========================================================= */

.alltv-terms-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 21px;
}

.alltv-terms-data-item {
  position: relative;
  padding: 19px;
  border: 1px solid var(--terms-border);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      var(--terms-soft),
      #ffffff
    );
}

.alltv-terms-data-item::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 4px;
  height: 28px;
  border-radius: 0 999px 999px 0;
  background: var(--terms-primary-dark);
}

.alltv-terms-data-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--terms-title);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.alltv-terms-data-item span {
  display: block;
  color: var(--terms-muted);
  font-size: 13.5px;
  font-weight: 550;
  line-height: 1.75;
}

/* =========================================================
   Highlights
========================================================= */

.alltv-terms-highlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin: 19px 0;
  padding: 18px 19px;
  border: 1px solid rgba(0, 174, 181, 0.19);
  border-radius: 14px;
  background: var(--terms-light);
}

.alltv-terms-highlight > span {
  width: 41px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 11px;
  background: #ffffff;
  color: var(--terms-primary-dark);
}

.alltv-terms-highlight p {
  margin: 0;
  color: var(--terms-teal);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.75;
}

.alltv-terms-consumer-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 14px;
  margin-top: 22px;
  padding: 21px;
  border: 1px solid rgba(0, 174, 181, 0.23);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 95% 10%,
      rgba(36, 221, 224, 0.13),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      #062629,
      #031719
    );
}

.alltv-terms-consumer-box > span {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 221, 224, 0.2);
  border-radius: 12px;
  background: rgba(36, 221, 224, 0.09);
  color: var(--terms-primary);
}

.alltv-terms-consumer-box strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.alltv-terms-consumer-box p {
  margin: 0;
  color: #b8cdcf;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.75;
}

/* =========================================================
   Inline Link
========================================================= */

.alltv-terms-inline-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  padding: 11px 17px;
  border: 1px solid rgba(0, 174, 181, 0.24);
  border-radius: 11px;
  background: var(--terms-light);
  color: var(--terms-teal) !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-terms-inline-link:hover {
  border-color: rgba(0, 174, 181, 0.4);
  background: #ffffff;
  transform: translateY(-2px);
}

/* =========================================================
   Contact Card
========================================================= */

.alltv-terms-contact-card {
  border-color: rgba(0, 174, 181, 0.24);
  background:
    radial-gradient(
      circle at 94% 10%,
      rgba(36, 221, 224, 0.11),
      transparent 31%
    ),
    #ffffff;
}

.alltv-terms-contact-methods {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  gap: 12px;
  margin: 21px 0 0;
}

.alltv-terms-contact-methods > a {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid var(--terms-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--terms-title) !important;
  text-decoration: none !important;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.alltv-terms-contact-methods > a:hover {
  border-color: rgba(0, 174, 181, 0.32);
  background: var(--terms-light);
  transform: translateY(-2px);
}

.alltv-terms-contact-methods > a > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  border: 1px solid rgba(0, 174, 181, 0.18);
  border-radius: 12px;
  background: var(--terms-light);
  color: var(--terms-primary-dark);
}

.alltv-terms-contact-methods strong {
  display: block;
  margin-bottom: 4px;
  color: var(--terms-title);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.alltv-terms-contact-methods small {
  display: block;
  color: var(--terms-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.55;
}

/* =========================================================
   Bottom CTA
========================================================= */

.alltv-terms-bottom-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  padding: clamp(36px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 27px;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(36, 221, 224, 0.18),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #021416,
      #062629 60%,
      #031719
    );
  box-shadow: 0 28px 68px rgba(3, 45, 47, 0.21);
}

.alltv-terms-bottom-cta::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 34px;
  width: 110px;
  height: 110px;
  opacity: 0.18;
  background-image: radial-gradient(
    rgba(36, 221, 224, 0.7) 1px,
    transparent 1px
  );
  background-size: 12px 12px;
}

.alltv-terms-bottom-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.alltv-terms-bottom-copy > span {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(36, 221, 224, 0.23);
  border-radius: 999px;
  background: rgba(36, 221, 224, 0.08);
  color: var(--terms-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.alltv-terms-bottom-copy h3 {
  max-width: 720px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  text-wrap: balance;
}

.alltv-terms-bottom-copy p {
  max-width: 700px;
  margin: 0;
  color: #b6ced0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.alltv-terms-bottom-actions {
  position: relative;
  z-index: 2;
  min-width: 220px;
  display: grid;
  gap: 10px;
}

.alltv-terms-primary-button,
.alltv-terms-secondary-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.alltv-terms-primary-button {
  border: 1px solid var(--terms-primary);
  background: linear-gradient(
    135deg,
    var(--terms-primary),
    var(--terms-primary-dark)
  );
  color: #032224 !important;
  box-shadow: 0 13px 28px rgba(0, 174, 181, 0.24);
}

.alltv-terms-primary-button:hover {
  color: #032224 !important;
  box-shadow: 0 17px 36px rgba(0, 174, 181, 0.33);
  transform: translateY(-2px);
}

.alltv-terms-secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff !important;
}

.alltv-terms-secondary-button:hover {
  border-color: rgba(36, 221, 224, 0.3);
  background: rgba(36, 221, 224, 0.1);
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* =========================================================
   Accessibility
========================================================= */

.alltv-terms-page a:focus-visible {
  outline: 3px solid rgba(0, 174, 181, 0.37);
  outline-offset: 4px;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1050px) {
  .alltv-terms-intro {
    grid-template-columns: 1fr;
  }

  .alltv-terms-visual {
    min-height: 280px;
  }

  .alltv-terms-layout {
    grid-template-columns: 1fr;
  }

  .alltv-terms-navigation {
    position: relative;
    top: auto;
  }

  .alltv-terms-navigation nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alltv-terms-navigation-note {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px 20px;
  }

  .alltv-terms-navigation-note strong,
  .alltv-terms-navigation-note p {
    grid-column: 1;
  }

  .alltv-terms-navigation-note a {
    grid-column: 2;
    grid-row: 1 / 3;
    width: auto;
    min-width: 160px;
  }
}

@media (max-width: 850px) {
  .alltv-terms-bottom-cta {
    grid-template-columns: 1fr;
  }

  .alltv-terms-bottom-actions {
    width: 100%;
    max-width: 470px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 700px) {
  .alltv-terms-page {
    padding: 65px 0;
  }

  .alltv-terms-container {
    width: min(100% - 30px, 1280px);
  }

  .alltv-terms-intro {
    padding: 36px 23px;
    border-radius: 24px;
    text-align: center;
  }

  .alltv-terms-intro::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .alltv-terms-label {
    margin-inline: auto;
  }

  .alltv-terms-intro h2 {
    font-size: clamp(33px, 10vw, 43px);
  }

  .alltv-terms-intro-content > p {
    margin-inline: auto;
    font-size: 15.5px;
  }

  .alltv-terms-meta {
    justify-content: center;
  }

  .alltv-terms-visual {
    min-height: 240px;
  }

  .alltv-terms-document {
    width: 155px;
    height: 175px;
  }

  .alltv-terms-visual-ring {
    width: 220px;
    height: 220px;
  }

  .alltv-terms-important {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .alltv-terms-important > span {
    margin-inline: auto;
  }

  .alltv-terms-navigation nav {
    grid-template-columns: 1fr;
  }

  .alltv-terms-navigation-note {
    display: block;
  }

  .alltv-terms-navigation-note a {
    width: 100%;
  }

  .alltv-terms-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
  }

  .alltv-terms-card-number {
    width: 48px;
    height: 48px;
    font-size: 12px;
    border-radius: 12px;
  }

  .alltv-terms-card h3 {
    font-size: 26px;
  }

  .alltv-terms-card h4 {
    font-size: 18px;
  }

  .alltv-terms-card p {
    font-size: 15.5px;
    line-height: 1.85;
  }

  .alltv-terms-list-columns,
  .alltv-terms-data-grid {
    grid-template-columns: 1fr;
  }

  .alltv-terms-list li {
    font-size: 15px;
  }

  .alltv-terms-highlight,
  .alltv-terms-consumer-box {
    align-items: flex-start;
  }

  .alltv-terms-contact-methods {
    grid-template-columns: 1fr;
  }

  .alltv-terms-bottom-cta {
    padding: 35px 23px;
    border-radius: 23px;
    text-align: center;
  }

  .alltv-terms-bottom-copy > span {
    margin-inline: auto;
  }

  .alltv-terms-bottom-copy p {
    margin-inline: auto;
  }

  .alltv-terms-bottom-actions {
    max-width: 340px;
    grid-template-columns: 1fr;
    margin-inline: auto;
  }
}

@media (max-width: 480px) {
  .alltv-terms-intro {
    padding: 33px 20px;
  }

  .alltv-terms-visual {
    min-height: 210px;
  }

  .alltv-terms-document {
    width: 135px;
    height: 150px;
  }

  .alltv-terms-document svg {
    width: 86px;
    height: 100px;
  }

  .alltv-terms-visual-ring {
    width: 185px;
    height: 185px;
  }

  .alltv-terms-visual-badge {
    padding: 8px 10px;
    font-size: 9px;
  }

  .alltv-terms-navigation {
    padding: 19px;
  }

  .alltv-terms-card {
    padding: 24px 18px;
  }

  .alltv-terms-contact-methods > a {
    min-height: 75px;
  }
}

/* =========================================================
   Reduced Motion
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .alltv-terms-page *,
  .alltv-terms-page *::before,
  .alltv-terms-page *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */