/* =====================================================
   TARIS HERO
   ===================================================== */

.taris-hero {
  position: relative;
  overflow: hidden;
  padding: 180px 0 120px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,200,0,.22), transparent 24%),
    linear-gradient(135deg, #0174b6 0%, #034a75 58%, #f4f8fb 58%, #f4f8fb 100%);
}

.taris-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 58%;
  background: linear-gradient(
    90deg,
    rgba(1,116,182,.95) 0%,
    rgba(1,116,182,.78) 68%,
    rgba(1,116,182,0) 100%
  );
}

.taris-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 90px;
  align-items: center;
}

/* =========================
   LEFT
   ========================= */

.taris-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 9px 17px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #ffc800;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.taris-hero-content h1 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.taris-hero-content h1 span {
  display: block;
  color: #ffc800;
}

.taris-hero-content p {
  max-width: 700px;
  margin-top: 28px;
  color: rgba(255,255,255,.9);
  font-size: 19px;
  line-height: 1.7;
}

/* POINTS */

.taris-hero-points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.taris-hero-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 700;
}

.taris-hero-points i {
  color: #ffc800;
  font-size: 18px;
}

/* BUTTONS */

.taris-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.taris-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  padding: 0 30px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: all .25s ease;
}

.taris-btn-primary {
  background: linear-gradient(90deg, #ffc800, #ffd84a);
  color: #034a75;
  box-shadow: 0 18px 44px rgba(255,200,0,.24);
}

.taris-btn-primary:hover {
  transform: translateY(-2px);
  color: #034a75;
}

.taris-btn-secondary {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.36);
  color: #ffffff;
}

.taris-btn-secondary:hover {
  background: #ffffff;
  color: #0174b6;
}

/* =========================
   RIGHT CARD
   ========================= */

.taris-hero-card {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 35px 90px rgba(0,0,0,.22);
}

.taris-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eef7fc;
  color: #0174b6;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.taris-live-badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffc800;
}

.taris-call-preview {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0174b6, #034a75);
  color: #ffffff;
}

.taris-call-preview small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.7);
}

.taris-call-preview strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 1.3;
}

.taris-flow {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.taris-flow-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: #f4f8fb;
  color: #034a75;
  font-weight: 700;
}

.taris-flow-item i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffc800;
  color: #034a75;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991px) {

  .taris-hero {
    padding: 140px 0 90px;
    background: linear-gradient(180deg, #0174b6 0%, #034a75 100%);
  }

  .taris-hero::before {
    display: none;
  }

  .taris-hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

}

@media (max-width: 575px) {

  .taris-hero {
    padding: 120px 0 70px;
  }

  .taris-hero-content h1 {
    font-size: 48px;
  }

  .taris-hero-content p {
    font-size: 17px;
  }

  .taris-hero-actions {
    flex-direction: column;
  }

  .taris-btn {
    width: 100%;
  }

}
/* =====================================================
   TARIS VIDEO SECTION
   ===================================================== */

.taris-video-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,200,0,.14), transparent 24%),
    linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
  overflow: hidden;
}

.taris-video-head {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.taris-video-head span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 17px;
  border-radius: 999px;
  background: rgba(1,116,182,.08);
  color: #0174b6;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.taris-video-head h2 {
  margin: 0;
  color: #053b67;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.taris-video-head p {
  max-width: 700px;
  margin: 18px auto 0;
  color: #5b6475;
  font-size: 18px;
  line-height: 1.7;
}

.taris-video-box {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 35px 90px rgba(1,116,182,.18);
}

.taris-video-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(1,116,182,.35), rgba(255,200,0,.55));
  z-index: -1;
}

.taris-video-badge {
  position: absolute;
  left: 34px;
  top: 34px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(5,59,103,.88);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.taris-video-badge i {
  color: #ffc800;
}

.taris-video-box .ratio {
  border-radius: 24px;
  overflow: hidden;
  background: #000;
}

.taris-video-box .ratio > .plyr {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.taris-video-box .plyr__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .taris-video-section {
    padding: 80px 0;
  }

  .taris-video-badge {
    left: 24px;
    top: 24px;
  }
}
/* =====================================================
   TARIS PRICING – FINAL
===================================================== */

.taris-pricing-section {
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,200,0,.12), transparent 24%),
    linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.taris-pricing-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.taris-pricing-head span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 17px;
  border-radius: 999px;
  background: rgba(1,116,182,.08);
  color: #0174b6;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.taris-pricing-head h2 {
  margin: 0;
  color: #053b67;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.taris-pricing-head p {
  margin-top: 18px;
  color: #66788a;
  font-size: 18px;
  line-height: 1.7;
}

.taris-price-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 28px;
  align-items: stretch;
}

.taris-price-hero-card {
  position: relative;
  min-height: 420px;
  padding: 44px;
  border-radius: 34px;
  background: linear-gradient(135deg, #0174b6, #034a75);
  color: #ffffff;
  box-shadow: 0 32px 90px rgba(1,116,182,.24);
  overflow: hidden;
}

.taris-price-hero-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255,200,0,.20);
}

.taris-price-label {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #ffc800;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.taris-price-hero-card strong {
  display: block;
  color: #ffffff;
  font-size: clamp(76px, 9vw, 120px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.06em;
}

.taris-price-hero-card small {
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,.82);
  font-size: 24px;
  font-weight: 800;
}

.taris-price-hero-card p {
  max-width: 470px;
  margin-top: 34px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.65;
}

.taris-price-side-list {
  display: grid;
  gap: 28px;
}

.taris-mini-price {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e6edf4;
  box-shadow: 0 20px 60px rgba(1,116,182,.08);
  overflow: hidden;
}

.taris-mini-price::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255,200,0,.18);
}

.taris-mini-price span,
.taris-mini-price strong,
.taris-mini-price p {
  position: relative;
  z-index: 2;
}

.taris-mini-price span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #0174b6;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.taris-mini-price strong {
  display: block;
  color: #053b67;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.taris-mini-price p {
  margin-top: 18px;
  color: #66788a;
  font-size: 16px;
  line-height: 1.6;
}

.taris-hybrid-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding: 34px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e6edf4;
  box-shadow: 0 20px 60px rgba(1,116,182,.08);
}

.taris-hybrid-box span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0174b6;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.taris-hybrid-box h3 {
  margin: 0;
  color: #053b67;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.taris-hybrid-box p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #66788a;
  font-size: 17px;
  line-height: 1.65;
}

.taris-hybrid-box .taris-btn {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .taris-price-shell {
    grid-template-columns: 1fr;
  }

  .taris-hybrid-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .taris-pricing-section {
    padding: 90px 0;
  }

  .taris-price-hero-card,
  .taris-mini-price,
  .taris-hybrid-box {
    padding: 28px;
  }

  .taris-hybrid-box .taris-btn {
    width: 100%;
  }
}
