:root{
  --grey:#565B5E; --dark:#484D50; --ink:#2b2f31; --red:#E1251B; --red-d:#bd1a12;
  --green:#8CC63F; --blue:#27AAE1; --amber:#E6A700;
  --surface:#ffffff; --soft:#f5f7f8; --soft2:#eef1f2; --line:#e4e7e8; --muted:#6b7276;
  --ok:#2E8B3D; --warn:#E6A700; --bad:#E1251B; --maxw:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Noto Sans SC",Helvetica,Arial,sans-serif;color:var(--ink);background:var(--surface);line-height:1.6;-webkit-font-smoothing:antialiased}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px}
h1,h2,h3,h4{color:var(--grey);line-height:1.2;letter-spacing:-.3px}
section{padding:66px 0}
section.soft{background-color:var(--soft);background-image:radial-gradient(circle at 1px 1px,rgba(86,91,94,.07) 1px,transparent 0);background-size:24px 24px}
.eyebrow{color:var(--red);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.lead{font-size:18px;color:var(--muted);max-width:880px}
a{color:var(--red);text-decoration:none}
.center{text-align:center}

.btn{display:inline-block;background:var(--red);color:#fff;font-weight:700;padding:13px 24px;border-radius:8px;border:none;cursor:pointer;font-size:15px;transition:background .15s}
.btn:hover{background:var(--red-d)}
.btn.ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.55)}
.btn.ghost:hover{background:rgba(255,255,255,.12)}
.btn.dark{background:var(--grey)} .btn.dark:hover{background:var(--dark)}
.btn.outline{background:#fff;color:var(--grey);border:1.5px solid var(--line)}
.btn.outline:hover{border-color:var(--red);color:var(--red)}

header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:66px}
.logo{display:flex;align-items:center;gap:2px}
.nav-links{display:flex;align-items:center;gap:24px}
.nav-links a{color:var(--ink);font-weight:600;font-size:15px}
.nav-links a:hover,.nav-links a.active{color:var(--red)}
.nav-links .btn{color:#fff}
.burger{display:none;background:none;border:none;font-size:26px;color:var(--grey);cursor:pointer}
.langtoggle{background:transparent;border:1.5px solid var(--line);color:var(--grey);font-weight:700;font-size:13px;padding:8px 12px;border-radius:8px;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}
.langtoggle:hover{border-color:var(--red);color:var(--red)}

/* home hero */
.hero{background-image:linear-gradient(90deg,rgba(22,25,27,.96) 0%,rgba(31,34,36,.84) 37%,rgba(34,38,40,.24) 69%,rgba(34,38,40,.08) 100%),url("assets/msp/msp-hero.webp");background-size:cover;background-position:center;color:#fff;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.20));pointer-events:none}
.hero .wrap{position:relative;padding:0}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:44px;align-items:center;min-height:610px;padding:78px 26px 84px}
.hero h1{color:#fff;font-size:44px;max-width:640px}
.hero p{color:#e5e8ea;font-size:19px;max-width:600px;margin-top:20px}
.hero .cta{margin-top:32px;display:flex;gap:14px;flex-wrap:wrap}
.hero .accent{color:#ffb3b1}
/* hero snapshot card */
.hero-visual{display:flex;justify-content:flex-end}
.snap{width:100%;max-width:370px;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-radius:16px;box-shadow:0 26px 64px rgba(20,24,26,.38);padding:22px 22px 20px}

/* editorial photography, aligned with the main Komstadt site's immersive visual language */
.photo-section{padding:0;background:var(--soft)}
.photo-split{display:grid;grid-template-columns:1.08fr .92fr;min-height:480px;max-width:1440px;margin:0 auto;background:#fff}
.photo-frame{min-height:480px;overflow:hidden;position:relative}
.photo-frame img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}
.photo-copy{padding:64px clamp(30px,5vw,76px);display:flex;flex-direction:column;justify-content:center}
.photo-copy h2{font-size:34px;margin-bottom:16px}
.photo-copy .lead{font-size:17px}
.photo-note{font-size:12px;color:var(--muted);margin-top:12px}
.snap-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.snap-title{font-weight:800;color:var(--grey);font-size:15px}
.snap-tag{font-size:10px;font-weight:700;color:var(--muted);border:1px solid var(--line);border-radius:20px;padding:3px 10px;text-transform:uppercase;letter-spacing:.6px}
.snap-row{display:flex;align-items:center;gap:11px;padding:10px 0;border-bottom:1px solid var(--soft2);font-size:14px;color:var(--ink)}
.snap-row .d{width:11px;height:11px;border-radius:50%;flex:0 0 11px}
.snap-row .d.g{background:var(--ok)}.snap-row .d.a{background:var(--warn)}.snap-row .d.r{background:var(--bad)}
.snap-score{display:flex;justify-content:space-between;align-items:center;margin-top:14px;background:var(--soft);border-radius:10px;padding:12px 15px;font-size:13.5px;color:var(--grey);font-weight:700}
.snap-score .big{font-size:26px;font-weight:800;color:var(--red)}
.snap-cta{display:inline-block;margin-top:15px;color:var(--red);font-weight:700;font-size:14px}
.snap-cta:hover{text-decoration:underline}

/* sample report card (reuses .snap) */
.snap-row .v{margin-left:auto;font-weight:700;color:var(--grey);font-size:13.5px}
.snap-foot{margin-top:14px;font-size:12.5px;color:var(--muted);font-style:italic}
/* productized offers */
.offer{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;display:flex;flex-direction:column;position:relative}
.offer.feat{border:2px solid var(--red);box-shadow:0 12px 34px rgba(224,40,38,.10)}
.offer .otag{font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--red);margin-bottom:8px}
.offer h3{font-size:21px;margin-bottom:6px}
.offer .price{font-size:30px;font-weight:800;color:var(--grey);margin:6px 0 2px}
.offer .pnote{font-size:12.5px;color:var(--muted);margin-bottom:12px}
.offer p.od{color:var(--muted);font-size:14px;flex:1;margin-bottom:18px}
.offer .btn{width:100%;text-align:center}
/* newsletter capture */
.news-form{display:flex;gap:10px;flex-wrap:wrap;max-width:540px;margin-top:6px}
.news-form input{flex:1;min-width:220px;border:1px solid var(--line);border-radius:8px;padding:12px 14px;font-size:15px;font-family:inherit}
.news-form input:focus{outline:none;border-color:var(--red)}
/* whatsapp button */
.btn.wa{background:#25D366;color:#fff}.btn.wa:hover{background:#1da851}
/* service-page inclusion checklist */
.inc{columns:2;column-gap:38px;list-style:none;max-width:940px}
.inc li{position:relative;padding-left:26px;margin-bottom:11px;font-size:15px;break-inside:avoid;color:var(--ink)}
.inc li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:800}
@media(max-width:760px){.inc{columns:1}}

@media(max-width:820px){
  .hero{background-position:67% center}
  .hero:after{content:"";position:absolute;inset:0;background:rgba(25,28,30,.48);pointer-events:none}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:60px 26px 64px}
  .hero-copy,.hero-visual{position:relative;z-index:1}
  .hero-visual{justify-content:flex-start}
  .photo-split{grid-template-columns:1fr}
  .photo-frame{min-height:310px}
  .photo-copy{padding:42px 26px 48px}
}

/* scroll reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* inner page hero (compact) */
.phero{background:linear-gradient(135deg,#474E52,#5c6469);color:#fff}
.phero .wrap{padding:52px 26px}
.phero h1{color:#fff;font-size:36px;max-width:960px}
.phero p{color:#e5e8ea;font-size:18px;max-width:860px;margin-top:14px}
.phero .eyebrow{color:#ffb3b1}

/* image-led inner-page heroes: one visual language across the MSP site */
.phero.visual-hero{min-height:430px;display:flex;align-items:center;background-color:#3f4548;background-size:cover;background-position:center right;position:relative;overflow:hidden}
.phero.visual-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,27,29,.96) 0%,rgba(28,31,33,.88) 38%,rgba(28,31,33,.34) 68%,rgba(28,31,33,.12) 100%)}
.phero.visual-hero .wrap{position:relative;z-index:1;width:100%;padding-top:70px;padding-bottom:74px}
.phero.visual-hero h1{font-size:42px;max-width:720px}
.phero.visual-hero p{max-width:680px}
.hero-services{background-image:url("assets/msp-v3/services-overview.webp")}
.hero-why{background-image:url("assets/msp-v2/msp-why-komstadt.webp")}
.hero-support{background-image:url("assets/msp-v2/msp-support.webp")}
.hero-managed-it{background-image:url("assets/msp-v3/managed-it-hero.webp")}
.hero-cloud{background-image:url("assets/msp-v2/msp-cloud.webp")}
.hero-cyber{background-image:url("assets/msp-v2/msp-cyber-compliance.webp")}
.hero-cyber-service{background-image:url("assets/msp-v3/cybersecurity-service-hero.webp")}
.hero-consulting{background-image:url("assets/msp-v2/msp-consulting.webp")}
.hero-audit{background-image:url("assets/msp-v2/msp-audit.webp")}
.hero-transition{background-image:url("assets/msp-v2/msp-transition.webp")}
.hero-workplace{background-image:url("assets/msp-v2/msp-workplace.webp")}
.hero-resources{background-image:url("assets/msp-v2/msp-resources.webp")}
.hero-insights{background-image:url("assets/msp-v3/insights-hero.webp")}
.hero-contact{background-image:url("assets/msp-v2/msp-contact-assessment.webp")}

.article-visual{height:min(43vw,480px);min-height:310px;background-size:cover;background-position:center;border-bottom:5px solid var(--red)}
.article-visual.article-type9{background-image:url("assets/msp-v3/article-type9.webp")}
.article-visual.article-sfc-review{background-image:url("assets/msp-v3/article-sfc-review.webp")}
.article-visual.article-investor-odd{background-image:url("assets/msp-v3/article-investor-odd.webp")}

.strip{background:var(--dark);color:#cfd4d6;font-size:13.5px;letter-spacing:.3px;text-align:center;padding:14px 22px}
.strip b{color:#fff}

.sec-head{max-width:880px;margin-bottom:40px}
.sec-head.center{margin-left:auto;margin-right:auto}
.sec-head h2{font-size:32px}
.sec-head p{margin-top:14px}

.grid{display:grid;gap:22px}
.g4{grid-template-columns:repeat(4,1fr)} .g3{grid-template-columns:repeat(3,1fr)} .g2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;position:relative;overflow:hidden;transition:transform .15s,box-shadow .15s}
.card:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:var(--red);opacity:0;transition:opacity .15s}
.card:hover:before{opacity:1}
.card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(40,47,49,.08)}
.card .ic{width:48px;height:48px;border-radius:50%;background:#f8eded;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--red)}
.card .ic svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:18px;margin-bottom:8px}
.card p{color:var(--muted);font-size:15px}
.card ul{list-style:none;margin-top:12px}
.card li{position:relative;padding-left:22px;font-size:14px;color:var(--ink);margin-bottom:6px}
.card li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:800}
.pill{display:inline-block;background:var(--soft2);color:var(--grey);font-weight:600;font-size:14px;padding:9px 16px;border-radius:22px;border:1px solid var(--line)}

/* service detail block */
.svc{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;padding:34px 0;border-bottom:1px solid var(--line)}
.svc:last-child{border-bottom:none}
.svc .num{font-size:14px;font-weight:800;color:var(--red);letter-spacing:1px}
.svc h3{font-size:24px;margin:6px 0 12px}
.svc p{color:var(--muted);margin-bottom:14px}
.svc ul{list-style:none}
.svc li{position:relative;padding-left:26px;margin-bottom:8px;font-size:15px}
.svc li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:800}
.svc .box{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:26px}

/* tiers */
.tier{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;display:flex;flex-direction:column;position:relative}
.tier.feat{border:2px solid var(--red);box-shadow:0 12px 34px rgba(224,40,38,.10)}
.tier .badge{position:absolute;top:-12px;left:28px;background:var(--red);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.5px}
.tier h3{font-size:22px}.tier .tag{color:var(--muted);font-size:14px;margin:6px 0 18px}
.tier ul{list-style:none;margin-bottom:22px;flex:1}
.tier li{position:relative;padding-left:26px;margin-bottom:9px;font-size:14.5px}
.tier li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:800}
.tier .btn{width:100%;text-align:center}

/* generic table */
.tbl{width:100%;border-collapse:collapse;font-size:15px;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.tbl th{background:var(--grey);color:#fff;text-align:left;padding:12px 14px;font-size:14px}
.tbl td{padding:12px 14px;border-top:1px solid var(--line);vertical-align:top}
.tbl tr:nth-child(even) td{background:var(--soft)}
.tbl .yes{color:var(--ok);font-weight:700}.tbl .no{color:var(--bad);font-weight:700}

/* comparison */
.compare td:first-child{font-weight:600;color:var(--grey);width:32%}
.compare th.km{background:var(--red)}
.compare td.km{background:#fbeeee !important;font-weight:600;color:var(--grey)}

/* SFC map */
.map th:nth-child(1){width:26%}.map th:nth-child(2){width:34%}

/* steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step .n{width:38px;height:38px;border-radius:50%;background:var(--red);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.step h3{font-size:17px;margin-bottom:6px}.step p{font-size:14px;color:var(--muted)}

/* why list */
.why{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 34px}
.why .item{padding-left:30px;position:relative}
.why .item:before{content:"→";position:absolute;left:0;color:var(--red);font-weight:800}
.why h3{font-size:16px;margin-bottom:3px}.why p{font-size:14.5px;color:var(--muted)}

/* team */
.team{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.member{text-align:center}
.member .ph{width:100%;aspect-ratio:1;background:var(--soft2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px;margin-bottom:10px}
.member h4{font-size:15px}.member p{font-size:13px;color:var(--muted)}

/* FAQ (native details) */
.faq details{border:1px solid var(--line);border-radius:10px;margin-bottom:12px;background:#fff;overflow:hidden}
.faq summary{cursor:pointer;padding:16px 20px;font-weight:600;color:var(--grey);font-size:16px;list-style:none;position:relative;padding-right:44px}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";position:absolute;right:20px;top:14px;font-size:22px;color:var(--red);font-weight:400}
.faq details[open] summary:after{content:"–"}
.faq .a{padding:0 20px 18px;color:var(--muted);font-size:15px}

/* tools */
.tool{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 8px 26px rgba(40,47,49,.06)}
.q{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--soft2)}
.q:last-of-type{border-bottom:none}.q span{font-size:14.5px;flex:1}
.toggle{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden;flex-shrink:0}
.toggle button{background:#fff;border:none;padding:7px 15px;font-size:13px;font-weight:700;color:var(--muted);cursor:pointer}
.toggle button.yes.on{background:var(--ok);color:#fff}.toggle button.no.on{background:var(--bad);color:#fff}
.result{margin-top:22px;border-radius:12px;padding:22px;text-align:center;color:#fff;transition:background .2s}
.result .num{font-size:44px;font-weight:800;line-height:1}
.result .verdict{font-weight:700;margin-top:4px;font-size:18px}.result .note{font-size:14px;margin-top:6px;opacity:.95}
.calc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.ctl label{display:block;font-size:13px;color:var(--muted);margin-bottom:4px}
.ctl .val{font-size:20px;font-weight:700;margin-bottom:6px}
.ctl input[type=range]{width:100%;accent-color:var(--red)}.ctl .hint{font-size:11.5px;color:var(--muted);margin-top:4px}
.calc-out{background:var(--grey);color:#fff;border-radius:12px;padding:22px;margin-top:22px;display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}
.calc-out .big{font-size:38px;font-weight:800;line-height:1}.calc-out .lbl{font-size:13px;color:#d3d7d9}
.bars{margin-top:18px}.barrow{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.barrow .nm{width:210px;font-size:13px;color:var(--muted);flex-shrink:0}
.barwrap{flex:1;height:22px;background:var(--soft2);border-radius:0 5px 5px 0}
.bar{height:22px;border-radius:0 5px 5px 0;transition:width .3s}.bar.r{background:var(--red)}.bar.b{background:var(--blue)}
.barrow .amt{width:110px;text-align:right;font-weight:700;font-size:13px}

/* guides */
.guide{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;overflow:hidden;transition:transform .15s,box-shadow .15s}
.guide:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(40,47,49,.08)}
.guide-cover{width:92px;flex:0 0 92px;aspect-ratio:.707;background:var(--soft2);border:1px solid var(--line);border-radius:4px;overflow:hidden;box-shadow:0 5px 14px rgba(40,47,49,.12)}
.guide-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}
.guide h4{font-size:16px;margin-bottom:4px}.guide p{font-size:14px;color:var(--muted)}

/* CTA band */
.band{background:linear-gradient(135deg,#474E52,#5c6469);color:#fff;border-radius:16px;padding:44px;text-align:center}
.band h2{color:#fff;font-size:28px}.band p{color:#e5e8ea;margin:12px auto 24px;max-width:600px}

/* form */
.form{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;box-shadow:0 8px 26px rgba(40,47,49,.06)}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:5px}
.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;font-size:15px;font-family:inherit}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--red)}
.field input.invalid,.field textarea.invalid{border-color:var(--red);background:#fdf3f3}
.field .err{display:block;color:var(--red);font-size:12.5px;margin-top:5px}
.form .btn{width:100%;font-size:16px;padding:14px}
.form-status{width:100%;margin-top:12px;border-radius:8px;padding:11px 13px;font-size:14px;line-height:1.45}
.form-status.sending{background:var(--soft2);color:var(--muted);border:1px solid var(--line)}
.form-status.success{background:#edf7f0;color:#24623a;border:1px solid #b9ddc4}
.form-status.error{background:#fdf3f3;color:#8a2d2b;border:1px solid #efc1c0}
.news-form .form-status{flex-basis:100%;margin-top:2px}
.btn[disabled]{opacity:.68;cursor:wait;transform:none}
.contact-info{color:var(--muted);font-size:15px}.contact-info a{color:var(--grey);font-weight:600}
.contact-info .big{font-size:22px;color:var(--grey);font-weight:800;margin:4px 0 14px}

.placeholder{border:1px dashed var(--red);background:#fdf3f3;color:#8a2d2b;font-size:13px;border-radius:10px;padding:14px 16px;text-align:center}

/* stats / proof band */
.statband{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.statband .wrap{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding:30px 26px}
.stat{text-align:center}
.stat .n{font-size:36px;font-weight:800;color:var(--grey);line-height:1;letter-spacing:-1px}
.stat .n .u{font-size:16px;font-weight:700;color:var(--red);margin-left:3px}
.stat .n .plus{color:var(--red)}
.stat .l{font-size:12.5px;color:var(--muted);margin-top:8px;line-height:1.4}

/* insights / articles */
.postcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 24px 24px;overflow:hidden;transition:transform .15s,box-shadow .15s}
.postcard:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(40,47,49,.08)}
.post-thumb{height:176px;margin:0 -24px 20px;background-size:cover;background-position:center;position:relative}
.post-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(28,31,33,.24))}
.post-thumb.thumb-type9{background-image:url("assets/msp-v3/thumb-type9.webp")}
.post-thumb.thumb-sfc-review{background-image:url("assets/msp-v3/thumb-sfc-review.webp")}
.post-thumb.thumb-investor-odd{background-image:url("assets/msp-v3/thumb-investor-odd.webp")}
.postcard .cat{font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--red);margin-bottom:10px}
.postcard h3{font-size:19px;margin-bottom:8px;line-height:1.25}
.postcard h3 a{color:var(--grey)}.postcard h3 a:hover{color:var(--red)}
.postcard p{color:var(--muted);font-size:14.5px;flex:1}
.postcard .more{margin-top:14px;font-weight:700;font-size:14px}
.crumb{font-size:13px;color:var(--muted);margin-bottom:12px}
.crumb a{color:var(--muted)}.crumb a:hover{color:var(--red)}
.article{max-width:760px;margin:0 auto}
.article h1{font-size:34px;line-height:1.18}
.article .zh-note{font-size:13px;color:var(--muted);font-style:italic;margin-top:10px}
.article .zh-note:empty{display:none}
.article .artmeta{font-size:13px;color:var(--muted);margin:10px 0 26px;border-bottom:1px solid var(--line);padding-bottom:18px}
.article h2{font-size:23px;margin:34px 0 12px}
.article h3{font-size:18px;margin:24px 0 8px}
.article p{margin-bottom:16px;color:var(--ink)}
.article ul,.article ol{margin:0 0 16px 22px}.article li{margin-bottom:8px;color:var(--ink)}
.article .callout{background:var(--soft);border-left:3px solid var(--red);border-radius:0 10px 10px 0;padding:18px 20px;margin:28px 0 8px;font-size:15px}
.article .callout strong{color:var(--grey)}

footer{background:var(--dark);color:#c4c9cb;padding:44px 0 28px;font-size:14px}
footer a{color:#e8ebec}
footer .frow{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:24px}
footer .fcol div{margin-bottom:6px}
footer .fine{border-top:1px solid #5a6367;padding-top:18px;color:#9aa1a4;font-size:12.5px}

@media(max-width:900px){.g4{grid-template-columns:repeat(2,1fr)}.team{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.statband .wrap{grid-template-columns:repeat(3,1fr);row-gap:22px}.hero-grid{grid-template-columns:1fr;gap:30px;padding:58px 26px 62px}.hero-visual{justify-content:flex-start}.snap{max-width:420px}}
@media(max-width:760px){
  .nav-links{display:none;position:absolute;top:66px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 22px;gap:14px;border-bottom:1px solid var(--line)}
  .nav-links.open{display:flex}.burger{display:block}
  .hero h1{font-size:32px}.hero p{font-size:17px}.phero h1{font-size:27px}.hero-visual{display:none}
  .phero.visual-hero{min-height:400px;background-position:64% center}
  .phero.visual-hero:before{background:linear-gradient(90deg,rgba(24,27,29,.94),rgba(28,31,33,.72))}
  .phero.visual-hero h1{font-size:29px;max-width:92%}
  .article-visual{height:260px;min-height:260px;background-position:68% center}
  .g3,.g2,.calc-grid,.why,.form .row,.svc{grid-template-columns:1fr}
  section{padding:48px 0}.sec-head h2{font-size:26px}.band{padding:32px 22px}
  .tbl{font-size:13.5px}.tbl th,.tbl td{padding:9px 10px}
  .statband .wrap{grid-template-columns:repeat(2,1fr)}.stat .n{font-size:30px}
  .article h1{font-size:27px}
}
