@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800&family=Roboto:wght@400;500;700;900&display=swap');

/* =========================================
   VISXP TERMS & CONDITIONS - ULTRA PREMIUM
   Center Part Only
========================================= */
:root {
  --heading-font:'Exo 2', sans-serif;
  --body-font:'Roboto', sans-serif;
  --font-main:'Roboto', sans-serif;
}

body,
p,
a,
li,
div,
button,
input,
textarea,
select,
small,
label,
span{
  font-family:var(--body-font);
}

body{
  font-family:var(--font-main);
  background:var(--bg-page) !important;
  color:var(--text-dark);
  overflow-x:none !important;
  font-size:15px;
  font-weight:400;
  line-height:1.75;
}

p{
  color:var(--text-gray);
  line-height:1.8;
  margin:0;
  font-size:15px;
  font-weight:400;
}

h1,h2,h3,h4,h5,h6,
.hero-title,
.visxp-h2-bold,
.title-wrap h2,
.story-wrap h3,
.rating-card h4,
.stat-pill h4,
.badge-card h5,
.industry-overlay h4{
  font-family:var(--heading-font) !important;
}

.visxp-terms-luxury{
  position: relative;
  padding: 120px 20px 90px;
  background:
    radial-gradient(circle at top left, rgba(26,202,225,0.10), transparent 28%),
    radial-gradient(circle at top right, rgba(138,43,226,0.10), transparent 24%),
    linear-gradient(180deg, #f5f7fb 0%, #edf1f7 100%);
  overflow: hidden;
}

.visxp-terms-luxury{
  overflow: visible;
}

.visxp-terms-shell,
.visxp-terms-main,
.visxp-terms-content{
  overflow: visible !important;
}

.visxp-terms-main{
  display:grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.visxp-terms-side{
  position: relative !important;
  top: auto !important;
  align-self: stretch;
}

.visxp-terms-sticky-parent{
  position: relative;
  min-height: 100%;
}

.visxp-terms-sticky-shell{
  position: relative;
}

.visxp-terms-sticky-box{
  position: relative;
  width: 100%;
}

.visxp-terms-luxury *{
  box-sizing: border-box;
}

.visxp-terms-luxury::before{
  content:"";
  position:absolute;
  top:-120px;
  left:-80px;
  width:280px;
  height:280px;
  border-radius:50%;
  background: rgba(26,202,225,0.10);
  filter: blur(60px);
  pointer-events:none;
}

.visxp-terms-luxury::after{
  content:"";
  position:absolute;
  bottom:-140px;
  right:-80px;
  width:320px;
  height:320px;
  border-radius:50%;
  background: rgba(138,43,226,0.10);
  filter: blur(70px);
  pointer-events:none;
}

.visxp-terms-shell{
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* HERO */
.visxp-terms-hero{
  position: relative;
  border-radius: 34px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(11,43,63,0.96) 0%, rgba(18,52,73,0.96) 55%, rgba(26,46,63,0.96) 100%);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(11,43,63,0.16);
  /*border: 1px solid rgba(255,255,255,0.08);*/
  margin-bottom: 34px;
}

.visxp-terms-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 85% 18%, rgba(26,202,225,0.22), transparent 18%),
    radial-gradient(circle at 72% 78%, rgba(138,43,226,0.16), transparent 22%);
  pointer-events:none;
}

.visxp-terms-hero-grid{
  position: relative;
  z-index: 2;
  display:grid;
  grid-template-columns: minmax(0,1.15fr) minmax(300px,0.85fr);
  gap: 26px;
  align-items: stretch;
}

.visxp-terms-hero-left{
  color:#fff;
}

.visxp-terms-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color:#fff;
  font-size: 10px;
  font-weight: 450;
  letter-spacing: .4px;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

.visxp-terms-chip i{
  color:#1acae1;
}

.visxp-terms-hero-left h1{
  margin: 0 0 16px;
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.4px;
  max-width: 760px;
  color:#fff;
}

