/* v1.4.9: robust page-scoped landing-page override via body class */
body.jlpt180-gg-page {
    background: linear-gradient(180deg, #f4f7fb 0%, #fffaf6 42%, #f4f8f1 100%);
}

body.jlpt180-gg-page .site,
body.jlpt180-gg-page .site-content,
body.jlpt180-gg-page .ast-container,
body.jlpt180-gg-page .content-area,
body.jlpt180-gg-page .site-main,
body.jlpt180-gg-page article,
body.jlpt180-gg-page .entry-content {
    background: transparent !important;
}

body.jlpt180-gg-page .site-content,
body.jlpt180-gg-page .ast-container,
body.jlpt180-gg-page .content-area,
body.jlpt180-gg-page .site-main,
body.jlpt180-gg-page article,
body.jlpt180-gg-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.jlpt180-gg-page .site-content,
body.jlpt180-gg-page .ast-container,
body.jlpt180-gg-page .content-area,
body.jlpt180-gg-page .site-main,
body.jlpt180-gg-page article,
body.jlpt180-gg-page .entry-content,
body.jlpt180-gg-page .entry-content > .jlpt180-gg-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

body.jlpt180-gg-page .entry-header,
body.jlpt180-gg-page .entry-title {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* v1.4.8: make /gop-gach behave like its own landing page inside WP/Astra containers */
body:has(.jlpt180-gg-wrap) {
    background: linear-gradient(180deg, #f4f7fb 0%, #fffaf6 42%, #f4f8f1 100%);
}

body:has(.jlpt180-gg-wrap) .site,
body:has(.jlpt180-gg-wrap) .site-content,
body:has(.jlpt180-gg-wrap) .ast-container,
body:has(.jlpt180-gg-wrap) .content-area,
body:has(.jlpt180-gg-wrap) .site-main,
body:has(.jlpt180-gg-wrap) article,
body:has(.jlpt180-gg-wrap) .entry-content {
    background: transparent !important;
}

body:has(.jlpt180-gg-wrap) .site-content,
body:has(.jlpt180-gg-wrap) .ast-container,
body:has(.jlpt180-gg-wrap) .content-area,
body:has(.jlpt180-gg-wrap) .site-main,
body:has(.jlpt180-gg-wrap) article,
body:has(.jlpt180-gg-wrap) .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body:has(.jlpt180-gg-wrap) .site-content,
body:has(.jlpt180-gg-wrap) .content-area,
body:has(.jlpt180-gg-wrap) .site-main,
body:has(.jlpt180-gg-wrap) .entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.jlpt180-gg-wrap) .entry-header,
body:has(.jlpt180-gg-wrap) .entry-title {
    display: none !important;
}

.jlpt180-gg-wrap,
.jlpt180-gg-wrap * {
    box-sizing: border-box;
}

.jlpt180-gg-wrap {
    --gg-ink: #24181d;
    --gg-ink-2: #3d2d34;
    --gg-muted: #5f5057;
    --gg-faint: #826f76;
    --gg-pink: #d76a8d;
    --gg-pink-2: #e79ab2;
    --gg-pink-soft: #fff1f5;
    --gg-green: #5f8f69;
    --gg-green-soft: #f0f7ef;
    --gg-gold: #c99549;
    --gg-gold-soft: #fff7e7;
    --gg-blue: #3478c7;
    --gg-line: rgba(120, 68, 82, .14);
    --gg-line-strong: rgba(236, 79, 127, .22);
    --gg-card: rgba(255, 255, 255, .88);
    --gg-bg: #fffaf6;
    --gg-shadow: 0 18px 48px rgba(81, 42, 52, .10);
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 max(12px, calc((100vw - 1440px) / 2)) 64px;
    background: linear-gradient(180deg, #f4f7fb 0%, #fffaf6 34%, #f4f8f1 100%);
    color: var(--gg-ink);
    font-size: 16px;
    line-height: 1.62;
    overflow-x: clip;
    isolation: isolate;
}

.jlpt180-gg-wrap a,
.jlpt180-gg-wrap button {
    -webkit-tap-highlight-color: transparent;
}

.jlpt180-gg-wrap a {
    color: inherit;
}

.jlpt180-gg-wrap .jlpt180-gg-btn,
.jlpt180-gg-wrap .jlpt180-gg-btn:link,
.jlpt180-gg-wrap .jlpt180-gg-btn:visited,
.jlpt180-gg-wrap .jlpt180-gg-btn:hover,
.jlpt180-gg-wrap .jlpt180-gg-btn:focus {
    text-decoration: none;
}

.jlpt180-gg-wrap .jlpt180-gg-btn--primary,
.jlpt180-gg-wrap .jlpt180-gg-btn--primary:link,
.jlpt180-gg-wrap .jlpt180-gg-btn--primary:visited,
.jlpt180-gg-wrap .jlpt180-gg-btn--primary:hover,
.jlpt180-gg-wrap .jlpt180-gg-btn--primary:focus {
    color: var(--gg-ink-2);
}

.jlpt180-gg-wrap .jlpt180-gg-btn--soft,
.jlpt180-gg-wrap .jlpt180-gg-btn--soft:link,
.jlpt180-gg-wrap .jlpt180-gg-btn--soft:visited,
.jlpt180-gg-wrap .jlpt180-gg-btn--ghost,
.jlpt180-gg-wrap .jlpt180-gg-btn--ghost:link,
.jlpt180-gg-wrap .jlpt180-gg-btn--ghost:visited {
    color: var(--gg-ink-2);
}

.jlpt180-gg-stage,
.jlpt180-gg-panel,
.jlpt180-gg-goal-card {
    border: 1px solid var(--gg-line);
    background: var(--gg-card);
    box-shadow: var(--gg-shadow);
}

.jlpt180-gg-stage {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 14px;
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 200, 218, .42), transparent 26%),
        radial-gradient(circle at 96% 0%, rgba(218, 234, 214, .72), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,250,246,.95));
}

