/* =========================================================
   COMPLETE PRECUT WINDOW TINT KITS LANDING PAGE
   Fully scoped to this page only
========================================================= */

/* Hide Turbify default page title/H1 on this page */
.fsection.name,
.fsection-name,
#content .fsection.name,
#content .fsection-name {
  display: none !important;
}

.nt-complete-kits {
  --nt-ck-text: #1f2937;
  --nt-ck-muted: #5b6676;
  --nt-ck-bg: #ffffff;
  --nt-ck-soft: #f5f7fa;
  --nt-ck-soft-2: #eef2f6;
  --nt-ck-border: #d9e0e7;
  --nt-ck-accent: #f97316;
  --nt-ck-accent-dark: #dd640c;
  --nt-ck-radius-lg: 20px;
  --nt-ck-radius-md: 14px;
  --nt-ck-radius-xl: 24px;
  --nt-ck-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  --nt-ck-shadow-soft: 0 10px 26px rgba(15, 23, 42, 0.06);
  --nt-ck-shell: 1200px;
  --nt-ck-narrow: 900px;

  color: var(--nt-ck-text);
  background: var(--nt-ck-bg);
  font-family: Arial, Helvetica, sans-serif;
}

.nt-complete-kits * {
  box-sizing: border-box;
}

.nt-complete-kits img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nt-ck-shell {
  max-width: var(--nt-ck-shell);
  margin: 0 auto;
  padding: 0 20px;
}

.nt-ck-narrow {
  max-width: var(--nt-ck-narrow);
}

/* =========================================================
   HERO
========================================================= */

.nt-ck-hero {
  padding: 42px 0 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.nt-ck-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 42px;
  align-items: center;
}

.nt-ck-hero-copy {
  min-width: 0;
}

.nt-ck-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff3eb;
  color: var(--nt-ck-accent-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nt-ck-hero-copy h1 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
  color: #111827;
}

.nt-ck-intro {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--nt-ck-muted);
  max-width: 700px;
}

.nt-ck-includes {
  background: #fff;
  border: 1px solid var(--nt-ck-border);
  border-radius: var(--nt-ck-radius-lg);
  box-shadow: var(--nt-ck-shadow);
  padding: 24px 24px 22px;
}

.nt-ck-includes h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.25;
  color: #111827;
}

.nt-ck-includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-ck-includes li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--nt-ck-text);
}

.nt-ck-includes li:last-child {
  margin-bottom: 0;
}

.nt-ck-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nt-ck-accent);
}

/* =========================================================
   HERO ART
========================================================= */

.nt-ck-hero-art {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-ck-art-stage {
  width: 100%;
  max-width: 690px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: var(--nt-ck-radius-xl);
  box-shadow: var(--nt-ck-shadow-soft);
  padding: 24px 24px 22px;
}

.nt-ck-pattern-label {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}

.nt-ck-pattern {
  width: min(100%, 480px);
  margin: 0 auto 16px;
}

.nt-ck-vehicle {
  width: min(100%, 620px);
  margin: 0 auto;
}

/* =========================================================
   EXPLAINER
========================================================= */

.nt-ck-explainer {
  padding: 18px 0 8px;
}

.nt-ck-explainer .nt-ck-narrow {
  background: var(--nt-ck-soft);
  border: 1px solid var(--nt-ck-border);
  border-radius: var(--nt-ck-radius-lg);
  padding: 28px 28px 24px;
}

.nt-ck-explainer h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.2;
  color: #111827;
}

.nt-ck-explainer p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--nt-ck-text);
}

.nt-ck-explainer p:last-child {
  margin-bottom: 0;
}

.nt-ck-note {
  font-weight: 700;
  color: #111827;
}

.nt-ck-note a {
  color: var(--nt-ck-accent-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.nt-ck-note a:hover,
.nt-ck-note a:focus {
  color: var(--nt-ck-accent);
}

/* =========================================================
   QUICK KIT FINDER
========================================================= */

.nt-ck-finder-wrap {
  padding: 22px 0 10px;
}

.nt-ck-finder-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 20px;
}

.nt-ck-finder-head h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.15;
  color: #111827;
}

.nt-ck-finder-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--nt-ck-muted);
}

.nt-ck-finder-box {
  background: #fff;
  border: 1px solid var(--nt-ck-border);
  border-radius: var(--nt-ck-radius-lg);
  box-shadow: var(--nt-ck-shadow);
  padding: 26px 22px;
}

.nt-ck-finder-box #kitFinderContainer {
  width: 100%;
}

/* =========================================================
   TRUST STRIP
========================================================= */

.nt-ck-trust {
  padding: 18px 0 36px;
}

