.sfkgt-lead,
.sfkgt-lead * {
    box-sizing: border-box
}

.sfkgt-lead {
    --orange: #f5a328;
    --orange-dark: #dc7b08;
    --ink: #191715;
    --muted: #6d6762;
    --surface: #fff;
    --soft: #f7efe5;
    --line: #ded3c7;
    --green: #197044;
    overflow: hidden;
    background: #fffaf4;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5
}

.sfkgt-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    background: var(--ink);
    color: #fff
}

.sfkgt-hero__copy {
    padding: clamp(34px, 6vw, 72px) clamp(22px, 6vw, 76px)
}

.sfkgt-eyebrow {
    margin: 0 0 8px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.sfkgt-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05
}

.sfkgt-hero__copy>p:last-of-type {
    max-width: 650px;
    margin: 0;
    font-size: 18px;
    color: #e8e3df
}

.sfkgt-proof,
.sfkgt-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 24px
}

.sfkgt-proof span:before,
.sfkgt-assurance span:before {
    content: '✓';
    margin-right: 7px;
    color: var(--orange);
    font-weight: 700
}

.sfkgt-stage {
    display: grid;
    min-height: 320px;
    place-items: center;
    background: radial-gradient(circle at 50% 45%, #ffc665 0, #f5a328 38%, #ce7106 100%)
}





.sfkgt-record {
    position: relative;
    display: grid;
    width: 230px;
    height: 230px;
    place-items: center;
    border: 16px solid rgba(25, 23, 21, .9);
    border-radius: 50%;
    background: #fffaf4;
    color: var(--ink);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25)
}

.sfkgt-record span {
    position: absolute;
    top: 42px;
    color: #c33131;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em
}

.sfkgt-record strong {
    font-size: 23px
}

.sfkgt-record i {
    position: absolute;
    bottom: 38px;
    width: 5px;
    border-radius: 5px;
    background: var(--orange-dark)
}

.sfkgt-record i:nth-of-type(1) {
    height: 13px;
    transform: translateX(-32px)
}

.sfkgt-record i:nth-of-type(2) {
    height: 24px;
    transform: translateX(-16px)
}

.sfkgt-record i:nth-of-type(3) {
    height: 32px
}

.sfkgt-record i:nth-of-type(4) {
    height: 21px;
    transform: translateX(16px)
}

.sfkgt-record i:nth-of-type(5) {
    height: 10px;
    transform: translateX(32px)
}

.sfkgt-main {
    width: min(960px, calc(100% - 28px));
    margin: auto;
    padding: 34px 0 58px
}

.sfkgt-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 22px
}

.sfkgt-progress span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #827a74
}

.sfkgt-progress b {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    font-size: 13px
}

.sfkgt-progress i {
    font-style: normal
}

.sfkgt-progress .is-active {
    color: var(--ink);
    font-weight: 700
}

.sfkgt-progress .is-active b {
    border-color: var(--orange);
    background: var(--orange)
}

.sfkgt-panel {
    scroll-margin-top: 100px;
    padding: clamp(23px, 4vw, 40px);
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: 0 15px 40px rgba(48, 34, 22, .09)
}

.sfkgt-screen[hidden],
.sfkgt-panel[hidden],
.sfkgt-confirmation[hidden] {
    display: none !important
}

