@charset "UTF-8";
/**
 * Compiled bundle entry (see doc-build.md).
 * @package jokerbaby
 */
/**
 * Global: değişkenler, tipografi, container, fontlar, breakpoint’ler.
 * Birimler: px (rem / vw / clamp yok).
 *
 * @package jokerbaby
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nunito:wght@400;600;700&display=swap");
@keyframes jb-brand-gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
body {
  margin: 0;
}

h1,
h3,
h4,
h5,
h6 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
}

h2 {
  margin: 0 0 32px;
  color: #15021c;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  text-align: left;
}

h3 {
  margin: 0 0 16px;
  color: #15021c;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  text-align: left;
}

p {
  color: #181616;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}

a {
  font-family: inherit;
  color: inherit;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jb-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .jb-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top-banner__heading {
    padding-left: 0;
    padding-right: 0;
  }
  .top-banner__logo {
    width: 112px;
    height: auto;
    flex-shrink: 0;
    max-width: none;
    object-fit: contain;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jb-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-banner__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-banner__logo {
    width: 112px;
  }
  .top-banner__heading {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .jb-container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .top-banner .top-banner__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .top-banner .top-banner__slot--start {
    flex: 0 0 auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .top-banner .top-banner__slot--center {
    flex: 1 1 0%;
    flex-shrink: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
  .top-banner .top-banner__slot--end {
    flex: 0 0 auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .top-banner .top-banner__logo {
    width: 202px;
    flex-shrink: 0;
    height: auto;
  }
  .top-banner .top-banner__action {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
  .top-banner .top-banner__heading {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .jb-container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .top-banner .top-banner__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-banner .top-banner__heading {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .top-banner .top-banner__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-banner__heading {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .top-banner .top-banner__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .top-banner__heading {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (min-width: 1500px) {
  .top-banner__heading {
    font-size: 38px;
    line-height: 40px;
  }
}
.jb-site-footer {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 38px 24px;
}
.jb-site-footer__inner {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  box-sizing: border-box;
}
.jb-site-footer__copy {
  margin: 0;
  color: #181616;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
.jb-site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 24px 32px;
}
.jb-site-footer__link {
  color: #181616;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.jb-site-footer__link:hover, .jb-site-footer__link:focus-visible {
  color: #15021c;
  text-decoration: underline;
}
.jb-site-footer__link:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .jb-site-footer {
    padding: 24px 16px;
  }
  .jb-site-footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .jb-site-footer__nav {
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }
}

@keyframes jb-go-top-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes jb-go-top-arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.jb-go-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #7b1fa2;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(21, 2, 28, 0.14);
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow 0.28s ease;
}
.jb-go-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 220%;
  height: 220%;
  margin: -110% 0 0 -110%;
  background: radial-gradient(140.64% 140.64% at 100% 2.78%, #7713e8 0%, #9438fc 33.17%, #ff9e55 81.86%, #f69254 100%);
  animation: jb-go-top-ring-spin 3.5s linear infinite;
  will-change: transform;
}
.jb-go-top[hidden] {
  display: inline-flex;
}
.jb-go-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.jb-go-top__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transition: background-color 0.28s ease;
}
.jb-go-top__icon {
  display: block;
  animation: jb-go-top-arrow-bounce 1.6s ease-in-out infinite;
  will-change: transform;
}
@media (hover: hover) {
  .jb-go-top:hover {
    color: #fff;
    box-shadow: 0 8px 24px rgba(123, 31, 162, 0.32);
  }
  .jb-go-top:hover .jb-go-top__inner {
    background: #7b1fa2;
  }
  .jb-go-top:hover .jb-go-top__icon {
    animation-play-state: paused;
    transform: translateY(-2px);
  }
}
.jb-go-top:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .jb-go-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jb-go-top::before,
  .jb-go-top__icon {
    animation: none;
  }
}
body.admin-bar .jb-go-top {
  bottom: 40px;
}
@media (max-width: 782px) {
  body.admin-bar .jb-go-top {
    bottom: 56px;
  }
}

/**
 * Header — top banner (bileşen tabanı).
 * Masaüstü (>=1024) layout + container: general.scss.
 * Birimler: px (rem / vw / clamp yok).
 *
 * @package jokerbaby
 */
.top-banner {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
}
.top-banner__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.top-banner__slot--start {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.top-banner__brand {
  display: flex;
  align-items: center;
  min-width: 0;
}
.top-banner__logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.top-banner__accent {
  color: #f47b20;
  font-weight: 600;
}
.top-banner__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  flex-shrink: 0;
}
.top-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 888px;
  border: 1px solid #7b1fa2;
  background: #7b1fa2;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  font-feature-settings: "liga" 0, "clig" 0;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(123, 31, 162, 0.22);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.top-banner__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.top-banner__cta {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.25s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .top-banner__cta:hover:not(:disabled):not(.is-submitting) {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.28);
  }
  .top-banner__cta:hover:not(:disabled):not(.is-submitting)::before {
    opacity: 1;
  }
  .top-banner__cta:hover:not(:disabled):not(.is-submitting) span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    animation: none;
  }
}
.top-banner__cta:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
.top-banner__cta:active:not(:disabled):not(.is-submitting) {
  background-color: #e06a10;
  background-image: none;
  border-color: #e06a10;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  transition-duration: 0.12s;
}
.top-banner__cta:active:not(:disabled):not(.is-submitting)::before {
  opacity: 0;
  animation: none;
}
.top-banner__cta:active:not(:disabled):not(.is-submitting) span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

body.admin-bar .top-banner {
  top: var(--wp-admin--admin-bar--height, 32px);
}

.top-banner__heading {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #15021c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  min-width: 0;
}
.top-banner__heading span {
  display: inline;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
}

@media (max-width: 1023px) {
  .top-banner__inner {
    flex-direction: column;
  }
  .top-banner__slot--center,
  .top-banner__slot--end {
    display: none;
  }
}
/**
 * Main content area styles (placeholders for future rules).
 * @package jokerbaby
 */
.consultation-section {
  padding: 26px 100px 0;
  font-family: Inter;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}
.consultation-section .consultation-h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .consultation-section .consultation-h2 {
    display: none;
  }
}
.consultation-section h2 {
  color: #15021C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 125% */
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  margin: 0px 0 16px 0;
}
.consultation-section h2 span {
  color: #F47B20;
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 60px;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
}

.consultation-visual {
  position: sticky;
  border-radius: 16px;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
}
.consultation-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.consultation-form {
  padding-top: 4px;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  scroll-margin-top: 88px;
}
@media (max-width: 767px) {
  .consultation-form {
    scroll-margin-top: 72px;
  }
}

.jb-form-notice {
  margin: 20px 0 0;
  box-sizing: border-box;
}
.jb-form-notice[hidden] {
  display: none !important;
}
.jb-form-notice .jb-form-notice__inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(21, 2, 28, 0.08);
  background: #fff;
  box-shadow: 0 8px 28px rgba(21, 2, 28, 0.1);
}
.jb-form-notice .jb-form-notice__icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.jb-form-notice .jb-form-notice__message {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  color: #15021c;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.jb-form-notice .jb-form-notice__dismiss {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #15021c;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.jb-form-notice .jb-form-notice__dismiss:hover {
  opacity: 1;
  background: rgba(21, 2, 28, 0.06);
}
.jb-form-notice .jb-form-notice__dismiss:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 2px;
}
.jb-form-notice.is-warning .jb-form-notice__inner {
  background: #fff8f3;
  border-color: rgba(244, 123, 32, 0.45);
}
.jb-form-notice.is-warning .jb-form-notice__icon {
  background-color: #f47b20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1Zm0 3.2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM6.25 6h1.5v4h-1.5V6Z'/%3E%3C/svg%3E");
}
.jb-form-notice.is-error .jb-form-notice__inner {
  background: #faf4fc;
  border-color: rgba(123, 31, 162, 0.35);
}
.jb-form-notice.is-error .jb-form-notice__icon {
  background-color: #7b1fa2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M7 1.2 12.8 12H1.2L7 1.2Zm0 3.4a.7.7 0 0 0-.7.7v3.2a.7.7 0 1 0 1.4 0V5.3a.7.7 0 0 0-.7-.7Zm0 6.1a.85.85 0 1 0 0 1.7.85.85 0 0 0 0-1.7Z'/%3E%3C/svg%3E");
}
.jb-form-notice.is-success .jb-form-notice__inner {
  background: #f2faf5;
  border-color: rgba(36, 140, 86, 0.35);
}
.jb-form-notice.is-success .jb-form-notice__icon {
  background-color: #248c56;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M5.6 9.55 3.05 7l1.06-1.06 2.49 2.49 4.34-4.34L11.99 5.2 5.6 9.55Z'/%3E%3C/svg%3E");
}

