/**
 * Xtact strict brand layer.
 * Palette: black, white, cream, orange, gold. Strict flat color system.
 */

:root {
  --primary-color: #111111 !important;
  --secondary-color: #fbfaf7 !important;
  --accent-color: #f36c21 !important;
  --text-color: #111111 !important;
  --paragraph-color: rgba(17, 17, 17, 0.72) !important;
  --divider-color: rgba(17, 17, 17, 0.12) !important;
  --dark-divider-color: rgba(255, 255, 255, 0.14) !important;
  --white-color: #ffffff !important;
  --xtact-ink: #111111;
  --xtact-cream: #fbfaf7;
  --xtact-soft: #f4eee5;
  --xtact-orange: #f36c21;
  --xtact-gold: #f9b233;
  --default-font: "Manrope", sans-serif !important;
  --accent-font: "Bricolage Grotesque", sans-serif !important;
  --font-heading: "Bricolage Grotesque", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--xtact-cream) !important;
  color: var(--xtact-ink) !important;
  font-family: var(--default-font) !important;
  text-rendering: optimizeLegibility;
}

p,
li,
td,
th,
label,
.accordion-body {
  color: var(--paragraph-color) !important;
  font-family: var(--default-font) !important;
  letter-spacing: -0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.page-header-box h1,
.subscribe-h2 {
  color: var(--xtact-ink);
  font-family: var(--accent-font) !important;
  letter-spacing: -0.055em;
  text-transform: none !important;
}

.section-title h2 {
  max-width: 13ch;
  text-transform: none !important;
}

.section-title p,
.section-title-content p {
  max-width: 72ch;
  color: rgba(17, 17, 17, 0.68) !important;
}

.section-title .section-eyebrow {
  color: var(--xtact-orange) !important;
  font-family: var(--accent-font) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
}

.section-title .section-eyebrow::before {
  filter: none !important;
}

.hero,
.hero.parallaxie {
  background-image: url("/template/images/hero-bg.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  isolation: isolate;
  min-height: 102vh !important;
  overflow: hidden;
}

.hero::before {
  background: rgba(0, 0, 0, 0.58) !important;
  z-index: 1 !important;
}

.hero::after {
  display: none !important;
}

.hero-bg-photo img {
  filter: saturate(0.92) contrast(1.04);
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px !important;
  padding-top: clamp(30px, 5vw, 72px);
}

.hero .section-title h1 {
  max-width: 9.75ch;
  color: #ffffff !important;
  font-size: clamp(56px, 7.4vw, 108px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.07em !important;
  text-transform: none !important;
}

.hero .section-eyebrow {
  color: var(--xtact-gold) !important;
}

.hero .hero-subhead {
  max-width: 570px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  line-height: 1.55 !important;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin-top: 30px;
}

.hero-proof > div {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.hero-proof strong {
  display: block;
  color: #ffffff;
  font-family: var(--accent-font) !important;
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.hero-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

header.main-header {
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
}

header.main-header .header-sticky {
  transition: background 0.25s ease, transform 0.25s ease;
}

header.main-header .header-sticky.active {
  background: rgba(10, 10, 10, 0.86) !important;
}

.navbar-brand img {
  width: auto !important;
  max-width: min(220px, 48vw);
}

.main-menu ul li a {
  font-family: var(--accent-font) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus,
.footer-links a:hover,
.about-us a:not(.btn-default) {
  color: var(--xtact-orange) !important;
}

a:not(.btn-default):not(.navbar-brand):not(.nav-link) {
  color: var(--xtact-orange) !important;
}

.main-menu ul ul {
  background-color: var(--xtact-orange) !important;
}

.slicknav_btn,
.slicknav_menutxt,
.slicknav_icon,
.slicknav_icon-bar,
.slicknav_nav a {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.slicknav_btn {
  background: var(--xtact-orange) !important;
}

.slicknav_icon-bar {
  background-color: #ffffff !important;
}

.slicknav_nav {
  background: var(--xtact-ink) !important;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus {
  color: var(--xtact-orange) !important;
}

.btn-default {
  min-height: 50px;
  padding: 15px 22px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--xtact-orange) !important;
  color: #ffffff !important;
  font-family: var(--accent-font) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.015em;
  text-transform: none !important;
}

.btn-default:hover {
  transform: translateY(-1px);
}

.btn-default::after {
  background: var(--xtact-ink) !important;
  border-radius: 12px !important;
}

.btn-default.btn-highlighted {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.44) !important;
  color: #ffffff !important;
}

.btn-default.btn-highlighted::before {
  display: none !important;
}

.btn-default.btn-highlighted::after {
  background: var(--xtact-ink) !important;
}

.about-us,
.how-it-work,
.best-services,
.our-testimonial,
.page-contact-us,
.quick-facts,
.our-faqs,
.bg-radius-section {
  background: var(--xtact-cream) !important;
}

.about-us-info-item,
.how-work-step-item,
.best-services-item,
.partner-path-card,
.accordion-item,
.testimonial-item {
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.09) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.about-us-info-item,
.how-work-step-item,
.best-services-item,
.partner-path-card {
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.about-us-info-item:hover,
.how-work-step-item:hover,
.best-services-item:hover,
.partner-path-card:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 108, 33, 0.32) !important;
}

.about-us-info-item h3,
.how-work-step-content h3,
.best-services-item-content h3,
.partner-path-card h3 {
  color: var(--xtact-ink) !important;
  font-family: var(--accent-font) !important;
  letter-spacing: -0.04em;
  text-transform: none !important;
}

.how-work-step-content h3 span,
.fact-counter-num {
  color: var(--xtact-orange) !important;
}

.quick-facts,
.our-testimonial-box,
.main-footer {
  background: var(--xtact-ink) !important;
}

.quick-facts .section-title h2,
.quick-facts .section-title-content p,
.quick-facts .service-footer p,
.quick-facts .service-footer a,
.our-testimonial .testimonial-content p,
.our-testimonial .author-content p,
.our-testimonial .author-content h3,
.our-faqs .section-title h2,
.our-faqs .accordion-button,
.our-faqs .accordion-body p {
  color: #ffffff !important;
}

.quick-facts .fact-counter-item {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1a1a1a !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.fact-counter-item h3,
.fact-counter-item p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.fact-counter-num {
  color: #ffffff !important;
  font-family: var(--accent-font) !important;
  font-weight: 700 !important;
}

.contrarian-line {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.accordion-button {
  background: transparent !important;
  font-family: var(--accent-font) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
}

/* FAQ: readable minimal section, not the original orange/dark template block */
.our-faqs,
.our-faqs.parallaxie {
  margin-top: 0 !important;
  padding: clamp(80px, 8vw, 130px) 0 !important;
  background: var(--xtact-cream) !important;
  background-image: none !important;
  background-attachment: scroll !important;
  border-radius: 0 !important;
}

.our-faqs .section-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-items: flex-start;
}

.our-faqs .section-title {
  position: sticky;
  top: 120px;
}

.our-faqs .section-title h2 {
  color: var(--xtact-ink) !important;
  max-width: 10ch;
  font-size: clamp(42px, 6vw, 76px) !important;
  line-height: 0.95 !important;
  text-transform: none !important;
}

.our-faqs .section-title p {
  color: rgba(17, 17, 17, 0.68) !important;
}

.faq-accordion {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.faq-accordion .accordion-item {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 0 !important;
}

.faq-accordion .accordion-button {
  width: 100%;
  padding: 24px 40px 24px 0 !important;
  color: var(--xtact-ink) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.15 !important;
  text-align: left;
}

.faq-accordion .accordion-button::after,
.faq-accordion .accordion-button.collapsed::after {
  right: 0 !important;
  color: var(--xtact-orange) !important;
  font-size: 18px !important;
}

.our-faqs .accordion-body {
  padding: 0 40px 24px 0 !important;
}

.our-faqs .accordion-body p {
  max-width: 62ch;
  margin: 0 !important;
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.contact-form,
.contact-details-box {
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: none !important;
}

.contact-form {
  padding: clamp(28px, 4vw, 54px) !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.form-control {
  min-height: 54px;
  border: 1px solid rgba(17, 17, 17, 0.13) !important;
  border-radius: 12px !important;
  background: var(--xtact-cream) !important;
  font-family: var(--default-font) !important;
}

.form-control:focus {
  border-color: rgba(243, 108, 33, 0.65) !important;
  box-shadow: 0 0 0 4px rgba(243, 108, 33, 0.13) !important;
}

.brand-proof-label {
  margin-bottom: 22px;
  color: rgba(17, 17, 17, 0.54);
  font-family: var(--accent-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.brand-partner-strip {
  padding: clamp(44px, 5vw, 72px) 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.brand-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.client-slider-box .client-logo,
.brand-partner-logo {
  min-height: 118px;
  padding: 18px 20px !important;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.brand-partner-logo img {
  width: auto !important;
  max-width: 190px !important;
  height: 46px !important;
  max-height: 46px !important;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

.brand-partner-name {
  color: rgba(17, 17, 17, 0.58);
  font-family: var(--accent-font);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.page-header {
  background-image: url("/template/images/page-header-bg.jpg") !important;
  background-position: center 42% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.page-header::before {
  display: block !important;
  background: rgba(0, 0, 0, 0.48) !important;
}

.page-header-box h1 {
  color: #ffffff !important;
  font-size: clamp(46px, 7vw, 88px) !important;
  letter-spacing: -0.055em !important;
  text-transform: none !important;
}

.page-header-subtitle {
  color: rgba(255, 255, 255, 0.86) !important;
}

.footer-header {
  padding: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.cb-cursor:before {
  background: var(--xtact-orange) !important;
}

.cb-cursor,
.cb-cursor-text {
  display: none !important;
}

.xtact-rule {
  border-color: rgba(17, 17, 17, 0.14) !important;
}

.xtact-callout-rule {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.quick-facts .xtact-callout-rule {
  border-color: rgba(255, 255, 255, 0.22);
}

.xtact-table-wrap {
  overflow-x: auto;
}

.xtact-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 15px;
}

.xtact-table th,
.xtact-table td {
  padding: 12px;
  text-align: left;
}

.xtact-table thead tr {
  border-bottom: 2px solid var(--xtact-ink);
}

.xtact-table tbody tr {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.xtact-table tbody tr:nth-child(even) {
  background: rgba(17, 17, 17, 0.025);
}

.xtact-table td:first-child {
  font-weight: 700;
}

.xtact-note {
  margin-top: 16px;
  color: rgba(17, 17, 17, 0.58) !important;
  font-size: 13px !important;
  font-style: italic;
}

/* Value split: editorial, not card-based */
.value-split .about-us-content .section-title {
  margin-bottom: 36px;
}

.value-split .about-us-info-list {
  display: grid;
  gap: 0;
  margin-top: 8px;
  margin-bottom: 34px;
  padding-top: 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.14) !important;
}

.value-split .about-us-info-item {
  margin: 0 !important;
  padding: 24px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.value-split .about-us-info-item:hover {
  transform: none !important;
  border-color: rgba(17, 17, 17, 0.14) !important;
}

.value-split .about-us-info-item h3 {
  margin-bottom: 10px !important;
  padding-left: 0 !important;
  font-size: clamp(21px, 2vw, 28px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
}

.value-split .about-us-info-item h3::before,
.value-split .about-us-info-item h3:before {
  content: none !important;
  display: none !important;
}

.value-split .about-us-info-item p {
  max-width: 58ch;
  color: rgba(17, 17, 17, 0.7) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.value-split .about-us-btn {
  margin-top: 4px;
}

.value-split .about-us-btn .btn-default {
  min-width: 0 !important;
  padding: 15px 22px !important;
  background: var(--xtact-ink) !important;
}

.value-split .about-us-btn .btn-default::before,
.value-split .about-us-btn .btn-default:before {
  content: none !important;
  display: none !important;
}

.value-split .company-timing {
  display: none !important;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 92px;
  }

  .hero {
    min-height: auto !important;
    padding-top: 180px !important;
    padding-bottom: 96px !important;
  }

  .hero .section-title h1 {
    font-size: clamp(50px, 14vw, 76px) !important;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .hero-btn .btn-default.btn-highlighted {
    margin-left: 0 !important;
  }

  .section-title h2 {
    max-width: 14ch;
  }

  .brand-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .btn-default {
    width: 100%;
    text-align: center;
  }

  .brand-partner-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   DESIGN SYSTEM v2 — EDITORIAL POLISH (2026-05-22)
   Goal: close the "customized template vs designed-by-a-designer" gap
   surfaced by the visual-design notebook audit.
   Framework: Mathematical Intentionality over Safe Defaults.
   Touchpoints: 8-point grid, modular type scale, asymmetric easing,
   border declutter, asymmetric hero, tightened measures.
   ============================================================ */

:root {
  /* 8-point spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  /* Modular type scale (1.25, major third) anchored to body 17px */
  --type-body: 17px;
  --type-lg: 21px;
  --type-h6: 21px;
  --type-h5: 26px;
  --type-h4: 32px;
  --type-h3: 42px;
  --type-h2: 52px;
  --type-h1: 81px;

  /* Asymmetric motion easings (physical-weight) */
  --ease-enter: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-exit:  cubic-bezier(0.4, 0,   0.6, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 180ms;
  --dur-base: 240ms;
  --dur-slow: 360ms;
}

/* --- Modular type scale: h2–h6 fluid clamps ---
   Anchored to the scale above with a viewport-coupled middle.
   h1 stays governed by the hero/page-header rules already in this file. */
.section-title h2,
h2:not(.section-title h2):not(.our-faqs h2):not(.subscribe-h2) {
  font-size: clamp(34px, 4.2vw, var(--type-h2)) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
}
h3 {
  font-size: clamp(26px, 2.6vw, var(--type-h3)) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}
h4 {
  font-size: clamp(22px, 2vw, var(--type-h4)) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}
h5 { font-size: var(--type-h5) !important; line-height: 1.2 !important; letter-spacing: -0.02em !important; }
h6 { font-size: var(--type-h6) !important; line-height: 1.25 !important; letter-spacing: -0.015em !important; }

/* Card heading override — preserve the existing tighter card h3 sizing
   so the modular scale doesn't oversize them in compact contexts. */
.about-us-info-item h3,
.how-work-step-content h3,
.best-services-item-content h3,
.partner-path-card h3 {
  font-size: clamp(22px, 1.8vw, 26px) !important;
  line-height: 1.15 !important;
}

/* --- Border declutter ---
   The notebook flagged 1px borders on cards as the #1 template tell.
   Strip the hairline; differentiate surface with cream-on-white instead. */
.about-us-info-item,
.how-work-step-item,
.best-services-item,
.partner-path-card,
.testimonial-item {
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.04), 0 1px 2px rgba(17, 17, 17, 0.03) !important;
}

/* On cream sections, surface lifts via warm white. */
.about-us .about-us-info-item,
.best-services .best-services-item,
.how-it-work .how-work-step-item,
.partner-path-card {
  background: #ffffff !important;
}

/* --- Asymmetric hover motion ---
   Replace the symmetric `0.25s ease` transitions with calculated easings.
   Enter: snappy (180ms, expo-out). Rest: lethargic (360ms, ease-back). */
.about-us-info-item,
.how-work-step-item,
.best-services-item,
.partner-path-card,
.testimonial-item,
.btn-default {
  transition:
    transform var(--dur-fast) var(--ease-out-expo),
    box-shadow var(--dur-fast) var(--ease-out-expo),
    border-color var(--dur-fast) var(--ease-out-expo) !important;
}

.about-us-info-item:hover,
.how-work-step-item:hover,
.best-services-item:hover,
.partner-path-card:hover,
.testimonial-item:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(17, 17, 17, 0.05),
    0 10px 32px rgba(17, 17, 17, 0.08),
    0 24px 64px rgba(17, 17, 17, 0.06) !important;
  border-color: transparent !important;
}

.btn-default:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(243, 108, 33, 0.28);
}

/* --- 8-point grid alignment fixes ---
   Snap arbitrary values found in earlier blocks to the spacing scale. */
.hero-proof {
  gap: var(--space-3) !important;          /* was 10px */
  margin-top: var(--space-8) !important;   /* was 30px */
}
.hero-proof > div {
  padding: var(--space-5) var(--space-4) !important; /* 20/16 — was 18/16 */
}

.partner-path-card {
  padding: var(--space-8) var(--space-8) !important; /* 32/32 — was 32/28 */
}

.brand-partner-logo,
.client-slider-box .client-logo {
  gap: var(--space-3) !important;          /* was 12 */
  padding: var(--space-5) var(--space-5) !important; /* was 18/20 */
}

.brand-partner-grid {
  gap: var(--space-3) !important;          /* was 12 */
}

/* --- Body measure discipline ---
   Cap paragraph widths so no body text runs to a generic container edge. */
.about-us-info-item p,
.how-work-step-content p,
.best-services-item-content p,
.partner-path-card p,
.testimonial-content p {
  max-width: 38ch;
}

/* Long-form section paragraphs (audited again at 65ch — 72 was wide). */
.section-title p,
.section-title-content p,
.about-us-content p:not(.hero-subhead) {
  max-width: 65ch !important;
}

/* --- 6:3:1 color discipline ---
   The accent should command attention, not litter the layout. Body link
   color was orange (full saturation) for ANY non-button anchor — soften
   to ink so orange stays reserved for primary CTAs + eyebrows + numerals. */
a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow) {
  color: var(--xtact-ink) !important;
  text-decoration-color: rgba(243, 108, 33, 0.5) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  transition: color var(--dur-fast) var(--ease-out-expo);
}
a:not(.btn-default):not(.navbar-brand):not(.nav-link):not(.section-eyebrow):hover {
  color: var(--xtact-orange) !important;
}

/* --- Editorial hero v2 ---
   Calculated asymmetry: content owns ~7 of 12 columns with a deliberate
   bastard-measure gutter on the right. Add an oversized hairline rule
   plus a vertical brand mark in the negative-space column. */
@media (min-width: 992px) {
  .hero .container {
    max-width: 1320px !important;
  }
  .hero .row.align-items-center {
    align-items: stretch !important;
  }
  .hero .hero-content {
    max-width: none !important;
    padding-right: clamp(40px, 6vw, 120px); /* skinny gutter on the right */
  }
  .hero .hero-content > * {
    max-width: 760px;
  }
  /* Vertical brand mark in the negative-space column (decorative only). */
  .hero .hero-content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(24px, 3vw, 56px);
    transform: translateY(-50%);
    width: 1px;
    height: clamp(180px, 28vw, 380px);
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.35) 30%,
      rgba(255, 255, 255, 0.35) 70%,
      rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
  }
  .hero .hero-content {
    position: relative;
  }
}

/* Hero-proof: tighten to editorial inline numeral block (was card-y). */
.hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: var(--space-6);
}
.hero-proof > div {
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 !important;
  padding: var(--space-2) var(--space-5) !important;
}
.hero-proof > div:last-child {
  border-right: 0;
}
.hero-proof > div:first-child {
  padding-left: 0 !important;
}

/* --- Hero stamp: editorial credential strip above the eyebrow ---
   Small caps, locked tracking, hairline rule below. Designer-grade
   "metadata header" treatment. */
.hero .hero-stamp {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: 0 0 var(--space-6);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--accent-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}
.hero .hero-stamp > span[aria-hidden="true"] {
  color: var(--xtact-gold);
  opacity: 0.7;
}

/* --- Eyebrow refinement ---
   Section eyebrow is the #1 designer signal — tighten letterforms,
   strip the icon crutch on the hero, replace with a colored leading rule. */
.section-title .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding-left: 0 !important;
}
.section-title .section-eyebrow::before {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 28px !important;
  height: 1px !important;
  background: currentColor !important;
  display: inline-block;
}
.hero .section-eyebrow::before {
  background: var(--xtact-gold) !important;
}

/* --- Sticky-mobile-CTA, footer-header: snap to 8-point ---
   Removes the last "almost-on-the-grid" tells. */
.footer-header {
  padding: var(--space-8) !important; /* was 28px */
}

/* --- Vertical rhythm: section padding ---
   Force every full-width section to a consistent rhythm anchored to
   the spacing scale. Override Bootstrap's `py-5` and template defaults. */
section,
.about-us,
.how-it-work,
.best-services,
.our-testimonial,
.page-contact-us,
.quick-facts,
.our-faqs,
.bg-radius-section,
.brand-partner-strip {
  padding-top: clamp(var(--space-16), 8vw, var(--space-24)) !important;
  padding-bottom: clamp(var(--space-16), 8vw, var(--space-24)) !important;
}

/* The faqs section already has its own padding rule with clamp; keep it. */

/* --- Subgrid for card rows (where Bootstrap row > col-* applies) ---
   Forces CTA buttons in a row of cards to align horizontally regardless
   of body-copy length above them. Progressive enhancement — falls back
   to flex on unsupported browsers. */
@supports (grid-template-rows: subgrid) {
  .row:has(> [class*="col-lg-4"] .partner-path-card),
  .row:has(> [class*="col-lg-4"] .best-services-item),
  .row:has(> [class*="col-lg-4"] .how-work-step-item) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-6);
  }
  .row:has(> [class*="col-lg-4"] .partner-path-card) > [class*="col-lg-4"],
  .row:has(> [class*="col-lg-4"] .best-services-item) > [class*="col-lg-4"],
  .row:has(> [class*="col-lg-4"] .how-work-step-item) > [class*="col-lg-4"] {
    max-width: none;
    flex: none;
    width: auto;
    padding: 0;
  }
  .partner-path-card,
  .best-services-item,
  .how-work-step-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}

/* --- Selection style — small but designerly. --- */
::selection {
  background: var(--xtact-orange);
  color: #ffffff;
}

/* ============================================================
   DESIGN SYSTEM v3 - SUNRUN-LEVEL CONVERSION POLISH (2026-05-25)
   Big confidence hero, plan clarity, static proof, and quote-first flow.
   ============================================================ */

*,
*::before,
*::after {
  letter-spacing: 0 !important;
}

body {
  background: var(--xtact-cream) !important;
  font-size: 16px;
}

.container {
  max-width: 1220px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.page-header-box h1,
.subscribe-h2 {
  letter-spacing: 0 !important;
}

p,
li,
td,
th,
label,
.accordion-body {
  letter-spacing: 0 !important;
}

.section-title .section-eyebrow,
.hero .hero-stamp,
.brand-proof-label,
.brand-partner-name,
.hero-quote-kicker {
  letter-spacing: 0.08em !important;
}

header.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}

header.main-header .header-sticky {
  padding: 0 !important;
}

header.main-header .header-sticky.active {
  background: rgba(17, 17, 17, 0.94) !important;
  backdrop-filter: blur(18px);
}

.navbar {
  min-height: 76px;
  padding: 0 !important;
}

.navbar-brand img {
  max-width: 132px !important;
}

.main-menu ul li a {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.header-btn .btn-default {
  min-height: 42px;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
}

.btn-default {
  border-radius: 8px !important;
  box-shadow: none !important;
}

.btn-default::before {
  display: none !important;
}

.btn-default::after {
  border-radius: 8px !important;
}

.hero,
.hero.parallaxie {
  min-height: 820px !important;
  padding: 128px 0 74px !important;
  display: flex;
  align-items: center;
  background-position: center center !important;
}

.hero::before {
  background: rgba(0, 0, 0, 0.58) !important;
}

.hero .row {
  row-gap: 36px;
}

.hero .hero-content {
  max-width: 720px !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.hero .hero-content::after {
  display: none !important;
}

.hero .hero-stamp {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.hero .section-title h1 {
  max-width: 10.8ch !important;
  margin-bottom: 22px !important;
  font-size: clamp(64px, 7vw, 112px) !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
}

.hero .hero-subhead {
  max-width: 625px !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.48 !important;
}

.hero-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-btn .btn-default {
  min-height: 52px;
  padding: 17px 22px !important;
}

.hero-btn .btn-highlighted {
  margin-left: 0 !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.hero-proof {
  max-width: 680px;
  margin-top: 34px !important;
  padding-top: 22px !important;
}

.hero-proof strong {
  font-size: clamp(31px, 2.6vw, 44px);
}

.hero-proof span {
  max-width: 15ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.hero-quote-card {
  max-width: 430px;
  margin-left: auto;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(251, 250, 247, 0.96);
  color: var(--xtact-ink);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.hero-quote-card h2 {
  margin: 0 0 22px;
  color: var(--xtact-ink) !important;
  font-size: clamp(30px, 2.7vw, 42px) !important;
  line-height: 1.02 !important;
}

.hero-quote-kicker {
  margin: 0 0 14px;
  color: var(--xtact-orange) !important;
  font-family: var(--accent-font);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-quote-card ul {
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.hero-quote-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  color: rgba(17, 17, 17, 0.72) !important;
  line-height: 1.45;
}

.hero-quote-card li strong {
  color: var(--xtact-orange);
  font-family: var(--accent-font);
  font-size: 18px;
}

.hero-quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border-radius: 8px;
  background: var(--xtact-ink);
  color: #ffffff !important;
  font-family: var(--accent-font);
  font-weight: 800;
  text-decoration: none !important;
}

.brand-partner-strip {
  padding: 44px 0 !important;
  background: #ffffff !important;
}

.brand-proof-label {
  margin-bottom: 18px;
  color: rgba(17, 17, 17, 0.48);
  font-size: 11px;
}

.brand-partner-grid {
  gap: 14px !important;
}

.brand-partner-logo {
  min-height: 98px !important;
  border-radius: 12px !important;
  background: var(--xtact-cream) !important;
  box-shadow: none !important;
}

.brand-partner-logo img {
  max-width: 160px !important;
  height: 34px !important;
}

section,
.about-us,
.how-it-work,
.best-services,
.our-testimonial,
.page-contact-us,
.quick-facts,
.our-faqs,
.bg-radius-section {
  padding-top: clamp(78px, 7vw, 112px) !important;
  padding-bottom: clamp(78px, 7vw, 112px) !important;
}

.section-title h2,
h2:not(.section-title h2):not(.our-faqs h2):not(.subscribe-h2) {
  max-width: 12ch;
  font-size: clamp(38px, 4.7vw, 68px) !important;
  line-height: 0.98 !important;
}

.section-title p,
.section-title-content p {
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.value-split {
  background: var(--xtact-cream) !important;
}

.value-split .about-us-images {
  max-width: 520px;
  margin-left: auto;
}

.value-split .about-img-1 figure,
.value-split .about-img-2 figure,
.how-work-image figure,
.best-services-image figure {
  overflow: hidden;
  border-radius: 18px !important;
}

.value-split .about-img-1 img,
.value-split .about-img-2 img,
.how-work-image img,
.best-services-image img {
  filter: saturate(0.9) contrast(1.04);
}

.how-it-work {
  background: #ffffff !important;
}

.xtact-plan-section {
  padding: clamp(86px, 8vw, 124px) 0 !important;
  background: #ffffff;
}

.xtact-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  margin-bottom: 38px;
}

.xtact-section-copy p {
  max-width: 58ch;
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.xtact-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.xtact-plan-card {
  min-height: 360px;
  padding: clamp(26px, 3vw, 34px);
  border-radius: 16px;
  background: var(--xtact-cream);
}

.xtact-plan-card:nth-child(2) {
  background: var(--xtact-ink);
}

.xtact-plan-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: rgba(243, 108, 33, 0.12);
  color: var(--xtact-orange);
  font-family: var(--accent-font);
  font-size: 13px;
  font-weight: 800;
}

.xtact-plan-card h3 {
  max-width: 9ch;
  margin-bottom: 14px;
  color: var(--xtact-ink) !important;
  font-size: clamp(28px, 2.5vw, 38px) !important;
  line-height: 1.03 !important;
}

.xtact-plan-card p {
  max-width: 34ch;
  color: rgba(17, 17, 17, 0.66) !important;
  line-height: 1.6 !important;
}

.xtact-plan-card strong {
  display: block;
  margin-top: 24px;
  color: var(--xtact-ink);
  font-family: var(--accent-font);
  font-size: 15px;
}

.xtact-plan-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--xtact-ink) !important;
  font-family: var(--accent-font);
  font-weight: 800;
  text-decoration: none !important;
}

.xtact-plan-card:nth-child(2) h3,
.xtact-plan-card:nth-child(2) strong,
.xtact-plan-card:nth-child(2) a {
  color: #ffffff !important;
}

.xtact-plan-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.xtact-plan-banner {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 16px;
  background: var(--xtact-soft);
}

.xtact-plan-banner h3 {
  margin: 0;
  color: var(--xtact-ink) !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1.04 !important;
}

.xtact-plan-banner p:not(.section-eyebrow) {
  max-width: 58ch;
  margin: 0;
  color: rgba(17, 17, 17, 0.68) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.how-work-image-title {
  display: none !important;
}

.how-work-step-item {
  align-items: flex-start !important;
  padding: 26px !important;
  border-radius: 14px !important;
}

.how-work-step-item .icon-box,
.best-services-item .icon-box {
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px;
  background: rgba(243, 108, 33, 0.1);
}

.how-work-step-item .icon-box img,
.best-services-item .icon-box img {
  width: 24px !important;
  height: 24px !important;
  filter: none !important;
}

.how-work-step-content h3 span {
  display: inline-block;
  margin-right: 4px;
  color: var(--xtact-orange) !important;
}

.how-work-step-link a {
  color: var(--xtact-ink) !important;
  font-weight: 800;
}

.best-services {
  background: var(--xtact-cream) !important;
}

.xtact-why-section {
  padding: clamp(86px, 8vw, 124px) 0 !important;
  background: var(--xtact-cream);
}

.xtact-why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
}

.xtact-why-copy .section-title {
  max-width: 650px;
  margin-bottom: 32px;
}

.xtact-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xtact-why-card {
  min-height: 236px;
  padding: 26px;
  border-radius: 14px;
  background: #ffffff;
}

.xtact-why-card span {
  display: block;
  margin-bottom: 26px;
  color: var(--xtact-orange);
  font-family: var(--accent-font);
  font-size: 13px;
  font-weight: 800;
}

.xtact-why-card h3 {
  max-width: 10ch;
  margin-bottom: 12px;
  color: var(--xtact-ink) !important;
  font-size: clamp(23px, 2vw, 30px) !important;
  line-height: 1.08 !important;
}

.xtact-why-card p {
  max-width: 36ch;
  color: rgba(17, 17, 17, 0.66) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.xtact-why-photo {
  position: sticky;
  top: 108px;
  align-self: start;
  overflow: hidden;
  min-height: 640px;
  border-radius: 18px;
  background: var(--xtact-ink);
  background-image: url("/template/images/what-we-do-img.jpg");
  background-position: center center;
  background-size: cover;
}

.xtact-why-photo img {
  display: none;
}

.xtact-why-photo > div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 22px;
  border-radius: 14px;
  background: rgba(251, 250, 247, 0.95);
}

.xtact-why-photo strong {
  display: block;
  color: var(--xtact-ink);
  font-family: var(--accent-font);
  font-size: 34px;
  line-height: 1;
}

.xtact-why-photo span {
  display: block;
  margin-top: 8px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.45;
}

.best-services-box-content {
  align-items: stretch !important;
  gap: 28px;
}

.best-services-content,
.best-services-image {
  border-radius: 18px !important;
}

.best-services-body {
  margin-top: 28px !important;
}

.contact-now-circle {
  display: none !important;
}

.best-services-box {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
}

.best-services-item {
  min-height: 230px;
  padding: 26px !important;
  border-radius: 14px !important;
}

.xtact-proof-section,
.xtact-proof-section .our-testimonial-box {
  background: var(--xtact-ink) !important;
  border-radius: 0 !important;
}

.xtact-proof-row {
  row-gap: 34px;
}

.xtact-proof-copy h2 {
  max-width: 11ch;
  margin-bottom: 18px;
  color: #ffffff !important;
  font-size: clamp(42px, 5.4vw, 78px) !important;
  line-height: 0.96 !important;
}

.xtact-proof-copy p:not(.section-eyebrow) {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

.xtact-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 560px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.14);
}

.xtact-guarantee-grid > div {
  padding: 20px;
  background: #181818;
}

.xtact-guarantee-grid strong {
  display: block;
  color: #ffffff;
  font-family: var(--accent-font);
  font-size: 34px;
  line-height: 1;
}

.xtact-guarantee-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.xtact-review-stack {
  display: grid;
  gap: 14px;
}

.xtact-review-card {
  padding: 24px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.xtact-review-card .testimonial-author-info {
  margin-bottom: 16px !important;
}

.xtact-review-card .author-content h3 {
  color: var(--xtact-ink) !important;
  font-size: 18px !important;
}

.xtact-review-card .author-content p,
.xtact-review-card .testimonial-content p {
  color: rgba(17, 17, 17, 0.68) !important;
}

.xtact-review-card .testimonial-content p {
  max-width: none;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.xtact-review-card .testimonial-rating {
  color: var(--xtact-orange);
  font-size: 12px;
}

.xtact-partner-proof {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.xtact-partner-proof p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 13px !important;
}

.xtact-partner-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.xtact-partner-proof-grid .company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 14px;
  border-radius: 10px;
  background: #ffffff;
}

.xtact-partner-proof-grid img {
  max-width: 140px;
  max-height: 32px;
  object-fit: contain;
  filter: none !important;
}

.quick-facts {
  background: var(--xtact-ink) !important;
  border-radius: 0 !important;
}

.xtact-numbers-row {
  margin-top: 18px;
}

.quick-facts .section-title h2 {
  max-width: 11ch;
  color: #ffffff !important;
}

.quick-facts .section-title-content p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.fact-counter-box {
  display: grid;
  gap: 14px;
}

.quick-facts .fact-counter-item {
  min-height: 178px;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #181818 !important;
}

.fact-counter-item h3 {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.fact-counter-num {
  margin: 8px 0;
  color: #ffffff !important;
  font-size: clamp(38px, 4vw, 54px) !important;
}

.fact-counter-item p {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12px !important;
}

.xtact-quote-runway {
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 18px;
  background: var(--xtact-cream);
}

.xtact-quote-runway .section-eyebrow {
  color: var(--xtact-orange) !important;
}

.xtact-quote-runway h3 {
  margin: 0 0 22px;
  color: var(--xtact-ink) !important;
  font-size: clamp(32px, 3.4vw, 48px) !important;
  line-height: 1.02 !important;
}

.xtact-runway-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.xtact-runway-list span {
  padding: 12px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: #ffffff;
  color: rgba(17, 17, 17, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.quick-facts .service-footer {
  max-width: 900px;
  margin: 44px auto 0 !important;
  text-align: center;
}

.quick-facts .service-footer p,
.quick-facts .service-footer a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.quick-facts .service-footer a {
  color: #ffffff !important;
  font-weight: 800;
}

.page-contact-us {
  background: var(--xtact-cream) !important;
}

.contact-details-box,
.contact-form {
  border-radius: 18px !important;
}

.contact-details-box {
  background: var(--xtact-ink) !important;
}

.contact-info-list {
  padding: 34px !important;
}

.contact-info-content .section-eyebrow,
.contact-info-content h2,
.contact-info-list p {
  color: #ffffff !important;
}

.contact-info-list p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.member-contect-form.contact-form {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.form-control {
  border-radius: 8px !important;
  background: #ffffff !important;
}

.our-faqs {
  background: #ffffff !important;
}

.our-faqs .section-title h2 {
  max-width: 8ch;
}

.faq-accordion .accordion-button {
  font-size: clamp(18px, 1.8vw, 23px) !important;
}

.main-footer {
  padding-top: 70px !important;
  border-radius: 0 !important;
}

.footer-header {
  border-radius: 16px !important;
  background: #181818 !important;
}

.footer-logo img {
  max-width: 150px !important;
}

.footer-contact-content h4,
.footer-links h4 {
  color: #ffffff !important;
  font-size: 14px !important;
}

.footer-contact-content p,
.footer-contact-content a,
.footer-links p,
.footer-links a,
.footer-copyright-text p {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* ============================================================
   FINAL MOBILE + TEMPLATE REPAIR PASS (2026-05-25)
   Removes legacy cursor/animation artifacts, fixes mobile cards,
   turns wide tables into cards, and tightens footer/quote flow.
   ============================================================ */

:root {
  --default-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  --accent-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.wow {
  visibility: visible !important;
  animation: none !important;
}

#magic-cursor,
.mouse-cursor,
.cursor-inner,
.cursor-outer,
.cb-cursor,
.cb-cursor-text,
[class*="magic-cursor"],
[class*="mouse-cursor"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.main-footer,
.main-footer li,
.main-footer p,
.main-footer a,
.main-footer span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.main-footer h3,
.main-footer h4,
.footer-contact-content h3,
.footer-contact-content h4,
.footer-links h3,
.footer-links h4 {
  color: #ffffff !important;
}

.main-footer a:hover {
  color: #ffffff !important;
}

.quote-only-contact {
  background: #fbfaf7 !important;
}

.quote-only-contact .contact-form {
  padding: clamp(28px, 5vw, 52px) !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(249, 178, 51, 0.12), rgba(255, 255, 255, 0) 38%),
    #ffffff !important;
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.08) !important;
}

.quote-only-contact .section-title h2 {
  max-width: 11ch !important;
}

.main-footer {
  padding-top: clamp(48px, 6vw, 76px) !important;
  padding-bottom: 28px !important;
}

.main-footer .container > .row:first-child {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 24px;
}

.main-footer .container > .row:first-child > .col-lg-12 {
  grid-column: 1 / -1;
  width: auto !important;
  max-width: none !important;
}

.main-footer .container > .row:first-child > .col-lg-6 {
  grid-column: span 2;
  width: auto !important;
  max-width: none !important;
}

.main-footer .container > .row:first-child > .col-lg-2 {
  grid-column: span 1;
  width: auto !important;
  max-width: none !important;
}

.footer-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.footer-contact-box {
  display: flex !important;
  gap: 24px !important;
  flex-wrap: wrap;
}

.footer-contact-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.footer-contact-item .icon-box {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.footer-contact-item .icon-box img {
  filter: invert(1) brightness(1.5) !important;
}

.footer-links {
  margin: 0 !important;
}

.footer-links ul {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-links li {
  margin: 0 !important;
}

.about-footer p {
  max-width: 46ch !important;
  line-height: 1.65 !important;
}

.footer-copyright {
  margin-top: 32px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 991px) {
  .main-header .header-btn {
    display: none !important;
  }

  .main-footer {
    padding-top: 44px !important;
  }

  .main-footer .container > .row:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .main-footer .container > .row:first-child > .col-lg-12,
  .main-footer .container > .row:first-child > .col-lg-6 {
    grid-column: 1 / -1;
  }

  .main-footer .container > .row:first-child > .col-lg-2 {
    grid-column: span 1;
  }

  .footer-header {
    align-items: flex-start !important;
    flex-direction: column !important;
    border-radius: 14px !important;
    padding: 24px !important;
  }

  .footer-contact-box {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .footer-links h4,
  .footer-contact-content h4 {
    margin-bottom: 10px !important;
    font-size: 12px !important;
    letter-spacing: 0.14em !important;
  }

  .footer-links a,
  .footer-links p,
  .footer-contact-content p,
  .footer-contact-content a {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .footer-copyright {
    margin-top: 24px !important;
  }
}

@media (max-width: 767px) {
  .row:has(> [class*="col-lg-4"] .partner-path-card),
  .row:has(> [class*="col-lg-4"] .best-services-item),
  .row:has(> [class*="col-lg-4"] .how-work-step-item) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .row:has(> [class*="col-lg-4"] .partner-path-card) > [class*="col-"],
  .row:has(> [class*="col-lg-4"] .best-services-item) > [class*="col-"],
  .row:has(> [class*="col-lg-4"] .how-work-step-item) > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .partner-path-card,
  .best-services-item,
  .how-work-step-item {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  .partner-path-card .btn-default,
  .best-services-item .btn-default,
  .how-work-step-item .btn-default {
    width: fit-content !important;
    max-width: 100% !important;
  }

  .xtact-table-wrap {
    overflow: visible !important;
  }

  .xtact-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .xtact-table thead {
    display: none !important;
  }

  .xtact-table tbody,
  .xtact-table tr,
  .xtact-table td {
    display: block !important;
    width: 100% !important;
  }

  .xtact-table tr {
    margin: 0 0 14px !important;
    padding: 16px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 34px rgba(17, 17, 17, 0.05) !important;
  }

  .xtact-table td {
    padding: 8px 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .xtact-table td:first-child {
    padding-top: 0 !important;
    color: #111111 !important;
    font-size: 16px !important;
  }

  .xtact-table td + td {
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  }

  .quote-only-contact .contact-form {
    padding: 24px 18px !important;
    border-radius: 14px !important;
  }

  .page-contact-us .row.align-items-center {
    gap: 24px !important;
  }

  .main-footer .container > .row:first-child {
    grid-template-columns: 1fr !important;
  }

  .main-footer .container > .row:first-child > .col-lg-2,
  .main-footer .container > .row:first-child > .col-lg-6,
  .main-footer .container > .row:first-child > .col-lg-12 {
    grid-column: 1 / -1 !important;
  }
}

/* Footer text must stay readable after the global paragraph/list color rules. */
.main-footer,
.main-footer li,
.main-footer p,
.main-footer a,
.main-footer span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.main-footer h3,
.main-footer h4,
.footer-contact-content h3,
.footer-contact-content h4,
.footer-links h3,
.footer-links h4 {
  color: #ffffff !important;
}

.main-footer a:hover {
  color: #ffffff !important;
}

/* Footer text must stay readable after the global paragraph/list color rules. */
.main-footer,
.main-footer li,
.main-footer p,
.main-footer a,
.main-footer span {
  color: rgba(255, 255, 255, 0.72) !important;
}

.main-footer h3,
.main-footer h4,
.footer-contact-content h3,
.footer-contact-content h4,
.footer-links h3,
.footer-links h4 {
  color: #ffffff !important;
}

.main-footer a:hover {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .navbar {
    min-height: 68px;
  }

  .hero,
  .hero.parallaxie {
    min-height: auto !important;
    display: block;
    padding: 98px 0 58px !important;
  }

  .hero .hero-content {
    max-width: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero .row.align-items-center {
    min-height: auto !important;
    align-items: flex-start !important;
  }

  .hero .section-title h1 {
    max-width: 11ch !important;
    margin-bottom: 16px !important;
    font-size: clamp(42px, 11vw, 58px) !important;
    line-height: 0.98 !important;
  }

  .hero .hero-subhead {
    font-size: 16px !important;
    line-height: 1.52 !important;
  }

  .hero-btn {
    margin-top: 22px;
  }

  .hero-quote-card {
    max-width: none;
    margin: 24px 0 0;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-proof > div {
    padding: 8px 12px !important;
  }

  .best-services-box,
  .xtact-plan-grid,
  .xtact-section-grid,
  .xtact-plan-banner,
  .xtact-why-layout,
  .xtact-why-grid,
  .xtact-guarantee-grid,
  .xtact-partner-proof-grid {
    grid-template-columns: 1fr;
  }

  .xtact-plan-card {
    min-height: auto;
  }

  .xtact-why-photo {
    position: relative;
    top: auto;
    min-height: 480px;
  }

  .xtact-why-photo img {
    min-height: 480px;
  }

  .xtact-runway-list {
    grid-template-columns: 1fr;
  }

  .quick-facts .fact-counter-item {
    min-height: 154px;
  }
}

@media (max-width: 575px) {
  body {
    padding-bottom: 86px;
  }

  .hero .hero-stamp {
    gap: 6px;
    margin-bottom: 14px;
    font-size: 10px;
  }

  .hero-btn {
    display: grid;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 14px 0 !important;
  }

  .hero-proof > div:last-child {
    border-bottom: 0;
  }

  .brand-partner-grid,
  .xtact-partner-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-title h2,
  h2:not(.section-title h2):not(.our-faqs h2):not(.subscribe-h2) {
    font-size: clamp(32px, 9vw, 44px) !important;
    line-height: 1.02 !important;
  }

  .best-services-item,
  .how-work-step-item {
    min-height: auto;
    padding: 22px !important;
  }

  section,
  .about-us,
  .how-it-work,
  .best-services,
  .our-testimonial,
  .page-contact-us,
  .quick-facts,
  .our-faqs,
  .bg-radius-section,
  .xtact-plan-section,
  .xtact-why-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .d-lg-none .btn-default {
    min-height: 54px;
    padding: 16px 18px !important;
  }

  .d-lg-none .btn-default::after {
    display: none !important;
  }
}

/* ============================================================
   DESIGN SYSTEM v4 - MOBILE/CONTRAST REPAIR (2026-05-25)
   Fixes duplicate mobile CTAs, invisible dark-section text, weak image
   areas, and the newsletter photo overlay.
   ============================================================ */

.hero-quote-card,
.hero-quote-card h2,
.hero-quote-card li,
.hero-quote-card span {
  color: var(--xtact-ink) !important;
}

.hero-quote-card li span {
  color: rgba(17, 17, 17, 0.72) !important;
}

.xtact-model-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--xtact-ink);
  box-shadow: 0 22px 70px rgba(17, 17, 17, 0.12);
}

.xtact-model-visual > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.xtact-model-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(17, 17, 17, 0.05),
    rgba(17, 17, 17, 0.62)
  );
  pointer-events: none;
}

.xtact-model-panel,
.xtact-model-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(251, 250, 247, 0.94);
  color: var(--xtact-ink);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.xtact-model-panel {
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
}

.xtact-model-panel p,
.xtact-model-card span {
  margin: 0 0 7px;
  color: var(--xtact-orange) !important;
  font-family: var(--accent-font);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.xtact-model-panel strong,
.xtact-model-card strong {
  display: block;
  color: var(--xtact-ink);
  font-family: var(--accent-font);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.05;
}

.xtact-model-card {
  top: 28px;
  right: 28px;
  width: min(280px, calc(100% - 56px));
  padding: 18px;
}

.xtact-model-card-alt {
  top: auto;
  right: auto;
  left: 28px;
  bottom: 150px;
  width: min(250px, calc(100% - 56px));
}

.xtact-model-card div {
  height: 8px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.1);
}

.xtact-model-card i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--xtact-orange);
}

.xtact-plan-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.xtact-plan-card::before {
  content: "";
  position: absolute;
  inset: auto 16px 16px 16px;
  height: 112px;
  border-radius: 14px;
  background-image: url("/template/images/how-work-image.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  filter: blur(0.5px) saturate(0.9);
  z-index: -1;
}

.xtact-plan-card:nth-child(2)::before {
  background-image: url("/template/images/hero-bg.jpg");
  opacity: 0.22;
}

.xtact-plan-card:nth-child(3)::before {
  background-image: url("/template/images/service-img-3.jpg");
  opacity: 0.24;
}

.xtact-plan-card:hover::before {
  opacity: 0.34;
  transform: scale(1.02);
  transition: opacity 180ms var(--ease-out-expo), transform 180ms var(--ease-out-expo);
}

.quick-facts .contrarian-line,
.quick-facts .xtact-callout-rule {
  max-width: 780px;
  margin: 0 auto !important;
  padding: 22px 26px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 14px;
  background: #181818;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.quick-facts .contrarian-line em {
  color: rgba(255, 255, 255, 0.82) !important;
}

.xtact-newsletter-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  overflow: hidden;
  min-height: 560px;
  border-radius: 22px;
  background: var(--xtact-ink);
  color: #ffffff;
}

.xtact-newsletter-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.xtact-newsletter-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

.xtact-newsletter-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.2);
}

.xtact-newsletter-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 52px);
}

.xtact-newsletter-content .section-eyebrow {
  color: var(--xtact-gold) !important;
}

.xtact-newsletter-content h2 {
  max-width: 10ch;
  margin-bottom: 18px;
  color: #ffffff !important;
  font-size: clamp(40px, 4.8vw, 68px) !important;
  line-height: 0.98 !important;
}

.xtact-newsletter-content p:not(.section-eyebrow) {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.xtact-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 28px;
}

.xtact-newsletter-form .form-control {
  min-height: 54px;
}

.xtact-newsletter-form .btn-default {
  min-width: 148px;
}

.brand-partner-logo img[src*="tigo-generated-clean"] {
  max-width: 176px !important;
  height: 52px !important;
  mix-blend-mode: normal;
}

.xtact-partner-proof-grid img[src*="tigo-generated-clean"] {
  max-width: 158px !important;
  max-height: 42px !important;
}

@media (max-width: 991px) {
  .hero-btn,
  .hero-proof,
  .hero-quote-link,
  .xtact-guarantee-grid {
    display: none !important;
  }

  .hero-quote-card {
    margin-top: 26px;
    padding: 24px;
  }

  .hero-quote-card h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .xtact-model-visual,
  .xtact-model-visual > img {
    min-height: 420px;
  }

  .xtact-model-card-alt {
    bottom: 132px;
  }

  .quick-facts .xtact-numbers-row > .col-lg-3 {
    display: none !important;
  }

  .quick-facts .xtact-numbers-row > .col-lg-6 {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
  }

  .xtact-proof-copy h2 {
    max-width: 12ch;
  }

  .xtact-newsletter-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .xtact-newsletter-media {
    min-height: 260px;
  }

  .xtact-newsletter-content {
    padding: 28px;
  }

  .xtact-newsletter-form {
    grid-template-columns: 1fr;
  }
}

.xtact-mobile-sticky-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms var(--ease-out-expo), transform 180ms var(--ease-out-expo);
}

.xtact-mobile-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 575px) {
  .hero-quote-card {
    border-radius: 14px;
    background: rgba(251, 250, 247, 0.98);
  }

  .xtact-model-panel {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }

  .xtact-model-card {
    top: 16px;
    right: 16px;
    width: calc(100% - 32px);
  }

  .xtact-model-card-alt {
    display: none;
  }

  .xtact-plan-card::before {
    height: 86px;
  }

  .quick-facts .contrarian-line,
  .quick-facts .xtact-callout-rule {
    padding: 18px !important;
    font-size: 15px !important;
    text-align: left;
  }

  .xtact-newsletter-media {
    display: none;
  }

  .xtact-newsletter-content h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }
}

/* Final cascade guard: these rules must win over the earlier template repair layers. */
.wow {
  visibility: visible !important;
  animation: none !important;
}

#magic-cursor,
.mouse-cursor,
.cursor-inner,
.cursor-outer,
.cb-cursor,
.cb-cursor-text,
[class*="magic-cursor"],
[class*="mouse-cursor"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 991px) {
  .main-header .header-btn {
    display: none !important;
  }

  .main-footer {
    padding-top: 44px !important;
    padding-bottom: 28px !important;
  }

  .main-footer .container > .row:first-child {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 18px !important;
  }

  .main-footer .container > .row:first-child > .col-lg-12,
  .main-footer .container > .row:first-child > .col-lg-6 {
    grid-column: 1 / -1 !important;
    width: auto !important;
    max-width: none !important;
  }

  .main-footer .container > .row:first-child > .col-lg-2 {
    grid-column: span 1 !important;
    width: auto !important;
    max-width: none !important;
  }

  .footer-header {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 24px !important;
    border-radius: 14px !important;
  }

  .footer-contact-box {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .footer-links,
  .about-footer.footer-links {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .row:has(> [class*="col-lg-4"] .partner-path-card),
  .row:has(> [class*="col-lg-4"] .best-services-item),
  .row:has(> [class*="col-lg-4"] .how-work-step-item) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .row:has(> [class*="col-lg-4"] .partner-path-card) > [class*="col-"],
  .row:has(> [class*="col-lg-4"] .best-services-item) > [class*="col-"],
  .row:has(> [class*="col-lg-4"] .how-work-step-item) > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .partner-path-card,
  .best-services-item,
  .how-work-step-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  .xtact-table-wrap {
    overflow: visible !important;
  }

  .xtact-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .xtact-table thead {
    display: none !important;
  }

  .xtact-table tbody,
  .xtact-table tr,
  .xtact-table td {
    display: block !important;
    width: 100% !important;
  }

  .xtact-table tr {
    margin: 0 0 14px !important;
    padding: 16px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 34px rgba(17, 17, 17, 0.05) !important;
  }

  .xtact-table td {
    padding: 8px 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .xtact-table td:first-child {
    padding-top: 0 !important;
    color: #111111 !important;
    font-size: 16px !important;
  }

  .xtact-table td + td {
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  }

  .quote-only-contact .contact-form {
    padding: 24px 18px !important;
    border-radius: 14px !important;
  }

  .main-footer .container > .row:first-child {
    grid-template-columns: 1fr !important;
  }

  .main-footer .container > .row:first-child > .col-lg-2,
  .main-footer .container > .row:first-child > .col-lg-6,
  .main-footer .container > .row:first-child > .col-lg-12 {
    grid-column: 1 / -1 !important;
  }
}
