:root {
--gp-white: #ffffff;
--gp-black: #111111;
--gp-muted: #5f5f67;
--gp-pink-soft: #f8d9e3;
--gp-pink: #ea8cab;
--gp-pink-dark: #cf5f88;
--gp-border: rgba(17, 17, 17, 0.08);
--gp-shadow: 0 20px 60px rgba(17, 17, 17, 0.15);
}
.gp-popup-overlay {
position: fixed;
inset: 0;
background: rgba(17, 17, 17, 0.56);
display: none;
align-items: center;
justify-content: center;
padding: 20px;
z-index: 99999;
}
.gp-popup-overlay.is-open {
display: flex;
}
.gp-popup {
width: min(100%, 1040px);
background: var(--gp-white);
border-radius: 30px;
overflow: hidden;
box-shadow: var(--gp-shadow);
display: grid;
grid-template-columns: 0.95fr 1.05fr;
position: relative;
}
.gp-popup-left {
padding: 42px;
background: linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
border-right: 1px solid var(--gp-border);
}
.gp-popup-badge {
display: inline-flex;
min-height: 38px;
align-items: center;
padding: 0 14px;
border-radius: 999px;
background: var(--gp-pink-soft);
color: var(--gp-pink-dark);
font-size: 12px;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
margin-bottom: 18px;
}
.gp-popup-left h2 {
font-size: 40px;
line-height: 1.03;
margin: 0 0 16px;
color: var(--gp-black);
}
.gp-popup-left p {
font-size: 16px;
color: var(--gp-muted);
margin: 0 0 24px;
}
.gp-popup-benefits {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.gp-popup-benefits span {
padding: 10px 14px;
border-radius: 999px;
border: 1px solid var(--gp-border);
background: #fff;
font-size: 14px;
font-weight: 600;
}
.gp-popup-right {
padding: 34px 34px 28px;
}
.gp-popup-close {
position: absolute;
top: 14px;
right: 16px;
width: 42px;
height: 42px;
border: 0;
border-radius: 50%;
background: rgba(17, 17, 17, 0.06);
color: var(--gp-black);
font-size: 28px;
line-height: 1;
cursor: pointer;
}
.gp-step { display: none; }
.gp-step.active { display: block; }
.gp-step-label {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .12em;
color: var(--gp-pink-dark);
margin-bottom: 12px;
}
.gp-step h3 {
font-size: 28px;
line-height: 1.1;
margin: 0 0 18px;
color: var(--gp-black);
}
.gp-options {
display: grid;
gap: 12px;
}
.gp-options label {
display: block;
cursor: pointer;
}
.gp-options input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.gp-options span,
.gp-lead-form input,
.gp-lead-form select {
display: block;
width: 100%;
border: 1px solid var(--gp-border);
border-radius: 18px;
padding: 16px 18px;
font-size: 16px;
transition: .2s ease;
background: #fff;
color: var(--gp-black);
}
.gp-options input:checked + span {
border-color: rgba(207,95,136,0.55);
background: #fff6f9;
box-shadow: inset 0 0 0 1px rgba(207,95,136,0.18);
}
.gp-lead-form {
display: grid;
gap: 14px;
}
.gp-consent {
display: flex;
gap: 10px;
align-items: flex-start;
font-size: 13px;
color: var(--gp-muted);
}
.gp-consent input {
width: 18px;
height: 18px;
margin-top: 1px;
}
.gp-popup-actions {
display: flex;
gap: 12px;
margin-top: 24px;
}
.gp-btn {
min-height: 52px;
padding: 0 24px;
border-radius: 999px;
border: 1px solid transparent;
font-size: 15px;
font-weight: 700;
cursor: pointer;
}
.gp-btn-primary {
background: var(--gp-black);
color: #fff;
}
.gp-btn-secondary {
background: #fff;
color: var(--gp-black);
border-color: var(--gp-border);
}
.gp-btn[disabled] {
opacity: .5;
cursor: not-allowed;
}
.gp-success {
text-align: center;
padding: 24px 0 6px;
}
.gp-success h3 {
font-size: 30px;
margin-bottom: 10px;
}
.gp-success p {
color: var(--gp-muted);
}
@media (max-width: 880px) {
.gp-popup { grid-template-columns: 1fr; }
.gp-popup-left { display: none; }
.gp-popup-right { padding: 26px 20px 22px; }
.gp-step h3 { font-size: 24px; }
}.footer-width-fixer {
width: 100%;
} .ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
width: 100%;
padding: 0;
max-width: 100%;
} .ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
width: 100%;
padding: 0;
max-width: 100%;
background-color: transparent !important; }
.bhf-hidden {
display: none
} .ehf-header #masthead {
z-index: 99;
position: relative;
}