/*.visxp-terms-hero-left h1 span{
  background: linear-gradient(90deg, #1acae1, #8A2BE2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

.visxp-terms-hero-left p{
  margin: 0 0 24px;
  max-width: 720px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.8;
}

.visxp-terms-hero-points{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  gap: 12px;
  margin-bottom: 28px;
}

.visxp-terms-hero-points span{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding: 10px 14px;
  border-radius: 15px;
  font-size: 13px;
  color:#fff;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
}

.visxp-terms-hero-points span i{
  color:#1acae1;
}

.visxp-terms-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.visxp-terms-btn{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
}

.visxp-terms-btn-primary{
  color:#fff;
  background: linear-gradient(90deg, #1acae1, #8A2BE2);
  box-shadow: 0 15px 35px rgba(26,202,225,0.20);
}

.visxp-terms-btn-primary:hover{
  transform: translateY(-3px);
  color:#fff;
}

.visxp-terms-btn-secondary{
  color:#fff;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
}

.visxp-terms-btn-secondary:hover{
  transform: translateY(-3px);
  color:#fff;
  background: rgba(255,255,255,0.10);
}

.visxp-terms-hero-right{
  display:grid;
  grid-template-columns: 1fr;
  gap:16px;
}

.visxp-hero-glass{
  position: relative;
  border-radius: 24px;
  padding: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  color:#fff;
  overflow:hidden;
}

.visxp-hero-glass::before{
  content:"";
  position:absolute;
  top:-40px;
  right:-40px;
  width:120px;
  height:120px;
  border-radius:50%;
  background: rgba(26,202,225,0.16);
  filter: blur(15px);
}

.visxp-hero-glass .icon{
  width:48px;
  height:48px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
  color:#fff;
  font-size: 20px;
  background:linear-gradient(135deg, #0066ff, #00dbde) !important;
  box-shadow: 0 12px 28px rgba(26,202,225,0.18);
}

.visxp-hero-glass h3{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.visxp-hero-glass p{
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  font-size: 14px;
}

/* STATS STRIP */
.visxp-terms-strip{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
  overflow:visible;
}

.visxp-strip-card{
  min-width:0;
  max-width:none;
  border-radius: 22px;
  padding: 22px 20px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(11,43,63,0.06);
  box-shadow: 0 15px 35px rgba(15,23,42,0.05);
  text-align:center;
}

.visxp-strip-card i{
  width:50px;
  height:50px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  color:#fff;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #0066ff, #00dbde) !important;
}

.visxp-strip-card h4{
  margin:0 0 6px;
  font-size: 18px;
  color:#111;
}

.visxp-strip-card p{
  margin:0;
  color:#66717d;
  font-size: 14px;
  line-height: 1.6;
}

/* SIDEBAR */
.visxp-side-box{
  border-radius: 28px;
  padding: 24px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(11,43,63,0.06);
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
}

.visxp-side-box + .visxp-side-box{
  margin-top: 18px;
}

.visxp-side-box h3{
  margin:0 0 16px;
  font-size: 20px;
  color:#111;
}

.visxp-side-nav{
  list-style:none;
  padding:0;
  margin:0;
}

.visxp-side-nav li + li{
  margin-top: 10px;
}

.visxp-side-nav a{
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(11,43,63,0.05);
  color:#1a2e3f;
  font-size: 14px;
  font-weight: 600;
  transition: .3s ease;
}

.visxp-side-nav a:hover{
  transform: translateX(5px);
  background: rgba(26,202,225,0.08);
  border-color: rgba(26,202,225,0.18);
  color:#0B2B3F;
}

.visxp-side-nav a i{
  color:#0066ff;
}

.visxp-side-note{
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(26,202,225,0.10), rgba(138,43,226,0.08));
  border: 1px solid rgba(26,202,225,0.14);
}

.visxp-side-note p{
  margin:0;
  color:#4f5d6b;
  line-height:1.7;
  font-size:14px;
}

/* CONTENT */
.visxp-terms-content{
  display:grid;
  gap: 22px;
}

.visxp-term-card{
  position:relative;
  border-radius: 30px;
  padding: 32px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(11,43,63,0.06);
  box-shadow: 0 22px 50px rgba(15,23,42,0.06);
  overflow:hidden;
  transition: .3s ease;
  /*top:100px;*/
}

/* FIX FOR ANCHOR CLICK OFFSET */
.visxp-term-card,
#visxpTermsMain,
#acceptance,
#websiteuse,
#productinfo,
#leadforms,
#ipr,
#thirdparty,
#liability,
#changes{
  scroll-margin-top: 130px;
}

.visxp-term-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(15,23,42,0.09);
}

.visxp-term-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background: linear-gradient(90deg, #1acae1, #8A2BE2);
}

.visxp-term-head{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom: 18px;
}

.visxp-term-head .icon{
  flex:0 0 64px;
  width:64px;
  height:64px;
  border-radius: 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size: 22px;
  background: linear-gradient(135deg, #0066ff, #00dbde) !important;
  box-shadow: 0 14px 30px rgba(26,202,225,0.18);
}

.visxp-term-head .txt h2{
  margin:0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  color:#111;
}

.visxp-term-head .txt span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(138,43,226,0.08);
  color:#0066ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
}

