
/* Prixhost global contact, icon and five-plan enhancements */

.socials a svg {
  width: 18px;
  height: 18px;
}

.footer-contact {
  display: grid;
  gap: 9px;
  margin: 17px 0 19px;
}

.footer-contact a {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.78);
  font-size: .84rem;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}

.footer-contact a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  color: #bdb5ff;
  background: rgba(255,255,255,.05);
}

.footer-contact-icon.whatsapp {
  color: #6ff2a6;
}

.footer-contact-icon svg {
  width: 16px;
  height: 16px;
}

.contact-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.email-float {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(104,71,245,.18);
  border-radius: 15px;
  color: #30245f;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 38px rgba(24,30,65,.17);
  backdrop-filter: blur(14px);
  font-size: .79rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

.email-float span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #6847f5;
  background: #f0edff;
}

.email-float svg {
  width: 16px;
  height: 16px;
}

.email-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(24,30,65,.22);
}

.whatsapp-float {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #20bf63;
  box-shadow: 0 15px 36px rgba(20,143,72,.34);
  animation: whatsappPulse 2.6s infinite;
  transition: transform .2s ease, background .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
  background: #18a955;
}

.whatsapp-float > svg {
  width: 29px;
  height: 29px;
}

.whatsapp-tooltip {
  position: absolute;
  right: 68px;
  top: 50%;
  width: max-content;
  padding: 8px 11px;
  border-radius: 9px;
  color: #fff;
  background: #0e172a;
  font-size: .74rem;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(6px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  pointer-events: none;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

@keyframes whatsappPulse {
  0% { box-shadow: 0 0 0 0 rgba(32,191,99,.28), 0 15px 36px rgba(20,143,72,.3); }
  70% { box-shadow: 0 0 0 14px rgba(32,191,99,0), 0 15px 36px rgba(20,143,72,.3); }
  100% { box-shadow: 0 0 0 0 rgba(32,191,99,0), 0 15px 36px rgba(20,143,72,.3); }
}

.dropdown-menu-icon,
.visual-title-icon,
.nav-service-icon,
.integration-symbol,
.contact-item-icon {
  overflow: hidden;
}

.dropdown-menu-icon svg,
.visual-title-icon svg,
.nav-service-icon svg,
.integration-symbol svg,
.contact-item-icon svg {
  width: 22px;
  height: 22px;
}

.nav-submenu a.has-service-icon {
  display: grid !important;
  grid-template-columns: 36px 1fr;
  align-items: center;
  column-gap: 10px;
}

.nav-service-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  grid-row: 1 / span 2;
  border-radius: 10px;
  color: #6847f5;
  background: #f0edff;
}

.nav-service-icon svg {
  width: 19px;
  height: 19px;
}

.nav-service-copy {
  min-width: 0;
}

.nav-service-copy strong,
.nav-service-copy span {
  display: block;
}

@media (max-width: 820px) {

  .contact-float {
    right: 14px;
    bottom: 14px;
  }

  .email-float strong {
    display: none;
  }

  .email-float {
    width: 48px;
    padding: 0;
    justify-content: center;
  }

  .email-float span {
    background: transparent;
  }
}

@media (max-width: 560px) {

  .whatsapp-float {
    width: 54px;
    height: 54px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    animation: none;
  }
}


/* Optimized plan layout and organized service icon system */

.dropdown-menu-icon,
.nav-service-icon,
.solution-icon,
.included-icon,
.value-icon,
.home-plan-icon,
.integration-symbol,
.contact-item-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.dropdown-menu-icon svg,
.nav-service-icon svg,
.solution-icon svg,
.included-icon svg,
.value-icon svg,
.home-plan-icon svg,
.integration-symbol svg,
.contact-item-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  overflow: visible;
}

.dropdown-menu a,
.nav-submenu a.has-service-icon {
  align-items: center !important;
}

.dropdown-menu-icon,
.nav-service-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(104,71,245,.10);
  border-radius: 11px;
  color: #6847f5;
  background: linear-gradient(145deg, #f5f2ff, #ebe7ff);
}

