.fun88-home-hero {
    padding: 52px 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--fun88-blue-900), var(--fun88-blue-700));
}

.fun88-home-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    gap: 36px;
    align-items: center;
}

.fun88-home-hero h1 {
    max-width: 22ch;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.fun88-home-lead,
.fun88-home-disclosure {
    max-width: 70ch;
}

.fun88-home-lead {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.75;
}

.fun88-home-disclosure {
    margin: 0;
    padding: 14px 16px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.24);
    border-left: 4px solid #fbbf24;
    font-size: 14px;
}

.fun88-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.fun88-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 18px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
}

.fun88-button--primary {
    background: #fbbf24;
    color: #172b4d;
}

.fun88-button--primary:hover {
    background: #fcd34d;
    color: #172b4d;
}

.fun88-button--secondary {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--fun88-blue-900);
}

.fun88-button--secondary:hover {
    background: var(--fun88-blue-50);
    color: var(--fun88-blue-900);
}

.fun88-home-check {
    padding: 26px;
    background: #ffffff;
    color: var(--fun88-text);
    border-radius: var(--fun88-radius);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.fun88-home-check h2 {
    margin: 0 0 14px;
    color: var(--fun88-ink);
    font-size: 22px;
    line-height: 1.35;
}

.fun88-home-check ol {
    padding-left: 22px;
    margin: 0;
}

.fun88-home-check li + li {
    margin-top: 12px;
}

.fun88-home-section {
    padding: 58px 0;
    background: #ffffff;
}

.fun88-home-section--soft {
    background: var(--fun88-blue-50);
}

.fun88-section-heading {
    max-width: 76ch;
    margin-bottom: 28px;
}

.fun88-section-heading--row {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.fun88-section-heading h2,
.fun88-editorial-copy h2,
.fun88-home-responsible h2 {
    margin: 0 0 10px;
    color: var(--fun88-ink);
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.28;
}

.fun88-section-heading p,
.fun88-editorial-copy p {
    margin: 0;
    color: var(--fun88-muted);
    font-size: 17px;
}

.fun88-task-grid,
.fun88-security-list,
.fun88-post-grid {
    display: grid;
    gap: 22px;
}

.fun88-task-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fun88-task-card,
.fun88-security-list article,
.fun88-post-card {
    background: #ffffff;
    border: 1px solid var(--fun88-border);
    border-radius: var(--fun88-radius);
    box-shadow: var(--fun88-shadow);
}

.fun88-task-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.fun88-task-card h3,
.fun88-security-list h3,
.fun88-rule-panel h3,
.fun88-post-card h3 {
    margin: 0 0 10px;
    color: var(--fun88-ink);
    font-size: 20px;
    line-height: 1.4;
}

.fun88-task-card p,
.fun88-security-list p {
    margin: 0 0 18px;
    color: var(--fun88-muted);
}

.fun88-task-card a,
.fun88-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: auto;
    font-weight: 750;
}

.fun88-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.75fr);
    gap: 42px;
    align-items: start;
}

.fun88-editorial-copy p + p {
    margin-top: 16px;
}

.fun88-rule-panel {
    padding: 26px;
    background: #ffffff;
    border: 1px solid var(--fun88-border);
    border-top: 5px solid var(--fun88-blue-800);
    border-radius: var(--fun88-radius);
}

.fun88-rule-panel dl,
.fun88-rule-panel dd {
    margin: 0;
}

.fun88-rule-panel dl > div {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 12px;
    padding: 13px 0;
    border-top: 1px solid var(--fun88-border);
}

.fun88-rule-panel dt {
    color: var(--fun88-ink);
    font-weight: 800;
}

.fun88-security-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fun88-security-list article {
    padding: 24px;
}

.fun88-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fun88-post-card {
    overflow: hidden;
}

.fun88-post-card__media {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: var(--fun88-blue-100);
    text-decoration: none;
}

.fun88-post-card__media img,
.fun88-post-card__media .fun88-card-placeholder {
    position: absolute;
}

.fun88-post-card__media {
    position: relative;
}

.fun88-post-card__image,
.fun88-post-card__media .fun88-card-placeholder {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fun88-post-card__body {
    padding: 20px;
}

.fun88-post-card h3 a {
    color: var(--fun88-ink);
    text-decoration: none;
}

.fun88-post-card h3 a:hover {
    text-decoration: underline;
}

.fun88-post-card__body > p {
    margin: 0 0 18px;
    color: var(--fun88-muted);
}

.fun88-post-card__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 14px;
    padding-top: 13px;
    border-top: 1px solid var(--fun88-border);
    color: var(--fun88-muted);
    font-size: 13px;
}

.fun88-home-narrow {
    max-width: 880px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--fun88-border);
    border-radius: 10px;
}

.faq-question {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    color: var(--fun88-ink);
    background: #ffffff;
    border: 0;
    font-size: 17px;
    font-weight: 750;
    text-align: left;
    cursor: pointer;
}

.faq-question:hover {
    background: var(--fun88-blue-50);
}

.faq-icon {
    flex: 0 0 auto;
    color: var(--fun88-blue-800);
    font-size: 24px;
    transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 18px 18px;
    color: var(--fun88-text);
    border-top: 1px solid var(--fun88-border);
}

.faq-answer p {
    margin: 15px 0 0;
}

.fun88-home-responsible {
    padding: 38px 0;
    color: #ffffff;
    background: var(--fun88-blue-900);
}

.fun88-home-responsible__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.fun88-home-responsible h2 {
    color: #ffffff;
    font-size: 28px;
}

.fun88-home-responsible p {
    max-width: 72ch;
    margin: 0;
}

.fun88-button--light {
    flex: 0 0 auto;
    color: var(--fun88-blue-900);
    background: #ffffff;
}

@media (max-width: 980px) {
    .fun88-home-hero__inner,
    .fun88-editorial-grid {
        grid-template-columns: 1fr;
    }

    .fun88-task-grid,
    .fun88-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .fun88-home-hero,
    .fun88-home-section {
        padding: 38px 0;
    }

    .fun88-home-hero h1 {
        font-size: 32px;
    }

    .fun88-home-lead {
        font-size: 17px;
    }

    .fun88-home-actions,
    .fun88-home-responsible__inner,
    .fun88-section-heading--row {
        align-items: stretch;
        flex-direction: column;
    }

    .fun88-button {
        width: 100%;
    }

    .fun88-task-grid,
    .fun88-security-list,
    .fun88-post-grid {
        grid-template-columns: 1fr;
    }

    .fun88-rule-panel dl > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}