.sfkgt-step-label {
    margin: 0 0 4px;
    color: var(--orange-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

.sfkgt-screen h2,
.sfkgt-confirmation h2 {
    margin: 0 0 6px;
    font-size: clamp(25px, 4vw, 34px);
    line-height: 1.18
}

.sfkgt-screen h3 {
    margin: 0 0 10px
}

.sfkgt-subtitle {
    margin: 0 0 24px;
    color: var(--muted)
}

.sfkgt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0
}

.sfkgt-field {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.sfkgt-field--wide {
    grid-column: 1/-1
}

.sfkgt-field label,
.sfkgt-field legend,
.sfkgt-extras legend {
    display: block;
    margin: 0 0 8px;
    font-weight: 700
}

.sfkgt-field label span {
    color: var(--muted);
    font-weight: 400
}

.sfkgt-field input,
.sfkgt-field select,
.sfkgt-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #cfc5bc;
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
    font: inherit
}

.sfkgt-field textarea {
    resize: vertical
}

.sfkgt-field input:focus,
.sfkgt-field select:focus,
.sfkgt-field textarea:focus {
    outline: 3px solid rgba(245, 163, 40, .22);
    border-color: var(--orange-dark)
}

.sfkgt-number-options,
.sfkgt-card-options {
    display: grid;
    gap: 10px
}

.sfkgt-number-options {
    grid-template-columns: repeat(6, 1fr)
}

.sfkgt-card-options {
    grid-template-columns: repeat(3, 1fr)
}

.sfkgt-number-options label,
.sfkgt-card-options label {
    position: relative;
    cursor: pointer
}

.sfkgt-number-options input,
.sfkgt-card-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.sfkgt-number-options span,
.sfkgt-card-options span {
    display: grid;
    min-height: 54px;
    place-items: center;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff
}

.sfkgt-card-options span {
    display: block;
    min-height: 82px;
    padding: 15px
}

.sfkgt-card-options strong,
.sfkgt-card-options small {
    display: block
}

.sfkgt-card-options small {
    margin-top: 4px;
    color: var(--muted)
}

.sfkgt-number-options input:checked+span,
.sfkgt-card-options input:checked+span {
    border-color: var(--orange-dark);
    background: #fff6e8;
    box-shadow: inset 0 0 0 1px var(--orange-dark)
}

.sfkgt-number-options input:focus+span,
.sfkgt-card-options input:focus+span {
    outline: 3px solid rgba(245, 163, 40, .25);
    outline-offset: 2px
}

.sfkgt-assurance {
    margin: 18px 0 0;
    color: var(--green);
    font-weight: 700
}

.sfkgt-assurance span:before {
    color: var(--green)
}

.sfkgt-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 27px
}

.sfkgt-actions--right {
    justify-content: flex-end
}

.sfkgt-actions button,
.sfkgt-confirmation button {
    min-height: 49px;
    padding: 12px 21px;
    border: 1px solid var(--line);
    border-radius: 10px;
    font: inherit;
    font-weight: 700;
    cursor: pointer
}

.sfkgt-primary {
    border-color: var(--orange) !important;
    background: var(--orange);
    color: #18120b
}

.sfkgt-primary:hover {
    background: #ee9410
}

.sfkgt-secondary {
    background: #f3eee9;
    color: var(--ink)
}

.sfkgt-price-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 28px;
    align-items: start
}

.sfkgt-summary {
    padding: 22px;
    border: 1px solid #add1ba;
    border-radius: 14px;
    background: #edf8f1
}

.sfkgt-summary>span,
.sfkgt-summary small {
    display: block
}

.sfkgt-summary>span {
    font-weight: 700
}

.sfkgt-summary strong {
    display: block;
    margin: 5px 0 0;
    color: #145a36;
    font-size: clamp(34px, 6vw, 48px);
    line-height: 1.1
}

.sfkgt-summary small {
    margin-top: 7px;
    color: var(--muted);
    font-size: 15px
}

.sfkgt-grid--date {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0
}

.sfkgt-included {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sfkgt-included li {
    position: relative;
    padding-left: 25px
}

.sfkgt-included li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 700
}

.sfkgt-extras {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 18px 0 0;
    border: 0;
    border-top: 1px solid var(--line)
}

.sfkgt-extras label {
    cursor: pointer
}

.sfkgt-extras label>input {
    position: absolute;
    opacity: 0
}

.sfkgt-extras label>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.sfkgt-extras label>span:before {
    content: '';
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid #bcb1a7;
    border-radius: 5px
}

.sfkgt-extras label strong {
    margin-right: auto
}

