:root{
  --coral:#EF4044;
  --coral-deep:#C92E32;
  --blush:#FDECEC;
  --ink:#241C1A;
  --ink-soft:#6B615C;
  --paper:#FFFFFF;
  --paper-warm:#FFFBF9;
  --paper-gray:#F5F5F5;
  --line:rgba(36,28,26,0.10);
  --dark:#0A0A0A;
  --Spacing-xxxl:40px;
  --oj-section-gap:120px;
  --oj-frame-pad:clamp(16px, 22.03vw, 423px);
  --font-display:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
  --font-body:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
  --Gray-900:#222;
}
@font-face{
  font-family:'GamtanRoad Gamtan';
  font-weight:400;
  font-style:normal;
  font-display:swap;
  src:url('https://cdn.jsdelivr.net/gh/fonts-archive/GamtanRoadGamtan/GamtanRoadGamtan.woff2') format('woff2');
}
*{box-sizing:border-box; margin:0; padding:0;}
body{
  font-family:var(--font-body);
  background:transparent;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
  /* #428 sticky 접힘/펼침 높이에 맞춰 JS가 --oj-sticky-pad 갱신 */
  padding-bottom:var(--oj-sticky-pad, 148px);
}
/* #519: 마감 시 sticky 미렌더 → 하단 여백·시트 잔상 제거 */
body[data-preorder-closed="true"]{
  --oj-sticky-pad:24px;
  padding-bottom:24px;
}
.sticky-bar.is-closed{
  display:none !important;
}
.sticky-dim:has(+ .sticky-bar.is-closed),
body[data-preorder-closed="true"] .sticky-dim{
  display:none !important;
}
.page,
.oj-page{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:var(--oj-section-gap);
  width:100%;
  max-width:1920px;
  margin:0 auto;
  background:transparent;
  overflow:visible;
}
img,svg{display:block;}
a.btn-primary{text-decoration:none; color:#fff;}

/* sticky — Figma #426 시안 + #428 접힘/펼침(바텀시트) */
.sticky-dim{
  position:fixed;
  inset:0;
  z-index:2147482990;
  background:rgba(36,28,26,.42);
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}
.sticky-dim.is-on{
  opacity:1;
  pointer-events:auto;
}
.sticky-bar{
  position:fixed; left:50%; bottom:0; transform:translateX(-50%);
  width:100%; max-width:560px; background:var(--paper);
  border:1px solid #E8E8E8;
  border-bottom:0;
  border-radius:16px 16px 0 0;
  padding:16px 20px calc(16px + env(safe-area-inset-bottom));
  box-shadow:0 -8px 24px rgba(36,28,26,0.10);
  z-index:2147483000;
  pointer-events:auto;
  transition:padding .28s ease, box-shadow .28s ease;
}
.sticky-bar.is-expanded{
  padding-top:10px;
  box-shadow:0 -12px 32px rgba(36,28,26,0.14);
}
.sticky-bar__head{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:0;
}
.sticky-bar.is-collapsed .sticky-bar__head{
  display:none;
}
.sticky-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  margin:0 -6px 4px 0;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--ink-soft);
  font-size:28px;
  line-height:1;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.sticky-close:hover{color:var(--ink); background:var(--paper-warm);}
