/* ========== HERO (dark full-width) ========== */
.site-hero {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    margin-bottom: 0; position: relative; overflow: hidden;
}
.breadcrumb-wrap + .site-hero .site-hero-inner { padding-top: 16px; }
.site-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 500px 250px at 20% 60%, rgba(194,37,92,0.10) 0%, transparent 70%);
    pointer-events: none;
}
.site-hero-inner {
    max-width: 1100px; margin: 0 auto; padding: 36px 20px 32px;
    display: grid; grid-template-columns: 1fr 320px; gap: 32px;
    position: relative; z-index: 1;
}
.hero-left {}
.hero-logo { height: 48px; object-fit: contain; background: rgba(255,255,255,0.08); border-radius: 8px; padding: 5px 10px; margin-bottom: 14px; }
.hero-left h1 { font-size: 1.6rem; color: #fff; margin-bottom: 8px; line-height: 1.3; font-weight: 900; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.hero-chip {
    display: inline-block; font-size: 0.72rem; font-weight: 700;
    padding: 3px 12px; border-radius: 14px;
}
.hero-chip--type { background: rgba(194,37,92,0.2); color: #f9a8d4; }
.hero-chip--feature { background: rgba(255,255,255,0.08); color: #94a3b8; }
.hero-chip--trial { background: rgba(234,88,12,0.2); color: #fdba74; }
.hero-chip--special { background: rgba(245,158,11,0.2); color: #fcd34d; }
.hero-oneliner { font-size: 1rem; color: #f472b6; font-weight: 600; margin-bottom: 10px; line-height: 1.5; }
.hero-desc { font-size: 0.88rem; color: #94a3b8; line-height: 1.7; margin-bottom: 12px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.hero-free-box {
    margin-top: 14px; padding: 12px 16px; background: rgba(254,243,199,0.1); border: 1px solid rgba(240,230,192,0.2);
    border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.hero-free-text { font-size: 0.82rem; color: #fcd34d; line-height: 1.5; }
.hero-free-link {
    flex-shrink: 0; font-size: 0.8rem; font-weight: 600;
    color: #78350f; background: #fef3c7; border: 1px solid #f0e6c0;
    padding: 6px 16px; border-radius: 6px; text-decoration: none; transition: all 0.2s;
}
.hero-free-link:hover { background: #fde68a; border-color: #fbbf24; text-decoration: none; color: #78350f; }
.hero-videos-box {
    margin-top: 14px; padding: 12px 16px; background: rgba(186,230,253,0.08); border: 1px solid rgba(186,230,253,0.15);
    border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.hero-videos-text { font-size: 0.82rem; color: #7dd3fc; line-height: 1.5; }
.hero-videos-link {
    flex-shrink: 0; font-size: 0.8rem; font-weight: 600;
    color: #0369a1; background: #e0f2fe; border: 1px solid #bae6fd;
    padding: 6px 16px; border-radius: 6px; text-decoration: none; transition: all 0.2s;
}
.hero-videos-link:hover { background: #bae6fd; border-color: #7dd3fc; text-decoration: none; color: #075985; }
.hero-verified { font-size: 0.72rem; margin-top: 8px; display: flex; align-items: center; gap: 4px; }
.hero-verified--ok { color: #86efac; }
.hero-verified--pending { color: #64748b; }

/* -- right snapshot card -- */
.hero-right {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px; padding: 24px 22px;
    display: flex; flex-direction: column;
}
.snapshot-price {
    text-align: center; margin-bottom: 18px;
    padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.snapshot-price .from { font-size: 0.75rem; color: #64748b; font-weight: 500; }
.snapshot-price .amount { font-size: 1.8rem; font-weight: 800; color: #f472b6; line-height: 1.2; }
.snapshot-price .period { font-size: 0.78rem; color: #64748b; }

.snapshot-features { margin-bottom: 18px; display: flex; flex-direction: column; gap: 10px; }
.snapshot-feat {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 0.84rem; color: #cbd5e1; line-height: 1.4;
}
.snapshot-feat-icon {
    flex-shrink: 0; width: 28px; height: 28px; border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem;
}
.snapshot-feat-icon--billing { background: rgba(124,58,237,0.15); color: #a78bfa; }
.snapshot-feat-icon--genre { background: rgba(194,37,92,0.15); color: #f9a8d4; }
.snapshot-feat-icon--audience { background: rgba(5,150,105,0.15); color: #6ee7b7; }
.snapshot-feat-icon--trial { background: rgba(234,88,12,0.15); color: #fdba74; }
.snapshot-feat-icon--highlight { background: rgba(59,130,246,0.15); color: #93c5fd; }
.snapshot-feat-text strong { color: #e2e8f0; display: block; font-size: 0.78rem; }

.snapshot-cta { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.snapshot-cta a { text-align: center; }
.snapshot-cta .btn-primary { padding: 12px 20px; font-size: 0.92rem; }
.snapshot-cta .btn-outline { border-color: rgba(255,255,255,0.2); color: #cbd5e1; }
.snapshot-cta .btn-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.06); }

/* ========== HERO (editorial variant) ========== */
.site-hero--editorial::before {
    background: radial-gradient(ellipse 700px 380px at 85% 50%, rgba(194,37,92,0.14) 0%, transparent 70%);
}
.site-hero-ed-inner {
    max-width: 1100px; margin: 0 auto; padding: 36px 24px 32px;
    position: relative; z-index: 1;
    display: flex; flex-direction: column;
}
.breadcrumb-wrap + .site-hero--editorial .site-hero-ed-inner { padding-top: 18px; }

/* header row */
.hero-ed-header {
    display: flex; align-items: center; gap: 18px;
    margin-bottom: 14px;
}
.hero-logo--sm {
    height: 48px; object-fit: contain;
    background: rgba(255,255,255,0.12); border-radius: 8px; padding: 5px 12px;
    flex-shrink: 0;
}
.hero-ed-header-text { display: flex; flex-direction: column; gap: 8px; }
.hero-ed-title {
    font-size: 1.6rem; color: #fff; font-weight: 900; line-height: 1.2;
    letter-spacing: -0.2px; margin: 0;
}
.hero-chips--minimal { display: flex; flex-wrap: wrap; gap: 6px; }

/* one_line_summary: ヘッダーと本文の間のアクセント */
.hero-ed-oneliner {
    font-size: 1rem; color: #f472b6; font-weight: 600;
    line-height: 1.5; margin: 0 0 20px;
}

/* main: 主役テキスト領域（灰色矩形の置き換え） */
.hero-ed-main {
    padding: 24px 0 4px;
    border-top: 1px solid rgba(255,255,255,0.10);
    margin-bottom: 24px;
}
.hero-ed-main-text p {
    font-size: 0.96rem; color: #94a3b8; line-height: 1.9;
    margin: 0 0 1.1em;
}
.hero-ed-main-text p:first-child {
    color: #dde3ec; font-size: 0.98rem;
}
.hero-ed-main-text p:last-child { margin-bottom: 0; }
.hero-ed-main-text--summary p,
.hero-ed-main-text--fallback p { color: #b0bec5; }
.hero-ed-main-text--summary p:first-child,
.hero-ed-main-text--fallback p:first-child { color: #d4dce6; }

/* footer */
.hero-ed-footer {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; flex-wrap: wrap;
    padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.10);
}
.hero-ed-cta {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.30); color: #d4dce6;
    font-size: 0.9rem; padding: 9px 22px; font-weight: 500;
}
.hero-ed-cta:hover { border-color: rgba(255,255,255,0.6); color: #fff; background: rgba(255,255,255,0.11); text-decoration: none; }

/* ========== SITE BODY TEXT（hero直下の補足解説） ========== */
.site-body-text {
    background: #fff; border-radius: 10px;
    padding: 26px 28px; margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.site-body-text p {
    font-size: 0.93rem; line-height: 1.82; color: #334155;
    margin: 0 0 1em;
}
.site-body-text p:last-child { margin-bottom: 0; }

/* ========== OVERVIEW STRIP ========== */
.overview-strip {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0;
    background: #fff; border: 1px solid #e2e8f0; border-radius: 10px;
    overflow: hidden; margin-top: 16px; margin-bottom: 20px;
}
.overview-stat {
    flex: 1; min-width: 120px;
    padding: 14px 18px;
    border-right: 1px solid #f1f5f9;
    display: flex; flex-direction: column; gap: 3px;
}
.overview-stat:last-of-type { border-right: none; }
.overview-stat-label {
    font-size: 0.7rem; font-weight: 700; color: #94a3b8;
    text-transform: uppercase; letter-spacing: 0.4px;
}
.overview-stat-value {
    font-size: 0.88rem; font-weight: 600; color: #1e293b; line-height: 1.4;
}
.overview-stat--trial .overview-stat-value { color: #059669; }
.overview-stat-cta {
    padding: 10px 16px; flex-shrink: 0;
    display: flex; align-items: center;
}
.overview-cta-btn { white-space: nowrap; font-size: 0.88rem; padding: 9px 20px; }

.overview-banner {
    margin-bottom: 16px; text-align: center;
}
.overview-banner img { max-width: 100%; border-radius: 8px; }

/* ========== SPECIAL BANNER ========== */
.special-banner {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fde68a; border-radius: 10px;
    padding: 18px 22px; margin-bottom: 20px;
}
.special-banner h3 { font-size: 0.92rem; font-weight: 700; color: #92400e; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.special-banner p { font-size: 0.85rem; color: #a16207; line-height: 1.7; margin-bottom: 8px; }
.special-banner p:last-child { margin-bottom: 0; }
.special-banner .special-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }

/* ========== SITE EDITORIAL ========== */
.site-editorial {
    background: #fff;
    border-radius: 10px;
    padding: 26px 28px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border-left: 3px solid #c2255c;
}
.site-editorial-body {
    font-size: 0.93rem;
    line-height: 1.82;
    color: #334155;
    white-space: pre-line;
}

/* ========== JUDGE BLOCK (4-box) ========== */
.judge-block { margin-bottom: 24px; }
.judge-block-title {
    font-size: 1.1rem; font-weight: 800; color: #1e293b; margin-bottom: 14px;
    padding-bottom: 8px; border-bottom: 2px solid #f1f5f9;
}

/* ========== RECOMMEND STRIP ========== */
.recommend-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.recommend-card {
    border-radius: 12px; padding: 22px 22px;
    display: flex; gap: 14px; align-items: flex-start;
}
.recommend-card--good { background: #f0fdf4; border: 1px solid #bbf7d0; border-left: 4px solid #22c55e; }
.recommend-card--bad { background: #fffbeb; border: 1px solid #fde68a; border-left: 4px solid #f59e0b; }
.recommend-icon {
    flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
}
.recommend-card--good .recommend-icon { background: #dcfce7; }
.recommend-card--bad .recommend-icon { background: #fef9c3; }
.recommend-body h3 { font-size: 0.85rem; font-weight: 700; margin-bottom: 6px; }
.recommend-card--good .recommend-body h3 { color: #166534; }
.recommend-card--bad .recommend-body h3 { color: #92400e; }
.recommend-body p { font-size: 0.86rem; line-height: 1.6; }
.recommend-card--good .recommend-body p { color: #15803d; }
.recommend-card--bad .recommend-body p { color: #a16207; }

/* ========== INSIGHTS ========== */
.insights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.insight-card {
    background: #fff; border-radius: 12px; padding: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.insight-card h2 {
    font-size: 0.95rem; font-weight: 700; margin-bottom: 12px;
    display: flex; align-items: center; gap: 8px;
    padding-bottom: 10px;
}
.insight-card--strength { border-top: 3px solid #22c55e; }
.insight-card--strength h2 { color: #166534; border-bottom: 1px solid #dcfce7; }
.insight-card--caution { border-top: 3px solid #f59e0b; }
.insight-card--caution h2 { color: #92400e; border-bottom: 1px solid #fef3c7; }
.insight-body { white-space: pre-line; font-size: 0.87rem; line-height: 1.85; color: #475569; }
.insight-body-single { max-width: 680px; }

/* ========== PLANS ========== */
.plan-table { width: 100%; border-collapse: collapse; }
.plan-table th, .plan-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid #f1f5f9; font-size: 0.88rem; color: #475569; }
.plan-table th { background: #f8fafc; font-weight: 600; color: #64748b; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.3px; }
.plan-table .price { font-weight: 700; color: #c2255c; font-size: 0.95rem; }
.plan-table .notes { font-size: 0.78rem; color: #94a3b8; }
.plan-table .trial-badge { display: inline-block; font-size: 0.68rem; padding: 2px 10px; border-radius: 10px; background: #ecfdf5; color: #059669; font-weight: 700; }
.plan-table tr.plan-highlight td { background: #fdf2f8; }

.plan-cards { display: none; }
.plan-card {
    background: #f8fafc; border-radius: 10px; padding: 16px; margin-bottom: 10px;
    border: 1px solid #f1f5f9;
}
.plan-card--highlight { background: #fdf2f8; border-color: #fce7f3; }
.plan-card-name { font-size: 0.9rem; font-weight: 600; color: #1e293b; margin-bottom: 6px; }
.plan-card-price { font-size: 1.15rem; font-weight: 700; color: #c2255c; margin-bottom: 4px; }
.plan-card-daily { font-size: 0.8rem; color: #64748b; margin-bottom: 4px; }
.plan-card-notes { font-size: 0.78rem; color: #94a3b8; white-space: pre-line; line-height: 1.5; }
.plan-card-trial { display: inline-block; font-size: 0.68rem; padding: 2px 10px; border-radius: 10px; background: #ecfdf5; color: #059669; font-weight: 700; margin-left: 6px; }

.plan-cta-bar {
    margin-top: 22px; padding: 20px 24px;
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.plan-cta-text { font-size: 0.88rem; color: #1e293b; font-weight: 600; }
.plan-cta-text span { font-size: 0.78rem; color: #64748b; font-weight: 400; display: block; margin-top: 2px; }
.plan-cta-buttons { display: flex; gap: 10px; flex-wrap: wrap; }

/* ========== FREE TRIAL PROMO ========== */
.free-trial-section {
    background: #fffdf5; border: 1px solid #f0e6c0; border-radius: 12px;
    padding: 0; margin-bottom: 20px; overflow: hidden;
}
.free-trial-header {
    background: #fdf6e3; border-bottom: 1px solid #f0e6c0;
    padding: 14px 24px;
    display: flex; align-items: center; gap: 10px;
}
.free-trial-header-icon { font-size: 1.1rem; }
.free-trial-header h2 {
    font-size: 0.95rem; font-weight: 700; margin: 0; color: #78600a;
    border: none; padding: 0;
}
.free-trial-header .exclusive-badge {
    display: inline-block; font-size: 0.68rem; font-weight: 600;
    background: #f0e6c0; color: #78600a;
    padding: 2px 10px; border-radius: 10px;
}
.free-trial-body { padding: 20px 24px; }
.free-trial-highlight {
    display: flex; align-items: center; gap: 18px;
    margin-bottom: 14px;
}
.free-trial-highlight .plan-price {
    font-size: 1.4rem; font-weight: 800; color: #92400e; line-height: 1;
}
.free-trial-highlight .plan-price span {
    font-size: 0.85rem; font-weight: 600;
}
.free-trial-highlight .plan-detail {
    font-size: 0.85rem; color: #78600a; line-height: 1.5;
}
.free-trial-exclusive {
    font-size: 0.82rem; color: #92400e; font-weight: 600; line-height: 1.6;
    margin-bottom: 14px; display: flex; align-items: flex-start; gap: 6px;
}
.free-trial-cta {
    margin-bottom: 16px; text-align: right;
}
.free-trial-cta .btn-free {
    display: inline-block; text-align: center;
    padding: 11px 28px; border-radius: 8px; font-size: 0.9rem; font-weight: 700;
    text-decoration: none; transition: all 0.2s;
    background: #92400e; color: #fff;
}
.free-trial-cta .btn-free:hover {
    background: #78350f; text-decoration: none; color: #fff;
}
.free-trial-notes {
    background: #fefcf3; border-radius: 8px; padding: 14px 16px;
    border: 1px solid #f0e6c0;
}
.free-trial-notes h4 {
    font-size: 0.76rem; font-weight: 700; color: #92400e;
    margin-bottom: 6px;
}
.free-trial-notes ul {
    margin: 0; padding: 0 0 0 16px;
    font-size: 0.78rem; color: #78600a; line-height: 1.7;
}
.free-trial-notes li { margin-bottom: 1px; }
.free-trial-notes .note-important { color: #92400e; font-weight: 600; }

@media (max-width: 768px) {
    .free-trial-header { padding: 12px 16px; }
    .free-trial-body { padding: 16px; }
    .free-trial-highlight { flex-direction: column; gap: 6px; align-items: flex-start; }
}

/* ========== FEATURED VIDEOS ========== */
.featured-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.featured-header h2 { margin: 0; border: none; padding: 0; }
.featured-intro { font-size: 0.85rem; color: #64748b; margin-bottom: 16px; line-height: 1.5; }
.featured-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.featured-main { text-decoration: none; color: inherit; }
.featured-main .thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; background: #f1f5f9; display: block; }
.featured-sub { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.featured-sub-item { text-decoration: none; color: inherit; transition: background 0.15s; border-radius: 8px; padding: 4px; margin: -4px; overflow: hidden; }
.featured-sub-item .thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 6px; background: #f1f5f9; display: block; }
.featured-main .title { font-size: 0.92rem; color: #1e293b; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.featured-main .meta { font-size: 0.75rem; color: #94a3b8; margin-top: 4px; }
.featured-sub-item:hover { background: #f8fafc; text-decoration: none; }
.featured-sub-item .title { font-size: 0.78rem; color: #1e293b; font-weight: 500; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.featured-sub-item .meta { font-size: 0.7rem; color: #94a3b8; margin-top: 2px; }
.featured-viewall {
    display: block; text-align: center; margin-top: 16px;
    padding: 10px; border-radius: 8px; border: 1px solid #e2e8f0;
    font-size: 0.85rem; font-weight: 600; color: #64748b;
    transition: all 0.2s;
}
.featured-viewall:hover { background: #f8fafc; border-color: #c2255c; color: #c2255c; text-decoration: none; }

/* ========== POPULAR SERIES ========== */
.popular-series-list { display: flex; flex-wrap: wrap; gap: 10px; }
.series-chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 16px; border-radius: 20px;
    background: #f8fafc; border: 1px solid #e2e8f0;
    font-size: 0.82rem; font-weight: 500; color: #475569;
    text-decoration: none; transition: all 0.15s;
}
.series-chip:hover { border-color: #c2255c; color: #c2255c; background: #fffbfc; text-decoration: none; }
.series-chip .series-count {
    font-size: 0.7rem; font-weight: 700; color: #94a3b8;
    background: #f1f5f9; border-radius: 10px; padding: 2px 8px;
}

/* ========== TAGS ========== */
.tag-section-group { margin-bottom: 14px; }
.tag-section-group:last-child { margin-bottom: 0; }
.tag-section-label { font-size: 0.72rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-pill { display: inline-block; font-size: 0.82rem; padding: 6px 16px; border-radius: 20px; font-weight: 500; transition: all 0.15s; text-decoration: none; }
.tag-pill--genre { background: #fdf2f8; color: #c2255c; }
.tag-pill--genre:hover { background: #fce7f3; color: #a61e4d; cursor: pointer; }
.tag-pill--tag { background: #f1f5f9; color: #64748b; }
.tag-pill--tag:hover { background: #e2e8f0; color: #475569; cursor: pointer; }
.tag-pill--service { background: #ecfdf5; color: #059669; }

/* ========== COMPARE ========== */
.compare-intro { font-size: 0.85rem; color: #64748b; margin-bottom: 16px; line-height: 1.5; }
.compare-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.compare-card {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px; border-radius: 10px;
    font-size: 0.88rem; font-weight: 600; text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #e2e8f0; color: #475569; background: #fff;
}
.compare-card:hover { border-color: #c2255c; color: #c2255c; background: #fdf2f8; text-decoration: none; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.compare-card .vs { font-size: 0.7rem; font-weight: 800; color: #94a3b8; background: #f1f5f9; padding: 2px 8px; border-radius: 4px; flex-shrink: 0; }
.compare-card:hover .vs { color: #c2255c; background: #fce7f3; }
.compare-card--special { border-color: #fde68a; background: #fffbeb; color: #92400e; }
.compare-card--special:hover { border-color: #f59e0b; background: #fef3c7; text-decoration: none; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.compare-card--special .vs { color: #92400e; background: #fef3c7; }

/* ========== FAQ ========== */
.faq-section { margin-top: 48px; }
.faq-section h2 { font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; color: #1e293b; }
.faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid #e2e8f0; }
.faq-item { border-bottom: 1px solid #e2e8f0; }
.faq-question {
    display: flex; align-items: center; gap: 12px;
    width: 100%; padding: 16px 4px; border: none; background: none;
    font-size: 0.92rem; font-weight: 600; color: #1e293b;
    cursor: pointer; text-align: left; line-height: 1.5;
}
.faq-question:hover { color: #c2255c; }
.faq-question::before {
    content: 'Q'; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 6px;
    font-size: 0.8rem; font-weight: 800;
    color: #fff; background: #c2255c;
}
.faq-question::after {
    content: '+'; flex-shrink: 0; margin-left: auto;
    font-size: 1.2rem; font-weight: 300; color: #94a3b8;
    transition: transform 0.2s;
}
.faq-item.is-open .faq-question::after { content: '−'; }
.faq-answer {
    display: none; padding: 0 4px 16px 44px;
    font-size: 0.88rem; color: #475569; line-height: 1.7;
}
.faq-item.is-open .faq-answer { display: block; }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .site-editorial { padding: 18px 16px; }
    .site-editorial-body { font-size: 0.88rem; line-height: 1.75; }
    .site-hero-inner { grid-template-columns: 1fr; padding: 24px 16px 20px; }
    .breadcrumb-wrap + .site-hero .site-hero-inner { padding-top: 12px; }
    .hero-left h1 { font-size: 1.3rem; }
    .hero-right { border-top: 1px solid rgba(255,255,255,0.08); }
    /* editorial hero */
    .site-hero-ed-inner { padding: 22px 16px 22px; }
    .hero-ed-header { gap: 12px; margin-bottom: 10px; }
    .hero-logo--sm { height: 40px; }
    .hero-ed-title { font-size: 1.3rem; letter-spacing: 0; }
    .hero-ed-oneliner { font-size: 0.92rem; margin-bottom: 16px; }
    .hero-ed-main { padding: 18px 0 4px; margin-bottom: 18px; }
    .hero-ed-main-text p { font-size: 0.88rem; line-height: 1.8; margin-bottom: 0.9em; }
    .hero-ed-main-text p:first-child { font-size: 0.9rem; }
    .hero-ed-footer { flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 16px; }
    .hero-ed-cta { width: 100%; text-align: center; box-sizing: border-box; }
    .site-body-text { padding: 18px 16px; }
    .site-body-text p { font-size: 0.88rem; }
    /* overview strip */
    .overview-strip { flex-direction: column; }
    .overview-stat { border-right: none; border-bottom: 1px solid #f1f5f9; min-width: unset; flex: unset; width: 100%; flex-direction: row; justify-content: space-between; align-items: center; padding: 11px 16px; }
    .overview-stat:last-of-type { border-bottom: none; }
    .overview-stat-cta { width: 100%; padding: 12px 16px; border-top: 1px solid #f1f5f9; }
    .overview-cta-btn { width: 100%; text-align: center; display: block; }
    .snapshot-price .amount { font-size: 1.4rem; }
    .recommend-strip { grid-template-columns: 1fr; }
    .recommend-card { flex-direction: column; gap: 8px; }
    .insights-grid { grid-template-columns: 1fr; }
    .featured-grid { grid-template-columns: 1fr; }
    .plan-table { display: none; }
    .plan-cards { display: block; }
    .plan-cta-bar { flex-direction: column; text-align: center; }
    .plan-cta-buttons { flex-direction: column; gap: 12px; width: 100%; }
    .plan-cta-buttons a { display: block; width: 100%; text-align: center; box-sizing: border-box; }
    .compare-grid { grid-template-columns: 1fr; }
    .faq-section { margin-top: 36px; }
    .faq-question { font-size: 0.88rem; padding: 14px 2px; }
    .faq-answer { padding: 0 2px 14px 40px; font-size: 0.85rem; }
    .hero-free-box, .hero-videos-box { justify-content: flex-end; }
    .final-cta-buttons { flex-direction: column; gap: 12px; }
    .final-cta-btn { width: 100%; text-align: center; }
}
