:root {
  --saga-fv-blue: #2c39e8;
  --saga-fv-pink: #ec0e6a;
  --saga-fv-green: #33dc87;
  --saga-fv-orange: #fa9b09;
  --saga-fv-ink: #1a1a1a;
}

/*
 * FV design canvas: fixed 1699x926 (fv-mockup.png native size).
 * saga-section-improvements.js scales .saga-fv-reference by
 * (viewport width / 1699) and sets the hero height accordingly,
 * so every element keeps the exact mockup composition at any width.
 */

html body .saga-original-hero.saga-improved-fv {
  align-content: start !important;
  align-items: stretch !important;
  background: #fff !important;
  display: block !important;
  height: 54.5vw !important; /* JS overrides with exact px */
  min-height: 0 !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
}

html body .saga-original-hero.saga-improved-fv > [data-s-section-inner-aadf5aee-1c20-4a9e-a1e6-29bd279be5ad] {
  display: none !important;
}

.saga-fv-reference {
  background: #fff url("saga-fv-bg-generated-20260714.webp") 0 0 / 100% 100% no-repeat;
  box-sizing: border-box;
  height: 926px;
  margin: 0;
  max-width: none;
  overflow: hidden;
  position: relative;
  transform-origin: top left;
  width: 1699px;
  z-index: 2;
}

.saga-fv-reference::before,
.saga-fv-reference::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

/* Wide light-blue diagonal bands behind the photo collage */
.saga-fv-reference::before {
  background: linear-gradient(90deg, rgba(222, 235, 247, .72) 0 103px, transparent 103px 178px, rgba(232, 240, 249, .84) 178px 248px, transparent 248px);
  height: 1000px;
  left: 419px;
  top: 61px;
  transform: skewX(-23deg);
  transform-origin: top left;
  width: 295px;
  z-index: 0;
}

.saga-fv-reference::after {
  display: none;
  z-index: 1;
}

