:root {
    color-scheme: light;
}

html:has(body.edvp-fullscreen-body) {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

body.edvp-fullscreen-body {
    margin: 0;
    min-width: 320px;
    background: #eef0f2;
}

body.edvp-fullscreen-body #wpadminbar {
    position: fixed;
}

.edvp-app,
.edvp-app * {
    box-sizing: border-box;
}

.edvp-app [hidden] {
    display: none !important;
}

.edvp-app {
    --edvp-primary: #111111;
    --edvp-accent: #727980;
    --edvp-bg: #eef0f2;
    --edvp-paper: #ffffff;
    --edvp-paper-soft: #f7f8f9;
    --edvp-ink: #171717;
    --edvp-muted: #676e74;
    --edvp-line: #dfe3e6;
    --edvp-line-dark: #cfd5d9;
    --edvp-accent-soft: color-mix(in srgb, var(--edvp-accent) 14%, #fff);
    --edvp-shadow: 0 30px 80px rgba(28, 33, 38, 0.12);
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 100svh;
    padding: clamp(18px, 3vw, 38px);
    overflow: hidden;
    color: var(--edvp-ink);
    background:
        radial-gradient(circle at 7% 12%, rgba(114, 121, 128, 0.12), transparent 26rem),
        radial-gradient(circle at 95% 88%, rgba(17, 17, 17, 0.055), transparent 32rem),
        var(--edvp-bg);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.edvp-ambient {
    position: fixed;
    z-index: -1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
    opacity: 0.75;
}

.edvp-ambient-one {
    top: -260px;
    right: -170px;
    border: 1px solid rgba(114, 121, 128, 0.24);
}

.edvp-ambient-two {
    bottom: -320px;
    left: -180px;
    border: 1px solid rgba(17, 17, 17, 0.10);
}

.edvp-shell {
    position: relative;
    width: min(1060px, 100%);
    min-height: calc(100svh - clamp(36px, 6vw, 76px));
    margin: auto;
    border: 1px solid rgba(218, 223, 227, 0.94);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: var(--edvp-shadow);
    backdrop-filter: blur(18px);
}

.edvp-brandbar {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px clamp(22px, 4vw, 44px);
    border-bottom: 1px solid var(--edvp-line);
}

.edvp-logo-link {
    display: block;
    flex: 0 0 auto;
    width: 205px;
    max-width: 43vw;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    line-height: 0;
}

.edvp-logo-link img {
    display: block;
    width: 100%;
    height: auto;
}

.edvp-brand-meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    text-align: right;
}

.edvp-brand-meta span {
    color: var(--edvp-ink);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.edvp-brand-meta small {
    color: var(--edvp-muted);
    font-size: 12px;
}

.edvp-progress {
    padding: 18px clamp(22px, 4vw, 44px) 0;
}

.edvp-progress[hidden] {
    display: none !important;
}

.edvp-progress-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 9px;
    color: var(--edvp-muted);
    font-size: 12px;
    font-weight: 650;
}

.edvp-progress-copy strong {
    color: var(--edvp-accent);
    font-size: 12px;
}

.edvp-progress-track {
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8ebed;
}

.edvp-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--edvp-primary), var(--edvp-accent));
    transition: width 360ms cubic-bezier(.2,.8,.2,1);
}

.edvp-panel {
    width: 100%;
    padding: clamp(30px, 5vw, 58px) clamp(22px, 6vw, 76px) clamp(42px, 6vw, 68px);
}

.edvp-app.has-fixed-navigation .edvp-panel {
    padding-bottom: 112px;
}

.edvp-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.edvp-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.edvp-step[hidden],
.edvp-reveal[hidden],
.edvp-soft-note[hidden],
.edvp-navigation[hidden] {
    display: none !important;
}

.edvp-step {
    animation: edvpStepIn 420ms cubic-bezier(.22,.8,.25,1) both;
}

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

.edvp-welcome {
    max-width: 800px;
    margin: clamp(12px, 3vw, 34px) auto 0;
    text-align: center;
}

.edvp-welcome-mark {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 auto 22px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--edvp-accent) 55%, #fff);
    border-radius: 50%;
    color: var(--edvp-accent);
    background: var(--edvp-accent-soft);
    box-shadow: 0 14px 38px rgba(114, 121, 128, .12);
}

