/* =============================================================
   physical-ai-komon.css — フィジカルAI顧問サービスLP専用スタイル
   プレフィックス: pak-
   ============================================================= */

/* ---- ページ共通 ---- */
.pak-page {
    background-color: #ffffff;
    color: #0f172a;
}

.pak-breadcrumb {
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    font-size: 0.8rem;
}

.pak-section {
    padding: 4rem 0;
}

.pak-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 0.75rem;
    border: none;
    padding: 0;
}

.pak-section-lead {
    text-align: center;
    color: #475569;
    margin-bottom: 2rem;
    font-size: 1rem;
}

/* ---- ヒーロー ---- */
.pak-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #ffffff;
    padding: 4rem 0 3.5rem;
}

.pak-hero-ikusei {
    background: linear-gradient(135deg, #1a202c 0%, #2d5a3d 100%);
}

.pak-hero-inner {
    max-width: 760px;
}

.pak-hero-badge {
    display: inline-block;
    background: #10b981;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.3rem 0.8rem;
    border-radius: 100px;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.pak-hero-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.pak-hero-lead {
    font-size: 1.05rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.pak-hero-note {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-bottom: 1.5rem;
}

.pak-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* ---- ボタン ---- */
.pak-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #20aee5;
    color: #ffffff;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 0.95rem;
}

.pak-btn-primary:hover {
    background: #1a8fc4;
    color: #ffffff;
}

.pak-btn-primary.pak-btn-lg {
    padding: 0.9rem 2rem;
    font-size: 1rem;
}

.pak-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.6);
    transition: border-color 0.2s, background 0.2s;
    font-size: 0.95rem;
}

.pak-btn-outline:hover {
    border-color: #ffffff;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}

.pak-btn-outline.pak-btn-lg {
    padding: 0.9rem 2rem;
    font-size: 1rem;
}

/* ---- こんな時に ---- */
.pak-trouble {
    background: #f8fafc;
}

.pak-trouble-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
}

.pak-trouble-icon {
    font-size: 1.8rem;
    color: #20aee5;
    display: block;
    margin-bottom: 0.75rem;
}

.pak-trouble-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.6;
}

/* ---- サービスメニュー ---- */
.pak-menu-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pak-menu-main {
    border-color: #20aee5;
    box-shadow: 0 4px 16px rgba(32,174,229,0.12);
}

.pak-menu-badge {
    display: inline-block;
    background: #20aee5;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 100px;
    margin-bottom: 0.75rem;
    width: fit-content;
}

.pak-menu-badge-spot {
    background: #f59e0b;
}

.pak-menu-badge-ikusei {
    background: #10b981;
}

.pak-menu-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.pak-menu-title i {
    color: #20aee5;
    margin-right: 0.3rem;
}

.pak-menu-freq {
    font-size: 0.82rem;
    color: #64748b;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.75rem;
}

.pak-menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    flex: 1;
}

.pak-menu-list li {
    padding: 0.35rem 0 0.35rem 1.2rem;
    position: relative;
    font-size: 0.88rem;
    color: #334155;
}

.pak-menu-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

.pak-menu-price {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    text-align: center;
    background: #f8fafc;
    padding: 0.5rem;
    border-radius: 6px;
}

.pak-btn-menu {
    display: block;
    text-align: center;
    background: #20aee5;
    color: #ffffff;
    font-weight: 700;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background 0.2s;
}

.pak-btn-menu:hover {
    background: #1a8fc4;
    color: #ffffff;
}

.pak-btn-menu-outline {
    background: transparent;
    border: 2px solid #20aee5;
    color: #20aee5;
}

.pak-btn-menu-outline:hover {
    background: #20aee5;
    color: #ffffff;
}

/* ---- 進め方 ---- */
.pak-flow-section {
    background: #f8fafc;
}

.pak-flow {
    max-width: 600px;
    margin: 0 auto;
}

.pak-flow-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.pak-flow-num {
    min-width: 40px;
    height: 40px;
    background: #20aee5;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pak-flow-body h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.pak-flow-body p {
    font-size: 0.88rem;
    color: #475569;
    margin: 0;
}

.pak-flow-arrow {
    text-align: center;
    color: #94a3b8;
    font-size: 1.25rem;
    padding: 0.4rem 0;
}

/* ---- リソースカード ---- */
.pak-resource-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    text-decoration: none;
    color: #0f172a;
    height: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pak-resource-card:hover {
    border-color: #20aee5;
    box-shadow: 0 2px 8px rgba(32,174,229,0.1);
    color: #0f172a;
}

.pak-resource-icon {
    font-size: 1.5rem;
    color: #20aee5;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.pak-resource-title {
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
}

