:root {
    --button-color: #db2777;
    --button-hover-color: #9d174d;
    --button-active-color: #7f1d4e;
}

body, html {
    font-family: Arial, sans-serif;
}
/* Disable scrolling */
.no-scroll {
    overflow: hidden;
}
.align-center {
    text-align: center;
}

.font-bold-extra {
    font-weight: 700;
}

.font-size-large {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.margin-bottom-medium {
    margin-bottom: 2rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.text-gradient {
    background: linear-gradient(90deg, rgba(107, 33, 168, 1) 0%, rgba(255, 0, 127, 1) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-black {
    color: black;
}


.zapier-form {
    max-width: 100%;
}

.zapier-form .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
}

.zapier-form .form-field {
    position: relative;
    margin-bottom: 1rem;
    min-width: 0; /* Prevent fields from expanding beyond their container */
}

.zapier-form .form-field.wide-field {
    width: 100%;
    max-width: 100%;
}

.zapier-form .form-field textarea {
    width: 100%;
    min-height: 180px;
    padding: 1rem 0.75rem;
    border: 1px solid #b3b3b3;
    background-color: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
    font-size: 0.875rem;
    border-radius: 3px;
    resize: vertical;
}

.zapier-form .form-field textarea:focus,
.zapier-form .form-field textarea:not(:placeholder-shown) {
    border-color: var(--button-color);
    box-shadow: 0 0 0 1px var(--button-color);
    outline: none;
}

.zapier-form .form-field textarea:focus ~ label,
.zapier-form .form-field textarea:not(:placeholder-shown) ~ label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 0.75rem;
    color: var(--button-color);
    background-color: var(--form-bg, #ffffff);
    padding: 0 0.25rem;
}

.zapier-form .marketing-consent-checkbox {
    width: .05em;
    height: .05em;
    margin-right: 0.5em;
    vertical-align: middle;
}

.zapier-form .form-field input:not([type="checkbox"]) {
    width: 100%;
    height: 3rem;
    padding: 1rem 0.75rem;
    border: 1px solid #b3b3b3;
    background-color: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 0.875rem;
    border-radius: 3px;
}

.zapier-form .form-field input:focus {
    border-color: #db2777;
    box-shadow: 0 0 0 1px #db2777;
    outline: none;
}

.zapier-form .form-field label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 0.8rem;
    color: #718096;
    background-color: transparent;
    padding: 0;
    transition: top 0.2s ease, left 0.2s ease, font-size 0.2s ease, color 0.2s ease, padding 0.2s ease;
    pointer-events: none;
}

.zapier-form .form-field input:focus ~ label,
.zapier-form .form-field input:not(:placeholder-shown) ~ label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 0.75rem;
    color: #db2777;
    background-color: var(--form-bg, #ffffff);
    padding: 0 0.25rem;
}


/* Prevent browser autofill background flash */
.zapier-form .form-field input:-webkit-autofill,
.zapier-form .form-field input:-webkit-autofill:hover,
.zapier-form .form-field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.zapier-form .form-submit {
    text-align: center;
    margin-top: 1.5rem;
}

.zapier-form button[type="submit"],
.zapier-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #db2777;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.375rem !important;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Multi-step form layout */
.zapier-form-step {
    display: none;
}

.zapier-form-step.active {
    display: block;
}

/* Progress indicator */
.form-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.progress-step {
    flex: 1;
    text-align: center;
    padding: 10px;
    background-color: #f0f0f0;
    color: #333;
}

.progress-step.active {
    background-color: #db2777;
    color: white;
}

/* Styles for new form fields in the second step */
.zapier-form select {
    width: 100%;
    height: 3rem;
    padding: 0.5rem;
    border: 1px solid #b3b3b3;
    background-color: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 0.875rem;
    border-radius: 3px;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

.zapier-form select:focus {
    border-color: #db2777;
    box-shadow: 0 0 0 1px #db2777;
    outline: none;
}

/* Update button styles for more customization options */
.zapier-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.zapier-form-button:hover {
    opacity: 0.9;
}

.zapier-form-button:active {
    transform: scale(0.98);
}

.zapier-form-button svg {
    margin-left: 0.5rem;
}

/* Add styles for form navigation buttons */
.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.prev-step,
.next-step {
    padding: 10px 20px;
}

.prev-step {
    background-color: #f0f0f0;
    color: #333;
}

.next-step {
    background-color: #db2777;
    color: white;
}

.zapier-form button[type="submit"]:hover,
.zapier-form-button:hover {
    background-color: #9d174d;
}

.zapier-form button[type="submit"]:active,
.zapier-form-button:active {
    background-color: #7f1d4e;
    transform: scale(0.98);
}

svg {
    fill: currentColor;
    height: 1.1em;
    width: 1.1em;
}

.zapier-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.zapier-modal-content {
    --form-bg: #fefefe;
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 50%;
    min-width: min(380px, 100vw);
    border-radius: 5px;
    max-height: 80vh; /* Limit height to 80% of viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.zapier-modal-close {
    position: absolute;
    top: -24px;
    right: 10px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    appearance: none;
}

.zapier-modal-close:hover,
.zapier-modal-close:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.zapier-color-field-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.zapier-color-field-wrapper .wp-picker-container {
    position: relative;
}

.zapier-color-field-wrapper .wp-picker-container .wp-color-result.button {
    margin: 0 6px 0 0;
    height: 30px;
    min-height: 30px;
}

.zapier-color-field-wrapper .wp-picker-container .wp-picker-input-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}

.zapier-color-field-wrapper .wp-picker-container input[type="text"].wp-color-picker {
    width: 65px;
    height: 28px;
    font-size: 12px;
    vertical-align: top;
    margin: 0;
}

.zapier-color-field-wrapper .wp-picker-container .wp-picker-holder {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    margin-top: 6px;
}

.zapier-color-field-wrapper .wp-picker-clear {
    height: 28px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px;
    margin: 0;
}

.zapier-color-field-wrapper .wp-color-result .wp-color-result-text {
    line-height: 28px;
    font-size: 12px;
}

.zapier-color-field-wrapper input[type="text"] {
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    border-color: #ddd;
    background-color: #fff;
    color: #32373c;
}

.zapier-color-field-wrapper input[type="text"]:focus {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30,140,190,.8);
}

#gradient-preview {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
}

#gradient-preview .normal-text {
    color: #000;
}

@media (min-width: 1201px) {
    .zapier-form .form-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .zapier-form .form-grid .span-two {
        grid-column: span 2;
    }
}

@media (max-width: 1200px) {
    .zapier-modal-content {
        width: 75%;
    }

    .zapier-modal-content {
        width: 90%;
        min-width: 100%;
    }

    .form-field input {
        font-size: 0.875rem;
        padding: 0.5rem;
    }
}

@media (max-width: 480px) {
    .zapier-modal-content {
        width: 90%;
        padding: 15px;
        margin: 5% auto;
        max-height: 90vh;
    }
}
.zapier-form .form-field.error input {
    border-color: #dc3545;
}

.zapier-form .form-field.error label {
    color: #dc3545;
}

.zapier-form .error-message,
.zapier-form .loading-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.zapier-form .loading-message {
    display: none;
    color: #dc3545; /* Adjust this color if needed to match your design */
}

.zapier-form .form-message {
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.zapier-form .form-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.zapier-form .form-message.success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

@keyframes gentle-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

@-webkit-keyframes gentle-shake {
    0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
    25% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
    75% { -webkit-transform: translateX(5px); transform: translateX(5px); }
}

.zapier-form .form-field.shake {
    animation: gentle-shake 0.5s ease-in-out;
}

.frequency-grid.gentle-shake {
    animation: gentle-shake 0.5s ease-in-out;
}

.frequency-card.gentle-shake {
    animation: gentle-shake 0.5s ease-in-out;
}
/* Frequency cards styles */
.frequency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.frequency-card {
    position: relative;
    border: 1px solid #b3b3b3;
    border-radius: 0.375rem;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #ffffff;
    overflow: hidden;
}

/* Border reset handled by JS updateCardStyles() — no :has() needed */

.frequency-card input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.frequency-card label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0.75rem;
}

.frequency-label {
    font-weight: 600;
    color: #4a5568;
    font-size: 0.9rem;
}

.frequency-card:hover,
.frequency-card:active,
.frequency-card input[type="radio"]:checked + label {
    background-color: var(--button-color);
    border-color: var(--button-color);
}

.frequency-card:hover label,
.frequency-card:active label,
.frequency-card input[type="radio"]:checked + label,
.frequency-card:hover .frequency-label,
.frequency-card:active .frequency-label,
.frequency-card input[type="radio"]:checked + label .frequency-label {
    color: #ffffff;
}
.custom-checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 0.75rem;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #d1d5db;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
    background-color: transparent;
    margin-top: 0.25rem;
}

.custom-checkbox:checked {
    background-color: var(--button-color);
    border-color: var(--button-color);
    color: white;
}

.custom-checkbox:checked::after {
    content: '\2714';
    display: block;
    text-align: center;
    color: white;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.consent-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.consent-heading {
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 600;
    color: white;
    cursor: pointer;
}

.consent-description {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    color: #9CA3AF;
}

.section-heading {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Custom styles for thank you page */
.zapier-thank-you-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.zapier-thank-you-page h2.section-heading {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.zapier-thank-you-page h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Adjust spacing for the thank you header section */
.zapier-thank-you-page .thank-you-header {
    margin-bottom: 4rem;
}

.zapier-thank-you-page .thank-you-header h1 {
    margin-bottom: 1;
}

.zapier-thank-you-page .thank-you-header p {
    margin-bottom: 0;
}

/* Background for the thank you page wrapper */
.zapier-thank-you-wrapper {
    padding: 2rem 0;
    min-height: 100vh;
}

.icon-check-circle {
    display: block;
    margin: 0 auto 1rem;
}

.section-divider {
    border: 0;
    height: 0.5px;
    background-color: #192028;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Increase bottom margin for section dividers on thank you page */
.zapier-thank-you-page .section-divider {
    margin-bottom: 2rem;
}

.form-container {
    --form-bg: #ffffff;
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    color: #333333 !important;
    outline: 1px solid #e5e7eb;
    color-scheme: light;
}



.section-description {
    font-size: 0.875rem;
    color: #9CA3AF;
    margin-bottom: 1rem;
}
.square-footage-field input:focus ~ label,
.square-footage-field input:not(:placeholder-shown) ~ label,
.square-footage-field input[readonly]:not(:placeholder-shown) ~ label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 0.75rem;
    color: #db2777;
    background-color: var(--form-bg, #ffffff);
    padding: 0 0.25rem;
}
/* Existing styles */
.form-field {
    position: relative;
    margin-bottom: 1rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.5rem;
}

.form-field input {
    width: 100%;
    height: 3rem;
    padding: 1rem 0.75rem;
    border: 1px solid #b3b3b3;
    background-color: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 0.875rem;
    border-radius: 3px;
}

/* New styles for square footage input */
.square-footage-container {
    width: 100%;
}

.input-button-container {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    height: 3rem; /* Match the height of other inputs */
}

.input-button-container input {
    flex: 0 0 75%;
    width: 75%;
}
.input-button-container.manual-mode input {
    flex: 0 0 100%;

}
.input-button-container button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

/* Ensure this matches your existing button styles */
.zapier-form-button {
    /* Your existing button styles */
    height: 3rem; /* Match input height */
}

.hidden {
    display: none;
}


.square-footage-container {

    position: relative;
}

.input-button-container input {
    flex: 0 0 75%;
    height: 3rem;
    padding: 1rem 0.75rem;
    border: 1px solid #b3b3b3;
    background-color: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 0.875rem;
    border-radius: 3px;
}
.input-button-container label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 0.8rem;
    color: #718096;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: transparent;
    padding: 0 0.25rem;
}
.input-button-container input {
    flex: 0 0 75%;
    transition: all 0.3s ease;
    font-size: 1rem;
    padding: 1rem 0.75rem;
    height: 100%;
}

.manual-entry-button {
    flex: 0 0 25%;
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem; /* Match input field font size */
    padding: 0.5rem 0.75rem; /* Match input field padding */
    height: 100%;
    background-color: #f9f9f9; /* Match input field background */
    border: 1px solid #b3b3b3; /* Match input field border */
    color: #718096; /* Match input field text color */
    border-radius: 3px; /* Match input field border radius */
    transition: border-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.manual-entry-button:hover,
.manual-entry-button:focus {
    border-color: #db2777; /* Match input field focus border color */
    box-shadow: 0 0 0 1px #db2777; /* Match input field focus box shadow */
    outline: none;
}

.input-button-container {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    height: 3rem; /* Match the height of other inputs */
    width: 100%;
}
.input-button-container.manual-mode input {
    flex: 1;
    width: 100%;
}
.input-button-container.manual-mode {
    width: 100%;
}
.input-button-container.manual-mode .manual-entry-button {
    display: none;
}
.square-footage-container label {
    position: absolute;
    top: 1.25rem;
    left: 1rem;
    font-size: 1rem;
    color: #718096;
    transition: all 0.3s ease;
    pointer-events: none;
}

.square-footage-container input:focus ~ label,
.square-footage-container input:not(:placeholder-shown) ~ label,
.square-footage-container input:-webkit-autofill ~ label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 0.75rem;
    color: #db2777;
    background-color: var(--form-bg, #ffffff);
    padding: 0 0.25rem;
}

/* ── Explicit color overrides — nothing inherits from the theme ─────────── */
/* These ensure the form looks identical regardless of OS, browser, or theme */
.form-container,
.form-container * {
    box-sizing: border-box;
}

.form-container .zapier-form .form-field input:not([type="checkbox"]):not([type="radio"]),
.form-container .zapier-form .form-field textarea,
.form-container .zapier-form select {
    background-color: #f9f9f9 !important;
    color: #1a202c !important;
    border-color: #b3b3b3 !important;
}

.form-container .zapier-form .form-field input::placeholder,
.form-container .zapier-form .form-field textarea::placeholder {
    color: #9ca3af !important;
}

.form-container .zapier-form .form-field label,
.form-container .section-description,
.form-container .section-heading,
.form-container h1,
.form-container h2,
.form-container h3,
.form-container p {
    color: inherit;
}

.form-container .section-heading {
    color: #1a202c !important;
}

.form-container .section-description {
    color: #6b7280 !important;
}

/* ── Thank You Page ─────────────────────────────────────────────────────── */
.zapier-thankyou-wrap {
    max-width: 580px;
    margin: 3rem auto;
    padding: 2.5rem 2rem;
    background: #ffffff !important;
    border-radius: 6px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.07);
    position: relative;
    overflow: hidden;
    color: #1a202c !important;
}

.zapier-thankyou-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--button-color, #db2777), var(--button-hover-color, #9d174d));
}

.zapier-thankyou-burst {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 auto 1.5rem;
}
.zapier-thankyou-burst span {
    position: absolute;
    top: 50%; left: 50%;
    width: 9px; height: 9px;
    border-radius: 50%;
    animation: ty-burst 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.zapier-thankyou-burst span:nth-child(1) { background: var(--button-color, #db2777); animation-delay: 0.05s; --tx: -26px; --ty: -26px; }
.zapier-thankyou-burst span:nth-child(2) { background: #f472b6;                      animation-delay: 0.10s; --tx:   0px; --ty: -34px; }
.zapier-thankyou-burst span:nth-child(3) { background: var(--button-color, #db2777); animation-delay: 0.05s; --tx:  26px; --ty: -26px; }
.zapier-thankyou-burst span:nth-child(4) { background: #fbbf24;                      animation-delay: 0.12s; --tx: -30px; --ty:  10px; }
.zapier-thankyou-burst span:nth-child(5) { background: #34d399;                      animation-delay: 0.08s; --tx:  30px; --ty:  10px; }
.zapier-thankyou-burst span:nth-child(6) { background: #60a5fa;                      animation-delay: 0.14s; --tx:   0px; --ty:  34px; }
@keyframes ty-burst {
    0%   { transform: translate(-50%,-50%) translate(0,0) scale(0); opacity: 1; }
    60%  { opacity: 1; }
    100% { transform: translate(-50%,-50%) translate(var(--tx),var(--ty)) scale(1); opacity: 0; }
}

.zapier-thankyou-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a202c !important;
    margin: 0 0 0.5rem;
    text-align: center;
}

.zapier-thankyou-intro {
    font-size: 0.95rem;
    color: #4a5568 !important;
    text-align: center;
    margin: 0 0 1.75rem;
}

.zapier-thankyou-section {
    margin-bottom: 1.75rem;
}

.zapier-thankyou-section h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a202c !important;
    margin: 0 0 0.25rem;
}

.section-desc {
    font-size: 0.85rem;
    color: #718096 !important;
    margin: 0 0 0.75rem;
}

.zapier-thankyou-next {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
}

.zapier-thankyou-steps {
    margin: 0;
    padding-left: 1.25rem;
}

.zapier-thankyou-steps li {
    font-size: 0.9rem;
    color: #2d3748 !important;
    line-height: 1.6;
    margin-bottom: 0.4rem;
}
.zapier-thankyou-steps li:last-child { margin-bottom: 0; }

.zapier-thankyou-cta {
    text-align: center;
    margin-bottom: 1.75rem;
}
.zapier-thankyou-cta p {
    font-size: 0.875rem;
    color: #718096 !important;
    margin: 0 0 0.4rem;
}
.zapier-thankyou-phone {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--button-color, #db2777) !important;
    text-decoration: none;
}
.zapier-thankyou-phone:hover {
    color: var(--button-hover-color, #9d174d) !important;
}

.zapier-thankyou-bullets {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
}
.zapier-thankyou-bullet {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #2d3748 !important;
    line-height: 1.5;
}
.ty-bullet-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: var(--button-color, #db2777);
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    margin-top: 1px;
}

.zapier-thankyou-reply {
    font-size: 0.8rem;
    color: #a0aec0 !important;
    text-align: center;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 1.25rem;
}