.edvp-welcome-mark svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.edvp-eyebrow,
.edvp-step-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--edvp-accent);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.edvp-welcome h1,
.edvp-step-heading h2,
.edvp-state-step h2 {
    margin: 0;
    color: var(--edvp-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -.035em;
}

.edvp-welcome h1 {
    max-width: 760px;
    margin-inline: auto;
    font-size: clamp(40px, 6.3vw, 68px);
    line-height: 1.02;
}

.edvp-lead {
    max-width: 720px;
    margin: 24px auto 0;
    color: var(--edvp-muted);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.72;
}

.edvp-welcome-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 30px 0 28px;
}

.edvp-welcome-points div {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px;
    border: 1px solid var(--edvp-line);
    border-radius: 14px;
    color: #4f555a;
    background: rgba(247, 248, 249, .88);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.edvp-welcome-points span {
    display: grid;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--edvp-accent);
    font-size: 11px;
}

.edvp-time-note {
    display: block;
    margin-top: 13px;
    color: var(--edvp-muted);
    font-size: 12px;
}

.edvp-step-heading {
    max-width: 770px;
    margin-bottom: 30px;
}

.edvp-step-heading h2 {
    font-size: clamp(31px, 4vw, 45px);
    line-height: 1.08;
}

.edvp-step-heading p {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--edvp-muted);
    font-size: 16px;
    line-height: 1.65;
}

.edvp-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.edvp-button:hover {
    transform: translateY(-1px);
}

.edvp-button:focus-visible,
.edvp-choice-card:focus-within,
.edvp-pill-option:focus-within,
.edvp-feature-option:focus-within,
.edvp-month-option:focus-within,
.edvp-app input:focus-visible,
.edvp-app select:focus-visible,
.edvp-app textarea:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--edvp-accent) 30%, transparent);
    outline-offset: 2px;
}

.edvp-button-primary {
    color: #fff;
    background: var(--edvp-primary);
    box-shadow: 0 12px 26px rgba(17, 17, 17, .18);
}

.edvp-button-primary:hover {
    color: #fff;
    background: #000;
    box-shadow: 0 15px 30px rgba(17, 17, 17, .24);
}

.edvp-button-ghost {
    color: #4c5257;
    background: #f3f5f6;
    box-shadow: inset 0 0 0 1px var(--edvp-line);
}

.edvp-button-large {
    min-height: 58px;
    padding-inline: 30px;
    font-size: 16px;
}

.edvp-button:disabled {
    cursor: wait;
    opacity: .6;
    transform: none;
}

.edvp-navigation[hidden],
.edvp-navigation [hidden],
.edvp-navigation .edvp-is-hidden {
    display: none !important;
}

.edvp-navigation,
.edvp-navigation * {
    box-sizing: border-box;
}

.edvp-navigation {
    position: fixed !important;
    z-index: 2147483000;
    left: 50%;
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    width: min(880px, calc(100vw - 96px));
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(211, 217, 222, .96);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 38px rgba(41, 59, 75, .16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateX(-50%);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.edvp-navigation .edvp-button-primary {
    margin-left: auto;
}

.edvp-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.edvp-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edvp-choice-card {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 25px;
    gap: 15px;
    align-items: center;
    min-height: 118px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--edvp-line);
    border-radius: 17px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 6px 20px rgba(28, 33, 38, .035);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.edvp-choice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--edvp-accent) 12%, #fff), rgba(255,255,255,.2));
    opacity: 0;
    transition: opacity 180ms ease;
}

.edvp-choice-card:hover {
    border-color: color-mix(in srgb, var(--edvp-accent) 45%, var(--edvp-line));
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(28, 33, 38, .08);
}

.edvp-choice-card.is-selected,
.edvp-choice-card:has(input:checked) {
    border-color: var(--edvp-accent);
    background: #ffffff;
    box-shadow: 0 13px 30px rgba(114, 121, 128, .15), inset 0 0 0 1px color-mix(in srgb, var(--edvp-accent) 22%, transparent);
}

.edvp-choice-card.is-selected::before,
.edvp-choice-card:has(input:checked)::before {
    opacity: 1;
}

.edvp-choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.edvp-choice-card > * {
    position: relative;
    z-index: 1;
}

.edvp-choice-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    color: var(--edvp-primary);
    background: #f3f5f6;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.edvp-choice-card.is-selected .edvp-choice-icon,
.edvp-choice-card:has(input:checked) .edvp-choice-icon {
    color: #fff;
    background: var(--edvp-primary);
    transform: scale(1.03);
}

.edvp-choice-icon svg,
.edvp-soft-note svg,
.edvp-summary-heading svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.edvp-choice-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.edvp-choice-copy strong {
    color: var(--edvp-ink);
    font-size: 16px;
    line-height: 1.25;
}

