/* ============================================================
   Finance Industry Page — finance.css
   Brand colours: Blue #1e5bfa | Dark #03091a | Light BG #f7f9ff / #fafafa
   ============================================================ */

/* Guard against homepage index.css (.main-container { height: 90vh; display: flex })
   which otherwise pushes all finance page content below the fold. industry.css also
   overrides this; keep the guard here so the page stays intact if CSS load order shifts. */
.fin-page {
  color: #000;
  font-family: 'Encode Sans', Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  overflow-x: hidden;
}

.fin-page h1,
.fin-page h2,
.fin-page h3,
.fin-page h4,
.fin-page h5,
.fin-page h6 {
  font-family: 'Encode Sans', Arial, sans-serif !important;
  letter-spacing: normal;
}

.fin-page *,
.fin-page *::before,
.fin-page *::after {
  box-sizing: border-box;
}

.fin-page .main-container {
  height: auto;
  min-height: 0;
  display: block;
  justify-content: unset;
}

.fin-page .main-container .header-container {
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.fin-container {
  width: min(89.583333%, 1240px);
  margin: 0 auto;
}

.fin-page .swiper-navigation-container {
  background-color: #0067b8;
}

.fin-page .navigation-item-content-selected {
  background-color: rgba(0, 0, 0, 0.12);
}

.fin-blue {
  color: #1e5bfa;
}

.fin-section {
  padding: 96px 0;
}

.fin-section-center {
  text-align: center;
}

.fin-section-label {
  color: #1e5bfa;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fin-section-head {
  max-width: 980px;
  font-size: clamp(32px, 2.1875vw, 42px);
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  letter-spacing: -0.03em !important;
  margin: 0 0 18px;
}

.fin-section-sub {
  font-size: 18px;
  color: #5f5f5f;
  max-width: 900px;
  line-height: 1.8;
  margin: 0 0 48px;
}

.fin-section-center .fin-section-sub {
  margin-left: auto;
  margin-right: auto;
}

.fin-section-center .fin-section-head {
  margin-right: auto;
  margin-left: auto;
}

.fin-solves > .fin-container > .fin-section-label,
.fin-solves > .fin-container > .fin-section-head,
.fin-solves > .fin-container > .fin-section-sub,
.fin-biz > .fin-container > .fin-section-label,
.fin-biz > .fin-container > .fin-section-head,
.fin-products > .fin-container > .fin-section-label,
.fin-products > .fin-container > .fin-section-head,
.fin-products > .fin-container > .fin-section-sub,
.fin-faq > .fin-container > .fin-section-label,
.fin-faq > .fin-container > .fin-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.fin-results .fin-section-head,
.fin-biz .fin-section-head,
.fin-testimonial .fin-section-head,
.fin-faq .fin-section-head {
  margin-bottom: 48px;
}

/* ---- Buttons ---- */
.fin-btn-primary {
  display: inline-block;
  background: #1e5bfa;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #1e5bfa;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  font-family: inherit;
}

.fin-btn-primary:hover {
  background: #133fb3;
  border-color: #133fb3;
  color: #fff;
  text-decoration: none;
}

.fin-btn-outline {
  display: inline-block;
  background: transparent;
  color: #1e5bfa;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  border: 2px solid #1e5bfa;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  font-family: inherit;
}

.fin-btn-outline:hover {
  background: #1e5bfa;
  color: #fff;
  text-decoration: none;
}

.fin-btn-white {
  display: inline-block;
  background: #fff;
  color: #1e5bfa;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  border: 2px solid #fff;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}

.fin-btn-white:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.fin-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e5bfa;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.fin-link-arrow:hover {
  color: #133fb3;
  text-decoration: none;
}

/* ============================================================
   HERO
   ============================================================ */
.fin-hero {
  background: linear-gradient(180deg, #cae9ff 0%, #f2f4fe 100%);
  padding: 90px 0 160px;
}

.fin-hero-inner {
  display: flex;
  align-items: center;
  gap: clamp(48px, 5vw, 80px);
}

.fin-hero-text {
  max-width: 680px;
  flex: 1.08;
}

.fin-hero-eyebrow {
  color: #1e5bfa;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fin-hero-headline {
  font-size: clamp(40px, 2.8125vw, 54px);
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  letter-spacing: -0.035em !important;
  margin: 0 0 20px;
}

.fin-hero-sub {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 1.8;
  margin: 0;
}

.fin-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.fin-hero-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fin-hero-img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

/* ============================================================
   TRUSTED CUSTOMER LOGOS
   Uses the individual customer assets from the Field Force page.
   ============================================================ */
.fin-trusted {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  padding: 0 0 54px;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 90px,
    #fff 90px,
    #fff 100%
  );
}

.fin-trusted-inner {
  position: relative;
  z-index: 1;
  width: min(1292px, calc(100% - 80px));
  min-height: 207px;
  margin: 0 auto;
  padding: 37px 0 31px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 22px 38px rgba(3, 9, 26, 0.1);
}

.fin-trusted-heading {
  display: flex;
  width: min(1000px, calc(100% - 120px));
  margin: 0 auto 31px;
  align-items: center;
  gap: 18px;
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.fin-trusted-heading::before,
.fin-trusted-heading::after {
  height: 1px;
  flex: 1 1 300px;
  background: #e3e3e3;
  content: "";
}

.fin-trusted-heading span {
  flex: 0 1 auto;
}

.fin-trusted-heading strong {
  color: inherit;
  font-weight: 600;
}

.fin-logo-marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  outline: none;
}

.fin-logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  animation: fin-logo-scroll 38s linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.fin-logo-item {
  display: flex;
  width: 164px;
  height: 84px;
  padding: 14px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.fin-logo-image {
  display: block;
  width: 100%;
  max-width: 136px;
  height: 46px;
  object-fit: contain;
}

.fin-logo-item--aaj-tak .fin-logo-image,
.fin-logo-item--jubilant .fin-logo-image {
  filter: brightness(1.16) contrast(1.06);
}

.fin-logo-marquee:hover .fin-logo-track,
.fin-logo-marquee:focus .fin-logo-track,
.fin-logo-marquee:focus-within .fin-logo-track {
  animation-play-state: paused;
}

.fin-logo-marquee:focus-visible {
  border-radius: 2px;
  outline: 2px solid #1e5bfa;
  outline-offset: -4px;
}

@keyframes fin-logo-scroll {
  to {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fin-logo-marquee {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .fin-logo-track {
    animation: none;
    transform: none;
  }

  .fin-logo-item[data-fin-logo-clone] {
    display: none;
  }
}

/* ============================================================
   WHY FINANCE COMPANIES NEED...
   ============================================================ */
.fin-why {
  background: #fafafa;
}

.fin-why-list {
  list-style: none;
  margin: 0 auto 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 40px;
  max-width: 720px;
  text-align: left;
}

.fin-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 17px;
  color: #000;
  line-height: 1.6;
}

.fin-why-list img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  object-fit: contain;
}

.fin-why-note {
  font-size: 17px;
  color: #5f5f5f;
  line-height: 1.75;
  max-width: 900px;
  margin: 0 auto;
}

/* ============================================================
   HOW TRACKOLAP SOLVES... (feature rows)
   ============================================================ */
.fin-solves {
  background: #f7f9ff;
}

.fin-feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
  padding: 64px 0;
  border-bottom: 1px solid #e4e9f7;
}

.fin-feature-row:last-child {
  border-bottom: none;
}

.fin-feature-row.fin-row-reverse {
  direction: rtl;
}

.fin-feature-row.fin-row-reverse > * {
  direction: ltr;
}

.fin-feature-text {
  width: 100%;
  max-width: 580px;
  text-align: left;
}

.fin-feature-visual {
  display: flex;
  width: 100%;
  min-height: 340px;
  padding: 24px;
  align-items: center;
  justify-content: center;
}

.fin-feature-img {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 300px;
  object-fit: contain;
}

.fin-feature-title {
  font-size: clamp(24px, 1.458333vw, 28px);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.025em !important;
  margin: 0 0 18px;
}

.fin-feature-desc {
  font-size: 18px;
  color: #5f5f5f;
  line-height: 1.75;
  margin: 0 0 22px;
}

.fin-feature-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fin-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 17px;
  color: #000;
  line-height: 1.6;
}

.fin-feature-list img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
}

