:root{--primary: #003780;--primary-light: #1a5299;--accent: #ffde59;--bg: #FFFFFF;--bg-alt: #fdfaf3;--text-dark: #1E1B4B;--text-light: #475569}*{box-sizing:border-box}body{margin:0;font-family:Nunito,sans-serif;background-color:var(--bg);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:"Baloo 2",cursive;color:var(--primary);margin-top:0}.clay-card{background:var(--bg);border-radius:24px;border:4px solid var(--primary);box-shadow:8px 8px 0 var(--accent),inset -4px -4px 8px #0000000d,inset 4px 4px 8px #ffffff80;padding:24px;transition:transform .2s ease-out,box-shadow .2s ease-out}.clay-card:hover{transform:translateY(-4px);box-shadow:12px 12px 0 var(--accent),inset -4px -4px 8px #0000000d,inset 4px 4px 8px #ffffff80}.clay-btn{background:var(--accent);color:var(--primary);font-family:"Baloo 2",cursive;font-size:1.1rem;font-weight:600;border:4px solid var(--primary);border-radius:100px;padding:12px 28px;cursor:pointer;box-shadow:4px 4px 0 var(--primary),inset -2px -2px 4px #0000001a,inset 2px 2px 4px #fff9;transition:transform .15s ease-out,box-shadow .15s ease-out;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.clay-btn:hover{transform:translateY(2px);box-shadow:2px 2px 0 var(--primary),inset -2px -2px 4px #0000001a,inset 2px 2px 4px #fff9}.clay-btn:active{transform:translateY(4px);box-shadow:none;border:4px solid var(--primary)}.clay-img{border-radius:16px;border:4px solid var(--primary);box-shadow:4px 4px 0 var(--accent);object-fit:cover;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.bg-alt{background-color:var(--bg-alt)}.text-center{text-align:center}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:16px}.gap-8{gap:32px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}.md-grid-cols-3{grid-template-columns:repeat(3,1fr)}.md-flex-row{flex-direction:row}}.title-badge{display:inline-block;background:var(--accent);color:var(--primary);padding:8px 16px;border-radius:100px;border:3px solid var(--primary);font-family:"Baloo 2",cursive;font-weight:700;text-transform:uppercase;font-size:.9rem;margin-bottom:16px}
