/* ========== PAGE HERO ========== */
.page-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: #111;
}

.ceramic-hero {
  background-image: url('assets/detail-ceramic-coating.jpg');
}

.tint-hero {
  background-image: url('assets/tint-hero.jpg');
}

.detail-hero {
  background-image: url('assets/detail-hero.jpg');
}

.correction-hero {
  background-image: url('assets/detail-ceramic-coating.jpg');
}

.ppf-hero {
  background-image: url('assets/detail-ppf.jpg');
}

.location-hero {
  background-image: url('assets/hero-bg.jpg');
}

.footer-areas {
  font-size: 0.85rem;
  margin-top: 8px;
  color: rgba(255,255,255,0.55);
}

.footer-areas a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

.footer-areas a:hover {
  color: #0E8A45;
}

/* ========== BLOG ========== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  background: #181B1B;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid rgba(255,255,255,0.06);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  border-color: rgba(14,138,69,0.4);
}

.blog-card a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.blog-card-image {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #0a0a0a;
}

.blog-card-body {
  padding: 24px 24px 28px;
}

.blog-card-meta {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0E8A45;
  margin-bottom: 12px;
}

.blog-card h2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

.blog-card p {
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 16px;
}

.blog-card-cta {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0E8A45;
  letter-spacing: 1px;
}

/* Blog post article styles */
.blog-post {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255,255,255,0.85);
  line-height: 1.75;
  font-size: 1.05rem;
}

.blog-lede {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.95);
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.blog-post h2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 18px;
  line-height: 1.3;
}

.blog-post h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 28px;
  margin-bottom: 12px;
}

.blog-post p {
  margin-bottom: 18px;
}

.blog-post ul, .blog-post ol {
  margin-bottom: 24px;
  padding-left: 24px;
}

.blog-post li {
  margin-bottom: 8px;
}

.blog-post a {
  color: #0E8A45;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-post a:hover {
  color: #14a651;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
  font-size: 0.95rem;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.comparison-table th {
  background: rgba(14,138,69,0.15);
  color: #ffffff;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comparison-table td {
  color: rgba(255,255,255,0.8);
}

.comparison-table tr:hover td {
  background: rgba(255,255,255,0.03);
}

.related-posts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.related-link {
  display: block;
  padding: 18px 22px;
  background: rgba(14,138,69,0.08);
  border: 1px solid rgba(14,138,69,0.25);
  border-radius: 6px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  transition: all 0.2s;
}

.related-link:hover {
  background: rgba(14,138,69,0.15);
  border-color: #0E8A45;
  transform: translateX(4px);
}

.page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 20px;
  max-width: 750px;
}

.page-hero-sub {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #0E8A45;
  margin-bottom: 16px;
}

.page-hero-title {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.page-hero-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 32px;
}

/* ========== CONTENT SECTIONS ========== */
.content-section {
  padding: 80px 0;
}

.content-section.dark {
  background: #181B1B;
}

.content-section.darker {
  background: #111314;
}

.content-section.red {
  background: linear-gradient(135deg, rgba(14, 138, 69, 0.92), rgba(10, 107, 53, 0.88));
  background-color: #0E8A45;
}

.content-narrow {
  max-width: 720px;
  margin: 0 auto;
}

.section-heading {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.section-heading.center {
  text-align: center;
  margin-bottom: 48px;
}

.content-narrow p,
.content-section p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  line-height: 1.9;
}

/* ========== BENEFITS GRID ========== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.benefit-card {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.benefit-number {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0E8A45;
  margin-bottom: 12px;
}

.benefit-card h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 12px;
}

.benefit-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

/* ========== SPLIT CONTENT ========== */
.split-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.split-image {
  border-radius: 4px;
  overflow: hidden;
}

/* ========== CHECK LIST ========== */
.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  padding: 10px 0 10px 32px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.check-list li:last-child {
  border-bottom: none;
}

.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0E8A45;
  font-weight: 700;
  font-size: 1.1rem;
}

.check-list.compact li {
  padding: 7px 0 7px 28px;
  font-size: 0.92rem;
}

/* ========== FAQ ========== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.faq-item p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}

/* ========== SERVICE FORM ========== */
.form-section {
  max-width: 700px;
  margin: 0 auto;
}

.form-header {
  margin-bottom: 32px;
}

.form-subhead {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
}

.service-form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.service-form .form-group {
  flex: 1;
}

.service-form .form-group.full {
  width: 100%;
  margin-bottom: 16px;
}

.service-form input,
.service-form textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  color: #ffffff;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.service-form input::placeholder,
.service-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.service-form input:focus,
.service-form textarea:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.service-form textarea {
  resize: vertical;
  min-height: 80px;
}

.service-form .form-group.full:last-child {
  text-align: center;
  margin-top: 8px;
}

