:root {
  --blue: #006fba;
  --sky: #18c9f3;
  --navy: #071b3f;
  --red: #e31837;
  --pink: #ff43c7;
  --yellow: #ffe13b;
  --ink: #0b1833;
  --paper: #f5fbff;
  --line: rgba(8, 35, 69, .13);
  --shadow: 0 26px 80px rgba(0, 61, 123, .18);
  --sky-gradient: linear-gradient(90deg, #07b7ee 0%, #2acdf4 52%, #00a9df 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.top-strip { height: 34px; overflow: hidden; color: white; background: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }
.ticker { display: inline-flex; align-items: center; gap: 40px; min-width: max-content; height: 34px; animation: marquee 24s linear infinite; }
.ticker b { color: var(--yellow); }
@keyframes marquee { to { transform: translateX(-50%); } }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 70px; padding: 0 clamp(30px, 5vw, 86px); display: flex; align-items: center; gap: 44px; background: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.88); box-shadow: 0 8px 28px rgba(0,78,140,.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand img { width: 150px; }
.site-header nav { display: flex; gap: 34px; margin-left: auto; color: var(--navy); font-size: 14px; font-weight: 800; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--blue); transition: width .25s ease; }
.site-header nav a:hover::after { width: 100%; }
.header-cta { padding: 11px 19px; color: white; background: var(--red); border-radius: 4px; font-size: 13px; font-weight: 900; box-shadow: 0 10px 24px rgba(181, 0, 26, .24); transition: transform .2s ease; }
.header-cta:hover { transform: translateY(-2px); }

.section-grid { display: grid; grid-template-columns: 38% 62%; }
.hero { position: relative; min-height: 880px; padding-top: 122px; overflow: hidden; color: white; background: var(--sky-gradient); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(120deg, transparent 46%, rgba(255,255,255,.18) 46%, rgba(255,255,255,.18) 47%, transparent 47%), radial-gradient(circle at 20% 30%, white 0 2px, transparent 3px); background-size: 100% 100%, 180px 180px; }
.hero::after { display: none; }
.hero-copy { position: relative; z-index: 10; align-self: center; padding: 45px 0 95px clamp(30px, 6vw, 100px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px; font-size: 12px; font-weight: 900; letter-spacing: .12em; transform: translateY(-18px); }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(227,24,55,.2); }
.campaign-title { width: min(700px, 128%); height: auto; max-width: none; margin: -12px 0 2px -30px; filter: drop-shadow(0 10px 10px rgba(0, 75, 140, .2)); }
.hero h1, .section-heading h2, .benefit h2, .how h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 4vw, 68px); line-height: 1.08; letter-spacing: -.055em; font-weight: 950; }
em { color: var(--yellow); font-style: normal; }
.hero-sub { margin: 25px 0 28px; font-size: 17px; line-height: 1.75; }
.hero-sub strong { font-size: 22px; color: #06172f; background: var(--yellow); box-shadow: 7px 0 0 var(--yellow), -7px 0 0 var(--yellow); }
.hero-actions { display: flex; align-items: center; gap: 23px; }
.primary-cta { min-width: 285px; min-height: 68px; padding: 12px 18px 12px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; color: white; background: var(--navy); border-radius: 6px; box-shadow: 0 16px 34px rgba(0, 34, 83, .27); transition: transform .25s ease, box-shadow .25s ease; }
.primary-cta > span:first-child { font-size: 10px; opacity: .68; align-self: end; }
.primary-cta b { grid-column: 1; font-size: 17px; align-self: start; }
.primary-cta .arrow { grid-column: 2; grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: white; border-radius: 50%; font-size: 22px; }
.primary-cta:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(0, 34, 83, .36); }

/* GTM click tracking: ensure clicks on text/icon are attributed to the parent CTA */
.reserve-now,
.reserve-now * {
  cursor: pointer;
}

