*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--forest:#0a2418;--forest2:#163a28;--sage:#457554;--sage-lt:#9ab49e;--sage-xl:#d4e4dc;--sand:#e5d9c3;--sand-lt:#fbf9f4;--paper:#f7f3ec;--white:#fff;--text:#1b1f1b;--text-md:#3d4742;--text-lt:#6e7872;--radius:4px;--gap:clamp(1.5rem, 4vw, 3rem);--section:clamp(4rem, 8vw, 7rem);--font-display:"Sora", sans-serif;--font-body:"Manrope", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.65}img{max-width:100%;display:block}a,p a{color:inherit;text-decoration:none}.label{letter-spacing:.14em;text-transform:uppercase;color:var(--sage);font-size:.75rem;font-weight:600}h1,h2,h3{font-family:var(--font-display);line-height:1.2}h1{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700}h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700}h3{font-size:1.15rem;font-weight:600}p{color:var(--text-md);max-width:62ch}.container{max-width:1140px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}.section{padding-block:var(--section)}.grid-2{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr));align-items:start;display:grid}.grid-3{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));display:grid}.grid-4{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));display:grid}.nav-logo-wrap{flex-shrink:0;width:104px;height:31px;position:relative;overflow:hidden}.nav-logo-img{width:126px;max-width:none;height:auto;position:absolute;top:-48px;left:-8px}body>nav{z-index:100;backdrop-filter:blur(12px);border-bottom:1px solid var(--sage-xl);background:#ffffffeb;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.9rem;display:flex}.nav-brand{align-items:center;gap:.75rem;display:flex}.nav-wordmark{flex-direction:column;line-height:1;display:flex}.nav-wordmark .wm-top{letter-spacing:-.01em;color:var(--forest);font-size:1rem;font-weight:700}.nav-wordmark .wm-sub{letter-spacing:-.01em;color:var(--forest);margin-top:1px;font-size:1rem;font-weight:700}footer .nav-wordmark .wm-top{color:#ffffffe6}footer .nav-wordmark .wm-sub{color:#ffffffb3}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links>li{position:relative}.nav-links a{color:var(--text-md);font-size:.875rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--forest)}.nav-cta{background:var(--forest);border-radius:var(--radius);padding:.45rem 1.1rem;color:var(--white)!important;font-size:.875rem!important;font-weight:600!important;transition:background .2s!important}.nav-cta:hover{background:var(--forest2)!important;color:var(--white)!important}.has-dropdown>a{cursor:pointer;align-items:center;gap:.3rem;display:flex}.chevron-icon{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:10px;height:10px;transition:transform .2s}.has-dropdown:hover .chevron-icon,.has-dropdown.open .chevron-icon{transform:rotate(180deg)}.dropdown{background:var(--white);border:1px solid var(--sage-xl);opacity:0;visibility:hidden;z-index:200;pointer-events:none;border-radius:10px;min-width:290px;padding:1rem .5rem .5rem;list-style:none;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #1b3a2a21}.dropdown:before{content:"";background:var(--white);border-left:1px solid var(--sage-xl);border-top:1px solid var(--sage-xl);width:10px;height:10px;position:absolute;top:7px;left:50%;transform:translate(-50%)rotate(45deg)}.has-dropdown:hover .dropdown,.has-dropdown.open .dropdown{opacity:1;visibility:visible;pointer-events:all}.dropdown li a{color:var(--text-md);border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}.dropdown li a:hover{background:var(--sage-xl);color:var(--forest)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.25rem;display:none}.nav-toggle span{background:var(--forest);border-radius:2px;width:22px;height:2px;transition:all .25s;display:block}@media (width<=720px){.nav-links{flex-direction:column;align-items:stretch;gap:0;display:none}.nav-links.open{background:var(--white);border-bottom:1px solid var(--sage-xl);padding:.75rem clamp(1.25rem,5vw,3rem) 1.25rem;display:flex;position:absolute;top:100%;left:0;right:0}.nav-links>li{border-bottom:1px solid var(--sage-xl)}.nav-links>li:last-child{border-bottom:none}.nav-links a{padding:.65rem 0;display:block}.nav-cta{text-align:center;margin-top:.5rem;display:block}.nav-toggle{display:flex}.dropdown{box-shadow:none;opacity:1;visibility:visible;pointer-events:all;background:0 0;border:none;border-radius:0;padding:0;display:none;position:static;transform:none}.dropdown:before{display:none}.has-dropdown.open .dropdown{display:block}.dropdown li a{color:var(--text-lt);border-bottom:none;border-radius:0;padding:.5rem 0 .5rem 1rem;font-size:.85rem}.has-dropdown>a{justify-content:space-between;padding:.65rem 0}}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.925rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--sand);color:var(--forest)}.btn-primary:hover{background:var(--sand-lt)}.btn-outline{color:var(--white);background:0 0;border:1.5px solid #ffffff59}.btn-outline:hover{background:#ffffff0f;border-color:#ffffffb3}.btn-forest{background:var(--forest);color:var(--white)}.btn-forest:hover{background:var(--forest2)}.btn-expand{gap:0}.btn-expand-icon{opacity:0;align-items:center;width:0;margin-left:0;transition:width .3s cubic-bezier(.4,0,.2,1),margin-left .3s cubic-bezier(.4,0,.2,1),opacity .25s,transform .3s cubic-bezier(.4,0,.2,1);display:inline-flex;overflow:hidden;transform:translate(-4px)}.btn-expand-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:16px;height:16px}.btn-expand:hover .btn-expand-icon,.btn-expand:focus-visible .btn-expand-icon{opacity:1;width:16px;margin-left:.5rem;transform:translate(0)}#hero{background:var(--forest);color:var(--white);background-position:50% 35%;background-size:cover;min-height:80vh;padding-block:clamp(4rem,8vw,7rem) clamp(8rem,18vw,14rem);position:relative;overflow:hidden}#hero:before{display:none}.hero-inner{z-index:2;pointer-events:none;position:relative}.hero-inner a,.hero-inner button{pointer-events:auto}.hero-label{color:#ffffffbf;margin-bottom:1.25rem}#hero h1{color:var(--white);max-width:16ch;margin-bottom:1.5rem}#hero h1 em{color:var(--white);font-style:normal}.hero-tagline{color:var(--white);margin-bottom:1rem;font-size:1.35rem;font-weight:600}.hero-lead{color:#ffffffbf;max-width:52ch;margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-deco{opacity:.06;z-index:2;pointer-events:none;width:min(420px,45vw);position:absolute;top:50%;right:-2%;transform:translateY(-50%)}.boxes-wrapper{z-index:1;pointer-events:none;width:100%;height:100%;display:flex;position:absolute;top:-25%;left:25%;transform:translate(-40%,-60%)skew(-48deg)skewY(14deg)scale(.675)translateZ(0)}.box-col{border-left:1px solid #ffffff12;flex-shrink:0;position:relative}.box-cell{pointer-events:auto;border-top:1px solid #ffffff12;border-right:1px solid #ffffff12;width:64px;height:32px;transition:background-color 2s;position:relative}.box-cell svg{fill:none;stroke:#ffffff14;stroke-width:1px;pointer-events:none;width:40px;height:24px;position:absolute;top:-14px;left:-22px}.boxes-overlay{z-index:0;pointer-events:none;background:#122e2061;position:absolute;inset:0}#about,#faq,#contact{padding-block:clamp(3rem,5vw,4.5rem)}#about{background:var(--white)}.about-text{padding-top:.5rem}.about-text .label{margin-bottom:.75rem}.about-text h2{margin-bottom:1.25rem}.about-text p{margin-bottom:1rem}.about-text .btn{margin-top:.75rem}.about-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-card{background:var(--white);border:1px solid var(--sage-xl);border-radius:12px;min-width:0;padding:1.5rem 1.1rem}.about-card svg{width:24px;height:24px;stroke:var(--sage);fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;margin-bottom:1rem}.about-card h3{color:var(--forest);white-space:nowrap;margin-bottom:.5rem;font-size:.95rem}.about-card p{color:var(--text-md);margin:0;font-size:.875rem}@media (width<=640px){.about-grid{grid-template-columns:1fr}}#diensten{background:var(--white)}.section-header{margin-bottom:clamp(2rem,5vw,3.5rem)}.section-header .label,.section-header h2{margin-bottom:.75rem}.section-header p{font-size:1.05rem}.section-header p+p{margin-top:1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:clamp(1rem,3vw,1.75rem);margin-top:2.5rem;display:grid}.service-card{background:var(--white);border:1px solid var(--sage-xl);border-radius:8px;flex-direction:column;gap:1rem;padding:clamp(1.5rem,3vw,2.25rem);transition:box-shadow .2s,transform .2s;display:flex}.service-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1b3a2a14}.service-icon{background:var(--sage-xl);border-radius:var(--radius);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.service-icon svg{width:22px;height:22px;stroke:var(--forest);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.service-card h3{color:var(--forest)}.service-card p{margin:0;font-size:.9rem}.service-tags{flex-wrap:wrap;gap:.4rem;margin-top:auto;padding-top:.5rem;display:flex}.tag{letter-spacing:.06em;text-transform:uppercase;background:var(--sand-lt);color:var(--forest);border-radius:2px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.service-tabs{border:1px solid var(--sage-xl);border-radius:14px;margin-top:2.5rem;overflow:hidden}.service-tabs-nav{grid-template-columns:repeat(4,1fr);display:grid}.service-tab{text-align:left;background:var(--white);border:none;border-right:1px solid var(--sage-xl);border-bottom:1px solid var(--sage-xl);cursor:pointer;flex-direction:column;gap:.35rem;padding:1.35rem 1.5rem;font-family:inherit;transition:background .15s;display:flex}.service-tab:last-child{border-right:none}.service-tab:hover:not(.active){background:var(--paper)}.service-tab.active{background:var(--forest);border-bottom-color:var(--forest)}.service-tab-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--text-lt);font-size:.7rem;font-weight:700}.service-tab.active .service-tab-badge{color:var(--sage-lt)}.service-tab-label{color:var(--text);font-size:.95rem;font-weight:700;line-height:1.3}.service-tab.active .service-tab-label{color:var(--white)}.service-tabs-panel{background:var(--white);padding:clamp(1.5rem,4vw,2.5rem)}.service-panel{grid-template-columns:1.3fr 1fr;align-items:start;gap:clamp(1.5rem,4vw,3rem);display:grid}.service-panel[hidden]{display:none}.service-panel-main h3{color:var(--forest);margin-bottom:.75rem;font-size:clamp(1.4rem,3vw,1.75rem)}.service-panel-main p{color:var(--text-md);margin-bottom:1.5rem}.service-panel-link{color:var(--forest);align-items:center;gap:.4rem;font-weight:600;text-decoration:none;display:inline-flex}.service-panel-link svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:transform .2s}.service-panel-link:hover svg{transform:translate(3px)}.service-panel-cta{border-top:1px solid var(--sage-xl);margin-top:1.5rem;padding-top:1.5rem}.service-panel-main .service-panel-cta-question{color:var(--forest);margin-bottom:.9rem;font-weight:700}.service-panel-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.service-panel-side{flex-direction:column;gap:1rem;display:flex}.service-duration-card{background:var(--white);border:1px solid var(--sage-xl);border-radius:10px;align-items:center;gap:.9rem;padding:1.1rem 1.25rem;display:flex}.service-duration-card svg{width:26px;height:26px;stroke:var(--sage);fill:none;stroke-width:1.7px;flex-shrink:0}.service-duration-label{color:var(--text-lt);margin-bottom:.15rem;font-size:.75rem;display:block}.service-duration-card strong{color:var(--forest);font-size:1.05rem;display:block}.service-duration-note{color:var(--text-lt);margin-top:.2rem;font-size:.8rem;display:block}.service-checklist-card{background:var(--sage-xl);border-radius:10px;padding:1.25rem}.service-checklist-title{color:var(--forest);margin-bottom:.85rem;font-size:.8rem;font-weight:700}.service-checklist-card ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.service-checklist-card li{color:var(--text-md);align-items:center;gap:.6rem;font-size:.9rem;line-height:1.35;display:flex}.service-checklist-card li svg{width:18px;height:18px;stroke:var(--sage);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}@media (width<=720px){.service-tabs-nav{grid-template-columns:1fr}.service-tab{border-right:none}.service-panel{grid-template-columns:1fr}}#werkwijze{background:var(--forest);color:var(--white)}#werkwijze .label{color:var(--sage-lt)}#werkwijze h2{color:var(--white);margin-bottom:3rem}.steps{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:0;display:grid;position:relative}.steps:before{content:"";background:#ffffff26;height:1px;position:absolute;top:28px;left:0;right:0}.step{padding:3rem 1.5rem 1rem 0;position:relative}.step-num{letter-spacing:.08em;width:56px;height:56px;color:var(--sage-lt);background:var(--forest);z-index:1;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:.8rem;font-weight:700;display:flex;position:relative}.step h3{color:var(--white);margin-bottom:.5rem;font-size:1rem}.step p{color:#fff9;max-width:none;font-size:.875rem}#waarom{background:var(--forest);color:var(--white)}#waarom .label{color:var(--sage-lt)}#waarom h2{color:var(--white)}.why-grid{grid-template-columns:repeat(3,1fr);margin-top:1rem;display:grid}.why-card{border-top:1px solid #ffffff24;border-left:1px solid #ffffff24;padding:2rem 2.25rem}.why-card:nth-child(-n+3){border-top:none}.why-card:nth-child(3n+1){border-left:none}.why-card h3{color:var(--white);margin-bottom:.5rem}.why-card p{color:#ffffffa6;font-size:.9rem}@media (width<=860px){.why-grid{grid-template-columns:repeat(2,1fr)}.why-card{border-top:1px solid #ffffff24;border-left:1px solid #ffffff24}.why-card:nth-child(-n+3){border-top:1px solid #ffffff24}.why-card:nth-child(3n+1){border-left:1px solid #ffffff24}.why-card:nth-child(-n+2){border-top:none}.why-card:nth-child(odd){border-left:none}}@media (width<=560px){.why-grid{grid-template-columns:1fr}.why-card{border-top:1px solid #ffffff24;border-left:none!important}.why-card:first-child{border-top:none}}.voor-wie-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.voor-wie-card{background:var(--white);border:1px solid var(--sage-xl);border-radius:12px;padding:1.75rem}.voor-wie-card .vw-label{letter-spacing:.08em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.voor-wie-card h3{color:var(--forest);margin-bottom:.75rem;font-size:1.1rem}.voor-wie-card ul{margin:0;padding:0;list-style:none}.voor-wie-card ul li{color:var(--text);margin-bottom:.4rem;padding-left:1.25rem;font-size:.9rem;line-height:1.5;position:relative}.voor-wie-card ul li:before{content:"✓";color:var(--sage);font-weight:700;position:absolute;left:0}#contact{background:var(--white)}.contact-inner{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));align-items:stretch;display:grid}.contact-text .label{margin-bottom:.75rem}.contact-text h2{margin-bottom:1rem}.contact-text p{margin-bottom:1.5rem}.contact-text p a{color:var(--forest);font-weight:700}.contact-text p a:hover{text-decoration:underline}.contact-detail{color:var(--text-md);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.contact-detail svg{width:18px;height:18px;stroke:var(--sage);fill:none;stroke-width:1.8px;flex-shrink:0}.contact-card{background:var(--white);border:1px solid var(--sage-xl);border-radius:10px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.3rem;transition:border-color .2s;display:flex}a.contact-card:hover{border-color:var(--forest)}.contact-card-icon{background:var(--forest);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.contact-card-icon svg{width:18px;height:18px;stroke:var(--white);fill:none;stroke-width:1.8px}.contact-card-label{letter-spacing:.08em;text-transform:uppercase;color:var(--sage);margin-bottom:.15rem;font-size:.72rem;font-weight:700;display:block}.contact-card-value{color:var(--text);font-size:1rem;font-weight:700;display:block}a.contact-card:hover .contact-card-value{color:var(--forest);text-decoration:underline}.contact-form{background:var(--white);border:1px solid var(--sage-xl);border-radius:8px;flex-direction:column;padding:clamp(1.5rem,4vw,2.5rem);display:flex}.contact-form form{flex-direction:column;flex:1;min-height:0;display:flex}.contact-form-note{color:var(--text-lt);text-align:center;margin-top:1.25rem;font-size:.85rem}.form-row{margin-bottom:1.1rem}label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-md);margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}input,textarea,select{border:1.5px solid var(--sage-xl);border-radius:var(--radius);background:var(--white);width:100%;color:var(--text);outline:none;padding:.65rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--sage)}textarea{resize:vertical;min-height:110px}.form-row-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-submit{background:var(--forest);width:100%;color:var(--white);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.8rem 1.5rem;font-family:inherit;font-size:.925rem;font-weight:600;transition:background .2s;display:inline-flex}.contact-form .btn-submit{margin-top:auto}.btn-submit svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:transform .2s}.btn-submit:hover{background:var(--forest2)}.btn-submit:hover svg{transform:translate(3px)}footer{background:var(--forest);color:#fff9;padding-block:3rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-links{flex-direction:column;gap:.5rem;display:flex}.footer-links a{font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-heading{color:#ffffffe6;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:600}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;font-size:.8rem;display:flex}.page-hero{background:var(--forest);padding-block:clamp(3rem,8vw,6rem) clamp(3rem,6vw,5rem);position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(50% 70% at 80%,#7a9e8b26 0%,#0000 70%);position:absolute;inset:0}.page-hero-inner{z-index:1;position:relative}.breadcrumb{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.breadcrumb a{color:#ffffffbf;transition:color .2s}.breadcrumb a:hover{color:var(--sage-lt)}.page-hero .label{color:var(--sage-lt);margin-bottom:.75rem}.page-hero h1{color:var(--white);max-width:22ch;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.2rem)}.page-hero .page-sub{color:#ffffffb3;max-width:52ch;font-size:1.1rem}.sp-section{padding-block:clamp(1.5rem,2.5vw,2.5rem)}.sp-section.bg-white,.sp-section.bg-paper{background:var(--white)}.sp-section.bg-sand{background:var(--sand-lt)}.sp-section.bg-forest{background:var(--forest)}.sp-section h2{margin-bottom:1rem}.sp-section .label{margin-bottom:.75rem}.sp-section>.container>p{margin-bottom:2rem}.intro-grid{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));align-items:start;display:grid}.intro-text p{margin-bottom:1rem}.intro-text p:last-child{margin-bottom:0}.intro-text ul{color:var(--text-md);margin:0 0 1.15rem 1.25rem}.intro-text li{margin-bottom:.5rem;line-height:1.65}.intro-text .source-date{color:var(--text-lt);margin-top:1.5rem;font-size:.85rem}.plain-checklist{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.plain-checklist li{color:var(--text-md);padding-left:1.6rem;line-height:1.6;position:relative}.plain-checklist li:before{content:"✓";color:var(--sage);font-weight:700;position:absolute;top:0;left:0}.plain-checklist li a{color:var(--forest);font-weight:600}.plain-checklist li a:hover{text-decoration:underline}.info-box{background:var(--forest);color:var(--white);border-radius:8px;padding:clamp(1.5rem,3vw,2.25rem)}.info-box-title{letter-spacing:.12em;text-transform:uppercase;color:var(--sage-lt);margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.info-box ul{flex-direction:column;gap:.85rem;list-style:none;display:flex}.info-box li{color:#fffc;padding-left:1.4rem;font-size:.9rem;line-height:1.6;position:relative}.info-box li:before{content:"→";color:var(--sage-lt);font-weight:600;position:absolute;top:0;left:0}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1rem;margin-top:2.5rem;display:grid}.feature-item{background:var(--white);border:1px solid var(--sage-xl);border-radius:8px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.feature-dot{background:var(--sage);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.5rem}.feature-item h4{color:var(--forest);margin-bottom:.3rem;font-size:.95rem;font-weight:600}.feature-item p{max-width:none;margin:0;font-size:.875rem}.vsteps{flex-direction:column;gap:0;display:flex}.vstep{gap:1.5rem;padding-bottom:2rem;display:flex;position:relative}.vstep:last-child{padding-bottom:0}.vstep:after{content:"";background:var(--sage-xl);width:1px;position:absolute;top:44px;bottom:0;left:21px}.vstep:last-child:after{display:none}.vstep-num{background:var(--sage-xl);width:44px;height:44px;color:var(--forest);letter-spacing:.05em;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex;position:relative}.vstep-body{padding-top:.6rem}.vstep-body h3{color:var(--forest);margin-bottom:.4rem;font-size:1rem}.vstep-body p{max-width:none;font-size:.9rem}.vsteps-forest .vstep:after{background:#ffffff26}.vsteps-forest .vstep-num{color:var(--sage-lt);background:#ffffff1f}.vsteps-forest .vstep-body h3{color:var(--white)}.vsteps-forest .vstep-body p{color:#ffffffa6}.timeline-pill{background:var(--sage-xl);color:var(--forest);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.timeline-pill svg{width:16px;height:16px;stroke:var(--forest);fill:none;stroke-width:1.8px}.compare-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1rem;margin-top:2rem;display:grid}.compare-card{border:1px solid var(--sage-xl);background:var(--white);border-radius:8px;padding:1.5rem}.compare-card.highlight{background:var(--forest);border-color:var(--forest)}.compare-card h4,.compare-card h3{margin-bottom:.3rem;font-size:.9rem;font-weight:700}.compare-card p{margin:0;font-size:.85rem}.compare-card.highlight h4,.compare-card.highlight h3{color:var(--sage-lt)}.compare-card.highlight p{color:#ffffffb3}.compare-card-link{color:var(--forest);margin-top:1rem;font-size:.85rem;font-weight:600;display:inline-block}.compare-card.highlight .compare-card-link{color:var(--sage-lt)}.cta-bar{background:var(--forest);text-align:center;padding-block:clamp(3rem,6vw,5rem)}.cta-bar h2{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem)}.cta-bar p{color:#ffffffb3;margin-inline:auto;text-align:center;margin-bottom:2rem}.cta-bar .btn-primary{padding:.85rem 2rem;font-size:1rem}.cta-bar p a{color:var(--sage-lt);text-underline-offset:2px;text-decoration:underline}.cta-bar p a:hover{color:var(--white)}.cta-bar .cta-phone{margin-top:1.25rem;margin-bottom:0;font-size:.95rem}[data-fade]{opacity:0;transition:opacity 1.1s,transform 1.1s;transform:translateY(20px)}[data-fade].visible{opacity:1;transform:none}.steps .step:first-child{transition-delay:0s}.steps .step:nth-child(2){transition-delay:.24s}.steps .step:nth-child(3){transition-delay:.48s}.steps .step:nth-child(4){transition-delay:.72s}.steps .step:nth-child(5){transition-delay:.96s}.highlight-box{background:var(--sand-lt);border-left:3px solid var(--sage);border-radius:0 8px 8px 0;margin-top:1.5rem;padding:1.25rem 1.5rem}.highlight-box strong{color:var(--forest);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem;font-size:.85rem;display:block}.legal-content{max-width:76ch;margin-inline:auto}.legal-content h2{margin-top:2.5rem;margin-bottom:1rem}.legal-content h2:first-of-type{margin-top:0}.legal-content h3{color:var(--forest);margin-top:1.5rem;margin-bottom:.6rem;font-size:1rem}.legal-content p{max-width:none;margin-bottom:1.1rem}.legal-content ul{margin:0 0 1.1rem 1.25rem}.legal-content li{color:var(--text-md);margin-bottom:.5rem;line-height:1.65}.legal-content a{color:var(--forest);text-underline-offset:2px;font-weight:500;text-decoration:underline}.legal-content strong{color:var(--text)}.legal-meta{color:var(--text-lt);margin-bottom:2.5rem;font-size:.85rem}.cookie-note{background:var(--paper);border-left:3px solid var(--sage);color:var(--text-md);border-radius:0 8px 8px 0;margin:0 0 2rem;padding:1rem 1.25rem;font-size:.875rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-fade]{opacity:1;transition:none;transform:none}.box-cell{transition:none}}.faq-list{border:1px solid var(--sage-xl);background:var(--white);border-radius:12px;margin-top:2rem;overflow:hidden}.faq-item{border-bottom:1px solid var(--sage-xl)}.faq-item:last-child{border-bottom:none}.faq-item summary{cursor:pointer;color:var(--forest);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-size:.975rem;font-weight:600;line-height:1.4;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";background-color:var(--sage);flex-shrink:0;width:18px;height:18px;transition:transform .2s;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.faq-item[open]>summary:after{transform:rotate(180deg)}.faq-body{color:var(--text-md);padding:0 1.25rem 1.25rem;font-size:.975rem;line-height:1.75}.faq-body p{margin:0}.faq-body p+p{margin-top:.6rem}.faq-body a{color:var(--forest);text-underline-offset:2px;font-weight:500;text-decoration:underline}.faq-footnote{color:var(--text-lt);margin-top:1.25rem;font-size:.95rem}.faq-footnote a{color:var(--forest);text-underline-offset:2px;font-weight:600;text-decoration:underline}.blog-search{max-width:440px;margin-top:2rem;position:relative}.blog-search svg{stroke:#ffffff80;fill:none;stroke-width:1.8px;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.blog-search input{color:var(--white);background:#ffffff14;border-color:#fff3;padding-left:2.75rem}.blog-search input::placeholder{color:#ffffff80}.blog-search input:focus{border-color:var(--sage-lt);background:#ffffff1f}.filter-bar{flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem;display:flex}.filter-chip{border:1px solid var(--sage-xl);background:var(--white);color:var(--text-md);cursor:pointer;border-radius:2rem;padding:.5rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.filter-chip:hover{border-color:var(--forest);color:var(--forest)}.filter-chip.active{background:var(--forest);color:var(--white);border-color:var(--forest)}.post-grid{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));display:grid}.featured-grid{gap:var(--gap);grid-template-columns:repeat(3,1fr);margin-top:2.5rem;display:grid}@media (width<=900px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.featured-grid{grid-template-columns:1fr}}.post-card{background:var(--white);border:1px solid var(--sage-xl);border-radius:10px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.post-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #1b3a2a1a}.post-card-img{aspect-ratio:16/10;background:var(--sage-xl);overflow:hidden}.post-card-img img{object-fit:cover;width:100%;height:100%}.post-card-body{flex-direction:column;flex:1;gap:.65rem;padding:1.5rem;display:flex}.post-card-body .tag{align-self:flex-start}.post-card-body h3{font-size:1.05rem}.post-card-body h3 a{color:var(--forest)}.post-card-body h3 a:hover{text-decoration:underline}.post-card-body p{margin:0;font-size:.875rem}.post-card-meta{color:var(--text-lt);flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:.5rem;font-size:.78rem;display:flex}.post-card-more{color:var(--sage);font-size:.85rem;font-weight:600}.post-card[hidden]{display:none}.no-results{text-align:center;color:var(--text-lt);padding:3rem 1rem;display:none}.no-results.visible{display:block}.no-results .btn{margin-top:1rem}.pagination{justify-content:center;gap:.5rem;margin-top:3rem;display:flex}.page-btn{border-radius:var(--radius);border:1px solid var(--sage-xl);background:var(--white);min-width:38px;height:38px;color:var(--text-md);cursor:pointer;padding-inline:.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.page-btn:hover:not(:disabled){border-color:var(--forest);color:var(--forest)}.page-btn.active{background:var(--forest);color:var(--white);border-color:var(--forest)}.page-btn:disabled{opacity:.35;cursor:not-allowed}.post-content{max-width:72ch;margin-inline:auto}.post-content p{max-width:none;margin-bottom:1.15rem}.post-content h2{margin-top:2.75rem;margin-bottom:1rem}.post-content h3{color:var(--forest);margin-top:1.75rem;margin-bottom:.75rem}.post-content ul,.post-content ol{color:var(--text-md);margin:0 0 1.15rem 1.25rem}.post-content li{margin-bottom:.5rem;line-height:1.65}.post-content a{color:var(--forest);text-underline-offset:2px;font-weight:500;text-decoration:underline}.post-content strong{color:var(--text)}.post-lead{color:var(--text-md);max-width:none;margin-bottom:0;font-size:1.15rem}.post-meta-row{color:#ffffffa6;flex-wrap:wrap;align-items:center;gap:.4rem .9rem;margin-top:1.25rem;font-size:.85rem;display:flex}.post-meta-row .dot{opacity:.5}.post-content .table-wrap{border:1px solid var(--sage-xl);border-radius:8px;max-width:72ch;margin:0 auto 1.5rem;overflow-x:auto}.sp-section .table-wrap{border:1px solid var(--sage-xl);border-radius:8px;max-width:72ch;margin:0 0 1.5rem;overflow-x:auto}.post-content table,.sp-section table{border-collapse:collapse;width:100%;min-width:440px;font-size:.875rem}.post-content table th,.sp-section table th{background:var(--paper);text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--forest);border-bottom:1px solid var(--sage-xl);white-space:nowrap;padding:.75rem 1rem;font-size:.72rem;font-weight:700}.post-content table td,.sp-section table td{border-bottom:1px solid var(--sage-xl);color:var(--text-md);vertical-align:top;padding:.75rem 1rem}.post-content table tr:last-child td,.sp-section table tr:last-child td{border-bottom:none}.post-content table strong,.sp-section table strong{color:var(--forest)}.sources-list{max-width:72ch;margin:0 auto 1.5rem;padding-left:1.25rem}.sources-list li{margin-bottom:.5rem;font-size:.85rem}.sources-list a{color:var(--forest);text-underline-offset:2px;font-weight:500;text-decoration:underline}.post-disclaimer{max-width:72ch;color:var(--text-lt);margin:1.5rem auto 0;font-size:.8rem;font-style:italic}.toc{background:var(--paper);border:1px solid var(--sage-xl);border-radius:8px;max-width:72ch;margin:0 auto 2.5rem;padding:1.5rem 1.75rem}.toc-title{letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem;font-size:.75rem;font-weight:700}.toc ol{counter-reset:toc;flex-direction:column;gap:.55rem;margin:0;list-style:none;display:flex}.toc li{counter-increment:toc}.toc a{color:var(--text-md);gap:.6rem;font-size:.9rem;transition:color .15s;display:flex}.toc a:before{content:counter(toc, decimal-leading-zero);color:var(--sage);flex-shrink:0;font-weight:700}.toc a:hover,.toc a.active{color:var(--forest);font-weight:600}.callout{border-left:3px solid var(--sage);background:var(--paper);border-radius:0 8px 8px 0;max-width:72ch;margin:2rem auto;padding:1.5rem 1.75rem}.callout-label{letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.callout p:last-child{margin-bottom:0}.callout.summary{border-left-color:var(--forest)}.author-box{background:var(--white);border:1px solid var(--sage-xl);border-radius:8px;align-items:center;gap:1rem;max-width:72ch;margin:3rem auto 0;padding:1.5rem;display:flex}.author-avatar{background:var(--forest);width:52px;height:52px;color:var(--sage-lt);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.author-info .author-name{color:var(--forest);font-size:.95rem;font-weight:700}.author-info p{margin:.15rem 0 0;font-size:.85rem}.related-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.25rem;margin-top:2rem;display:grid}.newsletter-msg{min-height:1.2em;margin-top:.75rem;font-size:.85rem}.newsletter-msg.ok{color:var(--sage);font-weight:600}.newsletter-msg.error{color:#b3432b;font-weight:600}.newsletter-form{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.newsletter-form .form-row{flex:1;min-width:220px;margin-bottom:0}.newsletter-form .btn-submit{white-space:nowrap;width:auto;margin-top:0}.newsletter-hp{opacity:0;width:0;height:0;position:absolute;left:-9999px}@media (width<=640px){.newsletter-form{flex-direction:column;align-items:stretch}.newsletter-form .btn-submit{width:100%}}