.sticky-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:0;
}
.sticky-bar.is-expanded .sticky-row{
  margin-bottom:18px;
}
.sticky-sheet-extra{
  max-height:0;
  opacity:0;
  overflow:hidden;
  pointer-events:none;
  transition:max-height .32s ease, opacity .28s ease, margin .28s ease;
  margin-top:0;
}
.sticky-bar.is-expanded .sticky-sheet-extra{
  max-height:900px;
  opacity:1;
  pointer-events:auto;
}
@media (prefers-reduced-motion: reduce){
  .sticky-dim,
  .sticky-bar,
  .sticky-sheet-extra{transition:none;}
}
.oj-field{display:flex; flex-direction:column; gap:8px; min-width:0;}
.oj-field-label{
  font-size:14px;
  font-weight:700;
  color:var(--ink);
  line-height:1.3;
}
.oj-field-label .req,
.sticky-consent .req{
  color:var(--coral);
  font-weight:700;
  margin-left:2px;
}
.sticky-row input{
  width:100%; min-width:0; padding:14px 16px; border:1px solid #E5E5E5; border-radius:10px;
  font-size:15px; font-family:var(--font-body); background:#fff; color:var(--ink);
  -webkit-appearance:none; appearance:none;
}
.sticky-row input::placeholder{color:#B0AAA6;}
.sticky-row input:focus{outline:2px solid var(--coral); outline-offset:1px;}
.sticky-consent-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.sticky-consent-row .sticky-consent{
  flex:1;
  margin-bottom:0;
  min-width:0;
}
.sticky-consent{
  display:flex; align-items:flex-start; gap:10px; margin-bottom:12px; cursor:pointer;
  padding:2px 0; -webkit-tap-highlight-color: transparent;
}
.sticky-consent input[type=checkbox]{
  width:18px; height:18px; margin-top:2px; flex:0 0 auto; accent-color:var(--coral);
  pointer-events:auto;
}
.sticky-consent span{font-size:13px; color:var(--ink); line-height:1.5;}
.sticky-consent.is-error,
.sticky-consent-row.is-error{
  outline:2px solid var(--coral); outline-offset:2px; border-radius:6px; background:var(--blush);
}
.oj-privacy-detail-btn{
  flex:0 0 auto;
  margin:2px 0 0;
  padding:0;
  border:0;
  background:none;
  color:var(--ink-soft);
  font:inherit;
  font-size:13px;
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:2px;
  white-space:nowrap;
  cursor:pointer;
}
.oj-privacy-detail-btn:hover{color:var(--coral-deep);}
.oj-privacy-panel{
  margin:0 0 12px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--paper-warm);
  font-size:12px;
  line-height:1.55;
  color:var(--ink-soft);
}
.oj-privacy-panel[hidden]{display:none !important;}
.oj-privacy-panel strong{
  display:block;
  margin-bottom:6px;
  color:var(--ink);
  font-size:12px;
  font-weight:800;
}
.oj-privacy-panel ul{
  margin:0;
  padding-left:1.1em;
}
.oj-privacy-panel li{margin:2px 0;}
.oj-submit-wrap{
  display:flex;
  justify-content:center;
  margin-top:20px;
}
.btn-submit{
  width:100%; max-width:420px; margin-top:0; padding:16px 24px; border:none; border-radius:12px;
  background:var(--coral); color:#fff; font-weight:700; font-size:16px; cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.btn-submit:disabled{
  background:var(--coral); color:#fff; cursor:not-allowed; opacity:1;
}
/* #510 마감: Figma Gray-500 */
.sticky-bar.is-closed .btn-submit,
.sticky-bar.is-closed .btn-submit:disabled{
  background:#9E9E9E;
  color:#fff;
  cursor:not-allowed;
  opacity:1;
  box-shadow:none;
  transform:none;
}
.sticky-bar.is-closed .oj-field input:disabled{
  background:#F5F5F5;
  color:#9E9E9E;
  cursor:not-allowed;
}
.sticky-bar.is-closed .sticky-consent{
  opacity:.72;
  pointer-events:none;
}
.btn-submit.is-ready:not(:disabled){
  background:var(--coral); color:#fff; cursor:pointer; opacity:1;
}
.btn-submit.is-ready:not(:disabled):hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(239,64,68,.28);
}
.btn-submit.is-done,
.sticky-bar.is-done .btn-submit{
  background:#E3D9D6; color:#A69C97; cursor:not-allowed; opacity:1;
  box-shadow:none; transform:none;
}
.form-msg{text-align:center; font-size:12.5px; margin-top:10px; color:var(--coral-deep); font-weight:600; min-height:16px;}

