:root{--background:#fff;--foreground:#2d2d2d;--primary:#82cbef;--primary-dark:#6eb3d6;--accent:#fdf6e3;--border:#eee;--font-serif:"Playfair Display", serif;--font-sans:"Montserrat", sans-serif;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{flex-direction:column;min-height:100vh;display:flex}main{flex:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);margin-bottom:1rem;font-weight:700;line-height:1.2}p{margin-bottom:1rem;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--primary)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.wavy-separator{background:radial-gradient(circle at 10px -7px, transparent 8px, var(--primary) 13px, var(--primary) 15px, transparent 11px);background-size:20px 20px;width:100%;height:20px}@media (max-width:768px){:root{--max-width:100%}}
.Header-module__Af2_WG__header{border-bottom:1px solid var(--border);z-index:1000;background-color:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #00000005}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logoContainer{align-items:center;gap:1rem;display:flex}.Header-module__Af2_WG__logo{border:2px solid var(--primary);border-radius:50%}.Header-module__Af2_WG__logoText{flex-direction:column;display:flex}.Header-module__Af2_WG__brandName{font-family:var(--font-serif);color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1}.Header-module__Af2_WG__brandSub{font-family:var(--font-sans);letter-spacing:2px;color:var(--primary-dark);font-size:.75rem;font-weight:600}.Header-module__Af2_WG__nav{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__nav a{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}.Header-module__Af2_WG__searchWrapper{background-color:#f5f5f5;border-radius:20px;align-items:center;gap:.5rem;padding:.2rem .5rem;transition:all .3s;display:flex}.Header-module__Af2_WG__searchInput{font-family:var(--font-sans);width:150px;color:var(--foreground);background:0 0;border:none;outline:none;padding:.2rem .5rem;font-size:.85rem}.Header-module__Af2_WG__searchBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;align-items:center;padding:.5rem;transition:color .2s;display:flex}.Header-module__Af2_WG__searchBtn:hover{color:var(--primary)}.Header-module__Af2_WG__socialHeader{border-right:1px solid #eee;gap:1.25rem;margin-right:.5rem;padding-right:1.5rem;display:flex}.Header-module__Af2_WG__socialHeader a{color:#888;align-items:center;transition:color .2s;display:flex}.Header-module__Af2_WG__socialHeader a:hover{color:var(--primary)}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module__Af2_WG__line{background-color:var(--foreground);width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Header-module__Af2_WG__lineOpen:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__lineOpen:nth-child(2){opacity:0}.Header-module__Af2_WG__lineOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1024px){.Header-module__Af2_WG__nav{gap:1.5rem}}@media (max-width:768px){.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__nav{z-index:1500;visibility:hidden;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:80%;max-width:300px;height:100vh;padding:2rem;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000001a}.Header-module__Af2_WG__navOpen{visibility:visible;right:0}.Header-module__Af2_WG__socialHeader{border-top:1px solid #eee;border-bottom:1px solid #eee;border-right:none;justify-content:center;gap:2rem;width:100%;margin:1.5rem 0;padding:2rem 0}.Header-module__Af2_WG__nav a{text-align:center;width:100%;font-size:1.1rem}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);background-color:#fafafa;margin-top:5rem;padding:4rem 0 2rem}.Footer-module__EZoWya__footerContent{justify-content:space-between;gap:4rem;margin-bottom:3rem;display:flex}.Footer-module__EZoWya__brand{max-width:400px}.Footer-module__EZoWya__logoTitle{margin-bottom:1.5rem;font-size:1.8rem}.Footer-module__EZoWya__brand p{color:#666;font-size:.95rem}.Footer-module__EZoWya__links{gap:4rem;display:flex}.Footer-module__EZoWya__linkColumn h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1rem}.Footer-module__EZoWya__linkColumn a{color:#555;margin-bottom:.75rem;font-size:.9rem;display:block}.Footer-module__EZoWya__bottomBar{text-align:center}.Footer-module__EZoWya__bottomBar p{color:#888;font-size:.85rem}.Footer-module__EZoWya__linkColumn a:hover{color:var(--primary)}.Footer-module__EZoWya__socialFooter{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__socialFooter a{color:#666;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__socialFooter a:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__EZoWya__footerContent{flex-direction:column;gap:3rem}.Footer-module__EZoWya__links{flex-direction:column;gap:2rem}}
.ExitIntentPopup-module__6Ow_aG__overlay{-webkit-backdrop-filter:blur(8px);z-index:2147483647;background-color:#0f0f0f99;justify-content:center;align-items:flex-start;padding:1.5rem 1rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards ExitIntentPopup-module__6Ow_aG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.ExitIntentPopup-module__6Ow_aG__modal{background-color:#fff;border-radius:8px;width:100%;max-width:740px;margin:auto 0;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards ExitIntentPopup-module__6Ow_aG__scaleUp;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #00000040}.ExitIntentPopup-module__6Ow_aG__closeBtn{color:#333;cursor:pointer;z-index:110;background-color:#ffffffe6;border:1px solid #eaeaea;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.5rem;font-weight:300;line-height:1;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #00000014}.ExitIntentPopup-module__6Ow_aG__closeBtn:hover{color:#000;background-color:#fff;transform:scale(1.05);box-shadow:0 6px 16px #0000001f}.ExitIntentPopup-module__6Ow_aG__grid{grid-template-columns:1fr 1.1fr;min-height:420px;display:grid}.ExitIntentPopup-module__6Ow_aG__leftCol{background-color:#f7f6f2;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative}.ExitIntentPopup-module__6Ow_aG__ebookImage{object-fit:contain;filter:drop-shadow(0 15px 25px #0000001f);width:100%;height:auto;max-height:320px}.ExitIntentPopup-module__6Ow_aG__rightCol{background-color:#fff;flex-direction:column;justify-content:center;padding:3.5rem 3rem;display:flex}.ExitIntentPopup-module__6Ow_aG__contentStep{flex-direction:column;width:100%;display:flex}.ExitIntentPopup-module__6Ow_aG__kicker{text-transform:uppercase;letter-spacing:2px;color:#888;margin-bottom:.75rem;font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;display:block}.ExitIntentPopup-module__6Ow_aG__title{color:#111;margin:0 0 1rem;font-family:Playfair Display,serif;font-size:1.7rem;font-weight:600;line-height:1.15}.ExitIntentPopup-module__6Ow_aG__bodyText{color:#555;margin:0 0 1.75rem;font-family:Montserrat,sans-serif;font-size:.85rem;line-height:1.6}.ExitIntentPopup-module__6Ow_aG__form{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.ExitIntentPopup-module__6Ow_aG__input{color:#111;background-color:#fff;border:1px solid #ddd;border-radius:4px;outline:none;width:100%;padding:.85rem 1rem;font-family:Montserrat,sans-serif;font-size:.85rem;transition:border-color .2s}.ExitIntentPopup-module__6Ow_aG__input:focus{border-color:#111}.ExitIntentPopup-module__6Ow_aG__errorText{color:#c92a2a;margin-top:0;font-size:.75rem;font-weight:500}.ExitIntentPopup-module__6Ow_aG__primaryBtn,.ExitIntentPopup-module__6Ow_aG__upsellBtn{color:#fff;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:.9rem 1.5rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.ExitIntentPopup-module__6Ow_aG__primaryBtn:hover,.ExitIntentPopup-module__6Ow_aG__upsellBtn:hover{background-color:#333}.ExitIntentPopup-module__6Ow_aG__footerNote{color:#999;text-align:center;margin-top:.5rem;font-size:.7rem;font-style:italic}.ExitIntentPopup-module__6Ow_aG__priceDisplay{align-items:baseline;gap:.75rem;margin-bottom:1.5rem;display:flex}.ExitIntentPopup-module__6Ow_aG__oldPrice{color:#aaa;font-size:1rem;font-weight:400;text-decoration:line-through}.ExitIntentPopup-module__6Ow_aG__newPrice{color:#111;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600}.ExitIntentPopup-module__6Ow_aG__buttonStack{flex-direction:column;align-items:center;gap:1rem;display:flex}.ExitIntentPopup-module__6Ow_aG__declineLink{color:#777;font-family:Montserrat,sans-serif;font-size:.8rem;text-decoration:underline;transition:color .2s}.ExitIntentPopup-module__6Ow_aG__declineLink:hover{color:#111}.ExitIntentPopup-module__6Ow_aG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite ExitIntentPopup-module__6Ow_aG__spin}@keyframes ExitIntentPopup-module__6Ow_aG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ExitIntentPopup-module__6Ow_aG__scaleUp{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes ExitIntentPopup-module__6Ow_aG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.ExitIntentPopup-module__6Ow_aG__grid{grid-template-columns:1fr;min-height:auto}.ExitIntentPopup-module__6Ow_aG__leftCol{display:none}.ExitIntentPopup-module__6Ow_aG__rightCol{padding:2.5rem 1.5rem 2rem}.ExitIntentPopup-module__6Ow_aG__title{margin-bottom:.75rem;font-size:1.35rem;line-height:1.25}.ExitIntentPopup-module__6Ow_aG__bodyText{color:#444;margin-bottom:1.25rem;font-size:.825rem;line-height:1.5}.ExitIntentPopup-module__6Ow_aG__closeBtn{width:2rem;height:2rem;font-size:1.25rem;top:.75rem;right:.75rem}}