.reserve-now * {
  pointer-events: none;
}
.hero .primary-cta { min-width: 0; width: auto; min-height: 58px; padding: 0 8px 0 28px; display: flex; align-items: center; justify-content: center; gap: 18px; background: var(--red); }
.hero .primary-cta b { grid-column: auto; align-self: auto; font-size: 20px; line-height: 1; white-space: nowrap; }
.hero .primary-cta .arrow { grid-column: auto; grid-row: auto; width: 34px; height: 34px; color: var(--red); background: white; font-size: 19px; }
.text-link { padding: 6px 12px; display: inline-flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 13px; font-weight: 800; line-height: 1.2; text-align: left; }
.text-link .link-copy { display: flex; flex-direction: column; align-items: flex-start; }
.text-link .link-copy b { min-width: 2em; font: inherit; }
.text-link .down-arrow { font-size: 15px; }
.trust-list { display: flex; gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.trust-list li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.48); border-radius: 20px; font-size: 11px; font-weight: 800; backdrop-filter: blur(6px); }

.hero-visual { position: relative; min-width: 0; z-index: 6; }
.sun-glow { position: absolute; width: 540px; height: 540px; top: 90px; right: 7%; border-radius: 50%; background: rgba(255,255,255,.2); box-shadow: 0 0 120px rgba(255,255,255,.35); }
.hero-people { position: absolute; z-index: 3; width: min(1620px, 163%); max-width: none; right: -29%; bottom: -8px; filter: drop-shadow(0 30px 30px rgba(0,76,133,.18)); animation: heroIn 1s cubic-bezier(.17,.84,.44,1) both; transform-origin: bottom center; }
@keyframes heroIn { from { opacity: 0; transform: translate(50px, 40px) scale(.97); } }
.hero-pizza { position: absolute; z-index: 5; width: 260px; right: 2%; bottom: 18px; filter: drop-shadow(0 24px 20px rgba(17,51,67,.36)); animation: floatPizza 4s ease-in-out infinite; }
@keyframes floatPizza { 50% { transform: translateY(-13px) rotate(2deg); } }
.match-tag { position: absolute; z-index: 8; right: 30%; bottom: 94px; padding: 12px 19px; color: white; background: rgba(6,27,63,.9); border-left: 4px solid var(--yellow); box-shadow: 0 12px 30px rgba(0,0,0,.15); transform: rotate(-2deg); }
.match-tag span { display: block; font-size: 9px; opacity: .67; }
.match-tag b { font-size: 15px; letter-spacing: .04em; }
.ball { position: absolute; z-index: 1; font-size: 62px; filter: drop-shadow(0 8px 8px rgba(0, 70, 130, .22)); animation: ballFloat 5s ease-in-out infinite; }
.ball-one { right: 7%; top: 135px; }
.ball-two { left: 8%; bottom: 70px; font-size: 39px; animation-delay: -2s; }
@keyframes ballFloat { 50% { transform: translate(8px, -18px) rotate(15deg); } }
.scroll-hint { position: absolute; z-index: 12; bottom: 65px; left: 49%; display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 9px; font-weight: 900; letter-spacing: .2em; transform: rotate(90deg); }
.scroll-hint i { width: 44px; height: 1px; background: var(--navy); }

