:root{--ink:#15221d;--muted:#586660;--paper:#f8f7f2;--sage:#dce7df;--green:#164c3a;--green-light:#77a791;--line:#ccd5cf;--white:#fff;--logo-paper:#f8f7f2}*{box-sizing:border-box}html{scroll-behavior:smooth}:focus-visible{scroll-margin-block:1rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.2em}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.narrow{max-width:760px}.skip-link{position:fixed;z-index:10;top:.5rem;left:.5rem;padding:.75rem 1rem;background:var(--ink);color:white;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--line);background:rgba(248,247,242,.96)}.nav{min-height:76px;display:flex;align-items:center;gap:2rem}.brand{margin-right:auto;text-decoration:none}.logo{display:inline-flex;align-items:center;gap:.65rem;color:var(--green)}.logo-mark{width:34px;height:34px;flex:none}.logo-word{color:var(--ink);font-size:1.45rem;font-weight:800;letter-spacing:-.04em}.logo-word span{color:var(--green)}.logo-inverse{color:#a9d8c4}.logo-inverse .logo-word{color:var(--white)}.logo-inverse .logo-word span{color:#a9d8c4}.eyebrow{color:var(--green)}.nav-links{display:flex;gap:1.5rem}.nav-links a{display:inline-flex;min-height:24px;align-items:center;text-decoration:none;font-weight:600}.nav-links a[aria-current=page]{text-decoration:underline}.language-selector{display:inline-flex;align-items:center;min-height:42px;padding:.2rem;border:1px solid #9eaaa3;border-radius:4px;background:var(--white)}.language-selector>.icon{width:1.1rem;height:1.1rem;margin-inline:.45rem .3rem;color:var(--green)}.language-selector a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:34px;padding:.2rem .45rem;border-radius:2px;font-size:.82rem;font-weight:800;text-decoration:none}.language-selector a[aria-current=page]{background:var(--green);color:var(--white)}.language-selector a:not([aria-current=page]):hover{background:var(--sage)}.article-hero,.hero{position:relative;background:radial-gradient(circle at 78% 30%,rgba(119,167,145,.18),transparent 34%),linear-gradient(115deg,#e7efe9,#f1f4ef 58%,#dce7df);box-shadow:0 0 0 100vmax #e7efe9;clip-path:inset(0 -100vmax)}.hero{padding-block:clamp(3rem,4vw,5rem)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:clamp(2rem,7vw,6rem);align-items:center}.hero-copy{min-width:0}.eyebrow{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800}h1,h2,h3{line-height:1.08;letter-spacing:-.035em}h1{max-width:850px;margin:.15em 0;font-size:clamp(3rem,8vw,6.4rem)}h2{font-size:clamp(2rem,5vw,3.6rem);max-width:900px}h3{font-size:1.35rem}.icon{width:1.5rem;height:1.5rem;display:block;flex:none}.section-icon{width:3rem;height:3rem;margin-bottom:1.5rem;color:var(--green)}.hero-visual{position:relative;min-height:340px;isolation:isolate}.visual-sheet{position:absolute;width:210px;height:270px;border:1px solid var(--green);border-radius:3px}.sheet-back{top:18px;right:35px;background:var(--sage);transform:rotate(5deg)}.sheet-front{top:45px;right:62px;padding:2rem;background:var(--paper);box-shadow:0 20px 45px rgba(21,34,29,.12);transform:rotate(-2deg)}.sheet-front .icon{width:4.5rem;height:4.5rem;margin-bottom:3rem;color:var(--green)}.sheet-front span{display:block;width:100%;height:2px;margin-top:1.2rem;background:var(--line)}.sheet-front span:nth-of-type(2){width:75%}.visual-links{position:absolute;z-index:-1;inset:auto 0 0;width:100%;height:auto;stroke:var(--green-light);stroke-width:1.5}.visual-links circle{fill:var(--paper);stroke:var(--green);stroke-width:2}.lede{max-width:720px;color:var(--muted);font-size:clamp(1.15rem,2vw,1.35rem)}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.8rem 1.1rem;border:2px solid var(--green);border-radius:4px;font-weight:700;text-decoration:none}.button>.icon{width:1.2rem;height:1.2rem;stroke-width:2;flex:none}.primary{background:var(--green);color:var(--white)}.secondary{color:var(--green)}.button:focus-visible,.button:hover{box-shadow:0 0 0 3px var(--paper),0 0 0 6px var(--green)}.section{padding-block:clamp(4rem,8vw,7rem)}.muted{background:var(--sage)}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}.card{min-height:180px;padding:1.5rem;border:1px solid #acbeb3;background:var(--paper);display:flex;flex-direction:column;justify-content:space-between;text-decoration:none}.card span{font-size:1.5rem}.card:hover{border-color:var(--green);transform:translateY(-2px)}.content-note,.section-intro{max-width:760px;color:var(--muted)}.content-note{margin-top:2rem}.home-explainer{background:var(--white)}.explainer-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,8vw,7rem);align-items:start}.explainer-grid h2{margin-top:0;font-size:clamp(2rem,4.2vw,3.25rem)}.explainer-copy{font-size:1.08rem}.explainer-copy p:first-child{margin-top:0}.principle-note{margin-top:2rem;padding:1.25rem 1.4rem;border-left:3px solid var(--green);background:var(--sage)}.examples-section{background:#ece9df}.example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.example-grid article{display:flex;flex-direction:column;min-height:410px;padding:1.6rem;background:var(--white);border:1px solid var(--line)}.example-grid .icon{width:2.4rem;height:2.4rem;margin-bottom:1.5rem;color:var(--green)}.example-grid h3{margin:.35rem 0 1rem;font-size:1.55rem}.example-grid article>p:not(.example-context){color:var(--muted)}.example-grid article>a{margin-top:auto;font-weight:800}.example-context{margin:0;color:var(--green);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.examples-caveat{max-width:900px;margin:2rem 0 0;padding-top:1.5rem;border-top:1px solid #bdb9ad;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:2.5rem}.feature-grid article{padding:1.35rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-grid .icon{width:2rem;height:2rem;margin-bottom:1.5rem;color:var(--green)}.feature-grid h3{margin-top:0}.feature-grid p{color:var(--muted);margin-bottom:0}.segment-links{display:grid;grid-template-columns:1fr 1fr;margin-top:2.5rem;border-top:1px solid var(--line)}.segment-links a{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--line);font-size:1.15rem;text-decoration:none}.segment-links a .icon{margin-top:.15rem;color:var(--green)}.segment-copy,.segment-copy small,.segment-copy strong{display:block}.segment-copy strong{line-height:1.25}.segment-copy small{margin-top:.55rem;color:var(--muted);font-size:.9rem;font-weight:400;line-height:1.5}.segment-links a>span:last-child{font-weight:700}.segment-links a:nth-child(odd){padding-right:2rem}.segment-links a:nth-child(2n){padding-left:2rem;border-left:1px solid var(--line)}.trust{background:var(--ink);color:var(--white)}.trust .eyebrow{color:#a9d8c4}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}.trust-grid div{padding:1.25rem;border-left:2px solid #a9d8c4}.trust-grid .icon{width:2rem;height:2rem;margin-bottom:1.5rem;color:#a9d8c4}.trust-grid strong{display:block;font-size:1.35rem}.trust-grid p{color:#d9e3de}.closing{background:#e9efe8}.closing h2{margin-top:0}.deployment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.deployment-grid article{padding:1.5rem;background:var(--white);border:1px solid var(--line)}.deployment-grid .icon{width:2.2rem;height:2.2rem;margin-bottom:2rem;color:var(--green)}.deployment-grid h3{margin-top:0}.deployment-grid p{color:var(--muted)}.flow-section{background:var(--ink);color:var(--white)}.flow-section .eyebrow{color:#a9d8c4}.process{display:grid;grid-template-columns:repeat(4,1fr);padding:0;list-style:none;counter-reset:steps;margin-top:3rem}.process li{counter-increment:steps;padding:1.5rem;border-top:1px solid #718079}.process li:before{content:"0" counter(steps);display:block;color:#a9d8c4;font-size:.8rem;margin-bottom:1rem}.process .icon{width:2rem;height:2rem;margin-bottom:1.5rem;color:#a9d8c4}.process span,.process strong{display:block}.process span{margin-top:.5rem;color:#d9e3de}.table-scroll{overflow-x:auto;margin-top:2.5rem}.table-scroll:focus-visible{outline-offset:5px}.plans-table{width:100%;min-width:820px;border-collapse:collapse;background:var(--white)}.plans-table caption{padding:1rem;text-align:left;font-weight:700;background:var(--ink);color:var(--white)}.plans-table td,.plans-table th{padding:1rem;text-align:left;border-bottom:1px solid var(--line)}.plans-table thead th{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.plans-table tbody th{color:var(--green)}.pricing-notes{display:flex;gap:2rem;color:var(--muted);font-size:.9rem}.pricing-notes p{max-width:520px}.faq{background:#ece9df}.faq-list{border-top:1px solid var(--line);margin-top:2rem}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:1.2rem 2.5rem 1.2rem 0;font-weight:700;cursor:pointer}.faq-list details p{padding:0 0 1.2rem;margin:0;color:var(--muted)}.certification-list{list-style:none;padding:0;margin:2.5rem 0 0}.certification-list li{display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;padding:1.3rem 0;border-top:1px solid #acbeb3}.certification-list .icon{width:1.8rem;height:1.8rem;margin-top:.2rem;color:var(--green)}.certification-list h3,.certification-list p{margin:.15rem 0}.certification-list p{color:var(--muted)}.status{align-self:start;padding:.3rem .65rem;border:1px solid var(--green);border-radius:999px;color:var(--green);font-size:.75rem;font-weight:800}.portability{background:#d5e5dc}.text-link{display:inline-block;margin-top:1rem;font-weight:800}.case-hero{padding-bottom:clamp(3rem,7vw,5rem)}.case-body{background:var(--white)}.case-body h2{font-size:clamp(1.8rem,4vw,2.7rem);margin-top:3.5rem}.case-body h2:first-child{margin-top:0}.case-body h3{margin-top:2rem}.case-body li,.case-body p{color:var(--muted)}.case-body li+li{margin-top:.55rem}.case-cta{background:var(--sage)}.case-cta h2{margin-top:0}.case-index-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2.5rem 0 4rem}.case-index-grid a{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;gap:.8rem 1rem;min-height:180px;padding:1.5rem;border:1px solid var(--line);color:var(--ink);text-decoration:none}.case-index-grid .case-card-icon{grid-column:1;grid-row:1;width:2rem;height:2rem;color:var(--green)}.case-index-grid strong{grid-column:2;grid-row:1;align-self:center;font-size:1.3rem}.case-index-grid span{grid-column:2/-1;grid-row:2;align-self:end;color:var(--muted)}.case-index-grid em{grid-column:3;grid-row:1;align-self:center;font-style:normal;font-size:1.5rem}.case-index-grid a:focus-visible,.case-index-grid a:hover{border-color:var(--green);background:var(--paper)}.contact-hero{padding-bottom:clamp(3rem,7vw,5rem)}.form-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(2rem,7vw,6rem);align-items:start}.form-layout h2{margin-top:0}.contact-form{padding:clamp(1.25rem,4vw,2.5rem);background:var(--white);border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-field.full{grid-column:1/-1}.form-field label{display:block;margin-bottom:.4rem;font-weight:700}.consent-field label span,.form-field label span{color:#9b1c1c}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:48px;padding:.7rem;border:1px solid #77827c;border-radius:2px;background:var(--white);color:var(--ink);font:inherit}.form-field textarea{resize:vertical}.consent-field input[aria-invalid=true],.form-field [aria-invalid=true]{border:2px solid #a11b1b}.field-error{margin:.35rem 0 0;color:#861616;font-size:.88rem;font-weight:700}.consent-field{display:grid;grid-template-columns:auto 1fr;gap:.5rem .7rem;margin-top:1.5rem}.consent-field input{width:1.2rem;height:1.2rem;margin-top:.2rem}.consent-field .field-error{grid-column:2}.form-message{margin-top:1.5rem;padding:1rem;border-left:4px solid}.form-message.success{border-color:var(--green);background:#e2efe8}.form-message.error{border-color:#a11b1b;background:#f7e3e3;color:#6f1010}.submit-button{margin-top:1.5rem;cursor:pointer}.submit-button:disabled{cursor:wait;opacity:.7}.honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important}.resources-hero{padding-bottom:clamp(3rem,7vw,5rem)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.article-card{display:flex;flex-direction:column;min-height:390px;padding:1.5rem;background:var(--white);border:1px solid var(--line)}.article-card>.icon{width:2.5rem;height:2.5rem;margin-bottom:2rem;color:var(--green)}.article-card h3{font-size:1.7rem}.article-card h3 a{text-decoration:none}.article-card h3 a:hover{text-decoration:underline}.article-card p{color:var(--muted)}.article-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;color:var(--green);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.reading-time{margin-top:auto;color:var(--muted);font-size:.85rem}.article-hero{padding-block:clamp(3rem,4vw,5rem)}.article-hero h1{font-size:clamp(2.8rem,7vw,5.4rem)}.back-link{display:inline-block;margin-bottom:3rem;font-weight:700}.article-byline{display:flex;gap:.6rem;margin-top:2rem;color:var(--muted)}.article-content{background:var(--white)}.prose{max-width:760px}.prose h2{margin:3.5rem 0 1rem;font-size:clamp(1.8rem,4vw,2.7rem)}.prose h2:first-child{margin-top:0}.prose h3{margin:2.3rem 0 .7rem;font-size:1.45rem}.prose li,.prose p{font-size:1.08rem;color:#35443e}.prose li+li{margin-top:.55rem}.prose strong{color:var(--ink)}.site-footer{padding-block:3rem;background:var(--ink);color:var(--white)}.footer-grid{display:grid;grid-template-columns:2fr 1fr auto;gap:2rem;align-items:start}.footer-brand p{margin:.8rem 0 0;color:#d9e3de}.site-footer nav{display:flex;flex-direction:column;gap:.5rem}.site-footer nav a{display:inline-flex;min-height:24px;align-items:center}.footer-compliance{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.footer-owner{grid-column:1/-1;margin:1rem 0 0;padding-top:1.25rem;border-top:1px solid #52615a;color:#d9e3de;font-size:.85rem}.footer-owner a{font-weight:700}.accessibility-mark{display:inline-grid;grid-template-columns:auto auto;align-items:center;min-height:44px;border:2px solid #a9d8c4;text-decoration:none}.accessibility-mark span,.accessibility-mark strong{padding:.35rem .55rem}.accessibility-mark span{background:#a9d8c4;color:var(--ink);font-size:.75rem;font-weight:800;letter-spacing:.05em}.accessibility-mark strong{color:var(--white)}.accessibility-statement h2:not(:first-child){margin-top:3rem}.accessibility-statement li+li{margin-top:.65rem}.trust-intro{color:#d9e3de}.footer-product-copy{max-width:520px;font-size:.9rem}.footer-owner p{margin:.25rem 0}:focus-visible{outline:3px solid #e2a900;outline-offset:3px}@media (max-width:900px){.explainer-grid,.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:270px;max-width:360px}.visual-sheet{width:170px;height:215px}.sheet-front{top:35px}.sheet-front .icon{width:3.5rem;height:3.5rem;margin-bottom:2rem}.feature-grid,.process,.trust-grid{grid-template-columns:1fr 1fr}.deployment-grid,.form-layout{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.nav{flex-wrap:wrap;padding-block:1rem;gap:1rem}.nav-links{order:3;width:100%;overflow-x:auto;gap:1rem}.card-grid{grid-template-columns:1fr 1fr}.example-grid,.footer-grid{grid-template-columns:1fr}.example-grid article{min-height:auto}.footer-compliance{align-items:flex-start}.article-hero,.hero{padding-block:3rem}.segment-links{grid-template-columns:1fr}.segment-links a:nth-child(n){padding-inline:0;border-left:0}.pricing-notes{display:block}}@media (max-width:600px){.article-grid{grid-template-columns:1fr}.article-card{min-height:auto}.article-byline{flex-wrap:wrap}}@media (max-width:460px){.card-grid,.case-index-grid,.feature-grid,.form-grid,.process,.trust-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}h1{font-size:2.65rem}.certification-list li{grid-template-columns:auto 1fr;gap:.7rem}.certification-list .status{grid-column:2}.hero-visual{min-height:235px}.visual-sheet{width:145px;height:185px}.sheet-front{right:45px;padding:1.4rem}.sheet-back{right:22px}.sheet-front .icon{width:3rem;height:3rem;margin-bottom:1.3rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}