/* Home page sections for the native Elementor build. */

.hero {
  background: #f5f7fa;
  min-height: 404px;
  position: relative;
  overflow: hidden;
}

.elementor-element.hero {
  padding: 0 !important;
  gap: 0 !important;
}

.hero .wrap {
  display: grid !important;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr) !important;
  align-items: center;
  gap: 38px;
  min-height: 404px;
  padding: 30px 0 28px;
}

.tag .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: var(--bright);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  margin-bottom: 34px;
}

.hero h1 {
  font-size: clamp(40px, 3.55vw, 50px);
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: 0;
  max-width: 620px;
  margin-bottom: 26px;
  color: #000;
}

.hero p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.68;
  color: #000;
  margin-bottom: 34px;
}

.hero-cta .elementor-button,
.product-cta .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 46px;
  padding: 11px 30px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0;
  transition: .18s ease;
  white-space: nowrap;
}

.hero-cta .elementor-button:hover,
.product-cta .elementor-button:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

.hero-cta.secondary .elementor-button,
.product-cta.secondary .elementor-button {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.hero-cta.secondary .elementor-button:hover,
.product-cta.secondary .elementor-button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.hero-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 340px;
  overflow: hidden;
}

.hero-media img {
  width: min(100%, 650px);
  max-height: 350px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  clip-path: inset(0 0 0 42px);
}

.home-advantages {
  background: #fff;
}

.elementor-element.home-advantages {
  padding: 0 !important;
  gap: 0 !important;
}

.home-advantages-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 34px !important;
  padding: 46px 0 38px !important;
}

.home-advantage {
  min-width: 0;
  text-align: center;
}

.elementor-element.home-advantage {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.advantage-icon {
  margin: 0 auto 28px;
}

.elementor-element.advantage-icon {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.advantage-icon .elementor-widget-icon {
  text-align: center;
}

.advantage-icon .elementor-icon {
  color: #8cc63f !important;
  font-size: 64px !important;
}

.advantage-icon .elementor-icon svg {
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  fill: currentColor !important;
}

.home-advantage > .elementor-widget-heading {
  margin-bottom: 10px !important;
}

.home-advantage .elementor-heading-title {
  color: #000 !important;
  font-size: 28px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.home-advantage > .elementor-widget-text-editor {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.home-advantage > .elementor-widget-text-editor p {
  margin: 0 !important;
}

.stats-band {
  background: #071f3d;
  color: #fff;
}

.elementor-element.stats-band {
  padding: 0 !important;
  gap: 0 !important;
}

.stats-band .wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 40px !important;
  padding: 58px 0 62px !important;
}

.stats-band-item {
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .72s ease, transform .72s ease;
  transition-delay: var(--delay, 0ms);
}

.elementor-element.stats-band-item {
  width: auto !important;
  padding: 0 !important;
}

.stats-band.is-animated .stats-band-item {
  opacity: 1;
  transform: translateY(0);
}

.stats-band-item strong,
.stats-band-item .stat-value .elementor-heading-title {
  display: block;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}

.stats-band-item p,
.stats-band-item .stat-label p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.48;
  max-width: 255px;
}

.section { padding: 42px 0; }
.elementor-element.section { padding: 42px 0 !important; gap: 0 !important; }

.section-title {
  text-align: center;
  margin-bottom: 28px;
}

.section-title h2 {
  color: var(--bright);
  font-size: 34px;
  line-height: 1.24;
  font-weight: 500;
}

.home-products { padding-top: 0; }
.elementor-element.home-products { padding-top: 0 !important; }

.product-band {
  display: grid !important;
  grid-template-columns: .83fr 1.17fr !important;
  align-items: center;
  min-height: 255px;
  padding: 24px 54px !important;
  background: #f4f5f7;
  overflow: hidden;
}

.product-band + .product-band { margin-top: 20px; }

.product-band.dark {
  background: linear-gradient(135deg, #050608 0%, #12161b 52%, #020304 100%);
  color: #fff;
}

.product-band.accent {
  background: var(--bright);
  color: #000;
}

.product-band.reverse { grid-template-columns: 1.16fr .84fr !important; }
.product-band.reverse .product-media { order: 2; }
.product-band.dark.reverse .product-copy { text-align: right; }

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 202px;
}

.elementor-element.product-media,
.elementor-element.product-copy {
  padding: 0 !important;
}

.product-media img {
  max-height: 205px;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.18));
}

