/* Homepage Styles - Converted from React */

/* Preloader Override */
.preloader {
  background-color: #000 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.preloader .lds-ellipsis div {
  background: #5AE0E7 !important;
  box-shadow: 0 0 8px rgba(90, 224, 231, 0.6);
}

.preloader::after {
  content: 'TRANTEN';
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .28em;
  color: rgba(90, 224, 231, 0.6);
  animation: preloader-pulse 1.2s ease-in-out infinite;
}

@keyframes preloader-pulse {

  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}

.container {
  max-width: 1400px !important;
}

@media (max-width: 991px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tiers-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cat-carousel-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

:root {
  --accent: #5AE0E7;
  --background: #000000;
  --foreground: #e5e5e5;
  --muted-foreground: #888888;
  --card: #111111;
  --secondary: #333333;
}

/* Animated Background */
.animated-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  border-radius: 50%;
  animation: float-up linear infinite;
}

@keyframes float-up {
  from {
    transform: translateY(100vh);
  }

  to {
    transform: translateY(-100px);
  }
}

.accent-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
}

.accent-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(90, 224, 231, 0.3), transparent);
  animation: line-pulse 3s ease-in-out infinite;
}

@keyframes line-pulse {

  0%,
  100% {
    opacity: 0.3;
    transform: scaleX(0.5);
  }

  50% {
    opacity: 0.8;
    transform: scaleX(1);
  }
}

/* Hero Section - Poster Theme */
.hero-section {
  position: relative;
  min-height: 100vh;
  padding-top: 122px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #000;
  overflow: hidden;
  gap: 0;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 80px 56px 80px 52px;
  text-align: left;
  animation: none;
}

.hero-eye {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
  opacity: 0;
  animation: fadeUp .6s .1s forwards;
}

.hero-eye::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--accent);
}

.hero-title {
  font-size: clamp(26px, 3.2vw, 46px);
  color: white;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.03em;
  opacity: 0;
  animation: fadeUp .6s .25s forwards;
}

.hero-accent {
  color: var(--accent);
  font-style: normal;
  display: inline;
  animation: none;
}

.hero-description {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  max-width: 420px;
  margin: 0 0 24px;
  line-height: 1.7;
  opacity: 0;
  animation: fadeUp .6s .4s forwards;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp .6s .55s forwards;
}

.hero-trust-pills {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .6s .7s forwards;
}

.htp {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.htp svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .hero-trust-pills {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .hero-trust-pills {
    gap: 12px;
  }

  .htp {
    font-size: 12px;
  }

  .htp svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .hero-trust-pills {
    gap: 10px;
    justify-content: center;
  }

  .htp {
    font-size: 11px;
  }

  .htp svg {
    width: 13px;
    height: 13px;
  }
}

/* Hero Right */
.hero-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.98) 3%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.08) 65%, transparent 80%),
    linear-gradient(to top, #000 0%, transparent 20%),
    linear-gradient(to bottom, #000 0%, transparent 20%);
}

.hero-right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-badge {
  position: absolute;
  bottom: 48px;
  left: 32px;
  z-index: 2;
  background: rgba(0, 0, 0, .75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 3px solid var(--accent);
  padding: 16px 20px;
  border-radius: 2px;
}

.hb-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.hb-title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #fff;
}

.hb-sub {
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
}

/* Floating tech icons */
.hero-float-icons {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hfi {
  position: absolute;
  color: rgba(90, 224, 231, 0.22);
  animation: hfi-float linear infinite;
}

@keyframes hfi-float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-110vh) rotate(360deg);
    opacity: 0;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1060px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: 100vh;
    padding-top: 80px;
  }

  .hero-right {
    display: none;
  }

  .hero-content {
    padding: 40px 24px 40px;
  }

  .hero-description {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: 50px;
  }

  .hero-content {
    padding: 20px 24px 60px;
  }

  .hero-description {
    margin-bottom: 28px;
  }

  .hero-buttons {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .hero-trust-pills {
    gap: 12px;
  }
}

