:root{--navy:#0e2233;--navy-dark:#081722;--teal:#1f8a8c;--teal-light:#4fb3ac;--teal-text:#146e70;--sand:#f4f1ea;--ink:#1b1f23;--ink-strong:#3a4149;--muted:#5b6570;--border:#e6e2d8;--teal-tint:rgba(31, 138, 140, 0.1);--max-width:1080px;--max-width-wide:1280px;--max-width-narrow:720px;--space-3xs:0.25rem;--space-2xs:0.4rem;--space-xs:0.625rem;--space-s:1rem;--space-m:1.625rem;--space-l:2.625rem;--space-xl:4.25rem;--space-2xl:6.875rem}*{box-sizing:border-box}html{scroll-behavior:smooth}@font-face{font-family:roboto bold custom;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/roboto-bold-latin.woff2)format("woff2")}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7}strong,b{color:var(--ink-strong)}h1,h2,h3{font-family:roboto bold custom,-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.2;color:var(--navy);margin:0 0 .5em}h1{font-size:2.4rem}h2{font-size:1.8rem}a{color:var(--teal-text);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-m)}.wrap-narrow{max-width:var(--max-width-narrow)}.site-header{border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:10}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{font-weight:700;color:var(--navy);text-decoration:none;display:flex;align-items:center;gap:.4rem}.brand:hover{text-decoration:none}.brand-logo{height:52px;width:auto}.main-nav ul{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.main-nav a{color:var(--ink);font-size:.95rem}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;background:0 0;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{width:22px;height:2px;background:var(--navy);display:block}.lang-switch{display:flex;gap:.5rem;align-items:center;font-size:1.2rem;line-height:1;margin-left:1.5rem}.lang-current{opacity:1}.lang-link{opacity:.5;transition:opacity .15s ease}.lang-link:hover,.lang-link:focus-visible{opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-3rem;left:.5rem;z-index:100;padding:.6rem 1rem;background:var(--teal);color:#fff;border-radius:.25rem;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:.5rem}.hero{background-color:var(--navy-dark);color:#fff;padding:var(--space-2xl)0;text-align:center;position:relative;overflow:hidden}.hero-bg,.hero-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,23,34,.55) 0%,rgba(8,23,34,.75) 100%)}.hero .wrap{position:relative;z-index:2}.hero h1{color:#fff;max-width:18em;margin:0 auto .7em;text-wrap:balance;text-shadow:0 2px 12px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.6)}.hero .lead{font-size:1.2rem;color:#cfe0e3;max-width:34rem;margin:0 auto var(--space-m);text-shadow:0 1px 8px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.6)}.hero-proof{font-size:.9rem;color:#b9ccd0;max-width:38rem;margin:var(--space-s)auto 0;text-shadow:0 1px 8px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.6)}@media(max-width:640px){.hero{padding:var(--space-xl)0}.hero .wrap{padding:0 1rem}.hero h1{font-size:1.9rem}.hero .lead{font-size:1.05rem;margin-bottom:var(--space-s)}.hero-proof{margin-top:var(--space-xs)}}.page-hero{padding:var(--space-xl)0}.page-hero h1{margin-bottom:0}@media(max-width:640px){.page-hero{padding:var(--space-l)0}}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;cursor:pointer;font:inherit;line-height:1.5;padding:var(--space-xs)var(--space-m);border-radius:4px;font-weight:600;text-align:center;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn-primary{background:var(--teal-text);color:#fff}.btn-primary:hover{background:var(--teal-light);color:#fff;text-decoration:none}.btn:focus-visible,.nav-toggle:focus-visible,.code-block-copy:focus-visible{outline:3px solid var(--teal-light);outline-offset:3px}.btn-secondary{background:0 0;color:var(--teal-text);border-color:var(--teal-text)}.btn-secondary:hover{background:var(--teal-tint);color:var(--teal-text);text-decoration:none}.services{padding:var(--space-2xl)0;background:var(--sand)}.services .wrap{max-width:var(--max-width-wide)}.services-group-title{font-size:1.4rem;margin:var(--space-l)0 0}.services-intro{margin:var(--space-s)0 0;color:var(--muted)}.services-intro p{margin:0 0 var(--space-xs)}.services-intro p:last-child{margin-bottom:0}.cards{display:grid;grid-template-columns:1fr;gap:var(--space-m);margin-top:var(--space-l)}.services-group-cta{margin-top:var(--space-l)}@media(min-width:560px){.cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.cards{grid-template-columns:repeat(4,1fr)}.leadership-card{grid-column:span 2}}.card,.project-card{background:#fff;padding:var(--space-m);border-radius:6px;border:1px solid var(--border)}.card h3,.card h4{font-size:1.15rem;text-align:center;line-height:1.3;min-height:calc(1.3em * 2);display:flex;align-items:center;justify-content:center}.card p{color:var(--muted);margin:0}.card-situation,.card-description{text-align:justify}#services .card-description{text-align:left}.card-situation{margin-bottom:var(--space-xs)}.card-situation strong{color:var(--ink-strong)}.leadership-block{margin-top:var(--space-xl)}.leadership-heading{font-size:1.4rem;margin:0 0 var(--space-s)}.leadership-card{text-align:left}.leadership-card .card-icon{margin:0 auto var(--space-s)}.leadership-card .card-description p{margin:0 0 var(--space-xs)}.leadership-card .card-description p:last-child{margin-bottom:0}.card-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto var(--space-s);border-radius:50%;background:var(--teal-tint);color:var(--teal)}.card-icon:has(.card-illustration){width:calc(100% + var(--space-m) + var(--space-m));height:auto;margin:calc(-1 * var(--space-m))calc(-1 * var(--space-m))var(--space-s);border-radius:0;background:0 0}.card-icon>picture{display:block;width:100%}.card-illustration{display:block;width:100%;height:auto;border-radius:6px 6px 0 0}.projects{padding:var(--space-2xl)0}.project-list{margin-top:var(--space-l);display:flex;flex-direction:column;gap:var(--space-m)}.project-card-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-bottom:.75rem}.project-card-header h3{margin:0}.project-role{font-size:.85rem;font-weight:600;color:var(--teal-text)}.project-illustration{margin:0 0 var(--space-m);overflow:hidden;border:1px solid var(--border);border-radius:4px;background:var(--navy-dark)}.project-illustration img{display:block;width:100%;height:auto}.project-card p{color:var(--muted);margin:0}.project-description p:not(:last-child){margin-bottom:.75rem}.project-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:var(--space-s)0 0}.project-tags li{font-size:.8rem;color:var(--teal-text);background:var(--teal-tint);padding:.25rem .65rem;border-radius:999px}.project-card>.link-more{display:inline-block;margin-top:1rem}.projects .wrap{position:relative}.projects-toggle-input{position:absolute;opacity:0;pointer-events:none}.project-list .project-card:nth-child(n+4){display:none}.project-list:has(~.projects-toggle-input:checked) .project-card:nth-child(n+4){display:block}.projects-toggle-label{width:fit-content;margin:var(--space-l)auto 0}.projects-toggle-label .label-less{display:none}.projects-toggle-input:checked~.projects-toggle-label .label-more{display:none}.projects-toggle-input:checked~.projects-toggle-label .label-less{display:inline}.project-quote,.post-content blockquote{margin:var(--space-s)0 0;padding:.9rem 0 .9rem 1.1rem;border-left:3px solid var(--teal)}.post-content blockquote{margin:var(--space-m)0}.project-quote p,.post-content blockquote p{margin:0;font-style:italic;color:var(--muted)}.project-quote footer{margin-top:.6rem;font-style:normal;font-size:.85rem;font-weight:600;color:var(--navy)}.about{padding:var(--space-l)0 var(--space-2xl)}.about-body{display:flex;gap:var(--space-l);align-items:flex-start}.about-content{max-width:42rem;color:var(--muted)}.about-cta{margin-top:.5rem}.profile-photo{flex-shrink:0;order:1}.profile-photo img{display:block;width:140px;height:140px;border-radius:50%;object-fit:cover}@media(min-width:768px){.profile-photo img{width:200px;height:200px}}@media(max-width:640px){.about-body{flex-direction:column;align-items:center;text-align:center}.profile-photo{order:0;margin-top:1.5rem}.about-content{order:1}}.blog-teaser{padding:var(--space-2xl)0;background:var(--sand)}.blog-list{padding:var(--space-xl)0}.post-list{list-style:none;padding:0;margin:var(--space-l)0}.post-list li{padding:var(--space-s)0;border-bottom:1px solid var(--border)}.post-list a.post-list-title{display:block;font-size:1.1rem;font-weight:600;color:var(--navy)}.blog-list .post-list li{display:flex;align-items:flex-start;gap:var(--space-m)}.post-list-thumb{flex:none;line-height:0}.post-list-body{min-width:0}.post-list-meta{display:flex;flex-wrap:wrap;align-items:center;row-gap:.35rem;margin:.5rem 0 1rem}.post-list p{color:var(--muted);margin:.4rem 0 0}.link-more{font-weight:600}.post-teaser{display:flex;align-items:center;gap:1.25rem}.post-teaser:hover{text-decoration:none}.post-thumb{flex:none;line-height:0}.post-thumb img{width:160px;height:100px;object-fit:cover;border-radius:6px;border:1px solid var(--border)}.post-thumb--fallback{width:160px;height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);border-radius:6px}.post-thumb--fallback img{width:44px;height:44px;border:0;border-radius:0;object-fit:contain;opacity:.55}.post-teaser-title{display:block;font-size:1.1rem;font-weight:600;color:var(--navy)}.post-teaser:hover .post-teaser-title{text-decoration:underline}@media(max-width:640px){.post-teaser{gap:1rem}.post-thumb img{width:100px;height:62px}.post-thumb--fallback{width:100px;height:62px}.post-thumb--fallback img{width:30px;height:30px}.blog-teaser .post-list time{display:block;margin-top:.25rem}.blog-list .post-list li{gap:1rem}}.post{padding:var(--space-xl)0}.post-header time,.post-list-meta time,.post-teaser time{color:var(--muted);font-size:.9rem}.post-author-line{display:inline-flex;align-items:center;gap:.5rem;vertical-align:middle}.author-avatar img{display:block;width:28px;height:28px;border-radius:50%;object-fit:cover}.post-header .post-author,.post-list-meta .post-author{color:var(--muted);font-size:.9rem}.post-meta-line{display:inline}.post-header .reading-time,.post-list-meta .reading-time{color:var(--muted);font-size:.9rem;margin-left:.5rem}.post-header .reading-time::before,.post-list-meta .reading-time::before{content:"\00b7";margin-right:.5rem}.post-header.has-meta time,.post-list-meta time{margin-left:.5rem}.post-header.has-meta time::before,.post-list-meta time::before{content:"\00b7";margin-right:.5rem}@media(max-width:640px){.post-header.has-meta{display:flex;flex-wrap:wrap}.post-header.has-meta h1{flex-basis:100%;text-align:center}.post-header.has-meta .post-author-line{flex-basis:100%;justify-content:center}.post-header.has-meta .post-meta-line{flex-basis:100%;margin-top:.25rem;text-align:center}.post-header.has-meta .reading-time{margin-left:0}.post-header.has-meta .reading-time::before{content:none}.post-header.has-meta time{margin-left:0}.post-header.has-meta time::before{content:"\00b7";margin-right:.5rem}.post-list-meta .post-meta-line{display:block;flex-basis:100%;margin-top:.25rem}.post-list-meta .reading-time{margin-left:0}.post-list-meta .reading-time::before{content:none}.post-list-meta time{margin-left:0}.post-list-meta time::before{content:"\00b7";margin-right:.5rem}}.more-to-read{margin:var(--space-xl)0 0;padding-top:var(--space-l);border-top:1px solid var(--border)}.more-to-read h2{font-size:1.3rem;margin:0 0 .5rem}.post-cta{text-align:center;margin:var(--space-l)0 0}.post-tip,.post-warning{margin:var(--space-m)0;padding:var(--space-s)var(--space-m);border-radius:6px;border:1px solid}.post-tip p,.post-warning p{margin:0}.post-tip{background:#eaf3fb;border-color:#bcd9f0;border-left:4px solid var(--teal)}.post-content .post-tip code{background:#d3e6f5}.post-warning{background:#fbeee0;border-color:#f0cfa8;border-left:4px solid #d9822b}.post-content .post-warning code{background:#f5ddba}.about-cabestan{max-width:42rem;margin-top:var(--space-l);padding-top:var(--space-m);border-top:1px solid var(--border)}.about-cabestan h3{margin-bottom:1rem}.about-cabestan-body{display:flex;align-items:center;gap:var(--space-s);color:var(--muted)}.about-cabestan-image{flex:none;width:3.5rem;height:3.5rem;border-radius:6px}@media(max-width:480px){.about-cabestan-body{flex-direction:column;align-items:center;text-align:center}.about-cabestan-image{margin-top:1.5rem}}.code-block{margin:var(--space-m)0;border-radius:6px;overflow:hidden;background:var(--navy-dark);border:1px solid #4a5259;box-shadow:0 2px 8px rgba(74,82,89,.35)}.code-block-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-xs)var(--space-m);background:var(--sand);border-bottom:1px solid rgba(27,31,35,.1)}.code-block-lang{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-strong)}.code-block-copy{font-family:inherit;font-size:.8rem;color:var(--ink-strong);background:0 0;border:1px solid rgba(27,31,35,.2);border-radius:4px;padding:.25rem .6rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.code-block-copy:hover{background:rgba(27,31,35,6%)}.code-block-copy.copied{color:var(--navy-dark);background:var(--teal-light);border-color:var(--teal-light)}.post-content pre{overflow-x:auto;padding:var(--space-s)var(--space-m);margin:0;background:var(--navy-dark);-webkit-overflow-scrolling:touch}.post-content pre code{padding:0;background:0 0;color:#f4f1ea}.post-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;background:var(--sand);padding:.15em .4em;border-radius:4px}.post-content .budget-marker{display:inline-block;width:fit-content;margin:var(--space-s)0;padding:var(--space-xs)var(--space-m);font-size:.85rem;font-weight:600;color:var(--teal-text);background:var(--teal-tint);border-radius:999px}.page-expertise-backend .post-content h3,.page-fractional-cto .post-content h3{margin-top:var(--space-xl)}.page-expertise-backend .post-content h2+h3,.page-fractional-cto .post-content h2+h3{margin-top:var(--space-l)}.page-expertise-backend .post-content h3+picture{display:block;margin:var(--space-s)0 var(--space-m)}.page-expertise-backend .post-content h3+picture img{width:100%;margin:0;border-radius:8px}.page-expertise-backend .process-grid,.page-fractional-cto .process-grid{display:grid;grid-template-columns:1fr;gap:var(--space-m);margin:var(--space-l)0}@media(min-width:560px){.page-expertise-backend .process-grid,.page-fractional-cto .process-grid{grid-template-columns:repeat(2,1fr)}}.page-expertise-backend .process-step,.page-fractional-cto .process-step{position:relative;padding-top:.25rem}.page-expertise-backend .process-step-number,.page-fractional-cto .process-step-number{display:block;font-size:1.5rem;font-weight:700;color:var(--teal-text);line-height:1;margin-bottom:.5rem}.page-expertise-backend .process-step h3,.page-fractional-cto .process-step h3{margin:0 0 .4rem;font-size:1.1rem}.page-expertise-backend .process-step p,.page-fractional-cto .process-step p{margin:0;color:var(--muted)}.page-expertise-backend .qualification-block,.page-fractional-cto .qualification-block,.aside-card{background:var(--sand);border-radius:8px;padding:var(--space-l)clamp(var(--space-s),4vw,var(--space-l));margin:var(--space-l)0}.page-expertise-backend .qualification-block h2,.page-fractional-cto .qualification-block h2,.aside-card h2,.aside-card h3,.aside-card h4{margin-top:0}.page-expertise-backend .qualification-block>:last-child,.page-fractional-cto .qualification-block>:last-child,.aside-card>:last-child{margin-bottom:0}.post-content .project-card{margin:var(--space-l)0}.page-expertise-backend .proof-cards{grid-template-columns:1fr}@media(min-width:560px){.page-expertise-backend .proof-cards{grid-template-columns:repeat(2,1fr)}}.page-expertise-backend .proof-card{display:flex;flex-direction:column;padding:var(--space-l)var(--space-l)var(--space-xl)}.page-expertise-backend .proof-card .link-more{display:inline-block;margin-top:auto;padding-top:var(--space-xs)}.page-expertise-backend .post,.page-fractional-cto .post{padding-bottom:2.5rem}.page-fractional-cto .responsibility-grid{display:grid;grid-template-columns:1fr;gap:var(--space-m);margin:var(--space-l)0}.page-fractional-cto .responsibility-item{background:var(--sand);border-radius:8px;padding:var(--space-m)}.page-fractional-cto .responsibility-illustration{display:block;margin:0}.page-fractional-cto .responsibility-illustration img{display:block;width:100%;height:auto;margin:0;border-radius:6px 6px 0 0}.page-fractional-cto .responsibility-item h3{margin:0 0 .6rem;font-size:1.1rem}.page-fractional-cto .responsibility-content{background:#fff;border-radius:6px;overflow:hidden}.page-fractional-cto .responsibility-content p{margin:0;padding:var(--space-s);color:var(--muted)}.page-fractional-cto .pricing-trajectory{display:grid;grid-template-columns:1fr;gap:var(--space-m);align-items:stretch;margin:var(--space-l)0}@media(min-width:760px){.page-fractional-cto .pricing-trajectory{grid-template-columns:1fr auto 1fr}}.page-fractional-cto .pricing-stage{display:flex;flex-direction:column;background:var(--sand);border-radius:8px;padding:var(--space-m)clamp(var(--space-s),4vw,var(--space-l));min-width:0}.page-fractional-cto .pricing-stage h3{margin-top:0}.page-fractional-cto .pricing-stage-content{flex:1;padding:var(--space-s);background:#fff;border-radius:6px}.page-fractional-cto .pricing-stage-content p:first-child{margin-top:0}.page-fractional-cto .pricing-stage-content p:last-child{margin-bottom:0}.page-fractional-cto .pricing-stage .budget-marker{display:block;width:auto;background:0 0;padding:0;margin:0 0 var(--space-s)}.page-fractional-cto .budget-marker-label{display:block;font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.page-fractional-cto .budget-marker-amount{display:block;font-size:clamp(.85rem,2.8vw,1.3rem);font-weight:700;color:var(--navy);font-family:roboto bold custom,-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif}.page-fractional-cto .budget-marker-prefix,.page-fractional-cto .budget-marker-price{display:block}.page-fractional-cto .budget-marker-price{white-space:nowrap}@media(max-width:640px){.page-fractional-cto .budget-marker-amount{font-size:1.35rem}.page-fractional-cto .budget-marker-price{white-space:normal}}.page-fractional-cto .pricing-capacity{font-size:.9rem;color:var(--muted);margin:0 0 1rem}.page-fractional-cto .pricing-connector{display:none;align-items:center;justify-content:center;font-size:1.5rem;color:var(--teal-text)}@media(min-width:760px){.page-fractional-cto .pricing-connector{display:flex}}.page-fractional-cto .proof-block{display:flex;align-items:flex-start;gap:var(--space-s);border-left:3px solid var(--teal);background:var(--sand);border-radius:0 8px 8px 0;padding:var(--space-m)clamp(var(--space-s),4vw,var(--space-l));margin:var(--space-m)0}.page-fractional-cto .proof-block-content{min-width:0}.page-fractional-cto .proof-block-content>:last-child{margin-bottom:0}.page-fractional-cto .proof-profile-photo{flex:0 0 96px}.page-fractional-cto .proof-profile-photo img{display:block;width:96px;height:96px;border-radius:50%;object-fit:cover}.page-fractional-cto .proof-track{font-weight:700;color:var(--navy);margin:0 0 .75rem}@media(max-width:480px){.page-fractional-cto .proof-block{gap:1rem}.page-fractional-cto .proof-profile-photo{flex-basis:72px}.page-fractional-cto .proof-profile-photo img{width:72px;height:72px}}.page-fractional-cto .discreet-block{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:var(--space-m)0;margin:var(--space-l)0;color:var(--muted)}.page-fractional-cto .discreet-block h3{margin-top:0;font-size:1rem;color:var(--ink-strong)}.page-fractional-cto .discreet-block>:last-child{margin-bottom:0}.post-content{margin-top:var(--space-l)}.post-content img{max-width:100%;height:auto;display:block;margin:var(--space-m)auto;border-radius:6px}.post-content figure{margin:var(--space-m)0}.post-content figure img{margin-bottom:.5rem}.post-content figcaption{font-size:.85rem;color:var(--muted);text-align:center}.post-content h2{margin-top:var(--space-l)}.post-content .heading-anchor-target{scroll-margin-top:1.5rem}.post-content .heading-anchor{margin-left:.5rem;opacity:0;text-decoration:none;color:var(--teal-text);font-weight:400;transition:opacity .15s ease}.post-content .heading-anchor-target:hover .heading-anchor,.post-content .heading-anchor:focus{opacity:1}.post-content p{margin:1em 0}.post-content a[target=_blank]:not(.btn)::after{content:"";display:inline-block;width:.7em;height:.7em;margin-left:.2em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f8a8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:middle}.post-content .decision-table{margin:var(--space-l)0;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--sand);-webkit-overflow-scrolling:touch}.post-content .decision-table table{width:100%;min-width:34rem;border-collapse:collapse}.post-content .decision-table th,.post-content .decision-table td{padding:var(--space-s)var(--space-m);text-align:left;vertical-align:top}.post-content .decision-table th{color:#fff;background:var(--navy);font-family:roboto bold custom,-apple-system,BlinkMacSystemFont,segoe ui,Helvetica,Arial,sans-serif;font-weight:700;line-height:1.35}.post-content .decision-table td{color:var(--ink-strong);border-top:1px solid var(--border);line-height:1.5}.post-content .decision-table tbody tr:nth-child(even) td{background:rgba(255,255,255,.55)}.post-content .decision-table td:last-child{color:var(--teal-text);font-weight:600}@media(max-width:640px){.post-content .decision-table{margin-right:-1.5rem;margin-left:-1.5rem;border-radius:0}.post-content .decision-table th,.post-content .decision-table td{padding:.85rem 1rem}}.contact{padding:var(--space-2xl)0;text-align:center}.contact p{color:var(--muted);max-width:32rem;margin:0 auto var(--space-l)}.contact-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-s)}.social-links{display:flex;align-items:center;justify-content:center;gap:var(--space-s);margin-top:var(--space-m)}.social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;color:var(--teal);vertical-align:middle}.social-link:hover{color:var(--teal-light)}.social-link--logo{width:auto;height:2.5rem;border-radius:0;padding:0 .25rem}.site-footer{border-top:1px solid var(--border);padding:var(--space-l)0;color:var(--muted);font-size:.9rem;text-align:center}.site-footer p{margin:.25rem 0}@media(max-width:900px){.nav-toggle{display:flex}.main-nav ul{display:none;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#fff;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.main-nav ul.open{display:flex}.lang-switch{margin-left:auto;margin-right:.5rem}}