html, body { max-width: 100vw; overflow-x: hidden; }

.tour-wrap {
  --c1: #ff2e6a;
  --c2: #7c3aed;
  --c3: #ffd23f;
  --c4: #0a0a14;
  --c5: #16162a;
  color: var(--color-neutral-100, #f5f5f5);
  font-family: var(--font-body);
  padding: var(--spacing-lg, 2rem) 0;
}

.tour-hero {
  background: radial-gradient(circle at 20% 20%, rgba(124,58,237,0.4) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255,46,106,0.4) 0%, transparent 50%),
              linear-gradient(135deg, #0a0a14 0%, #16162a 100%);
  border: 1px solid rgba(255,210,63,0.2);
  border-radius: var(--radius-xl, 24px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
  margin-bottom: var(--spacing-xl, 3rem);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  position: relative;
}

.tour-hero::before {
  background: conic-gradient(from 0deg, transparent, rgba(255,210,63,0.3), transparent 30%);
  border-radius: 50%;
  content: '';
  filter: blur(40px);
  height: 300px;
  opacity: 0.6;
  position: absolute;
  right: -100px;
  top: -100px;
  width: 300px;
}

.tour-hero-inner {
  position: relative;
  z-index: 2;
}

.tour-badge {
  background: linear-gradient(90deg, var(--c3), #ff8a3d);
  border-radius: 100px;
  color: #1a0a00;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 0.5rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.1rem;
  text-transform: uppercase;
}

.tour-h1 {
  background: linear-gradient(135deg, #fff 0%, #ffd23f 60%, #ff2e6a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}

.tour-lead {
  color: rgba(255,255,255,0.78);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 720px;
}

.tour-trust {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin: 2rem 0;
}

.trust-item {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 1rem;
}

.trust-num {
  background: linear-gradient(135deg, var(--c3), var(--c1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.trust-lbl {
  color: rgba(255,255,255,0.6);
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
  text-transform: uppercase;
}

.tour-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%);
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(255,46,106,0.45), inset 0 1px 0 rgba(255,255,255,0.25);
  color: #fff;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 800;
  gap: 0.6rem;
  letter-spacing: 0.02em;
  padding: 1.1rem 2.2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-cta:hover {
  box-shadow: 0 20px 50px rgba(255,46,106,0.6);
  transform: translateY(-3px);
}

.tour-live {
  align-items: center;
  background: rgba(255,46,106,0.15);
  border: 1px solid rgba(255,46,106,0.4);
  border-radius: 100px;
  color: #ff6b8a;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.5rem;
  margin-left: 1rem;
  padding: 0.6rem 1rem;
}

.tour-live::before {
  animation: pulse 1.5s ease-in-out infinite;
  background: #ff2e6a;
  border-radius: 50%;
  content: '';
  height: 8px;
  width: 8px;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.tour-h2 {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 3rem 0 1.5rem;
  position: relative;
}

.tour-h2::before {
  background: linear-gradient(180deg, var(--c1), var(--c2));
  border-radius: 4px;
  content: '';
  display: inline-block;
  height: 1.5em;
  margin-right: 0.8rem;
  vertical-align: middle;
  width: 5px;
}

.tour-h3 {
  color: var(--c3);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.tour-p {
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.25rem;
}

.tour-score {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 1.5rem 0 2rem;
}

.score-card {
  background: linear-gradient(135deg, rgba(124,58,237,0.15) 0%, rgba(10,10,20,0.6) 100%);
  border: 1px solid rgba(124,58,237,0.3);
  border-radius: 18px;
  padding: 1.6rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.score-card:hover {
  border-color: var(--c3);
  transform: translateY(-4px);
}

.score-card-title {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 0.6rem;
}

.score-card-text {
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

.tour-table-wrap {
  background: linear-gradient(135deg, #16162a 0%, #0a0a14 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  padding: 0.5rem;
}

.tour-table {
  border-collapse: collapse;
  color: #fff;
  font-size: 0.95rem;
  width: 100%;
}

.tour-table thead th {
  background: linear-gradient(135deg, var(--c1), var(--c2));
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 1rem 1.2rem;
  text-align: left;
  text-transform: uppercase;
}

.tour-table thead th:first-child { border-radius: 12px 0 0 12px; }
.tour-table thead th:last-child { border-radius: 0 12px 12px 0; }

.tour-table tbody td {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 1rem 1.2rem;
}

.tour-table tbody tr:last-child td { border-bottom: none; }
.tour-table tbody tr:hover { background: rgba(255,210,63,0.04); }
.tour-table tbody td:first-child { color: var(--c3); font-weight: 700; }

.tour-steps {
  counter-reset: step;
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
}

.tour-steps li {
  background: rgba(22,22,42,0.6);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  counter-increment: step;
  padding: 1.2rem 1.4rem 1.2rem 4.2rem;
  position: relative;
  transition: border-color 0.3s ease;
}

.tour-steps li:hover { border-color: var(--c3); }

.tour-steps li::before {
  align-items: center;
  background: linear-gradient(135deg, var(--c3), #ff8a3d);
  border-radius: 50%;
  color: #1a0a00;
  content: counter(step);
  display: flex;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  left: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}

.tour-steps li a {
  color: var(--c1);
  font-weight: 700;
  text-decoration: none;
}

.tour-feats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
}

.tour-feats li {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid var(--c1);
  border-radius: 12px;
  color: rgba(255,255,255,0.82);
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 1.1rem 1.3rem;
}

.tour-feats li strong { color: var(--c3); }

.tour-tips {
  background: linear-gradient(135deg, rgba(255,210,63,0.08) 0%, rgba(255,46,106,0.06) 100%);
  border: 1px solid rgba(255,210,63,0.25);
  border-radius: 18px;
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 1.8rem;
}

.tour-tips li {
  color: rgba(255,255,255,0.85);
  font-size: 0.98rem;
  line-height: 1.6;
  padding: 0.7rem 0 0.7rem 2rem;
  position: relative;
}

.tour-tips li + li { border-top: 1px solid rgba(255,255,255,0.06); }

.tour-tips li::before {
  color: var(--c3);
  content: '★';
  font-size: 1.1rem;
  left: 0;
  position: absolute;
  top: 0.7rem;
}

.tour-tips li strong { color: #fff; }

.tour-faq {
  margin: 1.5rem 0 2rem;
}

.faq-q {
  background: linear-gradient(135deg, #16162a 0%, #0a0a14 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-q:hover { border-color: rgba(255,210,63,0.4); }

.faq-q summary {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding: 1.2rem 1.4rem;
}

.faq-q summary::-webkit-details-marker { display: none; }

.faq-q summary::after {
  background: linear-gradient(135deg, var(--c1), var(--c2));
  border-radius: 50%;
  color: #fff;
  content: '+';
  flex-shrink: 0;
  font-size: 1.3rem;
  height: 28px;
  line-height: 26px;
  text-align: center;
  transition: transform 0.3s ease;
  width: 28px;
}

.faq-q[open] summary::after { transform: rotate(45deg); }

.faq-a {
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 0 1.4rem 1.3rem;
}

.tour-final {
  background: linear-gradient(135deg, rgba(124,58,237,0.2) 0%, rgba(255,46,106,0.15) 100%);
  border: 1px solid rgba(255,210,63,0.25);
  border-radius: 20px;
  margin: 2rem 0 1rem;
  padding: 2.2rem;
  text-align: center;
}

.tour-final p {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 1.4rem;
}

.tour-banner-img {
  margin: 0 0 var(--spacing-xl, 3rem);
  border-radius: var(--radius-xl, 24px);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.tour-banner-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .tour-live { display: none; }
  .tour-h2::before { height: 1.2em; }
}