.elementor-28 .elementor-element.elementor-element-32189a9{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bed5ba3 *//* =========================================================
   TAGVOLT / FRANKLIN - PRICING SECTION
========================================================= */

.tv-pricing{
  --tv-blue: #1D6DF2;
  --tv-orange: #FF6B00;
  --tv-orange-2: #FF7B18;
  --tv-text: #071A45;
  --tv-text-soft: #33425F;

  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FAFBFE 0%, #F6F8FC 100%);
  padding: 92px 0 88px;
  font-family: "Inter", sans-serif;
}

.tv-pricing__container{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 54px;
  align-items: start;
  position: relative;
  z-index: 2;
}

/* decorative background */
.tv-pricing__bg-lines{
  position: absolute;
  right: -220px;
  top: 40px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.48;
  background:
    repeating-radial-gradient(
      circle at 50% 50%,
      transparent 0 36px,
      rgba(29,109,242,0.08) 36px 37px
    );
  mask: linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.9) 100%);
  -webkit-mask: linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.9) 100%);
}

.tv-pricing__dots{
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 180px;
  height: 120px;
  opacity: 0.42;
  background-image: radial-gradient(rgba(29,109,242,0.55) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  pointer-events: none;
}

/* =========================================================
   LEFT SIDE
========================================================= */
.tv-pricing__intro{
  padding-top: 14px;
  position: relative;
  z-index: 2;
}

.tv-pricing__eyebrow{
  color: var(--tv-blue);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tv-pricing__eyebrow-line{
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 22px 0 28px;
}

.tv-pricing__title{
  margin: 0;
  color: var(--tv-text);
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.tv-pricing__title span{
  color: var(--tv-orange);
}

.tv-pricing__text{
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--tv-text-soft);
  font-size: 21px;
  line-height: 1.6;
  font-weight: 500;
}

.tv-pricing__cta{
  width: fit-content;
  min-width: 390px;
  margin-top: 34px;
  padding: 22px 26px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--tv-orange-2) 0%, var(--tv-orange) 100%);
  box-shadow: 0 16px 34px rgba(255, 107, 0, 0.24);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.tv-pricing__cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(255, 107, 0, 0.28);
}

.tv-pricing__cta-icon,
.tv-pricing__cta-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-pricing__cta-icon svg{
  width: 30px;
  height: 30px;
}

.tv-pricing__cta-arrow svg{
  width: 24px;
  height: 24px;
}

.tv-pricing__cta-text{
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tv-pricing__note-sep{
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 42px 0 24px;
  max-width: 360px;
}

.tv-pricing__note-sep span{
  height: 1px;
  flex: 1;
  background: #D7DEEB;
}

.tv-pricing__note-sep i{
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tv-orange);
  font-style: normal;
}

.tv-pricing__note-sep i svg{
  width: 18px;
  height: 18px;
}