.saga-fv-reference__decor {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* Halftone patch left of the headline */
.saga-fv-reference__decor::before {
  background-image: radial-gradient(circle, #c9d6e8 2px, transparent 2.5px);
  background-size: 10px 10px;
  content: "";
  height: 130px;
  left: 930px;
  opacity: .32;
  position: absolute;
  top: 270px;
  width: 95px;
}

/* Halftone patch on the far-left edge behind the pink shape */
.saga-fv-reference__decor::after {
  background-image: radial-gradient(circle, #c9d6e8 2px, transparent 2.5px);
  background-size: 10px 10px;
  content: "";
  height: 300px;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 520px;
  width: 130px;
}

.saga-fv-reference__dot {
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.saga-fv-reference__dot--green-1 {
  background: var(--saga-fv-green);
  height: 14px;
  left: 271px;
  top: 144px;
  width: 14px;
}

.saga-fv-reference__dot--green-2 {
  background: var(--saga-fv-green);
  height: 10px;
  left: 1029px;
  top: 97px;
  width: 10px;
}

.saga-fv-reference__dot--orange-1 {
  background: var(--saga-fv-orange);
  height: 13px;
  left: 1415px;
  top: 170px;
  width: 13px;
}

.saga-fv-reference__dot--orange-2 {
  background: var(--saga-fv-orange);
  height: 13px;
  left: 882px;
  top: 850px;
  width: 13px;
}

.saga-fv-reference__dot--blue {
  background: var(--saga-fv-blue);
  height: 17px;
  left: 1618px;
  top: 454px;
  width: 17px;
}

.saga-fv-reference__city {
  display: none;
}

.saga-fv-reference__city--right {
  background: url("../studio-static-assets/city-skyline-right-match.webp") center / 100% 100% no-repeat;
  bottom: auto;
  display: block;
  height: 740px;
  -webkit-mask-image: linear-gradient(to left, #000 22%, transparent 88%);
  mask-image: linear-gradient(to left, #000 22%, transparent 88%);
  opacity: .85;
  position: absolute;
  right: 0;
  top: 170px;
  width: 344px;
}

.saga-fv-reference__city--left {
  display: none;
}

.saga-fv-reference__green-slash {
  background: var(--saga-fv-green);
  height: 330px;
  left: 1615px;
  position: absolute;
  top: 683px;
  transform: rotate(-33deg);
  transform-origin: center;
  width: 82px;
}

.saga-fv-reference__media {
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.saga-fv-reference__media::before {
  display: none;
}

/* Pink parallelogram (steeper slant than the photos, per mockup) */
.saga-fv-reference__media::after {
  background: var(--saga-fv-pink);
  clip-path: polygon(28.8% 0, 100% 0, 71.2% 100%, 0 100%);
  content: "";
  height: 238px;
  left: 133px;
  position: absolute;
  top: 592px;
  width: 205px;
  z-index: 4;
}

.saga-fv-reference__photo {
  background: #fff;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: 2px;
  position: absolute;
}

/* All photos share the same 6-degree parallelogram slant */
.saga-fv-reference__photo--main {
  clip-path: polygon(11.3% 0, 100% 0, 88.7% 100%, 0 100%);
  height: 435px;
  left: 800px;
  top: 144px;
  width: 399px;
  z-index: 2;
}

.saga-fv-reference__photo--top {
  clip-path: polygon(7.7% 0, 100% 0, 92.3% 100%, 0 100%);
  height: 306px;
  left: 1180px;
  top: 148px;
  width: 418px;
  z-index: 3;
}

.saga-fv-reference__photo--bottom {
  clip-path: polygon(10.8% 0, 100% 0, 89.2% 100%, 0 100%);
  height: 393px;
  left: 1100px;
  top: 430px;
  width: 379px;
  z-index: 3;
}

.saga-fv-reference__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.saga-fv-reference__photo--main img { object-position: 48% center; }
.saga-fv-reference__photo--top img { object-position: 50% center; }
.saga-fv-reference__photo--bottom img { object-position: center 18%; }

.saga-fv-reference__media-dots {
  background-color: rgba(214, 230, 243, .78);
  background-image: radial-gradient(circle, #fff 2.7px, transparent 3px);
  background-size: 10px 10px;
  height: 105px;
  left: 370px;
  opacity: .72;
  pointer-events: none;
  position: absolute;
  top: 795px;
  width: 295px;
  z-index: 1;
}

.saga-fv-reference__content {
  color: #111827 !important;
  left: 100px;
  position: absolute;
  text-align: left;
  top: 210px;
  width: 620px;
  z-index: 5;
}

.saga-fv-reference__eyebrow {
  color: var(--saga-fv-pink) !important;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif !important;
  font-feature-settings: "palt";
  font-kerning: normal;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  line-height: 1.5 !important;
  margin: 0 0 20px !important;
  text-rendering: optimizeLegibility;
  transform: none;
  white-space: nowrap;
}

.saga-fv-reference__title {
  color: #111827 !important;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif !important;
  font-feature-settings: "palt";
  font-kerning: normal;
  font-size: 64px !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
  line-height: 1.16 !important;
  margin: 0 !important;
  max-width: 620px;
  text-rendering: optimizeLegibility;
  transform: none;
}

.saga-fv-reference__title > span {
  color: #111827 !important;
  display: block;
  white-space: nowrap;
}

.saga-fv-reference__title strong {
  color: var(--saga-fv-blue) !important;
  font-size: 1em !important;
  font-weight: 800 !important;
}

.saga-fv-reference__title > span:last-child {
  font-size: inherit;
  line-height: inherit;
  margin-left: 0;
  margin-top: 0;
  transform: none;
}

.saga-fv-reference__lead {
  color: #475569 !important;
  display: block;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif !important;
  font-feature-settings: "palt";
  font-kerning: normal;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: .03em !important;
  line-height: 1.8 !important;
  left: 0;
  margin: 24px 0 0 !important;
  max-width: 520px;
  position: static;
  text-rendering: optimizeLegibility;
  white-space: normal;
}

.saga-fv-reference__lead::before,
.saga-fv-reference__lead::after {
  content: none;
  display: none;
}

.saga-fv-reference__keywords {
  background: transparent;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  left: 0;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  position: static;
  width: 680px;
}

.saga-fv-reference__keywords > li {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 12px;
  box-sizing: border-box;
  color: #111827 !important;
  display: flex;
  flex-direction: row;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif !important;
  font-feature-settings: "palt";
  font-kerning: normal;
  gap: 10px;
  justify-content: center;
  min-height: 82px;
  padding: 12px 12px;
  position: relative;
  text-align: left;
  text-rendering: optimizeLegibility;
}

.saga-fv-reference__keywords > li:not(:last-child)::after {
  content: none;
  display: none;
}

.saga-fv-reference__icon {
  align-items: center;
  border: none;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 58px;
  height: 58px;
  justify-content: center;
  margin: 0;
  width: 58px;
}

.saga-fv-reference__icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.saga-fv-reference__keywords > li:nth-child(1) .saga-fv-reference__icon { color: var(--saga-fv-pink) !important; }
.saga-fv-reference__keywords > li:nth-child(2) .saga-fv-reference__icon { color: var(--saga-fv-green) !important; }
.saga-fv-reference__keywords > li:nth-child(3) .saga-fv-reference__icon { color: var(--saga-fv-blue) !important; }

.saga-fv-reference__keywords span,
.saga-fv-reference__keywords strong,
.saga-fv-reference__keywords small {
  color: #111827 !important;
  display: block;
}

.saga-fv-reference__keywords strong {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

.saga-fv-reference__keywords small {
  color: #475569 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  margin-top: 2px;
}

.saga-fv-reference__cta {
  align-items: center;
  background: #2f43ee;
  border: 2px solid #2f43ee;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(47, 67, 238, .18);
  box-sizing: border-box;
  color: #fff !important;
  display: grid;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif !important;
  font-feature-settings: "palt";
  font-kerning: normal;
  font-size: 18px !important;
  font-weight: 700 !important;
  grid-template-columns: 24px 1fr 30px;
  height: 74px;
  letter-spacing: .04em !important;
  margin: 30px 0 0;
  padding: 0 22px;
  position: relative;
  left: 0;
  right: auto;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  top: auto;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
  width: 380px;
}

.saga-fv-reference__cta::before { content: ""; }
.saga-fv-reference__cta span { color: inherit !important; }
.saga-fv-reference__cta-arrow { font-family: Arial, sans-serif !important; font-size: 24px !important; justify-self: end; letter-spacing: 0 !important; }

.saga-fv-reference__cta:hover {
  background: #2435d8;
  border-color: #2435d8;
  box-shadow: 0 16px 34px rgba(47, 67, 238, .24);
  color: #fff !important;
  transform: translateY(-1px);
}

.saga-fv-reference__cta:active {
  box-shadow: 0 8px 18px rgba(47, 67, 238, .18);
  transform: translateY(0);
}

.saga-fv-reference__cta:focus-visible {
  outline: 3px solid rgba(47, 67, 238, .32);
  outline-offset: 4px;
}

.saga-fv-reference__cta-note {
  color: #64748b !important;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif !important;
  font-feature-settings: "palt";
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: .02em !important;
  line-height: 1.7 !important;
  margin: 10px 0 0 !important;
  text-rendering: optimizeLegibility;
}

html body:not(.saga-cta-past-fv) .saga-floating-cta {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(18px) !important;
}

html body.saga-cta-past-fv .saga-floating-cta {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

html body header button[type="button"].sd {
  height: 80px !important;
  min-height: 80px !important;
  min-width: 80px !important;
  width: 80px !important;
}

@media (min-width: 768px) {
  html body header > [data-s-ed200481-5c30-4e93-bec6-e5742a73f7cc] {
    left: 32px !important;
    position: absolute !important;
    right: 27px !important;
    top: 22px !important;
    width: auto !important;
  }

  html body header [data-s-7b437c05-7bcb-4d41-9073-54f4ba43681d] {
    transform: translateY(6px) !important;
  }
}


/* Side gutters: mirror the background edges so wide screens have no white bars */
.saga-fv-gutter {
  background-image: url("saga-fv-bg-generated-20260714.webp");
  background-repeat: no-repeat;
  bottom: 0;
  display: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scaleX(-1);
  z-index: 1;
}

.saga-fv-gutter--left {
  background-position: left top;
  left: 0;
}

.saga-fv-gutter--right {
  background-position: right top;
  right: 0;
}

@media (max-width: 767px) {
  .saga-fv-gutter { display: none !important; }
}

/* ===== Designer-provided background image contains ALL decorations.
   CSS-drawn decorations are permanently disabled at every breakpoint. ===== */
.saga-fv-reference::before,
.saga-fv-reference::after,
.saga-fv-reference__decor::before,
.saga-fv-reference__decor::after,
.saga-fv-reference__dot,
.saga-fv-reference__city--right,
.saga-fv-reference__city--left,
.saga-fv-reference__green-slash,
.saga-fv-reference__media::before,
.saga-fv-reference__media::after,
.saga-fv-reference__media-dots {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  html body .saga-original-hero.saga-improved-fv {
    height: auto !important;
    min-height: 0 !important;
  }

  .saga-fv-reference {
    background: #fff url("../studio-static-assets/sp-fv-background-image2.webp") center bottom / 100% auto no-repeat;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 72px 20px 34px;
    transform: none !important;
    width: auto;
  }

  .saga-fv-reference::before {
    background: linear-gradient(105deg, transparent 0 28%, rgba(224, 235, 247, .75) 28% 43%, transparent 43%);
    height: 315px;
    inset: 54px 0 auto;
    transform: none;
    width: auto;
  }

  .saga-fv-reference::after {
    display: none;
  }

  .saga-fv-reference__decor::before,
  .saga-fv-reference__decor::after,
  .saga-fv-reference__city--left,
  .saga-fv-reference__city--right,
  .saga-fv-reference__dot--orange-1,
  .saga-fv-reference__dot--orange-2,
  .saga-fv-reference__dot--green-2,
  .saga-fv-reference__green-slash {
    display: none;
  }

  .saga-fv-reference__dot--green-1 {
    height: 9px;
    left: 22px;
    top: 96px;
    width: 9px;
  }

  .saga-fv-reference__dot--blue {
    height: 9px;
    left: auto;
    right: 20px;
    top: 360px;
    width: 9px;
  }

  .saga-fv-reference__media {
    flex: 0 0 320px;
    height: 320px;
    inset: auto;
    margin: 0 -20px;
    order: 1;
    position: relative;
    width: 390px;
  }

  .saga-fv-reference__media::before {
    height: 250px;
    left: 0;
    top: 0;
    width: 390px;
  }

  .saga-fv-reference__media::after {
    background: var(--saga-fv-pink);
    clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
    content: "" !important;
    display: block !important;
    height: 93px;
    left: 14px;
    top: 201px;
    width: 80px;
    z-index: 4;
  }

  .saga-fv-reference__photo--main {
    height: 141px;
    left: 12px;
    top: 32px;
    width: 166px;
  }

  .saga-fv-reference__photo--top {
    height: 116px;
    left: 190px;
    top: 5px;
    width: 176px;
  }

  .saga-fv-reference__photo--bottom {
    height: 154px;
    left: 119px;
    top: 122px;
    width: 189px;
  }

  .saga-fv-reference__media-dots {
    height: 60px;
    left: 170px;
    top: 264px;
    width: 160px;
  }

  .saga-fv-reference__content {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    left: auto;
    order: 2;
    position: relative;
    text-align: left;
    top: auto;
    width: 100%;
  }

  .saga-fv-reference__eyebrow {
    font-size: 16px !important;
    letter-spacing: .04em !important;
    line-height: 1.5 !important;
    margin: 8px 0 12px !important;
    white-space: normal;
  }

  .saga-fv-reference__title {
    font-size: 35px !important;
    font-weight: 800 !important;
    letter-spacing: -.05em !important;
    line-height: 1.14 !important;
  }

  .saga-fv-reference__title > span {
    white-space: normal;
  }

  .saga-fv-reference__lead {
    color: #475569 !important;
    font-size: 14px !important;
    left: auto;
    letter-spacing: .02em !important;
    margin: 16px 0 0 !important;
    position: relative;
    top: auto;
    white-space: normal;
  }

  .saga-fv-reference__lead::before,
  .saga-fv-reference__lead::after {
    content: none;
    display: none;
  }

  .saga-fv-reference__keywords {
    background: rgba(255, 255, 255, .82);
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: auto;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }

  .saga-fv-reference__keywords > li {
    align-items: center;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 112px;
    padding: 8px 4px;
    text-align: center;
  }

  .saga-fv-reference__keywords > li:not(:last-child)::after {
    content: none;
    display: none;
  }

  .saga-fv-reference__icon {
    flex-basis: 42px;
    height: 42px;
    margin-bottom: 0;
    width: 42px;
  }

  .saga-fv-reference__icon img {
    height: 100%;
    width: 100%;
  }

  .saga-fv-reference__keywords strong,
  .saga-fv-reference__keywords small {
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }

  .saga-fv-reference__cta {
    align-self: center;
    font-size: 16px !important;
    height: 58px;
    left: auto;
    margin: 20px 0 0;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .saga-fv-reference__cta-note {
    font-size: 12px !important;
    margin-top: 8px !important;
    text-align: left;
  }

  html body header button[type="button"].sd {
    height: 68px !important;
    min-height: 68px !important;
    min-width: 68px !important;
    width: 68px !important;
  }
}

@media (max-width: 389px) {
  .saga-fv-reference__media { left: 50%; transform: translateX(-50%) scale(.95); transform-origin: top center; }
  .saga-fv-reference__cta { width: 100%; }
}
