/* =========================
   NORTHERN TINT — TURBIFY SAFE HERO STACK (A + D)
   Exclusive system + Premium differentiator
   ========================= */

/* Wrapper isolation */
.nt-home-hero, .nt-home-hero * { box-sizing: border-box; }

/* Force readable colors inside our module (Turbify sometimes forces black text) */
.nt-home-hero,
.nt-home-hero h1, .nt-home-hero h2, .nt-home-hero h3,
.nt-home-hero p, .nt-home-hero li, .nt-home-hero div, .nt-home-hero span {
  color: #ffffff !important;
}

/* Prevent Turbify link styling from breaking buttons/links in this module */
.nt-home-hero a,
.nt-home-hero a:link,
.nt-home-hero a:visited {
  text-decoration: none !important;
}

/* FULL-BLEED breakout (works inside a constrained theme container) */
.nt-home-hero section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* =========================
   TRU-CUT BANNER (LOCKED)
   ========================= */

.nt-home-hero .nt-trucut {
  position: relative;
  height: 270px;
  background: url("trucut-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nt-home-hero .nt-trucut__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center,
      rgba(0,0,0,0.12) 0%,
      rgba(0,0,0,0.32) 62%,
      rgba(0,0,0,0.50) 100%);
  z-index: 1;
}

.nt-home-hero .nt-trucut__content {
  position: relative;
  z-index: 2;
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 0 16px;
}

.nt-home-hero .nt-trucut__box {
  display: inline-block;
  padding: 18px 60px;
  margin-bottom: 14px;
  background: rgba(10, 12, 16, 0.24);
  border: 1px solid rgba(255,255,255,0.62);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(9px);
}

.nt-home-hero .nt-trucut__title {
  margin: 0 !important;
  font-weight: 900 !important;
  font-size: clamp(42px, 5.5vw, 70px) !important;
  letter-spacing: 0.16em !important;
  line-height: 1.05 !important;
  text-shadow: 0 0 22px rgba(255,255,255,0.18);
  color: #fff !important;
}

.nt-home-hero .nt-trucut__sub {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
  font-size: clamp(16px, 2vw, 24px) !important;
  display: block !important;
  position: relative !important;
  top: 0 !important;
  opacity: 0.92;
}

.nt-home-hero .nt-trucut__tagline {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  opacity: 0.96;
}

.nt-home-hero .nt-trucut__exclusive {
  font-size: clamp(15px, 2vw, 21px);
  opacity: 0.92;
  margin-bottom: 8px;
}

.nt-home-hero .nt-trucut__exclusive span {
  color: #ff7a18 !important;
  font-weight: 900;
}

.nt-home-hero .nt-trucut__micro {
  font-size: 14px;
  opacity: 0.78;
  letter-spacing: 0.01em;
}

/* =========================
   HERO BELOW (Conversion)
   ========================= */

.nt-home-hero .nt-hero2 {
  padding: 22px 0 50px;
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(255, 122, 24, 0.12), transparent 60%),
    radial-gradient(700px 360px at 85% 20%, rgba(255,255,255,0.06), transparent 60%),
    linear-gradient(180deg, #0b0d12 0%, #0f1115 100%);
}

.nt-home-hero .nt-hero2__inner {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  align-items: start;
  padding: 0 16px;
}

.nt-home-hero .nt-hero2__kicker {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  opacity: 0.90;
  margin-bottom: 14px;
}

.nt-home-hero .nt-hero2__title {
  margin: 0 0 12px 0 !important;
  font-size: clamp(26px, 3.2vw, 40px) !important;
  line-height: 1.12;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
  color: #fff !important;
}

.nt-home-hero .nt-hero2__sub {
  margin: 0 0 16px 0;
  color: rgba(255,255,255,0.84) !important;
  line-height: 1.6;
  max-width: 62ch;
}

.nt-home-hero .nt-hero2__bullets {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.nt-home-hero .nt-hero2__bullets li {
  position: relative;
  padding-left: 22px;
  line-height: 1.35;
  color: rgba(255,255,255,0.92) !important;
}

.nt-home-hero .nt-hero2__bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7a18 !important;
  font-weight: 900;
}

.nt-home-hero .nt-hero2__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

/* Buttons */
.nt-home-hero .nt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 14px;
  user-select: none;
  border: none;
}

.nt-home-hero .nt-btn--primary {
  background: #ff7a18 !important;
  color: #111827 !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  box-shadow: 0 10px 0 rgba(0,0,0,0.22), 0 18px 26px rgba(255, 122, 24, 0.14);
}

.nt-home-hero .nt-btn--primary:active {
  transform: translateY(2px);
  box-shadow: 0 6px 0 rgba(0,0,0,0.22), 0 12px 18px rgba(255, 122, 24, 0.10);
}

.nt-home-hero .nt-btn--ghost {
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  color: rgba(255,255,255,0.92) !important;
}

.nt-home-hero .nt-btn--wide { width: 100%; }

/* Trust chips */
.nt-home-hero .nt-hero2__trust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 12px;
  opacity: 0.85;
}

.nt-home-hero .nt-hero2__trust span {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
}

/* Right panel */
.nt-home-hero .nt-hero2__panel { padding-top: 18px; }

.nt-home-hero .nt-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  backdrop-filter: blur(8px);
}

.nt-home-hero .nt-panel__title {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 6px;
  color: #fff !important;
}

.nt-home-hero .nt-panel__text {
  font-size: 13px;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.55;
  margin-bottom: 12px;
}

.nt-home-hero .nt-panel__foot {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.72) !important;
  text-align: center;
}

.nt-home-hero .nt-panel__foot a {
  color: rgba(255,255,255,0.92) !important;
  font-weight: 900;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 900px) {
  .nt-home-hero .nt-hero2__inner { grid-template-columns: 1fr; }
  .nt-home-hero .nt-hero2__panel { padding-top: 0; }
}

@media (max-width: 600px) {
  .nt-home-hero .nt-trucut { height: 220px; }
  .nt-home-hero .nt-trucut__box { padding: 16px 18px; }
  .nt-home-hero .nt-trucut__title { letter-spacing: 0.10em !important; }
  .nt-home-hero .nt-btn { height: 52px; font-size: 15px; }
}

@media (max-width: 520px) {
  .nt-home-hero .nt-hero2__ctas { flex-direction: column; }
  .nt-home-hero .nt-btn { width: 100%; }
}