/* ========== PACKAGES GRID ========== */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.package-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 36px 28px;
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.package-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.package-card.featured {
  border-color: #0E8A45;
  background: rgba(14, 138, 69, 0.08);
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0E8A45;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.package-tier {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0E8A45;
  margin-bottom: 10px;
}

.package-card h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.package-price {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}

.package-price strong {
  font-size: 2rem;
  font-weight: 700;
  color: #0E8A45;
}

.package-sizes {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-top: 12px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.package-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 20px;
}

.package-time {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 16px;
  margin-bottom: 20px;
}

.package-card .btn {
  width: 100%;
  text-align: center;
}

/* ========== STEPS GRID ========== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0E8A45;
  color: #fff;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-card h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

/* ========== BOOKING EMBED PLACEHOLDER ========== */
.booking-section {
  max-width: 800px;
  margin: 0 auto;
}

.booking-embed-placeholder {
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 80px 40px;
  text-align: center;
}

.booking-placeholder-inner p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
  font-size: 1.1rem;
}

.booking-hint {
  font-size: 0.85rem !important;
  color: rgba(255, 255, 255, 0.3) !important;
  margin-top: 8px !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .page-hero-title {
    font-size: 2.4rem;
  }

  .page-hero {
    min-height: 50vh;
  }

  .split-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .packages-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 400px;
    margin: 0 auto;
  }

  .section-heading {
    font-size: 1.8rem;
  }
}

@media (max-width: 550px) {
  .page-hero-title {
    font-size: 1.8rem;
  }

  .page-hero-sub {
    font-size: 0.85rem;
    letter-spacing: 2px;
  }

  .page-hero-desc {
    font-size: 1rem;
  }

  .page-hero {
    min-height: 45vh;
  }

  .content-section {
    padding: 50px 0;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .section-heading.center {
    margin-bottom: 30px;
  }

  .service-form .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .booking-embed-placeholder {
    padding: 50px 20px;
  }
}

/* ============================================
   LANDING PAGE (quote.html)
   ============================================ */

.landing-body {
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}

/* Minimal top bar */
.landing-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-logo img {
  height: 38px;
  display: block;
}

.landing-phone {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(14, 138, 69, 0.5);
  border-radius: 999px;
  background: rgba(14, 138, 69, 0.15);
  transition: all 0.2s;
}

.landing-phone:hover {
  background: #0E8A45;
  border-color: #0E8A45;
}

.landing-phone-icon {
  font-size: 1.1rem;
  color: #0E8A45;
  transform: rotate(15deg);
}

.landing-phone:hover .landing-phone-icon {
  color: #ffffff;
}

/* Hero with form */
.landing-hero {
  position: relative;
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  padding: 60px 32px 80px;
  overflow: hidden;
}

.landing-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('assets/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.landing-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.88) 0%, rgba(10, 10, 10, 0.7) 60%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.landing-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.landing-hero-text {
  color: #ffffff;
}

.landing-eyebrow {
  display: inline-block;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #0E8A45;
  padding: 6px 14px;
  border: 1px solid rgba(14, 138, 69, 0.4);
  border-radius: 999px;
  background: rgba(14, 138, 69, 0.1);
  margin-bottom: 24px;
}

.landing-headline {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.landing-headline-accent {
  background: linear-gradient(135deg, #0E8A45 0%, #14a651 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-sub {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 30px;
  max-width: 540px;
}

.landing-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.landing-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  background: #0E8A45;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 1px;
}

/* Form card */
.landing-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 36px 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(14, 138, 69, 0.15);
  color: #1a1a1a;
}

.landing-form-title {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0a0a0a;
}

.landing-form-sub {
  font-size: 0.92rem;
  color: #666;
  margin-bottom: 24px;
}

.landing-form .landing-field {
  margin-bottom: 14px;
}

.landing-form .landing-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.landing-form .landing-field-row .landing-field {
  margin-bottom: 0;
}

.landing-form label {
  display: block;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap; /* keep Year / Make / Model labels on single line */
}

/* Radio button pill group */
.landing-radio-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 2px;
}

/* 4-option variant (e.g. call-time with ASAP) — 4 cols desktop, 2x2 mobile */
.landing-radio-group-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 600px) {
  .landing-radio-group-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.landing-radio {
  cursor: pointer;
  position: relative;
}

.landing-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.landing-radio > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  min-height: 48px;
  background: #fafafa;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.1s;
}

.landing-radio > span small {
  font-size: 0.7rem;
  font-weight: 400;
  color: #888;
  margin-top: 2px;
  text-transform: none;
  letter-spacing: 0;
}

.landing-radio:hover > span {
  border-color: #0E8A45;
  background: #ffffff;
}

.landing-radio input[type="radio"]:checked + span {
  background: #0E8A45;
  border-color: #0E8A45;
  color: #ffffff;
}

.landing-radio input[type="radio"]:checked + span small {
  color: rgba(255, 255, 255, 0.85);
}

.landing-radio input[type="radio"]:focus-visible + span {
  outline: 2px solid #0E8A45;
  outline-offset: 2px;
}

/* Conditional call-time field — smooth reveal */
.landing-call-time {
  animation: lpFadeDown 0.22s ease;
}

@keyframes lpFadeDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.landing-form input,
.landing-form select,
.landing-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 16px; /* 16px prevents iOS auto-zoom on focus */
  color: #1a1a1a;
  background: #fafafa;
  transition: border-color 0.15s, background 0.15s;
  box-sizing: border-box;
  min-height: 46px; /* exceeds Apple HIG 44px tap target minimum */
}

