@import "https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Open+Sans:wght@400;700&display=swap";
.hero-section{text-align:center;color:#fff;justify-content:center;align-items:center;height:100vh;padding:0 1rem;display:flex;position:relative}.hero-section:before{content:"";z-index:1;background:rgba(0,0,0,.4);width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-content{z-index:2;max-width:900px;position:relative}.hero-section h1{text-shadow:2px 2px 8px rgba(0,0,0,.6);margin-bottom:1rem;font-family:"var(--font-poppins)",sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-section p{text-shadow:1px 1px 4px rgba(0,0,0,.5);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-family:"var(--font-lato)",sans-serif;font-size:1.125rem}.hero-section .cta-button{color:#fff;background-color:#4a558c;border-radius:50px;padding:.75rem 2rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;transition:transform .3s,background-color .3s;display:inline-block;box-shadow:0 4px 15px rgba(0,0,0,.2)}.hero-section .cta-button:hover{background-color:#414b7b;transform:scale(1.05)}@media (min-width:768px){.hero-section h1{font-size:4rem}.hero-section p,.hero-section .cta-button{font-size:1.25rem}}.trust-bar-section{color:#38416b;background-color:#a2d2c3;padding:1rem 1.5rem}.trust-bar-section .trust-bar-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.trust-bar-section p{font-family:"var(--font-lato)",sans-serif;font-size:.9rem;font-weight:700}.trust-bar-section .logos{gap:2rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.25rem;font-weight:700;display:flex}@media (min-width:768px){.trust-bar-section .trust-bar-content{flex-direction:row;gap:1.5rem}.trust-bar-section p{font-size:1rem}}.problem-section{text-align:center;background-color:#fcfbf8;padding:4rem 1.5rem}.problem-section .problem-title{color:#4a558c;margin-bottom:2.5rem;font-family:"var(--font-poppins)",sans-serif;font-size:2rem;font-weight:700}@media (min-width:768px){.problem-section .problem-title{font-size:3rem}}.problem-section .problem-grid{grid-template-columns:1fr;gap:2.5rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.problem-section .problem-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.problem-section .problem-item{background-color:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 6px 20px rgba(0,0,0,.08)}.problem-section .problem-item:hover{transform:translateY(-5px)}.problem-section .problem-item .icon-wrapper{background-color:#d6ebe4;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.problem-section .problem-item .icon{color:#4a558c;width:50px;height:50px}.problem-section .problem-item h3{color:#333;margin-bottom:.75rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.3rem;font-weight:600}.problem-section .problem-item p{color:#666;font-family:"var(--font-lato)",sans-serif;font-size:1rem;line-height:1.6}.solution-section{background-color:#dee0ed;padding:4rem 1.5rem}.solution-section .solution-content{grid-template-columns:1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid}@media (min-width:992px){.solution-section .solution-content{grid-template-columns:1fr 1.2fr;gap:4rem}}.solution-section .ebook-image-wrapper{text-align:center}.solution-section .ebook-image-wrapper img{border-radius:8px;width:100%;max-width:350px;height:auto;transform:rotate(-3deg);box-shadow:0 10px 30px rgba(0,0,0,.15)}.solution-section .solution-text{text-align:left}.solution-section .solution-text .solution-title{color:#4a558c;margin-bottom:1.5rem;font-family:"var(--font-poppins)",sans-serif;font-size:2rem;font-weight:700}@media (min-width:768px){.solution-section .solution-text .solution-title{font-size:3rem}}.solution-section .solution-text .benefits-list{margin:0;padding:0;list-style:none}.solution-section .solution-text .benefits-list li{color:#4d4d4d;margin-bottom:1.25rem;padding-left:2.5rem;font-family:"var(--font-lato)",sans-serif;font-size:1.1rem;line-height:1.6;position:relative}.solution-section .solution-text .benefits-list li:before{content:"✔";color:#a2d2c3;background-color:#e7f3ef;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:700;display:flex;position:absolute;top:2px;left:0}.personalization-section{color:#fff;background-color:#4a558c;padding:4rem 1.5rem}.personalization-section .personalization-content{grid-template-columns:1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid}@media (min-width:992px){.personalization-section .personalization-content{grid-template-columns:1.2fr 1fr;gap:4rem}}.personalization-section .personalization-text{text-align:left}.personalization-section .personalization-text h2{margin-bottom:1.5rem;font-family:"var(--font-poppins)",sans-serif;font-size:2rem;font-weight:700}@media (min-width:768px){.personalization-section .personalization-text h2{font-size:3rem}}.personalization-section .personalization-text p{color:#fff;margin-bottom:2rem;font-family:"var(--font-lato)",sans-serif;font-size:1.1rem;line-height:1.7}.personalization-section .personalization-text .cta-button{color:#4a558c;background-color:#a2d2c3;border-radius:50px;padding:.75rem 2rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;transition:transform .3s,background-color .3s;display:inline-block;box-shadow:0 4px 15px rgba(0,0,0,.2)}.personalization-section .personalization-text .cta-button:hover{background-color:#91cab8;transform:scale(1.05)}.personalization-section .baby-mockup-wrapper{text-align:center;order:-1}@media (min-width:992px){.personalization-section .baby-mockup-wrapper{order:1}}.personalization-section .baby-mockup-wrapper img{border-radius:12px;width:100%;max-width:450px;height:auto;box-shadow:0 10px 30px rgba(0,0,0,.3)}.author-section{background-color:#fcfbf8;padding:4rem 1.5rem}.author-section .author-content{text-align:center;grid-template-columns:1fr;align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:grid}@media (min-width:768px){.author-section .author-content{text-align:left;grid-template-columns:auto 1fr;gap:3rem}}.author-section .author-image-wrapper img{-o-object-fit:cover;object-fit:cover;border:5px solid #fff;border-radius:10%;outline:3px solid #a2d2c3;width:257px;height:287px;margin:0 auto;box-shadow:0 8px 25px rgba(0,0,0,.1)}.author-section .author-text .author-name{color:#4a558c;font-family:"var(--font-poppins)",sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2}.author-section .author-text .author-title{color:gray;margin-bottom:1rem;font-family:"var(--font-lato)",sans-serif;font-size:1rem;font-weight:700}.author-section .author-text p:not(.author-title){color:#333;font-family:"var(--font-lato)",sans-serif;font-size:1.1rem;line-height:1.7}.cta-section{background-color:#dee0ed;padding:4rem 1.5rem}.cta-section .cta-box{text-align:center;background-color:#fff;border:1px solid #f4f1e6;border-radius:16px;max-width:800px;margin:0 auto;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1)}@media (min-width:768px){.cta-section .cta-box{padding:3rem 4rem}}.cta-section .cta-title{color:#333;margin-bottom:1.5rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.8rem;font-weight:700}@media (min-width:768px){.cta-section .cta-title{font-size:2.5rem}}.cta-section .includes-list{text-align:left;margin:2rem 0;padding:0;list-style:none;display:inline-block}.cta-section .includes-list li{margin-bottom:.75rem;padding-left:2rem;font-family:"var(--font-lato)",sans-serif;font-size:1.1rem;position:relative}.cta-section .includes-list li:before{content:"✓";color:#a2d2c3;font-weight:700;position:absolute;left:0}.cta-section .price{color:#4a558c;margin:1.5rem 0;font-family:"var(--font-poppins)",sans-serif;font-size:3rem;font-weight:700}@media (min-width:768px){.cta-section .price{font-size:4rem}}.cta-section .final-cta-button{color:#fff;background-color:#4a558c;border-radius:12px;width:100%;max-width:400px;padding:1rem 2rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 15px rgba(0,0,0,.2)}.cta-section .final-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.cta-section .secure-purchase-text{color:#999;margin-top:1.5rem;font-size:.9rem}.site-footer{text-align:center;background-color:#f4f1e6;border-top:1px solid #ede7d4;padding:3rem 1.5rem 2rem}.site-footer .footer-content{max-width:1100px;margin:0 auto}.site-footer .footer-logo{color:#4a558c;margin-bottom:1.5rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.5rem;font-weight:700}.site-footer .social-links{justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.site-footer .social-links a{color:#333;font-size:1.5rem;transition:color .3s,transform .3s}.site-footer .social-links a:hover{color:#4a558c;transform:translateY(-3px)}.site-footer .copyright-text{color:#999;font-family:"var(--font-lato)",sans-serif;font-size:.9rem}.site-footer .copyright-text a{color:#666;text-decoration:none}.site-footer .copyright-text a:hover{text-decoration:underline}.checkout-page{background-color:#fcfbf8;min-height:100vh;padding:3rem 1.5rem}.checkout-page .checkout-container{background-color:#fff;border-radius:16px;max-width:600px;margin:0 auto;padding:2.5rem;box-shadow:0 8px 30px rgba(0,0,0,.1)}.checkout-page .checkout-title{text-align:center;color:#4a558c;margin-bottom:2rem;font-family:"var(--font-poppins)",sans-serif;font-size:2.5rem}.checkout-page .form-group{margin-bottom:1.5rem}.checkout-page .form-group label{color:#333;margin-bottom:.5rem;font-family:"var(--font-lato)",sans-serif;font-weight:700;display:block}.checkout-page .form-group input[type=text],.checkout-page .form-group input[type=email]{border:1px solid #ede7d4;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:"var(--font-lato)",sans-serif;font-size:1rem;transition:border-color .3s,box-shadow .3s}.checkout-page .form-group input[type=text]:focus,.checkout-page .form-group input[type=email]:focus{border-color:#4a558c;outline:none;box-shadow:0 0 0 3px rgba(195,200,223,.5)}.checkout-page .form-group input[type=text]:disabled,.checkout-page .form-group input[type=email]:disabled{cursor:not-allowed;background-color:#f4f1e6}.checkout-page .form-group .file-input-custom{color:gray;width:100%;margin-top:.5rem;font-size:.875rem;display:block}.checkout-page .form-group .file-input-custom::-webkit-file-upload-button{color:#38416b;cursor:pointer;background-color:#e7f3ef;border:none;border-radius:50px;margin-right:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.checkout-page .form-group .file-input-custom::file-selector-button{color:#38416b;cursor:pointer;background-color:#e7f3ef;border:none;border-radius:50px;margin-right:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.checkout-page .form-group .file-input-custom::-webkit-file-upload-button:hover{background-color:#c4e3d9}.checkout-page .form-group .file-input-custom::file-selector-button:hover{background-color:#c4e3d9}.checkout-page .form-group .file-input-custom:disabled{opacity:.5;cursor:not-allowed}.checkout-page .form-group .file-input-custom:disabled::-webkit-file-upload-button{cursor:not-allowed;background-color:#fff}.checkout-page .form-group .file-input-custom:disabled::file-selector-button{cursor:not-allowed;background-color:#fff}.checkout-page .form-group .file-name-display{color:#666;margin-top:.5rem;font-size:.9rem}.checkout-page .form-group .file-name-display span{color:#4a558c;font-weight:600}.checkout-page .error-message{color:#e53e3e;text-align:center;margin-bottom:1rem;font-weight:600}.checkout-page .submit-button{color:#fff;cursor:pointer;background-color:#4a558c;border:none;border-radius:8px;width:100%;padding:1rem;font-family:"var(--font-poppins)",sans-serif;font-size:1.25rem;font-weight:700;transition:background-color .3s}.checkout-page .submit-button:hover{background-color:#414b7b}.checkout-page .submit-button:disabled{cursor:not-allowed;background-color:#808abc}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#fcfbf8;font-family:"var(--font-lato)",sans-serif}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.666bad7d.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0a77efb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.4a23d71b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.95e4158a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.bd593fbe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.d82a9aff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_555a6a8c-module__VjgoBW__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_555a6a8c-module__VjgoBW__variable{--font-poppins:"Poppins","Poppins Fallback"}
@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b529365fa126a3f2-s.38647399.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8e451580e5e95631-s.p.0e564e6e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d74bdd14d6019bc6-s.99b0b73b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/345c85a432359eed-s.p.eead68dd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato Fallback;src:local(Arial);ascent-override:101.03%;descent-override:21.8%;line-gap-override:0.0%;size-adjust:97.69%}.lato_3ffd2d55-module__R8Odrq__className{font-family:Lato,Lato Fallback;font-style:normal}.lato_3ffd2d55-module__R8Odrq__variable{--font-lato:"Lato","Lato Fallback"}
