
.ur-pk,.ur-pk *{box-sizing:border-box}
.ur-pk{--bg:#f4f2ee;--card:#fff;--text:#1b1b1b;--muted:#69655f;--line:#d9d5ce;--accent:#b08a57;--accent-dark:#8f6c3f;--dark:#171717;--error:#9f3131;max-width:1240px;margin:50px auto;padding:0 18px;color:var(--text);font-family:Arial,Helvetica,sans-serif}
.ur-pk button,.ur-pk input,.ur-pk select,.ur-pk textarea{font:inherit}
.ur-pk__shell{overflow:hidden;background:var(--card);border:1px solid var(--line);box-shadow:0 24px 70px rgba(20,20,20,.08)}
.ur-pk__header{padding:48px;background:var(--dark);color:#fff}
.ur-pk__kicker{display:block;margin:0 0 14px;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.ur-pk__header h2{max-width:900px;margin:0 0 18px;color:#fff;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.045em}
.ur-pk__header p{max-width:820px;margin:0;color:rgba(255,255,255,.76);font-size:18px;line-height:1.6}
.ur-pk__progress-wrap{padding:24px 48px 0;background:#fff}
.ur-pk__progress-meta{display:flex;justify-content:space-between;gap:20px;margin-bottom:10px;color:var(--muted);font-size:13px}
.ur-pk__progress{height:5px;overflow:hidden;background:#ece8e1}
.ur-pk__progress-bar{width:16.67%;height:100%;background:var(--accent);transition:width .35s ease}
.ur-pk__body{min-height:600px;padding:48px}
.ur-pk__step{display:none;animation:urPkFade .3s ease}.ur-pk__step.is-active{display:block}
@keyframes urPkFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.ur-pk__step-head{max-width:860px;margin-bottom:32px}
.ur-pk__step-head>span{display:block;margin-bottom:10px;color:var(--accent-dark);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.ur-pk__step-head h3{margin:0 0 14px;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.035em}
.ur-pk__step-head p{margin:0;color:var(--muted);font-size:17px;line-height:1.55}
.ur-pk__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ur-pk__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ur-pk__choice{position:relative;min-height:124px;cursor:pointer}.ur-pk__choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.ur-pk__choice-content{display:flex;height:100%;min-height:124px;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;background:#fff;border:1px solid var(--line);transition:.2s}
.ur-pk__choice:hover .ur-pk__choice-content{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 12px 28px rgba(30,30,30,.07)}
.ur-pk__choice input:checked + .ur-pk__choice-content{border-color:var(--accent-dark);background:#faf7f2;box-shadow:inset 0 0 0 1px var(--accent-dark)}
.ur-pk__choice-title{display:block;font-size:18px;font-weight:700;line-height:1.25}.ur-pk__choice-text{display:block;margin-top:7px;color:var(--muted);font-size:14px;line-height:1.45}
.ur-pk__choice-check{display:flex;width:25px;height:25px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;color:transparent;font-size:14px;font-weight:700}
.ur-pk__choice input:checked + .ur-pk__choice-content .ur-pk__choice-check{border-color:var(--accent-dark);background:var(--accent-dark);color:#fff}
.ur-pk__conditional-grid{display:grid;gap:18px}.ur-pk__panel{display:none;padding:26px;background:var(--bg);border:1px solid var(--line)}.ur-pk__panel.is-visible{display:block}.ur-pk__panel h4{margin:0 0 18px;font-size:22px}
.ur-pk__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ur-pk__field{display:flex;flex-direction:column;gap:8px}.ur-pk__field label{font-size:14px;font-weight:700}
.ur-pk__field input,.ur-pk__field select,.ur-pk__field textarea{width:100%;min-height:52px;padding:13px 15px;background:#fff;border:1px solid var(--line);border-radius:0;color:var(--text);outline:none}
.ur-pk__field textarea{min-height:120px;resize:vertical}.ur-pk__field input:focus,.ur-pk__field select:focus,.ur-pk__field textarea:focus{border-color:var(--accent-dark);box-shadow:0 0 0 2px rgba(176,138,87,.13)}
.ur-pk__notes{margin-top:24px}
.ur-pk__error{display:none;margin:22px 0 0;padding:12px 14px;background:#fff6f6;border-left:3px solid var(--error);color:var(--error);font-size:14px}.ur-pk__error.is-visible{display:block}
.ur-pk__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 48px;background:#faf9f7;border-top:1px solid var(--line)}.ur-pk__footer-right{display:flex;gap:10px}
.ur-pk__button{min-height:50px;padding:13px 24px;border:1px solid var(--dark);border-radius:0;background:var(--dark);color:#fff;font-weight:700;cursor:pointer}.ur-pk__button:hover{border-color:var(--accent-dark);background:var(--accent-dark);color:#fff}.ur-pk__button--secondary{background:transparent;color:var(--dark)}.ur-pk__button--secondary:hover{background:var(--dark);color:#fff}.ur-pk__button[hidden]{display:none}
.ur-pk__result{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:24px}.ur-pk__result-main,.ur-pk__result-side{padding:30px;border:1px solid var(--line)}.ur-pk__result-main{background:var(--dark);color:#fff}
.ur-pk__result-label{display:block;margin-bottom:10px;color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.ur-pk__price{margin:0 0 14px;color:#fff;font-size:clamp(38px,6vw,64px);font-weight:800;line-height:.98;letter-spacing:-.05em}.ur-pk__net{margin:0 0 26px;color:rgba(255,255,255,.65);font-size:14px}.ur-pk__recommendation{margin:0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.6}
.ur-pk__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:28px;background:rgba(255,255,255,.15)}.ur-pk__fact{padding:18px;background:#222}.ur-pk__fact span{display:block;margin-bottom:5px;color:rgba(255,255,255,.55);font-size:12px;text-transform:uppercase}.ur-pk__fact strong{color:#fff;font-size:17px}
.ur-pk__result-side h4{margin:0 0 20px;font-size:23px}.ur-pk__summary-list{display:grid;gap:0;margin:0}.ur-pk__summary-row{display:grid;grid-template-columns:135px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.45}.ur-pk__summary-row dt{color:var(--muted)}.ur-pk__summary-row dd{margin:0;font-weight:700}
.ur-pk__included{margin-top:28px}.ur-pk__included h4{margin-bottom:12px}.ur-pk__included ul{margin:0;padding:0;list-style:none}.ur-pk__included li{position:relative;margin:9px 0;padding-left:20px;color:var(--muted);font-size:14px;line-height:1.45}.ur-pk__included li::before{position:absolute;left:0;content:"•";color:var(--accent-dark);font-weight:800}
.ur-pk__disclaimer{margin:22px 0 0;padding:16px;background:var(--bg);color:var(--muted);font-size:13px;line-height:1.55}.ur-pk__result-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.ur-pk__transfer-status{min-height:22px;margin-top:12px;color:var(--accent-dark);font-size:13px;font-weight:700}
@media(max-width:950px){.ur-pk__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.ur-pk__result{grid-template-columns:1fr}}
@media(max-width:680px){.ur-pk{margin:24px auto;padding:0 12px}.ur-pk__header,.ur-pk__body,.ur-pk__footer{padding-left:22px;padding-right:22px}.ur-pk__header{padding-top:30px;padding-bottom:28px}.ur-pk__progress-wrap{padding-left:22px;padding-right:22px}.ur-pk__body{min-height:0;padding-top:34px;padding-bottom:34px}.ur-pk__grid,.ur-pk__grid--3,.ur-pk__fields{grid-template-columns:1fr}.ur-pk__choice,.ur-pk__choice-content{min-height:105px}.ur-pk__footer{align-items:stretch;flex-direction:column-reverse}.ur-pk__footer-right{display:grid;grid-template-columns:1fr}.ur-pk__button{width:100%}.ur-pk__facts{grid-template-columns:1fr}.ur-pk__summary-row{grid-template-columns:1fr;gap:4px}}


/* =========================================================
   FLUENT-FORMS-ABSCHLUSS – wird erst nach der Auswertung gezeigt
   ========================================================= */

.ur-pk__form-stage {
    display: none;
    max-width: 1240px;
    margin: 26px auto 60px;
    padding: 0 18px;
}

.ur-pk__form-stage.is-visible {
    display: block;
    animation: urPkFormReveal .38s ease;
}

@keyframes urPkFormReveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ur-pk__form-intro {
    padding: 36px 40px 30px;
    background: #171717;
    color: #fff;
    border: 1px solid #171717;
}

.ur-pk__form-intro-kicker {
    display: block;
    margin: 0 0 12px;
    color: #b08a57;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ur-pk__form-intro h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.ur-pk__form-intro p {
    max-width: 820px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.55;
}

.ur-pk__form-required {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 9px 12px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.9);
    font-size: 13px;
    font-weight: 700;
}

.ur-pk__form-required::before {
    content: "•";
    color: #b08a57;
    font-size: 18px;
    line-height: 1;
}

.ur-pk__form-card {
    padding: 38px 40px 42px;
    background: #fff;
    border: 1px solid #d9d5ce;
    border-top: 0;
    box-shadow: 0 24px 70px rgba(20,20,20,.08);
}

.ur-pk__fluent-form {
    display: none !important;
}

.ur-pk__form-stage.is-visible .ur-pk__fluent-form {
    display: block !important;
}

.ur-pk__form-card .ff-el-group {
    margin-bottom: 18px;
}

.ur-pk__form-card .ff-el-input--label label {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 700;
}

.ur-pk__form-card input[type="text"],
.ur-pk__form-card input[type="email"],
.ur-pk__form-card input[type="tel"],
.ur-pk__form-card input[type="number"],
.ur-pk__form-card select,
.ur-pk__form-card textarea {
    min-height: 52px !important;
    padding: 13px 15px !important;
    background: #fff !important;
    border: 1px solid #d9d5ce !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #1b1b1b !important;
}

.ur-pk__form-card textarea {
    min-height: 130px !important;
}

.ur-pk__form-card input:focus,
.ur-pk__form-card select:focus,
.ur-pk__form-card textarea:focus {
    border-color: #8f6c3f !important;
    box-shadow: 0 0 0 2px rgba(176,138,87,.13) !important;
}

.ur-pk__form-card .ff-btn-submit,
.ur-pk__form-card button[type="submit"] {
    min-height: 52px !important;
    padding: 14px 26px !important;
    border: 1px solid #171717 !important;
    border-radius: 0 !important;
    background: #171717 !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.ur-pk__form-card .ff-btn-submit:hover,
.ur-pk__form-card button[type="submit"]:hover {
    border-color: #8f6c3f !important;
    background: #8f6c3f !important;
}

.ur-pk__form-card .ff-el-form-check-label,
.ur-pk__form-card .ff-el-form-check-label a {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 680px) {
    .ur-pk__form-stage {
        margin-top: 18px;
        padding: 0 12px;
    }

    .ur-pk__form-intro,
    .ur-pk__form-card {
        padding-left: 22px;
        padding-right: 22px;
    }
}


/* =========================================================
   UR PROJECT ADVISOR 3.0 – STARTBILDSCHIRM
   ========================================================= */

.ur-pk__welcome {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(176,138,87,.22), transparent 34%),
        linear-gradient(135deg, #171717 0%, #202020 58%, #151515 100%);
    color: #fff;
}

.ur-pk__welcome::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(176,138,87,.22);
    border-radius: 50%;
}

.ur-pk__welcome-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.ur-pk__welcome-kicker {
    display: block;
    margin-bottom: 20px;
    color: #b08a57;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ur-pk__welcome h2 {
    max-width: 850px;
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(48px, 7vw, 88px);
    line-height: .94;
    letter-spacing: -.055em;
}

.ur-pk__welcome p {
    max-width: 760px;
    margin: 0 0 34px;
    color: rgba(255,255,255,.78);
    font-size: 19px;
    line-height: 1.65;
}

.ur-pk__welcome-button {
    min-width: 190px;
    border-color: #b08a57;
    background: #b08a57;
}

.ur-pk__welcome-button:hover {
    border-color: #fff;
    background: #fff;
    color: #171717;
}

.ur-pk__welcome-note {
    display: block;
    margin-top: 16px;
    color: rgba(255,255,255,.52);
    font-size: 13px;
}

.ur-pk__welcome.is-leaving {
    animation: urPkWelcomeOut .36s ease forwards;
}

.ur-pk__advisor-content.is-entering {
    animation: urPkAdvisorIn .4s ease;
}

@keyframes urPkWelcomeOut {
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes urPkAdvisorIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 680px) {
    .ur-pk__welcome {
        min-height: 600px;
        padding: 48px 24px;
    }

    .ur-pk__welcome h2 {
        font-size: clamp(42px, 13vw, 62px);
    }

    .ur-pk__welcome p {
        font-size: 17px;
    }
}


/* Ausgeblendete Bereiche reservieren keinen Platz */
.ur-pk [hidden]{display:none !important;}


/* =========================================================
   UR PROJECT ADVISOR 3.1.1 – FESTES START-HERO
   ========================================================= */

.ur-pk__welcome{
    position:relative;
    min-height:680px;
    display:flex;
    align-items:center;
    padding:72px;
    overflow:hidden;
    color:#fff;
    background:
        linear-gradient(
            90deg,
            rgba(12,12,12,.96) 0%,
            rgba(12,12,12,.82) 34%,
            rgba(12,12,12,.25) 66%,
            rgba(12,12,12,.05) 100%
        ),
        url("https://ulrich-roth.com/wp-content/uploads/2026/07/ur-project-advisor-hero.png");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.ur-pk__welcome::after{
    display:none;
}

.ur-pk__welcome-inner{
    max-width:780px;
}

.ur-pk__welcome[hidden],
.ur-pk__advisor-content[hidden],
.ur-pk [hidden]{
    display:none !important;
}

@media (max-width:900px){
    .ur-pk__welcome{
        min-height:620px;
        padding:56px 36px;
        background-position:58% center;
    }
}

@media (max-width:600px){
    .ur-pk__welcome{
        min-height:590px;
        padding:44px 24px;
        background:
            linear-gradient(
                90deg,
                rgba(12,12,12,.93) 0%,
                rgba(12,12,12,.79) 60%,
                rgba(12,12,12,.45) 100%
            ),
            url("https://ulrich-roth.com/wp-content/uploads/2026/07/ur-project-advisor-hero.png");
        background-size:cover;
        background-position:61% center;
        background-repeat:no-repeat;
    }
}


/* =========================================================
   UR PROJECT ADVISOR 4.0 – NATIVES KONTAKTFORMULAR
   ========================================================= */

.ur-pk__native-form{
    margin-top:32px;
    padding:36px;
    border:1px solid #ded9d0;
    background:#f8f6f2;
}

.ur-pk__native-form.is-visible{
    animation:urPkAdvisorIn .35s ease;
}

.ur-pk__native-form .ur-pk__form-intro{
    margin-bottom:28px;
}

.ur-pk__native-form .ur-pk__form-intro h3{
    margin:8px 0 10px;
    font-size:clamp(28px,4vw,42px);
    line-height:1.05;
}

.ur-pk__form-actions{
    margin-top:24px;
}

.ur-pk__consent{
    display:flex;
    gap:12px;
    align-items:flex-start;
    margin-top:22px;
    font-size:14px;
    line-height:1.55;
}

.ur-pk__consent input{
    width:18px;
    height:18px;
    margin-top:2px;
    flex:0 0 auto;
}

.ur-pk__consent a{
    color:inherit;
    text-decoration:underline;
}

.ur-pk__honeypot{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}

.ur-pk__transfer-status{
    margin-top:18px;
    font-weight:700;
}

.ur-pk__transfer-status.is-success{
    padding:18px 20px;
    background:#eef6ee;
    border:1px solid #bdd7bd;
}

@media(max-width:680px){
    .ur-pk__native-form{
        padding:24px 18px;
    }
}
