:root {
    --dg-green: #26a84f;
    --dg-green-dark: #092e1c;
    --dg-lime: #d0dc72;
    --dg-cream: #fbf3eb;
    --dg-black: #161615;
    --dg-white: #ffffff;
    --dg-muted: #66736b;
    --dg-border: rgba(9, 46, 28, .10);
    --dg-shadow: 0 22px 60px rgba(9, 46, 28, .10);
    --dg-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dg-black); background: var(--dg-white); font-family: 'Manrope', sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.dg-container { max-width: 1320px; }
.py-section { padding-top: 96px; padding-bottom: 96px; }
.min-vh-75 { min-height: 74vh; }

.site-header { position: sticky; top: 0; z-index: 1030; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--dg-border); }
.site-header .navbar { min-height: 82px; }
.brand-logo { width: 172px; height: auto; }
.nav-link { color: #33433a; font-weight: 600; font-size: .92rem; padding: 1rem .75rem !important; position: relative; }
.nav-link::after { content: ''; position: absolute; left: .75rem; right: .75rem; bottom: .55rem; height: 2px; background: var(--dg-green); transform: scaleX(0); transition: .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--dg-green-dark); }
.nav-link.active::after { transform: scaleX(1); }

.btn { border-radius: 999px; font-weight: 700; padding: .85rem 1.35rem; transition: .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-dg-primary { background: var(--dg-green); color: white; border: 1px solid var(--dg-green); box-shadow: 0 12px 30px rgba(38,168,79,.22); }
.btn-dg-primary:hover { background: #1e8e43; color: white; border-color: #1e8e43; }
.btn-dg-outline { border: 1px solid rgba(9,46,28,.25); color: var(--dg-green-dark); background: white; }
.btn-dg-outline:hover { border-color: var(--dg-green); color: var(--dg-green); }
.btn-dg-ghost { color: var(--dg-green-dark); border: 1px solid var(--dg-border); background: rgba(255,255,255,.7); }
.btn-dg-light { color: var(--dg-green-dark); background: var(--dg-cream); border: 1px solid var(--dg-cream); }

.eyebrow { display: inline-flex; align-items: center; gap: .3rem; padding: .45rem .8rem; border: 1px solid rgba(38,168,79,.20); background: rgba(208,220,114,.14); color: var(--dg-green-dark); border-radius: 999px; font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.eyebrow-light { color: var(--dg-cream); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }

.hero-section { position: relative; overflow: hidden; background: linear-gradient(110deg, #fff 0%, #fff 58%, #f7f5ef 100%); }
.hero-section h1 { margin-top: 22px; font-size: clamp(3rem, 6vw, 6.1rem); line-height: .96; letter-spacing: -.055em; font-weight: 800; max-width: 800px; }
.hero-section h1 span { color: var(--dg-green); }
.hero-text { font-size: 1.12rem; line-height: 1.8; color: #5d6a63; max-width: 650px; margin-top: 24px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 28px; }
.hero-points div { display: flex; align-items: center; gap: 10px; color: #435048; font-size: .9rem; font-weight: 700; }
.hero-points i { width: 42px; height: 42px; border: 1px solid var(--dg-border); border-radius: 50%; display: grid; place-items: center; color: var(--dg-green); }
.hero-visual { position: relative; min-height: 590px; }
.hero-photo { position: absolute; inset: 20px 10px 20px 40px; background: var(--dg-cream); border-radius: 45% 55% 36% 64% / 34% 34% 66% 66%; overflow: hidden; box-shadow: var(--dg-shadow); }
.hero-photo-placeholder { width: 100%; height: 100%; min-height: 550px; display: grid; place-items: center; align-content: center; gap: 18px; background: radial-gradient(circle at 30% 20%, #eaf3e0 0 12%, transparent 13%), linear-gradient(145deg,#e7efe4,#d8e7dc 52%,#c7d8cc); color: var(--dg-green-dark); text-align: center; padding: 2rem; }
.placeholder-icon { width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,.65); display: grid; place-items: center; font-size: 2.3rem; }
.floating-card { position: absolute; right: 0; bottom: 82px; width: 210px; padding: 22px; background: var(--dg-green-dark); color: white; border-radius: 28px; box-shadow: var(--dg-shadow); z-index: 2; }
.floating-card i { color: var(--dg-lime); font-size: 1.3rem; }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { margin-top: 10px; }
.floating-card span { color: rgba(255,255,255,.72); font-size: .84rem; margin-top: 4px; }
.brand-line { position: absolute; width: 310px; height: 240px; left: -45px; bottom: 0; color: var(--dg-green); z-index: 1; }
.hero-organic { position: absolute; border: 5px solid var(--dg-green); border-radius: 50%; opacity: .12; }
.hero-organic-one { width: 380px; height: 380px; right: -210px; top: 80px; }
.hero-organic-two { width: 200px; height: 200px; left: -110px; bottom: -60px; }

.section-soft { background: var(--dg-cream); }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); letter-spacing: -.045em; line-height: 1.05; font-weight: 800; }
.section-lead { color: #69766f; font-size: 1.05rem; line-height: 1.8; }
.treatment-card, .product-card, .article-card { background: white; border: 1px solid var(--dg-border); border-radius: var(--dg-radius); overflow: hidden; transition: .25s ease; }
.treatment-card { padding: 30px; }
.treatment-card:hover, .product-card:hover, .article-card:hover { transform: translateY(-6px); box-shadow: var(--dg-shadow); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: rgba(38,168,79,.08); color: var(--dg-green); font-size: 1.4rem; }
.treatment-card h3, .product-card h3, .article-card h3 { font-size: 1.05rem; font-weight: 800; margin-top: 20px; }
.treatment-card p, .product-card p, .article-card p { color: #6c786f; font-size: .9rem; line-height: 1.7; }
.treatment-card a, .product-card a, .article-card a, .link-arrow { color: var(--dg-green); font-weight: 800; font-size: .88rem; }

.how-section { color: white; background: radial-gradient(circle at top right, rgba(38,168,79,.22), transparent 34%), var(--dg-green-dark); position: relative; overflow: hidden; }
.how-section h2 span { color: var(--dg-lime); }
.section-heading p { color: rgba(255,255,255,.7); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.step-item { text-align: center; padding: 28px 18px; position: relative; }
.step-number { width: 36px; height: 36px; display: grid; place-items: center; background: var(--dg-lime); color: var(--dg-green-dark); font-weight: 800; border-radius: 50%; margin: 0 auto 12px; }
.step-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(208,220,114,.38); color: var(--dg-lime); font-size: 1.55rem; margin: auto; }
.step-item h3 { font-size: 1rem; font-weight: 800; margin-top: 18px; }
.step-item p { color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.7; }

.product-image { height: 190px; display: grid; place-items: center; font-size: 3rem; color: var(--dg-green-dark); }
.produto-oleos { background: linear-gradient(145deg,#cfe5c9,#ecf2e7); }
.produto-capsulas { background: linear-gradient(145deg,#dce9bf,#f5f2d9); }
.produto-topicos { background: linear-gradient(145deg,#c4d9ca,#e6eee9); }
.produto-outros { background: linear-gradient(145deg,#eadccf,#f5eee8); }

.about-home-section { background: var(--dg-green-dark); color: white; }
.about-home-section p { color: rgba(255,255,255,.72); line-height: 1.8; }
.about-visual { padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 40px; }
.about-placeholder { min-height: 430px; border-radius: 30px; display: grid; place-items: center; align-content: center; gap: 15px; background: linear-gradient(145deg,#2f5b43,#163b29); color: var(--dg-lime); font-size: 1.05rem; }
.about-placeholder i { font-size: 4rem; }
.article-cover { height: 220px; background: linear-gradient(145deg,#e8f1e4,#cfdcc7); display: grid; place-items: center; color: var(--dg-green); font-size: 2.5rem; }
.article-category { color: var(--dg-green); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }

.cta-section { background: var(--dg-cream); }
.cta-box { background: var(--dg-green); color: white; border-radius: 34px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-box h2 { font-size: clamp(2rem, 3vw, 3.3rem); max-width: 780px; margin-bottom: 0; }

.page-hero { padding: 100px 0 76px; background: linear-gradient(135deg,#fff 0%, var(--dg-cream) 100%); border-bottom: 1px solid var(--dg-border); }
.page-hero h1 { font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.06em; font-weight: 800; margin-top: 18px; }
.page-hero p { max-width: 720px; color: #657169; font-size: 1.1rem; line-height: 1.8; }
.content-placeholder { min-height: 430px; border-radius: 36px; background: linear-gradient(145deg,#e4efdf,#cbdccf); display: grid; place-items: center; align-content: center; gap: 14px; color: var(--dg-green-dark); }
.content-placeholder i { font-size: 4rem; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.values-grid div { padding: 22px; border: 1px solid var(--dg-border); border-radius: 20px; }
.values-grid strong, .values-grid span { display: block; }
.values-grid strong { color: var(--dg-green-dark); }
.values-grid span { color: #768178; font-size: .88rem; margin-top: 4px; }
.notice-box { display: flex; gap: 12px; padding: 20px 22px; border-radius: 18px; background: rgba(208,220,114,.20); border: 1px solid rgba(9,46,28,.08); color: #46534b; }
.notice-box i { color: var(--dg-green); }
.contact-form { padding: 34px; border: 1px solid var(--dg-border); border-radius: 30px; background: white; box-shadow: var(--dg-shadow); }
.form-control, .form-select { min-height: 52px; border-radius: 14px; border-color: rgba(9,46,28,.14); }
textarea.form-control { min-height: 150px; }
.form-control:focus, .form-select:focus { border-color: var(--dg-green); box-shadow: 0 0 0 .2rem rgba(38,168,79,.10); }
.contact-list { display: grid; gap: 18px; margin-top: 30px; }
.contact-list div { display: flex; align-items: center; gap: 14px; }
.contact-list i { width: 48px; height: 48px; border-radius: 16px; background: rgba(38,168,79,.08); color: var(--dg-green); display: grid; place-items: center; }
.contact-list strong, .contact-list span { display: block; }

.site-footer { background: #062417; color: rgba(255,255,255,.72); }
.footer-logo { width: 180px; }
.site-footer h6 { color: white; font-weight: 800; margin-bottom: 16px; }
.site-footer a { display: block; color: rgba(255,255,255,.68); margin: 8px 0; font-size: .9rem; }
.site-footer a:hover { color: var(--dg-lime); }
.site-footer hr { border-color: rgba(255,255,255,.12); margin: 34px 0 24px; }
.footer-copy { max-width: 360px; line-height: 1.75; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 40px; height: 40px; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; display: grid; place-items: center; }
.footer-bottom { color: rgba(255,255,255,.45); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 1020; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #20b15a; color: white; font-size: 1.45rem; box-shadow: 0 14px 34px rgba(0,0,0,.22); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }

@media (max-width: 991.98px) {
    .site-header .navbar-collapse { padding: 16px 0 22px; }
    .nav-link::after { display: none; }
    .hero-section { padding: 55px 0 70px; }
    .hero-visual { min-height: 520px; }
    .hero-photo { inset: 0 20px; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767.98px) {
    .py-section { padding-top: 68px; padding-bottom: 68px; }
    .hero-section h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
    .hero-points { gap: 14px; }
    .hero-points div { flex: 1 1 45%; }
    .hero-visual { min-height: 430px; }
    .hero-photo-placeholder { min-height: 420px; }
    .floating-card { width: 180px; right: 4px; bottom: 26px; }
    .steps-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: 1fr; }
    .cta-box { padding: 34px 26px; }
    .page-hero { padding: 78px 0 54px; }
}
