/* Final override for the transparent Dokkaebi calligraphy on the intro video. */
.pl-hero-content {
    box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    padding: 0 22px;
}

.pl-hero { align-items: center; }
.pl-hero-video { opacity: 1; filter: none; }
.pl-hero-shade {
    background: linear-gradient(180deg, transparent 0%, transparent 82%, rgba(2, 5, 10, .36) 94%, #02050a 100%);
    pointer-events: none;
}

.pl-hooks { margin-top: -48px; }

.pl-wordmark {
    display: block;
    width: clamp(205px, 61vw, 258px);
    height: auto;
    max-width: 100%;
    max-height: 270px;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .72));
}

.pl-hero-tagline {
    margin: 7px 0 0;
    color: #ffdb38;
    font-size: clamp(11px, 3.2vw, 13px);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -.025em;
    text-align: center;
    word-break: keep-all;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .95), 0 0 14px rgba(230, 180, 37, .12);
}

/* Review v4 — screenshot-inspired structure in Dokkaebi navy and gold. */
.pl-review-summary { text-align: center; }
.pl-review-summary > div { display: none; }
.pl-review-summary h2 {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.045em;
}
.pl-review-summary p {
    margin: 8px 0 27px;
    color: rgba(190, 199, 214, .58);
    font-size: 10px;
    line-height: 1.5;
}
.pl-review-scroll article {
    padding: 17px 16px 18px;
    border: 1px solid rgba(239, 192, 54, .34);
    border-radius: 15px;
    background: linear-gradient(145deg, #101a2b, #091221);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 227, 132, .025);
}
.pl-review-scroll article::before,
.pl-review-scroll article::after { display: none; }
.pl-review-scroll header { align-items: center; }
.pl-review-user { display: flex; align-items: center; gap: 10px; min-width: 0; }
.pl-review-user > i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(246, 205, 73, .22);
    border-radius: 50%;
    background: #050912;
    font-size: 19px;
    font-style: normal;
}
.pl-review-user > span { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.pl-review-user strong { color: #fff; font-size: 11px; font-weight: 800; }
.pl-review-user small { color: rgba(183, 194, 210, .58); font-size: 9px; }
.pl-review-scroll header > b {
    padding: 0;
    border: 0;
    background: transparent;
    color: #f5f6f8;
    font-size: 11px;
    font-weight: 800;
}
.pl-review-scroll header > b em { color: #ffd638; font-size: 13px; font-style: normal; }
.pl-review-scroll article > p {
    margin: 15px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: -.022em;
    word-break: keep-all;
}

/* Premium review system: deep navy, blue flame accents and restrained gold. */
.pl-reviews {
    position: relative;
    padding: 68px 16px 38px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(24, 143, 205, .11), transparent 31%),
        radial-gradient(circle at 94% 75%, rgba(198, 148, 24, .055), transparent 27%),
        #02050a;
}

.pl-reviews::before {
    content: '';
    position: absolute;
    top: 42px;
    left: 50%;
    width: 46px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #dcae2d, transparent);
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(220, 174, 45, .4);
}

.pl-review-summary { position: relative; z-index: 1; padding: 0 4px; }
.pl-review-summary > div { gap: 8px; }
.pl-review-summary span { color: #54d6ff; font-size: 8px; letter-spacing: .22em; }
.pl-review-summary strong { color: #f7f8fb; font-size: 29px; font-weight: 850; }
.pl-review-summary small { color: #f5ca42; font-size: 11px; letter-spacing: .09em; filter: drop-shadow(0 0 7px rgba(245, 202, 66, .22)); }
.pl-review-summary p { margin: 7px 0 25px; color: rgba(220, 228, 239, .6); font-size: 12px; }

.pl-review-scroll { position: relative; z-index: 1; gap: 12px; }
.pl-review-scroll article {
    position: relative;
    padding: 20px 19px 19px;
    overflow: hidden;
    border: 1px solid rgba(101, 178, 218, .15);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(13, 25, 41, .96), rgba(6, 13, 24, .98));
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .025);
}

.pl-review-scroll article::before {
    content: '“';
    position: absolute;
    top: 34px;
    right: 17px;
    color: rgba(81, 206, 249, .12);
    font-family: Georgia, serif;
    font-size: 52px;
    line-height: 1;
}

.pl-review-scroll article::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, #48cdf8, #e2b633);
    box-shadow: 0 0 10px rgba(72, 205, 248, .28);
}

.pl-review-scroll header { position: relative; z-index: 1; }
.pl-review-scroll header span { color: rgba(228, 235, 245, .82); font-size: 11px; }
.pl-review-scroll header b { padding: 5px 9px; border: 1px solid rgba(82, 200, 242, .13); background: rgba(55, 165, 215, .08); color: #74d8f7; font-size: 8px; }
.pl-review-scroll article > div { margin-top: 14px; color: #f4ca43; font-size: 11px; letter-spacing: .12em; }
.pl-review-scroll article > p { position: relative; z-index: 1; margin-top: 11px; color: rgba(222, 230, 241, .76); font-size: 12px; line-height: 1.78; }

@media (max-width: 380px) {
    .pl-hero-content { padding: 0 18px; }
    .pl-wordmark { width: min(64vw, 238px); max-height: 250px; }
    .pl-hero-tagline { font-size: 11px; }
    .pl-reviews { padding-right: 12px; padding-left: 12px; }
}
