.elementor-2535 .elementor-element.elementor-element-879dba2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-14b7375 *//* ==========================================
   STAVISO COLLAPSIBLE RIGID BOX PAGE
========================================== */

.staviso-collapsible-box-page {
  --staviso-cb-primary: #1f665a;
  --staviso-cb-primary-hover: #174f46;
  --staviso-cb-heading: #1d2623;
  --staviso-cb-text: #59625e;
  --staviso-cb-muted: #789088;
  --staviso-cb-border: #dde7e2;
  --staviso-cb-light-green: #edf3f0;
  --staviso-cb-section-grey: #f6f7f5;
  --staviso-cb-card-grey: #f8faf9;
  --staviso-cb-warning: #8a5d28;
  --staviso-cb-warning-bg: #f8f4ec;
  --staviso-cb-white: #ffffff;
  --staviso-cb-radius: 14px;
  --staviso-cb-section-padding: 88px 20px;

  width: 100%;
  margin: 0;
  padding: 0;

  color: var(--staviso-cb-text);
  font-family: inherit;
}

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

.staviso-collapsible-box-page img {
  max-width: 100%;
}

.staviso-collapsible-box-page h1,
.staviso-collapsible-box-page h2,
.staviso-collapsible-box-page h3,
.staviso-collapsible-box-page p {
  font-family: inherit;
}

.staviso-collapsible-box-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* ==========================================
   SHARED SECTION HEADER
========================================== */

.staviso-collapsible-box-section-header {
  width: 100%;
  max-width: 870px;
  margin: 0 auto 48px;

  text-align: center;
}

.staviso-collapsible-box-section-label {
  display: inline-block;
  margin: 0 0 10px;

  color: var(--staviso-cb-primary);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-collapsible-box-section-header h2,
.staviso-collapsible-box-overview__intro h2 {
  margin: 0 0 14px;

  color: var(--staviso-cb-heading);

  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-collapsible-box-section-header p,
.staviso-collapsible-box-overview__intro > p {
  margin: 0;

  color: var(--staviso-cb-text);

  font-size: 16px;
  line-height: 1.75;
}


/* ==========================================
   CUSTOM COLLAPSIBLE RIGID BOX HERO
========================================== */

.staviso-crb-hero {
  position: relative;
  width: 100%;
  padding: 70px 20px 78px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(31, 102, 90, 0.08),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #f4eee7 0%,
      #f7f8f5 48%,
      #edf3f0 100%
    );

  scroll-margin-top: 100px;
}

.staviso-crb-hero *,
.staviso-crb-hero *::before,
.staviso-crb-hero *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-crb-hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -170px;

  width: 520px;
  height: 520px;

  border: 1px solid rgba(31, 102, 90, 0.07);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-crb-hero::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -190px;

  width: 500px;
  height: 500px;

  background: rgba(31, 102, 90, 0.025);
  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-crb-hero__container {
  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(440px, 0.96fr);

  gap: 62px;
  align-items: center;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;
}


/* ==========================================
   GALLERY
========================================== */

.staviso-crb-hero__gallery {
  min-width: 0;
}


/* ==========================================
   MAIN IMAGE
========================================== */

.staviso-crb-hero__main-image {
  position: relative;

  width: 100%;
  aspect-ratio: 1 / 1;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #d7e4de;
  border-radius: 20px;

  box-shadow:
    0 20px 50px rgba(42, 52, 47, 0.085);
}

.staviso-crb-hero__main-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.45s ease;
}

.staviso-crb-hero__main-image:hover img {
  transform: scale(1.025);
}


/* ==========================================
   IMAGE BADGE
========================================== */

.staviso-crb-hero__image-badge {
  position: absolute;
  z-index: 2;

  top: 18px;
  left: 18px;

  display: inline-flex;

  align-items: center;
  gap: 7px;

  padding: 8px 11px;

  background: rgba(255, 255, 255, 0.93);

  border: 1px solid rgba(31, 102, 90, 0.16);
  border-radius: 7px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 820;
  line-height: 1.3;
  letter-spacing: 0.06em;

  text-transform: uppercase;

  backdrop-filter: blur(8px);
}

.staviso-crb-hero__image-badge::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


/* ==========================================
   IMAGE NOTE
========================================== */

.staviso-crb-hero__image-note {
  position: absolute;
  z-index: 2;

  right: 18px;
  bottom: 18px;
  left: 18px;

  display: flex;

  align-items: center;
  gap: 8px;

  padding: 12px 14px;

  background: rgba(30, 43, 38, 0.8);

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;

  color: #ffffff;

  font-size: 9px;
  font-weight: 650;
  line-height: 1.45;

  backdrop-filter: blur(8px);
}

.staviso-crb-hero__image-note-dot {
  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  background: #ffffff;

  border-radius: 50%;
}


/* ==========================================
   THUMBNAILS
========================================== */

.staviso-crb-hero__thumbs {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 10px;

  margin-top: 11px;
}

.staviso-crb-hero__thumb {
  position: relative;

  aspect-ratio: 1 / 1;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 10px;
}

