@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap");.vantage-features-section{background-color:#f9f6f0;box-sizing:border-box;font-family:Inter,sans-serif;padding:6rem 0;width:100%}.vf-container{margin:0 auto;max-width:1240px;padding:0 2rem}.vf-header{margin-bottom:4rem}.vf-subtitle{color:#b5894a;display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:.5rem;text-transform:uppercase}.vf-title{color:#111;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,3.8vw,2.85rem);font-weight:800;margin:0}.vf-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.vf-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.03),0 1px 3px rgba(0,0,0,.01);box-sizing:border-box;display:flex;flex-direction:column;padding:2.25rem 2rem;transition:transform .2s ease,box-shadow .2s ease}.vf-card:hover{box-shadow:0 15px 35px rgba(0,0,0,.06);transform:translateY(-3px)}.vf-icon-badge{align-items:center;background-color:#efebe4;border-radius:6px;display:flex;height:38px;justify-content:center;margin-bottom:1.5rem;width:38px}.vf-icon-badge svg{color:#b5894a;fill:#b5894a;height:16px;width:16px}.vf-card-title{color:#1c1c1c;font-family:Playfair Display,serif;font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.vf-card-desc{color:#6b6560;font-size:.875rem;line-height:1.65}@media (max-width:1100px){.vf-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:850px){.vf-grid{grid-template-columns:repeat(2,1fr)}.vantage-features-section{padding:4.5rem 0}}@media (max-width:550px){.vf-grid{gap:1.25rem;grid-template-columns:1fr}.vf-card{padding:2rem 1.75rem}}