.home-hierarchy-preview {
  --home-navy: #120634;
  --home-blue: #2489ee;
  --home-orange: #f28a13;
  --home-ink: #191829;
  --home-muted: #646675;
  --home-line: #e7e8ee;
  --home-soft: #f6f7fa;
  background: #fff;
  color: var(--home-ink);
}

.home-hero-secondary {
  margin-left: 12px;
}

.home-section,
.home-trust-strip,
.home-final-cta {
  padding: 88px 0;
}

.home-section--soft {
  background: var(--home-soft);
}

.home-section-heading {
  width: min(820px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}

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

.home-section-heading h2,
.home-final-cta h2,
.home-financing-card h2 {
  margin: 8px 0 16px;
  color: var(--home-navy);
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.home-section-heading p,
.home-final-cta p,
.home-financing-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.home-eyebrow,
.home-card-kicker {
  display: inline-block;
  color: #a95500;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

#hero .btn--blue {
  border-color: #0b67d1 !important;
  background-color: #0b67d1 !important;
}

.home-trust-strip {
  padding-top: 64px;
  padding-bottom: 64px;
  background: linear-gradient(135deg, #0d0527 0%, #17103b 60%, #0d1f3a 100%);
}

.home-trust-strip .home-section-heading h2 {
  color: #fff;
  font-size: clamp(1.75rem, 2.5vw, 2.55rem);
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-trust-card {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  justify-content: center;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  text-align: center;
  backdrop-filter: blur(7px);
}

.home-trust-card strong {
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.15;
}

.home-trust-card span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.home-why-section {
  background: #fff;
}

.home-why-company-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: 38px;
  align-items: center;
  margin-bottom: 28px;
  padding: 42px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #12052f 0%, #1c0b45 58%, #102849 100%);
  box-shadow: 0 22px 46px rgba(20, 12, 50, 0.16);
}

.home-why-company-intro__content h3 {
  max-width: 650px;
  margin: 8px 0 16px;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.home-why-company-intro__content p {
  max-width: 690px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.home-stock-assurance {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid rgba(255, 173, 69, 0.34);
  border-radius: 16px;
  background: rgba(242, 138, 19, 0.1);
}

.home-stock-assurance__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #f28a13;
  color: #fff;
  font-size: 1.35rem;
}

.home-stock-assurance strong,
.home-stock-assurance__warning {
  display: block;
}

.home-stock-assurance strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.02rem;
}

.home-stock-assurance p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.9rem;
  line-height: 1.58;
}

.home-stock-assurance__warning {
  color: #ffd39b;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.5;
}

.home-stock-assurance__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.home-stock-assurance__link:hover,
.home-stock-assurance__link:focus-visible {
  color: #ffcf93;
}

.home-why-company-intro .home-card-kicker {
  color: #ffad45;
}

.home-why-company-intro .home-text-link {
  color: #fff;
}

.home-why-company-intro .home-text-link span {
  color: #ffad45;
}

.home-why-company-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-why-company-stats > div {
  min-height: 138px;
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
}

.home-why-company-stats strong,
.home-why-company-stats span {
  display: block;
}

.home-why-company-stats strong {
  margin-bottom: 9px;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.25;
}

.home-why-company-stats span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.84rem;
  line-height: 1.48;
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-why-card {
  min-height: 252px;
  padding: 30px 28px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #f8faff 100%);
  box-shadow: 0 12px 30px rgba(20, 12, 50, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 137, 238, 0.36);
  box-shadow: 0 18px 38px rgba(20, 12, 50, 0.1);
}

.home-why-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(36, 137, 238, 0.13), rgba(242, 138, 19, 0.13));
  color: var(--home-blue);
  font-size: 1.8rem;
}

.home-why-icon[class*="flaticon-"]::before {
  font-size: 1.8rem;
}

.home-why-card h3 {
  margin: 0 0 11px;
  color: var(--home-navy);
  font-size: 1.17rem;
  line-height: 1.35;
}

