:root{--blue: #0052CC;--blue-hover: #003D99;--blue-lt: #EBF2FF;--blue-mid: #DBEAFE;--white: #FFFFFF;--bg: #FFFFFF;--bg-gray: #F5F7FA;--bg-gray2: #EEF1F6;--dark: #111827;--body: #374151;--muted: #6B7280;--border: #E5E7EB;--footer-bg: #1D2939;--nav-h: 72px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;color:var(--body);background:var(--bg);line-height:1.65}img{display:block;max-width:100%}a{text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:var(--white);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 5%;gap:1rem}.nav-logo{display:flex;align-items:center;gap:.625rem;flex-shrink:0;color:inherit}.nav-logo img{height:44px;width:auto}.nav-brand-name{font-size:.8125rem;font-weight:700;color:var(--dark);letter-spacing:.04em;line-height:1.2;white-space:nowrap}@media(max-width:1280px){.nav-brand-name{display:none}}.nav-links{display:flex;align-items:center;list-style:none;margin-left:auto}.nav-links>li>a,.nav-trigger{display:inline-flex;align-items:center;gap:4px;padding:.5rem .75rem;color:var(--body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;transition:color .18s;background:none;border:none;font-family:inherit;cursor:pointer;white-space:nowrap}.nav-links>li>a:hover,.nav-trigger:hover{color:var(--blue)}.nav-links>li>a.active{color:var(--blue);font-weight:600}.nav-trigger.active{color:var(--blue);font-weight:600}.nav-arrow{font-size:.6em;transition:transform .2s}.nav-item{position:relative}.nav-item:after{content:"";position:absolute;top:100%;left:-8px;right:-8px;height:14px}.nav-item:hover .nav-arrow{transform:rotate(180deg)}.dropdown{display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:215px;background:var(--white);border:1px solid var(--border);box-shadow:0 8px 28px #0000001a;z-index:200;padding:.375rem 0}.nav-item:hover .dropdown{display:block}.dropdown a{display:block;padding:.625rem 1.25rem;font-size:.8125rem;color:var(--body);transition:background .15s,color .15s;white-space:nowrap}.dropdown a:hover{background:var(--blue-lt);color:var(--blue)}.dropdown a.active{background:var(--blue-lt);color:var(--blue);font-weight:600}.nav-cta{display:inline-flex!important;align-items:center;gap:7px;padding:.5rem 1.125rem!important;background:var(--blue)!important;color:var(--white)!important;font-weight:600!important;font-size:.8125rem!important;border-radius:4px;margin-left:.625rem;transition:background .18s!important}.nav-cta:hover{background:var(--blue-hover)!important}.nav-toggle{display:none}@media(max-width:900px){.nav-toggle{display:flex;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}.nav-toggle span{display:block;height:2px;width:100%;background:var(--dark);border-radius:1px;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.nav-toggle.is-open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-links{position:fixed;top:var(--nav-h);left:0;right:0;max-height:calc(100vh - var(--nav-h));overflow-y:auto;background:var(--white);flex-direction:column;align-items:stretch;padding:1rem 5% 2rem;gap:.25rem;margin-left:0;transform:translate(100%);transition:transform .3s ease;box-shadow:0 12px 24px #00000014}.nav-links.is-open{transform:translate(0)}.nav-links>li{width:100%}.nav-links>li>a,.nav-trigger{font-size:.9rem;letter-spacing:.04em;padding:.875rem .5rem;width:100%;justify-content:flex-start}.nav-arrow{margin-left:auto}.nav-item .dropdown{display:none;position:static;transform:none;box-shadow:none;border:none;padding:0 0 .5rem 1rem;min-width:0;background:transparent}.nav-item:hover .dropdown{display:none}.nav-item.is-open .dropdown{display:block}.nav-cta{width:100%;justify-content:center!important;margin-top:.5rem}body.nav-open{overflow:hidden}html,body{overflow-x:hidden;max-width:100vw}}.page-hero{margin-top:var(--nav-h);min-height:420px;background:linear-gradient(145deg,var(--blue-lt) 0%,var(--white) 55%);display:grid;grid-template-columns:55% 45%;overflow:hidden;position:relative}.page-hero-text{padding:4rem 3rem 4rem 5%;display:flex;flex-direction:column;justify-content:center}.page-hero-visual{position:relative;overflow:hidden}.page-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}@media(max-width:900px){.page-hero{grid-template-columns:1fr}.page-hero-visual{display:none}}.breadcrumb{font-size:.75rem;color:var(--muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.breadcrumb a{color:var(--muted);transition:color .18s}.breadcrumb a:hover{color:var(--blue)}.breadcrumb span{color:var(--muted)}.page-hero h1{font-size:clamp(1.875rem,3vw,2.75rem);font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:.875rem}.page-hero-sub{font-size:1rem;color:var(--muted);line-height:1.7;max-width:520px}.story-banner{position:relative;width:100%;height:320px;overflow:hidden}.story-banner img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.story-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#0052cc8c);display:flex;align-items:flex-end;padding:2rem 5%}.story-banner-caption{color:var(--white);font-size:1.05rem;font-weight:600;max-width:720px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.section{padding:5rem 1.5rem}.section-alt{background:var(--bg-gray)}.s-tag{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin-bottom:.5rem}.s-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:var(--dark);line-height:1.25;margin-bottom:.75rem}.s-sub{font-size:.9375rem;color:var(--muted);line-height:1.75}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1.625rem;background:var(--blue);color:var(--white);font-size:.875rem;font-weight:600;border-radius:4px;transition:background .18s}.btn-primary:hover{background:var(--blue-hover)}.ab-row{display:grid;gap:4rem;align-items:center;max-width:1800px;margin:0 auto}.ab-row-img-left{grid-template-columns:1.1fr 1fr}.ab-row-img-right{grid-template-columns:1fr 1.1fr}.ab-text-wide p{font-size:1.0625rem;color:var(--body);line-height:1.8;margin-top:.5rem}.ab-img-small img{width:100%;height:480px;object-fit:cover;border-radius:10px;display:block}@media(max-width:1100px){.ab-img-small img{height:400px}}@media(max-width:900px){.ab-row-img-left,.ab-row-img-right{grid-template-columns:1fr;gap:2rem}.ab-row-img-left>.ab-img-small{order:-1}.ab-row-img-right>.ab-img-small{order:1}.ab-img-small img{height:280px}}.vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1100px;margin:0 auto}.vm-block{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:2rem 2rem 2.25rem;box-shadow:0 2px 18px #0000000a}.vm-header{display:flex;align-items:center;gap:.875rem;margin-bottom:1rem}.vm-block .vm-icon{width:48px;height:48px;border-radius:50%;background:var(--blue-lt);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.vm-block .vm-icon svg{width:22px;height:22px}.vm-heading{font-size:1.125rem;font-weight:800;color:var(--dark);letter-spacing:.02em}.vm-body{font-size:.95rem;color:var(--body);line-height:1.75}@media(max-width:700px){.vm-grid{grid-template-columns:1fr}}.hook-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:960px;margin:2.5rem auto 0}.hk-stat{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:2rem 1rem;text-align:center;box-shadow:0 2px 16px #0000000a}.hk-stat-value{font-size:2.5rem;font-weight:800;color:var(--blue);line-height:1;margin-bottom:.625rem}.hk-stat-label{font-size:.85rem;font-weight:600;color:var(--dark);text-transform:uppercase;letter-spacing:.08em}@media(max-width:720px){.hook-stats{grid-template-columns:1fr}.hk-stat{padding:1.5rem 1rem}}.s-tag-center,.s-title-center{text-align:center}.s-tag-center{margin:0 auto;display:block}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.overview-body p{font-size:.9375rem;color:var(--body);line-height:1.8;margin-bottom:1rem}.overview-stats{display:flex;gap:1rem;margin-top:2rem;margin-bottom:2rem}.ov-stat{flex:1;background:var(--blue);color:var(--white);padding:1.25rem 1rem;text-align:center;border-radius:4px}.ov-stat-value{font-size:1.5rem;font-weight:800;line-height:1;margin-bottom:.375rem}.ov-stat-label{font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:.85}.vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:.5rem}.vm-card{display:flex;align-items:flex-start;gap:1rem;background:var(--bg-gray);padding:1.5rem;border-radius:4px}.vm-icon{width:44px;height:44px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.vm-icon svg{width:20px;height:20px}.vm-title{font-size:.875rem;font-weight:700;color:var(--dark);margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.05em}.vm-text{font-size:.8375rem;color:var(--muted);line-height:1.65}.overview-img img{width:100%;height:520px;object-fit:cover;border-radius:2px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.value-card{background:var(--white);border:1px solid var(--border);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .3s,transform .3s}.value-card:hover{box-shadow:0 10px 36px #0052cc1a;transform:translateY(-4px)}.value-icon{width:48px;height:48px;border-radius:50%;background:var(--blue-lt);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}.value-icon svg{width:22px;height:22px}.value-title{font-size:1rem;font-weight:700;color:var(--dark)}.value-desc{font-size:.875rem;color:var(--muted);line-height:1.65}.story-section{padding:5rem 5%}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:2.5rem}.story-body p{font-size:.9375rem;color:var(--body);line-height:1.8;margin-bottom:1rem}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:1.5rem;position:relative}.timeline-item+.timeline-item{margin-top:0}.timeline-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:40px}.timeline-dot{width:14px;height:14px;border-radius:50%;background:var(--blue);flex-shrink:0;margin-top:4px}.timeline-line{width:2px;flex:1;background:var(--border);min-height:32px}.timeline-item:last-child .timeline-line{display:none}.timeline-content{padding-bottom:2rem}.timeline-year{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.25rem}.timeline-title{font-size:.9375rem;font-weight:700;color:var(--dark);margin-bottom:.25rem}.timeline-desc{font-size:.8375rem;color:var(--muted);line-height:1.6}.cta-banner-dark{background:#1d2939;padding:3.75rem 5%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-dark-text h2{font-size:1.5rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.cta-dark-text p{font-size:.9375rem;color:#94a3b8;line-height:1.65}.btn-primary-lt{display:inline-flex;align-items:center;gap:8px;padding:.875rem 2rem;background:var(--blue);color:var(--white);font-size:.9rem;font-weight:600;border-radius:4px;flex-shrink:0;transition:background .18s}.btn-primary-lt:hover{background:var(--blue-hover)}.footer{background:var(--footer-bg);padding:4.5rem 5% 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand img{height:42px;margin-bottom:1rem}.footer-brand p{font-size:.875rem;color:#94a3b8;line-height:1.75;margin-bottom:1.5rem}.f-socials{display:flex;gap:.625rem}.f-social{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.75rem;font-weight:700;transition:border-color .18s,background .18s,color .18s}.f-social:hover{border-color:var(--blue);background:var(--blue);color:var(--white)}.footer-col h4{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.625rem}.footer-col ul li a{font-size:.875rem;color:#94a3b8;transition:color .18s}.footer-col ul li a:hover{color:var(--white)}.f-contact-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem}.f-contact-icon{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--blue)}.f-contact-icon svg{width:16px;height:16px}.f-contact-text{font-size:.875rem;color:#94a3b8;line-height:1.55}.f-contact-text a{color:#94a3b8;transition:color .18s}.f-contact-text a:hover{color:var(--white)}.footer-bottom{padding-top:1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer-copy{font-size:.78rem;color:#64748b}.f-legal{display:flex;gap:1.5rem}.f-legal a{font-size:.78rem;color:#64748b;transition:color .18s}.f-legal a:hover{color:var(--white)}@media(max-width:768px){.ab-img-small img{height:320px}}@media(max-width:600px){.page-hero{min-height:300px;padding:3rem 5%}}@media(max-width:900px){.footer{padding:3rem 1.25rem 1.5rem!important}.footer-top{grid-template-columns:1fr!important;gap:2.25rem!important;padding-bottom:2rem!important}.footer-col h4{margin-bottom:.875rem!important}.footer-col ul li{margin-bottom:.5rem!important}.footer-brand img{height:38px!important;margin-bottom:.75rem!important}.footer-brand p{margin-bottom:1rem!important}.footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;padding-top:1.25rem!important}.f-legal{flex-wrap:wrap!important;gap:1rem!important}.cta-banner{flex-direction:column!important;align-items:center!important;text-align:center!important;padding:1.75rem 1.25rem!important;margin:0 1rem 2.5rem!important;gap:1.25rem!important}.cta-left{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:1rem!important;width:100%!important}.cta-icon-wrap{width:56px!important;height:56px!important}.cta-headline{font-size:1.125rem!important;line-height:1.3!important}.cta-sub{font-size:.9rem!important}.cta-banner .btn-primary,.cta-banner a.btn-primary{width:100%!important;justify-content:center!important;padding:.875rem 1.25rem!important}}