.sfkgt-extras label small {
    color: var(--orange-dark);
    font-weight: 700
}

.sfkgt-extras input:checked+span {
    border-color: var(--orange-dark);
    background: #fff6e8
}

.sfkgt-extras input:checked+span:before {
    content: '✓';
    display: grid;
    place-items: center;
    border-color: var(--orange-dark);
    background: var(--orange);
    font-size: 13px;
    font-weight: 700
}

.sfkgt-note {
    margin: 22px 0 0;
    padding: 12px 14px;
    border-radius: 9px;
    background: var(--soft);
    color: var(--muted);
    font-size: 14px
}

.sfkgt-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer
}

.sfkgt-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--orange-dark)
}

.sfkgt-consent a {
    color: var(--orange-dark)
}

.sfkgt-honeypot {
    position: absolute !important;
    left: -9999px !important
}

.sfkgt-form-error {
    margin-top: 14px;
    padding: 12px;
    border-radius: 8px;
    background: #fff0f0;
    color: #9d1c1c
}

.sfkgt-confirmation {
    text-align: center
}

.sfkgt-confirmation__icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
    place-items: center;
    border-radius: 50%;
    background: #e9f7ee;
    color: var(--green);
    font-size: 30px;
    font-weight: 700
}

.sfkgt-confirmation p {
    max-width: 650px;
    margin: 0 auto 22px;
    color: var(--muted)
}

@media(max-width:720px) {
    .sfkgt-hero {
        grid-template-columns: 1fr
    }

    .sfkgt-stage {
        min-height: 190px
    }

    .sfkgt-record {
        width: 150px;
        height: 150px;
        border-width: 11px
    }

    .sfkgt-record span {
        top: 25px
    }

    .sfkgt-record strong {
        font-size: 17px
    }

    .sfkgt-record i {
        bottom: 20px
    }

    .sfkgt-main {
        width: min(100% - 18px, 960px);
        padding-top: 24px
    }

    .sfkgt-progress i {
        font-size: 0
    }

    .sfkgt-progress i:after {
        content: 'Schritt';
        font-size: 12px
    }

    .sfkgt-progress {
        gap: 5px
    }

    .sfkgt-progress span {
        gap: 5px
    }

    .sfkgt-panel {
        padding: 24px 17px
    }

    .sfkgt-grid,
    .sfkgt-grid--date,
    .sfkgt-price-layout {
        grid-template-columns: 1fr
    }

    .sfkgt-number-options {
        grid-template-columns: repeat(3, 1fr)
    }

    .sfkgt-card-options {
        grid-template-columns: 1fr
    }

    .sfkgt-card-options span {
        min-height: 70px
    }

    .sfkgt-actions {
        flex-direction: column-reverse
    }

    .sfkgt-actions button {
        width: 100%
    }
}

/* Integration in style-lp-v1.css: globale main/section-Regeln gezielt neutralisieren. */
/*
.sfkgt-lead {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
}
*/
/* Die komplette Formularfläche darf bis 1400 px wachsen. */
.sfkgt-lead > .sfkgt-main {
  display: block;
  width: calc(100% - 28px);
  
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 34px 0 58px;
  background: transparent;
}

.sfkgt-lead #dateform,
.sfkgt-lead .sfkgt-confirmation {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* style-lp-v1.css gibt jedem section große Außenabstände; die Formularschritte brauchen sie nicht. */
.sfkgt-lead .sfkgt-screen {
  max-width: none;
  height: auto;
  padding: 0;
}

.sfkgt-lead .sfkgt-confirmation {
  height: auto;
  padding: clamp(23px, 4vw, 40px);
}

@media (max-width: 720px) {
  .sfkgt-lead > .sfkgt-main {
    width: calc(100% - 18px);
    max-width: 1400px;
    padding: 24px 0 58px;
  }

  .sfkgt-lead .sfkgt-confirmation {
    padding: 24px 17px;
  }
}
