.campaign-progress { width: auto; max-width: 960px; margin: 28px auto; padding: 24px 28px; background: #edf4ef; border: 1px solid #cdded2; border-radius: 16px; color: #29463b; line-height: 1.65; }
.funnel-page { height: auto !important; min-height: 100vh; overflow: visible !important; position: static !important; }
.campaign-progress strong { font-size: 20px; }
.campaign-progress p { margin: 10px 0; }
.campaign-progress form { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.funnel-page .wrapper-full-page { height: auto !important; min-height: 100vh; overflow: visible !important; padding-top: 90px; }
.funnel-page .full-page { height: auto !important; min-height: 100vh; overflow: visible !important; padding-bottom: 40px; }
.funnel-page .campaign-progress { margin-top: 100px; }
.funnel-page .campaign-progress + .wrapper-full-page { padding-top: 0; }
.funnel-page #register-form .input-group, .funnel-page #login-form .input-group { display: block; width: 100%; margin-bottom: 12px; }
.funnel-page #register-form .input-group-addon, .funnel-page #login-form .input-group-addon { display: none; }
.funnel-page #register-form .input-group .form-control, .funnel-page #login-form .input-group .form-control { display: block; width: 100%; float: none; }
.funnel-page .card-signup, .funnel-page .panel { border: 1px solid #e3e6df; border-radius: 20px; box-shadow: 0 12px 40px #243a3020; overflow: hidden; }
.funnel-page .card-content, .funnel-page .panel-body { padding: 28px; }
.funnel-page .form-control { min-height: 46px; font-size: 16px; }
.funnel-page .form-group { margin-bottom: 22px; }
.funnel-page .btn-primary { background: #ff8551; border-color: #ff8551; border-radius: 8px; padding: 12px 24px; color: #202e27; font-weight: 600; }
.funnel-page .panel-heading { padding: 22px 28px; background: #f6f7f2; }
.funnel-page fieldset label { padding: 6px 0; }
.funnel-page input[type=checkbox] { accent-color: #2f5b46; width: 18px; height: 18px; vertical-align: middle; margin-right: 8px; }
.funnel-page a:focus-visible, .funnel-page button:focus-visible, .funnel-page input:focus-visible, .grey-lynn-landing summary:focus-visible { outline: 3px solid #2f5b46; outline-offset: 3px; }
.gl-optional-estimate { margin: 12px 0; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.gl-optional-estimate summary, .gl-privacy-details summary { cursor: pointer; font-weight: 600; }
.gl-optional-estimate summary { display: flex; justify-content: center; align-items: center; gap: 8px; width: fit-content; max-width: 100%; margin: 0 auto; padding: 0; background: transparent; color: #f76164; font-size: 12px; line-height: 1.5; text-align: center; list-style: none; }
.gl-optional-estimate summary::-webkit-details-marker { display: none; }
.gl-optional-estimate summary::after { content: ''; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.gl-optional-estimate[open] summary::after { transform: translateY(1px) rotate(225deg); }
.gl-optional-estimate[open] summary { margin-bottom: 20px; }
.gl-privacy-details { color: #657169; font-size: 12px; line-height: 1.6; margin: 12px 0; }
.gl-lead-field small { display: block; margin-top: 8px; color: #58675e; line-height: 1.5; }
@media (max-width: 600px) {
    .campaign-progress { margin: 20px 15px; padding: 20px; }
    .funnel-page .card-content, .funnel-page .panel-body { padding: 18px; }
    .funnel-page .card-signup { margin-top: 20px; }
}