.dropdown-menu a:hover .dropdown-menu-icon,
.nav-submenu a:hover .nav-service-icon {
  color: #fff;
  border-color: #6847f5;
  background: linear-gradient(135deg, #6847f5, #866eff);
  box-shadow: 0 8px 18px rgba(104,71,245,.22);
}

.socials {
  align-items: center;
}

.socials a {
  display: grid !important;
  place-items: center;
}

.socials a svg {
  display: block;
  width: 18px;
  height: 18px;
}

/* All service pages: exactly three plans per desktop row.
   For five plans, the final two are centered beneath the first three. */

.product-price-grid.five-plans,
.pricing-grid.five-plans {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.product-price-grid.five-plans > .product-plan,
.pricing-grid.five-plans > .price-card {
  grid-column: span 2;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 27px;
}

.product-price-grid.five-plans > :nth-child(4):nth-last-child(2),
.pricing-grid.five-plans > :nth-child(4):nth-last-child(2) {
  grid-column: 2 / span 2;
}

.product-price-grid.five-plans > :nth-child(5):last-child,
.pricing-grid.five-plans > :nth-child(5):last-child {
  grid-column: 4 / span 2;
}

.product-price-grid.five-plans .product-features,
.pricing-grid.five-plans .plan-features {
  margin-bottom: 26px;
}

.product-price-grid.five-plans .product-price strong {
  font-size: clamp(2.45rem, 3.2vw, 3.25rem);
}

.pricing-grid.five-plans .price-value {
  font-size: clamp(2.7rem, 3.5vw, 3.6rem);
}

/* Homepage: one aligned plan from each service, three cards per row. */

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

.home-service-plan {
  position: relative;
  min-width: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #dfe5f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(35,45,84,.06);
  overflow: hidden;
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.home-service-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(104,71,245,.35);
  box-shadow: 0 22px 48px rgba(35,45,84,.13);
}

.home-service-plan.featured {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.17), transparent 34%),
    linear-gradient(150deg, #6748f2, #3d29b8);
  box-shadow: 0 22px 48px rgba(73,47,199,.25);
}

.home-service-plan::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  top: -76px;
  right: -70px;
  border-radius: 50%;
  background: rgba(104,71,245,.08);
  pointer-events: none;
  transition: transform .35s ease;
}

.home-service-plan:hover::after {
  transform: scale(1.35);
}

.home-service-plan.featured::after {
  background: rgba(255,255,255,.09);
}

.home-plan-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.16);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-plan-top {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-right: 70px;
  margin-bottom: 22px;
}

.home-plan-icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(104,71,245,.12);
  border-radius: 16px;
  color: #6847f5;
  background: linear-gradient(145deg, #f5f2ff, #eae6ff);
  box-shadow: 0 9px 20px rgba(104,71,245,.10);
}

.home-plan-icon svg {
  width: 27px;
  height: 27px;
}

.home-service-plan.featured .home-plan-icon {
  color: #fff;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.12);
  box-shadow: none;
}

.home-plan-category {
  color: #6847f5;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-service-plan.featured .home-plan-category {
  color: #cfc8ff;
}

.home-service-plan h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.home-plan-description {
  min-height: 76px;
  color: #687188;
  font-size: .92rem;
  margin-bottom: 22px;
}

.home-service-plan.featured .home-plan-description {
  color: rgba(255,255,255,.74);
}

.home-plan-price {
  display: flex;
  align-items: end;
  gap: 7px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e6eaf3;
}

.home-plan-price strong {
  font-size: clamp(2.35rem, 3.2vw, 3.2rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.home-plan-price span {
  color: #7a8398;
  font-size: .8rem;
  font-weight: 750;
  margin-bottom: 4px;
}

.home-service-plan.featured .home-plan-price {
  border-color: rgba(255,255,255,.15);
}

.home-service-plan.featured .home-plan-price span {
  color: rgba(255,255,255,.68);
}

.home-plan-features {
  display: grid;
  gap: 12px;
  margin-bottom: 27px;
  list-style: none;
  color: #4c576d;
  font-size: .88rem;
  font-weight: 700;
}

.home-service-plan.featured .home-plan-features {
  color: rgba(255,255,255,.82);
}

.home-plan-features li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.home-plan-check {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  color: #0a8755;
  background: #e3f9ef;
}

.home-plan-check svg {
  width: 14px;
  height: 14px;
}

.home-service-plan.featured .home-plan-check {
  color: #0d5237;
  background: #93ffd3;
}

.home-plan-button {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0 !important;
}

.home-service-plan.featured .home-plan-button {
  color: #4d2ed0;
  background: #fff;
  box-shadow: none;
}

.home-plan-arrow svg {
  width: 17px;
  height: 17px;
}

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

  .product-price-grid.five-plans,
  .pricing-grid.five-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-price-grid.five-plans > .product-plan,
  .pricing-grid.five-plans > .price-card,
  .product-price-grid.five-plans > :nth-child(4):nth-last-child(2),
  .pricing-grid.five-plans > :nth-child(4):nth-last-child(2),
  .product-price-grid.five-plans > :nth-child(5):last-child,
  .pricing-grid.five-plans > :nth-child(5):last-child {
    grid-column: auto;
  }

  .product-price-grid.five-plans > :last-child:nth-child(odd),
  .pricing-grid.five-plans > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 540px);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .home-service-grid,
  .product-price-grid.five-plans,
  .pricing-grid.five-plans {
    grid-template-columns: 1fr !important;
  }

  .product-price-grid.five-plans > :last-child:nth-child(odd),
  .pricing-grid.five-plans > :last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .home-service-plan {
    min-height: 0;
  }

  .home-plan-description {
    min-height: 0;
  }
}


