:root {
  --fason-section-bg: #ffffff;
  --fason-hero-bg: radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .92) 0 12%, transparent 36%), radial-gradient(circle at 93% 72%, rgba(189, 145, 110, .24), transparent 30%), linear-gradient(105deg, #fffaf3 0%, #fffdf9 46%, #eee1d4 100%);
  --fason-surface-bg: #ffffff;
  --fason-card-bg: #ffffff;
  --fason-text-color: #333236;
  --fason-muted-color: #6f6661;
  --fason-accent-color: #c98c68;
  --fason-border-color: rgba(170, 124, 91, .26);
  --fason-button-bg: linear-gradient(180deg, #e4ad78 0%, #c87954 54%, #b86c4d 100%);
  --fason-button-text: #ffffff;
  --fason-heading-font: Georgia, "Times New Roman", serif;
  --fason-body-font: inherit;
  --fason-title-size: clamp(22px, 2vw, 28px);
  --fason-text-size: 16px;
  --fason-button-size: 14px;
  --fason-ref-bg: #ffffff;
  --fason-value-panel-bg: radial-gradient(circle at 12% 78%, rgba(255, 255, 255, .18), transparent 28%), linear-gradient(105deg, #cfa279 0%, #ae8566 54%, #c29a7c 100%);
  --fason-value-panel-text: #ffffff;
  --fason-value-panel-muted: rgba(255, 255, 255, .9);
  --fason-input-bg: rgba(255, 255, 255, .96);
}

.fason-home-wrap {
  width: 100%;
  max-width: min(1640px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(28px, 5.25vw, 96px);
  padding-right: clamp(28px, 5.25vw, 96px);
  box-sizing: border-box;
  min-width: 0;
}

html,
body,
#page-builder-content,
.component-instance {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

#page-builder-content,
.component-instance {
  width: 100%;
  overflow-x: clip;
}

.component-instance {
  min-width: 0;
}

.fason-home-kicker,
.fason-section-title,
.fason-section-subtitle {
  text-align: center;
}

.fason-section-title {
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, inherit));
  font-size: var(--rc-comp-title-size, var(--fason-title-size, clamp(22px, 2vw, 28px)));
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.fason-section-subtitle {
  margin: 8px 0 0;
  color: var(--rc-comp-muted, var(--fason-muted-color, #6f6661));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  font-size: var(--rc-comp-text-size, var(--fason-text-size, 16px));
  line-height: 1.5;
}

.fason-home-icon {
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.fason-home-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fason-home-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 730px;
  padding: 0 0 132px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-hero-bg, radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .92) 0 12%, transparent 36%), radial-gradient(circle at 93% 72%, rgba(189, 145, 110, .24), transparent 30%), linear-gradient(105deg, #fffaf3 0%, #fffdf9 46%, #eee1d4 100%)));
}

.fason-home-hero::before,
.fason-home-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.fason-home-hero::before {
  right: -150px;
  bottom: 4px;
  width: 620px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, .46), transparent 68%);
  filter: blur(2px);
}

.fason-home-hero::after {
  left: 56%;
  top: 172px;
  width: 96px;
  height: 96px;
  border: 2px solid rgba(209, 143, 94, .35);
  background: radial-gradient(circle at 35% 28%, #fff 0 7%, #f6d5ba 18%, rgba(214, 137, 88, .2) 58%, transparent 68%);
  box-shadow:
    0 0 52px rgba(211, 138, 88, .28),
    -54px 210px 0 -34px rgba(216, 151, 103, .45),
    34px 196px 0 -42px rgba(216, 151, 103, .32);
}

.fason-home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: min(1640px, 100%);
  min-height: 690px;
  overflow: hidden;
}

.fason-home-hero__copy {
  grid-column: 1;
  grid-row: 1;
  padding-top: 22px;
  min-width: 0;
}

.fason-home-hero__title {
  max-width: 520px;
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(58px, 5vw, 86px));
  font-weight: 500;
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.fason-home-hero__title span {
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-home-hero__lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--rc-comp-muted, var(--fason-muted-color, #3f3d3d));
  font-size: var(--rc-comp-text-size, 17px);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.fason-home-hero__features {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 610px;
  margin: 24px 0 0;
  min-width: 0;
}

.fason-home-hero__feature {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 86px;
  padding: 0 22px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #7f4f36));
  text-align: center;
  border-right: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(127, 79, 54, .28)));
}

.fason-home-hero__feature:last-child {
  border-right: 0;
}

.fason-home-hero__feature .fason-home-icon {
  width: 38px;
  height: 38px;
}

.fason-home-hero__feature strong {
  color: var(--rc-comp-text, var(--fason-text-color, #343134));
  font-size: var(--rc-comp-text-size, 12px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.fason-home-hero__button,
.fason-product-groups__button,
.fason-value-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--rc-comp-button-text, var(--fason-button-text, #ffffff));
  background: var(--rc-comp-button-bg, var(--fason-button-bg, linear-gradient(180deg, #e4ad78 0%, #c87954 54%, #b86c4d 100%)));
  border: 0;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    0 12px 24px rgba(177, 96, 58, .25);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.fason-home-hero__button {
  grid-column: 1;
  grid-row: 3;
  width: fit-content;
  min-height: 56px;
  margin-top: 10px;
  padding: 0 34px;
  font-size: var(--rc-comp-button-size, var(--fason-button-size, 14px));
}

.fason-home-hero__button:hover,
.fason-product-groups__button:hover,
.fason-value-form__button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .4),
    0 15px 28px rgba(177, 96, 58, .3);
}

.fason-home-hero__button::after,
.fason-product-groups__button::after,
.fason-value-form__button::after {
  content: "";
  width: 18px;
  height: 12px;
  background: currentColor;
  clip-path: polygon(0 45%, 74% 45%, 56% 0, 100% 50%, 56% 100%, 74% 55%, 0 55%);
}

.fason-home-hero__visual {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  min-height: 640px;
  align-self: end;
  min-width: 0;
  overflow: hidden;
}

.fason-home-hero__visual::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 80px;
  width: 720px;
  height: 450px;
  background:
    radial-gradient(circle at 22% 26%, rgba(255, 255, 255, .65), transparent 10%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, .58), transparent 8%),
    linear-gradient(135deg, rgba(255, 248, 241, .16), rgba(207, 137, 87, .18));
  border: 2px solid rgba(225, 176, 133, .36);
  border-radius: 52% 48% 54% 46% / 58% 34% 66% 42%;
  box-shadow: inset 0 0 42px rgba(255, 255, 255, .48), 0 25px 80px rgba(168, 110, 76, .12);
  transform: rotate(-14deg);
}

.fason-home-hero__image {
  position: absolute;
  right: 70px;
  bottom: -2px;
  z-index: 2;
  width: min(58vw, 640px);
  height: min(64vw, 650px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 34px rgba(80, 54, 36, .12));
}

.fason-home-hero__placeholder {
  position: absolute;
  right: 160px;
  bottom: 18px;
  z-index: 2;
  width: min(48vw, 520px);
  height: 520px;
  border-radius: 46% 54% 44% 56% / 40% 42% 58% 60%;
  background:
    radial-gradient(circle at 46% 18%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 52% 34%, #f7d7c3 0 21%, transparent 22%),
    radial-gradient(circle at 52% 74%, #d99b75 0 29%, transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(214, 147, 104, .28));
  opacity: .86;
}

.fason-home-hero__bubble {
  position: absolute;
  z-index: 3;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(206, 131, 79, .42);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff 0 9%, #f9d6bd 25%, rgba(205, 122, 72, .13) 65%, transparent 78%);
  box-shadow: 0 12px 34px rgba(195, 117, 70, .18);
}

.fason-home-hero__bubble--one {
  left: 84px;
  top: 170px;
  width: 118px;
  height: 118px;
}

.fason-home-hero__bubble--two {
  right: 60px;
  top: 76px;
}

.fason-home-hero__bubble--three {
  right: 34px;
  top: 238px;
  width: 58px;
  height: 58px;
}

.fason-home-hero__molecule {
  position: absolute;
  right: 18px;
  top: 112px;
  z-index: 1;
  width: 260px;
  height: 260px;
  opacity: .88;
}

.fason-home-hero__molecule span {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(199, 123, 75, .45);
  background: radial-gradient(circle at 34% 28%, #fff, #ecc2a3 62%, rgba(197, 117, 70, .22));
  box-shadow: 0 0 0 18px rgba(222, 165, 119, .06);
}

.fason-home-hero__molecule span:nth-child(1) { left: 18px; top: 50px; }
.fason-home-hero__molecule span:nth-child(2) { left: 88px; top: 18px; width: 34px; height: 34px; }
.fason-home-hero__molecule span:nth-child(3) { left: 150px; top: 78px; }
.fason-home-hero__molecule span:nth-child(4) { left: 76px; top: 126px; }
.fason-home-hero__molecule span:nth-child(5) { left: 178px; top: 160px; width: 42px; height: 42px; }

.fason-home-hero__molecule::before,
.fason-home-hero__molecule::after {
  content: "";
  position: absolute;
  left: 33px;
  top: 70px;
  width: 172px;
  height: 130px;
  border: solid rgba(206, 131, 79, .24);
  border-width: 1px 0 0 1px;
  transform: rotate(18deg);
}

.fason-home-hero__badge {
  position: absolute;
  right: 115px;
  bottom: 126px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 178px;
  height: 178px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #a76542));
  text-align: center;
  border: 1px solid rgba(196, 129, 83, .32);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, #fff 0 12%, rgba(255, 250, 245, .9) 42%, rgba(240, 214, 190, .82) 100%);
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, .42),
    0 18px 44px rgba(116, 80, 55, .16);
}

.fason-home-hero__badge-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
}

.fason-home-hero__badge strong,
.fason-home-hero__badge span {
  display: block;
}

.fason-home-hero__badge strong {
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: 26px;
  font-weight: 500;
  line-height: .96;
  text-transform: uppercase;
}

.fason-home-hero__badge span {
  margin-top: 12px;
  color: var(--rc-comp-text, var(--fason-text-color, #3b3330));
  font-size: 15px;
  font-weight: 850;
  line-height: 1.12;
}

/* ===== Fason Offer Hero ===== */
.fason-offer-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 0 84px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-hero-bg, linear-gradient(105deg, #fffaf3 0%, #fffdf9 46%, #f3e6d9 100%)));
}

.fason-offer-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  width: 100%;
}

.fason-offer-hero__copy {
  min-width: 0;
}

.fason-offer-hero__topbadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  margin-bottom: 26px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #b9805a));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid rgba(196, 129, 83, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
}

.fason-offer-hero__topbadge .fason-home-icon {
  width: 15px;
  height: 15px;
}

.fason-offer-hero__title {
  max-width: 560px;
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #2c2a2c));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(40px, 4.6vw, 64px));
  font-weight: 500;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.fason-offer-hero__title span {
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-offer-hero__lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--rc-comp-muted, var(--fason-muted-color, #3f3d3d));
  font-size: var(--rc-comp-text-size, 16px);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.fason-offer-hero__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 540px;
  margin: 38px 0 0;
}

.fason-offer-hero__feature {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.fason-offer-hero__feature-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
  border: 1px solid rgba(196, 129, 83, .3);
  border-radius: 50%;
  background: #fff;
}

.fason-offer-hero__feature-icon .fason-home-icon {
  width: 24px;
  height: 24px;
}

.fason-offer-hero__feature strong {
  color: var(--rc-comp-text, var(--fason-text-color, #343134));
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fason-offer-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 230px;
  margin-top: 40px;
  padding: 6px 6px 6px 30px;
  color: var(--rc-comp-button-text, var(--fason-button-text, #ffffff));
  background: var(--rc-comp-button-bg, var(--fason-button-bg, linear-gradient(180deg, #e4ad78 0%, #c87954 54%, #b86c4d 100%)));
  border: 0;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    0 12px 24px rgba(177, 96, 58, .25);
  font-size: var(--rc-comp-button-size, var(--fason-button-size, 13px));
  font-weight: 850;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.fason-offer-hero__button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .4),
    0 15px 28px rgba(177, 96, 58, .3);
}

.fason-offer-hero__button-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
}

.fason-offer-hero__button-icon .fason-home-icon {
  width: 18px;
  height: 18px;
}

.fason-offer-hero__visual {
  position: relative;
  min-height: 520px;
  min-width: 0;
}

.fason-offer-hero__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 1;
  width: 88%;
  max-width: 540px;
  height: 64px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(214, 165, 128, .5), transparent 72%);
  filter: blur(6px);
}

.fason-offer-hero__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(80, 54, 36, .12));
}

.fason-offer-hero__placeholder {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  height: 460px;
  margin: 0 auto;
  border-radius: 46% 54% 44% 56% / 40% 42% 58% 60%;
  background:
    radial-gradient(circle at 46% 18%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 52% 34%, #f7d7c3 0 21%, transparent 22%),
    radial-gradient(circle at 52% 74%, #d99b75 0 29%, transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(214, 147, 104, .28));
  opacity: .86;
}

.fason-offer-hero__dots {
  position: absolute;
  right: 14%;
  top: 4px;
  z-index: 4;
  width: 38px;
  height: 6px;
  background-image: radial-gradient(circle, rgba(196, 129, 83, .5) 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  background-repeat: repeat-x;
}

.fason-offer-hero__badge {
  position: absolute;
  right: 4%;
  top: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #a76542));
  text-align: center;
  border: 1px dashed rgba(196, 129, 83, .4);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 26%, #fff 0 12%, rgba(255, 250, 245, .92) 42%, rgba(240, 214, 190, .85) 100%);
  box-shadow:
    inset 0 0 0 8px rgba(255, 255, 255, .42),
    0 18px 44px rgba(116, 80, 55, .16);
}

.fason-offer-hero__badge-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}

.fason-offer-hero__badge strong {
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.fason-offer-hero__badge span {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .fason-offer-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .fason-offer-hero__visual {
    order: -1;
    min-height: 380px;
  }

  .fason-offer-hero__visual.has-image {
    display: none;
  }

  .fason-offer-hero__title,
  .fason-offer-hero__lead,
  .fason-offer-hero__features {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .fason-offer-hero {
    padding: 48px 0 56px;
  }

  .fason-offer-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .fason-offer-hero__feature-icon {
    width: 46px;
    height: 46px;
  }

  .fason-offer-hero__feature strong {
    font-size: 10px;
  }

  .fason-offer-hero__button {
    width: 100%;
    min-width: 0;
  }

  .fason-offer-hero__badge {
    width: 120px;
    height: 120px;
    right: 4%;
    top: 6px;
  }

  .fason-offer-hero__badge strong {
    font-size: 22px;
  }

  .fason-offer-hero__badge span {
    font-size: 10px;
  }

  .fason-offer-hero__placeholder,
  .fason-offer-hero__image {
    max-width: 100%;
    height: 320px;
  }
}

/* ===== Fason Intro Split ===== */
.fason-intro-split {
  position: relative;
  z-index: 1;
  padding: 48px 0;
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
}

.fason-intro-split__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(196, 129, 83, .22);
  border-radius: 28px;
  background: var(--rc-comp-bg, var(--fason-hero-bg, linear-gradient(105deg, #fffaf3 0%, #fffdf9 46%, #f3e6d9 100%)));
}

.fason-intro-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: clamp(36px, 5vw, 72px);
}

.fason-intro-split__topbadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #b9805a));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.fason-intro-split__topbadge .fason-home-icon {
  width: 18px;
  height: 18px;
}

.fason-intro-split__title {
  max-width: 520px;
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #2c2a2c));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(30px, 3.4vw, 44px));
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fason-intro-split__title span {
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-intro-split__divider {
  position: relative;
  display: block;
  width: 64px;
  height: 1px;
  margin: 22px 0 26px;
  background: rgba(196, 129, 83, .4);
}

.fason-intro-split__divider::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-intro-split__body {
  max-width: 540px;
  color: var(--rc-comp-muted, var(--fason-muted-color, #4a4748));
  font-size: var(--rc-comp-text-size, 15px);
  line-height: 1.85;
}

.fason-intro-split__body p {
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}

.fason-intro-split__body p:last-child {
  margin-bottom: 0;
}

.fason-intro-split__body strong {
  color: var(--rc-comp-text, var(--fason-text-color, #2c2a2c));
  font-weight: 700;
}

.fason-intro-split__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: fit-content;
  margin-top: 32px;
  padding: 6px 6px 6px 30px;
  color: var(--rc-comp-button-text, var(--fason-button-text, #ffffff));
  background: var(--rc-comp-button-bg, var(--fason-button-bg, linear-gradient(180deg, #e4ad78 0%, #c87954 54%, #b86c4d 100%)));
  border: 0;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .34),
    0 12px 24px rgba(177, 96, 58, .25);
  font-size: var(--rc-comp-button-size, var(--fason-button-size, 13px));
  font-weight: 850;
  letter-spacing: .03em;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.fason-intro-split__button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .4),
    0 15px 28px rgba(177, 96, 58, .3);
}

.fason-intro-split__button-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
}

.fason-intro-split__button-icon .fason-home-icon {
  width: 18px;
  height: 18px;
}

.fason-intro-split__visual {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  overflow: hidden;
}

.fason-intro-split__image,
.fason-intro-split__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.fason-intro-split__placeholder {
  background:
    radial-gradient(circle at 46% 18%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 52% 34%, #f7d7c3 0 21%, transparent 22%),
    radial-gradient(circle at 52% 74%, #d99b75 0 29%, transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(214, 147, 104, .28));
  opacity: .86;
}

.fason-intro-split__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: clamp(60px, 9vw, 160px);
  background: linear-gradient(to right, var(--rc-comp-bg-solid, var(--fason-section-bg, #fdf6ee)), rgba(253, 246, 238, 0));
  pointer-events: none;
}

/* Görsel solda olduğunda yerleşimi ve geçişi ters çevir */
.fason-intro-split--left .fason-intro-split__copy {
  grid-column: 2;
}

.fason-intro-split--left .fason-intro-split__visual {
  grid-column: 1;
}

.fason-intro-split--left .fason-intro-split__fade {
  left: auto;
  right: 0;
  background: linear-gradient(to left, var(--rc-comp-bg-solid, var(--fason-section-bg, #fdf6ee)), rgba(253, 246, 238, 0));
}

.fason-intro-split.no-image .fason-intro-split__card {
  grid-template-columns: minmax(0, 1fr);
}

.fason-intro-split.no-image .fason-intro-split__visual,
.fason-intro-split.no-image .fason-intro-split__fade {
  display: none;
}

@media (max-width: 992px) {
  .fason-intro-split__card,
  .fason-intro-split--left .fason-intro-split__card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .fason-intro-split__copy,
  .fason-intro-split--left .fason-intro-split__copy {
    grid-column: 1;
    grid-row: 2;
  }

  .fason-intro-split__visual,
  .fason-intro-split--left .fason-intro-split__visual {
    grid-column: 1;
    grid-row: 1;
  }

  .fason-intro-split__image,
  .fason-intro-split__placeholder {
    min-height: 280px;
  }

  .fason-intro-split__fade,
  .fason-intro-split--left .fason-intro-split__fade {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, var(--rc-comp-bg-solid, var(--fason-section-bg, #fdf6ee)), rgba(253, 246, 238, 0));
  }

  .fason-intro-split__title,
  .fason-intro-split__body {
    max-width: 100%;
  }
}

.fason-stats-strip {
  position: relative;
  z-index: 4;
  padding: 48px 0 52px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-section-bg, #ffffff));
}

/* Hero bileşeninin hemen ardından geldiyse, kart hero'nun alt kavisine binsin */
.component-instance:has(> .fason-home-hero) + .component-instance > .fason-stats-strip {
  margin-top: -64px;
  padding-top: 0;
}

.fason-stats-strip__card {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 150px;
  overflow: hidden;
  background: var(--rc-comp-surface, var(--fason-surface-bg, rgba(255, 255, 255, .93)));
  border: 1px solid var(--rc-comp-border, rgba(200, 173, 150, .18));
  border-radius: var(--rc-comp-radius, 34px);
  box-shadow: 0 24px 70px rgba(114, 79, 55, .13);
  backdrop-filter: blur(18px);
}

.fason-stats-strip__item {
  display: grid;
  align-content: center;
  justify-items: center;
  min-width: 0;
  padding: 20px 24px;
  text-align: center;
  border-right: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
}

.fason-stats-strip__item:last-child {
  border-right: 0;
}

.fason-stats-strip__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-stats-strip__value {
  margin: -2px 0 4px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, 48px);
  font-weight: 500;
  line-height: .9;
}

.fason-stats-strip__title {
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #313033));
  font-size: var(--rc-comp-text-size, 13px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.fason-stats-strip__text {
  max-width: 180px;
  margin: 8px auto 0;
  color: var(--rc-comp-muted, var(--fason-muted-color, #6b625e));
  font-size: var(--rc-comp-text-size, 12px);
  line-height: 1.65;
}

.fason-references {
  padding: 0 0 54px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-ref-bg, #ffffff));
}

.fason-references__frame {
  position: relative;
  margin-top: 42px;
}

.fason-references__logos {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 42px);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0 72px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.fason-references__logos::-webkit-scrollbar {
  display: none;
}

.fason-references__logo {
  display: grid;
  flex: 0 0 calc((100% - 5 * clamp(18px, 2.5vw, 42px)) / 6);
  min-width: 0;
  place-items: center;
  min-height: 54px;
  color: var(--rc-comp-text, var(--fason-text-color, #1f2024));
  font-size: var(--rc-comp-title-size, clamp(24px, 2vw, 33px));
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  filter: grayscale(1);
  scroll-snap-align: center;
}

.fason-references__logo img {
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
}

.fason-references__arrow {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  z-index: 2;
  padding: 0;
  background: transparent;
  color: var(--rc-comp-accent, var(--fason-accent-color, #a76542));
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  cursor: pointer;
}

.fason-references__arrow--left {
  left: 18px;
  transform: translateY(-50%) rotate(45deg);
}

.fason-references__arrow--right {
  right: 18px;
  transform: translateY(-50%) rotate(-135deg);
}

.fason-references__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 26px;
}

.fason-references__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--rc-comp-border, #d9c7b9);
  cursor: pointer;
}

.fason-references__dots button.is-active {
  background: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-product-groups {
  padding: 0 0 48px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-section-bg, #ffffff));
}

.fason-product-groups__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.fason-product-groups__card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background: var(--rc-comp-surface, var(--fason-card-bg, #ffffff));
  border: 1px solid var(--rc-comp-border, rgba(173, 145, 125, .18));
  border-radius: var(--rc-comp-radius, 10px);
  box-shadow: 0 18px 34px rgba(91, 72, 59, .12);
}

.fason-product-groups__media {
  position: relative;
  height: 202px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 255, 255, .95), transparent 32%),
    linear-gradient(135deg, #e7ddd4, #f9efe8);
}

.fason-product-groups__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fason-product-groups__placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, .92) 0 10%, transparent 11%),
    radial-gradient(circle at 52% 56%, rgba(203, 140, 104, .18), transparent 34%),
    linear-gradient(135deg, #e6dbd2, #f8eee8);
}

.fason-product-groups__icon {
  position: absolute;
  left: 50%;
  top: 154px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
  background: var(--rc-comp-surface, var(--fason-surface-bg, #ffffff));
  border-radius: 50%;
  box-shadow: 0 14px 26px rgba(105, 73, 51, .13);
  transform: translateX(-50%);
}

.fason-product-groups__icon .fason-home-icon {
  width: 36px;
  height: 36px;
}

.fason-product-groups__body {
  display: grid;
  justify-items: center;
  min-height: 252px;
  padding: 78px 22px 22px;
  text-align: center;
}

.fason-product-groups__body h3 {
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #343134));
  font-size: var(--rc-comp-text-size, 16px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.fason-product-groups__body p {
  margin: 16px 0 0;
  color: var(--rc-comp-muted, var(--fason-muted-color, #6c625d));
  font-size: var(--rc-comp-text-size, 12px);
  line-height: 1.7;
}

.fason-product-groups__button {
  align-self: end;
  min-height: 38px;
  margin-top: 22px;
  padding: 0 20px;
  color: var(--rc-comp-button-text, var(--rc-comp-accent, var(--fason-accent-color, #c27450)));
  background: var(--rc-comp-button-bg, var(--fason-surface-bg, #ffffff));
  border: 1px solid var(--rc-comp-border, rgba(198, 136, 101, .22));
  box-shadow: 0 10px 20px rgba(102, 76, 58, .08);
  font-size: var(--rc-comp-button-size, 12px);
}

.fason-value-form {
  position: relative;
  overflow: hidden;
  padding: 0 0 22px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-section-bg, #ffffff));
}

.fason-value-form__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(520px, 1fr);
  gap: 32px;
  overflow: hidden;
  min-height: 350px;
  padding: 50px 52px 38px;
  color: var(--fason-value-panel-text, #ffffff);
  background: var(--rc-comp-surface, var(--fason-value-panel-bg, radial-gradient(circle at 12% 78%, rgba(255, 255, 255, .18), transparent 28%), linear-gradient(105deg, #cfa279 0%, #ae8566 54%, #c29a7c 100%)));
  border-radius: var(--rc-comp-radius, 34px);
  box-shadow: 0 22px 55px rgba(113, 77, 53, .18);
}

.fason-value-form__panel::before {
  content: "";
  position: absolute;
  left: -58px;
  bottom: -54px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .68) 0 7%, transparent 8%),
    radial-gradient(circle at 58% 38%, rgba(255, 255, 255, .46) 0 6%, transparent 7%),
    radial-gradient(circle at 42% 72%, rgba(255, 255, 255, .36) 0 5%, transparent 6%),
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(103, 74, 55, .12));
  opacity: .82;
}

.fason-value-form__copy,
.fason-value-form__form {
  position: relative;
  z-index: 1;
}

.fason-value-form__copy h2 {
  margin: 0;
  color: var(--fason-value-panel-text, #ffffff);
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, inherit));
  font-size: var(--rc-comp-title-size, clamp(26px, 2.5vw, 34px));
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.fason-value-form__copy p {
  max-width: 440px;
  margin: 16px 0 0;
  color: var(--fason-value-panel-muted, rgba(255, 255, 255, .9));
  font-size: var(--rc-comp-text-size, 16px);
  line-height: 1.65;
}

.fason-value-form__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.fason-value-form__feature {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.fason-value-form__feature .fason-home-icon {
  width: 60px;
  height: 60px;
  padding: 15px;
  color: var(--fason-value-panel-text, #ffffff);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
}

.fason-value-form__feature strong {
  color: var(--fason-value-panel-text, #ffffff);
  font-size: var(--rc-comp-text-size, 10px);
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.fason-value-form__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  align-content: start;
}

.fason-value-form__field {
  min-width: 0;
}

.fason-value-form__field--wide {
  grid-column: 1 / -1;
}

.fason-value-form input,
.fason-value-form select,
.fason-value-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 22px;
  color: var(--rc-comp-text, #4d4540);
  background: var(--fason-input-bg, rgba(255, 255, 255, .96));
  border: 0;
  border-radius: 8px;
  outline: none;
  font: inherit;
  font-size: var(--rc-comp-text-size, 14px);
  box-shadow: inset 0 0 0 1px rgba(116, 80, 55, .08);
}

.fason-value-form textarea {
  min-height: 98px;
  padding-top: 17px;
  resize: vertical;
}

.fason-value-form__button {
  justify-self: end;
  min-height: 48px;
  padding: 0 34px;
  font-size: var(--rc-comp-button-size, 14px);
}

.fason-value-form__message {
  display: none;
  grid-column: 1 / -1;
  padding: 10px 14px;
  color: var(--rc-comp-text, #5b3322);
  background: var(--rc-comp-surface, rgba(255, 255, 255, .84));
  border-radius: 8px;
  font-size: var(--rc-comp-text-size, 13px);
}

.fason-value-form__message.is-visible {
  display: block;
}

.fason-feature-strip {
  padding: 0 0 22px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-section-bg, #ffffff));
}

.fason-feature-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
  min-height: 70px;
}

.fason-feature-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #8a5b43));
}

.fason-feature-strip__item .fason-home-icon {
  width: 34px;
  height: 34px;
}

.fason-feature-strip__item strong {
  color: var(--rc-comp-text, var(--fason-text-color, #5b524e));
  font-size: var(--rc-comp-text-size, 12px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.fason-contact-info {
  padding: 26px 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-surface-bg, #fbf4ee));
}

.fason-contact-info__divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.fason-contact-info__divider span {
  display: block;
  height: 1px;
  background: var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
}

.fason-contact-info__divider h2 {
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(16px, 1.4vw, 20px));
  font-weight: 850;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.fason-contact-info__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.fason-contact-info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 24px;
  border-left: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
}

.fason-contact-info__item:first-child {
  border-left: 0;
}

.fason-contact-info__item .fason-home-icon {
  flex: none;
  width: 30px;
  height: 30px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-contact-info__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.fason-contact-info__text strong {
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-size: var(--rc-comp-text-size, 13px);
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fason-contact-info__text span {
  display: block;
  color: var(--rc-comp-muted, var(--fason-muted-color, #6f6661));
  font-size: var(--rc-comp-text-size, 13px);
  line-height: 1.45;
}

.fason-offer-form {
  position: relative;
  padding: 48px 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-section-bg, #ffffff));
}

.fason-offer-form__grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, .85fr);
  gap: 32px;
  align-items: start;
}

.fason-offer-form__form-panel,
.fason-offer-form__why-panel {
  padding: 38px 40px;
  border-radius: var(--rc-comp-radius, 28px);
}

.fason-offer-form__form-panel {
  background: var(--rc-comp-surface, var(--fason-card-bg, #fbf4ee));
  border: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
}

.fason-offer-form__form-panel h2 {
  margin: 0 0 24px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(22px, 2.2vw, 30px));
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.fason-offer-form__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  align-content: start;
}

.fason-offer-form__field {
  min-width: 0;
}

.fason-offer-form__field--wide {
  grid-column: 1 / -1;
}

.fason-offer-form input,
.fason-offer-form select,
.fason-offer-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  color: var(--rc-comp-text, #4d4540);
  background: var(--fason-input-bg, rgba(255, 255, 255, .96));
  border: 0;
  border-radius: 10px;
  outline: none;
  font: inherit;
  font-size: var(--rc-comp-text-size, 14px);
  box-shadow: inset 0 0 0 1px rgba(116, 80, 55, .1);
  appearance: none;
}

.fason-offer-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a76542' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
}

.fason-offer-form textarea {
  min-height: 110px;
  padding-top: 17px;
  resize: vertical;
}

.fason-offer-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 34px;
  color: var(--rc-comp-button-text, var(--fason-button-text, #ffffff));
  background: var(--rc-comp-button-bg, var(--fason-button-bg, linear-gradient(180deg, #e4ad78 0%, #c87954 54%, #b86c4d 100%)));
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: var(--rc-comp-button-size, 15px);
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.fason-offer-form__button:hover {
  box-shadow: 0 14px 28px rgba(184, 108, 77, .28);
  transform: translateY(-1px);
}

.fason-offer-form__message {
  display: none;
  grid-column: 1 / -1;
  padding: 10px 14px;
  color: var(--rc-comp-text, #5b3322);
  background: var(--rc-comp-surface, rgba(255, 255, 255, .84));
  border-radius: 8px;
  font-size: var(--rc-comp-text-size, 13px);
}

.fason-offer-form__message.is-visible {
  display: block;
}

/* === Form dogrulama: hatali alanlar (kirmizi cerceve + aciklama) === */
.fason-value-form .is-invalid,
.fason-offer-form .is-invalid {
  box-shadow: inset 0 0 0 2px #d93b3b, 0 0 0 3px rgba(217, 59, 59, .14) !important;
}

.fason-field-error {
  display: block;
  margin-top: 6px;
  color: #d93b3b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.fason-value-form__message.is-error,
.fason-offer-form__message.is-error {
  color: #8a1f1f;
  background: rgba(217, 59, 59, .1);
  box-shadow: inset 0 0 0 1px rgba(217, 59, 59, .4);
}

.fason-offer-form__why-panel {
  background: var(--rc-comp-accent, var(--fason-value-panel-bg, linear-gradient(105deg, #cfa279 0%, #ae8566 54%, #c29a7c 100%)));
  color: var(--fason-value-panel-text, #ffffff);
}

.fason-offer-form__why-panel h3 {
  margin: 0 0 26px;
  color: var(--fason-value-panel-text, #ffffff);
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(20px, 2vw, 26px));
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.fason-offer-form__why-list {
  display: grid;
  gap: 24px;
}

.fason-offer-form__why-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: flex-start;
}

.fason-offer-form__why-item .fason-home-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  color: var(--fason-value-panel-text, #ffffff);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
}

.fason-offer-form__why-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--fason-value-panel-text, #ffffff);
  font-size: var(--rc-comp-text-size, 13px);
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.fason-offer-form__why-item p {
  margin: 0;
  color: var(--fason-value-panel-muted, rgba(255, 255, 255, .9));
  font-size: var(--rc-comp-text-size, 13px);
  line-height: 1.6;
}

@media (min-width: 1440px) {
  .fason-home-wrap {
    max-width: min(1760px, 100%);
    padding-left: clamp(56px, 5vw, 96px);
    padding-right: clamp(56px, 5vw, 96px);
  }

  .fason-home-hero__inner {
    max-width: min(1760px, 100%);
  }
}

@media (max-width: 1180px) {
  .fason-home-wrap {
    max-width: 1040px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fason-home-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 42px;
  }

  .fason-home-hero__copy,
  .fason-home-hero__features,
  .fason-home-hero__button,
  .fason-home-hero__visual {
    grid-column: 1;
    grid-row: auto;
  }

  .fason-home-hero__visual {
    min-height: 520px;
  }

  .fason-home-hero__image,
  .fason-home-hero__placeholder {
    right: 50%;
    transform: translateX(50%);
  }

  .fason-home-hero__badge {
    right: calc(50% - 300px);
  }

  .fason-stats-strip__card,
  .fason-product-groups__grid,
  .fason-feature-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fason-value-form__panel {
    grid-template-columns: 1fr;
  }

  .fason-offer-form__grid {
    grid-template-columns: 1fr;
  }

  .fason-offer-form__form-panel,
  .fason-offer-form__why-panel {
    padding: 30px 28px;
  }

  .fason-contact-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
  }

  .fason-contact-info__item:nth-child(odd) {
    border-left: 0;
  }

  .fason-contact-info__item:nth-child(1),
  .fason-contact-info__item:nth-child(2) {
    border-bottom: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
    padding-bottom: 18px;
  }

  .fason-contact-info__item:nth-child(3),
  .fason-contact-info__item:nth-child(4) {
    padding-top: 18px;
  }
}

@media (max-width: 760px) {
  .fason-home-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .fason-home-hero {
    min-height: 0;
    padding: 26px 0 22px;
    overflow: hidden;
  }

  .fason-home-hero::after {
    display: none;
  }

  .fason-home-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 0;
    gap: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .fason-home-hero.has-image .fason-home-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .fason-home-hero__copy,
  .fason-home-hero__features,
  .fason-home-hero__button,
  .fason-home-hero__visual,
  .fason-home-hero.has-image .fason-home-hero__copy,
  .fason-home-hero.has-image .fason-home-hero__button,
  .fason-home-hero.has-image .fason-home-hero__features,
  .fason-home-hero.has-image .fason-home-hero__visual {
    grid-column: 1;
    max-width: 100%;
    min-width: 0;
  }

  .fason-home-hero__copy {
    grid-row: 1;
    padding-top: 0;
  }

  .fason-home-hero__visual {
    grid-row: 3;
  }

  .fason-home-hero__features {
    grid-row: 4;
  }

  .fason-home-hero__button {
    grid-row: 2;
  }

  .fason-home-hero__title {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 40px);
    line-height: 1.03;
    overflow-wrap: anywhere;
  }

  .fason-home-hero__lead {
    max-width: 100%;
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.55;
  }

  .fason-home-hero__button {
    width: 100%;
    max-width: 188px;
    min-height: 38px;
    margin-top: 14px;
    padding: 0 18px;
    gap: 10px;
    font-size: 10px;
  }

  .fason-value-form__form,
  .fason-feature-strip__inner,
  .fason-offer-form__form {
    grid-template-columns: 1fr;
  }

  .fason-offer-form__form-panel,
  .fason-offer-form__why-panel {
    padding: 24px 20px;
  }

  .fason-contact-info__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fason-contact-info__item {
    justify-content: flex-start;
    padding: 14px 0;
    border-left: 0 !important;
    border-bottom: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
  }

  .fason-contact-info__item:last-child {
    border-bottom: 0;
  }

  .fason-contact-info__item:nth-child(1),
  .fason-contact-info__item:nth-child(2),
  .fason-contact-info__item:nth-child(3),
  .fason-contact-info__item:nth-child(4) {
    padding: 14px 0;
    border-bottom: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
  }

  .fason-contact-info__item:nth-child(4) {
    border-bottom: 0;
  }

  .fason-contact-info__divider {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fason-contact-info__divider span {
    display: none;
  }

  .fason-home-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    margin-top: 16px;
    padding: 12px 0;
    background: rgba(255, 255, 255, .72);
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(96, 67, 47, .08);
  }

  .fason-home-hero__feature {
    min-height: 58px;
    gap: 7px;
    padding: 0 8px;
    border-right: 1px solid rgba(170, 124, 91, .24);
    border-bottom: 0;
  }

  .fason-home-hero__feature:last-child {
    border-right: 0;
  }

  .fason-home-hero__feature .fason-home-icon {
    width: 24px;
    height: 24px;
  }

  .fason-home-hero__feature strong {
    font-size: 8px;
    line-height: 1.25;
  }

  .fason-home-hero__visual {
    min-height: 230px;
    margin-top: 10px;
  }

  .fason-home-hero.no-image .fason-home-hero__visual,
  .fason-home-hero__visual.is-placeholder {
    display: none;
  }

  .fason-home-hero__visual::before {
    left: 50%;
    right: auto;
    top: 44px;
    width: 282px;
    height: 190px;
    transform: translateX(-50%) rotate(-14deg);
  }

  .fason-home-hero__image,
  .fason-home-hero__placeholder {
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(82vw, 270px);
    height: 230px;
    transform: translateX(-50%);
  }

  .fason-home-hero__badge {
    right: calc(50% - 124px);
    bottom: 30px;
    width: 68px;
    height: 68px;
  }

  .fason-home-hero__badge strong {
    font-size: 10px;
  }

  .fason-home-hero__badge span,
  .fason-home-hero__badge-icon {
    display: none;
  }

  .fason-stats-strip,
  .component-instance:has(> .fason-home-hero) + .component-instance > .fason-stats-strip {
    margin-top: 0;
    padding: 10px 0 26px;
  }

  .fason-stats-strip__card,
  .fason-value-form__panel {
    border-radius: 22px;
  }

  .fason-stats-strip__card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    overflow: visible;
  }

  .fason-stats-strip__item {
    padding: 16px 12px;
    border-right: 1px solid rgba(170, 124, 91, .2);
    border-bottom: 1px solid rgba(170, 124, 91, .2);
  }

  .fason-stats-strip__item:nth-child(2n) {
    border-right: 0;
  }

  .fason-stats-strip__item:last-child {
    border-bottom: 0;
  }

  .fason-stats-strip__item:nth-last-child(2):has(+ :last-child:nth-child(even)) {
    border-bottom: 0;
  }

  .fason-stats-strip__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .fason-stats-strip__value {
    font-size: 38px;
  }

  .fason-stats-strip__title {
    font-size: 10px;
  }

  .fason-stats-strip__text {
    font-size: 9px;
  }

  .fason-references__logos {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 0 42px;
  }

  .fason-references__logo {
    flex: 0 0 100%;
    min-height: 62px;
    font-size: 19px;
    scroll-snap-align: center;
  }

  .fason-references__arrow--left {
    left: 10px;
  }

  .fason-references__arrow--right {
    right: 10px;
  }

  .fason-product-groups__media {
    height: 96px;
  }

  .fason-product-groups__grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .fason-product-groups__grid::-webkit-scrollbar {
    display: none;
  }

  .fason-product-groups__card {
    flex: 0 0 150px;
    scroll-snap-align: start;
  }

  .fason-product-groups__icon {
    top: 74px;
    width: 48px;
    height: 48px;
  }

  .fason-product-groups__icon .fason-home-icon {
    width: 24px;
    height: 24px;
  }

  .fason-product-groups__body {
    min-height: 156px;
    padding: 34px 10px 12px;
  }

  .fason-product-groups__body h3 {
    font-size: 9px;
  }

  .fason-product-groups__body p {
    font-size: 8px;
    line-height: 1.5;
  }

  .fason-product-groups__button {
    min-height: 28px;
    margin-top: 10px;
    padding: 0 11px;
    gap: 8px;
    font-size: 8px;
  }

  .fason-value-form__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .fason-value-form__panel {
    padding: 32px 22px;
  }

  .fason-value-form__button {
    justify-self: stretch;
  }
}

.builder-canvas .fason-home-wrap {
  width: 100%;
  max-width: 1120px;
  padding-inline: 22px;
}

.builder-canvas .fason-home-hero {
  min-height: 500px;
  padding-bottom: 78px;
}

.builder-canvas .fason-home-hero__inner {
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  min-height: 500px;
}

.builder-canvas .fason-home-hero__title {
  max-width: 440px;
  font-size: clamp(38px, 3.7vw, 56px);
}

.builder-canvas .fason-home-hero__lead {
  max-width: 440px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.builder-canvas .fason-home-hero__features {
  max-width: 440px;
  margin-top: 26px;
}

.builder-canvas .fason-home-hero__feature {
  padding: 0 12px;
}

.builder-canvas .fason-home-hero__button {
  min-height: 46px;
  margin-top: 26px;
  padding: 0 24px;
  font-size: 12px;
}

.builder-canvas .fason-home-hero__visual {
  min-height: 470px;
}

.builder-canvas .fason-home-hero__visual::before {
  right: -30px;
  top: 80px;
  width: 500px;
  height: 310px;
}

.builder-canvas .fason-home-hero__image,
.builder-canvas .fason-home-hero__placeholder {
  right: 40px;
  width: min(43vw, 430px);
  height: 430px;
}

.builder-canvas .fason-home-hero__bubble--one {
  left: 32px;
  top: 140px;
  width: 82px;
  height: 82px;
}

.builder-canvas .fason-home-hero__molecule {
  right: -4px;
  top: 98px;
  width: 210px;
  height: 210px;
}

.builder-canvas .fason-home-hero__badge {
  right: 22px;
  bottom: 76px;
  width: 128px;
  height: 128px;
}

.builder-canvas .fason-home-hero__badge strong {
  font-size: 18px;
}

.builder-canvas .fason-home-hero__badge span {
  margin-top: 8px;
  font-size: 11px;
}

.builder-canvas .fason-stats-strip {
  padding: 40px 0 28px;
}

.builder-canvas .component-instance:has(> .fason-home-hero) + .component-instance > .fason-stats-strip {
  margin-top: -72px;
  padding-top: 0;
}

.builder-canvas .fason-stats-strip__card {
  min-height: 132px;
  border-radius: 24px;
}

.builder-canvas .fason-stats-strip__item {
  padding: 18px 14px;
}

.builder-canvas .fason-stats-strip__value {
  font-size: 42px;
}

.builder-canvas .fason-stats-strip__title {
  font-size: 11px;
}

.builder-canvas .fason-stats-strip__text {
  font-size: 10px;
}

.builder-canvas .fason-references {
  padding: 28px 0 34px;
}

.builder-canvas .fason-references__frame {
  margin-top: 24px;
}

.builder-canvas .fason-product-groups {
  padding-bottom: 34px;
}

.builder-canvas .fason-product-groups__grid {
  gap: 16px;
  margin-top: 24px;
}

.builder-canvas .fason-product-groups__media {
  height: 132px;
}

.builder-canvas .fason-product-groups__icon {
  top: 96px;
  width: 58px;
  height: 58px;
}

.builder-canvas .fason-product-groups__icon .fason-home-icon {
  width: 28px;
  height: 28px;
}

.builder-canvas .fason-product-groups__body {
  min-height: 204px;
  padding: 62px 14px 16px;
}

.builder-canvas .fason-product-groups__body h3 {
  font-size: 12px;
}

.builder-canvas .fason-product-groups__body p {
  font-size: 10px;
}

.builder-canvas .fason-value-form__panel {
  min-height: 270px;
  padding: 34px 34px 28px;
  border-radius: 24px;
}

.builder-canvas .fason-value-form__copy h2 {
  font-size: 25px;
}

.builder-canvas .fason-value-form__copy p {
  font-size: 13px;
}

.builder-canvas .fason-value-form__features {
  margin-top: 32px;
}

.builder-canvas .fason-feature-strip__inner {
  min-height: 56px;
}

@media (max-width: 980px) {
  .builder-canvas .fason-home-hero__inner,
  .builder-canvas .fason-product-groups__grid,
  .builder-canvas .fason-stats-strip__card {
    grid-template-columns: 1fr;
  }

  .builder-canvas .fason-home-hero__copy,
  .builder-canvas .fason-home-hero__features,
  .builder-canvas .fason-home-hero__button,
  .builder-canvas .fason-home-hero__visual {
    grid-column: 1;
    grid-row: auto;
  }
}

@media screen and (max-width: 820px), screen and (max-device-width: 820px) {
  html,
  body,
  #page-builder-content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none !important;
  }

  body {
    position: relative;
  }

  #page-builder-content > .component-instance {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .fason-home-hero,
  .fason-stats-strip,
  .fason-references,
  .fason-product-groups,
  .fason-value-form,
  .fason-feature-strip {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: clip !important;
    transform: none !important;
  }

  .fason-home-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: clip !important;
    transform: none !important;
  }

  .fason-references__logos,
  .fason-product-groups__grid,
  .fason-stats-strip__card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .fason-home-hero,
  .fason-home-hero * {
    box-sizing: border-box;
  }

  .fason-home-hero {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 24px 0 18px !important;
    overflow: hidden !important;
  }

  .fason-home-hero > .fason-home-wrap.fason-home-hero__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    gap: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .fason-home-hero__copy,
  .fason-home-hero__features,
  .fason-home-hero__button,
  .fason-home-hero__visual {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    transform: none !important;
  }

  .fason-home-hero__copy {
    order: 1;
    padding: 0 !important;
  }

  .fason-home-hero__button {
    order: 2;
    display: inline-flex !important;
    width: auto !important;
    max-width: 220px !important;
    min-height: 40px !important;
    margin: 16px 0 0 !important;
    padding: 0 20px !important;
    font-size: 10px !important;
  }

  .fason-home-hero__visual {
    order: 3;
    min-height: 220px !important;
    margin-top: 12px !important;
    overflow: hidden !important;
  }

  .fason-home-hero.no-image .fason-home-hero__visual,
  .fason-home-hero__visual.is-placeholder {
    display: none !important;
  }

  .fason-home-hero__features {
    order: 4;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 16px !important;
    padding: 12px 0 !important;
  }

  .fason-home-hero__title {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(30px, 10.2vw, 42px) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere !important;
  }

  .fason-home-hero__lead {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    overflow-wrap: anywhere !important;
  }

  .fason-home-hero__visual::before {
    left: 50% !important;
    right: auto !important;
    top: 34px !important;
    width: min(82vw, 280px) !important;
    height: 180px !important;
    transform: translateX(-50%) rotate(-14deg) !important;
  }

  .fason-home-hero__image,
  .fason-home-hero__placeholder {
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(80vw, 270px) !important;
    height: 220px !important;
    max-width: 100% !important;
    transform: translateX(-50%) !important;
  }

  .fason-home-hero__bubble,
  .fason-home-hero__molecule,
  .fason-home-hero__badge {
    display: none !important;
  }

  .fason-home-hero__feature {
    min-width: 0 !important;
    padding: 0 7px !important;
  }

  .fason-home-hero__feature .fason-home-icon {
    width: 23px !important;
    height: 23px !important;
  }

  .fason-home-hero__feature strong {
    font-size: 8px !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }
}

.fason-faq {
  padding: 48px 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-surface-bg, #fbf4ee));
}

.fason-faq__title {
  margin: 0 0 28px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(18px, 1.6vw, 24px));
  font-weight: 850;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.fason-faq__list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

.fason-faq__item {
  border: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
  border-radius: var(--rc-comp-radius, 14px);
  background: var(--rc-comp-surface, var(--fason-card-bg, #ffffff));
  overflow: hidden;
}

.fason-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 24px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.fason-faq__question {
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-size: var(--rc-comp-text-size, 15px);
  font-weight: 700;
  line-height: 1.4;
}

.fason-faq__chevron {
  display: inline-flex;
  flex: none;
  width: 18px;
  height: 18px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
  transition: transform .2s ease;
}

.fason-faq__chevron .fason-home-icon {
  width: 100%;
  height: 100%;
}

.fason-faq__item.is-open .fason-faq__chevron {
  transform: rotate(180deg);
}

.fason-faq__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}

.fason-faq__item.is-open .fason-faq__panel {
  max-height: 480px;
}

.fason-faq__panel-inner {
  padding: 0 24px 20px;
}

.fason-faq__answer {
  margin: 0;
  color: var(--rc-comp-muted, var(--fason-muted-color, #6f6661));
  font-size: var(--rc-comp-text-size, 14px);
  line-height: 1.6;
}

@media (max-width: 760px) {
  .fason-faq {
    padding: 36px 0;
  }

  .fason-faq__title {
    margin-bottom: 20px;
  }

  .fason-faq__trigger {
    padding: 15px 16px;
  }

  .fason-faq__panel-inner {
    padding: 0 16px 16px;
  }
}

.fason-map {
  padding: 48px 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-section-bg, #ffffff));
}

.fason-map__grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.6fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.fason-map__frame {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--rc-comp-surface, var(--fason-card-bg, #f3ece4));
  border: 1px solid var(--rc-comp-border, var(--fason-border-color, rgba(170, 124, 91, .26)));
  border-radius: var(--rc-comp-radius, 28px);
}

.fason-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.fason-map__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: 32px;
  text-align: center;
}

.fason-map__placeholder-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-map__placeholder-icon .fason-home-icon {
  width: 100%;
  height: 100%;
}

.fason-map__placeholder p {
  margin: 0;
  max-width: 320px;
  color: var(--rc-comp-muted, var(--fason-muted-color, #6f6661));
  font-size: var(--rc-comp-text-size, 14px);
  line-height: 1.6;
}

.fason-map__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 40px;
  background: var(--rc-comp-accent, var(--fason-value-panel-bg, linear-gradient(105deg, #cfa279 0%, #ae8566 54%, #c29a7c 100%)));
  border-radius: var(--rc-comp-radius, 28px);
}

.fason-map__title {
  margin: 0;
  color: var(--fason-value-panel-text, #ffffff);
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(20px, 2vw, 26px));
  font-weight: 850;
  letter-spacing: .03em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fason-map__text {
  margin: 0;
  color: var(--fason-value-panel-muted, rgba(255, 255, 255, .9));
  font-size: var(--rc-comp-text-size, 14px);
  line-height: 1.65;
}

.fason-map__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 52px;
  padding: 0 34px;
  color: var(--rc-comp-button-text, var(--fason-button-text, #ffffff));
  background: var(--rc-comp-button-bg, var(--fason-button-bg, linear-gradient(180deg, #e4ad78 0%, #c87954 54%, #b86c4d 100%)));
  border-radius: 999px;
  font-size: var(--rc-comp-button-size, 14px);
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease;
}

.fason-map__button:hover {
  box-shadow: 0 14px 28px rgba(184, 108, 77, .28);
  transform: translateY(-1px);
}

.fason-map__button-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.fason-map__button-icon .fason-home-icon {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .fason-map__grid {
    grid-template-columns: 1fr;
  }

  .fason-map__frame,
  .fason-map__frame iframe,
  .fason-map__placeholder {
    min-height: 280px;
  }

  .fason-map__panel {
    padding: 30px 24px;
  }
}

.fason-trust-banner {
  padding: 28px 0;
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-section-bg, #ffffff));
}

.fason-trust-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 44px;
  overflow: hidden;
  color: var(--rc-comp-text, var(--fason-value-panel-text, #ffffff));
  background: var(--rc-comp-accent, var(--fason-value-panel-bg, linear-gradient(105deg, #cfa279 0%, #ae8566 54%, #c29a7c 100%)));
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .35) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 68%, rgba(255, 255, 255, .28) 0 2px, transparent 3px),
    radial-gradient(circle at 64% 30%, rgba(255, 255, 255, .3) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 74%, rgba(255, 255, 255, .35) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 38%, rgba(255, 255, 255, .25) 0 2px, transparent 3px),
    var(--rc-comp-accent, var(--fason-value-panel-bg, linear-gradient(105deg, #cfa279 0%, #ae8566 54%, #c29a7c 100%)));
  border-radius: var(--rc-comp-radius, 22px);
}

.fason-trust-banner__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fason-trust-banner__title {
  margin: 0;
  color: var(--rc-comp-text, var(--fason-value-panel-text, #ffffff));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(16px, 1.6vw, 22px));
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.fason-trust-banner__text {
  margin: 0;
  color: var(--rc-comp-muted, var(--fason-value-panel-muted, rgba(255, 255, 255, .9)));
  font-size: var(--rc-comp-text-size, 14px);
  line-height: 1.6;
}

.fason-trust-banner__text > *:first-child {
  margin-top: 0;
}

.fason-trust-banner__text > *:last-child {
  margin-bottom: 0;
}

.fason-trust-banner__text p,
.fason-trust-banner__text blockquote,
.fason-trust-banner__text ul,
.fason-trust-banner__text ol {
  margin: 0 0 0.6em;
}

.fason-trust-banner__text h1,
.fason-trust-banner__text h2,
.fason-trust-banner__text h3,
.fason-trust-banner__text h4 {
  margin: 0 0 0.4em;
  color: var(--rc-comp-text, var(--fason-value-panel-text, #ffffff));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, inherit));
  line-height: 1.3;
  font-weight: 800;
}

.fason-trust-banner__text blockquote {
  padding-left: 1em;
  border-left: 3px solid currentColor;
}

.fason-trust-banner__text a {
  color: inherit;
  text-decoration: underline;
}

.fason-trust-banner__badge {
  display: grid;
  flex: none;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--rc-comp-text, var(--fason-value-panel-text, #ffffff));
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
}

.fason-trust-banner__badge .fason-home-icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 760px) {
  .fason-trust-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 26px 24px;
  }

  .fason-trust-banner__badge {
    width: 52px;
    height: 52px;
  }

  .fason-trust-banner__badge .fason-home-icon {
    width: 24px;
    height: 24px;
  }
}

.fason-category-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 480px;
  padding: 48px 0 64px;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-font-family, var(--fason-body-font, inherit));
  background: var(--rc-comp-bg, var(--fason-hero-bg, radial-gradient(circle at 72% 18%, rgba(255, 255, 255, .92) 0 12%, transparent 36%), radial-gradient(circle at 93% 72%, rgba(189, 145, 110, .24), transparent 30%), linear-gradient(105deg, #fffaf3 0%, #fffdf9 46%, #eee1d4 100%)));
}

.fason-category-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: min(1640px, 100%);
  min-height: 420px;
}

.fason-category-hero__copy {
  min-width: 0;
}

.fason-category-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--rc-comp-muted, var(--fason-muted-color, #6f6661));
  font-size: var(--rc-comp-text-size, 13px);
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.fason-category-hero__breadcrumb a {
  color: var(--rc-comp-muted, var(--fason-muted-color, #6f6661));
  text-decoration: none;
  transition: color .15s ease;
}

.fason-category-hero__breadcrumb a:hover {
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-category-hero__sep {
  display: inline-flex;
  width: 12px;
  height: 12px;
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-category-hero__sep .fason-home-icon {
  width: 100%;
  height: 100%;
}

.fason-category-hero__current {
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
}

.fason-category-hero__title {
  max-width: 560px;
  margin: 0;
  color: var(--rc-comp-text, var(--fason-text-color, #333236));
  font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, Georgia, "Times New Roman", serif));
  font-size: var(--rc-comp-title-size, clamp(46px, 4.6vw, 76px));
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.fason-category-hero__title span {
  color: var(--rc-comp-accent, var(--fason-accent-color, #c98c68));
}

.fason-category-hero__lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--rc-comp-muted, var(--fason-muted-color, #3f3d3d));
  font-size: var(--rc-comp-text-size, 17px);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.fason-category-hero__visual {
  position: relative;
  min-height: 420px;
  align-self: end;
  min-width: 0;
  overflow: hidden;
}

.fason-category-hero__visual::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  width: 640px;
  height: 400px;
  background:
    radial-gradient(circle at 22% 26%, rgba(255, 255, 255, .65), transparent 10%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, .58), transparent 8%),
    linear-gradient(135deg, rgba(255, 248, 241, .16), rgba(207, 137, 87, .18));
  border: 2px solid rgba(225, 176, 133, .36);
  border-radius: 52% 48% 54% 46% / 58% 34% 66% 42%;
  box-shadow: inset 0 0 42px rgba(255, 255, 255, .48), 0 25px 80px rgba(168, 110, 76, .12);
  transform: rotate(-14deg);
}

.fason-category-hero__image {
  position: absolute;
  right: 60px;
  bottom: -2px;
  z-index: 2;
  width: min(54vw, 560px);
  height: min(58vw, 560px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 34px rgba(80, 54, 36, .12));
}

.fason-category-hero__placeholder {
  position: absolute;
  right: 140px;
  bottom: 18px;
  z-index: 2;
  width: min(44vw, 460px);
  height: 460px;
  border-radius: 46% 54% 44% 56% / 40% 42% 58% 60%;
  background:
    radial-gradient(circle at 46% 18%, #fff 0 10%, transparent 11%),
    radial-gradient(circle at 52% 34%, #f7d7c3 0 21%, transparent 22%),
    radial-gradient(circle at 52% 74%, #d99b75 0 29%, transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(214, 147, 104, .28));
  opacity: .86;
}

.fason-category-hero__bubble {
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(206, 131, 79, .42);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff 0 9%, #f9d6bd 25%, rgba(205, 122, 72, .13) 65%, transparent 78%);
  box-shadow: 0 12px 34px rgba(195, 117, 70, .18);
}

.fason-category-hero__bubble--one {
  left: 64px;
  top: 110px;
  width: 100px;
  height: 100px;
}

.fason-category-hero__bubble--two {
  right: 60px;
  top: 50px;
}

.fason-category-hero__bubble--three {
  right: 30px;
  top: 190px;
  width: 50px;
  height: 50px;
}

.fason-category-hero__molecule {
  position: absolute;
  right: 18px;
  top: 70px;
  z-index: 1;
  width: 220px;
  height: 220px;
  opacity: .88;
}

.fason-category-hero__molecule span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(199, 123, 75, .45);
  background: radial-gradient(circle at 34% 28%, #fff, #ecc2a3 62%, rgba(197, 117, 70, .22));
  box-shadow: 0 0 0 16px rgba(222, 165, 119, .06);
}

.fason-category-hero__molecule span:nth-child(1) { left: 16px; top: 44px; }
.fason-category-hero__molecule span:nth-child(2) { left: 76px; top: 16px; width: 30px; height: 30px; }
.fason-category-hero__molecule span:nth-child(3) { left: 130px; top: 68px; }
.fason-category-hero__molecule span:nth-child(4) { left: 66px; top: 110px; }
.fason-category-hero__molecule span:nth-child(5) { left: 154px; top: 138px; width: 36px; height: 36px; }

.fason-category-hero__molecule::before,
.fason-category-hero__molecule::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 60px;
  width: 148px;
  height: 112px;
  border: solid rgba(206, 131, 79, .24);
  border-width: 1px 0 0 1px;
  transform: rotate(18deg);
}

@media (max-width: 1180px) {
  .fason-category-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 12px;
  }

  .fason-category-hero__visual {
    min-height: 360px;
    margin-top: 28px;
  }

  .fason-category-hero__image,
  .fason-category-hero__placeholder {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 760px) {
  .fason-category-hero {
    min-height: 0;
    padding: 26px 0 22px;
    overflow: hidden;
  }

  .fason-category-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .fason-category-hero__breadcrumb {
    font-size: 11px;
    gap: 6px;
  }

  .fason-category-hero__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(30px, 10.2vw, 42px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .fason-category-hero__lead {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .fason-category-hero__visual {
    min-height: 220px;
    margin-top: 18px;
  }

  .fason-category-hero.is-placeholder .fason-category-hero__visual,
  .fason-category-hero__visual.is-placeholder {
    display: none;
  }

  .fason-category-hero__visual::before {
    left: 50%;
    right: auto;
    top: 20px;
    width: min(82vw, 260px);
    height: 170px;
    transform: translateX(-50%) rotate(-14deg);
  }

  .fason-category-hero__image,
  .fason-category-hero__placeholder {
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(78vw, 260px);
    height: 220px;
    max-width: 100%;
    transform: translateX(-50%);
  }

  .fason-category-hero__bubble,
  .fason-category-hero__molecule {
    display: none;
  }
}