.pak-resource-desc {
    font-size: 0.82rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.pak-resource-link {
    font-size: 0.78rem;
    color: #20aee5;
    font-weight: 600;
}

/* ---- ガイドリンク ---- */
.pak-guide-links {
    background: #f8fafc;
}

.pak-guide-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    text-decoration: none;
    color: #0f172a;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pak-guide-card:hover {
    border-color: #20aee5;
    box-shadow: 0 2px 8px rgba(32,174,229,0.1);
    color: #0f172a;
}

.pak-guide-icon {
    font-size: 1.4rem;
    color: #20aee5;
    flex-shrink: 0;
}

.pak-guide-title {
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
}

.pak-guide-desc {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0;
}

.pak-guide-arrow {
    margin-left: auto;
    color: #94a3b8;
    flex-shrink: 0;
}

/* ---- FAQ ---- */
.pak-faq-list {
    max-width: 780px;
    margin: 0 auto;
}

.pak-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.pak-faq-q {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    background: #f8fafc;
    border: none;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    transition: background 0.15s;
}

.pak-faq-q:hover {
    background: #f1f5f9;
}

.pak-faq-q-label {
    min-width: 1.4rem;
    height: 1.4rem;
    background: #20aee5;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.pak-faq-q-text {
    flex: 1;
    line-height: 1.5;
}

.pak-faq-chevron {
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s;
    margin-top: 0.1rem;
}

.pak-faq-open .pak-faq-chevron {
    transform: rotate(180deg);
}

.pak-faq-a {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #ffffff;
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.7;
    border-top: 1px solid #e2e8f0;
}

.pak-faq-a-label {
    min-width: 1.4rem;
    height: 1.4rem;
    background: #10b981;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.pak-faq-a p {
    margin: 0;
    flex: 1;
}

/* ---- 最下部CTA ---- */
.pak-cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #ffffff;
    padding: 3.5rem 0;
    text-align: center;
}

.pak-cta-inner {
    max-width: 640px;
}

.pak-cta-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.pak-cta-lead {
    opacity: 0.85;
    margin-bottom: 1.75rem;
    font-size: 0.95rem;
}

/* ---- 育成ページ専用 ---- */

/* なぜ担当者育成が必要か */
.pak-reason-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
}

.pak-reason-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.pak-reason-icon-bad {
    font-size: 1.4rem;
    color: #ef4444;
    flex-shrink: 0;
}

.pak-reason-icon-good {
    font-size: 1.4rem;
    color: #10b981;
    flex-shrink: 0;
}

.pak-reason-divider {
    text-align: center;
    color: #94a3b8;
    font-size: 1.25rem;
    padding: 0.4rem 0;
}

.pak-reason-label {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.pak-reason-text {
    font-size: 0.85rem;
    color: #475569;
    margin: 0;
}

/* 3フェーズ */
.pak-phase-section {
    background: #f8fafc;
}

.pak-phases {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.pak-phase-card {
    display: flex;
    gap: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.pak-phase-num {
    min-width: 120px;
    background: #20aee5;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    text-align: center;
    flex-shrink: 0;
}

.pak-phase-card-2 .pak-phase-num {
    background: #f59e0b;
}

.pak-phase-card-3 .pak-phase-num {
    background: #10b981;
}

.pak-phase-month {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    opacity: 0.9;
}

.pak-phase-label {
    font-size: 0.9rem;
    font-weight: 800;
    margin-top: 0.25rem;
}

.pak-phase-body {
    padding: 1.5rem;
    flex: 1;
}

.pak-phase-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.pak-phase-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pak-phase-list > li {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 0.75rem;
}

.pak-phase-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.pak-phase-list strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.2rem;
}

.pak-phase-list p {
    font-size: 0.83rem;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}

.pak-phase-note {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: #78350f;
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.pak-phase-note i {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

/* 資格カード */
.pak-qual-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
}

.pak-qual-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.pak-qual-title i {
    color: #20aee5;
    margin-right: 0.3rem;
}

.pak-qual-card ul {
    font-size: 0.85rem;
    color: #334155;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
}

.pak-qual-card ul li {
    margin-bottom: 0.3rem;
}

.pak-qual-note {
    font-size: 0.78rem;
    color: #64748b;
    background: #f8fafc;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    margin: 0;
}

/* ---- レスポンシブ ---- */
@media (max-width: 767px) {
    .pak-hero-title {
        font-size: 1.4rem;
    }
    .pak-section {
        padding: 2.5rem 0;
    }
    .pak-phase-card {
        flex-direction: column;
    }
    .pak-phase-num {
        min-width: unset;
        width: 100%;
        padding: 0.75rem 1rem;
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.5rem;
    }
    .pak-flow-step {
        flex-direction: column;
    }
}
