@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.lp-page{display:flex;flex-direction:column;min-height:100vh}.lp-header{padding:1.25rem 2rem;border-bottom:1px solid rgba(112,108,97,.2);display:flex;align-items:center;justify-content:space-between}.lp-logo{height:45px;width:auto;display:block}.lp-header-btn{padding:.5rem 1.25rem!important;background:none!important;border:1.5px solid #6c0f26!important;border-radius:3px!important;color:#6c0f26!important;font-weight:500!important;font-size:.9rem!important;min-height:44px!important;transition:background .15s,color .15s!important}.lp-header-btn:hover{background:#6c0f26!important;color:#fff!important}.lp-main{flex:1}.lp-hero{max-width:720px;margin:0 auto;padding:5rem 2rem 4rem;text-align:center}.lp-tag{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6c0f26;margin-bottom:1.25rem}.lp-h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#2a2b2a;line-height:1.2;margin-bottom:1.25rem}.lp-lead{font-size:1.125rem;color:#706c61;line-height:1.7;max-width:580px;margin:0 auto 2.25rem}.lp-cta{display:inline-block!important;padding:.875rem 2.25rem!important;background:#6c0f26!important;color:#fff!important;border:none!important;border-radius:3px!important;font-size:1rem!important;font-weight:600!important;min-height:48px!important;letter-spacing:.01em!important;transition:background .15s!important}.lp-cta:hover{background:#3f0916!important;color:#fff!important}.lp-values{background:#f5f5f5;padding:4rem 2rem}.lp-values-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.lp-card{background:#fff;padding:2rem;border-radius:4px;border-top:3px solid #6c0f26}.lp-card-icon{font-size:1.75rem;margin-bottom:.875rem}.lp-card-title{font-weight:700;font-size:1.05rem;color:#2a2b2a;margin-bottom:.625rem}.lp-card-body{font-size:.95rem;color:#706c61;line-height:1.65;margin:0}.lp-cta-section{padding:4.5rem 2rem;text-align:center}.lp-cta-h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#2a2b2a;margin-bottom:1rem}.lp-cta-sub{color:#706c61;margin-bottom:2rem;font-size:1rem}.lp-footer{border-top:1px solid rgba(112,108,97,.2);padding:1.5rem 2rem;text-align:center;color:#706c61;font-size:.875rem}.lp-footer p{margin:0}:root{--red: #7b1225;--grey: #3a3a3a;--grey-light: #6b6b6b;--grey-bg: #f5f5f5;--white: #ffffff;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--white);color:var(--grey);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0 0 1rem;line-height:1.25;color:var(--grey)}p{margin:0 0 1rem}a{color:var(--red);text-decoration:none}a:hover{text-decoration:underline}#root{min-height:100vh;display:flex;flex-direction:column}
