:root{--primary-blue: #3b82f6;--primary-blue-dark: #1d4ed8;--primary-blue-light: #60a5fa;--secondary-blue: #1e40af;--accent-blue: #2563eb;--success-blue: #0ea5e9;--warning-blue: #0284c7;--info-blue: #0369a1;--light-blue: #dbeafe;--blue-gray: #64748b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1e293b;background-color:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(148,163,184,.1)}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:80px;max-width:1200px;margin:0 auto}.nav-brand{display:flex;align-items:center;gap:12px}.brand-logo{height:40px;width:auto;margin-right:12px;flex-shrink:0}.footer-logo{height:32px;width:auto;margin-bottom:8px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 768px){.brand-logo{height:32px;margin-right:8px}.footer-logo{height:28px}}.brand-text{display:flex;flex-direction:column;gap:2px;white-space:nowrap}.nav-brand a{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.brand-main{font-size:18px;font-weight:700;color:#0f172a;line-height:1.2;white-space:nowrap}.brand-subtitle{font-size:11px;font-weight:500;color:#64748b;line-height:1.2;white-space:nowrap}.nav-links{display:flex;list-style:none;gap:8px;align-items:center}.nav-item{display:flex;flex-direction:column;align-items:center;padding:12px 16px;text-decoration:none;border-radius:8px;transition:all .2s ease;position:relative}.nav-en{font-size:14px;font-weight:500;color:#64748b;line-height:1.2}.nav-ja{font-size:10px;color:#94a3b8;line-height:1;margin-top:2px}.nav-item:hover .nav-en,.nav-item.active .nav-en{color:#0f172a}.nav-item:hover .nav-ja,.nav-item.active .nav-ja{color:#64748b}.nav-item:hover{background:#94a3b80d}.nav-item.active:after{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:24px;height:2px;background:#3b82f6;border-radius:1px}.nav-cta{background:transparent!important;color:inherit!important}.nav-cta .nav-en,.nav-cta .nav-ja{color:inherit!important}.nav-cta:hover{background:#94a3b80d!important;transform:none}.hamburger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;gap:4px}.hamburger-line{width:24px;height:2px;background-color:#64748b;transition:all .3s ease;border-radius:1px}.hamburger-menu:hover .hamburger-line{background-color:#0f172a}.hamburger-menu.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 1024px){.nav-links{position:fixed;top:80px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(148,163,184,.1);flex-direction:column;padding:20px;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.nav-item{width:100%;padding:16px 20px;border-radius:8px;margin-bottom:8px}.nav-item:last-child{margin-bottom:0}.hamburger-menu{display:flex}}@media (max-width: 768px){.brand-main{font-size:16px}.brand-subtitle{font-size:10px}}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#fff);padding-top:80px;position:relative}.hero-content{text-align:left;max-width:800px}.hero-badges{display:flex;justify-content:flex-start;gap:12px;margin-bottom:32px;flex-wrap:wrap}.badge{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid}.badge-plateau{background:#0ea5e91a;border-color:var(--success-blue);color:var(--secondary-blue)}.badge-sbir{background:#3b82f61a;border-color:#3b82f6;color:#1e40af}.badge-partner{background:#0284c71a;border-color:var(--warning-blue);color:var(--secondary-blue)}.hero-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.1;margin-bottom:16px;color:#fff}.hero-title-ja{font-size:1.8rem;font-weight:600;line-height:1.3;margin-bottom:24px;color:#ffffffe6;font-family:Inter,sans-serif}.hero-subtitle-main{font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:20px;color:#1e293b}.highlight{color:#fff;font-weight:700}.hero-subtitle{font-size:18px;color:#fffffff2;margin-bottom:40px;line-height:1.6}.hero-actions{display:flex;justify-content:flex-start;gap:16px;margin-bottom:60px;flex-wrap:wrap}.hero-metrics{display:flex;justify-content:flex-start;gap:48px;flex-wrap:wrap}.metric{text-align:center}.metric-value{font-size:2rem;font-weight:700;color:#3b82f6;line-height:1}.hero-note{font-size:12px;color:#64748b;text-align:center;margin-top:1rem;font-style:italic}.metric-label{font-size:12px;color:#64748b;margin-top:4px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;border:1px solid;cursor:pointer}.btn-primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 10px 25px #3b82f633}.btn-secondary{background:transparent;border-color:#d1d5db;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-large{padding:16px 32px;font-size:16px}.video-section{padding:80px 0;background:#f8fafc}.video-section .section-title{text-align:center;margin-bottom:40px;font-size:2rem;font-weight:700;color:#0f172a}.video-container{position:relative;width:100%;max-width:800px;margin:0 auto;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.main-section{position:relative;padding:120px 0;overflow:hidden}.main-section:nth-child(odd){background:#fff}.main-section:nth-child(2n){background:#f8fafc}.section-background{position:absolute;top:40px;left:50%;transform:translate(-50%);font-size:clamp(6rem,15vw,12rem);font-weight:900;color:#0f172a0a;z-index:0;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none}.section-header{position:relative;z-index:1;text-align:center;margin-bottom:80px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#0f172a;margin-bottom:16px}.section-subtitle{font-size:18px;color:#64748b;line-height:1.6}.tech-process{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:80px;flex-wrap:wrap;position:relative;z-index:1}.process-step{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 24px;text-align:center;flex:1;min-width:280px;max-width:320px;transition:all .3s ease}.process-step:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.step-icon{margin-bottom:16px}.step-icon .icon{width:48px;height:48px;color:#3b82f6}.process-step h3{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:16px}.process-step ul{list-style:none;text-align:left}.process-step li{font-size:14px;color:#64748b;margin-bottom:8px;position:relative;padding-left:16px}.process-step li:before{content:"•";color:#3b82f6;position:absolute;left:0}.process-arrow{color:#3b82f6}.process-arrow .arrow-icon{width:32px;height:32px}.tech-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;position:relative;z-index:1}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.feature-icon{margin-bottom:16px}.feature-icon .icon{width:48px;height:48px;color:#3b82f6}.feature-card h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:12px}.feature-card p{color:#64748b;margin-bottom:16px;line-height:1.6}.feature-tag{font-size:12px;font-weight:500;color:#3b82f6;background:#3b82f61a;padding:4px 8px;border-radius:4px;display:inline-block}.roadmap{margin-bottom:80px;position:relative;z-index:1}.roadmap-item{display:flex;gap:32px;margin-bottom:48px;align-items:flex-start}.roadmap-year{flex-shrink:0;width:90px;height:90px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;text-align:center;line-height:1.2}.roadmap-content{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px}.roadmap-content h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:16px}.roadmap-content ul{list-style:none}.roadmap-content li{color:#64748b;margin-bottom:8px;position:relative;padding-left:16px}.roadmap-content li:before{content:"•";color:#3b82f6;position:absolute;left:0}.challenges{position:relative;z-index:1}.challenges h3{font-size:24px;font-weight:600;color:#0f172a;text-align:center;margin-bottom:40px}.challenge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.challenge-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;transition:all .3s ease}.challenge-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.challenge-card h4{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:12px}.challenge-card p{color:#64748b;line-height:1.6}.beta-targets{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:80px;position:relative;z-index:1}.target-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;text-align:center;transition:all .3s ease}.target-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.target-icon{margin-bottom:16px}.target-icon .icon{width:56px;height:56px;color:#3b82f6}.target-card h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:12px}.target-card p{color:#64748b;line-height:1.6}.beta-benefits{margin-bottom:60px;position:relative;z-index:1}.beta-benefits h3{font-size:24px;font-weight:600;color:#0f172a;text-align:center;margin-bottom:40px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.benefit-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .3s ease}.benefit-item:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000000d;border-color:#3b82f6}.benefit-icon{margin-bottom:12px}.benefit-icon .icon{width:40px;height:40px;color:#3b82f6}.benefit-item h4{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:8px}.benefit-item p{font-size:14px;color:#64748b;line-height:1.5}.cta-container{text-align:center;position:relative;z-index:1}.mission{margin-bottom:60px;text-align:center;position:relative;z-index:1}.mission h3{font-size:24px;font-weight:600;color:#0f172a;margin-bottom:24px}.mission-statement{font-size:24px;font-weight:600;color:#3b82f6;margin-bottom:24px;line-height:1.4}.mission-japanese{font-size:18px;color:#64748b;font-weight:400;display:block;margin-top:8px}.mission p{font-size:16px;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto}.vision{margin-bottom:48px;text-align:center;position:relative;z-index:1}.vision h3{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:24px}.vision-statement{font-size:22px;font-weight:600;color:var(--secondary-blue);margin-bottom:24px;line-height:1.4}.vision p{font-size:16px;color:#64748b;line-height:1.7;max-width:800px;margin:0 auto}.company-info{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px;position:relative;z-index:1}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.info-item{display:flex;flex-direction:column;gap:4px}.info-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:16px;font-weight:500;color:#0f172a}.contact-form{max-width:600px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px;position:relative;z-index:1}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#0f172a;color:#fff;padding:60px 0 24px}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;flex-wrap:wrap;gap:32px}.footer-brand .brand-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}.footer-brand p{color:#64748b;font-size:14px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:8px}.footer-section h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:16px}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid #334155;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-social{display:flex;gap:.75rem;align-items:center}.social-link{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:#64748b;transition:color .3s ease}.social-link:hover{color:#60a5fa}.social-link svg{width:1rem;height:1rem}.footer-bottom p{color:#64748b;font-size:12px;margin:0;flex:1;text-align:center}.footer-legal{display:flex;align-items:center}.footer-legal a{color:#64748b;text-decoration:none;font-size:12px;transition:color .3s ease}.footer-legal a:hover{color:#60a5fa}@media (max-width: 768px){.footer-bottom{flex-direction:column;text-align:center}.footer-social{order:1}.footer-bottom p{order:2}.footer-legal{order:3}}.beta-overview{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid #3b82f6}.beta-description{color:#374151;line-height:1.6;margin:0;font-size:1rem}.beta-logo-section{display:flex;align-items:center;gap:2.5rem;margin-bottom:3rem;padding:2.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.beta-logo{width:280px;height:auto;flex-shrink:0}.beta-description p{margin-bottom:1rem;font-size:1.1rem;line-height:1.6;color:#374151}.beta-screenshots{margin-top:3rem}.beta-screenshots h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#000c}.screenshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.screenshot-item{text-align:center;background:#ffffff0d;border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.screenshot-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0003}.screenshot-image{width:100%;max-width:400px;height:auto;border-radius:6px;border:1px solid rgba(255,255,255,.2);margin-bottom:1rem}.screenshot-caption{font-size:.95rem;color:#000000b3;font-weight:500;margin:0}.development-page .function-visual-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.development-page .function-demo-video,.development-page .function-job-screen{padding:1.5rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.development-page .function-demo-video h4,.development-page .function-job-screen h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#1f2937}.development-page .demo-gif{width:100%;height:auto;max-height:350px;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(0,0,0,.1)}.development-page .function-visual-section .function-job-screen .function-sample-image{width:100%!important;height:auto!important;max-height:350px!important;max-width:none!important;object-fit:contain!important;border-radius:8px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(0,0,0,.1);margin:0!important}@media (max-width: 1024px){.development-page .function-visual-section{grid-template-columns:1fr;gap:1.5rem}.development-page .function-demo-video,.development-page .function-job-screen{padding:1rem}.development-page .function-visual-section .demo-gif,.development-page .function-visual-section .function-job-screen .function-sample-image{max-height:300px!important;max-width:none!important}}@media (max-width: 1024px){.beta-logo-section{flex-direction:column;text-align:center;gap:1.5rem}.beta-logo{width:200px}.screenshot-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.screenshot-image{max-width:100%}}@media (max-width: 768px){.screenshot-grid{grid-template-columns:1fr;gap:1rem}}.inline-link{color:#3b82f6;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .3s ease}.inline-link:hover{border-bottom-color:#3b82f6}.system-overview{margin-top:2rem}.system-overview h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.overview-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;text-align:center}.overview-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#3b82f6}.overview-icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.overview-icon .icon{width:32px;height:32px;color:#fff}.overview-card h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.overview-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.overview-specs{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.spec-tag{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}.spec-tag.completed{background:#d1fae5;color:var(--secondary-blue)}.spec-tag.progress{background:#fef3c7;color:var(--secondary-blue)}.system-cta{text-align:center;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px}.system-cta p{color:#6b7280;margin-bottom:1.5rem;font-size:1.1rem}.btn-outline{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:transparent;color:#3b82f6;border:2px solid #3b82f6;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-outline:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.tech-navigation{margin-top:4rem;padding:3rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;text-align:center}.tech-navigation h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.tech-navigation p{font-size:1.1rem;color:#6b7280;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.tech-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.tech-nav-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;text-align:left}.tech-nav-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#3b82f6}.nav-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.nav-icon .icon{width:24px;height:24px;color:#fff}.tech-nav-card h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.tech-nav-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.nav-link{color:#3b82f6;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s ease}.nav-link:hover{color:#1d4ed8}.placeholder-notice{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid var(--warning-blue);border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;color:var(--secondary-blue);display:flex;align-items:flex-start;gap:.75rem}.notice-icon{width:20px;height:20px;flex-shrink:0;margin-top:.125rem}.notice-content{flex:1;font-size:.9rem;font-size:.95rem;line-height:1.5}.placeholder-notice strong{color:#78350f;font-weight:600}.placeholder-notice-minimal{font-size:14px;color:#6b7280;font-style:italic;margin:8px 0;text-align:center}.roadmap-note{font-size:.9rem;color:#6b7280;font-style:italic;margin-top:1rem;padding:.75rem;background:#f9fafb;border-radius:6px;border-left:3px solid #d1d5db}.section-icon{width:20px;height:20px;display:inline-block;margin-right:.5rem;vertical-align:middle;color:#3b82f6}.feature-tabs{margin-top:2rem}.tab-navigation{display:flex;background:#f8fafc;border-radius:12px;padding:.5rem;margin-bottom:2rem;gap:.5rem}.tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease}.tab-btn:hover{background:#e5e7eb;color:#374151}.tab-btn.active{background:#fff;color:#3b82f6;box-shadow:0 2px 4px #0000001a}.tab-icon{width:18px;height:18px}.tab-content{display:none}.tab-content.active{display:block}.lod-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.lod-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:2px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.lod-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e5e7eb}.lod-card.implemented{border-color:var(--success-blue)}.lod-card.implemented:before{background:var(--success-blue)}.lod-card.developing{border-color:var(--warning-blue)}.lod-card.developing:before{background:var(--warning-blue)}.lod-card.planned{border-color:#6b7280}.lod-card.planned:before{background:#6b7280}.lod-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.lod-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.lod-header h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0;line-height:1.3}.status-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-badge.implemented{background:#d1fae5;color:var(--secondary-blue)}.status-badge.developing{background:#fef3c7;color:var(--secondary-blue)}.status-badge.planned{background:#f3f4f6;color:#374151}.lod-description{margin-bottom:1.5rem}.lod-description p{color:#6b7280;line-height:1.5;margin:0 0 1rem;font-size:.95rem}.lod-sample-image{width:100%;max-width:200px;height:auto;border-radius:8px;border:1px solid #e5e7eb;margin:0}.lod-specs{display:flex;flex-direction:column;gap:.5rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.spec-item:last-child{border-bottom:none}.spec-label{font-size:.875rem;color:#6b7280;font-weight:500}.spec-value{font-size:.875rem;color:#1f2937;font-weight:600}.function-detail-tabs{margin-top:2rem}.function-tab-navigation{display:flex;background:#f8fafc;border-radius:12px;padding:.5rem;margin-bottom:2rem;gap:.5rem;flex-wrap:wrap}.function-tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:120px}.function-tab-btn:hover{background:#e5e7eb}.function-tab-btn.active{background:#fff;box-shadow:0 2px 4px #0000001a}.function-tab-title{font-size:.9rem;font-weight:600;color:#374151;text-align:center;line-height:1.2}.function-tab-status{font-size:.75rem;padding:.125rem .5rem;border-radius:4px;font-weight:500}.function-tab-status.implemented{background:#d1fae5;color:var(--secondary-blue)}.function-tab-status.developing{background:#fef3c7;color:#d97706}.function-tab-status.planned{background:#f3f4f6;color:#374151}.function-detail-content{display:none}.function-detail-content.active{display:block}.function-detail-header{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;text-align:center}.function-detail-header h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.function-summary{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.function-sample-image{max-width:300px;height:auto;border-radius:8px;border:1px solid #e5e7eb;margin:0 auto}.function-detail-sections{display:flex;flex-direction:column;gap:2rem}.function-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d}.function-section h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;border-bottom:2px solid #3b82f6;padding-bottom:.5rem}.parameter-table{width:100%;border-collapse:collapse;margin-top:1rem}.parameter-table th,.parameter-table td{border:1px solid #e5e7eb;padding:.75rem;text-align:left}.parameter-table th{background-color:#f9fafb;font-weight:600;color:#374151;font-size:.875rem}.parameter-table td{font-size:.875rem;color:#6b7280}.spec-list{list-style:none;padding:0;margin:0}.spec-list li{padding:.5rem 0;border-bottom:1px solid #f3f4f6;font-size:.95rem;line-height:1.5}.spec-list li:last-child{border-bottom:none}.spec-list strong{color:#1f2937}@media (max-width: 768px){.function-tab-navigation{flex-direction:column}.function-tab-btn{flex:none;width:100%}.function-detail-header{padding:1.5rem}.function-section{padding:1rem}.parameter-table{font-size:.8rem}.parameter-table th,.parameter-table td{padding:.5rem}}.process-flow{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2rem 0;padding:2rem;background:#f8fafc;border-radius:12px;flex-wrap:wrap}.process-step{display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:120px}.process-image{position:relative;width:120px;height:120px;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;border:2px solid #e5e7eb}.process-sample-image{width:100%;height:100%;object-fit:cover;display:none}.image-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#475569;font-size:.8rem;font-weight:600;text-align:center;line-height:1.2;padding:.5rem}.process-label{font-size:.875rem;font-weight:600;color:#374151;text-align:center}.process-arrow{width:24px;height:24px;color:#6b7280;flex-shrink:0}.process-arrow svg{width:100%;height:100%}.process-sample-image[src]:not([src=""]):not([src*=placeholder]){display:block}.process-sample-image[src]:not([src=""]):not([src*=placeholder])+.image-placeholder{display:none}@media (max-width: 768px){.process-flow{flex-direction:column;gap:1rem}.process-arrow{transform:rotate(90deg)}.process-step{min-width:auto;width:100%;max-width:200px}.process-image{width:100px;height:100px}}.output-examples{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.output-examples h5{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.data-example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.data-example{display:flex;flex-direction:column;align-items:center;gap:.5rem}.example-image{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;border:1px solid #e5e7eb}.example-sample-image{width:100%;height:100%;object-fit:cover;display:none}.example-image .image-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ddd6fe,#c4b5fd);color:#5b21b6;font-size:.75rem;font-weight:600;text-align:center;line-height:1.2;padding:.5rem}.example-label{font-size:.8rem;font-weight:500;color:#6b7280;text-align:center}.example-sample-image[src]:not([src=""]):not([src*=placeholder]){display:block}.example-sample-image[src]:not([src=""]):not([src*=placeholder])+.image-placeholder{display:none}@media (max-width: 768px){.data-example-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.example-image{width:80px;height:80px}}.unified-hero{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.unified-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.unified-hero .container{position:relative;z-index:2}.unified-hero-content{max-width:800px;margin:0 auto;text-align:left}.unified-hero-badges{display:flex;justify-content:flex-start;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.unified-hero-badges .badge{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.unified-hero-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#fff}.unified-hero-title .highlight{color:#fff;font-weight:700}.unified-hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.95;color:#fffffff2}.unified-hero-stats{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.unified-hero-stats .stat-item{text-align:center;background:#ffffff1a;padding:1.5rem 1rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);min-width:120px}.unified-hero-stats .stat-number{font-size:2rem;font-weight:700;color:#fbbf24;margin-bottom:.5rem}.unified-hero-stats .stat-label{font-size:.9rem;opacity:.9}.hero-with-image{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:120px 0 80px;position:relative;overflow:hidden}.hero-with-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-with-image .container{position:relative;z-index:2}.hero-image-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.hero-image-content{text-align:left;max-width:800px;margin:0 auto}.hero-image-content .hero-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.1;color:#fff;margin-bottom:1rem}.hero-image-content .hero-title .highlight{color:#fff;font-weight:700}.hero-image-content .hero-title-ja{font-size:1.8rem;font-weight:600;line-height:1.3;color:#ffffffe6;margin-bottom:1.5rem}.hero-image-content .hero-subtitle{font-size:18px;color:#fffffff2;margin-bottom:40px;line-height:1.6}.hero-image-content .hero-badges .badge{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-image-visual{text-align:center;position:relative}.hero-image-visual img{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000004d}.hero-image-placeholder{width:100%;height:300px;background:#ffffff1a;border:2px dashed rgba(255,255,255,.3);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:1.1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.hero-image-layout{grid-template-columns:1fr;gap:2rem}.hero-image-content{text-align:left}.hero-image-placeholder{height:200px}}.development-hero{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.development-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.development-hero .hero-content{position:relative;z-index:2;text-align:left;max-width:800px;margin:0}.development-hero .hero-badges{display:flex;justify-content:flex-start;gap:12px;margin-bottom:2rem;flex-wrap:wrap}.development-hero .hero-stats{display:flex;justify-content:flex-start;gap:3rem;margin-top:2rem;flex-wrap:wrap}.development-hero .hero-title{color:#fff;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.development-hero .hero-subtitle{color:#fffffff2;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.development-hero .badge{background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;border:1px solid rgba(255,255,255,.3)}.development-hero .stat-item{text-align:left}.development-hero .stat-number{color:#fff;font-size:2rem;font-weight:700;display:block}.development-hero .stat-label{color:#fffc;font-size:.875rem;margin-top:.5rem}.development-status{margin-top:3rem}.status-category{margin-bottom:4rem}.status-category h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#1f2937;border-left:4px solid #3b82f6;padding-left:1rem}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.status-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:2px solid transparent;transition:all .3s ease}.status-card.completed{border-color:var(--success-blue);background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.status-card.in-progress{border-color:var(--warning-blue);background:linear-gradient(135deg,#dbeafe,#93c5fd)}.status-card.planned{border-color:#8b5cf6;background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.status-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.status-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.status-card.completed .status-icon{background:var(--success-blue);color:#fff}.status-card.in-progress .status-icon{background:var(--warning-blue);color:#fff}.status-card.planned .status-icon{background:#8b5cf6;color:#fff}.status-icon .icon{width:24px;height:24px}.status-card h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.status-card p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.status-specs{display:flex;flex-wrap:wrap;gap:.5rem}.spec-tag{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500}.spec-tag.progress{background:#fef3c7;color:#d97706}.spec-tag.planned{background:#f3e8ff;color:#7c3aed}.challenge-status{margin-top:1rem}.status-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.status-badge.completed{background:#dcfce7;color:var(--secondary-blue)}.status-badge.developing{background:#fef3c7;color:#d97706}.status-badge.research{background:#f3e8ff;color:#7c3aed}.roadmap-item.current{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid var(--success-blue)}.roadmap-item.current .roadmap-year{background:var(--success-blue);color:#fff}.roadmap-item.current .roadmap-content h3,.roadmap-item.current .roadmap-content li{color:var(--secondary-blue)}@media (max-width: 768px){.nav-links{gap:4px}.nav-item{padding:8px 12px}.nav-en{font-size:12px}.nav-ja{font-size:9px}.hero-badges{gap:8px}.badge{font-size:10px;padding:6px 12px}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px}.hero-metrics{gap:24px}.tech-process{flex-direction:column}.process-arrow{transform:rotate(90deg)}.roadmap-item{flex-direction:column;gap:16px}.roadmap-year{width:70px;height:70px;font-size:12px;align-self:center;line-height:1.2}.section-background{font-size:4rem}.container{padding:0 16px}.main-section{padding:80px 0}.section-header{margin-bottom:60px}.navbar{padding:0 16px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:16px}.section-title{font-size:1.8rem}.section-subtitle{font-size:16px}}.careers-hero,.use-cases-hero{background:linear-gradient(135deg,#4f63d2,#5a67d8);color:#fff;padding:120px 0 80px;position:relative;overflow:hidden}.careers-hero:before,.use-cases-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f6e6,#8b5cf6e6);z-index:1}.careers-hero .container,.use-cases-hero .container{position:relative;z-index:2}.careers-hero .hero-content,.use-cases-hero .hero-content{text-align:left;max-width:800px;margin:0}.careers-hero .hero-title,.use-cases-hero .hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.careers-hero .hero-title-ja,.use-cases-hero .hero-title-ja{font-size:1.6rem;font-weight:600;line-height:1.3;margin-bottom:1.5rem;color:#ffffffe6}.careers-hero .hero-subtitle-main,.use-cases-hero .hero-subtitle-main{font-size:1.8rem;font-weight:600;line-height:1.3;margin-bottom:1rem;color:#fffffff2}.careers-hero .hero-badges,.use-cases-hero .hero-badges{display:flex;justify-content:flex-start;gap:12px;margin-bottom:2rem;flex-wrap:wrap}.careers-hero .hero-stats,.use-cases-hero .hero-stats{display:flex;justify-content:flex-start;gap:3rem;margin-top:2rem;flex-wrap:wrap}.careers-hero .hero-subtitle,.use-cases-hero .hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:#fffffff2;opacity:1}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#fff;display:block}.stat-label{font-size:.875rem;opacity:.8;margin-top:.5rem}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.mission-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;position:relative;z-index:2}.mission-icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.mission-icon .icon{width:32px;height:32px;color:#fff}.positions-grid{display:grid;gap:2rem;margin-top:3rem}.position-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;position:relative;z-index:2}.position-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.position-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.position-icon .icon{width:24px;height:24px;color:#fff}.position-info h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:#1a202c}.position-type{font-size:.875rem;color:#6b7280}.tech-tag{background:#f0f9ff;color:#0369a1;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;margin-right:.5rem;margin-bottom:.5rem;display:inline-block}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.category-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;position:relative;z-index:2;transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.category-icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.category-icon .icon{width:32px;height:32px;color:#fff}.category-badge{background:linear-gradient(135deg,var(--success-blue),var(--warning-blue));color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-top:1rem;display:inline-block}.case-study{margin-bottom:4rem;padding:3rem 0;border-bottom:1px solid #e2e8f0}.case-study:last-child{border-bottom:none}.case-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.case-study.reverse .case-content{grid-template-columns:1fr 1fr;direction:rtl}.case-study.reverse .case-info{direction:ltr}.case-category{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block;margin-bottom:1rem}.case-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.case-image-placeholder{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:3rem;text-align:center;color:#64748b}.placeholder-icon{width:64px;height:64px;margin:0 auto 1rem;opacity:.5}.industry-tabs{margin-top:3rem}.tab-buttons{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.tab-button{background:none;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-panel{display:none}.tab-panel.active{display:block}.applications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.application-item{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;position:relative;z-index:2}.application-item h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a202c}.process-flow{display:flex;align-items:center;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.process-step{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;position:relative;z-index:2;flex:1;min-width:200px;max-width:250px}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;margin:0 auto 1rem}.process-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0}.arrow-icon{width:32px;height:32px;color:#3b82f6}@media (max-width: 768px){.careers-hero .hero-title,.use-cases-hero .hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.case-content{grid-template-columns:1fr;gap:2rem}.case-study.reverse .case-content{grid-template-columns:1fr;direction:ltr}.process-flow{flex-direction:column}.process-arrow{transform:rotate(90deg)}.tab-buttons{flex-direction:column}.tab-button{text-align:left;border-bottom:1px solid #e2e8f0;border-right:2px solid transparent}.tab-button.active{border-bottom-color:#e2e8f0;border-right-color:#3b82f6}}.core-functions h3,.advanced-features h3,.tech-specifications h3,.api-integration h3{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1a202c}.functions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.function-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;position:relative;z-index:2}.function-icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.function-icon .icon{width:32px;height:32px;color:#fff}.function-card h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a202c}.function-card p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.function-specs{display:flex;gap:1rem;flex-wrap:wrap}.spec-item{background:#f7fafc;color:#2d3748;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid #e2e8f0}.features-timeline{position:relative;padding-left:2rem;margin-bottom:4rem}.features-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#3b82f6,#1d4ed8)}.timeline-item{position:relative;padding-bottom:2rem;margin-left:2rem}.timeline-item:before{content:"";position:absolute;left:-3rem;top:.5rem;width:12px;height:12px;background:#3b82f6;border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #3b82f6}.timeline-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block;margin-bottom:1rem}.timeline-content h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a202c}.timeline-content p{color:#4a5568;line-height:1.6}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.spec-category{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;position:relative;z-index:2}.spec-category h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1a202c;border-bottom:2px solid #3b82f6;padding-bottom:.5rem}.spec-category ul{list-style:none;padding:0;margin:0}.spec-category li{color:#4a5568;border-bottom:1px solid #f7fafc;position:relative;padding:.5rem 0 .5rem 1.5rem}.spec-category li:last-child{border-bottom:none}.spec-category li:before{content:"▸";position:absolute;left:0;color:#3b82f6;font-weight:600}.integration-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.integration-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid #e2e8f0;position:relative;z-index:2;transition:transform .2s ease,box-shadow .2s ease}.integration-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.integration-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.integration-icon .icon{width:24px;height:24px;color:#fff}.integration-card h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a202c}.integration-card p{color:#4a5568;line-height:1.6;font-size:.875rem}.cta-text{text-align:center;font-size:1.125rem;color:#4a5568;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.careers-mission,.careers-positions,.careers-benefits,.careers-process,.careers-cta,.use-case-categories,.detailed-use-cases,.implementation-benefits,.industry-applications,.use-cases-cta{padding:80px 0;position:relative}.careers-mission,.careers-benefits,.careers-cta,.detailed-use-cases,.industry-applications{background:#f8fafc}.section{padding:80px 0;position:relative}.section:nth-child(odd){background:#fff}.section:nth-child(2n){background:#f8fafc}.main-content{padding-top:0}.position-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;transition:all .3s ease}.position-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.position-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.position-icon{flex-shrink:0;width:3rem;height:3rem;background:var(--primary-blue);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.position-icon .icon{width:1.5rem;height:1.5rem;color:#fff}.position-info h3{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.position-type{color:var(--primary-blue);font-size:.875rem;font-weight:600;background:#3b82f61a;padding:.25rem .75rem;border-radius:1rem;display:inline-block}.position-description{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.position-requirements h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.75rem}.position-requirements ul{list-style:none;padding:0;margin:0}.position-requirements li{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.position-requirements li:before{content:"•";color:var(--primary-blue);font-weight:700;position:absolute;left:0}.position-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.position-cta{margin-top:1.5rem;text-align:center}.position-cta .btn{display:inline-block;padding:.75rem 1.5rem;background:var(--primary-blue);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s ease}.position-cta .btn:hover{background:var(--secondary-blue);transform:translateY(-2px)}.corporate-recruit-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.corporate-recruit-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;padding:2rem;text-align:center;border:1px solid #e2e8f0}.corporate-recruit-content h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.corporate-recruit-content p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.corporate-recruit-content .btn-secondary{display:inline-block;padding:.75rem 1.5rem;background:#fff;color:var(--primary-blue);text-decoration:none;border:2px solid var(--primary-blue);border-radius:.5rem;font-weight:600;transition:all .3s ease}.corporate-recruit-content .btn-secondary:hover{background:var(--primary-blue);color:#fff;transform:translateY(-2px)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.benefit-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;position:relative;z-index:2}.benefit-icon{width:56px;height:56px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon .icon{width:28px;height:28px;color:#fff}.benefit-stats{margin-top:2rem;text-align:center}.stat-highlight{font-size:2rem;font-weight:800;color:#3b82f6;display:block}@media (max-width: 768px){.functions-grid,.specs-grid,.integration-options{grid-template-columns:1fr}.timeline-item{margin-left:1rem}.cta-buttons{flex-direction:column;align-items:center}.core-functions h3,.advanced-features h3,.tech-specifications h3,.api-integration h3{font-size:1.5rem}}.challenges-compact{margin-top:32px}.challenge-list{display:flex;flex-direction:column;gap:16px;max-width:800px;margin:0 auto}.challenge-item{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px 24px;transition:box-shadow .2s ease}.challenge-item:hover{box-shadow:0 4px 12px #00000014}.challenge-info{flex:1}.challenge-info h4{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.challenge-info p{font-size:14px;color:#64748b;line-height:1.5;margin:0}.challenge-item .status-badge{margin-left:20px;flex-shrink:0}
