.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}:root {
--funnel-primary-color: #9b3b6c;
--funnel-button-color: #9b3b6c;
--funnel-background-color: #f5f5f7;
--funnel-text-dark: #1a1a1a;
--funnel-text-light: #666;
--funnel-border-radius: 12px;
--funnel-transition: all 0.3s ease;
} .funnel-tool-wrapper {
max-width: 1200px;
margin: 40px auto;
padding: 0 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.funnel-tool-container {
background: #fff;
border-radius: var(--funnel-border-radius);
padding: 40px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.funnel-tool-main-title {
text-align: center;
font-size: 28px;
font-weight: 600;
color: var(--funnel-text-dark);
margin: 0 0 40px 0;
line-height: 1.3;
} .funnel-progress-container {
background: #fff;
padding: 20px;
border-radius: var(--funnel-border-radius);
margin-bottom: 30px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.funnel-progress-bar {
width: 100%;
height: 10px;
background: #e0e0e0;
border-radius: 10px;
overflow: hidden;
margin-bottom: 12px;
}
.funnel-progress-fill {
height: 100%;
background: linear-gradient(90deg, var(--funnel-primary-color), #c94d85);
border-radius: 10px;
transition: width 0.4s ease;
box-shadow: 0 0 10px rgba(155, 59, 108, 0.3);
}
.funnel-progress-text {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
color: var(--funnel-text-light);
font-weight: 500;
}
.funnel-progress-percentage {
color: var(--funnel-primary-color);
font-weight: 600;
}
.funnel-step-counter {
text-align: right;
font-size: 13px;
color: var(--funnel-text-light);
margin-top: 5px;
}
.funnel-current-step {
color: var(--funnel-primary-color);
font-weight: 600;
} .funnel-step {
min-height: 200px;
}
.funnel-step-title {
font-size: 24px;
font-weight: 600;
color: var(--funnel-text-dark);
margin: 0 0 30px 0;
text-align: center;
line-height: 1.4;
}
.funnel-step-content {
margin-bottom: 40px;
} .funnel-selection-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-bottom: 20px;
}
.funnel-card {
background: var(--funnel-background-color);
border: 3px solid transparent;
border-radius: var(--funnel-border-radius);
padding: 30px 20px;
text-align: center;
cursor: pointer;
transition: var(--funnel-transition);
position: relative;
overflow: hidden;
}
.funnel-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
border-color: var(--funnel-primary-color);
}
.funnel-card.active {
background: var(--funnel-primary-color);
border-color: var(--funnel-primary-color);
color: #fff;
box-shadow: 0 8px 25px rgba(155, 59, 108, 0.3);
}
.funnel-card-icon {
color: var(--funnel-primary-color);
margin-bottom: 15px;
transition: var(--funnel-transition);
}
.funnel-card.active .funnel-card-icon {
color: #fff;
}
.funnel-card-icon svg {
width: 64px;
height: 64px;
}
.funnel-card-label {
font-size: 16px;
font-weight: 600;
color: var(--funnel-text-dark);
transition: var(--funnel-transition);
}
.funnel-card.active .funnel-card-label {
color: #fff;
}
.funnel-selection-cards.error {
animation: shake 0.4s;
}
@keyframes shake {
0%, 100% { transform: translateX(0); }
10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
20%, 40%, 60%, 80% { transform: translateX(5px); }
} .funnel-form-group {
margin-bottom: 25px;
}
.funnel-form-group label {
display: block;
font-size: 15px;
font-weight: 600;
color: var(--funnel-text-dark);
margin-bottom: 8px;
}
.funnel-form-group label .required {
color: #e74c3c;
margin-left: 3px;
}
.funnel-form-group input {
width: 100%;
padding: 14px 18px;
font-size: 15px;
border: 2px solid #ddd;
border-radius: 8px;
transition: var(--funnel-transition);
background: #fff;
color: var(--funnel-text-dark);
}
.funnel-form-group input:focus {
outline: none;
border-color: var(--funnel-primary-color);
box-shadow: 0 0 0 3px rgba(155, 59, 108, 0.1);
}
.funnel-form-group.error input {
border-color: #e74c3c;
}
.funnel-form-group.error input:focus {
box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
} .funnel-checkbox-group {
margin-top: 30px;
padding: 20px;
background: var(--funnel-background-color);
border-radius: 8px;
}
.funnel-checkbox-label {
display: flex;
align-items: flex-start;
cursor: pointer;
margin: 0;
font-weight: normal;
}
.funnel-checkbox-label input[type="checkbox"] {
width: auto;
margin-right: 12px;
margin-top: 3px;
cursor: pointer;
flex-shrink: 0;
width: 20px;
height: 20px;
accent-color: var(--funnel-primary-color);
}
.funnel-checkbox-text {
font-size: 14px;
line-height: 1.6;
color: var(--funnel-text-dark);
}
.funnel-checkbox-text a {
color: var(--funnel-primary-color);
text-decoration: underline;
font-weight: 600;
}
.funnel-checkbox-text a:hover {
color: #822f5a;
}
.funnel-checkbox-text .required {
color: #e74c3c;
margin-left: 3px;
}
.funnel-checkbox-group.error {
border: 2px solid #e74c3c;
animation: shake 0.4s;
} .funnel-navigation {
display: flex;
justify-content: space-between;
gap: 15px;
margin-top: 40px;
}
.funnel-btn {
padding: 14px 32px;
font-size: 16px;
font-weight: 600;
border: none;
border-radius: 8px;
cursor: pointer;
transition: var(--funnel-transition);
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 140px;
}
.funnel-btn-next,
.funnel-btn-submit {
background: var(--funnel-button-color);
color: #fff;
margin-left: auto;
}
.funnel-btn-next:hover,
.funnel-btn-submit:hover {
background: #822f5a;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(155, 59, 108, 0.3);
}
.funnel-btn-next:active,
.funnel-btn-submit:active {
transform: translateY(0);
}
.funnel-btn-submit:disabled {
background: #ccc;
cursor: not-allowed;
transform: none;
}
.funnel-btn-back {
background: #f5f5f7;
color: var(--funnel-text-dark);
}
.funnel-btn-back:hover {
background: #e5e5e7;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
} .funnel-success-message {
text-align: center;
padding: 60px 30px;
}
.funnel-success-icon {
width: 80px;
height: 80px;
background: var(--funnel-primary-color);
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 48px;
margin: 0 auto 25px;
animation: successPulse 0.6s ease;
}
@keyframes successPulse {
0% {
transform: scale(0);
opacity: 0;
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
opacity: 1;
}
}
.funnel-success-message h3 {
font-size: 28px;
color: var(--funnel-text-dark);
margin: 0 0 15px 0;
}
.funnel-success-message p {
font-size: 16px;
color: var(--funnel-text-light);
line-height: 1.6;
}
.funnel-error-message {
background: #fee;
border: 2px solid #e74c3c;
border-radius: 8px;
padding: 15px 20px;
margin-bottom: 20px;
color: #c0392b;
font-weight: 500;
}
.funnel-error-message p {
margin: 0;
}
.funnel-info-message {
background: #e8f5e9;
border: 2px solid #4caf50;
border-radius: 8px;
padding: 15px 20px;
margin-bottom: 20px;
color: #2e7d32;
font-weight: 500;
}
.funnel-info-message p {
margin: 0;
} @media (max-width: 768px) {
.funnel-tool-container {
padding: 30px 20px;
}
.funnel-tool-main-title {
font-size: 22px;
}
.funnel-step-title {
font-size: 20px;
}
.funnel-selection-cards {
grid-template-columns: 1fr;
gap: 15px;
}
.funnel-card {
padding: 25px 20px;
}
.funnel-card-icon svg {
width: 48px;
height: 48px;
}
.funnel-navigation {
flex-direction: column;
}
.funnel-btn-next,
.funnel-btn-submit {
margin-left: 0;
order: -1;
}
.funnel-btn {
width: 100%;
}
.funnel-progress-text {
flex-direction: column;
align-items: flex-start;
gap: 5px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.funnel-selection-cards {
grid-template-columns: repeat(2, 1fr);
}
} .funnel-btn-submit:disabled::after {
content: '';
display: inline-block;
width: 14px;
height: 14px;
margin-left: 10px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-top-color: #fff;
border-radius: 50%;
animation: spin 0.6s linear infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
} .funnel-card:focus,
.funnel-btn:focus {
outline: 3px solid var(--funnel-primary-color);
outline-offset: 2px;
}
.funnel-form-group input:focus {
outline: none;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}:root {
--sb-transition: all 0.3s ease;
} @media (min-width: 768px) {
.side-buttons-wrapper {
background: none !important;
}
.side-buttons-container {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 9999;
display: flex;
flex-direction: column;
gap: 0;
}
.side-button {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0;
width: var(--sb-button-size, 60px);
height: var(--sb-button-size, 60px);
min-width: var(--sb-button-size, 60px);
overflow: visible;
transition: var(--sb-transition);
border: none;
border-radius: 0;
cursor: pointer;
white-space: nowrap;
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
position: relative;
}
.side-buttons-container:hover .side-button {
width: 350px;
justify-content: flex-start;
overflow: hidden;
}
.side-button-icon {
display: flex;
align-items: center;
justify-content: center;
width: var(--sb-button-size, 60px);
height: 30px;
flex-shrink: 0;
transition: all 0.3s ease;
position: absolute;
left: 0;
}
.side-buttons-container:hover .side-button-icon {
width: 30px;
position: relative;
margin-left: 15px;
margin-right: 15px;
}
.side-button-icon svg,
.side-button-icon img {
width: 24px;
height: 24px;
color: inherit;
}
.side-button-icon i {
font-size: 22px;
color: inherit;
}
.side-button-label {
font-size: 16px;
font-weight: 400;
text-transform: none;
letter-spacing: 0.3px;
opacity: 0;
transform: translateX(-20px);
transition: var(--sb-transition);
white-space: nowrap;
}
.side-buttons-container:hover .side-button-label {
opacity: 1;
transform: translateX(0);
}
.side-buttons-container.rounded-corners .side-button:first-child {
border-top-left-radius: 8px;
}
.side-buttons-container.rounded-corners .side-button:last-child {
border-bottom-left-radius: 8px;
}
} @media (max-width: 767px) {
.side-buttons-wrapper {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
box-sizing: border-box;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
padding-bottom: env(safe-area-inset-bottom, 0px);
}
.side-buttons-container {
position: relative;
display: flex;
flex-direction: row;
gap: 0;
box-sizing: border-box;
}
.side-button {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0;
flex: 1;
height: var(--sb-mobile-bar-height, 50px);
min-height: var(--sb-mobile-bar-height, 50px);
transition: var(--sb-transition);
border: none;
cursor: pointer;
}
.side-button:active {
transform: scale(0.95);
}
.side-button-icon {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
margin-right: 0;
}
.side-button-icon svg,
.side-button-icon img {
width: 26px;
height: 26px;
min-width: 26px;
min-height: 26px;
color: inherit;
}
.side-button-icon i {
font-size: 22px;
color: inherit;
}
.side-button-label {
display: none;
}
.side-button:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
} @media (min-width: 768px) {
.side-buttons-container:hover .side-button {
box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
}
.side-button:hover {
box-shadow: -6px 0 25px rgba(0, 0, 0, 0.3);
}
}
.side-button:focus {
outline: none;
}
html {
scroll-behavior: smooth;
}
@media print {
.side-buttons-container {
display: none !important;
}
}
@media (prefers-reduced-motion: reduce) {
.side-button,
.side-button-label {
transition: none !important;
}
}