:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#142033;--navy: #0b2447;--blue: #1667c7;--blue-strong: #0f4f9e;--blue-soft: #eef6ff;--sky: #dceeff;--ink: #142033;--muted: #5b6b80;--line: #d9e4f2;--line-strong: #bfd2e8;--surface: #ffffff;--soft: #f6f9fd;--success: #10845b;--danger: #b42318;--shadow: 0 18px 55px rgba(23, 68, 125, .12);--radius: 8px;--container: 1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff;color:var(--ink)}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}.site-shell{overflow-x:clip}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px;padding:14px max(24px,calc((100vw - var(--container)) / 2));background:#ffffffeb;border-bottom:1px solid rgba(217,228,242,.85);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:244px}.brand-mark{display:grid;width:40px;height:40px;place-items:center;color:#fff;background:var(--blue-strong);border-radius:8px;box-shadow:0 8px 24px #0f4f9e38}.brand-mark svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.brand strong,.brand small{display:block;letter-spacing:0}.brand strong{font-size:.95rem;font-weight:760;line-height:1.2}.brand small{margin-top:2px;color:var(--muted);font-size:.78rem;line-height:1.2}.nav-links{display:flex;align-items:center;gap:22px;color:#31465f;font-size:.94rem;font-weight:650}.nav-links a,.email-link,.footer-contact a{text-underline-offset:.18em}.nav-links a:hover,.email-link:hover,.footer-contact a:hover{color:var(--blue-strong);text-decoration:underline}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--line-strong);border-radius:8px;color:var(--blue-strong);font-size:.92rem;font-weight:760;background:#fff}.header-cta:hover{border-color:var(--blue);box-shadow:0 8px 22px #0f4f9e1f}.hero{position:relative;min-height:590px;display:flex;align-items:center;padding:42px max(24px,calc((100vw - var(--container)) / 2)) 48px;background:linear-gradient(90deg,#fff,#fffffffa 36%,#ffffffc7,#fff0 78%),url(/assets/automation-workflow-hero.png) center right / cover no-repeat;border-bottom:1px solid var(--line)}.hero-content{width:min(650px,100%)}.hero-tagline{max-width:520px;margin:0 0 18px;color:var(--blue-strong);font-size:1rem;font-weight:780;line-height:1.45}.hero h1{max-width:640px;margin:0;color:var(--navy);font-size:3.45rem;font-weight:820;letter-spacing:0;line-height:1.04}.hero-copy{max-width:625px;margin:24px 0 0;color:#3b4d63;font-size:1.04rem;line-height:1.72}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:8px;font-size:.98rem;font-weight:780;line-height:1;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px)}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(22,103,199,.3);outline-offset:3px}.button-primary{background:var(--blue-strong);color:#fff;box-shadow:0 14px 32px #0f4f9e38}.button-primary:hover{background:#0b4388}.button-secondary{border-color:var(--line-strong);color:var(--blue-strong);background:#ffffffd1}.button-secondary:hover{border-color:var(--blue);background:#fff;box-shadow:0 10px 28px #0f4f9e1a}.button-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.section{padding:92px max(24px,calc((100vw - var(--container)) / 2));background:#fff}#services{padding-top:70px}.section-soft{background:var(--soft)}.section-blue{color:#fff;background:linear-gradient(180deg,#0b2447f0,#0b2447fa),#0b2447}.section-inner{width:100%;max-width:var(--container);margin:0 auto}.section-heading{max-width:760px;margin-bottom:42px}.section-heading.compact{margin-bottom:0}.section-kicker{display:block;margin-bottom:10px;color:var(--blue-strong);font-size:.84rem;font-weight:820;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.section-blue .section-kicker{color:#8ec5ff}.section-heading h2,.contact-copy h2{margin:0;color:var(--navy);font-size:2.55rem;font-weight:800;letter-spacing:0;line-height:1.1}.section-blue .section-heading h2{color:#fff}.section-heading p,.contact-copy p,.about-copy p,.outcome-content p{margin:16px 0 0;color:var(--muted);font-size:1.03rem;line-height:1.7}.section-blue .section-heading p{color:#cfe0f6}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card,.example-card,.contact-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 34px #17447d0f}.service-card{min-height:230px;padding:26px}.service-icon{display:grid;width:50px;height:50px;place-items:center;color:var(--blue-strong);background:var(--blue-soft);border:1px solid #d7eaff;border-radius:8px}.service-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.service-card h3{margin:22px 0 10px;color:var(--navy);font-size:1.12rem;font-weight:790;letter-spacing:0;line-height:1.25}.service-card p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.65}.split-layout,.about-layout,.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}.check-list,.outcome-list{list-style:none;margin:0;padding:0}.check-list.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.check-list li{display:flex;align-items:flex-start;gap:12px;min-height:48px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#26374c;font-size:.98rem;font-weight:650;line-height:1.35}.check-icon{flex:0 0 auto;width:20px;height:20px;color:var(--success);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.outcome-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start;padding:44px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,#fff 0% 58%,#eef6ff),#fff;box-shadow:var(--shadow)}.outcome-content p{margin-top:0}.outcome-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.outcome-list li{padding:10px 13px;border:1px solid #cfe2f6;border-radius:8px;background:#fff;color:#24405d;font-size:.92rem;font-weight:700}.process-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}.process-list li{display:flex;min-height:164px;flex-direction:column;justify-content:space-between;gap:24px;padding:22px;border:1px solid rgba(207,224,246,.26);border-radius:var(--radius);background:#ffffff14}.step-number{color:#8ec5ff;font-size:.88rem;font-weight:820}.process-list span:last-child{color:#fff;font-size:1rem;font-weight:720;line-height:1.35}.example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.example-card{display:flex;gap:13px;min-height:120px;padding:22px;align-items:flex-start}.example-card p{margin:0;color:#344960;font-size:.98rem;line-height:1.6}.about-layout{grid-template-columns:.92fr 1.08fr}.about-copy{display:grid;gap:18px}.about-copy p{margin:0;max-width:740px}.contact-section{background:#fff}.contact-layout{grid-template-columns:.86fr 1.14fr;align-items:start}.contact-copy{position:sticky;top:112px}.contact-copy h2{max-width:520px}.email-link{display:inline-block;margin-top:22px;color:var(--blue-strong);font-weight:780}.contact-form{padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:grid;gap:8px;margin-bottom:16px}.field label{color:#26374c;font-size:.92rem;font-weight:760;line-height:1.3}.field label span{color:var(--danger)}.field label em{margin-left:8px;color:var(--muted);font-size:.84rem;font-style:normal;font-weight:620}input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--ink);font-size:1rem;line-height:1.4}input,select{min-height:48px;padding:0 13px}textarea{min-height:132px;resize:vertical;padding:13px}input::placeholder,textarea::placeholder{color:#8a9bad}input:hover,select:hover,textarea:hover{border-color:#93b4da}.form-status{margin:2px 0 18px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--blue-soft);color:#24405d;font-size:.93rem;line-height:1.45}.form-status.success{border-color:#10845b3d;background:#edf9f4;color:#0f6a4b}.form-status.error{border-color:#b423183d;background:#fff1ef;color:var(--danger)}.form-submit{width:100%}.form-submit:disabled{cursor:wait;opacity:.75;transform:none}.site-footer{display:flex;justify-content:space-between;gap:32px;padding:38px max(24px,calc((100vw - var(--container)) / 2));border-top:1px solid var(--line);background:var(--navy);color:#fff}.site-footer strong{display:block;margin-bottom:8px;font-size:1.05rem}.site-footer p{margin:0;color:#cfe0f6;font-size:.95rem}.footer-contact{display:grid;justify-items:end;gap:8px;color:#dcecff;font-size:.95rem}.footer-contact a{color:#fff;font-weight:760}@media(max-width:960px){.site-header{position:relative;flex-wrap:wrap;gap:16px}.brand{min-width:0;flex:1 1 100%}.nav-links{flex:1 1 auto;gap:16px}.header-cta{min-height:40px}.hero{min-height:640px;padding-top:78px;padding-bottom:88px;background:linear-gradient(180deg,#fffffffa,#fffffff0 48%,#ffffff6b),url(/assets/automation-workflow-hero.png) center bottom / cover no-repeat}.hero h1{font-size:3.05rem}.hero-copy{font-size:1.05rem}.service-grid,.example-grid,.split-layout,.about-layout,.contact-layout,.outcome-panel{grid-template-columns:1fr}.split-layout,.about-layout,.contact-layout,.outcome-panel{gap:34px}.section-heading.compact{margin-bottom:0}.process-list{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-copy{position:static}}@media(max-width:680px){.site-header{padding:14px 18px}.brand small,.header-cta{display:none}.nav-links{width:100%;justify-content:space-between;gap:8px;font-size:.88rem}.hero{min-height:610px;padding:56px 18px 76px}.hero-tagline{font-size:.95rem}.hero h1{font-size:2.35rem;line-height:1.08}.hero-copy{font-size:1rem;line-height:1.62}.hero-actions,.button{width:100%}.section{padding:68px 18px}.section-heading{margin-bottom:30px}.section-heading h2,.contact-copy h2{font-size:2rem}.service-card,.example-card,.contact-form,.outcome-panel{padding:22px}.check-list.two-column,.process-list,.form-grid{grid-template-columns:1fr}.process-list li{min-height:126px}.site-footer{display:grid;padding:34px 18px}.footer-contact{justify-items:start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