.wow {
  visibility: hidden;
}

@keyframes jb-consult-visual-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes jb-consult-form-near-in {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__jbConsultVisualFade {
  animation-name: jb-consult-visual-fade-in;
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.animate__jbConsultFormNear {
  animation-name: jb-consult-form-near-in;
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce) {
  .animate__jbConsultVisualFade,
  .animate__jbConsultFormNear {
    animation: none;
  }
}
.form-steps {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 12px;
  margin-bottom: 36px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.form-step {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding-bottom: 12px;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
  text-align: center;
  color: #A6A6A6;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  user-select: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.form-step:focus-visible {
  outline: 2px solid #7B1FA2;
  outline-offset: 3px;
  border-radius: 2px;
}
.form-step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D9D9D9;
}
.form-step.is-active {
  color: #F47B20;
}
.form-step.is-active::after {
  background: #F47B20;
}
.form-step.is-completed {
  color: #7B1FA2;
}
.form-step.is-completed::after {
  background: #7B1FA2;
}
.form-step__line {
  display: inline;
}
.form-step__line:not(:first-child)::before {
  content: " ";
}

.form-panel {
  display: none;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.form-panel.is-active {
  display: block;
}
.form-panel h2 {
  margin: 0 0 16px;
}
.form-panel h2:not(:first-of-type) {
  margin-top: 30px;
}
.form-panel .form-panel__heading--baby {
  margin-top: 30px;
}
.form-panel h3 {
  margin-bottom: 8px;
  color: #181616;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.form-panel p {
  margin-bottom: 24px;
  color: #181616;
  font-size: 16px;
  line-height: 22px;
}

.form-group {
  margin-bottom: 20px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.form-group__label-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-group label {
  display: block;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 0 10px;
  color: #181616;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  outline: none;
}
.form-group textarea {
  height: 120px;
  padding-top: 16px;
  resize: none;
}
.form-group small {
  display: block;
  margin-top: 8px;
  color: #A6A6A6;
  font-size: 12px;
}

.form-label {
  display: block;
  margin-bottom: 10px;
  color: #181616;
  font-size: 13px;
  font-weight: 500;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.form-row > input,
.form-row > select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 0 12px;
  color: #181616;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  outline: none;
}

.form-row--contact-pair {
  display: block;
  margin-bottom: 20px;
}
.form-row--contact-pair .form-group {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-row--contact-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .form-row--contact-pair .form-group {
    margin-bottom: 0;
  }
}

.form-group--due-date-block[hidden],
.form-group--baby-birth-date[hidden] {
  display: none !important;
}

.form-group--due-date-block {
  margin-bottom: 20px;
}
.form-group--due-date-block > label {
  display: block;
  margin-bottom: 8px;
  color: #181616;
  font-size: 13px;
  font-weight: 500;
}
.form-group--due-date-block .form-row--due-date {
  margin-bottom: 0;
}

.phone-row {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.phone-row > input {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.phone-row > input:first-child {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.option-card {
  position: relative;
  height: 60px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.option-card input {
  display: none;
}
.option-card span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 8px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.option-card:has(input:checked) {
  border-color: #F47B20;
}

.radio-list {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}
.radio-list label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #181616;
  font-size: 14px;
  font-weight: 500;
}
.radio-list input {
  width: 20px;
  height: 20px;
  accent-color: #2F6BFF;
}

.form-consents {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-consents .checkbox-item + .checkbox-item {
  margin-top: 0;
}

.checkbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #181616;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  cursor: pointer;
}
.checkbox-item input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 0px;
  accent-color: #2F6BFF;
  flex: 0 0 auto;
}
.checkbox-item__text {
  flex: 1 1 0;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.conditional-area {
  display: none;
  margin-top: 16px;
  margin-bottom: 24px;
}
.conditional-area.is-active {
  display: block;
}
.conditional-area > label {
  display: block;
  margin-bottom: 8px;
  color: #181616;
  font-size: 13px;
  font-weight: 500;
}
.conditional-area .form-group + .form-group {
  margin-top: 24px;
}
.conditional-area .form-group--pref-datetime + .form-group {
  margin-top: 24px;
}

.location-box {
  margin: 16px 0;
  padding: 18px;
  border-radius: 6px;
  background: #FFE7D6;
  color: #F47B20;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.form-group--store-datetime,
.form-group--pref-datetime {
  margin-top: 8px;
  margin-bottom: 0;
}

.form-row--store-datetime,
.form-row--pref-datetime {
  margin-bottom: 0;
}
.form-row--store-datetime > .jb-datetime-wrap,
.form-row--pref-datetime > .jb-datetime-wrap {
  min-width: 0;
}
.form-row--store-datetime .jb-datetime-wrap,
.form-row--pref-datetime .jb-datetime-wrap {
  position: relative;
  width: 100%;
}
.form-row--store-datetime .jb-datetime-input,
.form-row--pref-datetime .jb-datetime-input {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 0 38px 0 12px;
  color: #181616;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  outline: none;
  background-color: #fff;
}
.form-row--store-datetime .jb-datetime-input::-webkit-calendar-picker-indicator,
.form-row--pref-datetime .jb-datetime-input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.form-row--store-datetime .jb-datetime-wrap::after,
.form-row--pref-datetime .jb-datetime-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  z-index: 0;
}
.form-row--store-datetime .jb-datetime-wrap--date::after,
.form-row--pref-datetime .jb-datetime-wrap--date::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}
.form-row--store-datetime .jb-datetime-wrap--time::after,
.form-row--pref-datetime .jb-datetime-wrap--time::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}
.form-row--store-datetime .jb-datetime-input::-webkit-datetime-edit,
.form-row--pref-datetime .jb-datetime-input::-webkit-datetime-edit {
  padding: 0;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.form-actions.is-between {
  justify-content: space-between;
  align-items: center;
}
.form-actions--step-first {
  justify-content: flex-start;
}

.btn-next,
.btn-submit {
  min-width: 150px;
  height: 46px;
  border-radius: 888px;
  border: 1px solid #7B1FA2;
  background: #7B1FA2;
  color: #FFF;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-next::before,
.btn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.btn-next,
.btn-submit {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.25s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .btn-next:hover:not(:disabled):not(.is-submitting),
  .btn-submit:hover:not(:disabled):not(.is-submitting) {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.28);
  }
  .btn-next:hover:not(:disabled):not(.is-submitting)::before,
  .btn-submit:hover:not(:disabled):not(.is-submitting)::before {
    opacity: 1;
  }
  .btn-next:hover:not(:disabled):not(.is-submitting) span,
  .btn-submit:hover:not(:disabled):not(.is-submitting) span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    animation: none;
  }
}
.btn-next:focus-visible,
.btn-submit:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
.btn-next:active:not(:disabled):not(.is-submitting),
.btn-submit:active:not(:disabled):not(.is-submitting) {
  background-color: #e06a10;
  background-image: none;
  border-color: #e06a10;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  transition-duration: 0.12s;
}
.btn-next:active:not(:disabled):not(.is-submitting)::before,
.btn-submit:active:not(:disabled):not(.is-submitting)::before {
  opacity: 0;
  animation: none;
}
.btn-next:active:not(:disabled):not(.is-submitting) span,
.btn-submit:active:not(:disabled):not(.is-submitting) span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #7B1FA2;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.28s ease;
}
@media (hover: hover) {
  .btn-back:hover {
    color: #f47b20;
  }
  .btn-back:hover span {
    display: inline;
    background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  }
}
.btn-back svg {
  flex-shrink: 0;
  display: block;
}
.btn-back svg path {
  transition: stroke 0.32s ease;
}
.btn-back:hover svg path, .btn-back:focus-visible svg path {
  stroke: #f47b20;
}

.btn-submit {
  width: 100%;
  margin-top: 24px;
}
.btn-submit:disabled, .btn-submit.is-submitting {
  opacity: 0.72;
  cursor: not-allowed;
  pointer-events: none;
}

#jokerConsultationForm.jb-form--submitting {
  pointer-events: none;
}
#jokerConsultationForm.jb-form--submitting .btn-submit {
  opacity: 0.72;
  cursor: not-allowed;
}

@media (min-width: 1366px) and (max-width: 1499px) {
  .consultation-section {
    padding: 26px 50px 0;
  }
  .consultation-layout {
    gap: 56px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .consultation-section {
    padding: 26px 20px 0;
  }
  .consultation-layout {
    gap: 48px;
  }
  .consultation-visual {
    min-height: 600px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .consultation-section {
    padding: 26px 20px 0;
  }
  .consultation-layout {
    gap: 36px;
  }
  .consultation-visual {
    min-height: 560px;
  }
  .form-step {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .consultation-layout {
    grid-template-columns: 1fr;
  }
  .consultation-visual {
    position: relative;
    top: auto;
    height: 420px;
    min-height: auto;
  }
}
@media (max-width: 1023px) {
  .consultation-section {
    padding: 26px 20px 50px;
  }
  .consultation-layout > * {
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .consultation-section {
    padding: 16px;
  }
  .consultation-section .container {
    max-width: 100%;
    box-sizing: border-box;
  }
  .consultation-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .consultation-visual {
    position: relative;
    top: auto;
    height: 320px;
    min-height: auto;
  }
  .form-steps {
    gap: 4px;
    width: calc(100% + 32px);
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
  .form-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 40px;
    color: #181616;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: var(--Display-Large-Letter-Spacing, 0);
    padding-left: 0;
    padding-right: 0;
  }
  .form-step .form-step__line {
    display: block;
  }
  .form-step .form-step__line::before {
    content: none;
  }
  .form-step::after {
    left: 0;
    right: 0;
    width: auto;
  }
  .form-step.is-active {
    color: #F47B20;
  }
  .form-step.is-completed {
    color: #7B1FA2;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .option-card {
    min-height: 60px;
    height: auto;
    min-width: 0;
    padding: 10px 4px;
  }
  .option-card span {
    font-size: 12px;
    line-height: 1.35;
  }
  .form-row--due-date,
  .form-row--store-datetime,
  .form-row--pref-datetime {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .form-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .form-actions.is-between {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .form-actions:not(.is-between) .btn-next {
    width: 100%;
  }
  .form-actions--step-first .btn-next {
    width: auto;
    align-self: flex-start;
  }
  .form-actions.is-between .btn-back {
    flex: 0 1 auto;
    min-width: 0;
    text-align: left;
  }
  .form-actions.is-between .btn-next {
    width: auto;
    min-width: min(150px, 42vw);
    flex: 0 1 auto;
  }
  .btn-submit {
    width: 100%;
  }
}
.jb-section-3 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #faf6f3;
  overflow-x: hidden;
}
.jb-section-3__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.jb-section-3__header {
  text-align: center;
}
.jb-section-3__top-title {
  margin: 0;
  color: #15021c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-3__title {
  margin: 12px 0 0;
  color: #15021c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-3__header > .jb-section-3__title:first-child {
  margin-top: 0;
}
.jb-section-3__desc {
  margin: 16px auto 0;
  max-width: 720px;
  color: #181616;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-3__cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.jb-section-3__card {
  min-width: 0;
}
.jb-section-3__card:only-child {
  grid-column: 1/-1;
}
.jb-section-3__card-inner {
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
}
.jb-section-3__card-frame {
  border-radius: 12px;
  overflow: hidden;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb-section-3__card-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.jb-section-3__actions {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.jb-section-3__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 888px;
  border: 1px solid #7B1FA2;
  background: #7B1FA2;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  font-feature-settings: "liga" 0, "clig" 0;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jb-section-3__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.jb-section-3__cta {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.25s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .jb-section-3__cta:hover:not(:disabled):not(.is-submitting) {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.28);
  }
  .jb-section-3__cta:hover:not(:disabled):not(.is-submitting)::before {
    opacity: 1;
  }
  .jb-section-3__cta:hover:not(:disabled):not(.is-submitting) span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    animation: none;
  }
}
.jb-section-3__cta:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
.jb-section-3__cta:active:not(:disabled):not(.is-submitting) {
  background-color: #e06a10;
  background-image: none;
  border-color: #e06a10;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  transition-duration: 0.12s;
}
.jb-section-3__cta:active:not(:disabled):not(.is-submitting)::before {
  opacity: 0;
  animation: none;
}
.jb-section-3__cta:active:not(:disabled):not(.is-submitting) span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.jb-section-3__featured {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.jb-section-3__featured-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}
.jb-section-3__featured-row--copy-only {
  grid-template-columns: minmax(0, 1fr);
}
.jb-section-3__featured-col--copy {
  min-width: 0;
  text-align: left;
}
.jb-section-3__featured-body {
  color: #181616;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  font-feature-settings: "liga" off, "clig" off;
}
.jb-section-3__featured-body > :first-child {
  margin-top: 0;
}
.jb-section-3__featured-body > :last-child {
  margin-bottom: 0;
}
.jb-section-3__featured-body h1,
.jb-section-3__featured-body h3,
.jb-section-3__featured-body h4,
.jb-section-3__featured-body h5,
.jb-section-3__featured-body h6 {
  color: #15021c;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  text-align: left;
}
.jb-section-3__featured-body h2 {
  margin: 0 0 12px;
  color: #15021c;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  text-align: left;
}
.jb-section-3__featured-body h3 {
  color: #15021c;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  margin: 0 0 12px;
  text-align: left;
}
.jb-section-3__featured-body p {
  margin: 0 0 12px;
}
.jb-section-3__featured-body strong {
  color: #15021c;
  font-weight: 600;
}
.jb-section-3__featured-body a {
  color: #7B1FA2;
  text-decoration: underline;
}
.jb-section-3__featured-actions {
  margin: 30px 0;
  padding: 0;
  text-align: left;
}
.jb-section-3__featured-frame {
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb-section-3__featured-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 16px;
}
.jb-section-3__section4 {
  margin-top: 56px;
  width: 100%;
  box-sizing: border-box;
}
.jb-section-3__section4-intro {
  text-align: center;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}
.jb-section-3__section4-intro p {
  margin: 0;
}
.jb-section-3__section4-duo {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  align-items: stretch;
}
.jb-section-3__section4-cell {
  min-width: 0;
}
.jb-section-3__section4-cell:only-child {
  grid-column: 1/-1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.jb-section-3__section4-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.jb-section-3__section4-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.jb-section-3__section4-actions {
  margin: 32px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .jb-section-3__cards {
    gap: 5px;
  }
  .jb-section-3__featured-row {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jb-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .jb-section-3 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .jb-section-3__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .jb-section-3__card-inner {
    padding: 0;
  }
  .jb-section-3__top-title {
    font-size: 26px;
    line-height: 34px;
  }
  .jb-section-3__title {
    font-size: 18px;
    line-height: 24px;
  }
  .jb-section-3__actions {
    margin-top: 32px;
  }
  .jb-section-3__featured {
    margin-top: 32px;
  }
  .jb-section-3__featured-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .jb-section-3__featured-col--media {
    order: -1;
  }
  .jb-section-3__featured-frame {
    padding: 0;
  }
  .jb-section-3__featured-actions {
    margin: 30px 0 0;
  }
  .jb-section-3__section4 {
    margin-top: 32px;
  }
  .jb-section-3__section4-duo {
    gap: 5px;
  }
  .jb-section-3__section4-intro {
    max-width: 100%;
  }
  .jb-section-3__cta {
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }
}

.jb-section-3 section.jb-section-5 {
  background: #fff;
  padding: 100px;
  margin: 100px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jb-section-3 section.jb-section-5 {
    background: #fff;
    box-sizing: border-box;
    padding: 56px 16px;
    margin: 56px 16px 0 16px;
  }
}
@media (max-width: 767px) {
  .jb-section-3 section.jb-section-5 {
    padding: 56px 16px;
    margin: 56px 16px 0 16px;
  }
}

.jb-section-5 {
  box-sizing: border-box;
  overflow-x: hidden;
}
.jb-section-5__container {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .jb-section-5__container {
    max-width: 1275px;
    padding-left: 0;
    padding-right: 0;
  }
}
.jb-section-5__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 225px;
  align-items: flex-start;
}
.jb-section-5__heading--left, .jb-section-5__heading--right {
  margin: 0 0 36px;
  color: #15021c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-5__heading--left span, .jb-section-5__heading--left .jb-section-5__accent {
  color: #e37823;
}
.jb-section-5__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px 32px;
}
.jb-section-5__stat {
  flex: 1 1 0;
  min-width: 0;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.jb-section-5__stat-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}
.jb-section-5__stat-title {
  color: #181616;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-5__slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.jb-section-5__slider-viewport {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 16px;
}
.jb-section-5__slider-viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.jb-section-5__card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  scroll-snap-align: start;
  background: #f9f6f3;
  border-radius: 16px;
  padding: 20px 20px 18px;
}
.jb-section-5__card-title {
  margin: 0 0 12px;
  color: #15021c;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  font-feature-settings: "liga" off, "clig" off;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-5__card-desc {
  margin: 0 0 16px;
  text-align: left;
  color: #181616;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-5__card-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}
.jb-section-5__card-avatar {
  flex-shrink: 0;
  display: inline-block;
  box-sizing: border-box;
  background: transparent;
}
.jb-section-5__card-name {
  color: #15021c;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.jb-section-5__dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.jb-section-5__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 123, 32, 0.35);
  cursor: pointer;
  transition: width 0.25s ease, border-radius 0.25s ease, background 0.2s ease;
}
.jb-section-5__dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: #f47b20;
}
.jb-section-5__dot:focus-visible {
  outline: 2px solid #7B1FA2;
  outline-offset: 3px;
}
.jb-section-5__actions {
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .jb-section-5__grid {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .jb-section-5__container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .jb-section-5__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .jb-section-5__heading--left, .jb-section-5__heading--right {
    color: #15021c;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
  }
  .jb-section-5__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 28px;
    justify-items: center;
    align-items: flex-start;
    width: 100%;
  }
  .jb-section-5__stat {
    flex: unset;
    max-width: min(100%, 200px);
    width: 100%;
    gap: 16px;
  }
  .jb-section-5 {
    /* ss1 mobil: üstte iki kutu, tek kalan satırda ortada */
  }
  .jb-section-5__stat:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
  }
  .jb-section-5__stat-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .jb-section-5__actions {
    margin-top: 32px;
  }
}

.jb-section-6 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-top: 1px dotted #F0F0F0;
  padding: 50px 20px 0 20px;
  overflow-x: hidden;
  margin: 50px 0 0;
}
.jb-section-6__inner {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.jb-section-6__header {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.jb-section-6__title {
  margin: 0 0 16px;
  color: #15021c;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-6__lead {
  margin: 0;
  color: #6a6a6a;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}
.jb-section-6__steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  gap: 0px;
  min-width: 0;
}
.jb-section-6__step, .jb-section-6__connector {
  list-style: none;
}
.jb-section-6__step {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
  gap: 24px;
  max-width: 240px;
}
.jb-section-6__ring {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-radius: 90px;
  background: #FAF6F3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.jb-section-6__num {
  margin: 0;
  padding: 0;
  color: #e37823;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.jb-section-6__step-label {
  color: #181616;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  max-width: 179px;
  padding: 0;
  margin: 0;
}
.jb-section-6__connector {
  flex: 1 1 48px;
  min-width: 32px;
  max-width: 200px;
  height: 56px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding-top: 10px;
  box-sizing: border-box;
}
.jb-section-6__connector-svg {
  width: 100%;
  display: block;
}
.jb-section-6__connector-svg--mob {
  display: none;
}
.jb-section-6__connector-svg--up {
  height: 36px;
}
.jb-section-6__connector-svg--flat {
  height: 22px;
}
.jb-section-6__connector-path {
  vector-effect: non-scaling-stroke;
}
.jb-section-6__actions {
  margin: 56px 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .jb-section-6__connector {
    max-width: 100px;
    min-width: 24px;
  }
}
@media (max-width: 767px) {
  .jb-section-6 {
    padding: 50px 16px 0;
  }
  .jb-section-6__title {
    font-size: 22px;
    line-height: 30px;
  }
  .jb-section-6__steps {
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
  }
  .jb-section-6__step-label {
    max-width: max-content;
    color: #181616;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .jb-section-6__connector {
    width: auto;
    min-width: 56px;
    max-width: 88px;
    height: auto;
    min-height: 72px;
    flex: 0 0 auto;
    padding: 0;
    margin: 4px auto;
    align-self: center;
    background: none;
  }
  .jb-section-6__connector-svg--desk {
    display: none;
  }
  .jb-section-6__connector-svg--mob {
    display: block;
    width: 64px;
    height: 96px;
    margin: 0 auto;
  }
  .jb-section-6__actions {
    margin-top: 32px;
  }
}

.jb-section-7 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #f8f4f1;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.jb-section-7__shell {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.jb-section-7__tabs-bar {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.jb-section-7__tabs-track {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.jb-section-7__tabs-track::-webkit-scrollbar {
  display: none;
}
.jb-section-7__tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
  padding: 6px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  min-width: min-content;
}
.jb-section-7__tab {
  flex: 0 0 auto;
  margin: 0;
  padding: 12px 22px;
  border-radius: 12px;
  border: 0;
  background: #fff;
  color: #e37823;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.jb-section-7__tab:hover:not(.is-active) {
  background: #fff8f3;
  color: #cf6a12;
}
.jb-section-7__tab.is-active {
  background: #e37823;
  color: #fff;
}
.jb-section-7__tab.is-active:hover {
  background: #cf6a12;
  color: #fff;
}
.jb-section-7__tab:focus-visible {
  outline: 2px solid #7B1FA2;
  outline-offset: 3px;
}
.jb-section-7__body {
  box-sizing: border-box;
}
.jb-section-7__panel[hidden] {
  display: none !important;
}
.jb-section-7__layout {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  gap: 60px;
  align-items: center;
  box-sizing: border-box;
}
.jb-section-7__media {
  margin: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb-section-7__media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: visible;
  box-sizing: border-box;
}
.jb-section-7__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: opacity 0.3s ease;
}
.jb-section-7__media-img.is-visible {
  opacity: 1;
  pointer-events: none;
}
.jb-section-7__media-img.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.jb-section-7__side {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8px 0;
}
.jb-section-7__side-heading {
  color: #15021C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.jb-section-7__empty {
  margin: 0 0 24px;
  color: #6a6a6a;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.jb-section-7__swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 24px;
  width: 100%;
}
.jb-section-7__swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
  padding: 2px;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  width: 60px;
  max-width: 60px;
  transition: transform 0.2s ease;
}
.jb-section-7__swatch:hover .jb-section-7__swatch-dot {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(21, 2, 28, 0.1);
}
.jb-section-7__swatch.is-active .jb-section-7__swatch-dot {
  transform: scale(1.06);
  border-color: #fff;
  box-shadow: none;
}
.jb-section-7__swatch.is-active .jb-section-7__swatch-dot::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 5px;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(140.64% 140.64% at 100% 2.78%, #7713e8 0%, #9438fc 33.17%, #ff9e55 81.86%, #f69254 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.jb-section-7__swatch:focus-visible {
  outline: 2px solid #7B1FA2;
  outline-offset: 4px;
  border-radius: 8px;
}
.jb-section-7__swatch-dot {
  position: relative;
  z-index: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(21, 2, 28, 0.1);
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.jb-section-7__swatch-dot::before {
  content: none;
}
.jb-section-7__swatch-label {
  color: #181616;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.jb-section-7__product-title {
  color: #15021C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  transition: opacity 0.2s ease;
  margin-bottom: 40px;
}
.jb-section-7__actions {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 380px;
}
.jb-section-7__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 888px;
  border: 1px solid #7B1FA2;
  background: #7B1FA2;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  font-feature-settings: "liga" 0, "clig" 0;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jb-section-7__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.jb-section-7__cta {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.25s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .jb-section-7__cta:hover:not(:disabled):not(.is-submitting) {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.28);
  }
  .jb-section-7__cta:hover:not(:disabled):not(.is-submitting)::before {
    opacity: 1;
  }
  .jb-section-7__cta:hover:not(:disabled):not(.is-submitting) span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    animation: none;
  }
}
.jb-section-7__cta:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
.jb-section-7__cta:active:not(:disabled):not(.is-submitting) {
  background-color: #e06a10;
  background-image: none;
  border-color: #e06a10;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  transition-duration: 0.12s;
}
.jb-section-7__cta:active:not(:disabled):not(.is-submitting)::before {
  opacity: 0;
  animation: none;
}
.jb-section-7__cta:active:not(:disabled):not(.is-submitting) span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
@media (max-width: 1023px) {
  .jb-section-7 {
    padding: 56px 20px 72px;
  }
  .jb-section-7__shell {
    gap: 40px;
  }
  .jb-section-7__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px 40px;
  }
  .jb-section-7__side-heading {
    font-size: 28px;
    line-height: 36px;
  }
  .jb-section-7__media-frame {
    min-height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jb-section-7__swatches {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .jb-section-7 {
    padding: 48px 16px 64px;
  }
  .jb-section-7__shell {
    gap: 28px;
  }
  .jb-section-7__tabs-track {
    width: 100%;
  }
  .jb-section-7__tabs {
    display: block;
    width: 100%;
    padding: 5px;
  }
  .jb-section-7__tab {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
  }
  .jb-section-7__tab.is-active {
    border-radius: 12px;
  }
  .jb-section-7__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .jb-section-7__media {
    order: 1;
  }
  .jb-section-7__side {
    order: 2;
    align-items: left;
    text-align: left;
  }
  .jb-section-7__media-frame {
    max-width: 100%;
    min-height: 320px;
    aspect-ratio: 1/1;
  }
  .jb-section-7__side-heading {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
  .jb-section-7__swatches {
    justify-content: left;
    gap: 12px;
    margin-bottom: 0px;
  }
  .jb-section-7__swatch {
    width: 60px;
    max-width: 60px;
  }
  .jb-section-7__product-title {
    text-align: left;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .jb-section-7__actions {
    max-width: 100%;
    text-align: left;
  }
  .jb-section-7__empty {
    text-align: center;
  }
}

.jb-section-8 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 100px 0 0;
}
.jb-section-8__container {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.jb-section-8__header {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.jb-section-8__title {
  margin: 0;
  color: #15021c;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  max-width: 825px;
  margin: 0 auto;
}
.jb-section-8__featured {
  margin-top: 56px;
  gap: 48px;
}
.jb-section-8 .jb-section-3__featured-frame {
  border-radius: 24px;
}
.jb-section-8 .jb-section-3__featured-body h2,
.jb-section-8 .jb-section-3__featured-body h3 {
  color: #15021C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 12px;
}
.jb-section-8 .jb-section-3__featured-body p {
  font-size: 16px;
  line-height: 26px;
  color: #181616;
}
@media (max-width: 1023px) {
  .jb-section-8 {
    padding: 64px 20px 60px;
  }
  .jb-section-8__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
  .jb-section-8__featured {
    margin-top: 40px;
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jb-section-8 {
    padding: 0 16px 0px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .jb-section-8 {
    padding: 0px 16px 60px;
    margin: 0;
  }
  .jb-section-8__container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .jb-section-8__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
  }
  .jb-section-8__featured {
    margin-top: 32px;
    gap: 40px;
  }
  .jb-section-8 .jb-section-3__featured-body h2,
  .jb-section-8 .jb-section-3__featured-body h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .jb-section-8 .jb-section-3__featured-body p {
    font-size: 16px;
    line-height: 24px;
  }
}

.jb-section-9 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 72px 20px;
  background: #fff;
}
.jb-section-9__container {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.jb-section-9__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 40px 56px;
  align-items: center;
}
.jb-section-9__col {
  min-width: 0;
}
.jb-section-9__col--lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.jb-section-9__col--desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jb-section-9__title {
  margin: 0 0 24px;
  color: #15021c;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  text-align: left;
}
.jb-section-9__actions {
  margin: 0;
  padding: 0;
  text-align: left;
}
.jb-section-9__figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb-section-9__img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.jb-section-9__desc {
  color: #181616;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  font-feature-settings: "liga" off, "clig" off;
  text-align: left;
}
.jb-section-9__desc p {
  margin: 0;
}
.jb-section-9__grid:not(:has(.jb-section-9__col--media)) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 1023px) {
  .jb-section-9 {
    padding: 60px 20px;
  }
  .jb-section-9__grid {
    gap: 32px 40px;
  }
}
@media (max-width: 767px) {
  .jb-section-9 {
    padding: 48px 16px;
  }
  .jb-section-9__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .jb-section-9__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .jb-section-9__col--lead {
    align-items: center;
    text-align: center;
  }
  .jb-section-9__title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
  .jb-section-9__actions {
    text-align: center;
    width: 100%;
  }
  .jb-section-9__col--desc {
    justify-content: center;
  }
  .jb-section-9__desc {
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .jb-section-9__img {
    max-width: 100%;
  }
}

@keyframes jb-kit-icon-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.jb-section-10 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 100px 20px;
  background: #faf6f3;
}
.jb-section-10__container {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.jb-section-10__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: center;
}
.jb-section-10__grid--no-gallery {
  grid-template-columns: minmax(0, 1fr);
}
.jb-section-10__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-width: 0;
  align-items: stretch;
}
.jb-section-10__gallery-main {
  grid-column: 1;
  grid-row: 1/span 2;
  min-height: 0;
}
.jb-section-10__gallery-side {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
}
.jb-section-10__gallery-cell {
  flex: 1 1 0;
  min-height: 0;
}
.jb-section-10__gallery--count-1 {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.jb-section-10__gallery--count-1 .jb-section-10__gallery-main {
  grid-column: 1;
  grid-row: 1;
}
.jb-section-10__gallery--count-1 .jb-section-10__gallery-side {
  display: none;
}
.jb-section-10__gallery--count-2 .jb-section-10__gallery-side {
  justify-content: space-between;
}
.jb-section-10__gallery--count-2 .jb-section-10__gallery-cell:last-child {
  flex: 1 1 auto;
}
.jb-section-10__frame {
  height: 100%;
  min-height: 180px;
  padding: 0px;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.jb-section-10__gallery-main .jb-section-10__frame {
  min-height: 420px;
}
.jb-section-10__gallery-side .jb-section-10__frame {
  min-height: 200px;
}
.jb-section-10__img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.jb-section-10__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.jb-section-10__body {
  width: 100%;
  color: #181616;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-feature-settings: "liga" off, "clig" off;
}
.jb-section-10__body > :first-child {
  margin-top: 0;
}
.jb-section-10__body > :last-child {
  margin-bottom: 0;
}
.jb-section-10__body h2 {
  margin: 0 0 32px;
  color: #15021c;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
  text-align: left;
}
.jb-section-10__body h3 {
  margin: 28px 0 10px;
  padding-left: 0;
  color: #15021c;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}
.jb-section-10__body h3:first-of-type {
  margin-top: 0;
}
.jb-section-10__body p {
  margin: 0 0 20px;
  color: #181616;
  font-size: 16px;
  line-height: 26px;
}
.jb-section-10__body ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.jb-section-10__body ul li {
  position: relative;
  margin: 0 0 24px;
  padding-left: 32px;
  color: #181616;
  font-size: 16px;
  line-height: 26px;
}
.jb-section-10__body ul li:last-child {
  margin-bottom: 0;
}
.jb-section-10__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: flex;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 888px;
  background-color: #e37823;
  background-image: url("../../image/check-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
}
.jb-section-10__body ul li h3 {
  margin: 0 0 6px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.jb-section-10__body ul li p {
  margin: 0;
}
.jb-section-10__body ul li strong {
  display: block;
  margin-bottom: 6px;
  color: #15021c;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.jb-section-10__body a {
  color: #7b1fa2;
  text-decoration: underline;
}
.jb-section-10__actions {
  margin: 40px 0 0;
  padding: 0;
  text-align: left;
}
.jb-section-10__actions--center {
  text-align: center;
}
.jb-section-10__block--duo {
  margin-top: 100px;
  text-align: center;
}
.jb-section-10__intro {
  max-width: 720px;
  margin: 0 auto 56px;
}
.jb-section-10__intro h2 {
  text-align: center;
  margin: 0 0 16px;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.jb-section-10__lead {
  margin: 0;
  color: #181616;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.jb-section-10__duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  max-width: 1035px;
  margin: 0 auto;
}
.jb-section-10__duo-cell {
  min-width: 0;
}
.jb-section-10__duo-frame {
  min-height: 320px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.jb-section-10__block--duo .jb-section-10__actions--center {
  margin-top: 40px;
}
.jb-section-10__block--compact {
  margin-top: 100px;
  text-align: center;
}
.jb-section-10__compact-card {
  display: grid;
  gap: 24px 32px;
  max-width: 1245px;
  margin: 0 auto;
  padding: 16px 57px;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  align-items: center;
}
.jb-section-10__compact-card--cols-1 {
  grid-template-columns: minmax(0, 1fr);
}
.jb-section-10__compact-card--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.jb-section-10__compact-card--cols-3 {
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.975fr) minmax(0, 0.975fr);
}
.jb-section-10__compact-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.jb-section-10__compact-col--product {
  align-self: stretch;
}
.jb-section-10__compact-product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb-section-10__compact-product .jb-section-10__img {
  width: 100%;
  object-fit: contain;
}
.jb-section-10__compact-visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb-section-10__compact-diagram {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  display: block;
}
.jb-section-10__compact-body {
  width: 100%;
  text-align: center;
  color: #181616;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.jb-section-10__compact-body > :first-child {
  margin-top: 0;
}
.jb-section-10__compact-body > :last-child {
  margin-bottom: 0;
}
.jb-section-10__compact-body h3 {
  color: #15021C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  padding: 0 0 10px;
}
.jb-section-10__compact-body p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #181616;
  text-align: left;
}
.jb-section-10__block--compact .jb-section-10__actions--center {
  margin-top: 40px;
}
.jb-section-10__block--kit {
  margin-top: 100px;
  text-align: center;
}
.jb-section-10__intro--kit {
  max-width: 920px;
  margin: 0 auto 56px;
}
.jb-section-10__intro--kit h2 {
  margin: 0;
  max-width: 800px;
  color: #15021C;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.jb-section-10__kit-rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}
.jb-section-10__kit-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 85px;
  width: 100%;
}
.jb-section-10__kit-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.jb-section-10__kit-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(21, 2, 28, 0.06);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: jb-kit-icon-bounce 2.2s ease-in-out infinite;
}
.jb-section-10__kit-img {
  width: 24px;
  height: auto;
  object-fit: contain;
  display: block;
}
.jb-section-10__kit-label {
  color: #181616;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.jb-section-10__block--kit .jb-section-10__actions--center {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .jb-section-10 {
    padding: 60px 20px;
  }
  .jb-section-10__grid {
    gap: 40px;
  }
  .jb-section-10__gallery-main .jb-section-10__frame {
    min-height: 360px;
  }
  .jb-section-10__intro {
    max-width: 720px;
    margin: 0 auto 31px;
  }
  .jb-section-10__compact-card {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px;
    padding: 24px 20px;
    align-items: start;
  }
  .jb-section-10__compact-card--cols-1 {
    grid-template-columns: 1fr !important;
  }
  .jb-section-10__compact-col--product {
    grid-column: 1/-1;
  }
  .jb-section-10__compact-product {
    min-height: auto;
  }
  .jb-section-10__compact-col--feature {
    gap: 12px;
  }
  .jb-section-10__compact-body {
    text-align: center;
  }
  .jb-section-10__compact-body h3,
  .jb-section-10__compact-body p {
    text-align: center;
  }
  .jb-section-10__compact-diagram {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .jb-section-10__block--duo {
    margin-top: 60px;
    text-align: center;
  }
  .jb-section-10__block--compact {
    margin-top: 60px;
    text-align: center;
  }
  .jb-section-10__block--kit {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .jb-section-10 {
    padding: 48px 16px;
  }
  .jb-section-10__container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .jb-section-10__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .jb-section-10__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .jb-section-10__gallery-main, .jb-section-10__gallery-side {
    grid-column: 1;
    grid-row: auto;
  }
  .jb-section-10__gallery-side {
    flex-direction: row;
    gap: 12px;
  }
  .jb-section-10__gallery-cell {
    flex: 1 1 0;
  }
  .jb-section-10__gallery-main .jb-section-10__frame, .jb-section-10__gallery-side .jb-section-10__frame {
    min-height: 220px;
  }
  .jb-section-10__block--duo {
    margin-top: 48px;
  }
  .jb-section-10__duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .jb-section-10__duo-frame {
    min-height: 220px;
    padding: 16px;
  }
  .jb-section-10__block--compact {
    margin-top: 48px;
  }
  .jb-section-10__block--kit {
    margin-top: 48px;
  }
  .jb-section-10__intro--kit {
    margin-bottom: 32px;
  }
  .jb-section-10__intro--kit h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .jb-section-10__kit-row {
    gap: 20px 24px;
    max-width: 100%;
  }
  .jb-section-10__kit-item {
    width: calc(50% - 12px);
    max-width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jb-section-10__kit-icon {
    animation: none;
  }
}
.insta-stories-section {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: visible;
}
.insta-stories-section .container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

.insta-stories-rail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding: 12px 0 8px;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.insta-stories-rail::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.insta-story {
  flex: 0 0 auto;
  width: 120px;
  text-align: center;
  scroll-snap-align: start;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.insta-story:hover {
  transform: scale(1.04);
}
.insta-story:focus-visible {
  outline: 2px solid #7B1FA2;
  outline-offset: 4px;
  border-radius: 8px;
}
.insta-story__media {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 5px;
  overflow: hidden;
  margin: 0 auto 12px;
  box-sizing: border-box;
  background: #fff;
  isolation: isolate;
}
.insta-story__media::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 220%;
  height: 220%;
  margin: -110% 0 0 -110%;
  background: radial-gradient(140.64% 140.64% at 100% 2.78%, #7713e8 0%, #9438fc 33.17%, #ff9e55 81.86%, #f69254 100%);
  animation: jb-insta-story-ring-spin 3.5s linear infinite;
  will-change: transform;
}
.insta-story__media img,
.insta-story__media video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.insta-story__media video {
  object-position: center;
}
.insta-story__username {
  color: #181616;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: var(--Display-Large-Letter-Spacing, 0);
}

@media (max-width: 767px) {
  .insta-story {
    width: 88px;
  }
  .insta-story__media {
    width: 88px;
    height: 88px;
  }
  .insta-story__username {
    font-size: 13px;
    line-height: 18px;
  }
}
.insta-story.is-story-active {
  transform: scale(1.06);
}
.insta-story.is-story-active .insta-story__media {
  box-shadow: 0 0 0 3px #fff, 0 4px 20px rgba(0, 0, 0, 0.35);
}

@keyframes jb-insta-story-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .insta-story__media::before {
    animation: none;
  }
}
.jb-story-rail-placeholder {
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

.jb-story-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: 100vh;
  max-height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
}
.jb-story-lightbox[hidden] {
  display: none;
}
.jb-story-lightbox__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.jb-story-lightbox__close {
  position: absolute;
  top: calc(16px + env(safe-area-inset-top, 0px));
  right: calc(16px + env(safe-area-inset-right, 0px));
  z-index: 5;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: auto;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.jb-story-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.55);
}
.jb-story-lightbox__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.jb-story-lightbox__chrome {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.jb-story-lightbox__viewer {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 12px 8px 6px;
  box-sizing: border-box;
}
.jb-story-lightbox__carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.5vw, 16px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  box-sizing: border-box;
  pointer-events: auto;
}
.jb-story-lightbox__peek {
  position: relative;
  flex: 0 0 auto;
  width: min(132px, 18vw);
  max-height: min(52vh, 420px);
  aspect-ratio: 9/16;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  transform: scale(0.9);
  opacity: 0.55;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}
.jb-story-lightbox__peek:hover:not(.is-empty):not(:disabled) {
  opacity: 0.85;
  transform: scale(0.94);
}
.jb-story-lightbox__peek.is-empty {
  visibility: hidden;
  width: 0;
  min-width: 0;
  max-width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  box-shadow: none;
}
.jb-story-lightbox__peek-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.jb-story-lightbox__peek-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jb-story-lightbox__peek-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #2a1f3d 0%, #4a2868 40%, #c45c2a 100%);
}
.jb-story-lightbox__peek-user {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 6px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  overflow-wrap: break-word;
}
.jb-story-lightbox__nav {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.jb-story-lightbox__nav span {
  display: block;
  margin-top: -2px;
}
.jb-story-lightbox__nav:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.22);
}
.jb-story-lightbox__nav:disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.jb-story-lightbox__nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.jb-story-lightbox__panel {
  position: relative;
  z-index: 2;
  flex: 0 1 auto;
  width: min(440px, 92vw);
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: auto;
}
.jb-story-lightbox__progress {
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 100%;
  margin: 0 0 12px;
  flex-shrink: 0;
}
.jb-story-lightbox__progress-seg {
  flex: 1 1 0;
  height: 3px;
  border-radius: 999px;
  background: rgba(21, 2, 28, 0.12);
  transition: background 0.2s ease;
}
.jb-story-lightbox__progress-seg.is-done {
  background: #F47B20;
}
.jb-story-lightbox__progress-seg.is-active {
  background: linear-gradient(90deg, #7713e8 0%, #F47B20 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.jb-story-lightbox__header {
  margin-bottom: 10px;
  flex-shrink: 0;
}
.jb-story-lightbox__title {
  margin: 0;
  padding: 2px 0 0;
  width: 100%;
  min-width: 0;
  color: #15021c;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
}
.jb-story-lightbox__stage {
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  max-height: min(68vh, 620px);
  aspect-ratio: 9/16;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jb-story-lightbox__stage img,
.jb-story-lightbox__stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jb-story-lightbox__stage video {
  object-position: center;
}
.jb-story-lightbox__dock {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 8px max(12px, env(safe-area-inset-left, 0px)) calc(16px + env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: auto;
  overflow: hidden;
}
.jb-story-lightbox__dock .insta-stories-rail {
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 8px 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.jb-story-lightbox__dock .insta-stories-rail::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.jb-story-lightbox__dock .insta-story__username {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

@media (max-width: 767px) {
  .jb-story-lightbox__carousel {
    gap: 4px;
    max-width: 100%;
  }
  .jb-story-lightbox__peek {
    display: none;
  }
  .jb-story-lightbox__nav {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .jb-story-lightbox__viewer {
    padding: 10px 4px 4px;
  }
  .jb-story-lightbox__panel {
    width: 100%;
    padding: 12px 12px 16px;
    border-radius: 16px;
  }
  .jb-story-lightbox__title {
    font-size: 15px;
  }
  .jb-story-lightbox__close {
    top: calc(10px + env(safe-area-inset-top, 0px));
    right: calc(10px + env(safe-area-inset-right, 0px));
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .jb-story-lightbox__stage {
    max-height: min(62vh, 520px);
  }
  .jb-story-lightbox__dock {
    padding-left: max(8px, env(safe-area-inset-left, 0px));
    padding-right: max(8px, env(safe-area-inset-right, 0px));
  }
  .jb-story-lightbox__dock .insta-stories-rail {
    gap: 16px;
  }
}
.jb-thank-you {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 72px;
  overflow: hidden;
  background: linear-gradient(165deg, #fff9f5 0%, #f8f0fc 45%, #fff5ee 100%);
}
.jb-thank-you__confetti {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 30;
}
.jb-thank-you__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.jb-thank-you__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
}
.jb-thank-you__blob--1 {
  width: 320px;
  height: 320px;
  background: rgba(244, 123, 32, 0.35);
  top: -80px;
  right: -60px;
}
.jb-thank-you__blob--2 {
  width: 280px;
  height: 280px;
  background: rgba(123, 31, 162, 0.28);
  bottom: -40px;
  left: -80px;
}
.jb-thank-you__blob--3 {
  width: 200px;
  height: 200px;
  background: rgba(255, 213, 79, 0.4);
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.jb-thank-you__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  animation: jb-thank-you-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.jb-thank-you__card {
  text-align: center;
  padding: 48px 40px 40px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(123, 31, 162, 0.12), 0 8px 24px rgba(244, 123, 32, 0.08);
  border: 1px solid rgba(123, 31, 162, 0.08);
}
.jb-thank-you__icon {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #7b1fa2 0%, #9c27b0 55%, #f47b20 100%);
  color: #fff;
  box-shadow: 0 12px 32px rgba(123, 31, 162, 0.35);
}
.jb-thank-you__icon-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(244, 123, 32, 0.45);
  animation: jb-thank-you-pulse 2s ease-in-out infinite;
}
.jb-thank-you__eyebrow {
  margin: 0 0 8px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f47b20;
}
.jb-thank-you__title {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
  font-size: clamp(32px, 6vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: #2d1b36;
}
.jb-thank-you__message {
  margin: 0 0 32px;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #5a4d62;
}
.jb-thank-you__message p {
  margin: 0 0 12px;
}
.jb-thank-you__message p:last-child {
  margin-bottom: 0;
}
.jb-thank-you__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.jb-thank-you__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 888px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.jb-thank-you__btn--primary {
  background: #7b1fa2;
  color: #fff;
  border: 1px solid #7b1fa2;
  box-shadow: 0 6px 20px rgba(123, 31, 162, 0.28);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jb-thank-you__btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.jb-thank-you__btn--primary {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.25s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .jb-thank-you__btn--primary:hover:not(:disabled):not(.is-submitting) {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.28);
  }
  .jb-thank-you__btn--primary:hover:not(:disabled):not(.is-submitting)::before {
    opacity: 1;
  }
  .jb-thank-you__btn--primary:hover:not(:disabled):not(.is-submitting) span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    animation: none;
  }
}
.jb-thank-you__btn--primary:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
.jb-thank-you__btn--primary:active:not(:disabled):not(.is-submitting) {
  background-color: #e06a10;
  background-image: none;
  border-color: #e06a10;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  transition-duration: 0.12s;
}
.jb-thank-you__btn--primary:active:not(:disabled):not(.is-submitting)::before {
  opacity: 0;
  animation: none;
}
.jb-thank-you__btn--primary:active:not(:disabled):not(.is-submitting) span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.jb-thank-you__btn--ghost {
  background: transparent;
  color: #7b1fa2;
  border: 1px solid rgba(123, 31, 162, 0.35);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jb-thank-you__btn--ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.jb-thank-you__btn--ghost {
  transition: border-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .jb-thank-you__btn--ghost:hover {
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.22);
  }
  .jb-thank-you__btn--ghost:hover::before {
    opacity: 1;
  }
}
.jb-thank-you__btn--ghost:focus-visible {
  outline: 2px solid #f47b20;
  outline-offset: 3px;
}
.jb-thank-you__btn--ghost:active::before {
  opacity: 0;
  animation: none;
}
@media (min-width: 520px) {
  .jb-thank-you__actions {
    flex-direction: row;
    justify-content: center;
  }
  .jb-thank-you__btn {
    min-width: 180px;
  }
}
@media (max-width: 480px) {
  .jb-thank-you__card {
    padding: 36px 24px 28px;
  }
}

@keyframes jb-thank-you-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes jb-thank-you-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jb-thank-you__inner,
  .jb-thank-you__icon-ring {
    animation: none;
  }
}
.jb-page {
  padding: 48px 0 72px;
  background: linear-gradient(180deg, #fff 0%, #faf8fc 100%);
}
.jb-page__inner {
  max-width: 800px;
  margin: 0 auto;
}
.jb-page__article {
  margin: 0;
  padding: 40px 44px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(123, 31, 162, 0.08);
  box-shadow: 0 12px 40px rgba(21, 2, 28, 0.06);
}
.jb-page__header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(123, 31, 162, 0.1);
}
.jb-page__title {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  color: #15021c;
}
.jb-page__featured {
  margin: 0 0 28px;
  border-radius: 16px;
  overflow: hidden;
}
.jb-page__featured-img {
  display: block;
  width: 100%;
  height: auto;
}
.jb-page__content {
  color: #3d3542;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.jb-page__content > *:first-child {
  margin-top: 0;
}
.jb-page__content > *:last-child {
  margin-bottom: 0;
}
.jb-page__content h2 {
  margin: 32px 0 16px;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #15021c;
}
.jb-page__content h3 {
  margin: 24px 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #2d1b36;
}
.jb-page__content p {
  margin: 0 0 16px;
  line-height: 1.75;
}
.jb-page__content ul,
.jb-page__content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.jb-page__content li {
  margin-bottom: 8px;
}
.jb-page__content a {
  color: #7b1fa2;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.jb-page__content a:hover {
  color: #f47b20;
}
.jb-page__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.jb-page__content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #f47b20;
  background: rgba(244, 123, 32, 0.06);
  border-radius: 0 12px 12px 0;
  color: #4a3f52;
}
.jb-page__content table {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  font-size: 15px;
}
.jb-page__content th,
.jb-page__content td {
  padding: 12px 16px;
  border: 1px solid rgba(123, 31, 162, 0.12);
  text-align: left;
}
.jb-page__content th {
  background: rgba(123, 31, 162, 0.06);
  font-weight: 600;
}
.jb-page__pagination {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(123, 31, 162, 0.1);
}
.jb-page__pagination-label {
  margin: 0 0 8px;
  font-weight: 600;
  color: #15021c;
}
.jb-page__footer {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(123, 31, 162, 0.08);
}
.jb-page__edit-link a {
  font-size: 16px;
  color: #7b1fa2;
}
@media (max-width: 767px) {
  .jb-page {
    padding: 32px 0 48px;
  }
  .jb-page__article {
    padding: 28px 20px;
    border-radius: 16px;
  }
  .jb-page__header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}

.jb-not-found {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 72px;
  overflow: hidden;
  background: linear-gradient(165deg, #fff9f5 0%, #f8f0fc 45%, #fff5ee 100%);
}
.jb-not-found__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.jb-not-found__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
}
.jb-not-found__blob--1 {
  width: 300px;
  height: 300px;
  background: rgba(123, 31, 162, 0.3);
  top: -70px;
  left: -50px;
}
.jb-not-found__blob--2 {
  width: 260px;
  height: 260px;
  background: rgba(244, 123, 32, 0.32);
  bottom: -50px;
  right: -70px;
}
.jb-not-found__blob--3 {
  width: 180px;
  height: 180px;
  background: rgba(255, 213, 79, 0.38);
  top: 55%;
  right: 18%;
}
.jb-not-found__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1035px;
  animation: jb-thank-you-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.jb-not-found__card {
  position: relative;
  text-align: center;
  padding: 44px 40px 40px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(123, 31, 162, 0.12), 0 8px 24px rgba(244, 123, 32, 0.08);
  border: 1px solid rgba(123, 31, 162, 0.08);
  overflow: hidden;
}
.jb-not-found__code {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: clamp(96px, 22vw, 140px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
  background: linear-gradient(145deg, rgba(123, 31, 162, 0.12) 0%, rgba(244, 123, 32, 0.1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  user-select: none;
  pointer-events: none;
}
.jb-not-found__icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 24px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #7b1fa2 0%, #9c27b0 50%, #f47b20 100%);
  color: #fff;
  box-shadow: 0 12px 32px rgba(123, 31, 162, 0.32);
}
.jb-not-found__icon-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(244, 123, 32, 0.4);
  animation: jb-thank-you-pulse 2.4s ease-in-out infinite;
}
.jb-not-found__eyebrow {
  margin: 0 0 8px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f47b20;
}
.jb-not-found__title {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  color: #2d1b36;
}
.jb-not-found__message {
  margin: 0 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #5a4d62;
}
.jb-not-found__search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  max-width: 100%;
}
.jb-not-found__search-input {
  flex: 1 1 180px;
  min-width: 0;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #e4dce8;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #15021c;
  background: #faf9fb;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.jb-not-found__search-input:focus {
  border-color: #7b1fa2;
  box-shadow: 0 0 0 3px rgba(123, 31, 162, 0.12);
}
.jb-not-found__search-input::placeholder {
  color: #a6a6a6;
}
.jb-not-found__search-btn {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #7b1fa2;
  border-radius: 999px;
  background: #7b1fa2;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jb-not-found__search-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.jb-not-found__search-btn {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.25s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .jb-not-found__search-btn:hover:not(:disabled):not(.is-submitting) {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.28);
  }
  .jb-not-found__search-btn:hover:not(:disabled):not(.is-submitting)::before {
    opacity: 1;
  }
  .jb-not-found__search-btn:hover:not(:disabled):not(.is-submitting) span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    animation: none;
  }
}
.jb-not-found__search-btn:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
.jb-not-found__search-btn:active:not(:disabled):not(.is-submitting) {
  background-color: #e06a10;
  background-image: none;
  border-color: #e06a10;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  transition-duration: 0.12s;
}
.jb-not-found__search-btn:active:not(:disabled):not(.is-submitting)::before {
  opacity: 0;
  animation: none;
}
.jb-not-found__search-btn:active:not(:disabled):not(.is-submitting) span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.jb-not-found__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.jb-not-found__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 888px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.jb-not-found__btn--primary {
  background: #7b1fa2;
  color: #fff;
  border: 1px solid #7b1fa2;
  box-shadow: 0 6px 20px rgba(123, 31, 162, 0.28);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jb-not-found__btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.jb-not-found__btn--primary {
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.25s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .jb-not-found__btn--primary:hover:not(:disabled):not(.is-submitting) {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.28);
  }
  .jb-not-found__btn--primary:hover:not(:disabled):not(.is-submitting)::before {
    opacity: 1;
  }
  .jb-not-found__btn--primary:hover:not(:disabled):not(.is-submitting) span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    animation: none;
  }
}
.jb-not-found__btn--primary:focus-visible {
  outline: 2px solid #7b1fa2;
  outline-offset: 3px;
}
.jb-not-found__btn--primary:active:not(:disabled):not(.is-submitting) {
  background-color: #e06a10;
  background-image: none;
  border-color: #e06a10;
  box-shadow: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  transition-duration: 0.12s;
}
.jb-not-found__btn--primary:active:not(:disabled):not(.is-submitting)::before {
  opacity: 0;
  animation: none;
}
.jb-not-found__btn--primary:active:not(:disabled):not(.is-submitting) span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.jb-not-found__btn--ghost {
  background: transparent;
  color: #7b1fa2;
  border: 1px solid rgba(123, 31, 162, 0.35);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.jb-not-found__btn--ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: #7b1fa2;
  background-image: linear-gradient(90deg, #f47b20 0%, #7b1fa2 50%, #f47b20 100%);
  background-size: 200% 100%;
  animation: jb-brand-gradient-shift 4s ease-in-out infinite alternate;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.jb-not-found__btn--ghost {
  transition: border-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}
@media (hover: hover) {
  .jb-not-found__btn--ghost:hover {
    border-color: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
    box-shadow: 0 4px 16px rgba(123, 31, 162, 0.22);
  }
  .jb-not-found__btn--ghost:hover::before {
    opacity: 1;
  }
}
.jb-not-found__btn--ghost:focus-visible {
  outline: 2px solid #f47b20;
  outline-offset: 3px;
}
.jb-not-found__btn--ghost:active::before {
  opacity: 0;
  animation: none;
}
@media (min-width: 520px) {
  .jb-not-found__actions {
    flex-direction: row;
    justify-content: center;
  }
  .jb-not-found__btn {
    min-width: 180px;
  }
}
@media (max-width: 480px) {
  .jb-not-found__card {
    padding: 36px 22px 28px;
  }
  .jb-not-found__search {
    flex-direction: column;
  }
  .jb-not-found__search-btn {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .jb-section-3__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jb-section-3 section.jb-section-5 {
    padding: 100px 20px;
    margin: 100px 20px;
    box-sizing: border-box;
  }
  .jb-section-7__shell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jb-section-7__swatches {
    gap: 38px;
  }
  .jb-section-8__container,
  .jb-section-9__container,
  .jb-section-10__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jb-section-10__duo {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .jb-section-3__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jb-section-3 section.jb-section-5 {
    padding: 100px 20px;
    margin: 100px 20px;
    box-sizing: border-box;
  }
  .jb-section-7__shell {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jb-section-7__swatches {
    gap: 38px;
  }
  .jb-section-8__container,
  .jb-section-9__container,
  .jb-section-10__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jb-section-10__duo {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .jb-section-3__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .jb-section-3 section.jb-section-5 {
    padding: 100px 50px;
    margin: 100px 50px;
    box-sizing: border-box;
  }
  .jb-section-7__shell {
    padding-left: 50px;
    padding-right: 50px;
  }
  .jb-section-7__swatches {
    gap: 38px;
  }
  .jb-section-8__container,
  .jb-section-9__container,
  .jb-section-10__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .jb-section-10__duo {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jb-not-found__inner,
  .jb-not-found__icon-ring {
    animation: none;
  }
}
