    :root{--ink:#09231c;--muted:#586b63;--green-950:#03271f;--green-900:#052f26;--green-800:#074535;--bright:#20c875;--soft:#eef6f1;--line:#d6e3dc;--white:#fff;--amber:#e9a83a;--max:1180px}
    *{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Segoe UI",Arial,"Microsoft YaHei",sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid rgba(32,200,117,.5);outline-offset:3px}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
    .site-header{position:relative;z-index:1000;height:72px;display:flex;align-items:center;background:var(--green-950);color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}.nav{display:flex;align-items:center;gap:28px}.mobile-menu-toggle{display:none;width:44px;height:42px;flex:0 0 44px;padding:0;border:1px solid rgba(255,255,255,.32);border-radius:8px;background:transparent;color:#fff;font-size:23px;cursor:pointer}.brand{display:flex;align-items:center;gap:12px;margin-right:auto;font-weight:800}.brand img{width:58px;height:48px;object-fit:contain;border-radius:7px;background:#fff;padding:3px}.brand small{display:block;color:#afc9be;font-size:11px;font-weight:600;margin-top:3px;letter-spacing:0}.nav-links{display:flex;align-items:center;gap:24px;color:#dcece5;font-size:14px;font-weight:700}.nav-links a:hover,.nav-links a[aria-current="page"]{color:#fff}.language-select{width:72px;min-height:42px;border:1px solid rgba(255,255,255,.35);border-radius:8px;background:var(--green-900);color:#fff;padding:0 8px;font:700 13px/1 "Segoe UI",Arial,sans-serif;cursor:pointer}.language-select:hover{border-color:rgba(255,255,255,.7)}
    .button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid transparent;border-radius:8px;font-weight:800;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.button-primary{background:var(--bright);color:var(--green-950)}.button-primary:hover{background:#43dc8e}.button-secondary{border-color:rgba(255,255,255,.5);color:#fff;background:rgba(3,39,31,.48)}.button-secondary:hover{border-color:#fff;background:rgba(3,39,31,.72)}.mobile-label{display:none}
    .hero{position:relative;min-height:540px;display:flex;align-items:center;color:#fff;background:url("/assets/case-oversized.webp") center 56%/cover no-repeat}.hero::before{content:"";position:absolute;inset:0;background:rgba(3,39,31,.7);pointer-events:none}.hero .container{position:relative;z-index:1}.hero-copy{max-width:860px;padding:72px 0}.eyebrow{margin:0 0 16px;color:#77e8ad;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:0}h1{max-width:840px;margin:0;font-size:60px;line-height:1.05;letter-spacing:0}.hero-lead{max-width:770px;margin:22px 0 0;color:#e5f0eb;font-size:20px;line-height:1.65}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px}.hero-facts span{padding:9px 12px;border-left:2px solid var(--bright);background:rgba(3,39,31,.52);font-size:13px;font-weight:700}
    .section{padding:82px 0}.section-soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-dark{background:var(--green-950);color:#fff}.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:50px;align-items:end;margin-bottom:38px}.section-head h2{max-width:730px;margin:0;font-size:44px;line-height:1.14;letter-spacing:0}.section-head p{margin:0;color:var(--muted);font-size:18px;line-height:1.72}.section-dark .section-head p{color:#bdd1c8}
    .service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-card{min-height:250px;display:flex;flex-direction:column;padding:27px;border:1px solid var(--line);border-radius:7px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.service-card:hover{border-color:#8db6a4;box-shadow:0 12px 30px rgba(5,47,38,.1);transform:translateY(-2px)}.service-card i{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#dcefe5;color:var(--green-800);font-size:22px}.service-card h3{margin:27px 0 11px;font-size:26px}.service-card p{margin:0 0 22px;color:var(--muted);line-height:1.68}.service-more{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--green-800);font-weight:800}
    .concept-note{padding:20px 22px;border-left:4px solid var(--bright);background:rgba(255,255,255,.08);color:#dcebe5;line-height:1.7;margin-bottom:26px}.table-wrap{max-width:100%;overflow-x:auto;border:1px solid rgba(255,255,255,.2)}.mode-table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}.mode-table th,.mode-table td{padding:18px 20px;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);vertical-align:top}.mode-table th:last-child,.mode-table td:last-child{border-right:0}.mode-table thead th{color:#fff;background:rgba(255,255,255,.07);font-size:17px}.mode-table tbody th{width:170px;color:#9fd7bc}.mode-table td{color:#d2e2db;line-height:1.6}.mode-table tr:last-child th,.mode-table tr:last-child td{border-bottom:0}
    .requirements{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line)}.requirement{padding:27px 24px 8px 0;border-right:1px solid var(--line)}.requirement:not(:first-child){padding-left:24px}.requirement:last-child{border-right:0}.requirement small{display:block;margin-bottom:14px;color:var(--green-800);font-size:13px;font-weight:900}.requirement h3{margin:0 0 9px;font-size:20px}.requirement p{margin:0;color:var(--muted);line-height:1.65}.access-note{margin-top:32px;padding:20px 22px;border-left:4px solid var(--amber);background:var(--soft);color:var(--muted);line-height:1.68}
    .contact-band{display:flex;align-items:center;justify-content:space-between;gap:36px;padding-top:48px;padding-bottom:48px}.contact-band h2{margin:0;font-size:32px;letter-spacing:0}.contact-band p{max-width:700px;margin:11px 0 0;color:#bdd1c8;line-height:1.65}.contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}footer{padding:30px 0;background:#021c17;color:#bcd0c7}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:13px}.footer-company{line-height:1.6}.footer-company strong{color:#fff;font-size:14px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a:hover{color:#fff}
    /* PUBLIC_MOBILE_NAV_CSS_V1397 */
    @media(max-width:900px){.mobile-menu-toggle{display:grid;place-items:center}.nav-links{display:none}.nav-links.is-open{display:flex;position:fixed;z-index:1001;inset:72px 0 0;overflow-y:auto;flex-direction:column;align-items:stretch;gap:0;padding:22px max(20px,calc((100vw - var(--max))/2));background:var(--green-950);font-size:17px}.nav-links.is-open a{display:flex;align-items:center;min-height:52px;border-bottom:1px solid rgba(255,255,255,.14)}body.public-menu-open{overflow:hidden}.service-grid{grid-template-columns:1fr}.requirements{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{grid-template-columns:1fr;gap:18px}.requirement:nth-child(2){border-right:0}.requirement:nth-child(3){padding-left:0}.contact-band{align-items:flex-start;flex-direction:column}.contact-actions{justify-content:flex-start}}
    @media(max-width:620px){.container{width:min(100% - 28px,var(--max))}.site-header{height:64px}.brand span{display:none}.brand img{width:50px;height:42px}.nav{gap:9px}.language-select{width:64px;min-height:40px}.nav>.button{width:42px;min-height:42px;padding:0}.nav>.button span{display:none}.mobile-label{display:none}.nav-links.is-open{inset:64px 0 0;padding-right:14px;padding-left:14px}.hero{min-height:510px}.hero-copy{padding:58px 0}h1{font-size:42px}.hero-lead{font-size:17px}.section{padding:60px 0}.section-head h2{font-size:34px}.service-card{min-height:230px}.requirements{grid-template-columns:1fr}.requirement,.requirement:not(:first-child){padding:22px 0;border-right:0;border-bottom:1px solid var(--line)}.contact-band{padding-top:38px;padding-bottom:38px}.footer-row{align-items:flex-start;flex-direction:column}}
    /* PUBLIC_SKIP_LINK_I18N_V1379 */
    .skip-link{position:fixed;z-index:2000;top:12px;left:12px;transform:translateY(-160%);padding:11px 15px;border:2px solid #20c875;border-radius:6px;background:#fff;color:#052f26;font-size:14px;font-weight:800;white-space:nowrap;transition:transform .18s ease}
    .skip-link:focus{transform:translateY(0)}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.service-card,.skip-link{transition:none}}
    /* PUBLIC_RESPONSIVE_HERO_CSS_V1378 */
    @media(max-width:520px){.hero{background-image:url("/assets/case-oversized-600.webp")}}