.tv-pricing__note{
  max-width: 430px;
  margin: 0;
  color: var(--tv-text-soft);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.tv-pricing__image-wrap{
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.tv-pricing__image{
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin-left: auto;
  object-fit: contain;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1300px){
  .tv-pricing__container{
    grid-template-columns: 460px 1fr;
    gap: 34px;
  }
}

@media (max-width: 1100px){
  .tv-pricing{
    padding: 78px 0 76px;
  }

  .tv-pricing__container{
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .tv-pricing__intro{
    max-width: 760px;
  }

  .tv-pricing__text,
  .tv-pricing__note{
    max-width: 720px;
  }

  .tv-pricing__image-wrap{
    padding-top: 0;
  }
}

@media (max-width: 767px){
  .tv-pricing{
    padding: 60px 0 60px;
  }

  .tv-pricing__container{
    width: min(100%, calc(100% - 24px));
    gap: 32px;
  }

  .tv-pricing__eyebrow{
    font-size: 15px;
  }

  .tv-pricing__eyebrow-line{
    margin: 18px 0 22px;
    width: 72px;
  }

  .tv-pricing__title{
    font-size: 40px;
    line-height: 1.02;
  }

  .tv-pricing__text{
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.7;
  }

  .tv-pricing__cta{
    min-width: 0;
    width: 100%;
    padding: 18px 18px;
    gap: 12px;
  }

  .tv-pricing__cta-text{
    font-size: 18px;
  }

  .tv-pricing__cta-icon svg{
    width: 26px;
    height: 26px;
  }

  .tv-pricing__note-sep{
    margin: 28px 0 18px;
  }

  .tv-pricing__note{
    font-size: 16px;
  }
}

@media (max-width: 480px){
  .tv-pricing__title{
    font-size: 32px;
  }

  .tv-pricing__text,
  .tv-pricing__note{
    font-size: 15px;
  }

  .tv-pricing__cta{
    border-radius: 12px;
  }

  .tv-pricing__cta-text{
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee849f7 *//* =========================================================
   TAGVOLT - PACKAGES SECTION
========================================================= */

.tv-packages {
  --tv-blue: #1D6DF2;
  --tv-blue-dark: #071A45;
  --tv-orange: #FF6B00;
  --tv-bg: #F6F8FC;
  --tv-card: #FFFFFF;
  --tv-text: #071A45;
  --tv-text-soft: #495A79;
  --tv-border: #E8EEF7;
  --tv-line: #DCE5F3;
  --tv-shadow: 0 18px 40px rgba(8, 26, 69, 0.07);

  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FAFBFE 0%, #F6F8FC 100%);
  padding: 90px 0 84px;
  font-family: "Inter", sans-serif;
}

.tv-packages__container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================================================
   HEADER
========================================================= */

.tv-packages__header {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.tv-packages__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.tv-packages__eyebrow-number {
  color: var(--tv-orange);
}

.tv-packages__eyebrow-slash,
.tv-packages__eyebrow-text {
  color: var(--tv-text);
}

.tv-packages__title {
  margin: 0;
  color: var(--tv-text);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.tv-packages__title span {
  color: var(--tv-blue);
}

.tv-packages__subtitle {
  max-width: 980px;
  margin: 26px auto 0;
  color: var(--tv-text-soft);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

/* =========================================================
   GRID
========================================================= */

.tv-packages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  align-items: stretch;
}

/* =========================================================
   CARD
========================================================= */

.tv-package-card {
  position: relative;
}

.tv-package-card__inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--tv-border);
  border-radius: 18px;
  box-shadow: var(--tv-shadow);
  padding: 18px 22px 18px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.tv-package-card__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(
      135deg,
      rgba(29, 109, 242, 0.12) 0%,
      rgba(29, 109, 242, 0) 36%,
      rgba(255, 107, 0, 0.10) 100%
    );
  transition: opacity .28s ease;
}

.tv-package-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  background: #EEF4FF;
  color: var(--tv-blue);
  position: relative;
  z-index: 1;
  transition: transform .28s ease, background-color .28s ease, color .28s ease;
}

.tv-package-card__icon svg {
  width: 28px;
  height: 28px;
  transition: transform .28s ease;
}

.tv-package-card__icon--blue {
  background: #EEF4FF;
  color: var(--tv-blue);
}

.tv-package-card__icon--orange {
  background: #FFF1E8;
  color: var(--tv-orange);
}

.tv-package-card__title {
  margin: 0;
  text-align: center;
  color: var(--tv-blue);
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
  text-transform: uppercase;
}

.tv-package-card__title-line {
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 9px auto 10px;
  transition: width .28s ease, background-color .28s ease;
}

.tv-package-card__title-line--orange {
  background: var(--tv-orange);
}

.tv-package-card__desc {
  margin: 0;
  text-align: center;
  color: var(--tv-text);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 500;
  min-height: 56px;
}

.tv-package-card__divider {
  height: 1px;
  background: var(--tv-line);
  margin: 12px 0 10px;
}

.tv-package-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--tv-text);
  text-align: center;
}

.tv-package-card__price-label {
  width: 100%;
  color: var(--tv-text-soft);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tv-package-card__price strong {
  color: var(--tv-blue);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.tv-package-card__price--orange strong {
  color: var(--tv-orange);
}

.tv-package-card__price-period {
  color: var(--tv-text-soft);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
}

.tv-package-card__section-title {
  color: var(--tv-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.tv-package-card__section-title--orange {
  color: var(--tv-orange);
}

.tv-package-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 126px;
}

.tv-package-card__list li {
  position: relative;
  padding-left: 22px;
  color: var(--tv-text);
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 500;
}

.tv-package-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.4px solid var(--tv-blue);
  box-sizing: border-box;
}

.tv-package-card__list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 5px;
  height: 3px;
  border-left: 1.5px solid var(--tv-blue);
  border-bottom: 1.5px solid var(--tv-blue);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.tv-package-card__list--orange li::before {
  border-color: var(--tv-blue);
}

.tv-package-card__list--orange li::after {
  border-left-color: var(--tv-blue);
  border-bottom-color: var(--tv-blue);
}

.tv-package-card__outcome {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: auto;
  padding-top: 2px;
}

.tv-package-card__outcome-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .28s ease, background-color .28s ease, color .28s ease;
}

.tv-package-card__outcome-icon svg {
  width: 24px;
  height: 24px;
  transition: transform .28s ease;
}

.tv-package-card__outcome-icon--blue {
  background: #EEF4FF;
  color: var(--tv-blue);
}

.tv-package-card__outcome-icon--orange {
  background: #FFF1E8;
  color: var(--tv-orange);
}

.tv-package-card__outcome-label {
  color: var(--tv-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.tv-package-card__outcome-label--orange {
  color: var(--tv-orange);
}

.tv-package-card__outcome-content p {
  margin: 0;
  color: var(--tv-text);
  font-size: 12.5px;
  line-height: 1.32;
  font-weight: 500;
}

.tv-package-card__button {
  margin-top: 14px;
  height: 42px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  transition: all .25s ease;
}

.tv-package-card__button--blue-outline {
  color: var(--tv-blue);
  border: 2px solid var(--tv-blue);
  background: #fff;
}

.tv-package-card__button--blue-outline:hover {
  background: rgba(29, 109, 242, 0.05);
}

.tv-package-card__button--blue-solid {
  color: #fff;
  background: linear-gradient(180deg, #1F6EFF 0%, #0D5AF0 100%);
  box-shadow: 0 14px 26px rgba(29, 109, 242, 0.22);
}

.tv-package-card__button--blue-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(29, 109, 242, 0.28);
}

.tv-package-card__button--orange-outline {
  color: var(--tv-orange);
  border: 2px solid var(--tv-orange);
  background: #fff;
}

.tv-package-card__button--orange-outline:hover {
  background: rgba(255, 107, 0, 0.04);
}

.tv-package-card:hover .tv-package-card__inner {
  transform: translateY(-8px);
  border-color: rgba(29, 109, 242, 0.34);
  box-shadow:
    0 24px 46px rgba(8, 26, 69, 0.13),
    0 0 0 1px rgba(29, 109, 242, 0.08);
}

.tv-package-card:hover .tv-package-card__inner::before {
  opacity: 1;
}

.tv-package-card:hover .tv-package-card__icon,
.tv-package-card:hover .tv-package-card__outcome-icon {
  transform: translateY(-3px) scale(1.04);
}

.tv-package-card:hover .tv-package-card__icon svg,
.tv-package-card:hover .tv-package-card__outcome-icon svg {
  transform: rotate(-4deg) scale(1.06);
}

.tv-package-card:hover .tv-package-card__title-line {
  width: 46px;
}

.tv-package-card:hover .tv-package-card__button {
  transform: translateY(-2px);
}

.tv-package-card:focus-within .tv-package-card__inner {
  border-color: rgba(29, 109, 242, 0.5);
  box-shadow:
    0 24px 46px rgba(8, 26, 69, 0.13),
    0 0 0 3px rgba(29, 109, 242, 0.16);
}

/* =========================================================
   FEATURED CARD
========================================================= */

.tv-package-card--featured .tv-package-card__inner {
  border: 1.5px solid rgba(29, 109, 242, 0.5);
  box-shadow:
    0 22px 50px rgba(8, 26, 69, 0.10),
    0 0 0 1px rgba(29, 109, 242, 0.06);
  padding-top: 30px;
}

.tv-package-card__popular {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 46px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(180deg, #1F6EFF 0%, #0D5AF0 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(29, 109, 242, 0.18);
}

.tv-package-card__popular svg {
  width: 13px;
  height: 13px;
  margin-top: -1px;
  flex: 0 0 auto;
}

/* =========================================================
   BOTTOM BAR
========================================================= */

.tv-packages__bottom {
  max-width: 1040px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--tv-border);
  border-radius: 22px;
  box-shadow: var(--tv-shadow);
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 26px;
}

.tv-packages__bottom-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-packages__bottom-icon svg {
  width: 34px;
  height: 34px;
}

.tv-packages__bottom-divider {
  width: 1px;
  height: 40px;
  background: var(--tv-line);
  flex: 0 0 auto;
}

.tv-packages__bottom-text {
  margin: 0;
  color: var(--tv-text);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.tv-packages__bottom-text span {
  color: var(--tv-blue);
  font-weight: 700;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .tv-packages__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .tv-package-card__desc {
    min-height: auto;
  }

  .tv-package-card__list {
    min-height: auto;
  }

  .tv-package-card--featured .tv-package-card__inner {
    padding-top: 52px;
  }
}

@media (max-width: 767px) {
  .tv-packages {
    padding: 62px 0 60px;
  }

  .tv-packages__container {
    width: min(100%, calc(100% - 22px));
  }

  .tv-packages__eyebrow {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .tv-packages__title {
    font-size: 34px;
    line-height: 1.06;
  }

  .tv-packages__subtitle {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  .tv-packages__grid {
    margin-top: 24px;
    gap: 14px;
  }

  .tv-package-card__inner {
    padding: 16px 16px 16px;
    border-radius: 16px;
  }

  .tv-package-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .tv-package-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .tv-package-card__title {
    font-size: 16px;
  }

  .tv-package-card__desc {
    font-size: 12.5px;
  }

  .tv-package-card__price strong {
    font-size: 28px;
  }

  .tv-package-card__price-period {
    font-size: 14px;
  }

  .tv-package-card__section-title {
    font-size: 11px;
  }

  .tv-package-card__list li {
    font-size: 12.5px;
  }

  .tv-package-card__outcome {
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }

  .tv-package-card__outcome-icon {
    width: 44px;
    height: 44px;
  }

  .tv-package-card__outcome-icon svg {
    width: 22px;
    height: 22px;
  }

  .tv-package-card__outcome-content p {
    font-size: 12.5px;
  }

  .tv-package-card__button {
    padding: 0 12px;
    height: 40px;
    font-size: 12.5px;
  }

  .tv-packages__bottom {
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    align-items: flex-start;
  }

  .tv-packages__bottom-divider {
    display: none;
  }

  .tv-packages__bottom-text {
    font-size: 15px;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .tv-packages__title {
    font-size: 30px;
  }

  .tv-package-card__title {
    font-size: 15px;
  }

  .tv-package-card__desc {
    font-size: 12px;
  }

  .tv-package-card__price strong {
    font-size: 26px;
  }

  .tv-package-card__popular {
    font-size: 11px;
    gap: 8px;
  }
}

.cls-1,
.cls-2,
.cls-3 {
  fill: none;
  stroke: currentColor;
  stroke-width: .75px;
  stroke-linejoin: round;
}

.cls-1,
.cls-2 {
  stroke: currentColor;
  stroke-width: .5px;
}

.cls-2 {
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

@media (prefers-reduced-motion: reduce) {
  .tv-package-card__inner,
  .tv-package-card__inner::before,
  .tv-package-card__icon,
  .tv-package-card__icon svg,
  .tv-package-card__title-line,
  .tv-package-card__outcome-icon,
  .tv-package-card__outcome-icon svg,
  .tv-package-card__button {
    transition: none;
  }

  .tv-package-card:hover .tv-package-card__inner,
  .tv-package-card:hover .tv-package-card__icon,
  .tv-package-card:hover .tv-package-card__outcome-icon,
  .tv-package-card:hover .tv-package-card__icon svg,
  .tv-package-card:hover .tv-package-card__outcome-icon svg,
  .tv-package-card:hover .tv-package-card__button {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b31958 *//* =========================================================
   TAGVOLT - WHAT'S INCLUDED SECTION
========================================================= */

.tv-included{
  --tv-blue: #1D6DF2;
  --tv-blue-dark: #071A45;
  --tv-orange: #FF6B00;
  --tv-bg: #F6F8FC;
  --tv-card: #FFFFFF;
  --tv-text: #071A45;
  --tv-text-soft: #4B5C79;
  --tv-border: #E8EEF7;
  --tv-line: #DCE5F3;
  --tv-shadow: 0 18px 40px rgba(8, 26, 69, 0.06);

  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FAFBFE 0%, #F6F8FC 100%);
  padding: 70px 0 64px;
  font-family: "Inter", sans-serif;
}

.tv-included__container{
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* subtle dotted decorations */
.tv-included::before,
.tv-included::after{
  content: "";
  position: absolute;
  width: 138px;
  height: 138px;
  background-image: radial-gradient(rgba(29,109,242,0.35) 1.2px, transparent 1.2px);
  background-size: 16px 16px;
  pointer-events: none;
  opacity: 0.55;
}

.tv-included::before{
  left: -18px;
  bottom: 70px;
}

.tv-included::after{
  right: 22px;
  top: 26px;
}

/* =========================================================
   HEADER
========================================================= */

.tv-included__header{
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.tv-included__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.tv-included__eyebrow-number{
  color: var(--tv-orange);
}

.tv-included__eyebrow-slash,
.tv-included__eyebrow-text{
  color: var(--tv-text);
}

.tv-included__title{
  margin: 0;
  color: var(--tv-text);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.tv-included__title span{
  color: var(--tv-blue);
}

.tv-included__title-dot{
  color: var(--tv-orange) !important;
}

.tv-included__title-accent{
  width: 76px;
  height: 2px;
  border-radius: 999px;
  background: var(--tv-orange);
  margin: 14px auto 0;
}

.tv-included__subtitle{
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--tv-text-soft);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================================
   GRID
========================================================= */

.tv-included__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin-top: 24px;
}

.tv-included-card{
  position: relative;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 190px;
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--tv-border);
  border-left: 4px solid var(--tv-blue);
  border-radius: 16px;
  box-shadow: var(--tv-shadow);
  padding: 22px 24px 22px 22px;
}

.tv-included-card__icon{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #EEF4FF;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-included-card__icon svg{
  width: 42px;
  height: 42px;
}

.tv-included-card__content{
  min-width: 0;
}

.tv-included-card__title{
  margin: 0;
  color: var(--tv-text);
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.tv-included-card__line{
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: var(--tv-blue);
  margin: 10px 0 12px;
}

.tv-included-card__text{
  margin: 0;
  color: var(--tv-text);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 380px;
}

/* =========================================================
   CALLOUT
========================================================= */

.tv-included__callout{
  margin-top: 24px;
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--tv-border);
  border-radius: 16px;
  box-shadow: var(--tv-shadow);
  display: grid;
  grid-template-columns: 76px 1px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 26px;
}

.tv-included__callout-icon{
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #EEF4FF;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-included__callout-icon svg{
  width: 30px;
  height: 30px;
}

.tv-included__callout-divider{
  width: 1px;
  height: 56px;
  background: #D8E2F1;
}

.tv-included__callout-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tv-included__callout-text{
  margin: 0;
  color: var(--tv-text);
  font-size: clamp(22px, 1.8vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.tv-included__callout-text span{
  color: var(--tv-blue);
}

.tv-included__callout-line{
  width: 86px;
  height: 2px;
  border-radius: 999px;
  background: var(--tv-orange);
  margin-top: 12px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px){
  .tv-included-card{
    grid-template-columns: 100px 1fr;
    gap: 18px;
    min-height: 180px;
  }

  .tv-included-card__icon{
    width: 88px;
    height: 88px;
  }

  .tv-included-card__icon svg{
    width: 38px;
    height: 38px;
  }

  .tv-included-card__title{
    font-size: 21px;
  }

  .tv-included-card__text{
    font-size: 14px;
  }
}

@media (max-width: 920px){
  .tv-included__grid{
    grid-template-columns: 1fr;
  }

  .tv-included__callout{
    grid-template-columns: 80px 1fr;
    gap: 18px;
  }

  .tv-included__callout-divider{
    display: none;
  }
}

@media (max-width: 767px){
  .tv-included{
    padding: 48px 0 46px;
  }

  .tv-included__container{
    width: min(100%, calc(100% - 22px));
  }

  .tv-included__header{
    margin-bottom: 22px;
  }

  .tv-included__eyebrow{
    font-size: 12px;
    margin-bottom: 12px;
  }

  .tv-included__title{
    font-size: 30px;
    line-height: 1.06;
  }

  .tv-included__title-accent{
    margin-top: 12px;
    width: 70px;
  }

  .tv-included__subtitle{
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.65;
  }

  .tv-included__grid{
    gap: 14px;
    margin-top: 18px;
  }

  .tv-included-card{
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
    padding: 18px 18px 18px 16px;
    border-left-width: 4px;
  }

  .tv-included-card__icon{
    width: 76px;
    height: 76px;
  }

  .tv-included-card__icon svg{
    width: 32px;
    height: 32px;
  }

  .tv-included-card__title{
    font-size: 19px;
  }

  .tv-included-card__line{
    margin: 10px 0 12px;
  }

  .tv-included-card__text{
    font-size: 14px;
    line-height: 1.6;
    max-width: none;
  }

  .tv-included__callout{
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 16px;
  }

  .tv-included__callout-icon{
    width: 58px;
    height: 58px;
  }

  .tv-included__callout-icon svg{
    width: 28px;
    height: 28px;
  }

  .tv-included__callout-text{
    font-size: 19px;
    line-height: 1.25;
  }

  .tv-included__callout-line{
    width: 76px;
    margin-top: 12px;
  }
}

@media (max-width: 480px){
  .tv-included__title{
    font-size: 26px;
  }

  .tv-included-card__title{
    font-size: 18px;
  }

  .tv-included-card__text{
    font-size: 13px;
  }

  .tv-included__callout-text{
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ef9649 *//* =========================================================
   TAGVOLT - FAQ SECTION
========================================================= */

.tv-faq{
  --tv-blue: #1D6DF2;
  --tv-blue-dark: #071A45;
  --tv-orange: #FF6B00;
  --tv-bg: #F6F8FC;
  --tv-card: #FFFFFF;
  --tv-text: #071A45;
  --tv-text-soft: #4B5C79;
  --tv-border: #E7EDF7;
  --tv-line: #D8E2F1;
  --tv-shadow: 0 18px 42px rgba(7, 26, 69, 0.05);

  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FAFBFE 0%, #F6F8FC 100%);
  padding: 90px 0 84px;
  font-family: "Inter", sans-serif;
}

.tv-faq__container{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================================================
   HEADER
========================================================= */

.tv-faq__header{
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.tv-faq__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.tv-faq__eyebrow-number{
  color: var(--tv-orange);
}

.tv-faq__eyebrow-slash,
.tv-faq__eyebrow-text{
  color: var(--tv-text);
}

.tv-faq__title{
  margin: 0;
  color: var(--tv-text);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.tv-faq__title span{
  color: var(--tv-blue);
}

.tv-faq__dot{
  color: var(--tv-orange) !important;
}

.tv-faq__title-line{
  width: 96px;
  height: 3px;
  border-radius: 999px;
  background: var(--tv-orange);
  margin: 18px auto 0;
}

.tv-faq__subtitle{
  max-width: 980px;
  margin: 24px auto 0;
  color: var(--tv-text-soft);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

/* =========================================================
   FAQ LIST
========================================================= */

.tv-faq__list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 34px;
}

.tv-faq-item{
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--tv-border);
  border-radius: 18px;
  box-shadow: var(--tv-shadow);
  overflow: hidden;
}

.tv-faq-item summary{
  list-style: none;
}

.tv-faq-item summary::-webkit-details-marker{
  display: none;
}

.tv-faq-item__summary{
  display: grid;
  grid-template-columns: 130px 1fr 46px;
  gap: 26px;
  align-items: center;
  padding: 20px 26px 20px 24px;
  cursor: pointer;
}

.tv-faq-item__left{
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 100%;
}

.tv-faq-item__number{
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #EEF3FB;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  flex: 0 0 auto;
}

.tv-faq-item__divider{
  width: 1px;
  align-self: stretch;
  min-height: 92px;
  background: var(--tv-line);
}

.tv-faq-item__content{
  min-width: 0;
}

.tv-faq-item__question{
  margin: 0;
  color: var(--tv-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-faq-item__answer{
  color: var(--tv-text-soft);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 500;
}

.tv-faq-item__answer--desktop{
  margin-top: 10px;
}

.tv-faq-item__answer--mobile{
  display: none;
  padding: 0 24px 22px 24px;
  border-top: 1px solid rgba(216, 226, 241, 0.5);
}

.tv-faq-item__icon{
  width: 40px;
  height: 40px;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  transition: transform 0.3s ease;
}

.tv-faq-item__icon svg{
  width: 24px;
  height: 24px;
}

.tv-faq-item[open] .tv-faq-item__icon{
  transform: rotate(180deg);
}

/* =========================================================
   CALLOUT
========================================================= */

.tv-faq__callout{
  margin: 18px auto 0;
  width: min(1068px, 100%);
  background: linear-gradient(180deg, #F4F8FF 0%, #EFF5FF 100%);
  border: 1px solid #E1EBF9;
  border-radius: 18px;
  box-shadow: var(--tv-shadow);
  display: grid;
  grid-template-columns: 92px 1px 1fr;
  gap: 24px;
  align-items: center;
  padding: 20px 28px;
}

.tv-faq__callout-icon{
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #EEF4FF;
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-faq__callout-icon svg{
  width: 42px;
  height: 42px;
}

.tv-faq__callout-divider{
  width: 1px;
  height: 68px;
  background: #D8E2F1;
}

.tv-faq__callout-text{
  margin: 0;
  color: var(--tv-text);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  font-weight: 500;
}

.tv-faq__callout-text span{
  color: var(--tv-blue);
  font-weight: 700;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px){
  .tv-faq__list{
    gap: 12px;
  }

  .tv-faq-item__summary{
    grid-template-columns: 110px 1fr 38px;
    gap: 20px;
    padding: 18px 20px;
  }

  .tv-faq-item__number{
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .tv-faq-item__divider{
    min-height: 80px;
  }

  .tv-faq-item__question{
    font-size: 18px;
  }

  .tv-faq-item__answer{
    font-size: 16px;
  }
}

@media (max-width: 767px){
  .tv-faq{
    padding: 64px 0 60px;
  }

  .tv-faq__container{
    width: min(100%, calc(100% - 22px));
  }

  .tv-faq__header{
    margin-bottom: 26px;
  }

  .tv-faq__eyebrow{
    font-size: 14px;
    margin-bottom: 14px;
  }

  .tv-faq__title{
    font-size: 34px;
    line-height: 1.06;
  }

  .tv-faq__title-line{
    margin-top: 14px;
    width: 84px;
  }

  .tv-faq__subtitle{
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  .tv-faq__list{
    margin-top: 24px;
  }

  .tv-faq-item__summary{
    grid-template-columns: 1fr 28px;
    gap: 14px;
    padding: 18px 16px;
    align-items: start;
  }

  .tv-faq-item__left{
    display: none;
  }

  .tv-faq-item__question{
    font-size: 18px;
    line-height: 1.35;
    padding-right: 8px;
  }

  .tv-faq-item__answer--desktop{
    display: none;
  }

  .tv-faq-item__answer--mobile{
    display: block;
    padding: 0 16px 18px 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .tv-faq-item__icon{
    width: 28px;
    height: 28px;
    margin-top: 2px;
  }

  .tv-faq-item__icon svg{
    width: 20px;
    height: 20px;
  }

  .tv-faq__callout{
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px;
  }

  .tv-faq__callout-divider{
    display: none;
  }

  .tv-faq__callout-icon{
    width: 68px;
    height: 68px;
  }

  .tv-faq__callout-icon svg{
    width: 36px;
    height: 36px;
  }

  .tv-faq__callout-text{
    font-size: 17px;
    line-height: 1.5;
  }
}

@media (max-width: 480px){
  .tv-faq__title{
    font-size: 30px;
  }

  .tv-faq-item__question{
    font-size: 17px;
  }

  .tv-faq__callout-text{
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b895125 *//* =========================================================
   TAGVOLT - FINAL PRICING CTA SECTION
========================================================= */

.tv-pricing-cta{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0E5BFF;
  --tv-blue-dark: #071A45;
  --tv-orange: #FF6B00;
  --tv-orange-2: #FF7A1A;
  --tv-white: #FFFFFF;
  --tv-text-soft: rgba(255,255,255,0.78);

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(20, 95, 255, 0.22) 0%, rgba(20, 95, 255, 0.12) 18%, rgba(20, 95, 255, 0.04) 38%, transparent 62%),
    linear-gradient(180deg, #021030 0%, #041842 100%);
  padding: 120px 0 130px;
  font-family: "Inter", sans-serif;
}

/* subtle side glow */
.tv-pricing-cta::before,
.tv-pricing-cta::after{
  content: "";
  position: absolute;
  top: 0;
  width: 260px;
  height: 100%;
  pointer-events: none;
  opacity: 0.35;
}

.tv-pricing-cta::before{
  left: -80px;
  background:
    radial-gradient(circle at left center, rgba(15, 100, 255, 0.14) 0%, rgba(15, 100, 255, 0.05) 35%, transparent 70%);
}

.tv-pricing-cta::after{
  right: -80px;
  background:
    radial-gradient(circle at right center, rgba(15, 100, 255, 0.14) 0%, rgba(15, 100, 255, 0.05) 35%, transparent 70%);
}

.tv-pricing-cta__container{
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tv-pricing-cta__content{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* =========================================================
   EYEBROW
========================================================= */

.tv-pricing-cta__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tv-pricing-cta__eyebrow-number{
  color: var(--tv-orange);
}

.tv-pricing-cta__eyebrow-slash,
.tv-pricing-cta__eyebrow-text{
  color: rgba(255,255,255,0.96);
}

.tv-pricing-cta__accent{
  width: 112px;
  height: 3px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, var(--tv-orange) 25%, var(--tv-orange) 75%, transparent 100%);
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.35);
}

/* =========================================================
   TITLE + TEXT
========================================================= */

.tv-pricing-cta__title{
  margin: 0;
  color: var(--tv-white);
  font-size: clamp(48px, 5.6vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 8px 30px rgba(0,0,0,0.22);
}

.tv-pricing-cta__title span{
  color: var(--tv-blue-2);
}

.tv-pricing-cta__subtitle{
  max-width: 980px;
  margin: 34px auto 0;
  color: var(--tv-text-soft);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
  font-weight: 500;
  text-wrap: balance;
}

/* =========================================================
   BUTTON
========================================================= */

.tv-pricing-cta__button{
  margin: 54px auto 0;
  width: fit-content;
  min-width: 560px;
  max-width: 100%;
  height: 100px;
  padding: 0 34px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: linear-gradient(180deg, var(--tv-orange-2) 0%, var(--tv-orange) 100%);
  color: var(--tv-white);
  text-decoration: none;
  box-shadow:
    0 20px 40px rgba(255, 107, 0, 0.28),
    0 0 40px rgba(255, 107, 0, 0.18);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.tv-pricing-cta__button:hover{
  transform: translateY(-3px);
  box-shadow:
    0 26px 50px rgba(255, 107, 0, 0.34),
    0 0 50px rgba(255, 107, 0, 0.2);
}

.tv-pricing-cta__button:active{
  transform: translateY(-1px);
}

.tv-pricing-cta__button-icon{
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tv-pricing-cta__button-icon svg{
  width: 100%;
  height: 100%;
}

.tv-pricing-cta__button-text{
  font-size: clamp(26px, 2.1vw, 32px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.tv-pricing-cta__button-arrow{
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform 0.28s ease;
}

.tv-pricing-cta__button:hover .tv-pricing-cta__button-arrow{
  transform: translateX(5px);
}

.tv-pricing-cta__button-arrow svg{
  width: 100%;
  height: 100%;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px){
  .tv-pricing-cta{
    padding: 100px 0 110px;
  }

  .tv-pricing-cta__button{
    min-width: 460px;
    height: 88px;
    gap: 18px;
  }
}

@media (max-width: 767px){
  .tv-pricing-cta{
    padding: 72px 0 80px;
  }

  .tv-pricing-cta__container{
    width: min(100%, calc(100% - 22px));
  }

  .tv-pricing-cta__eyebrow{
    font-size: 13px;
    gap: 8px;
    margin-bottom: 10px;
  }

  .tv-pricing-cta__accent{
    width: 86px;
    margin-bottom: 20px;
  }

  .tv-pricing-cta__title{
    font-size: 38px;
    line-height: 1.08;
  }

  .tv-pricing-cta__subtitle{
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6;
  }

  .tv-pricing-cta__button{
    margin-top: 34px;
    min-width: 100%;
    width: 100%;
    height: 74px;
    border-radius: 16px;
    padding: 0 20px;
    gap: 14px;
  }

  .tv-pricing-cta__button-icon{
    width: 28px;
    height: 28px;
  }

  .tv-pricing-cta__button-text{
    font-size: 20px;
  }

  .tv-pricing-cta__button-arrow{
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px){
  .tv-pricing-cta__title{
    font-size: 32px;
  }

  .tv-pricing-cta__subtitle{
    font-size: 16px;
  }

  .tv-pricing-cta__button{
    height: 68px;
    gap: 12px;
  }

  .tv-pricing-cta__button-text{
    font-size: 18px;
  }
}/* End custom CSS */