:root{--primary: #6C31E3;--primary-dark: #5424B8;--primary-light: #A079FF;--primary-50: #F5F0FE;--primary-100: #E5D9FC;--accent: #FF6B35;--accent-dark: #E55A27;--accent-light: #FFEDE5;--text-dark: #0F0F1A;--text-body: #3A3A4A;--text-muted: #6B6B7A;--bg: #FFFFFF;--bg-soft: #FAFAFC;--border: #E8E8EE;--shadow-sm: 0 2px 8px rgba(108, 49, 227, .06);--shadow-md: 0 8px 24px rgba(108, 49, 227, .08);--shadow-lg: 0 20px 60px rgba(108, 49, 227, .12)}.lp-page *{margin:0;padding:0;box-sizing:border-box}.lp-page{font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic,Noto Sans JP,sans-serif;color:var(--text-body);background:var(--bg);line-height:1.75;font-size:16px;-webkit-font-smoothing:antialiased;overflow-x:hidden;scroll-behavior:smooth}.lp-page a{color:inherit;text-decoration:none}.lp-page .container{max-width:1120px;margin:0 auto;padding:0 24px}.lp-page .container-narrow{max-width:880px;margin:0 auto;padding:0 24px}.lp-page .fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.lp-page .fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.lp-page .section{padding:70px 0}.lp-page .section-title{font-size:28px}.lp-page .section-sub{font-size:15px}}@media(max-width:480px){.lp-page .section-title{font-size:24px}}.lp-page .header{position:fixed;top:0;left:0;right:0;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;z-index:100;transition:border-color .3s ease}.lp-page .header.scrolled{border-bottom-color:var(--border)}.lp-page .header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1120px;margin:0 auto}.lp-page .logo{display:flex;align-items:center;gap:8px;color:var(--text-dark);text-decoration:none}.lp-page .logo-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #6c31e34d;flex-shrink:0}.lp-page .logo-icon svg{width:36px;height:36px}.lp-page .logo-text{display:flex;flex-direction:column;line-height:1.1}.lp-page .logo-text .logo-main{font-weight:800;font-size:18px;letter-spacing:-.01em}.lp-page .logo-text .logo-sub{font-weight:700;font-size:12px;letter-spacing:-.01em;color:var(--text-dark);margin-top:2px}.lp-page .logo-text .logo-sub .ai{color:var(--primary)}.lp-page .header-cta{padding:10px 20px;background:var(--primary);color:#fff;border-radius:10px;font-weight:600;font-size:14px;transition:all .2s}.lp-page .header-cta:hover{background:var(--primary-dark);transform:translateY(-1px)}.lp-page .breadcrumb{padding:90px 0 0;position:relative;background:transparent}.lp-page .breadcrumb>.container{position:relative;z-index:1}.lp-page .breadcrumb-list{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);list-style:none;flex-wrap:wrap}.lp-page .breadcrumb-list a{color:var(--text-muted);transition:color .2s}.lp-page .breadcrumb-list a:hover{color:var(--primary)}.lp-page .breadcrumb-sep{color:var(--border);font-size:10px}.lp-page .breadcrumb-list .current{color:var(--text-dark);font-weight:600}@media(max-width:768px){.lp-page .breadcrumb{padding:80px 0 0}.lp-page .breadcrumb-list{font-size:12px}.lp-page .header-cta{padding:8px 14px;font-size:13px}}.lp-page .hero{padding:40px 0 100px;position:relative;overflow:hidden}.lp-page main{position:relative;isolation:isolate}.lp-page main:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(108,49,227,.12) 0%,transparent 70%);border-radius:50%;z-index:-1;pointer-events:none}.lp-page .hero:after{content:"";position:absolute;bottom:-300px;left:-300px;width:700px;height:700px;background:radial-gradient(circle,rgba(255,107,53,.08) 0%,transparent 70%);border-radius:50%;z-index:-1;pointer-events:none}.lp-page .hero-content{text-align:center;max-width:780px;margin:0 auto}.lp-page .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:var(--primary-50);color:var(--primary-dark);border-radius:100px;font-size:13px;font-weight:600;margin-bottom:28px;border:1px solid var(--primary-100)}.lp-page .hero-badge:before{content:"";width:6px;height:6px;background:var(--primary);border-radius:50%;display:inline-block;animation:lp-pulse 2s infinite}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.lp-page .hero h1{font-size:52px;font-weight:800;line-height:1.2;color:var(--text-dark);margin-bottom:24px;letter-spacing:-.02em}.lp-page .hero h1 .highlight{background:linear-gradient(120deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-page .hero-sub{font-size:19px;color:var(--text-muted);line-height:1.7;margin-bottom:40px}.lp-page .hero-cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:60px}.lp-page .btn-primary{padding:16px 32px;background:var(--accent);color:#fff;border-radius:12px;font-weight:700;font-size:16px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 4px 14px #ff6b354d}.lp-page .btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px #ff6b3566}.lp-page .btn-secondary{padding:16px 32px;background:#fff;color:var(--text-dark);border-radius:12px;font-weight:600;font-size:16px;border:1.5px solid var(--border);cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s}.lp-page .btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.lp-page .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;padding:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.lp-page .stat{text-align:center;padding:0 12px}.lp-page .stat-number{font-size:48px;font-weight:800;color:var(--primary);line-height:1;margin-bottom:10px;letter-spacing:-.03em;display:flex;align-items:baseline;justify-content:center;gap:4px}.lp-page .stat-unit{font-size:20px;font-weight:700;color:var(--primary);margin-left:2px}.lp-page .stat-label{font-size:15px;color:var(--text-dark);font-weight:700;margin-bottom:8px;letter-spacing:-.01em}.lp-page .stat-sub{font-size:12px;color:var(--text-muted);line-height:1.7;font-weight:400}@media(max-width:768px){.lp-page .hero{padding:30px 0 70px}.lp-page .hero h1{font-size:32px}.lp-page .hero-sub{font-size:16px}.lp-page .hero-cta-group{flex-direction:column}.lp-page .btn-primary,.lp-page .btn-secondary{width:100%;justify-content:center}.lp-page .hero-stats{grid-template-columns:1fr;gap:32px;padding:32px 0}.lp-page .stat-number{font-size:42px}.lp-page .stat-sub{font-size:12px}}@media(max-width:480px){.lp-page .hero h1{font-size:28px}}.lp-page .section{padding:100px 0;position:relative}.lp-page .section-soft{background:var(--bg-soft)}.lp-page .section-label{display:inline-block;padding:6px 14px;background:var(--primary-50);color:var(--primary);border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.lp-page .section-title{font-size:40px;font-weight:800;color:var(--text-dark);line-height:1.3;margin-bottom:16px;letter-spacing:-.02em}.lp-page .section-sub{font-size:17px;color:var(--text-muted);line-height:1.7;max-width:680px}.lp-page .section-header{text-align:center;margin-bottom:64px}.lp-page .section-header .section-sub{margin-left:auto;margin-right:auto}.lp-page .problem-intro{max-width:680px;margin:0 auto 64px;text-align:center}.lp-page .problem-intro .quote{font-size:22px;line-height:1.8;color:var(--text-dark);font-weight:500;margin-bottom:24px;position:relative;padding:0 20px}.lp-page .problem-intro .quote-list{display:flex;flex-direction:column;gap:14px;margin:32px 0}.lp-page .problem-intro .quote-item{padding:16px 24px;background:#fff;border-radius:12px;border-left:4px solid var(--primary);text-align:left;font-size:15px;line-height:1.7;box-shadow:var(--shadow-sm)}.lp-page .graph-card{background:#fff;border-radius:20px;padding:40px;box-shadow:var(--shadow-md);margin:40px 0;border:1px solid var(--border)}.lp-page .graph-card img{width:100%;height:auto;display:block;border-radius:12px}.lp-page .graph-caption{margin-top:24px;padding-top:24px;border-top:1px solid var(--border);display:flex;gap:16px;align-items:flex-start}.lp-page .graph-caption-icon{width:40px;height:40px;background:var(--accent-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);font-weight:800;font-size:18px}.lp-page .graph-caption-text{font-size:15px;line-height:1.7;color:var(--text-body)}.lp-page .graph-caption-text strong{color:var(--accent-dark);font-weight:700}@media(max-width:768px){.lp-page .graph-card{padding:20px}.lp-page .problem-intro .quote{font-size:17px}}.lp-page .solution-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);padding:80px 48px;border-radius:24px;color:#fff;text-align:center;margin:40px 0;position:relative;overflow:hidden}.lp-page .solution-hero:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#ffffff14;border-radius:50%}.lp-page .solution-hero:after{content:"";position:absolute;bottom:-100px;left:-100px;width:250px;height:250px;background:#ff6b3526;border-radius:50%}.lp-page .solution-hero h3{font-size:32px;font-weight:800;line-height:1.4;margin-bottom:20px;position:relative;z-index:1}.lp-page .solution-hero p{font-size:17px;line-height:1.8;opacity:.95;max-width:640px;margin:0 auto;position:relative;z-index:1}.lp-page .comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}.lp-page .comparison-card{padding:32px;border-radius:20px;border:2px solid var(--border)}.lp-page .comparison-card.bad{background:var(--bg-soft)}.lp-page .comparison-card.good{background:var(--primary-50);border-color:var(--primary-100)}.lp-page .comparison-icon{font-size:28px;margin-bottom:16px;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;font-weight:800}.lp-page .comparison-card.bad .comparison-icon{background:#fee2e2;color:#dc2626}.lp-page .comparison-card.good .comparison-icon{background:var(--primary);color:#fff}.lp-page .comparison-card h4{font-size:20px;font-weight:700;color:var(--text-dark);margin-bottom:12px}.lp-page .comparison-card p{font-size:15px;line-height:1.8;color:var(--text-body)}@media(max-width:768px){.lp-page .solution-hero{padding:48px 28px}.lp-page .solution-hero h3{font-size:22px}.lp-page .solution-hero p{font-size:15px}.lp-page .comparison{grid-template-columns:1fr}}.lp-page .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}.lp-page .feature-card{background:#fff;padding:40px;border-radius:20px;border:1px solid var(--border);transition:all .3s;position:relative;overflow:hidden}.lp-page .feature-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary);transform:translate(-4px);transition:transform .3s}.lp-page .feature-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--primary-50);color:var(--primary);border-radius:12px;font-size:18px;font-weight:800;margin-bottom:20px}.lp-page .feature-card h3{font-size:22px;font-weight:700;color:var(--text-dark);margin-bottom:12px;letter-spacing:-.01em}.lp-page .feature-card p{font-size:15px;line-height:1.8;color:var(--text-body);margin-bottom:16px}.lp-page .feature-example{background:var(--bg-soft);padding:16px 20px;border-radius:12px;font-size:14px;line-height:1.8;color:var(--text-muted);border-left:3px solid var(--primary)}.lp-page .feature-example code{background:#fff;padding:2px 8px;border-radius:4px;font-family:SF Mono,Consolas,monospace;font-size:13px;color:var(--primary-dark)}@media(max-width:768px){.lp-page .features-grid{grid-template-columns:1fr}.lp-page .feature-card{padding:28px}}.lp-page .screenshot-section{background:linear-gradient(180deg,var(--bg-soft) 0%,white 100%)}.lp-page .screenshot-wrap{margin-top:48px;display:grid;gap:32px}.lp-page .screenshot-item{background:#fff;padding:32px;border-radius:20px;box-shadow:var(--shadow-md);border:1px solid var(--border)}.lp-page .screenshot-item h4{font-size:18px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.lp-page .screenshot-item .desc{font-size:14px;color:var(--text-muted);margin-bottom:20px}.lp-page .screenshot-item img{width:100%;height:auto;border-radius:12px;display:block;border:1px solid var(--border)}@media(max-width:768px){.lp-page .screenshot-item{padding:20px}}.lp-page .manual-section{background:linear-gradient(135deg,var(--primary-50) 0%,#FFF4E5 100%);padding:80px 0}.lp-page .manual-card{background:#fff;padding:56px;border-radius:24px;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.lp-page .manual-content h3{font-size:32px;font-weight:800;color:var(--text-dark);line-height:1.4;margin-bottom:16px;letter-spacing:-.02em}.lp-page .manual-content p{font-size:16px;line-height:1.8;color:var(--text-body);margin-bottom:24px}.lp-page .manual-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.lp-page .manual-feature{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-body)}.lp-page .check-icon{width:20px;height:20px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:900;flex-shrink:0}.lp-page .manual-visual{background:var(--bg-soft);border-radius:16px;padding:40px 32px;text-align:center;border:1px solid var(--border)}.lp-page .pdf-icon{width:80px;height:100px;margin:0 auto 16px;background:#fff;border:2px solid var(--primary);border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--primary);font-size:20px}.lp-page .pdf-icon:before{content:"";position:absolute;top:-2px;right:-2px;width:20px;height:20px;background:var(--primary);clip-path:polygon(100% 0,0 0,100% 100%)}.lp-page .manual-visual-stat{font-size:14px;color:var(--text-muted)}.lp-page .manual-visual-stat strong{display:block;font-size:22px;color:var(--text-dark);margin-bottom:4px}@media(max-width:768px){.lp-page .manual-card{grid-template-columns:1fr;padding:32px 24px;gap:28px}.lp-page .manual-content h3{font-size:22px}}.lp-page .rules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}.lp-page .rule-category{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px;transition:all .2s}.lp-page .rule-category-header{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--border)}.lp-page .rule-icon{width:40px;height:40px;background:var(--primary);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0}.lp-page .rule-category-header h4{font-size:16px;font-weight:700;color:var(--text-dark);margin:0 0 2px;line-height:1.3}.lp-page .rule-count{font-size:12px;color:var(--primary);font-weight:600}.lp-page .rule-examples{display:flex;flex-direction:column;gap:8px}.lp-page .rule-item{display:flex;align-items:center;gap:10px;font-size:14px;padding:8px 12px;background:var(--bg-soft);border-radius:8px;font-family:-apple-system,Hiragino Kaku Gothic ProN,sans-serif}.lp-page .rule-before{color:#dc2626;text-decoration:line-through;font-weight:500;min-width:70px}.lp-page .arrow{color:var(--primary);font-weight:700;flex-shrink:0}.lp-page .rule-after{color:var(--primary-dark);font-weight:700}.lp-page .rules-cta{margin-top:48px;text-align:center;padding:32px;background:var(--primary-50);border-radius:16px;border:1px solid var(--primary-100)}.lp-page .rules-cta p{font-size:15px;color:var(--text-body);margin-bottom:16px}.lp-page .btn-secondary-small{display:inline-block;padding:12px 24px;background:#fff;color:var(--primary);border:1.5px solid var(--primary);border-radius:10px;font-weight:600;font-size:14px;transition:all .2s}.lp-page .btn-secondary-small:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}@media(max-width:768px){.lp-page .rules-grid{grid-template-columns:1fr}.lp-page .rule-category{padding:20px}}.lp-page .comparison-table-wrap{margin-top:60px;overflow-x:auto;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-md);position:relative}.lp-page .comparison-table{width:100%;border-collapse:collapse;font-size:14px;min-width:640px}.lp-page .comparison-table thead th{background:var(--bg-soft);color:var(--text-dark);font-weight:600;padding:36px 12px 20px;text-align:center;border-bottom:2px solid var(--border);font-size:13px;line-height:1.5;position:relative;vertical-align:bottom}.lp-page .comparison-table thead th.highlighted{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;font-weight:700}.lp-page .comparison-table thead th.highlighted:before{content:"おすすめ";position:absolute;top:8px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:3px 14px;border-radius:100px;font-size:11px;font-weight:700;box-shadow:0 2px 6px #ff6b3566;white-space:nowrap}.lp-page .comparison-table tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.lp-page .comparison-table tbody tr:last-child{border-bottom:none}.lp-page .comparison-table tbody tr:hover{background:var(--primary-50)}.lp-page .comparison-table td{padding:16px;text-align:center;color:var(--text-body);vertical-align:middle}.lp-page .comparison-table td.row-label{text-align:left;font-weight:600;color:var(--text-dark);background:var(--bg-soft);padding-left:20px;min-width:180px}.lp-page .comparison-table td.highlighted{background:#6c31e30a;font-weight:600;color:var(--primary-dark);border-left:3px solid var(--primary);border-right:3px solid var(--primary)}.lp-page .comparison-table tbody tr:hover td.highlighted{background:#6c31e314}.lp-page .comparison-table tbody tr:last-child td.highlighted{border-bottom:3px solid var(--primary)}.lp-page .cell-yes{color:#16a34a;font-size:20px;font-weight:800}.lp-page .cell-no{color:#dc2626;font-size:20px;font-weight:800}.lp-page .cell-partial{color:#ca8a04;font-size:20px;font-weight:800}.lp-page .comparison-note{margin-top:24px;padding:16px 20px;background:var(--bg-soft);border-radius:10px;border-left:3px solid var(--text-muted)}.lp-page .comparison-note p{font-size:13px;color:var(--text-muted);line-height:1.7;margin:0}@media(max-width:768px){.lp-page .comparison-table{font-size:12px}.lp-page .comparison-table thead th{padding:14px 10px;font-size:12px}.lp-page .comparison-table td{padding:12px 10px}.lp-page .comparison-table td.row-label{padding-left:14px;min-width:140px;font-size:12px}.lp-page .cell-yes,.lp-page .cell-no,.lp-page .cell-partial{font-size:16px}}.lp-page .pricing-section{padding:100px 0}.lp-page .pricing-card{max-width:600px;margin:0 auto;background:#fff;border:2px solid var(--primary);border-radius:24px;padding:56px 48px;box-shadow:var(--shadow-lg);text-align:center;position:relative}.lp-page .pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:6px 20px;border-radius:100px;font-size:13px;font-weight:700}.lp-page .pricing-title{font-size:18px;color:var(--text-muted);margin-bottom:16px}.lp-page .pricing-prices{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.lp-page .price-regular{font-size:17px;color:var(--text-muted);text-decoration:line-through}.lp-page .price-main{font-size:18px;color:var(--text-muted);font-weight:500}.lp-page .price-main .amount{font-size:56px;font-weight:800;color:var(--primary);letter-spacing:-.03em;line-height:1;margin:0 4px}.lp-page .price-note{font-size:13px;color:var(--accent-dark);background:var(--accent-light);display:inline-block;padding:6px 14px;border-radius:100px;font-weight:600;margin-top:8px}.lp-page .pricing-features{display:flex;flex-direction:column;gap:14px;margin:32px 0;text-align:left;padding:24px 28px;background:var(--bg-soft);border-radius:16px}.lp-page .pricing-feature{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-body)}.lp-page .pricing-cta{display:block;padding:18px 32px;background:var(--accent);color:#fff;border-radius:14px;font-weight:700;font-size:17px;transition:all .2s;box-shadow:0 6px 18px #ff6b354d;margin-top:24px}.lp-page .pricing-cta:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 28px #ff6b3566}@media(max-width:768px){.lp-page .pricing-card{padding:40px 24px}.lp-page .price-main .amount{font-size:44px}}.lp-page .faq-list{max-width:800px;margin:0 auto}.lp-page .faq-item{background:#fff;border:1px solid var(--border);border-radius:14px;margin-bottom:12px;overflow:hidden;transition:box-shadow .2s}.lp-page .faq-item:hover{box-shadow:var(--shadow-sm)}.lp-page .faq-question{padding:22px 28px;font-size:16px;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;user-select:none}.lp-page .faq-question:not(:has(.faq-icon)):after{content:"+";font-size:24px;color:var(--primary);font-weight:400;transition:transform .2s;flex-shrink:0}.lp-page .faq-item.open .faq-question:not(:has(.faq-icon)):after{transform:rotate(45deg)}.lp-page .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 28px}.lp-page .faq-item.open .faq-answer{max-height:500px;padding:0 28px 24px}.lp-page .faq-answer p{font-size:15px;line-height:1.8;color:var(--text-body)}@media(max-width:768px){.lp-page .faq-question{padding:18px 20px;font-size:15px}.lp-page .faq-item.open .faq-answer{padding:0 20px 20px}}.lp-page .footer{padding:60px 0 40px;background:var(--text-dark);color:#ffffffb3;text-align:center}.lp-page .footer-logo{margin-bottom:20px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:16px}.lp-page .footer-logo .logo-text .logo-main,.lp-page .footer-logo .logo-text .logo-sub{color:#fff}.lp-page .footer-logo .logo-text .logo-sub .ai{color:var(--primary-light)}.lp-page .footer p{font-size:14px;line-height:1.8;margin-bottom:8px}.lp-page .footer a{color:var(--primary-light);text-decoration:underline}.lp-page .footer-divider{width:40px;height:2px;background:var(--primary-light);margin:24px auto;border-radius:2px}