/* #426 sticky 친구 공유 */
.oj-share{
  margin-top:2px;
}
.oj-share-divider{
  height:1px;
  margin:16px 0 14px;
  background:#E8E4E1;
}
.oj-share-copy{
  margin:0 0 14px;
  text-align:center;
  font-size:13px;
  line-height:1.5;
  color:var(--ink);
}
.oj-share-copy strong{
  display:block;
  font-weight:800;
  color:var(--ink);
}
.oj-share-copy span{
  display:block;
  margin-top:2px;
  font-weight:400;
  color:var(--ink);
}
.oj-share-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.oj-share-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:10px 12px;
  border:1px solid #E5E5E5;
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-family:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:background .15s ease, border-color .15s ease;
}
.oj-share-btn img{
  width:22px;
  height:22px;
  flex:0 0 auto;
  object-fit:contain;
}
.oj-share-btn:hover{
  background:var(--paper-warm);
  border-color:#D0D0D0;
}
.oj-share-btn:active{transform:scale(0.98);}
@media (max-width:380px){
  .sticky-row{gap:8px;}
  .oj-field-label{font-size:12px;}
  .sticky-consent span{font-size:11px;}
  .oj-share-btn{font-size:12px; gap:6px; padding:10px 8px;}
  .oj-share-btn img{width:18px; height:18px;}
}

.btn-primary{
  display:inline-block; margin-top:28px;
  background:var(--coral); color:#fff; font-weight:700; font-size:16px;
  padding:16px 38px; border:none; border-radius:9px; cursor:pointer; letter-spacing:-0.01em;
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(239,64,68,.28);
}
.btn-primary:active{transform:scale(0.98);}

/* reveal — QA #425: 0.5~0.6s, translateY 20~30px */
.oj-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .55s ease, transform .55s ease;
}
.oj-reveal.is-in{
  opacity:1;
  transform:none;
}
/* 개별 카드(혜택 리스트 등)에만 사용. 통이미지 섹션에는 적용하지 않음 (#425-2~6) */
.oj-lift{
  transition:transform .25s ease, box-shadow .25s ease;
}
@media (hover:hover){
  .oj-lift:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 28px rgba(0,0,0,.18);
  }
}
.oj-benefit-list li{
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.oj-benefit-list li.oj-lift:hover{
  box-shadow:0 10px 22px rgba(0,0,0,.14);
}

.oj-accent{color:var(--coral);}

/* hero banner — 통이미지 1920 */
.oj-hero{
  display:flex;
  width:1920px;
  max-width:100%;
  margin:0 auto;
  padding:0;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:var(--Spacing-xxxl, 40px);
  background:transparent;
  line-height:0;
}
.oj-hero-banner{
  display:block;
  position:relative;
  width:1920px;
  max-width:100%;
  margin:0;
  border-radius:0;
  overflow:visible; /* #427 뱃지 soft glow가 잘리지 않도록 */
  text-decoration:none;
  background:transparent;
}
.oj-hero-banner img{
  width:1920px;
  max-width:100%;
  height:auto;
}
/* #427 히어로 뱃지: 시안 이중 알약 + soft glow 펄스 (텍스트 고정) */
.oj-hero-badge{
  position:absolute;
  top:clamp(12px, 3.2vw, 36px);
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  isolation:isolate;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 18px;
  border-radius:999px;
  color:var(--coral);
  font-size:clamp(11px, 1.1vw, 13px);
  font-weight:700;
  line-height:1.35;
  letter-spacing:-0.02em;
  white-space:nowrap;
  pointer-events:none;
}
.oj-hero-badge::before{
  content:'';
  position:absolute;
  inset:-10px -20px;
  z-index:-2;
  border:1.5px solid var(--coral);
  border-radius:inherit;
  background:#fff;
  animation:oj-badge-outer-pulse 1.8s ease-in-out infinite;
}
.oj-hero-badge::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  border:1.5px solid var(--coral);
  border-radius:inherit;
  background:#fff7f7;
  animation:oj-badge-inner-pulse 1.8s ease-in-out infinite;
}
@keyframes oj-badge-outer-pulse{
  0%, 100%{
    border-color:rgba(239,64,68,.72);
    box-shadow:0 4px 14px rgba(239,64,68,.10);
    transform:scale(1);
  }
  50%{
    border-color:var(--coral);
    box-shadow:0 7px 22px rgba(239,64,68,.24);
    transform:scale(1.045);
  }
}
@keyframes oj-badge-inner-pulse{
  0%, 100%{
    background:#fffafa;
    transform:scale(1);
  }
  50%{
    background:#fdecec;
    transform:scale(1.015);
  }
}
@media (prefers-reduced-motion: reduce){
  .oj-hero-badge::before,
  .oj-hero-badge::after{animation:none;}
}

