:root{color:#17324d;font-synthesis:none;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;margin:0}a{color:inherit;text-decoration:none}.header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e6edf4;justify-content:space-between;align-items:center;gap:2rem;min-height:78px;padding:0 6%;display:flex;position:sticky;top:0}.brand{align-items:center;gap:.75rem;display:flex}.account-actions{align-items:center;gap:.9rem;display:flex}.account-link{color:#17324d;font-weight:800}.account-link:hover{color:#0f7d83}.brand-icon{color:#fff;background:linear-gradient(135deg,#0f7d83,#17456b);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brand strong,.brand small{line-height:1.05;display:block}.brand strong{font-size:1.08rem}.brand small{color:#60758a;letter-spacing:.16em;text-transform:uppercase;margin-top:.18rem;font-size:.72rem}nav{color:#40566c;align-items:center;gap:1.8rem;font-size:.92rem;font-weight:600;display:flex}nav a:hover{color:#0f7d83}.header-button,.primary-button,.secondary-button,.contact-button{border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.35rem;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex}.header-button,.primary-button{color:#fff;background:#0f7d83;box-shadow:0 12px 30px #0f7d8333}.header-button:hover,.primary-button:hover,.secondary-button:hover,.contact-button:hover{transform:translateY(-2px)}.hero{background:radial-gradient(circle at 80% 20%,#46b4b12e,#0000 32%),linear-gradient(135deg,#f2fbfa 0%,#f8fafc 48%,#eef4f8 100%);grid-template-columns:1.08fr .92fr;align-items:center;gap:4rem;min-height:690px;padding:5rem 7%;display:grid;overflow:hidden}.hero-content{max-width:680px}.eyebrow{color:#0f7d83;letter-spacing:.18em;font-size:.76rem;font-weight:800;display:inline-block}h1,h2,h3,p{margin-top:0}h1{color:#17324d;letter-spacing:-.055em;max-width:760px;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5.8rem);line-height:.98}h1 span{color:#0f7d83}.hero-content>p{color:#526b80;max-width:630px;font-size:1.12rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.secondary-button{color:#17324d;background:#fff;border:1px solid #d7e2eb}.benefits{color:#526b80;flex-wrap:wrap;gap:1.4rem;margin-top:2rem;font-size:.88rem;font-weight:600;display:flex}.hero-visual{min-height:500px;position:relative}.book{color:#fff;border-radius:8px 20px 20px 8px;flex-direction:column;justify-content:space-between;width:245px;height:355px;padding:2rem;display:flex;position:absolute;box-shadow:0 35px 65px #17324d47}.book:before{content:"";background:#ffffff40;width:2px;position:absolute;top:0;bottom:0;left:15px}.book span{letter-spacing:.18em;font-size:.7rem;font-weight:800}.book strong{font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1.08}.book-one{z-index:3;background:linear-gradient(145deg,#0f7d83,#084f57);top:55px;left:30%;transform:rotate(-4deg)}.book-two{z-index:2;background:linear-gradient(145deg,#17324d,#275e83);top:80px;left:8%;transform:rotate(-13deg)}.book-three{z-index:1;background:linear-gradient(145deg,#d68a43,#9a5727);top:105px;left:52%;transform:rotate(8deg)}.section{padding:6rem 7%}.section-heading{justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem;display:flex}.section-heading h2,.about-content h2,.contact h2{color:#17324d;margin:.55rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.section-heading>p{color:#60758a;max-width:480px;margin-bottom:0;line-height:1.7}.catalog-loading,.catalog-empty,.catalog-error{color:#60758a;text-align:center;background:#f8fafc;border:1px solid #e2eaf0;border-radius:20px;grid-column:1/-1;align-content:center;place-items:center;gap:.8rem;min-height:260px;padding:2rem;display:grid}.catalog-loading p,.catalog-empty p,.catalog-error p{margin:0}.catalog-loader{border:4px solid #d7e7ea;border-top-color:#0f7d83;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite catalog-spin}@keyframes catalog-spin{to{transform:rotate(360deg)}}.ebook-cover-placeholder{color:#fff;background:linear-gradient(145deg,#0f7d83,#17324d);border-radius:8px;place-items:center;width:190px;height:270px;font-size:2rem;font-weight:900;display:grid;box-shadow:0 14px 30px #17324d2e}.ebook-grid{grid-template-columns:repeat(auto-fit,minmax(260px,320px));justify-content:center;align-items:stretch;gap:2rem;display:grid}.ebook-card{background:#fff;border:1px solid #dfe8ee;border-radius:20px;flex-direction:column;min-width:0;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 14px 34px #17324d14}.ebook-card:hover{border-color:#cfe0e8;transform:translateY(-6px);box-shadow:0 24px 58px #17324d24}.ebook-cover{background:radial-gradient(circle at 50% 20%,#fffffff2,#0000 48%),linear-gradient(#f8fbfc 0%,#eef4f6 100%);border-bottom:1px solid #e7edf2;justify-content:center;align-items:center;width:100%;height:390px;padding:20px 20px 14px;display:flex;overflow:hidden}.ebook-cover img{object-fit:contain;object-position:center;border-radius:7px;transition:transform .18s;display:block;box-shadow:0 12px 26px #17324d2e;width:auto!important;max-width:250px!important;height:auto!important;max-height:355px!important}.ebook-card:hover .ebook-cover img{transform:scale(1.025)}.ebook-information{flex-direction:column;flex:1;padding:1.25rem 1.25rem 1.35rem;display:flex}.category{color:#0f7d83;letter-spacing:.09em;text-transform:uppercase;background:#eaf7f6;border:1px solid #cfeae8;border-radius:999px;align-self:flex-start;padding:.36rem .62rem;font-size:.66rem;font-weight:900;display:inline-flex}.ebook-information h3{color:#17324d;margin:.75rem 0 .55rem;font-family:Georgia,Times New Roman,serif;font-size:1.24rem;line-height:1.2}.ebook-information h3 a{transition:color .18s}.ebook-information h3 a:hover{color:#0f7d83}.ebook-information p{color:#60758a;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:4.35em;margin-bottom:1rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ebook-footer{border-top:1px solid #e7edf2;gap:.85rem;margin-top:auto;padding-top:.9rem;display:grid}.ebook-footer strong{color:#0f7d83;font-size:1.4rem;line-height:1}.ebook-actions{grid-template-columns:1fr 1.08fr;gap:.65rem;width:100%;display:grid}.details-button,.buy-button{width:100%;min-height:46px;font:inherit;border-radius:11px;padding:.78rem 1rem;font-weight:900;transition:transform .18s,background .18s,border-color .18s,opacity .18s}.details-button{color:#17324d;background:#f8fafc;border:1px solid #cad8e2;justify-content:center;align-items:center;display:inline-flex}.details-button:hover{color:#0f7d83;border-color:#0f7d83;transform:translateY(-2px)}.buy-button{color:#fff;cursor:pointer;background:#0f7d83;border:0}.buy-button:hover:not(:disabled){background:#0b656b;transform:translateY(-2px)}.buy-button:disabled{cursor:wait;opacity:.7}.categories{color:#fff;background:#17324d;padding:6rem 7%}.section-heading.light h2{color:#fff}.category-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.category-grid article{background:#ffffff12;border:1px solid #ffffff21;border-radius:18px;padding:2rem}.category-grid span{font-size:2rem}.category-grid h3{margin:1.2rem 0 .7rem}.category-grid p{color:#c1d0dc;margin-bottom:0;line-height:1.65}.about{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.about-visual{color:#fff;background:radial-gradient(circle at 80% 20%,#ffffff2e,#0000 25%),linear-gradient(145deg,#0f7d83,#17324d);border-radius:30px;flex-direction:column;justify-content:center;min-height:430px;padding:4rem;display:flex}.about-visual span,.about-visual strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5rem);line-height:.9}.about-visual p{color:#cde6e6;margin:2rem 0 0}.about-content p{color:#60758a;font-size:1.02rem;line-height:1.8}.about-content .primary-button{margin-top:1rem}.contact{background:#eff8f7;border-radius:28px;justify-content:space-between;align-items:center;gap:3rem;margin:0 7% 6rem;padding:3.5rem;display:flex}.contact p{color:#60758a;max-width:680px;margin:1rem 0 0;line-height:1.7}.contact-button{color:#fff;background:#17324d;flex-shrink:0}footer{color:#60758a;border-top:1px solid #e2eaf0;justify-content:space-between;align-items:center;gap:2rem;padding:2.4rem 7%;display:flex}footer p{margin:0;font-size:.88rem}@media (width<=1000px){nav{display:none}.hero{grid-template-columns:1fr}.hero-visual{min-height:430px}.category-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}}@media (width<=680px){.header{padding:0 5%}.account-link{display:none}.header-button{padding:.7rem .9rem;font-size:.82rem}.hero,.section,.categories{padding-left:5%;padding-right:5%}.hero{min-height:auto;padding-top:4rem;padding-bottom:4rem}h1{font-size:3.4rem}.hero-visual{display:none}.section-heading,.contact,footer{flex-direction:column;align-items:flex-start}.ebook-grid,.category-grid{grid-template-columns:1fr}.ebook-cover{height:360px}.ebook-cover img{max-width:230px!important;max-height:325px!important}.ebook-actions{grid-template-columns:1fr}.details-button,.buy-button{width:100%}.contact{margin-left:5%;margin-right:5%;padding:2rem}.contact-button{width:100%;font-size:.84rem}}.menu-toggle{cursor:pointer;background:#f4f8fa;border:1px solid #dbe6ec;border-radius:12px;width:44px;height:44px;padding:10px;display:none}.menu-toggle span{background:#17324d;border-radius:999px;width:100%;height:2px;margin:5px 0;display:block}.hero{isolation:isolate;position:relative}.hero-glow{z-index:-1;filter:blur(2px);pointer-events:none;border-radius:999px;position:absolute}.hero-glow-one{background:#0f7d8321;width:520px;height:520px;top:-180px;right:-140px}.hero-glow-two{background:#d68a431a;width:420px;height:420px;bottom:-220px;left:28%}.hero-eyebrow{background:#0f7d8317;border:1px solid #0f7d8329;border-radius:999px;padding:.55rem .8rem}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:680px;margin-top:2.4rem;display:grid}.hero-stats div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #cad8e2b3;border-radius:16px;padding:1rem}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{color:#0f7d83;font-size:1.15rem}.hero-stats span{color:#60758a;margin-top:.25rem;font-size:.75rem;line-height:1.35}.hero-card{border-radius:26px;position:absolute}.hero-card-main{z-index:3;color:#fff;background:radial-gradient(circle at 80% 15%,#fff3,#0000 24%),linear-gradient(145deg,#0f7d83 0%,#17324d 72%);flex-direction:column;justify-content:flex-end;width:min(370px,72%);min-height:440px;padding:2.6rem;display:flex;top:52px;left:18%;transform:rotate(2deg);box-shadow:0 42px 80px #17324d42}.hero-card-main:after{content:"";pointer-events:none;border:1px solid #ffffff2b;border-radius:18px;position:absolute;inset:14px}.hero-card-label{letter-spacing:.2em;margin-bottom:auto;font-size:.7rem;font-weight:900}.hero-card-main strong{max-width:280px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3vw,3rem);line-height:1.02}.hero-card-main small{color:#d5eceb;margin-top:1rem}.hero-card-back{width:310px;height:400px;box-shadow:0 30px 60px #17324d2e}.hero-card-back-one{z-index:2;background:linear-gradient(145deg,#d68a43,#9a5727);top:78px;left:5%;transform:rotate(-9deg)}.hero-card-back-two{z-index:1;background:linear-gradient(145deg,#7f9e84,#3e6250);top:90px;left:38%;transform:rotate(10deg)}.hero-badge{z-index:4;color:#17324d;background:#fff;border:1px solid #dfe8ee;border-radius:999px;padding:.9rem 1.15rem;font-size:.78rem;font-weight:900;position:absolute;bottom:50px;right:2%;box-shadow:0 16px 34px #17324d29}.catalog-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin:-1rem 0 2.4rem;display:flex}.catalog-search{background:#fff;border:1px solid #dbe6ec;border-radius:16px;flex:1;align-items:center;gap:.8rem;max-width:580px;min-height:54px;padding:0 1rem;display:flex;box-shadow:0 10px 28px #17324d12}.catalog-search span{color:#0f7d83;font-size:1.5rem}.catalog-search input{color:#17324d;width:100%;font:inherit;background:0 0;border:0;outline:0;padding:0}.category-filters{gap:.55rem;padding:.25rem 0;display:flex;overflow-x:auto}.filter-button{color:#526b80;min-height:42px;font:inherit;cursor:pointer;background:#f6f9fb;border:1px solid #dbe6ec;border-radius:999px;flex:none;padding:.65rem .95rem;font-size:.82rem;font-weight:800}.filter-button:hover,.filter-button.is-active{color:#fff;background:#0f7d83;border-color:#0f7d83}.whatsapp-button{z-index:30;color:#fff;background:#1f9d55;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:.8rem 1rem;font-size:.82rem;font-weight:900;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 36px #1f9d554d}@media (width<=1000px){.menu-toggle{margin-left:auto;display:block}#main-nav{background:#fff;border:1px solid #dfe8ee;border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:.75rem;display:none;position:absolute;top:calc(100% + 1px);left:4%;right:4%;box-shadow:0 22px 50px #17324d29}#main-nav.is-open{display:flex}#main-nav a{border-radius:10px;padding:.9rem 1rem}#main-nav a:hover{background:#eff8f7}.catalog-toolbar{flex-direction:column;align-items:stretch}.catalog-search{max-width:none}}@media (width<=680px){.hero-stats{grid-template-columns:1fr}.hero-stats div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.hero-stats span{text-align:right;margin-top:0}.catalog-toolbar{margin-top:0}.whatsapp-button{bottom:14px;right:14px}}
