:root {
  --tt-bg: #050608;
  --tt-card: rgba(14, 18, 24, 0.74);
  --tt-border: rgba(255, 255, 255, 0.12);
  --tt-text: #f5f7fb;
  --tt-text-soft: rgba(245, 247, 251, 0.8);
  --tt-accent: #d62828;
  --tt-accent-bright: #ff4d4d;
  --tt-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  --tt-radius-lg: 28px;
  --tt-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.tt-body {
  margin: 0;
  background: var(--tt-bg);
  color: var(--tt-text);
  font-family: var(--tt-font-sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.tt-container {
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
}

.tt-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  background: linear-gradient(to bottom, rgba(5, 6, 8, 0.94), rgba(5, 6, 8, 0.72), transparent);
  backdrop-filter: blur(14px);
}

.tt-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 82px;
}

.tt-logo-link {
  text-decoration: none;
}

.tt-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tt-logo {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 32px rgba(214, 40, 40, 0.32);
}

.tt-brand-text {
  display: flex;
  flex-direction: column;
}

.tt-brand-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.tt-brand-sub {
  font-size: 11px;
  color: var(--tt-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.tt-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  padding: 0;
  cursor: pointer;
}

.tt-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tt-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.tt-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.tt-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.tt-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tt-nav a,
.tt-lang-toggle {
  color: rgba(255,255,255,0.84);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tt-nav a:hover {
  color: #fff;
}

.tt-lang-toggle {
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}

.tt-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: clip;
}

.tt-panel-bg,
.tt-panel-overlay {
  position: absolute;
  inset: 0;
}

.tt-panel-bg {
  transform: scale(1.06);
  transition: transform 1.4s ease, filter 1.2s ease;
  filter: saturate(1) brightness(0.56);
  background-size: cover;
  background-position: center;
}

.tt-bg-hero {
  background-image:
    linear-gradient(180deg, rgba(8,10,14,0.22), rgba(8,10,14,0.84)),
    linear-gradient(135deg, rgba(120, 0, 0, 0.18), rgba(0, 0, 0, 0.1)),
    url('assets/user-images/hero-range-rifle.jpg');
}

.tt-bg-about {
  background-image:
    linear-gradient(135deg, rgba(214, 40, 40, 0.18), rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(5,6,8,0.18), rgba(5,6,8,0.54)),
    url('assets/user-images/practical-law.jpg');
}

.tt-bg-benefits {
  background-image:
    linear-gradient(135deg, rgba(125, 19, 19, 0.22), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(5,6,8,0.16), rgba(5,6,8,0.58)),
    url('assets/user-images/gear-table.jpg');
}

.tt-bg-why {
  background-image:
    linear-gradient(135deg, rgba(214, 40, 40, 0.18), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(5,6,8,0.14), rgba(5,6,8,0.56)),
    url('assets/user-images/hero-brotherhood.jpg');
}

.tt-bg-blog {
  background-image:
    linear-gradient(135deg, rgba(100, 0, 0, 0.22), rgba(0, 0, 0, 0.16)),
    linear-gradient(180deg, rgba(5,6,8,0.16), rgba(5,6,8,0.54)),
    url('assets/user-images/blog-magazines.jpg');
}

.tt-bg-contact {
  background-image:
    linear-gradient(135deg, rgba(214, 40, 40, 0.18), rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(5,6,8,0.16), rgba(5,6,8,0.6)),
    url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=80');
}

.tt-panel-overlay {
  background:
    linear-gradient(180deg, rgba(5,6,8,0.44) 0%, rgba(5,6,8,0.24) 20%, rgba(5,6,8,0.82) 100%),
    radial-gradient(circle at top left, rgba(214,40,40,0.16), transparent 34%);
}

.tt-panel-overlay-soft {
  background:
    linear-gradient(180deg, rgba(5,6,8,0.38) 0%, rgba(5,6,8,0.22) 18%, rgba(5,6,8,0.78) 100%),
    radial-gradient(circle at right center, rgba(214,40,40,0.12), transparent 38%);
}

.tt-panel-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 120px 0 72px;
}

.tt-panel.is-visible .tt-panel-bg,
.tt-panel .tt-panel-bg {
  transform: scale(1);
}

.tt-copy,
.tt-float-card,
.tt-feature-card {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.9s ease;
}

.tt-panel.is-visible .tt-copy,
.tt-panel.is-visible .tt-float-card,
.tt-panel.is-visible .tt-feature-card,
.tt-copy.is-visible,
.tt-float-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tt-copy {
  max-width: 700px;
}

.tt-copy-hero {
  max-width: 760px;
}

.tt-copy-center {
  text-align: center;
  margin: 0 auto 28px;
}

.tt-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.tt-copy h1,
.tt-copy h2,
.tt-blog-post-card h2,
.tt-blog-sidebar-card h3 {
  margin: 0 0 16px;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.tt-copy h1 {
  font-size: clamp(48px, 9vw, 96px);
  max-width: 10ch;
}

.tt-copy h2,
.tt-blog-post-card h2 {
  font-size: clamp(34px, 5.4vw, 58px);
  max-width: 12ch;
}

.tt-copy-center h2 {
  margin-inline: auto;
}

.tt-hero-sub {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.7vw, 30px);
  color: #fff;
}

.tt-hero-body,
.tt-copy p,
.tt-float-card p,
.tt-feature-card p,
.tt-blog-post-card p,
.tt-blog-sidebar-card p,
.tt-blog-post-card li,
.tt-blog-sidebar-card li {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.65;
  color: var(--tt-text-soft);
}

.tt-blog-post-card ul,
.tt-blog-sidebar-card ul {
  margin: 16px 0 0 18px;
  padding: 0;
}

.tt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.tt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.tt-btn:hover {
  transform: translateY(-1px);
}

.tt-btn-primary {
  background: linear-gradient(135deg, var(--tt-accent-bright), var(--tt-accent));
  color: #fff;
  box-shadow: 0 14px 40px rgba(214, 40, 40, 0.28);
}

.tt-btn-ghost,
.tt-btn-outline {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.tt-panel-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 34px;
  align-items: center;
}

.tt-panel-split-blog {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
}

.tt-panel-blog-hero .tt-panel-bg {
  background-image:
    linear-gradient(180deg, rgba(8,10,14,0.26), rgba(8,10,14,0.8)),
    linear-gradient(135deg, rgba(100, 0, 0, 0.18), rgba(0, 0, 0, 0.16)),
    url('assets/user-images/blog-page-hero.jpg');
}

.tt-panel-center {
  display: grid;
  place-items: center;
}

.tt-float-card,
.tt-feature-card,
.tt-blog-post-card,
.tt-blog-sidebar-card {
  background: linear-gradient(180deg, rgba(8,11,16,0.8), rgba(10,14,20,0.66));
  border: 1px solid var(--tt-border);
  border-radius: var(--tt-radius-lg);
  box-shadow: var(--tt-shadow);
  backdrop-filter: blur(12px);
}

.tt-float-card,
.tt-blog-sidebar-card {
  padding: 28px;
}

.tt-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tt-feature-card,
.tt-blog-post-card {
  padding: 24px;
}

.tt-feature-card {
  min-height: 220px;
}

.tt-blog-section {
  position: relative;
  padding: 42px 0 72px;
  background:
    linear-gradient(180deg, #0a0d11 0%, #050608 100%);
}

.tt-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 22px;
  align-items: start;
}

.tt-disclaimer {
  margin-top: 14px;
  font-size: 14px;
}

.tt-footer {
  position: relative;
  z-index: 2;
  padding: 20px 0 32px;
  background: #050608;
  text-align: center;
  color: rgba(255,255,255,0.58);
  font-size: 12px;
}

@media (max-width: 980px) {
  .tt-menu-toggle {
    display: inline-block;
  }

  .tt-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: min(280px, calc(100vw - 32px));
    padding: 14px;
    background: rgba(8, 11, 16, 0.94);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    box-shadow: var(--tt-shadow);
  }

  .tt-nav.is-open {
    display: flex;
  }

  .tt-panel-split,
  .tt-feature-grid,
  .tt-blog-layout,
  .tt-panel-split-blog {
    grid-template-columns: 1fr;
  }

  .tt-panel {
    min-height: auto;
  }

  .tt-panel-inner {
    padding: 116px 0 64px;
  }

  .tt-copy h1,
  .tt-copy h2,
  .tt-blog-post-card h2 {
    max-width: none;
  }

  .tt-bg-hero {
    background-position: center;
  }
}

@media (max-width: 640px) {
  .tt-container {
    width: min(100% - 56px, 1180px);
  }

  .tt-header-inner {
    min-height: 74px;
  }

  .tt-panel-inner {
    padding: 104px 0 56px;
  }

  .tt-copy h1 {
    font-size: 40px;
  }

  .tt-copy h2,
  .tt-blog-post-card h2 {
    font-size: 30px;
  }

  .tt-hero-sub {
    font-size: 18px;
  }

  .tt-hero-body,
  .tt-copy p,
  .tt-float-card p,
  .tt-feature-card p,
  .tt-blog-post-card p,
  .tt-blog-sidebar-card p,
  .tt-blog-post-card li,
  .tt-blog-sidebar-card li {
    font-size: 15px;
  }

  .tt-float-card,
  .tt-feature-card,
  .tt-blog-post-card,
  .tt-blog-sidebar-card {
    padding: 22px;
  }

  .tt-actions {
    gap: 10px;
  }

  .tt-btn {
    width: 100%;
  }
}
