/* ============================================
   Promot Works - トップページ固有スタイル
   index.css
   ============================================ */

/* HERO */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; background: var(--navy); padding: 0; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(11,22,44,0.92) 0%, rgba(11,22,44,0.80) 42%, rgba(11,22,44,0.25) 72%, rgba(11,22,44,0.05) 100%); }
.hero-inner { position: relative; z-index: 1; width: 100%; padding: 0 var(--gutter); }
.hero-badge { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
.hero-badge-illust { width: 160px; height: auto; }
.hero-badge-text { display: inline-flex; align-items: center; background: rgba(26,111,232,0.55); border: 1.5px solid rgba(96,165,250,0.85); color: #fff; font-size: 16px; font-weight: 700; padding: 8px 20px; border-radius: 100px; letter-spacing: 0.06em; white-space: nowrap; }
.hero h1 { font-size: clamp(28px, 4.2vw, 52px); font-weight: 900; color: var(--white); line-height: 1.25; letter-spacing: -0.03em; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: #60A5FA; }
.hero-sub { font-size: 15px; color: rgba(255,255,255,0.75); max-width: 480px; margin-bottom: 12px; line-height: 1.85; }
.hero-price { font-size: 13px; color: #60A5FA; font-weight: 700; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--blue); color: var(--white); padding: 15px 30px; border-radius: 100px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .2s; box-shadow: 0 4px 20px rgba(26,111,232,0.4); }
.btn-primary:hover { background: #1559c4; transform: translateY(-2px); }
.btn-ghost { color: rgba(255,255,255,0.8); padding: 15px 22px; font-size: 13px; font-weight: 600; text-decoration: none; border: 1px solid rgba(255,255,255,0.25); border-radius: 100px; transition: all .2s; }
.btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,0.6); }
.hero-note { margin-top: 14px; font-size: 11px; color: rgba(255,255,255,0.4); }

/* COMMON SECTION */
section { padding: 88px var(--gutter); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--blue); text-transform: uppercase; margin-bottom: 10px; }
.section-title { font-size: clamp(22px, 3.2vw, 36px); font-weight: 900; color: var(--navy); line-height: 1.3; letter-spacing: -0.02em; margin-bottom: 14px; }
.section-sub { font-size: 15px; color: var(--gray-600); max-width: 560px; line-height: 1.85; margin: 0 auto; }

/* WORRIES（PROBLEM） */
.worries { background: var(--navy); position: relative; overflow: hidden; }
.worries::before { content: ''; position: absolute; inset: 0; background: url('images/oyakuni_top.jpg') center / cover no-repeat; opacity: 0.12; filter: grayscale(30%); z-index: 0; }
.worries::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(30,80,160,0.55) 0%, rgba(20,60,130,0.45) 100%); z-index: 1; }
.worries .section-inner { position: relative; z-index: 2; }
.worries .section-label { color: #93C5FD; }
.worries .section-title { color: var(--white); }
.worries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 48px; }
.worry-item { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 10px; backdrop-filter: blur(4px); }
.worry-check { width: 22px; height: 22px; background: rgba(96,165,250,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-size: 12px; color: #93C5FD; font-weight: 700; }
.worry-item p { font-size: 14px; color: rgba(255,255,255,0.88); line-height: 1.6; }

/* SOLUTION */
.solution-sec { background: linear-gradient(160deg, #EAF2FF 0%, #F0F7FF 50%, #E8F4FB 100%); }
.solution-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
.sol-card { background: var(--white); border: none; border-radius: 18px; padding: 32px 26px 28px; position: relative; transition: box-shadow .25s, transform .25s; overflow: hidden; box-shadow: 0 4px 28px rgba(27,42,74,0.09); }
.sol-card:hover { box-shadow: 0 16px 48px rgba(27,42,74,0.16); transform: translateY(-4px); }
.sol-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: 18px 18px 0 0; }
.sol-card:nth-child(1)::before { background: linear-gradient(90deg, #1A6FE8, #38BDF8); }
.sol-card:nth-child(2)::before { background: linear-gradient(90deg, #0891B2, #06B6D4); }
.sol-card:nth-child(3)::before { background: linear-gradient(90deg, #7B4FA6, #A78BFA); }
.sol-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 20px; }
.sol-card-left { flex: 1; min-width: 0; }
.sol-card-illust { width: 130px; height: 130px; object-fit: contain; flex-shrink: 0; margin-top: -2px; margin-right: -2px; filter: drop-shadow(0 2px 8px rgba(27,42,74,0.08)); }
.sol-num { display: inline-flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 100px; margin-bottom: 14px; color: #fff; }
.sol-card:nth-child(1) .sol-num { background: linear-gradient(90deg, #1A6FE8, #38BDF8); }
.sol-card:nth-child(2) .sol-num { background: linear-gradient(90deg, #0891B2, #06B6D4); }
.sol-card:nth-child(3) .sol-num { background: linear-gradient(90deg, #7B4FA6, #A78BFA); }
.sol-title { font-size: 16px; font-weight: 900; color: var(--navy); line-height: 1.55; letter-spacing: -0.01em; }
.sol-body { font-size: 13.5px; color: #3D4F6B; line-height: 1.8; border-top: 1px solid var(--gray-100); padding-top: 16px; margin-top: 4px; }

/* PROCESS */
.process { background: linear-gradient(135deg, #1B2A4A 0%, #1A3A6A 50%, #1B3A5A 100%); }
.process .section-title { color: var(--white); }
.process .section-label { color: #60A5FA; }
.process .section-sub { color: rgba(255,255,255,0.75); }
.process-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 52px; }
.process-step { background: linear-gradient(160deg, rgba(255,255,255,0.18) 0%, rgba(96,165,250,0.12) 100%); border: 1px solid rgba(255,255,255,0.25); border-radius: 12px; padding: 28px 18px; text-align: center; }
.step-num { font-size: 11px; font-weight: 700; color: #93C5FD; letter-spacing: 0.08em; margin-bottom: 10px; }
.step-name { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.step-detail { font-size: 11px; color: rgba(255,255,255,0.75); line-height: 1.6; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.svc-card { border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.svc-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.svc-head { padding: 20px 22px; font-size: 15px; font-weight: 700; color: var(--white); display: flex; align-items: center; gap: 10px; }
.svc-icon { font-size: 28px; line-height: 1; }
.svc-body { padding: 18px 22px; background: var(--white); }
.svc-item { font-size: 13px; color: var(--gray-600); padding: 6px 0; border-bottom: 1px solid var(--gray-100); display: flex; align-items: center; gap: 8px; }
.svc-item:last-child { border-bottom: none; }
.svc-item::before { content: '·'; color: var(--blue); font-size: 18px; line-height: 1; flex-shrink: 0; }

/* COMPARE（DIFFERENCE） */
.compare { background: var(--gray-50); }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 52px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.compare-table th { padding: 18px 20px; text-align: center; font-size: 13px; font-weight: 700; background: var(--gray-100); color: var(--gray-600); border-bottom: 2px solid var(--gray-200); }
.compare-table th.hl { background: var(--navy); color: var(--white); }
.compare-table td { padding: 14px 20px; text-align: center; font-size: 13px; color: var(--gray-600); background: var(--white); border-bottom: 1px solid var(--gray-100); }
.compare-table td:first-child { text-align: left; font-weight: 600; color: var(--navy); background: var(--gray-50); }
.compare-table td.hl { background: var(--blue-lt); font-weight: 700; color: var(--blue); }
.compare-table tr:last-child td { border-bottom: none; }
.mg { color: var(--blue); font-size: 16px; }
.mm { color: var(--gray-400); }
.mb { color: var(--gray-300); font-size: 14px; }
.compare-note { margin-top: 20px; text-align: center; font-size: 13px; font-weight: 700; color: var(--blue); }

/* PRICING */
.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.price-card { border: 2px solid var(--gray-200); border-radius: var(--radius); padding: 36px 28px; background: var(--white); transition: box-shadow .2s, transform .2s; position: relative; }
.price-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.price-card.featured { border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue), var(--shadow-lg); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--white); font-size: 11px; font-weight: 700; padding: 4px 16px; border-radius: 100px; white-space: nowrap; }
.price-title { font-size: 14px; font-weight: 700; color: var(--gray-600); margin-bottom: 10px; text-align: center; }
.price-num { font-family: 'DM Sans', sans-serif; font-size: 44px; font-weight: 700; color: var(--navy); text-align: center; letter-spacing: -0.04em; line-height: 1; margin-bottom: 4px; }
.price-num span { font-size: 16px; font-weight: 500; color: var(--gray-400); }
.price-note { font-size: 12px; color: var(--gray-400); text-align: center; margin-bottom: 22px; }
.price-hr { border: none; border-top: 1px solid var(--gray-200); margin: 18px 0; }
.price-sub { font-size: 13px; color: var(--gray-600); text-align: center; margin-bottom: 14px; line-height: 1.6; }
.price-items { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.price-items li { font-size: 13px; color: var(--gray-600); display: flex; align-items: center; gap: 8px; }
.price-items li::before { content: '✓'; width: 18px; height: 18px; background: var(--blue-lt); color: var(--blue); border-radius: 50%; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.price-disc { font-size: 11px; color: var(--gray-400); text-align: center; margin-top: 14px; font-style: italic; }

/* FREE TRIAL */
.trial { background: var(--teal-lt); }
.trial-items { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.trial-item { background: var(--white); border: 2px solid var(--teal); border-radius: 10px; padding: 14px 20px; font-size: 13px; font-weight: 600; color: var(--teal); transition: all .2s; }
.trial-item:hover { background: var(--teal); color: var(--white); }

/* CASES */
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.case-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; text-decoration: none; display: block; transition: all .2s; }
.case-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: var(--blue); }
.case-tag { display: inline-block; background: var(--blue-lt); color: var(--blue); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; margin-bottom: 12px; }
.case-title { font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.55; margin-bottom: 10px; }
.case-who { font-size: 12px; color: var(--gray-400); }
.case-more { display: block; text-align: center; margin-top: 40px; }
.case-more a { font-size: 14px; font-weight: 700; color: var(--blue); text-decoration: none; border: 2px solid var(--blue); padding: 12px 28px; border-radius: 100px; display: inline-block; transition: all .2s; }
.case-more a:hover { background: var(--blue); color: var(--white); }

/* CTA */
.cta-sec { background: linear-gradient(135deg, #0F1E38 0%, #1B2A4A 100%); padding: 100px var(--gutter); text-align: center; }
.cta-sec h2 { font-size: clamp(22px, 3.8vw, 38px); font-weight: 900; color: var(--white); margin-bottom: 14px; letter-spacing: -0.02em; }
.cta-sec p { font-size: 15px; color: rgba(255,255,255,0.6); margin-bottom: 40px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-white { background: var(--white); color: var(--navy); padding: 16px 36px; border-radius: 100px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .2s; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.btn-white:hover { transform: translateY(-2px); }
.btn-outline-w { color: rgba(255,255,255,0.8); padding: 16px 28px; border-radius: 100px; font-size: 14px; font-weight: 600; text-decoration: none; border: 1px solid rgba(255,255,255,0.25); transition: all .2s; }
.btn-outline-w:hover { color: #fff; border-color: rgba(255,255,255,0.6); }

/* レスポンシブ */
@media (max-width: 859px) {
  .solution-cards { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .services-grid,
  .pricing-cards,
  .cases-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
}

/* HubSpot フォームラップ */
.hs-form-wrap {
  max-width: 850px;
  margin: 40px auto 0;
  background: #ffffff;
  border-radius: 12px;
  padding: 36px 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