.landing-form input:focus,
.landing-form select:focus,
.landing-form textarea:focus {
  outline: none;
  border-color: #0E8A45;
  background: #ffffff;
}

.landing-form textarea {
  resize: vertical;
  min-height: 60px;
}

.landing-submit {
  width: 100%;
  padding: 16px 20px;
  background: #0E8A45;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 6px 18px rgba(14, 138, 69, 0.35);
}

.landing-submit:hover:not(:disabled) {
  background: #0A6B35;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(14, 138, 69, 0.45);
}

.landing-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.landing-fineprint {
  font-size: 0.78rem;
  color: #888;
  text-align: center;
  margin: 14px 0 0;
}

.landing-form-success {
  opacity: 0.6;
  pointer-events: none;
}

/* Trust strip */
.landing-trust {
  background: #0E8A45;
  padding: 28px 32px;
}

.landing-trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.landing-trust-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.landing-trust-num {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}

.landing-trust-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Service icons row */
.landing-services {
  padding: 70px 32px;
  background: #111314;
}

.landing-services-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.landing-section-title {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

.landing-section-title.light {
  color: #ffffff;
}

.landing-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.landing-service-card {
  background: #1a1d1e;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.landing-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 138, 69, 0.5);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}

.landing-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.landing-service-card h3 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 6px;
}

.landing-service-card p {
  font-size: 0.85rem;
  color: #0E8A45;
  margin: 0;
  font-weight: 500;
}

/* Testimonials */
.landing-testimonials {
  padding: 70px 32px;
  background: linear-gradient(135deg, #0E8A45 0%, #0A6B35 100%);
}

.landing-testimonials-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.landing-stars {
  font-size: 1.4rem;
  color: #ffd700;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.landing-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.landing-testimonial {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: left;
}

.landing-testimonial p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 14px;
  font-style: italic;
}

.landing-testimonial span {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.85);
}

/* Final CTA */
.landing-final-cta {
  padding: 80px 32px;
  background: #0a0a0a;
  text-align: center;
}

.landing-final-inner h2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
}

.landing-final-inner > p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 28px;
}

.landing-cta-btn {
  display: inline-block;
  padding: 18px 44px;
  background: #0E8A45;
  color: #ffffff;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.2s;
  box-shadow: 0 8px 24px rgba(14, 138, 69, 0.4);
}

.landing-cta-btn:hover {
  background: #0A6B35;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(14, 138, 69, 0.55);
}

.landing-final-or {
  margin-top: 22px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.5);
}

.landing-final-or a {
  color: #14a651;
  font-weight: 600;
  text-decoration: none;
}

.landing-final-or a:hover {
  color: #0E8A45;
}

/* Minimal footer */
.landing-footer {
  background: #050505;
  padding: 28px 32px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.landing-footer p {
  margin: 4px 0;
}

.landing-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.landing-footer a:hover {
  color: #0E8A45;
}

.landing-footer-tiny {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ========== Landing Page Mobile ========== */
@media (max-width: 900px) {
  /* Hero — collapse to one column, tighten vertical space */
  .landing-hero {
    min-height: auto;
    padding: 28px 18px 48px;
  }

  .landing-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* Reorder on mobile: text first (concise) -> form -> bullets after */
  .landing-hero-text {
    display: contents; /* let children participate in parent grid via order */
  }

  .landing-hero-text .landing-eyebrow { order: 1; margin: 0 auto 14px; display: block; text-align: center; max-width: max-content; }
  .landing-hero-text .landing-headline { order: 2; text-align: center; margin-bottom: 14px; }
  .landing-hero-text .landing-sub { order: 3; text-align: center; margin: 0 auto 8px; }
  .landing-form-card { order: 4; }
  .landing-hero-text .landing-bullets { order: 5; max-width: 480px; margin: 4px auto 0; }

  .landing-headline {
    font-size: 2.15rem;
    line-height: 1.12;
  }

  .landing-sub {
    font-size: 1rem;
  }

  .landing-form-card {
    padding: 26px 20px 22px;
  }

  .landing-form-title {
    font-size: 1.4rem;
  }

  /* Trust strip */
  .landing-trust {
    padding: 22px 18px;
  }

  .landing-trust-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .landing-trust-num {
    font-size: 1.5rem;
  }

  .landing-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .landing-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .landing-section-title {
    font-size: 1.55rem;
    margin-bottom: 28px;
  }

  .landing-final-inner h2 {
    font-size: 1.7rem;
  }

  .landing-cta-btn {
    padding: 16px 32px;
    font-size: 1rem;
    width: auto;
    max-width: 100%;
  }

  .landing-bar {
    padding: 12px 18px;
  }

  .landing-phone-num {
    display: none;
  }

  .landing-services,
  .landing-testimonials,
  .landing-final-cta {
    padding: 50px 18px;
  }
}

@media (max-width: 480px) {
  .landing-form .landing-field-row {
    grid-template-columns: 80px 1fr;
  }

  .landing-form .landing-field-row .landing-field:nth-child(3) {
    grid-column: 1 / -1;
  }
}
