/**
Theme Name: ZAB Theme-Child
Author: ZAB Design Inc.
Author URI: https://zabdesign.com/
Description: This is a Child Theme dependent on Main ZAB Theme. DO NOT DELETE either one of the themes since they work together.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zab-theme-child
Template: astra
*/

/* ===== TLSV Landing ===== */

.tlsv-landing {
  position: relative;
  background: #000;
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
}

.tlsv-bg-frame {
  position: fixed;
  inset: 0;
  border-top: 1px solid #18181b;
  background: linear-gradient(to bottom, #000, #000, #050509);
  pointer-events: none;
  z-index: 0;
}

.tlsv-shell {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1rem 4rem;
}

@media (min-width: 640px) {
  .tlsv-shell {
    padding: 2rem 1.5rem 4rem;
  }
}

/* Header */

.tlsv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #18181b;
  padding-bottom: 1rem;
}

.tlsv-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tlsv-header-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 0.75rem;
  border: 1px solid rgba(245, 158, 11, 0.4);
  background: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tlsv-header-logo-mark span {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fbbf24;
}

.tlsv-header-label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a1a1aa;
}

.tlsv-header-sub {
  font-size: 0.75rem;
  color: #71717a;
}

.tlsv-header-nav {
  display: none;
}

.tlsv-header-nav a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #d4d4d8;
  margin-right: 1.75rem;
}

.tlsv-header-nav a:last-child {
  margin-right: 0;
}

.tlsv-header-nav a:hover {
  color: #facc15;
}

.tlsv-header-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .tlsv-header-nav {
    display: flex;
    align-items: center;
  }
}

/* Buttons */

.tlsv-btn-primary,
.tlsv-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.tlsv-btn-primary {
  background: #fbbf24;
  color: #000;
}

.tlsv-btn-primary:hover {
  background: #facc15;
}

.tlsv-btn-outline {
  border: 1px solid #3f3f46;
  color: #e4e4e7;
  background: transparent;
}

.tlsv-btn-outline:hover {
  border-color: #fbbf24;
}

.tlsv-btn-small {
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
}

.tlsv-btn-full {
  width: 100%;
}

/* Hero */

.tlsv-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .tlsv-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  }
}

.tlsv-hero-text h1 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.1;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.tlsv-hero-text h1 span {
  display: block;
}

.tlsv-hero-body {
  font-size: 0.9rem;
  color: #d4d4d8;
  max-width: 26rem;
}

.tlsv-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid #18181b;
  background: #050505;
  padding: 0.25rem 0.85rem;
  font-size: 0.65rem;
  color: #a1a1aa;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tlsv-hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fbbf24;
}

.tlsv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.tlsv-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #a1a1aa;
  max-width: 22rem;
}

.tlsv-hero-stats dt {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
  color: #71717a;
}

.tlsv-hero-stats dd {
  margin-top: 0.25rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

/* Tracker */

.tlsv-tracker {
  max-width: 420px;
  margin-left: auto;
}

.tlsv-tracker-inner {
  border-radius: 1.5rem;
  border: 1px solid #18181b;
  background: #050505;
  padding: 1rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  font-size: 0.7rem;
  color: #a1a1aa;
}

.tlsv-tracker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.tlsv-tracker-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.tlsv-tracker-badge {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #3f3f46;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #fbbf24;
}

.tlsv-tracker-label {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #71717a;
}

.tlsv-tracker-meta {
  font-size: 0.6rem;
  color: #71717a;
}

.tlsv-tracker-visual {
  border-radius: 1.25rem;
  border: 1px solid #18181b;
  background: radial-gradient(circle at top, #111 0, #000 55%);
  padding: 0.8rem;
}

.tlsv-tracker-svg {
  width: 100%;
  height: auto;
  display: block;
  color: rgba(245, 158, 11, 0.85);
}

.tlsv-node-outer {
  fill: #000;
  stroke: currentColor;
  stroke-width: 1.3;
}

.tlsv-node-inner {
  fill: currentColor;
}

.tlsv-skyline rect {
  fill: #000;
  stroke: currentColor;
  stroke-width: 1;
  opacity: 0.75;
}

.tlsv-tracker-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.tlsv-tracker-metric-label {
  font-size: 0.65rem;
  color: #a1a1aa;
}

.tlsv-tracker-metric-value {
  margin-top: 0.15rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

.tlsv-tracker-metric-accent {
  color: #fbbf24;
}

.tlsv-tracker-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.6rem;
  color: #71717a;
}

.tlsv-tracker-chip {
  border-radius: 999px;
  border: 1px solid #27272a;
  padding: 0.25rem 0.6rem;
  color: #fbbf24;
}

/* Sections */

.tlsv-section {
  margin-top: 4rem;
}

.tlsv-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.tlsv-kicker {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fbbf24;
}

.tlsv-kicker-muted {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a1a1aa;
}

.tlsv-kicker-gold {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fbbf24;
}

.tlsv-section h2 {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.tlsv-section-sub {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  color: #d4d4d8;
}

/* Card grid */

.tlsv-card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .tlsv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tlsv-card {
  border-radius: 1.25rem;
  border: 1px solid #18181b;
  background: #050505;
  padding: 1rem;
}

.tlsv-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
}

.tlsv-card-head span {
  font-size: 0.65rem;
  color: #fbbf24;
}

.tlsv-card-body {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #d4d4d8;
}

.tlsv-card-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: 0.75rem;
  color: #a1a1aa;
}

.tlsv-card-list li::before {
  content: "• ";
}

/* Work / process */

.tlsv-work-grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .tlsv-work-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  }
}

