/* Minimal styles for the one-pager, keep it lightweight and elegant */
.crvip-hero { display:flex; gap:20px; align-items:center; padding:60px 20px; }
.crvip-hero-left { flex:1; }
.crvip-hero-right { flex:1; }
.crvip-hero h1 { font-size:36px; margin-bottom:8px; }
.crvip-sub { color:#666; margin-bottom:16px; }
.crvip-slideshow { max-width:600px; position:relative; }
.crvip-slideshow .slide { display:block; }
.crvip-slideshow img { width:100%; height:auto; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,0.15); }
.crvip-coffee-section { padding:40px 20px; background:#fff; }
.crvip-products-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; }
.crvip-product { text-align:center; padding:12px; border-radius:8px; background:linear-gradient(180deg,#fff,#fbfbfb); box-shadow:0 6px 20px rgba(0,0,0,0.06); }
.crvip-product img { border-radius:8px; }
