:root {
  --ink:#111b31;
  --muted:#5d687a;
  --line:#e5e9f1;
  --soft:#f7f9fd;
  --blue:#2f62f2;
  --blue-dark:#234ddb;
  --orange:#ff7a2f;
  --green:#20bf88;
  --purple:#7565de;
  --coral:#f27e83;
  --shadow:0 20px 56px rgba(34,45,75,.09);
  --shadow-sm:0 8px 28px rgba(34,45,75,.06);
  --max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;color:var(--ink);background:#fff;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}
.shell{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.skip-link,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(229,233,241,.95);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}
.header-inner{width:min(calc(100% - 64px),var(--max));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:170px}
.global-nav{display:flex;align-items:center;gap:34px;font-size:.92rem;font-weight:800}
.global-nav>a{padding:10px 0;color:#26344a}
.global-nav>a:hover{color:var(--blue)}
.nav-actions{display:flex;gap:10px;margin-left:4px}
.menu-button{display:none;width:44px;height:44px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff}
.menu-button img{width:100%;height:100%}
.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:12px;font-weight:900;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px)}
.button--small{min-height:42px;padding:0 19px;font-size:.88rem}
.button--large{min-width:190px;min-height:56px;padding:0 28px;font-size:1rem}
.button--block{width:100%;min-height:50px}
.button--primary{color:#fff;background:linear-gradient(135deg,var(--blue),#5f77ff);box-shadow:0 12px 26px rgba(47,98,242,.24)}
.button--primary:hover{background:linear-gradient(135deg,var(--blue-dark),var(--blue))}
.button--outline{color:var(--blue);border-color:#aebcff;background:#fff}
.button--white{color:var(--blue);background:#fff;box-shadow:0 10px 24px rgba(27,44,76,.12)}
.section-heading{text-align:center;margin-bottom:28px}
.section-heading h2{margin:5px 0 0;font-size:clamp(2rem,2.6vw,2.65rem);line-height:1.28;letter-spacing:-.035em}
.section-label{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:999px;color:var(--blue);background:#eef2ff;font-size:.78rem;font-weight:900;letter-spacing:.08em}
.section-label--light{color:#fff;background:rgba(255,255,255,.18)}
.hero{min-height:650px;padding:70px 0 44px;display:grid;grid-template-columns:minmax(460px,.88fr) minmax(580px,1.12fr);gap:56px;align-items:center}
.hero-kicker{display:inline-flex;margin:0 0 14px;padding:6px 12px;border-radius:999px;color:#3e4a5c;background:#f2f5fa;font-size:.82rem;font-weight:800}
.hero h1{margin:0;font-size:clamp(3.45rem,4.7vw,4.65rem);line-height:1.12;letter-spacing:-.06em;word-break:keep-all}
.hero h1 span{background:linear-gradient(100deg,var(--orange),#e5a52f 52%,var(--green));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{margin:24px 0 0;color:#46536a;font-size:1.12rem;font-weight:600;line-height:1.9}
.hero-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.hero-badges article{min-width:0;padding:14px 14px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}
.badge-icon{flex:0 0 42px;width:42px;height:42px;padding:9px;border-radius:11px}
.badge-icon img{width:100%;height:100%}
.badge-icon--orange{background:#fff3e5;color:#f28a18}
.badge-icon--blue{background:#edf1ff;color:var(--blue)}
.badge-icon--green{background:#e9faf4;color:var(--green)}
.hero-badges b{display:block;font-size:.82rem;line-height:1.35;white-space:nowrap}
.hero-badges small{display:block;margin-top:2px;color:var(--muted);font-size:.7rem;line-height:1.35}
.hero-actions{display:flex;gap:14px;margin-top:28px}
.hero-visual{position:relative;min-height:530px;display:grid;place-items:center}

.hero-visual--mobile{display:none}
.hero-app{position:relative;z-index:2;width:min(100%,650px);filter:drop-shadow(0 30px 50px rgba(29,39,67,.16))}
.hero-ribbon{position:absolute;right:-42px;top:-50px;width:210px;height:370px;border-left:26px solid var(--orange);border-radius:50%;transform:rotate(21deg)}
.hero-dots{position:absolute;right:-18px;top:50px;width:110px;height:110px;background-image:radial-gradient(#b8ceff 1.6px,transparent 1.6px);background-size:11px 11px;opacity:.75}
.scan-strip{position:relative;margin-top:8px;padding:28px 30px 26px;display:grid;grid-template-columns:310px minmax(0,1fr);gap:30px;align-items:center;border:2px solid transparent;border-radius:20px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,var(--orange),#f0b43d,var(--green)) border-box;box-shadow:var(--shadow-sm)}
.scan-copy h2{margin:8px 0 0;font-size:2rem;line-height:1.35;letter-spacing:-.035em}
.scan-copy p{margin:7px 0 0;color:#46536a;font-size:.98rem;font-weight:700}
.scan-flow{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;gap:8px;align-items:center}
.scan-flow article{text-align:center}
.scan-image{height:110px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;background:#fbfcff;overflow:hidden}
.scan-image img{max-width:100%;max-height:100%;object-fit:contain}
.scan-flow strong{display:block;margin-top:8px;font-size:.88rem}
.flow-arrow{width:26px;height:26px;color:#768298}
.flow-arrow img{width:100%;height:100%}
.scan-note{position:absolute;left:30px;bottom:-28px;margin:0;color:#8e98a8;font-size:.7rem}
.problems{padding:70px 0 34px}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.problem-grid article{min-height:164px;padding:21px 19px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}
.card-icon{flex:0 0 58px;width:58px;height:58px;padding:13px;border-radius:14px}
.card-icon img{width:100%;height:100%}
.card-icon--blue{background:#eef2ff;color:var(--blue)}
.problem-grid h3{margin:0 0 7px;font-size:1.04rem;line-height:1.45}
.problem-grid p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.65}
.features{padding:28px 0 36px;display:grid;grid-template-columns:340px minmax(0,1fr);gap:42px;align-items:center}
.features-intro h2{margin:8px 0 0;font-size:2.7rem;line-height:1.34;letter-spacing:-.045em}
.features-intro h2 span{white-space:nowrap;background:linear-gradient(100deg,var(--orange),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent}
.features-intro>p{margin:16px 0 0;color:var(--muted);font-size:.95rem;line-height:1.8}
.text-link{display:inline-flex;gap:8px;margin-top:18px;color:var(--blue);font-size:.9rem;font-weight:900}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.feature-grid article{min-height:138px;padding:18px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}
.feature-icon{flex:0 0 56px;width:56px;height:56px;padding:12px;border-radius:14px}
.feature-icon img{width:100%;height:100%}
.feature-icon--blue{background:#eef2ff;color:var(--blue)}
.feature-icon--green{background:#e8faf4;color:var(--green)}
.feature-icon--purple{background:#f1efff;color:var(--purple)}
.feature-icon--indigo{background:#edf1ff;color:#5570ef}
.feature-icon--coral{background:#fff0f0;color:var(--coral)}
.feature-grid h3{margin:0 0 5px;font-size:1rem}
.feature-grid p{margin:0;color:var(--muted);font-size:.8rem;line-height:1.6}
.steps{padding:30px 0 38px}
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step-grid article{min-height:210px;padding:20px;display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}
.step-copy{display:flex;gap:12px;align-items:flex-start}
.step-copy>b{color:var(--blue);font-size:1.65rem;line-height:1}
.step-copy h3{margin:0 0 8px;color:var(--blue);font-size:1rem}
.step-copy p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.65}
.step-image{height:150px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:#f8f9fc}
.step-image img{max-width:100%;max-height:100%;object-fit:contain}
.steps em{color:var(--orange);font-style:normal}
.screens{padding:28px 0 38px}
.screen-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.screen-grid article{min-height:270px;padding:21px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}
.screen-grid h3{margin:0 0 4px;font-size:1rem}
.screen-grid p{margin:0;color:var(--muted);font-size:.8rem}
.screen-grid img{width:100%;height:185px;margin-top:auto;object-fit:contain;object-position:center bottom}
.pricing{padding:30px 0 36px}
.price-grid{max-width:920px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.price-card{position:relative;padding:30px 32px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}
.price-card--featured{border:2px solid var(--blue)}
.recommend{position:absolute;right:18px;top:16px;padding:5px 10px;border-radius:999px;color:#fff;background:var(--orange);font-size:.7rem;font-weight:900}
.price-card h3{margin:0;text-align:center;font-size:1.08rem}
.price{margin:12px 0 18px;display:flex;align-items:flex-end;justify-content:center;gap:6px;color:var(--blue)}
.price strong{font-size:3.2rem;line-height:1}
.price span{padding-bottom:5px;font-size:.78rem;font-weight:900}
.price-card ul{min-height:130px;margin:0 0 18px;padding:0;display:grid;gap:9px;list-style:none}
.price-card li{position:relative;padding-left:22px;font-size:.86rem}
.price-card li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.faq{padding:20px 0 38px}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px}
.faq details{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(35,46,73,.035)}
.faq summary{position:relative;padding:16px 48px 16px 18px;cursor:pointer;list-style:none;font-size:.88rem;font-weight:900}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"Q";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:9px;border-radius:50%;color:#fff;background:var(--blue);font-size:.7rem}
.faq summary::after{content:"＋";position:absolute;right:17px;top:50%;transform:translateY(-50%);color:var(--blue)}
.faq details[open] summary::after{content:"−"}
.faq details p{margin:0;padding:0 18px 17px;color:var(--muted);font-size:.82rem}
.final-cta{margin-bottom:20px;padding:24px 28px;display:grid;grid-template-columns:1fr auto 180px;gap:24px;align-items:center;border-radius:18px;background:linear-gradient(100deg,#ff7044,#f0b443 36%,#45c993 70%,#edf2ff);color:#fff}
.final-cta h2{margin:8px 0 0;font-size:1.35rem;line-height:1.5}
.final-cta img{width:170px;padding:7px 10px;border-radius:10px;background:#fff}
.site-footer{border-top:1px solid var(--line)}
.footer-inner{width:min(calc(100% - 64px),var(--max));min-height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-inner nav{display:flex;flex-wrap:wrap;gap:20px;color:#7d8797;font-size:.7rem}
.footer-inner small{color:#9aa3af;font-size:.7rem}
.mobile-cta{display:none}
@media(max-width:1100px){
  .shell,.header-inner,.footer-inner{width:min(calc(100% - 40px),var(--max))}
  .global-nav{gap:20px}
  .hero{grid-template-columns:1fr;padding-top:44px}
  .hero-copy{text-align:center}
  .hero-kicker{margin-inline:auto}
  .hero-lead{margin-inline:auto}
  .hero-badges{max-width:760px;margin-inline:auto;margin-top:26px}
  .hero-actions{justify-content:center}
  .hero-visual{min-height:auto}
  .hero-app{width:min(100%,760px)}
  .scan-strip{grid-template-columns:1fr}
  .scan-copy{text-align:center}
  .features{grid-template-columns:1fr}
  .features-intro{text-align:center}
  .feature-grid{grid-template-columns:repeat(3,1fr)}
  .final-cta{grid-template-columns:1fr auto}
  .final-cta img{display:none}
}
@media(max-width:820px){
  body{padding-bottom:72px}
  .header-inner{height:66px}
  .brand img{width:140px}
  .menu-button{display:block}
  .global-nav{position:absolute;left:14px;right:14px;top:72px;padding:14px;display:none;flex-direction:column;align-items:stretch;gap:2px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}
  .global-nav.is-open{display:flex}
  .global-nav>a{padding:10px}
  .nav-actions{margin:8px 0 0;display:grid;grid-template-columns:1fr 1fr}
  .hero{min-height:0;padding:32px 0 28px}
  .hero h1{font-size:clamp(2.5rem,10.5vw,3.3rem)}
  .hero-lead{font-size:1rem}
  .hero-lead br{display:none}
  .hero-badges{grid-template-columns:1fr}
  .hero-badges article{max-width:420px;width:100%;margin:auto}
  .hero-actions{flex-direction:column}
  .hero-actions .button{width:100%}
  .hero-ribbon,.hero-dots{display:none}
  .scan-strip{padding:22px 16px}
  .scan-flow{grid-template-columns:1fr 22px 1fr 22px 1fr}
  .problem-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .step-grid{grid-template-columns:1fr}
  .screen-grid{grid-template-columns:repeat(2,1fr)}
  .price-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
  .final-cta{grid-template-columns:1fr;text-align:center}
  .final-cta .button{justify-self:center}
  .footer-inner{padding:22px 0;align-items:flex-start;flex-direction:column}
  .mobile-cta{position:fixed;z-index:90;left:12px;right:12px;bottom:10px;display:block}
  .mobile-cta a{display:block;padding:14px;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--blue),#5f77ff);box-shadow:0 12px 28px rgba(47,98,242,.3);text-align:center;font-weight:900}
}
@media(max-width:560px){
  .shell{width:calc(100% - 24px)}
  .hero h1{font-size:2.32rem}
  .hero-lead{font-size:.94rem}
  .hero-badges article{padding:12px}
  .scan-copy h2{font-size:1.45rem}
  .scan-copy p{font-size:.84rem}
  .scan-flow{grid-template-columns:1fr 14px 1fr 14px 1fr;gap:2px}
  .scan-image{height:78px}
  .scan-flow strong{font-size:.7rem}
  .problem-grid{grid-template-columns:1fr}
  .features-intro h2{font-size:2rem}
  .feature-grid{grid-template-columns:1fr}
  .step-grid article{grid-template-columns:1fr 120px;padding:16px}
  .step-copy p{font-size:.78rem}
  .step-image{height:120px}
  .screen-grid{grid-template-columns:1fr}
  .screen-grid article{min-height:230px}
  .screen-grid img{height:155px}
  .price-card{padding:24px}
  .final-cta{padding:22px 16px}
  .final-cta h2{font-size:1.12rem}
}
.menu-button svg,.badge-icon svg,.card-icon svg,.feature-icon svg,.flow-arrow svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}


/* High-fidelity rebuild: 3 steps + screen showcase */
.section-heading--plain{margin-bottom:24px}
.section-heading--plain h2{font-size:clamp(2.1rem,2.7vw,2.7rem)}
.step-grid--faithful{position:relative;gap:34px}
.step-grid--faithful .step-card{position:relative;min-height:230px;padding:24px 22px;grid-template-columns:minmax(0,1fr) 170px;gap:16px;overflow:visible}
.step-grid--faithful .step-card:not(:last-child)::after{content:"›";position:absolute;right:-24px;top:50%;transform:translateY(-50%);color:#6075a8;font-size:2.2rem;font-weight:500;z-index:3}
.step-grid--faithful .step-copy>b{font-size:1.9rem;line-height:1;color:#2f62f2}
.step-grid--faithful .step-copy h3{font-size:1.08rem;line-height:1.45}
.step-grid--faithful .step-copy p{font-size:.89rem;line-height:1.75}
.step-visual{height:170px;position:relative;display:grid;place-items:center;border-radius:16px;background:linear-gradient(180deg,#fbfcff,#f6f8fd);overflow:hidden}
.step-visual--home{align-items:end;padding:16px 18px 0}
.mini-browser-bar{position:absolute;left:18px;right:18px;top:12px;height:12px;display:flex;gap:5px;align-items:center}
.mini-browser-bar span{width:5px;height:5px;border-radius:50%;background:#d8deea}
.home-phone{position:relative;width:86px;height:150px;border:5px solid #111827;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 10px 22px rgba(25,36,61,.14)}
.home-phone__notch{position:absolute;left:50%;top:0;width:42px;height:10px;transform:translateX(-50%);border-radius:0 0 8px 8px;background:#111827}
.home-phone__screen{height:100%;padding:28px 9px 10px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(#fff,#f8faff)}
.home-phone__menu{align-self:flex-end;color:#7d8798;font-size:.9rem;line-height:1}
.home-phone__share{width:42px;height:42px;margin-top:28px;padding:9px;border:2px solid #5a76f4;border-radius:50%;color:#2f62f2;background:#fff}
.home-phone__share svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.home-phone__screen small{margin-top:8px;color:#5e6a7e;font-size:.62rem;font-weight:800;white-space:nowrap}
.step-visual--register{padding:18px}
.register-panel{width:100%;display:grid;gap:13px}
.register-event,.register-todo{border:1px solid #e2e6ef;border-radius:12px;background:#fff;box-shadow:0 5px 14px rgba(36,48,78,.05)}
.register-event{height:46px;display:flex;align-items:center;gap:9px;padding:0 11px;font-size:.73rem}
.register-event i{width:5px;height:28px;border-radius:99px;background:#29bf87}
.register-event strong{font-size:.68rem;margin-right:6px}
.register-todo{padding:10px 12px;display:grid;gap:7px}
.register-todo b{font-size:.72rem}
.register-todo label{font-size:.66rem;color:#4c586c}
.register-todo label span{display:inline-block;width:12px;height:12px;margin-right:6px;border:1.5px solid #7d8798;border-radius:3px;vertical-align:-2px}
.step-visual--people{padding:4px 8px 0;background:linear-gradient(180deg,#f9fbff,#fff)}
.step-visual--people svg{width:100%;height:100%}

.screen-grid--faithful{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.screen-grid--faithful .screen-card{min-height:330px;padding:22px 20px 18px}
.screen-copy h3{margin:0 0 6px;font-size:1.08rem}
.screen-copy p{margin:0;color:#5d687a;font-size:.86rem;line-height:1.65}
.today-preview{margin-top:auto;display:grid;gap:9px;padding-top:16px}
.today-preview>div{height:36px;display:grid;grid-template-columns:5px 44px 1fr;gap:8px;align-items:center;padding:0 9px;border:1px solid #e4e8f0;border-radius:9px;background:#fff;font-size:.7rem}
.today-preview i{height:22px;border-radius:99px}
.today-preview time{font-weight:900;color:#354157}
.today-preview span{font-weight:700;white-space:nowrap}
.event-green{background:#25c386}.event-blue{background:#4f6cf5}.event-orange{background:#ff9a36}.event-purple{background:#7a68df}
.month-preview{margin-top:auto;padding:16px 10px 2px;display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.month-preview b{color:#7d8797;font-size:.52rem;text-align:center}
.month-preview span{position:relative;min-height:27px;display:grid;place-items:center;border-radius:7px;font-size:.57rem;font-weight:700}
.month-preview .selected{color:#2f62f2;background:#e9eeff}
.month-preview .has-event::after{content:"";position:absolute;left:22%;right:22%;bottom:2px;height:3px;border-radius:99px;background:#25c386}
.month-preview .has-event.orange::after{background:#ff9a36}.month-preview .has-event.blue::after{background:#4f6cf5}
.task-preview{margin-top:auto;padding-top:16px;display:grid;gap:9px}
.task-preview b{font-size:.72rem;color:#354157}
.task-preview label{font-size:.7rem;color:#4e5a6e}
.task-preview label span{display:inline-block;width:13px;height:13px;margin-right:7px;border:1.5px solid #99a4b6;border-radius:3px;vertical-align:-2px;background:#fff}
.ocr-preview{margin-top:auto;display:grid;place-items:center;padding-top:12px}
.ocr-device{position:relative;width:150px;height:194px;padding:22px 10px 10px;border:6px solid #111827;border-radius:23px;background:#f4f6fa;box-shadow:0 14px 28px rgba(20,29,48,.18)}
.ocr-device__notch{position:absolute;left:50%;top:0;width:66px;height:13px;transform:translateX(-50%);border-radius:0 0 10px 10px;background:#111827}
.ocr-paper{position:relative;height:122px;padding:13px 12px;border:1px solid #dfe4ed;border-radius:8px;background:#fff;overflow:hidden}
.ocr-paper b{display:block;margin-bottom:9px;font-size:.58rem}
.ocr-paper>span{display:block;height:6px;margin:7px 0;border-radius:99px;background:linear-gradient(90deg,#cfd5df 0 48%,#eef1f5 48%)}
.ocr-corner{position:absolute;width:18px;height:18px;border-color:#2f62f2;border-style:solid}
.ocr-corner.tl{left:5px;top:5px;border-width:2px 0 0 2px}.ocr-corner.tr{right:5px;top:5px;border-width:2px 2px 0 0}.ocr-corner.bl{left:5px;bottom:5px;border-width:0 0 2px 2px}.ocr-corner.br{right:5px;bottom:5px;border-width:0 2px 2px 0}
.ocr-scan-line{position:absolute;left:6px;right:6px;top:18px;height:2px;background:linear-gradient(90deg,transparent,#2f62f2 18%,#31d0a1 82%,transparent);box-shadow:0 0 10px rgba(47,98,242,.65);animation:ocrScan 2.3s ease-in-out infinite}
.ocr-status{height:34px;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:9px;color:#2f62f2;background:#eaf0ff;font-size:.66rem;font-weight:900}
.ocr-status svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@keyframes ocrScan{0%,100%{transform:translateY(0)}50%{transform:translateY(88px)}}

@media(max-width:1100px){
  .step-grid--faithful{gap:18px}
  .step-grid--faithful .step-card{grid-template-columns:1fr 145px}
  .step-grid--faithful .step-card:not(:last-child)::after{display:none}
  .screen-grid--faithful{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .step-grid--faithful{grid-template-columns:1fr}
  .step-grid--faithful .step-card{grid-template-columns:minmax(0,1fr) 170px}
  .screen-grid--faithful{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .section-heading--plain h2{font-size:1.85rem}
  .step-grid--faithful .step-card{grid-template-columns:1fr 126px;min-height:205px;padding:18px 16px}
  .step-grid--faithful .step-copy>b{font-size:1.6rem}
  .step-grid--faithful .step-copy h3{font-size:.95rem}
  .step-grid--faithful .step-copy p{font-size:.78rem}
  .step-visual{height:142px}
  .home-phone{width:72px;height:126px}
  .register-event{font-size:.62rem}.register-todo label{font-size:.58rem}
  .screen-grid--faithful{grid-template-columns:1fr}
  .screen-grid--faithful .screen-card{min-height:300px}
  .ocr-device{width:142px;height:184px}
}

/* share step quality upgrade */
.step-visual--people{padding:0 6px 0;background:linear-gradient(180deg,#fbfdff,#ffffff)}
.step-visual--people img{width:100%;height:100%;display:block;object-fit:contain}
@media (min-width:781px){
  .step-grid--faithful .step-card:last-child{grid-template-columns:minmax(0,1fr) 190px;}
  .step-grid--faithful .step-card:last-child .step-copy h3{font-size:1.1rem;}
}
@media (max-width:520px){
  .step-grid--faithful .step-card:last-child{grid-template-columns:1fr 134px;}
}

/* design-image extracted share step */
.step-visual--people{padding:0;background:#fff;border:1px solid #edf2fb;}
.step-visual--people img{width:100%;height:100%;display:block;object-fit:contain;image-rendering:auto;}
@media (min-width:781px){
  .step-grid--faithful .step-card:last-child{grid-template-columns:minmax(0,1fr) 180px;}
  .step-grid--faithful .step-card:last-child .step-visual{height:160px;}
}
@media (max-width:520px){
  .step-grid--faithful .step-card:last-child{grid-template-columns:1fr 128px;}
  .step-grid--faithful .step-card:last-child .step-visual{height:128px;}
}

/* custom share image */
.step-grid--faithful .step-card:last-child .step-visual--people{background:#fff;padding:0;border:0;}
.step-grid--faithful .step-card:last-child .step-visual--people img{width:100%;height:100%;object-fit:contain;display:block;}
@media (min-width:781px){
  .step-grid--faithful .step-card:last-child{grid-template-columns:minmax(0,1fr) 190px;}
  .step-grid--faithful .step-card:last-child .step-visual{height:168px;}
}
@media (max-width:520px){
  .step-grid--faithful .step-card:last-child{grid-template-columns:1fr 136px;}
  .step-grid--faithful .step-card:last-child .step-visual{height:132px;}
}

/* Mobile hero image: directly below the catch copy */
@media(max-width:820px){
  .hero-visual--desktop{display:none}
  .hero-visual--mobile{
    display:grid;
    width:100%;
    min-height:0;
    margin:18px auto 12px;
    place-items:center;
  }
  .hero-visual--mobile .hero-app{
    width:min(100%,620px);
    max-height:none;
    filter:drop-shadow(0 18px 30px rgba(29,39,67,.14));
  }
  .hero-lead{margin-top:8px}
}
@media(max-width:520px){
  .hero-visual--mobile{margin:14px auto 8px}
  .hero-visual--mobile .hero-app{width:100%}
}

/* Mobile: keep the 3-step heading on one line */
@media(max-width:560px){
  #steps-title{
    white-space:nowrap;
    font-size:clamp(1.12rem,5.35vw,1.35rem);
    letter-spacing:-.045em;
  }
}


/* Mobile: widen the app-free badge and prevent text overflow */
.hero-badges article>div{min-width:0}
@media(max-width:820px){
  .hero-badges{width:100%;max-width:none}
  .hero-badges article{width:100%;max-width:none}
  .hero-badges article:nth-child(2){padding-left:16px;padding-right:16px}
  .hero-badges article:nth-child(2)>div{flex:1}
  .hero-badges article:nth-child(2) b,
  .hero-badges article:nth-child(2) small{white-space:normal;overflow-wrap:anywhere}
}
@media(max-width:560px){
  .hero-badges{width:calc(100% + 12px);margin-left:-6px;margin-right:-6px}
  .hero-badges article:nth-child(2){padding-left:14px;padding-right:14px}
}

/* badge overflow fix */
.hero-badges{align-items:stretch}
.hero-badges article{min-width:0;min-height:86px;align-items:flex-start;padding:16px 14px}
.hero-badges article svg{flex:0 0 22px;width:22px;height:22px}
.hero-badges article>div{min-width:0;flex:1}
.hero-badges b{white-space:normal;overflow-wrap:anywhere;word-break:keep-all;font-size:.94rem;line-height:1.3}
.hero-badges small{white-space:normal;overflow-wrap:anywhere;word-break:keep-all;font-size:.78rem;line-height:1.35}
@media (max-width:900px){
  .hero-badges{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .hero-badges article{padding:14px 12px;min-height:84px}
  .hero-badges b{font-size:.88rem}
  .hero-badges small{font-size:.74rem}
}
@media (max-width:640px){
  .hero-badges{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;max-width:none;margin-inline:0}
  .hero-badges article{max-width:none;width:100%;padding:12px 10px;min-height:88px;border-radius:12px}
  .hero-badges b{font-size:.82rem;line-height:1.25}
  .hero-badges small{font-size:.68rem;line-height:1.3}
}
@media (max-width:430px){
  .hero-badges article{padding:10px 8px;min-height:92px}
  .hero-badges article svg{width:20px;height:20px;flex-basis:20px}
  .hero-badges b{font-size:.76rem}
  .hero-badges small{font-size:.64rem}
}


/* hero badges final layout fix */
.hero-badges{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}
.hero-badges article{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:84px;padding:14px 14px;border-radius:16px}
.hero-badges article svg{width:22px;height:22px;flex:none}
.hero-badges article>span,.hero-badges article>.feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px}
.hero-badges article>div{min-width:0;flex:1}
.hero-badges b{display:block;white-space:nowrap;word-break:normal;overflow-wrap:normal;font-size:.86rem;line-height:1.25;letter-spacing:-.02em}
.hero-badges small{display:block;margin-top:3px;white-space:normal;word-break:keep-all;overflow-wrap:break-word;font-size:.72rem;line-height:1.32}
@media (max-width:920px){
  .hero-badges article{padding:13px 12px;gap:8px}
  .hero-badges article>span,.hero-badges article>.feature-icon{width:38px;height:38px}
  .hero-badges b{font-size:.77rem}
  .hero-badges small{font-size:.66rem}
}
@media (max-width:820px){
  .hero-badges{grid-template-columns:1fr;gap:10px;width:100%;max-width:none;margin:22px 0 0}
  .hero-badges article{width:100%;max-width:none;margin:0;grid-template-columns:44px minmax(0,1fr);padding:14px 16px;min-height:auto}
  .hero-badges article>span,.hero-badges article>.feature-icon{width:44px;height:44px}
  .hero-badges b{font-size:1rem;white-space:nowrap}
  .hero-badges small{font-size:.84rem;line-height:1.4}
}
@media (max-width:560px){
  .hero-badges{width:100%;margin-left:0;margin-right:0}
  .hero-badges article{padding:13px 14px;border-radius:14px}
  .hero-badges b{font-size:.95rem}
  .hero-badges small{font-size:.8rem}
}


/* badge title overflow: make middle card fit cleanly */
@media (min-width:821px){
  .hero-badges{grid-template-columns:1fr 1.15fr 1fr;}
  .hero-badges article:nth-child(2){padding-left:12px;padding-right:12px;}
  .hero-badges article:nth-child(2) b{font-size:.82rem;letter-spacing:-.03em;}
  .hero-badges article:nth-child(2) small{font-size:.70rem;}
}


/* pricing heading one line on mobile + mobile CTA gradient match */
@media (max-width:560px){
  #pricing-title{white-space:nowrap;font-size:clamp(1.05rem,6.1vw,1.95rem);letter-spacing:-.05em}
  .mobile-cta a{background:linear-gradient(100deg,#ff7044,#f0b443 36%,#45c993 70%,#edf2ff);box-shadow:0 12px 28px rgba(82,146,105,.28);color:#fff}
}


/* Conversion-focused invite flow */
.invite-note{margin-top:14px;display:grid;gap:3px;color:#4a5870;font-size:.82rem}
.invite-note strong{color:#2f62f2;font-size:.86rem}
.invite-note span{line-height:1.55}
.invite-flow{padding:34px 0 38px}
.invite-flow .section-heading p{margin:10px 0 0;color:var(--muted);font-size:.92rem}
.invite-flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.invite-flow-grid article{position:relative;min-height:150px;padding:22px 20px;display:flex;gap:14px;align-items:flex-start;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}
.invite-flow-grid article:not(:last-child)::after{content:"›";position:absolute;right:-13px;top:50%;transform:translateY(-50%);width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--blue);font-size:1.35rem;z-index:2}
.invite-flow-grid b{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#4d6cff,#6f82ff);font-size:1.05rem}
.invite-flow-grid h3{margin:2px 0 7px;font-size:1rem}
.invite-flow-grid p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.7}
.invite-flow-cta{margin-top:22px;display:grid;justify-items:center;gap:6px}
.invite-flow-cta small{color:var(--muted);font-size:.78rem}
.final-cta-note{display:block;color:#fff;font-size:.72rem;font-weight:700;text-align:center}
@media(max-width:820px){.invite-note{text-align:center}.invite-flow-grid{grid-template-columns:1fr;gap:12px}.invite-flow-grid article{min-height:0}.invite-flow-grid article:not(:last-child)::after{content:"⌄";right:50%;top:auto;bottom:-19px;transform:translateX(50%)}}
@media(max-width:560px){.invite-flow{padding:28px 0 32px}.invite-flow .section-heading h2{font-size:1.45rem}.invite-flow-grid article{padding:18px 16px}.invite-flow-grid h3{font-size:.96rem}.invite-flow-grid p{font-size:.8rem}.invite-note strong{font-size:.82rem}.invite-note span{font-size:.76rem}}
