.register-shell {
    min-height: calc(100vh - 150px);
    padding: 92px 0 110px;
    background: radial-gradient(circle at 15% 5%, rgba(211, 167, 87, .12), transparent 30%), #f8f6f1
}

.register-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1fr);
    gap: 90px;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto
}

.register-copy h1,
.register-success-card h1 {
    margin: 16px 0 18px;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em
}

.register-lead {
    max-width: 620px;
    margin: 0;
    color: #6f7377;
    font-size: 19px;
    line-height: 1.65
}

.register-card {
    padding: 38px;
    border: 1px solid #e3ded5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(25, 25, 25, .075)
}

.register-card-head {
    margin-bottom: 28px
}

.register-card-head h2 {
    margin: 0 0 8px;
    font-size: 29px
}

.register-card-head p {
    margin: 0;
    color: #74787c;
    line-height: 1.55
}

.register-form {
    display: grid;
    gap: 20px
}

.register-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.field {
    display: grid;
    gap: 8px
}

.field label {
    font-size: 14px;
    font-weight: 850;
    color: #292b2d
}

.field input,
.phone-input {
    width: 100%;
    box-sizing: border-box
}

.field input {
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #d8d6d0;
    border-radius: 12px;
    background: #fff;
    color: #222;
    font: inherit;
    outline: none
}

.field input:focus,
.phone-input:focus-within {
    border-color: #b7832d;
    box-shadow: 0 0 0 3px rgba(183, 131, 45, .12)
}

.field input.is-invalid {
    border-color: #b84d4d
}

.field-hint {
    margin: 0;
    color: #898c90;
    font-size: 12px
}

.field-error {
    min-height: 16px;
    color: #a83f3f;
    font-size: 12px
}

.phone-input {
    display: flex;
    align-items: center;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #d8d6d0;
    border-radius: 12px;
    background: #fff
}

.phone-prefix {
    display: grid;
    place-items: center;
    align-self: stretch;
    padding: 0 13px;
    border-right: 1px solid #e4e0d9;
    background: #f7f5f0;
    font-weight: 800
}

.phone-input input {
    min-width: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none !important
}

.password-wrap {
    position: relative
}

.password-wrap input {
    padding-right: 88px
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #8b641f;
    font-weight: 800;
    cursor: pointer
}

.check-row {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #5f6367;
    font-size: 13px;
    line-height: 1.5
}

.check-row input {
    margin-top: 3px;
    accent-color: #b7832d
}

.check-row a,
.register-login a,
.verify-actions a,
.link-button {
    color: #9c6b1b;
    font-weight: 800;
    text-decoration: none
}

.register-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    cursor: pointer
}

.register-login {
    text-align: center;
    color: #7a7e82;
    font-size: 13px
}

.register-progress {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin-top: 42px
}

.register-progress-item {
    display: grid;
    gap: 6px;
    justify-items: center;
    min-width: 74px;
    color: #9a9da0;
    font-size: 11px
}

.register-progress-item span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #d9d5cc;
    border-radius: 50%;
    background: #fff;
    font-weight: 900
}

.register-progress-item.active span,
.register-progress-item.done span {
    border-color: #c2923f;
    background: #f2d69f;
    color: #3b2d15
}

.register-progress-line {
    flex: 1;
    height: 1px;
    margin: 0 2px 20px;
    background: #ddd8cf
}

.register-progress-line.active {
    background: #c2923f
}

.verify-card {
    text-align: center
}

.verify-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border-radius: 16px;
    background: #f5ead5;
    color: #9e6c19;
    font-size: 23px
}

.otp-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.otp-input {
    width: 100%;
    aspect-ratio: 1/1.08;
    min-width: 0;
    border: 1px solid #d7d3cc;
    border-radius: 13px;
    background: #fff;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    outline: none
}

.otp-input:focus {
    border-color: #b7832d;
    box-shadow: 0 0 0 3px rgba(183, 131, 45, .12)
}

.verify-actions {
    display: flex;
    justify-content: center;
    gap: 9px;
    align-items: center;
    color: #a0a2a4;
    font-size: 13px
}

.link-button {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font: inherit
}

.verify-note {
    margin: 0;
    color: #999c9f;
    font-size: 12px
}