.visxp-term-card p{
  margin:0 0 14px;
  color:#556270;
  font-size: 15px;
  line-height: 1.9;
}

.visxp-term-card p:last-child{
  margin-bottom:0;
}

.visxp-lux-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.visxp-lux-list li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding: 15px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f6f9fc 100%);
  border: 1px solid rgba(11,43,63,0.05);
  color:#43505d;
  font-size: 15px;
  line-height: 1.75;
}

.visxp-lux-list li i{
  color:#1acae1;
  margin-top: 4px;
  font-size: 16px;
}

/* CTA */
.visxp-terms-bottom{
  margin-top: 8px;
  border-radius: 32px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(11,43,63,0.98), rgba(26,46,63,0.98));
  color:#fff;
  position:relative;
  overflow:hidden;
  box-shadow: 0 24px 60px rgba(11,43,63,0.14);
}

.visxp-terms-bottom::before{
  content:"";
  position:absolute;
  right:-40px;
  top:-40px;
  width:180px;
  height:180px;
  border-radius:50%;
  background: rgba(26,202,225,0.16);
  filter: blur(14px);
}

.visxp-terms-bottom-grid{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.visxp-terms-bottom h3{
  margin:0 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.2;
  color:#fff;
}

.visxp-terms-bottom p{
  margin:0;
  color: rgba(255,255,255,0.84);
  line-height: 1.8;
  max-width: 760px;
}

.visxp-terms-bottom .cta-btn{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  color:#fff;
  background: linear-gradient(90deg, #1acae1, #8A2BE2);
  box-shadow: 0 15px 35px rgba(26,202,225,0.20);
  white-space: nowrap;
  transition: .3s ease;
}

.visxp-terms-bottom .cta-btn:hover{
  transform: translateY(-3px);
  color:#fff;
}

/* RESPONSIVE */
@media (max-width: 1150px){
  .visxp-terms-hero-grid{
    grid-template-columns: 1fr;
  }

  .visxp-terms-strip{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .visxp-terms-main{
    grid-template-columns: 1fr;
  }

  .visxp-terms-side{
    position: static !important;
    top: auto !important;
    align-self: auto;
  }

  .visxp-terms-sticky-parent,
  .visxp-terms-sticky-shell,
  .visxp-terms-sticky-box{
    position: static !important;
    min-height: auto !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 767px){
  .visxp-terms-luxury{
    padding: 95px 14px 65px;
  }

  .visxp-terms-hero{
    padding: 24px;
    border-radius: 24px;
  }

  .visxp-hero-glass,
  .visxp-strip-card,
  .visxp-side-box,
  .visxp-term-card,
  .visxp-terms-bottom{
    border-radius: 22px;
  }

  .visxp-term-card{
    padding: 22px;
  }

  .visxp-term-head{
    flex-direction: column;
  }

  .visxp-term-head .txt h2{
    font-size: 22px;
  }

  .visxp-terms-hero-points{
    justify-content: center;
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.visxp-terms-hero-points span{
  display:inline-flex;
  align-items:center;
  /*gap:9px;*/
  padding: 1px 6px;
  border-radius: 8px;
  font-size: 13px;
  color:#fff;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
}

.visxp-terms-hero-points span i{
  color:#1acae1;
}

.visxp-terms-hero-actions{
    justify-content: center;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}


  .visxp-terms-strip{
    display:flex;
    gap: 16px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    scroll-behavior:smooth;
    cursor:grab;
  }

  .visxp-terms-strip::-webkit-scrollbar{
    display:none;
  }

  .visxp-terms-strip:active{
    cursor:grabbing;
  }

  .visxp-strip-card{
    flex: 0 0 calc(100% - 46px);
    max-width: calc(100% - 46px);
    min-width: calc(100% - 46px);
    scroll-snap-align:start;
  }

  .visxp-terms-hero-left h1{
    font-size: 34px;
  }

  .visxp-terms-bottom{
    padding: 24px;
  }
}

.fa-check {
  color:#0066ff !important;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn-glow {
  background: linear-gradient(135deg, #0066ff, #00dbde) !important;
  color: var(--text-light);
  box-shadow: 0 1px 2px rgba(26, 202, 225, 0.3);
}

.brand-gradient {
  background: linear-gradient(135deg, #0066ff, #00dbde);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-circle-check {
  color:#0066ff !important;
}

.fa-scale-balanced {
  color:#0066ff !important;
}


.visxp-terms-strip.dragging{
  scroll-snap-type:none;
}