.btn {
  padding: 0.875rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.btn-primary {
  background: var(--accent);
  color: #000;
  box-shadow: 0 10px 15px -3px rgba(90, 224, 231, 0.2);
}

.btn-primary:hover {
  background: rgba(90, 224, 231, 0.9);
  transform: scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(90, 224, 231, 0.3);
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  box-shadow: 0 10px 15px -3px rgba(90, 224, 231, 0.2);
}

.btn-outline:hover {
  background: var(--accent);
  color: #000 !important;
  transform: scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(90, 224, 231, 0.3);
}

.btn-outline:focus,
.btn-outline:active,
.btn-outline:visited {
  background: transparent;
  color: var(--accent);
  outline: none;
}

/* Performance Tiers Section */
.tiers-section {
  padding: 5rem 15px;
  background: #000;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  animation: fadeInUp 0.6s ease-out;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: white;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.section-description {
  font-size: 1.25rem;
  color: var(--muted-foreground);
  max-width: 48rem;
  margin: 0 auto;
  line-height: 1.6;
}

.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.tier-card {
  background: var(--card);
  border: 1px solid var(--secondary);
  border-radius: 0.625rem;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: fadeInUp 0.5s ease-out both;
  cursor: pointer;
}

.tier-card:hover {
  border-color: rgba(90, 224, 231, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(90, 224, 231, 0.15);
}

.tier-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  position: relative;
}

.tier-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--accent);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.125rem;
}

.tier-content {
  padding: 1.5rem;
}

.tier-title {
  font-size: 1.25rem;
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.tier-description {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.progress-bar {
  width: 100%;
  height: 0.5rem;
  background: var(--secondary);
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 1rem 0;
}

.progress-fill {
  height: 100%;
  background: var(--accent);
  transition: width 0.5s ease;
}

.tier-price {
  font-size: 1.5rem;
  color: var(--accent);
  margin: 1rem 0;
  font-weight: 500;
}

.tier-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  font-size: 0.75rem;
  color: var(--muted-foreground);
}

.tier-specs li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.tier-specs li::before {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 0.5rem;
}

.tier-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Tech Grid Background - removed */

/* Responsive */
@media (max-width: 768px) {
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .tiers-grid {
    grid-template-columns: 1fr;
  }
}

/* Animation delays for staggered effect */
.tier-card:nth-child(1) {
  animation-delay: 0.1s;
}

.tier-card:nth-child(2) {
  animation-delay: 0.2s;
}

.tier-card:nth-child(3) {
  animation-delay: 0.3s;
}

.tier-card:nth-child(4) {
  animation-delay: 0.4s;
}

.tier-card:nth-child(5) {
  animation-delay: 0.5s;
}

/* ── Category Carousel ── */
.sec-eye {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.sec-eye::before,
.sec-eye::after {
  content: '';
  width: 16px;
  height: 2px;
  background: var(--accent);
}

.cat-carousel-wrap {
  overflow: hidden;
  padding: 4px 0 8px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.carousel-nav-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.carousel-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(90, 224, 231, 0.1);
  border: 1px solid rgba(90, 224, 231, 0.3);
  color: #5AE0E7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-nav-btn svg {
  width: 18px;
  height: 18px;
}

.carousel-nav-btn:hover {
  background: rgba(90, 224, 231, 0.2);
  border-color: #5AE0E7;
  transform: scale(1.1);
}

.carousel-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.carousel-nav-btn:disabled:hover {
  transform: none;
}

/* carousel nav buttons are visible on all screen sizes */

.cat-carousel-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cat-carousel-track::-webkit-scrollbar {
  display: none;
}

.cat-carousel-track.scrolling {
  animation: cat-scroll 30s linear infinite;
}

.cat-carousel-track.scrolling-rtl {
  animation: cat-scroll-rtl 30s linear infinite;
}

.cat-carousel-track.centered {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.cat-carousel-track:hover {
  animation-play-state: paused;
}

@keyframes cat-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes cat-scroll-rtl {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.cat-card {
  flex: 0 0 220px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .25s, transform .25s;
}

.cat-card:hover {
  border-color: rgba(90, 224, 231, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(90, 224, 231, 0.15);
}

.cat-card-img {
  height: 140px;
  overflow: hidden;
  background: #181818;
  position: relative;
}

.cat-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #181818;
  transition: transform .4s;
  padding: 8px;
}

.cat-card:hover .cat-card-img img {
  transform: scale(1.06);
}

.cat-card-body {
  padding: 14px;
}

.cat-card-tag {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}

.cat-card-name {
  font-size: 13px;
  font-weight: 700;
  color: #5AE0E7;
  line-height: 1.3;
}

.cat-view-all-btn {
  display: inline-block;
  font-size: 16px;
  transform: scale(0.75);
  transform-origin: center;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(90, 224, 231, 0.3);
  padding: 10px 24px;
  border-radius: 2px;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}

.cat-view-all-btn:hover,
.cat-view-all-btn:focus {
  background: rgba(90, 224, 231, 0.25);
  color: var(--accent);
  border-color: rgba(90, 224, 231, 0.6);
  box-shadow: 0 8px 24px rgba(90, 224, 231, 0.15);
  transform: scale(0.75);
}

/* Social Proof Strip */
#proof-strip {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.proof-inner {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}

.proof-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  transition: background .2s;
}

.proof-stat:last-child {
  border-right: none;
}

.proof-stat:hover {
  background: #111;
}

.ps-num {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: #5AE0E7;
  line-height: 1;
  margin-bottom: 4px;
}

.ps-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.ps-stars {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  color: #fff;
}

@media (max-width: 575px) {
  .proof-inner {
    flex-wrap: wrap;
  }

  .proof-stat {
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .collection-grid .cat-card {
    flex: 0 0 calc(50% - 0.625rem) !important;
    max-width: calc(50% - 0.625rem) !important;
  }
}

/* Contact Form Theme Override */
.has-bg-img .contact-form-area .form-control {
  color: #e5e5e5;
  border-bottom: 1px solid rgba(90, 224, 231, 0.3);
  background-color: transparent;
}

.has-bg-img .contact-form-area .form-control:focus {
  border-bottom: 1px solid var(--accent);
  color: #fff;
}

.has-bg-img .contact-form-area .form-control::placeholder {
  color: #888888;
  font-style: normal;
}

.has-bg-img .oneMusic-btn {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(90, 224, 231, 0.2);
  min-width: unset;
  height: unset;
  line-height: normal;
  padding: 0.875rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.has-bg-img .oneMusic-btn:hover,
.has-bg-img .oneMusic-btn:focus {
  background: var(--accent);
  color: #000;
  border-color: var(--accent);
  box-shadow: 0 10px 15px -3px rgba(90, 224, 231, 0.3);
  transform: none;
}

/* ── Our Process / Trust Section ── */
#trust {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 80px 0;
}

.trust-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
}

.trust-eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #5AE0E7;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.trust-eyebrow-line {
  width: 14px;
  height: 2px;
  background: #5AE0E7;
  display: inline-block;
}

.trust-h2 {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -.03em;
  color: #fff;
}

.trust-sub {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.42);
  margin-top: 6px;
  line-height: 1.6;
}

.trust-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 44px;
}