.register-success-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 60px;
    border: 1px solid #e3ded5;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(25, 25, 25, .07);
    text-align: center
}

.success-mark {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #f2d69f;
    font-size: 25px;
    font-weight: 900
}

.register-success-card .register-lead {
    margin-left: auto;
    margin-right: auto
}

.register-progress-success {
    max-width: 500px;
    margin: 38px auto 0
}

.success-next {
    max-width: 590px;
    margin: 40px auto 28px;
    padding: 22px 24px;
    border-radius: 16px;
    background: #f8f5ef;
    text-align: left
}

.success-next strong {
    display: block;
    margin-bottom: 6px;
    color: #8f6219
}

.success-next p {
    margin: 0;
    color: #666a6e;
    line-height: 1.6
}

.success-cta {
    display: inline-flex;
    justify-content: center;
    min-width: 260px
}

@media(max-width:940px) {
    .register-layout {
        grid-template-columns: 1fr;
        gap: 48px;
        max-width: 680px
    }

    .register-copy {
        text-align: center
    }

    .register-lead,
    .register-progress {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:620px) {
    .register-shell {
        padding: 58px 0 80px
    }

    .register-card,
    .register-success-card {
        padding: 26px 20px
    }

    .register-grid-2 {
        grid-template-columns: 1fr
    }

    .otp-group {
        gap: 6px
    }

    .otp-input {
        font-size: 21px
    }
}

/* ===== Register V2 additions ===== */

.register-start-wrap,
.register-scan-wrap {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1fr);
    gap: 90px;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
}

.website-input-wrap {
    display: flex;
    align-items: center;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #d8d6d0;
    border-radius: 12px;
    background: #fff;
}

.website-input-wrap:focus-within {
    border-color: #b7832d;
    box-shadow: 0 0 0 3px rgba(183, 131, 45, .12);
}

.website-prefix {
    display: grid;
    place-items: center;
    align-self: stretch;
    padding: 0 14px;
    border-right: 1px solid #e4e0d9;
    background: #f7f5f0;
    color: #6f7377;
    font-weight: 700;
}

.website-input-wrap input {
    min-width: 0;
    flex: 1;
    border: 0 !important;
    box-shadow: none !important;
    outline: none;
    min-height: 50px;
    padding: 0 14px;
    font: inherit;
}

.register-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    color: #a0a3a6;
    font-size: 12px;
}

.register-divider::before,
.register-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ebe7df;
}

.register-divider span {
    padding: 0 12px;
}

.register-choice {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid #e1ddd5;
    border-radius: 16px;
    background: #fff;
    color: #252729;
    text-decoration: none;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.register-choice:hover {
    transform: translateY(-1px);
    border-color: #c8ad78;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .045);
}

.register-choice+.register-choice {
    margin-top: 14px;
}

.register-choice-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f7f1e6;
    color: #9b6a1c;
    font-size: 20px;
    font-weight: 900;
}

.register-choice strong,
.register-choice small {
    display: block;
}

.register-choice small {
    margin-top: 4px;
    color: #7c8084;
    line-height: 1.45;
}

.register-choice-arrow {
    color: #a97720;
    font-weight: 900;
}

.register-choice-large {
    padding: 22px;
}

.register-back {
    display: inline-block;
    margin-top: 24px;
    color: #8d631f;
    font-weight: 800;
    text-decoration: none;
}

.scan-header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 26px;
}

.scan-logo-placeholder {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: #171717;
    color: #d8ad60;
    font-weight: 900;
}

.scan-label {
    color: #a97720;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.scan-header h2 {
    margin: 3px 0;
    font-size: 28px;
}

.scan-header a {
    color: #767a7e;
    text-decoration: none;
    font-size: 13px;
}

.scan-list {
    display: grid;
    gap: 12px;
    margin: 26px 0;
}

.scan-item {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 15px 16px;
    border-radius: 14px;
    background: #f8f6f1;
}

.scan-check {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1d59e;
    color: #473516;
    font-weight: 900;
}

.scan-item strong,
.scan-item small {
    display: block;
}

.scan-item small {
    margin-top: 3px;
    color: #7c8084;
}

.scan-actions {
    margin-top: 10px;
}

