/* =============================================
   夫婦パートナーシップラボ LP — Styles v0.4.1
   モックアップ準拠: assembled画像3枚 + HTMLオーバーレイ
   ============================================= */

/* --- Reset & Standalone --- */
body.gwlm-standalone {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.gwlm-page-wrap {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.gwlm-lp {
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    line-height: 1.6;
    color: #333;
}

/* --- 画像共通 --- */
.gwlm-strip {
    display: block !important;
    width: 100% !important;
    max-width: 750px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* --- 画像コンテナ（オーバーレイ用） --- */
.gwlm-img-container {
    position: relative;
    width: 100%;
}

/* --- CTA ボタン --- */
.gwlm-cta {
    display: block !important;
    width: 85% !important;
    max-width: 480px !important;
    margin: 32px auto !important;
    padding: 20px 24px !important;
    background: linear-gradient(135deg, #f06292, #d63384) !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(214,51,132,0.3) !important;
    transition: transform 0.2s, box-shadow 0.2s;
}
.gwlm-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(214,51,132,0.4) !important;
    color: #fff !important;
}

/* --- ユーティリティ --- */
.gwlm-pink-bold {
    color: #d4608a !important;
    font-weight: 700 !important;
}

/* =============================================
   口コミオーバーレイ — img02 内
   ============================================= */
.gwlm-testimonials-overlay {
    position: absolute;
    top: 46%;
    left: 8%;
    right: 8%;
    font-family: 'Zen Maru Gothic', serif;
    background: #fff;
    padding: 20px 24px 200px;
    border-radius: 8px;
}

.gwlm-testimonial-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.gwlm-testimonial-item:last-child {
    margin-bottom: 8px;
}

.gwlm-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    margin-top: 3px;
    background: #ede0f2;
    border: 1.5px solid #d4bde0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b7cb8;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}

.gwlm-check-text {
    font-size: 24px;
    line-height: 1.75;
    color: #444;
    font-weight: 400;
}

/* =============================================
   料金に含まれているもの チェックリストオーバーレイ — img03 内
   ============================================= */
.gwlm-pricing-items-overlay {
    position: absolute;
    top: 81.8%;
    left: 8%;
    right: 8%;
    background: #fff;
    padding: 12px 24px 16px;
    z-index: 2;
    font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.gwlm-pricing-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.gwlm-pricing-item:last-child {
    margin-bottom: 0;
}

.gwlm-pricing-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    margin-top: 3px;
    background: #ede0f2;
    border: 1.5px solid #d4bde0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b7cb8;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}

.gwlm-pricing-check-label {
    font-size: 24px;
    line-height: 1.75;
    color: #444;
    font-weight: 400;
}

/* =============================================
   オプション帯テキストオーバーレイ — img03 内
   「zoom相談30分 or 文章相談（2往復）」→「オンライン相談30分」
   ============================================= */
.gwlm-option-text-overlay {
    position: absolute;
    top: 90.0%;
    left: 10%;
    right: 10%;
    text-align: center;
    font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #d4608a;
    background: #fff;
    padding: 15px 0;
    z-index: 2;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

/* =============================================
   セクション01 テキストオーバーレイ — img03 内
   ============================================= */
.gwlm-section01-overlay {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    font-family: 'Zen Maru Gothic', serif;
    background: linear-gradient(to bottom, #f3e8ee 79%, transparent 100%);
    padding: 68px 6.7% 220px 6.6%;
}

.gwlm-section01-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 32px;
}

.gwlm-section01-heading {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 16px;
}

.gwlm-section01-divider {
    height: 2px;
    background: linear-gradient(to right, transparent, #e8a0b8, transparent);
    margin: 12px 0 20px;
}

.gwlm-section01-body {
    font-size: 21px;
    line-height: 1.85;
    color: #444;
    font-weight: 400;
}

/* =============================================
   レスポンシブ — モバイル vw ベース
   750px デザイン基準: 1px ≒ 0.133vw
   フォントは可読性確保のため比例より大きめの vw を使用
   ============================================= */
@media (max-width: 480px) {

    /* --- CTAボタン --- */
    .gwlm-cta {
        margin: 4.3vw auto !important;
        padding: 2.7vw 3.2vw !important;
        font-size: 4.3vw !important;
        border-radius: 8vw !important;
    }

    /* --- 口コミオーバーレイ (img02) --- */
    .gwlm-testimonials-overlay {
        left: 7%;
        right: 7%;
        padding: 2.7vw 3.2vw 32vw;
        border-radius: 1vw;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .gwlm-testimonial-item {
        margin-bottom: 1.5vw;
    }
    .gwlm-testimonial-item:last-child {
        margin-bottom: 0;
    }
    .gwlm-check {
        width: 4.5vw;
        height: 4.5vw;
        margin-right: 1.5vw;
        margin-top: 0.5vw;
        border-radius: 0.5vw;
        font-size: 2.5vw;
    }
    .gwlm-check-text {
        font-size: 3.5vw;
        line-height: 1.5;
    }

    /* --- セクション01オーバーレイ (img03) --- */
    .gwlm-section01-overlay {
        padding: 6vw 7% 2vw 7%;
    }
    .gwlm-section01-card {
        border-radius: 1.6vw;
        padding: 2.5vw 3vw 9%;
    }
    .gwlm-section01-heading {
        font-size: 4.5vw;
        margin-bottom: 1.5vw;
    }
    .gwlm-section01-divider {
        height: 0.3vw;
        margin: 1vw 0 1.5vw;
    }
    .gwlm-section01-body {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    /* --- 料金チェックリストオーバーレイ (img03) --- */
    .gwlm-pricing-items-overlay {
        padding: 1.6vw 3.2vw 2.1vw;
    }
    .gwlm-pricing-item {
        margin-bottom: 2.1vw;
    }
    .gwlm-pricing-check {
        width: 5.5vw;
        height: 5.5vw;
        margin-right: 2vw;
        margin-top: 0.5vw;
        border-radius: 0.5vw;
        font-size: 3vw;
    }
    .gwlm-pricing-check-label {
        font-size: 3.3vw;
        line-height: 1.6;
    }

    /* --- オプション帯テキストオーバーレイ (img03) --- */
    .gwlm-option-text-overlay {
        font-size: 5.3vw;
        padding: 2vw 0;
    }
}