.product-copy { text-align: center; }

.product-copy h3 {
  font-size: clamp(33px, 3.15vw, 44px);
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
  margin-bottom: 22px;
}

.product-copy p {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 15px;
  line-height: 1.78;
  color: inherit;
}

.product-band.dark .product-copy p { color: #f6f8fb; }

.who {
  text-align: center;
  padding: 28px 0 16px;
}

.elementor-element.who { padding: 28px 0 16px !important; }

.who h2 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}

.who h3 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.who p {
  max-width: 1060px;
  margin: 0 auto 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #000;
}

.read-more {
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: var(--bright);
}

.read-more:hover { color: var(--blue); }

.steps { padding: 28px 0 36px; }
.elementor-element.steps { padding: 28px 0 36px !important; }

.steps h2 {
  color: #000;
  text-align: center;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 26px;
}

.steps-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding: 0 !important;
}

.step {
  text-align: center;
  padding: 0 12px;
}

.step-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  color: var(--bright);
}

.step-icon .elementor-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.step-icon .elementor-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
}

.step strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}

.step p {
  font-size: 13px;
  line-height: 1.55;
  color: #000;
}

.posts {
  background: #f5f5f5;
  padding: 34px 0 66px;
}

.elementor-element.posts { padding: 34px 0 66px !important; }

.post-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  padding: 0 !important;
}

.post { background: transparent; }

.post img {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
  background: #fff;
}

.post-body {
  padding: 18px 0 0;
  display: flex;
  flex-direction: column;
}

.post h3 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 9px;
  color: #000;
}

.post p {
  color: #000;
  line-height: 1.62;
  font-size: 13px;
  margin-bottom: 12px;
}

.post-body .read-more { margin-top: auto; }

.home-footer {
  border-top: 0;
  background: #000;
  color: #fff;
  padding: 54px 0 24px;
}

.elementor-element.home-footer { padding: 54px 0 24px !important; gap: 0 !important; }
.elementor-element.home-footer > .wrap { padding: 0 !important; }

.home-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.25fr .8fr .85fr .9fr !important;
  gap: 30px !important;
  padding: 0 !important;
}

.home-footer .footer-logo {
  width: 156px;
  height: auto;
  margin-bottom: 18px;
}

.home-footer h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 14px;
}

.home-footer p,
.home-footer a {
  color: #fff;
  line-height: 1.85;
}

.home-footer .elementor-button {
  color: #fff !important;
}

.home-footer a:hover,
.home-footer .elementor-button:hover { color: var(--bright) !important; }

.home-footer .copyright {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.16);
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.home-contact-float {
  position: fixed !important;
  left: auto !important;
  right: 76px !important;
  bottom: 42px !important;
  z-index: 72 !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.back-top {
  position: fixed !important;
  left: auto !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 70 !important;
  width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .18s ease;
}

.back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1180px) {
  .hero .wrap { grid-template-columns: 1fr 1fr !important; }
  .product-band { padding: 24px 36px !important; }
  .product-copy h3 { font-size: 34px; }
}

