:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-722ed17 *//* =========================================================
   TAGVOLT - DIFFERENCE SECTION
   Paste this in your CSS / Custom CSS
========================================================= */

.tv-difference-section{
  position: relative;
  background: linear-gradient(180deg, #f8faff 0%, #f4f7fc 100%);
  padding: 110px 0 70px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.tv-difference-container{
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ---------------------------
   TOP AREA
--------------------------- */
.tv-difference-top{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 50px;
}

.tv-difference-heading{
  max-width: 760px;
}

.tv-section-kicker{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.tv-kicker-line{
  width: 22px;
  height: 2px;
  background: #1f66ff;
  border-radius: 20px;
}

.tv-kicker-number{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1.5px solid rgba(31, 102, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f66ff;
  font-weight: 700;
  font-size: 24px;
  background: rgba(255,255,255,0.65);
  box-shadow: 0 8px 30px rgba(31, 102, 255, 0.08);
}

.tv-kicker-text{
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #1f66ff;
  text-transform: uppercase;
}

.tv-difference-title{
  margin: 0;
  color: #07163f;
  font-size: clamp(40px, 4.5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.tv-blue{
  color: #1f66ff;
}

.tv-orange{
  color: #ff7a1a;
}

.tv-title-underline{
  width: 74px;
  height: 4px;
  border-radius: 99px;
  background: #1f66ff;
  margin: 26px 0 28px;
}

.tv-difference-intro{
  margin: 0;
  max-width: 640px;
  color: #18233f;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

/* ---------------------------
   RIGHT VISUAL
--------------------------- */
.tv-difference-visual{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 360px;
  position: relative;
}

.tv-visual-rings{
  position: relative;
  width: 360px;
  height: 360px;
}

.tv-ring{
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(31, 102, 255, 0.10);
}

.tv-ring-1{ transform: scale(1); }
.tv-ring-2{ transform: scale(0.84); }
.tv-ring-3{ transform: scale(0.68); }
.tv-ring-4{ transform: scale(0.52); }

.tv-ring-dotted{
  position: absolute;
  inset: 58px;
  border-radius: 50%;
  border: 2px dotted rgba(31, 102, 255, 0.75);
}

.tv-visual-center{
  position: absolute;
  inset: 105px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f5f9ff 0%, #edf4ff 45%, #e3edff 100%);
  box-shadow:
    0 25px 60px rgba(16, 69, 170, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f66ff;
}

.tv-visual-center svg{
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 10px 18px rgba(31, 102, 255, 0.25));
}

/* ---------------------------
   CARDS GRID
--------------------------- */
.tv-difference-cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}

.tv-diff-card{
  position: relative;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(12, 42, 110, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(14, 30, 84, 0.08);
  min-height: 460px;
  display: flex;
  flex-direction: column;
}

.tv-card-image{
  height: 210px;
  overflow: hidden;
}

.tv-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tv-card-content{
  position: relative;
  padding: 28px 28px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tv-card-top-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -56px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.tv-card-icon{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(10, 35, 96, 0.12);
}

.tv-card-icon svg{
  width: 32px;
  height: 32px;
}

.tv-icon-blue{
  color: #1f66ff;
}

.tv-icon-orange{
  color: #ff7a1a;
}

.tv-icon-white{
  color: #ffffff;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 14px 30px rgba(4, 18, 54, 0.18);
}

.tv-card-number{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(31, 102, 255, 0.10);
  color: #1f66ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.tv-card-number-orange{
  background: rgba(255, 122, 26, 0.12);
  color: #ff7a1a;
}

.tv-card-title{
  margin: 0;
  color: #07163f;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tv-card-line{
  width: 48px;
  height: 3px;
  border-radius: 99px;
  background: #1f66ff;
  margin: 20px 0 18px;
}

.tv-card-line-orange{
  background: #ff7a1a;
}

.tv-card-text{
  margin: 0;
  color: #18233f;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

/* FEATURED CARD */
.tv-diff-card-featured{
  background: linear-gradient(180deg, #1f66ff 0%, #0b4df0 100%);
  border-color: rgba(31, 102, 255, 0.3);
  box-shadow: 0 20px 45px rgba(12, 66, 194, 0.25);
}

.tv-diff-card-featured .tv-card-content{
  color: #fff;
}

.tv-diff-card-featured .tv-card-title,
.tv-diff-card-featured .tv-card-text{
  color: #fff;
}

.tv-diff-card-featured .tv-card-line{
  background: rgba(255,255,255,0.92);
}

.tv-diff-card-featured .tv-card-number{
  background: rgba(255,255,255,0.16);
  color: #ffffff;
}

/* ---------------------------
   BOTTOM STRIP
--------------------------- */
.tv-difference-strip{
  display: grid;
  grid-template-columns: 1.2fr 1.4fr;
  align-items: stretch;
  background: rgba(255,255,255,0.9);
  border: 1.5px solid rgba(31, 102, 255, 0.35);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(14, 30, 84, 0.06);
}

.tv-strip-left{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 28px;
  border-right: 1px solid rgba(31, 102, 255, 0.18);
}

.tv-strip-main-icon{
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f66ff;
}

.tv-strip-main-icon svg{
  width: 52px;
  height: 52px;
}

.tv-strip-main-text{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tv-strip-main-text strong{
  color: #07163f;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.tv-strip-main-text span{
  color: #1f66ff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.tv-strip-items{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tv-strip-item{
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 14px;
  text-align: center;
  position: relative;
}

.tv-strip-item:not(:last-child){
  border-right: 1px solid rgba(12, 42, 110, 0.08);
}

.tv-strip-item-icon{
  color: #1f66ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv-strip-item-icon svg{
  width: 34px;
  height: 34px;
}

.tv-strip-item span{
  color: #07163f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

/* ---------------------------
   BACKGROUND DECOR
--------------------------- */
.tv-difference-section::before{
  content: "";
  position: absolute;
  top: 60px;
  right: 0;
  width: 420px;
  height: 320px;
  background-image: radial-gradient(rgba(31,102,255,0.18) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.35;
  pointer-events: none;
}

.tv-difference-section::after{
  content: "";
  position: absolute;
  top: 40px;
  right: 90px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,102,255,0.08) 0%, rgba(31,102,255,0.02) 45%, rgba(31,102,255,0) 72%);
  filter: blur(10px);
  pointer-events: none;
}

/* ---------------------------
   RESPONSIVE
--------------------------- */
@media (max-width: 1200px){
  .tv-difference-top{
    grid-template-columns: 1fr;
  }

  .tv-difference-visual{
    justify-content: flex-start;
    min-height: auto;
  }

  .tv-difference-cards{
    grid-template-columns: repeat(2, 1fr);
  }

  .tv-difference-strip{
    grid-template-columns: 1fr;
  }

  .tv-strip-left{
    border-right: none;
    border-bottom: 1px solid rgba(31, 102, 255, 0.18);
  }
}

@media (max-width: 767px){
  .tv-difference-section{
    padding: 80px 0 50px;
  }

  .tv-difference-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-difference-title{
    font-size: 38px;
    line-height: 1.08;
  }

  .tv-difference-intro{
    font-size: 16px;
  }

  .tv-visual-rings{
    width: 250px;
    height: 250px;
  }

  .tv-ring-dotted{
    inset: 42px;
  }

  .tv-visual-center{
    inset: 72px;
  }

  .tv-visual-center svg{
    width: 48px;
    height: 48px;
  }

  .tv-difference-cards{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tv-diff-card{
    min-height: auto;
  }

  .tv-card-image{
    height: 220px;
  }

  .tv-difference-strip{
    border-radius: 18px;
  }

  .tv-strip-left{
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .tv-strip-main-text strong{
    font-size: 18px;
  }

  .tv-strip-main-text span{
    font-size: 16px;
  }

  .tv-strip-items{
    grid-template-columns: repeat(2, 1fr);
  }

  .tv-strip-item{
    min-height: 110px;
  }

  .tv-strip-item:nth-child(2){
    border-right: none;
  }
}

@media (max-width: 520px){
  .tv-section-kicker{
    gap: 10px;
    flex-wrap: wrap;
  }

  .tv-kicker-text{
    font-size: 12px;
  }

  .tv-kicker-number{
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .tv-difference-title{
    font-size: 32px;
  }

  .tv-strip-items{
    grid-template-columns: 1fr;
  }

  .tv-strip-item{
    border-right: none !important;
    border-top: 1px solid rgba(12, 42, 110, 0.08);
  }
}

/* Animation de base sur la carte */
.tv-diff-card {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.4s ease, 
              border-color 0.4s ease;
}

/* Effet Hover */
.tv-diff-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(14, 30, 84, 0.16);
  border-color: rgba(31, 102, 255, 0.25);
}

/* Zoom Image */
.tv-card-image img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.tv-diff-card:hover .tv-card-image img {
  transform: scale(1.06);
}

/* Animation de la ligne */
.tv-card-line {
  transition: width 0.3s ease;
}
.tv-diff-card:hover .tv-card-line {
  width: 70px; /* La ligne s'agrandit au survol */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06ad851 *//* =========================================================
   TAGVOLT - PROCESS SECTION
   Franklin / TagVolt website
========================================================= */

.tv-process-section{
  position: relative;
  padding: 110px 0 70px;
  background:
    radial-gradient(circle at 15% 10%, rgba(29,109,242,0.05), transparent 26%),
    radial-gradient(circle at 85% 15%, rgba(29,109,242,0.05), transparent 24%),
    linear-gradient(180deg, #f8faff 0%, #f4f6fb 100%);
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.tv-process-section::before,
.tv-process-section::after{
  content: "";
  position: absolute;
  top: 130px;
  width: 180px;
  height: 260px;
  pointer-events: none;
  opacity: .45;
  background-image: radial-gradient(rgba(29,109,242,0.28) 1px, transparent 1px);
  background-size: 14px 14px;
}

.tv-process-section::before{
  left: -30px;
}

.tv-process-section::after{
  right: -30px;
}

.tv-process-container{
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================================================
   HEADER
========================================================= */
.tv-process-header{
  max-width: 1080px;
  margin: 0 auto 42px;
  text-align: center;
}

.tv-process-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tv-process-kicker-number{
  color: #1D6DF2;
}

.tv-process-kicker-divider,
.tv-process-kicker-text{
  color: #0F172A;
}

.tv-process-title{
  margin: 0;
  color: #081633;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.tv-process-title .tv-blue{
  color: #1D6DF2;
}

.tv-process-title .tv-orange{
  color: #FF6B00;
}

.tv-process-intro{
  max-width: 860px;
  margin: 26px auto 0;
  color: #25324d;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

/* =========================================================
   PROCESS BOX
========================================================= */
.tv-process-box{
  display: grid;
  grid-template-columns: 1fr 120px 1.18fr 120px 1fr 120px 1fr;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15,23,42,0.04);
  border-radius: 34px;
  padding: 28px 34px;
  box-shadow:
    0 25px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* =========================================================
   STEP CARD
========================================================= */
.tv-process-step{
  position: relative;
  text-align: center;
  padding: 6px 22px 18px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.tv-step-number{
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #1D6DF2;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(29,109,242,0.22);
  margin-bottom: 26px;
}

.tv-step-number-orange{
  background: #FF6B00;
  box-shadow: 0 12px 24px rgba(255,107,0,0.20);
}

.tv-step-icon{
  width: 118px;
  height: 118px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.tv-step-icon svg{
  width: 48px;
  height: 48px;
}

.tv-step-icon-blue{
  background: linear-gradient(180deg, #edf3ff 0%, #e9f0ff 100%);
  color: #1D6DF2;
}

.tv-step-icon-orange{
  background: linear-gradient(180deg, #fff2ea 0%, #ffefe5 100%);
  color: #FF6B00;
}

.tv-step-title{
  margin: 0 0 12px;
  color: #1D6DF2;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-step-title-orange{
  color: #FF6B00;
}

.tv-step-text{
  margin: 0;
  color: #0f1f3f;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  max-width: 280px;
}

/* FEATURED STEP */
.tv-process-step-featured{
  background: linear-gradient(180deg, #f1f5fc 0%, #eef2f9 100%);
  border-radius: 28px;
  padding: 28px 28px 26px;
  min-height: 430px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.tv-process-step-featured .tv-step-icon{
  width: 126px;
  height: 126px;
}

/* =========================================================
   CONNECTORS
========================================================= */
.tv-step-connector{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  transform: translateY(-28px);
}

.tv-step-connector-line{
  width: 100%;
  height: 2px;
  background: #1D6DF2;
  display: block;
  opacity: 0.95;
}

.tv-step-connector-arrow{
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 999px;
  background: #1D6DF2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -2px;
  box-shadow: 0 8px 20px rgba(29,109,242,0.24);
}

.tv-step-connector-arrow svg{
  width: 18px;
  height: 18px;
}

/* =========================================================
   FOOTER STATEMENT
========================================================= */
.tv-process-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
}

.tv-process-footer-line{
  width: 120px;
  height: 2px;
  background: #1D6DF2;
  border-radius: 99px;
  flex: 0 0 auto;
}

.tv-process-footer-badge{
  width: 102px;
  height: 102px;
  border-radius: 999px;
  background: linear-gradient(180deg, #edf3ff 0%, #e8effd 100%);
  color: #1D6DF2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 16px 30px rgba(29,109,242,0.10),
    inset 0 1px 0 rgba(255,255,255,0.8);
  flex: 0 0 auto;
}

.tv-process-footer-badge svg{
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 8px 14px rgba(29,109,242,0.16));
}

.tv-process-footer-text{
  margin: 0;
  max-width: 760px;
  color: #081633;
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.tv-process-footer-text span{
  color: #FF6B00;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1300px){
  .tv-process-box{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }

  .tv-step-connector{
    transform: none;
    padding: 2px 20px;
  }

  .tv-step-connector-line{
    height: 2px;
  }

  .tv-process-step,
  .tv-process-step-featured{
    min-height: auto;
  }

  .tv-step-text{
    max-width: 100%;
  }
}

@media (max-width: 991px){
  .tv-process-section{
    padding: 90px 0 60px;
  }

  .tv-process-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-process-title{
    font-size: 44px;
    line-height: 1.06;
  }

  .tv-process-intro{
    font-size: 16px;
    line-height: 1.65;
  }

  .tv-process-box{
    border-radius: 24px;
    padding: 22px;
  }

  .tv-process-step{
    padding: 6px 10px 10px;
  }

  .tv-process-step-featured{
    padding: 22px 16px;
    border-radius: 22px;
  }

  .tv-step-title{
    font-size: 24px;
  }

  .tv-process-footer{
    gap: 16px;
    margin-top: 26px;
  }

  .tv-process-footer-line{
    width: 72px;
  }

  .tv-process-footer-badge{
    width: 78px;
    height: 78px;
  }

  .tv-process-footer-badge svg{
    width: 32px;
    height: 32px;
  }

  .tv-process-footer-text{
    font-size: 24px;
  }
}

@media (max-width: 767px){
  .tv-process-section{
    padding: 78px 0 48px;
  }

  .tv-process-section::before,
  .tv-process-section::after{
    display: none;
  }

  .tv-process-kicker{
    font-size: 12px;
    margin-bottom: 16px;
  }

  .tv-process-title{
    font-size: 34px;
  }

  .tv-process-intro{
    margin-top: 18px;
  }

  .tv-process-box{
    padding: 18px;
    border-radius: 20px;
  }

  .tv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .tv-step-icon{
    width: 98px;
    height: 98px;
    margin-bottom: 18px;
  }

  .tv-step-icon svg{
    width: 40px;
    height: 40px;
  }

  .tv-process-step-featured .tv-step-icon{
    width: 106px;
    height: 106px;
  }

  .tv-step-title{
    font-size: 22px;
  }

  .tv-step-text{
    font-size: 15px;
    line-height: 1.7;
  }

  .tv-step-connector{
    padding: 0 10px;
  }

  .tv-step-connector-arrow{
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .tv-process-footer{
    flex-wrap: wrap;
    gap: 16px;
  }

  .tv-process-footer-line{
    display: none;
  }

  .tv-process-footer{
    text-align: center;
  }

  .tv-process-footer-text{
    font-size: 22px;
    line-height: 1.25;
  }
}

@media (max-width: 480px){
  .tv-process-title{
    font-size: 30px;
  }

  .tv-process-box{
    padding: 14px;
  }

  .tv-process-step,
  .tv-process-step-featured{
    padding-left: 6px;
    padding-right: 6px;
  }

  .tv-process-footer-badge{
    width: 70px;
    height: 70px;
  }

  .tv-process-footer-text{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3be141f *//* =========================================================
   TAGVOLT / FRANKLIN - FINAL CTA SECTION
========================================================= */

.tv-cta-section{
  --tv-blue: #1D6DF2;
  --tv-blue-2: #0B57F0;
  --tv-orange: #FF6B00;
  --tv-navy: #071227;
  --tv-navy-2: #081a34;
  --tv-white: #FFFFFF;
  --tv-text-soft: rgba(255,255,255,0.82);
  --tv-border: rgba(44, 118, 255, 0.55);
  --tv-divider: rgba(59, 117, 255, 0.25);

  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(16,92,255,0.08), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(16,92,255,0.10), transparent 30%),
    linear-gradient(180deg, #020817 0%, #031022 100%);
  font-family: "Inter", sans-serif;
}

/* ---------------------------------------------------------
   Decorative dotted side grids
--------------------------------------------------------- */
.tv-cta-bg-grid{
  position: absolute;
  top: 50%;
  width: 160px;
  height: 240px;
  transform: translateY(-50%);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(rgba(29,109,242,0.95) 1.6px, transparent 1.6px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.tv-cta-bg-grid-left{
  left: -18px;
}

.tv-cta-bg-grid-right{
  right: -18px;
}

/* ---------------------------------------------------------
   Decorative curved lines
--------------------------------------------------------- */
.tv-cta-curve{
  position: absolute;
  width: 460px;
  height: 220px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.tv-cta-curve path{
  stroke: rgba(29,109,242,0.9);
  stroke-width: 1.5;
  fill: none;
}

.tv-cta-curve-left{
  left: -40px;
  bottom: 210px;
}

.tv-cta-curve-right{
  right: -40px;
  bottom: 130px;
}

/* ---------------------------------------------------------
   Main wrapper
--------------------------------------------------------- */
.tv-cta-container{
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}

/* ---------------------------------------------------------
   CTA Card
--------------------------------------------------------- */
.tv-cta-card{
  position: relative;
  text-align: center;
  border-radius: 34px;
  padding: 72px 80px 56px;
  border: 1.5px solid var(--tv-border);
  background:
    radial-gradient(circle at 50% 0%, rgba(29,109,242,0.12), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(29,109,242,0.10), transparent 26%),
    linear-gradient(180deg, rgba(5,20,43,0.96) 0%, rgba(3,16,34,0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(20,80,200,0.10) inset,
    0 0 70px rgba(16,92,255,0.20),
    0 30px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.tv-cta-card::before{
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 140px;
  background: radial-gradient(circle, rgba(29,109,242,0.45) 0%, rgba(29,109,242,0.10) 45%, transparent 75%);
  filter: blur(28px);
  pointer-events: none;
}

.tv-cta-card::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  width: 460px;
  height: 180px;
  background: radial-gradient(circle, rgba(29,109,242,0.28) 0%, rgba(29,109,242,0.06) 45%, transparent 72%);
  filter: blur(32px);
  pointer-events: none;
}

/* ---------------------------------------------------------
   Kicker
--------------------------------------------------------- */
.tv-cta-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tv-cta-kicker-number{
  color: var(--tv-blue);
}

.tv-cta-kicker-divider,
.tv-cta-kicker-text{
  color: rgba(255,255,255,0.92);
}

/* ---------------------------------------------------------
   Title
--------------------------------------------------------- */
.tv-cta-title{
  margin: 0;
  color: var(--tv-white);
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.tv-cta-title span{
  color: var(--tv-blue);
}

/* ---------------------------------------------------------
   Text
--------------------------------------------------------- */
.tv-cta-text{
  max-width: 920px;
  margin: 28px auto 0;
  color: var(--tv-text-soft);
  font-size: 19px;
  line-height: 1.75;
  font-weight: 400;
}

/* ---------------------------------------------------------
   Button
--------------------------------------------------------- */
.tv-cta-button-wrap{
  margin-top: 38px;
}

.tv-cta-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 520px;
  min-height: 82px;
  padding: 20px 38px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ff7a10 0%, #ff6b00 100%);
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  box-shadow:
    0 18px 35px rgba(255,107,0,0.28),
    0 0 35px rgba(255,107,0,0.18);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.tv-cta-button:hover{
  transform: translateY(-3px);
  box-shadow:
    0 24px 42px rgba(255,107,0,0.34),
    0 0 42px rgba(255,107,0,0.24);
}

.tv-cta-button-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.tv-cta-button-icon svg{
  width: 34px;
  height: 34px;
}

/* ---------------------------------------------------------
   Subtext
--------------------------------------------------------- */
.tv-cta-subtext{
  max-width: 760px;
  margin: 34px auto 0;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

/* ---------------------------------------------------------
   Bottom features
--------------------------------------------------------- */
.tv-cta-features{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 42px;
  flex-wrap: wrap;
}

.tv-cta-feature{
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  min-height: 56px;
}

.tv-cta-feature-icon{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1.4px solid rgba(29,109,242,0.85);
  color: var(--tv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(29,109,242,0.12) inset,
    0 0 22px rgba(29,109,242,0.12);
}

.tv-cta-feature-icon svg{
  width: 28px;
  height: 28px;
}

.tv-cta-feature span{
  color: rgba(255,255,255,0.94);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.tv-cta-feature-divider{
  width: 1px;
  height: 54px;
  background: var(--tv-divider);
}

/* ---------------------------------------------------------
   Responsive
--------------------------------------------------------- */
@media (max-width: 1200px){
  .tv-cta-card{
    padding: 64px 52px 50px;
  }

  .tv-cta-button{
    min-width: 460px;
    font-size: 22px;
  }
}

@media (max-width: 991px){
  .tv-cta-section{
    padding: 90px 0;
  }

  .tv-cta-container{
    width: min(100%, calc(100% - 24px));
  }

  .tv-cta-card{
    border-radius: 26px;
    padding: 56px 28px 42px;
  }

  .tv-cta-title{
    font-size: 46px;
  }

  .tv-cta-text{
    font-size: 17px;
    line-height: 1.7;
  }

  .tv-cta-button{
    min-width: 100%;
    max-width: 620px;
    min-height: 74px;
    font-size: 21px;
    border-radius: 16px;
  }

  .tv-cta-subtext{
    font-size: 16px;
  }

  .tv-cta-features{
    gap: 14px;
  }

  .tv-cta-feature-divider{
    display: none;
  }

  .tv-cta-feature{
    padding: 0 14px;
  }

  .tv-cta-bg-grid{
    width: 110px;
    height: 180px;
  }

  .tv-cta-curve{
    width: 320px;
    height: 170px;
    opacity: .7;
  }
}

@media (max-width: 767px){
  .tv-cta-section{
    padding: 76px 0;
  }

  .tv-cta-bg-grid,
  .tv-cta-curve{
    display: none;
  }

  .tv-cta-kicker{
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }

  .tv-cta-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .tv-cta-text{
    margin-top: 22px;
    font-size: 16px;
  }

  .tv-cta-button-wrap{
    margin-top: 28px;
  }

  .tv-cta-button{
    min-height: 66px;
    padding: 16px 22px;
    gap: 12px;
    font-size: 18px;
  }

  .tv-cta-button-icon svg{
    width: 28px;
    height: 28px;
  }

  .tv-cta-subtext{
    margin-top: 24px;
    font-size: 15px;
  }

  .tv-cta-features{
    margin-top: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .tv-cta-feature{
    justify-content: center;
    padding: 0;
  }

  .tv-cta-feature span{
    font-size: 16px;
    white-space: normal;
  }
}

@media (max-width: 480px){
  .tv-cta-card{
    padding: 44px 18px 34px;
    border-radius: 22px;
  }

  .tv-cta-title{
    font-size: 29px;
  }

  .tv-cta-text{
    font-size: 15px;
    line-height: 1.65;
  }

  .tv-cta-button{
    font-size: 16px;
    min-height: 62px;
    border-radius: 14px;
  }

  .tv-cta-feature{
    gap: 12px;
  }

  .tv-cta-feature-icon{
    width: 50px;
    height: 50px;
  }

  .tv-cta-feature-icon svg{
    width: 24px;
    height: 24px;
  }
}/* End custom CSS */