/* ============================================================
   PROVEN RESULTS
   ============================================================ */
.fin-results {
  background: #fff;
}

.fin-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

.fin-result-card {
  text-align: center;
  border: 1px solid #e8edf8;
  border-radius: 14px;
  padding: 32px 20px;
}

.fin-result-num {
  font-size: 42px;
  font-weight: 700;
  color: #1e5bfa;
  line-height: 1;
  margin-bottom: 12px;
}

.fin-result-desc {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.7;
}

.fin-results-note {
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: #03091a77;
  max-width: 640px;
  margin: 0 auto;
}

/* ---- CTA banner ---- */
.fin-cta-banner {
  background: #1e5bfa;
  padding: 56px 0;
  text-align: center;
}

.fin-cta-banner-head {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 26px;
}

/* ============================================================
   CARD CAROUSEL ROWS (shared: built-for-business + cta grid)
   ============================================================ */
.fin-scroll-wrap {
  position: relative;
}

.fin-scroll-row {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.fin-scroll-row::-webkit-scrollbar {
  display: none;
}

.fin-scroll-row > * {
  scroll-snap-align: start;
}

.fin-scroll-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #dde3f5;
  background: #fff;
  color: #1e5bfa;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(3, 9, 26, 0.08);
  z-index: 2;
}