@media (max-width: 991px) {
  .hero .wrap { grid-template-columns: 1fr !important; min-height: auto; padding: 34px 0 26px; text-align: center; }
  .tag { margin: 0 auto 22px; }
  .hero h1 { margin-left: auto; margin-right: auto; font-size: 38px; }
  .hero p { margin-left: auto; margin-right: auto; font-size: 16px; }
  .hero-media { min-height: 230px; justify-content: center; }
  .hero-media img { max-height: 260px; clip-path: inset(0 0 0 28px); }
  .home-advantages-grid { grid-template-columns: 1fr !important; max-width: 680px !important; padding: 44px 0 34px !important; }
  .home-advantage .elementor-heading-title { font-size: 25px !important; }
  .stats-band .wrap, .post-grid, .home-footer .footer-grid, .product-band, .product-band.reverse { grid-template-columns: 1fr !important; }
  .product-band.reverse .product-media { order: 0; }
  .product-band.dark.reverse .product-copy { text-align: center; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 560px) {
  .hero .wrap { padding-top: 32px; padding-bottom: 18px; gap: 12px; }
  .hero h1 { font-size: 29px; line-height: 1.35; margin-bottom: 18px; }
  .hero p { font-size: 16px; line-height: 1.38; margin-bottom: 20px; }
.hero-cta .elementor-button, .product-cta .elementor-button { min-height: 44px; min-width: 142px; padding: 10px 22px; }
  .home-advantages-grid { gap: 38px !important; padding: 40px 0 30px !important; }
  .advantage-icon { margin-bottom: 20px; }
  .advantage-icon .elementor-icon { font-size: 54px !important; }
  .home-advantage .elementor-heading-title { font-size: 23px !important; }
  .home-advantage > .elementor-widget-text-editor { font-size: 15px !important; line-height: 1.65 !important; }
  .stats-band .wrap { gap: 28px !important; padding: 46px 0 50px !important; }
  .stats-band-item p { font-size: 16px; max-width: 320px; }
  .elementor-element.section { padding: 48px 0 !important; }
  .section-title h2 { font-size: 30px; }
  .product-band { padding: 22px 18px !important; gap: 12px !important; }
  .product-copy h3 { font-size: 28px; }
  .product-copy p { font-size: 13px; line-height: 1.62; }
  .product-media { min-height: 158px; }
  .product-media img { max-height: 160px; }
  .steps-grid { grid-template-columns: 1fr !important; }
  .home-contact-float { right: 16px !important; bottom: 78px !important; font-size: 14px; }
  .elementor-element.home-footer { padding-top: 42px !important; }
}

.about-page .stats-band.about-stats {
  display: block;
  width: calc(100% + 80px);
  margin: 40px 0 48px -40px;
  padding: 0;
}

.about-page .stats-band.about-stats .wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  padding: 58px 44px 62px;
}

.about-facts-list .elementor-icon-list-items {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.about-product-point .elementor-heading-title {
  font-weight: 700;
}

.about-offer-links .elementor-widget-button {
  width: auto;
}

.about-offer-links .offer-link .elementor-button {
  color: #72b51f;
  font-size: 13px;
}

.about-customer-grid .customer-logo {
  min-height: 179px;
  border: 1px solid #cfcfcf;
  display: grid;
  place-items: center;
  background: #fff;
  padding: 14px;
}

.about-customer-grid .customer-logo img {
  max-width: 100%;
  max-height: 145px;
  object-fit: contain;
}

@media (max-width: 991px) {
  .about-page .stats-band.about-stats {
    width: 100%;
    margin-left: 0;
  }
  .about-page .stats-band.about-stats .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    padding: 46px 18px 50px;
  }
}

@media (max-width: 560px) {
  .about-page .stats-band.about-stats .wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 40px 18px 42px;
  }
}

/* Native Elementor containers keep their editor structure, but their default
 * flex padding/gap must not change the prototype's measured layout. */
.home-shell .elementor-element.header {
  display: block !important;
  min-height: 84.8px !important;
  height: 84.8px !important;
  padding: 0 !important;
  gap: 0 !important;
}

.home-shell .header .wrap {
  display: grid !important;
  grid-template-columns: 160px minmax(0, 1fr) auto !important;
  align-items: center !important;
  width: min(var(--max), calc(100% - 80px)) !important;
  height: 84px !important;
  min-height: 84px !important;
  padding: 0 !important;
  gap: 28px !important;
}

.home-shell .header .wrap > .e-con-inner,
.home-shell .hero .wrap > .e-con-inner,
.home-shell .stats-band .wrap > .e-con-inner,
.home-shell .home-footer .wrap > .e-con-inner {
  display: contents !important;
}

.home-shell .header .brand,
.home-shell .header .nav,
.home-shell .header .header-tools {
  padding: 0 !important;
  gap: 0 !important;
  min-height: 0 !important;
}

.home-shell .header .brand {
  width: 132px !important;
  height: 74px !important;
  min-width: 132px !important;
}

.home-shell .header .nav {
  width: auto !important;
  height: 84px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
}

.home-shell .dropdown {
  gap: 8px !important;
}

.home-shell .header .nav .nav-item {
  width: auto !important;
  height: 84px !important;
  min-height: 84px !important;
  padding: 0 !important;
  gap: 0 !important;
  display: inline-flex !important;
}

