:root{--tz-navy:#62260e;--tz-blue:#8b421d;--tz-gold:#d29a36;--tz-ink:#2b211d;--tz-muted:#6f625c;--tz-line:#e4d9d3;--tz-soft:#faf6f3;--tz-white:#fff;--tz-success:#287557}
.tzcf{max-width:1080px;margin:40px auto;padding:0 20px;color:var(--tz-ink);font-family:inherit}.tzcf *{box-sizing:border-box}.tzcf__hero{padding:42px;border-radius:20px;background:linear-gradient(135deg,var(--tz-navy),#234d6d);color:#fff;box-shadow:0 18px 55px rgba(21,38,61,.18)}.tzcf__eyebrow{display:inline-block;margin-bottom:10px;color:#f4c66d;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}.tzcf__hero h1{margin:0 0 12px;color:#fff;font-size:clamp(1.8rem,4vw,3rem);line-height:1.12}.tzcf__hero p{max-width:780px;margin:0;color:#e7edf2;font-size:1.08rem}.tzcf__trust{display:flex;flex-wrap:wrap;gap:12px 24px;margin:22px 0 0;padding:0;list-style:none}.tzcf__trust li:before{content:'✓';margin-right:8px;color:#f4c66d;font-weight:800}.tzcf__progress{height:7px;margin:28px 0 12px;border-radius:9px;background:#e8edf1;overflow:hidden}.tzcf__progress span{display:block;height:100%;background:linear-gradient(90deg,var(--tz-gold),#e9bc61);transition:width .25s ease}.tzcf__steps{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:0 0 26px;padding:0;list-style:none;color:#89929a;font-size:.82rem;text-align:center}.tzcf__steps li.is-active{color:var(--tz-navy);font-weight:700}.tzcf__panel{display:none;margin:0;padding:32px;border:1px solid var(--tz-line);border-radius:18px;background:#fff;box-shadow:0 12px 36px rgba(23,33,43,.06)}.tzcf__panel.is-active{display:block}.tzcf legend{padding:0 8px;color:var(--tz-navy);font-size:1.55rem;font-weight:800}.tzcf__hint{margin-top:0;color:var(--tz-muted)}.tzcf__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tzcf__card input,.tzcf__choice input{position:absolute;opacity:0;pointer-events:none}.tzcf__card span,.tzcf__choice span{display:flex;flex-direction:column;height:100%;padding:20px;border:2px solid var(--tz-line);border-radius:14px;background:#fff;cursor:pointer;transition:.18s ease}.tzcf__card span:hover,.tzcf__choice span:hover{border-color:#90adc0;transform:translateY(-1px)}.tzcf__card input:focus-visible+span,.tzcf__choice input:focus-visible+span{outline:3px solid rgba(31,95,139,.25);outline-offset:2px}.tzcf__card input:checked+span,.tzcf__choice input:checked+span{border-color:var(--tz-gold);background:#fffbf2;box-shadow:0 0 0 3px rgba(210,154,54,.14)}.tzcf__card strong,.tzcf__choice strong{color:var(--tz-navy);font-size:1.03rem}.tzcf__card small,.tzcf__choice span{color:var(--tz-muted)}.tzcf__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tzcf__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.tzcf__wide{grid-column:1/-1}.tzcf label{display:flex;flex-direction:column;gap:7px;color:var(--tz-navy);font-weight:700}.tzcf input,.tzcf select,.tzcf textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #bfcbd3;border-radius:9px;background:#fff;color:var(--tz-ink);font:inherit}.tzcf textarea{resize:vertical}.tzcf input:focus,.tzcf select:focus,.tzcf textarea:focus{outline:3px solid rgba(31,95,139,.16);border-color:var(--tz-blue)}.tzcf__conditional{margin-top:26px;padding:24px;border-radius:14px;background:var(--tz-soft)}.tzcf__conditional[hidden]{display:none}.tzcf__conditional h3{margin-top:0;color:var(--tz-navy)}.tzcf__notice,.tzcf__legal{margin:20px 0 0;padding:16px 18px;border-left:4px solid var(--tz-gold);background:#fffaf0;color:#4c5660}.tzcf__choice-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px}.tzcf__choice span{min-height:120px}.tzcf__consent{flex-direction:row!important;align-items:flex-start;margin-top:20px;color:#45515c!important;font-weight:500!important}.tzcf__consent input{width:20px;min-height:20px;margin-top:2px}.tzcf__summary dl{margin:0}.tzcf__summary dl>div{display:grid;grid-template-columns:210px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--tz-line)}.tzcf__summary dt{color:var(--tz-muted)}.tzcf__summary dd{margin:0;font-weight:700;white-space:pre-wrap}.tzcf__actions{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.tzcf__actions button{min-height:50px;padding:12px 24px;border:0;border-radius:9px;font-weight:800;cursor:pointer}.tzcf__next,.tzcf__submit{margin-left:auto;background:var(--tz-gold);color:#182333}.tzcf__back{background:#e8edf1;color:var(--tz-navy)}.tzcf__actions button:disabled{opacity:.6;cursor:wait}.tzcf__status{min-height:28px;margin-top:12px;color:#a52b2b;font-weight:700}.tzcf__hp{position:absolute!important;left:-9999px!important}.tzcf__success{padding:48px 20px;text-align:center}.tzcf__success>span{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#e4f5ee;color:var(--tz-success);font-size:2rem;font-weight:900}.tzcf__success h3{color:var(--tz-navy);font-size:1.8rem}
.tzcf__filters{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.tzcf__filters button{min-height:42px;padding:9px 15px;border:1px solid #b9c8d2;border-radius:999px;background:#fff;color:var(--tz-navy);font:inherit;font-weight:700;cursor:pointer}.tzcf__filters button:hover,.tzcf__filters button.is-active{border-color:var(--tz-blue);background:var(--tz-blue);color:#fff}.tzcf__filters button:focus-visible{outline:3px solid rgba(31,95,139,.25);outline-offset:2px}.tzcf__card[hidden]{display:none}.tzcf__subsection{margin-top:24px;padding:22px;border:1px solid #c7dce8;border-radius:14px;background:#f7fbfd}.tzcf__subsection h4{margin:0 0 8px;color:var(--tz-navy);font-size:1.2rem}.tzcf__subsection>p{color:#4f5f6b}
@media(max-width:760px){.tzcf{padding:0 12px}.tzcf__hero{padding:28px 22px}.tzcf__panel{padding:24px 18px}.tzcf__cards,.tzcf__grid,.tzcf__grid--3,.tzcf__choice-row,.tzcf__choice-row--paid{grid-template-columns:1fr}.tzcf__steps{font-size:.68rem}.tzcf__summary dl>div{grid-template-columns:1fr;gap:3px}.tzcf__actions button{padding:12px 18px}.tzcf__filters{gap:7px}.tzcf__filters button{flex:1 1 calc(50% - 7px)}}
@media(prefers-reduced-motion:reduce){.tzcf *{scroll-behavior:auto!important;transition:none!important}}
.tzcf__assistant{margin:0 0 24px;padding:20px;border:1px solid #c7dce8;border-radius:14px;background:linear-gradient(135deg,#f2f8fb,#fff)}.tzcf__assistant>div{display:flex;align-items:center;gap:9px;color:var(--tz-blue)}.tzcf__assistant>div span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--tz-blue);color:#fff}.tzcf__assistant p{margin:10px 0;color:#435360}.tzcf__assistant ul{margin:0;padding-left:20px;color:#52606b}.tzcf__assist-description{align-self:flex-start;min-height:38px!important;width:auto!important;padding:8px 13px!important;border:1px solid var(--tz-blue)!important;background:#fff!important;color:var(--tz-blue)!important;font-weight:700;cursor:pointer}.tzcf__wide small{color:#53616d;font-weight:500}.tzcf__readiness{margin:0 0 22px;padding:18px;border-radius:12px;background:var(--tz-soft)}.tzcf__readiness>div{height:9px;margin:10px 0;border-radius:8px;background:#dfe7eb;overflow:hidden}.tzcf__readiness>div span{display:block;height:100%;background:linear-gradient(90deg,var(--tz-gold),var(--tz-success))}.tzcf__readiness p{margin:8px 0 0;color:#53616d}
.tzcf__paid{margin:26px 0 0;padding:24px;border:1px solid #e1c88f;border-radius:16px;background:linear-gradient(135deg,#fffaf0,#fff)}.tzcf__paid-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.tzcf__paid-heading>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:var(--tz-gold);color:var(--tz-navy);font-size:1.25rem;font-weight:900}.tzcf__paid-heading h3{margin:0 0 4px;color:var(--tz-navy)}.tzcf__paid-heading p{margin:0;color:var(--tz-muted)}.tzcf__choice-row--paid{grid-template-columns:repeat(2,minmax(0,1fr))}.tzcf__paid-note{margin:4px 0 0;padding:14px 16px;border-radius:10px;background:#fff;color:#485560}.tzcf__paid-note strong{color:var(--tz-navy)}

/* T&Z visual identity — brown, gold and calm neutral surfaces. */
.tzcf{max-width:1120px;font-family:"Plus Jakarta Sans",inherit,sans-serif}
.tzcf__hero{position:relative;overflow:hidden;padding:44px;background:linear-gradient(135deg,#62260e,#8b421d);box-shadow:0 18px 55px rgba(98,38,14,.18)}
.tzcf__hero:after{content:"";position:absolute;right:-70px;bottom:-110px;width:260px;height:260px;border:42px solid rgba(210,154,54,.15);border-radius:50%;pointer-events:none}
.tzcf__hero>*{position:relative;z-index:1}
.tzcf__panel{box-shadow:0 14px 38px rgba(98,38,14,.07)}
.tzcf__cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.tzcf__card span,.tzcf__choice span{border-color:#e4d9d3}
.tzcf__card span:hover,.tzcf__choice span:hover{border-color:#bb896f;box-shadow:0 8px 24px rgba(98,38,14,.08)}
.tzcf__card input:focus-visible+span,.tzcf__choice input:focus-visible+span,.tzcf__filters button:focus-visible{outline-color:rgba(98,38,14,.28)}
.tzcf__card input:checked+span,.tzcf__choice input:checked+span{background:#fff8ed;box-shadow:0 0 0 3px rgba(210,154,54,.18)}
.tzcf input:focus,.tzcf select:focus,.tzcf textarea:focus{outline-color:rgba(98,38,14,.18);border-color:#8b421d}
.tzcf__filters button:hover,.tzcf__filters button.is-active{border-color:#62260e;background:#62260e;color:#fff}
.tzcf__next,.tzcf__submit{background:#d29a36;color:#62260e;box-shadow:0 8px 20px rgba(98,38,14,.12)}
.tzcf__next:hover,.tzcf__submit:hover{background:#e0ad4d;transform:translateY(-1px)}
.tzcf__back{background:#f0e8e3;color:#62260e}
.tzcf__assistant{border-color:#dec7ba;background:linear-gradient(135deg,#fcf6f1,#fff)}
.tzcf__assistant>div,.tzcf__assist-description{color:#62260e!important}
.tzcf__assistant>div span{background:#62260e}
.tzcf__assist-description{border-color:#8b421d!important}
.tzcf__subsection{border-color:#dec7ba;background:#fcf8f5}
@media(max-width:980px){.tzcf__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.tzcf{margin:24px auto;padding:0 12px}.tzcf__hero{padding:30px 22px;border-radius:16px}.tzcf__hero h1{font-size:clamp(1.65rem,7vw,2.15rem)}.tzcf__cards{grid-template-columns:1fr}.tzcf__steps{overflow-x:auto;justify-content:start}.tzcf__steps li{min-width:70px}.tzcf__actions{position:sticky;bottom:8px;z-index:5;padding:10px;border:1px solid #eadfd8;border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(98,38,14,.12)}.tzcf__actions button{flex:1}.tzcf__hero:after{right:-120px;bottom:-150px}}
.tzcf__save-status{min-height:24px;margin-top:14px;color:var(--tz-muted);font-size:.92rem;font-weight:600}.tzcf__save-status.is-saving{color:#725016}.tzcf__save-status.is-saved{color:var(--tz-success)}.tzcf__save-status.is-error{color:#a52b2b}.tzcf__new-request{margin-left:8px;padding:5px 9px;border:1px solid currentColor;border-radius:7px;background:#fff;color:var(--tz-navy);font:inherit;font-size:.86rem;font-weight:700;cursor:pointer}.tzcf__new-request:focus-visible{outline:3px solid rgba(98,38,14,.2);outline-offset:2px}
.tzcf__indication{position:relative;margin:0 0 24px;padding:26px;border:1px solid #dec7ba;border-radius:16px;background:linear-gradient(135deg,#fcf6f1,#fff);overflow:hidden}.tzcf__indication:after{content:"";position:absolute;right:-70px;top:-80px;width:190px;height:190px;border:30px solid rgba(210,154,54,.1);border-radius:50%;pointer-events:none}.tzcf__indication>*{position:relative;z-index:1}.tzcf__indication-kicker{margin-bottom:7px;color:#8b421d;font-size:.78rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.tzcf__indication h3{margin:0 0 4px;color:#62260e;font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.15}.tzcf__indication h4{margin:18px 0 6px;color:#62260e}.tzcf__indication ul{margin:8px 0;padding-left:20px}.tzcf__indication li+li{margin-top:5px}.tzcf__indication-label{margin:0 0 14px;color:#6f625c;font-weight:700}.tzcf__indication details{margin-top:16px;padding:13px 15px;border:1px solid #eadfd8;border-radius:10px;background:#fff}.tzcf__indication summary{cursor:pointer;color:#62260e;font-weight:800}.tzcf__indication-disclaimer{margin:18px 0 0;padding:14px 16px;border-left:4px solid #d29a36;background:#fffaf0;color:#4c4642}.tzcf__indication-meta{margin:12px 0 0;color:#7b706a;font-size:.78rem}.tzcf__budget-warning{padding:14px 16px;border-radius:10px;background:#fff0dc;color:#6d401e}.tzcf__preview-flag{display:inline-block;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#62260e;color:#fff;font-size:.76rem;font-weight:800}.tzcf__indication.is-loading{opacity:.82}.tzcf__indication.is-unavailable{border-color:#cbd5dc;background:#f7fafb}.tzcf__indication.is-error{border-color:#e4b9b9;background:#fff7f7}.tzcf__consent--indication{padding:16px 18px;border:1px solid #e1c88f;border-radius:12px;background:#fffaf0}.tzcf__success-price{display:flex;flex-direction:column;gap:6px;max-width:640px;margin:24px auto;padding:22px;border:1px solid #e1c88f;border-radius:14px;background:#fffaf0}.tzcf__success-price span{color:#8b421d;font-size:.8rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.tzcf__success-price strong{color:#62260e;font-size:1.35rem}.tzcf__success-price small{color:#665c57}
@media(max-width:760px){.tzcf__indication{padding:21px 18px}.tzcf__indication h3{font-size:1.55rem}}

/* 1.4.0 — progressive service choice, Projectpaspoort and verified proof. */
.tzcf__proof{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:16px;margin:18px 0 0}
.tzcf__proof.is-single{grid-template-columns:1fr}
.tzcf__proof-project,.tzcf__proof-review{margin:0;border:1px solid var(--tz-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(98,38,14,.06);overflow:hidden}
.tzcf__proof-project{display:grid;grid-template-columns:1fr}.tzcf__proof-project.has-image{grid-template-columns:minmax(180px,.8fr) minmax(0,1.2fr)}
.tzcf__proof-project>div:last-child{padding:22px}.tzcf__proof-image img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover}
.tzcf__proof-project span,.tzcf__proof-review cite{color:var(--tz-muted);font-size:.82rem;font-style:normal}.tzcf__proof-project h3{margin:6px 0 8px;color:var(--tz-navy)}.tzcf__proof-project p{margin:0 0 10px}.tzcf__proof a{color:var(--tz-blue);font-weight:800}
.tzcf__proof-review{padding:24px}.tzcf__proof-review p{margin:12px 0;font-size:1.05rem;line-height:1.55}.tzcf__proof-review a{display:block;margin-top:10px}.tzcf__stars{color:var(--tz-gold);font-size:1.15rem;letter-spacing:.08em}
.tzcf__categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0}
.tzcf__categories button{display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:start;min-height:112px;padding:18px;border:2px solid var(--tz-line);border-radius:14px;background:#fff;color:var(--tz-ink);font:inherit;text-align:left;cursor:pointer;transition:.18s ease}
.tzcf__categories button>span{display:grid;place-items:center;width:40px;height:40px;grid-row:1/3;border-radius:50%;background:var(--tz-soft);color:var(--tz-blue);font-size:.78rem;font-weight:900}
.tzcf__categories button strong{color:var(--tz-navy);font-size:1.02rem}.tzcf__categories button small{margin-top:5px;color:var(--tz-muted);line-height:1.4}
.tzcf__categories button:hover,.tzcf__categories button.is-active{border-color:var(--tz-gold);background:#fffaf0;box-shadow:0 8px 24px rgba(98,38,14,.08);transform:translateY(-1px)}
.tzcf__categories button:focus-visible,.tzcf__help-choose:focus-visible,.tzcf__change-category:focus-visible,.tzcf__success-action:focus-visible{outline:3px solid rgba(98,38,14,.25);outline-offset:3px}
.tzcf__service-stage{margin-top:24px;padding-top:24px;border-top:1px solid var(--tz-line)}.tzcf__service-stage[hidden]{display:none}.tzcf__service-stage-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.tzcf__service-stage-heading span{color:var(--tz-muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.tzcf__service-stage-heading h3{margin:2px 0 0;color:var(--tz-navy)}
.tzcf__change-category,.tzcf__help-choose{min-height:42px;padding:9px 14px;border:1px solid var(--tz-blue);border-radius:9px;background:#fff;color:var(--tz-blue);font:inherit;font-weight:800;cursor:pointer}.tzcf__help-choose{display:block;margin:22px auto 0}
.tzcf__location{margin-top:26px;padding:24px;border:1px solid var(--tz-line);border-radius:14px;background:#fff}.tzcf__section-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:18px}.tzcf__section-heading>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:var(--tz-soft);color:var(--tz-blue);font-weight:900}.tzcf__section-heading h3{margin:0;color:var(--tz-navy)}.tzcf__section-heading p{margin:4px 0 0;color:var(--tz-muted)}.tzcf__address-note{margin:14px 0 0;color:var(--tz-muted);font-size:.9rem}
.tzcf__choice-row--two{grid-template-columns:repeat(2,minmax(0,1fr))}.tzcf__paid-choice[hidden]{display:none}
.tzcf__passport{margin:0 0 24px;padding:26px;border:1px solid #d5c2b8;border-radius:17px;background:#fff;box-shadow:0 14px 34px rgba(98,38,14,.08)}
.tzcf__passport-head{display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--tz-line)}.tzcf__passport-head>span{display:grid;place-items:center;flex:0 0 52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--tz-navy),var(--tz-blue));color:#fff;font-weight:900;letter-spacing:.04em}.tzcf__passport-head small{color:var(--tz-gold);font-weight:900;text-transform:uppercase;letter-spacing:.06em}.tzcf__passport-head h3{margin:2px 0 0;color:var(--tz-navy);font-size:1.45rem}
.tzcf__passport-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.tzcf__passport-meta>div{padding:14px;border-radius:11px;background:var(--tz-soft)}.tzcf__passport-meta small{display:block;margin-bottom:4px;color:var(--tz-muted)}.tzcf__passport-meta strong{color:var(--tz-navy);line-height:1.35}
.tzcf__passport-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tzcf__passport-grid section{padding:17px;border:1px solid var(--tz-line);border-radius:12px}.tzcf__passport-grid h4{margin:0 0 10px;color:var(--tz-navy)}.tzcf__passport-grid ul,.tzcf__passport-grid ol{margin:0;padding-left:20px}.tzcf__passport-grid li+li{margin-top:7px}.tzcf__passport-foot{display:flex;justify-content:space-between;gap:18px;margin-top:18px;padding:15px 17px;border-radius:11px;background:#fff8ed}.tzcf__passport-foot span{color:var(--tz-blue);font-weight:800}.tzcf__passport-foot strong{color:var(--tz-navy);text-align:right}
.tzcf__summary-details{margin:20px 0;padding:0 18px;border:1px solid var(--tz-line);border-radius:12px;background:#fff}.tzcf__summary-details>summary{padding:16px 0;color:var(--tz-navy);font-weight:800;cursor:pointer}.tzcf__summary-details[open]>summary{border-bottom:1px solid var(--tz-line)}
.tzcf__response-promise{display:flex;align-items:flex-start;gap:13px;margin:20px 0;padding:18px;border-radius:12px;background:#eef8f3}.tzcf__response-promise>span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:var(--tz-success);color:#fff;font-weight:900}.tzcf__response-promise strong{color:#1f5f48}.tzcf__response-promise p{margin:3px 0 0;color:#3f5f52}
.tzcf__success-reference{display:inline-flex;flex-direction:column;margin:14px auto 4px;padding:12px 22px;border-radius:10px;background:var(--tz-soft)}.tzcf__success-reference small{color:var(--tz-muted)}.tzcf__success-reference strong{color:var(--tz-navy);font-size:1.25rem}.tzcf__passport--success{margin-top:24px;text-align:left}.tzcf__success-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px}.tzcf__success-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 18px;border:1px solid var(--tz-blue);border-radius:9px;background:#fff;color:var(--tz-blue);font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.tzcf__success-action.is-primary{border-color:var(--tz-gold);background:var(--tz-gold);color:var(--tz-navy)}.tzcf__success-note{color:var(--tz-muted);font-size:.86rem}
.tzcf__assistant-next{margin-top:14px!important;padding:12px 14px;border-radius:9px;background:#fff8ed;color:var(--tz-ink)!important}.tzcf__assistant-next strong{color:var(--tz-navy)}
@media(max-width:900px){.tzcf__proof,.tzcf__passport-grid{grid-template-columns:1fr}.tzcf__passport-meta{grid-template-columns:1fr 1fr}.tzcf__proof-project.has-image{grid-template-columns:1fr}.tzcf__proof-image img{max-height:320px}}
@media(max-width:760px){.tzcf__categories,.tzcf__choice-row--two,.tzcf__passport-meta{grid-template-columns:1fr}.tzcf__categories button{min-height:96px}.tzcf__service-stage-heading,.tzcf__passport-foot{align-items:flex-start;flex-direction:column}.tzcf__passport{padding:20px 16px}.tzcf__passport-foot strong{text-align:left}.tzcf__location{padding:20px 16px}.tzcf__proof{margin-top:12px}}

/* 1.4.2 — compact architectural introduction and faster guided intake. */
.tzcf{
  --tz-navy:#1c1e1f;
  --tz-blue:#5f584e;
  --tz-ink:#242526;
  --tz-muted:#666762;
  --tz-line:#dfddd7;
  --tz-soft:#f6f5f1;
  max-width:1120px;
  color:var(--tz-ink);
}
.tzcf__hero{
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);
  gap:24px 38px;
  padding:38px 40px 30px;
  border:1px solid rgba(210,154,54,.22);
  border-radius:20px;
  background:
    radial-gradient(circle at 100% 0,rgba(210,154,54,.20),transparent 34%),
    linear-gradient(145deg,#121415 0%,#232526 68%,#292724 100%);
  box-shadow:0 22px 58px rgba(17,19,20,.20);
}
.tzcf__hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.12;
  background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);
  background-size:48px 48px;
  -webkit-mask-image:linear-gradient(110deg,transparent 10%,#000 72%);
  mask-image:linear-gradient(110deg,transparent 10%,#000 72%);
  pointer-events:none;
}
.tzcf__hero:after{
  content:"";
  position:absolute;
  right:-95px;
  bottom:-135px;
  z-index:-1;
  width:270px;
  height:270px;
  border:1px solid rgba(210,154,54,.28);
  border-radius:50%;
  box-shadow:0 0 0 34px rgba(210,154,54,.045),0 0 0 72px rgba(210,154,54,.025);
  pointer-events:none;
}
.tzcf__hero-copy{align-self:center;max-width:680px}
.tzcf__eyebrow{
  margin:0 0 13px;
  color:#e7b75b!important;
  font-size:.74rem!important;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase!important;
}
.tzcf__hero h1{
  max-width:720px;
  margin:0 0 16px!important;
  color:#fff!important;
  font-size:clamp(2.45rem,5vw,4.65rem)!important;
  font-weight:780!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  text-transform:none!important;
}
.tzcf__hero-copy>p{
  max-width:650px;
  margin:0!important;
  color:#dedfdd!important;
  font-size:1.03rem!important;
  line-height:1.65!important;
}
.tzcf__hero-result{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:15px;
  background:rgba(255,255,255,.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(5px);
}
.tzcf__hero-result>span{margin-bottom:8px;color:#e7b75b;font-size:.72rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.tzcf__hero-result>strong{color:#fff;font-size:1.2rem;line-height:1.25}
.tzcf__hero-result>p{margin:8px 0 15px!important;color:#d7d8d6!important;font-size:.9rem!important;line-height:1.5!important}
.tzcf__hero-result>small{padding-top:13px;border-top:1px solid rgba(255,255,255,.13);color:#bfc1bf;font-size:.76rem;line-height:1.5}
.tzcf__trust{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0;
}
.tzcf__trust li{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:12px 14px;
  border-top:1px solid rgba(255,255,255,.12);
}
.tzcf__trust li:before{content:none}
.tzcf__trust strong{color:#fff;font-size:.88rem;line-height:1.25}
.tzcf__trust span{margin-top:3px;color:#aeb1ae;font-size:.73rem;line-height:1.25}
.tzcf__progress{height:5px;margin:24px 0 10px;background:#ebe9e4}
.tzcf__steps{margin-bottom:20px;color:#8b8d89}
.tzcf__steps li.is-active{color:#242526}
.tzcf__panel{border-color:var(--tz-line);box-shadow:0 16px 42px rgba(27,29,30,.07)}
.tzcf legend{color:#242526;font-size:clamp(1.35rem,3vw,1.75rem)}
.tzcf__hint{max-width:760px;line-height:1.55}
.tzcf label{color:#2c2d2d}
.tzcf input,.tzcf select,.tzcf textarea{border-color:#c9c8c3;border-radius:10px}
.tzcf input:focus,.tzcf select:focus,.tzcf textarea:focus{outline-color:rgba(210,154,54,.24);border-color:#a97822}
.tzcf__notice,.tzcf__legal{border-left-color:#d29a36;background:#faf7ef;color:#555650}
.tzcf__categories button{border-color:var(--tz-line);border-radius:13px}
.tzcf__categories button>span{background:#f1eee6;color:#8a641f}
.tzcf__categories button strong,.tzcf__card strong,.tzcf__choice strong{color:#252626}
.tzcf__categories button:hover,.tzcf__categories button.is-active{border-color:#d29a36;background:#fbf8f0;box-shadow:0 10px 28px rgba(31,32,31,.07)}
.tzcf__card span,.tzcf__choice span{border-color:var(--tz-line);border-radius:13px}
.tzcf__card span:hover,.tzcf__choice span:hover{border-color:#b69a68;box-shadow:0 10px 28px rgba(31,32,31,.07)}
.tzcf__card.is-recommended span{position:relative;border-color:#d29a36;background:#fffaf0;box-shadow:0 0 0 3px rgba(210,154,54,.12)}
.tzcf__card.is-recommended span:after{content:"Aanbevolen";position:absolute;top:10px;right:10px;padding:4px 7px;border-radius:999px;background:#242526;color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.tzcf__suggestion{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:20px 0;
  padding:16px 18px;
  border:1px solid #dac18d;
  border-radius:13px;
  background:linear-gradient(120deg,#fffaf0,#fff);
}
.tzcf__suggestion[hidden]{display:none}
.tzcf__suggestion>div>span{color:#93691d;font-size:.68rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.tzcf__suggestion p{margin:3px 0 0;color:#393a38;line-height:1.45}
.tzcf__suggestion button{flex:0 0 auto;min-height:42px;padding:9px 14px;border:0;border-radius:9px;background:#242526;color:#fff;font:inherit;font-weight:800;cursor:pointer}
.tzcf__suggestion button:focus-visible{outline:3px solid rgba(210,154,54,.35);outline-offset:3px}
.tzcf__next,.tzcf__submit{background:#d29a36;color:#1d1f20;box-shadow:0 9px 22px rgba(32,33,32,.12)}
.tzcf__next:hover,.tzcf__submit:hover{background:#e0ad4d}
.tzcf__back{background:#eeece7;color:#242526}
.tzcf__assistant{
  margin:24px 0 0;
  padding:0;
  border:1px solid var(--tz-line);
  border-radius:13px;
  background:#f8f7f3;
  overflow:hidden;
}
.tzcf__assistant>summary{display:flex;align-items:center;gap:11px;padding:16px 18px;color:#252626;cursor:pointer;list-style:none}
.tzcf__assistant>summary::-webkit-details-marker{display:none}
.tzcf__assistant>summary:after{content:"+";margin-left:auto;color:#9a6d20;font-size:1.35rem;line-height:1}
.tzcf__assistant[open]>summary:after{content:"−"}
.tzcf__assistant>summary>span:first-child{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:#242526;color:#e7b75b}
.tzcf__assistant>summary>span:nth-child(2){display:flex;flex-direction:column}
.tzcf__assistant>summary strong{color:#252626}
.tzcf__assistant>summary small{margin-top:2px;color:var(--tz-muted)}
.tzcf__assistant-body{display:block!important;padding:0 18px 18px;border-top:1px solid var(--tz-line);color:inherit!important}
.tzcf__assistant-body span{display:inline!important;width:auto!important;height:auto!important;border-radius:0!important;background:none!important;color:inherit!important}
.tzcf__assistant-body p{color:#4d4f4c}
.tzcf__assistant-next{background:#fffaf0!important}
.tzcf__assist-description{border-color:#9a6d20!important;color:#725016!important}
.tzcf__delivery{max-width:680px;margin:18px auto 4px;padding:14px 16px;border-radius:11px;text-align:left;line-height:1.5}
.tzcf__delivery.is-sent{background:#eef8f3;color:#245f48}
.tzcf__delivery.is-pending{background:#fff7e8;color:#725016}

@media(max-width:760px){
  .tzcf{margin:18px auto;padding:0 10px}
  .tzcf__hero{grid-template-columns:1fr;gap:18px;padding:24px 20px 20px;border-radius:16px}
  .tzcf__hero:before{background-size:36px 36px}
  .tzcf__hero:after{right:-135px;bottom:-165px}
  .tzcf__eyebrow{margin-bottom:10px;font-size:.68rem!important}
  .tzcf__hero h1{margin-bottom:12px!important;font-size:clamp(2rem,9.2vw,2.8rem)!important;line-height:1.01!important;letter-spacing:-.04em!important}
  .tzcf__hero-copy>p{font-size:.92rem!important;line-height:1.52!important}
  .tzcf__hero-result{padding:16px 17px;border-radius:12px}
  .tzcf__hero-result>strong{font-size:1rem}
  .tzcf__hero-result>p{margin:5px 0 10px!important;font-size:.82rem!important}
  .tzcf__hero-result>small{padding-top:9px;font-size:.7rem}
  .tzcf__trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
  .tzcf__trust li{padding:9px 5px 3px}
  .tzcf__trust strong{font-size:.72rem}
  .tzcf__trust span{font-size:.62rem}
  .tzcf__progress{margin-top:18px}
  .tzcf__panel{padding:22px 16px;border-radius:15px}
  .tzcf legend{padding:0 4px;font-size:1.35rem;line-height:1.2}
  .tzcf__hint{font-size:.9rem}
  .tzcf__suggestion{align-items:stretch;flex-direction:column;gap:12px;padding:14px}
  .tzcf__suggestion button{width:100%}
  .tzcf__card.is-recommended span{padding-top:42px}
  .tzcf__assistant>summary{padding:14px}
  .tzcf__assistant-body{padding:0 14px 14px}
  .tzcf__actions{border-color:#dedbd4;box-shadow:0 10px 30px rgba(28,30,31,.12)}
}

/* 1.4.3 — compact mobile-first introduction and lower-friction guided intake. */
.tzcf__hero{
  grid-template-columns:minmax(0,1.45fr) minmax(270px,.65fr);
  gap:20px 32px;
  padding:34px 36px 26px;
}
.tzcf__hero-copy{max-width:640px}
.tzcf__hero h1{
  margin-bottom:14px!important;
  font-size:clamp(2.2rem,4.2vw,3.65rem)!important;
  line-height:1.02!important;
}
.tzcf__hero-copy>p{font-size:.98rem!important;line-height:1.58!important}
.tzcf__hero-result{padding:19px 20px}
.tzcf__hero-result>p{margin:7px 0 12px!important;font-size:.86rem!important;line-height:1.46!important}
.tzcf__hero-result>small{padding-top:11px;font-size:.72rem;line-height:1.45}
.tzcf__trust li{padding:10px 12px 4px}
.tzcf__progress{height:4px;margin:21px 0 9px}
.tzcf__steps{gap:10px;margin-bottom:20px}
.tzcf__steps li{padding:0 4px 8px;border-bottom:2px solid #e7e5df}
.tzcf__steps li.is-active{border-color:#d29a36;color:#4f452f}
.tzcf__steps li[aria-current="step"]{color:#242526;font-weight:850}
.tzcf__panel[data-step="1"]{max-width:820px;margin-right:auto;margin-left:auto}
.tzcf input::placeholder,.tzcf textarea::placeholder{color:#8a8a85;opacity:1}
.tzcf__panel[data-step="1"] .tzcf__consent{margin-top:14px;padding:12px 13px;border:1px solid #e5e2db;border-radius:10px;background:#faf9f6;font-size:.9rem;line-height:1.45}
.tzcf__panel[data-step="1"] .tzcf__notice{margin-top:14px;padding:13px 15px;font-size:.88rem;line-height:1.45}
.tzcf__paid{margin:26px 0 0;padding:22px 24px}
.tzcf__paid-heading{display:flex;align-items:flex-start;gap:14px;margin:0;cursor:pointer;list-style:none}
.tzcf__paid-heading::-webkit-details-marker{display:none}
.tzcf__paid-heading:after{content:"+";margin-left:auto;color:#725016;font-size:1.45rem;font-weight:800;line-height:1.2}
.tzcf__paid[open]>.tzcf__paid-heading:after{content:"−"}
.tzcf__paid-body{margin-top:18px;padding-top:18px;border-top:1px solid #ead7ae}
.tzcf__paid-heading:focus-visible,.tzcf__legal-details>summary:focus-visible{outline:3px solid rgba(210,154,54,.35);outline-offset:4px}
.tzcf__legal>p{margin:7px 0 0;line-height:1.55}
.tzcf__legal-details{margin-top:12px;padding-top:11px;border-top:1px solid #e1d8c7}
.tzcf__legal-details>summary{color:#725016;font-weight:800;cursor:pointer}
.tzcf__legal-details p{font-size:.9rem;line-height:1.55}
body:has(.tzcf) .entry-header{display:none!important}

@media(max-width:760px){
  .tzcf{margin:10px auto;padding:0}
  .tzcf__hero{grid-template-columns:1fr;gap:12px;padding:18px 16px 14px;border-radius:14px}
  .tzcf__hero:before{background-size:32px 32px}
  .tzcf__eyebrow{margin-bottom:8px;font-size:.62rem!important;letter-spacing:.11em}
  .tzcf__hero h1{max-width:340px;margin-bottom:9px!important;font-size:clamp(1.65rem,7.4vw,2rem)!important;line-height:1.06!important;letter-spacing:-.035em!important}
  .tzcf__hero-copy>p{font-size:.86rem!important;line-height:1.46!important}
  .tzcf__hero-result{padding:12px 13px;border-radius:10px}
  .tzcf__hero-result>span{margin-bottom:4px;font-size:.6rem}
  .tzcf__hero-result>strong{font-size:.92rem}
  .tzcf__hero-result>p{display:none}
  .tzcf__hero-result>small{margin-top:7px;padding-top:7px;font-size:.64rem;line-height:1.4}
  .tzcf__trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}
  .tzcf__trust li{justify-content:center;min-height:34px;padding:7px 4px 1px;text-align:center}
  .tzcf__trust strong{font-size:.66rem}
  .tzcf__trust span{display:none}
  .tzcf__progress{margin-top:14px}
  .tzcf__steps{gap:4px;margin-bottom:14px;font-size:.64rem;overflow:visible}
  .tzcf__steps li{min-width:0;padding:0 1px 6px;white-space:nowrap}
  .tzcf__panel{padding:20px 16px;border-radius:14px}
  .tzcf__paid{padding:17px 15px}
  .tzcf__paid-heading{gap:10px}
  .tzcf__paid-heading>span{flex-basis:36px;height:36px;font-size:1rem}
  .tzcf__paid-heading h3{font-size:1rem;line-height:1.3}
  .tzcf__paid-heading p{font-size:.8rem;line-height:1.4}
  body:has(.tzcf) #elementor-popup-modal-3430 .dialog-widget-content{top:auto!important;right:10px!important;bottom:10px!important;left:auto!important;width:64px!important;height:64px!important}
  body:has(.tzcf) #elementor-popup-modal-3430 .elementor-element-6fbc3254,
  body:has(.tzcf) #elementor-popup-modal-3430 .e-con-inner,
  body:has(.tzcf) #elementor-popup-modal-3430 .elementor-element-dd95f78{width:64px!important;min-width:0!important;height:64px!important;min-height:0!important;margin:0!important;padding:0!important}
  body:has(.tzcf) #elementor-popup-modal-3430 .elementor-social-icon{width:52px!important;height:52px!important;font-size:30px!important}
}


/* 1.6.2: contain option controls and keep native Elementor styles out of the intake. */
.tzcf .tzcf__card,.tzcf .tzcf__choice{position:relative;min-width:0}
.tzcf .tzcf__card input,.tzcf .tzcf__choice input{width:1px;height:1px;min-width:0;min-height:0;margin:0;padding:0;border:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.tzcf .tzcf__categories button{background:#fff;color:var(--tz-ink);border:2px solid var(--tz-line);padding:18px;line-height:1.4;text-transform:none}
.tzcf .tzcf__categories button:hover,.tzcf .tzcf__categories button.is-active{background:#fbf8f0;border-color:#d29a36;color:var(--tz-ink)}
.tzcf .tzcf__next,.tzcf .tzcf__submit{background:#d29a36;color:#1d1f20;text-transform:none}
.tzcf .tzcf__next:hover,.tzcf .tzcf__submit:hover{background:#e0ad4d;color:#1d1f20}
.tzcf .tzcf__back{background:#eeece7;color:#242526;text-transform:none}
.tzcf .tzcf__back:hover{background:#e1ddd5;color:#242526}
.tzcf .tzcf__change-category,.tzcf .tzcf__help-choose{background:#fff;color:#725016;border:1px solid #c9b58e;text-transform:none}
.tzcf .tzcf__suggestion button{background:#242526;color:#fff;text-transform:none}
@media(max-width:767px){
  .tzcf .tzcf__actions{position:static;margin-bottom:20px}
  .tzcf .tzcf__actions button{min-width:0;white-space:normal}
}
@media(max-width:767px){body:has(.tzcf) #ast-scroll-top{display:none!important}}
.tzcf .tzcf__actions button{border:0}
.tzcf .tzcf__next:focus,.tzcf .tzcf__submit:focus{background:#d29a36;color:#1d1f20;border:0;outline:3px solid #6f5426;outline-offset:3px}
.tzcf .tzcf__new-request{background:#242526;color:#fff;border:0;text-transform:none}
.tzcf .tzcf__new-request:focus{background:#242526;color:#fff;outline:3px solid #b38a41;outline-offset:3px}
