
    .fitiger-page {
        font-family: Arial, Helvetica, sans-serif;
        color: #1f2933;
        background: #f8faf8;
        line-height: 1.8;
        margin: 0;
        padding: 0;
    }

    .fitiger-page * {
        box-sizing: border-box;
    }

    .fitiger-page a {
        color: #0f766e;
        text-decoration: none;
    }

    .fitiger-page a:hover {
        color: #0b5f59;
        text-decoration: underline;
    }

    .fitiger-page img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .fitiger-page h2,
    .fitiger-page h3 {
        color: #111827;
        line-height: 1.25;
        margin: 0;
        font-weight: 700;
    }

    .fitiger-page p {
        margin: 0 0 16px;
        line-height: 1.82;
    }

    .fitiger-page p,
    .fitiger-page li,
    .fitiger-page td,
    .fitiger-page th,
    .fitiger-page a {
        font-size: 16px;
    }

    .fitiger-shell {
        width: 100%;
        max-width: 1180px;
        padding: 58px 22px;
    }

    .fitiger-hero-title {
        font-size: clamp(34px, 3.7vw, 52px);
        line-height: 1.12 !important;
        letter-spacing: 0;
        margin: 18px 0 22px !important;
        max-width: 720px;
    }

    .fitiger-section-title {
        font-size: clamp(26px, 2.2vw, 34px);
        line-height: 1.2 !important;
        letter-spacing: 0;
        margin: 0 0 26px !important;
    }

    .fitiger-card-title {
        font-size: 20px;
        line-height: 1.35 !important;
        margin: 0 0 16px !important;
    }

    .fitiger-copy {
        color: #374151;
        max-width: 760px;
    }

    .fitiger-article-copy,
    .fitiger-review-copy {
        color: #374151;
        line-height: 1.85;
    }

    .fitiger-card {
        background: #ffffff;
        border: 1px solid #dce6df;
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    }

    .fitiger-soft {
        background: #f7faf8;
        border: 1px solid #d8e5dd;
        border-radius: 8px;
    }

    .fitiger-tag {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        background: #fff7d6;
        border: 1px solid #eadf9c;
        color: #75610f;
        padding: 9px 14px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
    }

    .fitiger-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 11px 18px;
        background: #0f766e;
        color: #ffffff !important;
        border-radius: 6px;
        font-weight: 700;
        text-decoration: none !important;
        line-height: 1.3;
    }

    .fitiger-ghost {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        padding: 10px 14px;
        border: 1px solid #d8e3dc;
        border-radius: 6px;
        background: #ffffff;
        color: #374151;
        font-weight: 700;
        line-height: 1.3;
    }

    .keyword-link {
        color: #0f766e !important;
        border-bottom: 2px solid #eab308;
        font-weight: 700;
    }

    .fitiger-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
        gap: 44px;
        align-items: center;
    }

    .fitiger-media-grid {
        display: grid;
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        gap: 34px;
        align-items: start;
    }

    .fitiger-video-box {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        border-radius: 12px;
        background: #f1f5f2;
        padding: 10px;
        border: 1px solid #dce6df;
    }

    .fitiger-three-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .fitiger-faq-list {
        display: grid;
        gap: 18px;
    }

    .fitiger-faq-item {
        background: #ffffff;
        border: 1px solid #dce6df;
        border-radius: 8px;
        box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
        padding: 26px 28px;
        text-align: left;
    }

    @media (max-width: 880px) {
        .fitiger-shell {
            padding: 40px 16px;
        }

        .fitiger-hero-grid,
        .fitiger-media-grid,
        .fitiger-three-grid {
            grid-template-columns: 1fr;
        }

        .fitiger-page h2 {
            font-size: 24px;
        }

        .fitiger-hero-title {
            font-size: 32px;
            line-height: 1.18 !important;
            margin: 16px 0 18px !important;
        }

        .fitiger-section-title {
            font-size: 24px;
            margin-bottom: 20px !important;
        }

        .fitiger-card-title {
            font-size: 18px;
        }

        .article-card.fitiger-card,
        .fitiger-review {
            padding: 22px 18px !important;
        }

        .fitiger-page p,
        .fitiger-page li,
        .fitiger-page td,
        .fitiger-page th,
        .fitiger-page a {
            font-size: 15px;
        }

        .fitiger-page p {
            line-height: 1.8;
        }

        .fitiger-faq-item {
            padding: 22px 18px;
        }

        .fitiger-faq-item h3 {
            font-size: 16px;
            line-height: 1.45 !important;
        }

        .fitiger-faq-item p {
            margin-bottom: 0;
            line-height: 1.85;
        }

        .fitiger-page table {
            min-width: 640px;
        }

        .fitiger-video-box {
            max-width: 315px;
            padding: 0;
            background: transparent;
            border: none;
        }
    }
