<!doctype html> <html lang="pt-BR"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Curso de Violão - Prof. Lucivanio | Turmas Janeiro 2026</title> <meta name="description" content="Turmas presenciais de violão em Limoeiro-PE. Sábado (crianças/adolescentes) e Terça (adolescentes/adultos). Reserve sua vaga!"> <style> :root{ --bg:#fffdf8; --card:#fff; --accent:#8b5e3c; --accent-2:#c48a55; --text:#2b2b2b; --muted:#6b6b6b; --radius:14px; --maxw:960px; } *{box-sizing:border-box} body{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; background:linear-gradient(180deg, #fffefc 0%, #fff9f3 100%); color:var(--text); -webkit-font-smoothing:antialiased} .container{max-width:var(--maxw); m...