@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Space+Grotesk:wght@400;500&display=swap");@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:wght@300;400;500;700&display=swap");:root{--bg-color:#fbf7ee;--primary-green:#205b35;--light-green:#eafbf1;--soft-yellow:#fde695;--text-color:#383838;--white:#fff;--border-color:#e5e7eb;--font-headline:"Poppins",sans-serif;--font-body:"Space Grotesk",sans-serif;--container-width:1200px;--border-radius:24px;--shadow:0 8px 24px rgba(0,0,0,.05)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}.font-headline,h1,h2,h3,h4,h5,h6{font-family:var(--font-headline);color:var(--primary-green);line-height:1.2;font-weight:700}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:var(--primary-green);text-decoration:none;transition:color .3s ease}a:hover{color:#1a492a}img{max-width:100%;height:auto;display:block}.container{width:90%;max-width:var(--container-width);margin:0 auto}.text-center{text-align:center}section{padding:6rem 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.btn{display:inline-block;padding:.8rem 2rem;border-radius:50px;font-weight:500;transition:all .3s ease;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background-color:var(--primary-green);color:var(--white)}.btn-primary:hover{color:var(--white);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--primary-green);border-color:var(--primary-green)}.btn-secondary:hover{background-color:var(--primary-green);color:var(--white)}.section-subtitle{max-width:600px;margin:1rem auto 3rem;font-size:1.1rem}.header{position:sticky;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;background-color:hsla(42,62%,96%,.8);backdrop-filter:blur(10px);transition:all .3s ease}.header.scrolled{box-shadow:0 2px 10px rgba(0,0,0,.05);padding:.75rem 0}.header-container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-headline);font-size:1.5rem;font-weight:700}.main-nav{display:flex;gap:2rem}.nav-link{font-weight:500;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-green);transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;background:none;border:none;color:var(--primary-green);cursor:pointer}.hamburger .material-symbols-rounded{font-size:2rem}.hero-section{padding-top:8rem;min-height:90vh;display:flex;align-items:center}.hero-text h1{margin-bottom:1.5rem}.hero-text p{font-size:1.25rem;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem}.about-product-image img,.hero-image img{border-radius:var(--border-radius);box-shadow:var(--shadow)}.about-product-text{display:flex;flex-direction:column;justify-content:center}.about-product-text h2{margin-bottom:1.5rem}.about-product-text .btn{margin-top:2rem;align-self:flex-start}.products-section{background-color:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background-color:var(--bg-color);border-radius:22px;padding:2rem;text-align:center;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,.08)}.product-card-img{aspect-ratio:1/1;object-fit:cover;border-radius:16px;margin-bottom:1.5rem}.product-card h3{margin-bottom:.5rem}.product-card p{font-size:1rem;flex-grow:1}.product-card .modal-trigger{margin-bottom:1.5rem;font-weight:500;text-decoration:underline;cursor:pointer}.product-card-buttons{display:flex;flex-direction:column;gap:.75rem}.product-card-buttons .btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-buy-amazon{background-color:var(--white);color:var(--text-color);border:1px solid var(--border-color)}.btn-buy-amazon:hover{background-color:#f3f4f6;color:var(--text-color)}.btn-buy-ml{background-color:var(--soft-yellow);color:var(--primary-green);border-color:var(--soft-yellow)}.btn-buy-ml:hover{background-color:#f0c83a;color:var(--primary-green)}.material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.essence-section .container{max-width:1000px}.essence-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.essence-pillars{display:flex;flex-direction:column;gap:2rem}.pillar{display:flex;align-items:flex-start;gap:1.5rem}.pillar h3{margin-bottom:.5rem}.pillar .icon-circle{width:64px;height:64px;flex-shrink:0}.pillar .icon-circle .material-symbols-rounded{font-size:32px}.essence-image img{border-radius:var(--border-radius);box-shadow:var(--shadow);width:100%;height:auto}.benefits-section{background-color:var(--white)}.benefits-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem}.benefit-item{display:flex;flex-direction:column;align-items:center;gap:1rem;width:150px;text-align:center}.benefit-item .icon-circle{width:64px;height:64px}.benefit-item .icon-circle .material-symbols-rounded{font-size:32px}.icon-circle{background-color:#eafbf1;border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--primary-green);flex-shrink:0}.lifestyle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.lifestyle-grid img{width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius);box-shadow:var(--shadow);transition:transform .3s ease}.lifestyle-grid img:hover{transform:scale(1.03)}.manifesto-section{background-color:var(--primary-green);color:var(--white);padding:4rem 0}.manifesto-section p{font-family:var(--font-headline);font-size:2rem;text-align:center;max-width:800px;margin:0 auto;font-weight:600;line-height:1.4}.buy-section{background-color:var(--white)}.buy-section .section-subtitle{max-width:none}.buy-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.buy-card{border-radius:22px;padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;align-items:center}.buy-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.07)}.buy-card-logo-wrapper{height:60px;flex-grow:1}.buy-card-logo-wrapper,.buy-card>img{display:flex;align-items:center;justify-content:center}.buy-card>img{min-height:56px;object-fit:contain}.buy-card.amazon{background-color:var(--white)}.buy-card.ml{background-color:var(--soft-yellow)}.buy-card .btn{width:100%;max-width:280px}.footer{padding:4rem 0;border-top:1px solid var(--border-color)}.footer-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-left p{margin-top:.5rem;font-size:.9rem}.footer-center{text-align:center;width:100%;order:3;font-size:.9rem}.footer-right{display:flex;align-items:center;gap:2rem}.footer-links{display:flex;gap:1.5rem;font-size:.9rem}.social-links a svg{color:var(--primary-green);transition:color .3s ease}.social-links a:hover svg{color:#1a492a}.product-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:999}.product-modal-overlay[hidden]{display:none}.product-modal{position:relative;background:#fffdf6;border-radius:24px;padding:32px 40px;max-width:960px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.16);display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:32px}.product-modal-close{position:absolute;top:18px;right:22px;border:none;background:transparent;font-size:26px;cursor:pointer;color:#174f32}.product-modal-gallery{display:flex;flex-direction:column;gap:12px}.product-modal-main-image-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.12);background:#f5f5f5}.product-modal-main-image{width:100%;height:auto;display:block;object-fit:cover}.product-modal-thumbs{display:flex;gap:8px;margin-top:4px}.product-modal-thumb{border:none;padding:0;background:transparent;cursor:pointer;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.12);opacity:.75;transition:opacity .2s ease}.product-modal-thumb--active{opacity:1;outline:2px solid #2b7a46}.product-modal-thumb img{display:block;width:64px;height:64px;object-fit:cover}.product-modal-content{display:flex;flex-direction:column;gap:12px}.product-modal-title{font-size:28px;margin:0 0 4px;color:#174f32}.product-modal-subtitle{font-size:18px;margin:0 0 8px;color:#2b7a46;font-weight:600}.product-modal-description{font-size:15px;line-height:1.6;color:#444}.product-modal-section-title{margin-top:12px;font-size:16px;font-weight:700;color:#174f32}.product-modal-ingredients{font-size:14px;line-height:1.5;color:#444}.product-modal-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin-top:8px}.product-modal-bullet{display:flex;align-items:center;gap:6px;font-size:14px;color:#174f32}.product-modal-bullet-icon{font-size:20px;color:#2b7a46}.product-modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:20px}.product-modal-actions .btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.page-hero{padding-top:8rem;padding-bottom:6rem;display:flex;align-items:center;min-height:70vh}.page-hero-text h1{font-size:3rem}.page-hero-text p{font-size:1.2rem;max-width:500px;margin:1.5rem 0 2rem}.page-hero-image img{border-radius:var(--border-radius);box-shadow:var(--shadow)}.values-section{background-color:var(--white)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.value-card{text-align:center;padding:2rem}.value-card .icon-circle{background:none;margin:0 auto 1.5rem}.value-card .icon-circle .material-symbols-rounded{font-size:40px}.value-card h3{margin-bottom:.75rem}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:3rem}.mission-vision-card{background-color:var(--white);padding:2.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow)}.mission-vision-card h3{margin-bottom:1rem}.contact-hero{padding:8rem 0;text-align:center}.contact-hero .icon-circle{background:none;margin:0 auto 2rem;width:80px;height:80px}.contact-hero .icon-circle .material-symbols-rounded{font-size:40px}.contact-hero h1{font-size:3rem}.contact-hero p{font-size:1.2rem;margin:1rem auto 0;max-width:none}.contact-section{padding-top:0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:flex-start}.contact-info h3{margin-bottom:1rem}.contact-info-item{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.contact-info-item .icon-circle{flex-shrink:0}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;margin-bottom:.5rem;font-weight:500}.contact-form .form-control{width:100%;padding:.8rem 1rem;border-radius:12px;border:1px solid var(--border-color);background-color:var(--white);font-family:var(--font-body);font-size:1rem;transition:border-color .3s,box-shadow .3s}.contact-form select.form-control{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23205B35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-form .form-control:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px rgba(32,91,53,.1)}.contact-form textarea.form-control{min-height:120px;resize:vertical}.contact-form .form-disclaimer{font-size:.85rem;color:#777;margin-top:2rem}.contact-form .btn{width:100%;margin-top:1rem}@media (max-width:1024px){h1{font-size:2.8rem}h2{font-size:2rem}.grid-2{gap:2rem}.buy-grid,.essence-grid{grid-template-columns:1fr}.essence-grid{gap:3rem}.essence-image{order:-1;max-width:400px;margin:0 auto}.mission-vision-grid{grid-template-columns:1fr}}@media (max-width:900px){.product-modal{grid-template-columns:1fr;padding:24px 18px 28px}.product-modal-title{text-align:left}.product-modal-bullets{grid-template-columns:1fr}}@media (max-width:768px){h1{font-size:2.2rem}.grid-2{grid-template-columns:1fr}.header-actions{display:flex;align-items:center;gap:1rem}.main-nav{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--bg-color);flex-direction:column;padding:1rem 0;box-shadow:0 4px 10px rgba(0,0,0,.05)}.main-nav.is-open{display:flex}.main-nav a{padding:.75rem 5%}.header-actions .btn{display:none}.hamburger{display:block}.hero-section,.page-hero{text-align:center}.hero-text,.page-hero-text{order:2}.hero-image,.page-hero-image{order:1;margin-bottom:2rem}.hero-buttons{justify-content:center}.page-hero-text .btn{margin:0 auto}.about-product-image{order:1}.about-product-text{order:2;text-align:center}.about-product-text .btn{align-self:center}.lifestyle-grid{grid-template-columns:1fr}.manifesto-section p{font-size:1.5rem}.contact-grid{grid-template-columns:1fr}.contact-info{text-align:center;margin-bottom:3rem}.contact-info-item{justify-content:center}.footer-container{flex-direction:column;text-align:center}.footer-links,.footer-right{flex-direction:column;gap:1rem}.footer-center{order:3}.footer-left{order:1}.footer-right{order:2}.modal-content{padding:2rem;max-height:85vh}.modal-body{grid-template-columns:1fr;text-align:left}.modal-gallery{max-width:300px;margin:0 auto 2rem}.modal-text ul{padding-left:2rem;text-align:left;display:inline-block}.modal-text h2{font-size:1.8rem}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;color:#f8f3e8;background-image:url(https://cocofit.com.br/images/img-topo-1.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(10,56,40,.8),rgba(10,56,40,.45) 40%,rgba(0,0,0,.1));pointer-events:none}.hero-inner{position:relative;z-index:1;max-width:1120px;width:100%;display:flex;gap:3rem}.hero-content{max-width:560px}.hero-tagline{display:inline-block;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;padding:.35rem .85rem;border-radius:999px;background:hsla(40,56%,95%,.12);border:1px solid hsla(40,56%,95%,.35)}.hero-title{font-size:clamp(2.4rem,3vw + 1.2rem,3.4rem);line-height:1.1;margin:0 0 1.25rem;font-weight:700;color:#f8f3e8}.hero-subtitle{font-size:1.05rem;line-height:1.6;max-width:34rem;margin-bottom:2rem;color:#f9f4eb}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.8rem;border-radius:999px;font-weight:600;font-size:.98rem;text-decoration:none;border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.btn-primary{background:#1f5f3b;color:#f9f4ea}.btn-primary:hover{transform:translateY(-1px);background-color:#1a492a;color:#f9f4ea}.btn-outline{background:transparent;color:#f9f4ea;border-color:hsla(40,56%,95%,.8)}.btn-outline:hover{background:hsla(40,56%,95%,.12);color:#f9f4ea}.hero-badges{display:flex;flex-wrap:wrap;gap:.75rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.86rem;padding:.45rem .8rem;border-radius:999px;background:hsla(40,56%,95%,.12);border:1px solid hsla(40,56%,95%,.3);backdrop-filter:blur(4px)}.hero-badge-dot{width:.55rem;height:.55rem;border-radius:999px;background:#f9f4ea}.hero-badge-dot--green{background:#6dc47b}.hero-badge-dot--orange{background:#ffa948}.hero-badge-dot--brown{background:#c47a4a}.hero-spacer{flex:1}@media (max-width:900px){.hero{padding-top:5.5rem;padding-bottom:3.5rem}.hero-inner{flex-direction:column;gap:2rem}.hero-content{max-width:100%}.hero-spacer{display:none}}@media (max-width:600px){.hero-title{font-size:2.2rem}.hero-actions{flex-direction:column;align-items:flex-start}}