/* =========================================================
   TourVoz About Page
   Internal v03
   ========================================================= */


/* =========================================================
   Shared
   ========================================================= */

.tv-about-hero,
.tv-about-origin,
.tv-about-product,
.tv-about-audience,
.tv-about-final{
  position:relative;
  overflow:hidden;
}

.tv-about-origin__head,
.tv-about-product__head,
.tv-about-audience__head{
  max-width:860px;
}

.tv-about-hero .tv-eyebrow,
.tv-about-origin .tv-eyebrow,
.tv-about-product .tv-eyebrow,
.tv-about-audience .tv-eyebrow,
.tv-about-final .tv-eyebrow{
  display:inline-block;
  margin-bottom:22px;
  color:var(--tv-accent, #6956e8);
  font-size:9px;
  line-height:1;
  letter-spacing:.14em;
  font-weight:800;
  text-transform:uppercase;
}

.tv-about-origin__head h2,
.tv-about-product__head h2,
.tv-about-audience__head h2,
.tv-about-final__copy h2{
  margin:0;
  color:var(--tv-ink, #0c1020);
  font-size:clamp(34px,4vw,48px);
  font-weight:750;
  line-height:1.12;
  letter-spacing:-.035em;
}

.tv-about-origin__head h2 .tv-gradient-text,
.tv-about-product__head h2 .tv-gradient-text,
.tv-about-audience__head h2 .tv-gradient-text,
.tv-about-final__copy h2 .tv-gradient-text{
  display:block;
  margin-top:5px;
}

.tv-about-origin__head > p,
.tv-about-product__head > p,
.tv-about-audience__head > p,
.tv-about-final__copy > p{
  max-width:720px;
  margin:20px 0 0;
  color:var(--tv-muted, #73798a);
  font-size:15px;
  line-height:1.85;
}


/* =========================================================
   01 — Hero
   ========================================================= */

.tv-about-hero{
  padding:112px 0;
  background:
    radial-gradient(
      circle at 78% 24%,
      rgba(105,86,232,.11),
      rgba(105,86,232,0) 32%
    ),
    linear-gradient(
      180deg,
      #fff 0%,
      #fbfbfe 100%
    );
}

.tv-about-hero::after{
  content:"";
  position:absolute;
  top:34px;
  right:-170px;
  width:520px;
  height:520px;
  border:1px solid rgba(105,86,232,.07);
  border-radius:50%;
  pointer-events:none;
}

.tv-about-hero__grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);
  gap:76px;
  align-items:center;
}

.tv-about-hero__copy{
  max-width:760px;
}

.tv-about-hero__copy h1{
  max-width:760px;
  margin:0;
  color:var(--tv-ink, #0c1020);
  font-size:clamp(46px,4.8vw,64px);
  font-weight:760;
  line-height:1.08;
  letter-spacing:-.045em;
}

.tv-about-hero__copy h1 .tv-gradient-text{
  display:block;
  margin-top:5px;
}

.tv-about-hero__lead{
  max-width:700px;
  margin:28px 0 0;
  color:var(--tv-muted, #707687);
  font-size:17px;
  line-height:1.85;
}


/* Hero Buttons */

.tv-about-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.tv-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 22px;
  border-radius:11px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  text-decoration:none !important;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.tv-about-btn--primary{
  border:1px solid var(--tv-accent, #6956e8);
  background:var(--tv-accent, #6956e8);
  color:#fff;
  box-shadow:0 10px 24px rgba(105,86,232,.18);
}

.tv-about-btn--primary:hover{
  border-color:var(--tv-accent-hover, #5d49db);
  background:var(--tv-accent-hover, #5d49db);
  color:#fff;
  transform:translateY(-2px);
}

.tv-about-btn--primary > span{
  transition:transform 180ms ease;
}

.tv-about-btn--primary:hover > span{
  transform:translateX(3px);
}

.tv-about-btn--secondary{
  border:1px solid var(--tv-border, #dedfe7);
  background:#fff;
  color:var(--tv-ink, #0c1020);
}

.tv-about-btn--secondary:hover{
  border-color:rgba(105,86,232,.24);
  background:#faf9ff;
  color:var(--tv-accent, #6956e8);
  transform:translateY(-2px);
}


/* Hero Visual */

.tv-about-hero__visual{
  position:relative;
  min-height:420px;
}

.tv-about-hero__visual-glow{
  position:absolute;
  top:50%;
  left:50%;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(
    circle,
    rgba(105,86,232,.14),
    rgba(105,86,232,.04) 45%,
    rgba(105,86,232,0) 72%
  );
  transform:translate(-50%,-50%);
  filter:blur(8px);
}

.tv-about-hero__brand{
  position:absolute;
  z-index:4;
  top:50%;
  left:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:180px;
  height:180px;
  border:1px solid rgba(105,86,232,.14);
  border-radius:50%;
  background:rgba(255,255,255,.88);
  box-shadow:
    0 26px 70px rgba(22,26,50,.12),
    0 8px 24px rgba(105,86,232,.08);
  transform:translate(-50%,-50%);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.tv-about-hero__brand-halo{
  position:absolute;
  inset:-24px;
  border:1px dashed rgba(105,86,232,.11);
  border-radius:50%;
}

.tv-about-hero__brand img{
  position:relative;
  z-index:2;
  display:block;
  width:116px;
  height:116px;
  object-fit:contain;
}

.tv-about-hero__chip{
  position:absolute;
  z-index:5;
  min-width:128px;
  padding:12px 14px;
  border:1px solid rgba(105,86,232,.14);
  border-radius:13px;
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 36px rgba(20,24,46,.09);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.tv-about-hero__chip small,
.tv-about-hero__chip strong{
  display:block;
}

.tv-about-hero__chip small{
  color:#9b9fac;
  font-size:7px;
  line-height:1;
  letter-spacing:.11em;
  font-weight:800;
}

.tv-about-hero__chip strong{
  margin-top:6px;
  color:var(--tv-accent, #6956e8);
  font-size:11px;
  line-height:1;
  letter-spacing:.05em;
  font-weight:800;
}

.tv-about-hero__chip--one{
  top:52px;
  left:18px;
}

.tv-about-hero__chip--two{
  top:104px;
  right:0;
}

.tv-about-hero__chip--three{
  left:48px;
  bottom:54px;
}


/* =========================================================
   02 — Origin
   ========================================================= */

.tv-about-origin{
  padding:112px 0;
  background:#f7f8fb;
}

.tv-about-origin::before{
  content:"";
  position:absolute;
  left:-180px;
  top:-220px;
  width:500px;
  height:500px;
  border-radius:50%;
  background:radial-gradient(
    circle,
    rgba(105,86,232,.055),
    rgba(105,86,232,0) 70%
  );
  pointer-events:none;
}

.tv-about-origin__head{
  position:relative;
  z-index:2;
}

.tv-about-origin__timeline{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:52px;
}

.tv-about-origin__item{
  position:relative;
  min-height:250px;
  padding:28px;
  border:1px solid #e3e4eb;
  border-radius:18px;
  background:#fff;
}

.tv-about-origin__number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:24px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(105,86,232,.08);
  color:var(--tv-accent, #6956e8);
  font-size:9px;
  font-weight:800;
}

.tv-about-origin__item small{
  display:block;
  margin-top:30px;
  color:#9a9eab;
  font-size:8px;
  line-height:1;
  letter-spacing:.12em;
  font-weight:800;
}

.tv-about-origin__item h3{
  margin:10px 0 0;
  color:var(--tv-ink, #0c1020);
  font-size:20px;
  line-height:1.35;
  font-weight:750;
}

.tv-about-origin__item p{
  margin:13px 0 0;
  color:var(--tv-muted, #757b8d);
  font-size:13px;
  line-height:1.8;
}


/* =========================================================
   03 — Product Choices
   ========================================================= */

.tv-about-product{
  padding:112px 0;
  background:#fff;
}

.tv-about-product__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:52px;
}

.tv-about-product__card{
  position:relative;
  min-height:245px;
  padding:28px;
  border:1px solid #e2e3ea;
  border-radius:18px;
  background:#fdfdff;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.tv-about-product__card > span{
  position:absolute;
  top:24px;
  right:24px;
  color:#cbcdd5;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
}

.tv-about-product__card small{
  display:block;
  color:var(--tv-accent, #6956e8);
  font-size:8px;
  line-height:1;
  letter-spacing:.11em;
  font-weight:800;
}

.tv-about-product__card h3{
  max-width:420px;
  margin:22px 0 0;
  color:var(--tv-ink, #0c1020);
  font-size:20px;
  line-height:1.35;
  font-weight:750;
}

.tv-about-product__card p{
  max-width:520px;
  margin:12px 0 0;
  color:var(--tv-muted, #777d8e);
  font-size:13px;
  line-height:1.8;
}

@media (hover:hover){
  .tv-about-product__card:hover{
    transform:translateY(-4px);
    border-color:rgba(105,86,232,.22);
    box-shadow:0 18px 38px rgba(31,35,57,.07);
  }
}


/* =========================================================
   04 — Audience
   ========================================================= */

.tv-about-audience{
  padding:112px 0;
  background:#f7f8fb;
}

.tv-about-audience__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:48px;
}

.tv-about-audience__grid article{
  min-height:205px;
  padding:24px;
  border:1px solid #e1e2e9;
  border-radius:16px;
  background:#fff;
}

.tv-about-audience__grid article > span{
  color:var(--tv-accent, #6956e8);
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
}

.tv-about-audience__grid small{
  display:block;
  margin-top:28px;
  color:#a2a6b2;
  font-size:7px;
  line-height:1;
  letter-spacing:.10em;
  font-weight:800;
}

.tv-about-audience__grid h3{
  margin:9px 0 0;
  color:var(--tv-ink, #0c1020);
  font-size:18px;
  line-height:1.35;
  font-weight:750;
}

.tv-about-audience__grid p{
  margin:10px 0 0;
  color:var(--tv-muted, #7b8090);
  font-size:12px;
  line-height:1.72;
}


/* =========================================================
   05 — Final CTA
   ========================================================= */

.tv-about-final{
  padding:0 0 112px;
  background:#f7f8fb;
}

.tv-about-final__panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:56px;
  align-items:center;
  min-height:430px;
  overflow:hidden;
  padding:64px 68px;
  border:1px solid rgba(105,86,232,.12);
  border-radius:30px;
  background:
    linear-gradient(
      135deg,
      #111426 0%,
      #171a30 58%,
      #211b45 100%
    );
  box-shadow:0 30px 80px rgba(19,21,41,.15);
}

.tv-about-final__panel::before{
  content:"";
  position:absolute;
  top:-190px;
  right:40px;
  width:440px;
  height:440px;
  border-radius:50%;
  background:radial-gradient(
    circle,
    rgba(105,86,232,.30),
    rgba(105,86,232,0) 70%
  );
  pointer-events:none;
}

.tv-about-final__copy{
  position:relative;
  z-index:3;
  max-width:760px;
}

.tv-about-final__copy .tv-eyebrow{
  color:#aaa0ff;
}

.tv-about-final__copy h2{
  color:#fff;
}

.tv-about-final__copy > p{
  color:rgba(255,255,255,.64);
}

.tv-about-final__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.tv-about-final__primary,
.tv-about-final__secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 22px;
  border-radius:11px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  text-decoration:none !important;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.tv-about-final__primary{
  background:#fff;
  color:#16182b;
}

.tv-about-final__primary:hover{
  color:var(--tv-accent, #6956e8);
  transform:translateY(-2px);
}

.tv-about-final__primary span{
  transition:transform 180ms ease;
}

.tv-about-final__primary:hover span{
  transform:translateX(3px);
}

.tv-about-final__secondary{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.055);
  color:#fff;
}

.tv-about-final__secondary:hover{
  border-color:rgba(255,255,255,.31);
  background:rgba(255,255,255,.095);
  color:#fff;
  transform:translateY(-2px);
}

.tv-about-final__mark{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:250px;
  height:250px;
  margin-inline:auto;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
  background:rgba(255,255,255,.045);
  box-shadow:0 28px 70px rgba(0,0,0,.22);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.tv-about-final__mark::before{
  content:"";

  position:absolute;
  inset:16px;

  border-top:1px solid rgba(255,255,255,.18);
  border-right:1px solid rgba(105,86,232,.28);
  border-bottom:1px solid rgba(255,255,255,.06);
  border-left:1px solid rgba(105,86,232,.10);

  border-radius:50%;

  animation:
    tvAboutInnerRotate
    22s
    linear
    infinite
    reverse;

  pointer-events:none;
}

@keyframes tvAboutInnerRotate{
  from{
    transform:rotate(0deg);
  }

  to{
    transform:rotate(360deg);
  }
}

.tv-about-final__halo{
  position:absolute;
  inset:-26px;

  border:1px dashed rgba(255,255,255,.10);
  border-radius:50%;

  animation:
    tvAboutHaloRotate
    32s
    linear
    infinite;
}

@keyframes tvAboutHaloRotate{
  from{
    transform:rotate(0deg);
  }

  to{
    transform:rotate(360deg);
  }
}

.tv-about-final__mark img{
  position:relative;
  z-index:2;
  display:block;
  width:150px;
  height:150px;
  object-fit:contain;
  animation:tvAboutBrandBreath 6s ease-in-out infinite;
}

@keyframes tvAboutBrandBreath{
  0%,
  100%{
    transform:scale(1);
  }

  50%{
    transform:scale(1.025);
  }
}


/* =========================================================
   Responsive — 1100
   ========================================================= */

@media (max-width:1100px){

  .tv-about-hero__grid{
    grid-template-columns:minmax(0,1fr) minmax(350px,.9fr);
    gap:52px;
  }

  .tv-about-final__panel{
    padding:56px 52px;
  }

}


/* =========================================================
   Responsive — 921
   ========================================================= */

@media (max-width:921px){

  .tv-about-hero{
    padding-top:96px;
  }

  .tv-about-hero__grid,
  .tv-about-final__panel{
    grid-template-columns:1fr;
  }

  .tv-about-hero__grid{
    gap:44px;
  }

  .tv-about-hero__visual{
    width:100%;
    max-width:560px;
    min-height:390px;
    margin-inline:auto;
  }

  .tv-about-origin__timeline{
    grid-template-columns:1fr;
  }

  .tv-about-origin__item{
    min-height:auto;
  }

  .tv-about-product__grid{
    grid-template-columns:1fr;
  }

  .tv-about-audience__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tv-about-final__mark{
    width:220px;
    height:220px;
  }

  .tv-about-final__mark img{
    width:132px;
    height:132px;
  }

}


/* =========================================================
   Responsive — 767
   ========================================================= */

@media (max-width:767px){

  .tv-about-hero,
  .tv-about-origin,
  .tv-about-product,
  .tv-about-audience{
    padding:78px 0;
  }

  .tv-about-final{
    padding-bottom:78px;
  }

  .tv-about-hero__copy h1{
    font-size:42px;
  }

  .tv-about-hero__lead{
    font-size:15px;
    line-height:1.75;
  }

  .tv-about-origin__head h2,
  .tv-about-product__head h2,
  .tv-about-audience__head h2,
  .tv-about-final__copy h2{
    font-size:36px;
  }

  .tv-about-origin__head > p,
  .tv-about-product__head > p,
  .tv-about-audience__head > p,
  .tv-about-final__copy > p{
    line-height:1.75;
  }

  .tv-about-final__panel{
    padding:42px 30px;
    border-radius:24px;
  }

}


/* =========================================================
   Responsive — 640
   ========================================================= */

@media (max-width:640px){

  .tv-about-hero__visual{
    min-height:340px;
  }

  .tv-about-hero__brand{
    width:150px;
    height:150px;
  }

  .tv-about-hero__brand-halo{
    inset:-18px;
  }

  .tv-about-hero__brand img{
    width:96px;
    height:96px;
  }

  .tv-about-hero__chip{
    min-width:108px;
    padding:10px 12px;
  }

  .tv-about-hero__chip--one{
    top:42px;
    left:4px;
  }

  .tv-about-hero__chip--two{
    top:88px;
    right:2px;
  }

  .tv-about-hero__chip--three{
    left:28px;
    bottom:40px;
  }

  .tv-about-audience__grid{
    grid-template-columns:1fr;
  }

  .tv-about-audience__grid article{
    min-height:auto;
  }

}


/* =========================================================
   Responsive — 544
   ========================================================= */

@media (max-width:544px){

  .tv-about-hero{
    padding-top:78px;
  }

  .tv-about-hero__copy h1{
    font-size:38px;
  }

  .tv-about-origin__head h2,
  .tv-about-product__head h2,
  .tv-about-audience__head h2,
  .tv-about-final__copy h2{
    font-size:32px;
  }

  .tv-about-hero__actions,
  .tv-about-final__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .tv-about-btn,
  .tv-about-final__primary,
  .tv-about-final__secondary{
    width:100%;
  }

  .tv-about-origin__item,
  .tv-about-product__card{
    padding:24px;
  }

  .tv-about-product__card h3{
    font-size:18px;
  }

  .tv-about-final__panel{
    padding:38px 22px;
  }

  .tv-about-final__mark{
    width:180px;
    height:180px;
  }

  .tv-about-final__halo{
    inset:-18px;
  }

  .tv-about-final__mark img{
    width:108px;
    height:108px;
  }

}


/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion:reduce){

  .tv-about-final__mark img,
  .tv-about-final__halo,
  .tv-about-final__mark::before{
    animation:none !important;
  }

  .tv-about-product__card,
  .tv-about-btn,
  .tv-about-final__primary,
  .tv-about-final__secondary{
    transition:none !important;
  }

}