.trust-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tbadge {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid #5AE0E7;
  padding: 18px 18px 18px 16px;
  border-radius: 0 2px 2px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color .25s, background .25s;
}

.tbadge {
  flex: 1;
}

.tbadge:hover {
  background: #181818;
  border-color: rgba(90, 224, 231, 0.3);
}

.tbadge-icon {
  width: 40px;
  height: 40px;
  background: rgba(90, 224, 231, 0.08);
  border: 1px solid rgba(90, 224, 231, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tbadge-icon svg {
  width: 20px;
  height: 20px;
  color: #5AE0E7;
}

.tbadge-num {
  font-size: 22px;
  font-weight: 700;
  color: #5AE0E7;
  letter-spacing: -.02em;
  line-height: 1;
}

.tbadge-label {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin-top: 2px;
}

.tbadge-desc {
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.45;
  margin-top: 1px;
}

.cl-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 6px;
}

.cl-sub {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 20px;
  line-height: 1.6;
}

.cl-progress {
  height: 3px;
  background: #181818;
  border-radius: 2px;
  margin-bottom: 20px;
  overflow: hidden;
}

.cl-bar {
  height: 100%;
  background: #5AE0E7;
  border-radius: 2px;
  width: 0%;
  transition: width 0.05s linear;
}

.cl-count {
  font-size: 11px;
  font-weight: 600;
  color: #5AE0E7;
  margin-bottom: 14px;
  letter-spacing: .05em;
}

.cl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px 10px;
}

.cl-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.42);
  padding: 3px 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .3s, transform .3s, color .3s;
}

.cl-item.checked {
  opacity: 1;
  transform: none;
  color: rgba(255, 255, 255, 0.65);
}

.cl-item.checking {
  opacity: 1;
  transform: none;
  color: #5AE0E7;
}

.cl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .3s, background .3s;
}

.cl-item.checked .cl-dot {
  background: #5AE0E7;
  border-color: #5AE0E7;
}

.cl-item.checking .cl-dot {
  border-color: #5AE0E7;
  background: rgba(90, 224, 231, 0.15);
}

.cl-dot-inner {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: opacity .2s;
}

.cl-item.checked .cl-dot-inner {
  opacity: 1;
}

/* reveal utility (if not already in master) */
.rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.rv.in {
  opacity: 1;
  transform: none;
}

