*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,Arial,sans-serif}
:root{--line:rgba(17,62,96,.12)}
.wrap{margin:auto}
nav{position:sticky;top:0;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%)}
.nav{display:flex;align-items:center;justify-content:space-between;font-size:13px}
.nav a{color:var(--ink);text-decoration:none}
.contactLink{border-radius:999px;border:1px solid rgba(255,255,255,.35)}
.hero{display:grid;place-items:center;text-align:center}
.eyebrow{color:var(--green)}
.hero h1{letter-spacing:-.065em;margin:0}
.hero p{letter-spacing:-.02em}
.cta{gap:8px;background:var(--green2);color:#fff;text-decoration:none;border-radius:999px;font-weight:700}
.sectionTitle{margin:0 0 46px}
.demoShell{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
input[type=radio]{position:absolute;opacity:0;pointer-events:none}
.tabs{display:grid;grid-template-columns:repeat(4,1fr)}
.tabs label{text-align:center;border-radius:15px;cursor:pointer}
#u:checked~.tabs label[for=u],#t:checked~.tabs label[for=t],#d:checked~.tabs label[for=d],#m:checked~.tabs label[for=m]{background:rgba(255,255,255,.82);color:#152C40;box-shadow:0 6px 18px rgba(27,88,132,.08)}
.panels{margin-top:7px}
.panel{display:none;grid-template-columns:1.05fr .95fr}
#u:checked~.panels .pu,#t:checked~.panels .pt,#d:checked~.panels .pd,#m:checked~.panels .pm{display:grid}
.panelText small{color:var(--green);font-weight:750}
.panelText h3{letter-spacing:-.04em}
.panelText textarea{width:100%;min-height:115px;margin-top:18px;border-radius:16px;border:1px solid rgba(17,62,96,.13);font:inherit;resize:vertical;outline:none}
.panelText textarea:focus{border-color:#5AA7DD;box-shadow:0 0 0 4px rgba(8,120,209,.09)}
.flow{color:#eef7f1}
.flow small{color:#B6DDF8}
.step b{display:block}
.processGrid{display:grid;grid-template-columns:1.15fr .85fr}
.featureBig,.featureStack>div{border-radius:30px;background:rgba(245,249,246,.62)}
.featureBig{display:flex;flex-direction:column;justify-content:space-between}
.featureBig .number{font-weight:700}
.featureBig h3{letter-spacing:-.045em;margin:0 0 10px}
.featureStack{display:grid}
.featureStack h3{letter-spacing:-.035em;margin:0 0 9px}
.featureStack p,.featureBig p{color:var(--muted);line-height:1.55;margin:0}
.prices{display:grid;grid-template-columns:repeat(3,1fr)}
.price{background:rgba(244,249,245,.67)}
.price.focus{color:#fff;border-color:#145A8D}
.tag{font-size:11px;font-weight:800;letter-spacing:.1em;color:var(--green)}
.focus .tag{color:#BDE1FA}
.price h3{letter-spacing:-.045em}
.focus p{color:#C8DFF0}
.price ul{padding:16px 0 0;margin:0}
.price li{border-top:1px solid rgba(17,62,96,.10)}
.focus li{border-color:rgba(255,255,255,.11);color:#E7F4FD}
.care{display:grid;grid-template-columns:1fr 1fr}
.care div{background:rgba(244,249,245,.58);border:1px solid rgba(255,255,255,.48);display:flex;justify-content:space-between;gap:18px}
.care span{color:var(--muted)}
.care b{white-space:nowrap}
.contactGrid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:start}
.contactInfo a{font-weight:700;text-decoration:none;margin:8px 0}
.field{width:100%;border:1px solid rgba(17,62,96,.12);font:inherit;color:var(--ink);outline:none}
.send{border:0;background:var(--green2);color:#fff}
footer{font-size:12px;border-top:1px solid rgba(17,62,96,.08)}
@media(max-width:760px){.tabs{grid-template-columns:1fr 1fr}
.panel{grid-template-columns:1fr}
.panelText,.flow{padding:25px}
.processGrid,.prices,.contactGrid,.care{grid-template-columns:1fr}}
:root{--ink:#13283B!important}
.hero:before{border-color:rgba(255,255,255,.72)!important}
.hero h1{color:#10283D!important}
.eyebrow,.tag{color:#0878D1!important}
.cta,.send{background:#0563B1!important}
.featureBig,.featureStack>div,.price:not(.focus),.form,.care div{background:rgba(249,252,255,.72)!important;border-color:rgba(255,255,255,.75)!important}
.contactInfo a{color:#0563B1!important}
.officeFinal{padding:0 0 96px}
.officePhotoOnly{aspect-ratio:16/9}
.officePhotoOnly img{height:100%;object-position:center}
.officeTextBelow small{display:block;font-weight:800;letter-spacing:.04em;color:#0878D1;margin-bottom:8px}
.officeTextBelow h3{margin:0 0 9px;color:#13283B}
.officeTextBelow p{margin:0}
@media(max-width:760px){.officePhotoOnly img{object-position:center}}
:root{color-scheme:light}
a,button,label,input,textarea{-webkit-tap-highlight-color:transparent}
.brand{letter-spacing:-.025em}
.contactLink{transition:background .2s ease,transform .2s ease,box-shadow .2s ease}
.contactLink:hover{background:rgba(255,255,255,.72);box-shadow:0 5px 18px rgba(18,73,112,.07)}
.contactLink:active{transform:scale(.97)}
.hero h1{text-wrap:balance}
.hero p{text-wrap:pretty}
.cta{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.cta:hover{transform:translateY(-1px);box-shadow:0 13px 30px rgba(5,99,177,.22)}
.cta:active{transform:scale(.975)}
.tabs label{user-select:none;-webkit-user-select:none}
.tabs label:hover{background:rgba(255,255,255,.45)}
.panelText h3,.sectionTitle,.featureBig h3,.featureStack h3,.price h3,.officeTextBelow h3{text-wrap:balance}
.panelText p,.featureBig p,.featureStack p,.price p,.officeTextBelow p{text-wrap:pretty}
.featureBig,.featureStack>div,.price,.form,.care div,.demoShell,.officePhotoOnly,.officeTextBelow{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
@media(hover:hover) and (pointer:fine){.featureBig:hover,.featureStack>div:hover,.price:not(.focus):hover{box-shadow:0 22px 58px rgba(31,69,100,.09)}
.officePhotoOnly:hover{box-shadow:0 32px 82px rgba(23,83,128,.15)}}
.field:focus{background:rgba(255,255,255,.72)}
.send{cursor:pointer}
.send:active{transform:scale(.98)}
footer .wrap{display:flex;align-items:center;justify-content:space-between}
footer .wrap:after{content:"© 2026";opacity:.72}
@media(max-width:760px){.brand{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.contactLink{padding:8px 14px}
.tabs label{display:grid;place-items:center}
.panelText textarea{font-size:16px}
.field{font-size:16px}
.officeTextBelow small{font-size:11px}
footer .wrap{gap:16px}}
@media(prefers-reduced-motion:reduce){.officePhotoOnly img,.featureBig,.featureStack>div,.price,.form,.care div,.cta,.send,.contactLink{transition:none!important}}
body{font-size:16px}
.tabs{gap:8px!important}
.tabs label{min-height:48px!important;letter-spacing:-.01em!important}
.panelText small{font-size:12px!important;letter-spacing:.055em!important}
.panelText h3{line-height:1.05!important;margin:12px 0 16px!important}
.panelText p{line-height:1.6!important}
.panelText textarea{font-size:16px!important;line-height:1.5!important;padding:17px!important}
.flow>small{margin-bottom:13px!important}
.step{padding:19px 0!important;font-size:15.5px!important;line-height:1.5!important;color:#DDECF6!important;border-bottom:1px solid rgba(255,255,255,.15)!important}
.step b{font-size:17px!important;line-height:1.3!important;color:#fff!important;margin-bottom:7px!important;letter-spacing:-.015em!important}
.result{border-radius:18px!important;border:1px solid rgba(255,255,255,.10)!important;color:#F3F9FD!important;line-height:1.55!important}
.featureBig h3{line-height:1.03!important}
.featureBig p,.featureStack p{font-size:16px!important;line-height:1.6!important}
.price p{line-height:1.55!important}
.price li{padding:12px 0!important}
.care span{font-size:14px!important}
.officeTextBelow small{font-size:12px!important}
.officeTextBelow h3{line-height:1.05!important;margin-bottom:12px!important}
.officeTextBelow p{line-height:1.6!important}
.contactInfo a{font-size:16px!important}
@media(max-width:760px){.tabs{gap:6px!important}
.tabs label{min-height:50px!important}
.panelText small{font-size:11.5px!important}
.panelText h3{line-height:1.04!important;margin:10px 0 14px!important}
.panelText p{line-height:1.58!important}
.step{padding:17px 0!important;line-height:1.5!important}
.step b{margin-bottom:5px!important}
.result{margin-top:19px!important}
.featureBig p,.featureStack p{font-size:16px!important}
.price li{font-size:14.5px!important}
.care div{padding:19px 20px!important}
.care span{font-size:13.5px!important}}
.eyebrow{font-size:12px!important;letter-spacing:.075em!important;text-transform:uppercase;font-weight:800!important;margin-bottom:18px!important}
.sectionTitle{letter-spacing:-.058em!important}
nav{z-index:100!important}
.brand{font-size:14px!important;font-weight:760!important}
.contactLink{font-size:13px!important;padding:9px 15px!important}
.hero{padding:100px 0 118px!important}
.heroInner{max-width:940px!important}
.hero .eyebrow{margin-bottom:22px!important}
.hero h1{margin-inline:auto!important}
.hero p{margin:30px auto 32px!important;line-height:1.48!important}
.cta{padding:14px 20px!important;font-size:14px!important}
.demoSec{padding-top:112px!important}
.tabs{border-radius:19px!important}
.tabs label{color:#49677E!important}
.panel{overflow:hidden!important}
.panelText{display:flex;flex-direction:column;justify-content:center}
.flow{display:flex!important;flex-direction:column;justify-content:center}
.featureBig,.featureStack>div{border-color:rgba(255,255,255,.72)!important}
.featureStack>div{display:flex;flex-direction:column;justify-content:center}
.officePhotoOnly{border-color:rgba(255,255,255,.9)!important}
.prices{align-items:stretch}
.price{display:flex;flex-direction:column!important;border-color:rgba(255,255,255,.72)!important}
.price ul{margin-top:auto!important}
.price.focus .tag{color:#CDEBFF!important}
.care div{align-items:center!important}
.contactInfo{padding-top:10px}
.contactInfo strong{display:block;font-size:17px;margin:26px 0 12px}
.field{border-color:rgba(17,62,96,.13)!important}
.send{width:auto;min-width:145px}
footer{padding:30px 0!important}
@media(max-width:760px){.brand{font-size:13.5px!important;max-width:70%!important}
.hero h1{letter-spacing:-.06em!important}
.hero p{line-height:1.5!important;margin:26px auto 29px!important}
.hero .eyebrow{font-size:11px!important}
.cta{padding:13px 18px!important}
.demoSec{padding-top:88px!important}
.tabs{border-radius:17px!important}
.panelText{display:block!important}
.flow{display:block!important}
.step{font-size:15.5px!important}
.step b{font-size:17px!important}
.officePhotoOnly{aspect-ratio:4/3!important}
.care{margin-top:14px!important}
.care div{display:grid!important;grid-template-columns:1fr auto!important}
.care b{font-size:14px!important}
.send{width:100%!important;min-height:48px}
footer .wrap{font-size:11px!important}}
@media(max-width:390px){.tabs label{font-size:12.5px!important}
.panelText{padding:24px 21px 27px!important}
.flow{padding:26px 21px 28px!important}
.price{padding:26px!important}
.care div{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}
*{animation:none!important;transition:none!important}}
.demoSec,.process,.officeFinal,.pricing,.contact{position:relative}
.demoSec:before,.pricing:before{content:"";position:absolute;left:50%;top:0;width:min(1080px,86%);height:1px;transform:translateX(-50%);background:rgba(255,255,255,.46)}
.featureStack>div,.featureBig,.price,.form,.officeTextBelow{box-shadow:0 14px 42px rgba(25,73,108,.055)!important}
.flow .step{padding-left:30px!important}
.flow .step:before{content:"";position:absolute;left:2px;top:25px;border-radius:50%}
.flow .step:not(:last-of-type):after{content:"";position:absolute;left:6px;top:40px;bottom:-8px;width:1px}
.result{font-weight:570}
.price .tag{display:inline-flex;align-self:flex-start}
.price h3{margin-top:20px!important}
.price.focus{border:1px solid rgba(255,255,255,.15)!important}
.care div{box-shadow:none!important}
.contactInfo .eyebrow{margin-bottom:16px!important}
.contactInfo a{display:inline-block!important;margin-right:18px!important}
.form{background:rgba(249,252,255,.62)!important}
.form:before{content:"Write a few sentences. I’ll reply personally.";display:block;margin:0 0 18px;color:#526D84;line-height:1.5}
.send{font-weight:760!important}
::selection{background:rgba(8,120,209,.18)}
.officePhotoOnly img{-webkit-user-drag:none}
@media(max-width:760px){.sectionTitle{max-width:95%!important}
.flow .step{padding-left:28px!important}
.flow .step:before{left:1px!important;top:23px!important}
.flow .step:not(:last-of-type):after{left:5px!important}
.contactInfo a{display:block!important;margin:8px 0!important}
.form:before{font-size:13.5px!important}}
body{letter-spacing:-.006em}
.wrap{width:min(1140px,calc(100% - 52px))!important}
section{scroll-margin-top:58px}
.sectionTitle{margin-top:0!important}
.eyebrow{line-height:1.25!important}
nav{border-bottom:1px solid rgba(18,57,86,.07)!important;box-shadow:none!important}
.nav{height:60px!important}
.contactLink{background:rgba(255,255,255,.48)!important;border-color:rgba(255,255,255,.60)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}
.heroInner{transform:translateY(-8px)}
.hero h1{font-weight:720!important}
.cta{box-shadow:0 10px 28px rgba(5,99,177,.17)!important}
.tabs{padding:6px!important}
.panel{border:1px solid rgba(255,255,255,.52)}
.flow>*{position:relative;z-index:1}
.featureBig{border-radius:32px!important}
.featureStack>div{border-radius:28px!important}
.featureBig .number{font-variant-numeric:tabular-nums;letter-spacing:-.09em!important}
.featureStack h3{margin-bottom:12px!important}
.officePhotoOnly{background:#c8deee!important}
.officePhotoOnly img{filter:saturate(.96) contrast(1.01)}
.officeTextBelow{border-radius:23px!important}
.price{border-radius:30px!important}
.price h3{line-height:1!important}
.price li:last-child{padding-bottom:0!important}
.price.focus{background:linear-gradient(155deg,#124F7C 0%,#086DB6 100%)!important}
.care div{border-radius:20px!important}
.form{border-radius:30px!important}
.field{border-radius:15px!important;background:rgba(255,255,255,.50)!important;line-height:1.35!important}
.field:hover{border-color:rgba(8,120,209,.22)!important}
a{text-underline-offset:3px}
.contactInfo a:hover{text-decoration:underline}
@media(max-width:760px){.wrap{width:calc(100% - 30px)!important}
.nav{height:56px!important}
.tabs{padding:5px!important}
.tabs label{line-height:1.15!important}
.panelText h3{max-width:95%}
.featureBig,.featureStack>div{border-radius:25px!important}
.officeTextBelow{border-radius:20px!important}
.price{border-radius:26px!important}
.form{border-radius:25px!important}}
@media(hover:none){.featureBig:hover,.featureStack>div:hover,.price:hover,.officePhotoOnly:hover{transform:none!important}
.officePhotoOnly:hover img{transform:none!important}}
html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{line-height:1.5}
.hero h1,.sectionTitle,.panelText h3,.featureBig h3,.featureStack h3,.price h3,.officeTextBelow h3{font-feature-settings:"kern" 1,"liga" 1}
.cta{min-height:48px;display:inline-flex!important;align-items:center;justify-content:center}
.tabs label{border:1px solid transparent!important}
#u:checked~.tabs label[for="u"],#t:checked~.tabs label[for="t"],#d:checked~.tabs label[for="d"],#m:checked~.tabs label[for="m"]{box-shadow:0 5px 16px rgba(25,73,108,.08)!important;border-color:rgba(255,255,255,.68)!important}
.panelText small,.flow>small{font-weight:800!important}
.panelText p{color:#526D82!important}
.result{max-width:460px}
.featureBig h3,.featureStack h3{letter-spacing:-.04em!important}
.featureBig p,.featureStack p{color:#536F85!important}
.officeTextBelow h3{letter-spacing:-.038em!important}
.officeTextBelow p{color:#536F85!important}
.price .tag{letter-spacing:.065em!important}
.price p{color:#587287!important}
.price.focus p{color:rgba(239,248,255,.82)!important}
.price ul{list-style:none!important;padding-left:0!important}
.price li{position:relative;padding-left:22px!important}
.price li:before{content:"";position:absolute;left:1px;top:19px;width:6px;height:6px;border-radius:50%;background:#1684D1}
.price.focus li:before{background:#BDE4FF}
.care b{letter-spacing:-.015em}
.contactInfo p{max-width:480px!important;color:#536F85!important;line-height:1.65!important}
.field:focus{outline:none!important;border-color:rgba(8,120,209,.48)!important;box-shadow:0 0 0 4px rgba(8,120,209,.09)!important}
textarea.field{min-height:150px!important;resize:vertical}
footer .wrap{min-height:28px}
@media(max-width:760px){.sectionTitle{letter-spacing:-.055em!important}
.hero h1{margin-inline:auto!important}
.tabs{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.tabs::-webkit-scrollbar{display:none}
.tabs label{white-space:nowrap;min-width:max-content;padding-inline:12px!important}
.flow .step{max-width:none}
.officeTextBelow h3{line-height:1.08!important}
textarea.field{min-height:135px!important}}
@media(max-width:390px){.hero p{font-size:17.5px!important}}
section{padding:126px 0!important}
.sectionTitle{max-width:900px!important;margin-bottom:28px!important}
.hero .cta{padding:15px 24px!important}
.demoShell{padding:14px!important;border-radius:38px!important}
.tabs{margin-bottom:10px!important}
.tabs label{padding:13px 18px!important}
.panel{min-height:500px!important;border-radius:28px!important}
.panelText{padding:50px!important}
.panelText h3{max-width:580px!important}
.panelText p{max-width:600px!important}
.flow .step{padding-top:22px!important;padding-bottom:22px!important}
.result{padding:21px!important}
.processGrid{gap:24px!important}
.featureBig{padding:54px!important}
.featureBig h3{max-width:560px!important}
.featureStack{gap:24px!important}
.featureStack>div{padding:40px!important}
.officeFinal .wrap{width:min(1220px,calc(100% - 44px))!important}
.officePhotoOnly{border-radius:36px!important}
.officeTextBelow{padding:36px 40px!important}
.prices{gap:20px!important}
.price{padding:40px!important;min-height:420px!important}
.price .tag{font-size:13px!important}
.price h3{margin:24px 0 14px!important}
.price li{padding-top:14px!important;padding-bottom:14px!important}
.price.focus{transform:translateY(-10px)!important}
.care{gap:20px!important}
.care div{padding:25px 28px!important}
.form{padding:38px!important}
.form:before{margin-bottom:22px!important}
.field{padding:18px!important;margin-bottom:13px!important}
.send{padding:15px 24px!important}
@media(max-width:760px){section{padding:98px 0!important}
.sectionTitle{margin-bottom:26px!important}
.hero{padding:92px 0 105px!important}
.demoShell{padding:9px!important;border-radius:30px!important}
.tabs label{padding:12px 13px!important}
.panel{min-height:0!important;border-radius:23px!important}
.panelText{padding:32px 27px!important}
.flow .step{padding-top:20px!important;padding-bottom:20px!important}
.result{padding:19px!important}
.processGrid{gap:16px!important}
.officeFinal .wrap{width:calc(100% - 22px)!important}
.officePhotoOnly{border-radius:27px!important}
.prices{gap:16px!important}
.price{padding:32px!important;min-height:0!important}
.price.focus{transform:none!important;box-shadow:0 25px 60px rgba(12,83,133,.18)!important}
.care{gap:12px!important}}
@media(max-width:390px){.panelText h3{font-size:30px!important}}
.sectionTitle{font-size:54px!important;line-height:.98!important}
.hero h1{font-size:78px!important;line-height:.93!important;max-width:900px!important}
.hero p{font-size:20px!important;max-width:660px!important}
.hero .cta{font-size:14px!important}
.tabs label{font-size:14px!important}
.panelText h3{font-size:36px!important}
.panelText p{font-size:17px!important}
.result{font-size:15px!important}
.featureBig h3{font-size:40px!important}
.featureBig p{font-size:16.5px!important}
.featureStack h3{font-size:27px!important}
.featureStack p{font-size:16px!important}
.officeTextBelow h3{font-size:30px!important}
.officeTextBelow p{font-size:16px!important}
.price h3{font-size:39px!important}
.price p{font-size:16px!important}
.price li{font-size:14.5px!important}
.contactInfo p{font-size:16.5px!important}
.form:before{font-size:14px!important}
.send{font-size:14px!important}
@media(max-width:760px){.sectionTitle{font-size:42px!important;line-height:1!important}
.hero h1{font-size:50px!important;line-height:.96!important;max-width:365px!important}
.hero p{font-size:17.5px!important;max-width:355px!important}
.tabs label{font-size:13px!important}
.panelText h3{font-size:29px!important}
.panelText p{font-size:16px!important}
.result{font-size:14.5px!important}
.featureStack h3{font-size:24px!important}
.featureStack p{font-size:15.5px!important}
.officeTextBelow h3{font-size:25px!important}
.officeTextBelow p{font-size:15.5px!important}
.price h3{font-size:35px!important}
.price p{font-size:15.5px!important}
.contactInfo p{font-size:16px!important}}
@media(max-width:390px){.hero h1{font-size:47px!important}
.sectionTitle{font-size:39px!important}}
@media(max-width:760px){.hero{min-height:0!important}}
@media(max-width:390px){.hero{padding-top:50px!important;padding-bottom:80px!important}
.heroInner{transform:translateY(-14px)!important}}
.demoSec{padding-bottom:96px!important}
.process{padding-top:86px!important;padding-bottom:96px!important}
.officeFinal{padding-top:20px!important;padding-bottom:94px!important}
.pricing{padding-top:88px!important;padding-bottom:96px!important}
.contact{padding-top:88px!important;padding-bottom:90px!important}
.process .eyebrow,.pricing .eyebrow,.contact .eyebrow{margin-bottom:16px!important}
.process .sectionTitle,.pricing .sectionTitle{margin-bottom:38px!important}
.featureBig{min-height:390px!important;padding-top:38px!important;padding-bottom:38px!important}
.featureBig .number{font-size:94px!important;line-height:.9!important;margin-bottom:58px!important}
.featureBig h3{margin-bottom:14px!important}
.featureBig p{max-width:560px!important}
.featureStack>div{min-height:188px!important;padding-top:31px!important;padding-bottom:31px!important}
.officeTextBelow{margin-top:16px!important;padding-top:27px!important;padding-bottom:27px!important}
.prices{margin-top:0!important}
.care{margin-top:16px!important}
.contactGrid{gap:64px!important}
.panelText p,.featureBig p,.featureStack p,.officeTextBelow p,.price p,.contactInfo p{line-height:1.58!important}
.price li{line-height:1.42!important}
@media(max-width:760px){.demoSec{padding-bottom:62px!important}
.process{padding-top:54px!important;padding-bottom:72px!important}
.officeFinal{padding-top:8px!important;padding-bottom:72px!important}
.pricing{padding-top:66px!important;padding-bottom:74px!important}
.contact{padding-top:66px!important;padding-bottom:72px!important}
.process .eyebrow{margin-bottom:14px!important}
.process .sectionTitle{margin-bottom:26px!important}
.featureBig{min-height:0!important;padding:29px 27px 31px!important;display:block!important}
.featureBig .number{font-size:72px!important;line-height:.88!important;margin:0 0 34px!important}
.featureBig h3{font-size:29px!important;line-height:1.06!important;margin:0 0 12px!important;max-width:300px!important}
.featureBig p{font-size:15.5px!important;line-height:1.55!important;margin:0!important}
.featureStack{gap:13px!important}
.featureStack>div{min-height:0!important;padding:27px!important}
.featureStack h3{margin-bottom:10px!important}
.officeTextBelow{margin-top:13px!important;padding:23px!important}
.pricing .sectionTitle{margin-bottom:28px!important}
.prices{margin-top:0!important}
.contactGrid{gap:30px!important}}
@media(max-width:390px){.demoSec{padding-bottom:56px!important}
.process{padding-top:48px!important}
.featureBig{padding:26px 24px 28px!important}
.featureBig .number{font-size:66px!important;margin-bottom:30px!important}
.featureBig h3{font-size:27px!important}}
.hero + .demoSec{padding-top:78px!important}
.demoSec .eyebrow{margin-bottom:15px!important}
.demoSec .sectionTitle{margin-bottom:22px!important}
.process .sectionTitle{max-width:760px!important}
.pricing .sectionTitle{max-width:760px!important}
.contact .sectionTitle{max-width:720px!important}
.demoShell{border:1px solid rgba(255,255,255,.76)!important}
.tabs label{font-weight:650!important}
.panelText small,.flow>small{opacity:.94}
.panelText h3{margin-bottom:15px!important}
.flow .step{border-bottom-color:rgba(255,255,255,.13)!important}
.result{margin-top:19px!important}
.featureBig,.featureStack>div{border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 12px 34px rgba(31,69,100,.05)!important}
.featureBig .number{opacity:.78!important}
.featureBig h3,.featureStack h3{color:#13283B!important}
.featureBig p,.featureStack p{max-width:520px!important}
.officePhotoOnly{border:1px solid rgba(255,255,255,.82)!important;box-shadow:0 24px 64px rgba(23,83,128,.105)!important}
.officeTextBelow{border:1px solid rgba(255,255,255,.72)!important}
.officeTextBelow p{max-width:660px!important}
.price{border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 12px 34px rgba(31,69,100,.05)!important}
.price.focus{box-shadow:0 22px 52px rgba(12,83,133,.16)!important}
.price h3{margin-bottom:12px!important}
.price ul{padding-top:18px!important}
.care div{border-color:rgba(255,255,255,.72)!important}
.contactInfo strong{margin-top:23px!important}
.form{border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 14px 38px rgba(25,73,108,.055)!important}
.field{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}
.send{min-height:47px!important}
@media(max-width:760px){.hero + .demoSec{padding-top:58px!important}
.demoSec .sectionTitle{margin-bottom:18px!important}
.demoShell{box-shadow:0 18px 48px rgba(25,73,108,.075)!important}
.panelText{padding-top:27px!important;padding-bottom:28px!important}
.flow{padding-top:28px!important;padding-bottom:29px!important}
.process .sectionTitle{max-width:360px!important}
.featureBig .number{margin-bottom:28px!important}
.featureBig h3{margin-bottom:10px!important}
.featureBig p{max-width:310px!important}
.officePhotoOnly{box-shadow:0 18px 46px rgba(23,83,128,.095)!important}
.officeTextBelow p{max-width:330px!important}
.price{padding-top:29px!important;padding-bottom:29px!important}
.price ul{padding-top:15px!important}
.care div{padding-top:18px!important;padding-bottom:18px!important}
.contact .sectionTitle{max-width:350px!important}
.contactInfo strong{margin-top:20px!important}
.form{padding:24px!important}}
@media(hover:hover) and (pointer:fine){.featureBig:hover,.featureStack>div:hover,.price:not(.focus):hover{transform:translateY(-2px)!important}}
@media(hover:none){.cta:active,.contactLink:active,.send:active{transform:scale(.985)!important}}
.officePhotoOnly{margin-left:auto!important;margin-right:auto!important}
.demoShell{position:relative;overflow:hidden}
.demoShell:after{position:absolute;top:0;left:-35%;width:30%;height:1px;background:linear-gradient(90deg,transparent,rgba(8,120,209,.75),transparent);pointer-events:none}
@keyframes signal{0%,18%{left:-35%;opacity:0}
 28%{opacity:1}
 58%{left:105%;opacity:1}
 68%,100%{left:105%;opacity:0}}
.flow .step:nth-of-type(2):before{animation-delay:.55s}
.flow .step:nth-of-type(3):before{animation-delay:1.1s}
@keyframes nodePulse{0%,100%{box-shadow:0 0 0 4px rgba(191,229,255,.08)}
 50%{box-shadow:0 0 0 8px rgba(191,229,255,.13)}}
.featureBig{position:relative;overflow:hidden}
.featureBig:after{position:absolute;right:-70px;bottom:-80px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(79,169,230,.10),rgba(79,169,230,0) 70%);pointer-events:none}
.cta,.contactLink,.send,.tabs label{transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.officePhotoOnly{overflow:hidden}
@media(hover:hover) and (pointer:fine){.officePhotoOnly:hover img{filter:saturate(1.01) contrast(1.015)!important}}
@media(max-width:760px){.hero:before{box-shadow:0 0 0 54px rgba(255,255,255,.04),0 0 0 110px rgba(80,160,220,.03)}
.demoShell:after{animation-duration:8s}}
@media(prefers-reduced-motion:reduce){.demoShell:after,.flow .step:before{animation:none!important}}
.demoShell:after{display:none!important;content:none!important;animation:none!important}
.flow .step:before{animation:none!important}
.demoShell{box-shadow:0 26px 72px rgba(25,73,108,.085),inset 0 1px 0 rgba(255,255,255,.58)!important}
.tabs{border:1px solid rgba(255,255,255,.46)!important}
.flow .step:before{width:7px!important;height:7px!important;box-shadow:none!important;background:rgba(220,242,255,.92)!important}
.flow .step:not(:last-of-type):after{background:rgba(220,242,255,.18)!important}
.result{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important}
.featureBig,.featureStack>div,.price,.form,.officeTextBelow{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.featureBig:after{display:none!important;content:none!important}
.featureBig,.featureStack>div,.price,.form,.officeTextBelow{border-color:rgba(255,255,255,.80)!important;box-shadow:0 12px 32px rgba(27,70,101,.045),inset 0 1px 0 rgba(255,255,255,.42)!important}
.officeFinal .wrap{display:flex!important;flex-direction:column!important;align-items:center!important}
.officePhotoOnly{width:100%!important;margin-inline:auto!important}
.officeTextBelow{box-sizing:border-box!important;width:min(850px,92%)!important;margin:16px auto 0!important;align-self:center!important}
.cta,.send,.contactLink,.tabs label{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease!important}
@media(hover:hover) and (pointer:fine){.cta:hover,.send:hover{transform:translateY(-1px)!important}
.contactLink:hover{transform:translateY(-1px)!important}
.tabs label:hover{transform:none!important}
.officePhotoOnly:hover img{transform:scale(1.008)!important}}
.officePhotoOnly img{transition:transform .45s cubic-bezier(.2,.7,.2,1)!important}
@media(max-width:760px){.officeTextBelow{width:100%!important;margin:13px auto 0!important}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
.flow{position:relative!important;padding:42px 42px 38px!important;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,0) 42%),#0D6098!important;border:1px solid rgba(255,255,255,.14)!important;overflow:hidden!important}
.flow .step:before,.flow .step:after{display:none!important;content:none!important}
.flow>small{display:block!important;margin:0 0 30px!important;color:rgba(225,242,253,.76)!important;font-size:11px!important;font-weight:760!important;letter-spacing:.14em!important}
.flow .step{position:relative!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:0 18px!important;max-width:none!important;padding:22px 0!important;margin:0!important;border:0!important;color:rgba(232,244,252,.76)!important;font-size:15.5px!important;line-height:1.52!important}
.flow .step + .step{border-top:1px solid rgba(224,243,255,.13)!important}
.flow .step:nth-of-type(1){counter-reset:flowstep 0}
.flow .step{counter-increment:flowstep}
.flow .step b{display:block!important;position:relative!important;margin:0 0 6px!important;color:#F8FCFF!important;font-size:18px!important;line-height:1.28!important;font-weight:700!important;letter-spacing:-.022em!important}
.flow .step b:before{position:absolute!important;left:-64px!important;top:1px!important;width:42px!important;color:rgba(199,229,248,.62)!important;font-size:12px!important;line-height:1.4!important;font-weight:760!important;letter-spacing:.08em!important;font-variant-numeric:tabular-nums!important}
.flow .result{position:relative!important;max-width:none!important;margin:27px 0 0!important;padding:22px 0 0 64px!important;border:0!important;border-top:1px solid rgba(224,243,255,.20)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#F5FBFF!important;font-size:15.5px!important;line-height:1.52!important;font-weight:610!important}
.flow .result:before{content:"✓"!important;position:absolute!important;left:0!important;top:21px!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:rgba(224,243,255,.11)!important;border:1px solid rgba(224,243,255,.18)!important;color:#EAF7FF!important;font-size:14px!important;font-weight:800!important}
.flow:after{content:""!important;display:block!important;position:absolute!important;pointer-events:none!important;width:260px!important;height:260px!important;right:-150px!important;top:-145px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(181,224,250,.075),rgba(181,224,250,0) 68%)!important;animation:none!important}
@media(max-width:760px){.flow{border-radius:23px!important}
.flow>small{font-size:10.5px!important}
.flow .step{grid-template-columns:38px minmax(0,1fr)!important;gap:0 14px!important}
.flow .step b{margin-bottom:5px!important}}
@media(max-width:760px){.flow{padding:30px 28px 28px!important}
.flow>small{margin-bottom:17px!important}
.flow .step{display:block!important;padding:19px 0 20px!important;font-size:15.5px!important;line-height:1.48!important}
.flow .step b{display:block!important;position:relative!important;margin:0 0 7px!important;max-width:none!important;font-size:17.5px!important;line-height:1.24!important;white-space:nowrap!important}
.flow .step b:before{position:absolute!important;left:0!important;top:1px!important;width:28px!important;font-size:11px!important;line-height:1.6!important}
.flow .step + .step{border-top:1px solid rgba(224,243,255,.13)!important}
.flow .result{margin-top:20px!important;padding:19px 0 0 43px!important;font-size:14.5px!important;line-height:1.45!important;font-weight:610!important}
.flow .result:before{width:28px!important;height:28px!important;top:18px!important;font-size:13px!important}}
@media(max-width:390px){.flow{padding-left:24px!important;padding-right:24px!important}
.flow .step b{font-size:16.5px!important;padding-left:34px!important}
.flow .step b:before{width:25px!important}
.flow .step{font-size:15px!important}
.flow .result{padding-left:39px!important;font-size:14px!important}}
.flow .step b:before{content:none!important;display:none!important}
@media(max-width:760px){.flow .step b{padding-left:0!important}}
.hero:before,.hero:after{content:none!important;display:none!important}
.hero{min-height:0!important}
@media(max-width:760px){.hero{padding-top:64px!important;padding-bottom:72px!important}
.heroInner{transform:none!important}
.hero .eyebrow{margin-bottom:18px!important}
.hero h1{margin-bottom:24px!important}
.hero p{margin-top:0!important;margin-bottom:28px!important}}
.hero + .demoSec{border-top:0!important}
.hero + .demoSec:before{content:none!important;display:none!important}
.demoSec{border-top:0!important}
.demoSec:before{content:none!important;display:none!important}
.hero:before{transform:none!important}
@keyframes heroLightA{0%{transform:translate3d(-2%,0,0) scale(1)}
 50%{transform:translate3d(8%,7%,0) scale(1.07)}
 100%{transform:translate3d(15%,1%,0) scale(.98)}}
@keyframes heroLightB{0%{transform:translate3d(0,0,0) scale(.98)}
 50%{transform:translate3d(-9%,-7%,0) scale(1.08)}
 100%{transform:translate3d(-15%,2%,0) scale(1.02)}}
@media(max-width:760px){.hero:before{min-width:0!important;min-height:0!important}
.hero:after{min-width:0!important;min-height:0!important}}
@keyframes heroLightVisibleA{0%   {transform:translate3d(0,0,0) scale(.94)}
 50%  {transform:translate3d(250px,115px,0) scale(1.12)}
 100% {transform:translate3d(420px,40px,0) scale(1.02)}}
@keyframes heroLightVisibleB{0%   {transform:translate3d(0,0,0) scale(1)}
 50%  {transform:translate3d(-220px,-120px,0) scale(1.12)}
 100% {transform:translate3d(-380px,-35px,0) scale(.96)}}
@keyframes heroContentGlow{0%{filter:drop-shadow(0 0 0 rgba(255,255,255,0))}
 100%{filter:drop-shadow(0 8px 24px rgba(255,255,255,.18))}}
@media(max-width:760px){@keyframes heroLightVisibleA{0%{transform:translate3d(0,0,0) scale(.95)}
   50%{transform:translate3d(260px,110px,0) scale(1.13)}
   100%{transform:translate3d(390px,30px,0) scale(1.02)}}
@keyframes heroLightVisibleB{0%{transform:translate3d(0,0,0) scale(1)}
   50%{transform:translate3d(-245px,-105px,0) scale(1.12)}
   100%{transform:translate3d(-370px,-25px,0) scale(.97)}}}
@media(prefers-reduced-motion:reduce){.hero:before,.hero:after,.heroInner{animation:none!important}}
@keyframes heroSweep{0%{transform:translate3d(-8%,0,0) rotate(-4deg);opacity:.30}
 18%{opacity:.72}
 50%{transform:translate3d(120%,3%,0) rotate(3deg);opacity:1}
 82%{opacity:.68}
 100%{transform:translate3d(245%,0,0) rotate(-2deg);opacity:.28}}
@keyframes heroBlueDrift{0%{transform:translate3d(0,0,0) scale(.92)}
 50%{transform:translate3d(-135px,-95px,0) scale(1.14)}
 100%{transform:translate3d(-245px,-30px,0) scale(1)}}
@media(max-width:760px){.hero:before{height:140%!important}
@keyframes heroSweep{0%{transform:translate3d(-5%,0,0) rotate(-5deg);opacity:.35}
   18%{opacity:.8}
   50%{transform:translate3d(115%,2%,0) rotate(3deg);opacity:1}
   82%{opacity:.72}
   100%{transform:translate3d(225%,0,0) rotate(-2deg);opacity:.32}}
@keyframes heroBlueDrift{0%{transform:translate3d(0,0,0) scale(.94)}
   50%{transform:translate3d(-175px,-100px,0) scale(1.16)}
   100%{transform:translate3d(-290px,-25px,0) scale(1)}}}
@keyframes heroSweepLavender{0%{transform:translate3d(-5%,0,0) rotate(-5deg);opacity:.42}
 16%{opacity:.88}
 48%{transform:translate3d(116%,3%,0) rotate(3deg);opacity:1}
 76%{opacity:.82}
 100%{transform:translate3d(225%,0,0) rotate(-2deg);opacity:.38}}
@keyframes heroLavenderDrift{0%{transform:translate3d(0,0,0) scale(.94)}
 48%{transform:translate3d(-150px,-105px,0) scale(1.16)}
 100%{transform:translate3d(-275px,-25px,0) scale(1.02)}}
@media(max-width:760px){.hero:before{width:105%!important}
.hero:after{width:500px!important;height:500px!important}
@keyframes heroSweepLavender{0%{transform:translate3d(-3%,0,0) rotate(-5deg);opacity:.45}
   16%{opacity:.9}
   48%{transform:translate3d(110%,2%,0) rotate(3deg);opacity:1}
   76%{opacity:.84}
   100%{transform:translate3d(215%,0,0) rotate(-2deg);opacity:.4}}
@keyframes heroLavenderDrift{0%{transform:translate3d(0,0,0) scale(.95)}
   48%{transform:translate3d(-190px,-110px,0) scale(1.17)}
   100%{transform:translate3d(-305px,-25px,0) scale(1.02)}}}
.hero{position:relative!important;isolation:isolate!important;overflow:hidden!important}
.hero:before{content:""!important;display:block!important;position:absolute!important;z-index:-2!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;border:0!important;border-radius:0!important;opacity:1!important;box-shadow:none!important;pointer-events:none!important;transform-origin:center!important}
.hero:after{content:""!important;display:block!important;position:absolute!important;z-index:-1!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;border-radius:0!important;pointer-events:none!important;transform-origin:center!important}
@keyframes plasmaFieldA{0%{
   transform:translate3d(-3%,-2%,0) scale(1.02) rotate(-1deg);
   filter:blur(38px) saturate(106%) hue-rotate(0deg);
 }
 33%{
   transform:translate3d(5%,2%,0) scale(1.08) rotate(1deg);
   filter:blur(34px) saturate(112%) hue-rotate(3deg);
 }
 66%{
   transform:translate3d(-1%,6%,0) scale(1.04) rotate(-.5deg);
   filter:blur(42px) saturate(110%) hue-rotate(-3deg);
 }
 100%{
   transform:translate3d(6%,-3%,0) scale(1.10) rotate(1.5deg);
   filter:blur(36px) saturate(114%) hue-rotate(2deg);
 }}
@keyframes plasmaFieldB{0%{transform:translate3d(5%,4%,0) scale(1.04) rotate(1deg);opacity:.62}
 50%{transform:translate3d(-6%,-3%,0) scale(1.12) rotate(-1.5deg);opacity:.84}
 100%{transform:translate3d(3%,-6%,0) scale(1.06) rotate(.5deg);opacity:.70}}
.heroInner{position:relative!important;z-index:2!important;animation:none!important;filter:none!important}
.hero .cta{box-shadow:0 13px 30px rgba(5,99,177,.22),0 0 44px rgba(88,147,224,.12),0 0 70px rgba(169,143,225,.06)!important}
@media(max-width:760px){.hero:before{filter:blur(30px) saturate(110%)!important}
.hero:after{filter:blur(34px)!important}}
.hero{background:linear-gradient(118deg,#DDEFFA 0%,#D7EAF9 38%,#D7E4F7 72%,#CEE7F8 100%)!important}
.hero:before{inset:-46%!important;left:-46%!important;right:-46%!important;top:-46%!important;bottom:-46%!important;background:radial-gradient(ellipse at 10% 38%,rgba(91,181,235,.38) 0 17%,rgba(91,181,235,0) 43%),radial-gradient(ellipse at 27% 64%,rgba(201,180,242,.34) 0 15%,rgba(201,180,242,0) 42%),radial-gradient(ellipse at 43% 25%,rgba(255,255,255,.88) 0 13%,rgba(255,255,255,0) 37%),radial-gradient(ellipse at 73% 27%,rgba(175,150,232,.34) 0 14%,rgba(175,150,232,0) 40%),radial-gradient(ellipse at 70% 77%,rgba(68,168,232,.43) 0 16%,rgba(68,168,232,0) 44%),linear-gradient(125deg,#E8F5FE 0%,#CBE7FA 40%,#DDD9F6 72%,#C8E6F8 100%)!important;filter:blur(34px) saturate(110%)!important;animation:plasmaEvenA 8.2s ease-in-out infinite alternate!important}
.hero:after{inset:-42%!important;left:-42%!important;right:-42%!important;top:-42%!important;bottom:-42%!important;background:radial-gradient(ellipse at 14% 56%,rgba(255,255,255,.46) 0 13%,rgba(255,255,255,0) 38%),radial-gradient(ellipse at 31% 31%,rgba(135,183,235,.30) 0 14%,rgba(135,183,235,0) 40%),radial-gradient(ellipse at 55% 70%,rgba(166,137,229,.27) 0 13%,rgba(166,137,229,0) 38%),radial-gradient(ellipse at 79% 48%,rgba(65,164,228,.29) 0 15%,rgba(65,164,228,0) 42%)!important;filter:blur(38px)!important;opacity:.82!important;animation:plasmaEvenB 6.4s ease-in-out infinite alternate-reverse!important}
@keyframes plasmaEvenA{0%{transform:translate3d(-1%,-2%,0) scale(1.04);filter:blur(34px) saturate(108%)}
 33%{transform:translate3d(3%,3%,0) scale(1.08);filter:blur(31px) saturate(114%)}
 66%{transform:translate3d(-3%,5%,0) scale(1.06);filter:blur(37px) saturate(111%)}
 100%{transform:translate3d(2%,-3%,0) scale(1.10);filter:blur(33px) saturate(115%)}}
@keyframes plasmaEvenB{0%{transform:translate3d(2%,3%,0) scale(1.05);opacity:.70}
 50%{transform:translate3d(-4%,-3%,0) scale(1.11);opacity:.88}
 100%{transform:translate3d(3%,-5%,0) scale(1.07);opacity:.76}}
@media(max-width:760px){.hero:before{inset:-50%!important;left:-50%!important;right:-50%!important;top:-50%!important;bottom:-50%!important;animation-duration:6.8s!important}
.hero:after{inset:-46%!important;left:-46%!important;right:-46%!important;top:-46%!important;bottom:-46%!important;animation-duration:5.4s!important}}
@media(prefers-reduced-motion:reduce){.hero:before,.hero:after{animation:none!important}}
nav,.nav,header{--friendly-border:rgba(37,96,139,.10)}
.nav{box-shadow:0 1px 0 var(--friendly-border),0 8px 28px rgba(36,91,130,.035)!important}
.hero .eyebrow{letter-spacing:.075em!important;font-weight:700!important;opacity:.78!important}
.hero .cta{border-radius:14px!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}
.hero .cta:hover{transform:translateY(-1px)!important}
section p{color:#496579}
h2,h3{letter-spacing:-.025em}
.price,.officeTextBelow{border-color:rgba(46,103,145,.105)!important;box-shadow:0 1px 1px rgba(24,66,96,.025),0 12px 34px rgba(40,94,132,.045)!important}
.tabs label{transition:background .18s ease,color .18s ease,transform .18s ease!important}
.tabs label:hover{transform:translateY(-1px)!important}
.officeTextBelow{backdrop-filter:blur(16px) saturate(115%)!important;-webkit-backdrop-filter:blur(16px) saturate(115%)!important}
.price{transition:transform .2s ease,box-shadow .2s ease!important}
.price:hover{transform:translateY(-2px)!important;box-shadow:0 16px 38px rgba(35,88,126,.075)!important}
.contact input,.contact textarea,.form input,.form textarea{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important}
.contact input:focus,.contact textarea:focus,.form input:focus,.form textarea:focus{outline:none!important;border-color:rgba(8,120,209,.48)!important;background:#fff!important;box-shadow:0 0 0 4px rgba(8,120,209,.08)!important}
.send{border-radius:14px!important;box-shadow:0 10px 24px rgba(5,99,177,.15)!important;transition:transform .2s ease,box-shadow .2s ease!important}
.send:hover{transform:translateY(-1px)!important;box-shadow:0 13px 28px rgba(5,99,177,.20)!important}
@media(max-width:760px){.price:hover,.tabs label:hover,.hero .cta:hover,.send:hover{transform:none!important}}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
section,[id]{scroll-margin-top:92px}
a:focus-visible,button:focus-visible,label:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(8,120,209,.28)!important;outline-offset:3px!important}
button,.cta,.send,.tabs label{min-height:44px}
p,h1,h2,h3,.price,.officeTextBelow{overflow-wrap:break-word}
img{max-width:100%;height:auto}
.officePhotoOnly img{display:block;width:100%;object-fit:cover}
input,textarea,button{font:inherit}
input,textarea{max-width:100%}
textarea{resize:vertical}
.cta:active,.send:active,.tabs label:active{transform:translateY(1px)!important}
@media(max-width:760px){section,[id]{scroll-margin-top:78px}
.price,.officeTextBelow{max-width:100%}
.hero h1{text-wrap:balance}
h2,h3{text-wrap:balance}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(forced-colors:active){button,.cta,.send,input,textarea{border:1px solid ButtonText!important}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
[hidden]{display:none!important}
button,input,textarea{font:inherit}
.faqTrust{padding:84px 0 70px}
.faqTrustInner{max-width:980px}
.faqIntro{max-width:700px;margin:0 auto 36px;text-align:center}
.faqIntro .eyebrow{margin-bottom:12px}
.faqIntro h2{margin:0 0 16px}
.faqIntro p{margin:0 auto;max-width:650px;color:#496579}
.faqList{max-width:790px;margin:0 auto;border-top:1px solid rgba(46,103,145,.12)}
.faqList details{border-bottom:1px solid rgba(46,103,145,.12)}
.faqList summary{position:relative;list-style:none;cursor:pointer;padding:21px 44px 21px 2px;color:#183349;font-weight:680;line-height:1.35}
.faqList summary::-webkit-details-marker{display:none}
.faqList summary::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.58);border:1px solid rgba(46,103,145,.10);color:#0878D1;font-size:19px;font-weight:500;transition:transform .2s ease,background .2s ease}
.faqList details[open] summary::after{content:"−";background:rgba(255,255,255,.82)}
.faqList details p{margin:-3px 44px 21px 2px;max-width:690px;color:#526D80;line-height:1.65}
.trustLine{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 12px;max-width:820px;margin:34px auto 0;padding:14px 18px;border:1px solid rgba(46,103,145,.09);border-radius:16px;background:rgba(255,255,255,.42);color:#45647A;font-size:14px;font-weight:600;box-shadow:0 8px 26px rgba(40,94,132,.03)}
.trustLine span[aria-hidden="true"]{color:rgba(8,120,209,.38)}
@media(max-width:760px){.faqTrust{padding:66px 0 56px}
.faqIntro{margin-bottom:28px;text-align:left}
.faqIntro p{margin-left:0}
.faqList summary{padding:19px 42px 19px 0}
.faqList details p{margin:-2px 38px 19px 0}
.trustLine{justify-content:flex-start;padding:13px 15px;gap:7px 9px;font-size:13px}}
@media(prefers-reduced-motion:reduce){.faqList summary::after{transition:none}}
.formMeta{margin-top:12px}
.formPrivacy{margin:0}
.formStatus{min-height:18px;margin:6px 0 0;line-height:1.45}
.form .field:invalid:not(:placeholder-shown){border-color:rgba(182,72,72,.30)!important}
.form .field:valid:not(:placeholder-shown){border-color:rgba(42,126,101,.22)!important}
.privacyFooter{margin:10px 0 0;font-size:12px}
.privacyFooter a{color:inherit;text-decoration:none}
.privacyFooter a:hover{opacity:1;text-decoration:underline}
.langSwitch{display:inline-flex;align-items:center;gap:6px;margin-left:auto;margin-right:10px;padding:7px 10px;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(255,255,255,.28);color:#4A6478;font-size:12px;font-weight:760;line-height:1;letter-spacing:.04em;white-space:nowrap;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.langLink{color:inherit;text-decoration:none;opacity:.58;min-width:22px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}
.langLink.active{opacity:1;color:#0B67B2;background:rgba(255,255,255,.52)}
.langLink:focus-visible{outline:2px solid #0878D1;outline-offset:2px}
@media(max-width:760px){.langSwitch{margin-right:7px;padding:5px 7px;gap:3px;font-size:11px}
.langLink{min-width:20px;min-height:30px}}
#lang-en,#lang-hr{position:fixed;opacity:0;pointer-events:none}
.languagePage{display:none}
#lang-en:checked ~ .pageEN{display:block}
#lang-hr:checked ~ .pageHR{display:block}
.cssLang label.langLink{border:0;font:inherit;cursor:pointer;padding:0;background:transparent}
.pageEN .enChoice,.pageHR .hrChoice{opacity:1;color:#0B67B2;background:rgba(255,255,255,.52)}
.pageEN .hrChoice,.pageHR .enChoice{background:transparent}
.shareRecommend{width:min(1120px,calc(100% - 36px));margin:26px auto 18px}
.shareRecommendInner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border:1px solid rgba(76,137,184,.14);border-radius:24px;background:rgba(255,255,255,.38);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.shareRecommendCopy{min-width:0}
.shareRecommendTitle{margin:0;color:#13283B;font-size:clamp(17px,2vw,20px);line-height:1.25;font-weight:720;letter-spacing:-.02em}
.shareRecommendText{margin:5px 0 0;color:#587084;font-size:14px;line-height:1.45}
.shareButton{flex:0 0 auto;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:1px solid rgba(5,99,177,.13);border-radius:999px;background:rgba(255,255,255,.72);color:#0563B1;font:inherit;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 5px 16px rgba(48,101,143,.06)}
.shareButton svg{width:17px;height:17px;display:block}
.shareButton:active{transform:scale(.98)}
.shareFallback{display:none;margin-top:9px;font-size:12px}
@media(max-width:760px){.shareRecommend{width:min(100% - 28px,1120px);margin:20px auto 14px}
.shareRecommendInner{align-items:flex-start;flex-direction:column;border-radius:21px;gap:15px}
.shareButton{width:100%}}
.shareRecommend{margin-top:18px!important;margin-bottom:18px!important}
.shareRecommendInner{min-height:0!important}
.languagePage > .shareRecommend{padding-top:0!important;padding-bottom:0!important}
.languagePage footer{margin-top:0!important}
@media(max-width:760px){.shareRecommend{margin-top:14px!important;margin-bottom:14px!important}
.shareRecommendInner{padding:18px!important}
.languagePage footer{padding-top:28px!important}}
.stepBigNumber{margin:0 0 42px;font-size:clamp(72px,12vw,104px);line-height:.82;font-weight:760;letter-spacing:-.065em}
@media(max-width:760px){.stepBigNumber{margin-bottom:44px;font-size:88px}}
.stepVisual{justify-content:space-between;gap:24px}
.stepVisual .number,.stepVisual .stepBigNumber{flex:0 0 auto}
.stepVisual .stepBigNumber{margin-bottom:42px}
.stepSymbol{flex:0 0 auto;place-items:center}
.stepSymbol svg{stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.stepVisual{gap:18px}
.stepSymbol{margin-top:0}
.stepVisual .stepBigNumber{margin-bottom:44px}}
.stepSymbol{position:relative;color:rgba(25,126,191,.72)!important}
.stepSymbol:after{content:"";position:absolute;width:34px;height:34px;right:-13px;bottom:-13px;border-radius:50%;background:rgba(127,196,238,.14);filter:blur(1px);pointer-events:none}
.stepSymbol svg{position:relative;z-index:1}
.stepSymbol svg *{vector-effect:non-scaling-stroke}
.stepSymbol:after{display:none!important}
.stepSymbol svg{overflow:visible}
.stepSymbol svg *{stroke-linecap:round;stroke-linejoin:round}
.sceneBack{stroke:none}
.sceneSurface{stroke-width:1.15}
.sceneDivider{stroke-width:1}
.sceneDot{stroke:none}
.sceneLine{stroke-width:1.55}
.sceneHighlight{fill:rgba(97,185,236,.18);stroke:rgba(52,148,207,.22);stroke-width:1}
.sceneLens{fill:rgba(218,242,255,.55);stroke:rgba(14,117,184,.62);stroke-width:1.8}
.sceneLensInner{fill:rgba(255,255,255,.20);stroke:rgba(65,154,209,.22);stroke-width:1}
.sceneStrong{stroke:rgba(6,108,177,.78);stroke-width:2.15}
.sceneGlint{stroke:rgba(255,255,255,.96);stroke-width:1.7}
.moduleA{stroke:rgba(49,145,205,.34);stroke-width:1.1}
.moduleB,.moduleC{stroke:rgba(66,145,195,.28);stroke-width:1}
.connector{stroke:rgba(48,141,201,.40);stroke-width:1.4}
.cursor{fill:rgba(231,247,255,.92);stroke:rgba(5,105,174,.72);stroke-width:1.5}
.testCircle{fill:rgba(230,247,255,.8);stroke:rgba(45,143,203,.40);stroke-width:1.1}
.testTick{stroke:rgba(5,108,177,.72);stroke-width:1.55}
.progressTrack{fill:rgba(70,146,195,.12);stroke:none}
.progressFill{stroke:none}
.resultBadge{fill:rgba(229,248,255,.92);stroke:rgba(25,130,194,.50);stroke-width:1.35}
.resultTick{stroke:rgba(5,105,173,.84);stroke-width:2.35}
.stepVisual{display:grid!important;grid-template-columns:minmax(0,1fr) 118px!important;align-items:start!important;column-gap:24px!important;width:100%!important}
.stepVisual .number,.stepVisual .stepBigNumber{justify-self:start!important}
.stepSymbol{box-sizing:border-box!important;justify-self:end!important;width:118px!important;height:86px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(72,151,202,.13)!important;border-radius:22px!important;overflow:hidden!important}
.stepSymbol svg{display:block!important;width:106px!important;height:74px!important;max-width:none!important;max-height:none!important}
.stepDiscover svg{transform:scale(.94)}
.stepBuild svg{transform:scale(.94)}
.stepTest svg{transform:scale(.94)}
.sceneSurface{fill:rgba(255,255,255,.82)!important;stroke:rgba(62,139,190,.31)!important}
.sceneBack{fill:rgba(52,112,151,.075)!important}
.sceneLine{stroke:rgba(54,106,141,.50)!important}
.sceneDivider{stroke:rgba(66,137,183,.25)!important}
.sceneDot{fill:rgba(51,143,201,.43)!important}
.moduleA{fill:rgba(91,183,236,.17)!important}
.moduleB,.moduleC{fill:rgba(93,172,221,.12)!important}
.progressFill{fill:rgba(51,157,220,.47)!important}
@media(max-width:760px){.stepVisual{grid-template-columns:minmax(0,1fr) 104px!important;column-gap:16px!important}
.stepSymbol{width:104px!important;height:78px!important;border-radius:20px!important}
.stepSymbol svg{width:94px!important;height:67px!important}
.stepDiscover svg,.stepBuild svg,.stepTest svg{transform:scale(.94)}}
.processGrid .stepVisual{display:grid!important;grid-template-columns:minmax(0,1fr) 118px!important;width:100%!important;align-items:start!important}
.processGrid .stepVisual > .stepSymbol{grid-column:2!important;justify-self:end!important;align-self:start!important;width:118px!important;height:86px!important;margin:0!important}
.processGrid .stepVisual > .number,.processGrid .stepVisual > .stepBigNumber{grid-column:1!important;justify-self:start!important}
@media(max-width:760px){.processGrid .stepVisual{grid-template-columns:minmax(0,1fr) 104px!important}}
@media(max-width:760px){.processGrid .stepSymbol{position:absolute!important;top:48px!important;right:48px!important;width:104px!important;height:78px!important;margin:0!important;transform:none!important}
.processGrid .stepVisual .number,.processGrid .stepVisual .stepBigNumber{display:block!important;margin-left:0!important;transform:none!important}}
@media(max-width:760px){.processGrid .featureBig,.processGrid .featureStack > div{position:relative!important}
.processGrid .stepVisual{position:relative!important;display:block!important;width:100%!important;min-height:88px!important;padding-right:118px!important;box-sizing:border-box!important}
.processGrid .stepVisual > .stepSymbol{position:absolute!important;top:0!important;right:0!important;width:104px!important;height:78px!important;margin:0!important;transform:none!important}
.processGrid .stepVisual > .number,.processGrid .stepVisual > .stepBigNumber{display:block!important;margin-top:0!important;margin-left:0!important;transform:none!important}}
@media(max-width:760px){.pageEN .processGrid .stepVisual,.pageHR .processGrid .stepVisual{position:relative!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;width:100%!important;min-height:112px!important;padding:0!important;box-sizing:border-box!important;gap:18px!important}
.pageEN .processGrid .stepVisual > .number,.pageEN .processGrid .stepVisual > .stepBigNumber,.pageHR .processGrid .stepVisual > .number,.pageHR .processGrid .stepVisual > .stepBigNumber{position:static!important;flex:0 0 auto!important;margin:0!important;transform:none!important}
.pageEN .processGrid .stepVisual > .stepSymbol,.pageHR .processGrid .stepVisual > .stepSymbol{position:static!important;flex:0 0 104px!important;width:104px!important;height:78px!important;margin:-8px 0 0 auto!important;transform:none!important;align-self:flex-start!important}}
.pageHR #hr-u:checked ~ .panels .pu,.pageHR #hr-t:checked ~ .panels .pt,.pageHR #hr-d:checked ~ .panels .pd,.pageHR #hr-m:checked ~ .panels .pm{display:grid!important}
.pageHR #hr-u:checked~.tabs label[for=u],.pageHR #hr-t:checked~.tabs label[for=t],.pageHR #hr-d:checked~.tabs label[for=d],.pageHR #hr-m:checked~.tabs label[for=m]{background:rgba(255,255,255,.82);color:#152C40;box-shadow:0 6px 18px rgba(27,88,132,.08)}
.pageHR #hr-u:checked~.panels .pu,.pageHR #hr-t:checked~.panels .pt,.pageHR #hr-d:checked~.panels .pd,.pageHR #hr-m:checked~.panels .pm{display:grid}
.pageHR #hr-u:checked~.tabs label[for="u"],.pageHR #hr-t:checked~.tabs label[for="t"],.pageHR #hr-d:checked~.tabs label[for="d"],.pageHR #hr-m:checked~.tabs label[for="m"]{box-shadow:0 5px 16px rgba(25,73,108,.08)!important;border-color:rgba(255,255,255,.68)!important}
.pageHR #hr-u:checked ~ .tabs label[for="hr-u"],.pageHR #hr-t:checked ~ .tabs label[for="hr-t"],.pageHR #hr-d:checked ~ .tabs label[for="hr-d"],.pageHR #hr-m:checked ~ .tabs label[for="hr-m"]{background:rgba(255,255,255,.78)!important;border:1px solid rgba(255,255,255,.82)!important;color:#425F78!important;position:relative!important;z-index:2!important}
.pageHR .tabs label{box-shadow:none}
.pageHR #hr-u:checked ~ .tabs label[for="hr-u"],.pageHR #hr-t:checked ~ .tabs label[for="hr-t"],.pageHR #hr-d:checked ~ .tabs label[for="hr-d"],.pageHR #hr-m:checked ~ .tabs label[for="hr-m"]{box-shadow:0 10px 24px rgba(54,112,153,.10),0 2px 7px rgba(54,112,153,.055),inset 0 1px 0 rgba(255,255,255,.98)!important}
@media(max-width:760px){.pageHR .consultationPrices{margin-bottom:24px!important}}
@media(min-width:761px){.wrap{width:min(1200px,calc(100% - clamp(64px,7vw,128px)))!important}
.nav{height:62px!important}
.heroInner{max-width:980px!important}
.hero h1{max-width:940px!important;font-size:clamp(68px,5.8vw,90px)!important;line-height:.94!important}
.hero p{max-width:680px!important;font-size:clamp(19px,1.55vw,22px)!important}
.sectionTitle{max-width:880px!important;font-size:clamp(46px,4.4vw,58px)!important;line-height:.97!important}
.hero + .demoSec{padding-top:clamp(78px,7vw,104px)!important}
.demoSec{padding-bottom:clamp(96px,8vw,118px)!important}
.process{padding-top:clamp(88px,7vw,108px)!important;padding-bottom:clamp(96px,8vw,118px)!important}
.officeFinal{padding-top:24px!important;padding-bottom:clamp(96px,8vw,118px)!important}
.pricing{padding-top:clamp(90px,7vw,108px)!important;padding-bottom:clamp(98px,8vw,120px)!important}
.faqTrust{padding-top:clamp(82px,7vw,102px)!important;padding-bottom:clamp(72px,6vw,90px)!important}
.contact{padding-top:clamp(92px,7vw,112px)!important;padding-bottom:clamp(92px,7vw,108px)!important}
.flow .step{display:block!important}
.flow .step b{max-width:24ch!important;margin-bottom:7px!important}
.flow .result{max-width:38ch!important}
.processGrid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important}
.featureBig p,.featureStack p{max-width:48ch!important}
.prices{gap:clamp(16px,1.6vw,22px)!important}
.price{padding:clamp(30px,2.7vw,40px)!important}
.price h3{font-size:clamp(35px,3vw,41px)!important}
.consultationPrices .price{min-height:280px!important}
.care{gap:clamp(14px,1.5vw,20px)!important}
.care div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}
.officeTextBelow{width:min(820px,88%)!important}
.faqTrustInner{max-width:900px!important}
.contactGrid{max-width:1120px!important;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)!important;gap:clamp(44px,6vw,88px)!important}
.shareRecommend{width:min(1200px,calc(100% - clamp(64px,7vw,128px)))!important}}
@media(min-width:761px) and (max-width:899px){.hero{padding-top:88px!important;padding-bottom:98px!important}
.demoSec .sectionTitle{max-width:690px!important}
.demoShell{padding:10px!important;border-radius:32px!important}
.tabs{gap:6px!important;padding:5px!important}
.tabs label{padding-inline:8px!important}
.panel{grid-template-columns:1fr!important;min-height:0!important}
.panelText,.flow{padding:36px!important}
.panelText{min-height:390px!important}
.flow{min-height:430px!important}
.flow .step b{max-width:none!important}
.processGrid{grid-template-columns:1fr!important;gap:18px!important}
.featureStack{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.featureStack>div{min-height:250px!important;padding:32px!important}
.prices{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.prices>.price:last-child{grid-column:1 / -1!important;min-height:310px!important}
.price{min-height:390px!important}
.consultationPrices .price{min-height:260px!important}
.contactGrid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:34px!important}
.form{padding:28px!important}}
@media(min-width:900px) and (max-width:1199px){.panel{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important}
.panelText,.flow{padding:clamp(36px,4vw,44px)!important}
.featureBig{padding-inline:42px!important}
.featureStack>div{padding-inline:32px!important}}
.pageHR .form:before{content:"Napišite nekoliko rečenica. Odgovorit ću vam osobno."!important}
.contactInfo .callButton{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;margin:4px 0 4px 2px!important;padding:0 15px!important;border:1px solid rgba(5,99,177,.14)!important;border-radius:14px!important;background:#0563B1!important;color:#fff!important;font-size:14px!important;font-weight:720!important;line-height:1!important;text-decoration:none!important;box-shadow:0 8px 20px rgba(5,99,177,.14)!important;vertical-align:middle!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}
.contactInfo .callButton svg{width:16px!important;height:16px!important;flex:0 0 auto!important}
@media(hover:hover) and (pointer:fine){.contactInfo .callButton:hover{transform:translateY(-1px)!important;box-shadow:0 11px 25px rgba(5,99,177,.19)!important;text-decoration:none!important}}
@media(max-width:760px){.contactInfo .callButton{width:max-content!important;margin:13px 0 5px!important}}
.clientDecision{padding:112px 0!important}
.decisionIntro{max-width:790px;margin-bottom:40px}
.decisionIntro .sectionTitle{margin-bottom:22px!important}
.decisionLead{max-width:700px;margin:0;color:var(--muted);font-size:18px;line-height:1.62;text-wrap:pretty}
.decisionGrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.decisionCard{padding:34px 36px;border:1px solid rgba(255,255,255,.78);border-radius:28px;background:rgba(249,252,255,.72);box-shadow:0 16px 42px rgba(27,91,139,.06)}
.decisionLabel{display:block;margin-bottom:17px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.decisionCard h3{margin:0 0 20px;font-size:28px;line-height:1.08;letter-spacing:-.04em;text-wrap:balance}
.decisionList{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.decisionList li{position:relative;padding-left:27px;color:var(--muted);font-size:15.5px;line-height:1.52}
.decisionList li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green2);font-weight:800}
.exampleOutcome{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center;margin-top:18px;padding:38px 40px;border:1px solid rgba(255,255,255,.82);border-radius:30px}
.exampleOutcome h3{margin:0 0 10px;font-size:30px;line-height:1.08;letter-spacing:-.043em;text-wrap:balance}
.exampleOutcome p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.outcomeFlow{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.outcomeStep{min-height:150px;padding:20px;border:1px solid rgba(17,62,96,.08);border-radius:20px;background:rgba(255,255,255,.58)}
.outcomeStep b{display:block;margin-bottom:10px;color:var(--ink);font-size:14px}
.outcomeStep span{display:block;color:var(--muted);font-size:14px;line-height:1.5}
.contactSignals{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 22px}
.contactSignals span{padding:8px 11px;border:1px solid rgba(17,62,96,.09);border-radius:999px;background:rgba(255,255,255,.48);color:#42657f;font-size:12.5px;font-weight:680;line-height:1.2}
.ownerNote{max-width:440px;margin:0 0 22px!important;font-size:15px!important;line-height:1.55!important}
.formHoney{display:none!important}
.formPrivacy a{color:inherit;font-weight:700;text-underline-offset:2px}
.contactForm .send[disabled]{cursor:wait;opacity:.72;transform:none!important;box-shadow:none!important}
.formStatus{font-weight:650}
.formStatus.is-success{color:#17683f}
.formStatus.is-error{color:#9a3e32}
@media(hover:hover) and (pointer:fine){.decisionCard,.exampleOutcome{transition:transform .22s ease,box-shadow .22s ease}
.decisionCard:hover,.exampleOutcome:hover{transform:translateY(-2px);box-shadow:0 22px 56px rgba(27,91,139,.09)}}
@media(max-width:980px){.exampleOutcome{grid-template-columns:1fr;gap:26px}}
@media(max-width:760px){.clientDecision{padding:84px 0!important}
.decisionIntro{margin-bottom:30px}
.decisionLead{font-size:16.5px}
.decisionGrid,.outcomeFlow{grid-template-columns:1fr}
.decisionGrid{gap:12px}
.decisionCard{padding:27px 24px;border-radius:24px}
.decisionCard h3{font-size:25px}
.exampleOutcome{margin-top:12px;padding:28px 24px;border-radius:25px}
.exampleOutcome h3{font-size:27px}
.outcomeStep{min-height:0;padding:18px}
.contactSignals{margin:20px 0}}
.discoveryChecklist{display:none}
@media(min-width:761px){.pageEN .processGrid .stepVisual > .number,.pageEN .processGrid .stepVisual > .stepBigNumber,.pageHR .processGrid .stepVisual > .number,.pageHR .processGrid .stepVisual > .stepBigNumber{font-size:104px!important;line-height:.82!important;font-weight:760!important;letter-spacing:-.065em!important;margin:0!important}}
@media(min-width:900px){.featureBig{justify-content:flex-start!important}
.featureBig .featureCopy{margin:24px 0 0}
.discoveryChecklist{display:block;margin:auto 0 0;padding:15px 16px 16px;border:1px solid rgba(17,62,96,.075);border-radius:18px;background:rgba(255,255,255,.32)}
.discoveryChecklist > span{display:block;margin-bottom:10px;color:#367aa9;font-size:10.5px;font-weight:800;letter-spacing:.09em}
.discoveryChecklist ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.discoveryChecklist li{min-height:48px;padding:10px 11px 10px 27px;position:relative;display:flex;align-items:center;border:1px solid rgba(17,62,96,.065);border-radius:13px;background:rgba(255,255,255,.46);color:#486980;font-size:12.5px;font-weight:650;line-height:1.3}
.discoveryChecklist li:before{content:"";position:absolute;left:12px;top:50%;width:6px;height:6px;border-radius:50%;background:#1684D1;transform:translateY(-50%);box-shadow:0 0 0 4px rgba(22,132,209,.08)}}
@media(min-width:1100px){.discoveryChecklist ul{grid-template-columns:1fr;gap:7px}
.discoveryChecklist li{min-height:36px;padding:8px 12px 8px 30px}}
.pricingGroupLabel{display:flex;align-items:center;gap:14px;margin:0 0 16px;color:#367aa9}
.pricingGroupLabel:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,rgba(54,122,169,.22),rgba(54,122,169,0))}
.pricingGroupLabel span{flex:0 0 auto;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.pricingGroupProject{margin-top:28px}
.pageHR .consultationPrices{margin-bottom:0!important}
.featureBig,.featureStack>div,.decisionCard,.exampleOutcome,.price:not(.focus),.form{border-color:rgba(255,255,255,.74)!important;box-shadow:0 18px 48px rgba(27,91,139,.065)!important}
.decisionCard,.exampleOutcome,.price,.form{background-clip:padding-box}
@media(min-width:981px){.outcomeFlow{gap:18px}
.outcomeStep{position:relative;z-index:1}
.outcomeStep:not(:last-child):after{content:"→";position:absolute;z-index:2;top:50%;right:-17px;width:16px;color:rgba(19,93,143,.48);font-size:16px;font-weight:750;line-height:1;text-align:center;transform:translateY(-50%)}}
@media(prefers-reduced-motion:no-preference){html.reveal-ready .revealItem{opacity:0;transform:translate3d(0,14px,0);transition:opacity .58s cubic-bezier(.22,.75,.28,1),transform .58s cubic-bezier(.22,.75,.28,1);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform}
html.reveal-ready .revealItem.is-visible{opacity:1;transform:translate3d(0,0,0);will-change:auto}}
@media(max-width:760px) and (prefers-reduced-motion:no-preference){html.reveal-ready .revealItem{transform:translate3d(0,10px,0)}
html.reveal-ready .revealItem.is-visible{transform:translate3d(0,0,0)}}
.heroEmphasis{position:relative;z-index:0;display:inline-block;color:#0A609D;background:linear-gradient(100deg,#123A5B 0%,#0878D1 42%,#123A5B 72%);background-size:220% 100%;background-position:100% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.heroEmphasis:after{content:"";position:absolute;z-index:-1;left:.02em;right:.02em;bottom:-.035em;height:.075em;border-radius:999px;background:linear-gradient(90deg,rgba(8,120,209,.12),rgba(8,120,209,.72),rgba(95,185,236,.24));transform:scaleX(1);transform-origin:left center;opacity:.78}
.pageHR .heroEmphasis{margin-left:.035em;margin-right:-.12em;padding-right:.12em}
.pageHR .heroEmphasis:after{right:.12em}
@media(prefers-reduced-motion:no-preference){.heroEmphasis:after{transform:scaleX(0)}
.hero h1.is-visible .heroEmphasis{animation:heroEmphasisSweep 7s ease-in-out 1.4s infinite}
.hero h1.is-visible .heroEmphasis:after{animation:heroEmphasisLine .82s cubic-bezier(.2,.75,.25,1) .28s forwards}}
@keyframes heroEmphasisLine{from{transform:scaleX(0);opacity:.2}
  to{transform:scaleX(1);opacity:.78}}
@keyframes heroEmphasisSweep{0%,58%,100%{background-position:100% 50%}
  76%{background-position:0 50%}}
.navActions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.desktopNav{display:none}
@media(min-width:900px){.nav{display:grid!important;grid-template-columns:1fr auto 1fr!important;gap:28px!important}
.desktopNav{display:flex;align-items:center;justify-content:center;gap:26px}
.desktopNav a{position:relative;color:#4b667c;font-size:13px;font-weight:680;text-decoration:none;transition:color .18s ease}
.desktopNav a:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:#0878D1;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.desktopNav a:hover{color:#0B67B2}
.desktopNav a:hover:after,.desktopNav a:focus-visible:after{transform:scaleX(1)}
.desktopNav a:focus-visible{outline:2px solid #0878D1;outline-offset:6px;border-radius:4px}
.navActions{justify-self:end}}
.demoContinue{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;padding:11px 15px;border:1px solid rgba(5,99,177,.14);border-radius:999px;background:rgba(255,255,255,.70);color:#0563B1;font-size:13px;font-weight:750;text-decoration:none;box-shadow:0 7px 18px rgba(27,91,139,.07);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.demoContinue:focus-visible,.decisionCta:focus-visible{outline:2px solid #0878D1;outline-offset:3px}
@media(hover:hover) and (pointer:fine){.demoContinue:hover{transform:translateY(-1px);background:#fff;box-shadow:0 10px 24px rgba(27,91,139,.10)}}
.decisionCtaRow,.pricingCtaRow{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:18px 20px;border:1px solid rgba(255,255,255,.76);border-radius:22px;background:rgba(255,255,255,.42);box-shadow:0 12px 32px rgba(27,91,139,.05)}
.decisionCtaRow>span,.pricingCtaRow>span{color:#536f84;font-size:13px;line-height:1.4;text-align:right}
.decisionCta{display:inline-flex;align-items:center;gap:9px;color:#0563B1;font-size:14px;font-weight:780;text-decoration:none}
.decisionCta span{transition:transform .18s ease}
@media(hover:hover) and (pointer:fine){.decisionCta:hover span{transform:translateX(3px)}}
.process,.clientDecision,.pricing,.faqTrust,.contact{box-shadow:inset 0 1px rgba(255,255,255,.45)}
@media(max-width:760px){.navActions{gap:7px}
.demoContinue{width:100%;min-height:45px;margin-top:13px}
.decisionCtaRow,.pricingCtaRow{align-items:flex-start;flex-direction:column;gap:8px;margin-top:18px;padding:17px 18px;border-radius:20px}
.decisionCtaRow>span,.pricingCtaRow>span{text-align:left}
.pageHR .consultationPrices{gap:10px!important}
.pageHR .consultationPrices .price{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:baseline!important;gap:8px 14px!important;min-height:0!important;padding:22px!important;border-radius:22px!important}
.pageHR .consultationPrices .price .tag{margin:0!important}
.pageHR .consultationPrices .price h3{margin:0!important;font-size:clamp(24px,7.2vw,29px)!important;white-space:nowrap}
.pageHR .consultationPrices .price p{grid-column:1/-1;margin:2px 0 0!important}}
@media(max-width:390px){.pageHR .consultationPrices .price{gap:8px 10px!important;padding:20px!important}
.pageHR .consultationPrices .price h3{font-size:23px!important}
.pageHR .consultationPrices .price .tag{font-size:10px!important}}
@media(prefers-reduced-motion:reduce){.desktopNav a:after,.demoContinue,.decisionCta span{transition:none!important}}
.pageHR .hero{overflow:clip!important}
.skipLink{position:fixed;z-index:999;top:10px;left:10px;padding:11px 15px;border-radius:12px;background:#13283B;color:#fff;font-size:14px;font-weight:750;text-decoration:none;transform:translateY(-150%);transition:transform .18s ease}
.skipLink:focus{transform:translateY(0)}
.brand{color:#13283B;text-decoration:none}
.cssLang button.langLink{border:0;font:inherit;cursor:pointer;padding:0;background:transparent}
.demoExampleField{display:block;width:100%;min-height:0;margin-top:20px;padding:16px 18px;border:0;border-radius:14px;font-size:15px;font-weight:560;line-height:1.55;white-space:pre-wrap;box-shadow:none;cursor:default}
.demoExampleField:before{display:block;margin-bottom:6px;font-size:10px;font-weight:820;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}
.pageEN .demoExampleField:before{content:"Illustrative example"}
.pageHR .demoExampleField:before{content:"Ilustrativni primjer"}
.eyebrow,.tag,.pricingGroupLabel,.officeTextBelow small,.discoveryChecklist>span{color:#0563B1!important}
@media(min-width:761px) and (max-width:899px){.featureBig{min-height:480px!important;justify-content:flex-start!important}
.featureBig .featureCopy{margin:18px 0 0}
.discoveryChecklist{display:block;margin:auto 0 0;padding:13px 14px 14px;border:1px solid rgba(17,62,96,.075);border-radius:17px;background:rgba(255,255,255,.32)}
.discoveryChecklist>span{display:block;margin-bottom:9px;font-size:10.5px;font-weight:800;letter-spacing:.09em}
.discoveryChecklist ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0;padding:0;list-style:none}
.discoveryChecklist li{position:relative;display:flex;align-items:center;min-height:48px;padding:9px 9px 9px 25px;border:1px solid rgba(17,62,96,.065);border-radius:12px;background:rgba(255,255,255,.46);color:#486980;font-size:12px;font-weight:650;line-height:1.25}
.discoveryChecklist li:before{content:"";position:absolute;left:10px;top:50%;width:6px;height:6px;border-radius:50%;background:#0563B1;transform:translateY(-50%);box-shadow:0 0 0 4px rgba(5,99,177,.08)}}
@media(max-width:760px){.demoExampleField{min-height:0;margin-top:18px;padding:14px 15px;font-size:15px}}
@media(prefers-reduced-motion:reduce){.skipLink{transition:none}}
:root{--muted:#405F76!important;--green:#066DB8!important;--green2:#045A9F!important;--canvas:#D4E7F5!important;--panel:#E2EEF7!important;--panel2:#C3DBEE!important;--white:#F5FAFD!important}
body{background:#D4E7F5!important;color:#13283B!important}
nav{background:rgba(204,224,239,.88)!important;border-bottom-color:rgba(19,55,82,.11)!important}
.demoSec{background:linear-gradient(180deg,#BFD9EE 0%,#C9E1F2 100%)!important}
.process{background:linear-gradient(180deg,#D0E3F2 0%,#C8DEEF 100%)!important}
.officeFinal{background:linear-gradient(180deg,#C8DEEF 0%,#D0E3F2 100%)!important}
.clientDecision{background:linear-gradient(180deg,#C9E0F1 0%,#C1D9ED 100%)!important}
.pricing{background:linear-gradient(180deg,#C1DAED 0%,#CBE2F2 100%)!important}
.faqTrust{background:linear-gradient(180deg,#D3E6F4 0%,#CCDFEF 100%)!important}
.contact{background:linear-gradient(180deg,#D0E3F2 0%,#C7DDED 100%)!important}
footer{background:#B8D4E8!important;color:#294E69!important;border-top-color:rgba(19,55,82,.12)!important}
.featureBig,.featureStack>div,.decisionCard,.price:not(.focus),.form,.care div{background:rgba(239,247,252,.80)!important;border-color:rgba(47,94,128,.13)!important;box-shadow:0 18px 48px rgba(24,67,98,.09)!important}
.officeTextBelow{background:rgba(238,247,252,.84)!important;border-color:rgba(47,94,128,.13)!important;box-shadow:0 18px 48px rgba(24,67,98,.09)!important}
.exampleOutcome{background:linear-gradient(145deg,rgba(239,247,252,.88),rgba(223,238,248,.82))!important;border-color:rgba(47,94,128,.13)!important;box-shadow:0 18px 48px rgba(24,67,98,.09)!important}
.outcomeStep,.discoveryChecklist,.contactSignals span,.trustLine,.decisionCtaRow,.pricingCtaRow,.shareRecommendInner{background:rgba(237,246,252,.62)!important;border-color:rgba(47,94,128,.12)!important}
.flow,.price.focus{background:linear-gradient(160deg,#104C76,#075F9F)!important}
.cta,.send,.contactInfo .callButton{background:#045A9F!important}
.hero p{color:#2F5068!important}
.panelText p,.featureBig p,.featureStack p,.officeTextBelow p,.decisionLead,.decisionList li,.exampleOutcome p,.outcomeStep span,.price p,.care span,.faqIntro p,.faqList details p,.contactInfo p,.form:before,.shareRecommendText{color:#405F76!important}
.ownerNote{color:#365873!important}
.formPrivacy{color:#455F74!important;font-size:13px!important;line-height:1.55!important}
.formStatus{color:#365A73!important;font-size:13px!important}
.desktopNav a,.tabs label,.langSwitch{color:#36546B!important}
.contactSignals span,.trustLine,.decisionCtaRow>span,.pricingCtaRow>span{color:#3C5D75!important}
.stepBigNumber{color:rgba(43,133,192,.58)!important}
.featureBig .number{color:#72B1DC!important}
.eyebrow,.tag,.pricingGroupLabel,.officeTextBelow small,.discoveryChecklist>span,.panelText small{color:#045A9F!important}
.demoExampleField{color:#365873!important}
.demoExampleField:before{color:#045A9F!important}
input::placeholder,textarea::placeholder{color:#566F83!important;opacity:1!important}
.shareButton,.demoContinue,.contactLink{color:#045A9F!important}
.shareRecommendInner{box-shadow:0 14px 38px rgba(24,67,98,.075)!important}
.shareFallback{color:#405F76!important}
.pageEN .hrChoice,.pageHR .enChoice{opacity:.72!important}
.privacyFooter a{opacity:.84!important}
:root{--surface-card:#E1EDF6;--surface-inset:#D8E7F2;--surface-control:#E9F2F8;--surface-input:#EEF5FA;--surface-border:rgba(35,78,110,.16)}
.demoShell{background:#DCEAF4!important;border-color:var(--surface-border)!important}
.panel{background:var(--surface-card)!important;border-color:var(--surface-border)!important}
.panelText{background:var(--surface-card)!important}
.featureBig,.featureStack>div,.officeTextBelow,.decisionCard,.exampleOutcome,.price:not(.focus),.form,.care div{background:var(--surface-card)!important;border-color:var(--surface-border)!important}
.exampleOutcome{background-image:none!important}
.discoveryChecklist,.outcomeStep,.contactSignals span,.trustLine,.decisionCtaRow,.pricingCtaRow,.shareRecommendInner{background:var(--surface-inset)!important;border-color:var(--surface-border)!important}
.stepSymbol{background:var(--surface-inset)!important;border-color:var(--surface-border)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 7px 18px rgba(40,94,132,.05)!important}
.tabs{background:#D5E5F1!important;border-color:var(--surface-border)!important}
.tabs label{background:transparent!important;border-color:transparent!important}
#u:checked~.tabs label[for=u],#t:checked~.tabs label[for=t],#d:checked~.tabs label[for=d],#m:checked~.tabs label[for=m],.pageHR #hr-u:checked ~ .tabs label[for="hr-u"],.pageHR #hr-t:checked ~ .tabs label[for="hr-t"],.pageHR #hr-d:checked ~ .tabs label[for="hr-d"],.pageHR #hr-m:checked ~ .tabs label[for="hr-m"]{background:var(--surface-control)!important;border-color:var(--surface-border)!important}
.contact input,.contact textarea,.form input,.form textarea{background:var(--surface-input)!important;border-color:rgba(35,78,110,.23)!important}
.shareButton,.demoContinue,.contactLink{background:var(--surface-control)!important;border-color:var(--surface-border)!important}
.demoExampleField{background:rgba(4,90,159,.075)!important}
.discoveryChecklist li{background:var(--surface-control)!important;border-color:var(--surface-border)!important}
.panelText textarea{background:var(--surface-input)!important;border-color:rgba(35,78,110,.23)!important}
.langSwitch.cssLang{background:rgba(233,242,248,.76)!important;border-color:rgba(35,78,110,.14)!important}
/* Production structure and restrained mobile rhythm. */
.single-language .languagePage{display:block}
.cssLang .langLink{border:0;font:inherit;cursor:pointer;padding:0;background:transparent}

/* Adjacent sections share the same edge colour, avoiding visible tonal seams. */
.demoSec{background:linear-gradient(180deg,#BFD9EE 0%,#C9E1F2 100%)!important}
.process{background:linear-gradient(180deg,#C9E1F2 0%,#C8DEEF 100%)!important}
.officeFinal{background:linear-gradient(180deg,#C8DEEF 0%,#D0E3F2 100%)!important}
.clientDecision{background:linear-gradient(180deg,#D0E3F2 0%,#C1D9ED 100%)!important}
.pricing{background:linear-gradient(180deg,#C1D9ED 0%,#CBE2F2 100%)!important}
.faqTrust{background:linear-gradient(180deg,#CBE2F2 0%,#CCDFEF 100%)!important}
.contact{background:linear-gradient(180deg,#CCDFEF 0%,#C7DDED 100%)!important}
.shareRecommend{padding:0!important}

@media(max-width:760px){
  .demoSec{padding-top:48px!important;padding-bottom:44px!important}
  .process{padding-top:40px!important;padding-bottom:48px!important}
  .officeFinal{padding-top:8px!important;padding-bottom:46px!important}
  .clientDecision{padding:56px 0!important}
  .pricing{padding-top:48px!important;padding-bottom:50px!important}
  .faqTrust{padding-top:48px!important;padding-bottom:42px!important}
  .contact{padding-top:48px!important;padding-bottom:48px!important}
  .decisionCard{padding:22px 20px!important}
  .decisionCard h3{margin-bottom:16px!important}
  .decisionList{gap:10px!important}
  .exampleOutcome{padding:22px 20px!important;gap:18px!important}
  .outcomeFlow{gap:10px!important}
  .outcomeStep{padding:14px!important}
  .prices{gap:10px!important}
  .price{padding:24px!important}
  .price li{padding-top:10px!important;padding-bottom:10px!important}
  .pageHR .consultationPrices .price{padding:20px!important}
  .care{gap:10px!important}
  .care div{padding:14px 20px!important}
  .contact .form{padding:20px!important}
  .contact .field{padding:16px!important;margin-bottom:10px!important}
  .faqIntro{margin-bottom:22px!important}
  .faqList summary{padding-top:16px!important;padding-bottom:16px!important}
  .faqList details p{margin-bottom:16px!important}
  .trustLine{margin-top:26px!important}
  .shareRecommend{margin-top:12px!important;margin-bottom:12px!important}
}

/* Search-focused content added without changing the established visual system. */
.seoLead{max-width:760px;margin:-4px 0 30px;color:#405F76;font-size:17px;line-height:1.62;text-wrap:pretty}
.resourcesSEO{padding:92px 0;background:linear-gradient(180deg,#CBE2F2 0%,#CBE2F2 100%);box-shadow:inset 0 1px rgba(255,255,255,.45)}
.resourcesIntro{max-width:720px;margin:-6px 0 34px;color:#405F76;font-size:17px;line-height:1.62;text-wrap:pretty}
.resourceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.resourceCard{display:flex;flex-direction:column;min-height:260px;padding:34px 36px;border:1px solid var(--surface-border);border-radius:28px;background:var(--surface-card);box-shadow:0 18px 48px rgba(24,67,98,.08)}
.resourceTag{display:block;margin-bottom:18px;color:#045A9F;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.resourceCard h3{margin:0 0 14px;font-size:30px;line-height:1.08;letter-spacing:-.04em;text-wrap:balance}
.resourceCard h3 a{color:#13283B;text-decoration:none}
.resourceCard p{margin:0;color:#405F76;font-size:15.5px;line-height:1.58}
.resourceMeta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:24px;color:#536F84;font-size:12.5px;font-weight:680}
.resourceRead{color:#045A9F;text-decoration:none}
.resourceRead:after{content:' →';display:inline-block;transition:transform .18s ease}
.resourceRead:focus-visible{outline:2px solid #0878D1;outline-offset:4px;border-radius:4px}
@media(hover:hover) and (pointer:fine){.resourceCard{transition:transform .2s ease,box-shadow .2s ease}.resourceCard:hover{transform:translateY(-2px);box-shadow:0 22px 56px rgba(24,67,98,.11)}.resourceRead:hover:after{transform:translateX(3px)}}
@media(max-width:760px){.seoLead{margin:-2px 0 24px;font-size:16px}.resourcesSEO{padding:48px 0}.resourcesIntro{margin:-2px 0 26px;font-size:16px}.resourceGrid{grid-template-columns:1fr;gap:12px}.resourceCard{min-height:0;padding:24px 22px;border-radius:24px}.resourceCard h3{font-size:26px}.resourceMeta{padding-top:20px}}
@media(prefers-reduced-motion:reduce){.resourceCard,.resourceRead:after{transition:none!important}}