.jlpt180-gg-stage::before,
.jlpt180-gg-stage::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: .8;
}

.jlpt180-gg-stage::before {
    inset: 0;
    background:
        radial-gradient(10px 6px at 10% 20%, rgba(236,79,127,.18) 40%, transparent 42%),
        radial-gradient(8px 5px at 44% 10%, rgba(236,79,127,.16) 40%, transparent 42%),
        radial-gradient(12px 7px at 90% 28%, rgba(236,79,127,.13) 40%, transparent 42%),
        radial-gradient(7px 4px at 76% 70%, rgba(236,79,127,.12) 40%, transparent 42%);
}

.jlpt180-gg-stage::after {
    right: -50px;
    bottom: -46px;
    width: 230px;
    height: 160px;
    border-radius: 60% 40% 0 0;
    background:
        radial-gradient(circle at 20% 72%, rgba(95,143,105,.18), transparent 38%),
        radial-gradient(circle at 74% 42%, rgba(95,143,105,.13), transparent 42%);
}

.jlpt180-gg-topbar {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 14px;
}

.jlpt180-gg-brand,
.jlpt180-gg-toplinks {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jlpt180-gg-brand {
    font-size: 1.1rem;
    letter-spacing: .02em;
}

.jlpt180-gg-brand__mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: var(--gg-pink-soft);
    color: #c35f82;
}

.jlpt180-gg-toplinks {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: var(--gg-muted);
    font-weight: 700;
    font-size: .9rem;
}

.jlpt180-gg-toplinks span {
    padding: 8px 12px;
    border: 1px solid var(--gg-line);
    border-radius: 999px;
    background: rgba(255,255,255,.64);
}

.jlpt180-gg-hero-v2 {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

.jlpt180-gg-hero__copy {
    position: relative;
    z-index: 2;
    padding: 12px 4px 0;
}

.jlpt180-gg-kicker,
.jlpt180-gg-panel-head > span,
.jlpt180-gg-goal-card__head > span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 6px;
    min-height: 28px;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(236, 79, 127, .10);
    color: #bd365f;
    font-size: .82rem;
    font-weight: 800;
}

