/*
Theme Name: Healy Business LP
Theme URI: https://japan.healy.shop/ja/your-healy-opportunity/
Author: Healy Business Guide
Description: Healyビジネスの無料相談・セミナー集客に特化したワンページ・ランディングページ用WordPressテーマ。フォーム訴求・LINE誘導・免責事項までを1テーマに集約。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: healy-lp
*/

:root{
  --navy:#1c2b3a;
  --navy-deep:#141f2b;
  --cream:#f4efe6;
  --cream-field:#ece5d8;
  --gold:#a4822f;
  --gold-dark:#8a6d1f;
  --text:#22303e;
  --text-light:#5b6673;
  --white:#ffffff;
  --radius:10px;
  --shadow:0 12px 30px rgba(20,31,43,0.12);
}
*{box-sizing:border-box;margin:0;padding:0;}
body{
  font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif;
  color:var(--text);
  background:var(--cream);
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px;}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;letter-spacing:.08em;color:var(--gold);
  font-weight:700;margin-bottom:10px;
}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--gold);display:inline-block;}
h1,h2,h3{font-weight:700;letter-spacing:.02em;}
section{padding:72px 0;}
.note{font-size:13px;color:var(--text-light);}

/* ===== Header ===== */
header.site{
  position:sticky;top:0;z-index:50;
  background:var(--navy);
  color:var(--white);
}
body.admin-bar header.site{top:32px;}
@media (max-width:782px){
  body.admin-bar header.site{top:46px;}
}
header.site .bar{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 24px;max-width:1080px;margin:0 auto;
}
.logo{
  display:flex;align-items:center;gap:10px;font-size:17px;font-weight:700;letter-spacing:.05em;
}
.logo .dot{width:9px;height:9px;border-radius:50%;background:var(--gold);flex-shrink:0;}
.logo img{max-height:36px;width:auto;}
nav.main{display:flex;gap:28px;font-size:14px;}
nav.main a{opacity:.85;}
nav.main a:hover{opacity:1;color:var(--gold);}
.header-cta{
  background:var(--gold);color:var(--navy-deep);
  padding:10px 20px;border-radius:6px;font-weight:700;font-size:14px;
  white-space:nowrap;
}
.menu-toggle{display:none;background:none;border:none;color:var(--white);font-size:24px;cursor:pointer;}

