#terms-privacy-modal-landing{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:block;padding:16px;overflow:hidden}#terms-privacy-modal-landing.hidden{display:none}#terms-privacy-modal-landing .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.7}#terms-privacy-modal-landing .modal-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:16px}#terms-privacy-modal-landing .modal-content{position:relative;background-color:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:800px;width:90%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;font-family:Noto Sans,ui-sans-serif,system-ui,sans-serif}#terms-privacy-modal-landing .modal-header{padding:24px;border-bottom:1px solid #E6E3E1;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}#terms-privacy-modal-landing .modal-title{font-size:20px;font-weight:700;margin:0;color:#000}#terms-privacy-modal-landing .modal-close-btn{background-color:#64412b;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .2s}#terms-privacy-modal-landing .modal-close-btn:hover{background-color:#4a2f1f}#terms-privacy-modal-landing .modal-close-icon{width:16px;height:16px}#terms-privacy-modal-landing .modal-body{padding:24px;overflow-y:auto;flex:1;display:grid}#terms-privacy-modal-landing .modal-section{margin-bottom:24px}#terms-privacy-modal-landing .modal-section:last-child{margin-bottom:0}#terms-privacy-modal-landing .section-title{font-weight:700;font-size:20px;margin-bottom:12px;color:#000;text-align:left}#terms-privacy-modal-landing .section-title-small{font-weight:700;font-size:18px;margin-bottom:12px;color:#000;text-align:left}#terms-privacy-modal-landing .content-box{background-color:#f4f4f4;border-radius:12px;padding:25px}#terms-privacy-modal-landing .scrollable-content{max-height:250px;padding-right:8px;font-size:14px;line-height:170%;overflow-y:auto}#terms-privacy-modal-landing .content-text{color:#1a1a1a;margin-bottom:0;text-align:left}#terms-privacy-modal-landing .content-subsection{margin-top:12px;text-align:left}#terms-privacy-modal-landing .subsection-title{font-size:16px;display:block;margin-bottom:8px;font-weight:700;text-align:left}#terms-privacy-modal-landing .content-list{list-style-type:decimal;padding-left:24px;color:#1a1a1a;text-align:left}#terms-privacy-modal-landing .content-list li{margin-bottom:4px}#terms-privacy-modal-landing .text-center{text-align:center}#terms-privacy-modal-landing .text-right{text-align:right}#terms-privacy-modal-landing .font-bold{font-weight:700}#terms-privacy-modal-landing .mb-10{margin-bottom:40px}#terms-privacy-modal-landing .pl-6{padding-left:24px}#terms-privacy-modal-landing .mt-1{margin-top:4px}#terms-privacy-modal-landing .space-y-1>*+*{margin-top:4px}#terms-privacy-modal-landing .list-none{list-style:none}#terms-privacy-modal-landing .margin-left-20{margin-left:20px}#terms-privacy-modal-landing .scrollable-content::-webkit-scrollbar{width:6px}#terms-privacy-modal-landing .scrollable-content::-webkit-scrollbar-track{background:transparent}#terms-privacy-modal-landing .scrollable-content::-webkit-scrollbar-thumb{background:#64412b;border-radius:3px}#terms-privacy-modal-landing .scrollable-content::-webkit-scrollbar-thumb:hover{background:#4a2f1f}@media(max-width:768px){#terms-privacy-modal-landing .modal-content{width:95%;max-height:85vh}#terms-privacy-modal-landing .modal-title{font-size:18px}#terms-privacy-modal-landing .section-title{font-size:16px}#terms-privacy-modal-landing .section-title-small{font-size:14px}#terms-privacy-modal-landing .modal-body{padding:16px}}@media(max-width:480px){#terms-privacy-modal-landing .modal-content{width:98%;max-height:80vh}#terms-privacy-modal-landing .modal-title{font-size:16px}#terms-privacy-modal-landing .section-title{font-size:14px}#terms-privacy-modal-landing .section-title-small{font-size:13px}}*{margin:0;padding:0;box-sizing:border-box;font-family:"M PLUS Rounded 1c",sans-serif}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.header{background:#fff;padding:24px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.header-content{display:flex;align-items:center;justify-content:space-between}.header-logo .logo{height:50px}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.hamburger-line{width:25px;height:3px;background:#000;transition:all .3s ease}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header-nav{display:flex;gap:32px}.nav-link{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;text-align:center;color:#000;text-decoration:none;transition:opacity .2s;flex:none;flex-grow:0}.nav-link:hover{opacity:.7}.header-actions{display:flex;align-items:center;gap:24px}.login-dropdown{position:relative}.login-link{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;text-align:center;color:#000;text-decoration:none;flex:none;flex-grow:0;cursor:pointer}.login-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;background:#fff;border:1px solid #E5E5E5;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:220px;padding:8px 0;display:none;z-index:1000}.login-dropdown-menu.show{display:block}.login-dropdown-item{display:block;padding:12px 20px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#22211b;text-decoration:none;transition:background-color .2s;flex:none;flex-grow:0;white-space:nowrap}.login-dropdown-item:hover{background-color:#f5f5f5}.register-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16.5px 16px;gap:10px;isolation:isolate;width:190px;min-width:190px;height:48px;background:#ffd900;border-radius:82px;text-decoration:none;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;color:#000;transition:transform .2s;flex:none;order:1;flex-grow:0}.register-button:hover{transform:translateY(-2px)}.hero-section{position:relative;width:100%;min-height:600px;background:#fff;overflow:hidden;padding:100px 0 0}.jp-comma{margin-right:-.4em}.hero-bg-shape{position:absolute;width:100%;height:100%;left:0;top:0;background-image:url(/build/assets/hero-bg-shape-DduqSywr.svg);background-size:cover;background-repeat:no-repeat;background-position:center center;pointer-events:none;z-index:0}.hero-container{max-width:1440px;margin:0 auto;padding:0 80px;display:flex;align-items:center;gap:80px;position:relative;z-index:1}.hero-left{flex:0 0 600px;max-width:100%;display:flex;flex-direction:column;gap:32px}.hero-title{width:100%;max-width:600px;height:auto;min-height:140px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:54px;line-height:120%;color:#64412b;margin:0;flex:none;order:0;flex-grow:0}.hero-description{width:100%;max-width:600px;min-height:38px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Hiragino Sans,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;color:#64412b;margin:0;flex:none;order:1;flex-grow:0}.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:18px 40px;background:#ffd900;border-radius:50px;font-family:"M PLUS Rounded 1c";font-weight:700;font-size:20px;color:#64412b;text-decoration:none;transition:all .3s ease;width:100%;max-width:600px;text-align:center;flex:none;order:2}.hero-button:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 8px 20px #ffd9004d}.hero-right{flex:1;position:relative;overflow:visible;padding:0 40px}.hero-mockups{position:relative;width:100%;height:auto;max-width:100%}.mockup-laptop-img{position:relative;left:0;width:100%;max-width:100%;height:auto;display:block;z-index:2}.mockup-phone-img{position:absolute;right:0;bottom:10px;width:25%;height:auto;z-index:3}.about-section{padding:60px 0 0;background:#f8f8f8}.about-section .container{padding-bottom:80px}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:20px;line-height:150%;text-align:center;color:#ffd900;margin-bottom:8px;flex:none;order:0;align-self:stretch;flex-grow:0}.section-title{font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:32px;line-height:150%;text-align:center;color:#64412b;margin-bottom:20px;flex:none;order:1;align-self:stretch;flex-grow:0}.section-description{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;text-align:center;color:#64412b;flex:none;order:1;flex-grow:0}.about-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}.about-image{width:80%;max-width:100%;height:auto}.usecase-section{padding:80px 0;background:#fff;position:relative;overflow:hidden}.usecase-background{position:absolute;width:100%;height:100%;left:0;top:0;background-image:url(/build/assets/usecase-background-Cxc-jVkl.png);background-size:cover;background-repeat:no-repeat;background-position:center center;pointer-events:none;z-index:0;opacity:.3}.usecase-section .container{position:relative;z-index:1}.usecase-grid{display:flex;flex-direction:column;gap:60px;max-width:1200px;margin:0 auto}.usecase-card{background:#fff;border-radius:20px;border:3px solid #D3D3D1;overflow:hidden;transition:transform .3s ease;display:flex;flex-direction:row;align-items:center}.usecase-card-reverse{flex-direction:row-reverse}.usecase-card:hover{transform:translateY(-8px)}.usecase-image{width:50%;overflow:visible;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:30px 20px;margin:20px 0}.usecase-image img{width:100%;height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block;margin:0 auto}.usecase-card:not(.usecase-card-reverse) .usecase-image img{width:90%;margin-left:0}.usecase-content{flex:1;display:flex;flex-direction:column;justify-content:center}.usecase-card-reverse .usecase-content{padding:10px 0 10px 60px}.usecase-card:not(.usecase-card-reverse) .usecase-content{padding:10px 60px 10px 10px}.usecase-card-reverse .usecase-image{padding:0 50px 0 0}.usecase-card:not(.usecase-card-reverse) .usecase-image{padding:0 0 0 50px}.usecase-card.usecase-03 .usecase-image{padding:0 50px 10px 0;justify-content:right}.usecase-card.usecase-03 .usecase-image img{width:90%;margin:0}.usecase-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.usecase-number-badge{display:flex;align-items:center;justify-content:center;width:auto;min-width:66px;height:40px;padding:8px 84px;background:#64412b;color:#fff;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:16px;line-height:40px;border-radius:20px;flex:none;order:0;flex-grow:0}.usecase-label{width:auto;max-width:100%;height:11px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:170%;text-align:center;color:#744d34;flex:none;order:1;flex-grow:0;white-space:nowrap;display:flex;align-items:center}.usecase-number{font-family:"M PLUS Rounded 1c";font-weight:700;font-size:48px;color:#ffd900;margin-bottom:12px;line-height:1}.usecase-title{max-width:516px;width:100%;height:auto;min-height:40px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:24px;line-height:40px;color:#64412b;margin-bottom:24px;flex:none;order:0;align-self:stretch;flex-grow:0}.usecase-description{max-width:516px;width:100%;height:auto;min-height:146px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;color:#64412b;flex:none;order:1;align-self:stretch;flex-grow:0}.features-section{padding:80px 0;background:#fff}.features-section .section-subtitle{width:569px;max-width:100%;height:30px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:20px;line-height:150%;text-align:center;color:#ffd900;margin:0 auto 8px;flex:none;order:0;align-self:stretch;flex-grow:0}.features-section .section-title{width:569px;max-width:100%;height:48px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:32px;line-height:150%;text-align:center;color:#64412b;margin:0 auto 60px;flex:none;order:1;align-self:stretch;flex-grow:0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1200px;margin:0 auto}.feature-card{background:#f4f4f4;border-radius:10px;padding:20px;display:flex;flex-direction:row;gap:24px;align-items:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.feature-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.icon-placeholder{width:130px;height:130px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px}.feature-content{flex:1;display:flex;flex-direction:column;gap:12px}.feature-title{max-width:100%;height:auto;min-height:40px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:20px;line-height:40px;color:#000;margin:0;flex:none;order:0;align-self:stretch;flex-grow:0;word-wrap:break-word;overflow-wrap:break-word}.feature-description{max-width:100%;height:auto;min-height:38px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;color:#000;margin:0;flex:none;order:1;align-self:stretch;flex-grow:0;word-wrap:break-word;overflow-wrap:break-word}.process-section{padding:80px 0;background:#fff}.process-section .section-subtitle{width:569px;max-width:100%;height:30px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:20px;line-height:150%;text-align:center;color:#ffd900;margin:0 auto 8px;flex:none;order:0;align-self:stretch;flex-grow:0}.process-section .section-title{width:569px;max-width:100%;height:48px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:32px;line-height:150%;text-align:center;color:#64412b;margin:0 auto 60px;flex:none;order:1;align-self:stretch;flex-grow:0}.process-numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:100%;margin:0 auto 35px;position:relative;box-sizing:border-box}.process-numbers-grid:before{content:"";position:absolute;top:50%;left:calc(85px + (100% - 430px)/8);right:calc((100% - 430px)/8);height:3px;background:repeating-linear-gradient(to right,#FAE700 0,#FAE700 10px,transparent 10px,transparent 20px);transform:translateY(-50%);z-index:0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:100%;margin:0 auto;box-sizing:border-box}.process-card{background:#fffde5;border-radius:10px;padding:30px 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;transition:transform .3s ease;box-sizing:border-box}.process-card:hover{transform:translateY(-8px)}.process-number{width:85px;height:85px;background:#ffa700;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:50px;line-height:150%;text-align:center;letter-spacing:.03em;color:#fff;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:50%;flex:none;order:0;flex-grow:0;position:relative;z-index:1}.process-icon{width:140px;height:140px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.process-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.process-title{font-family:"M PLUS Rounded 1c";font-weight:700;font-size:20px;line-height:1.4;color:#000;margin:0}.process-description{width:238px;max-width:100%;height:auto;min-height:65px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;color:#000;margin:0;text-align:left;flex:none;order:1;align-self:stretch;flex-grow:0;padding:20px 0}.cta-section{padding:80px 0;background:#fe7a00;color:#fff}.faq-section{padding:80px 0;background:#fff;position:relative;overflow:hidden}.faq-background{position:absolute;width:100%;height:100%;left:0;bottom:0;background-image:url(/build/assets/qa-bg-BHfR9D8R.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center bottom;pointer-events:none;z-index:0}.faq-section .container{position:relative;z-index:1}.faq-section .section-header{position:relative;z-index:2;text-align:center;margin-top:60px;margin-bottom:40px}.faq-section .section-subtitle{color:#ffd900}.faq-section .section-title{width:569px;max-width:100%;height:48px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:32px;line-height:150%;text-align:center;color:#64412b;margin:0 auto;flex:none;order:0;align-self:stretch;flex-grow:0}.faq-content-wrapper{max-width:1200px;margin:0 auto;background:#f4f4f4;border-radius:42px;padding:20px;position:relative;z-index:2}.faq-list{max-width:800px;margin:0 auto;background:transparent;border-radius:0;padding:0;position:relative;z-index:2}.faq-item{padding:24px 0;border-bottom:1px solid #A6A6A4}.faq-item:first-child{padding-top:0}.faq-item:last-child{margin-bottom:60px}.faq-question{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px;width:100%;position:relative}.faq-q-label{width:40px;height:40px;background:#fe7a00;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"M PLUS Rounded 1c";font-weight:700;font-size:20px;color:#fff;flex-shrink:0}.faq-q-text{flex:1;min-width:0;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:20px;line-height:40px;color:#000;margin:0;word-wrap:break-word;overflow-wrap:break-word}.faq-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-family:"M PLUS Rounded 1c";font-weight:200;font-size:50px;color:#64635f;cursor:pointer;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .2s ease}.faq-toggle:hover{transform:scale(1.1)}.faq-answer{display:flex;gap:16px;align-items:flex-start;padding-left:56px;width:100%;max-width:100%;max-height:1000px;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:1}.faq-item:not(.active) .faq-answer{max-height:0;opacity:0;margin-bottom:0}.faq-a-text{flex:1;min-width:0;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;color:#000;margin:0;word-wrap:break-word;overflow-wrap:break-word}.cta-section .section-subtitle{width:569px;max-width:100%;height:30px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:20px;line-height:150%;text-align:center;color:#fff;margin:0 auto 8px;flex:none;order:0;align-self:stretch;flex-grow:0}.cta-section .section-title{width:569px;max-width:100%;height:48px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:32px;line-height:150%;text-align:center;color:#fff;margin:0 auto 60px;flex:none;order:1;align-self:stretch;flex-grow:0}.cta-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}.cta-card{background:#fff;border-radius:24px;padding:32px 24px;text-align:center}.cta-card-title{max-width:100%;height:auto;min-height:40px;font-family:"M PLUS Rounded 1c";font-style:normal;font-weight:700;font-size:24px;line-height:40px;text-align:center;color:#000;margin:0 auto 16px;flex:none;order:0;align-self:stretch;flex-grow:0;word-wrap:break-word;overflow-wrap:break-word}.cta-card-description{max-width:100%;height:auto;min-height:38px;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;text-align:left;color:#000;margin:0 auto 24px;flex:none;order:1;align-self:stretch;flex-grow:0;word-wrap:break-word;overflow-wrap:break-word}.cta-card-button{display:block;background:#ffd900;color:#64412b;padding:16px 32px;border-radius:30px;text-decoration:none;font-family:Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:170%;text-align:center;transition:transform .2s;flex:none;order:1;flex-grow:0}.cta-card-button:hover{transform:translateY(-2px)}.footer{background:#64412b;color:#fff;padding:40px 0 20px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:30px;margin-bottom:30px}.footer-logo img{height:50px}.footer-nav{display:flex;gap:32px}.footer-link{max-width:100%;height:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:24px;text-align:center;color:#fff;text-decoration:none;transition:opacity .2s;flex:none;order:0;flex-grow:0;white-space:nowrap}.footer-link:hover{opacity:.7}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-link-small{max-width:100%;height:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;text-decoration:underline;color:#fff;transition:opacity .2s;flex:none;order:1;flex-grow:0;white-space:nowrap}.footer-link-small:hover{opacity:.7}.footer-copyright{max-width:100%;height:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:24px;text-align:right;color:#fff;flex:none;order:1;flex-grow:0}@media(max-width:1280px){.process-numbers-grid{max-width:100%;width:100%;gap:20px;box-sizing:border-box}.process-numbers-grid:before{left:calc(75px + (100% - 360px)/8);right:calc((100% - 360px)/8)}.process-grid{max-width:100%;width:100%;gap:20px;box-sizing:border-box}.process-card{padding:20px 0;gap:12px}.process-title{font-size:16px;line-height:1.3}.process-description{width:100%;max-width:100%;font-size:13px;line-height:1.6;padding:20px}.process-number{width:75px;height:75px;font-size:45px}}@media(max-width:1024px){.process-numbers-grid{width:100%;max-width:100%;box-sizing:border-box;gap:15px}.process-numbers-grid:before{left:calc(42.5px + (100% - 385px)/8);right:calc(42.5px + (100% - 385px)/8)}.process-grid{grid-template-columns:1fr;width:100%;max-width:100%;box-sizing:border-box}.process-card{width:100%;max-width:100%;flex-direction:row;text-align:left;padding:20px;gap:20px;align-items:flex-start}.process-icon{flex-shrink:0}.process-content{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.process-title,.process-description{text-align:left;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;padding:0 20px 0 0}.faq-q-text{font-size:16px;line-height:1.5}.faq-a-text{font-size:14px;line-height:1.6}.features-grid{grid-template-columns:1fr}.feature-card{width:100%;max-width:100%}.feature-content{flex:1;min-width:0}.feature-title,.feature-description{width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.usecase-number-badge{padding:8px 40px;font-size:14px}}@media(max-width:1200px){.mobile-menu-toggle{display:flex;order:2}.header-nav{position:fixed;top:90px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 12px #0000001a;display:none;z-index:999}.header-nav.show{display:flex}.header-actions{position:fixed;top:290px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 12px #0000001a;display:none;z-index:999;gap:16px}.header-actions.show{display:flex}.login-dropdown{width:100%}.login-link{display:block;width:100%;padding:12px;background:#f5f5f5;border-radius:25px}.register-button{width:100%;max-width:100%}.hero-container{padding:0 40px;gap:60px}.hero-left{flex:0 0 480px}.hero-title{font-size:48px}.mockup-laptop-img{width:100%}.mockup-phone-img{width:25%;right:0;bottom:10px}}@media(max-width:1024px){.hero-section{padding:60px 0 80px;min-height:auto}.hero-container{flex-direction:column;gap:60px;padding:0 40px}.hero-left{flex:none;width:100%;max-width:600px;text-align:center;align-items:center;gap:20px}.hero-title{font-size:42px;min-height:auto}.hero-button{align-self:center}.hero-right{width:100%;max-width:600px}.mockup-laptop-img{width:100%}.mockup-phone-img{width:25%;right:0;bottom:10px}.features-grid{grid-template-columns:1fr}.usecase-card{flex-direction:column;min-height:auto}.usecase-card-reverse{flex-direction:column}.usecase-card-reverse .usecase-content,.usecase-card:not(.usecase-card-reverse) .usecase-content{padding:40px}.usecase-image{width:100%;min-height:300px;padding:40px}.usecase-content{padding:40px}.process-cards{grid-template-columns:repeat(2,1fr)}.cta-cards{grid-template-columns:1fr}}@media(max-width:768px){.header-nav{display:none}.hero-title{font-size:32px}.cta-button{padding:16px 40px;font-size:16px}.section-title{font-size:32px}.process-numbers{flex-direction:column;gap:20px}.process-line{display:none}.process-cards{grid-template-columns:1fr}.footer-top,.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-nav,.footer-links{flex-direction:column;gap:12px}.footer-link,.footer-link-small{font-size:14px;white-space:normal;word-wrap:break-word}.footer-copyright{text-align:center;font-size:14px}.usecase-number-badge{padding:6px 24px;font-size:13px;min-width:50px}}@media(max-width:480px){.hero-title,.section-title{font-size:28px}.process-number{width:70px;height:70px;font-size:50px}.usecase-number-badge{padding:4px 16px;font-size:12px;min-width:40px}}