.jlpt180-gg-hero__copy h1 {
    margin: 14px 0 12px;
    max-width: 640px;
    color: var(--gg-ink);
    font-size: clamp(2.35rem, 12vw, 5.45rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
}

.jlpt180-gg-hero__copy h1 span {
    color: var(--gg-pink);
}

.jlpt180-gg-hero__copy p,
.jlpt180-gg-panel-head p,
.jlpt180-gg-reason p,
.jlpt180-gg-pay-card p,
.jlpt180-gg-supporter p,
.jlpt180-gg-contact p,
.jlpt180-gg-faq p,
.jlpt180-gg-ad-card p {
    color: var(--gg-muted);
}

.jlpt180-gg-hero__copy p {
    max-width: 520px;
    margin: 0 0 20px;
    font-size: .98rem;
}

.jlpt180-gg-actions {
    display: grid;
    gap: 10px;
}

.jlpt180-gg-btn,
.jlpt180-gg-amount,
.jlpt180-gg-copy-box,
.jlpt180-gg-qr-thumb,
.jlpt180-gg-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.jlpt180-gg-btn:hover,
.jlpt180-gg-amount:hover,
.jlpt180-gg-copy-box:hover,
.jlpt180-gg-qr-thumb:hover,
.jlpt180-gg-modal__close:hover {
    transform: translateY(-1px);
}

.jlpt180-gg-btn--primary {
    background: linear-gradient(135deg, #f6bfd0, #eca8bd);
    color: var(--gg-ink-2);
    border: 1px solid rgba(195, 95, 130, .22);
    box-shadow: 0 12px 22px rgba(195, 95, 130, .16);
}

.jlpt180-gg-btn--soft {
    background: rgba(255,255,255,.9);
    border: 1px solid var(--gg-line);
    color: var(--gg-ink-2);
}

.jlpt180-gg-btn--ghost {
    background: rgba(255,255,255,.68);
    border: 1px solid rgba(201,149,73,.30);
    color: #6f4d19;
}

.jlpt180-gg-btn--small {
    min-height: 40px;
    padding: 9px 12px;
    font-size: .9rem;
}

.jlpt180-gg-btn--wide {
    width: 100%;
}

.jlpt180-gg-hero__art {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 245px;
}

.jlpt180-gg-halo {
    position: absolute;
    width: min(270px, 78vw);
    aspect-ratio: 1;
    border-radius: 999px;
    border: 1px solid rgba(201,149,73,.28);
    background:
        repeating-conic-gradient(from 0deg, rgba(201,149,73,.18) 0 2deg, transparent 2deg 17deg),
        radial-gradient(circle, rgba(255,255,255,.72), rgba(255,244,215,.18) 58%, transparent 62%);
    animation: jlpt180-gg-slow-spin 28s linear infinite;
}

.jlpt180-gg-shrine {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: min(270px, 76vw);
    aspect-ratio: 1.25;
    padding: 18px;
    border-radius: 42% 58% 52% 48%;
    background:
        radial-gradient(circle at 50% 38%, rgba(255,255,255,.98), rgba(255,229,236,.56) 42%, transparent 65%);
}

.jlpt180-gg-shrine::before {
    content: "";
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: 16%;
    height: 34px;
    border-radius: 50%;
    background: rgba(91, 55, 47, .13);
    filter: blur(10px);
}

.jlpt180-gg-shrine img {
    position: relative;
    z-index: 1;
    width: min(180px, 58vw);
    height: auto;
    filter: drop-shadow(0 22px 24px rgba(99, 57, 44, .20));
}

.jlpt180-gg-cloud {
    position: absolute;
    z-index: 0;
    height: 54px;
    border-radius: 999px;
    background: rgba(255,255,255,.74);
    filter: blur(1px);
    box-shadow: 34px -12px 0 rgba(255,255,255,.58), 88px 4px 0 rgba(255,255,255,.48);
}

.jlpt180-gg-cloud--one {
    left: 2%;
    bottom: 36px;
    width: 116px;
}

.jlpt180-gg-cloud--two {
    right: 0;
    bottom: 64px;
    width: 96px;
    opacity: .72;
}

.jlpt180-gg-goal-card {
    position: relative;
    z-index: 2;
    padding: 16px;
    border-radius: 22px;
    background:
        radial-gradient(circle at bottom right, rgba(95,143,105,.10), transparent 34%),
        rgba(255,255,255,.92);
}

.jlpt180-gg-goal-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.jlpt180-gg-goal-card__head strong {
    color: var(--gg-pink);
    font-size: 1.1rem;
}

.jlpt180-gg-goal-card p {
    margin: 14px 0 10px;
    color: var(--gg-muted);
}

.jlpt180-gg-goal-card p b {
    color: var(--gg-ink);
    font-size: 1.45rem;
}

.jlpt180-gg-progress__bar {
    height: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: #f9dfe7;
}

.jlpt180-gg-progress__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--gg-pink), var(--gg-pink-2));
}

.jlpt180-gg-goal-card ul {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.jlpt180-gg-goal-card li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--gg-muted);
    font-size: .92rem;
}

.jlpt180-gg-goal-card li b {
    color: var(--gg-ink);
}

.jlpt180-gg-reasons {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.jlpt180-gg-reason {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px 12px;
    align-items: start;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    background: rgba(255,255,255,.78);
}

.jlpt180-gg-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--gg-pink-soft);
    color: var(--gg-pink);
    font-size: 1.35rem;
    font-weight: 900;
}

.jlpt180-gg-reason:nth-child(2) .jlpt180-gg-icon {
    background: var(--gg-green-soft);
    color: var(--gg-green);
}