/* visual sections — 투명 PNG 그대로 */
.oj-visual{
  display:flex;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:0 var(--oj-frame-pad);
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:var(--Spacing-xxxl, 40px);
  background:transparent;
  line-height:0;
}
.oj-visual picture{
  display:block;
  width:100%;
}
.oj-visual-link{
  display:block;
  width:100%;
  color:inherit;
  text-decoration:none;
}
.oj-visual__img{
  width:100%; height:auto;
  border-radius:0;
  background:transparent;
  /* #425-2~6: 섹션/통이미지에 CSS box-shadow 미적용 (통짜 그림자 제거) */
  box-shadow:none;
}

/* tier — 투명 배경, 다크 타이포 */
.oj-tier{
  display:flex;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:0 var(--oj-frame-pad);
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:var(--Spacing-xxxl, 40px);
  background:transparent;
  color:var(--ink);
  text-align:left;
}
.oj-tier-badge{
  display:inline-block;
  padding:7px 14px;
  border:1px solid var(--coral);
  border-radius:999px;
  color:var(--coral);
  font-size:12px;
  font-weight:700;
  background:#fff;
}
.oj-tier-title{
  font-family:var(--font-display);
  font-size:22px;
  font-weight:800;
  letter-spacing:-0.02em;
  color:var(--ink);
  margin:0;
  width:100%;
  text-align:center;
}
.oj-tier-sub{
  font-size:13px;
  color:var(--ink-soft);
  margin:0;
  width:100%;
  text-align:center;
}
.oj-tier-head{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  width:100%;
}
.oj-tier-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  width:100%;
}
.oj-tier-card{
  appearance:none;
  border:1px solid #E5E5E5;
  background:#fff;
  color:var(--ink);
  border-radius:14px;
  padding:22px 16px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  cursor:default;
  font-family:inherit;
  width:100%;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}