.edvp-choice-copy small {
    color: var(--edvp-muted);
    font-size: 12px;
    line-height: 1.45;
}

.edvp-choice-check {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border: 1px solid var(--edvp-line-dark);
    border-radius: 50%;
    color: transparent;
    background: #fff;
    font-size: 11px;
    font-weight: 900;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.edvp-choice-card.is-selected .edvp-choice-check,
.edvp-choice-card:has(input:checked) .edvp-choice-check {
    border-color: var(--edvp-accent);
    color: #fff;
    background: var(--edvp-accent);
    transform: scale(1.05);
}

.edvp-reveal {
    margin-top: 18px;
    animation: edvpReveal 300ms ease both;
}

@keyframes edvpReveal {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.edvp-form-grid {
    display: grid;
    gap: 18px;
}

.edvp-form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edvp-number-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.edvp-field-group {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.edvp-field-group > label,
.edvp-field-heading strong {
    color: #33383c;
    font-size: 13px;
    font-weight: 750;
}

.edvp-optional {
    margin-left: 5px;
    color: #93999e;
    font-size: 11px;
    font-weight: 550;
}

.edvp-app input[type="text"],
.edvp-app input[type="email"],
.edvp-app input[type="tel"],
.edvp-app input[type="number"],
.edvp-app select,
.edvp-app textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid var(--edvp-line-dark);
    border-radius: 12px;
    color: var(--edvp-ink);
    background: #fff;
    font: inherit;
    font-size: 14px;
    transition: border-color 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.edvp-app select {
    appearance: none;
    padding-right: 40px;
    background-image: linear-gradient(45deg, transparent 50%, #737a80 50%), linear-gradient(135deg, #737a80 50%, transparent 50%);
    background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.edvp-app textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.55;
}

.edvp-app input:focus,
.edvp-app select:focus,
.edvp-app textarea:focus {
    border-color: var(--edvp-accent);
    outline: 0;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--edvp-accent) 14%, transparent);
}

.edvp-input-suffix {
    position: relative;
}

.edvp-input-suffix input {
    padding-right: 50px !important;
}

.edvp-input-suffix span {
    position: absolute;
    top: 50%;
    right: 15px;
    color: var(--edvp-muted);
    font-size: 13px;
    transform: translateY(-50%);
}

.edvp-section-block {
    margin-top: 28px;
}

.edvp-field-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 13px;
}

.edvp-field-heading > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.edvp-field-heading small {
    color: var(--edvp-muted);
    font-size: 12px;
}

.edvp-option-pills {
    display: grid;
    gap: 10px;
}

.edvp-option-pills-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edvp-pill-option {
    position: relative;
    display: flex;
    min-height: 60px;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    border: 1px solid var(--edvp-line);
    border-radius: 13px;
    cursor: pointer;
    background: #fff;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.edvp-pill-option:hover {
    border-color: color-mix(in srgb, var(--edvp-accent) 45%, var(--edvp-line));
    transform: translateY(-1px);
}

.edvp-pill-option.is-selected,
.edvp-pill-option:has(input:checked) {
    border-color: var(--edvp-accent);
    background: var(--edvp-accent-soft);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--edvp-accent) 18%, transparent);
}

.edvp-pill-option input {
    width: 19px;
    height: 19px;
    margin: 0;
    accent-color: var(--edvp-primary);
}

.edvp-pill-option span {
    color: #373c40;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
}

.edvp-soft-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 13px;
    padding: 13px 15px;
    border: 1px solid color-mix(in srgb, var(--edvp-accent) 34%, var(--edvp-line));
    border-radius: 13px;
    color: #5f666c;
    background: var(--edvp-accent-soft);
    animation: edvpReveal 300ms ease both;
}

.edvp-soft-note span {
    flex: 0 0 22px;
    color: var(--edvp-accent);
}

.edvp-soft-note svg {
    width: 21px;
    height: 21px;
}

.edvp-soft-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
}

.edvp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.edvp-feature-option {
    position: relative;
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid var(--edvp-line);
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    transition: border-color 170ms ease, background 170ms ease, transform 170ms ease;
}

.edvp-feature-option:hover {
    transform: translateY(-1px);
}

.edvp-feature-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.edvp-feature-option.is-selected,
.edvp-feature-option:has(input:checked) {
    border-color: var(--edvp-accent);
    background: var(--edvp-accent-soft);
}

