*{margin:0;padding:0}*,:after,:before{box-sizing:border-box}body,html{width:100%;overflow-x:auto}img{max-width:100%;height:auto}:root{--cream:#ffece3;--primary-brown:#854427;--secondary-brown:#5a1313;--dark-brown:#2e071c;--text-gray:#535353;--text-dark:#272727}body{font-family:Blinker,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--dark-brown);background:var(--cream);line-height:1.6;padding-top:88px}.header{background:#fff;padding:1rem 4rem;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .25s ease}.header.hidden{transform:translateY(-100%)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo img{height:60px}.header-actions{display:flex;gap:1rem}.btn-phone{background:linear-gradient(137deg,#804125,#f98e5e);color:#fff;padding:.75rem 1.5rem;border-radius:30px;font-weight:700;font-size:1.25rem;text-decoration:none;transition:transform .3s}.btn-phone:hover{transform:translateY(-2px)}.btn-consultation{background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:30px;font-weight:700;font-size:1.25rem;text-decoration:none;transition:transform .3s}.btn-consultation:hover{transform:translateY(-2px)}@media (max-width:768px){body{padding-top:140px}.header{padding:.6rem 1rem}.nav-container{flex-wrap:wrap;gap:.5rem}.logo img{height:42px}.header-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.btn-consultation,.btn-phone{padding:.5rem .8rem;font-size:clamp(.85rem,3.8vw,1rem);border-radius:20px}}@media (max-width:420px){.header-actions{flex-direction:column;gap:.5rem}.btn-consultation,.btn-phone{width:100%;text-align:center}}.hero-section{background:var(--cream);padding:3.6rem}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.hero-left-content{display:flex;flex-direction:column;gap:1rem}.hero-story-title{font-family:PT Sans,sans-serif;font-size:2.5rem;font-weight:700;color:#000;line-height:1.3;margin-bottom:1rem}.hero-story-text{font-size:1.25rem;font-weight:400;color:var(--text-dark);line-height:1.6;max-width:600px}.hero-book-illustration{margin-top:2rem}.hero-book-illustration img{max-width:300px;height:auto;object-fit:contain}.hero-right{display:flex;justify-content:center;align-items:center;padding-left:0}.hero-title{font-family:Blinker,sans-serif;font-size:2.072rem;font-weight:700;line-height:1.3;text-transform:uppercase;color:#000;margin-bottom:1.5rem}@media (max-width:768px){.hero-title{font-size:clamp(1.3rem,6vw,1.75rem);line-height:1.25}}@media (min-width:1024px){.hero-title{max-width:34ch}}.hero-subtitle{margin-bottom:1rem}.hero-description,.hero-subtitle{font-size:1.25rem;font-weight:600;color:var(--dark-brown);line-height:1.4}.hero-buttons,.hero-description{margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.text-brown{color:var(--primary-brown)}.btn-primary-gradient{background:linear-gradient(137deg,#804125,#f98e5e);color:#fff;padding:.875rem 1.5rem;border-radius:10px;font-weight:700;font-size:1.25rem;border:none;cursor:pointer;transition:transform .3s}.btn-primary-gradient:hover{transform:translateY(-2px)}.btn-secondary-black{background:#000;color:#fff;padding:.875rem 1.5rem;border-radius:10px;font-weight:700;font-size:1.25rem;border:none;cursor:pointer;transition:transform .3s}.btn-secondary-black:hover{transform:translateY(-2px)}.partner-logos{display:flex;gap:1.5rem;align-items:center}.partner-extra{display:flex;justify-content:center;margin-top:3.2rem}.partner-extra img{width:100%;max-width:100%;height:auto}.partner-logos img{height:40px;object-fit:contain}@media (max-width:480px){.partner-extra{margin-top:1rem}}.form-card{background-image:url(/images/Group\ 427321507.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:10px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);position:relative;width:92%;max-width:660px;margin-left:auto}.form-card-new{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 24px rgba(0,0,0,.12);position:relative;width:100%;max-width:500px}.form-title-new{font-family:PT Sans,sans-serif;font-size:2rem;font-weight:700;color:var(--primary-brown);margin-bottom:2rem;text-align:left;font-style:italic}.input-with-icon-new{position:relative;margin-bottom:1.25rem}.input-with-icon-new input,.input-with-icon-new textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(133,68,39,.3);border-radius:8px;background:#fff;color:var(--text-dark);font-size:1rem;font-family:Blinker,sans-serif;transition:border-color .3s ease}.input-with-icon-new input:focus,.input-with-icon-new textarea:focus{outline:none;border-color:var(--primary-brown)}.input-with-icon-new input::placeholder,.input-with-icon-new textarea::placeholder{color:var(--text-gray);opacity:.7}.input-with-icon-new textarea{resize:vertical;min-height:100px}.btn-submit-new{width:100%;padding:.875rem 1.5rem;background:var(--primary-brown);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:background .3s ease,transform .3s ease;margin-top:.5rem}.btn-submit-new:hover:not(:disabled){background:var(--secondary-brown);transform:translateY(-2px)}.btn-submit-new[disabled]{opacity:.7;cursor:not-allowed;transform:none}@media (max-width:768px){.hero-container{grid-template-columns:1fr;gap:1rem}.hero-right{justify-content:center;padding-left:0}.form-card-new{width:100%;max-width:100%;padding:2rem 1.5rem}.hero-story-title{font-size:2rem}.hero-story-text{font-size:1.125rem}.hero-book-illustration img{max-width:250px}.form-title-new{font-size:1.75rem}}.form-title{font-family:Blinker,sans-serif;font-size:1.7rem;font-weight:700;text-align:center;color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.form-select{width:100%;padding:.875rem 1rem;margin-bottom:.875rem;border:1px solid hsla(0,0%,100%,.5);border-radius:10px;background:rgba(33,20,16,.3);color:hsla(0,0%,100%,.9);font-size:1.125rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-select option{background:#2c1d1d;color:#fff}.form-section-title{font-family:Blinker,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;margin:1.5rem 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.checkbox-row{display:flex;gap:1rem;margin-bottom:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;border:2px solid #767676;cursor:pointer}.input-with-icon{position:relative;margin-bottom:.875rem}.input-with-icon .icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem}.input-with-icon input,.input-with-icon textarea{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid hsla(0,0%,100%,.5);border-radius:10px;background:rgba(33,20,16,.3);color:hsla(0,0%,100%,.9);font-size:1.125rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-with-icon textarea{resize:vertical;min-height:120px}.input-with-icon textarea::placeholder{color:hsla(0,0%,100%,.9);font-family:Blinker,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.input-with-icon input::placeholder{color:hsla(0,0%,100%,.9);font-family:Blinker,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.btn-submit{width:100%;padding:.875rem;background:#000;color:#fff;border:none;border-radius:10px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:transform .3s;margin-top:1rem}.btn-submit:hover{transform:translateY(-2px)}.btn-submit[disabled]{opacity:.7;cursor:not-allowed;transform:none}.form-loading{position:absolute;inset:0;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;flex-direction:column;border-radius:10px;z-index:5}.form-loading.active{display:flex}.spinner{width:28px;height:28px;border:3px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.loading-text{margin-top:.5rem;color:#fff;font-size:.95rem;text-shadow:0 1px 2px rgba(0,0,0,.25)}@keyframes spin{to{transform:rotate(1turn)}}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000}.popup-content{background:#fff;color:var(--text-dark);padding:2rem;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.2);text-align:center;max-width:420px}.popup-close{margin-top:1rem;padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.consult-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;z-index:1200;padding:20px;animation:overlayFade .18s ease-out}.debug-toast{position:fixed;bottom:12px;left:12px;background:rgba(0,0,0,.75);color:#fff;padding:6px 10px;border-radius:6px;font-size:.85rem;z-index:2000}.consult-modal{background:linear-gradient(180deg,#804125,#f98e5e);border:none;border-radius:0;box-shadow:none;flex-direction:column;width:679px;max-width:679px;height:579px;padding:0;animation:consultPop .2s ease-out;overflow:hidden}.consult-left,.consult-modal{display:flex;position:relative}.consult-left{justify-content:flex-start;align-items:flex-start;padding:1.5rem;animation:consultChild .26s ease-out 80ms both;z-index:1}.consult-art{background:linear-gradient(180deg,rgba(133,68,39,.12),hsla(0,0%,100%,.9));border:1px solid rgba(133,68,39,.25);border-radius:10px;padding:8px;box-shadow:0 8px 16px rgba(0,0,0,.12);position:relative}.consult-art:after{content:"";position:absolute;right:-20px;top:-20px;width:100px;height:100px;background:radial-gradient(circle at 70% 30%,rgba(133,68,39,.18),transparent 60%);pointer-events:none}.consult-svg{width:100%;height:auto;max-height:420px;object-fit:contain;border-radius:10px}.consult-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;animation:consultChild .28s ease-out .12s both;position:absolute;top:10%;left:auto;right:1.75%;transform:translateY(-50%);width:300px;max-width:300px;background:transparent;padding:0;overflow:visible;z-index:10}.consult-right-mobile{display:none}.consult-left-svg{position:absolute;top:40px;left:0;height:auto;max-height:480px;display:flex;align-items:flex-start;justify-content:flex-start;padding:.75rem;z-index:1;pointer-events:none;overflow:hidden}.consult-left-decoration,.consult-left-svg{width:350px!important;max-width:350px!important}.consult-left-decoration{height:auto!important;max-height:480px!important;object-fit:contain!important;opacity:.8;display:block}.consult-right-svg{position:absolute;top:0;right:0;width:auto;height:100%;display:flex;align-items:center;justify-content:flex-end;padding:1rem;z-index:1;pointer-events:none}.consult-right-decoration{width:auto;height:60%;max-height:60%;object-fit:contain;opacity:.8}.consult-bottom-left-svg{position:absolute;bottom:0;right:0;width:auto;height:auto;display:flex;align-items:flex-end;justify-content:flex-end;padding:1rem;z-index:0;pointer-events:none}.consult-bottom-left-decoration{width:auto;height:auto;max-height:300px;max-width:400px;object-fit:contain;opacity:.8}.consult-modal-footer{position:relative;bottom:-8px;left:0;right:0;width:100%;display:flex;justify-content:center;align-items:center;padding:.5rem 0;z-index:2}.consult-footer-svg{position:absolute;bottom:-520px;left:0;width:140%;height:auto;max-height:130px;object-fit:contain;z-index:2}.consult-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.consult-title{font-size:20px;margin:4px 0 12px;color:var(--dark-brown);letter-spacing:.2px}.consult-close-icon{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;color:var(--primary-brown);border:1px solid #fc9a66;width:32px;height:32px;line-height:30px;text-align:center;border-radius:8px;cursor:pointer;position:absolute;top:12px;right:12px;z-index:20;font-size:1.25rem;transition:transform .3s ease}.consult-close-icon:hover{transform:scale(1.1)}.consult-actions{display:flex;gap:10px;margin-top:8px}.consult-close{padding:8px 14px;background:transparent;color:var(--primary-brown);border:1px solid rgba(133,68,39,.35);border-radius:8px;cursor:pointer}.consult-modal .input-with-icon{margin-bottom:.55rem}.consult-modal .input-with-icon input{background:#fff;color:var(--text-dark);border:1px solid rgba(133,68,39,.35);padding:.5rem .6rem .5rem 2rem;font-size:.88rem;border-radius:8px}.consult-modal .input-with-icon input::placeholder{color:var(--text-gray);opacity:.9;font-family:Blinker,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.consult-modal .input-with-icon textarea{background:#fff;color:var(--text-dark);border:1px solid rgba(133,68,39,.35);padding:.48rem .6rem .48rem 2rem;font-size:.88rem;border-radius:8px;resize:vertical;min-height:70px}.consult-modal .input-with-icon textarea::placeholder{color:var(--text-gray);opacity:.9;font-family:Blinker,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.consult-modal .input-with-icon .icon{left:.75rem;font-size:1.05rem}.consult-modal .btn-submit{background:var(--primary-brown);font-size:.92rem;padding:.55rem .8rem;border-radius:8px}.consult-form-card{background:#fff;border:1px solid rgba(133,68,39,.25);border-radius:16px;padding:.875rem;box-shadow:0 8px 24px rgba(0,0,0,.12);width:100%;max-width:600px;position:relative;z-index:10}.consult-form-title{text-align:center;margin-bottom:.75rem;font-size:1.2rem;line-height:1.2}.consult-form-title-bold{font-family:Blinker,sans-serif;font-weight:700;color:#000}.consult-form-title-script{font-family:Blinker,sans-serif;font-weight:600;font-style:italic;color:var(--primary-brown)}.consult-input-wrapper{margin-bottom:.5rem}.consult-input-wrapper input,.consult-input-wrapper textarea{width:100%;padding:.45rem .65rem;border:1px solid rgba(133,68,39,.2);border-radius:8px;background:#f5f5f5;color:var(--text-dark);font-size:.8rem;font-family:Blinker,sans-serif;transition:border-color .3s ease,background .3s ease}.consult-input-wrapper input:focus,.consult-input-wrapper textarea:focus{outline:none;border-color:var(--primary-brown);background:#fff}.consult-input-wrapper input::placeholder,.consult-input-wrapper textarea::placeholder{color:var(--text-gray);opacity:.7}.consult-input-wrapper textarea{resize:vertical;min-height:40px}.btn-contact-us{width:100%;padding:.5rem .875rem;background:linear-gradient(90deg,#854427,#f98e5e);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;margin-top:.3rem}.btn-contact-us:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(133,68,39,.4)}@keyframes consultPop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@keyframes consultChild{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.consult-modal{grid-template-columns:1fr;width:95vw;max-width:95vw;height:auto;min-height:auto;max-height:90vh;padding:1.5rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow-y:auto;position:relative}.consult-left,.consult-right-svg{display:none}.consult-left-svg{position:absolute;top:0;left:0;width:80px;height:auto;padding:.5rem;z-index:1;opacity:.4}.consult-left-decoration{width:100%;height:auto;max-height:120px;object-fit:contain}.consult-bottom-left-svg{position:absolute;bottom:60px;right:0;width:100px;height:auto;padding:.5rem;z-index:1;opacity:.4}.consult-bottom-left-decoration{width:100%;height:auto;max-height:150px;object-fit:contain}.consult-right{position:relative;width:100%;max-width:100%;height:auto;padding:0;margin:1rem 0 0;display:flex;justify-content:center;align-items:center;top:auto;right:auto;left:auto;transform:none;z-index:10}.consult-form-card{width:100%;max-width:100%;padding:1.5rem;margin:0}.consult-form-title{font-size:1.4rem;margin-bottom:1.25rem}.consult-input-wrapper{margin-bottom:1rem}.consult-input-wrapper input,.consult-input-wrapper textarea{padding:.75rem 1rem;font-size:1rem}.consult-input-wrapper textarea{min-height:100px}.btn-contact-us{padding:.75rem 1.5rem;font-size:1rem;margin-top:.5rem;width:100%}.consult-right-mobile{display:none}.consult-modal-footer{position:relative;padding:.5rem 0;margin-top:1rem;width:100%;z-index:2}.consult-footer-svg{width:100%;max-height:70px;object-fit:cover}}@media (max-width:480px){.consult-modal{padding:1.25rem .75rem;min-height:auto;max-height:90vh}.consult-left-svg{width:60px;padding:.4rem}.consult-left-decoration{max-height:100px}.consult-bottom-left-svg{width:80px;bottom:50px;padding:.4rem}.consult-bottom-left-decoration{max-height:120px}.consult-form-card{padding:1.25rem}.consult-form-title{font-size:1.3rem;margin-bottom:1rem}.consult-input-wrapper{margin-bottom:.875rem}.consult-input-wrapper input,.consult-input-wrapper textarea{padding:.65rem .875rem;font-size:.95rem}.consult-input-wrapper textarea{min-height:80px}.btn-contact-us{padding:.65rem 1.25rem;font-size:.95rem;width:100%}.consult-modal-footer{padding:.4rem 0;margin-top:.75rem}.consult-footer-svg{width:100%;max-height:60px}}@media (max-width:360px){.consult-modal{padding:1rem .5rem;min-height:auto;max-height:90vh}.consult-left-svg{width:50px;padding:.3rem}.consult-left-decoration{max-height:80px}.consult-bottom-left-svg{width:70px;bottom:45px;padding:.3rem}.consult-bottom-left-decoration{max-height:100px}.consult-form-card{padding:1rem}.consult-form-title{font-size:1.2rem;margin-bottom:.875rem}.consult-input-wrapper{margin-bottom:.75rem}.consult-input-wrapper input,.consult-input-wrapper textarea{padding:.6rem .75rem;font-size:.9rem}.consult-input-wrapper textarea{min-height:70px}.btn-contact-us{padding:.6rem 1rem;font-size:.9rem;width:100%}.consult-modal-footer{padding:.3rem 0;margin-top:.5rem}.consult-footer-svg{width:100%;max-height:55px}}@media (max-width:480px){.consult-modal-overlay{padding:12px}.consult-close-icon{width:28px;height:28px;line-height:26px;top:8px;right:8px;z-index:20}.popup-content{max-width:95vw;padding:1.25rem}}.journey-section{background:#fff;padding:4rem}.container{max-width:1400px;margin:0 auto}.section-title-big{font-family:Blinker,sans-serif;font-size:3.25rem;font-weight:700;text-align:center;text-transform:uppercase;color:#000;margin-bottom:1.5rem;line-height:1.3}.section-subtitle-center{font-size:1.375rem;text-align:center;color:var(--text-gray);margin-bottom:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.tab-buttons{display:flex;gap:1.875rem;justify-content:center;margin-bottom:3rem}.tab-button{padding:.75rem 1.5rem;border:2px solid var(--primary-brown);border-radius:26px;background:#fff;color:var(--primary-brown);font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s}.tab-button.active{background:var(--primary-brown);color:#fff}.tab-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(133,68,39,.3)}.journey-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.journey-title{font-family:Blinker,sans-serif;font-size:3rem;font-weight:700;text-transform:uppercase;color:#000;margin-bottom:1.5rem}.journey-paragraph{font-size:1.375rem;color:#000;margin-bottom:1.5rem;line-height:1.5}.journey-image img{width:100%;border-radius:20px}.steps-section{background:var(--cream);padding:4rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.step-card{background:#fff;padding:0;border-radius:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;position:relative;cursor:pointer;overflow:hidden;min-height:300px}.step-card-inner-content{padding:2rem;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.step-card:nth-child(2n){background:#fff}.step-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15);background:#e0e0e0}.step-card-hover-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:30px;z-index:10;display:block}.step-icon{width:76px;height:76px;margin:0 auto 1.5rem;background:#ffebe3;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.step-icon img{width:100%;height:100%}.step-card:nth-child(2n) .step-icon{background:#ffebe3}.step-title{font-size:1.75rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.294}.step-text,.step-title{font-family:Blinker,sans-serif}.step-text{font-size:1.125rem;color:#272727;line-height:1.333;font-weight:400}@media (max-width:1024px){.steps-section{padding:3rem}}@media (max-width:768px){.steps-section{padding:2rem 1rem}.step-card-inner-content{padding:1.25rem}.step-icon{width:64px;height:64px;margin:0 auto 1rem}.step-title{font-size:clamp(1.2rem,5.5vw,1.5rem)}.step-text{font-size:clamp(.95rem,4.2vw,1.05rem)}}.cta-section{background:#fff;padding:4rem;position:relative;overflow:hidden}.cta-section:before{display:none}.cta-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:1}.cta-left-image img{width:227px;height:auto}.cta-title{font-family:Blinker,sans-serif;font-size:3.25rem;font-weight:700;text-transform:uppercase;color:#000;margin-bottom:1.5rem;line-height:1.3}.cta-subtitle{font-size:1.375rem;color:#000;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem}.btn-black,.btn-gradient,.btn-white-solid{padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:transform .3s}.btn-black,.btn-white-solid{background:#000;color:#fff}.btn-gradient{background:linear-gradient(137deg,#804125,#f98e5e);color:#fff}.btn-black:hover,.btn-gradient:hover,.btn-white-solid:hover{transform:translateY(-2px)}@media (max-width:1024px){.cta-section{padding:2.5rem}.cta-title{font-size:2.5rem}.cta-subtitle{font-size:1.25rem}}@media (max-width:768px){.cta-container{grid-template-columns:1fr;gap:1.25rem;text-align:center}.cta-left-image{display:flex;justify-content:center}.cta-left-image img{width:180px}.cta-title{font-size:clamp(1.5rem,6.5vw,2rem);line-height:1.25}.cta-subtitle{font-size:clamp(1rem,4.5vw,1.15rem);margin-bottom:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center}.cta-section .btn-black,.cta-section .btn-gradient,.cta-section .btn-white-solid{padding:.6rem 1rem;font-size:clamp(.9rem,3.8vw,1.05rem);border-radius:8px}}@media (max-width:420px){.cta-section{padding:2rem 1rem}.cta-left-image img{width:150px}.cta-buttons{gap:.75rem}.cta-section .btn-black,.cta-section .btn-gradient,.cta-section .btn-white-solid{width:100%}}.showcase-section{background:var(--cream);padding:4rem}.books-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-top:3rem}.books-grid img{width:100%;display:block;margin:0 auto;height:auto;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.15);transition:transform .3s}.books-grid img:hover{transform:scale(1.05)}@media (max-width:1024px){.showcase-section{padding:3rem}.books-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.showcase-section{padding:2rem 1rem}.section-subtitle-center{font-size:clamp(1rem,4.5vw,1.15rem);margin-bottom:2rem}.books-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2rem}}@media (max-width:480px){.books-grid{grid-template-columns:1fr;gap:.6rem}}.testimonials-section{background:url(/images/testimonials-watermark.png) no-repeat 50%;background-size:cover;padding:4rem;position:relative}.testimonials-bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1}.testimonials-bg .watermark{width:100%;height:100%;object-fit:cover}.section-title-big.white{color:#000}.author-success-slider{overflow:hidden;padding-top:1rem;position:relative;z-index:1;-ms-overflow-style:none;scrollbar-width:none}.author-success-slider::-webkit-scrollbar{display:none}.author-success-track{display:flex;gap:1.25rem;flex-wrap:nowrap;width:max-content;will-change:transform;animation:author-marquee 36s linear infinite}.author-success-slider:hover .author-success-track{animation-play-state:paused}.author-success-slider:focus-within .author-success-track{animation-play-state:paused}.author-success-slide{flex:0 0 auto;width:300px;max-width:75vw;height:auto;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.15);scroll-snap-align:start}@keyframes author-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1200px){.author-success-slide{width:240px}}@media (max-width:768px){.author-success-slide{width:90vw;max-width:90vw}.author-success-slider{overflow:hidden;scroll-snap-type:none;padding-bottom:0}.author-success-track{animation:author-marquee 18s linear infinite;gap:1rem}.testimonials-section{padding:2rem .75rem}.testimonial-text{font-size:clamp(1.15rem,5.2vw,1.35rem);line-height:1.6}.author-name{font-size:clamp(1.35rem,6vw,1.65rem)}.stars{font-size:clamp(1.15rem,5vw,1.35rem)}.testimonials-section .section-title-big{font-size:clamp(2rem,7.5vw,2.5rem)}}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-top:3rem;position:relative;z-index:1}.testimonial-card{background:linear-gradient(225deg,#854427,hsla(0,0%,100%,0));border:2px solid rgba(133,68,39,.6);border-radius:30px;padding:2rem;position:relative;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .3s}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-text{font-size:1.25rem;color:#000;margin-bottom:2rem;line-height:1.5}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover}.author-name{font-family:Blinker,sans-serif;font-size:1.375rem;font-weight:700;color:#000}.stars{font-size:1rem}.quote-mark{position:absolute;bottom:2rem;right:2rem;font-size:4rem;color:rgba(133,68,39,.3);font-family:serif}.hire-section-brown{background:linear-gradient(180deg,#804125,#f98e5e);padding:0;position:relative;overflow:hidden}.hire-section-brown:before{content:"";position:absolute;top:0;left:0;right:0;height:319px;background:url(/images/mask-group-15d84d.png) no-repeat 50%;background-size:cover;opacity:.3}.hire-brown-container{max-width:1920px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:400px;position:relative;z-index:1}.hire-brown-left{display:flex;align-items:center;gap:1rem;padding:4rem;position:relative;justify-content:flex-end}.hire-books{display:flex;flex-direction:column;gap:1rem}.hire-books img{width:180px;height:auto;box-shadow:0 10px 30px rgba(0,0,0,.3);border-radius:5px}.book-stack-2{margin-left:2rem}.hire-brown-content{flex:1 1}.hire-brown-title{font-family:Blinker,sans-serif;font-size:3.25rem;font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:1.5rem;line-height:1.2}.hire-brown-text{font-size:1.375rem;color:#fff;margin-bottom:2rem;line-height:1.5}.btn-brown-cta{padding:.875rem 2rem;background:#000;color:#fff;border:none;border-radius:10px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:transform .3s}.btn-brown-cta:hover{transform:translateY(-2px)}.hire-brown-content{transform:translateX(2rem)}.hire-brown-right{display:flex;align-items:center;justify-content:flex-end;padding:4rem 0 4rem 4rem}.book-featured{width:100%;max-width:350px;height:auto;box-shadow:0 20px 50px rgba(0,0,0,.4);border-radius:10px}.hire-decor{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.hire-left-svg,.hire-right-svg{width:45%;max-width:320px;height:auto}.publish-section{background:#fff;padding:0}.publish-container{max-width:1920px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:600px}.publish-left{display:flex;align-items:center;justify-content:center;padding:4rem;background:#f5f5f5}.publish-books{display:flex;gap:1rem}.publish-books img{width:200px;height:auto;box-shadow:0 10px 30px rgba(0,0,0,.2);border-radius:5px}.publish-right{padding:4rem;display:flex;flex-direction:column;justify-content:center}.publish-title{font-family:Blinker,sans-serif;font-size:3.25rem;font-weight:700;text-transform:uppercase;color:#000;margin-bottom:1.5rem;line-height:1.2}.publish-text{font-size:1.375rem;color:var(--text-dark);margin-bottom:2rem;line-height:1.5}.publish-contact{display:flex;gap:1rem;margin-bottom:2rem}.publish-buttons{display:flex;justify-content:center;align-items:center;gap:1.25rem;flex-wrap:wrap}.publish-section .publish-buttons .btn-black,.publish-section .publish-buttons .btn-white-solid{padding:.6rem 1.1rem;font-size:1.05rem;border-radius:8px}.publish-section .publish-buttons .btn-white-solid{background:#fff;color:var(--primary-brown);border:1px solid rgba(133,68,39,.35)}.publish-section .publish-buttons .btn-black{background:var(--primary-brown);color:#fff}.publish-section .publish-buttons .btn-black:hover,.publish-section .publish-buttons .btn-white-solid:hover{transform:translateY(-1px)}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-icon{font-size:2rem}.contact-label{font-family:Blinker,sans-serif;font-size:1.125rem;font-weight:700;color:var(--primary-brown)}.contact-value{font-size:1rem;font-weight:600;color:#000}.cta-banner{display:grid;grid-template-columns:1fr 1fr;height:auto}.cta-banner-left{background:#000;display:flex;align-items:center;justify-content:center;gap:1rem}.phone-icon{font-size:2.5rem}.phone-number{font-family:Blinker,sans-serif;font-size:3rem;font-weight:700;color:#fff}.cta-banner-right{background:var(--primary-brown);display:flex;align-items:center;justify-content:center}.cta-banner-right h3{font-family:Blinker,sans-serif;font-size:2.75rem;font-weight:700;color:#fff}.footer{width:100%}body:not(.scaled) .cta-banner,body:not(.scaled) .footer-copyright,body:not(.scaled) .footer-main,body:not(.scaled) .footer-middle{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.footer-middle{background:#000;padding:2.5rem 4rem;display:flex;justify-content:space-between;align-items:center}.footer-middle-left{display:flex;flex-direction:column;gap:1.5rem}.footer-phone{display:flex;align-items:center;gap:.75rem;color:#fff;font-size:1.25rem;font-weight:700}.footer-phone .phone-icon{width:20px;height:20px;flex-shrink:0}.footer-trustpilot{display:flex;align-items:center;margin-right:2rem}.trustpilot-image{height:auto;max-width:100px;object-fit:contain}.footer-middle-right{display:flex;align-items:center}.google-reviews-image{height:auto;max-width:100px;object-fit:contain}.footer-main{background:#fff0eb;padding:3rem 4rem;justify-content:space-between;gap:3rem}.footer-main,.footer-main-left{display:flex;align-items:flex-start}.footer-main-left{gap:1.5rem;flex:0 0 auto}.footer-logo-svg{height:60px;width:auto;flex-shrink:0}.footer-company-name{display:flex;flex-direction:column;gap:.25rem}.footer-hollywood{font-size:2rem;font-weight:700;color:#000}.footer-book-publishers,.footer-hollywood{font-family:Blinker,sans-serif;line-height:1.2;margin:0}.footer-book-publishers{font-size:1.25rem;font-weight:600;color:var(--primary-brown)}.footer-main-middle{flex:1 1;text-align:center}.footer-address{font-size:1.5rem;font-weight:600;color:#000;margin:0}.footer-main-right{display:flex;flex-direction:column;gap:.5rem;flex:0 0 auto;text-align:left;font-size:1.5rem;margin-right:0}.footer-email,.footer-phone-number{font-size:1.25rem;font-weight:600;color:#000;margin:0}.footer-copyright{background:#000;padding:.75rem 4rem;text-align:center}.footer-copyright p{font-size:.875rem;color:#fff;margin:0}.faq-section{background:var(--cream);padding:2.5rem}.faq-section .container{max-width:1000px}.faq-title{font-family:Blinker,sans-serif;font-size:2.25rem;font-weight:700;color:#000;margin-bottom:1.25rem;text-transform:uppercase}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item details{background:#fff;border:1px solid var(--primary-brown);border-radius:16px;padding:.6rem 1rem;color:var(--text-dark);box-shadow:0 2px 8px rgba(0,0,0,.05)}.faq-item summary{display:flex;justify-content:space-between;align-items:center;list-style:none;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-question{font-size:1.125rem;font-weight:600;color:#000}.faq-toggle{width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;margin-left:1rem}.faq-toggle:before{content:"+";color:var(--primary-brown);font-size:1.25rem;font-weight:700;transition:transform .25s ease,color .25s ease}details[open] .faq-toggle:before{content:"−";color:var(--secondary-brown);transform:rotate(0deg)}.faq-answer{margin-top:.4rem;border-top:1px dashed rgba(133,68,39,.22);font-size:1rem;color:var(--text-dark);max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}details[open] .faq-answer{max-height:500px;opacity:1;padding-top:.6rem}@media (max-width:768px){.faq-section{padding:2rem 1rem}.faq-title{font-size:1.6rem;text-align:center}.faq-list{gap:.6rem}.faq-item details{padding:.55rem .8rem;border-radius:12px}.faq-item summary{flex-wrap:wrap;row-gap:.4rem}.faq-question{font-size:clamp(1rem,4.5vw,1.125rem)}.faq-toggle{width:1.1rem;height:1.1rem;margin-left:.75rem}.faq-toggle:before{font-size:1.1rem}.faq-answer{font-size:clamp(.95rem,4vw,1rem)}}@media (max-width:1200px){.hero-container,.journey-content{grid-template-columns:1fr}.books-grid,.steps-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.tab-buttons{flex-wrap:wrap}.hire-brown-container,.publish-container{grid-template-columns:1fr}}@media (max-width:1024px){.faq-section{padding:2.25rem}.faq-title{font-size:1.8rem}.faq-item details{padding:.6rem .9rem}}@media (max-width:420px){.faq-section{padding:1.5rem .75rem}.faq-title{font-size:1.4rem}.faq-item details{padding:.5rem .7rem}.faq-answer{font-size:.95rem}}@media (max-width:768px){.steps-grid,.testimonials-grid{grid-template-columns:1fr}.hero-title,.hire-brown-title,.publish-title,.section-title-big{font-size:2rem}.hire-brown-content{transform:none;text-align:center}.hire-brown-left{gap:1.25rem}.hire-brown-left,.hire-brown-right{padding:1.5rem;justify-content:center}.hire-books{align-items:center}.book-stack-2{margin-left:0}.hire-books img{width:120px}.book-featured{max-width:260px}.btn-brown-cta{padding:.75rem 1.25rem;font-size:1.1rem}.hire-decor{justify-content:center;gap:.75rem}.hire-left-svg,.hire-right-svg{width:35%;max-width:160px}}@media (max-width:1024px){.journey-section{padding:3rem}.journey-title{font-size:2.5rem}.hire-brown-left{gap:1.5rem}.hire-brown-left,.hire-brown-right{padding:2rem;justify-content:center}.hire-books img{width:150px}.book-featured{max-width:300px}.hire-decor{gap:1rem}.hire-left-svg,.hire-right-svg{width:40%;max-width:220px}}@media (max-width:420px){.btn-brown-cta{width:100%}.hire-books img{width:100px}.book-featured{max-width:220px}.hire-decor{display:none}}@media (max-width:768px){.journey-section{padding:2rem 1rem}.journey-content{gap:1.25rem}.journey-title{font-size:clamp(1.5rem,6vw,2rem)}.journey-paragraph{font-size:clamp(1rem,4.5vw,1.15rem)}.tab-buttons{gap:1rem}.tab-button{padding:.6rem 1rem;font-size:clamp(.95rem,3.8vw,1.05rem)}}@media (max-width:420px){.tab-buttons{gap:.75rem}.tab-button{width:100%}}@media (max-width:768px){.hero-section{padding:2rem 1rem}.hero-container{gap:1.25rem}.hero-subtitle{font-size:clamp(1rem,4.5vw,1.15rem)}.hero-description{font-size:clamp(.95rem,4.5vw,1.1rem);margin-bottom:1.25rem}.hero-buttons{justify-content:center}.btn-primary-gradient,.btn-secondary-black{padding:.6rem 1rem;font-size:clamp(.95rem,3.8vw,1.05rem);border-radius:8px}.partner-logos{flex-wrap:wrap;justify-content:center;gap:.75rem}.partner-logos img{height:28px}.form-card{padding:1.25rem}}@media (max-width:420px){.hero-buttons{gap:.75rem}.btn-primary-gradient,.btn-secondary-black{width:100%}}@media (max-width:768px){.cta-banner{grid-template-columns:1fr 1fr;height:auto}.footer-address{margin-left:0}.footer-main-right{margin-right:0}.footer-middle{flex-direction:column;gap:1rem}}main{width:100%;max-width:1280px;margin:0 auto}@media (max-width:768px){.cta-banner{padding:.6rem .8rem;gap:.5rem;grid-template-columns:1fr 1fr}.cta-banner-left,.cta-banner-right{padding:.5rem}.phone-icon{font-size:1.4rem}.phone-number{font-size:clamp(1rem,6vw,1.6rem)}.cta-banner-right h3{font-size:clamp(.9rem,5.5vw,1.4rem);text-align:center}.footer-middle{padding:1.2rem;flex-direction:row;gap:1rem;align-items:center}.footer-main{flex-direction:column;gap:1rem;padding:1.5rem}.footer-main-left,.footer-main-middle,.footer-main-right{width:100%}.footer-address,.footer-email,.footer-main-right{font-size:1rem}.footer-address{word-break:normal;overflow-wrap:break-word;white-space:normal}.footer-logo-svg{height:60px;width:auto}}body:has(.thankyou-wrapper){padding-top:0!important}.thankyou-wrapper{background:#fff;min-height:100vh;display:flex;flex-direction:column;padding-top:0!important;position:relative}.thankyou-header{background:#fff;padding:1rem 6rem 1rem 3rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:100}.thankyou-header-dairy{position:absolute;right:2rem;top:6rem;z-index:50}.thankyou-header-dairy-img{width:auto!important;height:auto!important;max-width:60px;object-fit:contain}.thankyou-phone-btn{background:#a0654b;color:#fff;padding:.6rem 1.2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.thankyou-phone-btn:hover{background:#8b5540;transform:translateY(-2px)}.thankyou-logo{object-fit:contain}.thankyou-consultation-btn{background:#000;color:#fff;padding:.7rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.thankyou-consultation-btn:hover{background:#333;transform:translateY(-2px)}.thankyou-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;background:#fff url(/images/Group\ 427321531@2x.png) no-repeat bottom;background-size:1920px 50%}.thankyou-pencil-left,.thankyou-pencil-right{position:absolute;top:50%;transform:translateY(-50%);opacity:.7}.thankyou-pencil-left{left:2rem}.thankyou-pencil-right{right:2rem;transform:translateY(-50%) scaleX(-1)}.thankyou-content{max-width:800px;text-align:center;position:relative}.thankyou-grid-pattern{position:absolute;bottom:-2rem;left:-4rem;width:200px;height:200px;opacity:.15;background-image:linear-gradient(90deg,#a0654b 1px,transparent 0),linear-gradient(180deg,#a0654b 1px,transparent 0);background-size:20px 20px;z-index:0;pointer-events:none}.thankyou-vector{display:inline-block;margin-bottom:1rem;position:relative;z-index:1}.thankyou-vector-img{width:auto!important;height:auto!important;max-width:50px;object-fit:contain}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.thankyou-title{font-family:Abril Fatface,serif;font-size:3rem;font-weight:400;margin-bottom:1.2rem;letter-spacing:-.5px}.thankyou-call-info,.thankyou-title{color:#000;position:relative;z-index:1}.thankyou-call-info{font-family:Blinker,sans-serif;font-size:1.1rem;margin-bottom:1.5rem}.thankyou-call-info strong{color:#a0654b;font-weight:700}.thankyou-instructions{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.thankyou-instructions,.thankyou-message{font-family:Blinker,sans-serif;color:#000;position:relative;z-index:1}.thankyou-message{font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.thankyou-message em{font-style:italic}.thankyou-back-btn{display:inline-block;background:#a0654b;color:#fff;padding:.8rem 2.5rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(160,101,75,.3);position:relative;z-index:1}.thankyou-back-btn:hover{background:#8b5540;transform:translateY(-2px);box-shadow:0 6px 20px rgba(160,101,75,.4)}.thankyou-footer{background:#fff0eb;color:#000;padding:0;margin-top:auto}.thankyou-footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:3rem;padding:2.5rem 4rem}.thankyou-footer-logo{flex-shrink:0}.thankyou-footer-logo img{width:auto!important;height:60px!important;object-fit:contain}.thankyou-footer-address{font-size:1rem;line-height:1.6;flex:1 1;text-align:center;font-weight:600;color:#000}.thankyou-footer-address p{margin:0}.thankyou-footer-contact{font-size:1rem;text-align:right;font-weight:600;display:flex;flex-direction:column;gap:.25rem}.thankyou-footer-contact p{margin:0}.thankyou-footer-contact a{color:#000;text-decoration:none;transition:color .3s ease}.thankyou-footer-contact a:hover{color:#a0654b}.thankyou-copyright{background:#000;text-align:center;padding:.75rem 2rem;font-size:.875rem;color:#fff}.thankyou-copyright p{margin:0}@media (max-width:1024px){.thankyou-pencil-left,.thankyou-pencil-right{display:none}}@media (max-width:768px){.thankyou-header{flex-wrap:wrap;gap:.8rem;padding:1rem 1.5rem;justify-content:center}.thankyou-header-dairy{right:.5rem;top:5rem}.thankyou-header-dairy-img{max-width:40px}.thankyou-consultation-btn,.thankyou-phone-btn{font-size:.85rem;padding:.5rem 1rem}.thankyou-logo{width:150px!important;height:auto!important}.thankyou-title{font-size:2rem}.thankyou-footer-content{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.5rem}.thankyou-footer-logo img{height:50px!important}.thankyou-footer-address,.thankyou-footer-contact{text-align:center}}.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin:0 auto}@media (max-width:968px){.packages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.packages-grid{grid-template-columns:1fr}}.package-badge{transform:translateY(32px);transition:transform .3s ease}.package-card:hover .package-badge{transform:translateY(0)}