:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #f7f9fc;--surface: #ffffff;--surface-low: #f2f4f7;--surface-mid: #e6e8eb;--surface-high: #e0e3e6;--primary: #09152e;--primary-container: #1f2a44;--primary-muted: #8691b0;--secondary: #22686a;--secondary-container: #a9ebed;--secondary-dark: #004f51;--tertiary: #0f1722;--text: #191c1e;--text-muted: #45464d;--outline: #76777e;--outline-variant: #c6c6ce;--white: #ffffff;--shadow: 0 18px 36px rgba(15, 23, 34, .1);--max: 1280px}:root[data-theme=dark]{color-scheme:dark;--background: #0f1722;--surface: #151c27;--surface-low: #1b2330;--surface-mid: #242b37;--surface-high: #2d3440;--primary: #d9e2ff;--primary-container: #1f2a44;--primary-muted: #bbc6e7;--secondary: #6fb0b2;--secondary-container: #173f42;--secondary-dark: #8fcacc;--tertiary: #f7f9fc;--text: #eff1f4;--text-muted: #c0c7d6;--outline: #8b92a1;--outline-variant: #3e4652;--white: #ffffff;--shadow: 0 18px 42px rgba(0, 0, 0, .32)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%}.topbar{align-items:center;background:#f7f9fcf5;border-bottom:1px solid var(--outline-variant);display:flex;gap:24px;justify-content:space-between;min-height:92px;padding:12px clamp(16px,3.2vw,40px);position:sticky;top:0;z-index:40}:root[data-theme=dark] .topbar{background:#0f1722f5}.brand{align-items:center;display:flex;gap:12px;min-width:250px}.brand img{height:62px;object-fit:contain;width:44px}.brand span,.footer-brand span{display:grid;gap:2px}.brand strong,.footer-brand strong{color:var(--primary);font-size:clamp(2rem,3vw,2.7rem);letter-spacing:0;line-height:.86}.brand small,.footer-brand small{color:var(--text-muted);font-size:.68rem;font-weight:800;line-height:1.15}.navlinks{align-items:center;display:flex;gap:clamp(18px,3vw,32px);font-size:.9rem;font-weight:700}.navlinks a{color:var(--text-muted);transition:color .16s ease}.navlinks a:hover{color:var(--secondary)}.nav-actions{align-items:center;display:flex;gap:10px}.button,.icon-button{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:800;gap:8px;justify-content:center;min-height:44px;padding:11px 18px;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button:active,.icon-button:active{transform:scale(.98)}.primary{background:var(--secondary);border:1px solid var(--secondary);color:var(--white)}.primary:hover{background:var(--secondary-dark);border-color:var(--secondary-dark)}:root[data-theme=dark] .primary{background:#286c6e;border-color:#286c6e;color:var(--white)}:root[data-theme=dark] .primary:hover{background:#347d80;border-color:#347d80}.secondary{background:transparent;border:1px solid var(--primary);color:var(--primary)}.secondary:hover{background:var(--primary);color:var(--white)}.icon-button{background:var(--surface);border:1px solid var(--outline-variant);color:var(--primary);padding:0;width:44px}.menu-button{display:none}section[id]{scroll-margin-top:94px}.section{padding:clamp(64px,8vw,104px) clamp(16px,3.2vw,40px)}.section-intro{margin:0 auto 42px;max-width:780px;text-align:center}.section-intro.left{margin-left:0;text-align:left}.section-intro.compact{margin-bottom:0}.section-label,.eyebrow{align-items:center;color:var(--secondary);display:inline-flex;font-size:.76rem;font-weight:900;gap:8px;letter-spacing:.08em;margin-bottom:14px;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2{color:var(--primary);letter-spacing:0;line-height:1.08}h1{font-size:clamp(3rem,6vw,5rem);margin-bottom:24px}h2{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:18px}h3{color:var(--primary);font-size:1.25rem;letter-spacing:0;line-height:1.22}p{color:var(--text-muted);line-height:1.65}.hero{align-items:center;background:linear-gradient(90deg,#f7f9fcf0,#f7f9fcc7),url(/assets/office-hero-crop.jpg) center / cover;display:grid;gap:clamp(28px,6vw,80px);grid-template-columns:minmax(0,1fr) minmax(340px,.64fr);min-height:calc(100vh - 92px);padding:clamp(56px,8vw,108px) clamp(16px,3.2vw,40px)}:root[data-theme=dark] .hero{background:linear-gradient(90deg,#0f1722f0,#0f1722c7),url(/assets/office-hero-crop.jpg) center / cover}.hero-copy,.hero-panel,.problem-grid,.solution-section,.example-grid,.timeline,.offer-grid,.packages-block,.why-section,.proof-section,.contact-section,.footer{margin-left:auto;margin-right:auto;max-width:var(--max)}.hero-copy{margin-left:0;max-width:720px}.hero-copy p{font-size:clamp(1.05rem,1.6vw,1.2rem);max-width:650px}.actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0 18px}.subline{color:var(--secondary-dark);font-size:.95rem;font-weight:800}.hero-panel{background:#ffffffe6;border:1px solid var(--outline-variant);border-radius:8px;box-shadow:var(--shadow);display:grid;gap:14px;max-width:440px;padding:clamp(20px,3vw,28px)}:root[data-theme=dark] .hero-panel{background:#151c27eb}.hero-metric{border-top:1px solid var(--outline-variant);padding-top:14px}.hero-metric:first-child{border-top:0;padding-top:0}.hero-metric span{color:var(--outline);display:block;font-size:.78rem;font-weight:800;margin-bottom:4px;text-transform:uppercase}.hero-metric strong{color:var(--primary);display:block;font-size:1.04rem}.hero-metric.accent{background:var(--secondary-container);border:0;border-radius:4px;padding:16px}.hero-metric.accent span,.hero-metric.accent strong{color:var(--secondary-dark)}.problem-section,.pricing-section{background:var(--surface-low)}.problem-grid,.example-grid,.value-grid,.package-grid{display:grid;gap:24px}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.surface-card,.example-card,.price-card,.package-card,.value-grid article,.contact-form{background:var(--surface);border:1px solid var(--outline-variant);border-radius:8px}.surface-card{padding:30px}.surface-card svg,.example-card svg,.check-list svg,.value-grid svg,.price-list svg{color:var(--secondary);flex:0 0 auto}.surface-card h3,.example-card h3,.timeline-step h3,.price-card h3,.package-card h3,.value-grid h3{margin-bottom:9px}.solution-section,.why-section,.proof-section,.contact-section{display:grid;gap:clamp(32px,6vw,72px);grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.media-panel,.proof-media{border:1px solid var(--outline-variant);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.media-panel img,.proof-media img{filter:grayscale(.2);height:100%;min-height:420px;object-fit:cover;width:100%}.check-list,.price-list{display:grid;gap:12px;list-style:none;margin:28px 0 0;padding:0}.check-list li,.price-list li{align-items:flex-start;color:var(--text-muted);display:flex;gap:10px;line-height:1.45}.examples-section{background:var(--primary)}:root[data-theme=dark] .examples-section,:root[data-theme=dark] .contact-section{background:#09152e}.examples-section h2,.examples-section h3,.examples-section .section-label{color:var(--white)}.examples-section p,.example-card p{color:var(--primary-muted)}.example-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:var(--max)}.example-card{background:#1f2a44b8;border-color:#ffffff24;min-height:210px;padding:26px}.example-card svg{color:var(--secondary-container)}.approach-section{background:var(--surface)}.timeline{display:grid;gap:0;grid-template-columns:repeat(5,minmax(0,1fr))}.timeline-step{border-left:1px solid var(--outline-variant);padding:0 22px 8px}.timeline-step:last-child{border-right:1px solid var(--outline-variant)}.timeline-step span{color:var(--secondary);display:block;font-size:.82rem;font-weight:900;margin-bottom:18px}.offer-grid{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.price-card,.package-card{box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;padding:clamp(24px,3vw,32px)}.price-card.featured,.package-card.featured{background:var(--primary-container);border-color:var(--primary-container)}:root[data-theme=dark] .price-card.featured,:root[data-theme=dark] .package-card.featured{background:#09152e}.price-card.featured h3,.price-card.featured strong,.package-card.featured h3,.package-card.featured strong{color:var(--white)}.price-card.featured p,.price-card.featured li,.price-card.featured small,.package-card.featured p,.package-card.featured li,.package-card.featured small{color:var(--primary-muted)}.price-amount{align-items:baseline;display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.price-amount strong{color:var(--primary);font-size:clamp(2rem,4vw,3.2rem);line-height:1}.price-amount small{color:var(--text-muted);font-weight:800}.price-amount.small strong{font-size:clamp(1.5rem,2.4vw,2rem)}.packages-block{margin-top:56px}.packages-heading{align-items:end;display:grid;gap:20px;grid-template-columns:.7fr 1.3fr;margin-bottom:24px}.packages-heading h3{font-size:clamp(1.6rem,3vw,2.3rem);margin:0}.package-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.package-title{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.package-title span{background:var(--secondary-container);border-radius:4px;color:var(--secondary-dark);font-size:.68rem;font-weight:900;padding:5px 8px;text-transform:uppercase}.compact-list{margin-top:20px}.pricing-note{border-left:4px solid var(--secondary);margin:24px 0 0;max-width:900px;padding-left:16px}.why-section{align-items:start}.why-copy p,.proof-copy p{font-size:1.05rem}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-grid article{padding:24px}.proof-section{align-items:center;background:var(--surface-low);max-width:none}.proof-copy,.proof-media,.proof-board{max-width:620px}.proof-copy{justify-self:end}.proof-media,.proof-board{justify-self:start}.proof-board{background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 92%,var(--secondary) 8%),var(--surface));border:1px solid var(--outline-variant);border-radius:8px;box-shadow:var(--shadow);display:grid;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;width:100%}.proof-board article{background:color-mix(in srgb,var(--surface) 88%,transparent);min-height:210px;padding:clamp(22px,3vw,30px)}.proof-board span{color:var(--secondary);display:block;font-size:.78rem;font-weight:900;margin-bottom:18px}.proof-board h3{margin-bottom:10px}.contact-section{background:var(--primary);color:var(--white);max-width:none}.contact-copy,.contact-form{max-width:620px}.contact-copy{justify-self:end}.contact-copy img{height:104px;margin-bottom:24px;object-fit:contain;width:78px}.contact-section h2,.contact-section .section-label{color:var(--white)}.contact-section p{color:var(--primary-muted)}.mail-link{align-items:center;color:var(--secondary-container);display:inline-flex;font-weight:900;gap:8px;margin-top:18px}.contact-form{box-shadow:none;display:grid;gap:16px;justify-self:start;padding:clamp(22px,3vw,32px);width:100%}.contact-form label{color:var(--text-muted);display:grid;font-size:.86rem;font-weight:800;gap:8px}.contact-form input,.contact-form textarea{background:var(--surface-low);border:1px solid var(--outline-variant);border-radius:4px;color:var(--text);padding:12px 14px;resize:vertical}.footer{align-items:center;background:#09152e;border-top:1px solid var(--outline-variant);color:var(--white);display:grid;gap:28px;grid-template-columns:minmax(260px,1fr) auto minmax(220px,.6fr);padding:34px clamp(16px,3.2vw,40px)}.footer-brand{align-items:center;display:flex;gap:12px}.footer-brand img{height:66px;object-fit:contain;width:48px}.footer-brand strong{color:var(--white);font-size:2.3rem}.footer-brand small,.footer-note{color:var(--primary-muted)}.footer-note{justify-self:end;font-weight:800;margin:0;text-align:right}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.footer-links a{color:var(--primary-muted);font-size:.9rem;font-weight:800}.footer-links a:hover{color:var(--secondary)}@media(max-width:1080px){.hero,.solution-section,.why-section,.proof-section,.contact-section{grid-template-columns:1fr}.hero-panel,.proof-copy,.proof-media,.contact-copy,.contact-form{justify-self:stretch;max-width:none}.example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-step,.timeline-step:last-child{background:var(--surface);border:1px solid var(--outline-variant);border-radius:8px;padding:24px}.package-grid{grid-template-columns:1fr}}@media(max-width:820px){.topbar{min-height:70px}.brand{gap:9px;min-width:auto}.brand img{height:48px;width:34px}.brand strong{font-size:1.8rem}.brand small{font-size:.58rem}.desktop-cta{display:none}.menu-button{display:inline-flex}.navlinks{background:var(--surface);border:1px solid var(--outline-variant);border-radius:8px;box-shadow:var(--shadow);display:none;left:16px;padding:16px;position:absolute;right:16px;top:68px}.navlinks.open{display:grid}.hero{background:linear-gradient(180deg,#09152ee0,#09152ef5),url(/assets/office-hero-crop.jpg) center / cover;min-height:auto;padding-top:64px}:root[data-theme=dark] .hero{background:linear-gradient(180deg,#09152ee6,#09152efa),url(/assets/office-hero-crop.jpg) center / cover}.hero h1,.hero p,.hero .eyebrow{color:var(--white)}.subline{color:var(--secondary-container)}.hero .secondary{border-color:#ffffffad;color:var(--white)}.hero-panel{display:none}.problem-grid,.offer-grid,.packages-heading,.value-grid,.footer{grid-template-columns:1fr}.problem-grid,.offer-grid,.packages-heading,.value-grid{display:grid}.footer{align-items:flex-start;display:grid}.footer-note{justify-self:start;text-align:left}}@media(max-width:560px){.section{padding:56px 16px}h1{font-size:clamp(2.55rem,13vw,3.5rem)}.actions{align-items:stretch;flex-direction:column}.button{width:100%}.example-grid,.timeline,.proof-board{grid-template-columns:1fr}.brand small{display:none}.media-panel img,.proof-media img{min-height:300px}}