.fin-scroll-nav:hover {
  background: #1e5bfa;
  color: #fff;
}

.fin-scroll-prev {
  left: -21px;
}

.fin-scroll-next {
  right: -21px;
}

/* ---- Built for every business cards ---- */
.fin-biz {
  background: #fafafa;
}

.fin-biz-card {
  flex: 0 0 320px;
  min-height: 235px;
  background: #fff;
  border: 1px solid #e8edf8;
  border-radius: 14px;
  padding: 30px 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.fin-biz-card:hover {
  box-shadow: 0 10px 40px rgba(30, 91, 250, 0.1);
  transform: translateY(-4px);
}

.fin-biz-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
  margin: 0 0 12px;
}

.fin-biz-card-desc {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.7;
}

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.fin-testimonial {
  background: #f7f9ff;
}

.fin-testimonial-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.fin-testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 44px 48px;
  box-shadow: 0 10px 40px rgba(3, 9, 26, 0.06);
  text-align: center;
  flex: 1;
}

.fin-testimonial-quote {
  font-size: 18px;
  color: #000;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 22px;
}

.fin-testimonial-name {
  font-size: 16px;
  font-weight: 700;
  color: #1e5bfa;
}

.fin-testimonial-name span {
  color: #03091a99;
  font-weight: 500;
}

/* ============================================================
   #1 FINANCE CRM BANNER
   ============================================================ */
.fin-why-us {
  background: #1e5bfa;
  color: #fff;
}

.fin-why-us .fin-section-label {
  color: #cfe0ff;
}

.fin-why-us .fin-section-head {
  color: #fff;
}

.fin-why-us .fin-section-sub {
  color: #ffffffcc;
}

.fin-why-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.fin-why-us-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  color: #03091a;
}

.fin-why-us-card-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
}

.fin-why-us-card-desc {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.7;
  margin-bottom: 18px;
}

.fin-why-us-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fin-why-us-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}

.fin-why-us-card-list img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  object-fit: contain;
}

/* ============================================================
   CORE PRODUCTS
   ============================================================ */
.fin-products {
  background: #fafafa;
}

.fin-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.fin-products-view-all {
  text-align: center;
  margin-top: 36px;
}

.fin-product-card {
  display: flex;
  background: #fff;
  border: 1px solid #e8edf8;
  border-radius: 14px;
  padding: 28px 24px;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.fin-product-card:hover {
  box-shadow: 0 10px 40px rgba(30, 91, 250, 0.1);
  transform: translateY(-4px);
}

.fin-product-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #1e5bfa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.fin-product-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.fin-product-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
  margin: 0 0 10px;
}

.fin-product-desc {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.7;
  margin-bottom: 16px;
}

.fin-product-card .fin-link-arrow {
  margin-top: auto;
}

/* ============================================================
   CTA ROW (trial / expert / demo)
   ============================================================ */
.fin-cta-row {
  background: #fff;
}

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

.fin-cta-row-card {
  display: flex;
  text-align: center;
  border: 1px solid #e8edf8;
  border-radius: 14px;
  padding: 36px 24px;
  align-items: center;
  flex-direction: column;
}

.fin-cta-row-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f7f9ff;
  color: #1e5bfa;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.fin-cta-row-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
  margin: 0 0 10px;
}

.fin-cta-row-desc {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.7;
  margin-bottom: 18px;
}

.fin-cta-row-card .fin-btn-outline {
  margin-top: auto;
}

/* ============================================================
   FAQ
   ============================================================ */
.fin-faq {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.fin-faq .fin-container {
  width: min(91.5%, 1296px);
}

.fin-faq .fin-section-head {
  max-width: none;
  margin-bottom: 64px;
  text-align: center;
}

.fin-faq-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.fin-faq-accordion .accordion-item {
  margin: 0;
  overflow: hidden;
  background: #f4f5f6;
  border: 0;
  border-radius: 10px !important;
}

.fin-faq-accordion .accordion-button {
  min-height: 72px;
  padding: 20px 32px;
  font-size: 17px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.3;
  text-align: left;
  color: #000;
  background: #f4f5f6;
  border: 0;
  border-radius: 10px !important;
  box-shadow: none;
}

.fin-faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background: #f4f5f6;
  box-shadow: none;
}

