body.ligp-view-kessansho-course{
  --navy:#0D0864;
  --gold:#DDC300;
  --ink:#26242e;
  --muted:#6b6973;
  --line:rgba(13,8,100,.20);
  --warm:#F7F5EE;
  --pale:#F3F4F8;
  --white:#fff;
  --serif:"Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN",serif;
  --sans:"Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
}
.ligp-course-lp,.ligp-course-lp *{box-sizing:border-box}
.ligp-course-lp{scroll-behavior:smooth}
body.ligp-view-kessansho-course{margin:0;color:var(--ink);font-family:var(--sans);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.ligp-course-lp a{color:inherit;text-decoration:none}
.ligp-course-lp img{display:block;max-width:100%}
.ligp-course-lp .container{width:min(1180px,calc(100% - 56px));margin:0 auto}
.ligp-course-lp .section{padding:108px 0}
.ligp-course-lp .eyebrow{display:flex;align-items:center;gap:15px;color:var(--navy);font-size:16px;font-weight:800;letter-spacing:.04em;margin:0 0 25px}
.ligp-course-lp .eyebrow:before{content:"";width:42px;height:2px;background:var(--gold);flex:0 0 auto}
.ligp-course-lp h1,.ligp-course-lp h2,.ligp-course-lp h3,.ligp-course-lp p{margin-top:0}
.ligp-course-lp h1,.ligp-course-lp h2{font-family:var(--serif);color:var(--navy);font-weight:600;letter-spacing:-.045em}
.ligp-course-lp h2{font-size:clamp(40px,4.2vw,60px);line-height:1.35;margin-bottom:28px}
.ligp-course-lp .lead{font-size:19px;line-height:2;max-width:900px}
.ligp-course-lp .small-note{font-size:13px;color:var(--muted);line-height:1.8}
.ligp-course-lp .rule{height:1px;background:var(--line)}

/* header */
.ligp-course-lp .header{height:76px;background:var(--navy);color:#fff;display:flex;align-items:center;position:sticky;top:0;z-index:40}
.ligp-course-lp .header-inner{width:min(1380px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;gap:24px}
.ligp-course-lp .logo{width:168px;height:54px;object-fit:contain;object-position:left center}
.ligp-course-lp .header .logo{transform:none}
.ligp-course-lp .header-actions{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}
.ligp-course-lp .header-actions .site-link{border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:3px}
.ligp-course-lp .header-actions .cta{height:46px;display:flex;align-items:center;padding:0 22px;background:#fff;color:var(--navy);font-weight:900}

/* hero */
.ligp-course-lp .hero{position:relative;overflow:hidden;background:#fff;padding:96px 0 86px}
.ligp-course-lp .hero:before,.ligp-course-lp .hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.ligp-course-lp .hero:before{width:820px;height:820px;right:-340px;top:-390px;border:1px solid rgba(13,8,100,.07)}
.ligp-course-lp .hero:after{width:460px;height:460px;right:-130px;top:160px;border:1px solid rgba(221,195,0,.18)}
.ligp-course-lp .hero-inner{position:relative;z-index:1}
.ligp-course-lp .hero h1{font-size:clamp(56px,5.6vw,82px);line-height:1.25;max-width:980px;margin:0 0 28px}
.ligp-course-lp .hero-desc{font-family:var(--serif);font-size:clamp(25px,2.3vw,34px);line-height:1.6;color:var(--navy);max-width:1000px;margin:0 0 44px}
.ligp-course-lp .hero-message{font-size:21px;line-height:1.95;max-width:900px}
.ligp-course-lp .hero-message strong{color:var(--navy);font-size:1.08em}
.ligp-course-lp .hero-cta{display:inline-flex;margin-top:34px;min-width:210px;height:54px;padding:0 26px;align-items:center;justify-content:center;background:var(--navy);color:#fff;font-weight:900}
.ligp-course-lp .hero-meta{margin-top:52px;padding-top:25px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:12px 30px;color:var(--navy);font-weight:800;font-size:14px}

/* target */
.ligp-course-lp .target{background:var(--warm)}
.ligp-course-lp .target-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:80px;align-items:start}
.ligp-course-lp .target-copy h2{margin-bottom:30px}
.ligp-course-lp .target-hook{font-family:var(--serif);color:var(--navy);font-size:clamp(34px,3.5vw,51px);line-height:1.55;letter-spacing:-.035em}
.ligp-course-lp .target-hook strong{font-weight:600}
.ligp-course-lp .check-list{border-top:1px solid var(--line)}
.ligp-course-lp .check{padding:22px 0;border-bottom:1px solid var(--line);font-size:18px;line-height:1.75;display:grid;grid-template-columns:24px 1fr;gap:12px}
.ligp-course-lp .check:before{content:"✓";color:var(--gold);font-weight:900}
.ligp-course-lp .target-end{margin-top:30px;color:var(--navy);font-weight:900;font-size:19px;line-height:1.8}

/* concrete */
.ligp-course-lp .concrete{background:#fff}
.ligp-course-lp .value-list{border-top:1px solid var(--line)}
.ligp-course-lp .value-row{display:grid;grid-template-columns:145px minmax(0,1fr);gap:38px;padding:42px 0;border-bottom:1px solid var(--line)}
.ligp-course-lp .value-no{font-family:var(--serif);font-size:66px;color:rgba(13,8,100,.13);line-height:1}
.ligp-course-lp .value-row h3{font-family:var(--serif);color:var(--navy);font-size:31px;line-height:1.45;margin:0 0 12px;font-weight:600}
.ligp-course-lp .value-row p{font-size:17px;line-height:1.9;max-width:850px;margin:0}
.ligp-course-lp .section-close{margin-top:42px;color:var(--navy);font-family:var(--sans);font-size:19px;font-weight:900;line-height:1.8;max-width:900px}

/* use own statements */
.ligp-course-lp .own{background:var(--pale)}
.ligp-course-lp .own-wrap{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:72px}
.ligp-course-lp .own-note{background:#fff;border-top:3px solid var(--gold);padding:34px 38px}
.ligp-course-lp .own-note h3{color:var(--navy);font-family:var(--serif);font-size:27px;line-height:1.5;margin-bottom:20px}
.ligp-course-lp .own-note p{font-size:16px;line-height:1.9}
.ligp-course-lp .own-flow{border-top:1px solid var(--line)}
.ligp-course-lp .own-step{display:grid;grid-template-columns:72px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}
.ligp-course-lp .own-step .n{font-family:var(--serif);color:rgba(13,8,100,.22);font-size:44px}
.ligp-course-lp .own-step strong{display:block;color:var(--navy);font-size:17px;margin-bottom:7px}
.ligp-course-lp .own-step p{margin:0;line-height:1.8}

/* philosophy */
.ligp-course-lp .why{background:var(--navy);color:#fff}
.ligp-course-lp .why h2{color:#fff}
.ligp-course-lp .why .eyebrow{color:#fff}
.ligp-course-lp .process{margin-top:50px;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.28);border-left:1px solid rgba(255,255,255,.28)}
.ligp-course-lp .process-item{padding:34px 24px 32px;border-right:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.28);min-height:200px}
.ligp-course-lp .process-item .n{font-family:var(--serif);font-size:54px;color:rgba(255,255,255,.18);line-height:1;margin-bottom:34px}
.ligp-course-lp .process-item strong{font-size:18px;line-height:1.55}
.ligp-course-lp .why-close{margin:36px 0 0;font-family:var(--serif);font-size:30px;line-height:1.65}

/* curriculum */
.ligp-course-lp .curriculum{background:#fff}
.ligp-course-lp .curriculum-list{border-top:1px solid var(--line)}
.ligp-course-lp .course{display:grid;grid-template-columns:135px minmax(0,1fr);gap:34px;padding:48px 0;border-bottom:1px solid var(--line)}
.ligp-course-lp .course-no{font-family:var(--serif);font-size:68px;line-height:1;color:rgba(13,8,100,.13)}
.ligp-course-lp .course-kicker{color:var(--gold);font-size:15px;font-weight:900;letter-spacing:.08em;margin-bottom:8px}
.ligp-course-lp .course h3{font-family:var(--serif);color:var(--navy);font-size:32px;line-height:1.4;margin:0 0 18px;font-weight:600}
.ligp-course-lp .course ul{margin:0;padding-left:1.25em;display:grid;gap:8px;line-height:1.7}
.ligp-course-lp .course-outcome{margin-top:22px;color:var(--navy);font-weight:900;font-size:18px;line-height:1.7}
.ligp-course-lp .course-private{margin-top:20px;padding:18px 20px;background:var(--pale);font-size:14px;line-height:1.8;color:#494750}

/* app */
.ligp-course-lp .app{background:var(--warm)}
.ligp-course-lp .app-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);gap:72px;align-items:start}
.ligp-course-lp .app-hero{color:var(--navy);font-family:var(--serif);font-size:clamp(34px,3.6vw,52px);line-height:1.55;margin:28px 0 24px}
.ligp-course-lp .app-points{border-top:1px solid var(--line);margin-top:30px}
.ligp-course-lp .app-point{padding:18px 0;border-bottom:1px solid var(--line);font-weight:800;color:var(--navy)}
.ligp-course-lp .app-terms{background:var(--navy);color:#fff;padding:40px}
.ligp-course-lp .app-terms h3{font-family:var(--serif);font-size:28px;margin:0 0 24px}
.ligp-course-lp .term{padding:20px 0;border-top:1px solid rgba(255,255,255,.2)}
.ligp-course-lp .term:first-of-type{border-top:0;padding-top:0}
.ligp-course-lp .term strong{display:block;color:var(--gold);font-size:14px;margin-bottom:6px}
.ligp-course-lp .term p{margin:0;line-height:1.75}
.ligp-course-lp .term .price{font-family:var(--serif);font-size:30px}

/* instructor */
.ligp-course-lp .instructor{background:#fff}
.ligp-course-lp .instructor-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:74px;align-items:center}
.ligp-course-lp .portrait-wrap{background:var(--pale);height:430px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.ligp-course-lp .portrait{width:100%;height:100%;object-fit:cover;object-position:center 30%;image-rendering:auto}
.ligp-course-lp .instructor h3{font-family:var(--serif);color:var(--navy);font-size:34px;line-height:1.45;margin-bottom:20px;font-weight:600}
.ligp-course-lp .instructor p{font-size:17px;line-height:1.95;max-width:780px}
.ligp-course-lp .compare{margin-top:28px;border-top:1px solid var(--line)}
.ligp-course-lp .compare-row{display:grid;grid-template-columns:130px 1fr;gap:22px;padding:17px 0;border-bottom:1px solid var(--line)}
.ligp-course-lp .compare-row strong{color:var(--navy)}

/* testimonials */
.ligp-course-lp .testimonials{background:var(--warm)}
.ligp-course-lp .voice-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.ligp-course-lp .voice{padding:36px 38px 40px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:350px}
.ligp-course-lp .voice .quote{font-family:var(--sans);color:var(--ink);font-size:16px;line-height:1.95;margin:0}
.ligp-course-lp .voice .who{font-size:13px;color:var(--muted);border-top:1px solid var(--line);padding-top:16px}

/* price */
.ligp-course-lp .price-section{background:#fff}
.ligp-course-lp .price-wrap{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:80px;align-items:start}
.ligp-course-lp .big-price{font-family:var(--serif);font-size:72px;color:var(--navy);line-height:1}
.ligp-course-lp .big-price small{font-family:var(--sans);font-size:16px;font-weight:700;margin-left:8px}
.ligp-course-lp .included{margin-top:34px;border-top:1px solid var(--line)}
.ligp-course-lp .included div{padding:15px 0;border-bottom:1px solid var(--line);line-height:1.7}
.ligp-course-lp .details{background:var(--pale);padding:34px}
.ligp-course-lp .detail{padding:16px 0;border-top:1px solid var(--line)}
.ligp-course-lp .detail:first-child{border-top:0;padding-top:0}
.ligp-course-lp .detail strong{display:block;color:var(--navy);margin-bottom:6px}
.ligp-course-lp .detail p{margin:0;line-height:1.75}
.ligp-course-lp .price-cta{display:inline-flex;margin-top:30px;background:var(--navy);color:#fff;padding:16px 26px;font-weight:900}

/* preparation */
.ligp-course-lp .prep{background:var(--pale)}
.ligp-course-lp .prep-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.ligp-course-lp .prep-list{border-top:1px solid var(--line)}
.ligp-course-lp .prep-item{padding:20px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:30px 1fr;gap:12px}
.ligp-course-lp .prep-item:before{content:"✓";color:var(--gold);font-weight:900}
.ligp-course-lp .prep-note{background:#fff;padding:36px;border-top:3px solid var(--gold)}
.ligp-course-lp .prep-note h3{font-family:var(--serif);color:var(--navy);font-size:25px;line-height:1.5}
.ligp-course-lp .prep-note p{line-height:1.9}

/* faq */
.ligp-course-lp .faq{background:#fff}
.ligp-course-lp .faq-list{border-top:1px solid var(--line)}
.ligp-course-lp .faq-item{padding:28px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:34px minmax(0,1fr);gap:18px;align-items:start}
.ligp-course-lp .faq-q{font-family:var(--sans);color:var(--gold);font-size:20px;font-weight:900;line-height:1.6;padding:0}
.ligp-course-lp .faq-item h3{font-family:var(--sans);color:var(--navy);font-size:20px;font-weight:900;line-height:1.6;margin-bottom:10px}
.ligp-course-lp .faq-item p{font-family:var(--sans);font-size:16px;line-height:1.85;margin:0;max-width:900px}

/* CTA */
.ligp-course-lp .final{background:var(--navy);color:#fff;padding:110px 0}
.ligp-course-lp .final h2{color:#fff;max-width:920px}
.ligp-course-lp .final p{font-size:19px;line-height:1.9;max-width:850px}
.ligp-course-lp .final .cta{display:inline-flex;margin-top:28px;background:#fff;color:var(--navy);height:54px;align-items:center;padding:0 28px;font-weight:900}
.ligp-course-lp .footer{background:#0D0864;color:#fff;border-top:1px solid rgba(255,255,255,.18);padding:36px 0 42px}
.ligp-course-lp .footer-inner{display:flex;align-items:center;justify-content:flex-start;gap:36px}
.ligp-course-lp .footer .logo{width:148px;transform:none}
.ligp-course-lp .footer-address{font-size:12px;line-height:1.8;color:rgba(255,255,255,.82);text-align:left}
.ligp-course-lp .detail-note{display:block;margin-top:8px;font-size:13px;line-height:1.7;color:var(--muted)}
.ligp-course-lp .keep-word{white-space:nowrap}
.ligp-course-lp .testimonial-secondline{white-space:nowrap}

@media(max-width:1000px){
  .ligp-course-lp .target-grid,.ligp-course-lp .own-wrap,.ligp-course-lp .app-grid,.ligp-course-lp .price-wrap{grid-template-columns:1fr;gap:52px}
  .ligp-course-lp .instructor-grid{grid-template-columns:250px 1fr;gap:48px}
  .ligp-course-lp .process{grid-template-columns:1fr 1fr}
  .ligp-course-lp .process-item:last-child{grid-column:auto}
}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .container{width:calc(100% - 36px)}
  .ligp-course-lp .section{padding:78px 0}
  .ligp-course-lp .header{height:68px}
  .ligp-course-lp .header-inner{width:calc(100% - 28px)}
  .ligp-course-lp .logo{width:148px}
  .ligp-course-lp .header-actions .site-link{display:none}
  .ligp-course-lp .header-actions .cta{height:42px;padding:0 16px;font-size:13px}
  .ligp-course-lp .hero{padding:72px 0 62px}
  .ligp-course-lp .hero h1{font-size:45px}
  .ligp-course-lp .hero-desc{font-size:24px}
  .ligp-course-lp .hero-message{font-size:17px}
  .ligp-course-lp .hero-meta{display:grid;gap:9px}
  .ligp-course-lp h2{font-size:39px}
  .ligp-course-lp .target-grid{gap:46px}
  .ligp-course-lp .target-hook{font-size:34px}
  .ligp-course-lp .value-row,.ligp-course-lp .course{grid-template-columns:70px minmax(0,1fr);gap:16px}
  .ligp-course-lp .value-no,.ligp-course-lp .course-no{font-size:46px}
  .ligp-course-lp .value-row h3,.ligp-course-lp .course h3{font-size:25px}
  .ligp-course-lp .process{grid-template-columns:1fr}
  .ligp-course-lp .process-item:last-child{grid-column:auto}
  .ligp-course-lp .process-item{min-height:0;display:grid;grid-template-columns:62px 1fr;align-items:center}
  .ligp-course-lp .process-item .n{margin:0}
  .ligp-course-lp .instructor-grid{grid-template-columns:1fr}
  .ligp-course-lp .portrait-wrap{height:330px;width:230px}
  .ligp-course-lp .voice-grid{grid-template-columns:1fr}
  .ligp-course-lp .voice{min-height:0}
  .ligp-course-lp .prep-grid{grid-template-columns:1fr}
  .ligp-course-lp .price-wrap{gap:42px}
  .ligp-course-lp .big-price{font-size:57px}
  .ligp-course-lp .footer-inner{align-items:center;flex-direction:row;gap:18px}
  .ligp-course-lp .header .logo{transform:scale(1.08)}
  .ligp-course-lp .footer .logo{width:118px;transform:scale(1.10)}
  .ligp-course-lp .footer-address{font-size:10.5px;line-height:1.65}
}
@media(max-width:420px){
  .ligp-course-lp .hero h1{font-size:39px}
  .ligp-course-lp h2{font-size:34px}
  .ligp-course-lp .hero-desc{font-size:21px}
  .ligp-course-lp .value-row,.ligp-course-lp .course{grid-template-columns:54px minmax(0,1fr)}
  .ligp-course-lp .value-no,.ligp-course-lp .course-no{font-size:38px}
  .ligp-course-lp .own-note,.ligp-course-lp .app-terms,.ligp-course-lp .details,.ligp-course-lp .prep-note{padding:28px 24px}
}

/* ===== V1.1 refinements ===== */
.ligp-course-lp .keep-desktop{white-space:nowrap}
.ligp-course-lp .hero-desc{max-width:1080px;font-size:clamp(23px,2.05vw,31px);line-height:1.7}
.ligp-course-lp .hero-message{max-width:980px}
.ligp-course-lp .hero-meta{display:none!important}
.ligp-course-lp .target-copy h2{font-size:clamp(44px,4.0vw,58px);line-height:1.45}
.ligp-course-lp .target-hook{font-size:clamp(32px,3.0vw,46px);line-height:1.6}

/* remove over-emphasis on financial-statement cross-checking */
.ligp-course-lp .own{display:none!important}

/* redesigned process: editorial timeline, no boxed grid */
.ligp-course-lp .process{
  position:relative;
  margin-top:58px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:0;
  gap:0;
  padding-top:0;
}
.ligp-course-lp .process:before{
  content:"";
  position:absolute;
  left:6%; right:6%; top:31px;
  height:1px;
  background:rgba(221,195,0,.75);
}
.ligp-course-lp .process-item{
  position:relative;
  padding:0 22px;
  border:0;
  min-height:170px;
  text-align:left;
}
.ligp-course-lp .process-item .node{
  width:62px;height:62px;border-radius:50%;
  border:1px solid rgba(221,195,0,.9);
  background:var(--navy);
  display:flex;align-items:center;justify-content:center;
  position:relative;z-index:2;margin-bottom:24px;
}
.ligp-course-lp .process-item .node span{
  font-family:var(--serif);font-size:22px;color:var(--gold);line-height:1;
}
.ligp-course-lp .process-item strong{display:block;font-size:17px;line-height:1.75;max-width:180px}
.ligp-course-lp .process-item:not(:last-child):after{
  content:"→";
  position:absolute;right:-9px;top:18px;
  color:rgba(255,255,255,.42);font-size:22px;z-index:3;
}
.ligp-course-lp .why-close{max-width:780px}

/* app heading balance */
.ligp-course-lp .app-grid{grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);gap:64px}
.ligp-course-lp .app h2{font-size:clamp(42px,4vw,56px);line-height:1.5}
.ligp-course-lp .app-hero{font-size:clamp(34px,3.1vw,46px);line-height:1.65;max-width:720px}
.ligp-course-lp .app-points{margin-top:28px}

/* instructor headline balance */
.ligp-course-lp .instructor h2{font-size:clamp(40px,3.65vw,54px);line-height:1.5}

/* testimonials: portraits + editorial spacing, no enclosing boxes */
.ligp-course-lp .voice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:62px 76px;
  border:0;
  margin-top:42px;
}
.ligp-course-lp .voice{
  padding:28px 0 34px;
  border:0;
  border-top:2px solid var(--gold);
  min-height:0;
  background:transparent;
}
.ligp-course-lp .voice-person{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:20px;
  align-items:center;
  margin-bottom:24px;
}
.ligp-course-lp .voice-photo{
  width:92px;height:112px;
  background:#e8e8e5;
  color:#8b8991;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;letter-spacing:.04em;
}
.ligp-course-lp .voice-meta{display:grid;gap:5px;line-height:1.5}
.ligp-course-lp .voice-meta strong{color:var(--navy);font-size:16px}
.ligp-course-lp .voice-meta span{font-size:13px;color:var(--muted)}
.ligp-course-lp .voice .voice-lead{
  font-family:var(--sans);
  color:var(--navy);
  font-size:18px;
  line-height:1.8;
  font-weight:900;
  margin:0 0 12px;
}
.ligp-course-lp .voice .voice-body{
  font-family:var(--sans);
  color:var(--ink);
  font-size:16px;
  line-height:1.95;
  margin:0;
}
.ligp-course-lp .voice .who{display:none}

/* price / preparation heading balance */
.ligp-course-lp .price-section h2{font-size:clamp(42px,3.8vw,55px);line-height:1.45}
.ligp-course-lp .prep h2{font-size:clamp(42px,3.8vw,55px);line-height:1.5}
.ligp-course-lp .prep-note h3{font-size:23px}
.ligp-course-lp .prep-sub{display:block;color:var(--muted);font-size:13px;margin-top:4px;line-height:1.7}

/* final CTA heading */
.ligp-course-lp .final h2{font-size:clamp(44px,4.1vw,58px);line-height:1.5}

@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .keep-desktop{white-space:normal}
  .ligp-course-lp .process{grid-template-columns:1fr;gap:0;margin-top:40px}
  .ligp-course-lp .process:before{left:31px;right:auto;top:24px;bottom:24px;width:1px;height:auto}
  .ligp-course-lp .process-item{display:grid;grid-template-columns:62px 1fr;gap:18px;align-items:center;padding:0 0 26px;min-height:0}
  .ligp-course-lp .process-item .node{margin:0}
  .ligp-course-lp .process-item strong{max-width:none}
  .ligp-course-lp .process-item:not(:last-child):after{display:none}
  .ligp-course-lp .app-grid{grid-template-columns:1fr}
  .ligp-course-lp .voice-grid{grid-template-columns:1fr;gap:24px}
  .ligp-course-lp .target-copy h2,.ligp-course-lp .target-hook{font-size:34px}
}


/* V1.2 mobile typography QA fixes */
.ligp-course-lp .desktop-br{display:block}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .desktop-br{display:none}
  .ligp-course-lp .target-copy h2{font-size:32px;line-height:1.55}
  .ligp-course-lp .target-hook{font-size:29px;line-height:1.62}
  .ligp-course-lp .why-close{font-size:24px;line-height:1.7}
  .ligp-course-lp .app h2{font-size:35px;line-height:1.55}
  .ligp-course-lp .app-hero{font-size:29px;line-height:1.7}
  .ligp-course-lp .price-section h2{font-size:32px;line-height:1.5}
  .ligp-course-lp .prep h2{font-size:34px;line-height:1.55}
  .ligp-course-lp .final h2{font-size:36px;line-height:1.55}
}


.ligp-course-lp .keep-inline{white-space:nowrap}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .app h2{font-size:32px}
  .ligp-course-lp .price-section h2{font-size:31px}
}



/* ===== V1.8 typography / scope / details QA ===== */
.ligp-course-lp .mobile-only{display:none}
.ligp-course-lp .process{grid-template-columns:repeat(5,1fr)}
.ligp-course-lp .process-item strong{max-width:220px}
.ligp-course-lp .term strong{font-size:16px;line-height:1.6}
.ligp-course-lp .prep-note{align-self:start;padding-bottom:32px}
.ligp-course-lp .prep-note-block + .rule{margin:26px 0}
.ligp-course-lp .prep-note-label{color:var(--gold);font-size:16px;font-weight:900;letter-spacing:.08em;margin-bottom:8px}
.ligp-course-lp .prep-note h3{margin-bottom:10px}
.ligp-course-lp .prep-note p{margin-bottom:0}
.ligp-course-lp .details .detail strong{font-size:15px}
.ligp-course-lp .details .detail p{font-size:15px}

@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .mobile-only{display:block}
  .ligp-course-lp .hero-eyebrow{font-size:14px;line-height:1.55;gap:12px}
  .ligp-course-lp .hero-eyebrow-sep{display:none}
  .ligp-course-lp .hero-message{line-height:1.9}
  .ligp-course-lp .target-hook{font-size:28px;line-height:1.58}
  .ligp-course-lp .concrete h2{font-size:32px;line-height:1.5}
  .ligp-course-lp .value-row,.ligp-course-lp .course{grid-template-columns:46px minmax(0,1fr);gap:14px}
  .ligp-course-lp .value-row h3,.ligp-course-lp .course h3{font-size:23px;line-height:1.55}
  .ligp-course-lp .value-row p{font-size:16px;line-height:1.85}
  .ligp-course-lp .section-close{font-size:19px;line-height:1.8}
  .ligp-course-lp .process{grid-template-columns:1fr}
  .ligp-course-lp .process-item{grid-template-columns:62px minmax(0,1fr)}
  .ligp-course-lp .term strong{font-size:16px}
  .ligp-course-lp .voice .voice-lead{font-size:17px;line-height:1.75}
  .ligp-course-lp .voice .voice-body{font-size:16px;line-height:1.95}
  .ligp-course-lp .prep-note{padding-bottom:28px}
  .ligp-course-lp .prep h2{font-size:32px;line-height:1.5}
  .ligp-course-lp .details .detail{padding:18px 0}
}

@media(max-width:360px){
  .ligp-course-lp .container{width:calc(100% - 30px)}
  .ligp-course-lp .header-inner{width:calc(100% - 22px);gap:14px}
  .ligp-course-lp .logo{width:116px}
  .ligp-course-lp .header-actions .cta{padding:0 12px;font-size:12px}
  .ligp-course-lp .hero h1{font-size:36px;line-height:1.3}
  .ligp-course-lp .hero-desc{font-size:20px;line-height:1.65}
  .ligp-course-lp .target-hook{font-size:26px}
  .ligp-course-lp .value-row h3,.ligp-course-lp .course h3{font-size:22px}
  .ligp-course-lp .big-price{font-size:52px}
}


/* ===== V1.9 final line-break refinements ===== */
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .hero-message strong{font-size:1em}
  .ligp-course-lp .why h2{font-size:32px;line-height:1.48}
}
@media(max-width:360px){
  .ligp-course-lp .why h2{font-size:30px}
}


/* ===== V1.13 buyer-reason / readability refinements ===== */
.ligp-course-lp .mobile-break{display:none}
.ligp-course-lp .why-punch{margin:0 0 18px;color:var(--gold);font-size:18px;line-height:1.7;font-weight:900;letter-spacing:.01em}
.ligp-course-lp .why .lead{max-width:1040px}
.ligp-course-lp .process-item{padding-left:18px;padding-right:18px}
.ligp-course-lp .process-item strong{max-width:190px;font-size:16px;line-height:1.75}
.ligp-course-lp .testimonials .lead{max-width:940px}
.ligp-course-lp .faq-item>div:last-child{min-width:0}
@media(max-width:1000px) and (min-width:761px){
  .ligp-course-lp .process{grid-template-columns:1fr 1fr;gap:34px 0}
  .ligp-course-lp .process:before,.ligp-course-lp .process-item:not(:last-child):after{display:none}
  .ligp-course-lp .process-item strong{max-width:360px}
}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .mobile-break{display:block}
  .ligp-course-lp .why-punch{font-size:16px;margin-bottom:14px}
  .ligp-course-lp .process:before{display:block}
  .ligp-course-lp .process-item strong{max-width:none;font-size:16px}
  .ligp-course-lp .faq-item{grid-template-columns:28px minmax(0,1fr);gap:12px}
  .ligp-course-lp .faq-q,.ligp-course-lp .faq-item h3{font-size:18px;line-height:1.65}
  .ligp-course-lp .faq-item p{font-size:15px;line-height:1.9}
  .ligp-course-lp .section-close{font-size:19px;line-height:1.8}
  .ligp-course-lp .testimonials h2{font-size:28px;line-height:1.55}
}
@media(max-width:360px){
  .ligp-course-lp .voice .voice-lead{font-size:16px;line-height:1.78;overflow-wrap:anywhere}
  .ligp-course-lp .testimonials h2{font-size:24px;line-height:1.6}
}

/* ===== V1.14 buying-value / instructor refinements ===== */
.ligp-course-lp .price-value-note{margin:30px 0 18px;max-width:660px;color:var(--ink);font-size:16px;line-height:1.9}
.ligp-course-lp .included-label{margin-top:26px;color:var(--navy);font-size:14px;font-weight:900;letter-spacing:.03em}
.ligp-course-lp .instructor p:first-of-type{color:var(--navy);font-weight:800;margin-bottom:18px}
.ligp-course-lp .instructor p{margin-bottom:14px}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .price-value-note{font-size:15px;line-height:1.9;margin-top:24px}
  .ligp-course-lp .included-label{margin-top:22px}
  .ligp-course-lp .instructor h2{font-size:30px;line-height:1.58}
}
@media(max-width:360px){
  .ligp-course-lp .instructor h2{font-size:27px;line-height:1.6}
}

/* ===== V1.14 display QA corrections ===== */
@media(min-width:761px){
  .ligp-course-lp .instructor h2{font-size:44px;line-height:1.48}
  .ligp-course-lp .why-close{max-width:1000px;font-size:28px}
}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .instructor h3{font-size:23px;line-height:1.55}
}

/* ===== V1.14 instructor identity layout ===== */
.ligp-course-lp .instructor-meta{margin:0 0 22px;color:var(--navy)}
.ligp-course-lp .instructor-meta-sub{font-family:var(--sans);font-size:14px;font-weight:800;line-height:1.6;margin-bottom:4px}
.ligp-course-lp .instructor-meta-name{font-family:var(--serif);font-size:30px;font-weight:600;line-height:1.45}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .instructor-meta{margin-bottom:20px}
  .ligp-course-lp .instructor-meta-sub{font-size:14px}
  .ligp-course-lp .instructor-meta-name{font-size:27px}
}

/* ===== V1.15 responsive line-break QA ===== */
.ligp-course-lp .responsive-copy-mobile{display:none}
@media(max-width:760px){
  .ligp-course-lp .testimonial-secondline{white-space:normal}
  .ligp-course-lp .responsive-copy-desktop{display:none}
  .ligp-course-lp .responsive-copy-mobile{display:inline}
  .ligp-course-lp .course h3{line-height:1.55}
}
@media(max-width:360px){
  .ligp-course-lp .hero h1{font-size:33px;line-height:1.32}
  .ligp-course-lp .hero-eyebrow{font-size:13px}
  .ligp-course-lp .concrete h2{font-size:29px;line-height:1.55}
  .ligp-course-lp .instructor h2{font-size:24px;line-height:1.62}
  .ligp-course-lp .final h2{font-size:31px;line-height:1.58}
  .ligp-course-lp .app-terms h3{font-size:24px;line-height:1.55}
  .ligp-course-lp .term strong{font-size:15px}
}

/* ===== V1.29 testimonial portrait / identity refinements ===== */
.ligp-course-lp .voice-person{
  grid-template-columns:116px minmax(0,1fr);
  gap:24px;
  align-items:center;
  margin-bottom:26px;
}
.ligp-course-lp .voice-photo{
  width:116px;
  height:116px;
  overflow:hidden;
  background:#ececea;
  display:block;
}
.ligp-course-lp .voice-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ligp-course-lp .voice-meta{
  display:grid;
  gap:3px;
  line-height:1.45;
  min-width:0;
}
.ligp-course-lp .voice-meta strong{
  color:var(--navy);
  font-size:17px;
  line-height:1.45;
}
.ligp-course-lp .voice-meta .voice-company,.ligp-course-lp .voice-meta .voice-industry{
  font-size:14px;
  line-height:1.55;
  color:var(--muted);
}
@media(max-width:760px){
  .ligp-course-lp .voice-person{
    grid-template-columns:104px minmax(0,1fr);
    gap:18px;
    margin-bottom:22px;
  }
  .ligp-course-lp .voice-photo{width:104px;height:104px}
  .ligp-course-lp .voice-meta strong{font-size:17px}
  .ligp-course-lp .voice-meta .voice-company,.ligp-course-lp .voice-meta .voice-industry{font-size:13.5px}
}
@media(max-width:360px){
  .ligp-course-lp .voice-person{grid-template-columns:96px minmax(0,1fr);gap:15px}
  .ligp-course-lp .voice-photo{width:96px;height:96px}
  .ligp-course-lp .voice-meta strong{font-size:16px}
  .ligp-course-lp .voice-meta .voice-company,.ligp-course-lp .voice-meta .voice-industry{font-size:13px}
}


/* ===== V1.32 instructor portrait size refinement ===== */
@media(min-width:1001px){
  .ligp-course-lp .instructor-grid{grid-template-columns:225px minmax(0,1fr);gap:58px}
  .ligp-course-lp .portrait-wrap{width:225px;height:325px}
}
@media(max-width:1000px) and (min-width:761px){
  .ligp-course-lp .instructor-grid{grid-template-columns:205px minmax(0,1fr);gap:40px}
  .ligp-course-lp .portrait-wrap{width:205px;height:295px}
}
@media(max-width:760px){
  .ligp-course-lp .portrait-wrap{width:190px;height:275px}
}

/* D-048: centered course flow; no redundant arrows or trailing desktop line. */
.ligp-course-lp .process-item:not(:last-child):after{
  content:none;
  display:none;
}
@media(min-width:761px){
  .ligp-course-lp .process-item{text-align:center}
  .ligp-course-lp .process-item .node,
  .ligp-course-lp .process-item strong{margin-left:auto;margin-right:auto}
}
@media(min-width:1001px){
  .ligp-course-lp .process:before{left:10%;right:10%}
}
@media(max-width:1000px) and (min-width:761px){
  .ligp-course-lp .process-item:last-child{grid-column:1 / -1}
}

/* LP header lock: preserve initial layout; keep the header below the WP toolbar. */
.ligp-course-lp{padding-top:76px}
.ligp-course-lp > .header{position:fixed;top:0;left:0;right:0}
body.ligp-view-kessansho-course.admin-bar .ligp-course-lp > .header{top:32px}
body.ligp-view-kessansho-course.admin-bar #wpadminbar{position:fixed}
@media(max-width:782px){
  body.ligp-view-kessansho-course.admin-bar .ligp-course-lp > .header{top:46px}
}
@media(max-width:760px){
  .ligp-course-lp{padding-top:68px}
}