.staviso-crb-hero__thumb img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.32s ease;
}

.staviso-crb-hero__thumb:hover img {
  transform: scale(1.045);
}

.staviso-crb-hero__thumb::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(20, 35, 30, 0.56) 100%
    );

  pointer-events: none;
}

.staviso-crb-hero__thumb span {
  position: absolute;
  z-index: 2;

  right: 8px;
  bottom: 8px;
  left: 8px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 760;
  line-height: 1.3;

  text-align: center;
}


/* ==========================================
   CONTENT
========================================== */

.staviso-crb-hero__content {
  min-width: 0;
}


/* ==========================================
   EYEBROW
========================================== */

.staviso-crb-hero__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-crb-hero__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


/* ==========================================
   H1
========================================== */

.staviso-crb-hero__content h1 {
  max-width: 680px;

  margin: 0;

  color: #1d2623;

  font-size: clamp(44px, 5vw, 66px);
  font-weight: 790;
  line-height: 0.98;
  letter-spacing: -0.048em;
}


/* ==========================================
   SUBTITLE
========================================== */

.staviso-crb-hero__subtitle {
  max-width: 650px;

  margin: 21px 0 0;

  color: #34483f;

  font-size: 17px;
  font-weight: 650;
  line-height: 1.52;
}


/* ==========================================
   DESCRIPTION
========================================== */

.staviso-crb-hero__description {
  max-width: 650px;

  margin: 14px 0 0;

  color: #66706c;

  font-size: 13px;
  line-height: 1.7;
}


/* ==========================================
   CORE
========================================== */

.staviso-crb-hero__core {
  margin-top: 23px;
  padding: 17px 18px;

  background:
    linear-gradient(
      135deg,
      #edf3f0 0%,
      #f7faf8 100%
    );

  border: 1px solid #cfe0d8;
  border-radius: 12px;
}

.staviso-crb-hero__core-head {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 14px;

  margin-bottom: 12px;
}

.staviso-crb-hero__core-label {
  color: #1f665a;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-crb-hero__core-head strong {
  color: #3a4b44;

  font-size: 10px;
  font-weight: 740;
  line-height: 1.4;
}


/* ==========================================
   CORE FLOW
========================================== */

.staviso-crb-hero__core-flow {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 7px;
}

.staviso-crb-hero__core-flow
> span:not(.staviso-crb-hero__plus) {
  display: inline-flex;

  min-height: 29px;

  align-items: center;

  padding: 6px 9px;

  background: #ffffff;

  border: 1px solid #d4e2dc;
  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 750;
  line-height: 1.35;
}

.staviso-crb-hero__plus {
  color: #82918a;

  font-size: 12px;
  font-weight: 800;
}

.staviso-crb-hero__core p {
  margin: 11px 0 0;

  color: #69766f;

  font-size: 10px;
  line-height: 1.55;
}


/* ==========================================
   SPECS
========================================== */

.staviso-crb-hero__specs {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 8px;

  margin-top: 18px;
}

.staviso-crb-hero__spec {
  min-width: 0;

  padding: 11px 12px;

  background: rgba(255, 255, 255, 0.78);

  border: 1px solid #dce5e1;
  border-radius: 8px;
}

.staviso-crb-hero__spec span {
  display: block;

  margin-bottom: 3px;

  color: #8a9690;

  font-size: 7px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}

.staviso-crb-hero__spec strong {
  display: block;

  color: #394841;

  font-size: 9px;
  font-weight: 690;
  line-height: 1.45;
}


/* ==========================================
   KEY SPECS
========================================== */

.staviso-crb-hero__spec--key {
  background: #edf3f0;

  border-color: #c9ddd4;
}

.staviso-crb-hero__spec--key span,
.staviso-crb-hero__spec--key strong {
  color: #1f665a;
}

.staviso-crb-hero__spec--key strong {
  font-weight: 770;
}

.staviso-crb-hero__spec--wide {
  grid-column: 1 / -1;
}


/* ==========================================
   ACTIONS
========================================== */

.staviso-crb-hero__actions {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 20px;
}

.staviso-crb-hero__button {
  display: inline-flex;

  min-height: 46px;

  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 10px 16px;

  border-radius: 7px;

  font-size: 10px;
  font-weight: 760;
  line-height: 1.3;

  text-decoration: none;

  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    gap 0.22s ease,
    transform 0.22s ease;
}

.staviso-crb-hero__button svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* PRIMARY */

.staviso-crb-hero__button--primary {
  background: #1f665a;

  border: 1px solid #1f665a;

  color: #ffffff;
}

.staviso-crb-hero__button--primary:hover {
  gap: 11px;

  background: #174f46;

  border-color: #174f46;

  transform: translateY(-2px);
}


/* SECONDARY */

.staviso-crb-hero__button--secondary {
  background: #ffffff;

  border: 1px solid #ccd9d3;

  color: #34483f;
}

.staviso-crb-hero__button--secondary:hover {
  gap: 11px;

  border-color: #1f665a;

  color: #1f665a;

  transform: translateY(-2px);
}


