@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans JP',sans-serif;color:var(--text);background:#fff;overflow-x:hidden;line-height:1.9;-webkit-font-smoothing:antialiased}

/* === COLORS === */
:root{
  --coral:#EF6C5B;--coral-bg:#FFF2EF;--coral-dark:#D9564A;
  --coral-grad-start:#F58B7D;--coral-grad-end:#E95E52;
  --btn-core:#EF6C5B;--btn-top:#FFC4B9;--btn-bottom:#CF4D3F;--btn-shadow:#611F19;
  --blue:#3B82C4;--blue-bg:#EAF3FA;
  --yellow:#FFD54F;--yellow-bg:#FFFDE7;
  --navy:#1B2A4A;--text:#444;--text2:#777;--white:#fff;--gray-bg:#F7F7F7;
  --line:#ececec;--shadow-s:0 4px 18px rgba(27,42,74,.08);--shadow-m:0 12px 34px rgba(27,42,74,.12);
  /* Motion風 イージング曲線 */
  --ease-spring:cubic-bezier(.34,1.56,.64,1);
  --ease-smooth:cubic-bezier(.22,1,.36,1);
  --ease-gentle:cubic-bezier(.16,1,.3,1);
}
/* Three.js Hero 3D キャンバス */
#hero-3d{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.9;contain:layout paint style}
@media (max-width:640px){#hero-3d{opacity:.55}}
@media (prefers-reduced-motion:reduce){#hero-3d{display:none}}

section[id]{scroll-margin-top:84px}

/* === NAV === */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);padding:0 5%;height:64px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 12px rgba(0,0,0,.06);transition:height .24s ease,box-shadow .24s ease,background .24s ease}
nav.scrolled{height:58px;box-shadow:0 10px 30px rgba(27,42,74,.09)}
.logo{display:flex;align-items:center;gap:8px;text-decoration:none}
.logo-mark{background:linear-gradient(135deg,#2980B9,#3498DB);color:#fff;padding:4px 10px;border-radius:6px;font-size:14px;font-weight:900;letter-spacing:1px}
.logo-sub{font-size:12px;color:var(--text2)}
.nav-right{display:flex;align-items:center;gap:10px}
.nav-link{font-size:13px;font-weight:700;color:var(--navy);text-decoration:none;opacity:.76;transition:opacity .2s,color .24s ease;position:relative;padding:2px 0}
.nav-link::after{content:'';position:absolute;left:0;right:0;bottom:-5px;height:2px;background:var(--coral);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .24s ease}
.nav-link:hover{opacity:1}
.nav-link.is-active{opacity:1;color:var(--coral)}
.nav-link.is-active::after{transform:scaleX(1)}
.nav-cta{background:var(--coral);color:#fff!important;padding:10px 24px;border-radius:50px;font-size:13px;font-weight:700;text-decoration:none;box-shadow:0 4px 14px rgba(239,108,91,.3);transition:all .25s}

.scroll-progress{position:fixed;top:0;left:0;width:0;height:3px;z-index:140;background:linear-gradient(90deg,var(--coral),#ff9d88 48%,var(--blue));box-shadow:0 2px 12px rgba(239,108,91,.35);opacity:0;transition:opacity .25s ease,width .1s linear}
body.scrolled .scroll-progress{opacity:.96}

/* === HERO === */
.hero{background:linear-gradient(135deg,#fff9f6 0%,#fff3ee 100%);padding:110px 5% 80px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(135deg,rgba(239,108,91,.04),rgba(239,108,91,.1));border-radius:0 0 0 60%;z-index:0}
.hero::after{display:none}
.hero-inner{max-width:1140px;margin:0 auto;display:flex;gap:48px;align-items:center;position:relative;z-index:1}
.hero-left{flex:1.2}
.hero-right{flex:1;display:flex;justify-content:center}
.hero-kicker{font-size:15px;color:var(--coral);font-weight:600;margin-bottom:10px}
.hero-kicker em{font-style:normal;background:linear-gradient(transparent 60%,var(--yellow) 60%);padding:0 2px}
.hero h1{font-size:42px;font-weight:900;color:var(--navy);line-height:1.35;margin-bottom:14px}
.hero h1 .accent{font-size:54px;color:var(--coral)}
.hero-desc{font-size:16px;color:#555;margin-bottom:30px;line-height:1.95;font-weight:500;max-width:480px}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:26px}
.hero-main-btn,.hero-sub-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 26px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s}
.hero-main-btn{background:var(--coral);color:#fff;box-shadow:0 6px 20px rgba(239,108,91,.35)}
.hero-sub-btn{background:#fff;color:var(--navy);border:1px solid var(--line)}
.hero-sub-btn:hover{border-color:#dcdcdc}

/* Stat Bubbles */
.bubbles{display:flex;gap:18px;flex-wrap:wrap}
.bubble{width:132px;height:132px;border-radius:50%;color:#f7fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;line-height:1.2;gap:2px;box-shadow:0 12px 28px rgba(126,106,111,.18)}
.bubble.bl{
  background:
    radial-gradient(140% 110% at 24% 18%,rgba(255,255,255,.46) 0%,rgba(255,255,255,.18) 36%,rgba(255,255,255,0) 60%),
    linear-gradient(152deg,#b8d6f6 0%,#8db8ea 48%,#669ddb 100%);
}
.bubble.cr{
  background:
    radial-gradient(140% 110% at 24% 18%,rgba(255,255,255,.48) 0%,rgba(255,255,255,.2) 36%,rgba(255,255,255,0) 60%),
    linear-gradient(152deg,#ffd1c7 0%,#ffaaa0 50%,#f78c86 100%);
}
.bubble::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.06) 52%,rgba(52,92,142,.14) 100%);
  pointer-events:none;
}
.bubble.cr::before{
  background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.07) 52%,rgba(182,92,102,.14) 100%);
}
.bubble > span{position:relative;z-index:1}
.bubble .b-top{font-size:11px;line-height:1.2;opacity:1;font-weight:700;letter-spacing:.04em;color:rgba(255,255,255,.95);text-shadow:0 2px 5px rgba(34,60,100,.48)}
.bubble.bl .b-top{color:#2f5f93;text-shadow:0 1px 0 rgba(255,255,255,.35),0 2px 4px rgba(43,85,131,.18)}
.bubble .b-num{font-size:36px;font-weight:900;line-height:1.08;margin:0;color:#fff;text-shadow:0 2px 6px rgba(35,66,107,.36)}
.bubble .b-unit{font-size:12px;line-height:1.1;font-weight:700;color:rgba(255,255,255,.98);text-shadow:0 1px 3px rgba(35,66,107,.34)}
.bubble .b-sub{font-size:10px;line-height:1.15;opacity:1;letter-spacing:.02em;color:rgba(247,252,255,.92);text-shadow:0 1px 2px rgba(43,75,118,.3)}
.bubble.bl .b-sub{color:#2f5f93;text-shadow:0 1px 0 rgba(255,255,255,.28),0 1px 2px rgba(43,85,131,.16)}
.bubble.cr .b-top{color:#b85764;text-shadow:0 1px 0 rgba(255,255,255,.26),0 2px 4px rgba(130,58,72,.16)}
.bubble.cr .b-sub{color:#b85764;text-shadow:0 1px 0 rgba(255,255,255,.22),0 1px 2px rgba(130,58,72,.14)}
.bubble::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);border:8px solid transparent;border-top-color:#79ace0;filter:drop-shadow(0 4px 6px rgba(114,141,176,.16))}
.bubble.cr::after{border-top-color:#f09a93}

/* Phone Mockup */
.phone{background:#fff;border-radius:28px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.1),0 0 0 3px #ddd;width:290px;position:relative}
.phone-top{width:80px;height:5px;background:#ddd;border-radius:10px;margin:0 auto 12px}
.phone .g-bar{text-align:center;margin-bottom:10px;font-size:22px;font-weight:700}
.g1{color:#4285f4}.g2{color:#ea4335}.g3{color:#fbbc05}.g4{color:#4285f4}.g5{color:#34a853}.g6{color:#ea4335}
.phone .search-input{background:#f1f3f4;border-radius:24px;padding:9px 14px;font-size:12px;color:#555;display:flex;align-items:center;gap:6px;margin-bottom:8px}
.phone .sug{display:flex;flex-direction:column;gap:1px}
.phone .si{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:12px;color:#555;border-radius:6px}
.phone .si{transition:background-color .26s ease,box-shadow .26s ease,transform .26s ease}
.phone .si.active{background:var(--coral-bg);border:1.5px dashed var(--coral)}
.phone .si.active span{color:var(--coral);font-weight:700}
.si-key{color:var(--coral);font-weight:700;background:linear-gradient(transparent 52%,#ffe6e1 52%);padding:0 2px;border-radius:3px}
.phone .si.is-hot{background:#fff7f5;box-shadow:inset 0 0 0 1px #f9cac3;transform:translateX(3px)}
.phone .si.is-hot .si-key{color:#d94f3f;background:linear-gradient(transparent 44%,#ffd9d2 44%)}
.phone .si .icon{color:#9aa0a6;font-size:13px;flex-shrink:0}
/* サジェスト縦括弧 — 後缀カラムのみを囲む絶対配置ボックス */
.phone .sug-brace{overflow:visible}
.phone .sug-brace .si{position:relative;z-index:6}
.sug-vert-bracket{position:absolute;background:var(--coral-bg);border:1.5px dashed var(--coral);border-radius:8px;pointer-events:none;z-index:5}
/* Callout arrow */
.phone-callout{position:absolute;right:-120px;top:42%;display:flex;align-items:center;gap:6px}
.phone-callout .line{width:30px;height:2px;background:var(--coral)}
.phone-callout .cb{background:var(--coral);color:#fff;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:700;line-height:1.4;box-shadow:0 4px 14px rgba(239,108,91,.3)}

/* === SCROLL HINT === */
.scroll-hint{text-align:center;padding:16px 0 0;font-size:12px;color:#bbb;letter-spacing:2px}
.scroll-hint::after{content:'';display:block;width:1px;height:32px;background:#ccc;margin:8px auto 0}

/* === TRUST STRIP === */
.trust-strip{padding:22px 5% 18px;background:#fff;border-bottom:1px solid #f3f3f3}
.trust-inner{max-width:1040px;margin:0 auto}
.trust-head{font-size:12px;font-weight:700;color:var(--text2);text-align:center;letter-spacing:1px;margin-bottom:10px}
.trust-list{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.trust-pill{background:var(--blue-bg);color:var(--blue);font-size:12px;font-weight:700;padding:7px 14px;border-radius:999px}

/* === SECTION STYLES === */
.sec-pad{padding:80px 5%}
.sec-inner{max-width:1040px;margin:0 auto}
.sec-heading{text-align:center;margin-bottom:48px}
.sec-heading .icon{font-size:13px;color:var(--coral);font-weight:700;letter-spacing:2px;margin-bottom:4px;display:block}
.sec-heading h2{font-size:32px;font-weight:900;color:var(--navy);line-height:1.4}
.sec-heading h2::after{content:'﹀';display:block;text-align:center;color:#ccc;font-size:18px;margin-top:6px}
.sec-heading p{font-size:14px;color:var(--text2);margin-top:8px}

/* === TROUBLE SECTION === */
.trouble{background:var(--white)}
.trouble-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.t-card{text-align:center}
.t-speech{background:#fff;border:2px solid #eee;border-radius:20px;padding:24px;font-size:17px;font-weight:700;color:var(--navy);line-height:1.6;margin-bottom:20px;position:relative}
.t-speech::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);border:12px solid transparent;border-top-color:#eee}
.t-illust{margin:0 auto 16px;width:140px;height:140px}
.t-btn{display:inline-block;padding:14px 40px;border-radius:50px;color:#fff;font-size:16px;font-weight:700;text-decoration:none;transition:all .25s}
.t-btn.coral{background:var(--coral);box-shadow:0 4px 16px rgba(239,108,91,.3)}
.t-btn.blue{background:var(--blue);box-shadow:0 4px 16px rgba(59,130,196,.3)}
.t-btn:hover{transform:translateY(-2px)}

/* === WHAT IS === */
.what-is{background:url('/image/bg_problem..png') repeat center/480px auto}
.wi-two{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:40px}
.wi-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.wi-card h3{font-size:20px;font-weight:700;color:var(--coral);margin-bottom:12px;text-align:center;position:relative;padding-bottom:14px}
.wi-card h3::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background:var(--coral);border-radius:2px}
.wi-card p{font-size:14px;color:var(--text2);line-height:2;margin-top:14px}

/* Search Demo */
.demo-box{max-width:540px;margin:0 auto;background:#fff;border-radius:20px;padding:28px;box-shadow:0 8px 36px rgba(0,0,0,.06);position:relative}
.demo-g{text-align:center;font-size:22px;font-weight:700;margin-bottom:10px}
.demo-search{background:#f1f3f4;border-radius:24px;padding:10px 16px;font-size:13px;color:#555;display:flex;align-items:center;gap:8px;margin-bottom:8px}
.demo-sug .si{font-size:12px;padding:7px 10px}
.demo-bubbles{display:flex;gap:14px;justify-content:center;margin-top:18px;flex-wrap:wrap}
.demo-cb{width:110px;height:110px;border-radius:50%;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:700;line-height:1.4;box-shadow:0 4px 14px rgba(239,108,91,.25)}

/* === MERITS (Zigzag) === */
.merits-sec{background:#fff}
.merit-row{display:flex;align-items:center;gap:48px;max-width:1000px;margin:0 auto 64px}
.merit-row.rev{flex-direction:row-reverse}
.merit-content{flex:1}
.merit-illust{flex:.8;display:flex;justify-content:center}
.m-label{font-size:12px;color:var(--coral);font-weight:700}
.m-num{font-size:60px;font-weight:900;color:var(--coral);opacity:.15;line-height:1;margin-bottom:-18px}
.m-heading{display:inline-block;background:var(--coral);color:#fff;padding:10px 28px;border-radius:50px;font-size:17px;font-weight:700;margin-bottom:14px;position:relative}
.m-heading::after{content:'';position:absolute;bottom:-7px;left:28px;border:7px solid transparent;border-top-color:var(--coral)}
.m-text{font-size:14px;color:var(--text2);line-height:2}
.m-text strong{color:var(--navy)}
.m-illust-box{width:240px;height:200px;background:var(--coral-bg);border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}

/* === COMPARISON === */
.comp-sec{background:url('/image/bg_problem..png') repeat center/480px auto}
.comp-wrap{max-width:880px;margin:0 auto;overflow-x:auto}
.comp-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.05)}
.comp-table th,.comp-table td{padding:18px 14px;text-align:center;font-size:13px;border-bottom:1px solid #f0f0f0}
.comp-table thead th{background:#fff;font-weight:700;color:var(--navy);padding:20px 14px}
.comp-table thead th.hl{background:var(--coral-bg);color:var(--coral);font-size:14px;font-weight:900}
.comp-table tbody td:first-child{background:#fafafa;font-weight:600;text-align:left;padding-left:20px;color:var(--navy);min-width:100px}
.comp-table tbody td.hl{background:var(--coral-bg)}
.comp-table .best{color:var(--coral);font-weight:900;font-size:22px}
.comp-table .ok{color:#666;font-size:18px}
.comp-table .weak{color:#bbb;font-size:16px}
.comp-sub{font-size:11px;color:var(--text2);display:block;margin-top:2px;font-weight:400}

/* === NEGATIVE === */
.neg-sec{background:var(--blue-bg)}
.neg-top{text-align:center;margin-bottom:40px}
.neg-top h2{font-size:28px;font-weight:900;color:var(--navy);line-height:1.5}
.neg-badge{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--coral);color:#fff;font-size:16px;font-weight:900;margin-bottom:12px}
.neg-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center}
.neg-demo{background:#fff;border-radius:20px;padding:24px;box-shadow:0 6px 24px rgba(0,0,0,.05)}
.neg-bar{background:#f1f3f4;border-radius:24px;padding:9px 14px;font-size:12px;color:#555;display:flex;align-items:center;gap:6px;margin-bottom:10px}
.neg-si{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;margin-bottom:3px;font-size:12px}
.neg-si.bad{background:#FFF0F0;color:#D9534F}
.neg-si.bad .badge-x{margin-left:auto;background:var(--coral);color:#fff;padding:2px 8px;border-radius:50px;font-size:9px;font-weight:700}
.neg-text h3{font-size:20px;font-weight:900;color:var(--navy);line-height:1.6;margin-bottom:14px}
.neg-text h3 .hl-y{background:linear-gradient(transparent 60%,var(--yellow) 60%)}
.neg-text p{font-size:14px;color:var(--text2);line-height:2;margin-bottom:14px}

/* === FLOW === */
.flow-sec{background:url('/image/bg_problem..png') repeat center/480px auto}
.flow-wrap{max-width:720px;margin:0 auto}
.flow-item{display:flex;gap:20px;align-items:flex-start;margin-bottom:8px;position:relative}
.flow-item:not(:last-child)::after{content:'';position:absolute;left:31px;top:68px;bottom:-8px;width:2px;background:linear-gradient(var(--blue),var(--blue-bg))}
.flow-num{width:64px;height:64px;border-radius:50%;background:var(--blue-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}
.flow-num .fl{font-size:9px;color:var(--blue);font-weight:700;letter-spacing:1.5px}
.flow-num .fn{font-size:22px;color:var(--blue);font-weight:900}
.flow-body{background:var(--gray-bg);border-radius:14px;padding:20px 24px;flex:1}
.flow-body h3{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:4px}
.flow-body p{font-size:13px;color:var(--text2)}
.flow-arrow{text-align:center;font-size:16px;color:var(--blue);margin:-2px 0 -2px 28px;opacity:.4}

/* === PRICING === */
.price-sec{background:var(--yellow-bg);position:relative}
.price-banner{max-width:680px;margin:0 auto 20px;background:var(--coral);border-radius:50px;padding:14px;text-align:center;color:#fff;font-size:15px;font-weight:700;box-shadow:0 4px 16px rgba(239,108,91,.25)}
.price-banner span{font-size:32px;font-weight:900}
.price-card{max-width:740px;margin:0 auto;background:#fff;border-radius:20px;padding:0;box-shadow:0 6px 28px rgba(0,0,0,.05);overflow:hidden}
.price-card-top{height:5px;background:var(--coral)}
.price-card-body{padding:36px 40px}
.pr-row{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #f0f0f0}
.pr-row:last-child{border:none}
.pr-label{background:var(--blue-bg);border-radius:12px;padding:14px 18px;font-size:14px;font-weight:700;color:var(--blue);text-align:center;min-width:200px;flex-shrink:0}
.pr-label.red{background:var(--coral-bg);color:var(--coral)}
.pr-val{font-size:14px;color:var(--text)}
.pr-val .free{color:var(--coral);font-weight:700}
.pr-val strong{font-size:28px;font-weight:900;color:var(--navy)}
.pr-val .note{font-size:12px;color:var(--text2);display:block;margin-top:2px}
.price-note{max-width:740px;margin:16px auto 0;background:#fff;border-radius:12px;padding:16px 24px;font-size:12px;color:var(--text2);border-left:4px solid var(--blue)}

/* === CTA === */
.cta-sec{background:var(--coral);padding:72px 5%;text-align:center;position:relative;overflow:hidden}
.cta-sec::before{content:'';position:absolute;top:-80px;left:-60px;width:280px;height:280px;background:rgba(255,255,255,.06);border-radius:50%}
.cta-sec::after{content:'';position:absolute;bottom:-100px;right:-80px;width:360px;height:360px;background:rgba(255,255,255,.05);border-radius:50%}
.cta-sec h2{font-size:30px;font-weight:900;color:#fff;margin-bottom:10px;position:relative;z-index:1}
.cta-sec p{font-size:14px;color:rgba(255,255,255,.8);margin-bottom:24px;position:relative;z-index:1}
.cta-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--coral);padding:16px 44px;border-radius:50px;font-size:16px;font-weight:700;text-decoration:none;box-shadow:0 8px 28px rgba(0,0,0,.12);transition:all .25s;position:relative;z-index:1;border:none;cursor:pointer}
.cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,0,0,.18)}

/* === FOOTER === */
footer{background:var(--navy);color:rgba(255,255,255,.45);padding:36px 5%}
.ft-in{max-width:1040px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.ft-logo{color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;gap:8px}
.ft-links{display:flex;gap:18px}
.ft-links a{color:rgba(255,255,255,.45);text-decoration:none;font-size:11px;transition:color .2s}
.ft-links a:hover{color:#fff}
.ft-copy{text-align:center;margin-top:18px;font-size:10px;border-top:1px solid rgba(255,255,255,.06);padding-top:16px;max-width:1040px;margin-left:auto;margin-right:auto}

/* interactive hover depth */
.t-card,.wi-card,.demo-box,.merit-row,.neg-demo,.price-card,.flow-body{
  transition:transform .28s cubic-bezier(.2,.9,.3,1),box-shadow .28s ease,border-color .28s ease;
  will-change:transform;
}
@media (hover:hover){
  .t-card:hover,.wi-card:hover,.demo-box:hover,.merit-row:hover,.neg-demo:hover,.price-card:hover,.flow-body:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 42px rgba(27,42,74,.14);
  }
}

/* button ripple feedback */
.hero-sub-btn,.nav-cta,.cta-btn,.t-btn{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.btn-ripple-ink{
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:rgba(255,255,255,.45);
  border:1px solid rgba(27,42,74,.12);
  transform:translate(-50%,-50%) scale(0);
  pointer-events:none;
  z-index:0;
  animation:btn-ripple .62s ease-out forwards;
}
.btn-label{
  position:relative;
  z-index:1;
}
@keyframes btn-ripple{
  to{transform:translate(-50%,-50%) scale(15);opacity:0}
}

/* hero subtle parallax */
.hero-inner.motion-active .spline-phone-wrap,.hero-inner.motion-active .bubbles{
  transition:transform .18s ease-out;
  will-change:transform;
}

/* Animated bounce */
@keyframes b{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.ani{animation:b 3s ease-in-out infinite}

/* === HIGH POLISH TUNE === */
body{
  background:
    radial-gradient(circle at 8% 6%,rgba(239,108,91,.07) 0 130px,transparent 140px),
    radial-gradient(circle at 92% 26%,rgba(59,130,196,.06) 0 200px,transparent 210px),
    linear-gradient(180deg,#fff 0%,#fffdfa 58%,#fff 100%);
}
nav{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(27,42,74,.06);
  box-shadow:0 8px 30px rgba(27,42,74,.06);
}
.hero{
  background:
    radial-gradient(circle at 90% 8%,rgba(239,108,91,.12) 0 180px,transparent 190px),
    linear-gradient(135deg,#fff9f6 0%,#fff4ef 52%,#ffece6 100%);
}
.hero::before{
  width:58%;
  background:
    repeating-linear-gradient(-34deg,rgba(255,255,255,.16) 0 28px,rgba(255,255,255,0) 28px 56px),
    linear-gradient(135deg,rgba(239,108,91,.06),rgba(239,108,91,.14));
}
.hero::after{
  content:'';
  position:absolute;
  left:-44px;
  bottom:-72px;
  width:170px;
  height:170px;
  border-radius:50%;
  border:18px solid rgba(59,130,196,.08);
  z-index:0;
}
.hero h1{
  font-size:52px;
  letter-spacing:-.8px;
  line-height:1.3;
}
.hero h1 .accent{font-size:60px}
.hero-main-btn{
  box-shadow:0 14px 30px rgba(239,108,91,.34);
}
.hero-sub-btn{
  box-shadow:0 8px 24px rgba(27,42,74,.09);
}
.bubble{
  box-shadow:0 16px 30px rgba(135,165,201,.24),0 5px 14px rgba(100,128,162,.12);
}
.phone{
  box-shadow:0 26px 68px rgba(27,42,74,.16),0 0 0 3px #d8dde3;
}
.phone-callout .cb{
  box-shadow:0 12px 30px rgba(239,108,91,.35);
}
.trust-strip{
  border-top:1px solid #f4f4f4;
  border-bottom:1px solid #eceff3;
}
.trust-pill{
  border:1px solid #d9e6f3;
}
.sec-heading h2{
  font-size:36px;
  letter-spacing:-.3px;
}
.sec-heading h2::after{
  content:'';
  width:56px;
  height:3px;
  border-radius:3px;
  margin:12px auto 0;
  background:linear-gradient(90deg,var(--coral),rgba(239,108,91,.15));
}
.trouble{
  background:linear-gradient(180deg,#fffefc 0%,#fff 100%);
}
.t-card{
  background:#fff;
  border-radius:24px;
  border:1px solid #efe7e3;
  padding:26px 22px 28px;
  box-shadow:0 14px 32px rgba(27,42,74,.08);
  position:relative;
}
.t-card::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:7px;
  border-radius:24px 24px 0 0;
  background:linear-gradient(90deg,var(--coral),#ff9a8f);
}
.t-card:nth-child(2)::before{
  background:linear-gradient(90deg,var(--blue),#71b7ef);
}
.t-speech{
  border:none;
  background:#fff;
  margin-bottom:14px;
  padding:0;
}
.t-speech::after{display:none}
.t-btn{
  box-shadow:0 10px 26px rgba(27,42,74,.2);
}
.wi-card,.demo-box,.neg-demo,.flow-body,.price-card{
  border:1px solid #ececec;
  box-shadow:0 14px 32px rgba(27,42,74,.07);
}
.wi-card{border-radius:22px}
.demo-box{
  border-radius:22px;
  padding:30px;
}
.merits-sec{
  background:linear-gradient(180deg,#fff 0%,#fffcfa 100%);
}
.merit-row{
  padding:24px 26px;
  border-radius:22px;
  border:1px solid #efe7e3;
  background:#fff;
  box-shadow:0 12px 30px rgba(27,42,74,.06);
}
.m-heading{
  box-shadow:0 10px 22px rgba(239,108,91,.25);
}
.m-illust-box{
  border:1px solid #f1dbd6;
}
.comp-table{
  border:1px solid #e9ecf1;
  box-shadow:0 16px 34px rgba(27,42,74,.08);
}
.comp-table thead th{
  background:#fafbfd;
}
.comp-table tbody tr:hover td{
  background:#fcf7f5;
}
.neg-sec{
  background:linear-gradient(180deg,#f2f8ff 0%,#f9fcff 100%);
}
.neg-grid{
  background:#fff;
  border:1px solid #e7edf6;
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 32px rgba(27,42,74,.07);
}
.flow-item{
  margin-bottom:14px;
}
.flow-body{
  background:#fff;
}
.flow-num{
  border:1px solid #d8e6f6;
}
.price-sec{
  background:linear-gradient(180deg,#fffdf1 0%,#fff8df 100%);
}
.price-banner{
  box-shadow:0 14px 34px rgba(239,108,91,.3);
}
.price-card-top{
  height:8px;
}
.pr-label{
  border:1px solid #d9e7f4;
}
.pr-label.red{
  border-color:#f5d6d1;
}
.cta-sec{
  background:linear-gradient(135deg,#ea6557 0%,#f07a66 100%);
}
.cta-btn{
  box-shadow:0 16px 36px rgba(27,42,74,.18);
}
footer{
  background:linear-gradient(180deg,#172846 0%,#12233f 100%);
}

@media (max-width:1024px){
  .hero{padding-top:100px}
  .hero h1{font-size:36px}
  .hero h1 .accent{font-size:46px}
  .hero-inner{gap:30px}
  .phone-callout{right:-86px}
}

@media (max-width:900px){
  section[id]{scroll-margin-top:74px}
  .hero-inner{flex-direction:column;align-items:flex-start}
  .hero-left,.hero-right{width:100%}
  .hero-right{justify-content:center}
  .phone{width:min(100%,340px)}
  .phone-callout{right:-70px}
  .trouble-grid,.wi-two,.neg-grid{grid-template-columns:1fr}
  .merit-row,.merit-row.rev{flex-direction:column;gap:24px}
  .merit-content{text-align:center}
  .m-heading::after{left:50%;transform:translateX(-50%)}
  .pr-row{flex-direction:column;align-items:flex-start;gap:12px}
  .pr-label{min-width:0;width:100%}
  .ft-in{justify-content:center}
}

@media (max-width:640px){
  nav{height:58px}
  .logo-sub{display:none}
  .nav-right{gap:10px}
  .nav-link{display:none}
  .nav-cta{padding:9px 14px;font-size:12px}
  .hero{padding:90px 5% 60px;background:linear-gradient(135deg,#fff9f6 0%,#fff4ef 100%)}
  .hero::before{width:58%;opacity:.85}
  .hero::after{display:none}
  .hero h1{font-size:30px}
  .hero h1 .accent{font-size:40px}
  .hero-desc{font-size:14px;margin-bottom:20px}
  .hero-desc br{display:none}
  .hero-actions{margin-bottom:20px}
  .hero-main-btn,.hero-sub-btn{width:100%}
  .bubbles{justify-content:center;gap:12px}
  .bubble{width:108px;height:108px}
  .bubble .b-num{font-size:30px}
  .bubble .b-top{font-size:10px}
  .bubble .b-unit{font-size:11px}
  .phone-callout{position:static;justify-content:center;margin-top:12px}
  .sec-pad{padding:64px 5%}
  .sec-heading{margin-bottom:34px}
  .sec-heading h2{font-size:26px}
  .t-speech{font-size:16px;padding:20px}
  .demo-cb{width:96px;height:96px;font-size:10px}
  .m-num{font-size:52px}
  .t-card{padding:22px 18px 24px}
  .merit-row{padding:20px 16px}
  .neg-grid{padding:18px}
  .comp-table th,.comp-table td{padding:14px 10px}
  .neg-top h2{font-size:24px}
  .price-card-body{padding:28px 20px}
  .cta-sec h2{font-size:26px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}

/* ============================
   追加アニメーション
   ============================ */

/* スクロール入場 */
.reveal{opacity:0;transform:translateY(32px);transition:opacity .65s ease,transform .65s ease}
.reveal.is-visible{opacity:1;transform:none}

/* SVG棒グラフ：下から生える */
.chart-bar{
  transform-box:fill-box;
  transform-origin:50% 100%;
  transform:scaleY(0);
  transition:transform .75s cubic-bezier(.22,1,.36,1);
}
.chart-bar.animate{transform:scaleY(1)}

/* SVG折線グラフ：フェードイン */
.chart-line-anim{opacity:0;transition:opacity .9s ease .35s}
.chart-line-anim.animate{opacity:1}

/* SVGゴール丸：ポップイン */
.chart-goal{opacity:0;transform:scale(.4);transition:opacity .5s ease .8s,transform .5s cubic-bezier(.34,1.56,.64,1) .8s}
.chart-goal.animate{opacity:1;transform:scale(1)}

/* 検索候補のアクティブ行：脈動 */
@keyframes sug-pulse{0%,100%{background:var(--coral-bg);border-color:var(--coral)}55%{background:#ffdad4;border-color:#d94f3f}}
.si.active{animation:sug-pulse 2.8s ease-in-out infinite}

/* 価格バナー：光るグロー */
@keyframes banner-glow{0%,100%{box-shadow:0 14px 34px rgba(239,108,91,.3)}50%{box-shadow:0 18px 44px rgba(239,108,91,.58),0 0 0 8px rgba(239,108,91,.1)}}
.price-banner{animation:banner-glow 3s ease-in-out infinite}

/* 負面ワード：スライドイン */
.neg-si.bad{opacity:0;transform:translateX(-16px);transition:opacity .45s,transform .45s}
.neg-si.bad.show{opacity:1;transform:none}

/* バブル数字：ポップ */
@keyframes num-pop{from{transform:scale(.65);opacity:0}80%{transform:scale(1.12)}to{transform:scale(1);opacity:1}}
.b-num.popped{animation:num-pop .55s cubic-bezier(.34,1.56,.64,1) both}

/* フローSTEP：左からスライド */
.flow-item{opacity:0;transform:translateX(-22px);transition:opacity .5s ease,transform .5s ease}
.flow-item.is-visible{opacity:1;transform:none}

/* 比較表のベスト列：レインボーシャイン */
@keyframes hl-shine{0%{filter:brightness(1)}50%{filter:brightness(1.06)}100%{filter:brightness(1)}}
.comp-table td.hl{animation:hl-shine 3s ease-in-out infinite}

/* ============================
   追加動効・インタラクション
   ============================ */

/* トラストバッジ：シームレスマーキー */
.trust-strip{
  position:relative;
  padding:24px 5% 22px;
  background:
    radial-gradient(120% 120% at 12% 0%,rgba(168,204,246,.22) 0%,rgba(168,204,246,0) 50%),
    radial-gradient(88% 80% at 94% 94%,rgba(242,206,200,.14) 0%,rgba(242,206,200,0) 56%),
    linear-gradient(180deg,#fbfdff 0%,#f3f8ff 100%);
  border-top:1px solid #eaf2fb;
  border-bottom:1px solid #e2ebf6;
  overflow:hidden;
}
.trust-strip::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 24% 22%,rgba(140,176,214,.18) .7px,transparent 1.2px),
    radial-gradient(circle at 72% 68%,rgba(255,255,255,.36) .7px,transparent 1.3px);
  background-size:3px 3px,4px 4px;
  opacity:.28;
  pointer-events:none;
}
.trust-inner{
  position:relative;
  z-index:1;
  padding:14px 14px 10px;
  border-radius:24px;
  border:1px solid rgba(198,220,244,.58);
  background:linear-gradient(152deg,rgba(255,255,255,.62) 0%,rgba(244,250,255,.44) 100%);
  -webkit-backdrop-filter:blur(10px) saturate(120%);
  backdrop-filter:blur(10px) saturate(120%);
  box-shadow:
    0 10px 24px rgba(117,151,194,.12),
    inset 0 1px 0 rgba(255,255,255,.86);
}
.trust-head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-size:11px;
  font-weight:800;
  color:#5b7293;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.trust-head::before,.trust-head::after{
  content:'';
  width:58px;
  height:1px;
  background:linear-gradient(90deg,rgba(122,162,210,.08),rgba(122,162,210,.52));
}
.trust-head::after{
  background:linear-gradient(90deg,rgba(122,162,210,.52),rgba(122,162,210,.08));
}
.trust-list-outer{
  overflow:hidden;
  -webkit-mask:linear-gradient(90deg,transparent,#000 72px,#000 calc(100% - 72px),transparent);
  mask:linear-gradient(90deg,transparent,#000 72px,#000 calc(100% - 72px),transparent);
  padding:7px 0 6px;
}
.trust-list{flex-wrap:nowrap!important;width:max-content!important;justify-content:flex-start!important;animation:marquee 28s linear infinite;gap:14px!important}
.trust-list:hover{animation-play-state:paused}
.trust-pill{
  --pill-text:#2f679a;
  --pill-bg-1:rgba(255,255,255,.58);
  --pill-bg-2:rgba(229,240,252,.36);
  --pill-border:rgba(188,214,239,.85);
  --pill-dot-1:#4b92de;
  --pill-dot-2:#81baf1;
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px 8px 12px;
  border-radius:999px;
  color:var(--pill-text);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  border:1px solid var(--pill-border);
  background:
    radial-gradient(130% 120% at 18% 0%,rgba(255,255,255,.52) 0%,rgba(255,255,255,0) 56%),
    linear-gradient(160deg,var(--pill-bg-1) 0%,var(--pill-bg-2) 100%);
  -webkit-backdrop-filter:blur(12px) saturate(130%);
  backdrop-filter:blur(12px) saturate(130%);
  box-shadow:
    0 9px 20px rgba(86,132,189,.14),
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -1px 0 rgba(157,189,220,.2);
  white-space:nowrap;
  transition:transform .26s var(--ease-smooth),box-shadow .26s var(--ease-smooth),filter .26s ease,background .26s ease;
}
.trust-pill::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(145deg,var(--pill-dot-1),var(--pill-dot-2));
  box-shadow:0 0 0 2px rgba(255,255,255,.6),0 1px 5px rgba(75,146,222,.34);
  flex-shrink:0;
}
.trust-pill::after{
  content:'';
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:
    linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0) 46%),
    radial-gradient(circle at 20% 28%,rgba(255,255,255,.26) .8px,transparent 1.35px),
    radial-gradient(circle at 78% 72%,rgba(141,178,218,.16) .8px,transparent 1.4px);
  background-size:auto,3px 3px,4px 4px;
  opacity:.62;
  pointer-events:none;
}
.trust-pill:nth-child(3n+2){
  --pill-text:#2a628f;
  --pill-bg-1:rgba(255,255,255,.56);
  --pill-bg-2:rgba(226,243,250,.38);
  --pill-border:rgba(183,212,234,.85);
  --pill-dot-1:#53a3c9;
  --pill-dot-2:#90d1ea;
}
.trust-pill:nth-child(3n+3){
  --pill-text:#3a6192;
  --pill-bg-1:rgba(255,255,255,.56);
  --pill-bg-2:rgba(230,236,250,.36);
  --pill-border:rgba(190,204,231,.86);
  --pill-dot-1:#6a8fe0;
  --pill-dot-2:#9fb8f2;
}
.trust-pill:hover{
  transform:translateY(-2px) scale(1.012);
  box-shadow:
    0 13px 26px rgba(86,132,189,.2),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(157,189,220,.2);
  filter:saturate(1.1) brightness(1.02);
}
@media (max-width:640px){
  .trust-inner{padding:10px 10px 8px;border-radius:18px}
  .trust-head{font-size:10px;gap:8px;letter-spacing:.1em}
  .trust-head::before,.trust-head::after{width:34px}
  .trust-list{gap:12px!important}
  .trust-pill{font-size:11px;padding:7px 12px 7px 10px;gap:7px}
  .trust-pill::before{width:6px;height:6px}
}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ヒーロー：背景浮遊オーブ */
.hero-orb{position:absolute;border-radius:50%;filter:blur(56px);pointer-events:none;z-index:0;will-change:transform}
@keyframes orb-a{0%,100%{transform:translate(0,0) scale(1)}45%{transform:translate(28px,-38px) scale(1.12)}}
@keyframes orb-b{0%,100%{transform:translate(0,0) scale(1)}45%{transform:translate(-20px,26px) scale(1.09)}}

/* タイピングカーソル */
.type-cursor{display:inline-block;width:1.5px;height:12px;background:#888;margin-left:2px;vertical-align:middle;animation:blink-cur .9s step-end infinite}
@keyframes blink-cur{0%,100%{opacity:1}50%{opacity:0}}

/* カード 3Dチルト */
.has-tilt{transition:transform .22s ease!important;will-change:transform}

/* マグネットボタン */
.has-magnet{display:inline-flex;transition:transform .35s cubic-bezier(.15,.9,.3,1)!important}

/* ネガティブワード：取り消し線スライドイン */
.neg-si.bad{position:relative}
@keyframes strike-grow{from{width:0}to{width:calc(100% - 24px)}}
.neg-si.bad.show::after{content:'';position:absolute;left:12px;top:50%;transform:translateY(-50%);height:2.5px;background:linear-gradient(90deg,#D9534F,#ff7070);border-radius:2px;width:0;animation:strike-grow .5s cubic-bezier(.22,1,.36,1) .45s forwards}

/* コールアウト円：リング放射パルス */
@keyframes ring-pulse{0%,100%{box-shadow:0 12px 30px rgba(239,108,91,.35),0 0 0 0 rgba(239,108,91,.5)}70%{box-shadow:0 12px 30px rgba(239,108,91,.35),0 0 0 22px rgba(239,108,91,0)}}
.phone-callout .cb{animation:ring-pulse 2.2s ease-out infinite,b 3s ease-in-out infinite!important}

/* バブル：スケール付きバウンス */
@keyframes b{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.03)}}

/* CTAパーティクル */
.cta-particles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.cta-dot{position:absolute;border-radius:50%;opacity:0;animation:dot-rise var(--dur,5s) ease-in var(--del,0s) infinite}
@keyframes dot-rise{0%{opacity:.6;transform:translateY(0) scale(1)}85%{opacity:.1}100%{opacity:0;transform:translateY(-220px) scale(.08)}}

/* フローSTEP番号：ビューポート入場グロー */
.flow-num{transition:box-shadow .5s ease}
.flow-num.is-lit{box-shadow:0 0 0 6px rgba(59,130,196,.12),0 0 22px rgba(59,130,196,.2)}

/* 比較表：セル白背景（グリッド透け防止）+ フローティングシャドウ */
.comp-wrap{
  background:#fff;
  border-radius:20px;
  box-shadow:0 28px 72px rgba(27,42,74,.16),0 8px 24px rgba(27,42,74,.07);
  border:1px solid #e8ecf2;
}
.comp-table{background:#fff;box-shadow:none!important;border:none!important;border-radius:0!important}
.comp-table tbody td{background:#fff}
.comp-table thead th{background:#fafbfd}
.comp-table thead th.hl{background:var(--coral-bg)!important}

/* 比較表ハイライト列ホバー強化 */
.comp-table tbody tr{transition:all .18s}
.comp-table tbody tr:hover td.hl{background:#ffeae4!important}

/* 価格バナーパルス強化 */
@keyframes banner-glow{0%,100%{box-shadow:0 14px 34px rgba(239,108,91,.3),0 0 0 0 rgba(239,108,91,0)}55%{box-shadow:0 20px 50px rgba(239,108,91,.52),0 0 0 18px rgba(239,108,91,.07)}}

/* セクション heading：下線グラデ幅拡張 */
.sec-heading h2::after{background:linear-gradient(90deg,var(--coral),rgba(239,108,91,.08))!important;width:72px!important}

/* フローアイテム：交互スライド方向 */
.flow-item:nth-child(4n+1){transform:translateX(-22px)}
.flow-item:nth-child(4n+3){transform:translateX(22px)}
.flow-item.is-visible{transform:none!important}

/* ============================
   ヒーロー左：ビジュアルインパクト強化
   ============================ */

/* アナウンスバッジ */
.hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,243,238,.94));
  border:1.5px solid rgba(239,108,91,.32);
  border-radius:999px;padding:8px 20px 8px 12px;
  font-size:13px;font-weight:700;color:var(--coral);
  box-shadow:0 4px 22px rgba(239,108,91,.18),inset 0 1px 0 rgba(255,255,255,.9);
  margin-bottom:12px;
  animation:badge-pop .75s cubic-bezier(.34,1.56,.64,1) .1s both;
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.hb-dot{
  flex-shrink:0;width:9px;height:9px;border-radius:50%;
  background:var(--coral);
  box-shadow:0 0 0 3px rgba(239,108,91,.28);
  animation:hb-pulse 2.2s ease-in-out infinite;
}
@keyframes badge-pop{from{opacity:0;transform:translateY(-10px) scale(.88)}to{opacity:1;transform:none}}
@keyframes hb-pulse{0%,100%{box-shadow:0 0 0 3px rgba(239,108,91,.28)}50%{box-shadow:0 0 0 9px rgba(239,108,91,.07)}}

/* H1ブロック：左アクセントバー + 背景装飾文字 */
.hero-h1-block{
  position:relative;padding-left:22px;margin-bottom:22px;
}
.hero-h1-block::before{
  content:'';position:absolute;left:0;top:6px;bottom:6px;width:6px;
  background:linear-gradient(180deg,var(--coral) 0%,rgba(239,108,91,.25) 100%);
  border-radius:4px;
  box-shadow:0 4px 14px rgba(239,108,91,.25);
}
.h1-deco{
  position:absolute;right:-18px;top:-22px;
  font-size:130px;font-weight:900;line-height:1;
  background:linear-gradient(135deg,var(--coral),rgba(239,108,91,.4));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  opacity:.08;letter-spacing:-4px;pointer-events:none;user-select:none;z-index:0;
}
.hero-h1-block h1{position:relative;z-index:1;margin-bottom:0}

/* PR：メインボタンと質感を揃えたジェル風テキスト（色味は維持） */
.hero h1 .accent{
  position:relative;
  display:inline-block;
  font-size:76px;
  letter-spacing:-4px;
  color:var(--btn-core);
  -webkit-text-fill-color:var(--btn-core);
  text-shadow:
    0 1px 0 rgba(255,196,185,.56),
    0 8px 14px rgba(97,31,25,.18);
  filter:drop-shadow(0 6px 8px rgba(97,31,25,.14));
  transform-origin:center;
  animation:pr-jello-soft .95s both .22s;
}
.hero h1 .accent::before,
.hero h1 .accent::after{
  content:attr(data-text);
  position:absolute;
  inset:0;
  pointer-events:none;
}
.hero h1 .accent::before{
  color:rgba(255,196,185,.72);
  -webkit-mask:linear-gradient(to bottom,#000 0 32%,transparent 54%);
  mask:linear-gradient(to bottom,#000 0 32%,transparent 54%);
}
.hero h1 .accent::after{
  color:rgba(207,77,63,.88);
  transform:translateY(2px);
  filter:blur(.2px);
  -webkit-mask:linear-gradient(to bottom,transparent 58%,#000 100%);
  mask:linear-gradient(to bottom,transparent 58%,#000 100%);
}
.hero h1 .accent:hover{
  animation:jello-horizontal .9s both;
}
@keyframes pr-jello-soft{
  0%{transform:scale3d(1,1,1)}
  30%{transform:scale3d(1.18,.82,1)}
  40%{transform:scale3d(.86,1.14,1)}
  55%{transform:scale3d(1.07,.93,1)}
  72%{transform:scale3d(.97,1.03,1)}
  100%{transform:scale3d(1,1,1)}
}

/* 第2ラインのサブスタイル：視覚的重みを強化 */
.h1-sub{
  font-size:42px;font-weight:900;
  color:var(--navy);
  letter-spacing:-.4px;
  text-shadow:0 1px 0 rgba(255,255,255,.6);
}

/* ソーシャルプルーフ行 */
.hero-social-proof{
  display:flex;align-items:center;gap:12px;
  margin-bottom:24px;font-size:13px;color:var(--text2);
  animation:badge-pop .7s cubic-bezier(.34,1.56,.64,1) .45s both;
}
.hsp-dots{display:flex;margin-right:2px}
.hsp-dots i{
  width:30px;height:30px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:900;font-style:normal;color:#fff;
  border:2.5px solid #fff;
  box-shadow:0 3px 10px rgba(0,0,0,.16);
  margin-left:-8px;transition:transform .2s,z-index .2s;
}
.hsp-dots i:first-child{margin-left:0}
.hsp-dots i:hover{transform:translateY(-3px) scale(1.15);z-index:10;position:relative}
.hero-social-proof strong{color:var(--navy);font-weight:900;font-size:14px}
.hsp-sep{color:#ddd;margin:0 2px}

/* what-isセクション：浮遊円の基点 */
.what-is{position:relative;overflow:hidden}
.what-is .sec-inner{position:relative;z-index:2;pointer-events:none}
.what-is .sec-inner > *{pointer-events:auto}

/* 浮遊円専用キーフレーム（大きめの移動量） */
@keyframes wi-float-a{
  0%,100%{transform:translate(0,0) scale(1)}
  25%{transform:translate(-40px,-55px) scale(1.07)}
  55%{transform:translate(30px,-80px) scale(1.1)}
  80%{transform:translate(50px,-25px) scale(1.05)}
}
@keyframes wi-float-b{
  0%,100%{transform:translate(0,0) scale(1)}
  30%{transform:translate(50px,45px) scale(1.08)}
  60%{transform:translate(-35px,70px) scale(1.06)}
  85%{transform:translate(-55px,20px) scale(1.09)}
}
@keyframes wi-float-c{
  0%,100%{transform:translate(0,0) scale(1)}
  35%{transform:translate(-60px,-30px) scale(1.05)}
  70%{transform:translate(40px,-50px) scale(1.08)}
}

/* カーソルスポットライト */
#cursor-glow{
  position:fixed;
  width:500px;height:500px;border-radius:50%;
  pointer-events:none;z-index:200;
  transform:translate3d(-9999px,-9999px,0);
  background:radial-gradient(circle,rgba(239,108,91,.052) 0%,rgba(59,130,196,.028) 42%,transparent 68%);
  opacity:0;transition:opacity .5s;
  will-change:transform,opacity;
}

/* タブ非表示時はアニメーションを一時停止（見た目は維持） */
body.runtime-paused *,body.runtime-paused *::before,body.runtime-paused *::after{
  animation-play-state:paused!important;
}

/* ヒーローバッジレスポンシブ */
@media (max-width:1024px){
  .hero h1 .accent{font-size:58px;letter-spacing:-3px}
  .h1-sub{font-size:30px}
  .h1-deco{font-size:100px}
}
@media (max-width:640px){
  .hero h1 .accent{font-size:46px;letter-spacing:-2px}
  .h1-sub{font-size:24px}
  .h1-deco{display:none}
  .hero-badge{font-size:12px;padding:7px 14px 7px 10px}
  .hero-h1-block{padding-left:16px}
  .hero-h1-block::before{width:4px}
  .hero-social-proof{margin-bottom:16px}
}

/* =============================================
   SPLINE IPHONE WRAPPER
   3D iPhone フレームを土台に、画面エリアへ
   HTML コンテンツを絶対配置で重ねる構成。
   .phone クラスは JS セレクタ互換のため保持。
   ============================================= */
.spline-phone-wrap{
  position:relative;
  left:34px;
  width:356px;
  max-width:100%;
  aspect-ratio:320 / 630;
  flex:0 0 auto;
  /* Screen overlay size only (do not change model size) */
  --screen-top:15.8%;
  --screen-left:7.2%;
  --screen-right:24.8%;
  --screen-bottom:18.8%;
  /* hero-right の flex 中央揃えに乗る */
}
.spline-frame{
  display:block;
  width:100%;
  height:100%;
  border:none;
  pointer-events:auto; /* 3D モデルをクリック操作可能にする */
  border-radius:34px;
  background:transparent;
}

/* 3D機種モデルなし（UIカードのみ表示） */
.spline-phone-wrap.no-model{
  left:0;
  width:auto;
  aspect-ratio:auto;
  filter:none;
}
.spline-phone-wrap.no-model .phone{
  --frame-radius:34px;
  width:290px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:var(--frame-radius);
  padding:18px 14px 14px;
  border:1px solid rgba(255,255,255,.92);
  background:
    linear-gradient(136deg,rgba(255,255,255,.98) 0%,rgba(255,247,243,.96) 33%,rgba(252,225,213,.86) 63%,rgba(255,251,248,.97) 100%),
    linear-gradient(90deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,0) 22%,rgba(239,108,91,.12) 82%,rgba(255,255,255,.52) 100%);
  box-shadow:
    0 16px 30px rgba(27,42,74,.12),
    0 2px 10px rgba(27,42,74,.08),
    0 0 0 1px rgba(246,214,204,.78),
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 -2px 0 rgba(236,174,155,.42),
    inset 8px 0 16px rgba(255,255,255,.3),
    inset -10px 0 16px rgba(239,108,91,.12);
}
.spline-phone-wrap.no-model .phone::before{
  content:'';
  position:absolute;
  inset:8px;
  border-radius:28px;
  background:linear-gradient(165deg,rgba(255,255,255,.94) 0%,rgba(255,249,245,.88) 48%,rgba(255,238,229,.78) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.86),
    inset 0 -10px 18px rgba(239,108,91,.1),
    0 0 0 1px rgba(255,255,255,.52);
  pointer-events:none;
  z-index:0;
}
.spline-phone-wrap.no-model .phone::after{
  content:'';
  position:absolute;
  left:14px;
  right:14px;
  top:9px;
  height:18%;
  border-radius:24px;
  background:radial-gradient(130% 88% at 50% 0%,rgba(255,255,255,.46) 0%,rgba(255,255,255,.18) 40%,rgba(255,255,255,0) 86%);
  pointer-events:none;
  z-index:1;
}
.spline-phone-wrap.no-model::before{
  content:'';
  position:absolute;
  right:-3px;
  top:84px;
  width:4px;
  height:64px;
  border-radius:4px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(236,164,141,.68));
  opacity:.92;
  pointer-events:none;
  z-index:4;
}
.spline-phone-wrap.no-model::after{
  content:'';
  position:absolute;
  left:-4px;
  top:120px;
  width:4px;
  height:64px;
  border-radius:4px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(236,164,141,.68));
  box-shadow:0 76px 0 0 rgba(236,164,141,.72);
  opacity:.92;
  pointer-events:none;
}
.spline-phone-wrap.no-model .phone-top{
  width:90px;
  height:7px;
  margin:0 auto 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.68);
  background:linear-gradient(90deg,rgba(227,166,146,.42),rgba(245,207,191,.84),rgba(227,166,146,.42));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 6px rgba(196,133,112,.22);
}
.spline-phone-wrap.no-model .phone .g-bar{
  position:relative;
  z-index:2;
  filter:saturate(.86) brightness(1.03);
}
.spline-phone-wrap.no-model .phone .search-input{
  position:relative;
  z-index:2;
  background:linear-gradient(146deg,rgba(255,255,255,.78),rgba(255,242,236,.68));
  border:1px solid rgba(236,182,164,.56);
  box-shadow:0 6px 14px rgba(239,108,91,.1),inset 0 1px 0 rgba(255,255,255,.9);
}
.spline-phone-wrap.no-model .phone .si{
  position:relative;
  z-index:2;
  border:1px solid transparent;
  color:#4c4f5a;
}
.spline-phone-wrap.no-model .phone .sug-brace .si{
  z-index:6;
}
.spline-phone-wrap.no-model .phone .si.is-hot{
  background:linear-gradient(136deg,rgba(255,252,250,.96),rgba(255,238,229,.94));
  box-shadow:inset 0 0 0 1px rgba(239,108,91,.22),0 4px 10px rgba(239,108,91,.08);
}
.spline-phone-wrap.no-model .phone .si.active{
  background:rgba(255,243,237,.94);
  border-color:rgba(239,108,91,.76);
}
.spline-phone-wrap.no-model .phone .si-key{
  background:linear-gradient(transparent 46%,rgba(255,221,208,.88) 46%);
}

/* 画面エリアオーバーレイ
   Spline 内の iPhone 14 Pro 表示比率に合わせて調整 */
.phone.phone-overlay{
  position:absolute!important;
  top:var(--screen-top)!important;
  left:var(--screen-left)!important;
  right:var(--screen-right)!important;
  bottom:var(--screen-bottom)!important;
  width:auto!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:none!important;
  border:none!important;
  border-radius:30px!important;
  padding:10px 8px 8px!important;
  overflow:hidden;
  z-index:3;
  pointer-events:none;
  transform:translateZ(0);
  contain:layout paint style;
}
.phone.phone-overlay .phone-top{display:none}
/* オーバーレイ内のフォントを 254px 幅に最適化 */
.phone.phone-overlay .g-bar{font-size:20px!important;margin-bottom:8px!important}
.phone.phone-overlay .search-input{font-size:11.8px!important;padding:7px 10px!important;margin-bottom:6px!important}
.phone.phone-overlay .si{font-size:11.6px!important;padding:6px 8px!important}
.phone.phone-overlay .si .icon{font-size:11px!important}
.phone.phone-overlay .search-input{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.phone.phone-overlay .si{white-space:nowrap;overflow:hidden}
.phone.phone-overlay .si span:last-child{overflow:hidden;text-overflow:ellipsis}

/* コールアウト矢印：.spline-phone-wrap 基準で配置 */
.spline-phone-wrap > .phone-callout{
  position:absolute;
  right:-124px;
  top:42%;
  display:flex;
  align-items:center;
  gap:6px;
  pointer-events:none;
  z-index:2;
}

/* ── レスポンシブ ── */
@media(max-width:1024px){
  .spline-phone-wrap{
    left:24px;
    width:316px;
    max-width:100%;
    --screen-top:15.9%;
    --screen-left:7.3%;
    --screen-right:25.2%;
    --screen-bottom:19.1%;
  }
  .spline-phone-wrap > .phone-callout{right:-90px}
}
@media(max-width:900px){
  .spline-phone-wrap{
    left:10px;
    width:346px;
    max-width:100%;
    --screen-top:15.7%;
    --screen-left:7.6%;
    --screen-right:25.6%;
    --screen-bottom:19%;
  }
  .spline-phone-wrap > .phone-callout{right:-70px}
}
@media(max-width:640px){
  .spline-phone-wrap{
    left:0;
    width:304px;
    max-width:100%;
    --screen-top:16.1%;
    --screen-left:8.2%;
    --screen-right:26.3%;
    --screen-bottom:19.5%;
  }
  .spline-phone-wrap > .phone-callout{
    position:static;
    justify-content:center;
    margin-top:12px;
  }
  .spline-phone-wrap.no-model .phone{
    border-radius:30px;
    padding:16px 13px 13px;
  }
  .spline-phone-wrap.no-model .phone::before{
    inset:7px;
    border-radius:26px;
  }
  .spline-phone-wrap.no-model::after{
    left:-3px;
    top:112px;
    box-shadow:0 70px 0 0 rgba(236,164,141,.72);
  }
  .spline-phone-wrap.no-model::before{
    right:-3px;
    top:80px;
  }
  .spline-phone-wrap.no-model .phone-top{
    width:82px;
    margin-bottom:12px;
  }
}

/* 全ボタン統一：3D材質 + jello動效 */
.hero-main-btn,
.hero-sub-btn,
.nav-cta,
.t-btn,
.cta-btn{
  position:relative;
  border-radius:45px;
  border:none;
  background-color:var(--btn-core)!important;
  color:#fff!important;
  box-shadow:
    0 10px 10px rgba(255,196,185,.72) inset,
    0 5px 10px rgba(97,31,25,.21),
    0 -10px 10px rgba(207,77,63,.88) inset;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  letter-spacing:.01em;
  text-decoration:none;
  line-height:1;
  white-space:nowrap;
  overflow:hidden;
  isolation:isolate;
  z-index:1;
  transition:transform .22s ease;
}
.hero-main-btn{
  width:clamp(230px,24vw,276px);
  height:55px;
  font-size:17px;
}
.hero-sub-btn{
  min-height:52px;
  padding:0 28px;
  font-size:16px;
}
.nav-cta{
  height:46px;
  padding:0 22px!important;
  font-size:15px;
  gap:6px;
}
.t-btn{
  min-height:52px;
  padding:0 34px;
  font-size:16px;
}
.t-btn.coral,
.t-btn.blue{
  background-color:var(--btn-core)!important;
  box-shadow:
    0 10px 10px rgba(255,196,185,.72) inset,
    0 5px 10px rgba(97,31,25,.21),
    0 -10px 10px rgba(207,77,63,.88) inset!important;
}
.cta-btn{
  min-height:55px;
  padding:0 56px!important;
  font-size:clamp(17px,1.9vw,20px)!important;
}
.hero-main-btn::before,
.hero-sub-btn::before,
.nav-cta::before,
.t-btn::before,
.cta-btn::before{
  width:70%;
  height:2px;
  position:absolute;
  background-color:rgba(250,250,250,.68);
  content:"";
  filter:blur(1px);
  top:7px;
  border-radius:50%;
}
.hero-main-btn::after,
.hero-sub-btn::after,
.nav-cta::after,
.t-btn::after,
.cta-btn::after{
  width:70%;
  height:2px;
  position:absolute;
  background-color:rgba(250,250,250,.18);
  content:"";
  filter:blur(1px);
  bottom:7px;
  border-radius:50%;
}
.hero-main-btn:hover,
.hero-sub-btn:hover,
.nav-cta:hover{
  animation:jello-horizontal .9s both;
}
.t-btn:hover,
.cta-btn:hover{
  animation:jello-horizontal .9s both;
}
.hero-main-btn:focus-visible,
.hero-sub-btn:focus-visible,
.nav-cta:focus-visible{
  outline:2px solid rgba(239,108,91,.4);
  outline-offset:2px;
  animation:jello-horizontal .9s both;
}
.t-btn:focus-visible,
.cta-btn:focus-visible{
  outline:2px solid rgba(239,108,91,.4);
  outline-offset:2px;
  animation:jello-horizontal .9s both;
}
.hero-main-btn:active,
.hero-sub-btn:active,
.nav-cta:active{
  transform:scale(.985);
}
.t-btn:active,
.cta-btn:active{
  transform:scale(.985);
}
@keyframes jello-horizontal{
  0%{transform:scale3d(1,1,1)}
  30%{transform:scale3d(1.25,.75,1)}
  40%{transform:scale3d(.75,1.25,1)}
  50%{transform:scale3d(1.15,.85,1)}
  65%{transform:scale3d(.95,1.05,1)}
  75%{transform:scale3d(1.05,.95,1)}
  100%{transform:scale3d(1,1,1)}
}

@media (max-width:640px){
  .hero-main-btn{
    width:min(100%,312px);
    height:52px;
    font-size:16px;
  }
  .nav-cta{
    height:40px;
    padding:0 14px!important;
    font-size:12px;
  }
  .hero-sub-btn{
    min-height:48px;
    padding:0 18px;
    font-size:14px;
  }
  .t-btn{
    min-height:48px;
    padding:0 20px;
    font-size:14px;
  }
  .cta-btn{
    width:min(100%,420px);
    min-height:52px;
    padding:0 28px!important;
  }
}

/* =====================================================
   Color System Refresh (requested 2026-04-24)
   ===================================================== */
:root{
  --bg-page:#F6F9FE;
  --bg-section:#EEF4FC;
  --surface:#FFFFFF;

  --ink-900:#132741;
  --ink-700:#2E4565;
  --text:#3F4D63;
  --text2:#6E7C93;
  --line:#D9E4F2;

  --primary:#E85B4B;
  --primary-hover:#D94738;
  --primary-soft:#FFE9E5;

  --secondary:#2F79BE;
  --secondary-soft:#E8F2FB;

  --accent:#FFC94D;
  --accent-soft:#FFF6DB;

  --hero-deep-1:#152E52;
  --hero-deep-2:#23426D;
  --footer-deep:#10233E;

  /* compatibility aliases */
  --coral:var(--primary);
  --coral-bg:var(--primary-soft);
  --coral-dark:var(--primary-hover);
  --coral-grad-start:#F08A7D;
  --coral-grad-end:#D94738;
  --blue:var(--secondary);
  --blue-bg:var(--secondary-soft);
  --yellow:var(--accent);
  --yellow-bg:var(--accent-soft);
  --navy:var(--ink-900);
  --gray-bg:#F1F6FD;

  /* unified button material */
  --btn-core:var(--primary);
  --btn-top:#F8A79D;
  --btn-bottom:#D94738;
  --btn-shadow:#8E2F25;
}

body{
  background:
    radial-gradient(circle at 8% 6%, rgba(47,121,190,.10) 0 180px, transparent 230px),
    radial-gradient(circle at 92% 22%, rgba(232,91,75,.10) 0 180px, transparent 230px),
    linear-gradient(180deg,#F7FAFF 0%,#F1F6FF 45%,#FFFFFF 100%)!important;
  color:var(--text)!important;
}
nav{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid var(--line)!important;
  box-shadow:0 8px 24px rgba(19,39,65,.09)!important;
}
.nav-link{color:var(--ink-700)!important}
.scroll-progress{
  background:linear-gradient(90deg,var(--primary),var(--secondary))!important;
  box-shadow:0 2px 12px rgba(232,91,75,.35)!important;
}

/* Hero: deep anchor */
.hero{
  background:
    radial-gradient(rgba(255,255,255,.06) 1px, transparent 1.2px) 0 0 / 4px 4px,
    radial-gradient(circle at 82% 18%, rgba(232,91,75,.24) 0 180px, transparent 230px),
    radial-gradient(circle at 12% 78%, rgba(47,121,190,.18) 0 220px, transparent 280px),
    linear-gradient(135deg,#173457 0%,#244A74 54%,#2F5A87 100%)!important;
}
.hero::before{
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02))!important;
  border-radius:0 0 0 56%;
}
.hero::after{
  display:none!important;
}
.hero h1,.h1-sub,.hero-desc,.hero-social-proof,.hero-social-proof strong{
  color:#fff!important;
}
.hero-kicker,.hero-badge{
  color:#fff!important;
}
.hero-kicker em{
  background:linear-gradient(transparent 58%,rgba(255,201,77,.48) 58%)!important;
}
.hero-badge{
  background:rgba(255,255,255,.11)!important;
  border:1.5px solid rgba(255,255,255,.28)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.18)!important;
}
.hb-dot{
  background:var(--primary)!important;
  box-shadow:0 0 0 3px rgba(232,91,75,.35)!important;
}
.hero-h1-block::before{
  background:linear-gradient(180deg,var(--primary) 0%,rgba(232,91,75,.2) 100%)!important;
  box-shadow:0 6px 16px rgba(232,91,75,.36)!important;
}
.h1-deco{
  background:linear-gradient(135deg,rgba(255,255,255,.85),rgba(255,255,255,.34))!important;
  opacity:.14!important;
}

/* section rhythm */
.trust-strip,
.what-is,
.flow-sec{
  background:#EEF4FC!important;
  position:relative;
  overflow:hidden;
}
.trust-strip::before,
.what-is::before,
.flow-sec::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle at 1px 1px,rgba(19,39,65,.85) 1px,transparent 1px);
  background-size:4px 4px;
  opacity:.06;
  pointer-events:none;
  z-index:0;
}
.trust-strip{border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}
.trust-strip .trust-inner,
.what-is .sec-inner,
.flow-sec .sec-inner{
  position:relative;
  z-index:2;
}
.trust-head{color:var(--ink-700)!important}
.trust-pill{
  background:var(--surface)!important;
  color:var(--secondary)!important;
  border:1px solid var(--line)!important;
}

.trouble,
.merits-sec,
.comp-sec{
  background:#FFFFFF!important;
}
.t-card,
.merit-row{
  background:var(--surface)!important;
  border:1px solid var(--line)!important;
  box-shadow:0 14px 32px rgba(19,39,65,.08)!important;
}
.t-card::before{
  background:linear-gradient(90deg,var(--primary),#F39A8F)!important;
}
.t-card:nth-child(2)::before{
  background:linear-gradient(90deg,var(--secondary),#72ADDF)!important;
}
.merit-row{
  position:relative;
  overflow:hidden;
}
.merit-row::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,var(--primary),#F39A8F);
}
.merit-row.rev::before{
  background:linear-gradient(90deg,var(--secondary),#72ADDF);
}

/* comparison */
.comp-table{
  background:var(--surface)!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  box-shadow:0 14px 32px rgba(19,39,65,.08)!important;
}
.comp-table thead th{
  background:var(--secondary-soft)!important;
  color:var(--ink-700)!important;
}
.comp-table thead th.hl,
.comp-table tbody td.hl{
  background:var(--primary-soft)!important;
  color:var(--ink-900)!important;
}
.comp-table tbody td:first-child{
  background:#F3F8FF!important;
  color:var(--ink-700)!important;
}
.comp-table .best{color:var(--primary)!important}
.comp-table .ok{color:var(--ink-700)!important}
.comp-table .weak{color:#97A8BF!important}

/* negative */
.neg-sec{background:var(--secondary-soft)!important}
.neg-badge{background:var(--primary)!important}
.neg-si.bad{
  background:var(--primary-soft)!important;
  color:var(--primary-hover)!important;
}
.neg-si.bad .badge-x{
  background:var(--primary)!important;
  color:#fff!important;
}

/* pricing */
.price-sec{background:var(--accent-soft)!important}
.price-banner,
.price-card-top{
  background:var(--primary)!important;
}
.pr-val strong{color:var(--ink-900)!important}
.pr-val .free{color:var(--primary)!important}
.pr-label.red{
  background:var(--primary-soft)!important;
  color:var(--primary)!important;
  border-color:#F5CBC4!important;
}

/* CTA + footer */
.cta-sec{
  background:linear-gradient(135deg,#173457 0%,#244A74 54%,#2F5A87 100%)!important;
}
.cta-sec h2,
.cta-sec p{color:#fff!important}
.cta-sec p{opacity:.86}
footer{
  background:var(--footer-deep)!important;
}
.ft-links a{color:rgba(255,255,255,.58)!important}
.ft-links a:hover{color:#fff!important}

/* =====================================================
   Section Background Mapping (requested 2026-04-24)
   ===================================================== */

/* Reset previous light-texture layer on non-target sections */
.trust-strip::before,
.what-is::before,
.flow-sec::before{
  content:none!important;
}

/* Hero */
.hero{
  background:
    radial-gradient(circle at 82% 18%, rgba(232,91,75,.24) 0 180px, transparent 230px),
    radial-gradient(circle at 12% 78%, rgba(47,121,190,.18) 0 220px, transparent 280px),
    linear-gradient(135deg,#173457 0%,#244A74 54%,#2F5A87 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
}
.hero::before{
  content:'';
  display:block!important;
  position:absolute;
  right:4%;
  top:10%;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.16) 0%, rgba(255,255,255,.06) 42%, rgba(255,255,255,0) 72%)!important;
  z-index:0;
  pointer-events:none;
}
.hero h1,
.hero .h1-sub,
.hero .hero-kicker,
.hero .hero-desc{
  color:#FFFFFF!important;
}

/* メリット */
#merits{
  background:#FFFFFF!important;
  border-top:1px solid #EDF1F7!important;
}
#merits .sec-heading h2{color:#132741!important}

/* 比較表 */
#comparison{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#EEF4FF 0%,#E6F0FF 100%)!important;
  border-top:1px solid #DCE8F8!important;
}
#comparison .sec-heading h2{color:#1E3A5F!important}
#comparison::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(30,58,95,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(30,58,95,.04) 1px,transparent 1px);
  background-size:22px 22px;
  pointer-events:none;
  z-index:0;
}
#comparison .sec-inner{
  position:relative;
  z-index:1;
}

/* ネガティブ対策 */
#negative{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#FFF3F1 0%,#FFEAE6 100%)!important;
  border-top:1px solid #F3D9D4!important;
}
#negative .sec-heading h2,
#negative .neg-top h2{color:#5A2A2A!important}
#negative::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle at 1px 1px,rgba(232,91,75,.9) .9px,transparent 1.4px),
    radial-gradient(circle at 2px 2px,rgba(255,255,255,.92) .9px,transparent 1.5px);
  background-size:6px 6px,9px 9px;
  opacity:.03;
  pointer-events:none;
  z-index:0;
}
#negative .sec-inner{
  position:relative;
  z-index:1;
}

/* ご利用の流れ */
#flow{
  background:linear-gradient(180deg,#F2F7FF 0%,#FAFCFF 100%)!important;
  border-top:1px solid #DEE8F6!important;
}
#flow .sec-heading h2{color:#1D3557!important}

/* 価格表 */
#pricing{
  background:linear-gradient(180deg,#FFF9E8 0%,#FFF3D6 100%)!important;
  border-top:1px solid #F1E2B8!important;
}
#pricing .sec-heading h2{color:#2B2B2B!important}

/* CTA */
#contact{
  background:linear-gradient(135deg,#163457 0%,#23466F 100%)!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
}
#contact h2{color:#FFFFFF!important}

/* Footer */
footer{
  background:#10233E!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  color:rgba(255,255,255,.92)!important;
}
.ft-logo,
.ft-copy{color:rgba(255,255,255,.92)!important}

/* ===== Hero Background Depth v4 ===== */

/* Base: deep multi-axis gradient with clear near/far separation */
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(1280px 700px at -12% 108%, rgba(124,173,236,.28) 0%, rgba(124,173,236,0) 62%),
    radial-gradient(900px 560px at 94% 16%, rgba(233,102,86,.30) 0%, rgba(233,102,86,0) 67%),
    radial-gradient(760px 460px at 52% -6%, rgba(130,165,216,.20) 0%, rgba(130,165,216,0) 78%),
    linear-gradient(142deg,#123256 0%,#244B77 48%,#2F5D92 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.16) !important;
}

/* Mid layer: subtle grid + diagonal light pass to avoid flat fill */
.hero::before{
  content:'' !important;
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(112deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 26%, rgba(255,255,255,0) 68%, rgba(255,255,255,.10) 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.032) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.024) 0 1px, transparent 1px 6px);
  opacity:.34;
}

/* Foreground atmosphere: center vignette and local highlight */
.hero::after{
  content:'' !important;
  display:block !important;
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(126% 96% at 50% 58%, rgba(255,255,255,0) 56%, rgba(8,21,42,.44) 100%),
    radial-gradient(82% 60% at 30% 26%, rgba(255,255,255,.13) 0%, rgba(255,255,255,0) 70%);
  opacity:.86;
}

/* Phone-side glow cluster: pull focus to product visual */
.hero-right{
  position:relative;
}
.hero-right::before{
  content:'';
  position:absolute;
  width:620px;
  height:620px;
  right:-200px;
  top:-130px;
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.24) 0%, rgba(255,255,255,.08) 36%, rgba(255,255,255,0) 72%),
    radial-gradient(circle at 64% 36%, rgba(232,91,75,.18) 0%, rgba(232,91,75,0) 66%);
  z-index:0;
}
.hero-right::after{
  content:'';
  position:absolute;
  width:520px;
  height:250px;
  right:-150px;
  bottom:-120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(12,28,52,.40) 0%, rgba(12,28,52,0) 72%);
  z-index:0;
}
.hero-right > *{
  position:relative;
  z-index:1;
}

/* Support light under CTA + stat bubbles */
.bubbles{
  position:relative;
}
.bubbles::before{
  content:'';
  position:absolute;
  left:-64px;
  bottom:-56px;
  width:380px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(125,173,235,.30) 0%, rgba(125,173,235,0) 72%);
  z-index:-1;
}

/* Remove noisy/bug-prone dynamic overlays */
.hero-orb{display:none !important;}
#cursor-glow{display:none !important;}

/* ===== Hero Layer System (far / mid / fore / focus) ===== */
.hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:transparent !important;
  border-bottom:1px solid rgba(255,255,255,.14) !important;
}
.hero::before,
.hero::after{
  content:none !important;
  display:none !important;
}
.hero-bg-layers{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}
.hero-layer{
  position:absolute;
  inset:0;
}

/* Far: 1 main gradient (deep blue 65% + mid blue 35%) */
.hero-layer-far{
  background:linear-gradient(135deg,#152e52 0%,#152e52 65%,#2f79be 100%);
}
.hero-layer-far::after{
  content:'';
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(76% 64% at 50% 8%,rgba(255,255,255,.16) 0%,rgba(255,255,255,0) 74%),
    radial-gradient(84% 70% at 54% 88%,rgba(17,33,58,.58) 0%,rgba(17,33,58,0) 72%);
  filter:blur(80px);
  opacity:.64;
}

/* Mid: 2 soft large blobs (warm right-top / cool left-bottom) */
.hero-layer-mid{
  inset:auto;
  border-radius:50%;
  pointer-events:none;
}
.hero-layer-mid-warm{
  width:900px;
  height:900px;
  right:-280px;
  top:-380px;
  background:radial-gradient(circle,rgba(232,91,75,.22) 0%,rgba(232,91,75,0) 72%);
  filter:blur(56px);
}
.hero-layer-mid-cool{
  width:980px;
  height:980px;
  left:-360px;
  bottom:-520px;
  background:radial-gradient(circle,rgba(47,121,190,.17) 0%,rgba(47,121,190,0) 74%);
  filter:blur(72px);
}

/* Foreground: one ultra-light texture layer (dot matrix, 4%) */
.hero-layer-fore-dot{
  background-image:radial-gradient(circle,rgba(255,255,255,.95) .8px,transparent .8px);
  background-size:8px 8px;
  opacity:.04;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 38%,rgba(0,0,0,.3) 56%,#000 68%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,transparent 38%,rgba(0,0,0,.3) 56%,#000 68%,#000 100%);
}

/* Focus: local glow around phone model area only */
.hero-layer-focus{
  inset:auto;
  width:560px;
  height:560px;
  right:6%;
  top:48%;
  transform:translate(50%,-50%);
  background:
    radial-gradient(circle at 42% 44%,rgba(255,255,255,.46) 0%,rgba(255,255,255,.12) 36%,rgba(255,255,255,0) 74%),
    radial-gradient(circle at 58% 52%,rgba(232,91,75,.20) 0%,rgba(47,121,190,.14) 40%,rgba(47,121,190,0) 76%);
  filter:blur(40px);
  opacity:.92;
}

/* Text guard behind title copy (8~12% dark veil) */
.hero-left{
  position:relative;
  z-index:4;
}
.hero-left::before{
  content:'';
  position:absolute;
  left:-24px;
  top:-28px;
  width:min(640px,calc(100% + 56px));
  height:calc(100% + 56px);
  border-radius:30px;
  background:linear-gradient(90deg,rgba(16,35,62,.12) 0%,rgba(16,35,62,.09) 56%,rgba(16,35,62,0) 100%);
  z-index:-1;
}

/* Keep content above layers, and reduce legacy visual noise */
.hero-inner{
  position:relative;
  z-index:3;
}
.hero-right::before,
.hero-right::after,
.bubbles::before{
  content:none !important;
  display:none !important;
}
#hero-3d{
  z-index:1;
  opacity:.26;
}
.scroll-hint{
  position:relative;
  z-index:3;
}

/* Responsive noise reduction */
@media (max-width:900px){
  .hero-layer-focus{
    width:470px;
    height:470px;
    right:50%;
    top:72%;
    transform:translate(50%,-50%);
  }
}
@media (max-width:640px){
  .hero-layer-fore{
    display:none !important;
  }
  .hero-layer-mid-cool{
    display:none !important;
  }
  .hero-layer-mid-warm{
    width:560px;
    height:560px;
    right:-220px;
    top:-250px;
  }
  .hero-layer-focus{
    width:320px;
    height:320px;
    right:50%;
    top:74%;
    transform:translate(50%,-50%);
  }
  .hero-left::before{
    left:-14px;
    top:-20px;
    width:calc(100% + 26px);
    height:calc(100% + 40px);
    background:linear-gradient(180deg,rgba(16,35,62,.12) 0%,rgba(16,35,62,.08) 62%,rgba(16,35,62,0) 100%);
  }
  #hero-3d{
    opacity:.16;
  }
}

/* =====================================================
   Hero Readability Recovery (2026-04-24)
   Fix: conflicting layer overrides produced low-contrast washout
   ===================================================== */
.hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(16,35,62,0) 0%, rgba(16,35,62,0) 56%, rgba(12,27,50,.46) 72%, rgba(12,27,50,.70) 88%, rgba(12,27,50,.74) 100%),
    linear-gradient(104deg, var(--footer-deep) 0%, var(--hero-deep-1) 36%, #244468 58%, #DCEAF6 112%) !important;
  border-bottom:1px solid rgba(217,228,242,.86) !important;
}
.hero-bg-layers{
  display:none !important;
}
.hero::before{
  content:'' !important;
  display:block !important;
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
  border-radius:0 !important;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(112deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 24%, rgba(255,255,255,.09) 24%, rgba(232,242,251,.21) 58%, rgba(255,255,255,.06) 74%, rgba(255,255,255,0) 74%),
    linear-gradient(112deg, rgba(47,121,190,0) 0%, rgba(47,121,190,0) 34%, rgba(47,121,190,.10) 34%, rgba(47,121,190,.04) 68%, rgba(47,121,190,0) 68%);
  clip-path:polygon(24% 0, 78% 0, 96% 100%, 42% 100%);
  opacity:.82;
  filter:blur(.2px);
}
.hero::after{
  content:'' !important;
  display:block !important;
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
  border:0 !important;
  border-radius:0 !important;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(9,22,42,.44) 0%, rgba(9,22,42,.14) 18%, rgba(9,22,42,0) 42%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 54%, rgba(12,27,50,.10) 72%, rgba(12,27,50,.42) 92%, rgba(12,27,50,.54) 100%),
    linear-gradient(90deg, rgba(9,22,42,.24) 0%, rgba(9,22,42,.08) 28%, rgba(9,22,42,0) 52%, rgba(9,22,42,.08) 100%),
    linear-gradient(90deg, rgba(19,39,65,0) 0 58%, rgba(19,39,65,.018) 58% 100%),
    repeating-linear-gradient(0deg, rgba(19,39,65,.010) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(90deg, rgba(19,39,65,.009) 0 1px, transparent 1px 30px);
  opacity:.72;
  filter:none;
}
.hero-inner{
  position:relative;
  z-index:3 !important;
}
.hero-inner::before{
  content:'';
  position:absolute;
  left:50%;
  bottom:-54px;
  width:min(1280px,116vw);
  height:292px;
  transform:translateX(-50%) perspective(900px) rotateX(58deg);
  transform-origin:50% 100%;
  border-radius:46px 46px 0 0;
  background:radial-gradient(ellipse at 50% 68%, rgba(12,27,50,.34) 0%, rgba(12,27,50,.18) 44%, rgba(12,27,50,0) 76%);
  filter:blur(14px);
  opacity:.68;
  -webkit-mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,.28) 32%, #000 62%, transparent 100%);
  mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,.28) 32%, #000 62%, transparent 100%);
  pointer-events:none;
  z-index:0;
}
.hero-left{
  position:relative;
  z-index:4 !important;
}
.hero-left::before{
  content:none !important;
  display:none !important;
}
.h1-deco{
  display:none !important;
}
.hero h1,
.hero .h1-sub,
.hero .hero-kicker,
.hero .hero-desc,
.hero .hero-social-proof,
.hero .hero-social-proof strong{
  color:#fff !important;
}
.hero h1{
  text-shadow:0 10px 28px rgba(7,17,34,.34);
}
.hero-desc{
  color:rgba(255,255,255,.92) !important;
}
.hero-badge{
  background:rgba(255,255,255,.13) !important;
  border:1.5px solid rgba(255,255,255,.24) !important;
  box-shadow:0 12px 28px rgba(7,17,34,.24) !important;
  color:#fff !important;
}
.hb-dot{
  background:var(--coral) !important;
  box-shadow:0 0 0 3px rgba(239,108,91,.32) !important;
}
#hero-3d{
  z-index:1;
  display:none !important;
  opacity:0 !important;
}
.hero-right{
  position:relative;
  z-index:3;
}
.hero-right::before{
  content:'' !important;
  display:block !important;
  position:absolute;
  width:min(560px,54vw);
  height:720px;
  right:-72px;
  top:50%;
  transform:translateY(-50%);
  border-radius:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(232,242,251,.08) 24%, rgba(255,255,255,.30) 50%, rgba(232,242,251,.12) 72%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(232,242,251,.18) 18%, rgba(232,242,251,.24) 58%, rgba(255,255,255,0) 100%);
  border:0 !important;
  box-shadow:none !important;
  filter:blur(24px);
  opacity:.74;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 32%, #000 68%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0%, #000 32%, #000 68%, transparent 100%);
  pointer-events:none;
  z-index:0;
}
.hero-right::after{
  content:'' !important;
  display:block !important;
  position:absolute;
  width:min(540px,52vw);
  height:560px;
  right:-76px;
  top:50%;
  bottom:auto;
  transform:translateY(-50%);
  border-radius:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 38%, rgba(255,255,255,.12) 64%, rgba(255,255,255,0) 100%),
    repeating-linear-gradient(0deg, rgba(19,39,65,.026) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(19,39,65,.022) 0 1px, transparent 1px 38px);
  clip-path:none;
  filter:blur(1.2px);
  opacity:.12;
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 36%, #000 68%, transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0%, #000 36%, #000 68%, transparent 100%);
  pointer-events:none;
  z-index:0;
}
.hero-right > *{
  position:relative;
  z-index:1;
}
.hero-main-btn{
  position:relative;
  box-shadow:
    0 10px 10px rgba(255,196,185,.68) inset,
    0 18px 34px rgba(97,31,25,.42),
    0 9px 18px rgba(1,6,18,.30),
    0 -10px 10px rgba(207,77,63,.86) inset !important;
}
.hero-actions{
  position:relative;
  z-index:2;
}
.hero-actions::after{
  content:none !important;
  display:none !important;
}
.bubbles{
  position:relative;
  z-index:2;
}
.bubbles::before{
  content:none !important;
  display:none !important;
}
.hero .bubble{
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 12px 26px rgba(16,35,62,.13), inset 0 1px 0 rgba(255,255,255,.64) !important;
}
.hero .bubble.bl{
  background:linear-gradient(150deg, rgba(255,255,255,.92) 0%, rgba(232,242,251,.88) 54%, rgba(232,242,251,.72) 100%) !important;
}
.hero .bubble.cr{
  background:linear-gradient(150deg, rgba(255,255,255,.92) 0%, rgba(255,233,229,.84) 56%, rgba(255,233,229,.70) 100%) !important;
}
.hero .bubble::before{
  background:linear-gradient(180deg, rgba(255,255,255,.40) 0%, rgba(255,255,255,0) 62%) !important;
}
.hero .bubble::after{
  display:none !important;
}
.hero .bubble .b-top,
.hero .bubble .b-sub{
  color:var(--ink-700) !important;
  text-shadow:none !important;
}
.hero .bubble.bl .b-num,
.hero .bubble.bl .b-unit{
  color:var(--blue) !important;
  text-shadow:none !important;
}
.hero .bubble.cr .b-num,
.hero .bubble.cr .b-unit{
  color:var(--coral) !important;
  text-shadow:none !important;
}
.phone{
  box-shadow:0 26px 58px rgba(16,35,62,.24), 0 0 0 2px rgba(255,255,255,.74), -14px 0 32px rgba(47,121,190,.12), 10px 0 22px rgba(232,91,75,.06) !important;
}
.phone-callout .cb{
  box-shadow:0 12px 26px rgba(232,91,75,.26), 0 5px 12px rgba(16,35,62,.14), 0 0 0 1px rgba(255,255,255,.20) inset !important;
}

@media (max-width:900px){
  .hero{
    background:
      linear-gradient(180deg, rgba(16,35,62,0) 0%, rgba(16,35,62,0) 58%, rgba(12,27,50,.46) 74%, rgba(12,27,50,.64) 88%, rgba(12,27,50,.72) 100%),
      linear-gradient(150deg, var(--footer-deep) 0%, var(--hero-deep-1) 52%, #244468 76%, #DCEAF6 118%) !important;
  }
  .hero-right::before{
    width:min(520px,104vw);
    height:560px;
    right:50%;
    top:54%;
    transform:translate(50%,-50%);
    border-radius:0;
    filter:blur(18px);
    opacity:.62;
  }
  .hero-right::after{
    right:50%;
    top:54%;
    bottom:auto;
    transform:translate(50%,-50%);
    width:min(500px,100vw);
    height:500px;
    border-radius:0;
    opacity:.08;
  }
  .hero-inner::before{
    bottom:-50px;
    width:min(960px,116vw);
    height:226px;
    opacity:.72;
  }
}
@media (max-width:640px){
  .hero{
    background:
      linear-gradient(180deg, rgba(16,35,62,0) 0%, rgba(16,35,62,0) 60%, rgba(12,27,50,.46) 78%, rgba(12,27,50,.68) 100%),
      linear-gradient(158deg, var(--footer-deep) 0%, var(--hero-deep-1) 62%, #244468 100%) !important;
  }
  .hero::before{
    opacity:.28;
    background:
      linear-gradient(118deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,.055) 30%, rgba(47,121,190,.07) 66%, rgba(255,255,255,0) 66%);
    clip-path:polygon(8% 0, 94% 0, 100% 100%, 28% 100%);
    filter:none;
  }
  .hero::after{
    opacity:.46;
    background:
      linear-gradient(180deg, rgba(9,22,42,.38) 0%, rgba(9,22,42,.10) 22%, rgba(9,22,42,0) 46%),
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 56%, rgba(12,27,50,.16) 76%, rgba(12,27,50,.48) 100%);
    filter:none;
  }
  .hero-inner::before{
    bottom:-42px;
    width:116vw;
    height:188px;
    opacity:.62;
  }
  .hero-right::before{
    width:min(390px,104vw);
    height:420px;
    right:50%;
    top:52%;
    transform:translate(50%,-50%);
    border-radius:0;
    filter:blur(16px);
    opacity:.44;
  }
  .hero-right::after{
    width:min(380px,100vw);
    height:360px;
    right:50%;
    top:52%;
    bottom:auto;
    transform:translate(50%,-50%);
    border-radius:0;
    opacity:.06;
  }
  #hero-3d{
    opacity:.035 !important;
  }
  .hero-actions::after{
    left:50%;
    bottom:-12px;
    width:min(250px,78vw);
    transform:translateX(-50%);
  }
  .bubbles::before{
    left:0;
    right:0;
    bottom:-34px;
    height:58px;
  }
}

/* =====================================================
   Scroll Narrative Motion (2026-04-24)
   ===================================================== */
.scroll-stage{
  --stage-ease:cubic-bezier(.22,1,.36,1);
}

/* Trust Strip: slow industry-coverage drift */
.trust-strip.scroll-stage .trust-list{
  animation-duration:42s!important;
  animation-play-state:paused;
}
.trust-strip.scroll-stage.is-stage-in .trust-list{
  animation-play-state:running;
}
.trust-strip.scroll-stage .trust-list:hover{
  animation-play-state:paused;
}

/* Trouble: two problem cards enter from both sides */
#trouble.scroll-stage .t-card{
  opacity:0;
  transition:
    opacity .7s var(--stage-ease),
    transform .7s var(--stage-ease),
    box-shadow .25s ease;
}
#trouble.scroll-stage .t-card:nth-child(1){
  transform:translateX(-34px);
}
#trouble.scroll-stage .t-card:nth-child(2){
  transform:translateX(34px);
}
#trouble.scroll-stage.is-stage-in .t-card{
  opacity:1;
  transform:none;
}
#trouble.scroll-stage.is-stage-in .t-card:hover{
  transform:translateY(-6px);
}

/* What is: search demo opens candidates once */
#about.scroll-stage:not(.is-stage-in) .demo-sug .si{
  opacity:0;
  max-height:0;
  margin-top:0;
  padding-top:0;
  padding-bottom:0;
  overflow:hidden;
  transform:translateY(-8px);
}
#about.scroll-stage .demo-sug .si{
  transition:
    opacity .42s ease,
    transform .42s var(--stage-ease),
    max-height .42s var(--stage-ease),
    padding .42s var(--stage-ease),
    margin .42s var(--stage-ease);
}
#about.scroll-stage .demo-box.is-demo-play .demo-search{
  box-shadow:0 0 0 4px rgba(59,130,196,.08), 0 6px 18px rgba(27,42,74,.08);
}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si{
  opacity:1;
  max-height:44px;
  padding-top:7px;
  padding-bottom:7px;
  transform:none;
}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si:nth-child(1){transition-delay:.06s}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si:nth-child(2){transition-delay:.14s}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si:nth-child(3){transition-delay:.22s}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si:nth-child(4){transition-delay:.30s}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si:nth-child(5){transition-delay:.38s}

/* Merits: numbers and charts grow lightly, not loudly */
#merits.scroll-stage .m-num{
  opacity:.74;
  transform:scale(.94);
  transform-origin:left center;
  transition:opacity .55s ease, transform .55s var(--stage-ease);
}
#merits.scroll-stage .m-illust-box{
  transform:scale(.975);
  transition:transform .7s var(--stage-ease), box-shadow .25s ease;
}
#merits.scroll-stage.is-stage-in .m-num{
  opacity:1;
  transform:scale(1);
}
#merits.scroll-stage.is-stage-in .m-illust-box{
  transform:scale(1);
}
#merits.scroll-stage.is-stage-in .merit-row:nth-of-type(2) .m-num,
#merits.scroll-stage.is-stage-in .merit-row:nth-of-type(2) .m-illust-box{transition-delay:.08s}
#merits.scroll-stage.is-stage-in .merit-row:nth-of-type(3) .m-num,
#merits.scroll-stage.is-stage-in .merit-row:nth-of-type(3) .m-illust-box{transition-delay:.16s}
#merits.scroll-stage.is-stage-in .merit-row:nth-of-type(4) .m-num,
#merits.scroll-stage.is-stage-in .merit-row:nth-of-type(4) .m-illust-box{transition-delay:.24s}

/* Comparison: highlight column appears once instead of looping loudly */
#comparison .comp-table th.hl,
#comparison .comp-table td.hl{
  position:relative;
  overflow:hidden;
  transition:box-shadow .55s ease, background-color .55s ease;
}
#comparison .comp-table td.hl{
  animation:none!important;
}
#comparison .comp-table th.hl::after,
#comparison .comp-table td.hl::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,.58) 50%, transparent 100%);
  transform:translateX(-120%);
}
#comparison .comp-table.is-compare-in th.hl,
#comparison .comp-table.is-compare-in td.hl{
  box-shadow:inset 0 0 0 1px rgba(239,108,91,.18);
}
#comparison .comp-table.is-compare-in th.hl::after,
#comparison .comp-table.is-compare-in td.hl::after{
  animation:compare-column-sweep .9s var(--stage-ease) .12s both;
}
@keyframes compare-column-sweep{
  0%{opacity:0;transform:translateX(-120%)}
  18%{opacity:.9}
  100%{opacity:0;transform:translateX(120%)}
}

/* Flow: draw the step line downward */
#flow.scroll-stage .flow-item:not(:last-child)::after{
  transform:scaleY(0);
  transform-origin:50% 0;
  transition:transform .55s var(--stage-ease);
}
#flow.scroll-stage .flow-arrow{
  opacity:0;
  transform:translateY(-6px);
  transition:opacity .42s ease, transform .42s var(--stage-ease);
}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-item:not(:last-child)::after{
  transform:scaleY(1);
}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-item:nth-child(1)::after{transition-delay:.08s}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-item:nth-child(3)::after{transition-delay:.24s}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-item:nth-child(5)::after{transition-delay:.40s}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-arrow{
  opacity:.58;
  transform:none;
}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-arrow:nth-child(2){transition-delay:.18s}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-arrow:nth-child(4){transition-delay:.34s}
#flow.scroll-stage .flow-wrap.is-line-drawn .flow-arrow:nth-child(6){transition-delay:.50s}

/* Pricing: card lift only, contract terms remain readable */
#pricing.scroll-stage .price-card{
  transform:translateY(18px);
  transition:transform .62s var(--stage-ease), box-shadow .62s ease;
}
#pricing.scroll-stage .price-card.is-price-lifted{
  transform:translateY(0);
  box-shadow:0 12px 34px rgba(27,42,74,.09);
}
#pricing.scroll-stage .price-banner{
  animation:none!important;
  box-shadow:0 12px 30px rgba(239,108,91,.24);
}

/* CTA: quiet button breathing, not popup-like */
#contact.scroll-stage .cta-btn.is-breathing{
  animation:cta-soft-breathe 4.8s ease-in-out infinite;
}
#contact.scroll-stage .cta-particles{
  opacity:.38;
}
@keyframes cta-soft-breathe{
  0%,100%{
    box-shadow:
      0 10px 10px rgba(255,196,185,.72) inset,
      0 8px 22px rgba(97,31,25,.20),
      0 -10px 10px rgba(207,77,63,.88) inset;
  }
  50%{
    box-shadow:
      0 10px 10px rgba(255,196,185,.72) inset,
      0 12px 30px rgba(97,31,25,.27),
      0 0 0 5px rgba(255,255,255,.10),
      0 -10px 10px rgba(207,77,63,.88) inset;
  }
}

@media (max-width:640px){
  .trust-strip.scroll-stage .trust-list{
    animation-duration:52s!important;
  }
  #trouble.scroll-stage .t-card:nth-child(1),
  #trouble.scroll-stage .t-card:nth-child(2){
    transform:translateY(22px);
  }
  #trouble.scroll-stage.is-stage-in .t-card{
    transform:none;
  }
  #about.scroll-stage .demo-box.is-demo-play .demo-sug .si{
    max-height:54px;
  }
  #contact.scroll-stage .cta-particles{
    opacity:.24;
  }
}

@media (prefers-reduced-motion:reduce){
  .trust-strip.scroll-stage .trust-list{
    animation:none!important;
  }
  #trouble.scroll-stage .t-card,
  #about.scroll-stage:not(.is-stage-in) .demo-sug .si,
  #merits.scroll-stage .m-num,
  #merits.scroll-stage .m-illust-box,
  #flow.scroll-stage .flow-arrow,
  #pricing.scroll-stage .price-card{
    opacity:1;
    transform:none;
  }
  #about.scroll-stage:not(.is-stage-in) .demo-sug .si{
    max-height:none;
    padding-top:7px;
    padding-bottom:7px;
  }
  #flow.scroll-stage .flow-item:not(:last-child)::after{
    transform:none;
  }
}

/* =====================================================
   Hero Scroll Hint Motion (2026-04-24)
   Scope: .scroll-hint only
   ===================================================== */
.scroll-hint{
  position:relative;
  z-index:3;
  width:max-content;
  margin:0 auto;
  padding:16px 18px 10px;
  color:rgba(255,255,255,.45);
  font-size:12px;
  line-height:1;
  letter-spacing:.22em;
  text-align:center;
  text-shadow:0 0 10px rgba(232,242,251,.12);
  animation:scrollHintTextPulse 2.4s ease-in-out infinite;
}
.scroll-hint::before{
  content:'';
  position:absolute;
  left:50%;
  top:calc(100% - 10px);
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(232,242,251,.70);
  box-shadow:0 0 12px rgba(232,242,251,.34), 0 0 22px rgba(59,130,196,.16);
  opacity:.22;
  transform:translate(-50%,-50%) scale(.7);
  pointer-events:none;
  animation:scrollHintGlow 1.8s cubic-bezier(.22,1,.36,1) infinite;
}
.scroll-hint::after{
  content:'';
  display:block;
  width:1px;
  height:36px;
  margin:9px auto 0;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.92) 30%, rgba(232,242,251,.74) 72%, rgba(232,242,251,0) 100%);
  box-shadow:0 0 10px rgba(232,242,251,.26);
  opacity:.82;
  transform-origin:50% 0;
  animation:scrollHintLineFlow 1.8s cubic-bezier(.22,1,.36,1) infinite;
}
@keyframes scrollHintTextPulse{
  0%,100%{
    color:rgba(255,255,255,.45);
    text-shadow:0 0 10px rgba(232,242,251,.10);
  }
  50%{
    color:rgba(255,255,255,.90);
    text-shadow:0 0 14px rgba(232,242,251,.22);
  }
}
@keyframes scrollHintLineFlow{
  0%{
    opacity:0;
    transform:scaleY(0);
  }
  34%{
    opacity:.92;
    transform:scaleY(1);
  }
  72%{
    opacity:.42;
    transform:translateY(7px) scaleY(.62);
  }
  100%{
    opacity:0;
    transform:translateY(14px) scaleY(.18);
  }
}
@keyframes scrollHintGlow{
  0%,22%{
    opacity:.08;
    transform:translate(-50%,-50%) scale(.62);
  }
  48%{
    opacity:.52;
    transform:translate(-50%,-50%) scale(1);
  }
  100%{
    opacity:.04;
    transform:translate(-50%,-50%) scale(1.35);
  }
}

/* =====================================================
   Trouble Flip Cards (2026-04-24)
   Inspired by the provided flip-card pattern, using project colors.
   ===================================================== */
#trouble .trouble-grid{
  align-items:stretch;
}
#trouble .t-card{
  min-height:430px;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  cursor:pointer;
  outline:none;
  perspective:1000px;
  transform-style:preserve-3d;
  touch-action:manipulation;
}
#trouble .t-card::before{
  content:none!important;
}
#trouble .t-card-inner{
  position:relative;
  width:100%;
  min-height:430px;
  height:100%;
  transform-style:preserve-3d;
  transition:transform .999s cubic-bezier(.22,1,.36,1);
}
#trouble .t-card.is-flipped .t-card-inner{
  transform:rotateY(180deg);
}
@media (hover:hover) and (pointer:fine){
  #trouble.scroll-stage.is-stage-in .t-card:hover,
  #trouble:not(.scroll-stage) .t-card:hover{
    transform:translateY(-6px)!important;
  }
  #trouble .t-card:hover .t-flip-hint{
    opacity:1;
    transform:translateY(0);
  }
}
#trouble .t-card-face{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:430px;
  width:100%;
  height:100%;
  padding:48px 28px 44px;
  border-radius:24px;
  border:1px solid var(--line);
  background:var(--surface);
  box-shadow:0 14px 32px rgba(19,39,65,.08);
  overflow:hidden;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
