:root{--bg: #ffffff;--text: #1a1a1a;--text-muted: #787878;--border: #e5e5e5;--border-hover: #b0b0b0;--accent: #2383e2;--accent-hover: #1a6fc4;--surface: #f7f7f5;--surface-hover: #efefed;--tag-bg: #f1f1ef;--radius: 4px;--radius-lg: 8px;--font: "Noto Sans JP", -apple-system, sans-serif;--mono: "DM Mono", monospace;--lp-content-max: 1080px}.lp-page *{box-sizing:border-box}.lp-page{font-family:var(--font);background:var(--bg);color:var(--text);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;color-scheme:light}.lp-nav{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:16px max(32px,calc(50vw - var(--lp-content-max) / 2));display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;max-width:100%;box-sizing:border-box}.lp-nav-brand{min-width:0;flex:1 1 auto;display:flex;align-items:center}.lp-logo{display:flex;align-items:center;gap:10px;min-width:0}.lp-logo-img{height:42px;width:auto;max-width:min(280px,48vw);display:block;object-fit:contain;object-position:left center}.lp-nav-brand .lp-logo-img{max-width:min(280px,100%)}.lp-logo--footer .lp-logo-img{height:24px;max-width:min(200px,50vw)}.lp-nav-btn{background:var(--text);color:#fff;border:none;padding:12px 22px;border-radius:100px;font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center}.lp-nav-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.lp-nav-actions{display:flex;align-items:center;gap:28px;flex-shrink:0}.lp-nav-link{font-size:15px;font-weight:600;color:var(--text);text-decoration:none;transition:color .15s ease}.lp-nav-link:hover{color:var(--accent)}.lp-nav-burger{display:none;width:44px;height:44px;padding:0;margin:0;border:none;background:transparent;cursor:pointer;position:relative;z-index:1;flex-shrink:0;align-items:center;justify-content:center}.lp-nav-burger span{position:absolute;left:11px;right:11px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.lp-nav-burger span:nth-child(1){top:14px}.lp-nav-burger span:nth-child(2){top:21px}.lp-nav-burger span:nth-child(3){top:28px}.lp-nav-burger.is-open span:nth-child(1){top:21px;transform:rotate(45deg)}.lp-nav-burger.is-open span:nth-child(2){opacity:0}.lp-nav-burger.is-open span:nth-child(3){top:21px;transform:rotate(-45deg)}.lp-mobile-menu{display:none}@media(max-width:720px){.lp-nav-actions--desktop{display:none}.lp-nav-burger{display:inline-flex}.lp-mobile-menu{position:fixed;inset:0;z-index:90;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:96px max(16px,env(safe-area-inset-right)) 32px max(16px,env(safe-area-inset-left));box-sizing:border-box;width:100%;max-width:100vw;overflow-x:hidden;overflow-y:auto;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .25s ease,visibility .2s ease}.lp-mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.lp-mobile-link{display:block;padding:18px 4px;font-size:18px;font-weight:600;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border)}.lp-mobile-btn{margin-top:24px;background:var(--text);color:#fff;text-align:center;padding:16px 24px;border-radius:100px;font-size:16px;font-weight:600;text-decoration:none;width:100%;max-width:100%;box-sizing:border-box}.lp-logo-img{height:36px}.lp-nav-brand .lp-logo-img{max-width:min(240px,calc(100vw - 84px))}}@media(max-width:900px)and (min-width:721px){.lp-nav-actions{gap:14px}.lp-nav-link{font-size:14px}.lp-nav-btn{padding:10px 16px;font-size:14px}.lp-nav-brand .lp-logo-img{max-width:min(220px,calc(100% - 8px))}}.lp-hero{padding:96px 32px 72px;max-width:var(--lp-content-max);margin:0 auto;border-bottom:1px solid var(--border)}.lp-hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--tag-bg);border:1px solid var(--border);border-radius:100px;padding:4px 12px;font-size:12px;color:var(--text-muted);font-weight:500;margin-bottom:24px}.lp-hero-badge-dot{width:6px;height:6px;background:#4caf7d;border-radius:50%}.lp-hero h1{font-size:clamp(36px,6vw,56px);font-weight:700;letter-spacing:-.05em;line-height:1.2;margin-bottom:20px;color:var(--text)}.lp-hero-sub{font-size:17px;color:#555;font-weight:400;margin-bottom:36px;max-width:640px;line-height:1.7}.lp-hero-actions{display:flex;gap:10px;align-items:center;margin-bottom:56px}.lp-btn-primary{background:linear-gradient(135deg,var(--accent),#1a6fc4);color:#fff;border:none;padding:12px 28px;border-radius:100px;font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 4px 16px #2383e24d}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #2383e266}.lp-btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border);padding:12px 28px;border-radius:100px;font-family:var(--font);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center}.lp-btn-secondary:hover{background:var(--surface);border-color:var(--border-hover);transform:translateY(-2px)}.lp-hero-mockup{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);box-shadow:0 4px 12px #0000000d,0 24px 64px #00000014}.lp-mockup-bar{background:linear-gradient(to bottom,#fff,#fcfcfc);border-bottom:1px solid var(--border);padding:12px 16px;display:flex;align-items:center;gap:12px}.lp-mockup-dots{display:flex;gap:6px}.lp-mockup-dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.lp-mockup-url{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:4px 10px;font-family:var(--mono);font-size:11px;color:var(--text-muted)}.lp-mockup-body{padding:24px;display:flex;flex-direction:column;gap:12px}.lp-mockup-body--screenshot{padding:0}.lp-mockup-screenshot{width:100%;height:auto;display:block}.lp-mockup-carousel{position:relative;outline:none}.lp-mockup-carousel:focus-visible{box-shadow:inset 0 0 0 2px #2563eb73}.lp-mockup-nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#ffffffeb;color:var(--text);box-shadow:0 2px 8px #00000014;cursor:pointer;transform:translateY(-50%);transition:background .15s ease,box-shadow .15s ease,border-color .15s ease}.lp-mockup-nav:hover{background:#fff;border-color:var(--border-hover);box-shadow:0 4px 12px #0000001a}.lp-mockup-nav:focus-visible{outline:2px solid var(--accent, #2563eb);outline-offset:2px}.lp-mockup-nav--prev{left:10px}.lp-mockup-nav--next{right:10px}.lp-mockup-nav-icon{display:block}.lp-mockup-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;font-size:12px;font-family:var(--mono)}.lp-mockup-th{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:#fff;border-bottom:1px solid var(--border);padding:8px 12px;color:var(--text-muted);font-size:11px}.lp-mockup-tr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:8px 12px;border-bottom:1px solid var(--border);align-items:center}.lp-mockup-tr:last-child{border-bottom:none}.lp-mockup-tr:nth-child(2n){background:var(--surface)}.lp-mockup-tag{display:inline-flex;padding:2px 7px;border-radius:3px;font-size:10px;font-weight:500}.lp-tag-green{background:#dff6eb;color:#2d7f5b}.lp-tag-blue{background:#def;color:#2060b0}.lp-tag-orange{background:#fff0e0;color:#b06020}.lp-section{max-width:var(--lp-content-max);margin:0 auto;padding:72px 32px;border-bottom:1px solid var(--border)}.lp-section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.lp-section h2{font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:40px;line-height:1.25}.lp-comparison-section{padding-top:64px;padding-bottom:64px}.lp-comparison-section h2.lp-comparison-heading{font-size:clamp(26px,4vw,34px);font-weight:700;letter-spacing:-.04em;line-height:1.25;margin-bottom:32px;max-width:720px}.lp-comparison-table-wrap{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 24px #0000000a}.lp-comparison-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.55}.lp-comparison-table th,.lp-comparison-table td{padding:18px 20px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--border)}.lp-comparison-table tbody tr:last-child th,.lp-comparison-table tbody tr:last-child td{border-bottom:none}.lp-comparison-corner{width:22%;min-width:120px;background:var(--surface);border-right:1px solid var(--border)}.lp-comparison-col{font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--text-muted)}.lp-comparison-col--traditional{width:39%;background:#fafafa;border-right:1px solid var(--border)}.lp-comparison-col--kozotai{width:39%;background:linear-gradient(180deg,#f4f9fd,#eef6fc);color:var(--text)}.lp-comparison-rowhead{font-size:13px;font-weight:600;color:var(--text-muted);background:var(--surface);border-right:1px solid var(--border);white-space:nowrap}.lp-comparison-cell{color:#333}.lp-comparison-cell--traditional{background:#fafafa;border-right:1px solid var(--border);color:#555}.lp-comparison-cell--kozotai{background:#f8fbfe;font-weight:500;color:var(--text);box-shadow:inset 3px 0 0 var(--accent)}.lp-comparison-table thead .lp-comparison-col--kozotai{box-shadow:inset 3px 0 0 var(--accent)}.lp-demo-videos-section{padding-top:80px;padding-bottom:80px}.lp-demo-videos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.lp-demo-video-card{margin:0;display:flex;flex-direction:column;gap:16px}.lp-demo-video-frame{position:relative;aspect-ratio:16 / 9;width:100%;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:linear-gradient(145deg,#fbfbfc,#ececec);box-shadow:0 4px 16px #0000000a,inset 0 1px #fff9;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-demo-video-card:hover .lp-demo-video-frame{transform:translateY(-2px);box-shadow:0 12px 32px #00000012;border-color:var(--border-hover)}.lp-demo-video{width:100%;height:100%;object-fit:cover;display:block}.lp-demo-video-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.025) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.025) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.025) 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}.lp-demo-video-placeholder-label{font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--text-muted);background:#ffffffd9;border:1px solid var(--border);border-radius:100px;padding:6px 14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lp-demo-video-caption{display:flex;flex-direction:column;gap:6px}.lp-demo-video-title{font-size:16px;font-weight:700;letter-spacing:-.2px;color:var(--text);margin:0;line-height:1.4}.lp-demo-video-desc{font-size:14px;color:#555;line-height:1.65;margin:0}.lp-features-grid{display:flex;flex-direction:column;gap:24px}.lp-feature-card{border:1px solid var(--border);border-radius:16px;padding:32px;display:grid;grid-template-columns:1fr auto;align-items:start;gap:24px;background:#fff;box-shadow:0 4px 24px #00000008;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:default}.lp-feature-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000000f;border-color:var(--border-hover)}.lp-feature-card.large{grid-template-columns:1fr 1fr;align-items:center;padding:40px}.lp-feature-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--text-muted);font-weight:500;margin-bottom:8px}.lp-feature-card h3{font-size:18px;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin-bottom:8px}.lp-feature-card.large h3{font-size:22px}.lp-feature-card p{font-size:15px;color:#555;line-height:1.65;font-weight:400}.lp-feature-arrow{width:32px;height:32px;background:var(--text);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.lp-feature-arrow svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.lp-feature-visual{background:linear-gradient(145deg,#fbfbfc,#f0f0f0);border:1px solid var(--border);border-radius:12px;height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-shadow:inset 0 2px 12px #00000005}.lp-mini-table-visual{width:100%;height:100%;padding:10px;font-family:var(--mono);font-size:10px;color:var(--text-muted);display:flex;flex-direction:column;gap:5px}.lp-mtr{display:flex;justify-content:space-between;padding:4px 6px;border-radius:3px}.lp-mtr:nth-child(odd){background:#fff}.lp-check-visual{display:flex;flex-direction:column;gap:8px;padding:14px;width:100%}.lp-check-item{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-muted);font-family:var(--mono)}.lp-check-box{width:14px;height:14px;border-radius:3px;border:1.5px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center}.lp-check-box.done{background:var(--text);border-color:var(--text)}.lp-check-box.done:after{content:"";width:6px;height:4px;border-left:1.5px solid white;border-bottom:1.5px solid white;transform:rotate(-45deg) translateY(-1px);display:block}.lp-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.lp-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-pricing-card{border:1px solid var(--border);border-radius:16px;padding:32px;background:#fff;box-shadow:0 4px 24px #00000008;display:flex;flex-direction:column;position:relative}.lp-pricing-card-popular{border-color:var(--accent);box-shadow:0 8px 32px #2383e21a}.lp-plan-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:11px;font-weight:600;padding:4px 12px;border-radius:100px;letter-spacing:.05em}.lp-plan-header{margin-bottom:24px}.lp-plan-name{font-size:18px;font-weight:700;margin-bottom:8px}.lp-plan-desc{font-size:13px;color:#555;line-height:1.5}.lp-plan-price-large{font-size:32px;font-weight:700;font-family:var(--mono);margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.lp-plan-price-large .lp-free{color:#2d7f5b;font-size:28px;font-family:var(--font)}.lp-plan-period{font-size:14px;color:#555;font-weight:400;font-family:var(--font)}.lp-plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.lp-plan-features li{font-size:14px;color:#555;display:flex;align-items:flex-start;gap:10px;line-height:1.4}.lp-plan-features li:before{content:"";display:block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d7f5b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0;margin-top:2px}.lp-pricing-single-card{border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 4px 24px #00000008;overflow:hidden}.lp-pricing-single-header{padding:40px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,#fff,#fcfcfc)}.lp-pricing-single-base{text-align:right}.lp-pricing-single-body{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:40px}.lp-seat-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.lp-seat-row:last-child{border-bottom:none;padding-bottom:0}.lp-seat-name{font-weight:600;font-size:15px;margin-bottom:4px}.lp-seat-desc{font-size:13px;color:#555}.lp-seat-price{font-family:var(--mono);font-weight:600;font-size:20px;text-align:right;white-space:nowrap;margin-left:24px}.lp-seat-price .lp-free{color:#2d7f5b;font-size:18px;font-family:var(--font)}.lp-plan-features-grid{display:grid;grid-template-columns:1fr;gap:16px}.lp-pricing-limitations-wrap{grid-column:1 / -1;padding-top:32px;margin-top:8px;border-top:1px solid var(--border)}.lp-plan-limitations li{color:#666}.lp-plan-limitations li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}.lp-pricing-note{padding:80px 32px;max-width:var(--lp-content-max);margin:0 auto;text-align:center}.lp-faq-item{border:1px solid var(--border);border-radius:12px;background:#fff;margin-bottom:12px;box-shadow:0 2px 12px #00000008}.lp-faq-item:last-child{margin-bottom:0}.lp-faq-item summary{padding:18px 48px 18px 20px;font-weight:600;cursor:pointer;list-style:none;position:relative;font-size:15px;line-height:1.45;letter-spacing:-.2px}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"";position:absolute;right:18px;top:50%;width:10px;height:10px;margin-top:-5px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.lp-faq-item[open] summary:after{transform:translateY(2px) rotate(225deg)}.lp-faq-answer{padding:16px 20px 20px;font-size:15px;color:#555;line-height:1.65;font-weight:400;border-top:1px solid var(--border);margin:0}.lp-cta-section{text-align:center}.lp-cta-section h2{margin-bottom:8px}.lp-cta-section p{color:#555;font-size:15px;font-weight:400;margin-bottom:28px}.lp-footer{border-top:1px solid var(--border);padding:24px 32px;display:flex;justify-content:space-between;align-items:center;max-width:var(--lp-content-max);margin:0 auto;font-size:12px;color:var(--text-muted)}@keyframes lp-fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lp-hero>*{animation:lp-fadeUp .5s ease both}.lp-hero>*:nth-child(1){animation-delay:.05s}.lp-hero>*:nth-child(2){animation-delay:.12s}.lp-hero>*:nth-child(3){animation-delay:.18s}.lp-hero>*:nth-child(4){animation-delay:.24s}.lp-hero>*:nth-child(5){animation-delay:.3s}.lp-features-hero{max-width:var(--lp-content-max);margin:0 auto;padding:80px 32px 56px;text-align:center}.lp-features-hero-title{font-size:clamp(32px,5vw,48px);font-weight:700;letter-spacing:-.04em;line-height:1.2;margin:8px 0 16px;color:var(--text)}.lp-features-hero-sub{font-size:16px;color:#555;line-height:1.7;max-width:640px;margin:0 auto 40px}.lp-tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;background:var(--surface);border:1px solid var(--border);border-radius:100px}.lp-tab{font-family:var(--font);font-size:14px;font-weight:600;color:var(--text-muted);background:transparent;border:none;padding:10px 24px;border-radius:100px;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.lp-tab:hover{color:var(--text)}.lp-tab.is-active{background:#fff;color:var(--text);box-shadow:0 1px 2px #0000000d,0 4px 12px #0000000f}.lp-features-section{padding-top:56px;padding-bottom:96px;border-bottom:none}.lp-subtabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:48px}.lp-subtab{font-family:var(--font);font-size:14px;font-weight:600;color:var(--text-muted);background:transparent;border:none;padding:14px 4px;margin-right:32px;cursor:pointer;position:relative;transition:color .15s ease}.lp-subtab:hover,.lp-subtab.is-active{color:var(--text)}.lp-subtab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--text);border-radius:1px}.lp-feature-block{display:block}.lp-feature-block-head{margin-bottom:40px}.lp-feature-block-title{font-size:26px;font-weight:700;letter-spacing:-.5px;line-height:1.3;margin:8px 0 12px;color:var(--text)}.lp-feature-block-desc{font-size:15px;color:#555;line-height:1.7;max-width:720px}.lp-feature-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.lp-feature-item{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 2px 12px #00000005;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-feature-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000d;border-color:var(--border-hover)}.lp-feature-item-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(145deg,#eef4ff,#e3edff);color:var(--accent);display:flex;align-items:center;justify-content:center}.lp-feature-item-body{min-width:0}.lp-feature-item-title{font-size:15px;font-weight:700;color:var(--text);margin:0 0 6px;line-height:1.4;letter-spacing:-.2px}.lp-feature-item-desc{font-size:13.5px;color:#555;line-height:1.65;margin:0}.lp-roadmap-section{max-width:var(--lp-content-max);margin:0 auto;padding:0 32px 96px}.lp-roadmap-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:28px 32px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(120% 180% at 0% 0%,rgba(35,131,226,.08),transparent 55%),linear-gradient(135deg,#fff,#f7faff);text-decoration:none;color:var(--text);box-shadow:0 4px 24px #0000000a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-roadmap-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,transparent 0%,rgba(35,131,226,.06) 50%,transparent 100%);opacity:0;transition:opacity .25s ease}.lp-roadmap-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2383e21f;border-color:#2383e259}.lp-roadmap-card:hover:after{opacity:1}.lp-roadmap-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.lp-roadmap-card-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(145deg,#eef4ff,#dce9ff);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-roadmap-card-body{min-width:0}.lp-roadmap-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.lp-roadmap-title{font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.45;color:var(--text);margin:0 0 4px}.lp-roadmap-desc{font-size:13.5px;color:#555;line-height:1.6;margin:0}.lp-roadmap-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:100px;background:var(--text);color:#fff;font-size:14px;font-weight:600;white-space:nowrap;flex-shrink:0;transition:transform .2s ease,background .2s ease}.lp-roadmap-cta svg{transition:transform .2s ease}.lp-roadmap-card:hover .lp-roadmap-cta svg{transform:translate(2px)}@media(max-width:720px){.lp-roadmap-section{padding:0 16px 64px}.lp-roadmap-card{grid-template-columns:1fr;gap:16px;padding:24px;text-align:left}.lp-roadmap-card-icon{width:48px;height:48px}.lp-roadmap-cta{width:100%;justify-content:center}}@media(max-width:720px){.lp-features-hero{padding:56px 16px 40px}.lp-features-section{padding:32px 16px 64px}.lp-tab{padding:8px 18px;font-size:13px}.lp-subtab{margin-right:20px;font-size:13px}.lp-feature-list{grid-template-columns:1fr;gap:12px}.lp-feature-block-title{font-size:22px}}.lp-subpage-main{flex:1;max-width:var(--lp-content-max);margin:0 auto;width:100%;padding:48px 32px 80px}.lp-subpage-title{font-size:clamp(26px,4vw,36px);font-weight:700;letter-spacing:-.04em;margin-bottom:32px;line-height:1.25;color:var(--text)}.lp-subpage-body{max-width:720px}.lp-legal-body h2{font-size:17px;font-weight:700;margin:36px 0 12px;letter-spacing:-.02em;color:var(--text)}.lp-legal-body h2:first-child{margin-top:0}.lp-legal-body p,.lp-legal-body li{font-size:14px;color:#555;line-height:1.75}.lp-legal-body p{margin-bottom:16px}.lp-legal-body ul{margin:0 0 16px;padding-left:1.25em}.lp-legal-body li{margin-bottom:8px}.lp-form{display:flex;flex-direction:column;gap:20px}.lp-form-group{display:flex;flex-direction:column;gap:8px}.lp-form-group label{font-size:13px;font-weight:600;color:var(--text)}.lp-form-group .lp-optional{font-weight:400;color:var(--text-muted)}.lp-input,.lp-textarea,.lp-select{font-family:var(--font);font-size:15px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.lp-select{cursor:pointer;line-height:1.4}.lp-input:focus,.lp-textarea:focus,.lp-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2383e226}.lp-textarea{min-height:160px;resize:vertical;line-height:1.6}.lp-form-hint{font-size:12px;color:var(--text-muted);line-height:1.5}.lp-form-notice{margin:-4px 0 0;font-size:13px;color:#555;line-height:1.7}.lp-form-notice-box{border:1px solid var(--border);border-radius:var(--radius-lg);background:#00000005;padding:16px 18px}.lp-form-notice-title{margin:0 0 12px;font-size:14px;font-weight:700;color:var(--text);letter-spacing:.02em}.lp-form-notice-body{font-size:13px;color:#555;line-height:1.7}.lp-form-notice-body p{margin:0 0 10px}.lp-form-notice-body p:last-child{margin-bottom:0}.lp-form-check{display:flex;align-items:flex-start;gap:10px}.lp-form-check input{margin-top:3px;width:16px;height:16px;accent-color:var(--accent)}.lp-form-check label{font-size:13px;font-weight:400;color:#555;line-height:1.55}.lp-form-submit{margin-top:8px}.company-dl{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;font-size:14px;line-height:1.65}.company-dl dt{font-weight:600;color:var(--text-muted)}.company-dl dd{margin:0;color:#555}@media(max-width:600px){.company-dl{grid-template-columns:1fr;gap:4px}.company-dl dt{margin-top:12px}.company-dl dt:first-child{margin-top:0}.lp-subpage-main{padding:32px 16px 64px}.lp-mockup-body:not(.lp-mockup-body--screenshot){padding:16px}.lp-mockup-table{overflow-x:auto}.lp-mockup-th,.lp-mockup-tr{min-width:480px}.lp-hero-actions{flex-direction:column;align-items:stretch;gap:16px}.lp-btn-primary,.lp-btn-secondary{width:100%;justify-content:center}.lp-hero h1{font-size:32px}.lp-hero-sub{font-size:15px;margin-bottom:24px}.lp-feature-card,.lp-feature-card.large{grid-template-columns:1fr;padding:24px}.lp-sub-grid{grid-template-columns:1fr}.lp-demo-videos-section{padding-top:56px;padding-bottom:56px}.lp-demo-videos-grid,.lp-pricing-grid{grid-template-columns:1fr;gap:32px}.lp-pricing-card{padding:24px}.lp-pricing-single-header{flex-direction:column;align-items:flex-start;gap:24px;padding:24px}.lp-pricing-single-base{text-align:left}.lp-pricing-single-body{grid-template-columns:1fr;gap:32px;padding:24px}.lp-seat-row{flex-direction:column;align-items:flex-start;gap:12px}.lp-seat-price{margin-left:0}.lp-nav{padding:10px 16px}.lp-hero{padding:64px 16px 48px}.lp-section{padding:48px 16px}.lp-section h2{font-size:24px;margin-bottom:24px}.lp-comparison-table-wrap{border-radius:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.lp-comparison-table{min-width:520px}.lp-comparison-section h2.lp-comparison-heading{margin-bottom:24px}.lp-comparison-section{padding-top:48px;padding-bottom:48px}.lp-footer{flex-direction:column;gap:8px;text-align:center}}.lp-subpage-body:has(.lp-thanks){max-width:100%}.lp-thanks{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:40px 0 24px;width:100%}.lp-thanks-icon{display:flex;align-items:center;justify-content:center}.lp-thanks-message{font-size:17px;font-weight:500;color:var(--text);line-height:1.8;margin:0}.lp-thanks-sub{font-size:14px;color:var(--text-muted);line-height:1.8;margin:0}.lp-thanks-actions{margin-top:12px}
