:root {
  --bg-1: #02040f;
  --bg-2: #040719;
  --bg-card: rgba(8, 14, 34, 0.95);
  --accent-red: #ff2445;
  --accent-blue: #0075ff;
  --accent-cyan: #2ad2ff;
  --text-main: #edf1ff;
  --text-muted: #949cbc;
  --border-soft: rgba(255, 255, 255, 0.06);
  --radius-lg: 22px;
  --radius-md: 14px;
}

/* Reset + base */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Rajdhani", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 0 0, #10152f 0, transparent 50%),
    radial-gradient(circle at 100% 100%, #061334 0, transparent 50%),
    linear-gradient(180deg, var(--bg-1), var(--bg-2) 40%, #000 100%);
}

img {
  max-width: 100%;
  display: block;
}

/* Layout */

.tr-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.tr-section {
  padding: 5rem 0;
}

.tr-section-dark {
  background: radial-gradient(circle at 10% 0, rgba(0, 117, 255, 0.18), transparent 55%),
              radial-gradient(circle at 90% 100%, rgba(255, 36, 69, 0.16), transparent 55%),
              linear-gradient(180deg, rgba(1, 3, 16, 0.98), rgba(1, 3, 11, 1));
}

.tr-grid-2 {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .tr-grid-2 {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
}

/* Header */

.tr-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(22px);
  background: linear-gradient(90deg, rgba(0, 2, 14, 0.94), rgba(6, 9, 28, 0.94));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tr-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
}

.tr-logo img {
  height: 56px;
}

.tr-nav {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.tr-nav a {
  color: var(--text-muted);
  text-decoration: none;
  position: relative;
}

.tr-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -0.35rem;
  height: 2px;
  transform-origin: left;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent-red), var(--accent-blue));
  transition: transform 0.18s ease-out;
}

.tr-nav a:hover {
  color: #ffffff;
}

.tr-nav a:hover::after {
  transform: scaleX(1);
}

.tr-nav-cta {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 780px) {
  .tr-nav {
    display: none;
  }
}

/* Hero */

.tr-hero {
  position: relative;
  padding: 5.2rem 0 4.4rem;
  overflow: hidden;
}

.tr-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 117, 255, 0.55), transparent 55%),
    radial-gradient(circle at 80% 90%, rgba(255, 36, 69, 0.52), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.7;
  pointer-events: none;
}

.tr-hero-bg-image {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.95)),
    url("../img/turan-hero-banner.png") center top / cover no-repeat;
  mix-blend-mode: normal;
  opacity: 1;
}

.tr-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
}

@media (min-width: 960px) {
  .tr-hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    align-items: center;
  }
}

.tr-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: var(--accent-cyan);
  margin: 0 0 0.5rem;
}

.tr-hero-title {
  font-family: "Orbitron", system-ui, sans-serif;
  font-size: clamp(2.8rem, 4vw, 3.8rem);
  letter-spacing: 0.16em;
  margin: 0 0 0.9rem;
}

.tr-hero-title span {
  display: block;
  background: linear-gradient(120deg, #ffffff, #dde6ff);
  -webkit-background-clip: text;
  color: transparent;
}

.tr-hero-lead {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-main);
}

.tr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.8rem 0 1.1rem;
}

.tr-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.tr-hero-meta span::before {
  content: "• ";
  opacity: 0.7;
}

/* Hero right */

.tr-hero-right {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.tr-hero-art {
  padding: 1.6rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 0, rgba(42, 210, 255, 0.5), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(255, 36, 69, 0.6), transparent 60%),
    linear-gradient(135deg, rgba(1, 3, 16, 0.98), rgba(2, 4, 20, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
}

.tr-hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.8rem;
}

.tr-stat {
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: rgba(1, 3, 16, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tr-stat-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.tr-stat-value {
  display: block;
  margin-top: 0.2rem;
  font-weight: 600;
}

/* Buttons */

.tr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.tr-btn-primary {
  background-image: linear-gradient(135deg, var(--accent-red), var(--accent-blue));
  color: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.85);
}

.tr-btn-ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--text-main);
  background: rgba(1, 3, 14, 0.8);
}

/* Section headings */

.tr-section-heading {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.6rem;
}

.tr-section-heading h2 {
  margin: 0 0 0.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.tr-section-heading p {
  margin: 0;
  color: var(--text-muted);
}

/* Cards */

.tr-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 1.9rem 1.8rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.85);
}

.tr-card-glow {
  border-image: linear-gradient(135deg, rgba(0, 117, 255, 0.8), rgba(255, 36, 69, 0.8)) 1;
}

.tr-card-outline {
  background: rgba(2, 4, 18, 0.96);
}

/* Lists */

.tr-list {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 0;
}

.tr-list li {
  margin-bottom: 0.4rem;
  color: var(--text-muted);
}

.tr-tag-row {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tr-tag-row li {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.78rem;
}

/* Drivers */

.tr-driver-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 960px) {
  .tr-driver-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tr-driver-card {
  background: linear-gradient(150deg, rgba(2, 4, 16, 0.98), rgba(4, 7, 26, 0.98));
  border-radius: var(--radius-md);
  padding: 1.5rem 1.4rem 1.7rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.8);
}

.tr-driver-card-highlight {
  border-image: linear-gradient(140deg, var(--accent-red), var(--accent-blue)) 1;
}

.tr-driver-card h3 {
  margin: 0;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.tr-role {
  margin: 0.18rem 0 0.9rem;
  font-size: 0.85rem;
  color: var(--accent-cyan);
}

.tr-driver-tags {
  list-style: none;
  padding: 0;
  margin: 0.7rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tr-driver-tags li {
  font-size: 0.75rem;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.tr-card-link {
  display: inline-flex;
  margin-top: 0.75rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-cyan);
  text-decoration: none;
}

.tr-card-link:hover {
  color: var(--accent-blue);
}

/* Schedule */

.tr-schedule-grid {
  display: grid;
  gap: 1.6rem;
}

@media (min-width: 900px) {
  .tr-schedule-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  }
}

.tr-schedule-list li {
  margin-bottom: 0.8rem;
}

.tr-note {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Media */

.tr-media-grid {
  display: grid;
  gap: 1.3rem;
}

@media (min-width: 960px) {
  .tr-media-grid {
    grid-template-columns: 2fr 1fr;
    grid-auto-rows: minmax(190px, auto);
  }
}

.tr-media-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #050816;
  border: 1px solid var(--border-soft);
}

.tr-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tr-media-item figcaption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 0.7rem 1rem;
  font-size: 0.8rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

.tr-media-wide {
  grid-column: 1 / -1;
}

.tr-media-video {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.tr-video-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  background: repeating-linear-gradient(135deg, #050816, #050816 6px, #080e24 6px, #080e24 12px);
}

/* Contact */

.tr-checklist .tr-list li::before {
  content: "✓ ";
  color: var(--accent-cyan);
}

/* Footer */

.tr-footer {
  padding: 1.6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #02030b;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.tr-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

@media (max-width: 720px) {
  .tr-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

