*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1d2d5a;--red: #e63946;--coral: #e05a44;--yellow: #fbbf24;--green: #16a34a;--blue: #2563eb;--orange: #f97316;--bg: #faf9f8;--bg-cream: #faf4ec;--border: #e8e4dc;--text-muted: #6b7280;--white: #ffffff}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;background-color:var(--bg);color:var(--navy);line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}img{display:block;max-width:100%}.header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);padding:0 1.5rem}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1200px;margin:0 auto;gap:1rem}.logo{display:flex;align-items:center;min-width:120px}.logo-img{height:48px;width:auto;object-fit:contain}.nav{display:none;align-items:center;gap:1.75rem}.nav-link{font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--navy);padding-bottom:3px;border-bottom:2px solid transparent;transition:border-color .15s;white-space:nowrap}.nav-link:hover,.nav-link--active{border-bottom-color:var(--navy)}.header-right{display:flex;align-items:center;gap:1.25rem}.lang-switcher,.lang-switcher-item{display:flex;align-items:center;gap:.1rem}.lang-btn{background:none;border:none;font-family:inherit;font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--text-muted);padding:.2rem .3rem;cursor:pointer;transition:color .15s}.lang-btn:hover{color:var(--navy)}.lang-btn--active{color:var(--navy);text-decoration:underline;text-underline-offset:3px}.lang-sep{font-size:.65rem;color:var(--border);-webkit-user-select:none;user-select:none}.social-icons{display:flex;align-items:center;gap:.75rem}.social-icon{display:flex;align-items:center;justify-content:center;transition:opacity .15s}.social-icon:hover{opacity:.6}.social-img{width:22px;height:22px;object-fit:contain}.hero{width:100%;overflow:hidden;background:var(--bg)}.hero-container{position:relative;width:100%}.hero-bg{width:100%;height:auto;display:block;object-fit:contain}.hero-text{position:absolute;top:0;left:0;width:38%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:2% 2% 2% 4%;gap:0;background:linear-gradient(to right,rgba(250,249,248,.95) 55%,rgba(250,249,248,.7) 80%,transparent)}.hero-titulo-img{width:42vw;max-width:none;height:auto;display:block;margin-bottom:4%;margin-top:-60%;position:relative;left:-18%}.hero-subtitle{font-size:clamp(.6rem,1.1vw,1rem);color:var(--navy);line-height:1.5;margin-bottom:3%}.hero-cta{display:inline-block;background:var(--navy);color:var(--white);font-size:clamp(.5rem,.8vw,.78rem);font-weight:800;letter-spacing:.08em;padding:.7em 1.4em;border-radius:4px;align-self:flex-start;transition:background .15s;white-space:nowrap}.hero-cta:hover{background:#2a3f7e}@media (max-width: 600px){.hero-text{width:100%;position:relative;background:var(--bg);padding:1.5rem 1.25rem;height:auto}.hero-container{display:flex;flex-direction:column}.hero-bg{order:-1}.hero-titulo-img{width:70%;max-width:280px;margin-top:0;margin-bottom:1rem;left:0}.hero-subtitle{font-size:.9rem}.hero-cta{font-size:.7rem}}.benefits{padding:2.5rem 1.5rem;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.benefits-inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto}.benefit-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1.5rem;gap:.5rem;border-right:1px solid var(--border)}.benefit-card:last-child{border-right:none}.benefit-icon{margin-bottom:.25rem}.benefit-title{font-size:.95rem;font-weight:800;color:var(--navy)}.benefit-desc{font-size:.82rem;color:var(--text-muted);line-height:1.4}@media (max-width: 768px){.benefits-inner{grid-template-columns:repeat(2,1fr)}.benefit-card:nth-child(2){border-right:none}.benefit-card:nth-child(3){border-right:1px solid var(--border)}.benefit-card:nth-child(3),.benefit-card:nth-child(4){border-top:1px solid var(--border)}}.collection{padding:3.5rem 1.5rem;background:var(--bg)}.collection-header{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto 2rem;flex-wrap:wrap;gap:1rem}.collection-title-img{height:80px;width:auto;display:block;object-fit:contain}.collection-link{font-size:.75rem;font-weight:800;letter-spacing:.06em;color:var(--navy);border:2px solid var(--navy);padding:.55rem 1.1rem;border-radius:4px;white-space:nowrap;transition:background .15s,color .15s}.collection-link:hover{background:var(--navy);color:var(--white)}.collection-img-wrapper{max-width:1200px;margin:0 auto}.collection-img{width:80%;height:auto;display:block;margin:0 auto;border-radius:12px}.blog{display:none;padding:4rem 1.5rem;background:var(--bg);border-top:1px solid var(--border)}.blog-inner{max-width:1200px;margin:0 auto}.blog-title{font-size:1.7rem;font-weight:900;color:var(--navy);text-align:center;margin-bottom:2.5rem}.blog-title-cursive{font-family:Dancing Script,cursive;color:var(--red);font-size:1.9rem;font-weight:700}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.blog-card{display:flex;flex-direction:column;gap:0}.blog-card-img-wrapper{border-radius:8px;overflow:hidden;margin-bottom:.85rem}.blog-card-img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .2s}.blog-card:hover .blog-card-img{transform:scale(1.03)}.blog-card-body{display:flex;flex-direction:column;gap:.35rem}.blog-card-category{font-size:.65rem;font-weight:800;letter-spacing:.1em}.blog-card-title{font-size:.98rem;font-weight:900;color:var(--navy);line-height:1.3}.blog-card-desc{font-size:.82rem;color:var(--text-muted);line-height:1.4}.blog-card-link{font-size:.75rem;font-weight:800;color:var(--navy);letter-spacing:.05em;margin-top:.25rem;display:inline-flex;align-items:center;gap:.25rem;transition:opacity .15s}.blog-card-link:hover{opacity:.6}@media (max-width: 900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.blog-grid{grid-template-columns:1fr}}.newsletter{display:none}.newsletter-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2.5rem;flex-wrap:wrap}.newsletter-plane{font-size:3rem;transform:rotate(-20deg);opacity:.7;flex-shrink:0;color:var(--navy)}.newsletter-text{flex:1;min-width:220px}.newsletter-title{font-size:1.45rem;font-weight:900;color:var(--navy);margin-bottom:.35rem}.newsletter-star{color:var(--yellow);font-size:1rem;vertical-align:super}.newsletter-desc{font-size:.88rem;color:var(--text-muted);line-height:1.5}.newsletter-form{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.newsletter-input{font-family:inherit;font-size:.9rem;padding:.7rem 1rem;border:1.5px solid #d4cfc6;border-radius:5px;background:var(--white);color:var(--navy);min-width:220px;outline:none;transition:border-color .15s}.newsletter-input:focus{border-color:var(--navy)}.newsletter-input::placeholder{color:#b0a99a}.newsletter-btn{background:var(--navy);color:var(--white);border:none;font-size:.78rem;font-weight:800;letter-spacing:.08em;padding:.75rem 1.5rem;border-radius:5px;transition:background .15s;white-space:nowrap}.newsletter-btn:hover{background:#2a3f7e}.newsletter-heart{font-size:1.4rem;color:var(--red);line-height:1}.newsletter-thanks{font-size:1rem;font-weight:700;color:var(--navy)}@media (max-width: 768px){.newsletter-inner{flex-direction:column;text-align:center}.newsletter-form{justify-content:center}}.footer{background:var(--bg);border-top:1px solid var(--border);padding:3rem 1.5rem 0}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{margin-bottom:.25rem}.footer-logo-img{height:64px;width:auto;object-fit:contain}.footer-logo-name{font-size:1.15rem;font-weight:900;color:var(--navy)}.footer-logo-star{color:var(--yellow);font-size:.85rem;vertical-align:super}.footer-logo-sub{font-size:.55rem;font-weight:700;letter-spacing:.15em;color:var(--navy)}.footer-tagline{font-size:.8rem;color:var(--text-muted);line-height:1.5;max-width:180px}.footer-col{display:flex;flex-direction:column;gap:.75rem;position:relative;left:-60px}.footer-col:last-child{left:0}.footer-col-heading{font-size:.7rem;font-weight:800;letter-spacing:.1em;color:var(--navy)}.footer-col-links{list-style:none;display:flex;flex-direction:column;gap:.45rem}.footer-link{font-size:.82rem;color:var(--text-muted);transition:color .15s}.footer-link:hover{color:var(--navy)}.footer-social{display:flex;gap:.85rem;align-items:center}.footer-social-icon{display:flex;align-items:center;transition:opacity .15s}.footer-social-icon:hover{opacity:.6}.footer-social-img{width:36px;height:36px;object-fit:contain}.footer-bottom{max-width:1200px;margin:0 auto;border-top:1px solid var(--border);padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-copy{font-size:.75rem;color:var(--text-muted)}.footer-legal{display:none;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-muted)}.footer-legal-link{color:var(--text-muted);transition:color .15s}.footer-legal-link:hover{color:var(--navy)}@media (max-width: 900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer-col{left:0}}@media (max-width: 480px){.footer{padding:2.5rem 1.25rem 0}.footer-inner{grid-template-columns:1fr;gap:1.75rem;padding-bottom:2rem}.footer-brand{align-items:flex-start}.footer-tagline{max-width:none}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-social{flex-wrap:wrap}}
