/* Clean Modern Design for Shakaihoken First View */
/* Professional, Clean, and Readable */

/* ========================================
   1. Hero Section - Clean & Modern
   ======================================== */

/* Hero全体 - 明るく清潔感のあるデザイン */
body .hero,
.hero {
    min-height: 90vh !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4rem 0 !important;
}

/* シンプルな装飾的要素 */
.hero::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -20% !important;
    width: 60% !important;
    height: 150% !important;
    background: linear-gradient(135deg, #e0f2fe 0%, #ddd6fe 50%, #fef3c7 100%) !important;
    opacity: 0.3 !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
}

/* Hero Content - 中央配置 */
.hero-content,
.hero .container {
    position: relative !important;
    z-index: 10 !important;
    text-align: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* バッジ - シンプルでエレガント */
body .hero-badge,
.hero-badge {
    display: inline-block !important;
    background: #f3f4f6 !important;
    color: #4b5563 !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.025em !important;
    margin-bottom: 1.5rem !important;
    border: 1px solid #e5e7eb !important;
}

/* メインタイトル - 読みやすく大きく */
body .hero-title,
.hero-title {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    line-height: 1.2 !important;
    color: #111827 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.03em !important;
}

/* サブタイトル - 控えめで上品 */
body .hero-subtitle,
.hero-subtitle {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    color: #6b7280 !important;
    margin-bottom: 2.5rem !important;
    line-height: 1.6 !important;
}

/* 削減金額 - 目立つが上品に */
body .hero-highlight,
.hero-highlight {
    display: inline-block !important;
    background: #fef3c7 !important;
    color: #92400e !important;
    padding: 1rem 2rem !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    font-size: 1.5rem !important;
    margin: 2rem 0 !important;
    border: 2px solid #fde68a !important;
    position: relative !important;
}

/* 削減例セクション - クリーンなカードデザイン */
.reduction-examples {
    margin: 4rem auto !important;
    max-width: 1200px !important;
    padding: 0 2rem !important;
}

.reduction-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 2rem !important;
}

.reduction-card,
.example-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    text-align: center !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.reduction-card:hover,
.example-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: #3b82f6 !important;
}

/* 削減例のタイトル */
.reduction-title,
.example-title {
    font-size: 1.125rem !important;
    color: #374151 !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
}

/* 削減前後の金額 */
.reduction-before,
.example-before {
    font-size: 1rem !important;
    color: #9ca3af !important;
    margin-bottom: 0.5rem !important;
}

.reduction-arrow,
.example-arrow {
    font-size: 1.5rem !important;
    color: #3b82f6 !important;
    margin: 1rem 0 !important;
    display: block !important;
}

.reduction-after,
.example-after {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #dc2626 !important;
    margin-bottom: 1rem !important;
}

/* 削減額バッジ */
.reduction-save,
.example-save {
    display: inline-block !important;
    background: #10b981 !important;
    color: #ffffff !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
}

/* CTAボタン - モダンでクリーン */
.hero-cta {
    display: flex !important;
    gap: 1rem !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin-top: 2.5rem !important;
}

.cta-btn,
.btn-primary,
.btn-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.cta-btn.primary,
.btn-primary,
.btn-cta.primary {
    background: #3b82f6 !important;
    color: #ffffff !important;
    border: 2px solid #3b82f6 !important;
}

.cta-btn.primary:hover,
.btn-primary:hover {
    background: #2563eb !important;
    border-color: #2563eb !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.2) !important;
}

.cta-btn.secondary,
.btn-cta.secondary {
    background: #ffffff !important;
    color: #3b82f6 !important;
    border: 2px solid #3b82f6 !important;
}

.cta-btn.secondary:hover {
    background: #eff6ff !important;
    transform: translateY(-2px) !important;
}

/* セクション区切り */
.section-divider {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100px !important;
    background: linear-gradient(to bottom, transparent, #f9fafb) !important;
}

/* アクセント装飾 */
.accent-circle {
    position: absolute !important;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    background: #3b82f6 !important;
    opacity: 0.05 !important;
}

.accent-circle:nth-child(1) {
    top: 10% !important;
    left: 5% !important;
}

.accent-circle:nth-child(2) {
    bottom: 10% !important;
    right: 5% !important;
    background: #10b981 !important;
}

/* すべての不要な効果を削除 */
* {
    animation: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    backdrop-filter: none !important;
}

/* グローバルスタイルのリセット */
body {
    background: #ffffff !important;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    body .hero,
    .hero {
        min-height: auto !important;
        padding: 3rem 0 !important;
    }
    
    body .hero-title,
    .hero-title {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }
    
    body .hero-subtitle,
    .hero-subtitle {
        font-size: 1.125rem !important;
    }
    
    body .hero-highlight,
    .hero-highlight {
        font-size: 1.25rem !important;
        padding: 0.75rem 1.5rem !important;
    }
    
    .reduction-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .hero-cta {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .cta-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* アクセシビリティ */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}

/* ハイコントラストモード */
@media (prefers-contrast: high) {
    .hero-title {
        color: #000000 !important;
    }
    
    .hero-subtitle {
        color: #374151 !important;
    }
    
    .reduction-card {
        border: 2px solid #000000 !important;
    }
}