/* ============ page-index-review-tk888 ============ */
.page-index-review-tk888 {
    background: #F4F7FB;
    color: #1F2D3D;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    line-height: 1.6;
    max-width: 100%;
    overflow-x: hidden;
}

/* ----- Hero Section ----- */
.page-index-review-tk888__hero-section {
    padding-top: 10px;
    width: 100%;
}

.page-index-review-tk888__hero-image {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-index-review-tk888__hero-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 17/5;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(47, 107, 255, 0.12);
}

.page-index-review-tk888__hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 16px 8px;
    text-align: center;
}

.page-index-review-tk888__main-title {
    color: #1F2D3D;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-review-tk888__hero-description {
    color: #334155;
    font-size: 1.0625rem;
    max-width: 680px;
    margin: 0 auto 18px;
}

.page-index-review-tk888__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

/* ----- Buttons ----- */
.page-index-review-tk888__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-index-review-tk888__btn--primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(47, 107, 255, 0.28);
}

.page-index-review-tk888__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(47, 107, 255, 0.35);
}

.page-index-review-tk888__btn--secondary {
    background: #ffffff;
    color: #2F6BFF;
    border-color: #2F6BFF;
}

.page-index-review-tk888__btn--secondary:hover {
    background: #EFF4FF;
    transform: translateY(-2px);
}

.page-index-review-tk888__btn--tertiary {
    background: transparent;
    color: #2F6BFF;
    border-color: #D6E2FF;
}

.page-index-review-tk888__btn--tertiary:hover {
    background: #EFF4FF;
    border-color: #2F6BFF;
}

/* ----- Logo Grid Section ----- */
.page-index-review-tk888__logo-section {
    padding: 12px 16px 8px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-index-review-tk888__logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
    justify-items: center;
    align-items: start;
}

.page-index-review-tk888__logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 280px;
}

.page-index-review-tk888__logo-item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    object-fit: contain;
    border-radius: 8px;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(31, 45, 61, 0.08);
}

.page-index-review-tk888__logo-cta {
    display: inline-block;
    padding: 9px 22px;
    border-radius: 999px;
    background: #2F6BFF;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.page-index-review-tk888__logo-cta:hover {
    background: #1E5BEF;
}

.page-index-review-tk888__logo-item:nth-child(5) {
    grid-column: 2;
}

.page-index-review-tk888__logo-item:nth-child(6) {
    grid-column: 3;
}

/* ----- Guide Section ----- */
.page-index-review-tk888__guide-section {
    padding: 12px 0 48px;
}

.page-index-review-tk888__guide-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px;
}

.page-index-review-tk888__guide-title {
    text-align: center;
    color: #2F6BFF;
    font-weight: 800;
    font-size: 1.75rem;
    margin: 0 0 32px;
    letter-spacing: -0.02em;
}

.page-index-review-tk888__guide-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #D6E2FF;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(47, 107, 255, 0.06);
}

.page-index-review-tk888__guide-figure {
    width: 100%;
}

.page-index-review-tk888__guide-figure img {
    display: block;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 auto;
}

.page-index-review-tk888__guide-text {
    width: 100%;
}

.page-index-review-tk888__guide-text h3 {
    color: #1F2D3D;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 0 8px;
}

.page-index-review-tk888__guide-text p {
    color: #334155;
    margin: 0 0 14px;
}

/* ========== Responsive 1024px ========== */
@media (max-width: 1024px) {
    .page-index-review-tk888__logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .page-index-review-tk888__logo-item:nth-child(5),
    .page-index-review-tk888__logo-item:nth-child(6) {
        grid-column: auto;
    }
}

/* ========== Responsive 768px ========== */
@media (max-width: 768px) {
    .page-index-review-tk888__hero-image img {
        aspect-ratio: 16/9;
        border-radius: 8px;
    }

    .page-index-review-tk888__hero-content {
        padding: 14px 12px 8px;
    }

    .page-index-review-tk888__hero-actions {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-index-review-tk888__hero-actions .page-index-review-tk888__btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-index-review-tk888__logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 10px;
    }

    .page-index-review-tk888__logo-item {
        max-width: 100%;
    }

    .page-index-review-tk888__logo-item:nth-child(5),
    .page-index-review-tk888__logo-item:nth-child(6) {
        grid-column: auto;
    }

    .page-index-review-tk888__logo-cta {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
        text-align: center;
    }

    .page-index-review-tk888__guide-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .page-index-review-tk888__guide-content {
        padding: 12px;
    }

    .page-index-review-tk888__guide-figure img {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .page-index-review-tk888__btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
    }

    .page-index-review-tk888__guide-text .page-index-review-tk888__btn {
        display: inline-block;
        width: auto;
        min-width: 220px;
    }

    .page-index-review-tk888 img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* ========== Responsive 480px ========== */
@media (max-width: 480px) {
    .page-index-review-tk888__hero-image img {
        aspect-ratio: 4/3;
    }

    .page-index-review-tk888__main-title {
        font-size: clamp(1.3rem, 4vw, 1.65rem);
    }

    .page-index-review-tk888__logo-grid {
        gap: 12px 8px;
    }

    .page-index-review-tk888__guide-inner {
        padding: 12px 8px;
    }
}