.jlpt180-gg-reason:nth-child(3) .jlpt180-gg-icon {
    background: var(--gg-gold-soft);
    color: var(--gg-gold);
}

.jlpt180-gg-reason h3,
.jlpt180-gg-reason p {
    margin: 0;
}

.jlpt180-gg-reason h3 {
    font-size: 1rem;
    line-height: 1.25;
}

.jlpt180-gg-reason p {
    grid-column: 2;
    font-size: .92rem;
}

.jlpt180-gg-layout {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.jlpt180-gg-maincol,
.jlpt180-gg-sidecol {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.jlpt180-gg-panel {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 16px;
    background:
        radial-gradient(circle at bottom right, rgba(95,143,105,.06), transparent 32%),
        rgba(255,255,255,.92);
}

.jlpt180-gg-panel-head {
    margin-bottom: 14px;
}

.jlpt180-gg-panel-head h2 {
    margin: 8px 0 6px;
    font-size: clamp(1.28rem, 5vw, 1.72rem);
    line-height: 1.2;
    font-family: Georgia, "Times New Roman", serif;
}

.jlpt180-gg-panel-head p {
    margin: 0;
    font-size: .94rem;
}

.jlpt180-gg-panel-head--row {
    display: grid;
    gap: 12px;
}

.jlpt180-gg-amounts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.jlpt180-gg-amount {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid var(--gg-line);
    background: rgba(255,255,255,.86);
    color: var(--gg-ink-2);
    box-shadow: 0 10px 20px rgba(81,42,52,.06);
    white-space: nowrap;
}

.jlpt180-gg-amount.is-selected,
.jlpt180-gg-amount:first-child {
    border-color: rgba(195,95,130,.24);
    background: linear-gradient(135deg, #f6bfd0, #eca8bd);
    color: var(--gg-ink-2);
}

.jlpt180-gg-selected {
    min-height: 22px;
    margin: 10px 0 0;
    color: var(--gg-pink);
    font-weight: 800;
}

.jlpt180-gg-methods-v2 {
    display: grid;
    gap: 10px;
}

.jlpt180-gg-pay-card {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 10px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    background: rgba(255,255,255,.86);
}

.jlpt180-gg-pay-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jlpt180-gg-pay-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: var(--gg-pink-soft);
    color: var(--gg-pink);
    font-size: .98rem;
    font-weight: 900;
}

.jlpt180-gg-pay-card--momo .jlpt180-gg-pay-logo,
.jlpt180-gg-pay-card--momo-vn .jlpt180-gg-pay-logo {
    background: #fff0fb;
    color: #bd2796;
}

.jlpt180-gg-pay-card--bank .jlpt180-gg-pay-logo,
.jlpt180-gg-pay-card--bank-vn .jlpt180-gg-pay-logo,
.jlpt180-gg-pay-card--vietcombank .jlpt180-gg-pay-logo,
.jlpt180-gg-pay-card--ngan-hang .jlpt180-gg-pay-logo {
    background: var(--gg-green-soft);
    color: var(--gg-green);
}

.jlpt180-gg-pay-card--paypal .jlpt180-gg-pay-logo {
    background: #edf6ff;
    color: var(--gg-blue);
}

.jlpt180-gg-pay-card h3,
.jlpt180-gg-ad-card h3 {
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.25;
}

.jlpt180-gg-pay-card p {
    margin: 0;
    font-size: .9rem;
    overflow-wrap: anywhere;
}


.jlpt180-gg-copy-box,
.jlpt180-gg-qr-thumb {
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 9px 10px;
    border: 1px solid var(--gg-line);
    background: rgba(255,250,252,.92);
    color: var(--gg-ink-2);
    text-align: left;
}

.jlpt180-gg-copy-box b {
    color: var(--gg-green);
    font-size: .85rem;
}

.jlpt180-gg-qr-thumb {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    justify-content: flex-start;
}

.jlpt180-gg-qr-thumb img {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    border-radius: 12px;
    object-fit: contain;
    background: #fff;
    border: 1px solid var(--gg-line);
}

.jlpt180-gg-qr-thumb span {
    display: block;
    text-align: left;
    line-height: 1.35;
}

.jlpt180-gg-trustline {
    margin: 12px 0 0;
    color: var(--gg-green);
    font-size: .9rem;
    font-weight: 800;
    text-align: center;
}

.jlpt180-gg-sidecol .jlpt180-gg-panel {
    background:
        radial-gradient(circle at bottom right, rgba(95,143,105,.10), transparent 34%),
        rgba(255,255,255,.92);
}

.jlpt180-gg-supporters {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.jlpt180-gg-supporter {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 2px 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--gg-line);
    border-radius: 16px;
    background: rgba(255,255,255,.74);
}

.jlpt180-gg-avatar {
    display: grid;
    grid-row: span 2;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: var(--gg-pink-soft);
    color: var(--gg-pink);
    font-weight: 900;
}

.jlpt180-gg-supporter strong,
.jlpt180-gg-supporter b,
.jlpt180-gg-supporter p {
    margin: 0;
}

.jlpt180-gg-supporter strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jlpt180-gg-supporter b {
    color: var(--gg-pink);
    font-size: .92rem;
}

.jlpt180-gg-supporter p {
    grid-column: 2 / -1;
    font-size: .9rem;
}

.jlpt180-gg-ad-grid {
    display: grid;
    gap: 10px;
}

.jlpt180-gg-ad-card {
    position: relative;
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--gg-line);
    border-radius: 18px;
    background: rgba(255,255,255,.82);
}

.jlpt180-gg-ad-card.is-featured {
    border-color: rgba(236,79,127,.34);
    background: linear-gradient(180deg, #fff, #fff4f7);
    box-shadow: 0 16px 30px rgba(236,79,127,.12);
}

.jlpt180-gg-badge {
    position: absolute;
    right: 12px;
    top: -10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--gg-pink);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
}

.jlpt180-gg-ad-card strong {
    color: var(--gg-pink);
}

.jlpt180-gg-ad-card p {
    margin: 0;
    font-size: .9rem;
}

.jlpt180-gg-faq details {
    border: 1px solid var(--gg-line);
    border-radius: 14px;
    background: rgba(255,255,255,.78);
    overflow: hidden;
}

.jlpt180-gg-faq details + details {
    margin-top: 8px;
}

.jlpt180-gg-faq summary {
    min-height: 46px;
    padding: 12px 14px;
    color: var(--gg-ink-2);
    font-weight: 800;
    cursor: pointer;
}

.jlpt180-gg-faq details p {
    margin: 0;
    padding: 0 14px 14px;
    font-size: .92rem;
}

.jlpt180-gg-contact p {
    margin: 0;
    font-weight: 700;
}

.jlpt180-gg-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 99999;
    max-width: min(360px, calc(100vw - 28px));
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(36, 24, 29, .94);
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
    text-align: center;
    transform: translate(-50%, 20px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
}

.jlpt180-gg-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.jlpt180-gg-modal[hidden] {
    display: none;
}

.jlpt180-gg-modal {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: grid;
    place-items: center;
    padding: 16px;
}

.jlpt180-gg-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(36, 24, 29, .44);
    backdrop-filter: blur(4px);
}

