.header-wrapper{position:sticky;top:0;z-index:1000;height:64px;background-color:#1a1b23;color:#fff;display:flex;justify-content:center}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;padding:0 64px}.header-container .header-left{display:flex;align-items:center;gap:12px}.header-container .header-left .mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:8px;margin-right:8px}.header-container .header-left .mobile-menu-btn svg{display:block}.header-container .header-left .logo-symbol{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.header-container .header-left .logo-symbol .logo-sany-icon{height:48px}.header-container .header-left .logo-symbol .logo-sany,.header-container .header-left .logo-symbol .logo-rootpilot{height:24px}.header-container .header-nav{display:flex;align-items:center;gap:32px;margin-left:64px}.header-container .header-nav .nav-item{display:flex;align-items:center;gap:4px;cursor:pointer;font-size:14px;color:#e6e6e6;transition:color .3s}.header-container .header-nav .nav-item:hover{color:#fff}.header-container .header-nav .nav-item svg{margin-top:2px}.header-container .header-right{display:flex;align-items:center;gap:24px}.header-container .header-right .language-selector{position:relative;cursor:pointer;color:#e6e6e6;display:flex;align-items:center;padding:8px}.header-container .header-right .language-selector img{width:24px;height:24px}.header-container .header-right .language-selector:hover{color:#fff}.header-container .header-right .language-selector .lang-dropdown{position:absolute;top:100%;right:0;background-color:#1a1b23;border:1px solid #2d2e36;border-radius:4px;padding:4px 0;min-width:100px;z-index:1000;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header-container .header-right .language-selector .lang-dropdown .lang-option{padding:8px 16px;color:#e6e6e6;font-size:14px;transition:all .2s}.header-container .header-right .language-selector .lang-dropdown .lang-option:hover{background-color:#2d2e36;color:#fff}.header-container .header-right .login-btn{background-color:#e60012;color:#fff;border:none;padding:8px 24px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s;min-height:36px}.header-container .header-right .login-btn:hover{background-color:#c4000f}@media (max-width: 768px){.header-container .header-container{padding:0 32px}.header-container .logo-sany{display:none}.header-container{padding:0 16px}.header-container .header-left{gap:8px}.header-container .header-left .mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;margin-right:0}.header-container .header-left .logo-text{font-size:18px}.header-container .header-left .logo-text .brand-sany{margin-right:6px}.header-container .header-nav{display:none}.header-container .header-right{gap:8px}.header-container .header-right .language-selector{width:48px;height:48px;display:flex;align-items:center;justify-content:center;padding:0}.header-container .header-right .login-btn{padding:0 16px;height:36px}.header-container .mobile-menu-overlay{position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 64px);background-color:#1a1b23;z-index:100;border-top:1px solid #2d2e36;overflow-y:auto;animation:slideDown .3s ease-out}.header-container .mobile-menu-overlay .mobile-nav{display:flex;flex-direction:column;padding:0 16px}.header-container .mobile-menu-overlay .mobile-nav .mobile-nav-item{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid #2d2e36;color:#fff;font-size:16px;font-weight:500;cursor:pointer}.header-container .mobile-menu-overlay .mobile-nav .mobile-nav-item:last-child{border-bottom:none}.header-container .mobile-menu-overlay .mobile-nav .mobile-nav-item svg{color:#6b7280}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.header-container .login-btn{display:none}}@media (max-width: 480px){.header-container .header-container{padding:0 24px}.header-container .logo-sany-icon{height:40px!important}.header-container .logo-rootpilot{height:20px!important}.header-container .login-btn{display:none}}.footer-section{background-color:#111827;color:#e5e7eb;padding-top:64px;padding-bottom:32px}.footer-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 64px}.footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:72px;padding-bottom:24px}.footer-left{max-width:520px}.footer-logo-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.footer-logo-placeholder{width:260px;max-width:100%}.footer-tagline{font-size:14px;line-height:22px;color:#9ca3af;margin-bottom:24px}.footer-social{display:flex;align-items:center;gap:12px}.footer-social-btn{width:24px;height:24px;border:none;cursor:pointer}.footer-social-btn img{display:block;width:100%;height:100%}.footer-social-btn:nth-child(2){background-color:#22c55e}.footer-links{display:flex;gap:48px;flex:1;justify-content:flex-end}.footer-column{min-width:140px}.footer-column-title{font-size:14px;line-height:20px;font-weight:600;color:#f9fafb;margin-bottom:12px}.footer-link{display:block;padding:0;margin-bottom:8px;border:none;background:none;font-size:14px;line-height:20px;color:#9ca3af;text-align:left;cursor:pointer}.footer-link:last-child{margin-bottom:0}.footer-link:hover{color:#f9fafb}.footer-bottom{padding-top:16px}.footer-bottom-text{font-size:12px;line-height:18px;color:#6b7280}@media (max-width: 768px){.footer-section{padding-top:48px;padding-bottom:24px}.footer-main{flex-direction:column;align-items:flex-start;gap:32px}.footer-links{width:100%;justify-content:space-between;flex-wrap:wrap;row-gap:24px}.footer-column{min-width:120px}.footer-bottom-text{font-size:12px}.footer-inner{padding:0 32px}}@media (max-width: 480px){.footer-inner{padding:0 24px}}.page-layout{display:flex;flex-direction:column;min-height:100vh}.page-layout .page-content{flex:1;width:100%;box-sizing:border-box}.hero-section{position:relative;width:100%;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.hero-section .hero-bg{position:relative;width:100%;height:600px;background-color:#5b657a;background-image:linear-gradient(#2c3242cc,#2c3242cc);display:flex;flex-direction:column;align-items:center;padding-top:80px;color:#fff;text-align:center;background-size:cover;background-position:center}.hero-section .hero-bg .hero-title{font-size:1.5rem;font-weight:500;letter-spacing:1px;margin-bottom:1rem;opacity:.9}.hero-section .hero-bg .hero-subtitle{font-size:3rem;font-weight:700;margin-bottom:3rem;max-width:740px}.hero-section .hero-content-wrapper{position:relative;max-width:1200px;margin:-300px auto 0;display:flex;flex-direction:column;align-items:center;padding:0 64px 80px}.hero-section .tablet-mockup{width:100%;max-width:900px;aspect-ratio:16/10;position:relative;margin-bottom:80px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-section .tablet-mockup img{width:100%;height:100%;object-fit:contain}.hero-section .tablet-mockup .tablet-placeholder{color:#666;font-size:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-section .tablet-mockup .tablet-placeholder svg{width:64px;height:64px;opacity:.5}.hero-section .stats-container{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0 2rem}.hero-section .stats-container .stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;color:#333}.hero-section .stats-container .stat-item .stat-icon{width:64px;height:64px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.hero-section .stats-container .stat-item .stat-icon svg{width:100%;height:100%;fill:#e60012}.hero-section .stats-container .stat-item .stat-label{font-size:1rem;color:#666;margin-bottom:.5rem}.hero-section .stats-container .stat-item .stat-value{font-size:2.5rem;font-weight:700;color:#1a1b23;line-height:1}.hero-section .stats-container .stat-item .stat-value small{font-size:1rem;font-weight:400;color:#666;margin-left:4px}@media (max-width: 768px){.hero-section .hero-bg{height:500px}.hero-section .hero-bg .hero-subtitle{font-size:2.5rem}.hero-section .hero-content-wrapper{margin-top:-200px;padding:0 32px}.hero-section .stats-container{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 768px){.hero-section .hero-bg{height:400px;padding-top:60px}.hero-section .hero-bg .hero-title{font-size:1.2rem}.hero-section .hero-bg .hero-subtitle{font-size:2rem;max-width:440px}.hero-section .hero-content-wrapper{margin-top:-150px;padding:0 24px}.hero-section .stats-container{gap:2rem;padding:0}.hero-section .tablet-mockup{border-width:8px;border-radius:16px}}@media (max-width: 480px){.hero-section .stats-container{grid-template-columns:1fr}}.how-it-works-wrapper{background-color:#f9f9fb}.how-it-works-container{display:flex;justify-content:space-between;align-items:center;padding:80px 64px;max-width:1200px;margin:0 auto}.how-it-works-container .content-side{flex:1;max-width:600px;padding-right:40px}.how-it-works-container .content-side .section-title{font-size:48px;font-weight:700;color:#1a1b23;margin-bottom:24px;line-height:1.2}.how-it-works-container .content-side .description{font-size:16px;line-height:1.6;color:#666;margin-bottom:40px}.how-it-works-container .content-side .benefit-list{display:flex;flex-direction:column;gap:24px}.how-it-works-container .content-side .benefit-list .benefit-item{display:flex;align-items:center;gap:16px}.how-it-works-container .content-side .benefit-list .benefit-item .icon-box{width:40px;height:40px;min-width:40px;background-color:#e60012;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.how-it-works-container .content-side .benefit-list .benefit-item .icon-box svg{width:24px;height:24px;fill:currentColor}.how-it-works-container .content-side .benefit-list .benefit-item .text{font-size:16px;color:#666;line-height:1.5}.how-it-works-container .image-side{flex:1;display:flex;justify-content:center;align-items:center}.how-it-works-container .image-side .diagram-placeholder{width:100%;max-width:600px;height:400px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px;position:relative;overflow:hidden}.how-it-works-container .image-side .diagram-placeholder img{width:100%;height:auto;object-fit:contain}@media (max-width: 1024px){.how-it-works-container{padding:60px 24px;flex-direction:column}.how-it-works-container .content-side{max-width:100%;padding-right:0;margin-bottom:40px}.how-it-works-container .image-side{width:100%}.how-it-works-container .image-side .diagram-placeholder{height:300px}}.horizontal-carousel{width:100%}.horizontal-carousel-viewport{overflow:hidden;width:100%}.horizontal-carousel-track{display:flex;gap:24px}.horizontal-carousel-item{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.built-for-section{padding-top:80px;padding-bottom:100px;background-color:#fff}.built-for-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:64px;padding-right:64px}.built-for-header{text-align:center;margin-bottom:40px}.built-for-header .title{font-size:40px;line-height:48px;font-weight:700;color:#1a1b23;margin-bottom:12px}.built-for-header .subtitle{font-size:16px;line-height:24px;color:#666}.built-for-illustration{margin-bottom:48px}.terrain-wrapper{position:relative;max-width:840px;margin-left:auto;margin-right:auto}.terrain-placeholder{width:100%;height:420px;border-radius:24px;display:flex;align-items:center;justify-content:center;overflow:hidden}.terrain-placeholder img{width:100%;height:100%;object-fit:contain}.terrain-svg{width:100%;height:100%}.label-chip{position:absolute;padding-left:16px;padding-right:16px;height:32px;border-radius:4px;background-color:#3c3f46;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:20px;white-space:nowrap}.label-chip-sloping{left:360px;top:70px}.label-chip-trenching{right:80px;bottom:130px}.label-chip-pit{left:220px;bottom:40px}.built-for-scenarios{margin-top:32px}.scenario-card{width:360px;border-radius:16px;overflow:hidden;background-color:#f2f2f2;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;position:relative}.scenario-image{height:198px;background-size:cover;background-position:center;background-repeat:no-repeat}.scenario-info{display:flex;align-items:center;padding:16px 20px;position:absolute;left:0;bottom:0;right:0;background-color:#00000080}.scenario-icon{width:32px;height:32px;border-radius:16px;background-color:#fff;display:flex;align-items:center;justify-content:center;margin-right:12px}.scenario-icon img{width:18px;height:18px}.scenario-name{font-size:16px;line-height:22px;font-weight:600;color:#fff}.scenario-card-highway .scenario-name,.scenario-card-municipal .scenario-name,.scenario-card-house .scenario-name{color:#fff}.scenario-card-highway .scenario-info{background-color:#c57c36}.scenario-card-municipal .scenario-info{background-color:#3b6bb2}.scenario-card-house .scenario-info{background-color:#855239}@media (max-width: 768px){.built-for-section{padding-top:60px;padding-bottom:80px}.terrain-placeholder{height:360px}.built-for-scenarios{margin-top:24px}.scenario-card{width:100%;max-width:420px}.built-for-inner{padding:0 32px}}@media (max-width: 768px){.built-for-inner{padding:0 24px}}.scalable-section{padding-top:80px;padding-bottom:100px;background:linear-gradient(to bottom,#f5f7fb,#f5f7fb 60%,#fff)}.scalable-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:64px;padding-right:64px}.scalable-header{text-align:center;margin-bottom:40px}.scalable-title{font-size:40px;line-height:48px;font-weight:700;color:#1a1b23;margin-bottom:12px}.scalable-subtitle{font-size:16px;line-height:24px;color:#8a8f9f}.scalable-cards{display:flex;gap:24px}.scalable-card{flex:1;background-color:#fff;border-radius:20px;border:1px solid #e2e5f0;box-shadow:0 12px 30px #0f172a14;padding:24px 24px 28px}.card-title{font-size:20px;line-height:28px;font-weight:700;color:#1f2430;margin-bottom:12px}.card-subtitle{font-size:14px;line-height:22px;color:#6b7280;margin-bottom:12px}.card-body{font-size:14px;line-height:22px;color:#4b5563;margin-bottom:20px}.feature-list{list-style:none;padding:0;margin:0 0 20px}.feature-item{display:flex;align-items:center;gap:10px;margin-bottom:8px}.feature-icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;background-color:#e8e8e8}.feature-icon img{width:70%;height:70%}.feature-text{font-size:14px;line-height:20px;color:#111827}.learn-more-btn{margin-top:8px;border:none;background-color:transparent;padding:0;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;line-height:20px;color:#2563eb}.learn-more-arrow{font-size:16px}.advanced-support{margin-bottom:20px}.support-title{font-size:14px;line-height:20px;font-weight:600;color:#111827;margin-bottom:12px}.support-badges{display:flex;gap:12px}.support-badge{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center}.support-badge img{width:70%;height:70%}@media (max-width: 768px){.scalable-section{padding-top:60px;padding-bottom:80px}.scalable-cards{flex-direction:column}.scalable-inner{padding-left:32px;padding-right:32px}}@media (max-width: 480px){.scalable-inner{padding-left:24px;padding-right:24px}}.solutions-section{padding-top:72px;padding-bottom:88px;background-color:#111827}.solutions-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:64px;padding-right:64px}.solutions-header{text-align:center;margin-bottom:40px;color:#fff}.solutions-title{font-size:36px;line-height:44px;font-weight:700;margin-bottom:12px}.solutions-subtitle{font-size:16px;line-height:24px;color:#9ca3af}.solutions-grid{margin-top:24px}.solution-card{flex:1;border-radius:16px;overflow:hidden;background-color:#1f2933;width:360px;position:relative}.solution-image{position:relative;height:220px;background-size:cover;background-position:center;background-repeat:no-repeat}.solution-image img{width:100%;height:100%;object-fit:cover}.solution-name{position:absolute;left:0;right:0;bottom:0;padding:14px 20px;font-size:18px;line-height:24px;font-weight:600;color:#fff;background-color:#00000080}.solution-coming-soon{position:absolute;left:0;right:0;top:0;bottom:0;padding:8px 16px;font-size:14px;line-height:20px;font-weight:500;color:#fff;background-color:#00000080;text-align:right}@media (max-width: 768px){.solutions-section{padding-top:56px;padding-bottom:72px}.solutions-grid{margin-top:20px}.solutions-inner{padding-left:32px;padding-right:32px}}@media (max-width: 480px){.solutions-inner{padding-left:24px;padding-right:24px}}.why-section{padding-top:80px;padding-bottom:100px;background-color:#fff}.why-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 64px}.why-header{text-align:center;margin-bottom:56px}.why-title{font-size:36px;line-height:44px;font-weight:700;color:#111827;margin-bottom:8px}.why-subtitle{font-size:16px;line-height:24px;color:#6b7280}.why-row{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:56px}.why-row:last-of-type{margin-bottom:0}.why-row-reverse{flex-direction:row-reverse}.why-text{flex:1}.why-block-title{font-size:20px;line-height:28px;font-weight:700;color:#111827;margin-bottom:12px}.why-list{margin:0;padding:0;list-style:none;font-size:14px;line-height:22px;color:#4b5563;display:flex;flex-direction:column;gap:10px}.why-list li{display:flex;align-items:flex-start;gap:10px}.why-list li:before{content:"";flex-shrink:0;width:6px;height:6px;margin-top:8px;border-radius:50%;background-color:#ef4444}.why-paragraph{font-size:14px;line-height:22px;color:#4b5563}.why-media{flex:1}.why-media-placeholder{height:100%;max-width:100%;object-fit:contain}@media (max-width: 768px){.why-section{padding-top:60px;padding-bottom:80px}.why-row,.why-row-reverse{flex-direction:column;align-items:flex-start}.why-media{width:100%}.why-inner{padding:0 32px}}@media (max-width: 768px){.why-inner{padding:0 24px}}.testimonials-section{padding-top:80px;padding-bottom:96px;background-color:#f9fafb}.testimonials-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 64px}.testimonials-header{text-align:center;margin-bottom:40px}.testimonials-title{font-size:40px;line-height:1.5;font-weight:700;color:#111827}.testimonials-subtitle{font-size:18px;line-height:1.5;color:#6b7280}.testimonials-grid{display:flex;gap:24px}.testimonials-carousel{overflow:hidden}.testimonials-track{display:flex;gap:24px;animation:marquee 60s linear infinite;width:max-content}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{width:340px;flex-shrink:0;background-color:#fff;border-radius:20px;padding:24px 24px 28px;box-shadow:0 12px 30px #0f172a0f;display:flex;flex-direction:column}.quote-mark{margin-bottom:16px}.quote-mark img{width:40px;height:40px}.quote-text{font-size:18px;line-height:1.5;color:#374151;margin-bottom:20px;flex:1}.quote-meta{border-top:1px solid #e5e7eb;padding-top:12px}.quote-name{font-size:20px;line-height:1.5;font-weight:600;color:#111827}.quote-role,.quote-location{font-size:14px;line-height:1.5;color:#6b7280}.quote-location{margin-top:2px}@media (max-width: 768px){.testimonials-section{padding-top:60px;padding-bottom:80px}.testimonials-inner{padding:0 32px}}@media (max-width: 480px){.testimonials-inner{padding:0 24px}.testimonial-card{width:280px}}.cloud-section{padding-top:80px;padding-bottom:100px;background-color:#111827}.cloud-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 0 0 64px;display:flex;align-items:center;justify-content:space-between;gap:48px;overflow:hidden}.cloud-content{flex:1;color:#fff}.cloud-title{font-size:36px;line-height:44px;font-weight:800;letter-spacing:.08em;margin-bottom:16px}.cloud-subtitle{font-size:16px;line-height:24px;color:#d1d5db;margin-bottom:16px}.cloud-list{margin:0 0 28px;padding:0;list-style:none;font-size:14px;line-height:22px;color:#e5e7eb;display:flex;flex-direction:column;gap:10px}.cloud-list li{display:flex;align-items:flex-start;gap:10px}.cloud-list li:before{content:"";flex-shrink:0;width:6px;height:6px;margin-top:8px;border-radius:50%;background-color:#ef4444}.cloud-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:999px;border:none;background-color:#ef4444;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.cloud-illustration{flex:1;display:flex;justify-content:center}.cloud-screen-placeholder{width:100%;max-width:560px;aspect-ratio:16/9;position:relative}.cloud-screen-placeholder img{position:absolute;top:0;right:-20%;max-width:100%;height:100%}@media (max-width: 768px){.cloud-section{padding-top:60px;padding-bottom:80px}.cloud-inner{flex-direction:column;align-items:flex-start;gap:32px}.cloud-title{font-size:28px;line-height:34px}.cloud-cta-btn{width:100%;max-width:260px;text-align:center}.cloud-illustration{width:100%}.cloud-screen-placeholder{max-width:100%}.cloud-screen-placeholder img{position:static}.cloud-inner{padding:0 32px}}@media (max-width: 480px){.cloud-inner{padding:0 24px}}.resources-section{padding-top:80px;padding-bottom:80px;background-color:#fff}.resources-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 64px;text-align:center}.resources-title{font-size:32px;line-height:40px;font-weight:700;color:#111827;margin-bottom:48px}.resources-grid{display:flex;align-items:stretch;justify-content:center;gap:56px}.resource-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;border:none;background:none;cursor:pointer}.resource-icon{width:96px;height:96px;border-radius:50%;background-color:#111827;display:inline-flex;align-items:center;justify-content:center}.resource-icon img{width:60%;height:60%}.resource-label{font-size:16px;line-height:24px;color:#111827}@media (max-width: 768px){.resources-section{padding-top:60px;padding-bottom:60px}.resources-grid{flex-wrap:wrap;row-gap:32px;column-gap:40px}.resource-item{width:50%}.resources-inner{padding:0 32px}}@media (max-width: 480px){.resources-inner{padding:0 24px}}.faq-section{position:relative;padding:32px 0 96px;background:radial-gradient(circle at top left,rgba(198,0,11,.08),transparent 28%),linear-gradient(180deg,#fff,#fff8f6)}.faq-inner{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 64px}.faq-header{margin:0 auto 48px;max-width:760px;text-align:center}.faq-title{margin:0 0 10px;font-size:36px;line-height:44px;font-weight:700;color:#111827}.faq-subtitle{margin:0;font-size:16px;line-height:24px;color:#6b7280}.faq-list{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{border:1px solid rgba(17,24,39,.08);border-radius:24px;background-color:#ffffffeb;box-shadow:0 18px 40px #1118270f;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.faq-item:hover{border-color:#c6000b2e;box-shadow:0 22px 48px #11182714;transform:translateY(-2px)}.faq-item.is-active{border-color:#c6000b33;box-shadow:0 28px 54px #1118271a}.faq-question{width:100%;padding:24px 28px;border:none;background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;cursor:pointer}.faq-question-text{display:flex;align-items:flex-start;gap:10px;font-size:18px;line-height:28px;font-weight:600;color:#111827}.faq-question-index,.faq-answer-index{color:#c6000b;flex-shrink:0}.faq-question-icon{position:relative;flex-shrink:0;width:18px;height:18px;margin-top:4px}.faq-question-icon:before,.faq-question-icon:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;border-radius:999px;background-color:#111827;transform:translate(-50%,-50%);transition:transform .25s ease,opacity .25s ease,background-color .25s ease}.faq-question-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.is-active .faq-question-icon:before,.faq-item.is-active .faq-question-icon:after{background-color:#c6000b}.faq-item.is-active .faq-question-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(.2)}.faq-answer-shell{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-item.is-active .faq-answer-shell{grid-template-rows:1fr}.faq-answer-wrap{min-height:0;overflow:hidden}.faq-answer{padding:0 28px;display:flex;align-items:flex-start;gap:10px;opacity:0;transform:translateY(-8px);transition:opacity .24s ease,transform .24s ease,padding-bottom .24s ease}.faq-answer p{margin:0;font-size:15px;line-height:25px;color:#4b5563}.faq-item.is-active .faq-answer{padding-bottom:24px;opacity:1;transform:translateY(0)}@media (max-width: 768px){.faq-section{padding:20px 0 72px}.faq-inner{padding:0 32px}.faq-header{margin-bottom:36px}.faq-title{font-size:32px;line-height:40px}.faq-question{padding:20px 22px}.faq-question-text{font-size:16px;line-height:25px}.faq-answer{padding:0 22px}.faq-item.is-active .faq-answer{padding-bottom:20px}}@media (max-width: 480px){.faq-inner{padding:0 24px}.faq-title{font-size:28px;line-height:36px}.faq-question{padding:18px;gap:14px}.faq-answer{padding:0 18px}.faq-answer p{font-size:14px;line-height:23px}.faq-item.is-active .faq-answer{padding-bottom:18px}}.brochure-page{padding:40px 64px;max-width:1200px;margin:0 auto}.brochure-page h1{font-size:24px;font-weight:700;margin-bottom:24px;color:#000}.brochure-page .filters-container{margin-bottom:20px}.brochure-page .filters-container .language-select-wrapper{margin-bottom:24px}.brochure-page .filters-container .language-select-wrapper .language-select{display:inline-block;padding:8px 12px;font-size:14px;border:1px solid #e0e0e0;border-radius:4px;background-color:#f5f5f5;outline:none;cursor:pointer}.brochure-page .filters-container .language-select-wrapper .language-select select{font-size:14px;border-radius:4px;background-color:#f5f5f5;min-width:120px;border:none;outline:none}.brochure-page .filters-container .language-select-wrapper .language-select:hover{border-color:#ccc}.brochure-page .filters-container .tabs{display:flex;gap:32px;border-bottom:1px solid #eee}.brochure-page .filters-container .tabs .tab-item{padding-bottom:12px;cursor:pointer;font-size:16px;color:#666;position:relative;white-space:nowrap}.brochure-page .filters-container .tabs .tab-item.active{color:#000;font-weight:500}.brochure-page .filters-container .tabs .tab-item.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#d0021b}.brochure-page .filters-container .tabs .tab-item:hover{color:#000}.brochure-page .manuals-list .manual-item{display:flex;align-items:center;padding:24px;background-color:#f9f9f9;border-radius:8px;margin-bottom:16px;justify-content:space-between}.brochure-page .manuals-list .manual-item .item-left{display:flex;align-items:center;flex:1}.brochure-page .manuals-list .manual-item .item-left .icon-wrapper{margin-right:24px;display:flex;align-items:center;justify-content:center}.brochure-page .manuals-list .manual-item .item-left .icon-wrapper img{width:40px;height:40px}.brochure-page .manuals-list .manual-item .item-left .item-info .item-title{font-size:18px;font-weight:600;margin-bottom:4px;color:#000}.brochure-page .manuals-list .manual-item .item-left .item-info .item-meta{font-size:14px;color:#666}.brochure-page .manuals-list .manual-item .item-right{display:flex;align-items:center;gap:24px}.brochure-page .manuals-list .manual-item .item-right .file-info{font-size:14px;color:#333;font-weight:500}.brochure-page .manuals-list .manual-item .item-right .file-info span{margin-left:8px;color:#666;font-weight:400}.brochure-page .manuals-list .manual-item .item-right .download-btn{background-color:#d0021b;color:#fff;padding:10px 24px;border-radius:24px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:background-color .2s}.brochure-page .manuals-list .manual-item .item-right .download-btn:hover{background-color:#b0021b}@media (max-width: 768px){.brochure-page{padding:20px 32px}.brochure-page .manuals-list .manual-item{flex-direction:column;align-items:flex-start}.brochure-page .manuals-list .manual-item .item-left{width:100%;margin-bottom:16px}.brochure-page .manuals-list .manual-item .item-right{width:100%;justify-content:space-between;border-top:1px solid #eee;padding-top:16px}}@media (max-width: 480px){.brochure-page{padding:20px 24px}.brochure-page .filters-container .tabs{flex-direction:column;gap:0;border-bottom:none}.brochure-page .filters-container .tabs .tab-item{padding:12px 0;border-bottom:1px solid #eee}.brochure-page .filters-container .tabs .tab-item.active:after{display:none}.brochure-page .filters-container .tabs .tab-item.active{color:#d0021b}.brochure-page .manuals-list .manual-item{padding:16px}.brochure-page .manuals-list .manual-item .item-left .icon-wrapper{margin-right:16px}.brochure-page .manuals-list .manual-item .item-left .item-info .item-title{font-size:16px}.brochure-page .manuals-list .manual-item .item-right{flex-direction:column;align-items:stretch;gap:12px}.brochure-page .manuals-list .manual-item .item-right .file-info{text-align:center}.brochure-page .manuals-list .manual-item .item-right .download-btn{text-align:center;width:100%;box-sizing:border-box}}:root{--tablet-breakpoint: 768px;--mobile-breakpoint: 480px}*{margin:0}html,body{font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}ul{list-style:none}
