/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 12:42:06 */
/* ========================================
   Proプラン LP用 CSS（参考LPデザイン適用版）
   Simple Custom CSS and JS で Header に登録
   名前空間: .pro-plan-lp
   ======================================== */

/* ========================================
   CSS Variables
======================================== */
.pro-plan-lp {
    --lp-color-primary: #ea580c;
    --lp-color-primary-dark: #c2410c;
    --lp-color-primary-light: #fb923c;
    --lp-color-navy: #1a2744;
    --lp-color-navy-light: #243555;
    --lp-color-accent: #2563eb;
    --lp-color-accent-light: #3b82f6;
    --lp-color-text: #374151;
    --lp-color-text-light: #6b7280;
    --lp-color-bg: #ffffff;
    --lp-color-bg-gray: #f8fafc;
    --lp-color-bg-dark: #1f2937;
    --lp-color-border: #e5e7eb;
    --lp-color-success: #10b981;
    --lp-color-gold: #f59e0b;
    --lp-max-width: 1100px;
    --lp-section-padding: 100px 20px;
    --lp-section-padding-mobile: 60px 8px;
}

/* ========================================
   Base
======================================== */
.pro-plan-lp {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
    color: var(--lp-color-text) !important;
    background-color: var(--lp-color-bg) !important;
    overflow-x: hidden;
}

.pro-plan-lp *,
.pro-plan-lp *::before,
.pro-plan-lp *::after {
    box-sizing: border-box;
}

.pro-plan-lp img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pro-plan-lp a {
    color: var(--lp-color-accent);
    text-decoration: none;
    transition: all 0.3s ease;
}

.pro-plan-lp a:hover {
    color: var(--lp-color-accent-light);
}

/* ========================================
   Layout
======================================== */
.pro-plan-lp .lp-container {
    max-width: var(--lp-max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.pro-plan-lp section {
    padding: var(--lp-section-padding);
}

@media (max-width: 768px) {
    .pro-plan-lp section {
        padding: var(--lp-section-padding-mobile);
    }

    .pro-plan-lp .lp-container {
        padding: 0 8px;
    }
}

/* ========================================
   Typography
======================================== */
.pro-plan-lp h1,
.pro-plan-lp h2,
.pro-plan-lp h3,
.pro-plan-lp h4,
.pro-plan-lp h5,
.pro-plan-lp h6 {
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* セクションタイトル（装飾ラベル付き） */
.pro-plan-lp .lp-section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.pro-plan-lp .lp-section-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--lp-color-accent);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pro-plan-lp .lp-section-title {
    font-size: 36px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    position: relative;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--lp-color-accent), var(--lp-color-accent-light));
    margin: 20px auto 0;
    border-radius: 2px;
}

/* 装飾用大文字背景テキスト */
.pro-plan-lp .lp-section-bg-text {
    display: block;
    font-size: 80px;
    font-weight: 900;
    color: rgba(37, 99, 235, 0.05);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: -20px;
    pointer-events: none;
    user-select: none;
}

/* 強調漢字 */
.pro-plan-lp .lp-em {
    color: var(--lp-color-accent);
    font-weight: 900;
    position: relative;
}

.pro-plan-lp .lp-em-underline {
    color: var(--lp-color-accent);
    font-weight: 900;
    font-size: 1.3em;
    text-decoration: none;
}

.pro-plan-lp .lp-em-large {
    font-size: 1.3em;
    color: var(--lp-color-accent);
    font-weight: 900;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-section-title {
        font-size: 26px !important;
    }

    .pro-plan-lp .lp-section-bg-text {
        font-size: 42px;
        margin-bottom: -10px;
    }

    .pro-plan-lp .lp-section-header {
        margin-bottom: 40px;
    }
}

/* ========================================
   Buttons
======================================== */
.pro-plan-lp .lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 44px;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
}

.pro-plan-lp .lp-btn-primary {
    background: linear-gradient(135deg, var(--lp-color-primary), var(--lp-color-primary-dark));
    color: white !important;
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.4);
}

.pro-plan-lp .lp-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(234, 88, 12, 0.5);
    color: white !important;
}

.pro-plan-lp .lp-btn-outline {
    background: transparent;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.pro-plan-lp .lp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: white;
    color: white !important;
}

.pro-plan-lp .lp-btn-secondary {
    background: white;
    color: var(--lp-color-accent) !important;
    border: 2px solid var(--lp-color-accent);
}