#trouble .t-card:focus-visible .t-card-face{
  box-shadow:0 0 0 4px rgba(59,130,196,.18),0 14px 32px rgba(19,39,65,.1);
}
#trouble .t-card-face::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:8px;
  background:linear-gradient(90deg,var(--coral),rgba(239,108,91,.62));
}
#trouble .t-card:nth-child(2) .t-card-face::before{
  background:linear-gradient(90deg,var(--blue),rgba(59,130,196,.62));
}
#trouble .t-card-front{
  justify-content:center;
  transform:rotateY(0deg);
}
#trouble .t-card-back{
  justify-content:center;
  gap:22px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.84) 0%, rgba(255,255,255,.36) 40%, transparent 68%),
    linear-gradient(150deg, var(--coral-bg) 0%, #fff 100%);
  transform:rotateY(180deg);
}
#trouble .t-card:nth-child(2) .t-card-back{
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.84) 0%, rgba(255,255,255,.36) 40%, transparent 68%),
    linear-gradient(150deg, var(--blue-bg) 0%, #fff 100%);
}
#trouble .t-card .t-speech{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
}
#trouble .t-card .t-subline{
  display:block;
  margin-top:12px;
  font-size:14px;
  color:var(--text2);
  font-weight:700;
  line-height:1.7;
}
#trouble .t-card .t-illust{
  margin:0 auto;
}
#trouble .t-flip-hint{
  position:absolute;
  right:22px;
  bottom:22px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  color:var(--text2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  opacity:.72;
  transform:translateY(4px);
  transition:opacity .25s ease,transform .25s ease,border-color .25s ease;
}
#trouble .t-flip-hint::after{
  content:'↻';
  color:var(--coral);
  font-size:13px;
  line-height:1;
}
#trouble .t-card:nth-child(2) .t-flip-hint::after{
  color:var(--blue);
}
#trouble .t-answer{
  width:min(100%,360px);
  text-align:left;
  opacity:.72;
  transform:translateY(8px);
  transition:opacity .36s ease .18s,transform .36s ease .18s;
}
#trouble .t-card.is-flipped .t-answer{
  opacity:1;
  transform:translateY(0);
}
#trouble .t-service-tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  margin-bottom:16px;
}
#trouble .t-service-tag.coral{
  color:var(--coral);
  background:var(--coral-bg);
  border:1px solid rgba(239,108,91,.22);
}
#trouble .t-service-tag.blue{
  color:var(--blue);
  background:var(--blue-bg);
  border:1px solid rgba(59,130,196,.22);
}
#trouble .t-answer h3{
  color:var(--navy);
  font-size:22px;
  line-height:1.55;
  font-weight:900;
  margin-bottom:12px;
}
#trouble .t-answer p{
  color:var(--text2);
  font-size:15px;
  line-height:2;
  font-weight:700;
}
#trouble .t-back-hint{
  color:var(--text2);
  font-size:12px;
  font-weight:800;
  opacity:.68;
}
#trouble .trouble-cta{
  margin-top:30px;
  text-align:center;
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .36s ease,transform .36s ease;
}
#trouble.has-flipped-card .trouble-cta{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

