:root{--paper:#f8f9f5;--ink:#18382d;--muted:#53645d;--green:#23553f;--mint:#dcebc4;--line:#dce3d8;--white:#fff;--radius:24px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font:18px/1.6 'Familjen Grotesk',sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a,input,summary,textarea,select{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #678d39;outline-offset:5px}
img{display:block;max-width:100%;height:auto}
button{cursor:pointer}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:600;line-height:1.06;letter-spacing:-.055em}
h1{font-size:clamp(48px,6.5vw,92px);margin-bottom:26px}
h2{font-size:clamp(36px,4.3vw,60px);margin-bottom:24px}
h3{font-size:28px;letter-spacing:-.035em}
p{color:var(--muted)}
.wrap{width:min(1200px,calc(100% - 64px));margin:auto}
.section{padding:100px 0}
.eyebrow{font:500 11px/1.5 'IBM Plex Mono',monospace;letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:10px;margin-bottom:22px;color:var(--green)}
.eyebrow:before{content:'';width:7px;height:7px;flex:none;background:#779950;border-radius:50%}
.center{text-align:center}
.center .eyebrow{justify-content:center}
.center>p{max-width:650px;margin-left:auto;margin-right:auto}
.lede{font-size:21px;max-width:590px;line-height:1.55}
.text-link{display:inline-flex;align-items:center;gap:16px;font-weight:600;border-bottom:1px solid #a1b196;padding-bottom:5px}
.arrow{font-size:22px;line-height:1}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:14px 23px;border-radius:9px;font-size:15px;font-weight:600;border:1px solid var(--ink);line-height:1.5;transition:background .2s,transform .2s;background:var(--ink);color:#fff;min-height:48px}
.btn:hover{background:#306249;transform:translateY(-2px)}
.btn.secondary{background:transparent;color:var(--ink);border-color:#c4cebd}
.btn.secondary:hover{background:#edf2e8}
.btn.light{background:var(--mint);color:var(--ink);border-color:var(--mint)}
.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:30px 0 16px}
.fine{font-size:13px;line-height:1.6}
.icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}
.skip{position:absolute;top:-80px;left:20px;background:white;z-index:99;padding:12px}
.skip:focus{top:10px}
.site-header{position:sticky;top:0;background:#f8f9f5ed;backdrop-filter:blur(18px);z-index:40;border-bottom:1px solid var(--line)}
.nav{height:88px;display:flex;align-items:center;gap:38px}
.brand{display:flex;align-items:center;gap:11px;font-size:26px;font-weight:700;letter-spacing:-1px;flex:none}
.brand-mark{display:grid;grid-template-columns:repeat(2,10px);gap:3px;transform:rotate(-4deg)}
.brand-mark i{height:10px;background:currentColor;border-radius:2px}
.brand-mark i:last-child{border-radius:2px 2px 7px 2px;opacity:.45}
.nav-links{display:flex;gap:26px;margin:auto;font-size:14px}
.nav-links a{padding:10px 0}
.nav-links a:hover,.nav-links a[aria-current=page]{color:#648d34}
.nav-cta{display:flex;align-items:center;gap:22px;font-size:14px}
.menu{display:none}
.hero{padding:76px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:64px;align-items:center}
.hero h1 em{font-style:normal;color:#698455}
.hero .lede{font-size:19px;max-width:510px}
.hero-art{position:relative;padding:26px 0 55px 30px;min-width:0}
.hero-photo{height:490px;width:100%;object-fit:cover;object-position:65% center;border-radius:180px 28px 28px 28px}
.image-frame{position:relative}
.image-frame:before{content:'';position:absolute;inset:-16px 18px 18px -16px;border:1px solid #afc098;border-radius:180px 28px 28px 28px;z-index:-1}
.float-card{position:absolute;background:white;padding:20px 24px;border:1px solid var(--line);border-radius:15px;box-shadow:0 15px 45px #18382d12}
.float-top{right:-12px;top:2px;display:flex;align-items:center;gap:13px;transform:rotate(3deg);font-size:14px}
.tick{display:inline-flex;justify-content:center;align-items:center;background:var(--mint);color:var(--green);border-radius:50%;height:32px;width:32px;flex:none}
.float-bottom{left:-15px;bottom:10px;width:270px;transform:rotate(-3deg)}
.float-bottom small{display:block;font-size:12px;color:var(--muted)}
.clock-number{font-size:40px;letter-spacing:-2px;font-weight:600}
.mini-bars{display:flex;gap:5px;height:28px;align-items:end;margin-top:12px}
.mini-bars i{flex:1;border-radius:3px;background:#b4ce95;height:70%}
.mini-bars i:nth-child(2n){height:100%;background:#42664d}
.mini-bars i:nth-child(3n){height:45%}
.image-note{font-size:11px;color:var(--muted);margin:12px 0 0;text-align:right}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0}
.trust-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}
.trust-strip p{font-size:13px;margin:0;max-width:190px}
.trust-strip span{display:flex;gap:10px;align-items:center;font-size:16px;font-weight:500}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}
.section-head h2{max-width:690px;margin-bottom:0}
.section-head>p{max-width:350px;margin:0}
.product-section{background:#edf2e6}
.product-stage{border-radius:22px;background:#cfdcc0;padding:32px;position:relative;overflow:hidden}
.product-stage:before{content:'';position:absolute;width:600px;height:600px;border:1px solid #9db98b80;border-radius:50%;right:-260px;top:-220px}
.browser{position:relative;background:white;border:1px solid #b7c5ad;border-radius:12px;box-shadow:0 18px 40px #18382d14;overflow:hidden;min-width:0}
.browser-top{height:42px;border-bottom:1px solid #e2e8dd;background:#f8faf5;display:flex;align-items:center;gap:5px;padding:0 16px}
.browser-top i{width:7px;height:7px;background:#c6cebe;border-radius:50%}
.browser-top span{font:10px 'IBM Plex Mono',monospace;margin:auto;color:#697360}
.app-ui{display:grid;grid-template-columns:170px minmax(0,1fr);min-height:430px}
.app-sidebar{border-right:1px solid #e2e8dd;padding:20px 15px;font-size:11px;background:#fafbf8}
.app-sidebar b{font-size:17px;display:block;margin-bottom:28px}
.app-sidebar span{display:block;padding:9px 11px;margin:3px 0;border-radius:5px}
.app-sidebar span.active{background:var(--ink);color:#fff}
.app-content{padding:26px;min-width:0}
.app-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:15px}
.app-heading h3{font-size:23px;margin:0;letter-spacing:-1px}
.app-heading small{display:block;color:var(--muted);font-size:11px}
.badge{font-size:10px;display:inline-flex;padding:4px 9px;border-radius:30px;background:#e6eedb;color:#315439;white-space:nowrap}
.badge.amber{background:#f7edcf;color:#795d16}
.app-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:22px}
.app-metrics>div{border:1px solid var(--line);border-radius:8px;padding:13px}
.app-metrics small{font-size:10px;display:block;color:var(--muted)}
.app-metrics strong{font-size:25px;letter-spacing:-1px}
.week{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.day{background:#f7f8f4;border-radius:7px;padding:10px 8px;min-height:190px;font-size:10px}
.day>b{display:block;margin-bottom:13px}
.job{padding:11px 8px;border-radius:6px;background:#e3eed8;margin-bottom:9px;border-left:2px solid #6f9354;font-size:10px}
.job.gold{background:#f4edda;border-color:#c5ae67}
.job.gray{background:#e9edea;border-color:#9ba69e}
.job span{font-size:9px;display:block;opacity:.7}
.job strong{display:block;margin:6px 0;font-weight:500;line-height:1.3}
.product-caption{font-size:11px;margin:15px 0 0;text-align:center}
.tabs{display:flex;gap:8px;justify-content:center;margin:32px 0 24px}
.tab{background:transparent;border:1px solid #cbd6c0;border-radius:30px;padding:10px 23px;color:var(--ink);font-size:14px}
.tab[aria-selected=true]{background:var(--ink);color:#fff;border-color:var(--ink)}
.panel[hidden]{display:none}
.hours-row{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:12px;border-bottom:1px solid var(--line);padding:17px 0;font-size:13px}
.hours-row.head{font-size:10px;color:var(--muted);padding-top:5px}
.hours-row span:first-child{font-weight:500}
.proof-sheet{background:white;padding:28px;max-width:600px;margin:auto;border:1px solid var(--line);border-radius:8px;font-size:13px}
.proof-sheet h3{font-size:24px}
.proof-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);gap:15px}
.proof-sheet .signature{font:italic 25px Georgia,serif;color:#698455;margin-top:20px}
.grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;min-width:0}
.feature-card p{font-size:16px;margin-bottom:0}
.feature-card h3{font-size:24px;margin-bottom:13px}
.mini-graphic{height:175px;display:flex;align-items:center;justify-content:center;margin:-5px -5px 26px;border-radius:12px;background:#f0f4e9;position:relative;overflow:hidden}
.orbit{width:110px;height:110px;border:1px dashed #9db288;border-radius:50%;position:relative;display:grid;place-items:center}
.orbit:before,.orbit:after{content:'';position:absolute;width:25px;height:25px;border-radius:8px;background:#fff;border:1px solid #afc69a;top:-8px;left:10px;transform:rotate(-12deg)}
.orbit:after{top:auto;left:auto;bottom:0;right:-4px;background:#c9dfae;transform:rotate(12deg)}
.orbit>.icon{width:40px;height:40px}
.graphic-checks{width:165px;background:#fff;padding:18px;box-shadow:0 8px 16px #18382d08;border:1px solid #d9e2d0;border-radius:9px;transform:rotate(-5deg)}
.graphic-checks span{display:flex;gap:10px;margin:10px 0;align-items:center}
.graphic-checks i{width:12px;height:12px;background:#7f9e62;border-radius:3px}
.graphic-checks b{height:4px;background:#d5dfcb;width:85px;border-radius:5px}
.graphic-time{font:36px 'IBM Plex Mono',monospace;letter-spacing:-2px;background:white;border:1px solid var(--line);padding:15px;border-radius:12px;transform:rotate(4deg)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:84px;align-items:center}
.split-image{border-radius:24px;width:100%;height:510px;object-fit:cover}
.check-list{list-style:none;padding:0;margin:28px 0}
.check-list li{display:flex;align-items:start;gap:12px;margin:15px 0;font-size:16px}
.check-list li:before{content:'✓';color:#4e7240;font-weight:600}
.dark{background:#173c30;color:#f7faef}
.dark p{color:#c2d0c2}
.dark .eyebrow{color:#bed897}
.dark .text-link{border-color:#668372}
.dark .btn.secondary{color:white;border-color:#62816d}
.dark .check-list li:before{color:#bedd9c}
.offline-art{position:relative;padding:30px 30px 30px 0;min-height:480px}
.offline-art>img{height:440px;width:90%;object-fit:cover;border-radius:24px;object-position:30% center}
.phone{position:absolute;right:-5px;bottom:0;width:210px;background:#f7f9f2;color:var(--ink);border:6px solid #273c30;border-radius:30px;padding:20px 13px;box-shadow:0 20px 35px #0002;transform:rotate(7deg);font-size:12px}
.phone .pill{width:58px;height:7px;border-radius:20px;background:#273c30;margin:-6px auto 20px}
.phone h3{font-size:20px;margin:14px 0 7px}
.phone p{font-size:11px;color:var(--muted)}
.phone .timer{font-size:31px;letter-spacing:-1px;text-align:center;padding:12px 0}
.phone .phone-button{background:var(--green);color:#fff;text-align:center;padding:9px;border-radius:6px;margin:13px 0}
.phone .saved{font-size:9px;color:#5a7350;display:block;text-align:center}
.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.solution-card{border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden;display:block}
.solution-card img{height:310px;width:100%;object-fit:cover;transition:transform .5s}
.solution-card:hover img{transform:scale(1.025)}
.solution-card .card-copy{padding:28px}
.solution-card h3{display:flex;justify-content:space-between;align-items:center;font-size:28px}
.solution-card p{font-size:16px;margin:0}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:45px}
.step{border-top:1px solid #b9c6ad;padding-top:25px}
.step:before{counter-increment:step;content:'0' counter(step);font:13px 'IBM Plex Mono',monospace;color:#72914c;display:block;margin-bottom:30px}
.step h3{font-size:26px}
.step p{font-size:16px}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.faq details{border-bottom:1px solid var(--line);padding:23px 0}
.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:19px;font-weight:500}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:'+';font-size:26px;font-weight:400}
.faq details[open] summary:after{content:'−'}
.faq details p{font-size:16px;margin:17px 32px 0 0}
.cta{background:#dcebc4;border-radius:28px;position:relative;overflow:hidden;padding:70px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.cta:after{content:'';position:absolute;width:380px;height:380px;border:1px solid #b3c995;border-radius:50%;right:-170px;top:-140px;pointer-events:none}
.cta h2{max-width:650px;margin:0}
.cta .btn{white-space:nowrap;z-index:1}
.site-footer{padding:70px 0 24px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}
.footer-grid p{max-width:220px;font-size:14px;margin-top:20px}
.footer-grid h3{font-size:13px;letter-spacing:0;margin:8px 0 23px}
.footer-grid a:not(.brand){display:block;font-size:14px;color:var(--muted);margin:11px 0}
.footer-bottom{border-top:1px solid var(--line);margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}
.subhero{padding:75px 0 65px}
.subhero h1{font-size:clamp(44px,5.4vw,76px);max-width:950px}
.breadcrumb{font-size:12px;margin-bottom:30px;color:var(--muted)}
.subhero .split{gap:65px}
.subhero .split h1{font-size:clamp(44px,4.8vw,68px)}
.subhero .split-image{height:470px}
.soft{background:#edf2e6}
.note{padding:22px 26px;border-left:3px solid #8eaa6e;background:#edf2e6;border-radius:0 12px 12px 0;font-size:15px}
.article{max-width:800px;margin:auto}
.article h2{font-size:32px;margin-top:45px;letter-spacing:-.035em}
.article h3{font-size:23px;margin-top:28px}
.article p,.article li{font-size:17px}
.article address{font-style:normal}
.article a:not(.btn){text-decoration:underline;text-underline-offset:4px}
.contact-card{background:white;border:1px solid var(--line);border-radius:24px;padding:38px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:block;font-size:14px}
.field input,.field select,.field textarea{display:block;width:100%;padding:12px 14px;border:1px solid #bdcbb4;border-radius:8px;background:#fbfcf8;color:var(--ink);margin-top:7px}
.field textarea{min-height:120px;resize:vertical}
.full{grid-column:1/-1}
.contact-card .fine{margin-top:16px}
.contact-card [role=status]{font-size:14px;margin-top:18px}
.feature-rows .split+.split{margin-top:90px}
.feature-rows .mini-graphic{height:330px;margin:0}
.feature-rows .graphic-checks{transform:rotate(-5deg) scale(1.7)}
.feature-rows .graphic-time{transform:rotate(4deg) scale(1.4)}
.feature-rows .orbit{transform:scale(1.8)}
.icon-box{width:48px;height:48px;display:grid;place-items:center;background:#e9f1df;border-radius:12px;margin-bottom:25px}
.anchor-target{scroll-margin-top:110px}
.reveal{transition:opacity .55s ease,transform .55s ease}
.reveal.enter{opacity:0;transform:translateY(18px)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{animation:none!important;transition:none!important}
.reveal.enter{opacity:1;transform:none}
}
@media(min-width:981px){.nav-links{display:flex!important}
}
@media(max-width:1100px){.nav{gap:20px}
.nav-links{gap:18px}
.nav-cta{gap:14px}
.hero-grid{gap:30px}
.hero h1{font-size:70px}
.hero-photo{height:440px}
.split{gap:45px}
.float-top{right:0}
.float-bottom{left:0}
.cta{padding:50px}
.app-sidebar{padding:20px 10px}
}
@media(max-width:980px){.nav{height:76px;position:relative}
.menu{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid var(--line);border-radius:8px;padding:8px 12px;font-size:14px;margin-left:auto;color:var(--ink)}
.nav-links{display:none;position:absolute;top:76px;left:0;right:0;flex-direction:column;background:var(--paper);padding:20px;border:1px solid var(--line);border-radius:0 0 15px 15px;gap:5px;box-shadow:0 15px 20px #18382d0a}
.nav-links.open{display:flex}
.nav-cta .login-link{display:none}
.nav-cta .btn{font-size:12px;padding:10px 14px;min-height:42px}
.hero-grid{gap:32px}
.hero h1{font-size:57px}
.hero-photo{height:390px}
.float-top{font-size:12px;padding:12px}
.float-bottom{width:220px;padding:15px}
.hero-art{padding-left:15px}
.section{padding:75px 0}
.split{gap:35px}
.section-head{align-items:start}
.grid-three{gap:15px}
.feature-card{padding:22px}
.trust-strip .wrap{flex-wrap:wrap;justify-content:center}
.trust-strip p{max-width:none;width:100%;text-align:center}
.app-ui{grid-template-columns:130px minmax(0,1fr)}
.app-content{padding:18px}
.app-sidebar{font-size:10px}
.faq-layout{gap:45px}
.cta{display:block}
.cta .btn{margin-top:26px}
.footer-grid{grid-template-columns:1.2fr 1fr 1fr}
.footer-grid>div:first-child{grid-column:1/-1}
.footer-grid p{max-width:360px}
.subhero .split{gap:30px}
.subhero .split-image{height:420px}
.contact-card{padding:25px}
.contact-grid{grid-template-columns:1fr}
.site-header:has(.menu[hidden]) .nav-links{display:flex;position:static;flex-direction:row;flex-wrap:wrap;border:0;box-shadow:none;padding:0}
.site-header:has(.menu[hidden]) .nav{height:auto;padding:16px 0;flex-wrap:wrap}
}
@media(max-width:700px){body{font-size:17px}
.wrap{width:calc(100% - 40px)}
.hero{padding:45px 0 40px}
.hero-grid,.split,.faq-layout,.subhero .split{grid-template-columns:1fr}
.hero-grid{gap:28px}
.hero h1{font-size:clamp(48px,10vw,70px);max-width:580px}
.hero .lede{font-size:18px}
.hero-art{max-width:550px;width:100%;margin:auto;padding-top:14px}
.hero-photo{height:390px}
.float-bottom{left:0;bottom:12px}
.float-top{top:0;right:0}
.image-frame:before{inset:-10px 13px 13px -10px}
.hero-art .image-note{display:none}
.trust-strip span{font-size:13px}
.trust-strip .icon{width:20px;height:20px}
.trust-strip .wrap{gap:15px 25px}
.section{padding:60px 0}
.section-head{display:block;margin-bottom:28px}
.section-head>p{margin-top:20px}
.product-stage{padding:13px;border-radius:16px}
.app-ui{grid-template-columns:1fr;min-height:365px}
.app-sidebar{display:none}
.app-content{padding:16px}
.app-metrics{gap:7px}
.app-metrics>div{padding:9px}
.app-metrics strong{font-size:22px}
.app-heading h3{font-size:21px}
.week{gap:7px;grid-template-columns:repeat(2,minmax(0,1fr))}
.day:nth-child(n+3){display:none}
.day{min-height:176px;padding:9px}
.job{padding:9px;font-size:11px}
.job span{font-size:10px}
.browser-top{height:32px}
.tabs{gap:6px;flex-wrap:wrap;margin-top:24px}
.tab{font-size:13px;padding:8px 14px}
.grid-three{grid-template-columns:1fr}
.feature-card{padding:26px}
.mini-graphic{height:165px}
.split-image{height:380px}
.split{gap:35px}
.solution-grid{grid-template-columns:1fr}
.solution-card img{height:280px}
.steps{grid-template-columns:1fr;gap:25px;margin-top:30px}
.step:before{margin-bottom:15px}
.step h3{margin-bottom:12px}
.faq-layout{gap:15px}
.faq summary{font-size:18px}
.cta{padding:35px 27px;border-radius:20px}
.cta h2{font-size:36px}
.site-footer{padding-top:45px}
.footer-grid{grid-template-columns:1fr 1fr;gap:20px}
.footer-grid>div:last-child{grid-column:1/-1}
.footer-bottom{flex-direction:column;gap:5px}
.offline-art{max-width:480px;margin:0 auto;width:100%;padding-right:30px;min-height:410px}
.offline-art>img{height:380px}
.phone{width:190px;right:0;transform:rotate(5deg)}
.subhero{padding:40px 0 45px}
.subhero h1,.subhero .split h1{font-size:48px}
.subhero .split-image{height:350px}
.hours-row{gap:5px;font-size:11px;grid-template-columns:1.3fr 1fr .8fr .6fr}
.hours-row.head{font-size:9px}
.proof-sheet{padding:18px}
.contact-card{padding:24px 20px}
.feature-rows .split+.split{margin-top:55px}
.feature-rows .mini-graphic{height:240px}
.feature-rows .split:nth-child(even)>div:first-child{order:2}
.nav{gap:10px}
.nav .brand{font-size:23px}
.nav .brand-mark{grid-template-columns:repeat(2,8px)}
.nav .brand-mark i{height:8px}
.nav-cta .btn{padding:9px 10px;font-size:11px;min-height:40px;gap:5px}
.menu{font-size:12px;padding:8px}
.section h2{font-size:38px}
.site-header:has(.menu[hidden]) .nav-links{font-size:12px;gap:12px}
.site-header:has(.menu[hidden]) .nav-cta{margin-left:auto}
}
@media(max-width:360px){.wrap{width:calc(100% - 30px)}
.nav-cta .btn .arrow{display:none}
.hero h1{font-size:44px}
.hero-photo{height:340px}
.float-bottom{width:205px}
.actions .btn{width:100%}
}

[hidden]{display:none!important}


/* Long German words must not widen grid columns on small screens. */
.hero-grid>* ,.split>* ,.faq-layout>*{min-width:0}
h1,h2,h3,.article a{overflow-wrap:anywhere}
 .app-heading{flex-wrap:wrap}

@media(max-width:600px){.field input,.field select,.field textarea{font-size:16px}
.nav-links a{min-height:44px}
.proof-line{flex-wrap:wrap}
}


.mobile-login{display:none}
@media(max-width:980px){.mobile-login{display:block;border-top:1px solid var(--line);margin-top:8px}
}


@media(max-width:360px){.phone{right:8px}
}

/* Product evidence and process graphics */
.workflow{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;margin:45px 0 0}.workflow li{position:relative;min-width:0}.workflow li:not(:last-child):after{content:'→';position:absolute;right:-20px;top:25px;color:#64804e;font-size:24px}.workflow-node{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px;background:#edf2e6;border:1px solid #d4dfcb;border-radius:18px;margin-bottom:25px}.workflow-node .icon{width:35px;height:35px}.workflow-node span{font:12px 'IBM Plex Mono',monospace;color:#587248}.workflow h3{font-size:23px}.workflow p{font-size:15px}.real-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.real-product{margin:0;min-width:0;background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden}.real-product.planning{grid-column:1/-1}.real-product a{position:relative;display:block;background:#dce5d3;padding:24px}.real-product img{width:100%;height:auto;border:1px solid #bac9b1;border-radius:10px;box-shadow:0 12px 24px #18382d10}.real-product.mobile a{display:flex;justify-content:center}.real-product.mobile img{width:250px;max-width:100%;border:6px solid #284735;border-radius:28px}.real-product.proof img{max-height:542px;object-fit:contain;background:white}.real-product figcaption{padding:24px 28px}.real-product figcaption h3{font-size:25px}.real-product figcaption p{font-size:16px;margin:0}.image-zoom{position:absolute;right:32px;bottom:32px;font-size:12px;background:white;padding:7px 12px;border:1px solid var(--line);border-radius:6px}.service-panorama{width:100%;height:auto;border-radius:24px;margin:38px 0}.service-symbols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.service-symbols img{margin-bottom:16px}.service-symbols h3{font-size:22px}.service-symbols p{font-size:15px}
@media(max-width:700px){.workflow{grid-template-columns:1fr;gap:22px}.workflow li{padding-left:85px;min-height:85px}.workflow-node{position:absolute;left:0;top:0;padding:15px;width:64px;height:64px}.workflow-node span{display:none}.workflow li:not(:last-child):after{content:'';left:31px;right:auto;top:69px;width:1px;height:calc(100% - 45px);background:#c0cfb2}.workflow h3{margin:4px 0 8px}.real-product-grid{grid-template-columns:1fr}.real-product a{padding:14px}.real-product.mobile img{width:235px}.real-product figcaption{padding:22px}.image-zoom{right:20px;bottom:20px}.service-symbols{grid-template-columns:1fr 1fr;gap:20px}.service-symbols h3{font-size:20px}.service-symbols p{font-size:14px}.service-symbols img{width:96px;height:auto}.service-panorama{border-radius:16px}}