.home-why-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-product-grid,
.home-featured-grid,
.home-solution-grid,
.home-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-product-card {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  min-height: 230px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(21, 16, 52, 0.055);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 137, 238, 0.42);
  box-shadow: 0 18px 42px rgba(21, 16, 52, 0.11);
  color: inherit;
}

.home-product-card__image {
  display: grid;
  place-items: center;
  padding: 24px 14px;
  background: #f7f7f9;
}

.home-product-card__image img {
  width: 100%;
  max-width: 128px;
  height: 130px;
  object-fit: contain;
}

.home-product-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 26px;
}

.home-product-card h3,
.home-featured-card h3,
.home-solution-card h3,
.home-media-card h3,
.home-company-card h3 {
  margin: 0 0 12px;
  color: var(--home-navy);
  font-size: 1.35rem;
  line-height: 1.3;
}

.home-product-card p,
.home-featured-card p,
.home-solution-card p,
.home-media-card p,
.home-company-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-product-card p,
.home-featured-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-product-card__body > span {
  margin-top: 17px;
  color: var(--home-blue);
  font-weight: 750;
}

.home-comparison-cta-section {
  padding: 0 0 88px;
  background: #fff;
}

.home-comparison-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 40px 46px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--home-navy) 0%, #193a68 100%);
  box-shadow: 0 18px 42px rgba(18, 6, 52, 0.16);
}

.home-comparison-cta h2 {
  margin: 6px 0 10px;
  color: #fff;
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.home-comparison-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.home-featured-card,
.home-solution-card,
.home-media-card,
.home-company-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(20, 12, 50, 0.06);
}

.home-featured-card__media {
  position: relative;
  display: block;
  height: 310px;
  overflow: hidden;
  background: #eceef2;
}

.home-featured-card__media img,
.home-solution-card > img,
.home-media-card > img,
.home-company-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

/* Product photography must remain fully visible inside equally sized cards. */
.home-featured-card__media img {
  object-fit: contain;
  object-position: center;
  padding: 14px;
  background: #fff;
}

.home-featured-card:hover .home-featured-card__media img {
  transform: scale(1.025);
}

.home-play-badge {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 10px 24px rgba(36, 137, 238, 0.35);
  color: #fff;
  font-size: 1.05rem;
}

.home-featured-card__body {
  padding: 30px;
}

.home-text-link,
.home-primary-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  margin-top: 19px;
  color: var(--home-blue);
  font-weight: 750;
  text-decoration: none;
}

.home-primary-link {
  padding: 12px 18px;
  border-radius: 9px;
  background: var(--home-blue);
  color: #fff;
}

.home-text-link:hover {
  color: var(--home-orange);
}

.home-primary-link:hover {
  background: var(--home-navy);
  color: #fff;
}

.home-solution-card {
  display: grid;
  grid-template-rows: 270px 1fr;
}

.home-activity-section {
  background: #fff;
}

.home-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-activity-card {
  display: grid;
  grid-template-rows: 180px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(20, 12, 50, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-activity-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 137, 238, 0.38);
  box-shadow: 0 19px 40px rgba(20, 12, 50, 0.11);
}

.home-activity-card__media {
  position: relative;
  overflow: hidden;
  background: #eef1f5;
}

.home-activity-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.home-activity-card:hover .home-activity-card__media img {
  transform: scale(1.035);
}

.home-activity-card__media > span {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 13px;
  background: rgba(18, 6, 52, 0.86);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

.home-activity-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px 22px 22px;
}

.home-activity-card h3 {
  margin: 0 0 11px;
  color: var(--home-navy);
  font-size: 1.15rem;
  line-height: 1.35;
}

.home-activity-card p {
  flex: 1;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.93rem;
  line-height: 1.62;
}

.home-activity-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin-top: 18px;
}

.home-activity-links a {
  color: var(--home-blue);
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: none;
}