/* Policy footer links and RapidBizz design credit */
.footer-bottom {
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom .footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 20px;
}

.footer-bottom .design-credit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-left: 16px;
  border-left: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.62);
  white-space: nowrap;
}

.footer-bottom .design-credit a {
  color: #fff;
  font-weight: 900;
  transition: color .2s ease;
}

.footer-bottom .design-credit a:hover {
  color: #bdb4ff;
}

@media (max-width: 680px) {
  .footer-bottom .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom .design-credit {
    padding-left: 0;
    border-left: 0;
  }
}


/* Unified icon alignment across every Prixhost page */

.dropdown-menu-icon,
.nav-service-icon,
.visual-title-icon,
.content-icon,
.icon-box,
.solution-icon,
.included-icon,
.value-icon,
.home-plan-icon,
.resource-icon,
.mission-icon,
.migration-icon,
.migration-core-icon,
.contact-item-icon,
.payment-method-icon,
.payment-security-icon {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto;
  line-height: 0;
  text-align: center;
}

.dropdown-menu-icon svg,
.nav-service-icon svg,
.visual-title-icon svg,
.content-icon svg,
.icon-box svg,
.solution-icon svg,
.included-icon svg,
.value-icon svg,
.home-plan-icon svg,
.resource-icon svg,
.mission-icon svg,
.migration-icon svg,
.migration-core-icon svg,
.contact-item-icon svg,
.payment-method-icon svg,
.payment-security-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.dropdown-menu a {
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: center !important;
}

.dropdown-menu-icon {
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
}

.dropdown-menu a > span:last-child,
.nav-service-copy {
  min-width: 0;
  align-self: center;
}

.content-card,
.feature-card,
.included-card,
.value-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content-icon,
.icon-box,
.included-icon,
.value-icon {
  width: 54px !important;
  height: 54px !important;
  margin: 0 0 20px !important;
}

.visual-title-icon {
  width: 52px !important;
  height: 52px !important;
}

.visual-title-icon svg {
  width: 26px !important;
  height: 26px !important;
}

/* WhatsApp on the left; email remains on the right. */

.contact-float {
  left: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  width: auto !important;
  justify-content: space-between;
  pointer-events: none;
}

.contact-float > a {
  pointer-events: auto;
}

.whatsapp-float {
  order: 1;
}

.email-float {
  order: 2;
  margin-left: auto;
}

.whatsapp-tooltip {
  left: 68px !important;
  right: auto !important;
  transform: translateY(-50%) translateX(-6px) !important;
}

.whatsapp-float:hover .whatsapp-tooltip {
  transform: translateY(-50%) translateX(0) !important;
}

/* Homepage payment methods section */

.payment-methods-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(104,71,245,.12), transparent 30%),
    radial-gradient(circle at 9% 85%, rgba(8,191,174,.10), transparent 27%),
    #f7f9ff;
}

.payment-methods-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(104,71,245,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,71,245,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.payment-methods-section > .container {
  position: relative;
  z-index: 1;
}

.payment-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 38px;
}

.payment-section-head > div:first-child {
  max-width: 710px;
}

.payment-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -.045em;
  margin-bottom: 14px;
}

.payment-section-head p {
  color: var(--muted);
}

