:root{--fh-primary: #2c3f84;--fh-text-primary: #0f172a;--fh-text-secondary: #64748b;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#f1f5f9}#root{min-height:100vh}:root{--fh-primary: #2c3f84;--fh-text-primary: #0f172a;--fh-text-secondary: #64748b;--fh-bg-light: #f8f9fa;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}.fh-app{background-color:#f8f8f8}body{margin:0;min-width:320px;min-height:100vh;background:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit}.fh-main-container{width:100%}.fh-content-wrap{max-width:1200px;margin:0 auto;padding:0 24px 72px}.fh-hero{position:relative;height:600px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.fh-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.fh-hero-overlay{position:absolute;inset:0;background:#0006}.fh-hero-content{position:relative;z-index:1;max-width:1000px;padding:0 24px}.fh-hero-title{font-size:100px;font-weight:800;line-height:1.1;margin:0 0 32px;letter-spacing:-.02em}.fh-hero-subnav{display:flex;align-items:center;justify-content:center;gap:16px;font-size:16px;margin-bottom:48px;text-transform:lowercase}.fh-hero-subnav .separator{opacity:.6}.fh-hero-actions{display:flex;gap:20px;justify-content:center}.fh-btn{padding:12px 32px;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.fh-btn-white{background:#fff;color:#000}.fh-btn-white:hover{background:#ffffffe6}.fh-btn-primary{background:var(--fh-primary);color:#fff}.fh-section{margin-top:80px}.fh-section-header{margin-bottom:40px}.fh-section-header h2{font-size:24px;font-weight:700;color:#000;margin:0 0 8px}.fh-subtitle{font-size:14px;color:var(--fh-text-secondary);margin:0}@media(max-width:1024px){.fh-hero-title{font-size:60px}.fh-hero{height:500px}}@media(max-width:768px){.fh-hero{height:400px}.fh-hero-title{font-size:36px;margin-bottom:20px}.fh-hero-subnav{flex-wrap:wrap;font-size:14px;gap:8px;margin-bottom:24px}.fh-content-wrap{padding:0 20px 48px}.fh-section{margin-top:48px}.fh-hero-actions{flex-direction:column;gap:12px;align-items:center}.fh-btn{width:100%;max-width:280px}}.fh-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 10px #0000000d}.fh-header-inner{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}.fh-logo{display:flex;align-items:center;text-decoration:none}.fh-logo-img{height:40px;width:auto;display:block}.fh-nav{display:flex;gap:24px}.fh-nav-link{font-size:14px;color:#000;font-weight:500;transition:color .2s}.fh-nav-link:hover{color:var(--fh-primary)}.fh-header-cta{padding:8px 20px;font-size:13px}.fh-mobile-sidebar{position:fixed;top:0;left:-300px;width:280px;height:100vh;background:#fff;z-index:1001;padding:80px 24px 40px;transition:transform .3s ease-in-out;box-shadow:2px 0 15px #0000001a}.fh-mobile-sidebar.open{transform:translate(300px)}.fh-mobile-nav{display:flex;flex-direction:column;gap:10px}.fh-mobile-link{font-size:18px;color:#000;font-weight:600;padding:15px 0;border-bottom:1px solid #f0f0f0;text-decoration:none}.fh-mobile-cta{margin-top:20px;text-align:center}.fh-mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:1000}.fh-mobile-toggle{display:none;background:none;border:none;font-size:32px;color:var(--fh-primary);cursor:pointer;padding:0;align-items:center;justify-content:center}@media(max-width:960px){.fh-nav,.fh-header-cta{display:none}.fh-mobile-toggle{display:flex}.fh-header-inner{padding:10px 20px}}.fh-footer{background-color:#2c3f84;color:#fff;padding:64px 0 24px;font-family:inherit}.fh-footer-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:flex-start;gap:64px}.fh-footer-left{flex:1}.fh-footer-logo{margin-bottom:48px}.fh-footer-logo-img{height:150px;width:auto;display:block}.fh-footer-social{display:flex;gap:20px;font-size:18px}.fh-footer-social a{color:#fff;opacity:.8;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.fh-footer-social a:hover{opacity:1;transform:translateY(-2px)}.fh-footer-divider{width:1px;height:180px;background:#fff3}.fh-footer-right{flex:2;display:flex;gap:80px}.fh-footer-col h4{font-size:16px;font-weight:600;margin:0 0 32px;opacity:.8}.fh-footer-col nav{display:flex;flex-direction:column;gap:16px}.fh-footer-col nav a{font-size:14px;opacity:.8;transition:opacity .2s}.fh-footer-col nav a:hover{opacity:1}.fh-contact-info p{font-size:14px;margin:0 0 16px;opacity:.8}.fh-footer-bottom{max-width:1200px;margin:64px auto 0;padding:0 24px;text-align:center}.fh-bottom-line{width:100%;height:1px;background:#ffffff1a;margin-bottom:24px}.fh-footer-bottom p{font-size:12px;opacity:.6;margin:0}@media(max-width:768px){.fh-footer-inner{flex-direction:column;gap:40px;padding:0 20px}.fh-footer-divider{display:none}.fh-footer-right{flex-direction:column;gap:40px}.fh-footer-logo-img{height:100px}.fh-footer-bottom{margin-top:40px}}.fh-service-grid{display:grid;gap:20px}.fh-service-grid.cols-5{grid-template-columns:repeat(5,1fr)}.fh-service-grid.cols-3{grid-template-columns:repeat(3,1fr)}.fh-service-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column}.fh-card-img{height:160px;background-size:cover;background-position:center}.fh-card-body{padding:16px;flex:1}.fh-card-body h3{font-size:14px;font-weight:600;margin:0 0 12px;line-height:1.3;color:#000}.fh-card-line{width:24px;height:3px;background:var(--fh-primary)}@media(max-width:1024px){.fh-service-grid.cols-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.fh-service-grid.cols-5,.fh-service-grid.cols-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.fh-service-grid.cols-5,.fh-service-grid.cols-3{grid-template-columns:1fr}}.fh-info-grid{display:grid;gap:32px}.fh-info-grid.cols-2{grid-template-columns:repeat(2,1fr)}.fh-info-card{position:relative;background:#fff;padding:32px;box-shadow:0 4px 24px #0000000f;border-radius:4px}.fh-info-grid.variant-rounded .fh-info-card{border-radius:20px}.fh-card-top-border{position:absolute;top:0;left:0;right:0;height:4px;background:var(--fh-primary)}.fh-info-grid.variant-rounded .fh-card-top-border{height:8px;border-radius:20px 20px 0 0}.fh-info-card h3{font-size:18px;font-weight:700;color:#000;margin:0 0 16px}.fh-info-card p{font-size:14px;line-height:1.6;color:var(--fh-text-secondary);margin:0}@media(max-width:768px){.fh-info-grid.cols-2{grid-template-columns:1fr}.fh-info-card{padding:24px}}.fh-cta-banner{position:relative;height:300px;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.fh-cta-overlay{position:absolute;inset:0;background:#00000080}.fh-cta-content{position:relative;z-index:1;padding:0 24px}.fh-cta-content p{font-size:14px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px;opacity:.9}.fh-cta-content h2{font-size:32px;font-weight:700;margin-bottom:24px}@media(max-width:768px){.fh-cta-banner{height:auto;padding:60px 20px}.fh-cta-content h2{font-size:24px}}.fh-stacked-list{display:flex;flex-direction:column;gap:12px}.fh-stacked-item-wrapper{display:flex;flex-direction:column}.fh-stacked-item{padding:16px 24px;background:#fff;border-radius:8px;color:var(--fh-primary);font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.fh-stacked-item.has-content:hover{background:var(--fh-primary);color:#fff}.fh-stacked-item.expanded{background:var(--fh-primary);color:#fff;border-radius:8px 8px 0 0}.fh-expand-icon{font-size:12px;transition:transform .3s ease}.fh-expand-icon.rotated{transform:rotate(180deg)}.fh-stacked-content{max-height:0;overflow:hidden;background:#fff;border-radius:0 0 8px 8px;transition:max-height .3s ease,padding .3s ease;padding:0 24px}.fh-stacked-content.show{max-height:500px;padding:20px 24px}.fh-stacked-content p{color:#555;line-height:1.7;margin:0 0 12px;font-size:15px}.fh-stacked-content p:last-child{margin-bottom:0}@media(max-width:768px){.fh-stacked-item{font-size:14px;padding:12px 16px}.fh-stacked-content{padding:0 16px}.fh-stacked-content.show{padding:16px}.fh-stacked-content p{font-size:14px}}.fh-page-banner{padding:80px 0 40px;background:#fff;text-align:center;position:relative}.fh-page-banner.has-bg{padding:120px 0 80px;background-size:cover;background-position:center;color:#fff}.fh-banner-overlay{position:absolute;inset:0;background:#0006}.fh-page-banner .fh-content-wrap{position:relative;z-index:1;padding-bottom:0}.fh-page-title{font-size:48px;font-weight:800;margin:0;letter-spacing:-.01em;color:#000}.fh-page-banner.has-bg .fh-page-title{color:#fff}.fh-title-underline{width:40px;height:4px;background:var(--fh-primary);margin:24px auto}.fh-page-banner.has-bg .fh-title-underline{background:#fff}.fh-page-subtitle{font-size:16px;color:#000;margin:0;opacity:.9}.fh-page-banner.has-bg .fh-page-subtitle{color:#fff}@media(max-width:768px){.fh-page-banner{padding:60px 0 30px}.fh-page-banner.has-bg{padding:80px 0 60px}.fh-page-title{font-size:32px}.fh-title-underline{margin:16px auto}.fh-page-subtitle{font-size:14px;padding:0 20px}}.fh-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.fh-case-card{position:relative;display:flex;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 4px 24px #0000000f;height:280px;transition:transform .2s ease,box-shadow .2s ease}.fh-case-card.clickable{cursor:pointer}.fh-case-card.clickable:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.fh-card-top-border{position:absolute;top:0;left:0;right:0;height:4px;background:var(--fh-primary);z-index:2}.fh-case-card-img{width:45%;background-size:cover;background-position:center}.fh-case-card-content{width:55%;padding:32px;display:flex;flex-direction:column;justify-content:center}.fh-case-card-content h3{font-size:18px;font-weight:700;color:#000;margin:0 0 16px}.fh-case-card-content p{font-size:14px;line-height:1.6;color:var(--fh-text-secondary);margin:0}@media(max-width:1024px){.fh-case-grid{grid-template-columns:1fr}.fh-case-card{height:auto;min-height:200px;border-radius:12px}}@media(max-width:640px){.fh-case-card{flex-direction:column;height:auto}.fh-case-card-img{width:100%;height:180px}.fh-case-card-content{width:100%;padding:20px}}.fh-main-container:has(.fh-case-detail-header){min-height:calc(100vh - 480px)}.fh-case-detail-header{text-align:center;padding:60px 20px 40px}.fh-case-detail-header h1{font-size:42px;font-weight:700;color:var(--fh-primary);margin:0 0 20px;letter-spacing:2px}.fh-title-underline{width:80px;height:4px;background:var(--fh-primary);margin:0 auto}.fh-case-detail-content{display:flex;gap:60px;padding:40px 0 80px;align-items:flex-start}.fh-case-detail-image{flex:0 0 360px;width:360px;height:400px}.fh-case-detail-image img{width:360px;height:400px;object-fit:cover;border-radius:8px;box-shadow:0 8px 32px #0000001a}.fh-case-detail-text{flex:1}.fh-case-detail-text p{font-size:16px;line-height:30px;color:#555;margin:0 0 20px}.fh-case-detail-text p:last-child{margin-bottom:0}@media(max-width:900px){.fh-case-detail-content{flex-direction:column;gap:32px}.fh-case-detail-image{flex:none;width:100%;max-width:360px;height:auto}.fh-case-detail-image img{width:100%;max-width:360px;height:auto;aspect-ratio:360 / 400}.fh-case-detail-header h1{font-size:32px}}@media(max-width:640px){.fh-case-detail-header{padding:40px 16px 30px}.fh-case-detail-header h1{font-size:26px}.fh-case-detail-text p{font-size:14px;line-height:26px}}.fh-contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:32px}.fh-contact-card{background:#fff;padding:48px;box-shadow:0 4px 24px #0000000f;border-radius:4px;position:relative}.fh-contact-form{display:flex;flex-direction:column;gap:24px}.fh-form-group{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:16px}.fh-form-group label{font-size:14px;font-weight:600;color:#000;text-align:right}.fh-form-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;background:#f8fafc;transition:all .2s}.fh-form-input:focus{outline:none;border-color:var(--fh-primary);background:#fff}.fh-form-submit{width:100%;margin-top:8px}.fh-info-list{display:flex;flex-direction:column;gap:24px}.fh-info-item{display:flex;font-size:15px}.fh-info-label{font-weight:700;color:#000;width:80px}.fh-info-sep{margin-right:12px;color:var(--fh-text-secondary)}.fh-info-value{color:var(--fh-text-secondary)}@media(max-width:960px){.fh-contact-grid{grid-template-columns:1fr;gap:24px}.fh-contact-card{padding:32px 24px}}@media(max-width:640px){.fh-contact-card{padding:32px 20px}.fh-form-group{grid-template-columns:1fr;align-items:flex-start;gap:8px}.fh-form-group label{text-align:left}.fh-info-list{gap:16px}.fh-info-item{flex-direction:column;gap:4px}.fh-info-label{text-align:left;width:auto}.fh-info-sep{display:none}}