.home-activity-links a::after {
  margin-left: 5px;
  content: "→";
}

.home-activity-links a:hover {
  color: var(--home-orange);
}

.home-solution-card > div,
.home-media-card > div,
.home-company-card > div:not(.home-company-card__image) {
  padding: 30px;
}

.home-card-kicker {
  margin-bottom: 8px;
}

.home-inline-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.home-service-process-section {
  background: var(--home-soft);
}

.home-service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-service-step {
  position: relative;
  min-height: 228px;
  padding: 26px 24px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 12, 50, 0.055);
}

.home-service-step::after {
  position: absolute;
  right: -26px;
  bottom: -40px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(36, 137, 238, 0.07);
  content: "";
}

.home-service-step__visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.home-service-step__visual > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(36, 137, 238, 0.15), rgba(242, 138, 19, 0.13));
  color: var(--home-blue);
  font-size: 1.55rem;
}

.home-service-step__visual b {
  color: rgba(18, 6, 52, 0.28);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.home-service-step h3 {
  margin: 0 0 11px;
  color: var(--home-navy);
  font-size: 1.2rem;
  line-height: 1.3;
}

.home-service-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-service-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.home-service-benefits span {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(36, 137, 238, 0.18);
  border-radius: 14px;
  background: #fff;
  color: var(--home-navy);
  font-weight: 750;
  text-align: center;
}

.home-service-benefits > span > span {
  color: var(--home-orange);
  font-size: 1.25rem;
}

.home-service-process__action {
  display: flex;
  justify-content: center;
}

.home-testimonials-section {
  background: linear-gradient(140deg, #13052f 0%, #1c0b45 55%, #102849 100%);
}

.home-section-heading--light h2,
.home-section-heading--light p {
  color: #fff;
}

.home-section-heading--light p {
  color: rgba(255, 255, 255, 0.72);
}

.home-review-count {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 18px auto 0;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 700;
}

.home-review-swipe-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
}

.home-testimonial-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 0 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.36) rgba(255, 255, 255, 0.08);
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.home-testimonial-grid::-webkit-scrollbar {
  height: 9px;
}

.home-testimonial-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.home-testimonial-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.home-testimonial-card {
  display: flex;
  flex: 0 0 calc((100% - 40px) / 3);
  min-height: 310px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.085);
  color: #fff;
  scroll-snap-align: start;
}

.home-stars {
  color: #ffb522;
  letter-spacing: 0.08em;
}

.home-testimonial-card blockquote {
  flex: 1;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-testimonial-card footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-testimonial-card footer span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.home-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-media-card {
  display: grid;
  grid-template-rows: 250px 1fr;
}

.home-media-card--wide > img {
  object-position: center;
}

.home-media-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.home-media-cta .home-primary-link {
  min-height: 56px;
  margin-top: 0;
  padding: 15px 24px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(36, 137, 238, 0.22);
  font-size: 1rem;
}

.home-media-cta__icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--home-blue);
  font-size: 0.72rem;
  line-height: 1;
}

.home-company-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 330px;
}

.home-company-card__image {
  min-height: 100%;
  background: #f2f3f6;
}

.home-company-card--about {
  border-color: rgba(36, 137, 238, 0.18);
  background: linear-gradient(145deg, #f7faff 0%, #fff 100%);
}

.home-company-grid--single .home-company-card {
  grid-column: 1 / -1;
}

.home-brand-proof-section {
  border-top: 0;
  background: #fff;
}

.home-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(900px, 100%);
  margin: 0 auto;
}

.home-brand-grid::after {
  display: grid;
  width: 42px;
  height: 42px;
  grid-column: 1 / -1;
  place-items: center;
  justify-self: center;
  margin: 2px 0 -7px;
  border-radius: 50%;
  background: rgba(242, 138, 19, 0.11);
  color: var(--home-orange);
  content: "↓";
  font-size: 1.35rem;
  font-weight: 800;
}