.scan-security-note,
.template-privacy {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #f7f3eb;
}

.scan-security-note strong,
.template-privacy strong {
    color: #805819;
}

.scan-security-note p {
    margin: 5px 0 0;
    color: #6f7377;
    line-height: 1.55;
}

.template-privacy {
    margin: 0 0 24px;
}

.template-privacy ul {
    margin: 10px 0 0;
    padding-left: 20px;
    color: #666a6e;
    line-height: 1.7;
}

@media (max-width: 940px) {

    .register-start-wrap,
    .register-scan-wrap {
        grid-template-columns: 1fr;
        gap: 48px;
        max-width: 680px;
    }
}

.field select{
    width:100%;
    min-height:52px;
    padding:0 14px;
    border:1px solid #d8d6d0;
    border-radius:12px;
    background:#fff;
    color:#222;
    font:inherit;
    outline:none;
}

.field select:focus{
    border-color:#b7832d;
    box-shadow:0 0 0 3px rgba(183,131,45,.12);
}

.manual-hint{
    display:flex;
    gap:13px;
    align-items:flex-start;
    padding:17px 18px;
    border-radius:14px;
    background:#f8f5ef;
}

.manual-hint-icon{
    color:#9d6c1b;
    font-size:20px;
}

.manual-hint strong{
    display:block;
    margin-bottom:4px;
}

.manual-hint p{
    margin:0;
    color:#73777b;
    font-size:13px;
    line-height:1.5;
}

.payment-cycle-card {
    position: relative;
    display: flex;
    cursor: pointer;
}

.payment-cycle-content {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    min-height: 230px;

    padding: 28px;

    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;

    box-shadow: 0 10px 30px rgba(17, 19, 21, .05);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

/* =========================================================
   REGISTER PAYMENT
   ========================================================= */

.register-payment-section {
    padding: 72px 0 100px;
}

.register-payment-section .container {
    max-width: 900px;
}


/* =========================================================
   HEADER
   ========================================================= */

.register-payment-section .section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
}

.register-payment-section .section-head h1 {
    margin: 24px 0 18px;

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -2.5px;
}

.register-payment-section .section-head p {
    margin: 0;

    font-size: 18px;
    line-height: 1.6;

    color: var(--muted);
}


/* =========================================================
   PAYMENT GRID
   ========================================================= */

.payment-cycle-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;

    align-items: stretch;

    max-width: 760px;

    margin: 0 auto;
}


/* =========================================================
   PAYMENT CARD
   ========================================================= */

.payment-cycle-card {
    position: relative;

    display: flex;

    cursor: pointer;
}


/* echtes Radio verstecken */

.payment-cycle-card > input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}


/* sichtbare Karte */