@media (max-width:900px){
  #trouble .t-card,
  #trouble .t-card-inner,
  #trouble .t-card-face{
    min-height:400px;
  }
}

@media (max-width:640px){
  #trouble .t-card,
  #trouble .t-card-inner,
  #trouble .t-card-face{
    min-height:380px;
  }
  #trouble .t-card-face{
    padding:34px 20px 30px;
  }
  #trouble .t-flip-hint{
    right:18px;
    bottom:18px;
  }
  #trouble .t-answer h3{
    font-size:19px;
  }
  #trouble .t-answer p{
    font-size:14px;
  }
}

@media (prefers-reduced-motion:reduce){
  #trouble .t-card-inner{
    transition:none!important;
  }
  #trouble .t-answer,
  #trouble .trouble-cta,
  #trouble .t-flip-hint{
    transition:none!important;
  }
}

/* =====================================================
   What Is Explanation Cards (2026-04-24)
   Scope: mechanism card + application card only.
   ===================================================== */
#about .wi-two{
  align-items:stretch;
  gap:32px;
}
#about .wi-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:16px;
  min-height:390px;
  padding:30px;
  text-align:left;
  overflow:hidden;
  border:1px solid var(--line)!important;
  border-radius:24px;
  background:var(--surface)!important;
  box-shadow:0 18px 42px rgba(19,39,65,.08)!important;
  transform:none!important;
}
#about .wi-card::before{
  content:'';
  position:absolute;
  inset:0 0 auto;
  height:7px;
  background:linear-gradient(90deg,var(--blue),rgba(59,130,196,.45));
}
#about .wi-application::before{
  background:linear-gradient(90deg,var(--coral),rgba(239,108,91,.45));
}
#about .wi-card::after{
  content:'';
  position:absolute;
  right:-56px;
  top:-64px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:var(--blue-bg);
  opacity:.72;
  filter:blur(16px);
  pointer-events:none;
}
#about .wi-application::after{
  background:var(--coral-bg);
}
#about .wi-label{
  position:relative;
  z-index:1;
  width:max-content;
  max-width:100%;
  padding:7px 12px;
  border-radius:999px;
  background:var(--blue-bg);
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
#about .wi-application .wi-label{
  background:var(--coral-bg);
  color:var(--coral);
}
#about .wi-card h3{
  position:relative;
  z-index:1;
  margin:0;
  padding:0;
  color:var(--navy);
  font-size:24px;
  font-weight:900;
  line-height:1.45;
  text-align:left;
}
#about .wi-card h3::after{
  content:none;
}
#about .wi-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--text2);
  font-size:15px;
  font-weight:700;
  line-height:1.95;
}
#about .wi-sample{
  position:relative;
  z-index:1;
  margin:4px 0 2px;
  padding:18px;
  border:1px solid rgba(59,130,196,.18);
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78)),
    var(--blue-bg);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
  transition:box-shadow .28s ease,border-color .28s ease;
}
#about .wi-application .wi-sample{
  border-color:rgba(239,108,91,.2);
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78)),
    var(--coral-bg);
}
#about .wi-sample-search{
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:10px 14px;
  border:1px solid rgba(19,39,65,.08);
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(19,39,65,.06);
  overflow:hidden;
  transition:
    opacity .5s ease,
    transform .5s cubic-bezier(.22,1,.36,1),
    box-shadow .32s ease,
    border-color .32s ease;
}
#about .wi-sample-search::after{
  content:'';
  position:absolute;
  left:42px;
  right:18px;
  bottom:9px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(59,130,196,0),rgba(59,130,196,.58),rgba(59,130,196,0));
  opacity:0;
  transform:scaleX(0);
  transform-origin:left center;
  pointer-events:none;
}
#about .wi-application .wi-sample-search::after{
  background:linear-gradient(90deg,rgba(239,108,91,0),rgba(239,108,91,.62),rgba(239,108,91,0));
}
#about .wi-search-icon{
  flex-shrink:0;
  transform:translateY(1px);
}
#about .wi-search-typed{
  min-width:1ch;
  white-space:pre;
}
#about .wi-search-cursor{
  display:inline-block;
  width:1px;
  height:1.35em;
  margin-left:1px;
  background:var(--text2);
  transform:translateY(2px);
  animation:wiCursorBlink .86s steps(2,start) infinite;
}
#about .wi-sample-list{
  display:grid;
  gap:8px;
  margin-top:12px;
}
#about .wi-sample-row{
  position:relative;
  min-height:34px;
  padding:8px 12px 8px 30px;
  border-radius:12px;
  background:rgba(255,255,255,.72);
  color:var(--text2);
  font-size:12px;
  font-weight:800;
  line-height:1.45;
  transition:opacity .48s ease,transform .48s cubic-bezier(.22,1,.36,1),background-color .28s ease,box-shadow .28s ease;
}
#about .wi-sample-row::before{
  content:'🔍';
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  font-size:11px;
  opacity:.64;
}
#about .wi-feature-row{
  padding-right:48px;
  background:rgba(239,108,91,.11);
  color:var(--navy);
  box-shadow:0 8px 18px rgba(239,108,91,.1);
}
#about .wi-feature-row strong{
  color:var(--coral);
  font-weight:900;
}
#about .wi-feature-row::after{
  content:'PR';
  position:absolute;
  right:10px;
  top:50%;
  padding:3px 7px;
  border-radius:999px;
  background:rgba(239,108,91,.14);
  color:var(--coral);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  opacity:0;
  transform:translate(8px,-50%);
  transition:opacity .28s ease,transform .28s ease;
}
#about.is-wi-motion-ready .wi-sample-search,
#about.is-wi-motion-ready .wi-sample-row{
  opacity:0;
  transform:translateY(14px);
}
#about.is-wi-motion-ready .wi-feature-row{
  transform:translate(12px,14px);
}
#about.is-wi-motion-ready .wi-sample-search.is-wi-search-visible,
#about.is-wi-motion-ready .wi-sample-row.is-wi-row-visible{
  opacity:1;
  transform:translate(0,0);
}
#about.scroll-stage.is-stage-in.is-wi-motion-ready .wi-sample-search,
#about.scroll-stage.is-stage-in.is-wi-motion-ready .wi-sample-row{
  transition-delay:0s;
}
#about.is-wi-motion-ready .wi-sample-search.is-wi-search-visible{
  border-color:rgba(59,130,196,.18);
  box-shadow:0 0 0 4px rgba(59,130,196,.07),0 8px 18px rgba(19,39,65,.06);
}
#about.is-wi-motion-ready .wi-application .wi-sample-search.is-wi-search-visible{
  border-color:rgba(239,108,91,.18);
  box-shadow:0 0 0 4px rgba(239,108,91,.07),0 8px 18px rgba(19,39,65,.06);
}
#about.is-wi-motion-ready .wi-sample-search.is-wi-search-complete::after{
  animation:wiSearchConfirm .86s ease both;
}
#about.is-wi-motion-ready .wi-sample-row.is-wi-row-visible::before{
  animation:wiLensPop .48s cubic-bezier(.22,1,.36,1) both;
}
#about .wi-feature-row.is-wi-row-focus{
  animation:
    wiFeatureInsert .9s cubic-bezier(.22,1,.36,1) both,
    wiFeatureBreath 4.2s ease-in-out 1.1s infinite;
}
#about .wi-feature-row.is-wi-row-focus::after{
  opacity:1;
  transform:translate(0,-50%);
}
@media (hover:hover) and (pointer:fine){
  #about .wi-card:hover{
    transform:none!important;
  }
  #about .wi-card:hover .wi-sample{
    border-color:rgba(59,130,196,.32);
    box-shadow:0 12px 28px rgba(59,130,196,.12),inset 0 1px 0 rgba(255,255,255,.88);
  }
  #about .wi-application:hover .wi-sample{
    border-color:rgba(239,108,91,.32);
    box-shadow:0 12px 28px rgba(239,108,91,.12),inset 0 1px 0 rgba(255,255,255,.88);
  }
}
#about.scroll-stage:not(.is-stage-in) .wi-sample-search,
#about.scroll-stage:not(.is-stage-in) .wi-sample-row{
  opacity:0;
  transform:translateY(10px);
}
#about.scroll-stage:not(.is-stage-in) .wi-feature-row{
  transform:translateX(14px);
}
#about.scroll-stage.is-stage-in .wi-card:nth-child(1) .wi-sample-search{transition-delay:.08s}
#about.scroll-stage.is-stage-in .wi-card:nth-child(1) .wi-sample-row:nth-child(1){transition-delay:.18s}
#about.scroll-stage.is-stage-in .wi-card:nth-child(1) .wi-sample-row:nth-child(2){transition-delay:.32s}
#about.scroll-stage.is-stage-in .wi-card:nth-child(1) .wi-sample-row:nth-child(3){transition-delay:.46s}
#about.scroll-stage.is-stage-in .wi-card:nth-child(2) .wi-sample-search{transition-delay:.18s}
#about.scroll-stage.is-stage-in .wi-card:nth-child(2) .wi-sample-row:nth-child(1){transition-delay:.34s}
#about.scroll-stage.is-stage-in .wi-card:nth-child(2) .wi-sample-row:nth-child(2){transition-delay:.54s}
#about.scroll-stage.is-stage-in .wi-card:nth-child(2) .wi-sample-row:nth-child(3){transition-delay:.68s}
#about.scroll-stage.is-stage-in:not(.is-wi-cards-play) .wi-feature-row{
  animation:wiFeatureGlow 2.4s ease .78s both;
}
@keyframes wiCursorBlink{
  0%,44%{opacity:1}
  45%,100%{opacity:0}
}
@keyframes wiSearchConfirm{
  0%{
    opacity:0;
    transform:scaleX(0);
  }
  48%{
    opacity:1;
    transform:scaleX(1);
  }
  100%{
    opacity:0;
    transform:scaleX(1);
  }
}
@keyframes wiLensPop{
  0%{
    opacity:0;
    transform:translateY(-50%) scale(.72);
  }
  70%{
    opacity:.9;
    transform:translateY(-50%) scale(1.08);
  }
  100%{
    opacity:.64;
    transform:translateY(-50%) scale(1);
  }
}
@keyframes wiFeatureInsert{
  0%{
    background:rgba(239,108,91,.07);
    box-shadow:0 0 0 rgba(239,108,91,0);
  }
  48%{
    background:rgba(239,108,91,.2);
    box-shadow:0 12px 26px rgba(239,108,91,.18);
  }
  100%{
    background:rgba(239,108,91,.13);
    box-shadow:0 8px 18px rgba(239,108,91,.1);
  }
}
@keyframes wiFeatureBreath{
  0%,100%{
    background:rgba(239,108,91,.12);
    box-shadow:0 8px 18px rgba(239,108,91,.1);
  }
  50%{
    background:rgba(239,108,91,.18);
    box-shadow:0 12px 26px rgba(239,108,91,.16);
  }
}
@keyframes wiFeatureGlow{
  0%{
    background:rgba(239,108,91,.05);
    box-shadow:0 0 0 rgba(239,108,91,0);
  }
  42%{
    background:rgba(239,108,91,.18);
    box-shadow:0 10px 24px rgba(239,108,91,.16);
  }
  100%{
    background:rgba(239,108,91,.11);
    box-shadow:0 8px 18px rgba(239,108,91,.1);
  }
}