.pro-plan-lp .lp-btn-secondary:hover {
    background: var(--lp-color-accent);
    color: white !important;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-btn {
        padding: 16px 30px;
        font-size: 17px;
        width: 100%;
    }
}

/* ========================================
   Hero Section（紺グラデーション背景）
======================================== */
.pro-plan-lp .lp-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 30, 60, 0.85) 0%, rgba(30, 58, 95, 0.8) 40%, rgba(42, 74, 107, 0.75) 70%, rgba(52, 78, 120, 0.8) 100%),
                url('https://horse-racing-ai-navi.com/wp-content/uploads/pro-plan-lp-hero.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 100px 20px 80px !important;
    overflow: hidden;
}

/* 背景装飾 */
.pro-plan-lp .lp-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pro-plan-lp .lp-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pro-plan-lp .lp-hero-content {
    max-width: 800px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.pro-plan-lp .lp-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
}

.pro-plan-lp .lp-hero-title {
    font-size: 48px !important;
    font-weight: 900 !important;
    margin-bottom: 24px !important;
    line-height: 1.35 !important;
    color: white !important;
}

.pro-plan-lp .lp-hero-title-highlight {
    color: var(--lp-color-primary-light);
}

.pro-plan-lp .lp-hero-subtitle {
    font-size: 19px;
    margin-bottom: 44px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
}

