.elementor-2941 .elementor-element.elementor-element-0ad2021{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0039c1b */.volp-lp {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #f8f8f8;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #1d1d1f;
}
.volp-lp *, .volp-lp *::before, .volp-lp *::after { box-sizing: border-box; }

/* Background orbs */
.volp-lp__orbs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.volp-lp__orb { position: absolute; border-radius: 50%; filter: blur(80px); }
.volp-lp__orb--1 { width: 620px; height: 620px; top: -220px; right: -140px; background: radial-gradient(circle, rgba(255,160,90,0.20), rgba(232,84,30,0.08), transparent 68%); }
.volp-lp__orb--2 { width: 460px; height: 460px; bottom: 8%; left: -120px; background: radial-gradient(circle, rgba(255,210,170,0.13), rgba(240,160,80,0.05), transparent 68%); }
.volp-lp__orb--3 { width: 380px; height: 380px; bottom: -60px; right: 18%; background: radial-gradient(circle, rgba(255,235,210,0.14), rgba(245,200,150,0.04), transparent 68%); }

/* Header / navbar */
.volp-lp__nav {
    position: fixed; top: 24px; left: 50%; transform: translateX(-50%); z-index: 100;
    display: flex; align-items: center; gap: 44px; padding: 12px 22px;
    background: rgba(255,255,255,0.65);
    -webkit-backdrop-filter: blur(32px) saturate(200%) brightness(106%);
    backdrop-filter: blur(32px) saturate(200%) brightness(106%);
    border: 1px solid rgba(255,255,255,0.65); border-top-color: rgba(255,255,255,0.95);
    border-radius: 20px;
    box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.9), inset 0 -1px 0 rgba(0,0,0,0.03), 0 4px 20px rgba(0,0,0,0.06), 0 16px 40px rgba(0,0,0,0.04);
    white-space: nowrap;
}
.volp-lp__nav-logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.volp-lp__nav-logo img { height: 22px; width: auto; display: block; }
.volp-lp__nav-cta:hover { background: rgba(0,0,0,0.09) !important; transform: translateY(-1px); }

/* Hero grid */
.volp-lp__hero {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
    max-width: 1240px; margin: 0 auto; padding: 116px 40px 90px; width: 100%;
}