/* ==========================================
   BOTTOM NOTE
========================================== */

.staviso-crb-hero__note {
  display: grid;

  grid-template-columns:
    34px
    minmax(0, 1fr);

  gap: 10px;

  align-items: center;

  margin-top: 15px;
}

.staviso-crb-hero__note-icon {
  display: flex;

  width: 34px;
  height: 34px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.7);

  border: 1px solid #d9e4df;
  border-radius: 7px;

  color: #1f665a;
}

.staviso-crb-hero__note-icon svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-crb-hero__note p {
  margin: 0;

  color: #77827d;

  font-size: 9px;
  line-height: 1.55;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 1000px) {

  .staviso-crb-hero {
    padding: 60px 20px 70px;
  }

  .staviso-crb-hero__container {
    grid-template-columns: 1fr;

    gap: 44px;

    max-width: 820px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-crb-hero {
    padding: 40px 15px 58px;
  }

  .staviso-crb-hero__container {
    gap: 34px;
  }

  .staviso-crb-hero__main-image {
    border-radius: 15px;
  }

  .staviso-crb-hero__image-badge {
    top: 12px;
    left: 12px;
  }

  .staviso-crb-hero__image-note {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .staviso-crb-hero__thumbs {
    gap: 6px;
  }

  .staviso-crb-hero__thumb {
    border-radius: 7px;
  }

  .staviso-crb-hero__thumb span {
    display: none;
  }

  .staviso-crb-hero__content h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .staviso-crb-hero__subtitle {
    font-size: 15px;
  }

  .staviso-crb-hero__description {
    font-size: 12px;
  }

  .staviso-crb-hero__core-head {
    align-items: flex-start;
    flex-direction: column;

    gap: 4px;
  }

  .staviso-crb-hero__specs {
    grid-template-columns: 1fr;
  }

  .staviso-crb-hero__spec--wide {
    grid-column: auto;
  }

  .staviso-crb-hero__actions {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-crb-hero__button {
    width: 100%;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-crb-hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-crb-hero__core-flow {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-crb-hero__core-flow
  > span:not(.staviso-crb-hero__plus) {
    justify-content: center;
  }

  .staviso-crb-hero__plus {
    text-align: center;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-crb-hero__main-image img,
  .staviso-crb-hero__thumb img,
  .staviso-crb-hero__button {
    transition: none;
  }

}


/* ==========================================
   PRODUCT OVERVIEW
========================================== */

.staviso-collapsible-box-overview {
  width: 100%;
  padding: var(--staviso-cb-section-padding);

  background: var(--staviso-cb-white);
  scroll-margin-top: 100px;
}

.staviso-collapsible-box-overview__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(42px, 6vw, 82px);
}

.staviso-collapsible-box-overview__intro {
  position: sticky;
  top: 120px;

  max-width: 470px;
}

.staviso-collapsible-box-overview__intro h2 {
  margin-bottom: 20px;
}

.staviso-collapsible-box-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}


/* ==========================================
   SHARED INFORMATION CARDS
========================================== */

.staviso-collapsible-box-info-card,
.staviso-collapsible-box-number-card,
.staviso-collapsible-box-feature-card,
.staviso-collapsible-box-review-card {
  position: relative;

  min-width: 0;
  overflow: hidden;

  border: 1px solid var(--staviso-cb-border);
  border-radius: var(--staviso-cb-radius);

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-collapsible-box-info-card::after,
.staviso-collapsible-box-number-card::after,
.staviso-collapsible-box-feature-card::after,
.staviso-collapsible-box-review-card::after {
  content: "";

  position: absolute;
  right: -52px;
  bottom: -62px;

  width: 132px;
  height: 132px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-collapsible-box-info-card:hover,
.staviso-collapsible-box-number-card:hover,
.staviso-collapsible-box-feature-card:hover,
.staviso-collapsible-box-review-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.09);

  transform: translateY(-4px);
}

.staviso-collapsible-box-info-card {
  min-height: 250px;
  padding: 27px 24px;

  background: var(--staviso-cb-card-grey);
}

.staviso-collapsible-box-info-card__number,
.staviso-collapsible-box-number-card > span,
.staviso-collapsible-box-feature-card > span {
  position: relative;
  z-index: 1;

  display: block;
  margin: 0 0 8px;

  color: var(--staviso-cb-muted);

  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.staviso-collapsible-box-info-card h3,
.staviso-collapsible-box-number-card h3,
.staviso-collapsible-box-feature-card h3,
.staviso-collapsible-box-review-card h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 11px;

  color: var(--staviso-cb-heading);

  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-collapsible-box-info-card p,
.staviso-collapsible-box-number-card p,
.staviso-collapsible-box-feature-card p,
.staviso-collapsible-box-review-card p {
  position: relative;
  z-index: 1;

  margin: 0;

  color: var(--staviso-cb-text);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   SHARED NOTES
========================================== */

.staviso-collapsible-box-notes {
  display: grid;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-collapsible-box-note {
  display: flex;
  width: 100%;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

  margin: 30px auto 0;
  padding: 17px 19px;

  background: var(--staviso-cb-light-green);
  border-left: 4px solid var(--staviso-cb-primary);
  border-radius: 0 9px 9px 0;
}

.staviso-collapsible-box-notes .staviso-collapsible-box-note {
  margin: 0;
}

.staviso-collapsible-box-note--warning {
  background: var(--staviso-cb-warning-bg);
  border-left-color: #9a6a2f;
}

.staviso-collapsible-box-note__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;

  margin-top: 2px;

  border: 1px solid var(--staviso-cb-primary);
  border-radius: 50%;

  color: var(--staviso-cb-primary);

  font-size: 12px;
  font-weight: 750;
  font-style: normal;
  line-height: 1;
}

.staviso-collapsible-box-note--warning
.staviso-collapsible-box-note__icon {
  border-color: var(--staviso-cb-warning);
  color: var(--staviso-cb-warning);
}

.staviso-collapsible-box-note p {
  margin: 0;

  color: var(--staviso-cb-text);

  font-size: 13px;
  line-height: 1.7;
}


/* ==========================================
   STRUCTURE OPTIONS
========================================== */

.staviso-collapsible-box-structures {
  width: 100%;
  padding: var(--staviso-cb-section-padding);

  background: var(--staviso-cb-section-grey);
  scroll-margin-top: 100px;
}

.staviso-collapsible-box-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 26px;
}

.staviso-collapsible-box-product-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;

  overflow: hidden;

  background: var(--staviso-cb-white);
  border: 1px solid #dfe7e3;
  border-radius: var(--staviso-cb-radius);

  box-shadow:
    0 7px 24px rgba(27, 49, 41, 0.055);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-collapsible-box-product-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 15px 36px rgba(27, 49, 41, 0.11);

  transform: translateY(-4px);
}

.staviso-collapsible-box-product-card__media {
  position: relative;

  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #e9e5df;
  text-decoration: none;
}

.staviso-collapsible-box-product-card__media::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(17, 31, 26, 0.1) 0%,
    rgba(17, 31, 26, 0) 50%
  );

  pointer-events: none;
}

.staviso-collapsible-box-product-card__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.45s ease;
}

.staviso-collapsible-box-product-card:hover
.staviso-collapsible-box-product-card__media img {
  transform: scale(1.045);
}

.staviso-collapsible-box-product-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;

  padding: 24px 23px 23px;
}

