.elementor-2445 .elementor-element.elementor-element-608a664{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-3c0a0f4 */:root {
  --products-primary: #e95b4f;
  --products-primary-dark: #d84a3f;
  --products-heading: #24384a;
  --products-body: #5a6874;
  --products-muted: #73808c;
  --products-white: #ffffff;
  --products-surface: #f5f7f9;
  --products-surface-alt: #edf2f5;
  --products-border: #dde5eb;
  --products-shadow: 0 12px 28px rgba(20, 42, 61, 0.08);
  --products-shadow-soft: 0 18px 38px rgba(20, 42, 61, 0.1);
  --products-radius: 22px;
  --products-shell: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--products-body);
  background:
    radial-gradient(circle at top left, rgba(233, 91, 79, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.products-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  margin: 0 0 0.6em;
  color: var(--products-heading);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.12;
}

p {
  margin: 0 0 1rem;
}

.products-shell {
  width: min(calc(100% - 40px), var(--products-shell));
  margin: 0 auto;
}

.products-eyebrow {
  margin-bottom: 0.85rem;
  color: var(--products-primary);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.products-heading {
  margin-bottom: 34px;
  text-align: center;
}

.products-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.products-heading span {
  display: inline-block;
  width: 82px;
  height: 4px;
  border-radius: 999px;
  background: var(--products-primary);
}

.products-hero {
  padding: 8px 0 24px;
}

.products-hero__banner {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  box-shadow: var(--products-shadow-soft);
}

.products-hero__banner > img {
  height: 620px;
  object-fit: cover;
  object-position: 50% 45%;
}

.products-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 30, 42, 0.16), rgba(18, 30, 42, 0.7)),
    linear-gradient(120deg, rgba(233, 91, 79, 0.12), transparent 38%);
}

.products-hero__content {
  position: absolute;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  width: min(100% - 48px, 850px);
  text-align: center;
  color: var(--products-white);
}

.products-hero__content h1,
.products-hero__content p,
.products-hero__content .products-eyebrow {
  color: var(--products-white);
}

.products-hero__content h1 {
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  margin-bottom: 0.25rem;
  font-weight: 500;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.products-hero__text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.products-hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -46px;
  position: relative;
  z-index: 2;
}

.products-hero-strip article {
  padding: 22px 24px;
  border: 1px solid rgba(221, 229, 235, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  box-shadow: var(--products-shadow);
}

.products-hero-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--products-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.products-hero-strip strong {
  color: var(--products-heading);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.products-social,
.products-collections,
.products-guidance,
.products-support,
.products-downloads,
.products-seo-section,
.products-cta {
  padding: 72px 0;
}

.products-social__panel {
  padding: 34px 36px;
  border: 1px solid var(--products-border);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: var(--products-shadow);
  text-align: center;
}

.products-social__panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.products-social__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 1.7rem;
}

.products-social__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--products-border);
  border-radius: 999px;
  background: var(--products-white);
  box-shadow: var(--products-shadow);
  color: var(--products-heading);
  font-weight: 700;
  transition: all 0.2s ease;
}

.products-social__links a:hover {
  color: var(--products-primary);
  transform: translateY(-1px);
}

.products-collections {
  background: var(--products-surface);
}

.products-guidance__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.guidance-card {
  padding: 28px;
  border: 1px solid var(--products-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: var(--products-shadow);
}

.guidance-card__kicker {
  margin-bottom: 0.6rem;
  color: var(--products-primary);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guidance-card h3 {
  font-size: 1.9rem;
}

.guidance-card p:last-child {
  margin-bottom: 0;
}

.products-support {
  background: var(--products-surface);
}

.products-support__panel,
.products-downloads__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px 36px;
  border: 1px solid var(--products-border);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: var(--products-shadow);
}

.products-support__intro h2,
.products-downloads__box h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

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

.support-item {
  padding: 22px;
  border-left: 4px solid var(--products-primary);
  border-radius: 18px;
  background: var(--products-white);
  box-shadow: var(--products-shadow);
}

.support-item h3 {
  font-size: 1.55rem;
}

.support-item p:last-child {
  margin-bottom: 0;
}

.products-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--products-primary);
  color: var(--products-white);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(233, 91, 79, 0.22);
  transition: all 0.2s ease;
}

.products-button:hover {
  background: var(--products-primary-dark);
  transform: translateY(-1px);
}

.products-intro {
  max-width: 860px;
  margin: 0 auto 2.25rem;
  text-align: center;
  font-size: 1.08rem;
}

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