.home-shell .header .header-tools {
  width: auto !important;
  height: 30px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
}

.home-shell .hero-copy,
.home-shell .hero-media,
.home-shell .tag,
.home-shell .home-advantages-grid,
.home-shell .home-advantage,
.home-shell .advantage-icon,
.home-shell .stats-band-item,
.home-shell .section-title,
.home-shell .product-copy,
.home-shell .product-media,
.home-shell .who,
.home-shell .steps,
.home-shell .step,
.home-shell .posts,
.home-shell .post,
.home-shell .post-body,
.home-shell .home-footer,
.home-shell .footer-grid > * {
  gap: 0 !important;
}

.home-shell .hero-copy,
.home-shell .home-advantage,
.home-shell .stats-band-item,
.home-shell .section-title,
.home-shell .product-copy,
.home-shell .who,
.home-shell .steps,
.home-shell .step,
.home-shell .posts,
.home-shell .post,
.home-shell .post-body,
.home-shell .footer-grid > * {
  display: block !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.home-shell .hero-media,
.home-shell .product-media {
  padding: 0 !important;
  min-height: 0 !important;
  flex-direction: row !important;
}

.home-shell .product-media {
  justify-content: center !important;
}

.home-shell .tag {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.home-shell .section-title {
  height: auto !important;
}

.home-shell .product-band {
  gap: 0 !important;
}

.home-shell .home-footer {
  display: block !important;
}

@media (max-width: 991px) {
  .home-shell .header .wrap {
    display: flex !important;
    width: min(var(--max), calc(100% - 40px)) !important;
    height: 54px !important;
    min-height: 54px !important;
    gap: 0 !important;
  }

  .home-shell .elementor-element.header {
    height: 54px !important;
    min-height: 54px !important;
  }

  .home-shell .header .nav,
  .home-shell .header .header-tools {
    display: none !important;
  }

  .home-shell .header .mobile-head {
    display: flex !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
    gap: 0 !important;
  }
}

/* Restore intentional module spacing after the container reset above. */
.home-shell .home-advantages-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 34px !important;
  padding: 46px 0 38px !important;
}

.home-shell .section > .wrap {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
}

.home-shell .who {
  padding: 28px 0 16px !important;
}

.home-shell .steps {
  padding: 28px 0 36px !important;
}

.home-shell .step {
  padding: 0 12px !important;
}

.home-shell .posts {
  padding: 34px 0 66px !important;
}

.home-shell .post-body {
  padding: 18px 0 0 !important;
}

.home-shell .copyright {
  margin-top: 40px !important;
  padding-top: 20px !important;
}

.home-shell .hero-cta,
.home-shell .product-cta,
.home-shell .read-more,
.home-shell .stat-value,
.home-shell .stat-label,
.home-shell .step-icon {
  gap: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.home-shell .hero-cta,
.home-shell .product-cta,
.home-shell .read-more,
.home-shell .stat-value,
.home-shell .stat-label {
  display: block !important;
}

.home-shell .step-icon {
  display: block !important;
  height: 44px !important;
}

.home-shell .tag {
  margin-bottom: 32.4px !important;
}

.home-shell .tag .elementor-heading-title {
  margin-bottom: 0 !important;
}

.home-shell .hero-copy > .elementor-widget-heading > .elementor-heading-title {
  font-size: clamp(40px, 3.55vw, 50px) !important;
  line-height: 1.32 !important;
}

.home-shell .product-copy .elementor-heading-title {
  font-size: clamp(33px, 3.15vw, 44px) !important;
  line-height: 1.2 !important;
}

.home-shell .hero-media {
  align-self: center !important;
  height: 340px !important;
}

.home-shell .product-media {
  align-self: center !important;
  height: 205px !important;
}

.home-shell {
  gap: 0 !important;
}

.home-shell .tag .elementor-heading-title {
  line-height: 12px !important;
}

.home-shell .hero-copy > .elementor-widget-text-editor {
  font-size: 18px !important;
  line-height: 1.68 !important;
  margin-bottom: 34px !important;
}

.home-shell .stats-band-item .stat-value .elementor-heading-title {
  font-size: clamp(34px, 3.8vw, 58px) !important;
  line-height: 1 !important;
}

.home-shell .stats-band-item .stat-label .elementor-widget-text-editor {
  font-size: 18px !important;
  line-height: 1.48 !important;
}

.home-shell .product-copy > .elementor-widget-text-editor {
  margin-bottom: 24px !important;
}

.home-shell .product-band .product-cta .elementor-button {
  min-width: 116px !important;
  min-height: 34px !important;
  padding: 9px 22px !important;
  font-size: 12px !important;
  line-height: 12px !important;
}

.home-shell .step-icon {
  margin: 0 auto 10px !important;
}

.home-shell .step .elementor-heading-title {
  line-height: 1.25 !important;
  margin-bottom: 6px !important;
}

.home-shell .step .elementor-widget-text-editor {
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.home-shell .posts > .wrap {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
}

.home-shell .post .elementor-heading-title {
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin-bottom: 9px !important;
}

.home-shell .post-body .elementor-widget-text-editor {
  font-size: 13px !important;
  line-height: 1.62 !important;
  margin-bottom: 12px !important;
}

.home-shell .post-body .read-more {
  display: inline-flex !important;
  width: fit-content !important;
  height: auto !important;
}

.home-shell .post-body .read-more .elementor-button {
  line-height: 1.2 !important;
}

.home-shell .section-title {
  margin-bottom: 28px !important;
}

.home-shell .product-copy {
  align-self: center !important;
  height: auto !important;
}

.home-shell .product-band {
  min-height: 255px !important;
}

.home-shell .product-copy > .elementor-widget-text-editor {
  line-height: 1.78 !important;
}

.home-shell .nav-item > .elementor-widget-button .elementor-button {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

.home-shell:not(.global-header-shell) .topbar .wrap {
  width: calc(100% - 48px) !important;
  max-width: none !important;
  padding: 0 !important;
}

.home-shell:not(.global-header-shell) .topbar .socials,
.home-shell:not(.global-header-shell) .topbar .toplinks,
.home-shell:not(.global-header-shell) .topbar .socials > *,
.home-shell:not(.global-header-shell) .topbar .toplinks > * {
  padding: 0 !important;
  min-height: 0 !important;
}

.home-shell:not(.global-header-shell) .topbar .socials {
  gap: 52px !important;
}

.home-shell .header .lang,
.home-shell .header .lang-current,
.home-shell .header .search-btn {
  padding: 0 !important;
  gap: 0 !important;
}

.home-shell .header .lang-current {
  width: auto !important;
  height: 30px !important;
  min-height: 30px !important;
}

.home-shell .header .search-btn {
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  box-sizing: border-box !important;
}

.home-shell .header .lang-current {
  gap: 6px !important;
}

.home-shell .header .lang-flag {
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 12px !important;
  min-height: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.home-shell .header .current-lang-label {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: 18px !important;
  min-height: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.home-shell .who .elementor-widget-heading:nth-child(1) {
  margin-bottom: 6px !important;
}

.home-shell .who .elementor-widget-heading:nth-child(1) .elementor-heading-title {
  font-size: 24px !important;
  line-height: 1.35 !important;
}

.home-shell .who .elementor-widget-heading:nth-child(2) {
  margin-bottom: 10px !important;
}

.home-shell .who .elementor-widget-heading:nth-child(2) .elementor-heading-title {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.home-shell .who .elementor-widget-text-editor {
  margin: 0 70px 12px !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

.home-shell .who .read-more {
  display: flex !important;
  width: fit-content !important;
  margin-inline: auto !important;
}

@media (max-width: 560px) {
  .home-shell .hero-media {
    height: 230px !important;
  }

  .home-shell .product-media {
    height: 158px !important;
  }
}

@media (max-width: 991px) {
  .home-shell .elementor-element.header {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
  }

  .home-shell .elementor-element.mobile-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 60 !important;
    display: grid !important;
    grid-template-columns: 42px 1fr 42px !important;
    align-items: center !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 12px !important;
    gap: 0 !important;
  }

  .home-shell .mobile-drawer {
    gap: 0 !important;
  }
}

/* Footer links stay native Elementor Buttons, but follow the prototype's
 * paragraph rhythm instead of the default container padding. */
.home-shell .home-footer .footer-logo {
  margin-bottom: 18px !important;
}

.home-shell .home-footer .footer-grid .footer-link {
  display: block !important;
  height: 25.9px !important;
  min-height: 25.9px !important;
  padding: 0 !important;
  gap: 0 !important;
}

.home-shell .home-footer .footer-link .elementor-widget-button {
  display: block !important;
  height: 25.9px !important;
  min-height: 25.9px !important;
  line-height: 25.9px !important;
  padding: 0 !important;
}

.home-shell .home-footer .footer-link .elementor-button {
  display: inline !important;
  font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 25.9px !important;
  vertical-align: top !important;
}

.home-shell .home-footer .footer-link .elementor-button-content-wrapper,
.home-shell .home-footer .footer-link .elementor-button-text {
  display: inline !important;
  font-weight: 400 !important;
  line-height: 25.9px !important;
}

.home-shell .home-footer .footer-grid > :first-child > .elementor-widget-text-editor {
  line-height: 25.9px !important;
}

.home-shell .home-contact-float .elementor-button {
  font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 27.52px !important;
}

@media (max-width: 1180px) {
  .home-shell .product-copy .elementor-heading-title {
    font-size: 34px !important;
  }
}

@media (max-width: 991px) {
  .home-shell .home-advantages-grid {
    grid-template-columns: 1fr !important;
    max-width: 680px !important;
    gap: 42px !important;
    padding: 44px 0 34px !important;
  }

  .home-shell .home-advantage .elementor-heading-title {
    font-size: 25px !important;
  }

  .home-shell .tag {
    margin: 0 auto 20.4px !important;
  }

  .home-shell .tag .elementor-heading-title {
    font-size: 12px !important;
  }

  .home-shell .hero-copy > .elementor-widget-heading > .elementor-heading-title {
    font-size: 38px !important;
  }

  .home-shell .hero-copy > .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 1.38 !important;
    margin-bottom: 20px !important;
  }

  .home-shell .hero-cta .elementor-widget-button {
    text-align: center !important;
  }

  .home-shell .hero-media,
  .home-shell .product-media {
    align-items: center !important;
    justify-content: center !important;
  }

  .home-shell .hero-media .elementor-widget-image,
  .home-shell .product-media .elementor-widget-image {
    width: 100% !important;
  }

  .home-shell .stats-band-item .stat-label .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 1.48 !important;
  }

  .home-shell .who .elementor-widget-text-editor {
    margin: 0 0 12px !important;
  }

  .home-shell .steps > .elementor-widget-heading .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .home-shell .step .elementor-heading-title {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .home-shell .home-footer .footer-grid > :not(:first-child) {
    padding-bottom: 2.5px !important;
  }

  .home-shell .home-contact-float .elementor-button {
    font-size: 14px !important;
    line-height: 24.08px !important;
  }
}

@media (max-width: 560px) {
  .home-shell .home-advantages-grid {
    gap: 38px !important;
    padding: 40px 0 30px !important;
  }

  .home-shell .advantage-icon {
    margin-bottom: 20px !important;
  }

  .home-shell .advantage-icon .elementor-icon {
    font-size: 54px !important;
  }

  .home-shell .advantage-icon .elementor-icon svg {
    width: 54px !important;
    height: 54px !important;
  }

  .home-shell .home-advantage .elementor-heading-title {
    font-size: 23px !important;
  }

  .home-shell .home-advantage > .elementor-widget-text-editor {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .home-shell .hero-copy > .elementor-widget-heading > .elementor-heading-title {
    font-size: 29px !important;
    line-height: 1.35 !important;
  }

  .home-shell .product-copy .elementor-heading-title {
    font-size: 28px !important;
  }

  .home-shell .hero-cta .elementor-button {
    width: auto !important;
    min-width: 142px !important;
    min-height: 44px !important;
    padding: 10px 22px !important;
  }

  .home-shell .section-title .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.24 !important;
  }

  .home-shell .product-band {
    gap: 12px !important;
  }

  .home-shell .product-media {
    height: 160px !important;
  }

  .home-shell .product-media .elementor-widget-image,
  .home-shell .product-media img {
    width: 100% !important;
    height: 160px !important;
  }

  .home-shell .product-copy > .elementor-widget-text-editor {
    font-size: 13px !important;
    line-height: 1.62 !important;
  }
}