.tlsv-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  font-size: 0.75rem;
}

.tlsv-tag-list span {
  border-radius: 999px;
  border: 1px solid #3f3f46;
  padding: 0.35rem 0.9rem;
  color: #e4e4e7;
}

.tlsv-process-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.78rem;
  color: #d4d4d8;
}

.tlsv-process-list li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.tlsv-step-badge {
  margin-top: 0.15rem;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #3f3f46;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #fbbf24;
}

.tlsv-step-title {
  font-weight: 500;
  color: #fff;
}

.tlsv-step-body {
  color: #a1a1aa;
}

/* Why */

.tlsv-why-grid {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .tlsv-why-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
}

.tlsv-why-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .tlsv-why-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tlsv-why-card {
  font-size: 0.75rem;
}

.tlsv-why-label {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #71717a;
}

.tlsv-why-title {
  margin-top: 0.35rem;
  font-weight: 600;
  color: #fff;
}

.tlsv-why-body {
  margin-top: 0.25rem;
  color: #a1a1aa;
}

/* Snapshot */

.tlsv-snapshot-card {
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.25);
  background: #000;
}

.tlsv-snapshot-list {
  margin: 0.8rem 0 0;
  padding: 0;
  font-size: 0.8rem;
}

.tlsv-snapshot-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.tlsv-snapshot-list dt {
  color: #a1a1aa;
}

.tlsv-snapshot-list dd {
  font-weight: 600;
  margin: 0;
}

.tlsv-snapshot-note {
  margin-top: 0.75rem;
  font-size: 0.7rem;
  color: #71717a;
}

/* Testimonials */

.tlsv-test-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .tlsv-test-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tlsv-test-card {
  position: relative;
  padding-top: 1.5rem;
}

.tlsv-test-card blockquote {
  font-size: 0.9rem;
  color: #f4f4f5;
}

.tlsv-test-card figcaption {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #a1a1aa;
}

.tlsv-quote-mark {
  position: absolute;
  top: 0.25rem;
  right: 1rem;
  font-size: 2.4rem;
  color: rgba(245, 158, 11, 0.25);
}

/* Contact */

.tlsv-section-contact {
  border-radius: 1.5rem;
  border: 1px solid rgba(245, 158, 11, 0.4);
  padding: 1.25rem;
  background: radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), #000 55%);
}

@media (min-width: 768px) {
  .tlsv-section-contact {
    padding: 1.5rem;
  }
}

.tlsv-contact-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .tlsv-contact-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
  }
}

.tlsv-contact-form {
  border-radius: 1.25rem;
  border: 1px solid #18181b;
  background: #000;
  padding: 1rem;
  font-size: 0.75rem;
}