.fin-faq-accordion .accordion-button:focus {
  z-index: 1;
  box-shadow: inset 0 0 0 2px #1e5bfa;
}

.fin-faq-accordion .accordion-button::after {
  width: 9px;
  height: 9px;
  margin-left: 20px;
  flex: 0 0 9px;
  background-image: none !important;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  content: "";
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.fin-faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(225deg);
}

.fin-faq-accordion .accordion-body {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.75;
  padding: 0 32px 24px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .fin-hero {
    padding-bottom: 128px;
  }

  .fin-trusted {
    margin-top: -72px;
    background: linear-gradient(
      to bottom,
      transparent 0,
      transparent 72px,
      #fff 72px,
      #fff 100%
    );
  }

  .fin-trusted-inner {
    width: calc(100% - 48px);
  }

  .fin-logo-item {
    width: 150px;
  }

  .fin-hero-headline {
    font-size: 44px;
  }

  .fin-hero-inner {
    flex-direction: column;
    gap: 40px;
  }

  .fin-hero-visual {
    flex: unset;
    width: 100%;
  }

  .fin-hero-img {
    max-width: 360px;
  }

  .fin-results-grid,
  .fin-why-us-grid,
  .fin-products-grid,
  .fin-cta-row-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fin-feature-visual {
    min-height: 300px;
    padding: 16px;
  }

  .fin-feature-row {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
    gap: 36px;
  }

  .fin-feature-img {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .fin-trusted {
    margin-top: -56px;
    padding: 0 0 40px;
    background: linear-gradient(
      to bottom,
      transparent 0,
      transparent 56px,
      #fff 56px,
      #fff 100%
    );
  }

  .fin-trusted-inner {
    width: calc(100% - 24px);
    min-height: 174px;
    padding: 29px 0 27px;
    border-radius: 16px;
    box-shadow: 0 16px 30px rgba(3, 9, 26, 0.1);
  }

  .fin-trusted-heading {
    width: calc(100% - 32px);
    margin-bottom: 19px;
    gap: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .fin-trusted-heading::before,
  .fin-trusted-heading::after {
    flex-basis: 32px;
  }

  .fin-logo-track {
    gap: 12px;
    animation-duration: 30s;
  }

  .fin-logo-item {
    width: 140px;
    height: 72px;
    padding: 12px 20px;
  }

  .fin-logo-image {
    max-width: 112px;
    height: 40px;
  }

  @keyframes fin-logo-scroll {
    to {
      transform: translate3d(calc(-50% - 6px), 0, 0);
    }
  }

  .fin-section {
    padding: 64px 0;
  }

  .fin-container {
    width: 100%;
    padding: 0 24px;
  }

  .fin-hero {
    padding: 60px 0 112px;
  }

  .fin-hero-inner {
    flex-direction: column;
    gap: 36px;
  }

  .fin-hero-headline {
    font-size: 34px;
  }

  .fin-hero-visual {
    flex: unset;
    width: 100%;
  }

  .fin-hero-img {
    max-width: 280px;
  }

  .fin-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .fin-hero-ctas .fin-btn-primary,
  .fin-hero-ctas .fin-btn-outline {
    width: 100%;
    text-align: center;
  }

  .fin-section-head {
    font-size: 30px;
  }

  .fin-faq .fin-container {
    width: 100%;
  }

  .fin-faq .fin-section-head {
    margin-bottom: 40px;
  }

  .fin-faq-accordion {
    grid-template-columns: 1fr;
  }

  .fin-faq-accordion .accordion-button {
    min-height: 70px;
    padding: 18px 24px;
    font-size: 16px;
  }

  .fin-faq-accordion .accordion-body {
    padding: 0 24px 22px;
  }

  .fin-why-list {
    grid-template-columns: 1fr;
  }

  .fin-feature-row,
  .fin-feature-row.fin-row-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
    direction: ltr;
  }

  .fin-feature-visual {
    width: 100%;
    min-height: 0;
    padding: 8px 0 0;
  }

  .fin-feature-img {
    max-width: 380px;
    height: auto;
    max-height: 280px;
  }

  .fin-results-grid,
  .fin-why-us-grid,
  .fin-products-grid,
  .fin-cta-row-grid {
    grid-template-columns: 1fr;
  }

  .fin-testimonial-card {
    padding: 32px 24px;
  }

  .fin-scroll-nav {
    display: none;
  }

  .fin-btn-white,
  .fin-products-view-all .fin-btn-outline {
    width: 100%;
    max-width: 320px;
  }
}
