:root{--font-heading: "DM Serif Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--color-obsidian: #090e17;--color-slate-900: #0f172a;--color-slate-800: #1e293b;--color-slate-700: #334155;--color-slate-600: #475569;--color-slate-400: #94a3b8;--color-slate-200: #e2e8f0;--color-slate-100: #f1f5f9;--color-sand: #f6f3ed;--color-white: #ffffff;--color-terracotta: #9a4b32;--color-terracotta-hover: #783724;--color-gold: #a97836;--color-gold-light: #fef3c7;--color-sage: #059669;--color-sage-light: #d1fae5;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-lux: 0 25px 50px -12px rgba(15, 23, 42, .25);--border-subtle: 1px solid rgba(226, 232, 240, .8);--border-dark: 1px solid rgba(255, 255, 255, .12);--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--radius-full: 9999px;--transition: all .25s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-sand);color:var(--color-slate-700);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-slate-900);font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-tag{display:inline-flex;align-items:center;gap:.5rem;padding:0;background:transparent;color:var(--color-terracotta);font-size:.825rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.section-title{font-size:2.25rem;font-weight:400;color:var(--color-slate-900);margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:2.85rem}}.section-subtitle{font-size:1.125rem;color:var(--color-slate-600);max-width:680px;line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:var(--transition);text-align:center}.btn-primary{background:var(--color-terracotta);color:var(--color-white);box-shadow:none}.btn-primary:hover{background:var(--color-terracotta-hover);transform:none;box-shadow:none}.btn-secondary{background:#ffffffe6;color:var(--color-slate-900);border:1px solid rgba(226,232,240,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background:var(--color-white);border-color:var(--color-slate-400);transform:translateY(-2px)}.btn-whatsapp{background:#25d366;color:var(--color-white);font-weight:700}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700}.badge-terracotta{background:#c2410c1f;color:var(--color-terracotta)}.badge-sage{background:#0596691f;color:var(--color-sage)}.badge-gold{background:var(--color-gold-light);color:#b45309}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-slate-100)}::-webkit-scrollbar-thumb{background:var(--color-slate-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-slate-600)}
