.scodex-planner-wrapper{max-width:900px;margin:20px auto;background:#fff;padding:10px;border-radius:24px;box-shadow:0 20px 40px rgb(0 0 0 / .08),0 1px 3px rgb(0 0 0 / .05);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#374151;line-height:1.6}.scodex-planner-wrapper *{box-sizing:border-box}.scodex-planner-wrapper h1{margin-top:15px;text-align:center;font-size:2.2rem;font-weight:800;letter-spacing:-.025em;color:#111827;margin-bottom:10px}.scodex-planner-wrapper h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-top:20px;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f3f4f6;letter-spacing:-.01em}.scodex-planner-wrapper .intro-text{text-align:center;margin-bottom:50px;font-size:1.15rem;color:#1f2937}.scodex-form-group{margin-bottom:25px}.scodex-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:25px}@media (max-width:768px){.scodex-planner-wrapper{padding:30px 20px;border-radius:16px}.scodex-grid-2{grid-template-columns:1fr;gap:20px}}.scodex-planner-wrapper label{display:block;font-weight:600;margin-bottom:8px;color:#1f2937;font-size:.95rem}.scodex-planner-wrapper input[type="text"],.scodex-planner-wrapper input[type="email"],.scodex-planner-wrapper input[type="tel"],.scodex-planner-wrapper input[type="url"],.scodex-planner-wrapper input[type="date"],.scodex-planner-wrapper textarea,.scodex-planner-wrapper select,.scodex-planner-wrapper input[type="file"]{width:100%;padding:16px 18px;border:2px solid #e5e7eb;border-radius:12px;background-color:#f9fafb;color:#1f2937;font-family:inherit;font-size:1rem;transition:all 0.2s ease-in-out}.scodex-planner-wrapper textarea{resize:vertical;min-height:200px}.scodex-planner-wrapper input[type="file"]{padding:12px;background-color:#fff;border:2px dashed #d1d5db;cursor:pointer}.scodex-planner-wrapper input:focus,.scodex-planner-wrapper textarea:focus,.scodex-planner-wrapper select:focus{background-color:#fff;border-color:#FCC000;box-shadow:0 0 0 4px rgb(99 102 241 / .15);outline:none}.scodex-checkbox-group{display:flex;flex-direction:column;gap:12px}.scodex-checkbox-group label{font-weight:500;display:flex;align-items:center;gap:12px;cursor:pointer;color:#4b5563}.scodex-planner-wrapper input[type="checkbox"],.scodex-planner-wrapper input[type="radio"]{width:20px;height:20px;margin:0;cursor:pointer;accent-color:#FCC000}.scodex-resource-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:15px;border-radius:12px;overflow:hidden;border:1px solid #FCC000}.scodex-resource-table th,.scodex-resource-table td{padding:16px;text-align:center;border-bottom:1px solid #FCC000}.scodex-resource-table th{background-color:#f9fafb;font-weight:600;color:#FCC000}.scodex-resource-table tr:last-child td{border-bottom:none}.scodex-resource-table th:first-child,.scodex-resource-table td:first-child{text-align:left}.scodex-dsgvo-box{background:#eff6ff;padding:24px;border-radius:12px;margin-top:40px;border:1px solid #bfdbfe}.scodex-dsgvo-box label{align-items:flex-start}.scodex-dsgvo-box input{margin-top:3px}.scodex-dsgvo-box span{font-size:.95rem;line-height:1.6;color:#FCC000}.scodex-dsgvo-box a{color:#FCC000;text-decoration:underline;font-weight:600}.scodex-submit-btn{background:linear-gradient(135deg,hwb(46 22% 14%) 0%,#FCC000 100%);color:#fff;border:none;padding:18px 30px;font-size:1.15rem;font-weight:700;border-radius:12px;cursor:pointer;display:block;width:100%;margin-top:30px;transition:all 0.3s ease;box-shadow:0 4px 14px rgb(99 102 241 / .4)}.scodex-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(99 102 241 / .6)}.scodex-alert{padding:20px;border-radius:12px;margin-bottom:30px;font-weight:600}.scodex-alert-success{background-color:#f0fdf4;color:#FCC000;border:1px solid #FCC000}.scodex-alert-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.scodex-hp-wrapper{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.scodex-wizard-step{animation:fadeIn 0.4s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.scodex-wizard-navigation{display:flex;justify-content:space-between;margin-top:30px;border-top:1px solid #f3f4f6;padding-top:25px;gap:15px}.scodex-nav-btn{background:linear-gradient(135deg,hwb(46 22% 14%) 0%,#FCC000 100%);color:#fff;border:none;padding:14px 28px;font-size:1.05rem;font-weight:700;border-radius:10px;cursor:pointer;transition:all 0.3s ease;flex:1;max-width:300px;text-align:center;box-shadow:0 4px 10px rgb(252 192 0 / .3)}.scodex-nav-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgb(252 192 0 / .4)}.scodex-nav-btn.scodex-nav-secondary{background:#f3f4f6;color:#4b5563;box-shadow:none}.scodex-nav-btn.scodex-nav-secondary:hover{background:#e5e7eb;transform:translateY(-2px)}.scodex-summary-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:30px}.scodex-summary-box ul{list-style:none;padding:0;margin:0}.scodex-summary-box li{padding:10px 0;border-bottom:1px dashed #cbd5e1;color:#334155;font-size:1rem}.scodex-summary-box li:last-child{border-bottom:none}.scodex-summary-box strong{color:#0f172a;display:inline-block;min-width:160px}.scodex-planer-v2{max-width:980px!important;margin:46px auto 72px!important;padding:0!important;overflow:hidden;border:1px solid #ded7ca!important;border-radius:22px!important;box-shadow:0 22px 55px rgb(35 29 19 / .12)!important;background:#fffdf8!important;color:#302b25!important}.scodex-planer-v2 *{font-family:'Open Sans',Arial,sans-serif!important}.scodex-planner-hero{padding:48px 56px 38px;background:linear-gradient(135deg,#26211b 0%,#403526 100%);color:#fffdf8;position:relative;overflow:hidden}.scodex-planner-hero:after{content:'';position:absolute;width:270px;height:270px;right:-90px;top:-125px;border:44px solid rgb(252 192 0 / .16);border-radius:50%}.scodex-planer-kicker,.scodex-step-heading>span{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:#fcc000;color:#30260c;padding:5px 10px;font-size:12px;line-height:1;font-weight:800;letter-spacing:.09em}.scodex-planner-hero h1{margin:15px 0 10px!important;color:#fffdf8!important;text-align:left!important;font-size:clamp(31px,4vw,48px)!important;line-height:1.07!important;letter-spacing:-.04em!important}.scodex-planner-hero p{position:relative;z-index:1;max-width:660px;margin:0!important;color:#f3ecdf!important;font-size:18px!important;line-height:1.6!important}.scodex-planer-trust{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px 23px;padding:0!important;margin:25px 0 0!important;list-style:none!important;font-size:14px;font-weight:700}.scodex-planer-trust li{margin:0!important}.scodex-planer-trust li span{color:#fcc000;font-size:17px;margin-right:5px}.scodex-planer-v2 form{padding:42px 56px 52px}.scodex-wizard-progress{display:block!important;padding:30px 56px 25px;background:#f5f0e7;border-bottom:1px solid #e3dacb}.scodex-progress-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0!important;padding:0!important;list-style:none!important}.scodex-progress-step{display:flex;gap:10px;align-items:center;color:#817869;min-width:0}.scodex-progress-step strong,.scodex-progress-step small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scodex-progress-step strong{font-size:14px;line-height:1.2}.scodex-progress-step small{font-size:12px;margin-top:3px;color:#9c9283}.scodex-progress-number{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;border:2px solid #c7bbaa;border-radius:50%;font-size:13px;font-weight:800;background:#fffdf8;color:#766a59;transition:.2s}.scodex-progress-step.active{color:#302b25}.scodex-progress-step.active .scodex-progress-number{background:#fcc000;border-color:#fcc000;color:#30260c;box-shadow:0 0 0 4px rgb(252 192 0 / .22)}.scodex-progress-step.complete .scodex-progress-number{background:#635436;border-color:#635436;color:#fff}.scodex-progress-step.complete .scodex-progress-number:before{content:'✓'}.scodex-progress-step.complete .scodex-progress-number{font-size:0}.scodex-progress-step.complete .scodex-progress-number:before{font-size:15px}.scodex-progress-bar-container{height:5px!important;margin:22px 0 10px!important;border-radius:9px!important;background:#ded5c8!important;overflow:hidden}.scodex-progress-bar-fill{height:100%!important;width:25%;background:#fcc000!important;border-radius:inherit;transition:width .35s ease!important}.scodex-progress-text{margin:0!important;text-align:left!important;color:#766a59!important;font-size:13px!important;font-weight:700!important}.scodex-step-heading{margin:0 0 30px!important;padding:0 0 22px;border-bottom:1px solid #e8e0d5}.scodex-step-heading h2{margin:13px 0 7px!important;padding:0!important;border:0!important;color:#302b25!important;font-size:clamp(25px,3vw,34px)!important;line-height:1.15!important}.scodex-step-heading p{margin:0!important;color:#6a6258!important;font-size:16px!important}.scodex-subsection-title{margin:42px 0 17px!important;color:#4d4130!important;font-size:20px!important;line-height:1.3!important}.scodex-planer-v2 .scodex-form-group{margin-bottom:22px!important}.scodex-planer-v2 label{color:#41392f!important;font-size:14px!important;font-weight:800!important;letter-spacing:.01em}.scodex-planer-v2 input[type=text],.scodex-planer-v2 input[type=email],.scodex-planer-v2 input[type=tel],.scodex-planer-v2 input[type=url],.scodex-planer-v2 input[type=date],.scodex-planer-v2 textarea,.scodex-planer-v2 select,.scodex-planer-v2 input[type=file]{border:1px solid #cfc4b4!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important;padding:14px 15px!important;color:#302b25!important}.scodex-planer-v2 textarea{min-height:135px!important}.scodex-planer-v2 input:focus,.scodex-planer-v2 textarea:focus,.scodex-planer-v2 select:focus{border-color:#9b7019!important;box-shadow:0 0 0 4px rgb(252 192 0 / .2)!important}.scodex-planer-v2 .scodex-checkbox-group{gap:10px!important}.scodex-planer-v2 .scodex-checkbox-group label:has(input[type=checkbox]){display:flex!important;align-items:center!important;min-height:49px;padding:11px 13px!important;border:1px solid #ddd2c2;border-radius:10px;background:#fff;transition:.18s}.scodex-planer-v2 .scodex-checkbox-group label:has(input[type=checkbox]):hover{border-color:#b78b29;background:#fff9e7}.scodex-planer-v2 input[type=checkbox],.scodex-planer-v2 input[type=radio]{accent-color:#9b7019!important;flex:0 0 auto}.scodex-planer-v2 .scodex-checkbox-group label:has(input:checked){border-color:#a87818;background:#fff6d9}.scodex-planer-v2 .scodex-resource-table{border-color:#d7c393!important;border-radius:10px!important}.scodex-planer-v2 .scodex-resource-table th{background:#f8f2e6!important;color:#4d4130!important}.scodex-planer-v2 .scodex-resource-table th,.scodex-planer-v2 .scodex-resource-table td{border-bottom-color:#e7dcc8!important}.scodex-wizard-navigation{margin-top:38px!important;padding-top:25px!important;border-top:1px solid #e8e0d5!important}.scodex-nav-btn,.scodex-submit-btn{min-height:52px!important;border-radius:10px!important;background:#302b25!important;box-shadow:0 4px 0 #17130e!important;color:#fffdf8!important;transition:transform .15s,box-shadow .15s!important}.scodex-nav-btn:hover,.scodex-submit-btn:hover{transform:translateY(-2px)!important;box-shadow:0 6px 0 #17130e!important}.scodex-nav-btn.scodex-nav-secondary{background:#f4eee3!important;color:#41392f!important;box-shadow:0 3px 0 #c8bcab!important}.scodex-submit-btn{background:#b77d08!important;box-shadow:0 4px 0 #73500b!important;font-size:17px!important}.scodex-submit-btn:hover{box-shadow:0 6px 0 #73500b!important}.scodex-planer-v2 [data-step="4"] .scodex-summary-box{background:#f8f2e6!important;border:1px solid #d8c28f!important;border-radius:12px!important}.scodex-dsgvo-box{background:#f3f7f3!important;border-color:#c7d8c7!important;border-radius:12px!important}.scodex-dsgvo-box span{color:#41392f!important}.scodex-dsgvo-box a{color:#6b4421!important}.scodex-alert{margin:0!important;border-radius:0!important;padding:22px 56px!important}.scodex-alert-success{background:#eef7ef!important;color:#225b31!important;border:0!important}.scodex-alert-error{background:#fff0ef!important}@media(max-width:768px){.scodex-planer-v2{margin:18px 0 42px!important;border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important}.scodex-planner-hero{padding:34px 20px 30px}.scodex-planner-hero h1{font-size:32px!important}.scodex-planner-hero p{font-size:16px!important}.scodex-planer-trust{display:grid;grid-template-columns:1fr;gap:8px}.scodex-wizard-progress{padding:22px 18px 18px}.scodex-progress-steps{gap:6px}.scodex-progress-step{justify-content:center}.scodex-progress-step>span:last-child{display:none}.scodex-progress-number{width:30px;height:30px;flex-basis:30px}.scodex-progress-text{text-align:center!important}.scodex-planer-v2 form{padding:30px 18px 38px}.scodex-step-heading h2{font-size:27px!important}.scodex-planer-v2 .scodex-grid-2{gap:0!important}.scodex-wizard-navigation{position:sticky;bottom:0;z-index:4;margin-left:-18px!important;margin-right:-18px!important;padding:14px 18px!important;background:rgb(255 253 248 / .96);backdrop-filter:blur(8px);gap:10px!important}.scodex-nav-btn{padding:13px 12px!important;font-size:15px!important}.scodex-resource-table th,.scodex-resource-table td{padding:12px 9px!important;font-size:14px!important}}body.page-id-5793 .et_pb_section{padding-top:30px!important;padding-bottom:18px!important}body.page-id-5793 .et_pb_row{padding-top:0!important;padding-bottom:0!important}@media(max-width:768px){body.page-id-5793 .et_pb_section{padding-top:18px!important;padding-bottom:0!important}}.scodex-planer-v2 .scodex-wizard-step,.scodex-planer-v2 .scodex-progress-step,.scodex-planer-v2 .scodex-progress-steps,.scodex-planer-v2 .scodex-step-heading,.scodex-planer-v2 .scodex-wizard-progress{box-shadow:none!important}