.problem { position: relative; z-index: 9; min-height: 846px; margin-top: -86px; padding: 226px clamp(30px, 8vw, 140px) 100px; display: flex; align-items: center; background-image: url("assets/order-wait-phone.png"), linear-gradient(90deg, #075aa3 0%, #098bc7 52%, #00a2d6 100%); background-position: calc(100% + 55px) center, center; background-size: auto 84%, cover; background-repeat: no-repeat; clip-path: polygon(0 86px, 100% 0, 100% 100%, 0 100%); overflow: hidden; }
.problem::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 58%; background: linear-gradient(90deg, rgba(0,26,70,.78) 0%, rgba(0,54,112,.55) 56%, transparent 100%); pointer-events: none; }
.problem .section-heading { position: relative; z-index: 2; width: min(600px, 44%); }
.problem .section-no { color: var(--yellow); }
.problem .section-heading h2 { color: white; text-shadow: 0 4px 18px rgba(0,71,133,.16); }
.problem .section-heading h2 em { color: var(--yellow); }
.problem .section-heading p { color: rgba(255,255,255,.86); }
.section-no { display: block; margin-bottom: 24px; color: var(--blue); font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.section-heading h2 { font-size: clamp(44px, 4vw, 66px); }
.section-heading h2 em { color: var(--red); }
.section-heading p, .benefit-copy > p, .how-heading p { margin: 27px 0 0; color: #5d6c80; font-size: 16px; line-height: 1.8; }
.benefit { min-height: 850px; display: grid; grid-template-columns: 42% 58%; }
.benefit-30 { color: var(--ink); background: #dff7ff; }
.benefit-copy { padding: 140px 40px 110px clamp(30px, 8vw, 140px); align-self: center; }
.mini-title { margin-bottom: 8px !important; color: var(--ink) !important; font-weight: 900; }
.benefit-copy h2 { font-size: clamp(45px, 4vw, 66px); }
.benefit-copy h2 em { color: var(--red); font-size: 1.14em; }
.date-board { margin: 32px 0 28px; border-top: 2px solid var(--ink); }
.date-board > div { min-height: 50px; display: grid; grid-template-columns: 70px 1fr 32px 70px 1fr; align-items: center; border-bottom: 1px solid rgba(8,24,51,.15); }
.date-board small { color: #67758a; font-size: 10px; }
.date-board b { font-size: 17px; }
.date-board span { color: var(--red); font-weight: 950; }
.dark-cta { width: 270px; min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--red); border-radius: 5px; font-size: 14px; font-weight: 900; transition: background .2s ease, transform .2s ease; }
.dark-cta:hover { background: #bd102b; transform: translateY(-3px); }
.benefit-visual { position: relative; min-width: 0; overflow: hidden; background: linear-gradient(145deg, #fff 0 20%, #b8ebfb 20% 100%); }
.benefit-visual::after { content: "RESERVATION"; position: absolute; right: -20px; bottom: 12px; color: rgba(0,79,142,.07); font-size: 90px; font-weight: 950; }
.benefit-pizza-lift { position: absolute; z-index: 2; width: min(830px, 92%); max-width: none; left: 3%; top: 50%; transform: translateY(-50%); filter: drop-shadow(0 38px 30px rgba(0, 66, 108, .28)); animation: benefitPizzaFloat 4.5s ease-in-out infinite; }
@keyframes benefitPizzaFloat { 0%, 100% { transform: translateY(-50%) rotate(-1deg); } 50% { transform: translateY(calc(-50% - 20px)) rotate(1deg); } }
.delivery-badge { position: absolute; z-index: 4; right: 7%; bottom: 90px; width: 155px; height: 155px; display: grid; place-content: center; text-align: center; color: white; background: var(--red); border-radius: 50%; box-shadow: 0 18px 0 #bd0d28, 0 30px 40px rgba(0,68,112,.22); transform: rotate(8deg); }
.delivery-badge span, .delivery-badge small { font-size: 10px; font-weight: 950; letter-spacing: .15em; }
.delivery-badge b { font-size: 51px; line-height: .95; }

.benefit-40 { min-height: 760px; grid-template-columns: 40% 60%; color: white; background: var(--red); }
.victory-copy { position: relative; z-index: 2; padding: 130px 40px 110px clamp(30px, 8vw, 140px); background: linear-gradient(145deg, #d8092c, #ed2242); }
.section-no.light { color: #ffc1cb; }
.victory-pill { display: inline-block; margin-bottom: 16px; padding: 7px 13px; color: var(--red); background: white; border-radius: 30px; font-size: 12px; font-weight: 950; }
.victory-copy h2 { font-size: clamp(45px, 4vw, 68px); }
.victory-copy h2 em { color: var(--yellow); font-size: 1.14em; }
.victory-copy > p { max-width: 430px; font-size: 16px; line-height: 1.75; }
.coupon-note { margin-top: 35px; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; }
.coupon-note span { color: #ffd4db; }
.victory-visual { position: relative; overflow: hidden; background: linear-gradient(145deg, #008fce 0%, #00539a 100%); }
.victory-visual::before { content: "VICTORY"; position: absolute; top: 10px; right: -20px; color: rgba(255,255,255,.07); font-size: 132px; font-weight: 950; }
.victory-visual img { position: absolute; z-index: 2; width: min(720px, 76%); left: 10%; top: 22%; filter: drop-shadow(0 35px 30px rgba(0,23,56,.42)); animation: pizzaPulse 4s ease-in-out infinite; }
@keyframes pizzaPulse { 50% { transform: scale(1.025) rotate(-1deg); } }
.victory-visual > p { position: absolute; z-index: 4; left: 13%; bottom: 13%; font-size: 16px; font-weight: 900; letter-spacing: .05em; }
.victory-visual > p span { margin-left: 12px; padding: 7px 11px; color: var(--navy); background: var(--yellow); font-size: 10px; }
.price-tag { position: absolute; z-index: 5; right: 8%; top: 13%; width: 180px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); background: var(--yellow); border-radius: 50%; box-shadow: 0 15px 0 #e4bd00, 0 30px 45px rgba(0,24,63,.25); transform: rotate(9deg); }
.price-tag small, .price-tag b { font-size: 12px; }
.price-tag strong { font-size: 62px; line-height: 1; letter-spacing: -.08em; }
.confetti { position: absolute; z-index: 1; width: 13px; height: 34px; background: var(--yellow); animation: confetti 4s ease-in-out infinite; }
.c1 { left: 10%; top: 15%; transform: rotate(28deg); }
.c2 { right: 17%; bottom: 15%; background: white; animation-delay: -1s; }
.c3 { left: 52%; top: 9%; background: var(--pink); animation-delay: -2s; }
@keyframes confetti { 50% { translate: 0 25px; rotate: 25deg; } }

.how { padding: 140px clamp(30px, 8vw, 140px); background: white; }
.how-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 60px; }
.how-heading .section-no { grid-column: 1 / -1; }
.how-heading h2 em { color: var(--blue); }
.how-heading p { align-self: end; justify-self: end; }
.steps { display: grid; grid-template-columns: 1fr 80px 1fr; align-items: center; }
.step-card { min-height: 670px; padding: 34px; border: 1px solid var(--line); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.step-image { height: 430px; margin-bottom: 28px; display: grid; place-items: end center; overflow: hidden; background: linear-gradient(145deg, #c7effc, white); }
.step-image img { width: 75%; max-height: 95%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 20px 22px rgba(0,79,132,.18)); }
.step-card > span { color: var(--blue); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.step-card h3 { margin: 10px 0 12px; font-size: 27px; line-height: 1.25; letter-spacing: -.04em; }
.step-card p { margin: 0; color: #6e7c8f; font-size: 13px; line-height: 1.7; }
.step-arrow { width: 52px; height: 52px; display: grid; place-items: center; justify-self: center; color: white; background: var(--red); border-radius: 50%; font-size: 23px; box-shadow: 0 10px 22px rgba(227,24,55,.25); }
.assurance { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assurance > div { padding: 24px 18px; text-align: center; border-right: 1px solid var(--line); }
.assurance > div:last-child { border-right: 0; }
.assurance b { display: block; margin-bottom: 6px; color: var(--blue); font-size: 11px; letter-spacing: .13em; }
.assurance span { font-size: 13px; font-weight: 800; }

.final-cta { min-height: 690px; display: grid; grid-template-columns: 38% 62%; overflow: hidden; color: white; background: linear-gradient(135deg, #08224a 0%, #06346a 100%); }
.final-copy { position: relative; z-index: 4; padding: 110px 20px 90px clamp(30px, 8vw, 140px); align-self: center; }
.final-copy > img { width: 160px; margin-bottom: 32px; filter: brightness(0) invert(1); }
.final-copy > span { display: block; margin-bottom: 13px; color: #88dcff; font-size: 13px; font-weight: 900; }
.final-copy h2 { font-size: clamp(48px, 4.4vw, 72px); }
.final-copy h2 em { color: var(--yellow); }
.final-copy p { margin: 24px 0 30px; color: #b6c8df; line-height: 1.75; }
.primary-cta.white { max-width: 315px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); background: white; }
.primary-cta.white b { grid-column: auto; align-self: center; line-height: 1.2; }
.primary-cta.white .arrow { color: white; background: var(--red); }
.final-visual { position: relative; }
.final-visual::before { content: ""; position: absolute; width: 650px; height: 650px; right: 2%; top: 5%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.final-people { position: absolute; z-index: 2; width: min(1020px, 105%); max-width: none; right: -7%; bottom: -20px; filter: drop-shadow(0 30px 30px rgba(0,0,0,.28)); }
.final-pizza { position: absolute; z-index: 3; width: 310px; left: 8%; bottom: -25px; filter: drop-shadow(0 25px 25px rgba(0,0,0,.46)); }
.final-ball { position: absolute; z-index: 4; right: 10%; top: 13%; font-size: 80px; animation: ballFloat 5s ease-in-out infinite; }

.fine-print { padding: 55px clamp(30px, 8vw, 140px); color: #596579; background: #eef2f6; }
.fine-print details { max-width: 1180px; margin: 0 auto; }
.fine-print summary { padding-bottom: 18px; display: flex; justify-content: space-between; color: var(--ink); border-bottom: 1px solid #c9d1da; cursor: pointer; font-size: 15px; font-weight: 900; list-style: none; }
.fine-print summary::-webkit-details-marker { display: none; }
.fine-print summary span { font-size: 20px; transition: transform .2s ease; }
.fine-print details[open] summary span { transform: rotate(45deg); }
.notice-grid { padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.notice-grid h3 { color: var(--ink); font-size: 13px; }
.notice-grid ul { padding-left: 18px; font-size: 11px; line-height: 1.9; }
footer { min-height: 105px; padding: 0 clamp(30px, 8vw, 140px); display: flex; align-items: center; gap: 28px; color: #8c96a5; background: #091426; font-size: 11px; }
footer img { width: 125px; filter: grayscale(1) brightness(2); opacity: .7; }
footer a { margin-left: auto; color: white; font-weight: 900; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.17,.84,.44,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .section-grid, .benefit, .final-cta { grid-template-columns: 1fr; }
  .hero { min-height: 1060px; }
  .hero-copy { padding-right: 30px; }
  .hero-visual { min-height: 500px; }
  .hero-people { width: 1370px; right: -37%; }
  .problem .section-heading { width: min(560px, 54%); }
  .benefit-visual { min-height: 700px; }
  .benefit-40 .victory-visual { min-height: 650px; }
  .final-visual { min-height: 520px; }
}

@media (max-width: 720px) {
  .site-header { padding: 0 20px; height: 62px; }
  .brand img { width: 125px; }
  .header-cta { padding: 10px 13px; font-size: 11px; }
  .hero { padding-top: 106px; min-height: 970px; }
  .hero h1 { font-size: 40px; }
  .campaign-title { width: min(630px, 140%); height: auto; margin-left: -28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 400px; }
  .hero-people { width: 1050px; right: -76%; bottom: -4px; }
  .hero-pizza { width: 190px; }
  .match-tag { right: 5%; }
  .problem { min-height: 746px; margin-top: -66px; padding: 166px 20px 70px; background-position: calc(100% + 75px) center, center; background-size: auto 72%, cover; clip-path: polygon(0 66px, 100% 0, 100% 100%, 0 100%); }
  .problem::before { width: 74%; background: linear-gradient(90deg, rgba(0,38,92,.72) 0%, rgba(0,73,139,.5) 62%, transparent 100%); }
  .problem .section-heading { width: 72%; }
  .benefit-copy, .victory-copy { padding: 100px 20px 70px; }
  .benefit-visual { min-height: 520px; }
  .benefit-pizza-lift { width: 105%; left: -7%; }
  .delivery-badge { width: 120px; height: 120px; }
  .delivery-badge b { font-size: 40px; }
  .victory-visual img { width: 90%; left: 4%; top: 28%; }
  .price-tag { width: 130px; height: 130px; }
  .price-tag strong { font-size: 46px; }
  .how { padding: 100px 20px; }
  .how-heading { grid-template-columns: 1fr; }
  .how-heading p { justify-self: start; }
  .steps { grid-template-columns: 1fr; gap: 25px; }
  .step-arrow { transform: rotate(90deg); }
  .assurance { grid-template-columns: 1fr 1fr; }
  .final-copy { padding: 90px 20px 50px; }
  .final-visual { min-height: 430px; }
  .final-people { width: 720px; right: -42%; }
  .final-pizza { width: 210px; left: 0; }
  .notice-grid { grid-template-columns: 1fr; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.what *,
.reserve-now *,
.dicount-reservation *,
.now-pizza * {
  pointer-events: none;
}

.what,
.reserve-now,
.dicount-reservation,
.now-pizza {
  cursor: pointer;
}
