.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;
word-break: 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;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}.staycozy-check {
margin: 40px 0 64px;
border-radius: 28px;
overflow: visible;
background: linear-gradient(135deg, #0b72b9 0%, #10233f 100%);
box-shadow: 0 22px 58px rgba(11, 114, 185, 0.24);
color: #ffffff;
}
.staycozy-check * {
box-sizing: border-box;
}
.staycozy-check__inner {
display: grid;
grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.78fr);
gap: 42px;
align-items: start;
padding: 42px;
}
.staycozy-check__eyebrow {
margin: 0 0 14px;
color: #bfe3ff;
font-size: 14px;
font-weight: 800;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.staycozy-check__title {
max-width: 780px;
margin: 0 0 18px;
color: #ffffff;
font-size: clamp(30px, 3.2vw, 46px);
font-weight: 900;
line-height: 1.12;
}
.staycozy-check__subtitle {
max-width: 720px;
margin: 0 0 18px;
color: #e8f3ff;
font-size: 18px;
line-height: 1.6;
}
.staycozy-check__note {
max-width: 720px;
margin: 0;
color: #cfe6fa;
font-size: 15px;
line-height: 1.55;
} .staycozy-check__panel {
display: contents;
}
.staycozy-check__form {
width: 100%;
max-width: 540px;
justify-self: end;
padding: 28px;
border-radius: 24px;
background: #ffffff;
color: #10233f;
box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}
.staycozy-check__field-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
.staycozy-check__field {
display: block;
margin: 0 0 15px;
}
.staycozy-check__field span {
display: block;
margin: 0 0 7px;
color: #10233f;
font-size: 14px;
font-weight: 800;
}
.staycozy-check__field input {
width: 100%;
min-height: 48px;
padding: 13px 14px;
border: 1px solid #d7e2ee;
border-radius: 12px;
background: #f7f9fc;
color: #10233f;
font-size: 16px;
outline: none;
}
.staycozy-check__field input:focus {
border-color: #0b72b9;
box-shadow: 0 0 0 4px rgba(11, 114, 185, 0.12);
}
.staycozy-check__submit {
width: 100%;
min-height: 52px;
border: 0;
border-radius: 14px;
background: #25d366;
color: #0b1f14;
cursor: pointer;
font-size: 16px;
font-weight: 900;
box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.staycozy-check__submit:hover {
filter: brightness(0.98);
transform: translateY(-1px);
box-shadow: 0 14px 30px rgba(37, 211, 102, 0.32);
}
.staycozy-check__submit:disabled {
cursor: wait;
opacity: 0.75;
transform: none;
}
.staycozy-check__form-note {
margin: 14px 0 0;
color: #52627a;
font-size: 13px;
line-height: 1.55;
} .staycozy-check__result {
grid-column: 1 / -1;
width: 100%;
margin-top: 4px;
padding: 28px 30px;
border-radius: 24px;
background: rgba(255, 255, 255, 0.98);
color: #10233f;
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}
.staycozy-check__result h3 {
max-width: 980px;
margin: 0 0 12px;
color: #10233f;
font-size: 27px;
line-height: 1.22;
}
.staycozy-check__result p {
max-width: 980px;
margin: 0 0 14px;
color: #334155;
font-size: 16px;
line-height: 1.7;
}
.staycozy-check__result p:last-child {
margin-bottom: 0;
}
.staycozy-check__result--success {
border: 2px solid rgba(34, 197, 94, 0.42);
}
.staycozy-check__result--partial {
border: 2px solid rgba(14, 165, 233, 0.42);
}
.staycozy-check__result--warning {
border: 2px solid rgba(245, 158, 11, 0.52);
}
.staycozy-check__result--error {
border: 2px solid rgba(239, 68, 68, 0.44);
}
.staycozy-check__result--loading {
border: 2px solid rgba(14, 165, 233, 0.34);
}
.staycozy-check__details {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: 10px;
padding: 0;
margin: 18px 0;
list-style: none;
}
.staycozy-check__details li {
padding: 11px 13px;
border-radius: 13px;
background: #f1f5f9;
color: #24364f;
font-size: 14px;
font-weight: 800;
}
.staycozy-check__phone {
margin-top: 12px !important;
}
.staycozy-check__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 20px;
}
.staycozy-check__action {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0 20px;
border-radius: 999px;
background: #25d366;
color: #0b1f14;
font-weight: 900;
text-decoration: none;
box-shadow: 0 10px 24px rgba(37, 211, 102, 0.24);
transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.staycozy-check__action:hover {
color: #0b1f14;
filter: brightness(0.98);
transform: translateY(-1px);
box-shadow: 0 14px 30px rgba(37, 211, 102, 0.3);
}
.staycozy-check__action--secondary {
background: #10233f;
color: #ffffff;
box-shadow: 0 10px 24px rgba(16, 35, 63, 0.2);
}
.staycozy-check__action--secondary:hover {
color: #ffffff;
}
.staycozy-check__privacy {
max-width: 980px;
margin-top: 16px !important;
color: #64748b !important;
font-size: 12px !important;
line-height: 1.55 !important;
} @media (max-width: 980px) {
.staycozy-check__inner {
grid-template-columns: 1fr;
gap: 30px;
padding: 34px;
}
.staycozy-check__panel {
display: block;
}
.staycozy-check__form {
max-width: none;
justify-self: stretch;
}
.staycozy-check__result {
grid-column: auto;
margin-top: 22px;
}
.staycozy-check__title,
.staycozy-check__subtitle,
.staycozy-check__note,
.staycozy-check__result h3,
.staycozy-check__result p,
.staycozy-check__privacy {
max-width: none;
}
} @media (max-width: 640px) {
.staycozy-check {
margin: 28px 0 44px;
border-radius: 22px;
}
.staycozy-check__inner {
padding: 24px;
gap: 24px;
}
.staycozy-check__title {
font-size: 31px;
line-height: 1.12;
}
.staycozy-check__subtitle {
font-size: 16px;
line-height: 1.55;
}
.staycozy-check__note {
font-size: 14px;
}
.staycozy-check__form,
.staycozy-check__result {
padding: 20px;
border-radius: 20px;
}
.staycozy-check__field-grid {
grid-template-columns: 1fr;
gap: 0;
}
.staycozy-check__result h3 {
font-size: 22px;
}
.staycozy-check__result p {
font-size: 15px;
line-height: 1.65;
}
.staycozy-check__details {
grid-template-columns: 1fr;
}
.staycozy-check__actions {
display: grid;
}
.staycozy-check__action {
width: 100%;
}
} @media (max-width: 420px) {
.staycozy-check__inner {
padding: 20px;
}
.staycozy-check__title {
font-size: 28px;
}
.staycozy-check__result h3 {
font-size: 21px;
}
}