.staviso-collapsible-box-product-card h3 {
  margin: 0 0 10px;

  font-size: 21px;
  line-height: 1.38;
}

.staviso-collapsible-box-product-card h3 a {
  color: var(--staviso-cb-heading);
  text-decoration: none;

  transition: color 0.2s ease;
}

.staviso-collapsible-box-product-card h3 a:hover {
  color: var(--staviso-cb-primary);
}

.staviso-collapsible-box-product-card p {
  margin: 0 0 20px;

  color: var(--staviso-cb-text);

  font-size: 14px;
  line-height: 1.7;
}

.staviso-collapsible-box-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: auto;

  color: var(--staviso-cb-primary);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;

  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.staviso-collapsible-box-text-link:hover {
  gap: 11px;

  color: var(--staviso-cb-primary-hover);
}


/* ==========================================
   SPECIFICATION
========================================== */

.staviso-collapsible-box-specification {
  width: 100%;
  padding: var(--staviso-cb-section-padding);

  background: var(--staviso-cb-white);
  scroll-margin-top: 100px;
}

.staviso-collapsible-box-four-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.staviso-collapsible-box-number-card {
  min-height: 325px;
  padding: 28px 24px;

  background: var(--staviso-cb-card-grey);
}


/* ==========================================
   CUSTOMIZATION
========================================== */

.staviso-collapsible-box-customization {
  width: 100%;
  padding: var(--staviso-cb-section-padding);

  background: var(--staviso-cb-section-grey);
  scroll-margin-top: 100px;
}

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

.staviso-collapsible-box-feature-card {
  min-height: 252px;
  padding: 28px 26px;

  background: var(--staviso-cb-white);
}


/* ==========================================
   APPLICATIONS
========================================== */

.staviso-collapsible-box-applications {
  width: 100%;
  padding: 82px 20px;

  background: var(--staviso-cb-white);
  scroll-margin-top: 100px;
}

