@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Playfair+Display:wght@600;700;800&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{background:#fff;margin:0}#root{min-height:100vh}:root{--section-padding:56px;--content-gap:6px;--card-gap:24px;--hb-indigo:#201f64;--hb-deep:#121b4a;--hb-paper:#f2f1eb;--hb-teal:#1b6768;--hb-lavender:#8f93c4;--hb-slate:#45557f;--hb-mist:#6f9499;--hb-muted:#5b6b83;--hb-white:#fff;--hb-border:#cfd8e8;--hb-soft-bg:#e9edf4;--hb-card-bg:#fff;--hb-dark-card:#121b4a;--hb-accent-card:#8f93c4;--hb-surface:#edf0f5}.hb-page{width:100%;color:var(--hb-deep);background:#edf0f5;border:0;border-radius:0;margin:0;font-family:Lato,Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif}.hb-page :is(h1,h2,h3,h4,h5,h6){font-family:Playfair Display,Georgia,serif}.hb-page :is(p,li,a,button,input,textarea,label,small,span){font-family:Lato,Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif}.hb-container{max-width:1120px;padding:0 var(--content-gap);margin:0 auto}.hb-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(90deg,#f2f1ebf2 0%,#e9edf4f2 100%);border-bottom:1px solid #cfd6e4}.hb-header-inner{grid-template-columns:1fr 2fr auto;align-items:center;gap:18px;min-height:64px;display:grid}.hb-logo{justify-content:flex-start;align-items:center;display:inline-flex}.hb-logo-mark{object-fit:contain;object-position:center;width:auto;height:62px;display:block}.hb-nav{justify-content:center;gap:18px;font-size:12px;font-weight:700;display:flex}.hb-menu-toggle{cursor:pointer;background:0 0;border:0;padding:6px;display:none}.hb-menu-toggle span{background:var(--hb-indigo);border-radius:999px;width:22px;height:2px;margin:4px 0;display:block}.hb-nav a{color:#30405f;border-bottom:2px solid #0000;padding-bottom:3px;text-decoration:none;transition:color .2s,border-color .2s}.hb-nav a:hover{color:var(--hb-indigo);border-bottom-color:var(--hb-teal)}.hb-header-cta{background:var(--hb-indigo);color:#fff;white-space:nowrap;border:1px solid #f2f1eb33;border-radius:999px;padding:11px 16px;font-size:11px;font-weight:900;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 20px #121b4a33}.hb-header-cta:hover{transform:translateY(-1px);box-shadow:0 14px 24px #121b4a3d}.hb-hero{background:linear-gradient(130deg, var(--hb-indigo) 0%, var(--hb-slate) 55%, var(--hb-mist) 100%);padding:42px 0 40px}.hb-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:30px;display:grid}.hb-hero-copy h1{color:#fff;letter-spacing:-.01em;margin:0 0 16px;font-family:Playfair Display,Georgia,serif;font-size:50px;font-weight:700;line-height:1.03}.hb-hero-sub{color:#e7ecfb;max-width:530px;margin:0 0 16px;font-size:14px;line-height:1.75}.hb-hero-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.hb-btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.hb-btn-green{background:var(--hb-paper);color:var(--hb-indigo);border:1px solid #ffffff59;box-shadow:0 10px 20px #121b4a2e}.hb-arrow{margin-left:8px}.hb-btn-outline{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border:1.5px solid #f2f1eb73}.hb-hero-visual{place-items:center;height:300px;display:grid;position:relative}.hb-image-frame{background:#ffffff08;border:5px solid #f2f1ebb3;border-radius:16px;width:100%;max-width:350px;height:275px;overflow:hidden}.hb-hero-image{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.hb-landscape{background:var(--hb-paper);padding:74px 0 56px}.hb-landscape-tag{letter-spacing:.16em;color:var(--hb-teal);text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:900}.hb-section-title{color:var(--hb-indigo);margin:0 0 14px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.08}.hb-section-lead{color:var(--hb-muted);margin:0 0 22px;font-size:14px;line-height:1.75}.hb-card-grid{gap:var(--card-gap);margin-top:16px;display:grid}.hb-card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hb-stat-card{background:var(--hb-dark-card);border:1px solid #8f93c473;border-radius:14px;margin-bottom:40px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 26px #201f6417}.hb-stat-card:hover{transform:translateY(-2px);box-shadow:0 20px 30px #201f641f}.hb-stat-icon{background:linear-gradient(145deg, var(--hb-teal) 0%, var(--hb-mist) 100%);border-radius:4px;width:16px;height:16px;margin-bottom:16px}.hb-stat-card h3{color:#fff;margin:0 0 12px;font-size:16px;font-weight:900}.hb-stat-card p{color:#d6dff4;margin:0 0 14px;font-size:13px;line-height:1.6}.hb-red-underline{background:#8f93c4;border-radius:999px;width:46%;height:3px;margin:0 0 10px}.hb-stat-foot{color:#d8e9eb;letter-spacing:.05em;font-size:10px;font-weight:900}.hb-solution{grid-template-columns:1fr 1fr;align-items:start;gap:34px;margin-top:56px;display:grid}.hb-laptop-placeholder{aspect-ratio:1;background:linear-gradient(145deg,#d5dae6 0%,#f4f6fb 100%);border:1px solid #cfd7e6;border-radius:14px;width:100%;max-width:340px;overflow:hidden;box-shadow:0 16px 30px #121b4a1f}.hb-solution-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hb-solution-tag{letter-spacing:.16em;color:var(--hb-teal);text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:900}.hb-solution-title{color:var(--hb-indigo);margin:0 0 18px;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700;line-height:1.03}.hb-bullet-list{gap:20px;display:grid}.hb-bullet{grid-template-columns:22px 1fr;align-items:start;gap:12px;display:grid}.hb-bullet-icon{width:20px;height:20px;color:var(--hb-slate);background:linear-gradient(145deg,#d9e3fb 0%,#c3d6f5 100%);border:1px solid #b7c9ea;border-radius:4px;place-items:center;display:grid}.hb-bullet-title{color:var(--hb-indigo);margin-bottom:4px;font-size:14px;font-weight:900}.hb-bullet-text{color:var(--hb-muted);font-size:13px;line-height:1.6}.hb-stats{background:#e9edf4;padding:50px 0 34px}.hb-model-grid{gap:var(--card-gap);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;display:grid}.hb-model-card{background:var(--hb-card-bg);border:1px solid var(--hb-border);border-radius:14px;padding:18px;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 24px #201f6417}.hb-model-card:hover{transform:translateY(-2px);box-shadow:0 20px 28px #201f641f}.hb-model-card h3{color:var(--hb-indigo);align-items:center;gap:8px;margin:0 0 8px;font-size:18px;display:inline-flex}.hb-model-card p,.hb-model-card li{color:var(--hb-muted);font-size:13px;line-height:1.6}.hb-model-card p strong{color:inherit;font-weight:900}.hb-model-card ul{margin:8px 0 10px 18px;padding:0}.hb-model-sub{color:var(--hb-deep);margin:8px 0;font-weight:700}.hb-service-eco{margin-top:30px}.hb-service-eco h3{margin:0 0 8px;font-size:22px}.hb-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.hb-service-grid div{background:var(--hb-card-bg);border:1px solid var(--hb-border);border-radius:12px;gap:6px;padding:12px;display:grid;box-shadow:0 10px 18px #201f640f}.hb-service-grid strong{color:var(--hb-indigo);align-items:center;gap:6px;font-size:14px;display:inline-flex}.hb-service-grid span{color:var(--hb-muted);font-size:12px;line-height:1.5}.hb-about-heading{text-align:center;color:var(--hb-indigo);letter-spacing:-.02em;margin:26px 0 18px;font-family:Playfair Display,Georgia,serif;font-size:40px;line-height:1.05}.hb-about-panel{border:1px solid var(--hb-border);background:#e4e9f4;border-radius:14px;width:100%;margin:0;padding:28px 28px 10px;box-shadow:0 16px 34px #081f4d1a}.hb-about-panel .hb-section-title,.hb-about-panel .hb-section-lead{text-align:center}.hb-about-panel .hb-section-lead{max-width:760px;margin:0 auto 22px}.hb-about-grid{align-items:stretch;margin-top:0}.hb-about-card{background:var(--hb-dark-card);border:1px solid #8f93c473;margin-bottom:0;padding:20px 20px 18px}.hb-about-card h3{color:#fff;margin-bottom:10px}.hb-about-card p{color:#d6dff4;margin-bottom:0}.hb-stats-grid{gap:var(--card-gap);grid-template-columns:1.05fr .95fr;align-items:stretch;display:grid}.hb-perf-card{color:#fff;background:#03163a;border-radius:8px;padding:22px}.hb-perf-kicker{color:#fff;margin-bottom:10px;font-size:14px;font-weight:900}.hb-perf-sub{color:#cbd5e1;max-width:270px;margin-bottom:18px;font-size:10px;line-height:1.5}.hb-perf-number{color:#1fb15e;margin-bottom:4px;font-size:56px;font-weight:900}.hb-perf-foot{letter-spacing:.1em;text-transform:uppercase;color:#dbeafe;font-size:9px;font-weight:900}.hb-right-top{grid-template-rows:auto auto;gap:14px;display:grid}.hb-small-card-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.hb-small-card{background:#eceff4;border:1px solid #e5e7eb;border-radius:8px;padding:18px 16px 14px}.hb-small-value{color:#0b1d3a;margin-bottom:8px;font-size:30px;font-weight:900}.hb-small-sub{color:#64748b;font-size:10px;font-weight:700;line-height:1.5}.hb-status-bar{background:#0f8a3f;border:1px solid #ffffff1f;border-radius:8px;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.hb-status-kicker{letter-spacing:.12em;text-transform:uppercase;color:#dcfce7;margin-bottom:6px;font-size:9px;font-weight:900}.hb-status-value{color:#fff;font-size:24px;font-weight:900}.hb-rocket{background:#ffffff29;border-radius:6px;width:22px;height:22px}.hb-cta{background:var(--hb-paper);padding:34px 0 36px}.hb-cta-panel{text-align:center;border:1px solid var(--hb-border);background:#e4e9f4;border-radius:14px;padding:40px 24px;box-shadow:0 18px 34px #121b4a1a}.hb-cta-title{color:var(--hb-indigo);margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:700;line-height:1.05}.hb-cta-text{color:#475569;max-width:550px;margin:0 auto 20px;font-size:14px;line-height:1.6}.hb-step-grid{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:900px;margin:16px auto 0;display:grid}.hb-step-grid div{background:var(--hb-card-bg);border:1px solid var(--hb-border);border-radius:10px;gap:6px;padding:14px;display:grid;box-shadow:0 10px 18px #201f6412}.hb-step-grid strong{color:var(--hb-indigo);align-items:center;gap:6px;font-size:14px;display:inline-flex}.hb-step-grid span{color:#64748b;font-size:13px;line-height:1.6}.hb-btn-navy{background:var(--hb-indigo);color:#fff;border:1px solid #fff3;border-radius:6px;margin-top:20px;padding:12px 18px;box-shadow:0 12px 24px #121b4a38}.hb-spacer{height:1px}.hb-footer{border-top:1px solid var(--hb-border);background:#d9e1ee;padding:60px 0 40px}.hb-footer-inner{grid-template-columns:1.2fr .9fr .9fr;gap:40px;display:grid}.hb-footer-col a{color:#1b2e57;margin:0 0 12px;font-size:12px;font-weight:700;text-decoration:none;transition:color .2s;display:block}.hb-footer-col a:hover{color:var(--hb-indigo)}.hb-footer-brand{color:var(--hb-indigo);margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700}.hb-footer-logo{object-fit:contain;object-position:center;width:auto;height:62px;display:block}.hb-footer-tagline{color:#475569;margin-bottom:14px;font-size:12px;line-height:1.6}.hb-footer-copy{color:#334e7a;font-size:11px;font-weight:700}.hb-footer-heading{color:var(--hb-teal);letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:900}.hb-footer-location{background:linear-gradient(145deg,#e9eff6 0%,#dce4ef 100%);border:1px solid #cfd8e8;border-radius:6px;margin-top:10px;padding:8px 10px}.hb-footer-location-city{margin-bottom:2px;font-size:11px;font-weight:900}.hb-footer-location-title{color:#64748b;font-size:10px;font-weight:800}.hb-modal-overlay{z-index:1000;background:#0206178c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.hb-modal-card{border:1px solid var(--hb-border);text-align:center;background:#f7f8fb;border-radius:14px;width:min(560px,100%);padding:28px 24px 24px;position:relative;box-shadow:0 24px 50px #02061759}.hb-modal-close{color:#334155;cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1;transition:color .2s;position:absolute;top:10px;right:12px}.hb-modal-close:hover{color:var(--hb-indigo)}.hb-modal-title{color:var(--hb-indigo);margin-bottom:12px;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700;line-height:1.08}.hb-modal-text{color:#475569;max-width:430px;margin:0 auto 20px;font-size:14px;line-height:1.7}@media (width<=767px){.hb-page{border-radius:0;margin:0}.hb-container{padding:0 12px}.hb-header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 0}.hb-header-cta{display:none}.hb-nav{border-top:1px solid #d9deea;grid-column:1/-1;width:100%;margin-top:4px;padding:8px 0 4px;display:none}.hb-nav.is-open{gap:10px;display:grid}.hb-nav a{padding:6px 2px;font-size:10px}.hb-menu-toggle{justify-self:end;display:inline-block}.hb-hero,.hb-landscape,.hb-stats,.hb-cta{min-height:auto;padding-top:32px;padding-bottom:32px}.hb-hero-grid,.hb-card-grid,.hb-model-grid,.hb-solution,.hb-stats-grid,.hb-service-grid,.hb-step-grid,.hb-small-card-row,.hb-right-top{grid-template-columns:1fr;gap:16px}.hb-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hb-footer-col:first-child{grid-column:1/-1}.hb-footer-col:last-child{flex-direction:column;display:flex}.hb-footer-location{box-sizing:border-box;align-self:flex-start;width:max-content;min-width:0;max-width:100%;margin-top:auto;margin-left:0;margin-right:0}.hb-footer-location-city{white-space:nowrap;text-align:left}.hb-footer-location-title{text-align:left}.hb-solution{margin-top:32px}.hb-laptop-placeholder{aspect-ratio:4/3;border-radius:12px;width:100%;max-width:none;margin:0}.hb-solution-copy{margin-top:2px}.hb-solution-tag{margin-bottom:8px}.hb-solution-title{margin-bottom:12px}.hb-hero-copy,.hb-solution-copy,.hb-service-eco,.hb-about-panel,.hb-cta-panel,.hb-footer-col{width:100%}.hb-stat-card,.hb-model-card,.hb-service-grid div,.hb-step-grid div,.hb-about-card{padding:16px}.hb-bullet-list{grid-template-columns:1fr;gap:16px}.hb-hero-copy h1{text-align:center;font-size:36px}.hb-section-title,.hb-solution-title,.hb-cta-title{font-size:32px}.hb-solution-title{white-space:nowrap;font-size:26px}.hb-hero-sub,.hb-section-lead,.hb-cta-text,.hb-modal-text{font-size:12px}.hb-hero-copy{text-align:center}.hb-hero-sub{margin-left:auto;margin-right:auto}.hb-hero-actions{justify-content:center;align-items:center}.hb-landscape-tag,.hb-solution-tag{font-size:10px}.hb-bullet-title,.hb-service-grid strong,.hb-step-grid strong{font-size:12px}.hb-bullet-text,.hb-model-card p,.hb-model-card li,.hb-service-grid span,.hb-step-grid span{font-size:10px}.hb-btn{font-size:11px}.hb-footer-col a,.hb-footer-tagline,.hb-footer-heading,.hb-footer-location-city{font-size:10px}.hb-footer-copy,.hb-footer-location-title{font-size:9px}}