.payment-security-note {
  min-width: 285px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 17px;
  border: 1px solid rgba(104,71,245,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 28px rgba(34,45,80,.07);
  backdrop-filter: blur(12px);
}

.payment-security-icon {
  width: 43px;
  height: 43px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #846fff);
}

.payment-security-icon svg {
  width: 22px;
  height: 22px;
}

.payment-security-note strong,
.payment-security-note small {
  display: block;
}

.payment-security-note strong {
  font-size: .88rem;
  margin-bottom: 2px;
}

.payment-security-note small {
  max-width: 210px;
  color: var(--muted);
  font-size: .71rem;
}

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

.payment-method-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 56px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(35,45,84,.055);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.payment-method-card:hover {
  transform: translateY(-5px);
  border-color: rgba(104,71,245,.3);
  box-shadow: 0 18px 36px rgba(35,45,84,.11);
}

.payment-method-icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(104,71,245,.11);
  border-radius: 15px;
  color: var(--primary);
  background: linear-gradient(145deg, #f5f2ff, #eae6ff);
}

.payment-method-card:nth-child(1) .payment-method-icon {
  color: #11995c;
  background: #e9faef;
}

.payment-method-card:nth-child(2) .payment-method-icon {
  color: #d9272e;
  background: #fff0f0;
}

.payment-method-card:nth-child(3) .payment-method-icon {
  color: #28539b;
  background: #edf4ff;
}

.payment-method-card:nth-child(4) .payment-method-icon {
  color: #1869aa;
  background: #edf7ff;
}

.payment-method-card:nth-child(5) .payment-method-icon {
  color: #4d2ed0;
}

.payment-method-card:nth-child(6) .payment-method-icon {
  color: #087a50;
  background: #e9faf3;
}

.payment-method-copy {
  min-width: 0;
}

.payment-method-copy h3 {
  font-size: 1rem;
  margin-bottom: 3px;
}

.payment-method-copy p {
  color: var(--muted);
  font-size: .78rem;
}

.payment-method-badge {
  padding: 7px 9px;
  border-radius: 999px;
  color: #59647a;
  background: #f0f3f9;
  font-size: .66rem;
  font-weight: 900;
  white-space: nowrap;
}

.payment-support-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 27px;
  color: var(--muted);
  font-size: .85rem;
}

.payment-support-row a {
  color: var(--primary);
  font-weight: 850;
}

/* Compact payment strip in all footers */

.footer-payment-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  margin-bottom: 4px;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.footer-payment-title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.78);
  font-size: .79rem;
}

.footer-payment-title span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #82f0bd;
  background: rgba(255,255,255,.06);
}

.footer-payment-title svg {
  width: 17px;
  height: 17px;
}

.footer-payment-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-payment-badges span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.04);
  font-size: .68rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .payment-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-payment-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-payment-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .contact-float {
    left: 13px !important;
    right: 13px !important;
    bottom: 13px !important;
  }

  .payment-methods-section {
    padding: 74px 0;
  }

  .payment-method-grid {
    grid-template-columns: 1fr;
  }

  .payment-method-card {
    grid-template-columns: 52px minmax(0,1fr) auto;
    padding: 18px;
  }

  .payment-method-icon {
    width: 50px;
    height: 50px;
  }

  .payment-security-note {
    min-width: 0;
    width: 100%;
  }

  .payment-support-row {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ================================================================
   PRIXHOST FINAL RESPONSIVE OPTIMIZATION
   Compact icons, aligned logos, stable footers and mobile-safe grids
   ================================================================ */

:root {
  --ui-icon-box: 44px;
  --ui-icon-size: 20px;
  --ui-icon-radius: 13px;
}

/* Prevent long labels and URLs from causing layout overflow. */
.prixhost-site *,
.prixhost-site *::before,
.prixhost-site *::after {
  min-width: 0;
}

.prixhost-site p,
.prixhost-site a,
.prixhost-site span,
.prixhost-site strong {
  overflow-wrap: anywhere;
}

/* Keep the email shortcut removed and WhatsApp compact on the left. */
.email-float {
  display: none !important;
}

.contact-float {
  position: fixed !important;
  left: 18px !important;
  right: auto !important;
  bottom: 18px !important;
  z-index: 999 !important;
  width: auto !important;
  display: block !important;
  pointer-events: none;
}

.contact-float .whatsapp-float {
  width: 50px !important;
  height: 50px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border-width: 3px !important;
  pointer-events: auto;
}

.contact-float .whatsapp-float > svg {
  width: 24px !important;
  height: 24px !important;
}

.whatsapp-tooltip {
  left: 60px !important;
  right: auto !important;
  font-size: .7rem !important;
}

/* Compact brand mark throughout the website. */
.brand-mark {
  width: 39px !important;
  height: 39px !important;
  flex: 0 0 39px !important;
  border-radius: 12px !important;
}

.brand-mark > svg {
  width: 20px !important;
  height: 20px !important;
}

/* Consistent compact icon system. */
.dropdown-menu-icon,
.nav-service-icon,
.content-icon,
.icon-box,
.solution-icon,
.included-icon,
.value-icon,
.home-plan-icon,
.resource-icon,
.mission-icon,
.migration-icon,
.migration-core-icon,
.contact-item-icon,
.payment-security-icon {
  width: var(--ui-icon-box) !important;
  height: var(--ui-icon-box) !important;
  min-width: var(--ui-icon-box) !important;
  min-height: var(--ui-icon-box) !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 var(--ui-icon-box) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
  overflow: hidden !important;
  border-radius: var(--ui-icon-radius) !important;
}

.dropdown-menu-icon svg,
.nav-service-icon svg,
.content-icon svg,
.icon-box svg,
.solution-icon svg,
.included-icon svg,
.value-icon svg,
.home-plan-icon svg,
.resource-icon svg,
.mission-icon svg,
.migration-icon svg,
.migration-core-icon svg,
.contact-item-icon svg,
.payment-security-icon svg {
  width: var(--ui-icon-size) !important;
  height: var(--ui-icon-size) !important;
  max-width: var(--ui-icon-size) !important;
  max-height: var(--ui-icon-size) !important;
  display: block !important;
  margin: 0 !important;
  overflow: visible !important;
}

/* Dropdown icons should be the smallest icons on the site. */
.dropdown-menu-icon,
.nav-service-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  flex-basis: 34px !important;
  border-radius: 10px !important;
}

