@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:200;background:#fff;transition:all .3s ease-in-out;border-bottom:1px solid transparent}.header--scrolled{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-bottom-color:#f3f4f6}.header__container{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem}@media(min-width:768px){.header__container{padding-top:1.25rem;padding-bottom:1.25rem}}.header__logo{display:flex;justify-content:center;align-items:center;gap:.25rem;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;z-index:201}@media(min-width:768px){.header__logo{font-size:1.5rem}}.header__logo-text{color:#111827}.header__logo-accent{color:#ffb6c1}.header__nav{display:none}@media(min-width:768px){.header__nav{display:block}}.header__nav-list{display:flex;justify-content:center;align-items:center;gap:2rem;list-style:none}.header__nav-link{position:relative;font-size:1rem;font-weight:500;color:#4b5563;text-decoration:none;transition:color .3s ease-in-out}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#ffb6c1;transition:width .3s ease-in-out}.header__nav-link:hover{color:#ffb6c1}.header__nav-link:hover:after{width:100%}.header__mobile-toggle{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:201}@media(min-width:768px){.header__mobile-toggle{display:none}}.header__mobile-toggle span{width:100%;height:3px;background:#111827;border-radius:.375rem;transition:all .3s ease-in-out;transform-origin:center}.header__mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translateY(10px)}.header__mobile-toggle.active span:nth-child(2){opacity:0}.header__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(-10px)}.header__mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #F3F4F6;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden}@media(min-width:768px){.header__mobile-menu{display:none}}.header__mobile-nav{padding:1rem 0}.header__mobile-nav-list{list-style:none}.header__mobile-nav-link{display:block;padding:1rem 1.5rem;font-size:1.125rem;font-weight:500;color:#4b5563;text-decoration:none;transition:all .3s ease-in-out}.header__mobile-nav-link:hover{color:#ffb6c1;background:#ffe4e9}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb;padding:4rem 0 2rem;margin-top:5rem}.footer__container{max-width:1280px;margin:0 auto}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__column{display:flex;flex-direction:column}.footer__brand{max-width:350px}.footer__logo{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer__logo-text{color:#fff}.footer__logo-accent{color:#ffb6c1}.footer__description{font-size:1rem;line-height:1.5;color:#4b5563;color:#d1d5db;line-height:1.75}.footer__title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer__links,.footer__contact{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__link{color:#d1d5db;text-decoration:none;transition:color .3s ease-in-out;font-size:1rem}.footer__link:hover{color:#ffb6c1}.footer__social{display:flex;gap:1rem;margin-top:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#374151;border-radius:.5rem;color:#fff;text-decoration:none;transition:all .3s ease-in-out}.footer__social-link:hover{background:#ffb6c1;transform:translateY(-2px)}.footer__social-icon{font-size:1.25rem}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid #374151}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{font-size:.875rem;color:#9ca3af;text-align:center}@media(min-width:768px){.footer__copyright{text-align:left}}.footer__legal{display:flex;align-items:center;gap:.75rem}.footer__legal-link{font-size:.875rem;color:#9ca3af;text-decoration:none;transition:color .3s ease-in-out}.footer__legal-link:hover{color:#ffb6c1}.footer__divider{color:#4b5563}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.btn:focus{outline:2px solid #FFB6C1;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn{gap:.5rem}.btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.btn--primary:focus{outline:2px solid #FFB6C1;outline-offset:2px}.btn--primary:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.btn--secondary:focus{outline:2px solid #FFB6C1;outline-offset:2px}.btn--secondary:disabled{opacity:.5;cursor:not-allowed}.btn--secondary{background:#fff;color:#ffb6c1;border:2px solid #FFB6C1}.btn--secondary:hover:not(:disabled){background:#ffe4e9}.btn--ghost{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.btn--ghost:focus{outline:2px solid #FFB6C1;outline-offset:2px}.btn--ghost:disabled{opacity:.5;cursor:not-allowed}.btn--ghost{background:transparent;color:#111827}.btn--ghost:hover:not(:disabled){background:#f3f4f6}.btn--whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--whatsapp:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--small{padding:.5rem 1rem;font-size:.875rem}.btn--medium{padding:.75rem 1.5rem;font-size:1rem}.btn--large{padding:1rem 2rem;font-size:1.125rem}@media(min-width:768px){.btn--large{padding:1.25rem 2.5rem}}.btn__icon{display:flex;align-items:center;justify-content:center;font-size:1.2em}.btn__text{display:inline-block}.hero{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:5rem 0 4rem;background:linear-gradient(135deg,#fff,#ffe4e9)}@media(min-width:768px){.hero{min-height:calc(100vh - 80px)}}.hero__container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero__container{grid-template-columns:1fr 1fr;gap:4rem}}.hero__content{display:flex;flex-direction:column;gap:1.5rem;z-index:1}.hero__badge{display:inline-block;width:fit-content;padding:.5rem 1rem;background:#fff;border:1px solid #E5E7EB;border-radius:9999px;font-size:.875rem;font-weight:500;color:#ffb6c1;box-shadow:0 1px 2px #0000000d}@media(min-width:768px){.hero__badge{font-size:1rem}}.hero__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.hero__title{font-size:2.25rem}}@media(min-width:1024px){.hero__title{font-size:3rem}}.hero__title{max-width:600px}.hero__title-accent{background:linear-gradient(135deg,#ffb6c1,#ff9cab);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__description{font-size:1.125rem;color:#4b5563;max-width:550px;line-height:1.75}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}@media(min-width:768px){.hero__actions{flex-wrap:nowrap}}.hero__actions button{flex:1;min-width:180px}@media(min-width:768px){.hero__actions button{flex:0 0 auto}}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #E5E7EB}@media(min-width:768px){.hero__stats{gap:2.5rem}}.hero__stat{display:flex;flex-direction:column;gap:.25rem}.hero__stat-number{font-size:1.875rem;font-weight:800;color:#ffb6c1;line-height:1}@media(min-width:768px){.hero__stat-number{font-size:2.25rem}}.hero__stat-label{font-size:.875rem;font-weight:500;color:#9ca3af}@media(min-width:768px){.hero__stat-label{font-size:1rem}}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center;height:400px;display:none}@media(min-width:1024px){.hero__visual{display:flex;height:500px}}.hero__visual-circle{position:absolute;border-radius:50%;opacity:.1}.hero__visual-circle--1{width:400px;height:400px;background:#ffb6c1;animation:float 8s ease-in-out infinite}.hero__visual-circle--2{width:300px;height:300px;background:#ff9cab;animation:float 6s ease-in-out infinite reverse}.hero__visual-circle--3{width:200px;height:200px;background:#ffe4e9;animation:float 10s ease-in-out infinite}.hero__visual-book{position:relative;display:flex;justify-content:center;align-items:center;width:250px;height:250px;background:#fff;border-radius:1.5rem;box-shadow:0 20px 40px -5px #ffb6c166;z-index:2;animation:pulse 3s ease-in-out infinite}@media(min-width:768px){.hero__visual-book{width:300px;height:300px}}.hero__visual-icon{font-size:8rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}@media(min-width:768px){.hero__visual-icon{font-size:10rem}}.hero__decoration{position:absolute;border-radius:50%;opacity:.05;pointer-events:none}.hero__decoration--1{width:300px;height:300px;background:#ffb6c1;top:-150px;right:-150px}@media(min-width:768px){.hero__decoration--1{width:500px;height:500px;top:-250px;right:-250px}}.hero__decoration--2{width:200px;height:200px;background:#ff9cab;bottom:-100px;left:-100px}@media(min-width:768px){.hero__decoration--2{width:400px;height:400px;bottom:-200px;left:-200px}}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.ebook-card{width:100%;height:600px;position:relative;cursor:pointer}.ebook-card__inner{position:relative;width:100%;height:100%;border-radius:.75rem;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:box-shadow .3s ease-in-out}.ebook-card:hover .ebook-card__inner{box-shadow:0 20px 40px -5px #ffb6c166}.ebook-card__front{display:flex;flex-direction:column;width:100%;height:100%;opacity:1;transition:opacity .3s ease}.ebook-card__back{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fff,#ffe4e9);opacity:0;pointer-events:none;transition:opacity .3s ease}.ebook-card--flipped .ebook-card__front{opacity:0;pointer-events:none}.ebook-card--flipped .ebook-card__back{opacity:1;pointer-events:all}.ebook-card__cover{position:relative;width:100%;height:280px;border-radius:.75rem .75rem 0 0;overflow:hidden;flex-shrink:0}@media(min-width:768px){.ebook-card__cover{height:300px}}.ebook-card__cover-image{width:100%;height:100%;object-fit:cover;display:block}.ebook-card__cover-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--cover-color, #FFB6C1) 0%,var(--cover-color-dark, #FF9CAB) 100%)}.ebook-card__cover-content{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-evenly;height:100%;padding:1.5rem 1rem;text-align:center;color:#fff}.ebook-card__icon{font-size:3.5rem;margin-bottom:.75rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}@media(min-width:768px){.ebook-card__icon{font-size:4rem}}.ebook-card__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.2);line-height:1.25;text-align:center;word-wrap:break-word}@media(min-width:768px){.ebook-card__title{font-size:1.25rem}}.ebook-card__category{display:inline-block;padding:.5rem 1rem;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap}.ebook-card__body{flex:1;display:flex;flex-direction:column;padding:1rem;min-height:0}.ebook-card__description{font-size:1rem;line-height:1.5;color:#4b5563;margin-bottom:1rem;line-height:1.75;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.ebook-card__description strong{color:#111827;font-weight:600}.ebook-card__meta{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid #F3F4F6;margin-top:auto}.ebook-card__pages{font-size:.875rem;color:#9ca3af;font-weight:500}.ebook-card__price{font-size:1.25rem;font-weight:800;color:#ffb6c1}.ebook-card__back-content{display:flex;flex-direction:column;height:100%;padding:2rem}.ebook-card__back-ebook-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:800;color:#111827;text-align:center;margin-bottom:1rem;line-height:1.25}.ebook-card__back-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;font-weight:700;color:#ffb6c1;text-align:center;margin-bottom:1rem}.ebook-card__topics-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;padding-right:.5rem;margin:0}.ebook-card__topics-list li{font-size:1rem;color:#4b5563;line-height:1.75;padding-left:1rem;position:relative}.ebook-card__topics-list li:before{content:"✓";position:absolute;left:0;color:#ffb6c1;font-weight:700}.ebook-card__topics-list::-webkit-scrollbar{width:4px}.ebook-card__topics-list::-webkit-scrollbar-track{background:#f9fafb;border-radius:.375rem}.ebook-card__topics-list::-webkit-scrollbar-thumb{background:#ffb6c1;border-radius:.375rem}.ebook-card__back-footer{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #F3F4F6}.ebook-card__back-price{font-size:2rem;font-weight:800;color:#ffb6c1;text-align:center}.ebook-card__link{display:block;text-decoration:none}.ebook-card__link button{width:100%}@media(hover:none)and (pointer:coarse){.ebook-card{height:auto}.ebook-card__back{display:none}.ebook-card:hover .ebook-card__inner{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}}.library{padding:5rem 0;background:#f9fafb}.library__container{max-width:1280px;margin:0 auto}.library__header{margin-bottom:3rem}.library__title-wrapper{text-align:center;margin-bottom:2.5rem}.library__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.library__title{font-size:1.875rem}}@media(min-width:1024px){.library__title{font-size:2.25rem}}.library__title{margin-bottom:1rem}.library__title-accent{background:linear-gradient(135deg,#ffb6c1,#ff9cab);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.library__subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563;max-width:600px;margin:0 auto}.library__search{margin-bottom:2rem}.library__search-wrapper{position:relative;max-width:600px;margin:0 auto}.library__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.25rem;pointer-events:none}.library__search-input{width:100%;padding:1rem 3rem;font-size:1.125rem;border:2px solid #E5E7EB;border-radius:9999px;background:#fff;transition:all .3s ease-in-out}.library__search-input:focus{outline:none;border-color:#ffb6c1;box-shadow:0 0 0 3px #ffb6c11a}.library__search-input::placeholder{color:#9ca3af}.library__search-clear{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;justify-content:center;align-items:center;background:#e5e7eb;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease-in-out;font-size:.875rem;color:#4b5563}.library__search-clear:hover{background:#ffb6c1;color:#fff}.library__filters{margin-bottom:2rem}.library__filters-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.library__filter{padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:#4b5563;background:#fff;border:1px solid #E5E7EB;border-radius:9999px;cursor:pointer;transition:all .3s ease-in-out}@media(min-width:768px){.library__filter{padding:.75rem 1.5rem;font-size:1rem}}.library__filter:hover{border-color:#ffb6c1;color:#ffb6c1;transform:translateY(-2px)}.library__filter--active{background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;border-color:#ffb6c1}.library__filter--active:hover{transform:translateY(-2px)}.library__results{margin-bottom:1.5rem;text-align:center}.library__results-text{font-size:1rem;font-weight:500;color:#9ca3af}.library__grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media(min-width:768px){.library__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.library__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.library__grid{grid-template-columns:repeat(4,1fr)}}.library__grid>*{width:100%;min-width:0;max-width:100%;display:flex;flex-direction:column}.library__grid>*>*{width:100%;min-width:0;max-width:100%;flex:1}.library__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 1.5rem;text-align:center}.library__empty-icon{font-size:5rem;opacity:.5}.library__empty-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:#111827}@media(min-width:768px){.library__empty-title{font-size:1.5rem}}.library__empty-title{color:#4b5563}.library__empty-text{font-size:1rem;line-height:1.5;color:#4b5563;color:#9ca3af;max-width:400px}.library__empty-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.library__empty-button:focus{outline:2px solid #FFB6C1;outline-offset:2px}.library__empty-button:disabled{opacity:.5;cursor:not-allowed}.library__empty-button{background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.library__empty-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.library__empty-button:active:not(:disabled){transform:translateY(0)}.library__empty-button{margin-top:1rem}.home-page{width:100%;overflow-x:hidden}.ebook-detail{padding-top:80px;min-height:100vh}.ebook-detail__not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;gap:1.5rem;text-align:center}.ebook-detail__breadcrumb{display:flex;align-items:center;gap:.75rem;padding:1.5rem 0;font-size:.875rem;color:#9ca3af}.ebook-detail__breadcrumb a{color:#9ca3af;text-decoration:none;transition:color .3s ease-in-out}.ebook-detail__breadcrumb a:hover{color:#ffb6c1}.ebook-detail__breadcrumb span:last-child{color:#111827;font-weight:500}.ebook-detail__hero{padding:4rem 0;background:linear-gradient(135deg,#fff,#ffe4e9)}.ebook-detail__hero-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.ebook-detail__hero-container{grid-template-columns:2fr 3fr;gap:4rem}}.ebook-detail__hero-cover{position:relative;width:100%;max-width:400px;margin:0 auto;aspect-ratio:3/4;border-radius:.75rem;box-shadow:0 20px 40px -5px #ffb6c166;overflow:hidden}.ebook-detail__hero-cover-image{width:100%;height:100%;object-fit:cover;display:block}.ebook-detail__hero-cover-fallback{width:100%;height:100%}.ebook-detail__hero-cover-content{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-evenly;height:100%;padding:2rem;text-align:center;color:#fff}.ebook-detail__hero-icon{font-size:5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.ebook-detail__hero-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.2);line-height:1.25;word-wrap:break-word}@media(min-width:768px){.ebook-detail__hero-title{font-size:2.5rem}}.ebook-detail__hero-category{display:inline-block;padding:.5rem 1.5rem;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;font-size:1rem;font-weight:600;color:#fff}.ebook-detail__hero-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.ebook-detail__hero-subtitle{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:#111827}@media(min-width:768px){.ebook-detail__hero-subtitle{font-size:1.5rem}}.ebook-detail__hero-subtitle{color:#111827;margin-bottom:1rem}.ebook-detail__hero-description{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:1.5rem}.ebook-detail__hero-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}@media(min-width:768px){.ebook-detail__hero-highlights{grid-template-columns:repeat(4,1fr)}}.ebook-detail__hero-highlight{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border-radius:.5rem;text-align:center;font-size:.875rem;font-weight:500;color:#4b5563;box-shadow:0 1px 2px #0000000d}.ebook-detail__hero-highlight .highlight-icon{font-size:1.5rem}.ebook-detail__hero-price-box{padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;margin-bottom:1.5rem}.ebook-detail__hero-price-box .price-label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ebook-detail__hero-price-box .price-value{font-size:3rem;font-weight:800;color:#ffb6c1;line-height:1;margin-bottom:.5rem}.ebook-detail__hero-price-box .price-info{font-size:.875rem;color:#9ca3af}.ebook-detail__hero-cta{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.ebook-detail__hero-cta button{width:100%}.ebook-detail__hero-guarantee{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:1rem;background:#ffb6c10d;border:2px solid rgba(255,182,193,.2);border-radius:.5rem;text-align:center}.ebook-detail__hero-guarantee .guarantee-icon{font-size:1.5rem}.ebook-detail__hero-guarantee .guarantee-text{font-size:.875rem;color:#4b5563;line-height:1.75}.ebook-detail__social-proof{padding:3rem 0;background:#fff}.ebook-detail__social-proof .social-proof-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.ebook-detail__social-proof .social-proof-stats{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.ebook-detail__social-proof .social-proof-stats{grid-template-columns:repeat(3,1fr)}}.ebook-detail__social-proof .social-proof-stats{max-width:900px;margin:0 auto}.ebook-detail__social-proof .stat-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;background:#ffe4e9;border-radius:.75rem}.ebook-detail__social-proof .stat-item .stat-number{font-size:2.5rem;font-weight:800;color:#ffb6c1;margin-bottom:.5rem}.ebook-detail__social-proof .stat-item .stat-label{font-size:.875rem;color:#4b5563;font-weight:500}.ebook-detail__section{padding:5rem 0;background:#fff}.ebook-detail__section--alt{background:#f9fafb}.ebook-detail__section-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.ebook-detail__section-title{font-size:1.875rem}}@media(min-width:1024px){.ebook-detail__section-title{font-size:2.25rem}}.ebook-detail__section-title{text-align:center;margin-bottom:1rem}.ebook-detail__section-subtitle{font-size:1.125rem;line-height:1.75;text-align:center;color:#4b5563;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.ebook-detail__topics-list{list-style:none;display:grid;grid-template-columns:1fr;gap:1rem;max-width:800px;margin:0 auto}@media(min-width:768px){.ebook-detail__topics-list{grid-template-columns:repeat(2,1fr)}}.ebook-detail__topic-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ffe4e9;border-radius:.5rem;font-size:1rem;color:#4b5563;line-height:1.75;transition:all .3s ease-in-out}.ebook-detail__topic-item:hover{transform:translate(4px);background:#fff;box-shadow:0 1px 2px #0000000d}.ebook-detail__topic-icon{flex-shrink:0;width:24px;height:24px;display:flex;justify-content:center;align-items:center;background:#ffb6c1;color:#fff;border-radius:50%;font-size:.875rem;font-weight:700}.ebook-detail__benefits-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.ebook-detail__benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ebook-detail__benefits-grid{grid-template-columns:repeat(2,1fr)}}.ebook-detail__benefits-grid{max-width:900px;margin:0 auto}.ebook-detail__benefit-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;transition:all .3s ease-in-out}.ebook-detail__benefit-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.ebook-detail__benefit-icon{font-size:3rem;margin-bottom:1rem}.ebook-detail__for-who-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.ebook-detail__for-who-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ebook-detail__for-who-grid{grid-template-columns:repeat(4,1fr)}}.ebook-detail__for-who-grid{max-width:1200px;margin:0 auto}.ebook-detail .for-who-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;transition:all .3s ease-in-out}.ebook-detail .for-who-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.ebook-detail .for-who-card .for-who-icon{font-size:3rem;margin-bottom:1rem}.ebook-detail .for-who-card h4{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.ebook-detail .for-who-card h4{font-size:1.25rem}}.ebook-detail .for-who-card h4{color:#ffb6c1;margin-bottom:.75rem}.ebook-detail .for-who-card p{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.ebook-detail__guarantee-section{padding:5rem 0;background:linear-gradient(135deg,#ffe4e9,#fff)}.ebook-detail__guarantee-section .guarantee-box{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out;max-width:800px;margin:0 auto;padding:3rem;text-align:center}.ebook-detail__guarantee-section .guarantee-box .guarantee-icon-lg{font-size:5rem;margin-bottom:1.5rem}.ebook-detail__guarantee-section .guarantee-box h3{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.ebook-detail__guarantee-section .guarantee-box h3{font-size:1.875rem}}@media(min-width:1024px){.ebook-detail__guarantee-section .guarantee-box h3{font-size:2.25rem}}.ebook-detail__guarantee-section .guarantee-box h3{color:#ffb6c1;margin-bottom:1rem}.ebook-detail__guarantee-section .guarantee-box p{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:2rem}.ebook-detail__guarantee-section .guarantee-box .guarantee-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.ebook-detail__guarantee-section .guarantee-box .guarantee-badges .badge{padding:.5rem 1rem;background:#ffb6c1;color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600}.ebook-detail .author-section{max-width:900px;margin:0 auto}.ebook-detail .author-section .author-content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.ebook-detail .author-section .author-content{grid-template-columns:200px 1fr;gap:3rem}}.ebook-detail .author-section .author-image{display:flex;justify-content:center;align-items:center}.ebook-detail .author-section .author-placeholder{display:flex;justify-content:center;align-items:center;width:200px;height:200px;background:linear-gradient(135deg,#ffb6c1,#ff9cab);border-radius:50%;box-shadow:0 10px 30px -5px #ffb6c14d}.ebook-detail .author-section .author-placeholder span{font-size:5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.ebook-detail .author-section .author-bio h4{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:#111827}@media(min-width:768px){.ebook-detail .author-section .author-bio h4{font-size:1.5rem}}.ebook-detail .author-section .author-bio h4{color:#111827;margin-bottom:.5rem}.ebook-detail .author-section .author-bio .author-title{font-size:1.125rem;color:#ffb6c1;font-weight:600;margin-bottom:1rem}.ebook-detail .author-section .author-bio .author-description{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:1.5rem}.ebook-detail .author-section .author-bio .author-credentials{display:flex;flex-direction:column;gap:.5rem}.ebook-detail .author-section .author-bio .author-credentials span{font-size:1rem;line-height:1.5;color:#4b5563}.ebook-detail .faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.ebook-detail .faq-item{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;transition:all .3s ease-in-out}.ebook-detail .faq-item:hover{box-shadow:0 10px 30px -5px #ffb6c14d}.ebook-detail .faq-item .faq-question{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.ebook-detail .faq-item .faq-question{font-size:1.25rem}}.ebook-detail .faq-item .faq-question{color:#ffb6c1;margin-bottom:.75rem}.ebook-detail .faq-item .faq-answer{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.ebook-detail__cta-final{padding:5rem 0;background:linear-gradient(135deg,#1f2937,#111827)}.ebook-detail__cta-final .cta-final-content{max-width:800px;margin:0 auto;text-align:center}.ebook-detail__cta-final .cta-final-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.ebook-detail__cta-final .cta-final-title{font-size:1.875rem}}@media(min-width:1024px){.ebook-detail__cta-final .cta-final-title{font-size:2.25rem}}.ebook-detail__cta-final .cta-final-title{color:#fff;margin-bottom:1rem}.ebook-detail__cta-final .cta-final-description{font-size:1.125rem;color:#4b5563;color:#d1d5db;line-height:1.75;margin-bottom:2.5rem}.ebook-detail__cta-final .cta-final-box{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out;padding:2.5rem}.ebook-detail__cta-final .cta-price{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem}.ebook-detail__cta-final .cta-price-label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ebook-detail__cta-final .cta-price-value{font-size:3.5rem;font-weight:800;color:#ffb6c1;line-height:1;margin-bottom:.5rem}.ebook-detail__cta-final .cta-price-info{font-size:.875rem;color:#9ca3af}.ebook-detail__cta-final .cta-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.ebook-detail__cta-final .cta-actions button{width:100%}@media(min-width:768px){.ebook-detail__cta-final .cta-actions{flex-direction:row}.ebook-detail__cta-final .cta-actions button{flex:1}}.ebook-detail__cta-final .cta-final-guarantee{text-align:center;font-size:.875rem;color:#9ca3af;padding-top:1rem;border-top:1px solid #F3F4F6}.ebook-detail .other-ebooks{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem;max-width:600px;margin:0 auto}.course-card{width:100%;height:650px;position:relative;cursor:pointer}.course-card__inner{position:relative;width:100%;height:100%;border-radius:.75rem;overflow:hidden;background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:box-shadow .3s ease-in-out}.course-card:hover .course-card__inner{box-shadow:0 20px 40px -5px #ffb6c166}.course-card__front{display:flex;flex-direction:column;width:100%;height:100%;opacity:1;transition:opacity .3s ease}.course-card__back{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fff,#ffe4e9);opacity:0;pointer-events:none;transition:opacity .3s ease}.course-card--flipped .course-card__front{opacity:0;pointer-events:none}.course-card--flipped .course-card__back{opacity:1;pointer-events:all}.course-card__cover{position:relative;width:100%;height:280px;border-radius:.75rem .75rem 0 0;overflow:hidden;flex-shrink:0}@media(min-width:768px){.course-card__cover{height:300px}}.course-card__cover-image{width:100%;height:100%;object-fit:cover;display:block}.course-card__cover-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--cover-color, #FFB6C1) 0%,var(--cover-color-dark, #FF9CAB) 100%)}.course-card__cover-content{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-evenly;height:100%;padding:1.5rem 1rem;text-align:center;color:#fff}.course-card__icon{font-size:3.5rem;margin-bottom:.75rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}@media(min-width:768px){.course-card__icon{font-size:4rem}}.course-card__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.2);line-height:1.25;text-align:center;word-wrap:break-word}@media(min-width:768px){.course-card__title{font-size:1.25rem}}.course-card__category{display:inline-block;padding:.5rem 1rem;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap}.course-card__body{flex:1;display:flex;flex-direction:column;padding:1rem;min-height:0}.course-card__description{font-size:1rem;line-height:1.5;color:#4b5563;margin-bottom:1rem;line-height:1.75;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.course-card__description strong{color:#111827;font-weight:600}.course-card__meta{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-top:1px solid #F3F4F6;border-bottom:1px solid #F3F4F6;margin-bottom:.75rem}.course-card__duration,.course-card__format{font-size:.875rem;color:#4b5563;font-weight:500}.course-card__price-box{display:flex;flex-direction:column;align-items:center;gap:.25rem}.course-card__price{font-size:1.5rem;font-weight:800;color:#ffb6c1}.course-card__installments{font-size:.875rem;color:#9ca3af}.course-card__back-content{display:flex;flex-direction:column;height:100%;padding:2rem}.course-card__back-course-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:800;color:#111827;text-align:center;margin-bottom:1rem;line-height:1.25}.course-card__back-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;font-weight:700;color:#ffb6c1;text-align:center;margin-bottom:1rem}.course-card__topics-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;flex:1;overflow-y:auto;padding-right:.5rem;margin:0 0 1rem}.course-card__topics-list li{font-size:.875rem;color:#4b5563;line-height:1.75;padding-left:1rem;position:relative}.course-card__topics-list li:before{content:"✓";position:absolute;left:0;color:#ffb6c1;font-weight:700}.course-card__topics-list::-webkit-scrollbar{width:4px}.course-card__topics-list::-webkit-scrollbar-track{background:#f9fafb;border-radius:.375rem}.course-card__topics-list::-webkit-scrollbar-thumb{background:#ffb6c1;border-radius:.375rem}.course-card__topics-more{font-style:italic;color:#ffb6c1!important}.course-card__back-footer{display:flex;flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem;border-top:2px solid #F3F4F6}.course-card__back-price{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem}.course-card__back-price-main{font-size:1.75rem;font-weight:800;color:#ffb6c1}.course-card__back-price-installments{font-size:.875rem;color:#9ca3af}.course-card__link{display:block;text-decoration:none}.course-card__link button{width:100%}@media(hover:none)and (pointer:coarse){.course-card{height:auto}.course-card__back{display:none}.course-card:hover .course-card__inner{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}}.course-library{padding:5rem 0;background:#f9fafb}.course-library__container{max-width:1280px;margin:0 auto}.course-library__header{margin-bottom:3rem}.course-library__title-wrapper{text-align:center;margin-bottom:2.5rem}.course-library__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.course-library__title{font-size:1.875rem}}@media(min-width:1024px){.course-library__title{font-size:2.25rem}}.course-library__title{margin-bottom:1rem}.course-library__title-accent{background:linear-gradient(135deg,#ffb6c1,#ff9cab);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.course-library__subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563;max-width:600px;margin:0 auto}.course-library__search{margin-bottom:2rem}.course-library__search-wrapper{position:relative;max-width:600px;margin:0 auto}.course-library__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.25rem;pointer-events:none}.course-library__search-input{width:100%;padding:1rem 3rem;font-size:1.125rem;border:2px solid #E5E7EB;border-radius:9999px;background:#fff;transition:all .3s ease-in-out}.course-library__search-input:focus{outline:none;border-color:#ffb6c1;box-shadow:0 0 0 3px #ffb6c11a}.course-library__search-input::placeholder{color:#9ca3af}.course-library__search-clear{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;justify-content:center;align-items:center;background:#e5e7eb;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease-in-out;font-size:.875rem;color:#4b5563}.course-library__search-clear:hover{background:#ffb6c1;color:#fff}.course-library__filters{margin-bottom:2rem}.course-library__filters-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.course-library__filter{padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:#4b5563;background:#fff;border:1px solid #E5E7EB;border-radius:9999px;cursor:pointer;transition:all .3s ease-in-out}@media(min-width:768px){.course-library__filter{padding:.75rem 1.5rem;font-size:1rem}}.course-library__filter:hover{border-color:#ffb6c1;color:#ffb6c1;transform:translateY(-2px)}.course-library__filter--active{background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;border-color:#ffb6c1}.course-library__filter--active:hover{transform:translateY(-2px)}.course-library__results{margin-bottom:1.5rem;text-align:center}.course-library__results-text{font-size:1rem;font-weight:500;color:#9ca3af}.course-library__grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media(min-width:768px){.course-library__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.course-library__grid{grid-template-columns:repeat(3,1fr)}}.course-library__grid>*{width:100%;min-width:0;max-width:100%;display:flex;flex-direction:column}.course-library__grid>*>*{width:100%;min-width:0;max-width:100%;flex:1}.course-library__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 1.5rem;text-align:center}.course-library__empty-icon{font-size:5rem;opacity:.5}.course-library__empty-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:#111827}@media(min-width:768px){.course-library__empty-title{font-size:1.5rem}}.course-library__empty-title{color:#4b5563}.course-library__empty-text{font-size:1rem;line-height:1.5;color:#4b5563;color:#9ca3af;max-width:400px}.course-library__empty-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.course-library__empty-button:focus{outline:2px solid #FFB6C1;outline-offset:2px}.course-library__empty-button:disabled{opacity:.5;cursor:not-allowed}.course-library__empty-button{background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.course-library__empty-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.course-library__empty-button:active:not(:disabled){transform:translateY(0)}.course-library__empty-button{margin-top:1rem}.courses-page__hero{padding:5rem 0 4rem;background:linear-gradient(135deg,#fff,#ffe4e9);text-align:center}@media(min-width:768px){.courses-page__hero{padding:6rem 0 5rem}}.courses-page__hero-content{max-width:800px;margin:0 auto}.courses-page__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.courses-page__title{font-size:2.25rem}}@media(min-width:1024px){.courses-page__title{font-size:3rem}}.courses-page__title{margin-bottom:1.5rem;line-height:1.25}.courses-page__title-accent{color:#ffb6c1}.courses-page__subtitle{font-size:1.125rem;color:#4b5563;line-height:1.75}.course-detail{padding-top:80px;min-height:100vh}.course-detail__not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;gap:1.5rem;text-align:center}.course-detail__breadcrumb{display:flex;align-items:center;gap:.75rem;padding:1.5rem 0;font-size:.875rem;color:#9ca3af}.course-detail__breadcrumb a{color:#9ca3af;text-decoration:none;transition:color .3s ease-in-out}.course-detail__breadcrumb a:hover{color:#ffb6c1}.course-detail__breadcrumb span:last-child{color:#111827;font-weight:500}.course-detail__hero{padding:4rem 0;background:linear-gradient(135deg,#fff,#ffe4e9)}.course-detail__hero-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.course-detail__hero-container{grid-template-columns:2fr 3fr;gap:4rem}}.course-detail__hero-cover{position:relative;width:100%;max-width:400px;margin:0 auto;aspect-ratio:3/4;border-radius:.75rem;box-shadow:0 20px 40px -5px #ffb6c166;overflow:hidden}.course-detail__hero-cover-image{width:100%;height:100%;object-fit:cover;display:block}.course-detail__hero-cover-fallback{width:100%;height:100%}.course-detail__hero-cover-content{display:flex;flex-direction:column;justify-content:center;align-items:center;justify-content:space-evenly;height:100%;padding:2rem;text-align:center;color:#fff}.course-detail__hero-icon{font-size:5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.course-detail__hero-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:800;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.2);line-height:1.25;word-wrap:break-word}@media(min-width:768px){.course-detail__hero-title{font-size:2.5rem}}.course-detail__hero-category{display:inline-block;padding:.5rem 1.5rem;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px;font-size:1rem;font-weight:600;color:#fff}.course-detail__hero-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.course-detail__hero-subtitle{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:#111827}@media(min-width:768px){.course-detail__hero-subtitle{font-size:1.5rem}}.course-detail__hero-subtitle{color:#111827;margin-bottom:1rem}.course-detail__hero-description{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:1.5rem}.course-detail__hero-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}@media(min-width:768px){.course-detail__hero-highlights{grid-template-columns:repeat(4,1fr)}}.course-detail__hero-highlight{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border-radius:.5rem;text-align:center;font-size:.875rem;font-weight:500;color:#4b5563;box-shadow:0 1px 2px #0000000d}.course-detail__hero-highlight .highlight-icon{font-size:1.5rem}.course-detail__hero-price-box{padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;margin-bottom:1.5rem}.course-detail__hero-price-box .price-label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.course-detail__hero-price-box .price-value{font-size:3rem;font-weight:800;color:#ffb6c1;line-height:1;margin-bottom:.5rem}.course-detail__hero-price-box .price-info{font-size:.875rem;color:#9ca3af}.course-detail__hero-cta{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.course-detail__hero-cta button{width:100%}.course-detail__hero-guarantee{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:1rem;background:#ffb6c10d;border:2px solid rgba(255,182,193,.2);border-radius:.5rem;text-align:center}.course-detail__hero-guarantee .guarantee-icon{font-size:1.5rem}.course-detail__hero-guarantee .guarantee-text{font-size:.875rem;color:#4b5563;line-height:1.75}.course-detail__social-proof{padding:3rem 0;background:#fff}.course-detail__social-proof .social-proof-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.course-detail__social-proof .social-proof-stats{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.course-detail__social-proof .social-proof-stats{grid-template-columns:repeat(3,1fr)}}.course-detail__social-proof .social-proof-stats{max-width:900px;margin:0 auto}.course-detail__social-proof .stat-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;background:#ffe4e9;border-radius:.75rem}.course-detail__social-proof .stat-item .stat-number{font-size:2.5rem;font-weight:800;color:#ffb6c1;margin-bottom:.5rem}.course-detail__social-proof .stat-item .stat-label{font-size:.875rem;color:#4b5563;font-weight:500}.course-detail__section{padding:5rem 0;background:#fff}.course-detail__section--alt{background:#f9fafb}.course-detail__section-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.course-detail__section-title{font-size:1.875rem}}@media(min-width:1024px){.course-detail__section-title{font-size:2.25rem}}.course-detail__section-title{text-align:center;margin-bottom:1rem}.course-detail__section-subtitle{font-size:1.125rem;line-height:1.75;text-align:center;color:#4b5563;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.course-detail__topics-list{list-style:none;display:grid;grid-template-columns:1fr;gap:1rem;max-width:800px;margin:0 auto}@media(min-width:768px){.course-detail__topics-list{grid-template-columns:repeat(2,1fr)}}.course-detail__topic-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ffe4e9;border-radius:.5rem;font-size:1rem;color:#4b5563;line-height:1.75;transition:all .3s ease-in-out}.course-detail__topic-item:hover{transform:translate(4px);background:#fff;box-shadow:0 1px 2px #0000000d}.course-detail__topic-icon{flex-shrink:0;width:24px;height:24px;display:flex;justify-content:center;align-items:center;background:#ffb6c1;color:#fff;border-radius:50%;font-size:.875rem;font-weight:700}.course-detail__benefits-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.course-detail__benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.course-detail__benefits-grid{grid-template-columns:repeat(2,1fr)}}.course-detail__benefits-grid{max-width:900px;margin:0 auto}.course-detail__benefit-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;transition:all .3s ease-in-out}.course-detail__benefit-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.course-detail__benefit-icon{font-size:3rem;margin-bottom:1rem}.course-detail__for-who-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.course-detail__for-who-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.course-detail__for-who-grid{grid-template-columns:repeat(4,1fr)}}.course-detail__for-who-grid{max-width:1200px;margin:0 auto}.course-detail .for-who-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1.5rem;transition:all .3s ease-in-out}.course-detail .for-who-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.course-detail .for-who-card .for-who-icon{font-size:3rem;margin-bottom:1rem}.course-detail .for-who-card h4{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.course-detail .for-who-card h4{font-size:1.25rem}}.course-detail .for-who-card h4{color:#ffb6c1;margin-bottom:.75rem}.course-detail .for-who-card p{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.course-detail__guarantee-section{padding:5rem 0;background:linear-gradient(135deg,#ffe4e9,#fff)}.course-detail__guarantee-section .guarantee-box{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out;max-width:800px;margin:0 auto;padding:3rem;text-align:center}.course-detail__guarantee-section .guarantee-box .guarantee-icon-lg{font-size:5rem;margin-bottom:1.5rem}.course-detail__guarantee-section .guarantee-box h3{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.course-detail__guarantee-section .guarantee-box h3{font-size:1.875rem}}@media(min-width:1024px){.course-detail__guarantee-section .guarantee-box h3{font-size:2.25rem}}.course-detail__guarantee-section .guarantee-box h3{color:#ffb6c1;margin-bottom:1rem}.course-detail__guarantee-section .guarantee-box p{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:2rem}.course-detail__guarantee-section .guarantee-box .guarantee-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.course-detail__guarantee-section .guarantee-box .guarantee-badges .badge{padding:.5rem 1rem;background:#ffb6c1;color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600}.course-detail .author-section{max-width:900px;margin:0 auto}.course-detail .author-section .author-content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.course-detail .author-section .author-content{grid-template-columns:200px 1fr;gap:3rem}}.course-detail .author-section .author-image{display:flex;justify-content:center;align-items:center}.course-detail .author-section .author-placeholder{display:flex;justify-content:center;align-items:center;width:200px;height:200px;background:linear-gradient(135deg,#ffb6c1,#ff9cab);border-radius:50%;box-shadow:0 10px 30px -5px #ffb6c14d}.course-detail .author-section .author-placeholder span{font-size:5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.course-detail .author-section .author-bio h4{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:#111827}@media(min-width:768px){.course-detail .author-section .author-bio h4{font-size:1.5rem}}.course-detail .author-section .author-bio h4{color:#111827;margin-bottom:.5rem}.course-detail .author-section .author-bio .author-title{font-size:1.125rem;color:#ffb6c1;font-weight:600;margin-bottom:1rem}.course-detail .author-section .author-bio .author-description{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:1.5rem}.course-detail .author-section .author-bio .author-credentials{display:flex;flex-direction:column;gap:.5rem}.course-detail .author-section .author-bio .author-credentials span{font-size:1rem;line-height:1.5;color:#4b5563}.course-detail .faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.course-detail .faq-item{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;transition:all .3s ease-in-out}.course-detail .faq-item:hover{box-shadow:0 10px 30px -5px #ffb6c14d}.course-detail .faq-item .faq-question{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.course-detail .faq-item .faq-question{font-size:1.25rem}}.course-detail .faq-item .faq-question{color:#ffb6c1;margin-bottom:.75rem}.course-detail .faq-item .faq-answer{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.course-detail__cta-final{padding:5rem 0;background:linear-gradient(135deg,#1f2937,#111827)}.course-detail__cta-final .cta-final-content{max-width:800px;margin:0 auto;text-align:center}.course-detail__cta-final .cta-final-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.course-detail__cta-final .cta-final-title{font-size:1.875rem}}@media(min-width:1024px){.course-detail__cta-final .cta-final-title{font-size:2.25rem}}.course-detail__cta-final .cta-final-title{color:#fff;margin-bottom:1rem}.course-detail__cta-final .cta-final-description{font-size:1.125rem;color:#4b5563;color:#d1d5db;line-height:1.75;margin-bottom:2.5rem}.course-detail__cta-final .cta-final-box{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out;padding:2.5rem}.course-detail__cta-final .cta-price{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem}.course-detail__cta-final .cta-price-label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.course-detail__cta-final .cta-price-value{font-size:3.5rem;font-weight:800;color:#ffb6c1;line-height:1;margin-bottom:.5rem}.course-detail__cta-final .cta-price-info{font-size:.875rem;color:#9ca3af}.course-detail__cta-final .cta-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.course-detail__cta-final .cta-actions button{width:100%}@media(min-width:768px){.course-detail__cta-final .cta-actions{flex-direction:row}.course-detail__cta-final .cta-actions button{flex:1}}.course-detail__cta-final .cta-final-guarantee{text-align:center;font-size:.875rem;color:#9ca3af;padding-top:1rem;border-top:1px solid #F3F4F6}.course-detail .other-ebooks{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem;max-width:600px;margin:0 auto}.about-page{padding-top:80px;min-height:100vh}.about-hero{padding:4rem 0;background:linear-gradient(135deg,#fff,#ffe4e9)}.about-hero__container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about-hero__container{grid-template-columns:1fr 1fr;gap:4rem}}.about-hero__content{text-align:center}@media(min-width:1024px){.about-hero__content{text-align:left}}.about-hero__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.about-hero__title{font-size:2.25rem}}@media(min-width:1024px){.about-hero__title{font-size:3rem}}.about-hero__title{margin-bottom:1rem}.about-hero__title-accent{background:linear-gradient(135deg,#ffb6c1,#ff9cab);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero__subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563}.about-hero__image{display:flex;justify-content:center;align-items:center}.about-hero__image-placeholder{display:flex;justify-content:center;align-items:center;width:300px;height:300px;background:linear-gradient(135deg,#ffb6c1,#ff9cab);border-radius:50%;box-shadow:0 20px 40px -5px #ffb6c166}@media(min-width:768px){.about-hero__image-placeholder{width:400px;height:400px}}.about-hero__image-icon{font-size:10rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}@media(min-width:768px){.about-hero__image-icon{font-size:12rem}}.about-story{padding:5rem 0;background:#fff}.about-story__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.about-story__title{font-size:1.875rem}}@media(min-width:1024px){.about-story__title{font-size:2.25rem}}.about-story__title{text-align:center;margin-bottom:3rem}.about-story__content{max-width:800px;margin:0 auto}.about-story__content p{font-size:1.125rem;margin-bottom:1.5rem;line-height:1.75;color:#4b5563}.about-story__content p:last-child{margin-bottom:0}.about-credentials{padding:5rem 0;background:#f9fafb}.about-credentials__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.about-credentials__title{font-size:1.875rem}}@media(min-width:1024px){.about-credentials__title{font-size:2.25rem}}.about-credentials__title{text-align:center;margin-bottom:3rem}.about-credentials__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.about-credentials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-credentials__grid{grid-template-columns:repeat(3,1fr)}}.about-credentials__card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;transition:all .3s ease-in-out}.about-credentials__card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.about-credentials__card-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.about-credentials__card-title{font-size:1.25rem}}.about-credentials__card-title{margin-bottom:1.5rem;color:#ffb6c1}.about-credentials__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.about-credentials__list li{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.about-values{padding:5rem 0;background:#fff}.about-values__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.about-values__title{font-size:1.875rem}}@media(min-width:1024px){.about-values__title{font-size:2.25rem}}.about-values__title{text-align:center;margin-bottom:3rem}.about-values__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.about-values__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-values__grid{grid-template-columns:repeat(3,1fr)}}.about-values__grid{max-width:1000px;margin:0 auto}.about-values__card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem;transition:all .3s ease-in-out}.about-values__card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.about-values__icon{font-size:4rem;margin-bottom:1rem}.about-values__card-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25;color:#111827}@media(min-width:768px){.about-values__card-title{font-size:1.5rem}}.about-values__card-title{margin-bottom:.75rem;color:#ffb6c1}.about-values__description{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.about-why{padding:5rem 0;background:#f9fafb}.about-why__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.about-why__title{font-size:1.875rem}}@media(min-width:1024px){.about-why__title{font-size:2.25rem}}.about-why__title{text-align:center;margin-bottom:3rem}.about-why__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.about-why__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-why__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.about-why__grid{grid-template-columns:repeat(4,1fr)}}.about-why__card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;transition:all .3s ease-in-out}.about-why__card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.about-why__icon{font-size:3rem;margin-bottom:1rem}.about-why__card-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.about-why__card-title{font-size:1.25rem}}.about-why__card-title{margin-bottom:.75rem;color:#111827}.about-why__description{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.about-cta{padding:5rem 0;background:linear-gradient(135deg,#1f2937,#111827)}.about-cta__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem;max-width:800px;margin:0 auto}.about-cta__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.about-cta__title{font-size:1.875rem}}@media(min-width:1024px){.about-cta__title{font-size:2.25rem}}.about-cta__title{color:#fff}.about-cta__description{font-size:1.125rem;color:#4b5563;color:#d1d5db;line-height:1.75}.about-cta__buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin-top:1rem}@media(min-width:768px){.about-cta__buttons{flex-direction:row;justify-content:center}}.about-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.about-cta__button:focus{outline:2px solid #FFB6C1;outline-offset:2px}.about-cta__button:disabled{opacity:.5;cursor:not-allowed}.about-cta__button{text-decoration:none}.about-cta__button--primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease-in-out;text-decoration:none;outline:none}.about-cta__button--primary:focus{outline:2px solid #FFB6C1;outline-offset:2px}.about-cta__button--primary:disabled{opacity:.5;cursor:not-allowed}.about-cta__button--primary{background:linear-gradient(135deg,#ffb6c1,#ff9cab);color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.about-cta__button--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.about-cta__button--primary:active:not(:disabled){transform:translateY(0)}.about-cta__button--secondary{background:#fff;color:#ffb6c1;border:2px solid #FFFFFF}.about-cta__button--secondary:hover{background:#ffe4e9}.testimonials-page{padding-top:80px;min-height:100vh}.testimonials-hero{padding:4rem 0;background:linear-gradient(135deg,#fff,#ffe4e9)}.testimonials-hero__content{text-align:center;max-width:900px;margin:0 auto}.testimonials-hero__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.testimonials-hero__title{font-size:2.25rem}}@media(min-width:1024px){.testimonials-hero__title{font-size:3rem}}.testimonials-hero__title{margin-bottom:1rem}.testimonials-hero__title-accent{background:linear-gradient(135deg,#ffb6c1,#ff9cab);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-hero__subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563;margin-bottom:3rem}.testimonials-hero__stats{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}@media(min-width:768px){.testimonials-hero__stats{grid-template-columns:repeat(3,1fr);gap:2rem}}.testimonials-hero__stat{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out}.testimonials-hero__stat:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.testimonials-hero__stat-number{font-size:2.5rem;font-weight:800;color:#ffb6c1;margin-bottom:.5rem}@media(min-width:768px){.testimonials-hero__stat-number{font-size:3rem}}.testimonials-hero__stat-label{font-size:.875rem;color:#4b5563;font-weight:500;text-align:center}.testimonials-grid-section{padding:5rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;padding:2rem;transition:all .3s ease-in-out;height:100%}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -5px #ffb6c166}.testimonial-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-card__image-wrapper{flex-shrink:0;position:relative}.testimonial-card__image{width:70px;height:70px;border-radius:50%;object-fit:cover;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:2px solid #FFE4E9}.testimonial-card__image-placeholder{display:flex;justify-content:center;align-items:center;width:70px;height:70px;background:linear-gradient(135deg,#ffb6c1,#ff9cab);border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.testimonial-card__image-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.testimonial-card__info{flex:1;min-width:0}.testimonial-card__name{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.testimonial-card__name{font-size:1.25rem}}.testimonial-card__name{color:#111827;margin-bottom:.25rem;word-wrap:break-word}.testimonial-card__profession{font-size:.875rem;color:#9ca3af;font-weight:500;word-wrap:break-word}.testimonial-card__rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-card__star{font-size:1.125rem}.testimonial-card__text{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75;margin-bottom:1.5rem;font-style:italic;flex:1}.testimonial-card__footer{padding-top:1rem;border-top:1px solid #F3F4F6}.testimonial-card__ebook{font-size:.875rem;color:#ffb6c1;font-weight:600}.video-testimonials{padding:5rem 0;background:#f9fafb}.video-testimonials__content{text-align:center;max-width:800px;margin:0 auto}.video-testimonials__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.video-testimonials__title{font-size:1.875rem}}@media(min-width:1024px){.video-testimonials__title{font-size:2.25rem}}.video-testimonials__title{margin-bottom:1rem}.video-testimonials__subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563;margin-bottom:2.5rem}.video-testimonials__placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:3rem}.video-testimonials__icon{font-size:6rem;margin-bottom:1.5rem;opacity:.6}.video-testimonials__placeholder-text{font-size:1.25rem;color:#9ca3af;font-weight:600}.testimonials-cta{padding:5rem 0;background:linear-gradient(135deg,#1f2937,#111827)}.testimonials-cta__content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.5rem;max-width:800px;margin:0 auto}.testimonials-cta__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.testimonials-cta__title{font-size:1.875rem}}@media(min-width:1024px){.testimonials-cta__title{font-size:2.25rem}}.testimonials-cta__title{color:#fff}.testimonials-cta__description{font-size:1.125rem;color:#4b5563;color:#d1d5db;line-height:1.75}.testimonials-cta__buttons{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin-top:1rem}@media(min-width:768px){.testimonials-cta__buttons{flex-direction:row;justify-content:center}}.testimonials-cta__button{text-decoration:none}.testimonials-cta__button button{width:100%}.testimonials-cta__button--secondary button{background:#fff;color:#ffb6c1;border:2px solid #FFFFFF}.testimonials-cta__button--secondary button:hover{background:#ffe4e9}.contact-page{padding-top:80px;min-height:100vh}.contact-hero{padding:4rem 0;background:linear-gradient(135deg,#fff,#ffe4e9)}.contact-hero__content{text-align:center;max-width:800px;margin:0 auto}.contact-hero__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.contact-hero__title{font-size:2.25rem}}@media(min-width:1024px){.contact-hero__title{font-size:3rem}}.contact-hero__title{margin-bottom:1rem}.contact-hero__title-accent{background:linear-gradient(135deg,#ffb6c1,#ff9cab);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero__subtitle{font-size:1.125rem;line-height:1.75;color:#4b5563}.contact-info-section{padding:4rem 0;background:#fff}.contact-info-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.contact-info-grid{grid-template-columns:repeat(3,1fr)}}.contact-info-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;transition:all .3s ease-in-out}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.contact-info-card__icon{font-size:3rem;margin-bottom:1rem}.contact-info-card__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.contact-info-card__title{font-size:1.25rem}}.contact-info-card__title{color:#111827;margin-bottom:.5rem}.contact-info-card__value{font-size:1rem;line-height:1.5;color:#4b5563;margin-bottom:1rem;font-weight:500}.contact-info-card__link{color:#ffb6c1;text-decoration:none;font-size:.875rem;font-weight:600;transition:all .3s ease-in-out}.contact-info-card__link:hover{color:#ff9cab;text-decoration:underline}.contact-form-section{padding:5rem 0;background:#f9fafb}.contact-form-wrapper{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.contact-form-wrapper{grid-template-columns:2fr 3fr;gap:4rem}}.contact-form-info__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.contact-form-info__title{font-size:1.875rem}}@media(min-width:1024px){.contact-form-info__title{font-size:2.25rem}}.contact-form-info__title{margin-bottom:1rem}.contact-form-info__description{font-size:1.125rem;color:#4b5563;line-height:1.75;margin-bottom:2rem}.contact-form-info__benefits{margin-bottom:2.5rem;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d}.contact-form-info__benefits-title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.contact-form-info__benefits-title{font-size:1.25rem}}.contact-form-info__benefits-title{color:#ffb6c1;margin-bottom:1rem}.contact-form-info__benefits-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.contact-form-info__benefits-list li{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}.contact-social__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.contact-social__title{font-size:1.25rem}}.contact-social__title{margin-bottom:1rem}.contact-social__links{display:flex;flex-direction:column;gap:.75rem}.contact-social__link{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:.5rem;text-decoration:none;transition:all .3s ease-in-out;box-shadow:0 1px 2px #0000000d}.contact-social__link:hover{transform:translate(4px);box-shadow:0 10px 30px -5px #ffb6c14d}.contact-social__icon{font-size:1.5rem;flex-shrink:0}.contact-social__info{display:flex;flex-direction:column;gap:.25rem}.contact-social__name{font-size:.875rem;font-weight:600;color:#111827}.contact-social__username{font-size:.875rem;color:#9ca3af}.contact-form-container{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease-in-out;padding:2.5rem}.contact-form__group{margin-bottom:1.5rem}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__label{display:block;font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.5rem}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#111827;background:#fff;border:2px solid #E5E7EB;border-radius:.5rem;transition:all .3s ease-in-out}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#ffb6c1;box-shadow:0 0 0 3px #ffb6c11a}.contact-form__input::placeholder,.contact-form__select::placeholder,.contact-form__textarea::placeholder{color:#9ca3af}.contact-form__textarea{resize:vertical;min-height:120px;line-height:1.75}.contact-form__select{cursor:pointer}.contact-form button{width:100%;margin-top:1rem}.contact-form__note{margin-top:1rem;font-size:.875rem;color:#9ca3af;text-align:center;line-height:1.75}.contact-faq{padding:5rem 0;background:#fff}.contact-faq__content{max-width:1000px;margin:0 auto}.contact-faq__title{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25;color:#111827}@media(min-width:768px){.contact-faq__title{font-size:1.875rem}}@media(min-width:1024px){.contact-faq__title{font-size:2.25rem}}.contact-faq__title{text-align:center;margin-bottom:3rem}.contact-faq__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.contact-faq__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.contact-faq__grid{grid-template-columns:repeat(2,1fr)}}.contact-faq__item{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;transition:all .3s ease-in-out}.contact-faq__item:hover{transform:translateY(-4px);box-shadow:0 10px 30px -5px #ffb6c14d}.contact-faq__question{font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827}@media(min-width:768px){.contact-faq__question{font-size:1.25rem}}.contact-faq__question{color:#ffb6c1;margin-bottom:.75rem}.contact-faq__answer{font-size:1rem;line-height:1.5;color:#4b5563;line-height:1.75}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{margin:0;padding:0;min-height:100vh;text-rendering:optimizeLegibility;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}a{text-decoration:none;color:inherit}ul,ol{list-style:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}:focus-visible{outline:2px solid currentColor;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#111827;background-color:#fff}::selection{background-color:#ffe4e9;color:#111827}::-moz-selection{background-color:#ffe4e9;color:#111827}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#ffb6c1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#ff9cab}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-up{animation:slideUp .6s ease-out}.animate-slide-down{animation:slideDown .6s ease-out}.animate-scale-up{animation:scaleUp .4s ease-out}