/* ===== Hero ===== */
.hero{
  background:linear-gradient(100deg,rgba(12,19,27,.4) 0%,rgba(12,19,27,.32) 40%,rgba(12,19,27,.16) 70%,rgba(12,19,27,.06) 95%),var(--navy-deep);
  color:var(--white);
  padding:64px 0 0;
}
.hero-grid{
  display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start;
}
.hero-text{}
.hero h1{
  font-size:clamp(30px,4.5vw,46px);line-height:1.45;margin-bottom:18px;
  color:#ffffff;font-weight:800;
  text-shadow:0 1px 3px rgba(0,0,0,.85),0 4px 16px rgba(0,0,0,.6);
}
.hero h1 span{color:var(--gold);}
.hero p.lead{
  font-size:17px;font-weight:500;color:#ffffff;margin-bottom:0;max-width:520px;
  text-shadow:0 1px 3px rgba(0,0,0,.8),0 2px 10px rgba(0,0,0,.55);
}
.badge-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;margin-bottom:0;}
.badge{
  background:rgba(12,18,25,0.92);border:1px solid rgba(255,255,255,0.18);
  padding:9px 16px;border-radius:20px;font-size:14px;font-weight:700;color:#ffffff;
}
.hero-disclaimer{font-size:12px;color:#8a97a4;margin-top:8px;padding-bottom:56px;}

/* ===== Lead form card ===== */
.form-card{
  background:var(--white);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  transform:translateY(24px);
}
.form-card .fc-head{
  background:var(--navy-deep);
  color:var(--white);
  padding:24px 28px;
  display:flex;gap:14px;align-items:flex-start;
}
.fc-head .icon{
  width:44px;height:44px;background:rgba(164,130,47,0.18);border:1px solid var(--gold);
  border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.fc-head .icon svg{width:22px;height:22px;stroke:var(--gold);}
.fc-head .eyebrow{color:#d8c48f;margin-bottom:6px;}
.fc-head h2{font-size:20px;line-height:1.5;}
.fc-notice{
  background:#fbf3e3;border-left:3px solid var(--gold-dark);
  margin:20px 28px 0;padding:14px 16px;
  font-size:13.5px;line-height:1.8;color:var(--text);border-radius:6px;
}
.form-card form{padding:28px;}
.field{margin-bottom:20px;}
.field label{
  display:block;font-size:14px;font-weight:700;margin-bottom:8px;color:var(--text);
}
.field label .req{color:#c0392b;font-size:12px;margin-left:4px;}
.field label .opt{color:var(--text-light);font-size:12px;font-weight:400;margin-left:4px;}
.field input, .field select, .field textarea{
  width:100%;padding:13px 16px;
  background:var(--cream-field);
  border:1px solid #ddd3bf;
  border-radius:8px;
  font-size:15px;color:var(--text);
  font-family:inherit;
}
.field select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23a4822f'><path d='M5.5 7.5l4.5 5 4.5-5z'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;}
.field textarea{resize:vertical;min-height:90px;}
.field input::placeholder, .field textarea::placeholder{color:#9a9284;}
.submit-btn{
  width:100%;padding:16px;border:none;border-radius:8px;
  background:var(--gold-dark);color:var(--white);
  font-size:16px;font-weight:700;letter-spacing:.04em;cursor:pointer;
  transition:background .2s ease;
}
.submit-btn:hover{background:#755a15;}
.form-foot-note{margin-top:14px;font-size:12px;color:var(--text-light);text-align:center;}

/* ===== Why Now ===== */
.why-now{background:var(--navy-deep);color:var(--white);}
.why-now .wrap{max-width:760px;text-align:center;}
.why-now .eyebrow{justify-content:center;color:var(--gold);}
.why-now h2{font-size:26px;margin-bottom:20px;color:#fff;}
.why-now p{font-size:15.5px;line-height:1.9;color:#d7dde2;margin-bottom:16px;}
.why-now p:last-child{margin-bottom:0;}

/* ===== Empathy ===== */
.empathy{background:var(--white);}
.empathy h2{font-size:26px;text-align:center;margin-bottom:12px;}
.empathy .sub{text-align:center;color:var(--text-light);margin-bottom:44px;}
.empathy-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.empathy-col{
  background:var(--cream);border-radius:var(--radius);padding:30px 28px;
  border-top:4px solid var(--gold);
}
.empathy-col h3{font-size:17px;margin-bottom:16px;}
.empathy-col li{
  padding:10px 0 10px 26px;position:relative;font-size:14.5px;color:var(--text);
  border-bottom:1px dashed #ddd3bf;
}
.empathy-col li:last-child{border-bottom:none;}
.empathy-col li::before{
  content:"✓";position:absolute;left:0;top:10px;color:var(--gold-dark);font-weight:700;
}

/* ===== What is Healy ===== */
.about{background:var(--cream);}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center;}
.about-visual{
  background:linear-gradient(145deg,var(--navy) 0%,var(--navy-deep) 100%);
  border-radius:var(--radius);height:100%;min-height:280px;
  display:flex;align-items:center;justify-content:center;padding:32px;
  color:var(--white);position:relative;overflow:hidden;
}
.about-visual .ring{
  position:absolute;border:1px solid rgba(164,130,47,0.4);border-radius:50%;
}
.about-visual .ring.r1{width:180px;height:180px;}
.about-visual .ring.r2{width:260px;height:260px;}
.about-visual .ring.r3{width:340px;height:340px;}
.about-visual .core{
  width:88px;height:88px;background:var(--gold);border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--navy-deep);
  font-size:13px;text-align:center;z-index:2;letter-spacing:.05em;
}
.about h2{font-size:24px;margin-bottom:18px;}
.about p{margin-bottom:14px;color:var(--text);font-size:15px;}
.about .disclaimer-box{
  background:#fff;border:1px solid #ddd3bf;border-radius:8px;padding:16px 18px;margin-top:16px;
  font-size:12.5px;color:var(--text-light);
}

/* ===== Programs ===== */
.programs{background:var(--white);}
.programs h2{font-size:26px;text-align:center;margin-bottom:12px;}
.programs .sub{text-align:center;color:var(--text-light);margin-bottom:40px;}
.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.program-card{
  position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1/1;
  display:flex;align-items:flex-end;
}
.program-card-overlay{
  width:100%;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.15) 55%,rgba(0,0,0,0) 100%);
  padding:20px 18px;color:#fff;text-align:center;
}
.program-card-overlay h3{font-size:18px;font-weight:800;margin-bottom:8px;text-shadow:0 1px 4px rgba(0,0,0,.45);}
.program-card-overlay p{font-size:14px;font-weight:600;line-height:1.6;color:#ffffff;text-shadow:0 1px 3px rgba(0,0,0,.45);}
@media (max-width:860px){
  .program-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:520px){
  .program-grid{grid-template-columns:1fr;}
}

/* ===== Strengths ===== */
.strengths{background:var(--white);}
.strengths h2{font-size:26px;text-align:center;margin-bottom:12px;}
.strengths .sub{text-align:center;color:var(--text-light);margin-bottom:44px;}
.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.card{
  background:var(--cream);border-radius:var(--radius);padding:26px 22px;
  border:1px solid #e6ddc9;
}
.card .num{
  font-size:13px;font-weight:700;color:var(--gold-dark);letter-spacing:.08em;margin-bottom:10px;
}
.card h3{font-size:16px;margin-bottom:10px;}
.card p{font-size:13.5px;color:var(--text-light);}

/* ===== Persona ===== */
.persona{background:var(--navy-deep);color:var(--white);}
.persona h2{font-size:26px;text-align:center;margin-bottom:44px;color:var(--white);}
.persona-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.persona-col{
  background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.12);
  border-radius:var(--radius);padding:30px 28px;
}
.persona-col .tag{
  display:inline-block;background:var(--gold);color:var(--navy-deep);
  padding:5px 14px;border-radius:20px;font-size:12.5px;font-weight:700;margin-bottom:16px;
}
.persona-col h3{font-size:18px;margin-bottom:16px;line-height:1.6;}
.persona-col li{padding:8px 0 8px 24px;position:relative;font-size:14px;color:#d7dde2;}
.persona-col li::before{content:"—";position:absolute;left:0;color:var(--gold);}

/* ===== Steps ===== */
.steps{background:var(--cream);}
.steps h2{font-size:26px;text-align:center;margin-bottom:44px;}
.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.step{background:var(--white);border-radius:var(--radius);padding:26px 20px;text-align:center;border:1px solid #e6ddc9;position:relative;}
.step .step-num{
  width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--gold);
  display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 14px;
}
.step h3{font-size:15px;margin-bottom:8px;}
.step p{font-size:13px;color:var(--text-light);}

/* ===== FAQ ===== */
.faq{background:var(--white);}
.faq h2{font-size:26px;text-align:center;margin-bottom:40px;}
.faq-list{max-width:760px;margin:0 auto;}
.faq-item{border-bottom:1px solid #e6ddc9;padding:20px 0;}
.faq-item summary{
  cursor:pointer;font-weight:700;font-size:15px;list-style:none;
  display:flex;justify-content:space-between;align-items:center;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";font-size:20px;color:var(--gold-dark);font-weight:400;}
.faq-item[open] summary::after{content:"−";}
.faq-item p{margin-top:12px;font-size:14px;color:var(--text-light);padding-right:24px;}

/* ===== Final CTA ===== */
.final-cta{
  background:linear-gradient(160deg,var(--navy) 0%,var(--navy-deep) 100%);
  color:var(--white);text-align:center;
}
.final-cta h2{font-size:26px;margin-bottom:14px;}
.final-cta p{color:#cfd6dd;margin-bottom:32px;max-width:520px;margin-left:auto;margin-right:auto;}
.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:15px 30px;border-radius:8px;font-weight:700;font-size:15px;
}
.btn-line{background:#06C755;color:#fff;}
.btn-outline{border:1px solid rgba(255,255,255,0.4);color:#fff;}

/* ===== Static page content (page.php) ===== */
.page-content{background:var(--white);}
.page-content .entry-header{margin-bottom:24px;}
.page-content .entry-header h1{font-size:28px;}
.page-content .entry-content{font-size:15px;color:var(--text);}
.page-content .entry-content h2{font-size:20px;margin:28px 0 12px;}
.page-content .entry-content h3{font-size:16px;margin:20px 0 10px;}
.page-content .entry-content p{margin-bottom:14px;}
.page-content .entry-content ul,
.page-content .entry-content ol{margin:0 0 14px 22px;list-style:revert;}
.page-content .entry-content a{color:var(--gold-dark);text-decoration:underline;}

/* ===== Blog list / index fallback ===== */
.post-list{background:var(--white);}
.post-list article{
  border-bottom:1px solid #e6ddc9;padding:28px 0;
}
.post-list article:first-child{padding-top:0;}
.post-list h2{font-size:19px;margin-bottom:8px;}
.post-list .entry-meta{font-size:12.5px;color:var(--text-light);margin-bottom:10px;}
.post-list .entry-summary{font-size:14.5px;color:var(--text);}
.pagination{display:flex;gap:12px;justify-content:center;margin-top:32px;font-size:14px;}
.pagination a, .pagination span{padding:8px 14px;border:1px solid #e6ddc9;border-radius:6px;}

/* ===== Footer ===== */
footer{background:var(--navy-deep);color:#9aa5b1;padding:48px 0 24px;font-size:12.5px;}
footer .foot-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:28px;}
footer .foot-links{display:flex;gap:20px;flex-wrap:wrap;}
footer .disclaimer{
  border-top:1px solid rgba(255,255,255,0.1);padding-top:22px;line-height:1.9;
}
footer .disclaimer p{margin-bottom:10px;}
footer .copyright{margin-top:20px;color:#6b7684;}

/* ===== Floating LINE button ===== */
.float-line{
  position:fixed;right:22px;bottom:22px;z-index:60;
  background:#06C755;color:#fff;padding:14px 20px;border-radius:30px;
  display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;
  box-shadow:0 10px 24px rgba(6,199,85,0.35);
}
.float-line .ico{width:20px;height:20px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#06C755;font-size:12px;font-weight:900;}

/* ===== Responsive ===== */
@media (max-width:860px){
  nav.main{display:none;}
  .menu-toggle{display:block;}
  .hero-grid{grid-template-columns:1fr;}
  .form-card{transform:translateY(0);margin-top:32px;}
  .empathy-grid{grid-template-columns:1fr;}
  .about-grid{grid-template-columns:1fr;}
  .about-visual{min-height:220px;}
  .cards4{grid-template-columns:1fr 1fr;}
  .persona-grid{grid-template-columns:1fr;}
  .steps-row{grid-template-columns:1fr 1fr;}
  section{padding:56px 0;}
}
@media (max-width:520px){
  .cards4{grid-template-columns:1fr;}
  .steps-row{grid-template-columns:1fr;}
  .float-line span.label{display:none;}
  .float-line{padding:14px;border-radius:50%;}
}