@media (max-width:640px){
  #about .wi-card{
    min-height:auto;
    padding:24px 20px;
  }
  #about .wi-card h3{
    font-size:21px;
  }
  #about .wi-sample{
    padding:14px;
  }
  #about .wi-sample-row{
    font-size:11px;
  }
}

@media (prefers-reduced-motion:reduce){
  #about .wi-sample-search,
  #about .wi-sample-row,
  #about .wi-sample-search::after,
  #about .wi-sample-row::before,
  #about .wi-feature-row::after{
    animation:none!important;
    transition:none!important;
  }
  #about.is-wi-motion-ready .wi-sample-search,
  #about.is-wi-motion-ready .wi-sample-row,
  #about.is-wi-motion-ready .wi-feature-row{
    opacity:1;
    transform:none!important;
  }
  #about .wi-search-cursor{
    display:none;
  }
  #about.scroll-stage.is-stage-in .wi-feature-row{
    animation:none!important;
  }
}

/* =====================================================
   Suggest Demo Timeline (2026-04-24)
   Scope: What is demo only
   ===================================================== */
.demo-box{
  overflow:visible;
}
.demo-search{
  min-height:52px;
  box-shadow:0 0 0 0 rgba(59,130,196,0);
  transition:box-shadow .35s ease, background-color .25s ease;
}
.demo-search-icon{
  flex-shrink:0;
}
.demo-typed{
  min-width:1ch;
  white-space:pre;
}
.demo-cursor{
  display:inline-block;
  width:1px;
  height:1.35em;
  background:var(--text2);
  margin-left:2px;
  transform:translateY(2px);
  animation:demoCursorBlink .86s steps(2,start) infinite;
}
#about.scroll-stage .demo-box.is-demo-play .demo-search{
  box-shadow:0 0 0 4px rgba(59,130,196,.08), 0 6px 18px rgba(27,42,74,.08);
}

