/* hero.carousel — match color_sign .cs-hero look */
.ge-module--bare{margin:0;padding:0}
.ge-hero{
  --ge-hero-pink:var(--pink,#ff075d);
  --ge-hero-ink:#101114;
  --ge-hero-muted:#3f434b;
  position:relative;
  overflow:hidden;
  background:#fff;
  color:var(--ge-hero-ink);
}
.ge-hero__viewport{position:relative;width:100%;overflow:hidden}
.ge-hero__track{list-style:none;margin:0;padding:0;position:relative}
.ge-hero__slide{
  display:none;
  min-height:var(--ge-hero-h-pc,470px);
  position:relative;
}
.ge-hero__slide.is-active{display:block}
.ge-hero__slide.is-active .ge-hero__eyebrow,
.ge-hero__slide.is-active .ge-hero__title,
.ge-hero__slide.is-active .ge-hero__lead,
.ge-hero__slide.is-active .ge-hero__cta,
.ge-hero__slide.is-active .ge-hero__media{
  animation:geHeroInStrong .85s cubic-bezier(.16,.84,.3,1) both;
}
.ge-hero__slide.is-active .ge-hero__eyebrow{animation-delay:.04s}
.ge-hero__slide.is-active .ge-hero__title{
  animation-name:geHeroTitleIn;
  animation-duration:.95s;
  animation-delay:.14s;
}
.ge-hero__slide.is-active .ge-hero__lead{animation-delay:.28s}
.ge-hero__slide.is-active .ge-hero__cta{
  animation-name:geHeroCtaIn;
  animation-duration:.75s;
  animation-delay:.4s;
}
.ge-hero__slide.is-active .ge-hero__media{
  animation-name:geHeroMediaInStrong;
  animation-duration:1.05s;
  animation-delay:.06s;
}
.ge-hero__slide.is-active .ge-hero__media img{
  animation:geHeroMediaZoom 8s cubic-bezier(.22,.61,.36,1) both;
  animation-delay:.12s;
}
@keyframes geHeroInStrong{
  from{opacity:0;transform:translate3d(-28px,28px,0);filter:blur(8px)}
  to{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
}
@keyframes geHeroTitleIn{
  from{opacity:0;transform:translate3d(-36px,36px,0) scale(.96);filter:blur(10px);letter-spacing:-.02em}
  to{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0);letter-spacing:-.055em}
}
@keyframes geHeroCtaIn{
  /* opacity only — avoid transform/filter on CTA (causes button hover jitter) */
  from{opacity:0}
  to{opacity:1}
}
@keyframes geHeroMediaInStrong{
  from{opacity:0;transform:translate3d(48px,16px,0) scale(1.06);filter:blur(6px)}
  to{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes geHeroMediaZoom{
  from{transform:scale(1.18);opacity:.75}
  to{transform:scale(1.04);opacity:1}
}
@media (prefers-reduced-motion:reduce){
  .ge-hero__slide.is-active .ge-hero__eyebrow,
  .ge-hero__slide.is-active .ge-hero__title,
  .ge-hero__slide.is-active .ge-hero__lead,
  .ge-hero__slide.is-active .ge-hero__cta,
  .ge-hero__slide.is-active .ge-hero__media,
  .ge-hero__slide.is-active .ge-hero__media img{
    animation:none!important;
    filter:none!important;
  }
}
.ge-hero__inner{
  width:min(calc(100% - 48px),1200px);
  margin:0 auto;
  min-height:var(--ge-hero-h-pc,470px);
  display:grid;
  grid-template-columns:42% 58%;
  align-items:center;
  gap:0;
  box-sizing:border-box;
}
.ge-hero__copy{
  padding:56px 0 60px;
  position:relative;
  z-index:2;
  max-width:100%;
}
.ge-hero__eyebrow,
.ge-hero p.ge-hero__eyebrow{
  display:block;
  margin:0 0 18px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  color:var(--ge-hero-pink);
  line-height:1.4;
}
.ge-hero__title,
.ge-hero h2.ge-hero__title{
  display:block;
  margin:0 0 24px;
  font-size:58px;
  line-height:1.18;
  letter-spacing:-.055em;
  font-weight:900;
  color:var(--ge-hero-ink);
}
.ge-hero__em{
  color:var(--pink,#ff075d);
  font:inherit;
  font-weight:inherit;
  letter-spacing:inherit;
  line-height:inherit;
}
.ge-hero__title .ge-iedit__view,
.ge-hero__lead .ge-iedit__view,
.ge-hero__eyebrow .ge-iedit__view{
  display:inline;
  font:inherit;
  color:inherit;
  letter-spacing:inherit;
  line-height:inherit;
}
.ge-hero__lead,
.ge-hero p.ge-hero__lead{
  display:block;
  margin:0 0 32px;
  font-size:20px;
  line-height:1.65;
  font-weight:400;
  color:var(--ge-hero-muted);
}
.ge-hero__cta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
}
.ge-hero__btn,
.ge-hero a.ge-hero__btn,
.ge-hero__btn--edit,
.ge-hero .ge-iedit.ge-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  height:54px;
  min-height:54px;
  padding:0 28px;
  border-radius:10px;
  background:var(--ge-hero-pink);
  color:#fff!important;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  border:0;
  box-shadow:0 10px 24px color-mix(in srgb,var(--ge-hero-pink,var(--pink)) 18%,transparent);
  box-sizing:border-box;
  transition:background-color .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
  will-change:auto;
}
.ge-hero a.ge-hero__btn:not(.ge-hero__btn--ghost):hover,
.ge-hero__btn:not(.ge-hero__btn--ghost):hover,
.ge-hero__btn--edit:hover,
.ge-hero .ge-iedit.ge-hero__btn:hover{
  background:color-mix(in srgb,var(--ge-hero-pink,var(--pink,#ff075d)) 78%,#000);
  box-shadow:0 14px 28px color-mix(in srgb,var(--ge-hero-pink,var(--pink,#ff075d)) 32%,transparent);
  color:#ffe566!important;
}
.ge-hero a.ge-hero__btn:not(.ge-hero__btn--ghost):hover span,
.ge-hero a.ge-hero__btn:not(.ge-hero__btn--ghost):hover i,
.ge-hero__btn:not(.ge-hero__btn--ghost):hover .ge-iedit__view,
.ge-hero__btn--edit:hover .ge-iedit__view{
  color:#ffe566!important;
}
.ge-hero a.ge-hero__btn:not(.ge-hero__btn--ghost):active,
.ge-hero__btn:not(.ge-hero__btn--ghost):active{
  box-shadow:0 8px 18px color-mix(in srgb,var(--ge-hero-pink,var(--pink,#ff075d)) 22%,transparent);
}
.ge-hero a.ge-hero__btn.ge-hero__btn--ghost,
.ge-hero__btn.ge-hero__btn--ghost{
  background:#fff!important;
  color:#101114!important;
  border:1px solid rgba(16,17,20,.18)!important;
  box-shadow:0 8px 20px rgba(16,17,20,.06);
}
.ge-hero a.ge-hero__btn.ge-hero__btn--ghost i,
.ge-hero__btn.ge-hero__btn--ghost i{
  color:#101114!important;
}
.ge-hero a.ge-hero__btn.ge-hero__btn--ghost:hover,
.ge-hero__btn.ge-hero__btn--ghost:hover{
  background:color-mix(in srgb,var(--ge-hero-pink,var(--pink,#ff075d)) 10%,#fff)!important;
  border-color:var(--ge-hero-pink,var(--pink,#ff075d))!important;
  color:var(--ge-hero-pink,var(--pink,#ff075d))!important;
  box-shadow:0 12px 24px color-mix(in srgb,var(--ge-hero-pink,var(--pink,#ff075d)) 16%,transparent);
}
.ge-hero a.ge-hero__btn.ge-hero__btn--ghost:hover i,
.ge-hero__btn.ge-hero__btn--ghost:hover i{
  color:var(--ge-hero-pink,var(--pink,#ff075d))!important;
}
.ge-hero__btn .ge-iedit__view,
.ge-hero__btn--edit .ge-iedit__view{color:#fff!important}
.ge-hero__btn span{font-size:1.05em;line-height:1}
/* link editor only while edit mode is ON */
.ge-hero__link-edit{display:none}
body.ge-edit-on .ge-hero__link-edit{
  display:inline-block;
  font-size:12px;
  font-weight:500;
  color:#667085;
  max-width:280px;
  word-break:break-all;
  line-height:1.4;
}
.ge-hero__media{
  position:relative;
  height:100%;
  min-height:var(--ge-hero-h-pc,470px);
  overflow:hidden;
}
.ge-hero__media img{
  width:100%;
  height:100%;
  min-height:var(--ge-hero-h-pc,470px);
  object-fit:cover;
  object-position:center right;
  display:block;
  transform:scale(1.04);
  transform-origin:center right;
}
.ge-hero__ph{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#fff1f5,#ffe8d6 55%,#f3f4f6);
  color:#98a2b3;font-size:14px;font-weight:700;
}
.ge-hero__nav{
  position:absolute;inset:0;pointer-events:none;z-index:3;
}
.ge-hero__arrow{
  pointer-events:auto;
  position:absolute;top:50%;transform:translateY(-50%);
  width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(255,255,255,.92);
  color:#111;font-size:26px;line-height:1;
  cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.ge-hero__arrow[data-ge-hero-prev]{left:18px}
.ge-hero__arrow[data-ge-hero-next]{right:18px}
.ge-hero__dots{
  position:absolute;left:0;right:0;bottom:18px;
  display:flex;justify-content:center;gap:8px;z-index:3;
}
.ge-hero__dot{
  width:9px;height:9px;border-radius:50%;border:0;
  background:rgba(16,17,20,.22);cursor:pointer;padding:0;
}
.ge-hero__dot.is-active{background:var(--ge-hero-pink);transform:scale(1.15)}
.ge-hero__manage-btn{
  display:none;
  position:absolute;left:50%;bottom:22px;transform:translateX(-50%);
  z-index:8;align-items:center;gap:8px;
  min-height:42px;padding:0 18px;border:0;border-radius:999px;
  background:var(--ge-hero-pink,var(--pink,#ff075d));color:#fff;font-weight:800;cursor:pointer;
  box-shadow:0 10px 28px color-mix(in srgb,var(--ge-hero-pink,var(--pink,#ff075d)) 28%,transparent);
}
body.ge-edit-on .ge-hero__manage-btn{display:inline-flex}
.ge-hero-mgr[hidden]{display:none!important}
.ge-hero-mgr{
  position:fixed;inset:0;z-index:10090;
  background:rgba(15,23,42,.42);
}
.ge-hero-mgr__dialog{
  position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);
  width:min(560px,calc(100vw - 24px));
  max-height:calc(100vh - 24px);
  display:flex;flex-direction:column;
  background:#fff;border-radius:14px;border:1px solid #e5e7eb;
  box-shadow:0 22px 60px rgba(0,0,0,.28);
  overflow:hidden;
}
.ge-hero-mgr__head,.ge-hero-mgr__foot{
  display:flex;align-items:center;gap:10px;
  padding:12px 14px;flex:0 0 auto;
}
.ge-hero-mgr__head{
  border-bottom:1px solid #eef0f3;
  cursor:move;user-select:none;
}
.ge-hero-mgr__head strong{font-size:15px}
.ge-hero-mgr__close{
  margin-left:auto;border:0;background:transparent;
  font-size:24px;line-height:1;cursor:pointer;color:#667085;
}
.ge-hero-mgr__body{
  padding:14px;overflow:auto;flex:1 1 auto;min-height:0;
}
.ge-hero-mgr__tabs{
  display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;
}
.ge-hero-mgr__tab{
  min-width:40px;height:36px;padding:0 12px;border-radius:999px;
  border:1px solid #d0d5dd;background:#fff;font-weight:800;cursor:pointer;
}
.ge-hero-mgr__tab.is-active{background:#111827;border-color:#111827;color:#fff}
.ge-hero-mgr__tab.is-add{color:#00a651;border-color:#86efac;background:#ecfdf3}
.ge-hero-mgr__settings{
  display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center;
  margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #eef0f3;
}
.ge-hero-mgr__check{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px}
.ge-hero-mgr__settings label{font-size:12px;font-weight:700;color:#667085}
.ge-hero-mgr__settings input[type=number]{
  width:110px;margin-left:6px;height:34px;border:1px solid #d0d5dd;border-radius:8px;padding:0 10px;
}
.ge-hero-mgr__fields label{
  display:block;margin-bottom:12px;font-size:12px;font-weight:700;color:#667085;
}
.ge-hero-mgr__hint{
  display:block;margin-top:6px;font-size:11px;font-weight:600;color:#98a2b3;line-height:1.45;
}
.ge-hero-mgr__hint code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:11px;color:#667085;background:#f2f4f7;padding:1px 5px;border-radius:4px;
}
.ge-hero-mgr__fields input[type=text],
.ge-hero-mgr__fields textarea{
  display:block;width:100%;margin-top:6px;box-sizing:border-box;
  border:1px solid #d0d5dd;border-radius:8px;padding:10px;font:inherit;color:#111827;
}
.ge-hero-mgr__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ge-hero-mgr__colors{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;
  margin:0 0 14px;padding:12px;border:1px solid #eef0f3;border-radius:10px;background:#f8fafc;
}
.ge-hero-mgr__color{
  display:flex;flex-direction:column;gap:6px;
  font-size:12px;font-weight:700;color:#667085;
}
.ge-hero-mgr__color-row{display:flex;gap:6px;align-items:center}
.ge-hero-mgr__color input[type=color]{
  width:36px;height:34px;padding:0;border:1px solid #d0d5dd;border-radius:8px;
  background:#fff;cursor:pointer;flex:0 0 auto;
}
.ge-hero-mgr__color input[type=text]{
  flex:1;min-width:0;height:34px;margin:0;padding:0 8px;
  border:1px solid #d0d5dd;border-radius:8px;font-weight:700;font-size:12px;color:#111827;
}
@media (max-width:620px){
  .ge-hero-mgr__colors{grid-template-columns:1fr}
}
.ge-hero-mgr__label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:#667085}
.ge-hero-mgr__preview{
  width:100%;aspect-ratio:16/9;border-radius:10px;overflow:hidden;
  background:#f3f4f6;border:1px solid #e5e7eb;
  display:flex;align-items:center;justify-content:center;margin-bottom:10px;
}
.ge-hero-mgr__preview img{width:100%;height:100%;object-fit:cover;display:block}
.ge-hero-mgr__preview span{color:#98a2b3;font-size:13px;font-weight:700}
.ge-hero-mgr__image-actions{display:flex;flex-wrap:wrap;gap:8px}
.ge-hero-mgr__image-actions button,
.ge-hero-mgr__foot button{
  min-height:36px;padding:0 14px;border-radius:8px;border:0;
  font-weight:800;cursor:pointer;
}
.ge-hero-mgr__image-actions button{background:#111827;color:#fff}
.ge-hero-mgr__image-actions button.is-ghost,
.ge-hero-mgr__foot .is-ghost{
  background:#fff;border:1px solid #d0d5dd;color:#111827;
}
.ge-hero-mgr__foot{border-top:1px solid #eef0f3}
.ge-hero-mgr__spacer{flex:1}
.ge-hero-mgr__foot .is-primary{background:#00a651;color:#fff}
.ge-hero-mgr__foot .is-danger{background:#fff;border:1px solid #fecaca;color:#b91c1c}
@media (max-width:620px){
  .ge-hero-mgr__row{grid-template-columns:1fr}
  .ge-hero__manage-btn{bottom:16px;font-size:13px;padding:0 14px}
}
@media (max-width:1200px) and (min-width:992px){
  .ge-hero__inner{grid-template-columns:48% 52%}
  .ge-hero__title,
  .ge-hero h2.ge-hero__title{font-size:46px}
}
@media (max-width:991px){
  .ge-hero__slide,
  .ge-hero__inner,
  .ge-hero__media,
  .ge-hero__media img{min-height:var(--ge-hero-h-mo,620px)}
  .ge-hero__inner{display:block;position:relative}
  .ge-hero__copy{padding:46px 0;max-width:90%;position:relative;z-index:2}
  .ge-hero__title,
  .ge-hero h2.ge-hero__title{font-size:40px}
  .ge-hero__lead,
  .ge-hero p.ge-hero__lead{font-size:16px}
  .ge-hero__media{
    position:absolute;left:0;right:-36%;bottom:0;height:310px;min-height:0;
  }
  .ge-hero__media img{min-height:0;height:100%}
  .ge-hero__arrow[data-ge-hero-prev]{left:8px}
  .ge-hero__arrow[data-ge-hero-next]{right:8px}
}

