/* =========================================================
   Precuts Main Landing Page CSS
   Loads AFTER nt-home-css-v10.css
   ========================================================= */

/* Scope everything to this page */
.nt-precuts {
  font-family: inherit;
}

/* Container (match the homepage feel; safe width) */
.nt-precuts-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Anchor offset so "Find Your Vehicle" doesn't land under sticky headers */
#nt-precuts-finder,
#nt-precuts-tiles,
#nt-precuts-details {
  scroll-margin-top: 120px;
}

/* Section spacing */
.nt-precuts-section {
  padding: 40px 0;
}

.nt-precuts-section--alt {
  background: #fafafa;
}

.nt-precuts-h2 {
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 1.2;
}

.nt-precuts-lead {
  margin: 0 0 18px 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.92;
}

/* =========================================================
   HERO — homepage-style background hero (left-aligned box)
   ========================================================= */

.nt-precuts-hero--bg{
  position: relative;
  padding: 40px 0;
  min-height: 300px;
  display: flex;
  align-items: center;

  /* Use hero image as background */
  background: url("https://sep.turbifycdn.com/ty/cdn/yhst-58169358463758/precuts-main-landing-page-hero-pic.jpg")
    center/cover no-repeat;

  border-radius: 22px;
  overflow: hidden;

  /* Keep it like a premium panel, centered */
  margin: 18px auto 12px;
  max-width: 1140px;
}

/* Readability overlay */
.nt-precuts-hero--bg .nt-precuts-hero__overlay{
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 40%,
    rgba(0,0,0,0.22) 0%,
    rgba(0,0,0,0.50) 55%,
    rgba(0,0,0,0.66) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.nt-precuts-hero--bg .nt-precuts-hero__inner{
  position: relative;
  z-index: 2;
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: flex-start;
}

/* Glass box for copy */
.nt-precuts-hero--bg .nt-precuts-hero__box{
  width: min(600px, 100%); /* slight bump for cleaner wrapping */
  color: #fff;
  padding: 22px 22px 18px;
  border-radius: 18px;

  background: rgba(10, 12, 16, 0.32);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(7px);
}

.nt-precuts-hero--bg .nt-precuts-hero__h1{
  margin: 0 0 10px 0;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  color: #fff;
}

.nt-precuts-hero--bg .nt-precuts-hero__sub{
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
  color: #fff;
}

.nt-precuts-hero--bg .nt-precuts-hero__cta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;               /* slightly more breathing room */
  margin: 12px 0 10px;     /* align with homepage cadence */
}

.nt-precuts-hero--bg .nt-precuts-hero__tip{
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.92;
  color: #fff;
}

.nt-precuts-hero--bg .nt-precuts-hero__highlights{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

/* =========================================================
   FIX: Hero highlight pills rendering "boxed"
   Force consistent pill styling inside the hero glass box
   ========================================================= */

.nt-precuts-hero--bg .nt-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 14px;
  border-radius: 999px;                 /* true pill */
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;

  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.30);
  color: #fff;

  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
}

/* Kill any inherited backgrounds/borders from template */
.nt-precuts-hero--bg .nt-pill *{
  background: transparent !important;
}

/* Responsive hero */
@media (max-width: 720px){
  .nt-precuts-hero--bg{
    padding: 34px 0;
    min-height: 280px;
    border-radius: 16px;
    margin: 10px 12px 10px;
  }
  .nt-precuts-hero--bg .nt-precuts-hero__box{
    padding: 18px 16px 14px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
  }
  .nt-precuts-hero--bg .nt-pill{
    padding: 9px 12px;
    font-size: 12.5px;
  }
}

/* FINDER */
.nt-precuts-section--finder {
  padding-top: 28px;
}

/* Finder wrap so it feels like a homepage card */
.nt-precuts-finderWrap {
  margin-top: 14px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

.nt-precuts-finder-note {
  margin: 12px 0 0 0;
  font-size: 13px;
  opacity: 0.9;
}

/* TRUST STRIP */
.nt-precuts-trust {
  padding: 20px 0;
}

.nt-precuts-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nt-trust-card {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 18px;
  padding: 14px 14px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

.nt-trust-card__title {
  font-weight: 700;
  margin-bottom: 6px;
}

.nt-trust-card__text {
  font-size: 13.5px;
  line-height: 1.45;
  opacity: 0.92;
}

/* TILES */
.nt-precuts-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.nt-precuts-tile {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.nt-precuts-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  border-color: #dcdcdc;
}

.nt-precuts-tile__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f6f6f6;
  border: 1px solid #ededed;
}

.nt-precuts-tile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nt-precuts-tile__title {
  font-weight: 800;
  margin: 0 0 6px 0;
  font-size: 16px;
}

.nt-precuts-tile__desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  opacity: 0.92;
}

/* Decision helper */
.nt-precuts-chooser {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

.nt-chooser-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px 8px;
  border-top: 1px solid #f0f0f0;
}

.nt-chooser-row:first-child {
  border-top: 0;
}

.nt-chooser-label {
  font-weight: 700;
  opacity: 0.95;
}

.nt-chooser-answer {
  opacity: 0.95;
}

.nt-precuts-ctaRow {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Split cards */
.nt-precuts-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.nt-card {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

.nt-h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.nt-list {
  margin: 0;
  padding-left: 18px;
}

.nt-list li {
  margin: 7px 0;
  line-height: 1.5;
}

/* Checklist */
.nt-checklist {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.nt-checklist li {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

/* Responsive grid */
@media (max-width: 980px) {
  .nt-precuts-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .nt-precuts-tiles { grid-template-columns: repeat(2, 1fr); }
  .nt-precuts-split { grid-template-columns: 1fr; }
  .nt-chooser-row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .nt-precuts-trust__grid { grid-template-columns: 1fr; }
  .nt-precuts-tiles { grid-template-columns: 1fr; }
}

/* =========================================================
   FORCE HIDE DEFAULT TURBIFY PAGE TITLE (PRECUTS PAGE ONLY)
   This file is only loaded on the Precuts page, so it's safe.
   ========================================================= */

.fsection-name,
.fsection-name h1,
.section-name,
.section-name h1,
.page-title,
.page-title h1{
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* If Turbify leaves an empty caption spacer, collapse it too */
.fsection-caption{
  margin-top: 0 !important;
  padding-top: 0 !important;
}