button.oj-tier-card{
  cursor:pointer;
}
.oj-tier-card[aria-disabled="true"]{
  pointer-events:none;
}
.oj-tier-card.is-active{
  border:2px solid var(--coral);
}
.oj-tier-card b{
  font-size:16px;
  font-weight:800;
}
.oj-tier-card.is-active b{color:var(--coral);}
.oj-tier-card small{
  font-size:12.5px;
  color:var(--ink-soft);
}
.oj-tier-status{
  margin-top:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:88px;
  padding:8px 16px;
  border-radius:999px;
  font-size:12.5px;
  font-weight:700;
  color:#fff;
}
.oj-tier-status.is-hot{background:var(--coral);}
.oj-tier-status.is-wait{background:#B8B8B8;}
.oj-tier-status.is-notified{background:#6B615C;}

/* #443 coding — 다크 차수 카드 + 남은자리 */
.oj-tier--light{
  background:#fff;
  color:var(--ink);
  padding:72px var(--oj-frame-pad);
  max-width:100%;
  gap:40px;
}
.oj-tier--light .oj-tier-badge{
  background:#fff;
  border-color:var(--coral);
  color:var(--coral);
  padding:8px 16px;
}
.oj-tier--light .oj-tier-title{
  color:#2A2A2A;
  font-size:clamp(30px, 3vw, 44px);
  font-weight:800;
  letter-spacing:-0.03em;
}
.oj-tier--light .oj-tier-sub{
  color:#5F5F5F;
  font-size:16px;
  line-height:1.7;
}
.oj-br-mo{display:none;}
.oj-tier--light .oj-tier-head{
  gap:16px;
}
.oj-tier--light .oj-tier-grid{
  gap:24px;
}
.oj-tier--light .oj-tier-card{
  position:relative;
  align-items:flex-start;
  text-align:left;
  background:#fff;
  border:1px solid #D8D8D8;
  box-shadow:none;
  color:#4C4C4C;
  padding:32px 24px 24px;
  gap:12px;
  border-radius:12px;
}
.oj-tier--light .oj-tier-card.is-active{
  border:1.5px solid var(--coral);
  box-shadow:0 8px 20px rgba(239,64,68,.08);
}
.oj-tier--light .oj-tier-card b{
  color:#262626;
  font-size:28px;
  margin-top:6px;
  line-height:1.25;
}
.oj-tier--light .oj-tier-card__lead{
  font-size:17px;
  font-weight:700;
  color:#3C3C3C;
}
.oj-tier--light .oj-tier-card small{
  color:#6F6F6F;
  font-size:14px;
  line-height:1.6;
}
.oj-tier--light .oj-tier-status{
  margin-top:0;
  align-self:flex-start;
  min-width:0;
  padding:7px 12px;
  font-size:12px;
}
.oj-tier--light .oj-tier-card[aria-disabled="true"]{
  opacity:1;
}
.oj-tier-cta{
  appearance:none;
  border:0;
  width:100%;
  margin-top:14px;
  padding:14px 16px;
  border-radius:10px;
  background:var(--coral);
  color:#fff;
  font-size:15px;
  font-weight:700;
  font-family:inherit;
  cursor:pointer;
  text-align:center;
}
.oj-tier-cta:hover{background:var(--coral-deep);}
.oj-tier-cta:active{transform:scale(0.98);}
.oj-tier-cta.is-disabled{
  display:block;
  background:#9A9A9A;
  color:#fff;
  cursor:default;
  pointer-events:none;
}
/* Figma Frame 2117907865 — PC/MO 공통 */
.oj-seat{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:16px 20px;
  border-radius:16px;
  background:var(--coral, #EF4044);
  color:#fff;
  box-sizing:border-box;
  box-shadow:0 2px 12px 0 rgba(239,64,68,.16);
}
.oj-seat__label{
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
  letter-spacing:-0.02em;
}
.oj-seat__row{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.oj-seat__digits{display:inline-flex; gap:4px;}
.oj-seat__digit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:40px;
  border-radius:4px;
  background:#fff;
  color:#222;
  font-size:20px;
  font-weight:800;
  line-height:1;
}
.oj-seat__unit{
  font-size:16px;
  font-weight:700;
  line-height:1;
  color:#fff;
}

  /* #443: 차수 통이미지 + 남은자리/CTA 히트 */
.oj-tier-visual{
  position:relative;
  background:#fff;
  line-height:0;
}
.oj-tier-visual .oj-visual__img,
.oj-tier-visual picture{
  pointer-events:none;
  user-select:none;
}
.oj-tier-seat-anchor{
  position:absolute;
  z-index:3;
  pointer-events:none;
  /* PC: 2차 카드 (Figma 12303:4914) */
  top:45.26%;
  left:27.61%;
  width:44.78%;
  height:54.74%;
}
.oj-seat--on-tier{
  position:absolute;
  z-index:1;
  right:160px;
  top:-58px;
  left:auto;
  transform:none;
}
/* #517: 마감 이미지 위 빨간 남은자리(.oj-seat) 이중 노출 방지 */
.oj-tier-visual.is-closed .oj-tier-seat-anchor,
.oj-tier-visual.is-closed .oj-tier-hit{
  display:none !important;
}
.oj-tier-hit{
  position:absolute;
  z-index:5;
  border:0;
  padding:0;
  margin:0;
  background:transparent;
  cursor:pointer;
  pointer-events:auto;
  /* #448 PC: 2차 CTA (Figma 12303:4934) */
  top:86.2%;
  left:30.7%;
  width:38.6%;
  height:8.4%;
}
.oj-tier-hit:focus-visible{
  outline:2px solid #fff;
  outline-offset:2px;
}

.oj-visual--pc-only{display:block;}
.oj-visual--mo-only{display:none;}
.oj-bridge-share{
  position:relative;
  z-index:5;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  width:min(36%, 420px);
  margin:-60px auto;
  pointer-events:auto;
}
.oj-overlay-btn{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  flex:1;
  line-height:0;
}
.oj-overlay-btn img{
  width:100%;
  height:auto;
  display:block;
}
.oj-overlay-btn:active{transform:scale(0.98);}
.oj-why-mo{
  display:none;
  flex-direction:column;
  gap:20px;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:0 var(--oj-frame-pad);
  background:#fff;
}
.oj-why-mo__head{
  text-align:center;
  padding:8px 8px 0;
}
.oj-why-mo__title{
  margin:0;
  font-family:var(--font-display);
  font-size:28px;
  font-weight:800;
  letter-spacing:-0.03em;
  color:#2A2A2A;
  line-height:1.35;
}
.oj-why-mo__sub{
  margin:12px 0 0;
  font-size:14px;
  font-weight:500;
  line-height:1.55;
  color:#6B615C;
}
.oj-why-slider{
  width:100%;
}
.oj-why-slider__viewport{
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
.oj-why-slider__viewport::-webkit-scrollbar{display:none;}
.oj-why-slider__track{
  display:flex;
  gap:12px;
  padding:0 4px 4px;
}
.oj-why-slider__slide{
  flex:0 0 86%;
  scroll-snap-align:center;
  border-radius:12px;
  overflow:hidden;
  line-height:0;
}
.oj-why-slider__slide img{
  width:100%;
  height:auto;
  display:block;
  pointer-events:none;
  user-select:none;
}
.oj-why-slider__dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin-top:16px;
}
.oj-why-slider__dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#D0D0D0;
  cursor:pointer;
}
.oj-why-slider__dot.is-active{
  background:#222;
  width:18px;
}
.oj-share-banner{
  position:relative;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:0 var(--oj-frame-pad);
  line-height:0;
}
.oj-share-banner .oj-visual__img{width:100%; height:auto;}
.oj-share-banner__actions{
  position:absolute;
  left:50%;
  bottom:10%;
  transform:translateX(-50%);
  display:flex;
  gap:12px;
  width:min(92%, 640px);
  z-index:2;
}
.oj-share-banner__btn{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  flex:1;
  line-height:0;
}
.oj-share-banner__btn img{
  width:100%;
  height:auto;
  display:block;
}
.oj-share-banner__btn:active{transform:scale(0.98);}

/* benefit */
.oj-benefit{
  display:flex;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:0 var(--oj-frame-pad);
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:var(--Spacing-xxxl, 40px);
  background:transparent;
}
.oj-benefit-label{
  font-size:13px;
  font-weight:800;
  color:var(--coral);
}
.oj-benefit h2{
  font-family:var(--font-display);
  font-size:24px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:-0.02em;
  margin:0;
}
.oj-benefit-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
  width:100%;
}
.oj-benefit-list li{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:16px 16px;
}
.oj-check{
  width:22px; height:22px; border-radius:50%;
  border:1.5px solid var(--ink);
  display:flex; align-items:center; justify-content:center; flex:0 0 auto;
}
.oj-check svg{width:11px; height:11px;}
.oj-benefit-text{flex:1; font-size:14.5px; font-weight:700;}
.free-tag{
  font-family:var(--font-display);
  font-weight:800;
  font-size:11px;
  color:#fff;
  background:var(--coral);
  padding:4px 10px;
  border-radius:999px;
}
.oj-benefit-highlight{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1.5px solid var(--coral);
  border-radius:12px;
  background:#fff;
  padding:18px 18px;
  width:100%;
}
.oj-benefit-highlight span{
  color:var(--coral);
  font-size:13px;
  font-weight:700;
}
.oj-benefit-highlight strong{
  color:var(--coral);
  font-size:18px;
  font-weight:900;
}

/* mid cta */
.oj-mid-cta{
  display:flex;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:48px var(--oj-frame-pad);
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:var(--Spacing-xxxl, 40px);
  text-align:center;
  background:transparent;
  color:var(--ink);
}
.oj-mid-cta--mobile{display:none;}
.oj-mid-cta__small{
  font-size:13px;
  color:var(--ink-soft);
  margin:0;
}
.oj-mid-cta h3{
  font-size:22px;
  font-weight:800;
  letter-spacing:-0.02em;
  margin:0;
}
.oj-mid-cta .btn-primary{margin-top:0;}

.kicker{
  font-size:12.5px; font-weight:700; letter-spacing:0.04em; color:var(--coral-deep);
  margin-bottom:10px;
}
.h2{
  font-family:var(--font-display); font-weight:700; font-size:23px; line-height:1.42;
  letter-spacing:-0.01em; margin-bottom:14px;
}
.body-txt{font-size:14.5px; color:var(--ink-soft);}

.footer{
  padding:0 var(--oj-frame-pad) 46px;
  background:transparent;
}
.footer .brand{font-family:var(--font-display); font-weight:700; font-size:13.5px; margin-bottom:12px; color:var(--ink-soft);}
.footer .note{font-size:11px; color:var(--ink-soft); opacity:0.7; line-height:1.7; border-top:1px solid var(--line); padding-top:15px;}

/* toast */
.oj-toast{
  position:fixed;
  left:50%;
  bottom:calc(210px + env(safe-area-inset-bottom));
  transform:translateX(-50%) translateY(12px);
  max-width:min(420px, calc(100% - 32px));
  background:rgba(36,28,26,.92);
  color:#fff;
  font-size:13px;
  font-weight:600;
  padding:12px 16px;
  border-radius:10px;
  opacity:0;
  pointer-events:none;
  z-index:2147483500;
  transition:opacity .25s ease, transform .25s ease;
  text-align:center;
}
.oj-toast.is-show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}