#about.scroll-stage .demo-box.is-demo-play .demo-sug .si{
  opacity:0;
  max-height:0;
  margin-top:0;
  padding-top:0;
  padding-bottom:0;
  overflow:hidden;
  transform:translateY(-8px);
  transition:
    opacity .36s ease,
    transform .46s cubic-bezier(.22,1,.36,1),
    max-height .46s cubic-bezier(.22,1,.36,1),
    padding .46s cubic-bezier(.22,1,.36,1),
    margin .46s cubic-bezier(.22,1,.36,1),
    background-color .22s ease,
    box-shadow .22s ease;
}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si.is-row-visible{
  opacity:1;
  max-height:46px;
  padding-top:7px;
  padding-bottom:7px;
  transform:none;
}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si.is-name-row{
  transform:translateX(28px);
}
#about.scroll-stage .demo-box.is-demo-play .demo-sug .si.is-name-row.is-row-visible{
  transform:none;
  animation:demoNameInsert .58s cubic-bezier(.22,1,.36,1) both;
}
.demo-sug .si{
  border-radius:9px;
  cursor:default;
}
@media (hover:hover){
  .demo-sug .si:hover{
    background:rgba(239,108,91,.07);
    box-shadow:inset 0 0 0 1px rgba(239,108,91,.13);
    transform:translateX(3px);
  }
  .demo-sug .si:hover .si-key{
    background:var(--coral-bg);
    color:var(--coral);
  }
}
.demo-sug .si-key{
  color:var(--coral);
  border-radius:5px;
  padding:0 3px;
  background:linear-gradient(transparent 52%,rgba(255,230,225,.88) 52%);
  transition:background-color .28s ease, box-shadow .28s ease, color .28s ease;
}
.demo-sug .si.is-key-lit .si-key{
  animation:demoKeyGlow .72s ease both;
}

