*{box-sizing:border-box}body{color:#333;background-color:#fff;margin:0;padding:0;line-height:1.8}@media (max-width:768px){body{font-size:14px}}a{color:inherit;text-decoration:none;transition:all .3s}ul{margin:0;padding:0;list-style:none}h1,h2,h3,p{margin:0}.container{max-width:1140px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding:0 16px}}.section{padding:100px 0}@media (max-width:768px){.section{padding:50px 0}}.bg-gray{background-color:#f8f9fa}.fw-bold{font-weight:700}.btn{cursor:pointer;border:none;border-radius:4px;padding:14px 40px;font-size:16px;font-weight:700;display:inline-block;box-shadow:0 4px 12px #2cd28c33}.btn-primary{color:#fff;background-color:#2cd28c}.btn-primary:hover{background-color:#25b075;transform:translateY(-2px);box-shadow:0 6px 16px #2cd28c4d}header{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;height:80px;padding:0 40px;position:sticky;top:0}@media (max-width:768px){header{height:60px;padding:0 16px}}header .header-inner{justify-content:space-between;align-items:center;width:100%;max-width:1140px;height:100%;margin:0 auto;display:flex;position:relative}header .logo{z-index:1001;align-items:center;display:flex}header .logo img{display:block}header .nav-menu{align-items:center;gap:32px;display:flex}header .nav-menu .nav-link{font-size:14px;font-weight:700}header .nav-menu .nav-link:hover{color:#2cd28c}header .mobile-menu-btn{cursor:pointer;color:#333;z-index:1002;background:0 0;border:none;padding:0;display:none}header .mobile-menu{display:none}@media (max-width:768px){header{height:60px;padding:0 16px}header .header-inner{justify-content:center}header .logo{position:absolute;left:50%;transform:translate(-50%)}header .logo img{width:120px;height:auto}header .nav-menu{display:none}header .mobile-menu-btn{display:block;position:absolute;right:0}header .mobile-menu{z-index:999;background:#fff;width:100%;height:calc(100vh - 60px);transition:transform .3s ease-in-out;display:block;position:fixed;top:60px;left:0;overflow-y:auto;transform:translate(100%)}header .mobile-menu.is-open{transform:translate(0)}header .mobile-menu .mobile-menu-inner{padding:40px 24px}header .mobile-menu .mobile-menu-inner ul{flex-direction:column;gap:20px;display:flex}header .mobile-menu .mobile-menu-inner ul li a{color:#333;border-bottom:1px solid #f0f0f0;padding:10px 0;font-size:16px;font-weight:700;display:block}header .mobile-menu .mobile-menu-inner ul li.divider{background:#eee;height:1px;margin:10px 0}}.hero{color:#fff;background-image:linear-gradient(135deg,#26201ef2 0%,#322823b3 100%),url(/hero-bg.jpg);background-position:50%;background-size:cover;padding:160px 0 180px;position:relative;overflow:hidden}.hero-content{z-index:1;max-width:700px;position:relative}.hero-content h1{text-shadow:0 2px 10px #0000004d;margin-bottom:32px;font-size:54px;font-weight:700;line-height:1.4}.hero-content h1 .highlight-marker{color:#f1f1f1;background:linear-gradient(#0000 60%,#2cd28c99 60%);padding-bottom:4px;display:inline}.hero-content p{color:#e6e0dc;margin-bottom:48px;font-size:18px;font-weight:500;line-height:2}@media (max-width:768px){.hero{padding:80px 0 100px}.hero .container{padding:0 24px}.hero-content h1{margin-bottom:20px;font-size:28px}.hero-content p{margin-bottom:30px;font-size:14px;line-height:1.8}}.hero.hero-sub{padding:120px 0 140px}.hero.hero-sub .hero-content{max-width:800px}.hero.hero-sub .hero-content p{margin-bottom:0}@media (max-width:768px){.hero.hero-sub{padding:60px 0 80px}.hero.hero-sub .hero-content h1{margin-bottom:16px;font-size:24px}.hero.hero-sub .hero-content p{margin-bottom:0;font-size:13px}}.section-header{text-align:center;margin-bottom:60px}.section-header .section-title{margin-bottom:16px;font-size:32px;font-weight:700}.section-header .section-desc{color:#666}@media (max-width:768px){.section-header{margin-bottom:32px}.section-header .section-title{margin-bottom:12px;font-size:24px}.section-header .section-desc{font-size:13px}}.problems-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:768px){.problems-grid{grid-template-columns:1fr;gap:20px}}.problem-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:transform .3s,box-shadow .3s}.problem-card:hover{border-color:#2cd28c;transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.problem-card{padding:40px 32px}@media (max-width:768px){.problem-card{padding:16px 20px}}.problem-card .problem-icon{color:#2cd28c;text-align:center;margin-bottom:16px;font-size:40px;display:block}@media (max-width:768px){.problem-card .problem-icon{margin-bottom:0}}.problem-card h3{text-align:center;margin-bottom:16px;font-size:20px;font-weight:700}.problem-card ul{color:#666;padding-left:20px;font-size:15px}.problem-card ul li{margin-bottom:8px;list-style:outside}.stats-grid{flex-wrap:wrap;justify-content:center;gap:80px;margin-bottom:80px;display:flex}@media (max-width:768px){.stats-grid{gap:32px;margin-bottom:40px}}.stats-grid .stat-item{text-align:center}.stats-grid .stat-item .stat-number{color:#2cd28c;margin-bottom:8px;font-family:Arial,sans-serif;font-size:64px;font-weight:700;line-height:1;display:block}@media (max-width:768px){.stats-grid .stat-item .stat-number{font-size:48px}}.stats-grid .stat-item .stat-unit{color:#333;margin-left:4px;font-size:24px}.stats-grid .stat-item .stat-label{color:#666;letter-spacing:.1em;font-size:14px;font-weight:700}.cases-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:768px){.cases-grid{grid-template-columns:1fr;gap:24px}}.case-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:transform .3s,box-shadow .3s}.case-card:hover{border-color:#2cd28c;transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.case-card{border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.case-card .case-img{background-color:#f1f5f9;justify-content:center;align-items:center;gap:24px;width:100%;height:160px;display:flex}.case-card .case-img .case-icon-wrapper{filter:drop-shadow(0 4px 6px #00000014);transition:transform .2s;display:flex}.case-card .case-img .case-icon-wrapper:hover{transform:scale(1.1)}.case-card .case-content{padding:24px}@media (max-width:768px){.case-card .case-content{padding:20px 16px}}.case-card .case-content{flex-direction:column;flex-grow:1;display:flex}.case-card .case-content .case-title{margin-bottom:16px;font-size:18px;font-weight:700;line-height:1.4}.case-card .case-content .case-tags-wrapper{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.case-card .case-content .tag-group{flex-wrap:wrap;gap:6px;display:flex}.case-card .case-content .tag{border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700}.case-card .case-content .tag.tag-tech{color:#1a7e54;background:#2cd28c1a;border:1px solid #2cd28c33}.case-card .case-content .tag.tag-feature{color:#c2410c;background:#fff7ed;border:1px solid #ffedd5}.case-card .case-content .case-footer{color:#666;border-top:1px solid #f0f0f0;justify-content:space-between;margin-top:auto;padding-top:16px;font-size:14px;display:flex}.case-card .case-content .case-footer .case-val{color:#333;font-weight:700}.tech-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;display:flex}@media (max-width:768px){.tech-logos{gap:16px}}.tech-logos .tech-item{color:#555;border:none;border-radius:0;flex-direction:column;align-items:center;gap:10px;padding:10px;font-size:14px;font-weight:700;transition:transform .2s;display:flex}.tech-logos .tech-item:hover{transform:translateY(-5px)}@media (max-width:768px){.tech-logos .tech-item{padding:5px;font-size:12px}.tech-logos .tech-item svg{width:32px;height:32px}}footer{color:#fff;background:#111;padding:80px 0 40px}@media (max-width:768px){footer{padding:50px 0 30px}}footer .footer-cta{text-align:center;margin-bottom:60px}@media (max-width:768px){footer .footer-cta{margin-bottom:40px}}footer .footer-cta h2{margin-bottom:24px;font-size:32px}@media (max-width:768px){footer .footer-cta h2{margin-bottom:16px;font-size:24px}}footer .footer-cta p{color:#999;margin-bottom:32px}@media (max-width:768px){footer .footer-cta p{margin-bottom:24px;font-size:14px}}footer .footer-links{border-top:1px solid #333;justify-content:center;gap:30px;margin-bottom:40px;padding-top:40px;display:flex}@media (max-width:768px){footer .footer-links{flex-direction:column;align-items:center;gap:20px;margin-bottom:30px;padding-top:30px}}footer .footer-links a:hover{color:#2cd28c}footer .copyright{text-align:center;color:#555;font-size:12px}.notice{color:#666;margin-top:10px;font-size:13px;line-height:1.6}.check-list{margin-top:24px}.check-list li{margin-bottom:16px;padding-left:30px;font-size:16px;font-weight:700;position:relative}.check-list li:before{content:"✔";color:#2cd28c;font-weight:900;position:absolute;top:2px;left:0}.flow-list{counter-reset:flow-counter}.flow-list li{margin-bottom:24px;padding-left:40px;position:relative}.flow-list li:before{counter-increment:flow-counter;content:counter(flow-counter);color:#fff;text-align:center;background:#2cd28c;border-radius:50%;width:28px;height:28px;font-size:14px;font-weight:700;line-height:28px;position:absolute;top:4px;left:0}.flow-list li h4{margin-bottom:8px;font-size:18px;font-weight:700}.flow-list li p{color:#666;font-size:15px}.company-info{border-top:1px solid #e5e7eb;max-width:800px;margin:0 auto 80px}@media (max-width:768px){.company-info{margin-bottom:40px;padding:0 16px}}.company-info .info-row{border-bottom:1px solid #e5e7eb;padding:20px 0;display:flex}.company-info .info-row dt{flex-shrink:0;width:180px;font-weight:700}.company-info .info-row dd{flex-grow:1;margin:0}@media (max-width:768px){.company-info .info-row{flex-direction:column}.company-info .info-row dt{margin-bottom:8px}.company-info .info-row{padding:16px 0}}.message-card{background:#fff;border-radius:8px;max-width:800px;margin:0 auto;padding:80px 60px;box-shadow:0 4px 20px #0000000d}@media (max-width:768px){.message-card{margin:0 0 20px;padding:40px 24px}}.message-header{text-align:center;margin-bottom:60px}@media (max-width:768px){.message-header{margin-bottom:40px}}.message-header .sub-title{color:#2cd28c;letter-spacing:.1em;margin-bottom:12px;font-size:15px;font-weight:700}.message-header .role{margin-bottom:8px;font-size:16px;font-weight:700}.message-header .name{font-family:serif;font-size:36px;font-weight:700}@media (max-width:768px){.message-header .name{font-size:28px}}.message-section{margin-bottom:40px}@media (max-width:768px){.message-section{margin-bottom:20px}}.message-section .section-head{border-bottom:2px solid #eee;align-items:center;gap:10px;margin-bottom:32px;padding-bottom:16px;font-size:20px;font-weight:700;display:flex}@media (max-width:768px){.message-section .section-head{margin-bottom:24px;font-size:18px}}.message-section .section-head .bar{background:#2cd28c;width:6px;height:24px;display:block}.message-section .career-list{padding:0;list-style:none}.message-section .career-list li{align-items:flex-start;margin-bottom:20px;display:flex}@media (max-width:768px){.message-section .career-list li{margin-bottom:16px}}.message-section .career-list li .bullet{color:#2cd28c;flex-shrink:0;margin-top:5px;margin-right:12px;font-size:12px}.message-section .career-list li .text{font-size:16px;line-height:1.8}@media (max-width:768px){.message-section .career-list li .text{font-size:14px;line-height:1.7}}.message-section .lead-text{color:#333;margin-bottom:32px;font-family:serif;font-size:20px;font-weight:700;line-height:1.8}@media (max-width:768px){.message-section .lead-text{margin-bottom:24px;font-size:18px}}.message-section .body-text{color:#555;margin-bottom:24px;font-size:16px;line-height:2}@media (max-width:768px){.message-section .body-text{margin-bottom:20px;font-size:14px;line-height:1.8}}.message-section .sign{text-align:right;margin-top:40px;font-family:serif;font-size:18px}@media (max-width:768px){.message-section .sign{margin-top:30px;font-size:16px}}.form-group{margin-bottom:24px}@media (max-width:768px){.form-group{margin-bottom:16px}}.form-group label{margin-bottom:8px;font-weight:700;display:block}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:4px;width:100%;padding:12px;font-family:inherit;font-size:16px}.form-group input:focus,.form-group textarea:focus{border-color:#2cd28c;outline:none;box-shadow:0 0 0 3px #2cd28c33}.form-group textarea{resize:vertical;min-height:150px}.contact-wrapper{max-width:800px;margin:0 auto}.contact-card{background:#fff;border-radius:8px;padding:60px 40px;box-shadow:0 4px 20px #0000000d}@media (max-width:768px){.contact-card{padding:40px 24px}}.contact-intro{text-align:center;color:#666;margin-bottom:40px;font-size:16px;line-height:1.8}@media (max-width:768px){.contact-intro{text-align:left;margin-bottom:30px;font-size:14px}}.contact-form textarea{min-height:200px}.contact-form .required-mark{color:#2cd28c}.contact-form .submit-area{text-align:center;margin-top:50px}@media (max-width:768px){.contact-form .submit-area{margin-top:30px}}.contact-form .submit-area .btn{min-width:240px}@media (max-width:768px){.contact-form .submit-area .btn{width:100%;min-width:auto}}