.pro-plan-lp .lp-hero-cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-plan-lp .lp-hero-meta {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pro-plan-lp .lp-hero-price-tag {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.pro-plan-lp .lp-hero-trial-note {
    display: inline-block;
    background: rgba(37, 99, 235, 0.3);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgba(37, 99, 235, 0.5);
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-hero {
        padding: 80px 8px 60px !important;
    }

    .pro-plan-lp .lp-hero-content {
        padding: 0 4px;
    }

    .pro-plan-lp .lp-hero-title {
        font-size: 32px !important;
    }

    .pro-plan-lp .lp-hero-subtitle {
        font-size: 17px;
    }

    .pro-plan-lp .lp-hero-cta-group {
        flex-direction: column;
        align-items: center;
    }

    .pro-plan-lp .lp-hero-meta {
        flex-direction: column;
        gap: 8px;
    }
}

/* ========================================
   Mid-page CTA（繰り返しCTA）
======================================== */
.pro-plan-lp .lp-mid-cta {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    padding: 20px 20px !important;
    text-align: center;
}

.pro-plan-lp .lp-mid-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.pro-plan-lp .lp-mid-cta-lead {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.pro-plan-lp .lp-mid-cta-lead::before {
    content: '\2713';
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.pro-plan-lp .lp-mid-cta-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.pro-plan-lp .lp-mid-cta .lp-btn {
    min-width: 320px;
}

.pro-plan-lp .lp-mid-cta-sub-link {
    font-size: 15px;
    color: var(--lp-color-text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-mid-cta {
        padding: 18px 12px !important;
    }

    .pro-plan-lp .lp-mid-cta-inner {
        flex-direction: column;
        gap: 12px;
    }

    .pro-plan-lp .lp-mid-cta .lp-btn {
        min-width: auto;
        width: 100%;
    }
}

/* ========================================
   Key Strengths Section（3カードナンバリング）
======================================== */
.pro-plan-lp .lp-strengths {
    background: white;
    position: relative;
}

.pro-plan-lp .lp-strengths-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.pro-plan-lp .lp-strength-card {
    text-align: center;
    padding: 40px 24px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.pro-plan-lp .lp-strength-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.pro-plan-lp .lp-strength-number {
    font-size: 42px;
    font-weight: 900;
    color: var(--lp-color-accent);
    margin-bottom: 16px;
    line-height: 1;
}

.pro-plan-lp .lp-strength-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-plan-lp .lp-strength-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-plan-lp .lp-strength-card h3 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-strength-value {
    font-size: 28px;
    font-weight: 900;
    color: var(--lp-color-accent);
    margin-bottom: 8px;
}

.pro-plan-lp .lp-strength-card p {
    font-size: 16px;
    color: var(--lp-color-text-light);
    margin: 0;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-strengths-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pro-plan-lp .lp-strength-card {
        padding: 24px 12px;
    }

    .pro-plan-lp .lp-strength-icon {
        width: 110px;
        height: 110px;
    }
}

/* ========================================
   Problems Section
======================================== */
.pro-plan-lp .lp-problems {
    background: white;
}

.pro-plan-lp .lp-problems-intro {
    text-align: center;
    max-width: 700px;
    margin: -20px auto 50px;
}

.pro-plan-lp .lp-problems-intro p {
    font-size: 17px;
    color: var(--lp-color-text-light);
}

.pro-plan-lp .lp-problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pro-plan-lp .lp-problem-card {
    background: var(--lp-color-bg-gray);
    padding: 32px;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid var(--lp-color-border);
}

.pro-plan-lp .lp-problem-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: white;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.pro-plan-lp .lp-problem-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.pro-plan-lp .lp-problem-card h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-problem-card p {
    font-size: 16px;
    color: var(--lp-color-text-light);
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-problem-card {
        padding: 20px 14px;
        gap: 14px;
    }
}

/* ========================================
   Solution Section
======================================== */
.pro-plan-lp .lp-solution {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: var(--lp-color-text);
}

.pro-plan-lp .lp-solution-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.pro-plan-lp .lp-solution-text h3 {
    font-size: 26px !important;
    margin-bottom: 24px !important;
    color: var(--lp-color-navy) !important;
    line-height: 1.5 !important;
}

.pro-plan-lp .lp-solution-text p {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 30px;
    color: var(--lp-color-text);
}

.pro-plan-lp .lp-solution-points {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pro-plan-lp .lp-solution-points li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 500;
    color: var(--lp-color-text);
    list-style: none !important;
}

.pro-plan-lp .lp-solution-points li::before {
    content: '\2713';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--lp-color-accent);
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
}

.pro-plan-lp .lp-solution-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-solution-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pro-plan-lp .lp-solution-text h3 {
        font-size: 22px !important;
    }
}

/* ========================================
   Features Section（装飾引用符 + 強調見出し）
======================================== */
.pro-plan-lp .lp-features {
    background: white;
}

.pro-plan-lp .lp-features-intro {
    text-align: center;
    margin-bottom: 20px;
}

.pro-plan-lp .lp-features-intro-sub {
    font-size: 19px;
    color: var(--lp-color-text-light);
    margin-bottom: 8px;
}

.pro-plan-lp .lp-features-intro-main {
    font-size: 36px !important;
    color: var(--lp-color-text) !important;
    margin-bottom: 0 !important;
}

.pro-plan-lp .lp-features-free-badge {
    display: inline-block;
    font-size: 48px;
    font-weight: 900;
    color: var(--lp-color-accent);
    border-bottom: 5px solid var(--lp-color-accent);
    padding-bottom: 4px;
    line-height: 1.2;
}

/* Featuresヘッダー: セクションタイトル下線を非表示にし、セパレーターに置き換え */
.pro-plan-lp .lp-features .lp-section-title::after {
    display: none;
}

.pro-plan-lp .lp-features .lp-section-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--lp-color-accent);
    margin: 30px auto 0;
}

.pro-plan-lp .lp-feature-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 120px;
}

.pro-plan-lp .lp-feature-item:nth-child(even) {
    direction: rtl;
}

.pro-plan-lp .lp-feature-item:nth-child(even) > * {
    direction: ltr;
}

.pro-plan-lp .lp-feature-item:last-child {
    margin-bottom: 0;
}

/* 装飾引用符 */
.pro-plan-lp .lp-feature-content {
    position: relative;
}

.pro-plan-lp .lp-feature-quote {
    font-size: 96px;
    line-height: 1;
    color: rgba(37, 99, 235, 0.08);
    font-weight: 900;
    margin-bottom: -30px;
    display: block;
}

.pro-plan-lp .lp-feature-content h3 {
    font-size: 26px !important;
    margin-bottom: 20px !important;
    color: var(--lp-color-text) !important;
    line-height: 1.5 !important;
}

.pro-plan-lp .lp-feature-content p {
    font-size: 17px;
    color: var(--lp-color-text-light);
    margin-bottom: 20px;
    line-height: 1.9;
}

.pro-plan-lp .lp-feature-highlight {
    background: var(--lp-color-bg-gray);
    padding: 20px 24px;
    border-radius: 12px;
    border-left: 4px solid var(--lp-color-accent);
}

.pro-plan-lp .lp-feature-highlight p {
    margin: 0;
    font-size: 17px;
    color: var(--lp-color-text);
}

/* 画像エリア */
.pro-plan-lp .lp-feature-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.pro-plan-lp .lp-feature-image img {
    border-radius: 0;
}

@media (max-width: 768px) {
    /* タイトル → 画像 → 説明 の順に並べ替え */
    .pro-plan-lp .lp-feature-item,
    .pro-plan-lp .lp-feature-item:nth-child(even) {
        display: flex;
        flex-direction: column;
        gap: 20px;
        direction: ltr;
        margin-bottom: 70px;
    }

    .pro-plan-lp .lp-feature-content {
        display: contents;
    }

    .pro-plan-lp .lp-feature-quote {
        display: none;
    }

    .pro-plan-lp .lp-feature-content h3 {
        font-size: 22px !important;
        order: 1;
    }

    .pro-plan-lp .lp-feature-image {
        order: 2;
    }

    .pro-plan-lp .lp-feature-content p {
        order: 3;
    }

    .pro-plan-lp .lp-feature-highlight {
        order: 4;
        padding: 16px 14px;
    }

    .pro-plan-lp .lp-features-intro-main {
        font-size: 26px !important;
    }

    .pro-plan-lp .lp-features-free-badge {
        font-size: 34px;
    }
}

/* ========================================
   Comparison Section
======================================== */
.pro-plan-lp .lp-comparison {
    background: var(--lp-color-bg-gray);
}

.pro-plan-lp .lp-comparison-subtitle {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    padding-left: 16px;
    border-left: 4px solid var(--lp-color-accent) !important;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-comparison-table-wrapper {
    overflow-x: auto;
    margin-bottom: 40px;
}

.pro-plan-lp .lp-comparison-table-wrapper:last-child {
    margin-bottom: 0;
}

.pro-plan-lp .lp-comparison-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.pro-plan-lp .lp-comparison-table th,
.pro-plan-lp .lp-comparison-table td {
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid var(--lp-color-border);
    font-size: 15px;
}

.pro-plan-lp .lp-comparison-table thead th {
    background: #e0e7ff;
    color: var(--lp-color-text);
    font-weight: 700;
    font-size: 16px;
}

.pro-plan-lp .lp-th-short {
    display: none;
}

.pro-plan-lp .lp-comparison-table thead th:nth-child(3) {
    background: var(--lp-color-accent);
    color: white;
}

.pro-plan-lp .lp-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.pro-plan-lp .lp-comparison-table tbody tr:hover {
    background: #f0f4ff;
}

.pro-plan-lp .lp-comparison-table td:first-child {
    text-align: left;
    font-weight: 500;
}

.pro-plan-lp .lp-check-icon {
    color: var(--lp-color-success);
    font-size: 22px;
}

.pro-plan-lp .lp-double-circle-icon {
    color: var(--lp-color-primary);
    font-size: 22px;
    font-weight: 700;
}

.pro-plan-lp .lp-cross-icon {
    color: #c9cdd4;
    font-size: 22px;
}

.pro-plan-lp .lp-highlight-row {
    background: #fff7ed !important;
}

.pro-plan-lp .lp-highlight-row td:first-child {
    color: var(--lp-color-primary);
    font-weight: 700;
}

.pro-plan-lp .lp-comparison-note {
    text-align: right;
    font-size: 15px;
    color: var(--lp-color-text-light);
    margin-top: 10px;
    padding-right: 8px;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-comparison-table {
        min-width: 0;
    }

    .pro-plan-lp .lp-comparison-table th,
    .pro-plan-lp .lp-comparison-table td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .pro-plan-lp .lp-comparison-table thead th {
        font-size: 14px;
    }

    .pro-plan-lp .lp-th-full {
        display: none;
    }

    .pro-plan-lp .lp-th-short {
        display: inline;
    }

    .pro-plan-lp .lp-comparison-table td:first-child {
        font-size: 13px;
        word-break: keep-all;
    }

    .pro-plan-lp .lp-comparison-table small {
        display: block;
        font-size: 12px;
        line-height: 1.3;
    }

    .pro-plan-lp .lp-check-icon,
    .pro-plan-lp .lp-double-circle-icon,
    .pro-plan-lp .lp-cross-icon {
        font-size: 18px;
    }

    .pro-plan-lp .lp-comparison-subtitle {
        font-size: 18px !important;
        padding-left: 10px;
    }
}

/* ========================================
   Stats Section
======================================== */
.pro-plan-lp .lp-stats {
    background: linear-gradient(135deg, var(--lp-color-navy) 0%, #1e3a5f 100%);
    color: white;
    text-align: center;
}

.pro-plan-lp .lp-stats .lp-section-label {
    color: rgba(255, 255, 255, 0.5);
}

.pro-plan-lp .lp-stats .lp-section-title {
    color: white !important;
}

.pro-plan-lp .lp-stats .lp-section-title::after {
    background: linear-gradient(90deg, var(--lp-color-primary-light), var(--lp-color-primary));
}

.pro-plan-lp .lp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.pro-plan-lp .lp-stat-item {
    padding: 30px 20px;
}

.pro-plan-lp .lp-stat-number {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--lp-color-primary-light);
}

.pro-plan-lp .lp-stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pro-plan-lp .lp-stat-number {
        font-size: 34px;
    }

    .pro-plan-lp .lp-stat-item {
        padding: 20px 8px;
    }
}

/* ========================================
   Pricing Section
======================================== */
.pro-plan-lp .lp-pricing {
    background: white;
}

.pro-plan-lp .lp-pricing-card {
    max-width: 520px;
    margin: 0 auto;
    background: white;
    border: 3px solid var(--lp-color-accent);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 60px rgba(37, 99, 235, 0.12);
}

.pro-plan-lp .lp-pricing-header {
    background: linear-gradient(135deg, var(--lp-color-navy) 0%, #1e3a5f 100%);
    color: white;
    padding: 36px;
    text-align: center;
}

.pro-plan-lp .lp-pricing-badge {
    display: inline-block;
    background: var(--lp-color-primary);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

.pro-plan-lp .lp-pricing-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pro-plan-lp .lp-pricing-price {
    font-size: 54px;
    font-weight: 900;
}

.pro-plan-lp .lp-pricing-price span {
    font-size: 17px;
    font-weight: 400;
    opacity: 0.8;
}

.pro-plan-lp .lp-pricing-trial {
    display: inline-block;
    margin-top: 16px;
    background: rgba(234, 88, 12, 0.8);
    padding: 10px 28px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 700;
}

.pro-plan-lp .lp-pricing-body {
    padding: 32px;
}

.pro-plan-lp .lp-pricing-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.pro-plan-lp .lp-pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--lp-color-border);
    list-style: none !important;
    font-size: 17px;
}

.pro-plan-lp .lp-pricing-features li:last-child {
    border-bottom: none;
}

.pro-plan-lp .lp-pricing-features li::before {
    content: '\2713';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: var(--lp-color-success);
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
}

.pro-plan-lp .lp-pricing-note {
    background: var(--lp-color-bg-gray);
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.pro-plan-lp .lp-pricing-note h4 {
    font-size: 17px !important;
    margin-bottom: 12px !important;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-pricing-note ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px;
    color: var(--lp-color-text-light);
}

.pro-plan-lp .lp-pricing-note li {
    margin-bottom: 4px;
}

.pro-plan-lp .lp-pricing-comparison {
    text-align: center;
    margin-top: 48px;
    padding: 32px;
    background: var(--lp-color-bg-gray);
    border-radius: 16px;
}

.pro-plan-lp .lp-pricing-comparison h4 {
    font-size: 22px !important;
    margin-bottom: 24px !important;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-price-items {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.pro-plan-lp .lp-price-item {
    text-align: center;
}

.pro-plan-lp .lp-price-item-value {
    font-size: 30px;
    font-weight: 700;
    color: var(--lp-color-primary);
}

.pro-plan-lp .lp-price-item-label {
    font-size: 15px;
    color: var(--lp-color-text-light);
    margin-top: 4px;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-pricing-header {
        padding: 28px 14px;
    }

    .pro-plan-lp .lp-pricing-body {
        padding: 20px 14px;
    }

    .pro-plan-lp .lp-pricing-note {
        padding: 16px 12px;
    }

    .pro-plan-lp .lp-pricing-comparison {
        padding: 24px 14px;
    }

    .pro-plan-lp .lp-price-items {
        gap: 30px;
    }
}

/* ========================================
   Bonus Section
======================================== */
.pro-plan-lp .lp-bonus {
    background: linear-gradient(135deg, #fefce8, #fef3c7);
    border-top: 1px solid #fde68a;
    border-bottom: 1px solid #fde68a;
}

.pro-plan-lp .lp-bonus-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.pro-plan-lp .lp-bonus-badge {
    display: inline-block;
    background: var(--lp-color-gold);
    color: white;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
}

.pro-plan-lp .lp-bonus-title {
    font-size: 36px !important;
    margin-bottom: 16px !important;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-bonus-desc {
    font-size: 17px;
    color: var(--lp-color-text-light);
    margin-bottom: 28px;
}

.pro-plan-lp .lp-bonus-list {
    background: white;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.pro-plan-lp .lp-bonus-list ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pro-plan-lp .lp-bonus-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--lp-color-border);
    font-size: 17px;
    list-style: none !important;
}

.pro-plan-lp .lp-bonus-list li:last-child {
    border-bottom: none;
}

.pro-plan-lp .lp-bonus-list li::before {
    content: '\2605';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 13px;
}

.pro-plan-lp .lp-bonus-note {
    margin-top: 16px;
    font-size: 15px;
    color: var(--lp-color-text-light);
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-bonus-list {
        padding: 20px 14px;
    }
}

/* ========================================
   Steps Section
======================================== */
.pro-plan-lp .lp-steps {
    background: white;
}

.pro-plan-lp .lp-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.pro-plan-lp .lp-step-item {
    text-align: center;
    position: relative;
    padding: 24px 12px;
}

.pro-plan-lp .lp-step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 52px;
    right: -12px;
    width: 24px;
    height: 2px;
    background: var(--lp-color-border);
}

.pro-plan-lp .lp-step-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
}

.pro-plan-lp .lp-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-plan-lp .lp-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--lp-color-accent), var(--lp-color-accent-light));
    color: white;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 12px;
}