.collection-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 28px;
  box-shadow: 0 25px 50px -12px rgba(20, 42, 61, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.collection-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 60px -15px rgba(20, 42, 61, 0.28);
}

.collection-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.collection-card:hover .collection-image {
  transform: scale(1.05);
}

.collection-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  background: linear-gradient(to top, rgba(10, 18, 28, 0.9) 0%, rgba(10, 18, 28, 0.72) 42%, rgba(10, 18, 28, 0.18) 100%);
}

.collection-overlay::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 200px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(20, 30, 42, 0.08), rgba(20, 30, 42, 0.72));
  backdrop-filter: blur(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.collection-overlay > * {
  position: relative;
  z-index: 1;
}

.collection-kicker {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.collection-title {
  margin: 0;
  padding-bottom: 10px;
  color: var(--products-white) !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.08;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.46);
  position: relative;
  transition: transform 0.35s ease;
}

.collection-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--products-white);
  transition: all 0.35s ease;
}

.collection-card:hover .collection-title {
  transform: translateY(-5px);
}

.collection-card:hover .collection-title::after {
  width: 80px;
  background: var(--products-primary);
}

.collection-description {
  margin-top: 1rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.collection-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  min-height: 50px;
  min-width: 250px;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  background: var(--products-white);
  color: var(--products-primary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.35s ease;
}

.products-page .collection-overlay h3,
.products-page .collection-overlay p,
.products-page .collection-overlay span {
  color: inherit;
}

.collection-link:hover,
.collection-card:hover .collection-link {
  background: var(--products-primary);
  color: var(--products-white);
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(231, 76, 60, 0.35);
}

.products-seo {
  max-width: 920px;
  margin: 3rem auto 0;
  text-align: center;
  font-size: 1.08rem;
  color: var(--products-body);
}

.products-seo p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .products-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .products-shell {
    width: min(calc(100% - 24px), var(--products-shell));
  }

  .products-social,
  .products-collections,
  .products-guidance,
  .products-support,
  .products-downloads,
  .products-seo-section,
  .products-cta {
    padding: 54px 0;
  }

  .products-hero__banner,
  .products-hero__banner > img {
    min-height: 460px;
    height: 460px;
  }

  .products-hero-strip,
  .collections-grid,
  .products-guidance__grid,
  .products-support__panel,
  .products-downloads__box,
  .products-support__list {
    grid-template-columns: 1fr;
  }

  .products-hero-strip {
    margin-top: 18px;
  }

  .products-hero__content {
    bottom: 30px;
    width: min(100% - 28px, 620px);
  }

  .products-hero__content h1 {
    font-size: clamp(2rem, 7vw, 2.9rem);
  }

  .products-social__panel,
  .collection-overlay,
  .guidance-card,
  .products-support__panel,
  .products-downloads__box {
    padding: 24px;
  }

  .collection-card {
    height: 340px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .products-shell {
    width: min(calc(100% - 18px), var(--products-shell));
  }

  .products-hero__content {
    width: min(100% - 22px, 900px);
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }

  .products-eyebrow {
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .products-hero__content h1 {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
    line-height: 1.08;
  }

  .products-hero__text,
  .products-intro,
  .products-seo {
    font-size: 1rem;
  }

  .products-hero__banner,
  .products-hero__banner > img {
    min-height: 400px;
    height: 400px;
  }

  .products-hero__banner > img {
    object-position: 58% 45%;
  }

  .products-heading {
    margin-bottom: 24px;
  }

  .products-heading h2,
  .products-social__panel h2 {
    font-size: 2rem;
  }

  .products-social,
  .products-collections,
  .products-guidance,
  .products-support,
  .products-downloads,
  .products-seo-section,
  .products-cta {
    padding: 44px 0;
  }

  .products-social__panel,
  .collection-overlay,
  .products-hero-strip article,
  .guidance-card,
  .products-support__panel,
  .products-downloads__box,
  .support-item {
    padding: 20px;
  }

  .collection-overlay::before {
    right: 18px;
    bottom: 18px;
    left: 18px;
    height: min(60%, 240px);
  }

  .collection-card {
    height: 300px;
  }

  .collection-title {
    font-size: 1.55rem;
  }

  .collection-link {
    min-width: 220px;
  }

  .collection-overlay::before {
    right: 16px;
    bottom: 16px;
    left: 16px;
    height: 172px;
  }

  .products-social__links a {
    width: 100%;
  }
}/* End custom CSS */