/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}}:root{--green:#74b816;--green-dark:#477b09;--ink:#152018;--muted:#5e685f;--cream:#f5f7f2;--white:#fff;--line:#dfe5db}*{box-sizing:border-box}html{scroll-behavior:smooth}article[id],section[id]{scroll-margin-top:84px}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:50;background:#fffffffa;border-bottom:1px solid #15201814;gap:46px;height:86px;padding:0 clamp(24px,5vw,78px);position:sticky;top:0}.brand,.site-header{align-items:center;display:flex}.brand{margin-right:auto}.brand img{width:185px;height:auto;display:block}.desktop-nav{align-items:center;gap:25px;font-size:14px;font-weight:650;display:flex}.desktop-nav a{border-bottom:3px solid #0000;padding:34px 0 28px}.desktop-nav a:focus-visible,.desktop-nav a:hover{color:var(--green-dark);border-bottom-color:var(--green)}.header-phone{color:var(--green-dark);font-size:15px;font-weight:800;line-height:1.2}.header-phone span{color:var(--muted);margin-bottom:3px;font-size:11px;font-weight:600;display:block}.mobile-nav{display:none;position:relative}.mobile-menu-button{border:1px solid var(--line);width:46px;height:46px;color:var(--ink);cursor:pointer;background:#fff;border-radius:9px;place-items:center;padding:0;display:grid}.mobile-menu-button:hover{border-color:var(--green);background:var(--cream)}.mobile-menu-button:focus-visible{outline-offset:2px;outline:3px solid #74b81659}.mobile-menu-icon{width:22px;height:16px;display:block;position:relative}.mobile-menu-icon span{background:currentColor;border-radius:999px;width:22px;height:2px;transition:transform .2s,opacity .2s;position:absolute;left:0}.mobile-menu-icon span:first-child{top:0}.mobile-menu-icon span:nth-child(2){top:7px}.mobile-menu-icon span:nth-child(3){top:14px}.mobile-menu-button[aria-expanded=true] .mobile-menu-icon span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-button[aria-expanded=true] .mobile-menu-icon span:nth-child(2){opacity:0}.mobile-menu-button[aria-expanded=true] .mobile-menu-icon span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu-panel{border:1px solid var(--line);background:#fff;border-radius:14px;width:min(330px,100vw - 40px);padding:10px;display:grid;position:absolute;top:calc(100% + 11px);right:0;box-shadow:0 18px 50px #15201833}.mobile-menu-panel a{border-radius:8px;padding:14px 15px;font-size:15px;font-weight:750}.mobile-menu-panel a:focus-visible,.mobile-menu-panel a:hover{background:var(--cream);color:var(--green-dark)}.mobile-menu-panel .mobile-menu-cta{background:var(--green);color:#132206;text-align:center;margin-top:6px}.mobile-menu-panel .mobile-menu-cta:focus-visible,.mobile-menu-panel .mobile-menu-cta:hover{color:#132206;background:#8acb22}.hero{background:#152018 url(https://www.cleanster-dresden.de/image/bilder/slide/iStock-185217206.jpg) 50% 48%/cover no-repeat;align-items:center;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-shade{background:linear-gradient(90deg,#07120af0,#07120ac7 45%,#07120a38 76%,#07120a14);position:absolute;inset:0}.hero-content{z-index:1;color:#fff;width:min(1180px,100% - 48px);margin:0 auto;padding:78px 0 86px;position:relative}.eyebrow{letter-spacing:.17em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:800}.hero-brandline{letter-spacing:.14em;font-size:16px;font-weight:850}.eyebrow.green{color:var(--green-dark)}.hero h1{letter-spacing:-.045em;max-width:760px;margin:0;font-size:clamp(48px,6vw,82px);font-weight:760;line-height:.98}.hero-copy{color:#ffffffdb;max-width:650px;margin:28px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.55}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.button{border-radius:7px;justify-content:center;align-items:center;min-height:54px;padding:0 25px;font-size:14px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--green);color:#102005;box-shadow:0 12px 32px #4a7a0a4d}.button-primary:hover{background:#8acb22}.button-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffffa6}.hero-points{flex-wrap:wrap;gap:22px;margin:34px 0 0;padding:0;font-size:13px;font-weight:650;list-style:none;display:flex}.hero-points li:before{content:"✓";color:var(--green);margin-right:8px;font-weight:900}.proof-strip{background:var(--ink);color:#fff;grid-template-columns:repeat(4,1fr);padding:26px clamp(24px,5vw,78px);display:grid}.proof-strip div{border-right:1px solid #ffffff29;padding:2px 24px}.proof-strip div:first-child{padding-left:0}.proof-strip div:last-child{border:0}.proof-strip span,.proof-strip strong{display:block}.proof-strip strong{margin-bottom:5px;font-size:16px}.proof-strip span{color:#ffffff9e;font-size:12px}.section{padding:110px 24px}.services{background:var(--cream)}.section-heading{text-align:center;max-width:750px;margin:0 auto 48px}.cta-band h2,.section-heading h2{letter-spacing:-.035em;margin:0;font-size:clamp(34px,4.4vw,54px);line-height:1.08}.section-heading>p:last-child{max-width:650px;color:var(--muted);margin:22px auto 0;font-size:17px;line-height:1.65}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1180px;margin:0 auto;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:15px;min-height:455px;padding:34px;position:relative;overflow:hidden;box-shadow:0 12px 38px #1b2c1d0d}.service-card:after{content:"";background:var(--green);transform-origin:0;height:5px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:after{transform:scaleX(1)}.service-number{color:#edf1ea;letter-spacing:-.08em;font-size:66px;font-weight:900;line-height:1;position:absolute;top:20px;right:24px}.service-tag{color:var(--green-dark);letter-spacing:.14em;text-transform:uppercase;margin:52px 0 12px;font-size:11px;font-weight:850;position:relative}.service-card h3{letter-spacing:-.025em;margin:0;font-size:25px;position:relative}.service-card>p:not(.service-tag){color:var(--muted);margin:18px 0 20px;font-size:15px;line-height:1.65;position:relative}.service-includes{color:#3e493f;gap:9px;margin:0;padding:0 0 0 1px;font-size:13px;list-style:none;display:grid;position:relative}.service-includes li{align-items:flex-start;gap:8px;display:flex}.service-includes li:before{content:"✓";color:var(--green-dark);flex:none;font-weight:900}.service-card a{color:var(--green-dark);font-size:13px;font-weight:850;position:absolute;bottom:32px;left:34px}.service-card-wide{color:#fff;background:#1b2b1e url(https://www.cleanster-dresden.de/image/bilder/slide/iStock-903424332.jpg) 50% 58%/cover no-repeat;border:0;grid-column:1/-1;min-height:395px;padding-right:48%}.service-card-wide:before{content:"";background:linear-gradient(90deg,#08140bf5,#08140bd1 48%,#08140b1f 83%);position:absolute;inset:0}.service-card-wide .service-number{color:#ffffff21;z-index:1}.service-card.service-card-wide .service-includes,.service-card.service-card-wide .service-tag,.service-card.service-card-wide a,.service-card.service-card-wide h3,.service-card.service-card-wide>p:not(.service-tag){z-index:1;color:#fff;text-shadow:0 1px 2px #00000038}.service-card-wide .service-includes li:before{color:var(--green)}.sectors{background:#fff;grid-template-columns:1.05fr .95fr;min-height:720px;display:grid}.sectors-image{background:#e7ebe4 url(https://www.cleanster-dresden.de/image/bilder/slide/iStock-949220048.jpg) 50%/cover no-repeat;min-height:620px}.sectors-copy{flex-direction:column;justify-content:center;padding:90px clamp(40px,6vw,100px);display:flex}.inquiry h2,.process h2,.sectors-copy h2{letter-spacing:-.04em;max-width:660px;margin:0;font-size:clamp(35px,4.4vw,57px);line-height:1.07}.sectors-copy .lead{max-width:630px;color:var(--muted);margin:23px 0 34px;font-size:17px;line-height:1.7}.benefit-list{gap:0;display:grid}.benefit-list article{border-top:1px solid var(--line);gap:22px;padding:22px 0;display:flex}.benefit-list article>span{color:var(--green-dark);padding-top:4px;font-size:13px;font-weight:900}.benefit-list h3{margin:0 0 7px;font-size:18px}.benefit-list p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.industries{background:var(--ink);color:#fff}.industries .section-heading{margin-bottom:48px}.industries .section-heading h2{color:#fff}.industries .eyebrow{color:var(--green)}.industries .section-heading>p:last-child{color:#ffffff9e}.industry-grid{background:#ffffff21;border:1px solid #ffffff21;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1180px;margin:0 auto;display:grid}.industry-grid article{background:var(--ink);flex-direction:column;justify-content:flex-end;min-height:275px;padding:30px;display:flex}.industry-grid article:before{content:"+";color:var(--green);margin-bottom:auto;font-size:30px;line-height:1}.industry-grid strong{margin-bottom:11px;font-size:20px;display:block}.industry-grid p{color:#ffffff9e;margin:0;font-size:13px;line-height:1.65}.process{background:#fff;grid-template-columns:.85fr 1.15fr;gap:90px;padding:110px max(24px,50vw - 590px);display:grid}.process-intro{align-self:start;position:sticky;top:130px}.process-steps{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.process-steps li{border-bottom:1px solid var(--line);grid-template-columns:65px 1fr;gap:22px;padding:30px 0;display:grid}.process-steps li>span{background:var(--cream);width:42px;height:42px;color:var(--green-dark);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex}.process-steps strong{margin-bottom:8px;font-size:19px;display:block}.process-steps p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.faq{background:var(--cream)}.faq-list{border-top:1px solid #cfd7cc;max-width:900px;margin:0 auto}.faq-list details{border-bottom:1px solid #cfd7cc}.faq-list summary{cursor:pointer;padding:25px 58px 25px 2px;font-size:17px;font-weight:800;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";width:34px;height:34px;color:var(--green-dark);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:flex;position:absolute;top:18px;right:8px}.faq-list details[open] summary:after{content:"–"}.faq-list details>p{max-width:780px;color:var(--muted);margin:-5px 0 25px;padding-right:40px;font-size:15px;line-height:1.7}.jobs{background:#ecf4e4;padding:105px max(24px,50vw - 590px);position:relative;overflow:hidden}.jobs:before{content:"";background:#74b81621;border-radius:50%;width:420px;height:420px;position:absolute;top:-185px;right:-155px}.job-offers,.jobs-heading{z-index:1;position:relative}.jobs-heading{max-width:800px;margin-bottom:38px}.jobs-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(38px,4.7vw,62px);line-height:1.04}.jobs-heading>p:last-child{color:#465247;margin:19px 0 0;font-size:17px;line-height:1.6}.job-offers{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.job-offer{background:#fff;border:1px solid #d7e3cc;border-radius:15px;flex-direction:column;min-height:445px;padding:36px;display:flex;box-shadow:0 16px 42px #20351f14}.job-offer>span{color:var(--green-dark);letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:850}.job-offer h3{letter-spacing:-.035em;margin:12px 0 0;font-size:clamp(30px,3.2vw,42px)}.job-three-lines{gap:12px;margin:24px 0 30px;display:grid}.job-three-lines p{color:var(--muted);margin:0;font-size:15px;line-height:1.6}.job-offer>a{color:var(--green-dark);margin-top:auto;font-size:14px;font-weight:850}.job-offer>a:focus-visible,.job-offer>a:hover{text-decoration:underline}.cta-band{background:var(--green);justify-content:space-between;align-items:center;gap:30px;padding:58px clamp(24px,7vw,110px);display:flex}.cta-band .eyebrow{margin-bottom:9px}.cta-band h2{font-size:clamp(31px,4vw,48px)}.button-light{color:var(--green-dark);white-space:nowrap;background:#fff}.inquiry{background:var(--cream);grid-template-columns:.8fr 1.2fr;gap:80px;padding:110px max(24px,50vw - 590px);display:grid}.inquiry-info>p:not(.eyebrow){max-width:500px;color:var(--muted);margin:24px 0 30px;font-size:16px;line-height:1.7}.contact-card{border-left:4px solid var(--green);background:#fff;flex-direction:column;align-items:flex-start;gap:8px;margin-top:34px;padding:27px;display:flex}.contact-card>span{color:var(--muted);text-transform:uppercase;letter-spacing:.13em;margin-bottom:5px;font-size:11px;font-weight:800}.contact-card a:first-of-type{color:var(--green-dark);font-size:22px;font-weight:850}.contact-card a:nth-of-type(2){font-size:14px;font-weight:700}.contact-card address{color:var(--muted);margin-top:10px;font-size:13px;font-style:normal;line-height:1.55}.inquiry-form{border:1px solid var(--line);background:#fff;border-radius:15px;padding:38px;box-shadow:0 18px 55px #1b2c1d14}.field-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.inquiry-form label{color:#394139;margin-bottom:18px;font-size:12px;font-weight:750;display:block}.inquiry-form input:not([type=checkbox]),.inquiry-form select,.inquiry-form textarea{width:100%;color:var(--ink);font:inherit;background:#fbfcfa;border:1px solid #cfd7cc;border-radius:6px;outline:none;margin-top:8px;padding:13px 14px;font-size:14px}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #74b81621}.inquiry-form textarea{resize:vertical}.consent{align-items:flex-start;gap:10px;line-height:1.5;color:var(--muted)!important;font-weight:500!important;display:flex!important}.consent input{accent-color:var(--green-dark);flex:none;margin-top:3px}.consent a{text-decoration:underline}.form-submit{cursor:pointer;border:0}.form-note,.form-status{color:var(--muted);margin:12px 0 0;font-size:11px;line-height:1.45}.form-status{color:var(--green-dark);font-weight:700}footer{border-top:1px solid var(--line);background:#fff;grid-template-columns:1fr 1.4fr auto;align-items:center;gap:28px;padding:40px clamp(24px,5vw,78px);display:grid}.footer-logo img{width:155px;display:block}footer>p{color:var(--muted);margin:0;font-size:12px}.footer-links{gap:18px;font-size:12px;font-weight:700;display:flex}.copyright{border-top:1px solid var(--line);grid-column:1/-1;padding-top:19px}.mobile-bar{display:none}.chat-launcher{z-index:96;background:var(--green);color:#102005;cursor:pointer;min-height:56px;font:inherit;border:0;border-radius:999px;align-items:center;gap:11px;padding:7px 18px 7px 8px;font-size:13px;font-weight:850;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 34px #142b104d}.chat-launcher:hover{background:#8acb22;transform:translateY(-2px)}.chat-avatar,.chat-launcher-icon{background:var(--ink);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;font-weight:900;display:flex}.chat-panel{z-index:95;background:#fff;border:1px solid #15201824;border-radius:18px;flex-direction:column;width:min(400px,100vw - 32px);height:min(680px,100vh - 118px);display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden;box-shadow:0 24px 80px #091b0d4d}.chat-header{background:var(--ink);color:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px 16px;display:grid}.chat-avatar{background:var(--green);color:#132206;width:40px;height:40px}.chat-header span,.chat-header strong{display:block}.chat-header strong{margin-bottom:4px;font-size:15px}.chat-header span{color:#ffffffa6;font-size:10px}.chat-header i{background:var(--green);border-radius:50%;width:7px;height:7px;margin-right:4px;display:inline-block}.chat-header button{color:#fff;cursor:pointer;background:0 0;border:0;width:34px;height:34px;font-size:28px;line-height:1}.chat-disclosure{color:#405439;background:#e8f2dc;padding:8px 15px;font-size:10px;line-height:1.4}.chat-log{overscroll-behavior:contain;background:#f3f6f1;flex:1;padding:17px;overflow-y:auto}.chat-message{border-radius:12px;width:fit-content;max-width:86%;margin-bottom:9px;padding:11px 13px;font-size:13px;line-height:1.5}.chat-message.assistant{color:#334036;background:#fff;border-bottom-left-radius:3px;box-shadow:0 3px 12px #1520180f}.chat-message.user{background:var(--green);color:#142106;border-bottom-right-radius:3px;margin-left:auto}.chat-controls{padding-top:5px}.chat-choices{gap:7px;margin-top:11px;display:grid}.chat-choices button{width:100%;min-height:42px;color:var(--green-dark);cursor:pointer;text-align:left;font:inherit;background:#fff;border:1px solid #b9c8b5;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:750}.chat-choices button:focus-visible,.chat-choices button:hover{border-color:var(--green-dark);background:#f7fbf3}.chat-form{background:#fff;border-radius:11px;gap:10px;margin-top:12px;padding:14px;display:grid;box-shadow:0 5px 18px #15201812}.chat-form label{color:#425044;font-size:10px;font-weight:750}.chat-form input:not([type=checkbox]),.chat-form textarea{width:100%;color:var(--ink);font:inherit;background:#fbfcfa;border:1px solid #cbd5c8;border-radius:6px;outline:0;margin-top:5px;padding:10px 11px;font-size:12px}.chat-form input:focus,.chat-form textarea:focus{border-color:var(--green-dark);box-shadow:0 0 0 3px #74b81621}.chat-form textarea{resize:vertical}.chat-form>button,.chat-send{background:var(--green);color:#142106;cursor:pointer;min-height:43px;font:inherit;border:0;border-radius:7px;font-size:12px;font-weight:850}.chat-consent{align-items:flex-start;gap:8px;line-height:1.45;font-weight:500!important;display:flex!important}.chat-consent input{accent-color:var(--green-dark);margin-top:2px}.chat-consent a{text-decoration:underline}.chat-error{color:#9c2929;margin:0;font-size:10px;line-height:1.4}.chat-summary{background:#fff;border-radius:11px;margin-top:11px;padding:15px;box-shadow:0 5px 18px #15201812}.chat-summary>strong{margin-bottom:11px;font-size:14px;display:block}.chat-summary dl{margin:0 0 14px}.chat-summary dl div{border-bottom:1px solid #e5e9e3;grid-template-columns:86px 1fr;gap:9px;padding:6px 0;font-size:11px;line-height:1.4;display:grid}.chat-summary dt{color:var(--muted)}.chat-summary dd{margin:0;font-weight:750}.chat-reset,.chat-send{width:100%}.chat-reset{min-height:39px;color:var(--green-dark);cursor:pointer;font:inherit;background:#fff;border:1px solid #bec9ba;border-radius:7px;margin-top:7px;font-size:11px;font-weight:750}.chat-summary>p{color:var(--muted);margin:10px 0 0;font-size:9px;line-height:1.45}@media (max-width:1180px) and (min-width:901px){.site-header{gap:24px;padding:0 28px}.brand img{width:160px}.desktop-nav{gap:16px;font-size:12px}.header-phone{font-size:13px}}@media (max-width:900px){.site-header{height:76px;padding:0 20px}.brand img{width:154px}.desktop-nav,.header-phone span{display:none}.header-phone{font-size:13px}.mobile-nav{display:block}.hero{background-position:63%;min-height:650px}.hero-shade{background:#061009c4}.proof-strip{grid-template-columns:repeat(2,1fr);gap:18px 0}.proof-strip div:nth-child(2){border-right:0}.service-grid{grid-template-columns:1fr;max-width:620px}.service-card{min-height:440px}.service-card-wide{min-height:470px;padding-right:42%}.sectors{grid-template-columns:1fr}.sectors-image{min-height:500px}.sectors-copy{padding:80px 30px}.industry-grid{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:1fr;gap:45px;padding:90px 30px}.process-intro{position:static}.jobs{padding:90px 30px}.job-offers{grid-template-columns:1fr;max-width:680px}.cta-band{flex-direction:column;align-items:flex-start}.inquiry{grid-template-columns:1fr;gap:45px;padding:90px 30px}footer{grid-template-columns:1fr auto}footer>p:not(.copyright){grid-column:1/-1}}@media (max-width:560px){.site-header{height:68px}.header-phone{display:none}.hero{min-height:620px}.hero-content{width:calc(100% - 36px);padding:64px 0 90px}.hero h1{font-size:clamp(36px,11vw,45px)}.hero-brandline{font-size:14px}.hero-copy{font-size:17px}.hero-actions{flex-direction:column}.button{width:100%}.hero-points{flex-direction:column;gap:10px}.proof-strip{grid-template-columns:1fr}.proof-strip div{border-bottom:1px solid #ffffff26;border-right:0;padding:5px 0 14px}.proof-strip div:last-child{border-bottom:0}.section{padding:80px 18px}.section-heading{text-align:left}.service-card{padding:26px}.service-card a{left:26px}.service-card-wide{background-position:64%;min-height:540px;padding-right:26px}.service-card-wide:before{background:#07120ac7}.sectors-image{min-height:360px}.sectors-copy{padding:70px 20px}.industry-grid{grid-template-columns:1fr}.industry-grid article{min-height:175px}.process{padding:75px 20px}.process-steps li{grid-template-columns:48px 1fr;gap:14px}.jobs{padding:75px 20px}.job-offer{min-height:0;padding:28px 24px}.cta-band{padding:50px 20px 92px}.inquiry{padding:75px 18px 90px}.inquiry-form{padding:24px 18px}.field-row{gap:0}.field-row,footer{grid-template-columns:1fr}footer{padding-bottom:82px}.footer-links{justify-content:flex-start}.mobile-bar{z-index:80;background:#fff;grid-template-columns:.8fr 1.2fr;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #00000026}.mobile-bar a{justify-content:center;align-items:center;min-height:58px;font-size:13px;font-weight:850;display:flex}.mobile-bar a:first-child{color:var(--green-dark)}.mobile-bar a:last-child{background:var(--green);color:#132206}.chat-launcher{min-height:50px;padding-right:14px;bottom:70px;right:12px}.chat-launcher-icon{width:36px;height:36px}.chat-launcher-open{display:none}.chat-panel{border-radius:15px 15px 0 0;width:auto;height:calc(100dvh - 78px);max-height:720px;bottom:66px;left:8px;right:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}