@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap";.landing-page{--primary-main: #5FCEB2;--primary-hover: #4DB9A8;--primary-dark: #3A9C8D;--accent-yellow: #FFE066;--chip-bg: #d9efed;--chip-text: #004d40;--bg-app: hsl(210, 30%, 97%);--bg-admin: #000000;--bg-white: #ffffff;--gray-100: #fafafa;--gray-200: #f5f5f5;--border-light: #e0e0e0;--border-main: #AEAEAE;--border-dark: #A7ABB4;--border-strong: #858585;--text-main: #23221E;--text-sub: #5F5F5F;--color-warning: #ed6c02;--color-error: #d32f2f;--bg-progress: #E3F2FD;--bg-legal: #F7D979;font-family:Noto Sans JP,sans-serif;color:var(--text-main);background-color:var(--bg-app);line-height:1.7;overflow-x:hidden;padding-top:clamp(72px,5.56vw,112px)}.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-page .text-center{text-align:center}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:16px;font-weight:700;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 10px #0000001a;border:none;cursor:pointer}.landing-page .btn-primary{background-color:var(--primary-main);color:var(--bg-white)}.landing-page .btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.landing-page .btn-secondary{background-color:var(--bg-legal);color:var(--text-main)}.landing-page .btn-secondary:hover{background-color:#e5c765;transform:translateY(-2px)}.landing-page .btn-login{background-color:transparent;color:var(--text-main);border:1px solid var(--border-main);box-shadow:none}.landing-page .btn-login:hover{border-color:var(--primary-main);color:var(--primary-main);transform:translateY(-2px)}.landing-page .image-placeholder{background-color:var(--gray-200);border:2px dashed var(--border-main);display:flex;align-items:center;justify-content:center;color:var(--text-sub);font-weight:700;font-size:14px;text-align:center;padding:20px;border-radius:8px;min-height:150px}.landing-page .fade-in{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.landing-page .fade-in.visible{opacity:1;transform:translateY(0)}.landing-page .lp-img{width:100%;border-radius:12px;object-fit:cover;display:block}.landing-page .lp-img-shadow{box-shadow:0 8px 30px #0000001a}.landing-page .hero-image video{width:100%;border-radius:16px;object-fit:cover;max-height:440px;display:block;background-color:#000;transition:transform .4s ease,box-shadow .4s ease}.landing-page .hero-image video:hover{transform:translateY(-4px);box-shadow:0 16px 40px #5fceb233}.landing-page .service-logos{display:flex;align-items:center;gap:16px;margin-top:16px;flex-wrap:wrap}.landing-page .service-logos img{height:36px;object-fit:contain;transition:transform .2s ease}.landing-page .service-logos img:hover{transform:scale(1.1)}.landing-page header{background-color:#fffffff2;box-shadow:0 1px 3px #0000000d;position:fixed;top:0;right:0;left:0;width:100%;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid var(--border-light)}.landing-page .header-inner{display:flex;justify-content:space-between;align-items:center;width:calc(100% - clamp(0px,3vw,96px));max-width:1800px;height:clamp(72px,5.56vw,112px);padding-right:clamp(20px,2vw,40px);padding-left:clamp(20px,2vw,40px)}.landing-page .logo img{height:clamp(34px,3vw,56px);display:block}.landing-page nav ul{display:flex;list-style:none;gap:clamp(12px,1.5vw,40px)}.landing-page nav ul li a{text-decoration:none;color:var(--text-main);font-weight:700;font-size:clamp(13px,1vw,18px);transition:color .3s}.landing-page nav ul li a:hover{color:var(--primary-main)}.landing-page .header-cta{display:flex;gap:clamp(8px,1vw,20px)}.landing-page .header-cta .btn{padding:clamp(8px,.8vw,14px) clamp(12px,1.5vw,30px);font-size:clamp(12px,.9vw,17px);box-shadow:none}.landing-page .menu-toggle{display:none;width:46px;height:46px;padding:10px;border:1px solid var(--border-light);border-radius:8px;background:var(--bg-white);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.landing-page .menu-toggle span{display:block;width:24px;height:2px;border-radius:2px;background-color:var(--text-main);transition:transform .25s ease,opacity .25s ease}.landing-page .menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-page .menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.landing-page .menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-page section{padding:80px 0;scroll-margin-top:80px}.landing-page .section-bg-white{background-color:var(--bg-white)}.landing-page .section-bg-gray{background-color:var(--gray-100)}.landing-page .section-bg-dark{background-color:var(--text-main);color:var(--bg-white)}.landing-page .section-header{text-align:center;margin-bottom:50px}.landing-page .section-title{font-size:32px;font-weight:700;color:var(--text-main);position:relative;display:inline-block}.landing-page .section-bg-dark .section-title{color:var(--bg-white)}.landing-page .hero{background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-app) 100%);padding:60px 0 80px;overflow:hidden;border-bottom:1px solid var(--border-light)}.landing-page .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.landing-page .hero-content h1{font-size:42px;font-weight:900;line-height:1.4;color:var(--text-main);margin-bottom:24px}.landing-page .hero-content h1 span{color:var(--primary-main)}.landing-page .hero-content p{font-size:16px;color:var(--text-sub);margin-bottom:30px}.landing-page .hero-features{margin-bottom:35px;background:var(--bg-white);padding:24px;border-radius:12px;border-left:5px solid var(--primary-main);box-shadow:0 4px 15px #00000008}.landing-page .hero-features div{font-weight:700;margin-bottom:12px;font-size:15px;display:flex;align-items:center}.landing-page .hero-features div:last-child{margin-bottom:0}.landing-page .hero-features div:before{content:"✓";color:var(--bg-white);background-color:var(--primary-main);width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:12px;margin-right:12px}.landing-page .problems-box{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-light);box-shadow:0 10px 30px #00000008;padding:40px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.landing-page .problems-list{list-style:none}.landing-page .problems-list li{position:relative;padding-left:35px;margin-bottom:20px;font-size:16px;font-weight:700;color:var(--text-main)}.landing-page .problems-list li:before{content:"!";position:absolute;left:0;top:-2px;width:24px;height:24px;background-color:var(--color-warning);color:var(--bg-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.landing-page .solution-lead{margin-top:50px;position:relative;overflow:hidden;background-color:#c9f1e8;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.46) 0 2px,transparent 2px 8px);color:var(--text-main);padding:56px 44px 48px;border:1px solid rgba(95,206,178,.45);border-radius:18px;text-align:center;box-shadow:0 18px 44px #004d4014}.landing-page .solution-lead:before,.landing-page .solution-lead:after{content:"";position:absolute;width:280px;height:280px;border:2px solid rgba(255,255,255,.38);border-radius:50%;pointer-events:none}.landing-page .solution-lead:before{top:-150px;left:-90px}.landing-page .solution-lead:after{right:-110px;bottom:-165px}.landing-page .solution-lead h3{position:relative;z-index:1;font-size:30px;color:var(--text-main);margin-bottom:18px}.landing-page .solution-lead h3 strong{color:var(--primary-dark)}.landing-page .solution-catch{position:relative;z-index:1;display:inline;font-size:24px;font-weight:900;line-height:1.65;background:linear-gradient(transparent 66%,var(--accent-yellow) 66%)}.landing-page .solution-subtitle{position:relative;z-index:1;margin-top:18px;color:var(--text-main);font-size:16px;font-weight:700}.landing-page .solution-subtitle strong{color:var(--color-error)}.landing-page .solution-diagram{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 320px minmax(0,1fr);gap:0;align-items:start;max-width:1000px;margin:38px auto 0}.landing-page .source-panel{position:relative;padding-top:34px}.landing-page .source-image{display:block;width:min(100%,245px);margin:0 auto;border-radius:50%;border:4px solid rgba(255,255,255,.82);box-shadow:0 10px 28px #002d3b21}.landing-page .source-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:-34px;position:relative}.landing-page .source-visual{position:relative;width:min(100%,245px);margin:0 auto}.landing-page .source-visual .source-image{width:100%}.landing-page .source-visual .source-badges{position:absolute;inset:0;display:block;margin:0}.landing-page .source-visual .source-badge{position:absolute;width:74px;height:74px;min-height:0;padding:10px;border-radius:50%;transform:translate(-50%,-50%)}.landing-page .source-visual .source-badge-gmail{top:34%;left:50%}.landing-page .source-visual .source-badge-slack{top:70%;left:27%}.landing-page .source-visual .source-badge-drive{top:70%;left:73%}.landing-page .source-visual .source-badge-gmail img{width:54px;height:auto;max-width:none;max-height:none}.landing-page .source-visual .source-badge-slack img{width:70px;height:auto;max-width:none;max-height:none}.landing-page .source-visual .source-badge-drive img{width:65px;height:auto;max-width:none;max-height:none}.landing-page .source-badge{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:8px 11px;border:2px solid var(--bg-white);border-radius:999px;background-color:var(--bg-white);color:var(--text-main);font-size:11px;font-weight:900;box-shadow:0 5px 14px #002d3b26}.landing-page .source-badge img{display:block;max-width:66px;max-height:27px}.landing-page .source-badge.icon-badge{flex-direction:column;width:64px;min-height:64px;padding:7px;line-height:1.2}.landing-page .source-icon{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;margin-bottom:3px;border-radius:8px;background:var(--chip-bg);color:var(--primary-dark);font-size:19px;font-weight:900;line-height:1}.landing-page .source-visual .source-badge.icon-badge{width:74px;height:74px;min-height:0;padding:7px}.landing-page .source-visual .source-badge-trend{top:34%;left:50%}.landing-page .source-visual .source-badge-news{top:70%;left:27%}.landing-page .source-visual .source-badge-fire{top:70%;left:73%}.landing-page .analysis-core{position:relative;z-index:3;width:320px;margin:0 auto}.landing-page .graph-canvas{position:relative;width:100%}.landing-page .graph-canvas>img{display:block;width:100%;height:auto}.landing-page .graph-text{position:absolute;z-index:2;font-weight:900;line-height:1.35;white-space:nowrap;transform:translate(-50%,-50%)}.landing-page .graph-low{color:#9b9b9b;font-size:22px}.landing-page .graph-high{color:var(--bg-white);font-size:22px}.landing-page .graph-low-top{top:15%;left:29%}.landing-page .graph-high-top{top:15%;left:77%}.landing-page .graph-high-bottom{top:40%;left:21%}.landing-page .graph-low-bottom{top:40%;left:71%}.landing-page .graph-center-text{top:29%;left:50%;color:var(--bg-white);font-size:21px;line-height:1.55}.landing-page .graph-extract-text{top:45%;left:50%;color:var(--bg-white);font-size:19px;line-height:1.05;writing-mode:vertical-rl;letter-spacing:.08em}.landing-page .graph-side-text{top:28%;padding:5px 10px;border:2px solid var(--bg-white);border-radius:7px;background-color:var(--accent-yellow);color:var(--text-main);font-size:19px;box-shadow:0 3px 10px #002d3b1f}.landing-page .graph-side-left{left:12%}.landing-page .graph-side-right{left:88%}.landing-page .graph-output-lead{top:76%;left:50%;color:var(--bg-white);font-size:18px;line-height:1.45;text-align:center}.landing-page .graph-output-topic{top:84%;left:50%;display:flex;align-items:center;gap:2px;font-size:21px;line-height:1.25;text-align:center}.landing-page .graph-output-words{color:var(--accent-yellow)}.landing-page .solution-summary{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:center;max-width:940px;margin:28px auto 0;text-align:left}.landing-page …46 tokens truncated…y p strong{color:var(--primary-dark)}.landing-page .solution-person{width:100%;max-height:280px;object-fit:cover;justify-self:center;border-radius:16px;box-shadow:0 12px 30px #002d3b1f}.landing-page .feature-item{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.landing-page .feature-item:nth-child(2n){direction:rtl}.landing-page .feature-item:nth-child(2n) .feature-text{direction:ltr}.landing-page .feature-item:last-child{margin-bottom:0}.landing-page .feature-num{font-size:40px;font-weight:900;color:var(--bg-progress);text-shadow:-1px -1px 0 var(--primary-main),1px -1px 0 var(--primary-main),-1px 1px 0 var(--primary-main),1px 1px 0 var(--primary-main);margin-bottom:10px;display:block;line-height:1}.landing-page .feature-text h3{font-size:24px;font-weight:700;color:var(--text-main);margin-bottom:20px}.landing-page .feature-text p{font-size:15px;color:var(--text-sub);margin-bottom:20px}.landing-page .security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.landing-page .security-card{background-color:var(--gray-200);border:1px solid var(--border-light);border-radius:8px;padding:30px;text-align:center;transition:border-color .3s}.landing-page .security-card:hover{border-color:var(--primary-main)}.landing-page .security-card h4{font-size:18px;color:var(--text-main);margin-bottom:15px}.landing-page .security-card p{color:var(--text-sub);font-size:14px}.landing-page .section-bg-dark .security-card{background-color:transparent;border-color:var(--text-sub)}.landing-page .section-bg-dark .security-card h4{color:var(--primary-main)}.landing-page .section-bg-dark .security-card p{color:var(--gray-200)}.landing-page .data-use-panel{max-width:960px;margin:0 auto;padding:36px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:12px;box-shadow:0 4px 20px #0000000d}.landing-page .data-use-lead{margin-bottom:24px;color:var(--text-sub);line-height:1.9}.landing-page .data-use-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0}.landing-page .data-use-list div{padding:20px;background:var(--gray-100);border-radius:8px}.landing-page .data-use-list dt{margin-bottom:8px;color:var(--primary-dark);font-weight:800}.landing-page .data-use-list dd{margin:0;color:var(--text-sub);font-size:14px;line-height:1.8}.landing-page .section-bg-dark .data-use-panel{background:transparent;border-color:var(--text-sub)}.landing-page .section-bg-dark .data-use-lead{color:var(--gray-200)}.landing-page .section-bg-dark .data-use-list div{background:transparent;border:1px solid var(--text-sub)}.landing-page .section-bg-dark .data-use-list dt{color:var(--primary-main)}.landing-page .section-bg-dark .data-use-list dd{color:var(--gray-200)}.landing-page .data-use-policy-link{margin-top:24px;text-align:center}.landing-page .data-use-policy-link a{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;background:var(--primary-main);color:var(--text-main);font-weight:700;text-decoration:none;border-radius:8px;box-shadow:0 4px 12px #5fceb240;transition:background-color .2s ease,transform .2s ease}.landing-page .data-use-policy-link a:hover{background:var(--primary-hover);transform:translateY(-2px)}.landing-page .ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}.landing-page .ba-card{border-radius:12px;padding:40px;border:1px solid var(--border-light)}.landing-page .ba-before{background-color:var(--gray-100);border-top:6px solid var(--border-dark)}.landing-page .ba-after{background-color:var(--bg-white);border-top:6px solid var(--primary-main);box-shadow:0 10px 30px #5fceb21a}.landing-page .ba-card h3{font-size:22px;text-align:center;margin-bottom:25px}.landing-page .ba-before h3{color:var(--text-sub)}.landing-page .ba-after h3{color:var(--primary-main)}.landing-page .ba-list{list-style:none}.landing-page .ba-list li{position:relative;padding-left:30px;margin-bottom:15px;font-size:15px;font-weight:700}.landing-page .ba-before .ba-list li{color:var(--text-sub)}.landing-page .ba-before .ba-list li:before{content:"●";position:absolute;left:0;color:var(--border-main)}.landing-page .ba-after .ba-list li{color:var(--text-main)}.landing-page .ba-after .ba-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-main);font-weight:700}.landing-page .flow-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;margin-top:48px;list-style:none;counter-reset:flow-step}.landing-page .flow-item{position:relative;min-width:0;counter-increment:flow-step}.landing-page .flow-item:not(:last-child):after{content:"";position:absolute;top:77px;right:-20px;width:12px;height:12px;border-top:3px solid var(--primary-main);border-right:3px solid var(--primary-main);transform:rotate(45deg)}.landing-page .flow-card{height:100%;padding:26px 16px 24px;border:1px solid var(--border-light);border-top:5px solid var(--primary-main);border-radius:12px;background-color:var(--bg-white);text-align:center;box-shadow:0 8px 24px #004d4012}.landing-page .flow-step{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:5px 12px;border-radius:999px;background-color:var(--chip-bg);color:var(--chip-text);font-size:12px;font-weight:900;letter-spacing:.08em}.landing-page .flow-step:before{content:"STEP " counter(flow-step)}.landing-page .flow-icon-wrap{display:flex;align-items:center;justify-content:center;width:84px;height:84px;margin:18px auto;border-radius:50%;background:linear-gradient(145deg,var(--bg-app),var(--chip-bg))}.landing-page .flow-glyph{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border:2px solid var(--primary-main);border-radius:14px;color:var(--primary-dark);font-size:27px;font-weight:900;line-height:1}.landing-page .flow-card h3{font-size:16px;line-height:1.6;color:var(--text-main)}.landing-page .faq-container{max-width:800px;margin:0 auto}.landing-page details{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;margin-bottom:16px;overflow:hidden;transition:all .3s}.landing-page details:hover{border-color:var(--border-main)}.landing-page summary{padding:20px;font-weight:700;font-size:15px;cursor:pointer;color:var(--text-main);outline:none;position:relative;list-style:none}.landing-page summary::-webkit-details-marker{display:none}.landing-page summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:20px;color:var(--primary-main)}.landing-page details[open] summary:after{content:"-";color:var(--border-dark)}.landing-page details p{padding:15px 20px 20px;color:var(--text-sub);font-size:14px;border-top:1px dashed var(--border-light)}.landing-page .bottom-cta{background:var(--bg-legal);color:var(--text-main);text-align:center;padding:80px 0;border-top:1px solid var(--border-strong)}.landing-page .bottom-cta h2{font-size:32px;font-weight:900;margin-bottom:20px;line-height:1.4}.landing-page .bottom-cta p{font-size:16px;margin-bottom:40px;color:var(--text-main)}.landing-page .cta-buttons{display:flex;justify-content:center;gap:20px}.landing-page footer{background-color:var(--bg-white);color:var(--text-main);padding:clamp(28px,2.5vw,52px) 0 clamp(20px,1.7vw,34px);font-size:clamp(13px,.9vw,17px);border-top:1px solid var(--border-light)}.landing-page footer .container{width:calc(100% - clamp(32px,4vw,96px));max-width:1800px;padding-right:clamp(16px,2vw,40px);padding-left:clamp(16px,2vw,40px)}.landing-page .footer-inner{display:grid;grid-template-columns:minmax(clamp(160px,14vw,280px),auto) 1fr minmax(clamp(160px,14vw,280px),auto);align-items:center;gap:clamp(20px,2.5vw,52px)}.landing-page .footer-logo{justify-self:start;transform:none}.landing-page .footer-logo img,.landing-page .footer-focus-logo img{width:clamp(180px,14vw,280px);height:clamp(52px,4.5vw,82px);object-fit:contain;display:block}.landing-page .footer-logo img{object-position:left center}.landing-page .footer-links{display:flex;justify-content:center;align-items:center;gap:clamp(18px,2vw,40px)}.landing-page .footer-links a{color:var(--text-main);font-weight:700;text-decoration:none;transition:color .2s ease}.landing-page .footer-links a:hover{color:var(--primary-dark);text-decoration:underline}.landing-page .footer-focus-logo{justify-self:end}.landing-page .footer-focus-logo img{object-position:right center}.landing-page .language-switcher{position:fixed;left:20px;bottom:20px;z-index:2000;display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fffffff7;border:1px solid var(--border-light);border-radius:10px;box-shadow:0 6px 20px #00000024;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s ease-out}.landing-page .language-switcher label{color:var(--text-main);font-size:13px;font-weight:700}.landing-page .language-switcher select{min-width:96px;padding:7px 30px 7px 10px;border:1px solid var(--border-dark);border-radius:6px;background-color:var(--bg-white);color:var(--text-main);font:inherit;cursor:pointer}.landing-page .language-switcher select:focus-visible{outline:3px solid rgba(95,206,178,.35);outline-offset:2px;border-color:var(--primary-main)}@media(max-width:968px){.landing-page{padding-top:72px}.landing-page .hero-grid,.landing-page .problems-box,.landing-page .feature-item,.landing-page .ba-grid{grid-template-columns:1fr;gap:30px}.landing-page .feature-item:nth-child(2n){direction:ltr}.landing-page .security-grid,.landing-page .data-use-list{grid-template-columns:1fr}.landing-page .header-inner{height:72px}.landing-page .header-cta{display:flex;gap:8px;margin-left:auto}.landing-page .header-cta .btn{padding:8px 10px;font-size:12px}.landing-page .menu-toggle{display:flex;flex-shrink:0;margin-left:10px}.landing-page nav{display:block;position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - 72px);overflow-y:auto;padding:12px max(20px,calc((100% - 1200px)/2));background:#fffffffa;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);box-shadow:0 10px 24px #0000001a;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.landing-page nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.landing-page nav ul{flex-direction:column;gap:0}.landing-page nav ul li a{display:block;padding:13px 8px;border-bottom:1px solid var(--border-light)}.landing-page .cta-buttons{flex-direction:column;align-items:center}.landing-page .flow-list{grid-template-columns:1fr;gap:24px;max-width:560px;margin-right:auto;margin-left:auto}.landing-page .flow-item:not(:last-child):after{top:auto;right:50%;bottom:-17px;transform:translate(50%) rotate(135deg)}.landing-page .flow-card{display:grid;grid-template-columns:auto 84px minmax(0,1fr);align-items:center;gap:16px;padding:18px 22px;text-align:left}.landing-page .flow-icon-wrap{width:70px;height:70px;margin:0}.landing-page .flow-glyph{width:42px;height:42px;font-size:23px}.landing-page .solution-lead{padding:44px 24px 36px}.landing-page .solution-diagram{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px}.landing-page .analysis-core{order:3;grid-column:1 / -1}.landing-page .source-panel:last-child{order:2}.landing-page .solution-summary{grid-template-columns:minmax(0,1fr) 280px;margin-top:28px}.landing-page .solution-person{width:100%;max-height:280px}}@media(max-width:600px){.landing-page{padding-top:126px}.landing-page .language-switcher{left:12px;bottom:12px;padding:8px 10px}.landing-page .header-inner{height:auto;min-height:72px;padding-top:10px;padding-bottom:10px;flex-wrap:wrap;row-gap:8px}.landing-page .header-cta{order:3;width:100%;margin-left:0;gap:6px}.landing-page .header-cta .btn{flex:1;min-width:0;padding:9px 4px;font-size:11px;text-align:center}.landing-page section{scroll-margin-top:140px}.landing-page .footer-inner{grid-template-columns:1fr;justify-items:center;gap:24px}.landing-page .footer-logo{justify-self:center;transform:none}.landing-page .footer-logo img,.landing-page .footer-focus-logo img{width:min(220px,100%);height:60px;object-position:center}.landing-page .footer-focus-logo{justify-self:center}.landing-page .footer-links{grid-row:3;flex-direction:column;gap:14px}.landing-page .solution-lead h3{font-size:24px}.landing-page .solution-catch{font-size:20px}.landing-page .solution-diagram{grid-template-columns:1fr}.landing-page .analysis-core{grid-column:auto;width:min(100%,250px)}.landing-page .graph-low,.landing-page .graph-high{font-size:18px}.landing-page .graph-center-text{font-size:17px}.landing-page .graph-extract-text,.landing-page .graph-side-text{font-size:15px}.landing-page .source-panel:last-child{order:2}.landing-page .solution-summary{grid-template-columns:1fr;margin-top:10px;text-align:center}.landing-page .solution-summary p{font-size:16px}.landing-page .solution-person{width:100%;max-height:260px}}html:has(.landing-page){scroll-behavior:smooth}