.home-brand-card {
  display: grid;
  height: 120px;
  place-items: center;
  padding: 20px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: #fff;
}

.home-brand-card img {
  width: 100%;
  max-width: 210px;
  height: 72px;
  object-fit: contain;
}

.home-certificates-heading {
  margin-top: 4px;
  padding-top: 0;
  border-top: 0;
  text-align: center;
}

.home-certificates-heading h3 {
  margin: 7px 0 10px;
  color: var(--home-navy);
  font-size: 1.85rem;
}

.home-certificates-heading p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-certificate-enlarge-hint {
  display: inline-flex;
  margin-top: 9px;
  color: var(--home-blue);
  font-size: 0.88rem;
  font-weight: 750;
}

.home-certificate-grid {
  display: flex;
  gap: 18px;
  margin-top: 22px;
  overflow-x: auto;
  padding: 2px 2px 16px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(18, 6, 52, 0.32) rgba(18, 6, 52, 0.06);
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.home-certificate-grid::-webkit-scrollbar {
  height: 8px;
}

.home-certificate-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(18, 6, 52, 0.06);
}

.home-certificate-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(18, 6, 52, 0.32);
}

.home-certificate-card {
  display: grid;
  flex: 0 0 calc((100% - 54px) / 4);
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 12, 50, 0.055);
  color: inherit;
  scroll-snap-align: start;
}

.home-certificate-card__preview {
  display: grid;
  width: 100%;
  place-items: center;
  padding: 12px;
  border: 0;
  background: #f3f5f8;
  cursor: zoom-in;
}

.home-certificate-card__preview img {
  width: 100%;
  height: 235px;
  object-fit: contain;
  filter: drop-shadow(0 7px 11px rgba(18, 6, 52, 0.12));
}

.home-certificate-card__body {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.home-certificate-card__body h3 {
  margin: 0 0 7px;
  color: var(--home-navy);
  font-size: 1.06rem;
  line-height: 1.35;
}

.home-certificate-card__body p {
  flex: 1;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.home-certificate-dialog {
  width: min(900px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  padding: 48px 18px 18px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(12, 4, 34, 0.32);
}

.home-certificate-dialog::backdrop {
  background: rgba(8, 4, 22, 0.76);
}

.home-certificate-dialog img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
}

.home-certificate-dialog__close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #eef1f6;
  color: var(--home-navy);
  cursor: pointer;
  font-size: 1.3rem;
}

.home-financing-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--home-soft);
}

.home-financing-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 42px 48px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--home-navy), #243f72);
}

.home-financing-card h2,
.home-financing-card p {
  color: #fff;
}

.home-financing-card p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
}

.home-cta-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 2px solid var(--home-blue);
  border-radius: 10px;
  background: var(--home-blue);
  color: #fff;
  font-weight: 800;
  font-family: inherit;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.home-cta-button:hover {
  border-color: var(--home-orange);
  background: var(--home-orange);
  color: #fff;
}

.home-cta-button--light {
  flex: 0 0 auto;
  border-color: #fff;
  background: #fff;
  color: var(--home-navy);
}

.home-final-cta {
  background: #fff;
}

.home-final-cta__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 58px;
  border-radius: 26px;
  background: linear-gradient(145deg, #f2f8ff 0%, #fff8ef 100%);
  text-align: center;
}

.home-final-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.home-product-selector {
  margin-top: 38px;
  padding-top: 36px;
  border-top: 1px solid rgba(18, 6, 52, 0.12);
  text-align: left;
}

.home-product-selector[hidden] {
  display: none;
}

.home-product-selector__heading {
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: center;
}

.home-product-selector__heading h3 {
  margin: 6px 0 9px;
  color: var(--home-navy);
  font-size: 1.75rem;
  line-height: 1.2;
}

.home-product-selector__heading p {
  font-size: 1rem;
  line-height: 1.6;
}

