:root {
    --brand: #0ABAB5;
    --brand-dark: #089e99;
    --brand-light: #e6fafa;
}

/* Hero */
.hero-section { background: linear-gradient(135deg, #f0fffe 0%, #e8f8f8 50%, #f8f9fa 100%); padding: 140px 0 80px; }
.hero-badge { display: inline-block; background: rgba(10,186,181,.1); color: #0ABAB5; border: 1px solid rgba(10,186,181,.3); border-radius: 99px; padding: 4px 16px; font-size: 13px; font-weight: 500; margin-bottom: 20px; }
.hero-title { font-size: 48px; font-weight: 800; line-height: 1.3; margin-bottom: 16px; color: #1a1a1a; }
.hero-sub { font-size: 18px; color: #666; margin-bottom: 12px; line-height: 1.7; }
.hero-note-small { font-size: 12px; color: #aaa; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-note { font-size: 12px; color: #aaa; margin-top: 12px; }
.btn-brand { background: #0ABAB5; color: #fff !important; border: none; }
.btn-brand:hover { background: #089e99; color: #fff !important; }
.btn-consult { background: #fff; color: #0ABAB5 !important; border: 2px solid #0ABAB5; font-weight: 600; }
.btn-consult:hover { background: #f0fffe; }

/* Trust bar */
.trust-bar { background: #fff; border-top: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef; padding: 16px 0; }
.trust-bar-text { font-size: 13px; color: #888; text-align: center; }
.trust-icons { display: flex; gap: 32px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.trust-icon-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #555; font-weight: 500; }

/* 課題提起 */
.problem-section { padding: 80px 0; background: #fff; }
.section-title { font-size: 32px; font-weight: 700; text-align: center; margin-bottom: 8px; color: #1a1a1a; }
.section-sub { text-align: center; color: #888; font-size: 15px; margin-bottom: 48px; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.problem-card { background: #f8f9fa; border-radius: 12px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 12px; }
.problem-emoji { font-size: 24px; flex-shrink: 0; }
.problem-text { font-size: 14px; color: #555; line-height: 1.6; }

/* ビフォーアフター */
.ba-section { padding: 80px 0; background: linear-gradient(135deg, #f0fffe, #e8f8f8); }
.ba-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; max-width: 800px; margin: 0 auto; }
.ba-col { background: #fff; border-radius: 12px; padding: 24px; }
.ba-col.before { border-top: 3px solid #dc3545; }
.ba-col.after { border-top: 3px solid #0ABAB5; }
.ba-label { font-size: 12px; font-weight: 700; letter-spacing: .05em; margin-bottom: 12px; }
.ba-label.before { color: #dc3545; }
.ba-label.after { color: #0ABAB5; }
.ba-item { font-size: 13px; color: #555; padding: 6px 0; border-bottom: 1px solid #f0f0f0; line-height: 1.5; }
.ba-item:last-child { border-bottom: none; }
.ba-arrow { font-size: 32px; color: #0ABAB5; text-align: center; }

/* 機能 */
.features-section { padding: 80px 0; background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.feature-card { background: #f8f9fa; border-radius: 12px; padding: 28px 24px; transition: box-shadow .2s; }
.feature-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); background: #fff; }
.feature-icon { font-size: 32px; margin-bottom: 12px; }
.feature-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 13px; color: #666; line-height: 1.7; margin: 0; }

/* ターゲット */
.target-section { padding: 80px 0; background: #f8f9fa; }
.target-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.target-card { background: #fff; border-radius: 16px; padding: 32px; border-top: 4px solid #0ABAB5; }
.target-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 16px; color: #1a1a1a; }
.target-list { list-style: none; padding: 0; margin: 0; }
.target-list li { font-size: 14px; color: #555; padding: 6px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start; gap: 8px; line-height: 1.6; }
.target-list li::before { content: "✓"; color: #0ABAB5; font-weight: 700; flex-shrink: 0; }
.target-list li:last-child { border-bottom: none; }

/* 比較 */
.compare-section { padding: 80px 0; background: #fff; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; max-width: 800px; margin: 0 auto 32px; }
.compare-table th { padding: 14px 16px; text-align: center; font-weight: 600; border-bottom: 2px solid #e9ecef; }
.compare-table th.siscan { background: #0ABAB5; color: #fff; border-radius: 8px 8px 0 0; }
.compare-table td { padding: 12px 16px; border-bottom: 1px solid #f0f0f0; text-align: center; }
.compare-table td:first-child { text-align: left; font-weight: 500; color: #555; }
.compare-table .check { color: #0ABAB5; font-size: 18px; font-weight: 700; }
.compare-table .cross { color: #ccc; }
.compare-table .siscan-col { background: #f0fffe; }
.compare-quote { background: #f0fffe; border-left: 4px solid #0ABAB5; padding: 20px 24px; border-radius: 0 8px 8px 0; max-width: 700px; margin: 0 auto; font-size: 15px; color: #333; line-height: 1.8; }

/* セットアップ */
.setup-section { padding: 80px 0; background: #1a1a2e; color: #fff; }
.setup-section .section-title { color: #fff; }
.setup-section .section-sub { color: #aaa; }
.setup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.setup-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 24px; }
.setup-card-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: #0ABAB5; margin-bottom: 8px; }
.setup-card-name { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.setup-card-price { font-size: 24px; font-weight: 700; color: #0ABAB5; margin-bottom: 12px; font-family: 'Inter', sans-serif; }
.setup-card-list { list-style: none; padding: 0; margin: 0; }
.setup-card-list li { font-size: 12px; color: #aaa; padding: 4px 0; display: flex; align-items: flex-start; gap: 6px; }
.setup-card-list li::before { content: "✓"; color: #0ABAB5; flex-shrink: 0; }

/* 料金ミニ */
.pricing-section { padding: 80px 0; background: #f8f9fa; }
.mini-plan-card { background: #fff; border-radius: 12px; padding: 24px 20px; text-align: center; border: 1.5px solid #e9ecef; height: 100%; }
.mini-plan-card.recommended { border-color: #0ABAB5; background: #f0fffe; }
.mini-plan-name { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.mini-plan-price { font-size: 28px; font-weight: 700; margin-bottom: 4px; font-family: 'Inter', sans-serif; }
.mini-plan-price span { font-size: 13px; font-weight: 400; color: #888; }
.mini-plan-desc { font-size: 12px; color: #888; }

/* FAQ */
.faq-section { padding: 80px 0; background: #fff; }
.faq-item { background: #f8f9fa; border-radius: 10px; padding: 20px 24px; margin-bottom: 12px; cursor: pointer; }
.faq-q { font-weight: 600; font-size: 14px; display: flex; justify-content: space-between; align-items: center; }
.faq-a { font-size: 13px; color: #666; line-height: 1.7; margin-top: 12px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-arrow { transition: transform .2s; }

/* CTA */
.cta-section { background: linear-gradient(135deg, #0ABAB5, #089e99); padding: 80px 0; color: #fff; text-align: center; }
.cta-section h2 { font-size: 32px; font-weight: 700; margin-bottom: 12px; }
.cta-section p { font-size: 15px; opacity: .85; margin-bottom: 32px; }
.btn-white { background: #fff; color: #0ABAB5 !important; font-weight: 700; border: none; }
.btn-white:hover { background: #f0fffe; color: #089e99 !important; }
.btn-white-outline { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.6); font-weight: 600; }
.btn-white-outline:hover { background: rgba(255,255,255,.1); }

/* Suggest Box */
.suggest-box { background: #fff; border-radius: 16px; padding: 28px 32px; max-width: 600px; margin: 32px auto 0; box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.suggest-label { font-size: 13px; color: #888; margin-bottom: 12px; }
.suggest-count-badge { background: #0ABAB5; color: #fff; font-size: 11px; padding: 2px 10px; border-radius: 99px; margin-left: 8px; }
.suggest-input-wrap { display: flex; gap: 8px; }
.suggest-input { flex: 1; border: 1.5px solid #e9ecef; border-radius: 8px; padding: 10px 16px; font-size: 15px; outline: none; transition: border-color .2s; font-family: 'Noto Sans JP', sans-serif; }
.suggest-input:focus { border-color: #0ABAB5; }
.suggest-btn { background: #0ABAB5; color: #fff; border: none; border-radius: 8px; padding: 10px 20px; font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap; font-family: 'Noto Sans JP', sans-serif; }
.suggest-btn:hover { background: #089e99; }
.suggest-results { margin-top: 16px; text-align: left; }
.suggest-result-item { padding: 8px 12px; border-radius: 6px; font-size: 14px; cursor: pointer; transition: background .15s; display: flex; align-items: center; gap: 8px; }
.suggest-result-item:hover { background: #f0fffe; color: #0ABAB5; }
.suggest-result-item::before { content: "🔍"; font-size: 12px; }
.suggest-remaining { font-size: 12px; color: #aaa; margin-top: 12px; text-align: right; }
.suggest-limit-msg { text-align: center; padding: 20px 0 8px; }
.limit-icon { font-size: 36px; margin-bottom: 8px; }
.limit-title { font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.limit-desc { font-size: 13px; color: #666; line-height: 1.7; }
.suggest-note { font-size: 11px; color: #aaa; margin-top: 8px; }

@media (max-width: 768px) {
    .hero-title { font-size: 32px; }
    .hero-sub { font-size: 15px; }
    .suggest-box { padding: 20px 16px; }
    .suggest-input-wrap { flex-direction: column; }
    .ba-grid { grid-template-columns: 1fr; }
    .ba-arrow { transform: rotate(90deg); }
    .target-grid { grid-template-columns: 1fr; }
    .setup-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 24px; }
}

/* ===== Hero v2 : 2カラム + スライダー ===== */
.hero-section {
    background: linear-gradient(150deg, #eafaf4 0%, #f5fdfa 55%, #e8f7f2 100%);
    padding: 100px 0 60px;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 0;
}
.hero-left { display: flex; flex-direction: column; gap: 18px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: #e1f5ee; color: #085041;
    font-size: 11px; font-weight: 500;
    padding: 5px 12px; border-radius: 100px; width: fit-content;
    border: 0.5px solid #9fe1cb;
}
.hero-title {
    font-size: 28px; font-weight: 700; color: #111;
    line-height: 1.5; letter-spacing: -0.3px;
    text-align: left; margin: 0;
}
.hero-title em { color: #1ba87e; font-style: normal; }
.hero-title .hero-sub-line {
    font-size: 17px; font-weight: 500; color: #444; display: block; margin-top: 4px;
}
.hero-price-row {
    display: flex; align-items: center; gap: 14px;
    background: #fff; border: 0.5px solid rgba(27,168,126,0.22);
    border-radius: 12px; padding: 14px 18px;
}
.hero-price-left { flex: 1; }
.hero-price-tag { font-size: 10px; color: #1ba87e; font-weight: 500; margin-bottom: 2px; }
.hero-price-old { font-size: 11px; color: #bbb; text-decoration: line-through; }
.hero-price-main { display: flex; align-items: baseline; gap: 3px; margin-top: 1px; }
.hero-price-yen { font-size: 30px; font-weight: 700; color: #e00033; }
.hero-price-unit { font-size: 12px; color: #999; }
.hero-price-right {
    font-size: 11px; color: #666; line-height: 1.65;
    border-left: 1px solid #eee; padding-left: 14px;
}
.hero-gsc-note {
    font-size: 11px; color: #555;
    display: flex; align-items: center; gap: 6px;
}
.hero-gsc-note i { color: #1ba87e; }
.hero-cta-btn {
    background: #1ba87e; color: #fff !important; border: none;
    border-radius: 9px; padding: 15px 20px;
    font-size: 16px; font-weight: 700; cursor: pointer;
    width: 100%; letter-spacing: 0.3px;
    display: block; text-align: center; text-decoration: none;
    transition: background 0.2s;
}
.hero-cta-btn:hover { background: #0f8a67; color: #fff !important; }
.hero-cta-meta {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 11px; color: #999;
}
.hero-setup-link { color: #1ba87e; text-decoration: underline; }

/* スライダー右パネル */
.hero-right { position: relative; height: 400px; }
.hero-screen-frame {
    position: absolute; inset: 0;
    border-radius: 14px; overflow: hidden;
    border: 0.5px solid rgba(0,0,0,0.07);
    box-shadow: 0 8px 32px rgba(27,168,126,0.12);
    background: #fff;
}
.hero-slide {
    position: absolute; inset: 0; opacity: 0;
    transition: opacity 1.1s ease;
    display: flex; flex-direction: column;
}
.hero-slide.active { opacity: 1; }
.slide-header {
    background: #fff; padding: 14px 18px 10px;
    border-bottom: 0.5px solid #f0f0f0;
    flex-shrink: 0; display: flex; align-items: center; gap: 10px;
}
.slide-header-icon {
    width: 28px; height: 28px; border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; flex-shrink: 0;
}
.slide-header-title { font-size: 14px; font-weight: 700; color: #111; }
.slide-header-sub { font-size: 10px; color: #aaa; margin-top: 1px; }
.slide-body { flex: 1; overflow: hidden; background: #fafafa; padding: 14px 18px; }
.slide-body-center {
    flex: 1; overflow: hidden; background: #fafafa; padding: 14px 18px;
    display: flex; flex-direction: column; justify-content: center; gap: 16px;
}

/* スライド内テーブル行 */
.s-row {
    display: flex; align-items: center;
    padding: 7px 0; border-bottom: 0.5px solid #f0f0f0;
    font-size: 11px; gap: 8px;
}
.s-row:last-child { border-bottom: none; }
.s-kw { flex: 1; color: #222; }
.s-bar-w { flex: 0 0 80px; height: 5px; background: #eee; border-radius: 3px; }
.s-bar { height: 5px; background: #1ba87e; border-radius: 3px; }
.s-num { min-width: 46px; text-align: right; color: #555; font-size: 10px; }
.s-badge { font-size: 9px; border-radius: 4px; padding: 2px 6px; font-weight: 600; min-width: 22px; text-align: center; }
.s-badge.hi { background: #fde8e8; color: #c00; }
.s-badge.md { background: #fff3e0; color: #b85c00; }
.s-badge.lo { background: #e8f5e9; color: #2e7d32; }
.s-rank { width: 34px; text-align: center; font-weight: 700; font-size: 11px; border-radius: 5px; padding: 3px 0; }
.s-rank.g { background: #e8f5e9; color: #2e7d32; }
.s-rank.b { background: #e3f2fd; color: #0d47a1; }
.s-rank.o { background: #fff3e0; color: #e65100; }
.s-chg { font-size: 11px; min-width: 34px; text-align: right; }
.s-chg.up { color: #2e7d32; }
.s-chg.dn { color: #c62828; }

/* ドット */
.hero-dots {
    position: absolute; bottom: 12px; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 7px;
}
.hero-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(27,168,126,0.4);
    transition: background 0.3s; cursor: pointer;
}
.hero-dot.active { background: #1ba87e; border-color: #1ba87e; }

/* キーワードサンプル区切り */
.hero-kw-invite {
    text-align: center; font-size: 12px; color: #1ba87e;
    margin: 28px 0 12px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
}

@media (max-width: 768px) {
    .hero-inner { grid-template-columns: 1fr; gap: 28px; }
    .hero-right { height: 340px; }
    .hero-title { font-size: 22px; }
}