.onjubak-page-wrap{
  background:transparent;
  width:100%;
}
.onjubak-page-wrap .page{margin-top:0;}

@media (min-width: 768px) {
  .sticky-bar { max-width: 960px; padding: 20px 28px calc(20px + env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; }
  .oj-share-actions { max-width: 952px; margin: 0 auto; }
  .sticky-consent span { font-size: 14px; }
  .oj-share-copy { font-size: 14px; }
  .oj-tier-title{font-size:28px;}
  .oj-tier-grid{grid-template-columns:repeat(3, 1fr); gap:16px;}
  .oj-benefit h2{font-size:30px;}
  .oj-mid-cta h3{font-size:26px;}
  .oj-tier--light{padding:88px var(--oj-frame-pad);}
  .oj-tier--light .oj-tier-head{max-width:640px; margin:0 auto; text-align:center;}
  .oj-tier--light .oj-tier-card{min-height:320px;}
  .oj-bridge-share{width:min(36%, 420px); gap:14px; margin:-72px auto;}
  .oj-share-banner__actions{bottom:8%; width:min(58%, 660px); gap:16px;}
  .btn-submit{max-width:480px; font-size:17px; padding:17px 28px;}
  .oj-tier-seat-anchor{
    top:45.26%;
    left:27.61%;
    width:44.78%;
    height:54.74%;
  }
  .oj-seat--on-tier{
    right:160px;
    top:-58px;
    left:auto;
    transform:none;
  }
  .oj-tier-hit{
    top: 86.2%;
    left: 30.7%;
    width: 38.6%;
    height: 8.4%;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  :root{
    --oj-section-gap:100px;
    --oj-frame-pad:16px;
  }
  .oj-visual{
    padding-left:16px;
    padding-right:16px;
  }
  .oj-mid-cta--desktop{display:none;}
  .oj-mid-cta--mobile{display:flex;}
  .oj-hero-badge{
    top:clamp(10px, 4.5vw, 22px);
    padding:6px 12px;
    font-size:11px;
  }
  .oj-visual--pc-only{display:none;}
  .oj-visual--mo-only,
  .oj-why-mo{display:flex;}
  .oj-br-mo{display:inline;}
  .oj-tier--light{
    padding:40px 16px;
    gap:24px;
  }
  .oj-tier--light .oj-tier-title{font-size:24px;}
  .oj-tier--light .oj-tier-sub{font-size:14px;}
  /* MO: 2차 카드 (Figma 12303:4980) + 남은자리·CTA */
  .oj-tier-seat-anchor{
    top:48.39%;
    left:0;
    width:100%;
    height:26.39%;
  }
  .oj-seat--on-tier{
    right:17px;
    top:-71px;
    left:auto;
    transform:none;
  }
  .oj-tier-hit{
    top:67.5%;
    left:6%;
    width:88%;
    height:4.8%;
  }
  .oj-bridge-share{
    display:flex;
    width:min(88%, 360px);
    gap:10px;
    margin:-56px auto;
  }
  .oj-share-banner{padding:0 16px;}
  .oj-share-banner__actions{
    bottom:10%;
    width:78%;
    flex-direction:column;
    gap:8px;
  }
}

@media (max-width:380px){
  :root{ --oj-frame-pad:16px; }
}