.staviso-collapsible-box-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.staviso-collapsible-box-application-card {
  display: flex;
  min-width: 0;
  min-height: 205px;
  flex-direction: column;
  align-items: flex-start;

  padding: 24px 22px;

  background: var(--staviso-cb-card-grey);
  border: 1px solid #dfe7e3;
  border-radius: 13px;

  color: inherit;
  text-decoration: none;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.staviso-collapsible-box-application-card:hover {
  background: var(--staviso-cb-white);
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 13px 32px rgba(27, 49, 41, 0.09);

  transform: translateY(-3px);
}

.staviso-collapsible-box-application-card strong {
  display: block;
  margin: 0 0 9px;

  color: var(--staviso-cb-heading);

  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-collapsible-box-application-card > span {
  display: block;
  margin: 0 0 15px;

  color: var(--staviso-cb-text);

  font-size: 13px;
  line-height: 1.67;
}

.staviso-collapsible-box-application-card em {
  margin-top: auto;

  color: var(--staviso-cb-primary);

  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

/* ==========================================
   STRAIGHT TUCK END
   CUSTOM SIZE + QUOTE FORM
========================================== */

.staviso-ste-size {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-ste-size *,
.staviso-ste-size *::before,
.staviso-ste-size *::after {
  box-sizing: border-box;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-ste-size__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-ste-size__header {
  max-width: 760px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-ste-size__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-ste-size__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-ste-size__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


.staviso-ste-size__intro {
  max-width: 700px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   MAIN GRID
========================================== */

.staviso-ste-size__grid {
  display: grid;

  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(440px, 1.08fr);

  gap: 34px;

  align-items: start;
}


/* ==========================================
   LEFT IMAGE
========================================== */

.staviso-ste-size__visual {
  min-width: 0;
}


.staviso-ste-size__image-card {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 18px;

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.06);
}


/* Image Header
------------------------------------------ */

.staviso-ste-size__image-header {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 20px;

  padding: 20px 22px;

  border-bottom: 1px solid #e2e9e5;
}


.staviso-ste-size__image-label {
  display: block;

  margin-bottom: 5px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-ste-size__image-header h3 {
  margin: 0;

  color: #2c3933;

  font-size: 18px;
  font-weight: 760;
  line-height: 1.35;
}


.staviso-ste-size__unit {
  display: inline-flex;

  min-width: 42px;
  height: 30px;

  align-items: center;
  justify-content: center;

  padding: 0 9px;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 6px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}


/* ==========================================
   IMAGE
========================================== */

.staviso-ste-size__image-wrap {
  width: 100%;

  background: #f6f8f7;
}


.staviso-ste-size__image-wrap img {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 1 / 1;

  object-fit: contain;
  object-position: center;
}


/* ==========================================
   IMAGE NOTE
========================================== */

.staviso-ste-size__image-note {
  display: grid;

  grid-template-columns:
    42px
    minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  padding: 17px 20px;

  border-top: 1px solid #e2e9e5;

  background: #f8faf9;
}


.staviso-ste-size__image-note-icon {
  display: flex;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 8px;

  color: #1f665a;
}


.staviso-ste-size__image-note-icon svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.staviso-ste-size__image-note strong {
  display: block;

  margin-bottom: 3px;

  color: #34423c;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-ste-size__image-note p {
  margin: 0;

  color: #6c7772;

  font-size: 10px;
  line-height: 1.55;
}


/* ==========================================
   FORM CARD
========================================== */

.staviso-ste-size__form-card {
  min-width: 0;

  padding: 27px;

  background: #f8faf9;

  border: 1px solid #dce5e1;
  border-radius: 18px;

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.055);
}


/* ==========================================
   FORM HEADER
========================================== */

.staviso-ste-size__form-header {
  margin-bottom: 23px;
}


.staviso-ste-size__form-label {
  display: block;

  margin-bottom: 6px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-ste-size__form-header h3 {
  margin: 0 0 7px;

  color: #29362f;

  font-size: 22px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.025em;
}


.staviso-ste-size__form-header p {
  margin: 0;

  color: #69756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   FORM
========================================== */

.staviso-ste-size__form {
  display: grid;

  gap: 16px;
}


/* Two Fields
------------------------------------------ */

.staviso-ste-size__two-fields {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;
}


/* ==========================================
   FIELD
========================================== */

.staviso-ste-size__field {
  display: grid;

  gap: 7px;
}


.staviso-ste-size__field-label {
  color: #495751;

  font-size: 10px;
  font-weight: 720;
  line-height: 1.4;
}


/* ==========================================
   INPUT
========================================== */

.staviso-ste-size__input-wrap,
.staviso-ste-size__select-wrap {
  position: relative;

  display: flex;

  align-items: center;
}


.staviso-ste-size__input-wrap input,
.staviso-ste-size__select-wrap select {
  width: 100%;
  min-height: 46px;

  margin: 0;

  padding: 11px 13px;

  background: #ffffff;

  border: 1px solid #d6e0db;
  border-radius: 8px;

  color: #2f3d37;

  font-family: inherit;
  font-size: 12px;

  outline: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


.staviso-ste-size__input-wrap input:focus,
.staviso-ste-size__select-wrap select:focus {
  border-color: #1f665a;

  box-shadow:
    0 0 0 3px rgba(31, 102, 90, 0.10);
}


.staviso-ste-size__input-wrap input::placeholder {
  color: #a0aaa5;
}


/* Unit
------------------------------------------ */

.staviso-ste-size__input-unit {
  position: absolute;
  right: 13px;

  color: #84908a;

  font-size: 9px;
  font-weight: 700;

  pointer-events: none;
}


.staviso-ste-size__input-wrap input[type="number"] {
  padding-right: 44px;
}


/* ==========================================
   SELECT
========================================== */

.staviso-ste-size__select-wrap select {
  appearance: none;

  padding-right: 40px;

  cursor: pointer;
}


.staviso-ste-size__select-wrap svg {
  position: absolute;
  right: 13px;

  width: 16px;
  height: 16px;

  pointer-events: none;

  fill: none;

  stroke: #6c7973;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FIELDSET
========================================== */

.staviso-ste-size__fieldset {
  margin: 0;
  padding: 15px;

  border: 1px solid #dce5e1;
  border-radius: 10px;
}


.staviso-ste-size__fieldset legend {
  padding: 0 7px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;

  text-transform: uppercase;
}


.staviso-ste-size__dimension-fields {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 10px;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.staviso-ste-size__submit {
  display: inline-flex;

  width: 100%;
  min-height: 50px;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 12px 18px;

  cursor: pointer;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 8px;

  color: #ffffff;

  font-family: inherit;
  font-size: 12px;
  font-weight: 760;

  box-shadow:
    0 8px 20px rgba(31, 102, 90, 0.18);

  transition:
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}


.staviso-ste-size__submit svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.staviso-ste-size__submit:hover {
  background: #174f46;
  border-color: #174f46;

  box-shadow:
    0 11px 25px rgba(31, 102, 90, 0.23);

  transform: translateY(-2px);
}


/* ==========================================
   FORM NOTE
========================================== */

.staviso-ste-size__form-note {
  margin: -3px 0 0;

  color: #818c87;

  font-size: 9px;
  line-height: 1.55;

  text-align: center;
}


/* ==========================================
   HONEYPOT
========================================== */

.staviso-ste-size__honeypot {
  position: absolute !important;

  left: -9999px !important;

  width: 1px;
  height: 1px;

  overflow: hidden;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-ste-size {
    padding: 74px 20px 80px;
  }

  .staviso-ste-size__grid {
    grid-template-columns: 1fr;

    max-width: 780px;

    margin: 0 auto;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-ste-size {
    padding: 58px 15px 64px;
  }

  .staviso-ste-size__header {
    margin-bottom: 30px;

    text-align: left;
  }

  .staviso-ste-size__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-ste-size__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-ste-size__image-card,
  .staviso-ste-size__form-card {
    border-radius: 14px;
  }

  .staviso-ste-size__form-card {
    padding: 20px;
  }

  .staviso-ste-size__two-fields {
    grid-template-columns: 1fr;
  }

  .staviso-ste-size__dimension-fields {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-ste-size {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-ste-size__image-header {
    padding: 17px;
  }

  .staviso-ste-size__image-note {
    grid-template-columns: 1fr;

    padding: 16px;
  }

  .staviso-ste-size__form-card {
    padding: 17px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-ste-size__input-wrap input,
  .staviso-ste-size__select-wrap select,
  .staviso-ste-size__submit {
    transition: none;
  }

}

/* ==========================================
   MATERIALS AND ASSEMBLY
========================================== */

.staviso-collapsible-box-materials {
  width: 100%;
  padding: var(--staviso-cb-section-padding);

  background: var(--staviso-cb-section-grey);
  scroll-margin-top: 100px;
}


/* ==========================================
   ARTWORK AND SAMPLE REVIEW
========================================== */

.staviso-collapsible-box-review {
  width: 100%;
  padding: var(--staviso-cb-section-padding);

  background: var(--staviso-cb-white);
  scroll-margin-top: 100px;
}

.staviso-collapsible-box-review__steps {
  position: relative;

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

  margin: 0;
  padding: 0;

  list-style: none;
}

.staviso-collapsible-box-review__steps::before {
  content: "";

  position: absolute;
  z-index: 0;
  top: 42px;
  right: 16.66%;
  left: 16.66%;

  height: 1px;

  background: #cfded8;

  pointer-events: none;
}

.staviso-collapsible-box-review-card {
  position: relative;
  z-index: 1;

  min-height: 290px;
  padding: 28px 25px;

  background: var(--staviso-cb-card-grey);
}

.staviso-collapsible-box-review-card__number {
  position: relative;
  z-index: 1;

  display: inline-flex;
  min-width: 54px;
  height: 28px;
  align-items: center;
  justify-content: center;

  margin: 0 0 24px;
  padding: 4px 11px;

  background: var(--staviso-cb-primary);
  border-radius: 999px;

  color: var(--staviso-cb-white);

  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.1em;
}


/* ==========================================
   FAQ
========================================== */

.staviso-collapsible-box-faq {
  width: 100%;
  padding: var(--staviso-cb-section-padding);

  background: var(--staviso-cb-section-grey);
  scroll-margin-top: 100px;
}

.staviso-collapsible-box-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px 20px;
}

.staviso-collapsible-box-faq__item {
  width: 100%;
  overflow: hidden;

  background: var(--staviso-cb-white);
  border: 1px solid #dde6e2;
  border-radius: 12px;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.staviso-collapsible-box-faq__item:hover {
  border-color: rgba(31, 102, 90, 0.3);
}

.staviso-collapsible-box-faq__item[open] {
  border-color: rgba(31, 102, 90, 0.36);

  box-shadow:
    0 11px 28px rgba(27, 49, 41, 0.075);
}

.staviso-collapsible-box-faq__item summary {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  padding: 20px 21px;

  color: var(--staviso-cb-heading);

  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;

  cursor: pointer;
  list-style: none;
  user-select: none;

  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.staviso-collapsible-box-faq__item summary::-webkit-details-marker {
  display: none;
}

.staviso-collapsible-box-faq__item summary::marker {
  content: "";
}

.staviso-collapsible-box-faq__item summary:hover {
  background: var(--staviso-cb-card-grey);
  color: var(--staviso-cb-primary);
}

.staviso-collapsible-box-faq__item[open] summary {
  color: var(--staviso-cb-primary);
}

.staviso-collapsible-box-faq__item summary i {
  position: relative;

  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 50%;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.staviso-collapsible-box-faq__item summary i::before,
.staviso-collapsible-box-faq__item summary i::after {
  content: "";

  position: absolute;

  background: var(--staviso-cb-primary);
  border-radius: 2px;
}

.staviso-collapsible-box-faq__item summary i::before {
  top: 15px;
  left: 10px;

  width: 12px;
  height: 2px;
}

.staviso-collapsible-box-faq__item summary i::after {
  top: 10px;
  left: 15px;

  width: 2px;
  height: 12px;

  transition: transform 0.2s ease;
}

.staviso-collapsible-box-faq__item[open] summary i {
  background: var(--staviso-cb-primary);
  border-color: var(--staviso-cb-primary);
}

.staviso-collapsible-box-faq__item[open] summary i::before,
.staviso-collapsible-box-faq__item[open] summary i::after {
  background: var(--staviso-cb-white);
}

.staviso-collapsible-box-faq__item[open] summary i::after {
  transform: rotate(90deg);
}

.staviso-collapsible-box-faq__answer {
  padding: 0 21px 22px;
}

.staviso-collapsible-box-faq__answer p {
  margin: 0;
  padding-top: 18px;

  border-top: 1px solid #e3eae6;

  color: var(--staviso-cb-text);

  font-size: 14px;
  line-height: 1.75;
}

.staviso-collapsible-box-faq__answer p + p {
  margin-top: 14px;
  padding-top: 0;

  border-top: 0;
}


/* ==========================================
   STAVISO REVERSE TUCK END
   FINAL CTA
========================================== */

.staviso-rte-final-cta {
  position: relative;

  width: 100%;
  padding: 92px 20px 96px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-rte-final-cta *,
.staviso-rte-final-cta *::before,
.staviso-rte-final-cta *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-final-cta::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -140px;

  width: 410px;
  height: 410px;

  border: 1px solid rgba(31, 102, 90, 0.1);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-rte-final-cta::after {
  content: "";

  position: absolute;
  bottom: -210px;
  left: -160px;

  width: 410px;
  height: 410px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-final-cta__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* ==========================================
   MAIN PANEL
========================================== */

.staviso-rte-final-cta__panel {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(380px, 0.92fr);

  gap: 58px;

  align-items: center;

  padding: 54px;

  overflow: hidden;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 24px;

  box-shadow:
    0 22px 50px rgba(31, 102, 90, 0.17);
}


/* Panel decoration
------------------------------------------ */

.staviso-rte-final-cta__panel::before {
  content: "";

  position: absolute;
  top: -150px;
  right: 19%;

  width: 330px;
  height: 330px;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-rte-final-cta__panel::after {
  content: "";

  position: absolute;
  bottom: -180px;
  left: 17%;

  width: 360px;
  height: 360px;

  background: rgba(255, 255, 255, 0.035);
  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.staviso-rte-final-cta__content {
  position: relative;
  z-index: 2;

  min-width: 0;
  max-width: 650px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-final-cta__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 17px;
  padding: 7px 11px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;

  color: rgba(255, 255, 255, 0.86);

  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-rte-final-cta__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #ffffff;
  border-radius: 50%;
}


/* Heading
------------------------------------------ */

.staviso-rte-final-cta__content h2 {
  max-width: 650px;

  margin: 0 0 21px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(38px, 4.3vw, 56px);
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: -0.04em;
}


/* Description
------------------------------------------ */

.staviso-rte-final-cta__description {
  max-width: 610px;

  margin: 0;

  color: rgba(255, 255, 255, 0.75);

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* ==========================================
   HIGHLIGHTS
========================================== */

.staviso-rte-final-cta__highlights {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 30px;
}

.staviso-rte-final-cta__highlight {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  min-height: 40px;

  padding: 8px 11px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;

  color: rgba(255, 255, 255, 0.84);

  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.staviso-rte-final-cta__highlight-icon {
  display: flex;

  width: 25px;
  height: 25px;

  flex: 0 0 25px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 6px;

  color: #ffffff;
}

.staviso-rte-final-cta__highlight-icon svg {
  width: 14px;
  height: 14px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   ACTION CARD
========================================== */

.staviso-rte-final-cta__action-card {
  position: relative;
  z-index: 2;

  min-width: 0;

  padding: 31px;

  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 17px;

  box-shadow:
    0 16px 38px rgba(18, 55, 49, 0.15);
}


/* Label
------------------------------------------ */

.staviso-rte-final-cta__action-label {
  display: block;

  margin-bottom: 7px;

  color: #1f665a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


/* Heading
------------------------------------------ */

.staviso-rte-final-cta__action-card h3 {
  margin: 0 0 12px;

  color: #27332e;

  font-family: inherit;
  font-size: 27px;
  font-weight: 770;
  line-height: 1.2;
  letter-spacing: -0.025em;
}


/* Paragraph
------------------------------------------ */

.staviso-rte-final-cta__action-card > p {
  margin: 0;

  color: #68746e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.68;
}


/* ==========================================
   ACTIONS
========================================== */

.staviso-rte-final-cta__actions {
  display: grid;
  grid-template-columns: 1fr;

  gap: 10px;

  margin-top: 25px;
}


/* Button
------------------------------------------ */

.staviso-rte-final-cta__button {
  display: inline-flex;

  width: 100%;
  min-height: 51px;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 12px 18px;

  border: 1px solid transparent;
  border-radius: 8px;

  font-family: inherit;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;

  text-align: center;
  text-decoration: none;

  transition:
    gap 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.staviso-rte-final-cta__button svg {
  width: 18px;
  height: 18px;

  flex: 0 0 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.22s ease;
}


/* Primary
------------------------------------------ */

.staviso-rte-final-cta__button--primary {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;

  box-shadow:
    0 8px 20px rgba(31, 102, 90, 0.19);
}

.staviso-rte-final-cta__button--primary:hover {
  gap: 12px;

  background: #174f46;
  border-color: #174f46;

  box-shadow:
    0 11px 26px rgba(31, 102, 90, 0.24);

  transform: translateY(-2px);
}

.staviso-rte-final-cta__button--primary:hover svg {
  transform: translateX(3px);
}


/* Secondary
------------------------------------------ */

.staviso-rte-final-cta__button--secondary {
  background: #ffffff;

  border-color: #b9ccc4;

  color: #1f665a;
}

.staviso-rte-final-cta__button--secondary:hover {
  background: #edf3f0;

  border-color: #1f665a;

  color: #174f46;

  transform: translateY(-2px);
}

.staviso-rte-final-cta__button--secondary:hover svg {
  transform: translateY(2px);
}


/* Focus
------------------------------------------ */

.staviso-rte-final-cta__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.25);
  outline-offset: 4px;
}


/* ==========================================
   NOTE
========================================== */

.staviso-rte-final-cta__note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);

  gap: 10px;

  align-items: center;

  margin-top: 17px;
  padding-top: 16px;

  border-top: 1px solid #e4ebe7;

  color: #77847e;

  font-family: inherit;
  font-size: 10px;
  font-weight: 450;
  line-height: 1.55;
}

.staviso-rte-final-cta__note-icon {
  display: flex;

  width: 34px;
  height: 34px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 7px;

  color: #1f665a;
}

.staviso-rte-final-cta__note-icon svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   SMALL DESKTOP
========================================== */

@media screen and (max-width: 1050px) {

  .staviso-rte-final-cta__panel {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(340px, 0.9fr);

    gap: 38px;

    padding: 44px;
  }

}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .staviso-rte-final-cta {
    padding: 74px 20px 80px;
  }

  .staviso-rte-final-cta__panel {
    grid-template-columns: 1fr;

    gap: 34px;

    padding: 42px;
  }

  .staviso-rte-final-cta__content {
    max-width: 720px;
  }

  .staviso-rte-final-cta__action-card {
    max-width: 680px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-rte-final-cta {
    padding: 58px 15px 64px;
  }

  .staviso-rte-final-cta__panel {
    gap: 29px;

    padding: 29px 22px;

    border-radius: 17px;
  }

  .staviso-rte-final-cta__content h2 {
    margin-bottom: 17px;

    font-size: clamp(34px, 9.5vw, 44px);
  }

  .staviso-rte-final-cta__description {
    font-size: 14px;
    line-height: 1.7;
  }

  .staviso-rte-final-cta__highlights {
    display: grid;
    grid-template-columns: 1fr;

    gap: 8px;

    margin-top: 24px;
  }

  .staviso-rte-final-cta__highlight {
    width: 100%;
  }

  .staviso-rte-final-cta__action-card {
    padding: 23px;

    border-radius: 13px;
  }

  .staviso-rte-final-cta__action-card h3 {
    font-size: 23px;
  }

  .staviso-rte-final-cta__action-card > p {
    font-size: 12px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-rte-final-cta {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-final-cta__panel {
    padding: 24px 17px;
  }

  .staviso-rte-final-cta__content h2 {
    font-size: 33px;
  }

  .staviso-rte-final-cta__action-card {
    padding: 19px;
  }

  .staviso-rte-final-cta__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-rte-final-cta__button,
  .staviso-rte-final-cta__button svg {
    transition: none;
  }

}/* End custom CSS */