.edvp-feature-check {
    display: grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    place-items: center;
    border: 1px solid var(--edvp-line-dark);
    border-radius: 6px;
    color: transparent;
    background: #fff;
    font-size: 10px;
    font-weight: 900;
}

.edvp-feature-option.is-selected .edvp-feature-check,
.edvp-feature-option:has(input:checked) .edvp-feature-check {
    border-color: var(--edvp-primary);
    color: #fff;
    background: var(--edvp-primary);
}

.edvp-feature-option > span:last-child {
    color: #454b50;
    font-size: 12px;
    font-weight: 620;
}

.edvp-season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edvp-season-card {
    min-height: 108px;
}

.edvp-months-block {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid var(--edvp-line);
    border-radius: 17px;
    background: var(--edvp-paper-soft);
}

.edvp-month-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.edvp-month-option {
    position: relative;
    cursor: pointer;
}

.edvp-month-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.edvp-month-option span {
    display: grid;
    min-height: 44px;
    place-items: center;
    padding: 8px;
    border: 1px solid var(--edvp-line);
    border-radius: 10px;
    color: #555b60;
    background: #fff;
    font-size: 12px;
    font-weight: 650;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.edvp-month-option:hover span {
    transform: translateY(-1px);
}

.edvp-month-option.is-selected span,
.edvp-month-option:has(input:checked) span {
    border-color: var(--edvp-primary);
    color: #fff;
    background: var(--edvp-primary);
}

.edvp-plan-fields {
    margin-top: 24px;
}

.edvp-character-count {
    align-self: flex-end;
    margin-top: -3px;
    color: #93999e;
    font-size: 11px;
}

.edvp-summary {
    margin-top: 26px;
    padding: 20px;
    border: 1px solid var(--edvp-line);
    border-radius: 17px;
    background: var(--edvp-paper-soft);
}

.edvp-summary-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
}

.edvp-summary-heading > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--edvp-primary);
}

.edvp-summary-heading > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.edvp-summary-heading strong {
    font-size: 14px;
}

.edvp-summary-heading small {
    color: var(--edvp-muted);
    font-size: 11px;
}

.edvp-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--edvp-line);
    border-radius: 12px;
    background: var(--edvp-line);
}

.edvp-summary-item {
    display: flex;
    min-height: 66px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 12px 14px;
    background: #fff;
}

.edvp-summary-item span {
    color: #858c92;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.edvp-summary-item strong {
    color: #373c40;
    font-size: 13px;
    font-weight: 680;
    line-height: 1.4;
}

.edvp-privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 22px;
    color: #5b6268;
    font-size: 12px;
    line-height: 1.55;
}

.edvp-privacy-check input {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    margin: 1px 0 0;
    accent-color: var(--edvp-primary);
}

.edvp-privacy-check a {
    color: var(--edvp-primary);
    font-weight: 700;
    text-underline-offset: 2px;
}

.edvp-field-error {
    display: none;
    margin-top: 2px;
    color: #a92d25;
    font-size: 12px;
    font-weight: 650;
}

.edvp-field-error.is-visible {
    display: block;
    animation: edvpReveal 220ms ease both;
}

.edvp-field-group.has-error input,
.edvp-field-group.has-error select,
.edvp-field-group.has-error textarea,
.edvp-reveal.has-error input,
.edvp-choice-card.has-error,
.edvp-pill-option.has-error,
.edvp-feature-option.has-error,
.edvp-month-option.has-error span {
    border-color: #cf554d !important;
    box-shadow: 0 0 0 3px rgba(207, 85, 77, .1) !important;
}

.edvp-submit-error {
    margin-top: 16px;
    padding: 13px 15px;
    border: 1px solid #f0b7b2;
    border-radius: 12px;
    color: #8d211a;
    background: #fff3f1;
    font-size: 13px;
}

.edvp-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: edvpSpin .7s linear infinite;
}

.edvp-button.is-loading .edvp-spinner {
    display: block;
}

@keyframes edvpSpin {
    to { transform: rotate(360deg); }
}

.edvp-state-step {
    max-width: 700px;
    margin: clamp(20px, 5vw, 70px) auto;
    text-align: center;
}

.edvp-state-icon {
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0 auto 24px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--edvp-primary);
    box-shadow: 0 15px 36px rgba(17,17,17,.18);
    font-size: 29px;
    font-weight: 800;
}

.edvp-state-step h2 {
    font-size: clamp(34px, 5vw, 53px);
    line-height: 1.08;
}