.d1 {
  transition-delay: .06s;
}

@media (max-width: 1060px) {
  .trust-wrap {
    padding: 0 20px;
  }

  .trust-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .cl-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.trust-badges {
  align-items: stretch;
}

.tbadge {
  flex: 1;
}

/* ── Testimonials ── */
#testimonials {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  padding: 72px 0;
}

.test-head {
  max-width: 1240px;
  margin: 0 auto 32px;
  padding: 0 48px;
}

.test-track {
  display: flex;
  gap: 14px;
  padding: 4px 48px;
  width: max-content;
}

.test-viewport {
  overflow: hidden;
}

.tcard {
  flex: 0 0 320px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .25s;
  display: flex;
  flex-direction: column;
}

.tcard:hover {
  border-color: rgba(90, 224, 231, 0.3);
}

.tthumb {
  height: 168px;
  position: relative;
  background: #181818;
  overflow: hidden;
}

.tthumb iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.tbody {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  position: relative;
}

.tbody::before {
  content: '“';
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 56px;
  font-family: Georgia, serif;
  color: rgba(90, 224, 231, 0.08);
  line-height: 1;
  pointer-events: none;
}

.tstars {
  font-size: 11px;
  margin-bottom: 12px;
  letter-spacing: .5px;
}

.ts-f {
  color: #5AE0E7;
}

.ts-e {
  color: rgba(255, 255, 255, 0.15);
}

.ttext {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  font-style: italic;
}

.tname {
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}

.tprod {
  font-size: 10.5px;
  color: #5AE0E7;
  margin-top: 3px;
  font-weight: 600;
}

@media (max-width: 1060px) {
  .test-head {
    padding: 0 20px;
  }

  .test-track {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec-h2 {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
}

/* ── New Contact Section ── */
.cf-info-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cf-info-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgba(90, 224, 231, 0.08);
  border: 1px solid rgba(90, 224, 231, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cf-info-icon svg {
  width: 18px;
  height: 18px;
  color: #5AE0E7;
}

.cf-info-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 4px;
}

.cf-info-val {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.cf-info-val:hover {
  color: #5AE0E7;
}

.cf-new {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cfr-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cfl-new {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  display: block;
  margin-bottom: 5px;
}

.cfi-new,
.cft-new {
  width: 100%;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 300;
  padding: 12px 14px;
  border-radius: 2px;
  outline: none;
  transition: border-color .2s;
}

.cfi-new:focus,
.cft-new:focus {
  border-color: rgba(90, 224, 231, 0.4);
}

.cfi-new::placeholder,
.cft-new::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.cft-new {
  resize: vertical;
  min-height: 100px;
}

.cfsub-new {
  width: 100%;
  background: #5AE0E7;
  color: #000;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: opacity .2s, transform .15s;
}

.cfsub-new:hover {
  opacity: .88;
  transform: translateY(-1px);
}

@media (max-width: 1060px) {
  #contact>div {
    padding: 72px 20px;
  }

  .cf-grid {
    grid-template-columns: 1fr !important;
  }

  .cfr-new {
    grid-template-columns: 1fr;
  }
}

/* ── Contact FAQ ── */
.faq-item-new {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.faq-q-new {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  padding: 17px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  transition: color .2s;
  line-height: 1.4;
}

.faq-q-new:hover {
  color: #5AE0E7;
}

.faq-ico-new {
  width: 16px;
  height: 16px;
  color: #5AE0E7;
  flex-shrink: 0;
  transition: transform .3s;
}

.faq-q-new.open .faq-ico-new {
  transform: rotate(45deg);
}

.faq-a-new {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s;
}

.faq-a-new.open {
  max-height: 200px;
  padding-bottom: 15px;
}

/* ── Social buttons ── */
.cf-social-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(90, 224, 231, 0.08);
  border: 1px solid rgba(90, 224, 231, 0.2);
  border-radius: 8px;
  color: #5AE0E7;
  transition: background .2s, border-color .2s, color .2s;
  text-decoration: none;
}

.cf-social-btn svg {
  width: 16px;
  height: 16px;
}

.cf-social-btn:hover {
  background: #5AE0E7;
  border-color: #5AE0E7;
  color: #fff;
}

.faq-q-new:focus,
.faq-q-new:active {
  outline: none;
  box-shadow: none;
}

#trust,
#testimonials {
  scroll-margin-top: 50px;
}

/* All Categories responsive grid */
.categories-grid {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .footer-area {
    overflow-x: hidden;
  }

  .footer-area a,
  .footer-area p {
    word-break: break-all;
  }
}