:root{--navy: #102a43;--navy-soft: #173b5c;--gray-900: #17202a;--gray-700: #43505f;--gray-100: #f4f7fa;--white: #ffffff;--gold: #c89b3c;--green: #2f7d59;--border: #d8e1ea;--shadow: 0 20px 60px rgba(16, 42, 67, .14);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--gray-900);background:var(--white)}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,72px);background:#fffffff0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;min-width:330px}.brand-mark{display:grid;width:44px;height:44px;place-items:center;color:var(--white);background:var(--navy);border-radius:8px;font-weight:800}.brand strong,.brand small{display:block}.brand small{color:var(--gray-700);font-size:.78rem;margin-top:2px}.nav{display:flex;align-items:center;gap:clamp(12px,2vw,22px);color:var(--gray-700);font-weight:650;font-size:.94rem}.nav a:hover{color:var(--navy)}.nav-cta{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;color:var(--white)!important;background:var(--green);border-radius:6px}.hero{position:relative;min-height:720px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;gap:clamp(28px,6vw,88px);padding:96px clamp(20px,5vw,72px);overflow:hidden;background:linear-gradient(90deg,#102a43f2,#102a43c7 48%,#102a435c),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='900' viewBox='0 0 1400 900'%3E%3Crect width='1400' height='900' fill='%23dfe8ef'/%3E%3Crect x='820' y='120' width='400' height='520' rx='10' fill='%23ffffff' opacity='0.72'/%3E%3Crect x='880' y='190' width='220' height='42' rx='4' fill='%23102a43' opacity='0.75'/%3E%3Crect x='880' y='260' width='270' height='22' rx='4' fill='%23c89b3c' opacity='0.8'/%3E%3Crect x='880' y='310' width='230' height='22' rx='4' fill='%232f7d59' opacity='0.7'/%3E%3Crect x='190' y='520' width='360' height='130' rx='8' fill='%23ffffff' opacity='0.18'/%3E%3Crect x='660' y='680' width='620' height='70' rx='6' fill='%23102a43' opacity='0.22'/%3E%3Crect x='710' y='740' width='520' height='55' rx='6' fill='%23102a43' opacity='0.16'/%3E%3Ccircle cx='1030' cy='440' r='85' fill='%23102a43' opacity='0.18'/%3E%3Cpath d='M0 790 C220 690 340 840 560 740 C780 640 990 705 1400 610 L1400 900 L0 900 Z' fill='%23102a43' opacity='0.18'/%3E%3C/svg%3E");background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#102a430d,#102a432e),radial-gradient(circle at 78% 20%,rgba(200,155,60,.24),transparent 26%)}.hero-content,.operations-panel{position:relative;z-index:1}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero h1{max-width:780px;margin:0;color:var(--white);font-size:clamp(2.45rem,5.2vw,4.8rem);line-height:1}.hero-subtitle{max-width:660px;margin:24px 0 0;color:#ffffffe0;font-size:clamp(1.05rem,1.6vw,1.32rem);line-height:1.6}.trust-statement{max-width:680px;margin:20px 0 0;padding-left:14px;color:#ffffffe0;border-left:4px solid var(--gold);font-weight:800;line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 20px;border-radius:6px;border:1px solid transparent;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:var(--white);background:var(--green);box-shadow:0 14px 30px #2f7d5947}.button-secondary{color:var(--white);border-color:#ffffff5c;background:#ffffff1a}.operations-panel{width:min(100%,440px);justify-self:end;padding:20px;border:1px solid rgba(255,255,255,.26);border-radius:8px;background:#ffffffeb;box-shadow:var(--shadow)}.panel-header{display:flex;gap:8px;margin-bottom:18px}.panel-header span{width:10px;height:10px;border-radius:999px;background:var(--border)}.panel-header span:nth-child(1){background:var(--gold)}.panel-header span:nth-child(2){background:var(--green)}.panel-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-top:1px solid var(--border)}.panel-row em{color:var(--green);font-style:normal;font-weight:800}.panel-meter{height:10px;margin-top:14px;overflow:hidden;border-radius:999px;background:var(--gray-100)}.panel-meter span{display:block;width:76%;height:100%;background:linear-gradient(90deg,var(--green),var(--gold))}.section{padding:84px clamp(20px,5vw,72px)}.split{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:clamp(32px,7vw,96px);align-items:start}.section h2{margin:0;color:var(--navy);font-size:clamp(2rem,3.5vw,3.4rem);line-height:1.08}.section-copy p,.section-heading p,.contact-copy p{color:var(--gray-700);font-size:1.04rem;line-height:1.72}.section-heading{max-width:780px;margin-bottom:34px}.problem-section,.industries-section{background:var(--white)}.problem-grid,.industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.problem-card,.industry-card,.service-card{display:flex;flex-direction:column;padding:24px;border:1px solid var(--border);border-radius:8px;background:var(--white);box-shadow:0 14px 40px #102a4314}.problem-card{min-height:150px;justify-content:flex-start;gap:18px}.problem-card span{width:38px;height:6px;display:block;border-radius:999px;background:linear-gradient(90deg,var(--green),var(--gold))}.problem-card h3,.industry-card h3,.service-card h3{margin:0;color:var(--navy);font-size:1.18rem}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.service-card{min-height:420px;justify-content:space-between}.service-card p{color:var(--gray-700);line-height:1.55}.service-card h4{margin:18px 0 10px;color:var(--navy);font-size:.86rem;letter-spacing:.06em;text-transform:uppercase}.service-card ul{margin:0;padding-left:18px;color:var(--gray-700);line-height:1.55}.price{color:var(--green)!important;font-weight:850}.process-section,.contact-section{background:var(--gray-100)}.steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.step{min-height:235px;padding:22px;border-radius:8px;background:var(--white);border:1px solid var(--border)}.step span{display:grid;width:38px;height:38px;place-items:center;color:var(--white);background:var(--navy);border-radius:999px;font-weight:900}.step h3{margin:20px 0 0;color:var(--navy)}.step p,.industry-card p{color:var(--gray-700);line-height:1.62}.assessment-section{background:var(--navy)}.assessment-card{max-width:1080px;padding:clamp(28px,5vw,52px);color:var(--white);background:var(--navy-soft);border:1px solid rgba(255,255,255,.16);border-radius:8px;box-shadow:var(--shadow)}.assessment-card h2{color:var(--white)}.assessment-card p{max-width:720px;color:#ffffffd1;line-height:1.68}.assessment-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0}.assessment-list span{padding:14px 16px;color:var(--white);background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:6px;font-weight:750}.contact-section{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:clamp(32px,6vw,80px);align-items:start}.lead-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:28px;border-radius:8px;border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow)}.lead-form label{display:grid;gap:8px;color:var(--navy);font-weight:800}.lead-form .full,.lead-form button{grid-column:1 / -1}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:6px;padding:13px 14px;color:var(--gray-900);background:var(--white);font:inherit}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(47,125,89,.16);border-color:var(--green)}.final-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:64px clamp(20px,5vw,72px);color:var(--white);background:var(--navy)}.final-cta h2{max-width:920px;margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.12}.footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:34px clamp(20px,5vw,72px);color:#ffffffd1;background:#0b1d2f}.footer strong{color:var(--white)}.footer p{margin:8px 0 0}.footer-contact{display:grid;gap:8px;text-align:right}.copyright{grid-column:1 / -1;color:#ffffff9e;font-size:.9rem}@media(max-width:1100px){.hero,.split,.contact-section{grid-template-columns:1fr}.operations-panel{justify-self:start}.service-grid,.steps,.problem-grid,.industry-grid,.assessment-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.site-header{position:static;align-items:flex-start;flex-direction:column}.brand{min-width:0}.nav{width:100%;overflow-x:auto;padding-bottom:4px}.hero{min-height:auto;padding-top:64px}.hero-actions,.final-cta{align-items:stretch;grid-template-columns:1fr}.button{width:100%}.service-grid,.steps,.problem-grid,.industry-grid,.assessment-list,.lead-form{grid-template-columns:1fr}.section{padding-top:64px;padding-bottom:64px}.footer{grid-template-columns:1fr}.footer-contact{text-align:left}}
