.dr88pc {
  --dr88pc-blue: #0052cc;
  --dr88pc-navy: #1e3a8a;
  --dr88pc-ink: #0f2749;
  --dr88pc-muted: #607089;
  --dr88pc-red: #b20d19;
  --dr88pc-red-bright: #e31b23;
  --dr88pc-gold: #e8b84b;
  --dr88pc-gold-light: #ffe29a;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  isolation: isolate;
  padding: 72px 16px;
  overflow: hidden;
  color: var(--dr88pc-ink);
  background: linear-gradient(180deg, #008afc 0%, #0076e6 47%, #008afc 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dr88pc, .dr88pc *, .dr88pc *::before, .dr88pc *::after { box-sizing: border-box; }
.dr88pc ::selection { color: #fff; background: var(--dr88pc-red); }
.dr88pc__skip-link { position: absolute; z-index: 100; top: 8px; left: 12px; padding: 10px 14px; color: #fff; border-radius: 8px; background: #78070f; font-weight: 800; text-decoration: none; transform: translateY(-160%); transition: transform 180ms ease; }
.dr88pc__skip-link:focus { transform: translateY(0); }
.dr88pc__campaign-header { position: relative; z-index: 2; height: 64px; margin: -72px -16px 22px; border-bottom: 1px solid rgba(15, 39, 73, .10); background: rgba(255, 255, 255, .97); box-shadow: 0 4px 14px rgba(15, 39, 73, .08); }
.dr88pc__campaign-header-inner { width: 100%; height: 100%; margin: 0 auto; padding-inline: clamp(16px, 2.1vw, 40px); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 16px; }
.dr88pc__campaign-brand { justify-self: center; display: block; border-radius: 8px; }
.dr88pc__campaign-header img { display: block; width: auto; max-width: min(280px, 42vw); height: 44px; object-fit: contain; }
.dr88pc__campaign-header-spacer { width: 154px; justify-self: end; }
.dr88pc__home-link { position: relative; isolation: isolate; justify-self: start; min-width: 154px; min-height: 48px; padding: 6px 10px 6px 7px; display: inline-flex; align-items: center; gap: 9px; overflow: hidden; border: 1px solid rgba(232, 184, 75, .92); border-radius: 12px; color: #fff; background: linear-gradient(145deg, #123f7c 0%, #082b60 58%, #061f49 100%); box-shadow: inset 0 1px rgba(255, 255, 255, .16), 0 7px 17px rgba(7, 39, 87, .20); font-family: "Be Vietnam Pro", Inter, sans-serif; line-height: 1; text-decoration: none; transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease, transform 200ms ease; }
.dr88pc__home-link::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, transparent 20%, rgba(255, 226, 154, .18) 47%, transparent 72%); transform: translateX(-110%); transition: transform 380ms ease-out; }
.dr88pc__home-link-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255, 226, 154, .72); border-radius: 9px; color: #fff5d0; background: linear-gradient(145deg, #b20d19, #7e0710); box-shadow: inset 0 1px rgba(255, 255, 255, .18); }
.dr88pc__home-link svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.dr88pc__home-link-copy { min-width: 0; display: grid; gap: 3px; text-align: left; }
.dr88pc__home-link-copy small { color: #ffe29a; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dr88pc__home-link-copy strong { color: #fff; font-size: 11.5px; font-weight: 900; letter-spacing: .01em; white-space: nowrap; text-transform: uppercase; }
.dr88pc__home-link-arrow { margin-left: auto; color: #ffe29a; opacity: .82; }
.dr88pc__home-link:hover { border-color: #ffe29a; background: linear-gradient(145deg, #a70a15 0%, #7c0710 62%, #56050a 100%); box-shadow: inset 0 1px rgba(255, 255, 255, .18), 0 9px 20px rgba(112, 5, 15, .24); transform: translateY(-1px); }
.dr88pc__home-link:hover::before { transform: translateX(110%); }
.dr88pc__home-link:active { transform: scale(.985); }
.dr88pc__home-link:focus-visible, .dr88pc__campaign-brand:focus-visible { outline: 3px solid var(--dr88pc-gold); outline-offset: 3px; }
.dr88pc__atmosphere { position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse at 16% 18%, rgba(227, 27, 35, .24), transparent 29%), radial-gradient(ellipse at 84% 29%, rgba(255, 218, 120, .16), transparent 30%); pointer-events: none; }
.dr88pc__shell { position: relative; width: min(1240px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, .78); border-radius: 40px; background: #fff; box-shadow: 0 28px 65px rgba(0, 61, 156, .22), 0 3px 10px rgba(15, 39, 73, .08); }
.dr88pc--seasonal .dr88pc__shell { border-color: rgba(242, 196, 87, .72); background: linear-gradient(180deg, #fff 0%, #fffaf5 56%, #fff 100%); box-shadow: 0 30px 72px rgba(0, 61, 156, .25), 0 8px 28px rgba(140, 7, 19, .11); }

.dr88pc__hero { position: relative; min-height: 360px; overflow: hidden; border-bottom: 1px solid rgba(221, 177, 72, .55); border-radius: 39px 39px 16px 16px; background: #fff; text-align: center; }
.dr88pc__hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at center, rgba(255, 246, 215, .18), transparent 48%), linear-gradient(90deg, rgba(178, 13, 25, .07), transparent 27%, transparent 73%, rgba(178, 13, 25, .07)); }
.dr88pc__hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.dr88pc__hero-watermark { position: absolute; top: 51%; left: 50%; color: var(--dr88pc-gold); font-size: clamp(170px, 26vw, 330px); line-height: .8; opacity: .09; transform: translate(-50%, -41%); text-shadow: 0 0 45px rgba(232, 184, 75, .34); pointer-events: none; }
.dr88pc__hero-copy { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 54px 32px 80px; }
.dr88pc__anniversary { margin: 0 0 15px; display: grid; justify-items: center; gap: 3px; color: #9c101a; font-size: 11.5px; font-weight: 900; line-height: 1.25; letter-spacing: .12em; text-transform: uppercase; }
.dr88pc__anniversary b { color: var(--dr88pc-gold); font-size: 18px; filter: drop-shadow(0 2px 3px rgba(140, 74, 0, .22)); }
.dr88pc__hero h1 { margin: 0; display: grid; justify-items: center; row-gap: 22px; font-family: "Be Vietnam Pro", Inter, sans-serif; font-weight: 800; line-height: 1.02; letter-spacing: -.03em; text-transform: uppercase; }
.dr88pc__hero h1 span { color: var(--dr88pc-navy); font-size: clamp(26px, 2.7vw, 39px); }
.dr88pc__hero h1 strong { color: var(--dr88pc-red); font-size: clamp(40px, 4.4vw, 60px); font-weight: 900; text-shadow: 0 4px 16px rgba(184, 116, 16, .16); }

.dr88pc__grid { padding: 38px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.dr88pc-card { position: relative; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #dce5f1; border-radius: 16px; background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); box-shadow: 0 10px 24px rgba(27, 64, 112, .10), 0 2px 5px rgba(15, 39, 73, .06); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.dr88pc-card::before { content: ""; height: 2px; background: linear-gradient(90deg, var(--dr88pc-blue), #55a4ff 60%, var(--dr88pc-gold)); }
.dr88pc-card::after { content: ""; position: absolute; z-index: 5; inset: -32% auto -32% -42%; width: 34%; opacity: 0; pointer-events: none; background: linear-gradient(105deg, transparent 12%, rgba(255, 246, 203, .10) 34%, rgba(255, 255, 255, .72) 48%, rgba(255, 226, 143, .38) 58%, transparent 82%); filter: blur(.45px); transform: skewX(-18deg) translateX(-190%); transition: transform 760ms cubic-bezier(.16, 1, .3, 1), opacity 160ms ease; }
@media (hover: hover) { .dr88pc-card:hover { border-color: #bdd3ee; box-shadow: 0 15px 32px rgba(27, 64, 112, .14), 0 3px 7px rgba(15, 39, 73, .07); transform: translateY(-3px); } .dr88pc-card:hover::after { opacity: .9; transform: skewX(-18deg) translateX(560%); } }
.dr88pc-card__media { aspect-ratio: 15 / 8; overflow: hidden; border-radius: 15px; background: #eef3f8; box-shadow: 0 5px 14px rgba(15, 39, 73, .14); }
.dr88pc-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dr88pc-card__copy { position: relative; min-height: 104px; padding: 16px 18px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff8e9 100%); text-align: center; }
.dr88pc-card__copy::after { content: "★"; position: absolute; right: 50%; bottom: -26px; color: var(--dr88pc-gold); font-size: 125px; opacity: .08; transform: translateX(50%); }
.dr88pc-card__copy h2, .dr88pc-card__copy p { position: relative; z-index: 1; }
.dr88pc-card__copy h2 { margin: 0; color: #102a50; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 15px; font-weight: 800; line-height: 1.35; letter-spacing: -.01em; text-transform: uppercase; }
.dr88pc-card__copy p { margin: 6px 0 0; color: var(--dr88pc-muted); font-size: 12.5px; line-height: 1.45; }
.dr88pc-card__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 12px 16px 16px; }

.dr88pc-action { position: relative; isolation: isolate; min-width: 0; min-height: 48px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; overflow: hidden; border-radius: 11px; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 13px; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.dr88pc-action::before { content: ""; position: absolute; z-index: -1; inset: -60% auto -60% -45%; width: 30%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(255, 234, 164, .72), transparent); transform: skewX(-20deg) translateX(-170%); transition: transform 620ms cubic-bezier(.16, 1, .3, 1), opacity 180ms ease; }
.dr88pc-action:hover::before { opacity: 1; transform: skewX(-20deg) translateX(560%); }
.dr88pc-action--primary { border: 1px solid #f4cd68; color: #fff; background: linear-gradient(145deg, #850811 0%, #d81924 52%, #9d0712 100%); box-shadow: inset 0 1px rgba(255, 239, 185, .45), inset 0 -2px rgba(86, 0, 7, .48), 0 8px 16px rgba(154, 7, 19, .26); }
.dr88pc-action--primary b { color: #ffe28a; }
.dr88pc-action--primary:hover { border-color: #ffe59d; background: linear-gradient(145deg, #9b0914, #ed2630 52%, #b10b17); transform: translateY(-1px); box-shadow: inset 0 1px rgba(255, 239, 185, .55), inset 0 -2px rgba(86, 0, 7, .42), 0 11px 20px rgba(154, 7, 19, .31); }
.dr88pc-action--secondary { border: 1px solid #dfb549; color: #8c0a14; background: linear-gradient(180deg, #fffdf5 0%, #f9e5a9 100%); box-shadow: inset 0 1px #fff, inset 0 -2px rgba(173, 120, 18, .20), 0 7px 14px rgba(130, 64, 8, .13); }
.dr88pc-action--secondary:hover { border-color: #f2cc65; color: #70050d; background: linear-gradient(180deg, #fffef8, #f8d875); transform: translateY(-1px); }
.dr88pc-action__info-icon { width: 16px; height: 16px; flex: 0 0 16px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.dr88pc-action:focus-visible { outline: 3px solid var(--dr88pc-gold); outline-offset: 3px; }

.dr88pc-detail { grid-column: 1 / -1; margin: 0; overflow: hidden; border: 1px solid #e4bd58; border-radius: 17px; background: linear-gradient(150deg, #fffdf8 0%, #fff9e9 100%); box-shadow: 0 15px 34px rgba(109, 12, 20, .13), 0 3px 8px rgba(77, 53, 15, .08); }
.dr88pc-detail[hidden] { display: none; }
.dr88pc-detail__head { min-height: 82px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #fffdf4; border-bottom: 1px solid #d7a93c; background: linear-gradient(120deg, #78070f 0%, #bb0e19 54%, #8a0710 100%); }
.dr88pc-detail__head-copy { display: grid; gap: 4px; }
.dr88pc-detail__head span { color: #ffe5a0; font-size: 10px; font-weight: 900; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.dr88pc-detail__head strong { color: #fffdf4; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 18px; font-weight: 800; line-height: 1.25; }
.dr88pc-detail__close { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid rgba(255, 224, 138, .7); border-radius: 11px; color: #8c0913; background: linear-gradient(180deg, #fffef9, #f7e6b4); box-shadow: 0 2px 0 #a76d0b; font-size: 25px; line-height: 1; cursor: pointer; }
.dr88pc-detail__body { padding: 22px; }
.dr88pc-detail__hook { margin: 0 0 18px; padding-top: 8px; border-top: 1px solid rgba(232, 184, 75, .72); }
.dr88pc-detail__kicker { margin: 0 0 5px; color: #a20b16; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dr88pc-detail h3 { margin: 0; color: #791018; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 20px; line-height: 1.25; }
.dr88pc-detail__content { color: #354861; font-size: 14px; line-height: 1.65; }
.dr88pc-detail__content p { margin: 0 0 10px; }
.dr88pc-detail__content strong { color: #97101a; }
.dr88pc-detail__content ul { margin: 0; padding-left: 20px; }
.dr88pc-detail__content li + li { margin-top: 5px; }
.dr88pc-detail .detail-hook { max-width: 860px; margin: 0 0 18px; padding-inline-start: 14px; border-inline-start: 3px solid var(--dr88pc-gold); }
.dr88pc-detail .detail-hook-eyebrow { margin: 0 0 5px; color: #a20b16; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dr88pc-detail .detail-intro { margin: 0; color: #354861; font-size: 14px; line-height: 1.65; }
.dr88pc-detail .detail-intro strong { color: #97101a; font-weight: 900; }
.dr88pc-detail .fact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0 0 20px; }
.dr88pc-detail .fact { min-width: 0; min-height: 82px; padding: 13px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #ead291; border-radius: 11px; background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 246, 215, .82)); text-align: center; }
.dr88pc-detail .fact dt { color: #91651a; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dr88pc-detail .fact dd { margin: 7px 0 0; color: #8f0b15; font-size: 14px; font-weight: 900; line-height: 1.3; overflow-wrap: anywhere; }
.dr88pc-detail .fact small { margin-top: 3px; color: #6e614a; font-size: 10px; font-weight: 700; line-height: 1.25; }
.dr88pc-detail .detail-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.dr88pc-detail .detail-block { min-width: 0; padding: 15px; display: flex; gap: 12px; border: 1px solid #ead8a8; border-radius: 12px; background: rgba(255, 255, 255, .84); }
.dr88pc-detail .detail-block-index { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #ffe8a1; background: #a20b16; font-size: 10px; font-weight: 900; box-shadow: 0 0 0 3px rgba(226, 180, 64, .18); }
.dr88pc-detail .detail-block h3 { margin: 0 0 7px; color: #791018; font-size: 13px; }
.dr88pc-detail .detail-block p, .dr88pc-detail .detail-block li { color: #52657f; font-size: 13px; line-height: 1.6; }
.dr88pc-detail .detail-block p { margin: 0; }
.dr88pc-detail .detail-note { margin: 13px 0 0; color: #6e614a; font-size: 11.5px; line-height: 1.55; text-align: center; }
.dr88pc-detail .gift-showcase { margin-top: 17px; padding-top: 15px; border-top: 1px solid rgba(211, 166, 64, .38); }
.dr88pc-detail .gift-showcase h3 { margin: 0 0 10px; color: #791018; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 14px; font-weight: 900; }
.dr88pc-detail .gift-showcase ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; list-style: none; }
.dr88pc-detail .gift-showcase li { min-width: 0; min-height: 46px; padding: 8px 7px; display: flex; align-items: center; gap: 6px; color: #5f4c2a; border-radius: 10px; background: linear-gradient(145deg, #fffdf8, #fff4cf); box-shadow: 0 6px 14px rgba(137, 86, 13, .08); font-size: 10px; font-weight: 800; line-height: 1.3; white-space: nowrap; }
.dr88pc-detail .gift-showcase li::before { content: ""; width: 15px; height: 15px; flex: 0 0 auto; background: #b40c17; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' d='M4 10h16v10H4zM12 10v10M3 6h18v4H3zM10 6H7.5a2.5 2.5 0 1 1 2.5-2.5c0 1.4 2 2.5 2 2.5Zm2 0h4.5A2.5 2.5 0 1 0 14 3.5C14 4.9 12 6 12 6Z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' d='M4 10h16v10H4zM12 10v10M3 6h18v4H3zM10 6H7.5a2.5 2.5 0 1 1 2.5-2.5c0 1.4 2 2.5 2 2.5Zm2 0h4.5A2.5 2.5 0 1 0 14 3.5C14 4.9 12 6 12 6Z'/%3E%3C/svg%3E") center / contain no-repeat; }
.dr88pc-detail__cta { margin-top: 18px; padding: 14px 14px 14px 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid #e1bd5a; border-radius: 13px; background: linear-gradient(100deg, rgba(255, 244, 205, .92), rgba(255, 255, 255, .9)); }
.dr88pc-detail__cta > div { display: grid; gap: 3px; }
.dr88pc-detail__cta strong { color: #7e0912; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 14px; }
.dr88pc-detail__cta span { color: #6e614a; font-size: 11.5px; }
.dr88pc-detail__cta .dr88pc-action { min-width: 205px; }
.dr88pc-detail__cta .dr88pc-action span { color: inherit; font-size: inherit; }

.dr88pc__footer { position: relative; z-index: 1; margin: 28px -16px -72px; overflow: hidden; color: rgba(255, 255, 255, .94); border-top: 1px solid rgba(255, 221, 128, .78); background: radial-gradient(ellipse at 12% 0%, rgba(202, 16, 28, .30), transparent 34%), radial-gradient(ellipse at 88% 18%, rgba(232, 184, 75, .13), transparent 31%), linear-gradient(145deg, #061d45 0%, #0a3776 48%, #051936 100%); box-shadow: 0 -12px 32px rgba(0, 44, 112, .22); }
.dr88pc__footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255, 226, 154, .07), transparent); }
.dr88pc__footer::after { content: ""; position: absolute; top: 0; left: 50%; width: min(380px, 58vw); height: 2px; background: linear-gradient(90deg, transparent, #ffe29a 50%, transparent); transform: translateX(-50%); }
.dr88pc__footer-inner { position: relative; width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 20px; display: grid; gap: 20px; }
.dr88pc__footer-brand-row { display: flex; align-items: center; justify-content: center; gap: 22px; text-align: left; }
.dr88pc__footer-brand { flex: 0 0 auto; display: block; border-radius: 8px; }
.dr88pc__footer-brand img { display: block; width: auto; max-width: 192px; height: 42px; object-fit: contain; filter: drop-shadow(0 4px 9px rgba(0, 0, 0, .18)); }
.dr88pc__footer-brand-row p { max-width: 610px; margin: 0; display: grid; gap: 5px; }
.dr88pc__footer-brand-row p strong { color: #fff; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 14px; font-weight: 900; letter-spacing: .01em; text-transform: uppercase; }
.dr88pc__footer-brand-row p span { color: rgba(235, 244, 255, .78); font-size: 12px; line-height: 1.55; }
.dr88pc__trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255, 226, 154, .30); border-radius: 14px; background: rgba(3, 20, 47, .38); box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 10px 24px rgba(0, 18, 49, .15); }
.dr88pc__trust-item { min-width: 0; min-height: 76px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.dr88pc__trust-item + .dr88pc__trust-item { border-left: 1px solid rgba(255, 226, 154, .18); }
.dr88pc__trust-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255, 226, 154, .50); border-radius: 50%; color: #ffe29a; background: linear-gradient(145deg, rgba(178, 13, 25, .72), rgba(75, 8, 25, .70)); box-shadow: inset 0 1px rgba(255, 255, 255, .12); }
.dr88pc__trust-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dr88pc__trust-icon--age { font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 11px; font-weight: 900; }
.dr88pc__trust-item > span:last-child { min-width: 0; display: grid; gap: 4px; }
.dr88pc__trust-item strong { color: #fff; font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 11.5px; font-weight: 800; line-height: 1.25; }
.dr88pc__trust-item small { color: rgba(226, 237, 252, .70); font-size: 10px; line-height: 1.4; }
.dr88pc__footer-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 0; }
.dr88pc__footer-links a, .dr88pc__footer-links span { position: relative; padding: 0 13px; color: rgba(255, 255, 255, .88); font-family: "Be Vietnam Pro", Inter, sans-serif; font-size: 10.5px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.dr88pc__footer-links a + a::before, .dr88pc__footer-links a + span::before, .dr88pc__footer-links span + a::before, .dr88pc__footer-links span + span::before { content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 12px; background: rgba(255, 226, 154, .52); transform: translateY(-50%); }
.dr88pc__footer-links a { text-underline-offset: 4px; transition: color 180ms ease, text-decoration-color 180ms ease; }
.dr88pc__footer-links a:hover { color: #ffe29a; text-decoration: underline; text-decoration-color: rgba(255, 226, 154, .72); }
.dr88pc__footer-links span { color: rgba(220, 232, 248, .56); }
.dr88pc__footer-brand:focus-visible, .dr88pc__footer-links a:focus-visible { outline: 3px solid #ffe29a; outline-offset: 3px; }
.dr88pc__footer-legal { padding-top: 15px; display: flex; align-items: center; justify-content: center; gap: 16px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(222, 234, 249, .68); font-size: 10px; line-height: 1.45; text-align: center; }

@media (max-width: 1024px) {
  .dr88pc__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 30px; }
  .dr88pc-detail .fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .dr88pc__trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr88pc__trust-item + .dr88pc__trust-item { border-left: 0; }
  .dr88pc__trust-item:nth-child(even) { border-left: 1px solid rgba(255, 226, 154, .18); }
  .dr88pc__trust-item:nth-child(n+3) { border-top: 1px solid rgba(255, 226, 154, .18); }
}
@media (max-width: 639px) {
  .dr88pc { padding: 48px 10px; }
  .dr88pc__campaign-header { height: 54px; margin: -48px -10px 16px; }
  .dr88pc__campaign-header-inner { width: 100%; padding-inline: 8px; gap: 6px; }
  .dr88pc__campaign-header img { max-width: min(144px, 40vw); height: 38px; }
  .dr88pc__campaign-header-spacer { width: 112px; }
  .dr88pc__home-link { min-width: 112px; min-height: 44px; padding: 5px 8px 5px 5px; gap: 7px; }
  .dr88pc__home-link-icon { width: 32px; height: 32px; }
  .dr88pc__home-link-copy small, .dr88pc__home-link-arrow { display: none; }
  .dr88pc__home-link-copy strong { font-size: 10px; }
  .dr88pc__home-link svg { width: 17px; height: 17px; }
  .dr88pc__shell { border-radius: 24px; }
  .dr88pc__hero { min-height: 250px; border-radius: 23px 23px 12px 12px; }
  .dr88pc__hero-copy { padding: 35px 12px 72px; }
  .dr88pc__anniversary { gap: 2px; margin-bottom: 12px; font-size: 9px; letter-spacing: .07em; }
  .dr88pc__hero h1 { row-gap: 11px; }
  .dr88pc__hero h1 span { font-size: clamp(13px, 4vw, 16px); line-height: 1.12; white-space: nowrap; }
  .dr88pc__hero h1 strong { font-size: clamp(32px, 10.5vw, 42px); }
  .dr88pc__grid { grid-template-columns: 1fr; gap: 15px; padding: 23px 12px 16px; }
  .dr88pc-card__actions { gap: 10px; padding: 12px 10px 16px; }
  .dr88pc-action { gap: 5px; padding-inline: 7px; font-size: 12px; }
  .dr88pc-detail { border-radius: 14px; }
  .dr88pc-detail__head { min-height: 72px; padding: 13px 14px; }
  .dr88pc-detail__head strong { font-size: 15px; }
  .dr88pc-detail__body { padding: 16px 14px; }
  .dr88pc-detail__cta { flex-direction: column; align-items: stretch; text-align: center; }
  .dr88pc-detail__cta .dr88pc-action { width: 100%; min-width: 0; }
  .dr88pc-detail .fact-grid, .dr88pc-detail .detail-columns { grid-template-columns: 1fr; }
  .dr88pc-detail .gift-showcase ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr88pc-detail .gift-showcase li { white-space: normal; }
  .dr88pc__footer { margin: 22px -10px -48px; }
  .dr88pc__footer-inner { width: calc(100% - 24px); padding: 24px 0 18px; gap: 18px; }
  .dr88pc__footer-brand-row { flex-direction: column; gap: 10px; text-align: center; }
  .dr88pc__footer-brand img { max-width: 174px; height: 38px; }
  .dr88pc__footer-brand-row p { justify-items: center; }
  .dr88pc__footer-brand-row p span { max-width: 42ch; font-size: 11px; }
  .dr88pc__trust-item { min-height: 82px; padding: 12px 10px; align-items: flex-start; gap: 9px; }
  .dr88pc__trust-icon { width: 36px; height: 36px; }
  .dr88pc__trust-icon svg { width: 19px; height: 19px; }
  .dr88pc__trust-item strong { font-size: 10.5px; }
  .dr88pc__trust-item small { font-size: 9.5px; }
  .dr88pc__footer-links { gap: 9px 0; }
  .dr88pc__footer-links a, .dr88pc__footer-links span { padding-inline: 9px; font-size: 9.5px; }
  .dr88pc__footer-legal { flex-direction: column; gap: 5px; text-align: center; }
}
@media (max-width: 420px) {
  .dr88pc__campaign-header-spacer { width: 44px; }
  .dr88pc__home-link { width: 44px; min-width: 44px; padding: 0; }
  .dr88pc__home-link-icon { margin: 0 auto; }
  .dr88pc__home-link-copy, .dr88pc__home-link-arrow { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .dr88pc__campaign-header img { max-width: min(150px, 46vw); }
}
@media (max-width: 359px) {
  .dr88pc__trust-grid { grid-template-columns: 1fr; }
  .dr88pc__trust-item:nth-child(even) { border-left: 0; }
  .dr88pc__trust-item:nth-child(n+2) { border-top: 1px solid rgba(255, 226, 154, .18); }
}
@media (prefers-reduced-motion: reduce) { .dr88pc *, .dr88pc *::before, .dr88pc *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