.tlsv-contact-row {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .tlsv-contact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tlsv-contact-row:nth-of-type(2) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tlsv-contact-form label span {
  display: block;
  font-size: 0.7rem;
  color: #e4e4e7;
  margin-bottom: 0.25rem;
}

.tlsv-contact-form input,
.tlsv-contact-form textarea {
  width: 100%;
  border-radius: 0.6rem;
  border: 1px solid #27272a;
  background: #020617;
  padding: 0.45rem 0.6rem;
  font-size: 0.75rem;
  color: #f9fafb;
}

.tlsv-contact-form input::placeholder,
.tlsv-contact-form textarea::placeholder {
  color: #6b7280;
}

.tlsv-contact-form input:focus,
.tlsv-contact-form textarea:focus {
  outline: none;
  border-color: #fbbf24;
  box-shadow: 0 0 0 1px #fbbf24;
}

.tlsv-contact-notes {
  display: block;
  margin-bottom: 0.75rem;
}

/* Footer */

.tlsv-footer {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid #18181b;
  font-size: 0.7rem;
  color: #71717a;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

@media (min-width: 640px) {
  .tlsv-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.tlsv-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.tlsv-footer-links a {
  color: #a1a1aa;
  text-decoration: none;
}

.tlsv-footer-links a:hover {
  color: #fbbf24;
}

/* Mobile adjustments */

@media (max-width: 767px) {
  .tlsv-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tlsv-tracker {
    margin-left: 0;
  }

  .tlsv-tracker-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* === TLSV Landing – Fixes for Astra defaults & form styling === */

/* 1) Normalize headings, paragraphs, lists inside this template
   so Astra/Gutenberg margins don't blow up spacing. */
.tlsv-landing h1,
.tlsv-landing h2,
.tlsv-landing h3,
.tlsv-landing p,
.tlsv-landing ul,
.tlsv-landing ol,
.tlsv-landing dl,
.tlsv-landing dt,
.tlsv-landing dd,
.tlsv-landing figure {
  margin: 0;
  padding: 0;
}

/* Re-apply intentional spacing for section headings & subs */
.tlsv-section h2 {
  margin-top: 0.4rem;
  margin-bottom: 0.25rem;
}

.tlsv-section-sub {
  margin-top: 0.6rem;
}

/* Tighten vertical gap between sections a bit */
.tlsv-section {
  margin-top: 3rem;
}

/* 2) Lists in cards / process: kill default numbers & left indent */
.tlsv-card-list,
.tlsv-process-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding-left: 0;
}

/* 3) Make the Services cards go 3-up a bit earlier on desktop */
@media (min-width: 640px) {
  .tlsv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 4) Contact form – force dark inputs (Astra is overriding) */
.tlsv-section-contact input[type="text"],
.tlsv-section-contact input[type="email"],
.tlsv-section-contact input[type="number"],
.tlsv-section-contact input[type="date"],
.tlsv-section-contact textarea {
  background: #020617 !important;
  color: #f9fafb !important;
  border: 1px solid #27272a !important;
  border-radius: 0.6rem;
  padding: 0.45rem 0.6rem;
  font-size: 0.75rem;
  box-shadow: none;
}

.tlsv-section-contact input[type="text"]::placeholder,
.tlsv-section-contact input[type="email"]::placeholder,
.tlsv-section-contact input[type="number"]::placeholder,
.tlsv-section-contact textarea::placeholder {
  color: #6b7280;
}

/* Focus state – keep it gold */
.tlsv-section-contact input[type="text"]:focus,
.tlsv-section-contact input[type="email"]:focus,
.tlsv-section-contact input[type="number"]:focus,
.tlsv-section-contact input[type="date"]:focus,
.tlsv-section-contact textarea:focus {
  outline: none;
  border-color: #fbbf24 !important;
  box-shadow: 0 0 0 1px #fbbf24;
}

/* 5) Small typography tidy-ups */

.tlsv-section-services h3,
.tlsv-section-work h3,
.tlsv-section-why h3 {
  font-size: 0.9rem;
}

.tlsv-card-body {
  line-height: 1.4;
}

.tlsv-test-card blockquote {
  line-height: 1.4;
}


/* === TLSV Landing – Accessibility & Comfort Pass === */

/* 1) Slightly larger, more readable body text & line-height */
.tlsv-landing p,
.tlsv-landing li,
.tlsv-landing dd {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Keep the micro labels small but legible */
.tlsv-kicker,
.tlsv-kicker-muted,
.tlsv-kicker-gold,
.tlsv-header-label {
  font-size: 0.7rem;
}

/* Hero paragraph a bit bigger */
.tlsv-hero-body {
  font-size: 1rem;
}

/* Card & process body text comfortable */
.tlsv-card-body,
.tlsv-card-list,
.tlsv-step-body,
.tlsv-test-card blockquote {
  font-size: 0.9rem;
}

/* 2) More breathing room: sections & cards */

.tlsv-shell {
  max-width: 1180px;
  padding-inline: 1.25rem;
}

@media (min-width: 640px) {
  .tlsv-shell {
    padding-inline: 1.75rem;
  }
}

/* Sections spaced a bit more but not huge */
.tlsv-section {
  margin-top: 3.5rem;
}

/* Card padding */
.tlsv-card {
  padding: 1.25rem 1.35rem;
}

/* Snapshot & contact cards already inherit but we give them a touch more */
.tlsv-snapshot-card {
  padding: 1.25rem 1.5rem;
}

.tlsv-section-contact {
  padding: 1.5rem 1.6rem;
}

.tlsv-contact-form {
  padding: 1.25rem 1.35rem;
}

/* Inputs – slightly taller for easier click/tap */
.tlsv-contact-form input,
.tlsv-contact-form textarea {
  padding: 0.55rem 0.7rem;
  font-size: 0.85rem;
}

/* Hero buttons – bigger targets */
.tlsv-hero-actions .tlsv-btn-primary,
.tlsv-hero-actions .tlsv-btn-outline {
  padding: 0.65rem 1.6rem;
  font-size: 0.9rem;
}

/* 3) Stronger focus states for keyboard users */

.tlsv-landing a:focus-visible,
.tlsv-landing button:focus-visible,
.tlsv-landing input:focus-visible,
.tlsv-landing textarea:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}

/* 4) Smooth hover transitions + subtle card motion */

.tlsv-btn-primary,
.tlsv-btn-outline,
.tlsv-card,
.tlsv-tag-list span,
.tlsv-tracker-inner,
.tlsv-section-contact,
.tlsv-header-logo-mark {
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

/* Cards lift slightly on hover */
.tlsv-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.7);
  border-color: #3f3f46;
}

/* Tag chips feel clickable */
.tlsv-tag-list span:hover {
  border-color: #fbbf24;
  transform: translateY(-1px);
}

/* Tracker “panel” breathes a bit on hover */
.tlsv-tracker-inner:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
}

/* Contact card hover */
.tlsv-section-contact:hover {
  box-shadow: 0 0 45px rgba(245, 158, 11, 0.4);
}

/* 5) Section entrance animations (respecting prefers-reduced-motion) */

@keyframes tlsv-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tlsv-hero {
  animation: tlsv-fade-up 0.7s ease-out both;
}

.tlsv-section-services {
  animation: tlsv-fade-up 0.7s ease-out both;
  animation-delay: 0.08s;
}

.tlsv-section-work {
  animation: tlsv-fade-up 0.7s ease-out both;
  animation-delay: 0.16s;
}

.tlsv-section-why {
  animation: tlsv-fade-up 0.7s ease-out both;
  animation-delay: 0.24s;
}

.tlsv-section-testimonials {
  animation: tlsv-fade-up 0.7s ease-out both;
  animation-delay: 0.32s;
}

.tlsv-section-contact {
  animation: tlsv-fade-up 0.7s ease-out both;
  animation-delay: 0.4s;
}

/* 6) Reduce motion for users who request it */
@media (prefers-reduced-motion: reduce) {
  .tlsv-hero,
  .tlsv-section-services,
  .tlsv-section-work,
  .tlsv-section-why,
  .tlsv-section-testimonials,
  .tlsv-section-contact {
    animation: none !important;
  }

  .tlsv-btn-primary,
  .tlsv-btn-outline,
  .tlsv-card,
  .tlsv-tag-list span,
  .tlsv-tracker-inner,
  .tlsv-section-contact,
  .tlsv-header-logo-mark {
    transition: none !important;
  }

  .tlsv-card:hover,
  .tlsv-tag-list span:hover,
  .tlsv-tracker-inner:hover,
  .tlsv-section-contact:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}