.demo-bubbles{
  position:relative;
  gap:18px;
  margin-top:24px;
}
.demo-cb{
  position:relative;
  width:174px;
  min-height:92px;
  height:auto;
  padding:16px 18px;
  border-radius:24px;
  background:linear-gradient(150deg,var(--coral) 0%,var(--coral-dark) 100%);
  box-shadow:0 14px 28px rgba(239,108,91,.22);
  opacity:0;
  transform:translateY(14px) scale(.96);
  transition:opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1);
}
.demo-cb::before{
  content:'';
  position:absolute;
  left:50%;
  bottom:100%;
  width:1px;
  height:64px;
  background:linear-gradient(180deg,rgba(239,108,91,0),rgba(239,108,91,.42));
  transform-origin:50% 100%;
  opacity:0;
  transition:opacity .45s ease .1s, transform .45s cubic-bezier(.22,1,.36,1) .1s;
}
.demo-cb::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:calc(100% + 62px);
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--coral);
  box-shadow:0 0 0 4px rgba(239,108,91,.12);
  opacity:0;
  transform:translate(-50%,4px) scale(.7);
  transition:opacity .45s ease .18s, transform .45s cubic-bezier(.22,1,.36,1) .18s;
}
.demo-cb:nth-child(1)::before{
  transform:rotate(-18deg) scaleY(.55);
}
.demo-cb:nth-child(2)::before{
  transform:rotate(18deg) scaleY(.55);
}
.demo-box.is-bubbles-in .demo-cb:nth-child(1){
  opacity:1;
  transform:none;
}
.demo-box.is-bubbles-in .demo-cb:nth-child(2){
  opacity:1;
  transform:none;
  transition-delay:.18s;
}
.demo-box.is-bubbles-in .demo-cb::before{
  opacity:1;
  transform:rotate(0deg) scaleY(1);
}
.demo-box.is-bubbles-in .demo-cb:nth-child(1)::before{
  transform:rotate(-18deg) scaleY(1);
}
.demo-box.is-bubbles-in .demo-cb:nth-child(2)::before{
  transform:rotate(18deg) scaleY(1);
}
.demo-box.is-bubbles-in .demo-cb::after{
  opacity:1;
  transform:translate(-50%,0) scale(1);
}