.jlpt180-gg-modal__panel {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: calc(100vh - 32px);
    overflow: auto;
    border-radius: 24px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(36, 24, 29, .28);
}

.jlpt180-gg-modal__close {
    margin-left: auto;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #d83c4a;
    color: #fff;
    font-size: .9rem;
}

.jlpt180-gg-modal__panel h2 {
    margin: 12px 0;
}

.jlpt180-gg-modal__panel img {
    display: block;
    width: min(360px, 100%);
    height: auto;
    margin: 0 auto 12px;
    border-radius: 16px;
    border: 1px solid var(--gg-line);
}

@keyframes jlpt180-gg-slow-spin {
    to { transform: rotate(360deg); }
}

@media (min-width: 430px) {
    .jlpt180-gg-actions {
        grid-template-columns: 1fr 1fr;
    }

    .jlpt180-gg-actions .jlpt180-gg-btn--primary {
        grid-column: 1 / -1;
    }

    .jlpt180-gg-amounts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 700px) {
    .jlpt180-gg-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0 max(18px, calc((100vw - 1440px) / 2)) 72px;
    }

    .jlpt180-gg-toplinks {
        display: flex;
    }

    .jlpt180-gg-stage {
        padding: 22px;
    }

    .jlpt180-gg-hero-v2 {
        grid-template-columns: minmax(0, 1.02fr) minmax(240px, .8fr);
        align-items: center;
    }

    .jlpt180-gg-goal-card {
        grid-column: 1 / -1;
    }

    .jlpt180-gg-reasons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jlpt180-gg-reason {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .jlpt180-gg-reason p {
        grid-column: auto;
    }

    .jlpt180-gg-panel {
        padding: 20px;
    }

    .jlpt180-gg-panel-head--row {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
        align-items: center;
    }

    .jlpt180-gg-methods-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jlpt180-gg-ad-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .jlpt180-gg-stage {
        padding: 24px 28px 28px;
    }

    .jlpt180-gg-hero-v2 {
        grid-template-columns: minmax(0, 1.05fr) minmax(300px, .82fr);
        gap: 20px;
        align-items: center;
    }

    .jlpt180-gg-goal-card {
        grid-column: auto;
    }

    .jlpt180-gg-actions {
        display: flex;
        flex-wrap: wrap;
    }

    .jlpt180-gg-actions .jlpt180-gg-btn--primary {
        grid-column: auto;
    }

    .jlpt180-gg-layout {
        grid-template-columns: minmax(0, 1.9fr) minmax(280px, .86fr);
        gap: 16px;
    }

    .jlpt180-gg-methods-v2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jlpt180-gg-ad-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jlpt180-gg-sidecol {
        align-content: start;
    }

    .jlpt180-gg-sidecol .jlpt180-gg-panel:first-child {
        position: sticky;
        top: 18px;
    }
}

