: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-why-section{padding:60px 0}.fh-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}.fh-why-card{background:#fff;border-radius:12px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05)}.fh-why-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.fh-why-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:28px;transition:all .3s ease;position:relative;z-index:1}.fh-why-card h3{font-size:18px;font-weight:700;color:#1e293b;margin:0;line-height:1.4;z-index:1}.fh-why-card.variant-0 .fh-why-icon-wrapper{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0284c7}.fh-why-card.variant-1 .fh-why-icon-wrapper{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.fh-why-card.variant-2 .fh-why-icon-wrapper{background:linear-gradient(135deg,#faf5ff,#f3e8ff);color:#9333ea}.fh-why-card.variant-3 .fh-why-icon-wrapper{background:linear-gradient(135deg,#fff1f2,#ffe4e6);color:#e11d48}.fh-why-card:hover.variant-0 .fh-why-icon-wrapper{background:#0284c7;color:#fff}.fh-why-card:hover.variant-1 .fh-why-icon-wrapper{background:#16a34a;color:#fff}.fh-why-card:hover.variant-2 .fh-why-icon-wrapper{background:#9333ea;color:#fff}.fh-why-card:hover.variant-3 .fh-why-icon-wrapper{background:#e11d48;color:#fff}@media(max-width:1024px){.fh-why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.fh-why-grid{grid-template-columns:1fr}}.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}.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-stacked-list{display:flex;flex-direction:column;gap:12px}.fh-stacked-item{padding:16px 24px;background:#fff;border-radius:8px;color:var(--fh-primary);font-weight:600;cursor:pointer;transition:all .2s ease}.fh-stacked-item:hover{background:var(--fh-primary);color:#fff}@media(max-width:768px){.fh-stacked-item{font-size:14px;padding:12px 16px}}.fh-philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:32px}.fh-philosophy-card{background:#fff;border-radius:16px;padding:48px 32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005;position:relative;overflow:hidden;min-height:240px}.fh-philosophy-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000003;border-color:transparent}.fh-philosophy-card h3{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 16px;line-height:1.3;z-index:1}.fh-philosophy-card-bg{position:absolute;right:-20px;bottom:-20px;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#2c3f840d,#e11d480d);transition:all .4s ease;z-index:0}.fh-philosophy-card:hover .fh-philosophy-card-bg{transform:scale(1.5);background:linear-gradient(135deg,#2c3f841a,#e11d481a)}.fh-philosophy-number{font-size:14px;font-weight:600;color:#e11d48;margin-bottom:24px;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.fh-philosophy-desc{font-size:16px;color:#64748b;line-height:1.6;z-index:1}@media(max-width:900px){.fh-philosophy-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.fh-philosophy-grid{grid-template-columns:1fr}}.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}}.fh-contact-intro{max-width:800px;text-align:center;margin:0 auto 48px;color:#64748b;font-size:16px;line-height:1.6}.fh-consult-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.fh-benefit-card{background:#fff;padding:40px 32px;border-radius:4px;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border-top:3px solid transparent;text-align:center}.fh-benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #2c3f8426;border-top-color:#2c3f84}.fh-benefit-icon{font-size:48px;color:#2c3f84;margin-bottom:24px}.fh-benefit-title{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.fh-benefit-desc{font-size:15px;line-height:1.6;color:#666;margin:0}.fh-consult-process-container{display:flex;justify-content:space-between;margin-top:64px;position:relative;gap:32px}.fh-consult-process-container:before{content:"";position:absolute;top:24px;left:50px;right:50px;height:2px;background:#e0e0e0;z-index:0}.fh-process-step{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.fh-process-icon-wrapper{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #2c3f84;color:#2c3f84;font-size:20px;margin-bottom:24px;transition:all .3s ease}.fh-process-step:hover .fh-process-icon-wrapper{background:#2c3f84;color:#fff;transform:scale(1.1)}.fh-process-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.fh-process-desc{font-size:14px;line-height:1.6;color:#666;max-width:280px}@media(max-width:900px){.fh-consult-benefits-grid{grid-template-columns:1fr}.fh-consult-process-container{flex-direction:column;padding-left:24px;gap:48px}.fh-consult-process-container:before{inset:0 auto 0 49px;width:2px;height:auto}.fh-process-step{flex-direction:row;text-align:left;gap:24px;align-items:flex-start}.fh-process-icon-wrapper{margin-bottom:0;flex-shrink:0}.fh-process-desc{max-width:100%}}