.edvp-state-step p {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--edvp-muted);
    font-size: 16px;
    line-height: 1.7;
}

.edvp-success-reference {
    display: inline-flex;
    margin: 24px auto;
    padding: 10px 15px;
    border: 1px solid color-mix(in srgb, var(--edvp-accent) 45%, var(--edvp-line));
    border-radius: 999px;
    color: #626970;
    background: var(--edvp-accent-soft);
    font-size: 12px;
    font-weight: 750;
}

.edvp-noscript {
    padding: 18px;
    border: 1px solid #efb8b2;
    border-radius: 12px;
    color: #84271f;
    background: #fff4f2;
}

@media (max-width: 860px) {
    .edvp-app {
        padding: 16px;
    }

    .edvp-shell {
        min-height: calc(100svh - 32px);
        border-radius: 22px;
    }

    .edvp-number-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .edvp-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .edvp-app {
        display: block;
        min-height: 100svh;
        padding: 0;
        overflow: visible;
        background: #fff;
    }

    .edvp-ambient {
        display: none;
    }

    .edvp-shell {
        width: 100%;
        min-height: 100svh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .edvp-brandbar {
        min-height: 78px;
        gap: 12px;
        padding: 15px 18px;
    }

    .edvp-logo-link {
        width: 150px;
        max-width: 46vw;
    }

    .edvp-brand-meta span {
        font-size: 9px;
        letter-spacing: .06em;
    }

    .edvp-brand-meta small {
        display: none;
    }

    .edvp-progress {
        padding: 14px 18px 0;
    }

    .edvp-panel {
        padding: 28px 18px 42px;
    }

    .edvp-app.has-fixed-navigation .edvp-panel {
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }

    .edvp-welcome {
        margin-top: 10px;
    }

    .edvp-welcome-mark {
        width: 58px;
        height: 58px;
        margin-bottom: 19px;
    }

    .edvp-welcome h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .edvp-lead {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.65;
    }

    .edvp-welcome-points {
        grid-template-columns: 1fr;
        gap: 7px;
        margin: 24px 0;
    }

    .edvp-welcome-points div {
        min-height: 50px;
        justify-content: flex-start;
        padding: 10px 12px;
        text-align: left;
    }

    .edvp-button {
        min-height: 46px;
        padding: 9px 17px;
        gap: 7px;
        font-size: 13.5px;
    }

    .edvp-button-large {
        width: 100%;
        min-height: 50px;
        padding: 10px 20px;
        font-size: 15px;
    }

    .edvp-step-heading {
        margin-bottom: 23px;
    }

    .edvp-step-heading h2 {
        font-size: 33px;
    }

    .edvp-step-heading p {
        font-size: 14px;
    }

    .edvp-choice-grid,
    .edvp-property-grid,
    .edvp-season-grid,
    .edvp-form-grid-two,
    .edvp-option-pills-two {
        grid-template-columns: 1fr;
    }

    .edvp-choice-card {
        min-height: 104px;
        grid-template-columns: 46px minmax(0, 1fr) 23px;
        gap: 12px;
        padding: 15px;
    }

    .edvp-choice-icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .edvp-choice-copy strong {
        font-size: 15px;
    }

    .edvp-number-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .edvp-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .edvp-feature-option {
        min-height: 48px;
        padding: 9px 10px;
    }

    .edvp-month-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .edvp-summary-grid {
        grid-template-columns: 1fr;
    }

    .edvp-navigation {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 64px;
        gap: 9px;
        padding: 8px 10px max(8px, env(safe-area-inset-bottom));
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 0;
        background: rgba(255,255,255,.985);
        transform: none;
    }

    .edvp-navigation .edvp-button {
        min-height: 44px;
        padding: 8px 14px;
        line-height: 1.15;
    }

    .edvp-navigation .edvp-button-primary {
        flex: 1 1 auto;
    }

    .edvp-navigation .edvp-button-ghost {
        flex: 0 0 auto;
    }

    .edvp-state-step {
        margin: 35px auto;
    }
}

@media (max-width: 390px) {
    .edvp-brand-meta {
        display: none;
    }

    .edvp-logo-link {
        width: 158px;
        max-width: none;
    }

    .edvp-number-grid,
    .edvp-feature-grid {
        grid-template-columns: 1fr;
    }

    .edvp-month-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .edvp-navigation .edvp-button {
        min-height: 43px;
        padding-inline: 12px;
        font-size: 12.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .edvp-app *,
    .edvp-app *::before,
    .edvp-app *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