/* Left content */
.volp-lp__content { display: flex; flex-direction: column; align-items: flex-start; }
.volp-lp__eyebrow { margin: 0 0 18px 0; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #FF4D00; }
.volp-lp__title { margin: 0 0 24px 0; font-size: clamp(2rem, 3.8vw, 4.2rem); font-weight: 800; line-height: 1.06; letter-spacing: -0.044em; color: #1d1d1f; }
.volp-lp__title em { font-style: normal; color: #FF4D00; }
.volp-lp__sub { margin: 0 0 30px 0; max-width: 500px; font-size: 15px; line-height: 1.72; color: #6e6e73; letter-spacing: -0.01em; }
.volp-lp__lead { margin: 0 0 30px 0; max-width: 500px; font-size: 15px; line-height: 1.75; color: #6e6e73; letter-spacing: -0.01em; }

.volp-lp__callout {
    max-width: 520px; margin: 0 0 36px 0; padding: 20px 22px;
    background: linear-gradient(155deg, rgba(255,77,0,0.10), rgba(255,77,0,0.035));
    border: 1px solid rgba(255,77,0,0.20); border-left: 3px solid #FF4D00; border-radius: 16px;
    font-size: 15px; line-height: 1.7; font-weight: 500; color: #1d1d1f; letter-spacing: -0.01em;
}

.volp-lp__inside { max-width: 520px; }
.volp-lp__inside-title { margin: 0 0 18px 0; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #1d1d1f; }
.volp-lp__checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.volp-lp__checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 15px; line-height: 1.6; color: #6e6e73; letter-spacing: -0.01em; }
.volp-lp__check { flex-shrink: 0; width: 22px; height: 22px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,77,0,0.12); color: #FF4D00; margin-top: 1px; }

/* Right column */
.volp-lp__aside { display: flex; flex-direction: column; align-items: center; gap: 32px; }

/* Ebook mockup */
.volp-lp__book {
    position: relative; width: 216px; aspect-ratio: 3 / 4; border-radius: 5px 12px 12px 5px;
    background: linear-gradient(150deg, #16233f 0%, #0b1120 100%);
    transform: rotateY(-16deg) rotateX(3deg); transform-style: preserve-3d;
    box-shadow: 22px 26px 60px rgba(0,0,0,0.28), 0 2px 6px rgba(0,0,0,0.18);
    transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.volp-lp__book:hover { transform: rotateY(-8deg) rotateX(1deg); }
.volp-lp__book-spine { position: absolute; top: 0; left: 0; bottom: 0; width: 12px; border-radius: 5px 0 0 5px; background: linear-gradient(90deg, rgba(255,255,255,0.14), rgba(255,255,255,0)); }
.volp-lp__book-cover { position: absolute; inset: 0; padding: 26px 24px; display: flex; flex-direction: column; align-items: flex-start; border-radius: 5px 12px 12px 5px; overflow: hidden; }
.volp-lp__book-cover::after { content: ''; position: absolute; right: -40%; bottom: -30%; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(255,77,0,0.45), transparent 70%); filter: blur(4px); }
.volp-lp__book-logo { height: 20px; width: auto; opacity: 0.9; margin-bottom: auto; }
.volp-lp__book-kicker { position: relative; z-index: 1; margin: 0 0 8px 0; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #FF4D00; }
.volp-lp__book-title { position: relative; z-index: 1; margin: 0 0 10px 0; font-size: 24px; font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; color: #fff; }
.volp-lp__book-desc { position: relative; z-index: 1; margin: 0; font-size: 12px; line-height: 1.45; color: rgba(255,255,255,0.62); letter-spacing: -0.01em; }

/* Form panel */
.volp-lp__form-panel {
    width: 100%; padding: 32px; border-radius: 24px;
    background: rgba(255,255,255,0.55);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.72); border-top-color: rgba(255,255,255,0.98);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.9), 0 4px 24px rgba(0,0,0,0.06), 0 24px 64px rgba(0,0,0,0.07);
}
.volp-lp__form-label { margin: 0 0 6px 0; font-size: 20px; font-weight: 800; letter-spacing: -0.025em; color: #1d1d1f; }
.volp-lp__form-help { margin: 0 0 22px 0; font-size: 13.5px; line-height: 1.55; color: #6e6e73; letter-spacing: -0.01em; }

/* FlowForm fields (scoped) */
.volp-lp__form-panel .ff-grid { row-gap: 14px !important; column-gap: 14px !important; }
.volp-lp__form-panel .ff-field { display: flex; flex-direction: column; gap: 7px; margin: 0; }
.volp-lp__form-panel .ff-label { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #6e6e73; }
.volp-lp__form-panel .ff-required { color: #FF4D00; margin-left: 2px; }
.volp-lp__form-panel .ff-input,
.volp-lp__form-panel .ff-select,
.volp-lp__form-panel .ff-textarea {
    width: 100%; padding: 14px 18px; border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.09); background: rgba(255,255,255,0.70);
    color: #1d1d1f; font-family: inherit; font-size: 15px; line-height: 1.5;
    outline: none; -webkit-appearance: none; appearance: none;
    transition: border-color .2s, background .2s;
}
.volp-lp__form-panel .ff-input:focus,
.volp-lp__form-panel .ff-select:focus,
.volp-lp__form-panel .ff-textarea:focus { border-color: rgba(0,220,255,0.55); background: rgba(255,255,255,0.92); }
.volp-lp__form-panel .ff-textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.volp-lp__form-panel .ff-consent-label { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; margin: 0; font-size: 12.5px; line-height: 1.5; color: #6e6e73; }
/* consent rows: pull them closer together (grid row-gap is 14px) */
.volp-lp__form-panel .ff-field--consent { gap: 0; margin-top: -8px; }
.volp-lp__form-panel .ff-field--consent .ff-field-error:empty { display: none; }
.volp-lp__form-panel .ff-consent-checkbox {
    -webkit-appearance: none; appearance: none; flex-shrink: 0; width: 18px; height: 18px; margin: 1px 0 0 0;
    border-radius: 5px; border: 1px solid rgba(0,0,0,0.15); background-color: rgba(255,255,255,0.6); cursor: pointer;
    transition: background .2s, border-color .2s;
}
.volp-lp__form-panel .ff-consent-checkbox:checked {
    background-color: #00DCFF; border-color: #00DCFF;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: center; background-size: 10px;
}
.volp-lp__form-panel .ff-consent-text a { color: #1d1d1f; text-decoration: underline; text-underline-offset: 2px; }
.volp-lp__form-panel .ff-submit {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
    padding: 16px 32px !important; border-radius: 50px !important; border: none !important; cursor: pointer;
    font-family: inherit; font-size: 15px; font-weight: 600; margin-top: 8px;
    background: #00DCFF !important; color: #0a0a0a !important; text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(0,220,255,0.28); transition: transform .2s, background .2s;
}
.volp-lp__form-panel .ff-submit:hover { background: #00c8e8 !important; transform: translateY(-1px); }
.volp-lp__form-panel .ff-message { margin-top: 14px; padding: 14px 18px; border-radius: 12px; font-size: 14px; line-height: 1.55; background: rgba(0,0,0,0.04); color: #6e6e73; border: 1px solid rgba(0,0,0,0.06); }
.volp-lp__form-panel .ff-message--success { background: rgba(42,154,82,0.10); border-color: rgba(42,154,82,0.25); color: #1f7a3c; }
.volp-lp__form-panel .ff-message--error { background: rgba(220,53,69,0.08); border-color: rgba(220,53,69,0.22); color: #a5281a; }
.volp-lp__form-panel .ff-field-error { font-size: 12px; line-height: 1.4; color: #c0392b; letter-spacing: -0.01em; }

/* Footer */
.volp-lp__footer {
    position: relative; z-index: 1;
    background: #111; margin-top: 20px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 18px; padding: 72px 24px 44px; text-align: center;
}
.volp-lp__footer-logo { width: 140px !important; height: auto !important; max-width: 140px !important; opacity: 0.9; }
.volp-lp__footer-tagline { margin: 0; font-size: 15px; line-height: 1.6; max-width: 400px; color: rgba(255,255,255,0.4); }
.volp-lp__footer-copy { margin: 8px 0 0 0; font-size: 12px; color: rgba(255,255,255,0.2); }

/* Responsive */
@media (max-width: 900px) {
    .volp-lp__hero { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
    .volp-lp__hero { padding: 96px 20px 60px; }
    .volp-lp__nav { top: 16px; left: 16px; right: 16px; transform: none; gap: 0; justify-content: space-between; padding: 11px 12px 11px 18px; border-radius: 16px; }
    .volp-lp__content { align-items: center; text-align: center; }
    .volp-lp__sub, .volp-lp__lead, .volp-lp__callout, .volp-lp__inside { max-width: 100%; }
    .volp-lp__callout, .volp-lp__checklist li { text-align: left; }
    .volp-lp__form-panel .ff-input,
    .volp-lp__form-panel .ff-select,
    .volp-lp__form-panel .ff-textarea { font-size: 16px; }
}/* End custom CSS */