.payment-cycle-content {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    min-height: 230px;

    padding: 28px;

    box-sizing: border-box;

    background: #fff;

    border: 1px solid var(--line);
    border-radius: 22px;

    box-shadow:
        0 10px 30px rgba(17, 19, 21, .05);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.payment-cycle-card:hover
.payment-cycle-content {

    transform: translateY(-2px);

    border-color:
        rgba(201, 144, 46, .55);

    box-shadow:
        0 16px 40px rgba(17, 19, 21, .08);
}


/* =========================================================
   SELECTED
   ========================================================= */

.payment-cycle-card > input:checked
+ .payment-cycle-content {

    border: 2px solid var(--gold);

    box-shadow:
        0 16px 45px rgba(201, 144, 46, .15);
}


/* =========================================================
   RADIO INDICATOR
   ========================================================= */

.payment-cycle-content::after {
    content: "";

    position: absolute;

    top: 24px;
    right: 24px;

    width: 18px;
    height: 18px;

    box-sizing: border-box;

    border: 2px solid #d8d4cb;
    border-radius: 50%;

    background: #fff;
}


.payment-cycle-card > input:checked
+ .payment-cycle-content::after {

    border-color: var(--gold);

    background: var(--gold);

    box-shadow:
        inset 0 0 0 4px #fff;
}


/* =========================================================
   CARD TEXT
   ========================================================= */

.payment-cycle-label {
    display: block;

    margin-bottom: 22px;

    padding-right: 35px;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: .08em;
    text-transform: uppercase;

    color: var(--gold);
}


.payment-cycle-content strong {
    display: block;

    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -1.2px;

    color: var(--ink);
}


.payment-cycle-content small {
    display: block;

    margin-top: 7px;

    font-size: 14px;
    line-height: 1.4;

    color: var(--muted);
}


/* =========================================================
   YEAR SAVING
   ========================================================= */

.payment-saving {
    display: inline-flex;

    align-self: flex-start;

    margin-top: 18px;

    padding: 7px 11px;

    border-radius: 999px;

    background: var(--cream);

    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;

    color: var(--gold);
}


/* =========================================================
   TRIAL
   sitzt bei BEIDEN Karten unten auf gleicher Höhe
   ========================================================= */

.payment-trial {
    display: block;

    margin-top: auto;

    padding-top: 26px;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;

    color: var(--ink);
}


/* =========================================================
   SUBMIT
   ========================================================= */

.payment-submit {
    display: flex;

    justify-content: center;

    margin-top: 32px;
}


.payment-submit .btn {
    min-width: 260px;
}


/* =========================================================
   ACCESSIBILITY / KEYBOARD
   ========================================================= */

.payment-cycle-card > input:focus-visible
+ .payment-cycle-content {

    outline: 3px solid
        rgba(201, 144, 46, .25);

    outline-offset: 3px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .register-payment-section {
        padding: 48px 0 72px;
    }


    .register-payment-section .section-head {
        margin-bottom: 32px;
    }


    .register-payment-section .section-head h1 {
        margin-top: 20px;

        font-size: 42px;
        line-height: 1.04;

        letter-spacing: -1.7px;
    }


    .register-payment-section .section-head p {
        font-size: 16px;
    }


    .payment-cycle-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .payment-cycle-content {
        min-height: 200px;

        padding: 24px;
    }


    .payment-cycle-content::after {
        top: 22px;
        right: 22px;
    }


    .payment-cycle-label {
        margin-bottom: 18px;
    }


    .payment-cycle-content strong {
        font-size: 32px;
    }


    .payment-submit {
        margin-top: 24px;
    }


    .payment-submit .btn {
        width: 100%;

        min-width: 0;
    }

}

/* =========================================================
   SUCCESS DETAILS
   ========================================================= */

.success-details {
    margin: 32px 0 24px;

    border: 1px solid var(--line);
    border-radius: 18px;

    overflow: hidden;

    background: #fff;
}

.success-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    padding: 20px 22px;
}

.success-detail-row + .success-detail-row {
    border-top: 1px solid var(--line);
}

.success-detail-label {
    display: block;

    margin-bottom: 5px;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .08em;
    text-transform: uppercase;

    color: var(--muted);
}

.success-detail-value {
    display: block;

    font-size: 17px;
    font-weight: 800;

    color: var(--ink);
}

.success-detail-sub {
    display: block;

    margin-top: 4px;

    font-size: 13px;

    color: var(--muted);
}


/* ÄNDERN */

.success-detail-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 13px;

    border: 1px solid rgba(201, 144, 46, .45);
    border-radius: 999px;

    background: #fff;

    font-size: 13px;
    font-weight: 700;

    color: var(--gold);

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.success-detail-action:hover {
    background: var(--cream);
    border-color: var(--gold);

    transform: translateY(-1px);
}


/* HÄKCHEN BEIM PLAN */

.success-detail-check {
    display: grid;
    place-items: center;

    flex: 0 0 auto;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #f7d99c;
    border: 1px solid var(--gold);

    font-size: 13px;
    font-weight: 900;

    color: var(--ink);
}


/* MOBILE */

@media (max-width: 600px) {

    .success-detail-row {
        padding: 18px;
        gap: 16px;
    }

    .success-detail-action {
        flex: 0 0 auto;
    }

}

.register-alert {
    margin: 0 0 24px;
    padding: 14px 16px;

    border-radius: 12px;

    font-size: 14px;
    line-height: 1.5;
}

.register-alert-error {
    border: 1px solid rgba(180, 50, 50, 0.22);
    background: rgba(180, 50, 50, 0.07);
}

.register-alert-error::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    margin-right: 8px;

    border: 1px solid currentColor;
    border-radius: 50%;

    font-weight: 700;
}