.pro-plan-lp .lp-step-item h3 {
    font-size: 19px !important;
    margin-bottom: 10px !important;
    color: var(--lp-color-text) !important;
}

.pro-plan-lp .lp-step-item p {
    font-size: 16px;
    color: var(--lp-color-text-light);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-steps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pro-plan-lp .lp-step-item:not(:last-child)::after {
        display: none;
    }

    .pro-plan-lp .lp-step-item {
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
        padding: 14px 10px;
        background: var(--lp-color-bg-gray);
        border-radius: 12px;
    }

    .pro-plan-lp .lp-step-icon {
        width: 44px;
        height: 44px;
        margin: 0;
        flex-shrink: 0;
    }

    .pro-plan-lp .lp-step-number {
        display: none;
    }
}

/* ========================================
   FAQ Section
======================================== */
.pro-plan-lp .lp-faq {
    background: var(--lp-color-bg-gray);
}

.pro-plan-lp .lp-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.pro-plan-lp .lp-faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.pro-plan-lp .lp-faq-question {
    width: 100%;
    padding: 22px 28px;
    background: white;
    border: none;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--lp-color-text);
    font-family: 'Noto Sans JP', sans-serif;
    transition: background 0.2s ease;
}

.pro-plan-lp .lp-faq-question:hover {
    background: var(--lp-color-bg-gray);
}