.nt-ck-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nt-ck-trust-item {
  background: var(--nt-ck-soft);
  border: 1px solid var(--nt-ck-border);
  border-radius: var(--nt-ck-radius-md);
  padding: 16px 14px;
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #111827;
}

/* =========================================================
   MANUFACTURER GRID
========================================================= */

.nt-ck-makes {
  padding: 28px 0 16px;
}

.nt-ck-makes-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 22px;
}

.nt-ck-makes-head h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.15;
  color: #111827;
}

.nt-ck-makes-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--nt-ck-muted);
}

.nt-ck-makes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 14px;
}

.nt-ck-makes-grid a {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--nt-ck-border);
  border-radius: 12px;
  background: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.nt-ck-makes-grid a:hover,
.nt-ck-makes-grid a:focus {
  color: var(--nt-ck-accent-dark);
  border-color: #f2b38b;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

/* =========================================================
   BOTTOM HELP CTA
========================================================= */

.nt-ck-help {
  padding: 18px 0 42px;
}

.nt-ck-help-card {
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--nt-ck-border);
  border-radius: var(--nt-ck-radius-xl);
  box-shadow: var(--nt-ck-shadow-soft);
  padding: 30px 28px;
  text-align: center;
}

.nt-ck-help-card h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.15;
  color: #111827;
}

.nt-ck-help-card p {
  margin: 0 auto 20px;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--nt-ck-text);
}

.nt-ck-help-btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--nt-ck-accent);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.22);
}

.nt-ck-help-btn:hover,
.nt-ck-help-btn:focus {
  background: var(--nt-ck-accent-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .nt-ck-hero-grid {
    gap: 30px;
  }

  .nt-ck-hero-copy h1 {
    font-size: 39px;
  }

  .nt-ck-intro {
    font-size: 17px;
  }

  .nt-ck-art-stage {
    padding: 22px 20px 20px;
  }

  .nt-ck-pattern {
    width: min(100%, 450px);
  }

  .nt-ck-vehicle {
    width: min(100%, 580px);
  }
}

@media (max-width: 900px) {
  .nt-ck-hero {
    padding-top: 34px;
  }

  .nt-ck-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nt-ck-hero-copy {
    order: 1;
  }

  .nt-ck-hero-art {
    order: 2;
  }

  .nt-ck-hero-copy h1 {
    font-size: 34px;
  }

  .nt-ck-art-stage {
    max-width: 700px;
  }

  .nt-ck-pattern-label {
    margin-bottom: 8px;
  }

  .nt-ck-pattern {
    width: min(100%, 500px);
    margin-bottom: 14px;
  }

  .nt-ck-vehicle {
    width: min(100%, 620px);
  }

  .nt-ck-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-ck-makes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nt-ck-shell {
    padding: 0 16px;
  }

  .nt-ck-hero {
    padding: 28px 0 14px;
  }

  .nt-ck-eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .nt-ck-hero-copy h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .nt-ck-intro {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .nt-ck-includes {
    padding: 20px 18px 18px;
  }

  .nt-ck-includes h2 {
    font-size: 20px;
  }

  .nt-ck-includes li {
    font-size: 15px;
    line-height: 1.5;
  }

  .nt-ck-art-stage {
    padding: 18px 14px 16px;
    border-radius: 18px;
  }

  .nt-ck-pattern-label {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .nt-ck-pattern {
    width: 100%;
    max-width: 420px;
    margin-bottom: 12px;
  }

  .nt-ck-vehicle {
    width: 100%;
    max-width: 520px;
  }

  .nt-ck-explainer .nt-ck-narrow {
    padding: 22px 18px 18px;
  }

  .nt-ck-explainer h2,
  .nt-ck-help-card h2 {
    font-size: 25px;
  }

  .nt-ck-explainer p,
  .nt-ck-finder-head p,
  .nt-ck-makes-head p,
  .nt-ck-help-card p {
    font-size: 15px;
  }

  .nt-ck-finder-head h2 {
    font-size: 28px;
  }

  .nt-ck-makes-head h2 {
    font-size: 27px;
  }

  .nt-ck-finder-box {
    padding: 18px 14px;
  }

  .nt-ck-trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nt-ck-trust-item {
    padding: 14px 12px;
    font-size: 14px;
  }

  .nt-ck-makes {
    padding: 24px 0 12px;
  }

  .nt-ck-makes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
  }

  .nt-ck-makes-grid a {
    padding: 11px 10px;
    font-size: 14px;
  }

  .nt-ck-help {
    padding: 16px 0 34px;
  }

  .nt-ck-help-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .nt-ck-help-btn {
    width: 100%;
    max-width: 320px;
    padding: 14px 18px;
  }
}