:root{--blue:#07086f;
  --blue2:#15198f;
  --ink:#1c2044;
  --muted:#5d6285;
  --yellow:#ffd12e;
  --orange:#ff7f1b;
  --green:#57db2b;
  --sky:#59c2ff;
  --cream:#fff8e7;
  --paper:#fffdf8;
  --line:rgba(7,8,111,.12);
  --shadow:0 22px 70px rgba(7,8,111,.12);
  --soft-shadow:0 18px 42px rgba(7,8,111,.08);
  --font:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","YuGothic","Noto Sans JP","Helvetica Neue",Arial,sans-serif;}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 20%, rgba(255,209,46,.13), transparent 22%),
    radial-gradient(circle at 96% 38%, rgba(89,194,255,.13), transparent 20%),
    linear-gradient(180deg,#fffefa 0%,#fffaf0 58%,#fffdfa 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
main{overflow:hidden}
.section-inner{width:min(1180px,calc(100vw - 48px));margin-inline:auto}
.site-header{position:fixed;
  top:20px;
  left:24px;
  right:24px;
  z-index:100;
  display:flex;
  align-items:center;
  gap:18px;
  padding:12px 18px 12px 22px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.95);
  backdrop-filter:blur(18px);
  box-shadow:0 16px 56px rgba(7,8,111,.12);
  transition:transform .25s ease, box-shadow .25s ease;}
.site-header.is-compact{box-shadow:0 20px 70px rgba(7,8,111,.17)}
.brand{flex:0 0 auto}
.brand img{width:124px}
.desktop-nav{flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  min-width:0;}
.nav-link{display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 11px;
  border-radius:999px;
  font-size:13px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:.01em;
  color:var(--blue);
  white-space:nowrap;
  transition:.2s ease;}
.nav-link:hover,.nav-link.is-active{background:#fff6d5}
.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.buy-btn,.line-btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:15px 24px;
  border-radius:999px;
  font-size:15px;
  line-height:1.1;
  font-weight:900;
  white-space:nowrap;}
.line-btn{background:var(--green);color:var(--blue);box-shadow:0 12px 28px rgba(87,219,43,.24)}
.buy-btn{background:var(--blue);color:#fff;box-shadow:0 12px 28px rgba(7,8,111,.20)}
.burger{display:none;border:0;background:var(--yellow);border-radius:999px;width:48px;height:48px;padding:12px}
.burger span{display:block;height:3px;background:var(--blue);border-radius:99px;margin:5px 0}
.mega-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}
.mobile-drawer{position:fixed;
  top:0;
  right:0;
  height:100svh;
  width:min(88vw,420px);
  z-index:120;
  background:#fff;
  transform:translateX(102%);
  transition:.25s ease;
  padding:22px 20px 30px;
  box-shadow:-24px 0 60px rgba(7,8,111,.18);
  overflow:auto;}
.mobile-drawer.is-open{transform:translateX(0)}
.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.drawer-top img{width:126px}
.drawer-top button{border:0;border-radius:50%;width:44px;height:44px;background:#fff4c9;font-size:28px;line-height:1}
.mobile-drawer>a{display:block;padding:15px 0;border-bottom:1px solid var(--line);font-weight:900;color:var(--blue)}
.drawer-actions{display:grid;gap:12px;margin-top:18px}
.drawer-line,.drawer-buy{display:flex!important}
.hero{position:relative;
  min-height:860px;
  width:100vw;
  overflow:hidden;
  isolation:isolate;
  background:#f7f4eb;}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.02);}
.hero-vignette{position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(7,8,111,.48) 0%,rgba(7,8,111,.22) 34%,rgba(255,255,255,.24) 58%,rgba(255,255,255,.68) 100%),
    linear-gradient(180deg,rgba(255,255,255,.20) 0%,transparent 25%,rgba(255,248,231,.30) 100%);}
.hero-content{position:relative;
  z-index:2;
  width:min(1240px,calc(100vw - 64px));
  margin-inline:auto;
  min-height:860px;
  padding-top:210px;}
.hero-copy{width:min(720px,56vw);
  color:#fff;}
.hero-badge{display:inline-flex;
  margin:0 0 24px;
  padding:11px 18px;
  border-radius:999px;
  background:#fff;
  color:var(--orange);
  font-weight:900;
  font-size:17px;
  line-height:1;
  box-shadow:0 10px 28px rgba(7,8,111,.14);}
.hero h1{margin:0;
  color:#fff;
  font-size:clamp(58px,6vw,90px);
  line-height:1.13;
  letter-spacing:-.055em;
  font-weight:900;
  text-shadow:0 12px 34px rgba(7,8,111,.28);}
.hero h1 span{display:block;white-space:nowrap}
.hero-lead{margin:28px 0 0;
  color:#fff;
  font-size:clamp(22px,2vw,31px);
  line-height:1.55;
  font-weight:800;
  max-width:15em;
  text-shadow:0 10px 24px rgba(7,8,111,.26);}
.hero-mini{position:absolute;
  top:230px;
  right:0;
  width:370px;
  border-radius:32px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:var(--shadow);
  padding:28px 26px 22px;
  overflow:visible;}
.hero-mini h2{margin:0 0 18px;
  color:var(--blue);
  font-size:32px;
  line-height:1.3;
  letter-spacing:-.035em;
  font-weight:900;}
.mini-product{height:205px;
  object-fit:contain;
  margin:0 auto 16px;}
.mini-slot{border:2px dashed rgba(7,8,111,.16);
  border-radius:22px;
  padding:14px 16px;
  background:#fffdf8;}
.mini-slot strong{display:block;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  margin-bottom:2px;}
.mini-slot p{margin:0;
  color:#4c5274;
  font-size:13px;
  line-height:1.55;
  font-weight:700;}
.hero-letter,.star{position:absolute;
  z-index:3;
  pointer-events:none;
  font-weight:900;
  filter:drop-shadow(0 12px 20px rgba(7,8,111,.14));
  animation:floaty 7s ease-in-out infinite;}
.hero-letter{font-size:78px;line-height:1}
.hero-letter-a{left:48%;top:255px;color:#ff5630;transform:rotate(-10deg)}
.hero-letter-b{left:62%;top:150px;color:var(--blue)}
.hero-letter-c{right:20%;top:260px;color:#46d630}
.star{font-size:25px;color:#ffc400}
.star-1{left:5%;bottom:250px}
.star-2{left:35%;top:185px;animation-delay:.8s}
.star-3{right:5%;bottom:220px;animation-delay:1.4s}
.intro{position:relative;
  z-index:4;
  margin-top:78px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:72px;
  align-items:center;}
.intro-product{position:relative;
  min-height:410px;
  display:grid;
  place-items:center;}
.intro-product img{position:relative;
  width:96%;
  max-height:360px;
  object-fit:contain;
  filter:drop-shadow(0 20px 34px rgba(7,8,111,.10));}
.intro-text h2{margin:0 0 28px;
  font-size:clamp(36px,3.8vw,58px);
  line-height:1.34;
  letter-spacing:-.04em;
  color:var(--blue);
  font-weight:900;}
.intro-text p{margin:0 0 18px;
  color:#343a61;
  font-size:18px;
  line-height:1.95;
  font-weight:650;}
.strengths{position:relative;padding-top:92px}
.section-kicker{display:block;
  width:max-content;
  margin:0 auto 16px;
  padding:8px 16px;
  border-radius:999px;
  background:#fff;
  color:var(--orange);
  box-shadow:0 10px 22px rgba(7,8,111,.06);
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;}
.section-title{margin:0 0 52px;
  text-align:center;
  color:var(--blue);
  font-size:clamp(42px,4.6vw,72px);
  line-height:1.15;
  letter-spacing:-.05em;
  font-weight:900;}
.strength-icon{width:66px;
  height:66px;
  border-radius:22px;
  display:grid;
  place-items:center;
  margin-bottom:20px;}
.strength-icon svg{width:38px;height:38px;fill:var(--blue)}
.center-action{display:flex;justify-content:center;margin-top:34px}
.outline-btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 28px;
  border:2px solid var(--blue);
  border-radius:999px;
  color:var(--blue);
  background:#fff;
  font-size:15px;
  line-height:1.1;
  font-weight:900;
  transition:.22s ease;}
.outline-btn:after{content:"›";margin-left:12px;font-size:24px;line-height:.6}
.outline-btn:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}
.outline-btn.light{border-color:#fff;color:#fff;background:transparent}
.outline-btn.light:hover{background:#fff;color:var(--blue)}
.section-lead{max-width:720px;
  margin:-36px auto 42px;
  text-align:center;
  color:#343a61;
  font-size:17px;
  line-height:1.75;
  font-weight:750;}
.method-section{position:relative;
  padding-top:100px;}
.method-grid{position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.08fr .92fr .92fr;
  gap:24px;}
.method-card{display:grid;
  grid-template-rows:auto 1fr;
  overflow:hidden;
  min-height:430px;
  border-radius:34px;
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  box-shadow:var(--soft-shadow);
  transition:transform .25s ease, box-shadow .25s ease;}
.method-card:hover{transform:translateY(-8px);
  box-shadow:0 28px 78px rgba(7,8,111,.14);}
.method-image{position:relative;
  height:235px;
  margin:16px 16px 0;
  border-radius:26px;
  overflow:hidden;
  background:#f6f6f6;}
.method-image:after{content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(7,8,111,.12));
  opacity:.8;}
.method-image img{width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;}
.method-card:hover .method-image img{transform:scale(1.05);}
.method-body{position:relative;
  padding:28px 28px 30px;}
.method-body:after{content:"";
  position:absolute;
  right:-30px;
  bottom:-34px;
  width:128px;
  height:128px;
  border-radius:50%;
  opacity:.35;}
.method-card:nth-child(1) .method-body:after{background:var(--yellow)}
.method-card:nth-child(2) .method-body:after{background:var(--green)}
.method-card:nth-child(3) .method-body:after{background:var(--sky)}
.method-body span{display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:16px;
  margin-bottom:18px;
  background:#fff4c5;
  color:var(--orange);
  font-size:16px;
  line-height:1;
  font-weight:900;}
.method-card:nth-child(2) .method-body span{background:#e2fad8;color:#29b528}
.method-card:nth-child(3) .method-body span{background:#dff4ff;color:#168eda}
.method-body h3{position:relative;
  z-index:1;
  margin:0 0 8px;
  color:var(--blue);
  font-size:clamp(25px,2vw,32px);
  line-height:1.22;
  letter-spacing:-.035em;
  font-weight:900;}
.method-body p{position:relative;
  z-index:1;
  margin:0;
  color:#3e4568;
  font-size:16px;
  line-height:1.65;
  font-weight:800;}
.campaign{margin-top:98px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding:24px;
  border:3px solid var(--blue);
  border-radius:34px;
  background:rgba(255,255,255,.45);
  box-shadow:0 10px 34px rgba(7,8,111,.06);}
.campaign-card{display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  padding:32px;
  border-radius:26px;
  min-height:220px;}
.campaign-light{background:linear-gradient(135deg,#fff,#fff8e8);
  box-shadow:var(--soft-shadow);}
.campaign-dark{position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#071063,#123487);
  color:#fff;
  box-shadow:var(--soft-shadow);}
.campaign-dark:after{content:"★ ★";
  position:absolute;
  right:24px;
  bottom:18px;
  color:var(--yellow);
  font-size:26px;
  letter-spacing:.35em;
  opacity:.85;}
.campaign-card h2{margin:0 0 12px;
  color:inherit;
  font-size:34px;
  line-height:1.25;
  letter-spacing:-.04em;
  font-weight:900;}
.campaign-card p{margin:0 0 22px;
  color:inherit;
  opacity:.92;
  font-size:16px;
  line-height:1.8;
  font-weight:700;}
.price-section{padding-top:64px}
.price-grid{display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;}
.price-card{border:1px solid var(--line);
  border-radius:34px;
  padding:38px;
  background:rgba(255,255,255,.9);
  box-shadow:var(--soft-shadow);}
.price-image{min-height:285px;
  border-radius:28px;
  display:grid;
  place-items:center;
  margin-bottom:28px;
  padding:28px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,209,46,.18), transparent 28%),
    linear-gradient(180deg,#f7f7f7,#fff);}
.price-image img{max-height:245px;object-fit:contain}
.price-card h2{margin:0 0 20px;
  color:var(--ink);
  text-align:center;
  font-size:58px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;}
.price-card h2 small{font-size:20px;letter-spacing:0}
.price-card p{margin:0 0 28px;
  color:#343a61;
  font-size:16.5px;
  line-height:1.9;
  font-weight:700;}
.scott-visual{position:relative;min-height:380px}
.scott-photo{position:absolute;
  left:92px;
  top:34px;
  width:240px;
  height:300px;
  object-fit:cover;
  object-position:top center;
  border-radius:34px;
  box-shadow:0 24px 54px rgba(7,8,111,.16);
  background:#fff;}
.scott-abc{position:absolute;
  left:28px;
  bottom:4px;
  color:var(--orange);
  font-size:60px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  transform:rotate(-8deg);}
.scott-text{position:relative;z-index:1}
.scott-text .section-kicker{margin:0 0 18px}
.scott-text h2{margin:0 0 18px;
  color:var(--blue);
  font-size:clamp(38px,3.6vw,58px);
  line-height:1.28;
  letter-spacing:-.045em;
  font-weight:900;}
.scott-text h3{margin:0 0 18px;
  color:var(--ink);
  font-size:34px;
  line-height:1.2;
  font-weight:900;}
.scott-text ul{list-style:none;
  margin:0 0 26px;
  padding:0;
  color:#3e4568;
  font-size:18px;
  line-height:1.85;
  font-weight:800;}
.scott-text li{position:relative;padding-left:32px}
.scott-text li:before{content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#22b72e;
  font-weight:900;}
.scott-character{position:absolute;
  right:42px;
  bottom:-34px;
  width:132px;
  opacity:.95;}
.final-cta{position:relative;
  margin-top:76px;
  margin-bottom:92px;
  min-height:270px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:42px 190px 42px 42px;
  border-radius:40px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,209,46,.18), transparent 32%),
    linear-gradient(135deg,#fff8e7,#ffffff);
  border:1px solid rgba(7,8,111,.07);
  box-shadow:var(--soft-shadow);
  overflow:hidden;}
.final-cta h2{margin:0 0 26px;
  color:var(--blue);
  font-size:clamp(38px,4vw,64px);
  line-height:1.22;
  letter-spacing:-.045em;
  font-weight:900;}
.final-btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:18px 54px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#47d32b,#87e84e);
  box-shadow:0 16px 32px rgba(87,219,43,.28);
  font-weight:900;
  font-size:17px;}
.final-btn:after{content:"›";margin-left:12px;font-size:28px;line-height:.7}
.site-footer{background:#0b0f3f;
  color:#fff;
  padding:24px;
  text-align:center;}
.site-footer p{margin:0;font-size:13px;opacity:.9}
.reveal{opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease,transform .7s ease;}
.reveal.is-visible{opacity:1;transform:translateY(0)}
@keyframes floaty{
  0%,100%{translate:0 0}
  50%{translate:0 -12px}
}
@keyframes drift{
  from{transform:translateX(0)}
  to{transform:translateX(-70px)}
}
.page-hero{min-height:520px;position:relative;padding:160px min(7vw,90px) 70px;display:grid;align-items:end;overflow:hidden;background:var(--blue)}
.page-hero-photo{position:absolute;inset:0}
.page-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,111,.70),rgba(7,8,111,.24))}
.page-hero-photo img{width:100%;height:100%;object-fit:cover}
.page-hero-card{position:relative;max-width:760px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-radius:38px;padding:38px 38px 34px;box-shadow:var(--shadow)}
.page-hero-card span{display:inline-block;margin-bottom:12px;color:var(--orange);font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.07em}
.page-hero-card h1{margin:0 0 14px;color:var(--blue);font-size:clamp(42px,4.6vw,64px);line-height:1.2}
.page-hero-card p{font-size:18px;font-weight:700;color:#46486b;margin:0}
.pricing-panel,.guarantee-box,.line-panel,.notice,.order-mock{background:#fff;border:1px solid var(--line);border-radius:38px;padding:38px;box-shadow:var(--shadow)}
.pricing-panel{display:flex;justify-content:space-between;align-items:center;gap:30px}
.pricing-panel strong{font-size:48px;color:var(--blue)}
.gallery-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.gallery-row img{height:220px;width:100%;object-fit:contain;background:var(--cream);border-radius:26px;padding:18px}
.activity-list{display:grid;gap:28px}
.activity-list article{display:grid;grid-template-columns:300px 1fr;gap:28px;align-items:center;background:#fff;border-radius:34px;padding:24px;box-shadow:0 16px 45px rgba(7,8,111,.08);border:1px solid var(--line)}
.activity-list img{height:220px;width:100%;object-fit:contain;background:var(--cream);border-radius:24px}
.activity-list h2{font-size:34px}
.price-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.price-cards article{background:#fff;border-radius:36px;padding:30px;text-align:center;box-shadow:var(--shadow);border:1px solid var(--line)}
.price-cards img{height:230px;object-fit:contain;margin:auto}
.price-cards strong{display:block;color:var(--blue);font-size:38px;margin:14px}
.price-cards span{display:inline-block;background:var(--yellow);border-radius:999px;padding:8px 16px;font-weight:900}
.faq-list{max-width:920px;margin:auto}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:20px;margin:12px 0;padding:18px 22px;box-shadow:0 8px 20px rgba(7,8,111,.04)}
.faq-list summary{font-weight:900;color:var(--blue);cursor:pointer}
.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:start}
.contact-form{display:grid;gap:16px;background:#fff;border-radius:36px;padding:32px;box-shadow:var(--shadow)}
.contact-form label{font-weight:900;color:var(--blue)}
.contact-form input,.contact-form textarea{width:100%;border:2px solid var(--line);border-radius:18px;padding:15px;margin-top:6px;background:#fff}
.contact-form textarea{min-height:170px;resize:vertical}
.contact-card{background:var(--yellow);border-radius:36px;padding:32px;color:var(--blue);font-weight:900;box-shadow:var(--shadow)}
.contact-card h2{font-size:clamp(28px,2.6vw,42px)}
.contact-card p+ p{margin-top:6px}
.contact-annotation{margin-top:18px;padding:18px;border-radius:24px;background:rgba(255,255,255,.45);border:2px dashed rgba(7,8,111,.16)}
.contact-annotation strong{display:block;margin-bottom:4px}
.info-table{width:min(900px,100%);margin:auto;border-collapse:separate;border-spacing:0 12px}
.info-table th,.info-table td{background:#fff;padding:18px 22px}
.info-table th{color:var(--blue);border-radius:18px 0 0 18px;text-align:left}
.info-table td{border-radius:0 18px 18px 0}
.order-mock{display:grid;grid-template-columns:1.4fr .8fr;gap:30px}
.order-mock aside{background:var(--cream);border-radius:28px}
@media (max-width:1120px){.method-grid{grid-template-columns:1fr 1fr}
.method-card{min-height:400px}
}
@media (max-width:760px){.method-section{padding-top:70px}
.section-lead{margin:-20px auto 28px;font-size:15.5px}
.method-grid{grid-template-columns:1fr;gap:16px}
.method-card{min-height:auto;border-radius:26px}
.method-image{height:200px;margin:12px 12px 0;border-radius:20px}
.method-body{padding:22px}
.method-body h3{font-size:25px}
}
@media (max-width:1280px){.nav-link{font-size:12.5px;padding-inline:9px}
.line-btn,.buy-btn{font-size:14px;padding-inline:20px}
.hero-mini{width:342px}
.hero-copy{width:min(680px,58vw)}
}
@media (max-width:1120px){.desktop-nav{display:none}
.burger{display:block}
.site-header{left:14px;right:14px}
.header-actions .line-btn,.header-actions .buy-btn{display:none}
.hero{min-height:auto}
.hero-content{width:min(100vw - 28px,1180px);min-height:850px;padding-top:150px}
.hero-copy{width:100%;max-width:720px}
.hero-mini{top:auto;right:auto;left:24px;bottom:95px;width:min(420px,calc(100% - 48px))}
.intro{grid-template-columns:1fr}
.campaign,.price-grid{grid-template-columns:1fr}
}
@media (max-width:760px){.section-inner{width:calc(100vw - 28px)}
.site-header{top:10px;padding:10px 12px}
.brand img{width:102px}
.hero-content{min-height:880px;padding-top:120px}
.hero-bg img{object-position:46% center}
.hero-vignette{background:linear-gradient(180deg,rgba(7,8,111,.48),rgba(7,8,111,.16) 45%,rgba(255,255,255,.42) 100%)}
.hero-copy{padding-inline:4px}
.hero h1{font-size:48px;line-height:1.12}
.hero h1 span{white-space:normal}
.hero-lead{font-size:19px}
.hero-mini{left:12px;bottom:80px;width:calc(100% - 24px);padding:22px;border-radius:26px}
.hero-mini h2{font-size:27px}
.mini-product{height:155px}
.hero-letter{font-size:48px}
.hero-letter-a{left:60%;top:132px}
.hero-letter-b{left:78%;top:118px}
.hero-letter-c{right:8%;top:214px}
.intro{margin-top:58px;gap:20px}
.intro-product{min-height:260px}
.intro-product img{max-height:230px}
.intro-text h2{font-size:32px}
.intro-text p{font-size:16px;line-height:1.85}
.strengths{padding-top:62px}
.section-title{font-size:36px;margin-bottom:34px}
.campaign{margin-top:64px;grid-template-columns:1fr;padding:14px;border-radius:26px;border-width:2px}
.campaign-card{grid-template-columns:1fr;padding:24px;min-height:auto}
.campaign-card h2{font-size:28px}
.price-section{padding-top:44px}
.price-card{padding:22px;border-radius:26px}
.price-image{min-height:210px;padding:20px}
.price-image img{max-height:180px}
.price-card h2{font-size:42px}
.scott-visual{min-height:310px}
.scott-photo{left:50%;translate:-50% 0;width:210px;height:250px}
.scott-abc{left:20px;font-size:44px}
.scott-text h2{font-size:31px}
.scott-text h3{font-size:25px}
.scott-text ul{font-size:16px}
.scott-character{width:92px;right:12px;bottom:-20px}
.final-cta{padding:34px 22px 150px;min-height:360px;border-radius:30px}
.final-cta h2{font-size:32px}
.final-btn{padding-inline:28px}
.site-footer p{font-size:11px;line-height:1.6}
}
.site-header{gap:22px;padding:12px 18px 12px 26px}
.brand{padding:4px 10px 4px 0}
.brand img{width:108px}
.hero{min-height:870px}
.hero-bg img{object-position:34% center;transform:scale(1.04)}
.hero-content{min-height:870px;padding-top:250px}
.hero-copy{width:min(770px,56vw)}
.hero h1{font-size:clamp(58px,5.4vw,82px)}
.hero-lead{font-size:clamp(20px,1.65vw,26px);white-space:nowrap;max-width:none}
.hero-mini{top:270px;width:354px}
.hero-mini h2{font-size:30px}
.mini-product{height:196px}
.hero-letter{font-size:54px}
.hero-letter-a{left:56%;top:315px}
.hero-letter-b{left:64%;top:220px}
.hero-letter-c{right:19%;top:292px}
.star-1{left:9%;bottom:255px}
.star-2{left:37%;top:285px}
.hero-curve{position:absolute;z-index:3;left:0;right:0;bottom:-1px;height:145px;background:#fffdf8;clip-path:ellipse(72% 76% at 50% 100%)}
.intro{margin-top:90px;grid-template-columns:.9fr 1.1fr;gap:68px;min-height:560px}
.intro-product{min-height:500px}
.intro-product:before{content:"";position:absolute;width:470px;height:470px;border-radius:50%;background:#fff1c7;left:0;top:36px;opacity:.62}
.intro-product img{width:112%;max-width:590px;filter:drop-shadow(0 24px 36px rgba(7,8,111,.10))}
.section-kicker.left{margin-left:0}
.strengths{position:relative;padding-top:68px}
.strength-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:16px;border-radius:32px;background:rgba(255,255,255,.58);border:1px solid rgba(7,8,111,.08);box-shadow:var(--soft-shadow)}
.strength-item{position:relative;min-height:290px;padding:26px 22px;border-radius:24px;background:#fff;border:1px solid var(--line);overflow:hidden}
.strength-item:nth-child(1){border-top:6px solid var(--yellow)}
.strength-item:nth-child(2){border-top:6px solid var(--sky)}
.strength-item:nth-child(3){border-top:6px solid var(--green)}
.strength-item:nth-child(4){border-top:6px solid var(--orange)}
.strength-no{position:absolute;right:18px;top:16px;color:rgba(7,8,111,.10);font-size:54px;line-height:1;font-weight:900}
.strength-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;margin-bottom:22px;background:#fff4bd}
.strength-item:nth-child(2) .strength-icon{background:#d9f3ff}
.strength-item:nth-child(3) .strength-icon{background:#d6f8cb}
.strength-item:nth-child(4) .strength-icon{background:#ffe0c8}
.strength-icon svg{width:32px;height:32px;fill:var(--blue)}
.strength-item h3{margin:0 0 12px;color:var(--blue);font-size:23px;line-height:1.38;letter-spacing:-.025em;font-weight:900}
.strength-item p{margin:0;color:#3f466c;font-size:15.5px;line-height:1.8;font-weight:720}
.method-section{position:relative;padding-top:116px}
.method-marquee{position:absolute;z-index:0;left:0;right:0;top:90px;display:flex;gap:84px;color:rgba(7,8,111,.035);font-size:clamp(100px,13vw,188px);line-height:1;font-weight:900;letter-spacing:.12em;white-space:nowrap;pointer-events:none;user-select:none;animation:marquee 26s linear infinite}
.method-grid{grid-template-columns:repeat(3,1fr)}
.method-body:after{display:none}
.method-card{min-height:420px}
.campaign{margin-top:98px;display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:0;border:0;background:transparent;box-shadow:none}
.campaign-card{display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr;gap:22px;padding:24px;border-radius:30px;min-height:420px;box-shadow:var(--soft-shadow);border:1px solid rgba(7,8,111,.08)}
.campaign-light{background:linear-gradient(135deg,#fff,#fff8e8)}
.campaign-dark{background:linear-gradient(135deg,#071063,#123487);color:#fff}
.campaign-dark:after{display:none}
.price-label{width:max-content;margin:0 0 18px;padding:8px 16px;border-radius:999px;color:var(--blue);background:var(--yellow);font-size:13px;line-height:1;font-weight:900;letter-spacing:.05em}
.price-label.green{background:#d7f9ca;color:#119811}
.scott-full{width:100vw;margin-top:118px;padding:92px 0;background:radial-gradient(circle at 12% 12%, rgba(255,209,46,.20), transparent 28%),linear-gradient(135deg,#fffdf8 0%,#eef9ff 100%)}
.scott-inner{position:relative;display:grid;grid-template-columns:500px 1fr;gap:76px;align-items:center;min-height:560px}
.scott-visual{position:relative;min-height:560px}
.scott-disc{position:absolute;left:20px;top:34px;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle at 30% 30%, rgba(255,209,46,.45), transparent 34%),rgba(255,209,46,.18)}
.scott-photo{position:absolute;left:96px;top:0;width:310px;height:520px;object-fit:cover;object-position:top center;border-radius:42px;box-shadow:0 26px 70px rgba(7,8,111,.18);background:#fff}
.scott-abc{position:absolute;left:0;bottom:20px;color:var(--orange);font-size:72px;line-height:1;font-weight:900;letter-spacing:.08em;transform:rotate(-8deg)}
.scott-character{position:absolute;right:30px;bottom:12px;width:150px;animation:floaty 6s ease-in-out infinite}
.scott-text .section-kicker{margin-left:0}
.scott-text h2{margin:0 0 18px;color:var(--blue);font-size:clamp(38px,3.6vw,58px);line-height:1.28;letter-spacing:-.045em;font-weight:900}
.scott-text h3{margin:0 0 18px;color:var(--ink);font-size:34px;line-height:1.2;font-weight:900}
.scott-text ul{list-style:none;margin:0 0 26px;padding:0;color:#3e4568;font-size:18px;line-height:1.85;font-weight:800}
.scott-text li{position:relative;padding-left:32px}
.scott-text li:before{content:"✓";position:absolute;left:0;top:0;color:#22b72e;font-weight:900}
.final-cta{position:relative;width:100vw;margin:0;padding:88px 0;background:linear-gradient(90deg,rgba(7,8,111,.82),rgba(7,8,111,.68)),url("img/parent-and-child_boy.jpg") center/cover no-repeat;color:#fff}
.final-inner{position:relative;min-height:340px;display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:center}
.final-sub{margin:0 0 10px;color:var(--yellow);font-size:14px;line-height:1;font-weight:900;letter-spacing:.08em}
.final-cta h2{margin:0 0 28px;color:#fff;font-size:clamp(44px,4.6vw,72px);line-height:1.22;letter-spacing:-.045em;font-weight:900}
.final-btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:18px 54px;border-radius:999px;color:var(--blue);background:var(--yellow);box-shadow:0 16px 32px rgba(0,0,0,.16);font-weight:900;font-size:17px}
.final-btn:after{content:"›";margin-left:12px;font-size:28px;line-height:.7}
.final-product{width:100%;max-height:285px;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(0,0,0,.18))}
.site-footer{background:#070744;color:#fff;padding:54px 0 24px}
.footer-inner{display:grid;grid-template-columns:1.1fr 1.5fr auto;gap:48px;align-items:start}
.footer-brand img{width:132px;background:#fff;padding:8px;border-radius:16px}
.footer-brand p{margin:16px 0 18px;color:rgba(255,255,255,.84);font-weight:700}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap}
.footer-socials a{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;font-size:12px;font-weight:900}
.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px}
.footer-nav a{color:#fff;font-weight:800;padding:4px 0}
.copyright{margin:40px auto 0;width:min(1180px,calc(100vw - 48px));color:rgba(255,255,255,.7);font-size:12px;text-align:center}
.floating-top{position:fixed;right:24px;bottom:24px;z-index:80;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--yellow);color:var(--blue);box-shadow:0 16px 40px rgba(7,8,111,.22);font-size:13px;font-weight:900;opacity:0;pointer-events:none;transform:translateY(12px);transition:.22s ease}
.floating-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
@keyframes marquee{from{transform:translateX(0)}
to{transform:translateX(-50%)}
}
@media (max-width:1120px){.strength-strip{grid-template-columns:repeat(2,1fr)}
.intro,.scott-inner,.final-inner{grid-template-columns:1fr}
.campaign{grid-template-columns:1fr}
.method-grid{grid-template-columns:1fr 1fr}
.method-grid .method-card:nth-child(3){grid-column:1/-1}
.footer-inner{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){.brand img{width:98px}
.hero-content{min-height:880px;padding-top:130px}
.hero-bg img{object-position:42% center}
.hero h1 span{white-space:normal}
.hero-lead{white-space:normal}
.hero-letter{font-size:38px}
.hero-letter-a{left:58%;top:168px}
.hero-letter-b{left:80%;top:128px}
.hero-letter-c{right:9%;top:232px}
.hero-curve{height:96px}
.intro{margin-top:58px;gap:20px}
.intro-product{min-height:300px}
.intro-product:before{width:280px;height:280px;left:8px}
.intro-product img{width:100%;max-height:245px}
.strength-strip{grid-template-columns:1fr;gap:12px;padding:12px}
.strength-item{padding:22px;min-height:auto}
.method-section{padding-top:70px}
.method-marquee{top:88px;font-size:78px}
.method-grid{grid-template-columns:1fr}
.method-grid .method-card:nth-child(3){grid-column:auto}
.campaign-card{padding:18px}
.scott-full{padding:64px 0}
.scott-visual{min-height:360px}
.scott-disc{left:50%;transform:translateX(-50%);width:300px;height:300px}
.scott-photo{left:50%;transform:translateX(-50%);width:220px;height:330px;border-radius:30px}
.scott-abc{font-size:44px;left:12px}
.scott-character{width:96px;right:14px}
.final-cta{padding:60px 0 72px}
.final-inner{gap:24px}
.final-product{max-height:210px}
.footer-inner{grid-template-columns:1fr;gap:30px}
.footer-nav{grid-template-columns:1fr}
}
.site-header{padding-left:28px !important;
  padding-right:22px !important;}
.brand img{width:112px !important;}
.hero{min-height:860px !important;}
.hero-bg img{object-position:30% center !important;
  transform:scale(1.02) !important;}
.hero-vignette{background:
    linear-gradient(90deg,rgba(7,8,111,.50) 0%,rgba(7,8,111,.25) 34%,rgba(255,255,255,.16) 58%,rgba(255,255,255,.62) 100%),
    linear-gradient(180deg,rgba(255,255,255,.05) 0%,transparent 34%,rgba(255,248,231,.18) 100%) !important;}
.hero-content{min-height:860px !important;
  padding-top:260px !important;}
.hero-copy{width:min(740px,54vw) !important;}
.hero h1{font-size:clamp(56px,5vw,78px) !important;
  line-height:1.16 !important;
  letter-spacing:-.055em !important;}
.hero-badge{margin-bottom:28px !important;}
.hero-lead{margin-top:26px !important;
  white-space:nowrap !important;
  font-size:clamp(19px,1.45vw,24px) !important;}
.hero-mini{top:296px !important;
  right:42px !important;
  width:330px !important;
  padding:26px 24px 22px !important;}
.hero-mini h2{font-size:26px !important;
  line-height:1.36 !important;}
.mini-product{height:170px !important;}
.hero-letter{font-size:38px !important;
  line-height:1 !important;
  opacity:.86 !important;}
.hero-letter-a{left:57% !important;
  top:376px !important;
  transform:rotate(-10deg) !important;}
.hero-letter-b{left:61.5% !important;
  top:330px !important;}
.hero-letter-c{right:35.5% !important;
  top:440px !important;
  opacity:.50 !important;}
.star{font-size:20px !important;}
.star-1{left:24% !important;
  bottom:255px !important;}
.star-2{left:43% !important;
  top:360px !important;}
.star-3{right:20% !important;
  bottom:250px !important;}
.hero-curve{position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-1px !important;
  height:142px !important;
  background:#fffdf8 !important;
  clip-path:ellipse(76% 76% at 50% 100%) !important;
  z-index:3 !important;}
.intro{margin-top:74px !important;
  grid-template-columns:1.02fr .98fr !important;
  gap:58px !important;
  min-height:560px !important;}
.intro-product{min-height:500px !important;}
.intro-product:before{content:"" !important;
  position:absolute !important;
  width:500px !important;
  height:500px !important;
  border-radius:50% !important;
  left:-22px !important;
  top:18px !important;
  background:linear-gradient(135deg,rgba(255,209,46,.35),rgba(255,255,255,.48)) !important;
  opacity:.92 !important;}
.intro-product:after{content:"" !important;
  position:absolute !important;
  left:8% !important;
  bottom:48px !important;
  width:82% !important;
  height:50px !important;
  border-radius:50% !important;
  background:rgba(7,8,111,.08) !important;
  filter:blur(18px) !important;
  z-index:0 !important;}
.intro-product img{position:relative !important;
  z-index:1 !important;
  width:118% !important;
  max-width:650px !important;
  transform:translateX(-14px) !important;
  filter:drop-shadow(0 28px 34px rgba(7,8,111,.13)) !important;}
.intro-text{max-width:590px !important;}
.intro-text h2{font-size:clamp(40px,3.35vw,56px) !important;
  line-height:1.3 !important;
  letter-spacing:-.05em !important;
  margin-bottom:30px !important;}
.strength-strip{gap:16px !important;}
.strength-item{min-height:270px !important;
  padding:28px 24px !important;}
.strength-no{font-size:46px !important;
  color:rgba(7,8,111,.075) !important;
  right:18px !important;
  top:18px !important;}
.strength-icon{width:60px !important;
  height:60px !important;
  border-radius:20px !important;
  box-shadow:inset 0 -4px 0 rgba(7,8,111,.05) !important;}
.strength-icon svg{width:31px !important;
  height:31px !important;}
.strength-item h3{font-size:22px !important;
  margin-bottom:14px !important;}
.strength-item p{font-size:15px !important;
  line-height:1.9 !important;}
.campaign{margin-top:98px !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:24px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;}
.campaign-card{display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  min-height:auto !important;
  padding:24px !important;
  border-radius:30px !important;
  border:1px solid rgba(7,8,111,.08) !important;
  box-shadow:var(--soft-shadow) !important;}
.campaign-only-btn{align-self:flex-start !important;}
.price-card{position:relative !important;
  overflow:hidden !important;}
.price-card:before{content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:7px !important;
  background:linear-gradient(90deg,var(--yellow),var(--orange)) !important;}
.price-card:nth-child(2):before{background:linear-gradient(90deg,var(--green),var(--sky)) !important;}
.scott-full{margin-top:116px !important;
  padding:94px 0 !important;
  background:linear-gradient(110deg,#fffaf0 0%,#f5fcff 100%) !important;}
.scott-inner{min-height:610px !important;
  grid-template-columns:520px 1fr !important;
  gap:76px !important;
  align-items:center !important;}
.scott-visual{min-height:610px !important;}
.scott-disc{display:none !important;}
.scott-visual:before{content:"" !important;
  position:absolute !important;
  left:28px !important;
  top:42px !important;
  width:420px !important;
  height:535px !important;
  border-radius:46px !important;
  background:var(--yellow) !important;
  transform:rotate(-4deg) !important;
  opacity:.34 !important;
  z-index:0 !important;}
.scott-photo{left:60px !important;
  top:0 !important;
  width:390px !important;
  height:610px !important;
  border-radius:42px !important;
  object-fit:cover !important;
  object-position:center top !important;
  z-index:1 !important;}
.scott-abc{left:34px !important;
  bottom:8px !important;
  font-size:66px !important;
  z-index:2 !important;}
.scott-character{right:44px !important;
  bottom:44px !important;
  width:170px !important;
  filter:drop-shadow(0 18px 20px rgba(7,8,111,.13)) !important;}
.scott-text h2{max-width:760px !important;}
.final-cta{margin-top:0 !important;
  padding:88px 0 !important;
  background:
    linear-gradient(90deg,rgba(7,8,111,.84),rgba(7,8,111,.66)),
    url("img/parent-and-child_boy.jpg") 36% center/cover no-repeat !important;
  color:#fff !important;}
.final-inner{min-height:330px !important;
  grid-template-columns:1fr 410px !important;
  gap:46px !important;
  align-items:center !important;}
.final-cta h2{max-width:720px !important;
  color:#fff !important;
  text-align:left !important;}
.final-sub{text-align:left !important;}
.final-btn{background:var(--yellow) !important;
  color:var(--blue) !important;}
.final-product{max-height:300px !important;}
.site-footer{background:#070744 !important;
  color:#fff !important;
  padding:56px 0 26px !important;
  text-align:left !important;}
.footer-inner{display:grid !important;
  grid-template-columns:1.05fr 1.6fr !important;
  gap:54px !important;
  align-items:start !important;}
.footer-brand img{width:138px !important;
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;}
.footer-brand p{margin:18px 0 18px !important;
  color:rgba(255,255,255,.86) !important;
  font-weight:700 !important;
  line-height:1.8 !important;}
.footer-socials{display:flex !important;
  gap:10px !important;}
.footer-socials a{width:46px !important;
  height:46px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.24) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.06) !important;}
.footer-socials svg{width:24px !important;
  height:24px !important;
  fill:#fff !important;}
.footer-nav{display:grid !important;
  grid-template-columns:repeat(2,minmax(160px,1fr)) !important;
  gap:12px 44px !important;
  justify-self:start !important;}
.footer-nav a{color:#fff !important;
  font-weight:800 !important;
  text-align:left !important;
  line-height:1.35 !important;}
.copyright{width:min(1180px,calc(100vw - 48px)) !important;
  margin:42px auto 0 !important;
  color:rgba(255,255,255,.72) !important;
  font-size:12px !important;
  text-align:center !important;}
@media (max-width:1120px){.hero-content{padding-top:150px !important}
.hero-copy{width:100% !important;max-width:690px !important}
.hero h1 span{white-space:normal !important}
.hero-lead{white-space:normal !important}
.intro,.scott-inner,.final-inner{grid-template-columns:1fr !important}
.intro-product img{width:100% !important;transform:none !important}
.campaign{grid-template-columns:1fr !important}
.footer-inner{grid-template-columns:1fr !important}
}
@media (max-width:760px){.brand img{width:98px !important}
.hero h1{font-size:43px !important}
.hero-letter-c{display:none !important}
.intro-product{min-height:320px !important}
.intro-product:before{width:300px !important;height:300px !important;left:50% !important;transform:translateX(-50%) !important}
.intro-product img{max-width:360px !important}
.scott-photo{position:relative !important;left:50% !important;transform:translateX(-50%) !important;width:min(100%,300px) !important;height:430px !important}
.scott-visual:before{left:50% !important;transform:translateX(-55%) rotate(-4deg) !important;width:290px !important;height:410px !important}
.footer-nav{grid-template-columns:1fr !important}
}
.site-header{left:28px !important;
  right:28px !important;
  padding-left:34px !important;
  padding-right:28px !important;}
.brand{margin-left:6px !important;}
.brand img{width:108px !important;}
.header-actions{margin-right:6px !important;}
.buy-btn,.line-btn{min-height:50px !important;
  padding-inline:26px !important;}
.hero-content{padding-top:292px !important;}
.hero-mini{top:306px !important;}
.hero-curve{height:154px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,209,46,.11), transparent 30%),
    radial-gradient(circle at 92% 40%, rgba(89,194,255,.10), transparent 26%),
    linear-gradient(180deg,#fff8ec 0%,#fffdf8 88%) !important;
  clip-path:ellipse(78% 76% at 50% 100%) !important;}
.intro-more{margin-top:26px !important;}
.strength-icon{transition:transform .28s ease, box-shadow .28s ease !important;}
.strength-item:hover .strength-icon{transform:translateY(-3px) scale(1.04) !important;
  box-shadow:0 14px 24px rgba(7,8,111,.10), inset 0 -4px 0 rgba(7,8,111,.05) !important;}
.strength-item.reveal{opacity:0;
  transform:translateY(26px) scale(.985);}
.strength-item.reveal.is-visible{opacity:1;
  transform:translateY(0) scale(1);}
.strength-item:nth-child(1){transition-delay:.00s}
.strength-item:nth-child(2){transition-delay:.10s}
.strength-item:nth-child(3){transition-delay:.20s}
.strength-item:nth-child(4){transition-delay:.30s}
.campaign{align-items:start !important;}
.campaign-card{padding:20px !important;
  border-radius:30px !important;
  gap:18px !important;}
.campaign-banner-img{width:100% !important;
  aspect-ratio:1 / 1 !important;
  height:auto !important;
  object-fit:cover !important;
  border-radius:24px !important;
  box-shadow:0 16px 38px rgba(7,8,111,.13) !important;}
.campaign-light{background:linear-gradient(135deg,#fffdf5,#fff8e8) !important;}
.campaign-dark{background:linear-gradient(135deg,#071063,#123487) !important;}
.campaign-only-btn{margin-top:2px !important;}
.final-cta{border-radius:44px 44px 0 0 !important;
  padding:88px 0 84px !important;
  background:
    linear-gradient(90deg,rgba(7,8,111,.84),rgba(7,8,111,.62)),
    url("img/parent-and-child_boy.jpg") 38% center/cover no-repeat !important;}
.final-inner{grid-template-columns:minmax(0,1fr) 440px !important;
  gap:56px !important;
  align-items:center !important;}
.final-copy{text-align:center !important;
  justify-self:center !important;}
.final-sub{text-align:center !important;}
.final-cta h2{text-align:center !important;
  max-width:720px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  line-height:1.24 !important;}
.final-cta h2 span{display:block !important;}
.final-btn{margin-inline:auto !important;}
.final-product{justify-self:center !important;
  width:min(100%,430px) !important;
  max-height:320px !important;}
@media (max-width:1120px){.site-header{left:18px !important;
    right:18px !important;}
.hero-content{padding-top:190px !important;}
.campaign{grid-template-columns:1fr !important;}
.campaign-banner-img{max-height:620px !important;
    object-fit:contain !important;
    background:#fff !important;}
.final-inner{grid-template-columns:1fr !important;}
}
@media (max-width:760px){.site-header{padding-left:18px !important;
    padding-right:18px !important;}
.brand{margin-left:0 !important;}
.hero-content{padding-top:150px !important;}
.hero-mini{top:auto !important;}
.campaign-card{padding:14px !important;}
.final-cta{border-radius:28px 28px 0 0 !important;
    padding:64px 0 70px !important;}
.final-cta h2{font-size:38px !important;}
}
.site-header{left:28px !important;
  right:28px !important;
  padding-left:38px !important;
  padding-right:32px !important;}
.brand{margin-left:8px !important;}
.header-actions{margin-right:8px !important;}
.desktop-nav{gap:6px !important;}
.nav-group{position:relative;
  display:flex;
  align-items:center;}
.nav-caret{font-size:13px;
  margin-left:5px;
  transform:translateY(-1px);
  display:inline-block;}
.nav-dropdown{position:absolute;
  left:50%;
  top:calc(100% + 18px);
  width:max-content;
  min-width:230px;
  padding:14px;
  border-radius:22px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(7,8,111,.08);
  box-shadow:0 24px 54px rgba(7,8,111,.16);
  transform:translateX(-50%) translateY(8px);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
  z-index:80;}
.nav-dropdown:before{content:"";
  position:absolute;
  left:0;
  right:0;
  top:-20px;
  height:20px;}
.nav-dropdown a{display:flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:14px;
  color:var(--blue);
  font-weight:900;
  font-size:13px;
  white-space:nowrap;}
.nav-dropdown a:hover{background:#fff6d8;
  color:var(--orange);}
.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown,.nav-group.is-open .nav-dropdown{opacity:1;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);}
.nav-group:hover .nav-caret,.nav-group:focus-within .nav-caret{transform:translateY(-1px) rotate(180deg);}
.buy-btn,.line-btn{white-space:nowrap;}
.site-footer{border-radius:0 !important;}
.footer-inner{max-width:min(1180px, calc(100vw - 48px)) !important;}
.customer-voice-section{padding:10px 0 30px;}
.voice-intro-text{max-width:680px;margin:16px auto 0;color:#3b4567;font-weight:800;line-height:1.9;text-align:center;}
.customer-voice-grid{display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:42px;}
.customer-voice-card{overflow:hidden;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(7,8,111,.08);
  box-shadow:var(--soft-shadow);}
.customer-voice-card img{width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  display:block;}
.voice-copy{padding:26px 24px 30px;}
.voice-number{display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:16px;
  background:var(--yellow);
  color:var(--blue);
  font-weight:900;
  margin-bottom:16px;}
.customer-voice-card:nth-child(2) .voice-number{background:#d7ffd0;}
.customer-voice-card:nth-child(3) .voice-number{background:#d8f3ff;}
.voice-copy h3{margin:0 0 14px;
  color:var(--blue);
  font-size:24px;
  font-weight:900;}
.voice-copy p{margin:0;
  color:#1b2551;
  font-weight:800;
  line-height:2;}
.line-qr-block{float:right;
  width:210px;
  margin:0 0 24px 34px;
  padding:18px;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--soft-shadow);
  text-align:center;}
.line-qr-block img,.contact-qr{width:150px;
  max-width:100%;
  height:auto;}
.line-qr-block p{margin:10px 0 0;
  font-size:13px;
  font-weight:900;
  color:var(--blue);}
body:not(.home) .site-header{top:24px !important;}
@media (max-width:1280px){.desktop-nav{gap:2px !important;}
.nav-link{font-size:12px !important;
    padding-inline:9px !important;}
.buy-btn,.line-btn{padding-inline:20px !important;}
}
@media (max-width:1120px){.nav-group{display:none;}
.customer-voice-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){.site-header{left:14px !important;
    right:14px !important;
    padding-left:18px !important;
    padding-right:18px !important;}
.line-qr-block{float:none;
    width:100%;
    margin:0 0 22px;}
}
.nav-dropdown a:first-child{background:#fff8e4;}
.feature-page-hero{padding:170px 24px 42px;}
.feature-page-title{width:min(960px, calc(100vw - 48px));
  margin:0 auto;
  text-align:center;}
.feature-page-title h1{margin:14px 0 0;
  font-size:clamp(42px,6vw,82px);
  line-height:1.05;
  color:var(--blue);
  letter-spacing:-.05em;
  font-weight:950;}
.feature-main{overflow:hidden;}
.suitcase-origin{position:relative;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:44px;
  align-items:center;
  padding:20px 0 96px;}
.origin-copy h2{font-size:clamp(30px,4.5vw,62px);
  line-height:1.15;
  color:var(--blue);
  letter-spacing:-.04em;
  margin:14px 0 0;}
.origin-stage{position:relative;
  display:grid;
  place-items:center;
  min-height:360px;}
.origin-frame{position:absolute;
  width:100%;
  max-width:600px;
  height:210px;
  border-radius:28px;
  background:
    linear-gradient(135deg, rgba(255,209,46,.18), rgba(255,255,255,.8)),
    #fffdf8;
  border:2px dashed rgba(7,8,111,.16);
  box-shadow:var(--soft-shadow);}
.origin-stage img{position:relative;
  width:min(430px, 72vw);
  filter:drop-shadow(0 22px 26px rgba(7,8,111,.18));
  animation:suitcaseFloat 4.6s ease-in-out infinite;}
@keyframes suitcaseFloat{
  0%,100%{transform:translateY(0) rotate(-1deg)}
  50%{transform:translateY(-14px) rotate(1deg)}
}
.origin-spark{position:absolute;
  color:var(--yellow);
  font-size:32px;
  text-shadow:0 8px 18px rgba(255,127,27,.28);
  animation:twinkle 2.2s ease-in-out infinite;}
.spark-a{right:8%;top:18%}
.spark-b{left:15%;bottom:18%;animation-delay:.7s}
.section-lead{margin:12px auto 0;
  max-width:760px;
  text-align:center;
  color:#4f557a;
  font-weight:800;}
.feature-strengths{padding:80px 0 110px;}
.feature-strength-grid{margin-top:42px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:26px;}
.feature-strength-card{display:grid;
  grid-template-columns:220px 1fr;
  min-height:220px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(7,8,111,.10);
  box-shadow:var(--soft-shadow);
  overflow:hidden;}
.feature-strength-card img{width:100%;
  height:100%;
  object-fit:cover;}
.feature-strength-content{position:relative;
  padding:32px 34px;}
.feature-strength-number{display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:16px;
  background:var(--yellow);
  color:var(--blue);
  font-weight:950;
  margin-bottom:18px;}
.feature-strength-card:nth-child(2) .feature-strength-number{background:#d8f3ff}
.feature-strength-card:nth-child(3) .feature-strength-number{background:#d7ffd0}
.feature-strength-card:nth-child(4) .feature-strength-number{background:#ffe0ca}
.feature-strength-content h3{margin:0 0 12px;
  color:var(--blue);
  font-size:26px;
  line-height:1.25;
  font-weight:950;}
.feature-strength-content p{margin:0;
  color:#2f365f;
  line-height:1.85;
  font-weight:800;}
.feature-strength-card:nth-child(1){transition-delay:.02s}
.feature-strength-card:nth-child(2){transition-delay:.12s}
.feature-strength-card:nth-child(3){transition-delay:.22s}
.feature-strength-card:nth-child(4){transition-delay:.32s}
.english-growth{position:relative;
  padding:110px 0;
  background:
    radial-gradient(circle at 20% 22%, rgba(255,209,46,.18), transparent 26%),
    radial-gradient(circle at 92% 30%, rgba(89,194,255,.16), transparent 28%),
    rgba(255,255,255,.55);}
.speech-stage{border-radius:34px;
  background:#fff;
  box-shadow:var(--soft-shadow);
  border:1px solid rgba(7,8,111,.08);}
.speech-stage{position:relative;
  min-height:520px;
  overflow:hidden;
  background:
    radial-gradient(circle at 42% 26%, rgba(255,209,46,.18), transparent 24%),
    radial-gradient(circle at 62% 65%, rgba(89,194,255,.16), transparent 30%),
    #fff;}
.speech-bubble{position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  max-width:260px;
  min-height:58px;
  padding:12px 18px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  font-size:15px;
  line-height:1.25;
  font-weight:950;
  text-align:center;
  box-shadow:0 16px 30px rgba(7,8,111,.13);
  border:2px solid rgba(255,209,46,.72);
  opacity:0;
  transform:scale(.86) translateY(8px);
  animation:speechCycle 12s infinite;}
.speech-bubble:after{content:"";
  position:absolute;
  bottom:-8px;
  left:50%;
  width:18px;
  height:18px;
  background:#fff;
  border-right:2px solid rgba(255,209,46,.72);
  border-bottom:2px solid rgba(255,209,46,.72);
  transform:translateX(-50%) rotate(45deg);}
@keyframes speechCycle{
  0%,12%{opacity:0;transform:scale(.86) translateY(8px)}
  16%,30%{opacity:1;transform:scale(1) translateY(0)}
  34%,100%{opacity:0;transform:scale(.92) translateY(-6px)}
}
.feature-method{padding:110px 0;}
.feature-method-grid{display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:46px;}
.method-card-detail{display:flex;
  flex-direction:column;
  gap:20px;
  padding:28px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(7,8,111,.12);
  box-shadow:var(--soft-shadow);}
.method-card-detail span{display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:var(--yellow);
  color:var(--blue);
  font-weight:950;}
.method-card-detail:nth-child(2) span{background:#d7ffd0}
.method-card-detail:nth-child(3) span{background:#d8f3ff}
.method-card-detail h3{margin:16px 0 8px;
  color:var(--blue);
  font-size:30px;
  line-height:1.05;
  font-weight:950;}
.method-card-detail p{margin:0;
  color:#4c5278;
  font-weight:850;
  line-height:1.65;}
.method-card-detail img{width:100%;
  aspect-ratio:1.55;
  object-fit:cover;
  border-radius:20px;}
.outline-btn.compact{min-height:44px;
  padding:11px 16px;
  font-size:13px;
  align-self:flex-start;}
.center-action{display:flex;
  justify-content:center;
  margin-top:34px;}
.activity-overview{padding:105px 0;
  background:#fff;}
.activity-mini-grid{display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:44px;}
.activity-mini-card{padding:24px 22px 26px;
  border-radius:28px;
  background:#fffdf8;
  border:1px solid rgba(7,8,111,.10);
  box-shadow:var(--soft-shadow);
  text-align:center;}
.activity-mini-card img{width:100%;
  height:180px;
  object-fit:contain;
  margin-bottom:18px;}
.activity-mini-card h3{margin:0 0 10px;
  color:var(--blue);
  font-size:20px;
  font-weight:950;}
.activity-mini-card p{margin:0;
  color:#555c80;
  line-height:1.7;
  font-weight:800;}
.feature-scott{padding:110px 0;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  align-items:center;}
.feature-scott-photo{position:relative;
  justify-self:end;
  width:min(360px,100%);}
.feature-scott-photo:before{content:"";
  position:absolute;
  inset:auto auto -24px -28px;
  width:88%;
  height:88%;
  border-radius:36px;
  background:rgba(255,209,46,.26);
  transform:rotate(-5deg);}
.feature-scott-photo img{position:relative;
  width:100%;
  border-radius:32px;
  box-shadow:var(--shadow);}
.feature-scott-copy h2{margin:14px 0 18px;
  color:var(--blue);
  font-size:clamp(38px,5vw,72px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.05em;}
.feature-scott-copy h3{margin:0 0 18px;
  font-size:28px;
  color:#1c2044;}
.feature-scott-copy p,.feature-scott-copy li{color:#3b426d;
  font-weight:850;
  line-height:1.8;}
.feature-scott-copy ul{margin:16px 0;
  padding:0;
  list-style:none;}
.feature-scott-copy li:before{content:"✓";
  color:#19b523;
  font-weight:950;
  margin-right:10px;}
.feature-bottom-cta{padding:40px 0 110px;}
.feature-bottom-inner{position:relative;
  overflow:hidden;
  text-align:center;
  border-radius:34px 34px 0 0;
  padding:70px 34px 58px;
  background:
    linear-gradient(135deg, rgba(7,8,111,.92), rgba(31,35,143,.86)),
    url("img/parent-and-child_boy.jpg") center/cover;
  box-shadow:var(--shadow);}
.feature-bottom-inner h2{margin:0 auto 28px;
  color:#fff;
  max-width:900px;
  font-size:clamp(34px,5vw,72px);
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.05em;}
.feature-bottom-inner .buy-btn{background:var(--yellow);
  color:var(--blue);}
.feature-bottom-inner p{margin:22px 0 0;
  color:#fff;
  font-weight:900;}
@media (max-width:980px){.suitcase-origin,.feature-scott{grid-template-columns:1fr;}
.feature-strength-grid,.feature-method-grid{grid-template-columns:1fr;}
.activity-mini-grid{grid-template-columns:repeat(2,1fr);}
.feature-strength-card{grid-template-columns:180px 1fr;}
.feature-scott-photo{justify-self:center;}
}
@media (max-width:680px){.feature-page-hero{padding-top:140px;}
.suitcase-origin{padding-bottom:64px;}
.origin-copy{text-align:left;}
.feature-strength-card{grid-template-columns:1fr;}
.feature-strength-card img{height:190px;}
.speech-stage{min-height:520px;}
.speech-bubble{left:50% !important;
    right:auto !important;
    top:24px !important;
    bottom:auto !important;
    transform:translateX(-50%) scale(.86) translateY(8px);
    width:min(82vw,320px);
    max-width:320px;}
@keyframes speechCycle{
    0%,12%{opacity:0;transform:translateX(-50%) scale(.86) translateY(8px)}
    16%,30%{opacity:1;transform:translateX(-50%) scale(1) translateY(0)}
    34%,100%{opacity:0;transform:translateX(-50%) scale(.92) translateY(-6px)}
  }
.activity-mini-grid{grid-template-columns:1fr;}
}
.feature-main-v65 .section-heading{width:min(980px, 100%);
  margin:0 auto 42px;
  text-align:center;}
.feature-main-v65 .section-heading .section-kicker{display:inline-flex;
  margin:0 auto 18px;}
.feature-main-v65 .section-heading .section-title{margin:0;
  color:var(--blue);
  font-size:clamp(42px,5.4vw,82px);
  line-height:1.08;
  letter-spacing:-.055em;
  font-weight:950;}
.feature-main-v65 .section-heading .section-lead{margin:22px auto 0;
  max-width:940px;
  color:#3d456f;
  font-size:16px;
  line-height:2;
  font-weight:850;}
.feature-page-hero-v65{padding-top:150px;
  padding-bottom:54px;}
.suitcase-origin-v65{position:relative;
  padding-top:28px;
  padding-bottom:120px;
  gap:56px;}
.suitcase-origin-v65:before{content:"";
  position:absolute;
  left:50%;
  top:42%;
  width:min(920px,90vw);
  height:min(420px,44vw);
  border-radius:999px;
  background:radial-gradient(circle, rgba(255,209,46,.18), transparent 70%);
  transform:translate(-50%,-50%);
  pointer-events:none;}
.suitcase-origin-v65 .origin-copy,.suitcase-origin-v65 .origin-stage{position:relative;z-index:1}
.origin-lead{margin:24px 0 0;
  max-width:560px;
  color:#3d456f;
  font-size:17px;
  line-height:1.9;
  font-weight:850;}
.origin-points{display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;}
.origin-points span{display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 16px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  border:1px solid rgba(7,8,111,.08);
  box-shadow:0 10px 22px rgba(7,8,111,.07);
  font-size:14px;
  font-weight:950;}
.suitcase-origin-v65 .origin-stage img{width:min(680px,100%);
  filter:drop-shadow(0 26px 34px rgba(7,8,111,.18));}
.spark-c{right:13%;bottom:12%;animation-delay:.6s}
.feature-strength-card:nth-child(4) img{object-fit:contain;
  padding:22px;
  background:linear-gradient(135deg,#fffdf8,#fff7df);}
.english-growth-v65{padding:118px 0 126px;}
.growth-unified{display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:34px;
  align-items:stretch;
  margin-top:50px;
  padding:34px;
  border-radius:42px;
  background:#fff;
  border:1px solid rgba(7,8,111,.10);
  box-shadow:var(--shadow);}
.growth-graph-area{display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-height:560px;
  border-radius:30px;
  background:linear-gradient(135deg,#fffdf8,#fff);}
.growth-graph{width:100%;
  max-width:560px;
  height:auto;}
.growth-legend{display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
  margin-top:18px;
  color:#252a52;
  font-size:15px;
  font-weight:950;}
.growth-legend span{display:inline-flex;align-items:center;gap:8px}
.growth-legend i{display:block;width:34px;height:8px;border-radius:99px}
.legend-use{background:#f2bd1e}
.legend-touch{background:#fb8617}
.speech-stage-v65{position:relative;
  min-height:560px;
  border-radius:30px;
  background:
    radial-gradient(circle at 82% 22%, rgba(89,194,255,.16), transparent 26%),
    radial-gradient(circle at 28% 74%, rgba(255,209,46,.14), transparent 30%),
    linear-gradient(135deg,#fff,#fbfdff);
  overflow:hidden;
  box-shadow:none;
  border:0;}
.speech-stage-v65 .character{position:absolute;
  z-index:2;
  height:auto;
  filter:drop-shadow(0 20px 24px rgba(7,8,111,.13));}
.character-jen{left:8%;bottom:9%;width:34%;}
.character-mich{right:8%;bottom:13%;width:37%;}
.speech-stage-v65 .speech-bubble{min-width:170px;
  min-height:64px;
  padding:13px 18px;
  flex-direction:column;
  gap:2px;
  border-radius:24px 24px 24px 10px;
  max-width:290px;}
.speech-stage-v65 .speech-bubble small{display:block;
  color:#1aa6d7;
  font-size:12px;
  line-height:1.1;
  font-weight:950;}
.speech-stage-v65 .speech-bubble strong{color:var(--blue);
  font-size:15px;
  line-height:1.24;
  font-weight:950;}
.speech-stage-v65 .bubble-1{left:15%;top:10%;animation-delay:0s}
.speech-stage-v65 .bubble-2{left:7%;top:30%;animation-delay:2s}
.speech-stage-v65 .bubble-3{left:6%;top:52%;animation-delay:4s}
.speech-stage-v65 .bubble-4{right:9%;top:11%;animation-delay:6s}
.speech-stage-v65 .bubble-5{right:5%;top:33%;animation-delay:8s}
.speech-stage-v65 .bubble-6{right:14%;bottom:24%;left:auto;animation-delay:10s;max-width:330px}
.feature-method-v65,.activity-overview-v65{padding:118px 0;}
.feature-method-grid-v65 .method-card-detail{min-height:620px;}
.method-desc{min-height:78px;
  margin:-6px 0 0!important;
  color:#3d456f!important;
  font-size:15px;
  line-height:1.78!important;
  font-weight:800!important;}
.feature-bottom-cta-v65{width:100vw;
  margin-left:calc(50% - 50vw);
  padding:60px 0 0;}
.feature-bottom-cta-v65 .feature-bottom-inner{width:100%;
  max-width:none;
  border-radius:36px 36px 0 0;
  padding:92px 34px 82px;}
.feature-bottom-cta-v65 .feature-bottom-inner h2{max-width:1040px;}
@media (max-width:980px){.growth-unified{grid-template-columns:1fr;padding:22px;border-radius:30px}
.growth-graph-area{min-height:auto;padding:26px 12px}
.speech-stage-v65{min-height:560px}
.suitcase-origin-v65{gap:28px}
.origin-lead{max-width:none}
}
@media (max-width:680px){.feature-page-hero-v65{padding-top:126px;padding-bottom:34px}
.feature-main-v65 .section-heading .section-title{font-size:38px}
.feature-main-v65 .section-heading .section-lead{text-align:left;font-size:14px;line-height:1.85}
.origin-points span{font-size:13px;min-height:34px}
.suitcase-origin-v65 .origin-stage img{width:100%}
.growth-unified{padding:16px;margin-top:28px}
.growth-legend{font-size:13px;gap:12px}
.speech-stage-v65{min-height:620px}
.character-jen{width:52%;left:2%;bottom:4%}
.character-mich{width:54%;right:0;bottom:25%}
.speech-stage-v65 .speech-bubble{width:min(82vw,330px);
    max-width:330px;}
.speech-stage-v65 .bubble-1,.speech-stage-v65 .bubble-2,.speech-stage-v65 .bubble-3,.speech-stage-v65 .bubble-4,.speech-stage-v65 .bubble-5,.speech-stage-v65 .bubble-6{left:50%!important;
    right:auto!important;
    top:24px!important;
    bottom:auto!important;}
.feature-method-grid-v65 .method-card-detail{min-height:auto}
.method-desc{min-height:auto}
.feature-bottom-cta-v65 .feature-bottom-inner{padding:66px 22px 60px;border-radius:28px 28px 0 0}
}
.suitcase-origin-v65{isolation:isolate;}
.suitcase-origin-v65::after{content:"";
  position:absolute;
  z-index:0;
  left:50%;
  top:-26px;
  width:100vw;
  height:calc(100% + 34px);
  transform:translateX(-50%);
  background:linear-gradient(90deg,#fff8db 0%, #fffdf6 56%, #ffffff 100%);
  border-radius:0 0 44px 44px;}
.suitcase-origin-v65:before{top:48%;
  width:min(1100px,96vw);
  height:min(460px,48vw);
  background:radial-gradient(circle, rgba(255,209,46,.26), rgba(255,209,46,.08) 34%, transparent 72%);}
.suitcase-origin-v65 .origin-frame{background:linear-gradient(135deg,#fff6cf,#fffdf3);}
.suitcase-origin-v65 .origin-copy{padding-top:18px}
.suitcase-origin-v65 .origin-stage{justify-self:end;}
.feature-strength-card.compact-card img,.feature-strength-card:nth-child(4) img{object-fit:cover;
  object-position:center center;
  padding:0;
  background:none;}
.english-growth-v65 .section-heading,.feature-method-v65 .section-heading,.activity-overview-v65 .section-heading{margin-bottom:46px;}
.growth-unified{grid-template-columns:.78fr 1.22fr;
  gap:20px;}
.growth-graph-area{min-height:500px;}
.growth-graph{max-width:440px;}
.speech-stage-v65{min-height:520px;}
.speech-stage-v65 .character{filter:drop-shadow(0 18px 20px rgba(7,8,111,.14));}
.character-jen{left:6%;
  bottom:5%;
  width:34%;}
.character-mich{right:4%;
  top:8%;
  width:38%;}
.speech-stage-v65 .speech-bubble{display:flex;
  position:absolute;
  z-index:3;
  align-items:flex-start;
  justify-content:center;
  width:max-content;
  max-width:260px;
  min-width:0;
  min-height:64px;
  padding:11px 16px 12px;
  border:2px solid rgba(242,189,30,.9);
  background:#fff;
  border-radius:22px 22px 22px 10px;
  box-shadow:0 18px 22px rgba(7,8,111,.08);
  opacity:0;
  transform:translateY(8px) scale(.94);
  transition:opacity .42s ease, transform .42s ease;
  animation:none !important;
  pointer-events:none;}
.speech-stage-v65 .speech-bubble::after{content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#fff;
  border-right:2px solid rgba(242,189,30,.9);
  border-bottom:2px solid rgba(242,189,30,.9);
  transform:rotate(45deg);
  left:22px;
  bottom:-9px;}
.speech-stage-v65 .speech-bubble.tail-top-right::after{left:auto;
  bottom:auto;
  right:24px;
  top:-9px;
  border-right:none;
  border-bottom:none;
  border-left:2px solid rgba(242,189,30,.9);
  border-top:2px solid rgba(242,189,30,.9);}
.speech-stage-v65 .speech-bubble small{margin-bottom:3px;
  font-size:12px;
  line-height:1.2;}
.speech-stage-v65 .speech-bubble strong{font-size:14px;
  line-height:1.28;}
.speech-stage-v65 .speech-bubble.is-active{opacity:1;
  transform:translateY(0) scale(1);}
.speech-stage-v65 .bubble-1{left:30%;bottom:18%;max-width:170px}
.speech-stage-v65 .bubble-2{left:28%;bottom:34%;max-width:180px}
.speech-stage-v65 .bubble-3{left:31%;top:38%;max-width:210px}
.speech-stage-v65 .bubble-4{left:38%;top:24%;max-width:180px}
.speech-stage-v65 .bubble-5{right:18%;top:18%;max-width:215px}
.speech-stage-v65 .bubble-6{right:21%;top:34%;max-width:240px}
.speech-stage-v65 .bubble-7{right:14%;bottom:23%;max-width:250px}
.speech-stage-v65 .bubble-8{right:16%;bottom:9%;max-width:265px}
@keyframes speechCycleV66{
  0%,10%{opacity:0;transform:scale(.9) translateY(8px)}
  13%,23%{opacity:1;transform:scale(1) translateY(0)}
  26%,100%{opacity:0;transform:scale(.96) translateY(-4px)}
}
.feature-method-grid-v65{align-items:stretch;}
.feature-method-grid-v65 .method-card-detail{min-height:590px;
  display:grid;
  grid-template-rows:auto auto auto minmax(88px,auto) auto auto;
  gap:14px;
  padding:28px 24px 24px;}
.feature-method-grid-v65 .method-card-detail h3{margin:2px 0 0;}
.method-sub{min-height:52px;
  margin:0 !important;
  color:var(--blue) !important;
  font-size:18px !important;
  line-height:1.42 !important;
  font-weight:950 !important;}
.method-desc{min-height:88px;
  margin:0 !important;}
.feature-method-grid-v65 .method-card-detail img{margin-top:2px;}
.feature-method-grid-v65 .method-card-detail .outline-btn.compact{margin-top:0;}
.feature-bottom-cta-v65 .feature-bottom-inner{background-image:linear-gradient(rgba(18,20,150,.9), rgba(18,20,150,.9)), url("img/parent-and-child_boy.jpg");
  background-size:cover;
  background-position:center;}
@media (max-width:980px){.suitcase-origin-v65::after{top:-18px;height:calc(100% + 22px);border-radius:0 0 36px 36px}
.growth-unified{grid-template-columns:1fr;gap:20px}
.growth-graph{max-width:420px}
.speech-stage-v65{min-height:590px}
.character-jen{left:5%;bottom:6%;width:32%}
.character-mich{right:4%;top:10%;width:36%}
.speech-stage-v65 .bubble-1{left:31%;bottom:18%}
.speech-stage-v65 .bubble-2{left:29%;bottom:34%}
.speech-stage-v65 .bubble-3{left:32%;top:38%}
.speech-stage-v65 .bubble-4{left:38%;top:23%}
.speech-stage-v65 .bubble-5{right:14%;top:16%}
.speech-stage-v65 .bubble-6{right:16%;top:32%}
.speech-stage-v65 .bubble-7{right:12%;bottom:22%}
.speech-stage-v65 .bubble-8{right:14%;bottom:8%}
.feature-method-grid-v65 .method-card-detail{min-height:560px}
}
@media (max-width:680px){.suitcase-origin-v65{padding-bottom:80px}
.suitcase-origin-v65::after{top:-10px;height:calc(100% + 8px);border-radius:0 0 28px 28px}
.origin-lead{font-size:15px;line-height:1.8}
.feature-strength-card.compact-card img,.feature-strength-card:nth-child(4) img{object-position:center top}
.growth-graph{max-width:100%}
.growth-graph-area{min-height:auto}
.speech-stage-v65{min-height:760px}
.character-jen{width:48%;left:3%;bottom:6%}
.character-mich{width:50%;right:1%;top:10%}
.speech-stage-v65 .speech-bubble{width:max-content;
    max-width:min(64vw,240px);
    min-height:58px;
    padding:10px 14px 11px;}
.speech-stage-v65 .bubble-1{left:34%;top:52%;bottom:auto}
.speech-stage-v65 .bubble-2{left:30%;top:42%;bottom:auto}
.speech-stage-v65 .bubble-3{left:24%;top:33%;bottom:auto}
.speech-stage-v65 .bubble-4{left:37%;top:23%;bottom:auto}
.speech-stage-v65 .bubble-5{right:6%;top:20%;left:auto}
.speech-stage-v65 .bubble-6{right:4%;top:34%;left:auto}
.speech-stage-v65 .bubble-7{right:8%;top:50%;bottom:auto;left:auto}
.speech-stage-v65 .bubble-8{right:10%;top:63%;bottom:auto;left:auto}
.speech-stage-v65 .speech-bubble::after{left:22px}
.speech-stage-v65 .speech-bubble.tail-top-right::after{left:auto;right:22px;top:-9px;bottom:auto}
.feature-method-grid-v65 .method-card-detail{min-height:auto;grid-template-rows:auto;gap:12px;padding:24px 20px 20px}
.method-sub,.method-desc{min-height:auto}
}
.growth-unified{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:28px;
  align-items:center;}
.growth-graph-area{min-height:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;}
.growth-graph{width:100%;
  max-width:420px;}
.speech-stage-v65{position:relative;
  min-height:500px;}
.speech-stage-v65 .character{position:absolute;
  z-index:1;
  filter:drop-shadow(0 18px 20px rgba(7,8,111,.14));}
.character-jen{left:7%;
  bottom:6%;
  width:35%;
  max-width:250px;}
.character-mich{right:5%;
  top:8%;
  width:37%;
  max-width:265px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{position:absolute;
  z-index:3;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  width:max-content;
  max-width:min(28vw,260px);
  min-height:0;
  padding:14px 18px 13px;
  border:2px solid rgba(242,189,30,.92);
  background:#fff;
  border-radius:24px;
  box-shadow:0 18px 22px rgba(7,8,111,.08);
  opacity:1;
  transform:none;
  transition:opacity .22s ease, transform .22s ease;
  animation:none !important;
  pointer-events:none;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed::after{content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#fff;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed small{margin:0 0 4px;
  font-size:12px;
  line-height:1.15;
  color:#0da7ff;
  font-weight:900;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{display:block;
  font-size:14px;
  line-height:1.34;
  color:var(--blue);
  font-weight:950;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed.is-changing{opacity:.12;
  transform:translateY(4px);}
.speech-stage-v65 .bubble-jen{left:31%;
  bottom:20%;
  max-width:190px;
  border-radius:24px 24px 24px 10px;}
.speech-stage-v65 .bubble-jen::after{left:24px;
  bottom:-9px;
  border-right:2px solid rgba(242,189,30,.92);
  border-bottom:2px solid rgba(242,189,30,.92);
  transform:rotate(45deg);}
.speech-stage-v65 .bubble-mich{right:24%;
  top:21%;
  max-width:255px;
  border-radius:24px 24px 10px 24px;}
.speech-stage-v65 .bubble-mich::after{right:24px;
  top:-9px;
  border-left:2px solid rgba(242,189,30,.92);
  border-top:2px solid rgba(242,189,30,.92);
  transform:rotate(45deg);}
@media (max-width:980px){.growth-unified{grid-template-columns:1fr;
    gap:20px;}
.speech-stage-v65{min-height:560px;}
.character-jen{left:5%;
    bottom:6%;
    width:34%;}
.character-mich{right:4%;
    top:7%;
    width:36%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:min(42vw,250px);}
.speech-stage-v65 .bubble-jen{left:30%;
    bottom:20%;}
.speech-stage-v65 .bubble-mich{right:20%;
    top:21%;}
}
@media (max-width:680px){.speech-stage-v65{min-height:680px;}
.character-jen{width:45%;
    left:2%;
    bottom:7%;}
.character-mich{width:45%;
    right:0;
    top:8%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:min(50vw,220px);
    padding:12px 15px 11px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{font-size:13px;}
.speech-stage-v65 .bubble-jen{left:34%;
    bottom:24%;
    max-width:min(48vw,190px);}
.speech-stage-v65 .bubble-mich{right:18%;
    top:22%;
    max-width:min(52vw,220px);}
.feature-method-grid-v65 .method-card-detail{gap:10px;
    padding:22px 18px 18px;}
}
.english-growth-v65 .section-heading,.feature-method-v65 .section-heading{max-width:980px;
  margin-left:auto;
  margin-right:auto;}
.growth-unified{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:22px;
  align-items:center;
  padding:28px 30px;}
.growth-graph-area{padding-right:4px;}
.growth-graph{max-width:410px;}
.speech-stage-v65{position:relative;
  min-height:500px;
  padding:8px 0;}
.speech-stage-v65 .character{position:absolute;
  z-index:1;
  filter:drop-shadow(0 18px 20px rgba(7,8,111,.14));}
.character-mich{right:3%;
  top:2%;
  width:42%;
  max-width:305px;}
.character-jen{left:5%;
  bottom:1%;
  width:41%;
  max-width:295px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{position:absolute;
  z-index:3;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  width:max-content;
  max-width:260px;
  padding:14px 18px 13px;
  border:2px solid rgba(242,189,30,.92);
  background:#fff;
  border-radius:24px;
  box-shadow:0 18px 22px rgba(7,8,111,.08);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed::after{content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#fff;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed small{margin:0 0 4px;
  font-size:12px;
  line-height:1.15;
  color:#0da7ff;
  font-weight:900;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{display:block;
  font-size:14px;
  line-height:1.34;
  color:var(--blue);
  font-weight:950;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed.is-changing{opacity:.15;
  transform:translateY(4px);}
.speech-stage-v65 .bubble-mich{right:35%;
  top:18%;
  max-width:255px;
  border-radius:24px 24px 10px 24px;}
.speech-stage-v65 .bubble-mich::after{right:-8px;
  top:24px;
  border-right:2px solid rgba(242,189,30,.92);
  border-top:2px solid rgba(242,189,30,.92);
  transform:rotate(45deg);}
.speech-stage-v65 .bubble-jen{left:34%;
  bottom:14%;
  max-width:215px;
  border-radius:24px 24px 24px 10px;}
.speech-stage-v65 .bubble-jen::after{left:-8px;
  bottom:20px;
  border-left:2px solid rgba(242,189,30,.92);
  border-bottom:2px solid rgba(242,189,30,.92);
  transform:rotate(45deg);}
.feature-method-grid-v65{gap:22px;
  margin-top:38px;}
.feature-method-grid-v65 .method-card-detail{min-height:auto;
  height:100%;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:24px 22px 22px;}
.feature-method-grid-v65 .method-card-detail h3{margin:0;}
.method-sub{min-height:0;
  font-size:17px !important;
  line-height:1.38 !important;}
.method-desc{min-height:0;
  font-size:15px;
  line-height:1.68;}
.feature-method-grid-v65 .method-card-detail img{margin-top:4px;}
.feature-method-grid-v65 .method-card-detail .outline-btn.compact{margin-top:4px;}
.center-action{margin-top:26px;}
@media (max-width:1100px){.growth-unified{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
    gap:18px;
    padding:24px;}
.character-mich{width:41%;
    right:1%;}
.character-jen{width:40%;
    left:3%;}
.speech-stage-v65 .bubble-mich{right:31%;}
.speech-stage-v65 .bubble-jen{left:30%;}
}
@media (max-width:980px){.growth-unified{grid-template-columns:1fr;
    gap:18px;
    padding:22px;}
.speech-stage-v65{min-height:560px;}
.character-mich{right:4%;
    top:3%;
    width:40%;}
.character-jen{left:4%;
    bottom:3%;
    width:40%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:240px;}
.speech-stage-v65 .bubble-mich{right:32%;
    top:17%;}
.speech-stage-v65 .bubble-jen{left:31%;
    bottom:15%;}
.feature-method-grid-v65{gap:18px;}
}
@media (max-width:680px){.growth-unified{padding:18px 16px;}
.speech-stage-v65{min-height:700px;}
.character-mich{right:2%;
    top:10%;
    width:48%;
    max-width:none;}
.character-jen{left:0;
    bottom:4%;
    width:49%;
    max-width:none;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:min(62vw,230px);
    padding:12px 15px 11px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{font-size:13px;}
.speech-stage-v65 .bubble-mich{right:9%;
    top:0;
    max-width:min(64vw,230px);}
.speech-stage-v65 .bubble-mich::after{right:28px;
    top:auto;
    bottom:-8px;
    border-right:2px solid rgba(242,189,30,.92);
    border-bottom:2px solid rgba(242,189,30,.92);
    border-top:0;
    transform:rotate(45deg);}
.speech-stage-v65 .bubble-jen{left:8%;
    bottom:37%;
    max-width:min(60vw,220px);}
.speech-stage-v65 .bubble-jen::after{left:28px;
    bottom:-8px;
    border-left:0;
    border-right:2px solid rgba(242,189,30,.92);
    border-bottom:2px solid rgba(242,189,30,.92);
    transform:rotate(45deg);}
.feature-method-grid-v65 .method-card-detail{gap:10px;
    padding:22px 18px 18px;}
}
.growth-unified{grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
  gap:26px;
  align-items:center;
  padding:24px 26px;}
.growth-graph-area{padding-right:0;}
.growth-graph{max-width:390px;}
.speech-stage-v65{position:relative;
  min-height:520px;
  padding:0;}
.speech-stage-v65 .character{position:absolute;
  z-index:1;
  filter:drop-shadow(0 18px 22px rgba(7,8,111,.14));}
.character-mich{right:0;
  top:0;
  width:48%;
  max-width:340px;}
.character-jen{left:2%;
  bottom:0;
  width:46%;
  max-width:330px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{position:absolute;
  z-index:3;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  width:max-content;
  max-width:270px;
  padding:14px 18px 13px;
  border:2px solid rgba(242,189,30,.92);
  background:#fff;
  border-radius:24px;
  box-shadow:0 18px 22px rgba(7,8,111,.08);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed::before,.speech-stage-v65 .speech-bubble.speech-bubble-fixed::after{content:"";
  position:absolute;
  display:block;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed small{margin:0 0 4px;
  font-size:12px;
  line-height:1.15;
  color:#0da7ff;
  font-weight:900;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{display:block;
  font-size:14px;
  line-height:1.34;
  color:var(--blue);
  font-weight:950;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed.is-changing{opacity:.15;
  transform:translateY(4px);}
.speech-stage-v65 .bubble-mich{right:40%;
  top:14%;
  max-width:255px;}
.speech-stage-v65 .bubble-mich::before{right:-16px;
  top:28px;
  width:18px;
  height:22px;
  background:rgba(242,189,30,.92);
  clip-path:polygon(0 50%,100% 0,100% 100%);}
.speech-stage-v65 .bubble-mich::after{right:-12px;
  top:30px;
  width:14px;
  height:18px;
  background:#fff;
  clip-path:polygon(0 50%,100% 0,100% 100%);}
.speech-stage-v65 .bubble-jen{left:38%;
  bottom:14%;
  max-width:290px;}
.speech-stage-v65 .bubble-jen::before{left:-16px;
  top:28px;
  width:18px;
  height:22px;
  background:rgba(242,189,30,.92);
  clip-path:polygon(100% 50%,0 0,0 100%);}
.speech-stage-v65 .bubble-jen::after{left:-12px;
  top:30px;
  width:14px;
  height:18px;
  background:#fff;
  clip-path:polygon(100% 50%,0 0,0 100%);}
.feature-method-grid-v65{gap:18px;
  margin-top:34px;
  align-items:start;}
.feature-method-grid-v65 .method-card-detail{gap:10px;
  padding:22px 20px 20px;}
.feature-method-grid-v65 .method-card-detail h3{margin:4px 0 2px;
  font-size:30px;
  line-height:1.02;}
.method-sub{font-size:16px !important;
  line-height:1.34 !important;}
.method-desc{font-size:14px;
  line-height:1.58;}
.feature-method-grid-v65 .method-card-detail img{margin-top:2px;}
.feature-method-grid-v65 .method-card-detail .outline-btn.compact{margin-top:2px;}
.center-action{margin-top:22px;}
@media (max-width:1100px){.growth-unified{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
    gap:20px;
    padding:22px;}
.character-mich{width:47%; right:0;}
.character-jen{width:45%; left:0;}
.speech-stage-v65 .bubble-mich{right:38%; top:14%;}
.speech-stage-v65 .bubble-jen{left:36%; bottom:14%;}
}
@media (max-width:980px){.growth-unified{grid-template-columns:1fr;
    gap:18px;
    padding:22px;}
.speech-stage-v65{min-height:580px;}
.character-mich{right:2%;
    top:2%;
    width:44%;}
.character-jen{left:2%;
    bottom:2%;
    width:44%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:250px;}
.speech-stage-v65 .bubble-mich{right:34%;
    top:14%;}
.speech-stage-v65 .bubble-jen{left:34%;
    bottom:14%;}
.feature-method-grid-v65{gap:16px;}
}
@media (max-width:680px){.growth-unified{padding:18px 16px;}
.speech-stage-v65{min-height:760px;}
.character-mich{right:2%;
    top:10%;
    width:52%;
    max-width:none;}
.character-jen{left:0;
    bottom:4%;
    width:53%;
    max-width:none;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:min(66vw,245px);
    padding:12px 15px 11px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{font-size:13px;}
.speech-stage-v65 .bubble-mich{right:4%;
    top:0;
    max-width:min(66vw,245px);}
.speech-stage-v65 .bubble-mich::before{right:28px;
    top:auto;
    bottom:-16px;
    width:22px;
    height:18px;
    clip-path:polygon(50% 100%,0 0,100% 0);}
.speech-stage-v65 .bubble-mich::after{right:31px;
    top:auto;
    bottom:-12px;
    width:16px;
    height:14px;
    clip-path:polygon(50% 100%,0 0,100% 0);}
.speech-stage-v65 .bubble-jen{left:8%;
    bottom:38%;
    max-width:min(64vw,240px);}
.speech-stage-v65 .bubble-jen::before{left:28px;
    top:auto;
    bottom:-16px;
    width:22px;
    height:18px;
    clip-path:polygon(50% 100%,0 0,100% 0);}
.speech-stage-v65 .bubble-jen::after{left:31px;
    top:auto;
    bottom:-12px;
    width:16px;
    height:14px;
    clip-path:polygon(50% 100%,0 0,100% 0);}
.feature-method-grid-v65 .method-card-detail{gap:9px;
    padding:20px 17px 17px;}
}
.growth-unified{grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
  gap:30px;
  align-items:center;
  padding:28px 30px;}
.growth-graph-area{padding-right:4px;}
.growth-graph{max-width:400px;}
.speech-stage-v65{position:relative;
  min-height:540px;
  padding:0;}
.speech-stage-v65 .character{position:absolute;
  z-index:1;
  filter:drop-shadow(0 18px 24px rgba(7,8,111,.14));}
.character-mich{top:6%;
  right:4.5%;
  width:44%;
  max-width:336px;}
.character-jen{left:6%;
  bottom:5%;
  width:42%;
  max-width:312px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{position:absolute;
  z-index:3;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  width:max-content;
  min-width:150px;
  max-width:290px;
  padding:14px 18px 13px;
  border:2px solid #f2bd1e;
  background:#fff;
  border-radius:24px;
  box-shadow:0 14px 24px rgba(7,8,111,.09);
  overflow:visible;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed::before,.speech-stage-v65 .speech-bubble.speech-bubble-fixed::after{content:none;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed small{margin:0 0 4px;
  font-size:12px;
  line-height:1.15;
  color:#12a7ff;
  font-weight:900;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{display:block;
  font-size:14px;
  line-height:1.34;
  color:var(--blue);
  font-weight:950;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed.is-changing{opacity:.2;
  transform:translateY(4px);}
.speech-stage-v65 .bubble-mich{right:42%;
  top:14%;
  max-width:265px;}
.speech-stage-v65 .bubble-mich::after{content:"";
  position:absolute;
  top:50%;
  right:-20px;
  transform:translateY(-50%);
  width:24px;
  height:18px;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpath d='M1 1C7 4 11 6 22 9C11 12 7 14 1 17Z' fill='white' stroke='%23F2BD1E' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");}
.speech-stage-v65 .bubble-jen{left:39%;
  bottom:26%;
  max-width:290px;}
.speech-stage-v65 .bubble-jen::after{content:"";
  position:absolute;
  top:50%;
  left:-20px;
  transform:translateY(-50%);
  width:24px;
  height:18px;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Cpath d='M23 1C17 4 13 6 2 9C13 12 17 14 23 17Z' fill='white' stroke='%23F2BD1E' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");}
.feature-method{padding:96px 0;}
.feature-method-v65 .section-heading{margin-bottom:6px;}
.feature-method-v65 .section-heading .section-lead{max-width:860px;
  margin-left:auto;
  margin-right:auto;}
.feature-method-grid-v65{gap:18px;
  margin-top:30px;
  align-items:start;}
.feature-method-grid-v65 .method-card-detail{gap:12px;
  padding:22px 20px 20px;}
.feature-method-grid-v65 .method-card-detail h3{margin:4px 0 0;
  font-size:29px;
  line-height:1.03;}
.feature-method-grid-v65 .method-card-detail .method-sub{margin-top:0;}
.feature-method-grid-v65 .method-card-detail .method-desc{line-height:1.56;}
.feature-method-grid-v65 .method-card-detail img{margin-top:2px;}
.feature-method-grid-v65 .method-card-detail .outline-btn.compact{margin-top:2px;}
.center-action{margin-top:20px;}
@media (max-width:1100px){.growth-unified{gap:24px;
    padding:24px 24px;}
.character-mich{right:4%;
    width:44%;}
.character-jen{left:4%;
    width:42%;}
.speech-stage-v65 .bubble-mich{right:40%;
    top:14%;}
.speech-stage-v65 .bubble-jen{left:37%;
    bottom:15%;}
}
@media (max-width:980px){.growth-unified{grid-template-columns:1fr;
    gap:20px;
    padding:22px;}
.speech-stage-v65{min-height:620px;}
.character-mich{top:6%;
    right:5%;
    width:43%;}
.character-jen{left:5%;
    bottom:5%;
    width:42%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:280px;}
.speech-stage-v65 .bubble-mich{right:38%;
    top:15%;}
.speech-stage-v65 .bubble-jen{left:35%;
    bottom:15%;}
.feature-method-grid-v65{gap:16px;}
}
@media (max-width:680px){.growth-unified{padding:18px 16px;}
.speech-stage-v65{min-height:770px;}
.character-mich{top:11%;
    right:4%;
    width:47%;
    max-width:none;}
.character-jen{left:4%;
    bottom:5%;
    width:49%;
    max-width:none;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{min-width:0;
    max-width:min(68vw,255px);
    padding:12px 15px 11px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{font-size:13px;}
.speech-stage-v65 .bubble-mich{right:8%;
    top:0;
    max-width:min(68vw,255px);}
.speech-stage-v65 .bubble-mich::after{top:auto;
    bottom:-20px;
    right:28px;
    left:auto;
    transform:none;
    width:18px;
    height:24px;
    background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpath d='M1 1C4 7 6 11 9 22C12 11 14 7 17 1Z' fill='white' stroke='%23F2BD1E' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");}
.speech-stage-v65 .bubble-jen{left:12%;
    bottom:39%;
    max-width:min(68vw,250px);}
.speech-stage-v65 .bubble-jen::after{top:auto;
    bottom:-20px;
    left:28px;
    transform:none;
    width:18px;
    height:24px;
    background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cpath d='M1 1C4 7 6 11 9 22C12 11 14 7 17 1Z' fill='white' stroke='%23F2BD1E' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");}
.feature-method-grid-v65 .method-card-detail{gap:10px;
    padding:20px 17px 17px;}
}
.growth-unified{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
  gap:26px;
  padding:30px 32px;}
.growth-graph{max-width:410px;}
.speech-stage-v65{min-height:560px;}
.speech-stage-v65 .character{filter:drop-shadow(0 20px 26px rgba(7,8,111,.15));}
.character-mich{top:6%;
  right:6%;
  width:48%;
  max-width:370px;}
.character-jen{left:8%;
  bottom:6%;
  width:46%;
  max-width:348px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{min-width:164px;
  max-width:300px;
  padding:14px 18px 14px;
  border-radius:24px;
  overflow:visible;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed::before,.speech-stage-v65 .speech-bubble.speech-bubble-fixed::after{position:absolute;
  content:"" !important;
  width:0;
  height:0;}
.speech-stage-v65 .bubble-mich{right:47%;
  top:16%;
  max-width:270px;}
.speech-stage-v65 .bubble-mich::before{top:50%;
  right:-18px;
  transform:translateY(-50%);
  border-style:solid;
  border-width:12px 0 12px 18px;
  border-color:transparent transparent transparent #f2bd1e;}
.speech-stage-v65 .bubble-mich::after{top:50%;
  right:-15px;
  transform:translateY(-50%);
  border-style:solid;
  border-width:10px 0 10px 15px;
  border-color:transparent transparent transparent #fff;}
.speech-stage-v65 .bubble-jen{left:36%;
  bottom:18%;
  max-width:300px;}
.speech-stage-v65 .bubble-jen::before{top:50%;
  left:-18px;
  transform:translateY(-50%);
  border-style:solid;
  border-width:12px 18px 12px 0;
  border-color:transparent #f2bd1e transparent transparent;}
.speech-stage-v65 .bubble-jen::after{top:50%;
  left:-15px;
  transform:translateY(-50%);
  border-style:solid;
  border-width:10px 15px 10px 0;
  border-color:transparent #fff transparent transparent;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed strong{font-size:14px;
  line-height:1.32;}
.feature-method-grid-v65{display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:30px;
  align-items:stretch;}
.feature-method-grid-v65 .method-card-detail{display:flex;
  flex-direction:column;
  height:100%;
  gap:10px;
  padding:22px 20px 18px;}
.feature-method-grid-v65 .method-card-detail .method-sub{min-height:2.8em;}
.feature-method-grid-v65 .method-card-detail .method-desc{line-height:1.58;
  min-height:3.2em;}
.feature-method-grid-v65 .method-card-detail img{width:100%;
  aspect-ratio:1.55 / 1;
  object-fit:cover;
  margin-top:auto;
  border-radius:22px;}
.feature-method-grid-v65 .method-card-detail .outline-btn.compact{margin-top:14px;
  align-self:flex-start;}
@media (max-width:1100px){.growth-unified{gap:24px;
    padding:26px 24px;}
.character-mich{right:5%;
    width:47%;}
.character-jen{left:6%;
    width:45%;}
.speech-stage-v65 .bubble-mich{right:44%;}
.speech-stage-v65 .bubble-jen{left:35%;}
}
@media (max-width:980px){.growth-unified{grid-template-columns:1fr;
    gap:20px;
    padding:22px;}
.speech-stage-v65{min-height:650px;}
.character-mich{top:7%;
    right:5%;
    width:46%;}
.character-jen{left:6%;
    bottom:6%;
    width:45%;}
.speech-stage-v65 .bubble-mich{right:36%;
    top:14%;}
.speech-stage-v65 .bubble-jen{left:31%;
    bottom:16%;}
.feature-method-grid-v65{grid-template-columns:1fr;
    gap:18px;}
.feature-method-grid-v65 .method-card-detail{padding:22px 20px 20px;}
.feature-method-grid-v65 .method-card-detail .method-sub,.feature-method-grid-v65 .method-card-detail .method-desc{min-height:0;}
}
@media (max-width:680px){.growth-unified{padding:18px 16px;}
.speech-stage-v65{min-height:810px;}
.character-mich{top:11%;
    right:5%;
    width:54%;
    max-width:none;}
.character-jen{left:5%;
    bottom:5%;
    width:55%;
    max-width:none;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{min-width:0;
    max-width:min(70vw,260px);
    padding:12px 15px;}
.speech-stage-v65 .bubble-mich{right:8%;
    top:0;
    max-width:min(70vw,260px);}
.speech-stage-v65 .bubble-mich::before{top:auto;
    bottom:-18px;
    right:30px;
    transform:none;
    border-width:18px 12px 0 12px;
    border-color:#f2bd1e transparent transparent transparent;}
.speech-stage-v65 .bubble-mich::after{top:auto;
    bottom:-14px;
    right:32px;
    transform:none;
    border-width:14px 10px 0 10px;
    border-color:#fff transparent transparent transparent;}
.speech-stage-v65 .bubble-jen{left:11%;
    bottom:40%;
    max-width:min(70vw,260px);}
.speech-stage-v65 .bubble-jen::before{top:auto;
    bottom:-18px;
    left:28px;
    transform:none;
    border-width:18px 12px 0 12px;
    border-color:#f2bd1e transparent transparent transparent;}
.speech-stage-v65 .bubble-jen::after{top:auto;
    bottom:-14px;
    left:30px;
    transform:none;
    border-width:14px 10px 0 10px;
    border-color:#fff transparent transparent transparent;}
}
.character-mich{width:50%;
  max-width:382px;}
.character-jen{width:48%;
  max-width:360px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{min-width:178px;
  max-width:320px;}
.speech-stage-v65 .bubble-mich{max-width:290px;}
.speech-stage-v65 .bubble-jen{max-width:320px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed::before,.speech-stage-v65 .speech-bubble.speech-bubble-fixed::after{content:"" !important;
  position:absolute;
  width:0 !important;
  height:0 !important;
  min-width:0;
  min-height:0;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  border-radius:0 !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;}
.speech-stage-v65 .bubble-mich::before{right:-20px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  border-top:12px solid transparent !important;
  border-bottom:12px solid transparent !important;
  border-left:20px solid #f2bd1e !important;}
.speech-stage-v65 .bubble-mich::after{right:-16px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  border-top:10px solid transparent !important;
  border-bottom:10px solid transparent !important;
  border-left:16px solid #fff !important;}
.speech-stage-v65 .bubble-jen::before{left:-20px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  border-top:12px solid transparent !important;
  border-bottom:12px solid transparent !important;
  border-right:20px solid #f2bd1e !important;}
.speech-stage-v65 .bubble-jen::after{left:-16px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  border-top:10px solid transparent !important;
  border-bottom:10px solid transparent !important;
  border-right:16px solid #fff !important;}
@media (max-width:680px){.character-mich{width:57%;}
.character-jen{width:58%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{max-width:min(74vw,280px);}
.speech-stage-v65 .bubble-mich{max-width:min(74vw,280px);}
.speech-stage-v65 .bubble-jen{max-width:min(74vw,280px);}
.speech-stage-v65 .bubble-mich::before{right:30px !important;
    top:auto !important;
    left:auto !important;
    bottom:-20px !important;
    transform:none !important;
    border-left:12px solid transparent !important;
    border-right:12px solid transparent !important;
    border-top:20px solid #f2bd1e !important;
    border-bottom:0 !important;}
.speech-stage-v65 .bubble-mich::after{right:32px !important;
    top:auto !important;
    left:auto !important;
    bottom:-16px !important;
    transform:none !important;
    border-left:10px solid transparent !important;
    border-right:10px solid transparent !important;
    border-top:16px solid #fff !important;
    border-bottom:0 !important;}
.speech-stage-v65 .bubble-jen::before{left:28px !important;
    top:auto !important;
    bottom:-20px !important;
    transform:none !important;
    border-left:12px solid transparent !important;
    border-right:12px solid transparent !important;
    border-top:20px solid #f2bd1e !important;
    border-bottom:0 !important;
    border-right-color:transparent !important;}
.speech-stage-v65 .bubble-jen::after{left:30px !important;
    top:auto !important;
    bottom:-16px !important;
    transform:none !important;
    border-left:10px solid transparent !important;
    border-right:10px solid transparent !important;
    border-top:16px solid #fff !important;
    border-bottom:0 !important;
    border-right-color:transparent !important;}
}
.speech-stage-v65{overflow:visible;}
.speech-stage-v65 .character-mich{width:52%;
  max-width:398px;
  right:5.5%;}
.speech-stage-v65 .character-jen{width:50%;
  max-width:374px;
  left:7%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{overflow:visible !important;
  min-width:188px;
  max-width:340px;
  padding:15px 20px 15px;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed::before,.speech-stage-v65 .speech-bubble.speech-bubble-fixed::after{content:none !important;
  display:none !important;}
.speech-stage-v65 .speech-bubble .bubble-tail{position:absolute;
  z-index:4;
  width:28px;
  height:24px;
  pointer-events:none;
  display:block;}
.speech-stage-v65 .speech-bubble .bubble-tail svg{display:block;
  width:100%;
  height:100%;
  overflow:visible;}
.speech-stage-v65 .speech-bubble .tail-border{fill:#f2bd1e;}
.speech-stage-v65 .speech-bubble .tail-fill{fill:#fff;}
.speech-stage-v65 .bubble-mich{right:47%;
  top:15%;}
.speech-stage-v65 .bubble-mich .bubble-tail{right:-25px;
  top:50%;
  transform:translateY(-50%);}
.speech-stage-v65 .bubble-jen{left:35%;
  bottom:17%;}
.speech-stage-v65 .bubble-jen .bubble-tail{left:-25px;
  top:50%;
  transform:translateY(-50%);}
@media (max-width:1100px){.speech-stage-v65 .character-mich{width:51%;right:4.5%;}
.speech-stage-v65 .character-jen{width:49%;left:5.5%;}
.speech-stage-v65 .bubble-mich{right:43%;}
.speech-stage-v65 .bubble-jen{left:34%;}
}
@media (max-width:980px){.speech-stage-v65 .character-mich{width:49%;right:5%;}
.speech-stage-v65 .character-jen{width:48%;left:5%;}
.speech-stage-v65 .bubble-mich{right:36%;top:14%;}
.speech-stage-v65 .bubble-jen{left:31%;bottom:16%;}
}
@media (max-width:680px){.speech-stage-v65 .character-mich{width:59%;right:4%;}
.speech-stage-v65 .character-jen{width:60%;left:4%;}
.speech-stage-v65 .speech-bubble.speech-bubble-fixed{min-width:0;
    max-width:min(76vw,292px);
    padding:13px 16px 12px;}
.speech-stage-v65 .bubble-mich,.speech-stage-v65 .bubble-jen{max-width:min(76vw,292px);}
.speech-stage-v65 .bubble-mich .bubble-tail,.speech-stage-v65 .bubble-jen .bubble-tail{width:24px;
    height:28px;
    top:auto;
    left:auto;
    right:32px;
    bottom:-27px;
    transform:rotate(90deg);}
.speech-stage-v65 .bubble-jen .bubble-tail{left:32px;
    right:auto;
    transform:rotate(90deg) scaleY(-1);}
}
.speech-stage-v65 .speech-bubble .tail-fill{fill:#fff !important;
  stroke:none !important;}
.speech-stage-v65 .speech-bubble .tail-border{fill:none !important;
  stroke:#f2bd1e !important;
  stroke-width:2.4 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;}
.speech-stage-v65 .speech-bubble .bubble-tail{z-index:2 !important;}
.speech-stage-v65 .bubble-mich .bubble-tail{right:-24px !important;}
.speech-stage-v65 .bubble-jen .bubble-tail{left:-24px !important;}
body:has(.scott-page){background:
    radial-gradient(circle at 10% 18%, rgba(255,209,46,.18), transparent 24%),
    radial-gradient(circle at 92% 28%, rgba(89,194,255,.16), transparent 23%),
    linear-gradient(180deg,#fffefa 0%,#fffaf0 56%,#fffdfa 100%);}
.scott-page{padding-top:142px;overflow:hidden}
.scott-section{position:relative;padding:92px 0}
.scott-section-head{text-align:center;margin:0 auto 54px;max-width:920px}
.scott-section-head .section-kicker{margin:0 auto 16px}
.scott-section-head h2,.scott-reason h2,.scott-final-cta h2{margin:0 0 18px;
  color:var(--blue);
  font-size:clamp(40px,5.2vw,72px);
  line-height:1.16;
  font-weight:900;
  letter-spacing:-.055em;}
.scott-section-head p{margin:0;color:#38405f;font-size:18px;line-height:1.9;font-weight:800}
.scott-hero{padding:112px 0 96px}
.scott-hero-inner{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.scott-hero-copy .section-kicker{margin:0 0 18px}
.scott-hero-copy h1{margin:0 0 28px;color:var(--blue);font-size:clamp(46px,6vw,82px);line-height:1.12;font-weight:900;letter-spacing:-.06em}
.scott-role{margin:0 0 12px;color:var(--orange);font-size:16px;font-weight:900;letter-spacing:.03em}
.scott-hero-copy h2{margin:0 0 24px;color:var(--ink);font-size:clamp(32px,3.3vw,48px);line-height:1.2;font-weight:900}
.scott-hero-copy p:not(.scott-role){margin:0;color:#3d4264;font-size:18px;line-height:2;font-weight:800;max-width:680px}
.scott-hero-visual{position:relative;min-height:600px;display:grid;place-items:center}
.scott-hero-visual:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle at 38% 34%,rgba(255,209,46,.45),transparent 36%),rgba(255,209,46,.14);filter:blur(.2px)}
.scott-photo-frame{position:relative;z-index:1;width:min(430px,86%);height:560px;border-radius:46px;overflow:hidden;background:#fff;box-shadow:0 34px 90px rgba(7,8,111,.16);transform:rotate(-1.5deg)}
.scott-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center top}
.scott-hero-badge{position:absolute;right:4%;top:8%;z-index:2;background:var(--yellow);color:var(--blue);border-radius:999px;padding:16px 22px;font-weight:900;box-shadow:0 18px 48px rgba(7,8,111,.14);transform:rotate(4deg)}
.scott-star{position:absolute;z-index:2;color:var(--yellow);font-size:40px;text-shadow:0 8px 24px rgba(7,8,111,.16);animation:floaty 5s ease-in-out infinite}
.scott-star.star-a{left:9%;bottom:20%}
.scott-star.star-b{right:13%;bottom:13%;animation-delay:.8s}
.scott-achievements{padding-top:76px}
.achievement-grid{display:grid;grid-template-columns:360px 1fr;gap:54px;align-items:center}
.achievement-list{display:grid;gap:22px}
.achievement-card{display:flex;align-items:center;gap:22px;padding:28px 30px;border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(7,8,111,.10);box-shadow:var(--soft-shadow);transition:transform .22s ease, box-shadow .22s ease}
.achievement-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(7,8,111,.13)}
.achievement-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:#fff4bf;color:var(--blue);flex:0 0 auto}
.achievement-icon svg{width:34px;height:34px;fill:currentColor}
.achievement-card:nth-child(2) .achievement-icon{background:#d8f9cf}
.achievement-card:nth-child(3) .achievement-icon{background:#d8f2ff}
.achievement-card strong{color:var(--blue);font-size:19px;line-height:1.45;font-weight:900}
.achievement-photo{border-radius:36px;overflow:hidden;box-shadow:var(--shadow);border:10px solid #fff;background:#fff}
.achievement-photo img{width:100%;height:440px;object-fit:cover;object-position:center center}
.scott-reason{padding:90px 0;background:linear-gradient(135deg,rgba(255,209,46,.12),rgba(89,194,255,.12))}
.scott-reason .section-inner{max-width:1040px;text-align:center;background:rgba(255,255,255,.78);border:1px solid rgba(7,8,111,.08);border-radius:42px;padding:64px 70px;box-shadow:var(--soft-shadow)}
.scott-reason .section-kicker{margin:0 auto 16px}
.scott-reason p{margin:0 auto;max-width:840px;color:#3d4264;font-size:18px;line-height:2.1;font-weight:800}
.video-card{width:min(920px,100%);margin:0 auto;border-radius:34px;overflow:hidden;background:#fff;border:10px solid #fff;box-shadow:0 30px 90px rgba(7,8,111,.16)}
.video-card video{display:block;width:100%;aspect-ratio:16/9;background:#070744;object-fit:cover}
.scott-final-cta{margin:54px 0 0;padding:86px 0;background:linear-gradient(110deg,rgba(7,8,111,.92),rgba(18,23,143,.78)),url("img/parent-and-child_boy.jpg") center/cover no-repeat;color:#fff}
.scott-final-inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.scott-final-cta .section-kicker{background:#fff;color:var(--orange);margin:0 0 18px}
.scott-final-cta h2{color:#fff;margin:0;font-size:clamp(38px,4.8vw,64px)}
.scott-final-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.ghost-btn.light{border-color:#fff;color:#fff;background:transparent}
.ghost-btn.light:hover{background:#fff;color:var(--blue)}
@media (max-width:1120px){.scott-hero-inner,.achievement-grid,.scott-final-inner{grid-template-columns:1fr}
.scott-final-actions{justify-content:flex-start}
.achievement-list{grid-template-columns:repeat(3,1fr)}
.achievement-card{display:block;text-align:center}
.achievement-icon{margin:0 auto 14px}
}
@media (max-width:760px){.scott-page{padding-top:104px}
.scott-section{padding:62px 0}
.scott-hero{padding:74px 0 64px}
.scott-hero-inner{gap:32px}
.scott-hero-copy{text-align:center}
.scott-hero-copy .section-kicker{margin-inline:auto}
.scott-hero-copy p:not(.scott-role){font-size:15px;line-height:1.9}
.scott-hero-visual{min-height:430px}
.scott-hero-visual:before{width:330px;height:330px}
.scott-photo-frame{width:min(310px,90%);height:410px;border-radius:34px}
.scott-hero-badge{right:0;top:2%;font-size:13px;padding:12px 16px}
.scott-star{font-size:30px}
.achievement-list{grid-template-columns:1fr;gap:14px}
.achievement-card{display:flex;text-align:left;padding:22px}
.achievement-icon{margin:0}
.achievement-photo img{height:260px}
.scott-reason .section-inner{padding:38px 24px;border-radius:30px}
.scott-reason p,.scott-section-head p{font-size:15px;line-height:1.9}
.video-card{border-width:6px;border-radius:24px}
.scott-final-cta{padding:62px 0}
.scott-final-actions{display:grid;grid-template-columns:1fr;gap:12px}
.scott-final-actions a{width:100%;justify-content:center}
.scott-section-head h2,.scott-reason h2,.scott-final-cta h2{font-size:34px}
}
.scott-final-cta{margin-top:72px;
  padding:92px 0;
  background:
    linear-gradient(110deg,rgba(7,8,111,.94),rgba(18,23,143,.80)),
    url("img/parent-and-child_boy.jpg") center/cover no-repeat;}
.scott-final-inner{display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.72fr);
  align-items:center;
  gap:56px;}
.scott-final-cta .section-kicker{display:inline-flex;
  background:#fff;
  color:var(--orange);
  margin:0 0 20px;}
.scott-final-cta h2{max-width:720px;
  color:#fff;
  margin:0;
  font-size:clamp(40px,4.8vw,64px);
  line-height:1.22;
  letter-spacing:-.05em;}
.scott-final-actions{display:grid;
  grid-template-columns:1fr;
  gap:16px;
  justify-items:stretch;
  max-width:380px;
  margin-left:auto;}
.scott-final-actions a{min-height:64px;
  width:100%;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 30px;
  font-size:16px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  box-shadow:0 18px 44px rgba(0,0,0,.16);}
.scott-final-actions .ghost-btn.light{border:2px solid rgba(255,255,255,.95);
  background:rgba(255,255,255,.08);
  color:#fff;}
.scott-final-actions .ghost-btn.light:hover{background:#fff;
  color:var(--blue);}
.scott-final-actions .buy-btn.big{background:var(--yellow);
  color:var(--blue);
  border:2px solid var(--yellow);}
.scott-final-actions .buy-btn.big:hover{transform:translateY(-2px);
  box-shadow:0 22px 54px rgba(255,209,46,.30);}
@media (max-width:1120px){.scott-final-inner{grid-template-columns:1fr;
    text-align:left;}
.scott-final-actions{margin-left:0;
    max-width:460px;}
}
@media (max-width:760px){.scott-final-cta{margin-top:52px;
    padding:62px 0 70px;}
.scott-final-inner{gap:28px;
    text-align:center;}
.scott-final-cta .section-kicker{margin-inline:auto;}
.scott-final-actions{max-width:none;
    width:100%;}
.scott-final-actions a{min-height:58px;
    font-size:14px;}
}
.buy-btn,.line-btn,.ghost-btn{transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease}
.buy-btn:hover{transform:translateY(-2px);background:#10149a;box-shadow:0 18px 42px rgba(7,8,111,.26)}
.line-btn:hover{transform:translateY(-2px);background:#63ee33;box-shadow:0 18px 42px rgba(87,219,43,.32)}
.ghost-btn:hover{transform:translateY(-2px);background:var(--blue);color:#fff;box-shadow:0 16px 38px rgba(7,8,111,.18)}
.ghost-btn.solid-gray{background:#62626a;color:#fff;border-color:#62626a}
.ghost-btn.solid-gray:hover{background:var(--blue);border-color:var(--blue)}
.subpage-main{padding:0 0 30px}
.section-block{position:relative}
.section-pad-sm{padding:70px 0}
.narrow{max-width:880px}
.center{text-align:center}
.muted-text{color:#535979;font-weight:750;line-height:1.8}
.small-note{font-size:13px;margin-top:24px}
.lead-text{font-size:18px;line-height:2;color:#33395c;font-weight:780;margin:0 auto}
.lead-text.small{font-size:16px;line-height:1.95}
.subpage-title{margin:0 0 22px;color:var(--blue);font-size:clamp(34px,4.2vw,58px);line-height:1.18;letter-spacing:-.05em;font-weight:950}
.subpage-title.compact{font-size:clamp(28px,3vw,42px);letter-spacing:-.035em}
.refined-page-hero{min-height:560px;padding-top:170px}
.refined-page-hero .page-hero-card{max-width:780px}
.refined-page-hero .page-hero-photo:after{background:linear-gradient(90deg,rgba(7,8,111,.70),rgba(7,8,111,.32) 42%,rgba(7,8,111,.10))}
.company-hero .page-hero-photo img{object-position:center 42%}
.method-ep-hero .page-hero-photo img{object-position:center}
.method-tpr-hero .page-hero-photo img{object-position:center}
.method-875-hero .page-hero-photo img{object-position:center}
.guarantee-hero .page-hero-photo img{object-position:center}
.refined-table{max-width:940px;border-collapse:separate;border-spacing:0 14px}
.refined-table th,.refined-table td{box-shadow:0 10px 28px rgba(7,8,111,.045);font-size:16px;line-height:1.7}
.refined-table th{width:240px;background:#fff5cf}
.refined-table td{font-weight:750;color:#343959}
.company-contact-grid{display:grid;grid-template-columns:.9fr 1fr;gap:42px;align-items:center}
.company-contact-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:36px;box-shadow:var(--soft-shadow)}
.company-contact-card h2{color:var(--blue);font-size:34px;margin:0 0 20px}
.company-contact-card dl{display:grid;gap:16px;margin:0}
.company-contact-card dt{color:var(--blue);font-weight:950}
.company-contact-card dd{margin:4px 0 0;color:#4b506f;font-weight:760}
.company-contact-actions{display:grid;gap:16px;max-width:420px;justify-self:center;width:100%}
.company-contact-actions a{width:100%;min-height:58px}
.legal-links{margin-top:54px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;text-align:center;font-weight:850;color:var(--blue);box-shadow:0 10px 30px rgba(7,8,111,.04)}
.method-step-grid{display:grid;gap:24px}
.method-step-grid.three{grid-template-columns:repeat(3,1fr)}
.method-step-grid article{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px 28px;box-shadow:var(--soft-shadow);min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.method-step-grid h3{color:var(--blue);font-size:22px;margin:14px 0 10px}
.method-step-grid p{margin:0;color:#4a506e;font-weight:750;line-height:1.7}
.icon-dot{width:64px;height:64px;border-radius:22px;background:#fff4bf;display:grid;place-items:center;font-size:30px;box-shadow:0 12px 28px rgba(7,8,111,.06)}
.method-step-grid article:nth-child(2) .icon-dot{background:#d8f9cf}
.method-step-grid article:nth-child(3) .icon-dot{background:#d8f2ff}
.benefit-list{display:grid;gap:18px;max-width:980px;margin:0 auto}
.benefit-list article{display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-left:8px solid var(--yellow);border-radius:24px;padding:26px 30px;box-shadow:0 10px 32px rgba(7,8,111,.055)}
.benefit-list article:nth-child(2){border-left-color:var(--orange)}
.benefit-list article:nth-child(3){border-left-color:var(--sky)}
.benefit-list span{font-size:34px}
.benefit-list h3{margin:0 0 8px;color:var(--blue);font-size:22px}
.benefit-list p{margin:0;color:#505575;font-weight:750;line-height:1.75}
.other-methods{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:34px}
.other-methods .ghost-btn{min-width:240px}
.word-example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:760px;margin:0 auto}
.word-example-grid span{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;font-size:23px;font-weight:950;color:var(--blue);box-shadow:var(--soft-shadow)}
.reuse-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:16px;align-items:center;max-width:940px;margin:0 auto 36px}
.reuse-flow article{background:#fff;border:2px solid rgba(7,8,111,.16);border-radius:24px;padding:24px 20px;box-shadow:var(--soft-shadow)}
.reuse-flow strong{display:block;color:var(--blue);font-size:22px}
.reuse-flow span{display:block;color:#747893;font-weight:800;margin-top:6px}
.reuse-flow i{font-style:normal;color:var(--orange);font-size:30px;font-weight:950}
.checklist-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:34px}
.checklist-panel article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px 30px;box-shadow:var(--soft-shadow)}
.checklist-panel h3{margin:0 0 12px;color:var(--blue);font-size:22px}
.checklist-panel ol{margin:0;padding-left:1.4em;color:#404562;font-weight:760;line-height:1.75}
.check-note{max-width:900px;margin:26px auto 0;text-align:center;color:#59607d;font-weight:760;line-height:1.9}
.guarantee-conditions{max-width:940px}
.guarantee-conditions .subpage-title{border-left:8px solid var(--yellow);padding-left:18px}
.guarantee-box ul{margin:0 0 20px;padding-left:1.4em;line-height:1.9;font-weight:780}
.guarantee-box p{margin:0;color:#505575;font-weight:760;line-height:1.8}
.process-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.process-flow article{position:relative;background:#fff;border:1px solid var(--line);border-radius:999px;aspect-ratio:1/1;display:grid;place-items:center;text-align:center;padding:28px;box-shadow:var(--soft-shadow)}
.process-flow article:not(:last-child):after{content:"›";position:absolute;right:-18px;top:50%;transform:translateY(-50%);font-size:44px;color:#c6c8d8;font-weight:600}
.process-flow b{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:var(--blue);font-size:22px}
.process-flow h3{margin:10px 0 4px;color:var(--blue);font-size:22px}
.process-flow p{margin:0;color:#555b78;font-weight:760;font-size:14px}
.cta-strip .line-btn{min-height:56px;padding-inline:28px}
.cta-strip .ghost-btn{min-height:56px;padding:16px 28px}
@media (max-width:980px){.method-step-grid.three,.checklist-panel,.company-contact-grid{grid-template-columns:1fr}
.reuse-flow{grid-template-columns:1fr;max-width:520px}
.reuse-flow i{transform:rotate(90deg)}
.word-example-grid{grid-template-columns:repeat(2,1fr)}
.process-flow{grid-template-columns:repeat(2,1fr);max-width:620px;margin:auto}
.process-flow article:not(:last-child):after{display:none}
.company-contact-actions{justify-self:stretch;max-width:none}
}
@media (max-width:760px){.refined-page-hero{min-height:500px;padding:130px 24px 42px}
.refined-page-hero .page-hero-card{border-radius:30px;padding:28px 24px}
.subpage-main{padding-bottom:0}
.section-pad-sm{padding:52px 0}
.subpage-title{font-size:34px}
.subpage-title.compact{font-size:28px}
.lead-text{font-size:15px;line-height:1.9}
.method-step-grid article{min-height:auto;padding:28px 22px}
.benefit-list article{grid-template-columns:1fr;text-align:center;border-left:0;border-top:8px solid var(--yellow)}
.word-example-grid{grid-template-columns:1fr}
.checklist-panel article{padding:24px 20px}
.process-flow{grid-template-columns:1fr}
.process-flow article{aspect-ratio:auto;border-radius:28px;min-height:160px}
.refined-table th,.refined-table td{display:block;border-radius:18px!important;width:100%}
.refined-table th{padding-bottom:8px}
.refined-table td{padding-top:8px;margin-bottom:8px}
.company-contact-card{padding:28px 22px}
.legal-links{font-size:13px}
.other-methods .ghost-btn{width:100%}
}
.cta-strip{width:100%;
  margin:72px 0 0;
  padding:72px 24px 78px;
  background:linear-gradient(180deg, rgba(255,250,235,.92), rgba(255,255,255,.96));
  border-top:1px solid rgba(7,8,111,.06);
  display:grid;
  justify-items:center;
  gap:24px;
  text-align:center;
  clear:both;}
.cta-strip p{margin:0;
  color:var(--blue);
  font-size:clamp(22px,2.6vw,34px);
  line-height:1.45;
  font-weight:950;
  letter-spacing:-.035em;}
.cta-strip>div{display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;}
.cta-strip a{min-width:240px;
  min-height:58px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 30px;
  font-size:15px;
  font-weight:950;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;}
.cta-strip .buy-btn,.cta-strip .line-btn,.cta-strip .ghost-btn{box-shadow:0 14px 34px rgba(7,8,111,.10);}
.cta-strip .buy-btn:hover,.cta-strip .line-btn:hover,.cta-strip .ghost-btn:hover{transform:translateY(-2px);}
.scott-final-actions .ghost-btn.light,.scott-final-actions .buy-btn.big,.cta-strip .buy-btn,.cta-strip .line-btn,.cta-strip .ghost-btn{transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;}
.scott-final-actions .ghost-btn.light:hover,.scott-final-actions .buy-btn.big:hover{transform:translateY(-2px);}
.guarantee-hero .page-hero-photo img{object-position:center 46%;
  filter:saturate(1.02) contrast(1.02);}
.guarantee-hero .page-hero-photo:after{background:linear-gradient(90deg,rgba(7,8,111,.76),rgba(7,8,111,.42) 46%,rgba(7,8,111,.18));}
.guarantee-page .process-flow{position:relative;
  gap:24px;
  margin-top:34px;}
.guarantee-page .process-flow article{border-radius:38px;
  aspect-ratio:auto;
  min-height:220px;
  padding:34px 24px;
  overflow:hidden;
  isolation:isolate;
  transform:translateY(18px);
  opacity:0;
  transition:transform .62s cubic-bezier(.2,.8,.2,1), opacity .62s ease, box-shadow .22s ease;}
.guarantee-page .reveal.is-visible .process-flow article{transform:translateY(0);
  opacity:1;}
.guarantee-page .reveal.is-visible .process-flow article:nth-child(1){transition-delay:.04s}
.guarantee-page .reveal.is-visible .process-flow article:nth-child(2){transition-delay:.14s}
.guarantee-page .reveal.is-visible .process-flow article:nth-child(3){transition-delay:.24s}
.guarantee-page .reveal.is-visible .process-flow article:nth-child(4){transition-delay:.34s}
.guarantee-page .process-flow article:before{content:"";
  position:absolute;
  right:-36px;
  bottom:-42px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(255,209,46,.18);
  z-index:-1;}
.guarantee-page .process-flow article:hover{transform:translateY(-4px);
  box-shadow:0 22px 60px rgba(7,8,111,.12);}
.guarantee-page .process-flow article:not(:last-child):after{content:"›";
  right:-22px;
  color:var(--orange);
  opacity:.72;
  z-index:3;}
.guarantee-page .process-flow b{width:58px;
  height:58px;
  font-size:24px;
  margin-bottom:8px;
  box-shadow:0 10px 24px rgba(255,209,46,.30);}
.guarantee-page .process-flow h3{font-size:24px;
  margin:8px 0 8px;}
.guarantee-page .process-flow p{font-size:14px;
  line-height:1.65;}
.guarantee-page .small-note{margin-top:28px;}
@media (max-width:980px){.guarantee-page .process-flow article:not(:last-child):after{display:none}
}
@media (max-width:760px){.cta-strip{margin-top:52px;
    padding:54px 20px 62px;
    gap:18px;}
.cta-strip>div{width:100%;
    display:grid;
    gap:12px;}
.cta-strip a{width:100%;
    min-width:0;}
.guarantee-page .process-flow{gap:14px;}
.guarantee-page .process-flow article{min-height:0;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:18px;
    text-align:left;
    align-items:center;
    justify-items:start;
    border-radius:28px;}
.guarantee-page .process-flow b{grid-row:1 / span 2;
    margin:0;}
.guarantee-page .process-flow h3{margin:0 0 4px;}
}

/* ===== clean-base safety layer: shared navigation, CTA and responsive rules ===== */
.site-header{max-width:calc(100vw - 48px);margin-inline:auto;display:flex;align-items:center;gap:clamp(8px,1.1vw,18px)}
.desktop-nav{min-width:0;flex:1 1 auto;gap:clamp(0px,.25vw,6px)}
.nav-link{font-size:clamp(11px,.82vw,13px);padding-inline:clamp(6px,.72vw,11px)}
.brand img{width:clamp(96px,8.4vw,124px)}
.header-actions{gap:8px;flex:0 0 auto}
.buy-btn,.line-btn{transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease;border:0}
.header-actions .buy-btn,.header-actions .line-btn{min-height:44px;padding:13px clamp(16px,1.6vw,24px);font-size:clamp(12px,.9vw,15px)}
.buy-btn:hover,.final-btn:hover,.ghost-btn:hover,.outline-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(7,8,111,.20)}
.line-btn:hover{transform:translateY(-2px);background:#62ea35;box-shadow:0 18px 40px rgba(87,219,43,.30)}
.final-btn,.ghost-btn,.outline-btn{transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease,border-color .22s ease}
.method-nav,.other-methods{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
.method-nav a,.other-methods a{min-width:220px;text-align:center}
@media (max-width:1180px){.desktop-nav,.header-actions{display:none}
.burger{display:block;margin-left:auto}
.site-header{left:18px;right:18px;max-width:calc(100vw - 36px)}
}
@media (max-width:760px){.site-header{top:12px;left:12px;right:12px;padding:10px 12px 10px 16px}
.brand img{width:94px}
.section-inner{width:min(100% - 32px,1180px)}
}



/* ===== Initial package page ===== */
.materials-initial-hero .page-hero-photo:after{background:linear-gradient(90deg,rgba(7,8,111,.74),rgba(7,8,111,.34) 48%,rgba(7,8,111,.10));}
.materials-initial-hero .page-hero-photo img{object-position:center 45%;filter:saturate(1.04) contrast(1.04);}
.materials-initial-hero .page-hero-card{max-width:760px;}
.materials-initial-hero .page-hero-card h1{font-size:clamp(40px,4.2vw,68px);line-height:1.12;letter-spacing:-.055em;}
.initial-package-page .section-pad-sm{padding:64px 0;}
.initial-package-page .section-pad-sm+ .section-pad-sm{padding-top:30px;}
.initpkg-narrow{max-width:960px;}
.initpkg-intro{text-align:center;}
.initpkg-intro .lead-text{max-width:760px;margin-inline:auto;}
.initpkg-suitcase-card{margin:42px auto 0;max-width:960px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:34px;padding:34px 46px;border:2px solid rgba(7,8,111,.15);border-radius:34px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,250,230,.82));box-shadow:0 24px 70px rgba(7,8,111,.12);}
.initpkg-product-visual{position:relative;min-height:280px;display:flex;align-items:center;justify-content:center;border-radius:28px;background:rgba(255,255,255,.72);overflow:hidden;}
.initpkg-product-visual:before{content:"";position:absolute;inset:14%;border-radius:999px;background:radial-gradient(circle,rgba(255,205,37,.20),rgba(255,255,255,0) 68%);}
.initpkg-suitcase-card img{position:relative;z-index:1;height:300px;width:100%;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(7,8,111,.14));}
.initpkg-product-copy{text-align:left;}
.initpkg-product-badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;padding:8px 16px;border-radius:999px;background:var(--yellow);color:var(--blue);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
.initpkg-product-copy h3{margin:0 0 18px;color:var(--blue);font-size:26px;line-height:1.45;font-weight:950;letter-spacing:-.03em;}
.initpkg-product-copy ul{display:grid;gap:12px;margin:0;padding:0;list-style:none;}
.initpkg-product-copy li{position:relative;padding-left:28px;color:#283153;font-size:15px;font-weight:850;line-height:1.65;}
.initpkg-product-copy li:before{content:"";position:absolute;left:0;top:.68em;width:12px;height:12px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,124,24,.12);}
.initpkg-first-activities{padding-top:46px!important;}
.initpkg-two-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:34px;}
.initpkg-two-cards article{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:start;min-height:158px;background:#fff;border:1px solid var(--line);border-left:8px solid var(--blue);border-radius:26px;padding:32px 34px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.initpkg-two-cards article:nth-child(2){border-left-color:var(--orange);}
.initpkg-two-cards article:hover{transform:translateY(-3px);box-shadow:0 18px 52px rgba(7,8,111,.12);}
.initpkg-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;color:#fff;font-size:15px;font-weight:950;letter-spacing:.04em;box-shadow:0 12px 24px rgba(7,8,111,.12);}
.initpkg-icon-blue{background:var(--blue);}
.initpkg-icon-orange{background:var(--orange);}
.initpkg-two-cards h3{margin:0 0 10px;color:var(--blue);font-size:20px;line-height:1.5;}
.initpkg-two-cards p{margin:0;color:#555b78;font-weight:730;line-height:1.75;}
.initpkg-items{text-align:center;}
.initpkg-item-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:34px;}
.initpkg-item-grid:after{content:"全アイテムを掲載";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-24deg);font-size:34px;font-weight:950;color:rgba(7,8,111,.13);letter-spacing:.04em;pointer-events:none;white-space:nowrap;}
.initpkg-item-grid article{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.initpkg-item-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(7,8,111,.12);}
.initpkg-item-grid img{width:100%;height:178px;object-fit:contain;background:#f7f7f8;padding:18px;}
.initpkg-item-grid strong{display:block;margin:20px 12px 4px;color:var(--blue);font-size:18px;font-weight:950;}
.initpkg-item-grid span{display:block;min-height:46px;margin:0 14px 18px;color:#5a607d;font-size:13px;line-height:1.55;font-weight:750;}
.initpkg-howto{text-align:center;}
.initpkg-step-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:14px;margin-top:34px;}
.initpkg-step-flow article{position:relative;min-height:158px;padding:34px 18px 26px;background:#fff;border:2px solid rgba(7,8,111,.14);border-top:8px solid var(--blue);border-radius:24px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.initpkg-step-flow article:hover{transform:translateY(-3px);box-shadow:0 18px 52px rgba(7,8,111,.12);}
.initpkg-step-flow article:nth-of-type(2){border-top-color:var(--orange);}
.initpkg-step-flow article:nth-of-type(3){border-top-color:var(--sky);}
.initpkg-step-flow article:nth-of-type(4){border-top-color:var(--yellow);}
.initpkg-step-flow b{display:inline-flex;align-items:center;justify-content:center;min-width:68px;height:28px;margin-bottom:14px;border-radius:999px;background:rgba(7,8,111,.06);color:#767d99;font-size:12px;letter-spacing:.07em;}
.initpkg-step-flow h3{margin:0 0 8px;color:var(--blue);font-size:20px;}
.initpkg-step-flow p{margin:0;color:#60657f;font-size:14px;font-weight:720;line-height:1.55;}
.initpkg-step-flow i{font-style:normal;color:#c6c8d8;font-size:34px;font-weight:900;}
.initpkg-activities{text-align:center;}
.initpkg-activities .lead-text{margin-top:-12px;}
.initpkg-activity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:34px;}
.initpkg-activity-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px 18px 24px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.initpkg-activity-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(7,8,111,.12);}
.initpkg-activity-grid img{width:100%;height:166px;object-fit:contain;background:#f7f7f8;border-radius:16px;padding:12px;}
.initpkg-activity-grid h3{margin:18px 0 8px;color:var(--blue);font-size:20px;}
.initpkg-activity-grid p{margin:0;color:#5a607d;font-size:14px;font-weight:720;line-height:1.65;}
.initpkg-center-link{display:flex;justify-content:center;margin-top:30px;}
.initpkg-center-link .outline-btn:after{display:none;}
.outline-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:15px 30px;border:2px solid rgba(7,8,111,.28);border-radius:999px;background:#fff;color:var(--blue);font-weight:950;box-shadow:0 10px 28px rgba(7,8,111,.06);}
.outline-btn span{font-size:22px;line-height:1;}
.initpkg-offer{padding-top:28px!important;text-align:center;}
.initpkg-price-card{position:relative;padding:48px 36px 40px;border:4px solid #ffc400;border-radius:24px;background:#fffdf1;box-shadow:0 22px 56px rgba(255,196,0,.16);}
.initpkg-price-card span{position:absolute;left:50%;top:-20px;transform:translateX(-50%);display:inline-flex;min-width:240px;justify-content:center;padding:10px 22px;border-radius:999px;background:#ef4d3d;color:#fff;font-weight:950;box-shadow:0 10px 22px rgba(239,77,61,.20);}
.initpkg-price-card h2{margin:0 0 16px;color:var(--blue);font-size:26px;}
.initpkg-price-card strong{display:block;color:#ef4d3d;font-size:50px;line-height:1;font-weight:950;letter-spacing:.02em;}
.initpkg-price-card small{font-size:16px;color:#2e3352;}
.initpkg-support{text-align:center;}
.initpkg-support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:30px;}
.initpkg-support-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px 24px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.initpkg-support-grid article:hover{transform:translateY(-3px);box-shadow:0 18px 52px rgba(7,8,111,.12);}
.support-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:rgba(7,8,111,.08);color:var(--blue);}
.support-icon-video:before{content:"";width:22px;height:16px;border-radius:5px;background:var(--blue);box-shadow:10px 0 0 -4px var(--blue);}
.support-icon-video:after{content:"";position:absolute;right:12px;border-left:10px solid var(--blue);border-top:7px solid transparent;border-bottom:7px solid transparent;}
.support-icon-line{background:rgba(87,219,43,.16);}
.support-icon-line:before{content:"LINE";font-size:12px;font-weight:950;color:var(--blue);letter-spacing:.02em;}
.initpkg-support-grid h3{margin:14px 0 6px;color:var(--blue);font-size:20px;}
.initpkg-support-grid p{margin:0;color:#5b607c;font-weight:720;}
.initpkg-guarantee{text-align:center;}
.initpkg-guarantee-card{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;text-align:left;margin:30px auto 0;max-width:760px;padding:30px 36px;background:#fffdf5;border:3px solid #ef4d3d;border-radius:22px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.initpkg-guarantee-card:hover{transform:translateY(-3px);box-shadow:0 20px 56px rgba(239,77,61,.13);}
.guarantee-mark{display:inline-flex!important;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:#ef4d3d;color:#fff!important;font-size:14px!important;font-weight:950;letter-spacing:.04em;box-shadow:0 12px 24px rgba(239,77,61,.18);}
.initpkg-guarantee-card h3{margin:0 0 8px;color:#ef4d3d;font-size:22px;}
.initpkg-guarantee-card p{margin:0;color:#4d526d;font-weight:720;line-height:1.7;}
.text-arrow{font-size:20px;font-weight:950;color:var(--blue);}
@media (max-width:1180px){.materials-initial-hero .page-hero-card{max-width:620px;}.materials-initial-hero .page-hero-card h1{font-size:clamp(34px,4.1vw,52px);}}
@media (max-width:980px){.initpkg-two-cards,.initpkg-support-grid{grid-template-columns:1fr;}.initpkg-item-grid,.initpkg-activity-grid{grid-template-columns:repeat(2,1fr);}.initpkg-step-flow{grid-template-columns:1fr;max-width:560px;margin-inline:auto;}.initpkg-step-flow i{transform:rotate(90deg);}}
@media (max-width:760px){.materials-initial-hero .page-hero-card h1{font-size:34px;}.initial-package-page .section-pad-sm{padding:50px 0;}.initpkg-suitcase-card{grid-template-columns:1fr;padding:24px 20px;text-align:center;gap:24px;}.initpkg-product-visual{min-height:220px;}.initpkg-suitcase-card img{height:230px;}.initpkg-product-copy{text-align:center;}.initpkg-product-copy h3{font-size:22px;}.initpkg-product-copy li{text-align:left;}.initpkg-two-cards article{grid-template-columns:1fr;text-align:center;border-left:0;border-top:8px solid var(--blue);padding:26px 22px;}.initpkg-icon{margin-inline:auto;}.initpkg-item-grid,.initpkg-activity-grid{grid-template-columns:1fr;max-width:360px;margin-inline:auto;}.initpkg-item-grid:after{font-size:24px;}.initpkg-activity-grid img,.initpkg-item-grid img{height:150px;}.initpkg-price-card{padding:42px 20px 30px;}.initpkg-price-card span{min-width:210px;font-size:13px;}.initpkg-price-card strong{font-size:40px;}.initpkg-guarantee-card{grid-template-columns:1fr;text-align:center;padding:24px 20px;}.guarantee-mark{margin-inline:auto;}}

/* ===== Monthly package page ===== */
.materials-monthly-hero .page-hero-photo:after{background:linear-gradient(90deg,rgba(7,8,111,.76),rgba(7,8,111,.38) 48%,rgba(7,8,111,.12));}
.materials-monthly-hero .page-hero-photo img{object-position:center 45%;filter:saturate(1.04) contrast(1.04);}
.materials-monthly-hero .page-hero-card{max-width:760px;}
.materials-monthly-hero .page-hero-card h1{font-size:clamp(40px,4.2vw,68px);line-height:1.12;letter-spacing:-.055em;}
.monthly-package-page .section-pad-sm{padding:64px 0;}
.monthly-package-page .section-pad-sm+ .section-pad-sm{padding-top:30px;}
.monthly-intro{text-align:center;}
.monthly-price-card{position:relative;margin:38px auto 0;max-width:760px;padding:48px 36px 40px;border:4px solid #ffc400;border-radius:24px;background:#fffdf1;box-shadow:0 22px 56px rgba(255,196,0,.16);}
.monthly-price-card span{position:absolute;left:50%;top:-20px;transform:translateX(-50%);display:inline-flex;min-width:230px;justify-content:center;padding:10px 22px;border-radius:999px;background:#ef4d3d;color:#fff;font-weight:950;box-shadow:0 10px 22px rgba(239,77,61,.20);}
.monthly-price-card h3{margin:0 0 16px;color:var(--blue);font-size:26px;}
.monthly-price-card strong{display:block;color:#ef4d3d;font-size:50px;line-height:1;font-weight:950;letter-spacing:.02em;}
.monthly-price-card small{font-size:16px;color:#2e3352;}
.monthly-items{text-align:center;}
.monthly-item-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:34px;}
.monthly-item-grid:after{content:"1月目、2月目くらいを掲載";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-24deg);font-size:32px;font-weight:950;color:rgba(7,8,111,.13);letter-spacing:.04em;pointer-events:none;white-space:nowrap;}
.monthly-item-grid article{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.monthly-item-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(7,8,111,.12);}
.monthly-item-grid img{width:100%;height:178px;object-fit:contain;background:#f7f7f8;padding:18px;}
.monthly-item-grid strong{display:block;margin:20px 12px 4px;color:var(--blue);font-size:18px;font-weight:950;}
.monthly-item-grid span{display:block;min-height:46px;margin:0 14px 18px;color:#5a607d;font-size:13px;line-height:1.55;font-weight:750;}
.monthly-cycle{text-align:center;}
.monthly-cycle-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:18px;margin:34px auto 0;max-width:1180px;padding:26px 28px;background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:22px;box-shadow:var(--soft-shadow);}
.monthly-cycle-flow article{padding:8px 6px;}
.monthly-cycle-flow b{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:8px;border-radius:50%;background:rgba(7,8,111,.08);color:var(--blue);font-size:13px;font-weight:950;}
.monthly-cycle-flow h3{margin:0 0 6px;color:var(--blue);font-size:19px;}
.monthly-cycle-flow p{margin:0;color:#5b607c;font-size:13px;font-weight:720;line-height:1.55;}
.monthly-cycle-flow i{font-style:normal;color:#aeb2c6;font-size:32px;font-weight:900;}
.monthly-delivery{text-align:center;}
.monthly-info-box{margin:28px auto 0;max-width:760px;padding:28px 32px;background:#fff;border:2px solid rgba(7,8,111,.24);border-radius:22px;box-shadow:var(--soft-shadow);}
.monthly-info-box p{margin:0;color:#4e536d;font-weight:760;line-height:1.7;}
.monthly-info-box p+p{margin-top:6px;}
.monthly-themes{text-align:center;}
.monthly-theme-slider{display:grid;grid-template-columns:auto repeat(3,1fr) auto;align-items:center;gap:24px;max-width:980px;margin:34px auto 0;}
.monthly-theme-slider button{width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#a4a8b8;font-size:42px;line-height:1;display:grid;place-items:center;box-shadow:var(--soft-shadow);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,color .22s ease;}
.monthly-theme-slider button:hover{transform:translateY(-2px);color:var(--orange);box-shadow:0 18px 42px rgba(7,8,111,.12);}
.monthly-theme-slider article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 18px 22px;box-shadow:var(--soft-shadow);transition:transform .22s ease,box-shadow .22s ease;}
.monthly-theme-slider article:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(7,8,111,.12);}
.monthly-theme-slider img{width:100%;height:130px;object-fit:contain;background:#f7f7f8;border-radius:16px;padding:12px;}
.monthly-theme-slider strong{display:block;margin:14px 0 6px;color:var(--blue);font-size:17px;font-weight:950;}
.monthly-theme-slider span{display:block;color:#5a607d;font-size:13px;line-height:1.55;font-weight:720;}
.monthly-cancel{text-align:center;}
.monthly-final-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:38px;}
.monthly-final-actions a{min-width:260px;min-height:60px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:950;}
@media (max-width:1180px){.materials-monthly-hero .page-hero-card{max-width:620px;}.materials-monthly-hero .page-hero-card h1{font-size:clamp(34px,4.1vw,52px);}.monthly-theme-slider{grid-template-columns:auto repeat(3,minmax(0,1fr)) auto;}}
@media (max-width:980px){.monthly-item-grid{grid-template-columns:repeat(2,1fr);}.monthly-cycle-flow{grid-template-columns:1fr;max-width:560px;}.monthly-cycle-flow i{transform:rotate(90deg);}.monthly-theme-slider{grid-template-columns:1fr;max-width:420px;}.monthly-theme-slider button{display:none;}}
@media (max-width:760px){.materials-monthly-hero .page-hero-card h1{font-size:34px;}.monthly-package-page .section-pad-sm{padding:50px 0;}.monthly-price-card{padding:42px 20px 30px;}.monthly-price-card span{min-width:210px;font-size:13px;}.monthly-price-card strong{font-size:40px;}.monthly-item-grid{grid-template-columns:1fr;max-width:360px;margin-inline:auto;}.monthly-item-grid:after{font-size:22px;}.monthly-item-grid img{height:150px;}.monthly-cycle-flow{padding:22px 18px;}.monthly-final-actions{display:grid;gap:12px;}.monthly-final-actions a{width:100%;min-width:0;}}


/* === MFE V6 cleanup and activities page === */
.buy-btn,
.line-btn,
.ghost-btn,
.outline-btn,
.final-btn{
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease, opacity .22s ease !important;
}
.buy-btn:hover{
  transform:translateY(-2px) !important;
  background:#1216a6 !important;
  color:#fff !important;
  box-shadow:0 18px 42px rgba(7,8,111,.26) !important;
}
.line-btn,
.cta-strip .line-btn,
.header-actions .line-btn,
.drawer-actions .line-btn{
  background:var(--green) !important;
  color:var(--blue) !important;
  border:2px solid var(--green) !important;
}
.line-btn:hover,
.cta-strip .line-btn:hover,
.header-actions .line-btn:hover,
.drawer-actions .line-btn:hover{
  transform:translateY(-2px) !important;
  background:#63ee33 !important;
  color:var(--blue) !important;
  border-color:#63ee33 !important;
  box-shadow:0 18px 42px rgba(87,219,43,.32) !important;
}
.outline-btn,
.ghost-btn,
.outline-btn.clean-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 34px;
  border:2px solid var(--blue) !important;
  border-radius:999px;
  background:#fff !important;
  color:var(--blue) !important;
  font-weight:900;
  box-shadow:none !important;
}
.outline-btn:hover,
.ghost-btn:hover,
.outline-btn.clean-secondary:hover{
  transform:translateY(-2px) !important;
  background:#fff6d5 !important;
  color:var(--blue) !important;
  border-color:var(--blue) !important;
  box-shadow:0 16px 34px rgba(7,8,111,.12) !important;
}
.outline-btn.clean-secondary:after{display:none !important;content:none !important;}
.feature-bottom-inner .buy-btn,
.scott-final-actions .buy-btn.big,
.final-cta .final-btn,
.final-btn{
  background:var(--yellow) !important;
  color:var(--blue) !important;
  border:2px solid var(--yellow) !important;
}
.feature-bottom-inner .buy-btn:hover,
.scott-final-actions .buy-btn.big:hover,
.final-cta .final-btn:hover,
.final-btn:hover{
  transform:translateY(-2px) !important;
  background:var(--yellow) !important;
  color:var(--blue) !important;
  border-color:var(--yellow) !important;
  box-shadow:0 18px 42px rgba(255,209,46,.28) !important;
}
.cta-strip{padding:72px 24px;background:rgba(255,255,255,.55);text-align:center;}
.cta-strip p{margin:0 0 26px;color:var(--blue);font-weight:900;font-size:clamp(24px,2.5vw,38px);line-height:1.35;}
.cta-strip>div{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;}
.cta-strip .buy-btn,.cta-strip .line-btn,.cta-strip .outline-btn{min-width:230px;}

.activities-page{overflow:hidden;}
.activities-hero .page-hero-photo img{object-position:center 38%;}
.activities-intro{padding-top:80px;padding-bottom:34px;text-align:center;}
.activity-detail{padding:76px 0;background:rgba(255,255,255,.48);}
.activity-detail.is-alt{background:rgba(7,8,111,.035);}
.activity-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:58px;align-items:center;}
.activity-detail-grid.reverse .activity-media{order:2;}
.activity-detail-grid.reverse .activity-copy{order:1;}
.activity-media h2{margin:0;color:#202039;font-size:clamp(30px,3vw,44px);line-height:1.15;font-weight:900;letter-spacing:-.04em;}
.activity-media h2 span{font-size:.72em;}
.activity-catch{margin:10px 0 22px;color:var(--muted);font-size:17px;font-weight:800;}
.activity-video{width:100%;aspect-ratio:16/9;border-radius:16px;background:#111;box-shadow:0 22px 54px rgba(7,8,111,.18);border:1px solid rgba(7,8,111,.12);overflow:hidden;}
.activity-copy{font-size:16px;line-height:2;color:var(--ink);font-weight:650;}
.activity-copy p{margin:0 0 18px;}
.activity-images{display:grid;gap:14px;margin-top:24px;align-items:center;}
.activity-images.two{grid-template-columns:1fr 1fr;}
.activity-images.three{grid-template-columns:1fr 1fr 1fr;}
.activity-images.one{max-width:260px;}
.activity-images img{width:100%;height:150px;object-fit:contain;background:#fff;border:1px solid rgba(7,8,111,.10);border-radius:18px;padding:10px;box-shadow:0 14px 36px rgba(7,8,111,.08);}
.activity-images.one img{height:210px;}
.craft-pair img{height:210px;}
@media (max-width:920px){
  .activity-detail{padding:58px 0;}
  .activity-detail-grid,.activity-detail-grid.reverse{grid-template-columns:1fr;gap:30px;}
  .activity-detail-grid.reverse .activity-media,.activity-detail-grid.reverse .activity-copy{order:initial;}
  .activity-images.three{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .activity-images.two,.activity-images.three{grid-template-columns:1fr;}
  .activity-images img{height:170px;}
  .cta-strip .buy-btn,.cta-strip .line-btn,.cta-strip .outline-btn{width:100%;max-width:330px;}
}


/* === MFE V11 about growth story controlled scroll - centered container === */
#growthStory.growth-story-scroll{
  position:relative !important;
  height:auto !important;
  min-height:0 !important;
  margin-top:clamp(28px,4vw,54px) !important;
  margin-bottom:clamp(54px,7vw,96px) !important;
  overflow:visible !important;
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}
#growthStory .growth-story-sticky{
  position:relative !important;
  top:auto !important;
  height:auto !important;
  min-height:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  overflow:visible !important;
}
#growthStory .growth-story-layout{
  width:min(100%,1140px) !important;
  min-height:620px !important;
  display:grid !important;
  grid-template-columns:minmax(360px,.96fr) minmax(420px,1.04fr) !important;
  align-items:center !important;
  gap:clamp(30px,5vw,70px) !important;
  padding:clamp(28px,4vw,56px) !important;
  border-radius:34px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(7,8,111,.08) !important;
  box-shadow:0 26px 80px rgba(7,8,111,.12) !important;
  overflow:hidden !important;
  backdrop-filter:blur(10px) !important;
}
#growthStory.is-locked .growth-story-layout{
  box-shadow:0 30px 90px rgba(7,8,111,.17) !important;
}
#growthStory .growth-story-graph{
  position:relative !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
#growthStory .growth-story-graph .growth-graph{
  width:100% !important;
  max-width:500px !important;
  display:block !important;
  margin-inline:auto !important;
}
#growthStory .growth-story-graph .growth-legend{
  margin-top:8px !important;
}
#growthStory .growth-story-character{
  position:relative !important;
  min-height:520px !important;
  height:auto !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  isolation:isolate !important;
  overflow:visible !important;
}
#growthStory .growth-story-bubble{
  position:relative !important;
  z-index:5 !important;
  width:min(100%,450px) !important;
  min-height:112px !important;
  margin:0 0 18px !important;
  padding:22px 28px !important;
  border:3px solid var(--yellow) !important;
  border-radius:28px !important;
  background:#fff !important;
  box-shadow:0 24px 54px rgba(7,8,111,.14) !important;
  text-align:center !important;
  opacity:1 !important;
  transform:translateY(0) scale(1) !important;
  transition:opacity .24s ease, transform .24s ease !important;
}
#growthStory .growth-story-bubble:after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:-15px !important;
  width:26px !important;
  height:26px !important;
  transform:translateX(-50%) rotate(45deg) !important;
  background:#fff !important;
  border-right:3px solid var(--yellow) !important;
  border-bottom:3px solid var(--yellow) !important;
  border-bottom-right-radius:6px !important;
}
#growthStory .growth-story-bubble.is-changing{
  opacity:.05 !important;
  transform:translateY(10px) scale(.98) !important;
}
#growthStory .growth-story-bubble small{
  display:block !important;
  margin-bottom:5px !important;
  color:var(--orange) !important;
  font-size:13px !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
}
#growthStory .growth-story-bubble strong{
  display:block !important;
  color:var(--blue) !important;
  font-size:clamp(22px,2.2vw,34px) !important;
  line-height:1.25 !important;
  font-weight:950 !important;
  letter-spacing:-.02em !important;
}
#growthStory .growth-story-person-wrap{
  position:relative !important;
  width:min(100%,500px) !important;
  height:min(430px,43vh) !important;
  min-height:320px !important;
  overflow:visible !important;
}
#growthStory .growth-story-person{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  opacity:0 !important;
  transform:translateY(24px) scale(.94) !important;
  transition:opacity .36s ease, transform .36s ease !important;
  filter:drop-shadow(0 26px 34px rgba(7,8,111,.16)) !important;
}
#growthStory .growth-story-person.is-active{
  opacity:1 !important;
  transform:translateY(0) scale(1) !important;
}
#growthStory .growth-story-name{
  margin-top:2px !important;
  color:rgba(7,8,111,.62) !important;
  font-size:14px !important;
  font-weight:950 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
#growthStory .growth-story-progress{
  display:flex !important;
  gap:8px !important;
  margin-top:18px !important;
}
#growthStory .growth-story-progress span{
  width:9px !important;
  height:9px !important;
  border-radius:999px !important;
  background:rgba(7,8,111,.18) !important;
  transition:width .22s ease, background-color .22s ease !important;
}
#growthStory .growth-story-progress span.is-active{
  width:28px !important;
  background:var(--yellow) !important;
}
@media (max-width:1100px){
  #growthStory .growth-story-layout{
    grid-template-columns:minmax(320px,.92fr) minmax(360px,1.08fr) !important;
    gap:28px !important;
    padding:30px !important;
  }
  #growthStory .growth-story-character{min-height:500px !important;}
}
@media (max-width:900px){
  #growthStory .growth-story-layout{
    width:min(100%,94vw) !important;
    min-height:0 !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding:18px 14px !important;
    border-radius:26px !important;
    align-content:center !important;
  }
  #growthStory .growth-story-character{min-height:0 !important;}
  #growthStory .growth-story-graph .growth-graph{max-width:min(90vw,380px) !important;}
  #growthStory .growth-story-bubble{
    width:min(90vw,390px) !important;
    min-height:82px !important;
    padding:14px 18px !important;
    margin-bottom:8px !important;
    border-radius:22px !important;
  }
  #growthStory .growth-story-bubble strong{font-size:clamp(18px,5vw,25px) !important;}
  #growthStory .growth-story-person-wrap{
    width:min(90vw,350px) !important;
    height:min(34vh,270px) !important;
    min-height:210px !important;
  }
  #growthStory .growth-story-progress{margin-top:8px !important;}
}
@media (max-width:520px){
  #growthStory .growth-story-layout{padding:12px 10px !important;border-radius:22px !important;}
  #growthStory .growth-story-graph .growth-graph{max-width:min(92vw,330px) !important;}
  #growthStory .growth-story-person-wrap{height:min(32vh,230px) !important;min-height:190px !important;}
  #growthStory .growth-story-bubble{min-height:78px !important;}
}
@media (prefers-reduced-motion: reduce){
  #growthStory .growth-story-person,
  #growthStory .growth-story-bubble,
  #growthStory .growth-story-progress span{transition:none !important;}
}

/* === MFE V15 Pricing page finalization === */
.pricing-hero-v15{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  padding:140px 0 90px;
  overflow:hidden;
  isolation:isolate;
  background:#0b0d72;
}
.pricing-hero-bg{position:absolute;inset:0;z-index:-2;}
.pricing-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.05);transform:scale(1.04);}
.pricing-hero-v15:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,8,111,.82) 0%,rgba(7,8,111,.52) 48%,rgba(7,8,111,.22) 100%);}
.pricing-hero-card{width:min(780px,calc(100vw - 96px));margin-left:clamp(28px,6vw,92px);padding:clamp(28px,4vw,52px);border-radius:36px;background:rgba(255,255,255,.92);box-shadow:0 26px 80px rgba(7,8,111,.22);backdrop-filter:blur(14px);}
.pricing-hero-card span{display:block;margin-bottom:16px;color:var(--orange);font-weight:950;letter-spacing:.12em;text-transform:uppercase;font-size:13px;}
.pricing-hero-card h1{margin:0;color:var(--blue);font-size:clamp(38px,4.6vw,70px);line-height:1.16;letter-spacing:-.04em;font-weight:950;}
.pricing-hero-card p{margin:22px 0 0;color:var(--ink);font-weight:850;line-height:1.8;}
.pricing-page-v15{overflow:visible;}
.pricing-plans-v15{padding:clamp(70px,8vw,118px) 0 0;}
.pricing-section-head{text-align:center;margin:0 auto clamp(34px,4vw,54px);max-width:760px;}
.pricing-section-head h2{margin:10px 0 12px;color:var(--blue);font-size:clamp(30px,3.4vw,48px);font-weight:950;letter-spacing:-.03em;}
.pricing-section-head p:not(.section-kicker){margin:0;color:var(--muted);font-weight:800;line-height:1.85;}
.pricing-plan-grid-v15{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3vw,38px);align-items:stretch;}
.pricing-plan-card-v15{position:relative;display:flex;flex-direction:column;align-items:center;min-height:720px;padding:36px clamp(24px,3vw,44px) 38px;border-radius:34px;background:rgba(255,255,255,.96);border:1px solid rgba(7,8,111,.12);box-shadow:0 24px 70px rgba(7,8,111,.10);text-align:center;overflow:hidden;}
.pricing-plan-card-v15:before{content:"";position:absolute;inset:0 0 auto;height:8px;background:linear-gradient(90deg,var(--yellow),var(--orange));}
.pricing-plan-card-v15.monthly:before{background:linear-gradient(90deg,var(--sky),var(--green));}
.plan-card-label{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:8px 18px;border-radius:999px;background:#fff6d5;color:var(--orange);font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase;}
.pricing-plan-card-v15.monthly .plan-card-label{background:#effaff;color:var(--blue2);}
.pricing-plan-card-v15 h3{margin:18px 0 22px;color:var(--blue);font-size:clamp(24px,2.3vw,34px);font-weight:950;}
.plan-card-image{width:100%;height:245px;display:flex;align-items:center;justify-content:center;padding:18px;border-radius:26px;background:#fff;border:1px solid rgba(7,8,111,.10);}
.plan-card-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(7,8,111,.10));}
.plan-price-row{display:flex;align-items:flex-end;justify-content:center;gap:10px;margin-top:28px;color:var(--blue);}
.plan-price-row strong{font-size:clamp(46px,5vw,72px);line-height:.98;font-weight:950;letter-spacing:-.05em;color:var(--blue);}
.plan-price-row span{font-size:17px;font-weight:950;margin-bottom:8px;}
.plan-original{margin:10px 0 0;color:var(--muted);font-weight:850;}
.plan-badge{display:inline-flex;align-items:center;justify-content:center;margin:18px 0 18px;min-height:34px;padding:8px 22px;border-radius:999px;font-size:14px;font-weight:950;}
.plan-badge.red{background:#fff0ec;color:#e84738;border:1px solid rgba(232,71,56,.24);}
.plan-badge.blue{background:#effaff;color:var(--blue);border:1px solid rgba(89,194,255,.32);}
.plan-points{width:100%;display:grid;gap:10px;margin:0 0 28px;padding:0;list-style:none;text-align:left;}
.plan-points li{position:relative;padding:13px 16px 13px 38px;border-radius:16px;background:rgba(7,8,111,.035);color:var(--ink);font-size:14px;font-weight:800;line-height:1.55;}
.plan-points li:before{content:"";position:absolute;left:16px;top:20px;width:8px;height:8px;border-radius:999px;background:var(--yellow);box-shadow:0 0 0 4px rgba(255,209,46,.22);}
.pricing-plan-card-v15.monthly .plan-points li:before{background:var(--green);box-shadow:0 0 0 4px rgba(87,219,43,.18);}
.plan-btn{margin-top:auto;min-width:260px;}
.payment-method-v15{margin-top:clamp(50px,7vw,90px);padding:38px 0;background:rgba(7,8,111,.045);border-top:1px solid rgba(7,8,111,.06);border-bottom:1px solid rgba(7,8,111,.06);}
.payment-inner-v15{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:clamp(24px,4vw,62px);}
.payment-inner-v15 h2{margin:0;color:var(--blue);font-size:24px;font-weight:950;}
.payment-icons-v15{display:flex;gap:14px;align-items:center;}
.payment-icons-v15 span{min-width:74px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(7,8,111,.16);border-radius:999px;background:#fff;color:var(--ink);font-size:13px;font-weight:950;box-shadow:0 10px 24px rgba(7,8,111,.06);}
.payment-inner-v15>p{margin:0;color:var(--muted);font-weight:800;line-height:1.7;}
.delivery-schedule-v15{padding:clamp(72px,8vw,120px) 0 clamp(54px,6vw,90px);}
.delivery-timeline-v15{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1020px;margin:0 auto;}
.delivery-timeline-v15 .timeline-line{position:absolute;left:13%;right:13%;top:38px;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--yellow),var(--orange),var(--green));opacity:.45;}
.delivery-timeline-v15 article{position:relative;z-index:1;text-align:center;padding-top:0;}
.delivery-timeline-v15 article span{width:76px;height:76px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--blue);color:#fff;border:8px solid #fff;box-shadow:0 18px 38px rgba(7,8,111,.18);font-weight:950;font-size:20px;}
.delivery-timeline-v15 h3{margin:0 0 8px;color:var(--blue);font-size:20px;font-weight:950;}
.delivery-timeline-v15 p{margin:0;color:var(--muted);font-weight:800;}
.pricing-notices-v15{display:grid;gap:24px;padding-bottom:34px;}
.return-box-v15{display:flex;align-items:center;gap:22px;padding:30px 34px;border-radius:26px;background:#fff6f5;border:2px solid rgba(232,71,56,.22);box-shadow:0 14px 34px rgba(232,71,56,.07);}
.notice-icon{flex:0 0 auto;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e95045;color:#fff;font-weight:950;font-style:italic;font-size:20px;}
.return-box-v15 h3,.note-box-v15 h3{margin:0 0 8px;color:var(--blue);font-size:20px;font-weight:950;}
.return-box-v15 p,.note-box-v15 p{margin:0;color:var(--ink);font-weight:800;line-height:1.75;}
.note-box-v15{padding:8px 6px 4px;}
.pricing-links-v15{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;padding:22px 0 58px;}
.pricing-links-v15 .outline-btn{min-width:230px;}
.comparison-placeholder-v15{min-height:430px;max-width:680px;margin-bottom:clamp(68px,8vw,112px);display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid rgba(7,8,111,.12);border-radius:18px;background:rgba(255,255,255,.65);color:var(--ink);text-align:center;}
.comparison-placeholder-v15 .placeholder-note{margin:0 0 28px;color:#f33526;font-size:clamp(24px,3.2vw,42px);font-weight:950;line-height:1.25;transform:rotate(-18deg);}
.comparison-placeholder-v15 p:last-child{margin:0;font-weight:900;font-size:20px;}
.pricing-cta-v15{background:rgba(7,8,111,.06);}
@media (max-width:980px){
  .pricing-hero-v15{min-height:560px;padding:120px 0 70px;}
  .pricing-hero-card{width:min(720px,calc(100vw - 42px));margin-inline:auto;}
  .pricing-plan-grid-v15{grid-template-columns:1fr;}
  .pricing-plan-card-v15{min-height:0;}
  .payment-inner-v15{grid-template-columns:1fr;text-align:center;justify-items:center;}
  .delivery-timeline-v15{grid-template-columns:1fr;max-width:520px;gap:18px;}
  .delivery-timeline-v15 .timeline-line{left:38px;right:auto;top:30px;bottom:30px;width:5px;height:auto;background:linear-gradient(180deg,var(--yellow),var(--orange),var(--green));}
  .delivery-timeline-v15 article{display:grid;grid-template-columns:76px 1fr;text-align:left;align-items:center;column-gap:20px;}
  .delivery-timeline-v15 article span{margin:0;}
}
@media (max-width:640px){
  .pricing-hero-v15{min-height:520px;}
  .pricing-hero-card{padding:26px 22px;border-radius:28px;}
  .pricing-hero-card h1{font-size:36px;}
  .plan-card-image{height:200px;}
  .plan-price-row strong{font-size:48px;}
  .return-box-v15{align-items:flex-start;padding:24px 20px;}
  .pricing-links-v15 .outline-btn,.plan-btn{width:100%;min-width:0;}
  .comparison-placeholder-v15{min-height:320px;}
}


/* === MFE V18 Line Support + Pricing title polish === */
.pricing-title-two-line span{display:block;white-space:nowrap;}
@media (max-width:1180px){
  .pricing-hero-card h1.pricing-title-two-line{font-size:clamp(34px,4.2vw,58px);}
}
@media (max-width:720px){
  .pricing-title-two-line span{white-space:normal;}
}

.line-support-hero .page-hero-photo img{object-position:center 42%;}
.line-support-hero .page-hero-photo:after{background:linear-gradient(90deg,rgba(7,8,111,.76),rgba(7,8,111,.36) 46%,rgba(7,8,111,.12));}
.line-support-hero .page-hero-card{max-width:760px;}
.line-support-main{background:linear-gradient(135deg,#fffdf5 0%,#fff 54%,#effaff 100%);overflow:hidden;}
.line-support-intro{padding:clamp(68px,7vw,110px) 0 clamp(50px,6vw,86px);}
.line-support-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:clamp(34px,6vw,90px);align-items:start;max-width:1080px;margin:0 auto;}
.line-support-left{display:grid;gap:28px;}
.line-qr-card,.line-step-card,.line-benefits,.line-info-card,.line-privacy{border:1px solid rgba(7,8,111,.12);background:rgba(255,255,255,.92);box-shadow:0 18px 46px rgba(7,8,111,.08);}
.line-qr-card{position:relative;text-align:center;border-radius:30px;padding:34px 28px 42px;}
.line-qr-card h3,.line-step-card h3{margin:0 0 22px;color:var(--blue);font-weight:950;font-size:20px;}
.line-qr-image-wrap{width:196px;height:196px;margin:0 auto 26px;display:flex;align-items:center;justify-content:center;border-radius:24px;background:#fff;border:1px solid rgba(7,8,111,.12);box-shadow:0 16px 34px rgba(7,8,111,.08);padding:14px;}
.line-qr-image{display:block;width:100%;height:100%;object-fit:contain;}
.line-qr-btn{min-width:260px;box-shadow:0 18px 40px rgba(87,219,43,.22);}
.line-step-card{border-radius:26px;padding:30px 30px 34px;background:rgba(255,255,255,.76);}
.line-step-card ol{display:grid;gap:14px;margin:0;padding:0;list-style:none;}
.line-step-card li{display:flex;align-items:center;gap:14px;color:var(--ink);font-weight:850;}
.line-step-card li span{width:34px;height:34px;flex:0 0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff6d5;color:var(--orange);font-size:12px;font-weight:950;}
.line-phone-mockup{display:flex;justify-content:center;}
.phone-shell{position:relative;width:min(360px,100%);aspect-ratio:9/16;border-radius:38px;border:6px solid rgba(7,8,111,.18);background:#fff;box-shadow:0 28px 80px rgba(7,8,111,.18);overflow:hidden;}
.phone-topbar{height:58px;display:flex;align-items:center;justify-content:center;background:#f2f4f8;color:var(--blue);font-weight:950;border-bottom:1px solid rgba(7,8,111,.10);}
.phone-chat-area{height:calc(100% - 112px);padding:30px 22px;display:flex;flex-direction:column;gap:18px;background:linear-gradient(180deg,#fff,#f8fbff);}
.chat-bubble{max-width:82%;padding:14px 16px;border-radius:22px;font-weight:850;line-height:1.55;font-size:14px;box-shadow:0 8px 20px rgba(7,8,111,.06);}
.chat-bubble.user{align-self:flex-end;background:#e8f0ff;color:var(--blue);border-top-right-radius:8px;}
.chat-bubble.support{align-self:flex-start;background:#eefbe8;color:var(--ink);border-top-left-radius:8px;}
.phone-input{height:54px;margin:0 16px 16px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-radius:999px;background:#fff;border:1px solid rgba(7,8,111,.14);color:var(--muted);font-size:12px;font-weight:800;}
.phone-input b{color:var(--green);font-size:18px;}
.line-benefits{margin-bottom:clamp(48px,6vw,80px);padding:38px clamp(24px,4vw,54px);border-radius:30px;}
.line-benefits h2,.line-info-card h2,.line-other-contact h2{margin:0 0 26px;text-align:center;color:var(--blue);font-size:clamp(24px,2.6vw,34px);font-weight:950;}
.line-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;}
.line-benefit-grid article{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:18px;background:rgba(7,8,111,.035);font-weight:850;color:var(--ink);line-height:1.55;}
.line-benefit-grid article:last-child{grid-column:1/-1;}
.line-benefit-grid span{flex:0 0 auto;color:var(--orange);font-weight:950;}
.line-info-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding-bottom:34px;}
.line-info-card{border-radius:30px;padding:38px 38px;min-height:280px;}
.line-info-card ul{display:grid;gap:16px;margin:0;padding:0;list-style:none;}
.line-info-card li{position:relative;padding-left:28px;color:var(--ink);font-weight:850;line-height:1.55;}
.line-info-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:950;}
.line-hours-card{text-align:center;}
.line-clock{width:62px;height:62px;margin:0 auto 22px;border:4px solid rgba(7,8,111,.22);border-radius:50%;display:flex;align-items:center;justify-content:center;color:transparent;position:relative;}
.line-clock:before,.line-clock:after{content:"";position:absolute;background:rgba(7,8,111,.54);border-radius:999px;left:50%;top:50%;transform-origin:left center;}
.line-clock:before{width:18px;height:4px;transform:translateY(-50%) rotate(0deg);}
.line-clock:after{width:4px;height:20px;transform:translateX(-50%) translateY(-100%);}
.line-hours-card strong{display:block;color:var(--blue);font-size:clamp(22px,2.4vw,32px);font-weight:950;}
.line-hours-card p{margin:8px 0 14px;color:var(--ink);font-weight:900;}
.line-hours-card small{display:block;color:var(--muted);font-weight:750;line-height:1.6;}
.line-privacy{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;border-radius:22px;padding:22px 28px;margin-bottom:clamp(54px,7vw,86px);}
.line-privacy span{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f2f7;color:var(--blue);font-size:13px;font-weight:950;}
.line-privacy p{margin:0;color:var(--muted);font-weight:800;line-height:1.75;}
.line-other-contact{text-align:center;padding-bottom:clamp(68px,8vw,116px);}
.line-other-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;}
.line-other-actions .outline-btn{min-width:300px;}

@media (max-width:980px){
  .line-support-grid{grid-template-columns:1fr;max-width:620px;}
  .line-phone-mockup{order:2;}
  .phone-shell{width:min(340px,100%);}
  .line-benefit-grid,.line-info-section{grid-template-columns:1fr;}
  .line-benefit-grid article:last-child{grid-column:auto;}
}
@media (max-width:640px){
  .line-support-hero .page-hero-card h1{font-size:34px;}
  .line-qr-card,.line-step-card,.line-info-card,.line-benefits{padding:26px 20px;border-radius:24px;}
  .line-qr-btn,.line-other-actions .outline-btn{width:100%;min-width:0;}
  .line-privacy{grid-template-columns:1fr;text-align:center;justify-items:center;}
}

/* === MFE V20 pricing hero title fix === */
.pricing-hero-card h1.pricing-title-two-line{
  margin:0;
  color:var(--blue);
  font-size:clamp(38px,4.6vw,70px);
  line-height:1.16;
  letter-spacing:-.04em;
  font-weight:950;
}
.pricing-hero-card h1.pricing-title-two-line span{
  display:block;
  margin:0;
  color:inherit;
  font:inherit;
  letter-spacing:inherit;
  line-height:inherit;
  text-transform:none;
  white-space:nowrap;
}
@media (max-width:1180px){
  .pricing-hero-card h1.pricing-title-two-line{font-size:clamp(36px,4.4vw,60px);}
}
@media (max-width:720px){
  .pricing-hero-card h1.pricing-title-two-line span{white-space:normal;}
}