.dropdown-menu-icon svg,
.nav-service-icon svg {
  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;
}

.dropdown-menu a {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
}

.nav-submenu a.has-service-icon {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
}

.dropdown-menu a > span:last-child,
.nav-service-copy {
  min-width: 0;
  align-self: center;
}

/* Visual dashboard icons may be slightly larger, but still controlled. */
.visual-title-icon {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 46px !important;
  border-radius: 13px !important;
  overflow: hidden !important;
}

.visual-title-icon svg {
  width: 21px !important;
  height: 21px !important;
  max-width: 21px !important;
  max-height: 21px !important;
}

/* Feature-card icon alignment. */
.content-card,
.feature-card,
.included-card,
.value-card,
.solution-card {
  align-items: flex-start !important;
}

.content-icon,
.icon-box,
.included-icon,
.value-icon,
.solution-icon {
  margin: 0 0 17px !important;
}

/* Homepage plan icons. */
.home-plan-icon {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  flex-basis: 46px !important;
  border-radius: 14px !important;
}

.home-plan-icon svg {
  width: 21px !important;
  height: 21px !important;
  max-width: 21px !important;
  max-height: 21px !important;
}

.home-plan-top {
  gap: 11px !important;
  margin-bottom: 19px !important;
}

.home-plan-check {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  flex-basis: 19px !important;
}

.home-plan-check svg,
.home-plan-arrow svg {
  width: 13px !important;
  height: 13px !important;
}

/* Social icons. */
.site-footer .socials {
  min-height: 32px;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin: 0 !important;
}

.site-footer .socials a {
  width: 32px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px !important;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.045);
}

.site-footer .socials a svg {
  width: 15px !important;
  height: 15px !important;
}

/* ---------------------------------------------------------------
   Unified footer alignment
   --------------------------------------------------------------- */

.site-footer,
footer.site-footer {
  padding: 66px 0 22px !important;
  color: rgba(255,255,255,.70);
  background: #080e1e;
}

.unified-footer-grid,
.site-footer .footer-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(245px, 1.45fr) repeat(4, minmax(120px, 1fr)) !important;
  align-items: start !important;
  gap: 28px !important;
  padding: 0 0 34px !important;
}