.pro-plan-lp .lp-faq-question::after {
    content: '+';
    font-size: 26px;
    font-weight: 300;
    color: var(--lp-color-accent);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.pro-plan-lp .lp-faq-item.active .lp-faq-question::after {
    transform: rotate(45deg);
}

.pro-plan-lp .lp-faq-answer {
    padding: 0 28px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pro-plan-lp .lp-faq-item.active .lp-faq-answer {
    padding: 0 28px 22px;
    max-height: 500px;
}

.pro-plan-lp .lp-faq-answer p {
    color: var(--lp-color-text-light);
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-faq-question {
        padding: 18px 14px;
        gap: 12px;
    }

    .pro-plan-lp .lp-faq-answer {
        padding: 0 14px;
    }

    .pro-plan-lp .lp-faq-item.active .lp-faq-answer {
        padding: 0 14px 18px;
    }
}

/* ========================================
   Final CTA Section
======================================== */
.pro-plan-lp .lp-final-cta {
    background: linear-gradient(135deg, var(--lp-color-navy) 0%, #1e3a5f 50%, #243b5c 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pro-plan-lp .lp-final-cta::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pro-plan-lp .lp-final-cta-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pro-plan-lp .lp-final-cta h2 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
    color: white !important;
}

.pro-plan-lp .lp-final-cta p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
}

.pro-plan-lp .lp-final-cta-points {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
}

.pro-plan-lp .lp-final-cta-points li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 4px;
    list-style: none !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.pro-plan-lp .lp-final-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.pro-plan-lp .lp-final-cta-links {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-plan-lp .lp-final-cta-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.pro-plan-lp .lp-final-cta-links a:hover {
    color: white;
}

@media (max-width: 768px) {
    .pro-plan-lp .lp-final-cta h2 {
        font-size: 28px !important;
    }

    .pro-plan-lp .lp-final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .pro-plan-lp .lp-final-cta-points li {
        padding: 6px 14px;
        font-size: 15px;
    }
}

/* ========================================
   Utility Classes
======================================== */
.pro-plan-lp .lp-text-center {
    text-align: center;
}

.pro-plan-lp .lp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