@keyframes demoCursorBlink{
  0%,44%{opacity:1}
  45%,100%{opacity:0}
}
@keyframes demoNameInsert{
  0%{
    opacity:0;
    transform:translateX(28px);
    background:rgba(239,108,91,.04);
  }
  70%{
    background:rgba(239,108,91,.10);
  }
  100%{
    opacity:1;
    transform:none;
    background:transparent;
  }
}
@keyframes demoKeyGlow{
  0%{
    background-color:rgba(239,108,91,0);
    box-shadow:0 0 0 rgba(239,108,91,0);
  }
  54%{
    background-color:var(--coral-bg);
    box-shadow:0 0 0 4px rgba(239,108,91,.10);
  }
  100%{
    background-color:var(--coral-bg);
    box-shadow:none;
  }
}

@media (max-width:640px){
  .demo-search{
    min-height:48px;
  }
  #about.scroll-stage .demo-box.is-demo-play .demo-sug .si.is-row-visible{
    max-height:54px;
  }
  .demo-bubbles{
    gap:10px;
    margin-top:20px;
  }
  .demo-cb{
    width:142px;
    min-height:86px;
    border-radius:20px;
    padding:13px 12px;
    font-size:10px;
  }
  .demo-cb::before{
    height:44px;
  }
  .demo-cb::after{
    bottom:calc(100% + 42px);
  }
}

@media (prefers-reduced-motion:reduce){
  .demo-cursor,
  .demo-sug .si.is-key-lit .si-key,
  #about.scroll-stage .demo-box.is-demo-play .demo-sug .si.is-name-row.is-row-visible{
    animation:none!important;
  }
  .demo-cb,
  .demo-cb::before,
  .demo-cb::after{
    transition:none!important;
  }
}