.site-footer .footer-brand,
.site-footer .footer-col {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.site-footer .footer-brand .brand {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 14px !important;
  color: #fff;
}

.site-footer .footer-brand > p {
  width: 100%;
  max-width: 330px;
  min-height: 0 !important;
  margin: 0 0 15px !important;
  color: rgba(255,255,255,.62);
  font-size: .85rem;
  line-height: 1.65;
}

.site-footer .footer-contact {
  min-height: 0 !important;
  display: grid !important;
  align-content: start;
  gap: 8px !important;
  margin: 0 0 15px !important;
}

.site-footer .footer-contact a {
  width: max-content;
  max-width: 100%;
  font-size: .8rem !important;
}

.site-footer .footer-contact-icon {
  width: 25px !important;
  height: 25px !important;
  border-radius: 7px !important;
}

.site-footer .footer-contact-icon svg {
  width: 14px !important;
  height: 14px !important;
}

.site-footer .footer-col h4 {
  min-height: 0 !important;
  margin: 4px 0 15px !important;
  color: #fff;
  font-size: .89rem;
  line-height: 1.35;
}

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

.site-footer .footer-col li,
.site-footer .footer-col a {
  margin: 0 !important;
  line-height: 1.45;
  font-size: .81rem;
}

.site-footer .footer-bottom {
  min-height: 48px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  gap: 13px 22px !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  font-size: .75rem;
}

.site-footer .footer-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 16px !important;
}

/* Compact footer payment logos. */
.footer-payment-logos-strip {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  padding: 17px 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(255,255,255,.09);
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.footer-payment-logos-strip .footer-payment-title {
  flex: 0 0 auto;
  display: grid !important;
  gap: 2px !important;
  color: #fff;
}

.footer-payment-logos-strip .footer-payment-title strong {
  font-size: .78rem;
}

.footer-payment-logos-strip .footer-payment-title small {
  color: rgba(255,255,255,.48);
  font-size: .64rem;
}

.footer-payment-logos {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap;
  gap: 7px !important;
}

.footer-payment-logo {
  width: 80px !important;
  height: 31px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 3px 5px !important;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px !important;
  background: #fff;
}

.footer-payment-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 68px !important;
  max-height: 22px !important;
  display: block !important;
  object-fit: contain !important;
}

/* ---------------------------------------------------------------
   Payment method logos
   --------------------------------------------------------------- */

.payment-method-card {
  grid-template-columns: 58px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 13px !important;
  min-height: 104px;
  padding: 19px !important;
}

.payment-method-icon {
  width: 58px !important;
  height: 43px !important;
  min-width: 58px !important;
  min-height: 43px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 5px 7px !important;
  border: 1px solid #e4e8f2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 5px 14px rgba(35,45,84,.055);
}

.payment-logo-image {
  width: auto !important;
  height: auto !important;
  max-width: 46px !important;
  max-height: 27px !important;
  display: block !important;
  object-fit: contain !important;
}

.payment-method-copy h3 {
  font-size: .94rem !important;
}

.payment-method-copy p {
  font-size: .74rem !important;
}

.payment-method-badge {
  padding: 6px 8px !important;
  font-size: .61rem !important;
}

.payment-security-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  flex-basis: 38px !important;
  border-radius: 11px !important;
}

.payment-security-icon svg {
  width: 18px !important;
  height: 18px !important;
}

/* ---------------------------------------------------------------
   Partner logo grid — smaller, aligned and non-duplicated
   --------------------------------------------------------------- */

.logo-cloud {
  padding: 40px 0 18px !important;
  overflow: visible !important;
}

.logo-cloud-label {
  margin-bottom: 20px !important;
  color: #59637a !important;
  font-size: .77rem !important;
  letter-spacing: .13em !important;
}