.home-product-selector__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-product-selector__grid a {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  padding: 22px 20px;
  border: 1px solid rgba(18, 6, 52, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--home-ink);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-product-selector__grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(36, 137, 238, 0.42);
  box-shadow: 0 13px 28px rgba(21, 16, 52, 0.09);
  color: var(--home-ink);
}

.home-selector-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 12px;
  background: rgba(242, 138, 19, 0.12);
  color: var(--home-orange);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.home-product-selector__grid strong {
  color: var(--home-navy);
  font-size: 1.02rem;
  line-height: 1.35;
}

.home-product-selector__grid span {
  margin-top: 8px;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.home-cta-button--outline {
  background: transparent;
  color: var(--home-navy);
}

@media (max-width: 1199.98px) {
  .home-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-card {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .home-company-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .home-service-process-grid,
  .home-product-selector__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-why-company-intro {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 991.98px) {
  .home-section,
  .home-final-cta {
    padding: 70px 0;
  }

  .home-trust-grid,
  .home-service-benefits {
    grid-template-columns: 1fr;
  }

  .home-trust-card {
    min-height: 120px;
  }

  .home-media-grid,
  .home-company-grid {
    grid-template-columns: 1fr;
  }

  .home-featured-grid {
    grid-template-columns: 1fr;
  }

  .home-comparison-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-testimonial-card {
    flex-basis: calc((100% - 20px) / 2);
    min-height: 0;
  }

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

  .home-financing-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  #hero .slideshow .arrows {
    display: none;
  }

  .home-hero-secondary {
    margin: 12px 0 0;
  }

  .home-section,
  .home-trust-strip,
  .home-final-cta {
    padding: 56px 0;
  }

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

  .home-why-company-intro {
    gap: 26px;
    padding: 30px 24px;
  }

  .home-why-company-stats {
    grid-template-columns: 1fr;
  }

  .home-why-company-stats > div {
    min-height: 0;
  }

  .home-testimonial-grid {
    gap: 16px;
    padding: 0 2px 16px;
  }

  .home-testimonial-card {
    flex: 0 0 min(86vw, 360px);
    min-height: 330px;
    scroll-snap-align: start;
  }

  .home-product-grid,
  .home-featured-grid,
  .home-solution-grid,
  .home-activity-grid,
  .home-service-process-grid,
  .home-why-grid,
  .home-product-selector__grid {
    grid-template-columns: 1fr;
  }

  .home-product-card {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 190px;
  }

  .home-product-card__image img {
    height: 105px;
  }

  .home-product-card__body {
    padding: 22px 18px;
  }

  .home-product-card h3,
  .home-featured-card h3,
  .home-solution-card h3,
  .home-media-card h3,
  .home-company-card h3 {
    font-size: 1.16rem;
  }

  .home-product-card p {
    display: none;
  }

  .home-featured-card__media {
    height: 245px;
  }

  .home-featured-card__media img {
    padding: 8px;
  }

  .home-solution-card,
  .home-media-card {
    grid-template-rows: 230px 1fr;
  }

  .home-media-cta {
    align-items: stretch;
  }

  .home-media-cta .home-primary-link {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .home-company-card {
    grid-template-columns: 1fr;
  }

  .home-company-card__image {
    height: 220px;
  }

  .home-brand-card {
    height: 100px;
  }

  .home-certificate-grid {
    scroll-padding-inline: 2px;
  }

  .home-certificate-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .home-financing-card,
  .home-final-cta__content {
    padding: 32px 24px;
  }

  .home-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 479.98px) {
  .home-product-card {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .home-product-card__image {
    padding: 16px 8px;
  }

  .home-product-card__image img {
    height: 84px;
  }

  .home-product-card__body > span {
    font-size: 0.88rem;
  }

  .home-brand-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .home-certificate-grid {
    scroll-padding-inline: 2px;
  }

  .home-certificate-card {
    flex-basis: 88%;
  }
}
