@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap";:root{--brand-red:#d72b1f;--brand-red-hover:#b91c1c;--text-main:#111827;--text-muted:#4b5563;--text-light:#9ca3af;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-accent:#f3f4f6;--border-color:#e5e7eb;--font-sans:"Inter", sans-serif;--font-serif:"Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-muted);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-main);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit;transition:all .2s}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:6rem 0}@media (width<=768px){.section-padding{padding:4rem 0}}.btn-primary{background-color:var(--brand-red);color:#fff;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary:hover{background-color:var(--brand-red-hover)}.heading-xl{letter-spacing:-.02em;font-size:3.5rem;line-height:1.1}@media (width<=768px){.heading-xl{font-size:2.5rem}}.heading-lg{font-size:2.5rem;line-height:1.2}@media (width<=768px){.heading-lg{font-size:2rem}}.text-lg{font-size:1.125rem;line-height:1.75rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-3{grid-template-columns:1fr}}.grid-2{grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid}@media (width<=1024px){.grid-2{grid-template-columns:1fr;gap:2rem}}.card{background:#fff;border-radius:1rem;padding:2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.text-brand{color:var(--brand-red)}.bg-brand{background-color:var(--brand-red)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.logo-brand{filter:invert(24%)sepia(87%)saturate(5833%)hue-rotate(349deg)brightness(96%)contrast(92%)}