.logo-marquee {
  overflow: visible !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.logo-track.partner-logo-grid,
.logo-track {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 12px !important;
  padding: 0 !important;
  animation: none !important;
  transform: none !important;
}

.partner-logo-card {
  width: 100% !important;
  height: 54px !important;
  min-width: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 8px 10px !important;
  border: 1px solid #e0e5f0;
  border-radius: 13px !important;
  background: #fff;
  box-shadow: 0 6px 18px rgba(35,45,84,.055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.partner-logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(104,71,245,.26);
  box-shadow: 0 13px 26px rgba(35,45,84,.105);
}

.partner-logo-card img {
  width: auto !important;
  height: auto !important;
  max-width: 126px !important;
  max-height: 27px !important;
  display: block !important;
  object-fit: contain !important;
}

/* Stable responsive grids and cards. */
.home-service-grid,
.payment-method-grid,
.product-price-grid,
.pricing-grid {
  align-items: stretch !important;
}

.home-service-plan,
.payment-method-card,
.product-plan,
.price-card {
  min-width: 0 !important;
}

/* Keyboard accessibility. */
.prixhost-site a:focus-visible,
.prixhost-site button:focus-visible,
.prixhost-site input:focus-visible,
.prixhost-site select:focus-visible,
.prixhost-site textarea:focus-visible {
  outline: 3px solid rgba(104,71,245,.34) !important;
  outline-offset: 3px !important;
}

/* Reduce off-screen rendering work in supported browsers. */
@supports (content-visibility: auto) {
  main > section:not(:first-child) {
    content-visibility: auto;
    contain-intrinsic-size: auto 700px;
  }
}

/* ---------------------------------------------------------------
   Tablet
   --------------------------------------------------------------- */

@media (max-width: 1120px) {
  .unified-footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer .footer-brand > p {
    max-width: 520px;
  }

  .site-footer .footer-contact {
    max-width: 520px;
  }

  .logo-track.partner-logo-grid,
  .logo-track {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .footer-payment-logos-strip {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .footer-payment-logos {
    justify-content: flex-start !important;
  }
}

@media (max-width: 820px) {
  :root {
    --ui-icon-box: 42px;
    --ui-icon-size: 19px;
  }

  .unified-footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }

  .logo-track.partner-logo-grid,
  .logo-track {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .payment-method-card {
    grid-template-columns: 54px minmax(0, 1fr) auto !important;
  }

  .payment-method-icon {
    width: 54px !important;
    height: 41px !important;
    min-width: 54px !important;
    min-height: 41px !important;
  }

  .payment-logo-image {
    max-width: 43px !important;
    max-height: 25px !important;
  }
}

/* ---------------------------------------------------------------
   Mobile
   --------------------------------------------------------------- */

@media (max-width: 560px) {
  .contact-float {
    left: 12px !important;
    bottom: 12px !important;
  }

  .contact-float .whatsapp-float {
    width: 47px !important;
    height: 47px !important;
  }

  .contact-float .whatsapp-float > svg {
    width: 22px !important;
    height: 22px !important;
  }

  .unified-footer-grid,
  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 27px !important;
  }

  .site-footer .footer-brand {
    grid-column: auto;
  }

  .site-footer .footer-bottom,
  .site-footer .footer-links {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .site-footer .design-credit {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  .footer-payment-logos {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100%;
  }

  .footer-payment-logo {
    width: 100% !important;
    height: 31px !important;
  }

  .footer-payment-logo img {
    max-width: 62px !important;
    max-height: 20px !important;
  }

  .logo-track.partner-logo-grid,
  .logo-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .partner-logo-card {
    height: 50px !important;
    padding: 8px !important;
  }

  .partner-logo-card img {
    max-width: 112px !important;
    max-height: 24px !important;
  }

  .payment-method-card {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    min-height: 94px;
    padding: 16px !important;
  }

  .payment-method-icon {
    width: 50px !important;
    height: 38px !important;
    min-width: 50px !important;
    min-height: 38px !important;
  }

  .payment-logo-image {
    max-width: 40px !important;
    max-height: 23px !important;
  }

  .payment-method-badge {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 390px) {
  .footer-payment-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .logo-track.partner-logo-grid,
  .logo-track {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-logo-card,
  .contact-float .whatsapp-float {
    animation: none !important;
    transition: none !important;
  }
}


/* ================================================================
   PNG LOGOS, ANIMATED SOCIAL ICONS & PROMOTIONAL HEADER SLIDER
   ================================================================ */

/* Header now contains a promotional slider above the main navigation. */
.site-header {
  position: sticky !important;
  top: 0 !important;
  padding: 0 !important;
  overflow: visible;
}

.site-header > .nav,
.site-header > .container.nav {
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.promo-banner {
  position: relative;
  z-index: 3;
  min-height: 38px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 50%, rgba(92, 231, 255, .16), transparent 24%),
    radial-gradient(circle at 90% 50%, rgba(149, 121, 255, .22), transparent 26%),
    linear-gradient(90deg, #121a3b, #322174 52%, #151d45);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .09;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent 49%, rgba(255,255,255,.25) 50%, transparent 51%);
  background-size: 44px 100%;
}

.promo-banner-inner {
  position: relative;
  z-index: 1;
  min-height: 38px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 28px;
  align-items: center;
  gap: 9px;
}

.promo-slides {
  position: relative;
  min-width: 0;
  min-height: 38px;
}

.promo-slide {
  position: absolute;
  inset: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,.88);
  font-size: .76rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity .38s ease,
    transform .38s ease,
    visibility .38s ease;
}

.promo-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.promo-slide:hover {
  color: #fff;
}

.promo-label {
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(133, 102, 255, .34);
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.promo-label-green {
  background: rgba(15, 186, 121, .32);
}

.promo-label-blue {
  background: rgba(32, 159, 229, .32);
}

.promo-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-text strong {
  color: #fff;
}

.promo-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #bff5ff;
  font-weight: 850;
  white-space: nowrap;
}

.promo-link svg {
  width: 13px;
  height: 13px;
}

.promo-control {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 8px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.055);
  transition:
    color .2s ease,
    background .2s ease,
    transform .2s ease;
}

.promo-control:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
  transform: scale(1.05);
}

.promo-control svg {
  width: 15px;
  height: 15px;
}

.promo-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.promo-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.33);
  transition: width .22s ease, background .22s ease;
}

.promo-dots button.active {
  width: 17px;
  background: #80e7ff;
}

/* PNG payment and partner logos stay sharp and correctly contained. */
.partner-logo-card img,
.payment-logo-image,
.footer-payment-logo img {
  image-rendering: auto;
}

.partner-logo-card img {
  max-width: 126px !important;
  max-height: 28px !important;
}

.payment-logo-image {
  max-width: 47px !important;
  max-height: 28px !important;
}

.footer-payment-logo img {
  max-width: 69px !important;
  max-height: 22px !important;
}

/* Six partners after RapidBizz removal. */
.logo-track.partner-logo-grid,
.logo-track {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

/* Animated footer social icons. */
.site-footer .socials a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: socialSoftFloat 4.8s ease-in-out infinite;
  transition:
    color .25s ease,
    border-color .25s ease,
    background .25s ease,
    transform .28s cubic-bezier(.2,.7,.25,1),
    box-shadow .28s ease;
}

.site-footer .socials a:nth-child(2) {
  animation-delay: -.9s;
}

.site-footer .socials a:nth-child(3) {
  animation-delay: -1.8s;
}

.site-footer .socials a:nth-child(4) {
  animation-delay: -2.7s;
}

.site-footer .socials a::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transform: scale(.35);
  background: radial-gradient(circle, rgba(125, 104, 255, .6), transparent 66%);
  transition: opacity .25s ease, transform .35s ease;
}

.site-footer .socials a svg {
  transition: transform .32s cubic-bezier(.2,.75,.25,1);
}

.site-footer .socials a:hover {
  color: #fff;
  border-color: rgba(142, 124, 255, .58);
  background: linear-gradient(135deg, #6a4df3, #3e2bb9);
  box-shadow: 0 10px 25px rgba(86, 57, 213, .34);
  transform: translateY(-5px) rotate(-4deg) scale(1.08);
  animation-play-state: paused;
}

.site-footer .socials a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.site-footer .socials a:hover svg {
  transform: rotate(8deg) scale(1.12);
}

.site-footer .socials a:active {
  transform: translateY(-1px) scale(.96);
}

@keyframes socialSoftFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

/* Mobile navigation must open below the promotional bar. */
@media (max-width: 1120px) {
  .site-header .nav-links {
    top: 108px !important;
    max-height: calc(100vh - 124px) !important;
  }

  .logo-track.partner-logo-grid,
  .logo-track {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .promo-banner,
  .promo-banner-inner,
  .promo-slides {
    min-height: 42px;
  }

  .promo-banner-inner {
    grid-template-columns: 25px minmax(0, 1fr) 25px;
    gap: 5px;
  }

  .promo-slide {
    justify-content: flex-start;
    gap: 7px;
    font-size: .7rem;
  }

  .promo-label,
  .promo-link,
  .promo-dots {
    display: none;
  }

  .promo-text {
    width: 100%;
    text-align: center;
  }

  .promo-control {
    width: 24px;
    height: 24px;
  }

  .site-header .nav-links {
    top: 110px !important;
  }
}

@media (max-width: 560px) {
  .logo-track.partner-logo-grid,
  .logo-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .partner-logo-card img {
    max-width: 108px !important;
    max-height: 24px !important;
  }

  .promo-text strong {
    font-weight: 850;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-slide {
    transition: none !important;
  }

  .site-footer .socials a {
    animation: none !important;
  }
}
