body { background-color: var(--light-bg); color: var(--dark); line-height: 1.6; font-size: 18px; padding-bottom: 60px; }

/* Navbar Simples */
.navbar { background: white; padding: 15px 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); display: flex; justify-content: center; align-items: center; border-bottom: 2px solid var(--wine); position: sticky; top: 0; z-index: 100; }
.nav-brand { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 16px; color: var(--wine); text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
.nav-brand img { width: 30px; }

/* Container Principal */
.article-container { max-width: 900px; margin: 40px auto 0; background: white; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); overflow: hidden; }

/* Header do Artigo */
.article-header { background-color: var(--wine); color: white; padding: 50px 40px; text-align: center; }
.article-header h1 { font-size: 32px; font-weight: 900; margin-bottom: 15px; letter-spacing: -0.5px; text-transform: uppercase; line-height: 1.2; }
.article-header p { font-size: 20px; font-weight: 400; color: #ffffff; max-width: 600px; margin: 0 auto; }

/* Corpo do Texto */
.article-intro { padding: 40px; background-color: #fafafa; border-bottom: 1px solid var(--border); font-size: 20px; color: var(--dark); text-align: center; font-weight: 400; }
.article-section { padding: 40px; border-bottom: 1px solid var(--border); }
.article-section:last-child { border-bottom: none; }

.section-title { font-size: 22px; color: var(--dark); margin: 0 0 25px 0; font-weight: 900; display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.section-title::before { content: ''; display: block; width: 6px; height: 24px; background-color: var(--wine); border-radius: 2px; }

p { margin-bottom: 20px; color: #444; }
strong { color: var(--dark); font-weight: 900; }

/* Grids */
.scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.scenario-card { border: 1px solid var(--border); border-radius: 8px; padding: 30px; background: white; }
.scenario-badge { background-color: var(--wine); color: white; padding: 8px 16px; border-radius: 4px; font-weight: 900; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-bottom: 20px; }
.scenario-card h4 { font-size: 15px; color: var(--wine); margin: 25px 0 12px 0; font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.scenario-card h4:first-of-type { margin-top: 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.step-card { border: 1px solid var(--border); padding: 30px 20px; border-radius: 8px; text-align: center; background: #fafafa; }
.step-icon { display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; background: white; border-radius: 50%; margin: 0 auto 20px auto; border: 2px solid var(--wine); box-shadow: 0 4px 10px rgba(89,12,30,0.1); }
.step-icon svg { width: 24px; height: 24px; stroke: var(--wine); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.step-card h5 { font-size: 16px; color: var(--dark); font-weight: 900; margin-bottom: 10px; text-transform: uppercase; }
.step-card p { font-size: 16px; color: var(--gray); margin: 0; line-height: 1.4; }

/* Options Grid (guia-pratico, aprenda-presentear) */
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 20px; }
.option-card { border: 1px solid var(--border); border-radius: 8px; padding: 20px; background: white; }
.option-card h5 { font-size: 16px; color: var(--dark); font-weight: 900; margin-bottom: 8px; }
.option-card p { font-size: 15px; color: var(--gray); margin: 0; }

/* Listas */
ul { list-style: none; padding: 0; margin-bottom: 20px; }
li { position: relative; padding-left: 15px; margin-bottom: 12px; color: #444; font-size: 17px; line-height: 1.5; }
li::before { content: "\2022"; color: var(--wine); font-weight: 900; position: absolute; left: 0; }

/* Blocos de Destaque */
.highlight-box { background: #fdf5f6; border-left: 4px solid var(--wine); padding: 25px; margin: 30px 0; border-radius: 0 8px 8px 0; }
.highlight-box p { margin: 0; color: var(--wine); font-weight: 700; font-size: 19px; }
.highlight-box h4 { font-size: 17px; color: var(--wine); font-weight: 900; margin-bottom: 8px; }

/* Choice Box (aprenda-presentear) */
.choice-box { background: #fafafa; border-left: 3px solid var(--wine); padding: 20px 25px; margin-bottom: 15px; border-radius: 0 8px 8px 0; }
.choice-box strong { color: var(--wine); }

/* Category Badges (guia-pratico) */
.cat-badge { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; color: white; margin-bottom: 10px; }
.badge-vinho { background-color: var(--wine); }
.badge-drink { background-color: #b8860b; }
.badge-cerveja { background-color: #8b5a2b; }
.badge-sem-alcool { background-color: #2d6e3e; }
.badge-highlight { background-color: var(--wine); }

/* Section Desc (guia-pratico) */
.section-desc { font-size: 17px; color: var(--gray); margin-bottom: 25px; font-style: italic; }

/* Responsive */
@media (max-width: 900px) {
    .pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .scenario-grid, .steps-grid, .options-grid { grid-template-columns: 1fr; }
    .article-header { padding: 40px 20px; }
    .article-header h1 { font-size: 26px; }
    .article-section, .article-intro { padding: 30px 20px; }
    .article-container { margin-top: 20px; border-radius: 0; }
}