@media (max-width: 390px) {
    .jlpt180-gg-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0 7px 46px;
        font-size: 15px;
    }

    .jlpt180-gg-stage,
    .jlpt180-gg-panel {
        border-radius: 20px;
    }

    .jlpt180-gg-hero__copy h1 {
        font-size: clamp(2.05rem, 11.5vw, 3rem);
    }

    .jlpt180-gg-amounts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jlpt180-gg-supporter {
        grid-template-columns: 34px 1fr;
    }

    .jlpt180-gg-supporter b {
        grid-column: 2;
    }

    .jlpt180-gg-supporter p {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jlpt180-gg-wrap *,
    .jlpt180-gg-wrap *::before,
    .jlpt180-gg-wrap *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* v1.3.0 Japan-safe mode */
.jlpt180-gg-legal-note {
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(220, 38, 38, .18);
  border-radius: 14px;
  background: rgba(255, 247, 247, .92);
  color: #7f1d1d;
  font-size: 13px;
  line-height: 1.65;
}
.jlpt180-gg-copy-box--safe {
  text-decoration: none;
}
.jlpt180-gg-copy-box--safe b {
  white-space: nowrap;
}


/* v1.6.2 density pass: shrink cards and text */
.jlpt180-gg-wrap{font-size:15px}
.jlpt180-gg-toplinks{font-size:.84rem}
.jlpt180-gg-toplinks span{padding:7px 11px}
.jlpt180-gg-stage{padding:12px}
.jlpt180-gg-hero-v2{gap:14px}
.jlpt180-gg-hero__copy{padding:6px 2px 0}
.jlpt180-gg-kicker,.jlpt180-gg-panel-head>span,.jlpt180-gg-goal-card__head>span{min-height:24px;padding:3px 10px;font-size:.78rem}
.jlpt180-gg-hero__copy h1{margin:10px 0 10px;max-width:560px;font-size:clamp(2rem,7vw,4rem);line-height:1.02}
.jlpt180-gg-hero__copy p{max-width:500px;margin:0 0 14px;font-size:.93rem}
.jlpt180-gg-btn,.jlpt180-gg-amount,.jlpt180-gg-copy-box,.jlpt180-gg-qr-thumb,.jlpt180-gg-modal__close{min-height:40px;border-radius:12px;font-size:.94rem}
.jlpt180-gg-actions{gap:8px}
.jlpt180-gg-btn{padding:0 14px}
.jlpt180-gg-reasons{gap:10px;margin-top:10px}
.jlpt180-gg-reason{padding:12px;border-radius:16px;min-height:auto}
.jlpt180-gg-reason .jlpt180-gg-icon{width:40px;height:40px;font-size:1rem}
.jlpt180-gg-reason h3{font-size:.95rem}
.jlpt180-gg-reason p{font-size:.85rem;line-height:1.55}
.jlpt180-gg-layout,.jlpt180-gg-maincol,.jlpt180-gg-sidecol{gap:12px;margin-top:12px}
.jlpt180-gg-panel{padding:14px;border-radius:18px}
.jlpt180-gg-panel-head{margin-bottom:10px}
.jlpt180-gg-panel-head h2{margin:6px 0 4px;font-size:clamp(1.12rem,3vw,1.48rem);line-height:1.15}
.jlpt180-gg-panel-head p{font-size:.89rem;line-height:1.6}
.jlpt180-gg-panel-head--row{gap:10px}
.jlpt180-gg-amounts{gap:7px}
.jlpt180-gg-amount{min-height:38px;padding:7px 8px;font-size:.92rem}
.jlpt180-gg-selected{min-height:18px;margin-top:8px;font-size:.84rem}
.jlpt180-gg-methods-v2{gap:10px}
.jlpt180-gg-pay-card{gap:8px;padding:12px;border-radius:16px}
.jlpt180-gg-pay-card__top{gap:8px}
.jlpt180-gg-pay-logo{width:34px;height:34px;border-radius:12px;font-size:.9rem}
.jlpt180-gg-pay-card h3,.jlpt180-gg-ad-card h3{font-size:.98rem;line-height:1.22}
.jlpt180-gg-pay-card p{font-size:.84rem;line-height:1.58}
.jlpt180-gg-copy-box,.jlpt180-gg-qr-thumb{gap:8px;min-height:40px;padding:8px 9px}
.jlpt180-gg-copy-box b{font-size:.8rem}
.jlpt180-gg-qr-thumb{grid-template-columns:56px 1fr}
.jlpt180-gg-qr-thumb img{width:56px;height:56px;border-radius:10px}
.jlpt180-gg-qr-thumb span{font-size:.88rem;line-height:1.28}
.jlpt180-gg-trustline{margin-top:10px;font-size:.84rem}
.jlpt180-gg-supporters{gap:8px;margin-bottom:10px}
.jlpt180-gg-supporter{grid-template-columns:34px 1fr auto;gap:2px 8px;padding:8px;border-radius:12px}
.jlpt180-gg-avatar{width:34px;height:34px;font-size:.88rem}
.jlpt180-gg-supporter strong{font-size:.9rem}
.jlpt180-gg-supporter b{font-size:.84rem}
.jlpt180-gg-supporter p{font-size:.82rem;line-height:1.4}
.jlpt180-gg-ad-grid{gap:10px}
.jlpt180-gg-ad-card{gap:8px;padding:12px;border-radius:16px}
.jlpt180-gg-badge{right:10px;top:-8px;padding:4px 8px;font-size:.72rem}
.jlpt180-gg-faq summary{padding:12px 14px;font-size:.95rem}
.jlpt180-gg-faq details p{padding:0 14px 14px;font-size:.87rem;line-height:1.58}
.jlpt180-gg-contact p{font-size:.9rem}
@media (min-width:700px){.jlpt180-gg-stage{padding:16px}.jlpt180-gg-panel{padding:16px}.jlpt180-gg-hero-v2{grid-template-columns:minmax(0,1.02fr) minmax(220px,.74fr)}.jlpt180-gg-reason{padding:14px}.jlpt180-gg-reason h3{font-size:.98rem}.jlpt180-gg-reason p{font-size:.86rem}.jlpt180-gg-panel-head--row{grid-template-columns:minmax(0,1fr) minmax(290px,.88fr)}}
@media (min-width:980px){.jlpt180-gg-stage{padding:18px 20px 20px}.jlpt180-gg-hero-v2{grid-template-columns:minmax(0,1fr) minmax(260px,.74fr);gap:16px}.jlpt180-gg-layout{grid-template-columns:minmax(0,1.84fr) minmax(250px,.78fr);gap:12px}.jlpt180-gg-panel{padding:16px}.jlpt180-gg-sidecol .jlpt180-gg-panel:first-child{top:12px}}
@media (max-width:700px){.jlpt180-gg-panel-head h2{font-size:clamp(1.06rem,6vw,1.34rem)}.jlpt180-gg-hero__copy h1{font-size:clamp(1.9rem,10.5vw,2.8rem)}.jlpt180-gg-amounts{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* v1.6.3 extra compact pass */
.jlpt180-gg-wrap{font-size:14px}
.jlpt180-gg-stage{padding:8px}
.jlpt180-gg-toplinks{font-size:.78rem}
.jlpt180-gg-toplinks span{padding:6px 10px}
.jlpt180-gg-hero-v2{gap:12px}
.jlpt180-gg-hero__copy{padding:2px 0 0}
.jlpt180-gg-kicker,.jlpt180-gg-panel-head>span,.jlpt180-gg-goal-card__head>span{min-height:22px;padding:3px 9px;font-size:.74rem}
.jlpt180-gg-hero__copy h1{margin:8px 0 8px;max-width:500px;font-size:clamp(1.72rem,5.5vw,3.15rem);line-height:1.02;letter-spacing:-.045em}
.jlpt180-gg-hero__copy p{max-width:460px;margin:0 0 12px;font-size:.87rem;line-height:1.55}
.jlpt180-gg-btn,.jlpt180-gg-amount,.jlpt180-gg-copy-box,.jlpt180-gg-qr-thumb,.jlpt180-gg-modal__close{min-height:36px;border-radius:10px;font-size:.86rem}
.jlpt180-gg-btn{padding:0 12px}
.jlpt180-gg-actions{gap:7px}
.jlpt180-gg-reasons{gap:8px;margin-top:8px}
.jlpt180-gg-reason{padding:10px;border-radius:14px}
.jlpt180-gg-reason .jlpt180-gg-icon{width:34px;height:34px;font-size:.9rem;border-radius:12px}
.jlpt180-gg-reason h3{font-size:.88rem;line-height:1.2}
.jlpt180-gg-reason p{font-size:.8rem;line-height:1.45}
.jlpt180-gg-layout{gap:10px;margin-top:10px}
.jlpt180-gg-maincol,.jlpt180-gg-sidecol{gap:10px}
.jlpt180-gg-panel{padding:12px;border-radius:16px}
.jlpt180-gg-panel-head{margin-bottom:8px}
.jlpt180-gg-panel-head h2{margin:4px 0 3px;font-size:clamp(1rem,2.2vw,1.28rem);line-height:1.12}
.jlpt180-gg-panel-head p{font-size:.84rem;line-height:1.52}
.jlpt180-gg-panel-head--row{gap:8px}
.jlpt180-gg-amounts{gap:6px}
.jlpt180-gg-amount{min-height:34px;padding:6px 7px;font-size:.84rem}
.jlpt180-gg-selected{min-height:16px;margin-top:6px;font-size:.78rem}
.jlpt180-gg-methods-v2{gap:8px}
.jlpt180-gg-pay-card{gap:7px;padding:10px;border-radius:14px}
.jlpt180-gg-pay-card__top{gap:7px}
.jlpt180-gg-pay-logo{width:30px;height:30px;border-radius:10px;font-size:.82rem}
.jlpt180-gg-pay-card h3,.jlpt180-gg-ad-card h3{font-size:.9rem;line-height:1.18}
.jlpt180-gg-pay-card p{font-size:.79rem;line-height:1.48}
.jlpt180-gg-copy-box,.jlpt180-gg-qr-thumb{gap:7px;min-height:36px;padding:7px 8px}
.jlpt180-gg-copy-box b{font-size:.76rem}
.jlpt180-gg-qr-thumb{grid-template-columns:48px 1fr}
.jlpt180-gg-qr-thumb img{width:48px;height:48px;border-radius:8px}
.jlpt180-gg-qr-thumb span{font-size:.82rem;line-height:1.22}
.jlpt180-gg-trustline{margin-top:8px;font-size:.78rem}
.jlpt180-gg-legal-note{margin-top:8px;padding:10px 12px;font-size:.81rem;border-radius:12px}
.jlpt180-gg-supporters{gap:7px;margin-bottom:8px}
.jlpt180-gg-supporter{grid-template-columns:30px 1fr auto;gap:1px 7px;padding:7px;border-radius:10px}
.jlpt180-gg-avatar{width:30px;height:30px;font-size:.8rem}
.jlpt180-gg-supporter strong{font-size:.84rem}
.jlpt180-gg-supporter b{font-size:.78rem}
.jlpt180-gg-supporter p{font-size:.76rem;line-height:1.32}
.jlpt180-gg-ad-grid{gap:8px}
.jlpt180-gg-ad-card{gap:7px;padding:10px;border-radius:14px}
.jlpt180-gg-badge{right:8px;top:-7px;padding:3px 7px;font-size:.68rem}
.jlpt180-gg-faq summary{padding:10px 12px;font-size:.88rem}
.jlpt180-gg-faq details p{padding:0 12px 12px;font-size:.8rem;line-height:1.48}
.jlpt180-gg-contact p{font-size:.84rem}
@media (min-width:700px){.jlpt180-gg-stage{padding:12px}.jlpt180-gg-panel{padding:13px}.jlpt180-gg-hero-v2{grid-template-columns:minmax(0,1fr) minmax(200px,.68fr);gap:12px}.jlpt180-gg-panel-head--row{grid-template-columns:minmax(0,1fr) minmax(260px,.84fr)}.jlpt180-gg-reason{padding:11px}}
@media (min-width:980px){.jlpt180-gg-stage{padding:14px 16px 16px}.jlpt180-gg-hero-v2{grid-template-columns:minmax(0,1fr) minmax(220px,.64fr);gap:14px}.jlpt180-gg-layout{grid-template-columns:minmax(0,1.9fr) minmax(220px,.7fr);gap:10px}.jlpt180-gg-panel{padding:13px}.jlpt180-gg-sidecol .jlpt180-gg-panel:first-child{top:10px}}
@media (max-width:700px){.jlpt180-gg-hero__copy h1{font-size:clamp(1.58rem,9vw,2.35rem)}.jlpt180-gg-panel-head h2{font-size:clamp(.96rem,5vw,1.18rem)}}
